------------------------------------------------------------------
--- Changelog.all ----------- Tue Aug 25 19:17:37 UTC 2026 ------
------------------------------------------------------------------
------------------------------------------------------------------
------------------  2026-8-19  -  Aug 19 2026  -------------------
------------------------------------------------------------------

++++ sssd:

  - Warn about ldap_sudo_search_base only if sudo target is
    enabled; (bsc#1273009); Add patch
    0009-SDAP-Warn-about-ldap_sudo_search_base-only-if-sudo-t.patch
  - Fix NSS initgroups packet heap disclosure; (bsc#1273924);
    (CVE-2026-68744); Add patch
    0010-NSS-fix-initgroups-packet-heap-disclosure.patch
  - Fix unvalidated address lengths in NSS responder packet parsing
    can cause a heap out-of-bounds read; (bsc#1273922);
    (CVE-2026-68742); Add patch
    0011-nss-validate-addrlen-in-sss_nss_protocol_parse_addr.patch
  - Fix PAM responder out-of-bounds read via unchecked
    auth_token_length in protocol v1; (bsc#1273925);
    (CVE-2026-68743); Add patch
    0012-pam-validate-auth_token_length-in-extract_authtok_v1.patch

------------------------------------------------------------------
------------------  2026-8-16  -  Aug 16 2026  -------------------
------------------------------------------------------------------

++++ vim:

  - Updated to version 9.2.0957.
  - Fix bsc#1275011 CVE-2026-73078.
  - Fix bsc#1275012 CVE-2026-73077.
  - Fix bsc#1275013 CVE-2026-73076.
  - Fix bsc#1275014 CVE-2026-73075.
  - Fix bsc#1275016 CVE-2026-73072.
  - Fix bsc#1275015 CVE-2026-73074.
  - Fix bsc#1275017 CVE-2026-73071.
  - Fix bsc#1275018 CVE-2026-73070.
  - Changelog:
    * tests: Test_fuzzy_completion_bufname_fullpath() creates unnecessary dir (9.2.0781).
    * tests: missing cleanup in test_mksession.vim (9.2.0782).
    * tests: personal spell files leak into later tests (9.2.0783).
    * crash when borrowing statusline highlight in silent Ex mode (9.2.0784).
    * WinResized not triggered when the whole Vim is resized (9.2.0785).
    * filetype: containerfile is not recognized (9.2.0786).
    * regexp: code 0x1ecb duplicated for equivalence class (9.2.0787).
    * filetype: hip files are not recognized (9.2.0788).
    * 'statuslineopt' status line too high after a window is minimized (9.2.0789).
    * 'completeslash' breaks :find completion with 'findfunc' (9.2.0790).
    * wincol() counts from right side for 'rightleft' (9.2.0791).
    * runtime(netrw): explore without optional dir broken (9.2.0792).
    * if session restored a tiny window, restore fails (9.2.0793).
    * extend() and extendnew() don't handle NULL expr2 properly (9.2.0794).
    * popup menu shadow is not cleared when the menu shrinks (9.2.0795).
    * Visual block reselection wrong with 'virtualedit' (9.2.0796).
    * memory leak in get_qfline_items() on alloc failure (9.2.0797).
    * memory leak in compile_expr6() on alloc failure (9.2.0798).
    * memory leak in compile_def_function_body() on alloc failure (9.2.0799).
    * memory leak in call_func() on alloc failure (9.2.0800).
    * memory leak in f_getreginfo() on alloc failure (9.2.0801).
    * memory leak with list_append_dict/dict_add_list on alloc failure (9.2.0802).
    * memory leak on alloc failure with taglist/gettagstack() (9.2.0803).
    * wincol() is wrong for a double-wide character with 'rightleft' (9.2.0804).
    * screenpos() "curscol" is wrong with 'rightleft' (9.2.0805).
    * 'showcmd' may show internal command keys (9.2.0806).
    * MS-Windows: ellipsis character is garbled (9.2.0807).
    * getregionpos: double-free on alloc failure (9.2.0808).
    * getframelayout() uses wrong function to free lists (9.2.0809).
    * add_llist_tags() uses wrong function to free dict (9.2.0810).
    * mksession writes terminal command unquoted (9.2.0811).
    * :argdelete with pattern leads to wrong argidx() (9.2.0812).
    * dict_add_func() may corrupt funcref count on failure (9.2.0813).
    * Vim9: E1041 when reloading an autoload script with exported variables (9.2.0814).
    * deeply nested regexp patterns may cause stack overflow (9.2.0815).
    * GTK4: memory leak in gui_gtk_set_dnd_targets() (9.2.0816).
    * crash when building a stacktrace during an autocommand (9.2.0817).
    * tests: client-server test fails without X11 server (9.2.0818).
    * MS-Windows: sixel image shown as raw text in the console (9.2.0819).
    * GUI: hidden popup image is displayed and not erased (9.2.0820).
    * filetype: msmtp system-wide rc file not detected (9.2.0821).
    * GTK4: crash menu id is null in gui_mch_destroy_menu() (9.2.0822).
    * tests: Test_clientserver_servlist_list may fail (9.2.0823).
    * Makefile: make tags depends on configure (9.2.0824).
    * regexp: submatch in a look-behind is empty with the NFA engine (9.2.0825).
    * highlighting for broken terminals can be improved (9.2.0826).
    * :startinsert enters Insert mode in a non-modifiable buffer (9.2.0827).
    * GTK4: hardware rendering can be improved (9.2.0828).
    * sessions do not preserve script version for expression options (9.2.0829).
    * the completion menu is not used on terminals without colors (9.2.0830).
    * diff highlighting hard to read with syntax enabled (9.2.0831).
    * socketserver: remote commands can be processed in reverse order (9.2.0832).
    * GTK4: menu mnemonics do not work properly (9.2.0833).
    * cleared last search pattern is restored from viminfo (9.2.0834).
    * features in version.c are not sorted (9.2.0835).
    * filetype: .git-blame-ignore-revs file is not recognized (9.2.0836).
    * using wrong colors in hl_blend_attr() (9.2.0837).
    * searchcount() returns wrong cached maxcount (9.2.0838).
    * [security]: arbitrary code execution via keyword lookup (9.2.0839).
    * [security]: code injection in netrw via bookmarks (9.2.0840).
    * [security]: heap overflow when adding > 65535 text properties (9.2.0841).
    * [security]: stack buffer overflow in socket server (9.2.0842).
    * [security]: popup: opacity mask indexed out of bounds (9.2.0843).
    * [security]: use-after-free on json decode error (9.2.0844).
    * [security]: arbitrary Ex command execution during C omni-completion (9.2.0845).
    * [security]: heap buffer overflow in set_sofo() (9.2.0846).
    * [security]: vimball: code execution via .VimballRecord file (9.2.0847).
    * tagfunc "cmd" with a generic Ex command corrupts the tag entry (9.2.0848).
    * filetype: osquery config files are not recognized (9.2.0849).
    * MS-Windows: commands from a client can be lost (9.2.0850).
    * focus autocommands triggered inconsistently (9.2.0851).
    * GTK: ligatures not correctly displayed (9.2.0852).
    * popup: popup images do not support scaling (9.2.0853).
    * memory leak when reading a spell file with SN_SAL and SN_SOFO (9.2.0854).
    * 'showcmd' not redrawn with empty mapping triggered on timeout (9.2.0855).
    * GTK4: undercurl rendering is inefficient (9.2.0856).
    * popup: opacity popup over a terminal is not cleared when closed (9.2.0857).
    * MS-Windows GUI: white flash when VimEnter is slow (9.2.0858).
    * GTK2: link error (9.2.0859).
    * filetype: xilinx design constraint files are not recognized (9.2.0860).
    * GTK4: bleed region updates in jumps (9.2.0861).
    * missing test change from v9.2.0857 (9.2.0862).
    * MS-Windows GUI: window contents can be missing when VimEnter is slow (9.2.0863).
    * using some dead code in Wayland feature (9.2.0864).
    * GTK4: non-hardware accelerated UI is too slow (9.2.0865).
    * MS-Windows: ":language messages" only works once (9.2.0866).
    * MS-Windows: messages are not in the display language (9.2.0867).
    * GTK: window Manager hint prevents giving focus to dialog (9.2.0868).
    * buf_copy_options() can lose the P_INSECURE flag (9.2.0869).
    * filetype: marko files are not recognized (9.2.0870).
    * screen line is lost when splitting a 'winfixheight' window (9.2.0871).
    * popup with opacity does not use the font of the highlight group (9.2.0872).
    * :redrawstatus does not update the ruler of the last window (9.2.0873).
    * fold size is compared against 'foldminlines' of the wrong window (9.2.0874).
    * GTK4: GUI does not support command-line arguments (9.2.0875).
    * GTK4: compile error with disabled netbeans feat (9.2.0876).
    * Vim9: crash when a closure assigns to a variable declared in a loop (9.2.0877).
    * Vim9: cannot use a script variable of an enclosing block in a lambda (9.2.0878).
    * popup: "maxwidth" is not respected when 'wrap' is off (9.2.0879).
    * scroll: window scrolls when using the autocommand window (9.2.0880).
    * 'smoothscroll' position is lost when the window height changes (9.2.0881).
    * :bwipe crashes if WinLeave wipes all other buffers (9.2.0882).
    * scroll: 'smoothscroll' position is lost when using "|" (9.2.0883).
    * scroll: unreachable 'smoothscroll' code in cursor_correct() (9.2.0884).
    * scroll: 'smoothscroll' position is lost when the window is squeezed (9.2.0885).
    * :set completion works for an invalid sub-option name (9.2.0886).
    * scroll: jump-scrolling when moving the cursor onto a wrapping line (9.2.0887).
    * mapping: modifier is not recognized after a partial mapping (9.2.0888).
    * VMS: spurious "INVALID DECC FEATURE VALUE" message at every startup (9.2.0889).
    * test: test for patch v9.2.0888 can be clarified (9.2.0890).
    * MS-Windows: filename-modifier ":8:t" causes underflow (9.2.0891).
    * highlight: wrong column highlighted with 'cursorcolumn' (9.2.0892).
    * MS-Windows: "*.vim" also matches files with a longer extension (9.2.0893).
    * filetype: ed script files not recognised (9.2.0894).
    * test: Test_aucmd_win_scroll_multibyte() is flaky in the GUI (9.2.0895).
    * scroll: 'smoothscroll' position is lost when splitting a window (9.2.0896).
    * GTK3 X11 redraws are not coalesced (9.2.0897).
    * printing support is lacking (9.2.0898).
    * command output temporary files may collide (9.2.0899).
    * FocusGained still triggered when closing dialog (9.2.0900).
    * textprop: wrong cursor line with truncated virtual text (9.2.0901).
    * Vim9: iterating over a tuple leaks memory (9.2.0902).
    * Vim9: cannot use an exported function of an autoload import (9.2.0903).
    * "zb" scrolls incorrectly with cursor just above fold (9.2.0904).
    * MS-Windows: ghost cursor with ligatures (9.2.0905).
    * slow transstr() with long strings (9.2.0906).
    * popup: virtual text is not redrawn when a text property changes (9.2.0907).
    * cannot use a {} block in a nested :autocmd (9.2.0908).
    * insert completion is slow to collect many matches (9.2.0909).
    * runtime(vim): update syntax, contain Ex commands (9.2.0910).
    * makefiles do not build hardcopy_postscript.c (9.2.0911).
    * hardcopy: prototypes are hand-written instead of generated (9.2.0912).
    * statusline: cell below the vertical separator keeps the old highlight (9.2.0913).
    * diff: undo after :diffget into an empty buffer leaves a line behind (9.2.0914).
    * tests: two terminal tests in test_popupwin fail on FreeBSD (9.2.0915).
    * configure: honor `--disable-hardcopy-pango` with GTK UI (9.2.0916).
    * :quitall not allowed in the command-line window (9.2.0917).
    * screen: fill char with a zero low byte is stored as a NUL cell (9.2.0918).
    * screen: the wrong array is copied into ScreenCols on a resize (9.2.0919).
    * filetype: json-ld files are not recognized (9.2.0920).
    * test: terminal tests fail on FreeBSD (9.2.0921).
    * Wayland: modeless selection not redrawn (9.2.0922).
    * tabpage: closing a tab page loses the alternate tab page (9.2.0923).
    * tests: Test_termwinscroll() fails on FreeBSD (9.2.0924).
    * crash when getcompletiontype() gets a NULL string (9.2.0925).
    * filetype: business Central files are not recognized (9.2.0926).
    * curswant not set on 8g8 (9.2.0927).
    * MinGW: tests hang when Vim is built with coverage enabled (9.2.0928).
    * incorrect completion for 'pumopt' and 'pumborder' (9.2.0929).
    * floating point exception when displaying pum (9.2.0930).
    * the GTK4 GUI is still experimental and untested by CI (9.2.0931).
    * NFA engine fallback can double free the compiled program (9.2.0932).
    * u_read_undo() leaks the file name when the undo file owner differs (9.2.0933).
    * filetype: hlsl files are not recognized (9.2.0934).
    * reading an undo file is slow with many undo headers (9.2.0935).
    * stringifying a list or dict can free the item being iterated (9.2.0936).
    * sort() with a numeric option converts each item on every comparison (9.2.0937).
    * cursorbind: cursor in the other window is not updated after undo (9.2.0938).
    * mbyte: wrong cell count for an overlong UTF-8 sequence (9.2.0939).
    * GTK4: columns are lost when a scrollbar appears (9.2.0940).
    * tests: clipboard tests fail in the GUI when the terminal has no clipboard (9.2.0941).
    * test: test_mksession_winpos() fails on GTK4 UI (9.2.0942).
    * test: test_hardcopy fails on GTK4 UI (9.2.0943).
    * test: tests fail when checking for GTK4 feature (9.2.0944).
    * sort() with a numeric option can be improved (9.2.0945).
    * GTK2/3: mouse move starts Visual selection after a dialog (9.2.0946).
    * GTK4: screen is cleared when moving the mouse after startup (9.2.0947).
    * GTK4: mouse move starts Visual selection after a dialog (9.2.0948).
    * GDK_KEY_VoidSymbol might be undefined (9.2.0949).
    * transstr() can be improved (after 9.2.0906) (9.2.0950).
    * GTK3: cursor does no longer blink (9.2.0951).
    * locking a container while stringifying can be improved (9.2.0952).
    * insert completion code can be improved (9.2.0953).
    * u_read_undo() can be improved (after 9.2.0935) (9.2.0954).
    * tests: terminal tests are flaky (9.2.0955).
    * GTK4: crash when the window is resized while redrawing (9.2.0956).
    * filetype: ArgoCD config file is not recognized (9.2.0957).

------------------------------------------------------------------
------------------  2026-8-14  -  Aug 14 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix spec file for SLFO 1.1 target
    The open-vmdk package does not exists on SLFO:1.1

++++ python311-core:

  - Revert be61ef9 (Wed Apr  8 16:12:36 CEST 2026) for older
    distros.

++++ python311:

  - Revert be61ef9 (Wed Apr  8 16:12:36 CEST 2026) for older
    distros.

------------------------------------------------------------------
------------------  2026-8-11  -  Aug 11 2026  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.645.g79fd74d:
    * fix(base): sanitize message written by die() to the emergency hook
    * feat(base): add escape function implementing printf %q
  - CVE-2026-15816: root code execution via unescaped error message written to
    sourced emergency hook script in die() (bsc#1274432)

------------------------------------------------------------------
------------------  2026-8-10  -  Aug 10 2026  -------------------
------------------------------------------------------------------

++++ python-cryptography:

  - CVE-2026-69248: distinguish NC kinds when evaluating wildcard DNS SANs
    Add patch CVE-2026-69248-distingush-nc-kinds-wildcard-sans.patch
    (bsc#1273549)
  - CVE-2026-69249: Add a signature validation budget during path construction
    Add patch CVE-2026-69249-signature-validation-budget.patch (bsc#1273516)

------------------------------------------------------------------
------------------  2026-8-8  -  Aug 8 2026  -------------------
------------------------------------------------------------------

++++ python311-core:

  - noCVE: CVE-2026-6019 fix does not handle non-ascii chars correctly
    (bsc#1263083) (internal SUSE bug so far, no CVE yet)
    bsc1263083-http-cookies-atob-utf8.patch

++++ python311:

  - noCVE: CVE-2026-6019 fix does not handle non-ascii chars correctly
    (bsc#1263083) (internal SUSE bug so far, no CVE yet)
    bsc1263083-http-cookies-atob-utf8.patch

------------------------------------------------------------------
------------------  2026-8-6  -  Aug 6 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - NFSv4: include MAY_WRITE in open permission mask for O_TRUNC
    (CVE-2026-64298 bsc#1273550).
  - commit 77b020f
  - Bluetooth: hci_event: fix potential UAF in SSP passkey handlers
    (CVE-2026-46056 bsc#1267435).
  - commit 8c57442
  - sched/psi: Create the psimon kthread outside of cgroup_mutex
    (bsc#1269134).
  - commit 49da9b8
  - sctp: don't free the ASCONF's own transport in DEL-IP processing
    (CVE-2026-64564 bsc#1274072).
  - commit 8566e05
  - sched/psi: fix race between file release and pressure write
    (CVE-2026-52991 bsc#1269134).
  - cgroup: fix race between task migration and iteration
    (CVE-2026-43439 bsc#1265141).
  - commit f4468cc
  - usb: typec: tcpm: bound altmode_desc[] per iteration in
    svdm_consume_modes() (CVE-2026-63962 bsc#1272482).
  - Refresh
    patches.suse/usb-typec-tcpm-Validate-SVID-index-in-svdm_consume_m.patch.
  - commit 7672123
  - USB: serial: digi_acceleport: fix memory corruption with small
    endpoints (CVE-2026-63901 bsc#1272501).
  - commit d94d6b1
  - USB: serial: mct_u232: fix memory corruption with small endpoint
    (CVE-2026-63928 bsc#1272891).
  - commit b8827af
  - fbdev: fix use-after-free in store_modes() (CVE-2026-63826
    bsc#1272183).
  - commit 0291de1

++++ kernel-rt:

  - NFSv4: include MAY_WRITE in open permission mask for O_TRUNC
    (CVE-2026-64298 bsc#1273550).
  - commit 77b020f
  - Bluetooth: hci_event: fix potential UAF in SSP passkey handlers
    (CVE-2026-46056 bsc#1267435).
  - commit 8c57442
  - sched/psi: Create the psimon kthread outside of cgroup_mutex
    (bsc#1269134).
  - commit 49da9b8
  - sctp: don't free the ASCONF's own transport in DEL-IP processing
    (CVE-2026-64564 bsc#1274072).
  - commit 8566e05
  - sched/psi: fix race between file release and pressure write
    (CVE-2026-52991 bsc#1269134).
  - cgroup: fix race between task migration and iteration
    (CVE-2026-43439 bsc#1265141).
  - commit f4468cc
  - usb: typec: tcpm: bound altmode_desc[] per iteration in
    svdm_consume_modes() (CVE-2026-63962 bsc#1272482).
  - Refresh
    patches.suse/usb-typec-tcpm-Validate-SVID-index-in-svdm_consume_m.patch.
  - commit 7672123
  - USB: serial: digi_acceleport: fix memory corruption with small
    endpoints (CVE-2026-63901 bsc#1272501).
  - commit d94d6b1
  - USB: serial: mct_u232: fix memory corruption with small endpoint
    (CVE-2026-63928 bsc#1272891).
  - commit b8827af
  - fbdev: fix use-after-free in store_modes() (CVE-2026-63826
    bsc#1272183).
  - commit 0291de1

++++ kernel-rt_debug:

  - NFSv4: include MAY_WRITE in open permission mask for O_TRUNC
    (CVE-2026-64298 bsc#1273550).
  - commit 77b020f
  - Bluetooth: hci_event: fix potential UAF in SSP passkey handlers
    (CVE-2026-46056 bsc#1267435).
  - commit 8c57442
  - sched/psi: Create the psimon kthread outside of cgroup_mutex
    (bsc#1269134).
  - commit 49da9b8
  - sctp: don't free the ASCONF's own transport in DEL-IP processing
    (CVE-2026-64564 bsc#1274072).
  - commit 8566e05
  - sched/psi: fix race between file release and pressure write
    (CVE-2026-52991 bsc#1269134).
  - cgroup: fix race between task migration and iteration
    (CVE-2026-43439 bsc#1265141).
  - commit f4468cc
  - usb: typec: tcpm: bound altmode_desc[] per iteration in
    svdm_consume_modes() (CVE-2026-63962 bsc#1272482).
  - Refresh
    patches.suse/usb-typec-tcpm-Validate-SVID-index-in-svdm_consume_m.patch.
  - commit 7672123
  - USB: serial: digi_acceleport: fix memory corruption with small
    endpoints (CVE-2026-63901 bsc#1272501).
  - commit d94d6b1
  - USB: serial: mct_u232: fix memory corruption with small endpoint
    (CVE-2026-63928 bsc#1272891).
  - commit b8827af
  - fbdev: fix use-after-free in store_modes() (CVE-2026-63826
    bsc#1272183).
  - commit 0291de1

++++ rpm:

  - harden ndb code [bsc#1269584] [CVE-2026-44605]
    * new patch: ndbharden.diff

------------------------------------------------------------------
------------------  2026-8-5  -  Aug 5 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()
    (CVE-2026-63984 bsc#1272865).
  - commit e42c15c
  - ip6: vti: Use ip6_tnl.net in vti6_siocdevprivate()
    (CVE-2026-63921 bsc#1272918).
  - commit bdf0f57
  - ip6: vti: Use ip6_tnl.net in vti6_changelink() (CVE-2026-63917
    bsc#1272904).
  - commit dc117a9
  - KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()
    (git-fixes).
  - commit 761b131
  - KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN (git-fixes).
  - commit 0b7a481
  - KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUN
    (git-fixes).
  - commit 7658a65
  - KVM: x86: hyper-v: Validate all GVAs during PV TLB flush
    (git-fixes).
  - commit 0497a26
  - KVM: x86/mmu: Fix use-after-free on vendor module reload
    (git-fixes).
  - commit 47aedd3
  - KVM: x86/mmu: Preserve nested TDP shadow page tables if they
    are used as roots (git-fixes).
  - commit e4eace2
  - ipv6: exthdrs: recompute network header pointer once
    (CVE-2026-63922 CVE-2026-63924 bsc#1272855).
  - ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()
    (CVE-2026-63922 CVE-2026-63924 bsc#1272855).
  - ipv6: exthdrs: refresh nh after handling HAO option
    (CVE-2026-63922 CVE-2026-63924 bsc#1272855).
  - commit 918007a
  - scsi: qla2xxx: Fix improper freeing of purex item
    (CVE-2025-68741 bsc#1255703).
  - scsi: Revert "scsi: qla2xxx: Perform lockless command completion
    in abort path" (CVE-2025-68818 bsc#1256675).
  - commit b03a4e1
  - i2c: imx: fix locked bus on SMBus block-read of 0 (atomic)
    (git-fixes).
  - drm/amdgpu: Fix VFCT bus number matching with soft filter
    (stable-fixes).
  - drm/amdgpu: fix bo->pin leaking in amdgpu_bo_create_reserved
    (stable-fixes).
  - gpu: host1x: Fix use-after-free in
    host1x_bo_clear_cached_mappings (stable-fixes).
  - wifi: cfg80211: bound element ID read when checking
    non-inheritance (git-fixes).
  - wifi: brcmfmac: initialize SDIO data work before cleanup
    (git-fixes).
  - wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lock
    (git-fixes).
  - wifi: cfg80211: reject unsupported PMSR FTM location requests
    (git-fixes).
  - wifi: cfg80211: validate PMSR FTM preamble range (git-fixes).
  - wifi: cfg80211: validate PMSR measurement type data (git-fixes).
  - wifi: nl80211: validate nested MBSSID IE blobs (git-fixes).
  - wifi: nl80211: free RNR data on MBSSID mismatch (git-fixes).
  - wifi: p54: validate RX frame length in p54_rx_eeprom_readback()
    (git-fixes).
  - wifi: libertas: fix memory leak in helper_firmware_cb()
    (git-fixes).
  - wifi: ipw2100: fix potential memory leak in
    ipw2100_pci_init_one() (git-fixes).
  - wifi: cfg80211: cancel sched scan results work on unregister
    (git-fixes).
  - mtd: nand: mtk-ecc: stop on ECC idle timeouts (git-fixes).
  - mtd: mtdswap: remove debugfs stats file on teardown (git-fixes).
  - firmware: arm_ffa: Fix NULL dereference in
    ffa_partition_info_get() (git-fixes).
  - firmware: arm_scmi: Rate-limit queue-full warnings in IRQ
    context (git-fixes).
  - drm/amdkfd: Check bounds in allocate_event_notification_slot
    (stable-fixes).
  - drm/amdgpu: invoke pm_genpd_remove() before freeing genpd
    (stable-fixes).
  - drm/amdgpu/vce: fix integer overflow in image size
    (stable-fixes).
  - drm/amdgpu/vcn4: avoid rereading IB param length (stable-fixes).
  - drm/amdgpu: fix division by zero with invalid uvd dimensions
    (stable-fixes).
  - drm/amd/pm: make pp_features read-only when scpm is enabled
    (stable-fixes).
  - drm/amdgpu/sdma6.0: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/sdma5.2: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/sdma5.0: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/sdma4.4.2: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx11: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx10: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx9.4.3: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON() (stable-fixes).
  - drm/amdgpu/gfx8: drop unecessary BUG_ON() (stable-fixes).
  - drm/amdgpu/uvd: Fix forcing MSG, FB BOs into VCPU segment when
    it isn't at 0 (v2) (stable-fixes).
  - drm/amdgpu/uvd: Place VCPU BO only in VRAM for UVD 4.x and older
    (stable-fixes).
  - drm/radeon: fix r100_copy_blit for large BOs (stable-fixes).
  - mtd: rawnand: Pause continuous reads at block boundaries
    (git-fixes).
  - media: meson: vdec: Fix memory leak in error path of vdec_open
    (git-fixes).
  - media: cedrus: clean up media device on probe failure
    (git-fixes).
  - media: nxp: imx8-isi: Fix scale factor calculation for hardware
    rounding (git-fixes).
  - media: nxp: imx8-isi: Fix potential out-of-bounds issues
    (git-fixes).
  - media: nxp: imx8-isi: Clean up already-initialized pipes on
    probe failure (git-fixes).
  - media: nxp: imx8-isi: Fix missing v4l2_subdev_cleanup() in
    pipe init error path (git-fixes).
  - media: nxp: imx8-isi: Add missing v4l2_subdev_cleanup() in
    crossbar and pipe (git-fixes).
  - media: vivid: check for vb2_is_busy() when toggling caps
    (git-fixes).
  - media: vivid: add vivid_update_reduced_fps() (git-fixes).
  - media: radio-si476x: Unregister v4l2_device on probe failure
    (git-fixes).
  - media: pwc: Drain fill_buf on start_streaming() failure
    (git-fixes).
  - media: sun4i-csi: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: rtl2832_sdr: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: pwc: Return queued buffers on start_streaming() failure
    (git-fixes).
  - media: msi2500: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: airspy: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: tegra-video: vi: fix invalid u32 return value in format
    lookup (git-fixes).
  - media: v4l2-ctrls-request: add NULL check in
    v4l2_ctrl_request_complete() (git-fixes).
  - media: rtl2832: fix use-after-free in rtl2832_remove()
    (git-fixes).
  - media: saa7134: Fix a possible memory leak in
    saa7134_video_init1 (git-fixes).
  - media: cx231xx: fix devres lifetime (git-fixes).
  - media: cx23885: add ioremap return check and cleanup
    (git-fixes).
  - media: stm32: dcmi: unregister notifier on probe failure
    (git-fixes).
  - fbdev: efifb: fix memory leak in efifb_probe() (git-fixes).
  - i2c: imx: separate atomic, dma and non-dma use case
    (stable-fixes).
  - platform/x86: dell-smbios: Move request functions for reuse
    (stable-fixes).
  - ASoC: mediatek: mt8192-afe-pcm: Simplify with dev_err_probe()
    (stable-fixes).
  - ASoC: mediatek: mt8192-afe-pcm: Convert to
    devm_pm_runtime_enable() (stable-fixes).
  - mtd: rawnand: Ensure all continuous terms are always in sync
    (git-fixes).
  - mtd: rawnand: Add a helper for calculating a page index
    (stable-fixes).
  - fbdev/efifb: Replace references to global screen_info by local
    pointer (stable-fixes).
  - commit ecd2f17
  - wifi: iwlwifi: mvm: fix flushing during quiet CSA (bsc#1272600).
  - commit 235c15e
  - Update
    patches.suse/KVM-x86-Check-for-invalid-obsolete-root-after-making.patch
    (CVE-2026-64561 bsc#1273231).
  - commit d7ec22e
  - KEYS: fix overflow in keyctl_pkey_params_get_2() (bsc#1272180
    CVE-2026-63824).
  - commit 4d61bdc
  - pf: Free reuseport cBPF prog after RCU grace period
    (CVE-2026-52910 bsc#1268659).
  - commit dd52946
  - ALSA: hda/conexant: Fix missing error check for jack detection
    (CVE-2026-53291 bsc#1269697).
  - commit 6baac6e
  - Bluetooth: ISO: fix UAF in iso_recv_frame (CVE-2026-63946
    bsc#1272665).
  - commit 9f5575b
  - EFI/CPER: don't go past the ARM processor CPER record buffer
    (bsc#1264418 CVE-2026-43266).
  - commit 700b038

++++ kernel-rt:

  - ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()
    (CVE-2026-63984 bsc#1272865).
  - commit e42c15c
  - ip6: vti: Use ip6_tnl.net in vti6_siocdevprivate()
    (CVE-2026-63921 bsc#1272918).
  - commit bdf0f57
  - ip6: vti: Use ip6_tnl.net in vti6_changelink() (CVE-2026-63917
    bsc#1272904).
  - commit dc117a9
  - KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()
    (git-fixes).
  - commit 761b131
  - KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN (git-fixes).
  - commit 0b7a481
  - KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUN
    (git-fixes).
  - commit 7658a65
  - KVM: x86: hyper-v: Validate all GVAs during PV TLB flush
    (git-fixes).
  - commit 0497a26
  - KVM: x86/mmu: Fix use-after-free on vendor module reload
    (git-fixes).
  - commit 47aedd3
  - KVM: x86/mmu: Preserve nested TDP shadow page tables if they
    are used as roots (git-fixes).
  - commit e4eace2
  - ipv6: exthdrs: recompute network header pointer once
    (CVE-2026-63922 CVE-2026-63924 bsc#1272855).
  - ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()
    (CVE-2026-63922 CVE-2026-63924 bsc#1272855).
  - ipv6: exthdrs: refresh nh after handling HAO option
    (CVE-2026-63922 CVE-2026-63924 bsc#1272855).
  - commit 918007a
  - scsi: qla2xxx: Fix improper freeing of purex item
    (CVE-2025-68741 bsc#1255703).
  - scsi: Revert "scsi: qla2xxx: Perform lockless command completion
    in abort path" (CVE-2025-68818 bsc#1256675).
  - commit b03a4e1
  - i2c: imx: fix locked bus on SMBus block-read of 0 (atomic)
    (git-fixes).
  - drm/amdgpu: Fix VFCT bus number matching with soft filter
    (stable-fixes).
  - drm/amdgpu: fix bo->pin leaking in amdgpu_bo_create_reserved
    (stable-fixes).
  - gpu: host1x: Fix use-after-free in
    host1x_bo_clear_cached_mappings (stable-fixes).
  - wifi: cfg80211: bound element ID read when checking
    non-inheritance (git-fixes).
  - wifi: brcmfmac: initialize SDIO data work before cleanup
    (git-fixes).
  - wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lock
    (git-fixes).
  - wifi: cfg80211: reject unsupported PMSR FTM location requests
    (git-fixes).
  - wifi: cfg80211: validate PMSR FTM preamble range (git-fixes).
  - wifi: cfg80211: validate PMSR measurement type data (git-fixes).
  - wifi: nl80211: validate nested MBSSID IE blobs (git-fixes).
  - wifi: nl80211: free RNR data on MBSSID mismatch (git-fixes).
  - wifi: p54: validate RX frame length in p54_rx_eeprom_readback()
    (git-fixes).
  - wifi: libertas: fix memory leak in helper_firmware_cb()
    (git-fixes).
  - wifi: ipw2100: fix potential memory leak in
    ipw2100_pci_init_one() (git-fixes).
  - wifi: cfg80211: cancel sched scan results work on unregister
    (git-fixes).
  - mtd: nand: mtk-ecc: stop on ECC idle timeouts (git-fixes).
  - mtd: mtdswap: remove debugfs stats file on teardown (git-fixes).
  - firmware: arm_ffa: Fix NULL dereference in
    ffa_partition_info_get() (git-fixes).
  - firmware: arm_scmi: Rate-limit queue-full warnings in IRQ
    context (git-fixes).
  - drm/amdkfd: Check bounds in allocate_event_notification_slot
    (stable-fixes).
  - drm/amdgpu: invoke pm_genpd_remove() before freeing genpd
    (stable-fixes).
  - drm/amdgpu/vce: fix integer overflow in image size
    (stable-fixes).
  - drm/amdgpu/vcn4: avoid rereading IB param length (stable-fixes).
  - drm/amdgpu: fix division by zero with invalid uvd dimensions
    (stable-fixes).
  - drm/amd/pm: make pp_features read-only when scpm is enabled
    (stable-fixes).
  - drm/amdgpu/sdma6.0: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/sdma5.2: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/sdma5.0: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/sdma4.4.2: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx11: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx10: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx9.4.3: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON() (stable-fixes).
  - drm/amdgpu/gfx8: drop unecessary BUG_ON() (stable-fixes).
  - drm/amdgpu/uvd: Fix forcing MSG, FB BOs into VCPU segment when
    it isn't at 0 (v2) (stable-fixes).
  - drm/amdgpu/uvd: Place VCPU BO only in VRAM for UVD 4.x and older
    (stable-fixes).
  - drm/radeon: fix r100_copy_blit for large BOs (stable-fixes).
  - mtd: rawnand: Pause continuous reads at block boundaries
    (git-fixes).
  - media: meson: vdec: Fix memory leak in error path of vdec_open
    (git-fixes).
  - media: cedrus: clean up media device on probe failure
    (git-fixes).
  - media: nxp: imx8-isi: Fix scale factor calculation for hardware
    rounding (git-fixes).
  - media: nxp: imx8-isi: Fix potential out-of-bounds issues
    (git-fixes).
  - media: nxp: imx8-isi: Clean up already-initialized pipes on
    probe failure (git-fixes).
  - media: nxp: imx8-isi: Fix missing v4l2_subdev_cleanup() in
    pipe init error path (git-fixes).
  - media: nxp: imx8-isi: Add missing v4l2_subdev_cleanup() in
    crossbar and pipe (git-fixes).
  - media: vivid: check for vb2_is_busy() when toggling caps
    (git-fixes).
  - media: vivid: add vivid_update_reduced_fps() (git-fixes).
  - media: radio-si476x: Unregister v4l2_device on probe failure
    (git-fixes).
  - media: pwc: Drain fill_buf on start_streaming() failure
    (git-fixes).
  - media: sun4i-csi: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: rtl2832_sdr: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: pwc: Return queued buffers on start_streaming() failure
    (git-fixes).
  - media: msi2500: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: airspy: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: tegra-video: vi: fix invalid u32 return value in format
    lookup (git-fixes).
  - media: v4l2-ctrls-request: add NULL check in
    v4l2_ctrl_request_complete() (git-fixes).
  - media: rtl2832: fix use-after-free in rtl2832_remove()
    (git-fixes).
  - media: saa7134: Fix a possible memory leak in
    saa7134_video_init1 (git-fixes).
  - media: cx231xx: fix devres lifetime (git-fixes).
  - media: cx23885: add ioremap return check and cleanup
    (git-fixes).
  - media: stm32: dcmi: unregister notifier on probe failure
    (git-fixes).
  - fbdev: efifb: fix memory leak in efifb_probe() (git-fixes).
  - i2c: imx: separate atomic, dma and non-dma use case
    (stable-fixes).
  - platform/x86: dell-smbios: Move request functions for reuse
    (stable-fixes).
  - ASoC: mediatek: mt8192-afe-pcm: Simplify with dev_err_probe()
    (stable-fixes).
  - ASoC: mediatek: mt8192-afe-pcm: Convert to
    devm_pm_runtime_enable() (stable-fixes).
  - mtd: rawnand: Ensure all continuous terms are always in sync
    (git-fixes).
  - mtd: rawnand: Add a helper for calculating a page index
    (stable-fixes).
  - fbdev/efifb: Replace references to global screen_info by local
    pointer (stable-fixes).
  - commit ecd2f17
  - wifi: iwlwifi: mvm: fix flushing during quiet CSA (bsc#1272600).
  - commit 235c15e
  - Update
    patches.suse/KVM-x86-Check-for-invalid-obsolete-root-after-making.patch
    (CVE-2026-64561 bsc#1273231).
  - commit d7ec22e
  - KEYS: fix overflow in keyctl_pkey_params_get_2() (bsc#1272180
    CVE-2026-63824).
  - commit 4d61bdc
  - pf: Free reuseport cBPF prog after RCU grace period
    (CVE-2026-52910 bsc#1268659).
  - commit dd52946
  - ALSA: hda/conexant: Fix missing error check for jack detection
    (CVE-2026-53291 bsc#1269697).
  - commit 6baac6e
  - Bluetooth: ISO: fix UAF in iso_recv_frame (CVE-2026-63946
    bsc#1272665).
  - commit 9f5575b
  - EFI/CPER: don't go past the ARM processor CPER record buffer
    (bsc#1264418 CVE-2026-43266).
  - commit 700b038

++++ kernel-rt_debug:

  - ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()
    (CVE-2026-63984 bsc#1272865).
  - commit e42c15c
  - ip6: vti: Use ip6_tnl.net in vti6_siocdevprivate()
    (CVE-2026-63921 bsc#1272918).
  - commit bdf0f57
  - ip6: vti: Use ip6_tnl.net in vti6_changelink() (CVE-2026-63917
    bsc#1272904).
  - commit dc117a9
  - KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()
    (git-fixes).
  - commit 761b131
  - KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN (git-fixes).
  - commit 0b7a481
  - KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUN
    (git-fixes).
  - commit 7658a65
  - KVM: x86: hyper-v: Validate all GVAs during PV TLB flush
    (git-fixes).
  - commit 0497a26
  - KVM: x86/mmu: Fix use-after-free on vendor module reload
    (git-fixes).
  - commit 47aedd3
  - KVM: x86/mmu: Preserve nested TDP shadow page tables if they
    are used as roots (git-fixes).
  - commit e4eace2
  - ipv6: exthdrs: recompute network header pointer once
    (CVE-2026-63922 CVE-2026-63924 bsc#1272855).
  - ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()
    (CVE-2026-63922 CVE-2026-63924 bsc#1272855).
  - ipv6: exthdrs: refresh nh after handling HAO option
    (CVE-2026-63922 CVE-2026-63924 bsc#1272855).
  - commit 918007a
  - scsi: qla2xxx: Fix improper freeing of purex item
    (CVE-2025-68741 bsc#1255703).
  - scsi: Revert "scsi: qla2xxx: Perform lockless command completion
    in abort path" (CVE-2025-68818 bsc#1256675).
  - commit b03a4e1
  - i2c: imx: fix locked bus on SMBus block-read of 0 (atomic)
    (git-fixes).
  - drm/amdgpu: Fix VFCT bus number matching with soft filter
    (stable-fixes).
  - drm/amdgpu: fix bo->pin leaking in amdgpu_bo_create_reserved
    (stable-fixes).
  - gpu: host1x: Fix use-after-free in
    host1x_bo_clear_cached_mappings (stable-fixes).
  - wifi: cfg80211: bound element ID read when checking
    non-inheritance (git-fixes).
  - wifi: brcmfmac: initialize SDIO data work before cleanup
    (git-fixes).
  - wifi: mac80211: free AP_VLAN bc_buf SKBs outside IRQ lock
    (git-fixes).
  - wifi: cfg80211: reject unsupported PMSR FTM location requests
    (git-fixes).
  - wifi: cfg80211: validate PMSR FTM preamble range (git-fixes).
  - wifi: cfg80211: validate PMSR measurement type data (git-fixes).
  - wifi: nl80211: validate nested MBSSID IE blobs (git-fixes).
  - wifi: nl80211: free RNR data on MBSSID mismatch (git-fixes).
  - wifi: p54: validate RX frame length in p54_rx_eeprom_readback()
    (git-fixes).
  - wifi: libertas: fix memory leak in helper_firmware_cb()
    (git-fixes).
  - wifi: ipw2100: fix potential memory leak in
    ipw2100_pci_init_one() (git-fixes).
  - wifi: cfg80211: cancel sched scan results work on unregister
    (git-fixes).
  - mtd: nand: mtk-ecc: stop on ECC idle timeouts (git-fixes).
  - mtd: mtdswap: remove debugfs stats file on teardown (git-fixes).
  - firmware: arm_ffa: Fix NULL dereference in
    ffa_partition_info_get() (git-fixes).
  - firmware: arm_scmi: Rate-limit queue-full warnings in IRQ
    context (git-fixes).
  - drm/amdkfd: Check bounds in allocate_event_notification_slot
    (stable-fixes).
  - drm/amdgpu: invoke pm_genpd_remove() before freeing genpd
    (stable-fixes).
  - drm/amdgpu/vce: fix integer overflow in image size
    (stable-fixes).
  - drm/amdgpu/vcn4: avoid rereading IB param length (stable-fixes).
  - drm/amdgpu: fix division by zero with invalid uvd dimensions
    (stable-fixes).
  - drm/amd/pm: make pp_features read-only when scpm is enabled
    (stable-fixes).
  - drm/amdgpu/sdma6.0: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/sdma5.2: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/sdma5.0: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/sdma4.4.2: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx11: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx10: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx9.4.3: replace BUG_ON() with WARN_ON()
    (stable-fixes).
  - drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON() (stable-fixes).
  - drm/amdgpu/gfx8: drop unecessary BUG_ON() (stable-fixes).
  - drm/amdgpu/uvd: Fix forcing MSG, FB BOs into VCPU segment when
    it isn't at 0 (v2) (stable-fixes).
  - drm/amdgpu/uvd: Place VCPU BO only in VRAM for UVD 4.x and older
    (stable-fixes).
  - drm/radeon: fix r100_copy_blit for large BOs (stable-fixes).
  - mtd: rawnand: Pause continuous reads at block boundaries
    (git-fixes).
  - media: meson: vdec: Fix memory leak in error path of vdec_open
    (git-fixes).
  - media: cedrus: clean up media device on probe failure
    (git-fixes).
  - media: nxp: imx8-isi: Fix scale factor calculation for hardware
    rounding (git-fixes).
  - media: nxp: imx8-isi: Fix potential out-of-bounds issues
    (git-fixes).
  - media: nxp: imx8-isi: Clean up already-initialized pipes on
    probe failure (git-fixes).
  - media: nxp: imx8-isi: Fix missing v4l2_subdev_cleanup() in
    pipe init error path (git-fixes).
  - media: nxp: imx8-isi: Add missing v4l2_subdev_cleanup() in
    crossbar and pipe (git-fixes).
  - media: vivid: check for vb2_is_busy() when toggling caps
    (git-fixes).
  - media: vivid: add vivid_update_reduced_fps() (git-fixes).
  - media: radio-si476x: Unregister v4l2_device on probe failure
    (git-fixes).
  - media: pwc: Drain fill_buf on start_streaming() failure
    (git-fixes).
  - media: sun4i-csi: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: rtl2832_sdr: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: pwc: Return queued buffers on start_streaming() failure
    (git-fixes).
  - media: msi2500: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: airspy: Return queued buffers on start_streaming()
    failure (git-fixes).
  - media: tegra-video: vi: fix invalid u32 return value in format
    lookup (git-fixes).
  - media: v4l2-ctrls-request: add NULL check in
    v4l2_ctrl_request_complete() (git-fixes).
  - media: rtl2832: fix use-after-free in rtl2832_remove()
    (git-fixes).
  - media: saa7134: Fix a possible memory leak in
    saa7134_video_init1 (git-fixes).
  - media: cx231xx: fix devres lifetime (git-fixes).
  - media: cx23885: add ioremap return check and cleanup
    (git-fixes).
  - media: stm32: dcmi: unregister notifier on probe failure
    (git-fixes).
  - fbdev: efifb: fix memory leak in efifb_probe() (git-fixes).
  - i2c: imx: separate atomic, dma and non-dma use case
    (stable-fixes).
  - platform/x86: dell-smbios: Move request functions for reuse
    (stable-fixes).
  - ASoC: mediatek: mt8192-afe-pcm: Simplify with dev_err_probe()
    (stable-fixes).
  - ASoC: mediatek: mt8192-afe-pcm: Convert to
    devm_pm_runtime_enable() (stable-fixes).
  - mtd: rawnand: Ensure all continuous terms are always in sync
    (git-fixes).
  - mtd: rawnand: Add a helper for calculating a page index
    (stable-fixes).
  - fbdev/efifb: Replace references to global screen_info by local
    pointer (stable-fixes).
  - commit ecd2f17
  - wifi: iwlwifi: mvm: fix flushing during quiet CSA (bsc#1272600).
  - commit 235c15e
  - Update
    patches.suse/KVM-x86-Check-for-invalid-obsolete-root-after-making.patch
    (CVE-2026-64561 bsc#1273231).
  - commit d7ec22e
  - KEYS: fix overflow in keyctl_pkey_params_get_2() (bsc#1272180
    CVE-2026-63824).
  - commit 4d61bdc
  - pf: Free reuseport cBPF prog after RCU grace period
    (CVE-2026-52910 bsc#1268659).
  - commit dd52946
  - ALSA: hda/conexant: Fix missing error check for jack detection
    (CVE-2026-53291 bsc#1269697).
  - commit 6baac6e
  - Bluetooth: ISO: fix UAF in iso_recv_frame (CVE-2026-63946
    bsc#1272665).
  - commit 9f5575b
  - EFI/CPER: don't go past the ARM processor CPER record buffer
    (bsc#1264418 CVE-2026-43266).
  - commit 700b038

------------------------------------------------------------------
------------------  2026-8-4  -  Aug 4 2026  -------------------
------------------------------------------------------------------

++++ cryptsetup:

  - Extend the password for PBKDF2 benchmarking to be more than 20
    chars to meet FIPS 140-3 requirements (bsc#1229975, bsc#1268874)
    * Add cryptsetup-fips140-3.patch

++++ python-kiwi:

  - Fixed TestSystemSetup::test_cleanup unit test
    The test was missing proper mocking and did not work
    as a generic test on all archs.

++++ kernel-default:

  - selftests/bpf: cover short IPv4/IPv6 inputs with adjust_room
    (CVE-2026-53074 bsc#1269688).
  - commit 0dc0f85
  - bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb
    (CVE-2026-53074 bsc#1269688).
  - commit 43dbba9
  - bpf, skmsg: fix verdict sk_data_ready racing with ktls rx
    (CVE-2026-64025 bsc#1273117).
  - commit 2af9948
  - KVM: Don't WARN if memory is dirtied without a vCPU when the
    VM is dying (CVE-2026-53345 bsc#1270132).
  - commit f720db0
  - posix-timers: Polish coding style in a few places (bsc#1271912).
  - posix-timers: Clarify posix_timer_fn() comments (bsc#1271912).
  - posix-timers: Document common_clock_get() correctly
    (bsc#1271912).
  - commit fc424bc
  - netfilter: ipset: fix race between dump and ip_set_list resize
    (CVE-2026-64189 bsc#1272207).
  - commit 91ace86
  - xfrm: input: hold netns during deferred transport reinjection
    (CVE-2026-63919 bsc#1272907).
  - sctp: fix race between sctp_wait_for_connect and peeloff
    (CVE-2026-63971 bsc#1272678).
  - tunnels: load network headers after skb_cow() in
    iptunnel_pmtud_build_icmp() (CVE-2026-63994 bsc#1273035).
  - commit c25f44b
  - netfilter: require Ethernet MAC header before using eth_hdr()
    (CVE-2026-53131 bsc#1269773).
  - commit 1230134
  - mptcp: allow subflow rcv wnd to shrink (CVE-2026-53183
    bsc#1269376).
  - commit 733ee64
  - net: bcmgenet: fix off-by-one in bcmgenet_put_txcb
    (CVE-2026-53088 bsc#1269185).
  - commit a2bbd1e
  - xfrm: esp: restore combined single-frag length gate
    (CVE-2026-63912 bsc#1272836).
  - commit d68b0ef
  - netfilter: nft_ct: bail out on template ct in get eval
    (CVE-2026-53267 bsc#1269577).
  - commit 74e70a9
  - memfd: deny writeable mappings when implying SEAL_WRITE
    (CVE-2026-63952 bsc#1272468).
  - commit 4852be9
  - netfilter: nf_conntrack_sip: don't use simple_strtoul
    (CVE-2026-52986 bsc#1269289).
  - commit 42f853a
  - netfilter: nf_tables: use list_del_rcu for netlink hooks
    (CVE-2026-46324 bsc#1267995).
  - commit 4646be4
  - netfilter: nf_tables: Introduce functions freeing nft_hook
    objects (CVE-2026-46324 bsc#1267995).
  - Refresh
    patches.suse/netfilter-nf_tables-reject-duplicate-device-on-updates.patch.
  - commit 52aec2f
  - kABI: netfilter: nf_conncount: increase the connection clean
    up limit to 64 (CVE-2026-45860 bsc#1266710).
  - commit d378632
  - wifi: libertas: don't kill URBs in interrupt context
    (CVE-2026-53107 bsc#1269991).
  - wifi: libertas: use USB anchors for tracking in-flight URBs
    (CVE-2026-53107 bsc#1269991).
  - commit 13b8836
  - Update
    patches.suse/Bluetooth-hci_core-Fix-use-after-free-in-vhci_flush.patch
    (CVE-2025-38250 bsc#1246182 CVE-2026-53252 bsc#1269307).
  - commit 2a47213
  - usb: dwc3: gadget: Move vbus draw to workqueue context
    (CVE-2026-43170 bsc#1264452).
  - commit 21fdf54

++++ kernel-rt:

  - selftests/bpf: cover short IPv4/IPv6 inputs with adjust_room
    (CVE-2026-53074 bsc#1269688).
  - commit 0dc0f85
  - bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb
    (CVE-2026-53074 bsc#1269688).
  - commit 43dbba9
  - bpf, skmsg: fix verdict sk_data_ready racing with ktls rx
    (CVE-2026-64025 bsc#1273117).
  - commit 2af9948
  - KVM: Don't WARN if memory is dirtied without a vCPU when the
    VM is dying (CVE-2026-53345 bsc#1270132).
  - commit f720db0
  - posix-timers: Polish coding style in a few places (bsc#1271912).
  - posix-timers: Clarify posix_timer_fn() comments (bsc#1271912).
  - posix-timers: Document common_clock_get() correctly
    (bsc#1271912).
  - commit fc424bc
  - netfilter: ipset: fix race between dump and ip_set_list resize
    (CVE-2026-64189 bsc#1272207).
  - commit 91ace86
  - xfrm: input: hold netns during deferred transport reinjection
    (CVE-2026-63919 bsc#1272907).
  - sctp: fix race between sctp_wait_for_connect and peeloff
    (CVE-2026-63971 bsc#1272678).
  - tunnels: load network headers after skb_cow() in
    iptunnel_pmtud_build_icmp() (CVE-2026-63994 bsc#1273035).
  - commit c25f44b
  - netfilter: require Ethernet MAC header before using eth_hdr()
    (CVE-2026-53131 bsc#1269773).
  - commit 1230134
  - mptcp: allow subflow rcv wnd to shrink (CVE-2026-53183
    bsc#1269376).
  - commit 733ee64
  - net: bcmgenet: fix off-by-one in bcmgenet_put_txcb
    (CVE-2026-53088 bsc#1269185).
  - commit a2bbd1e
  - xfrm: esp: restore combined single-frag length gate
    (CVE-2026-63912 bsc#1272836).
  - commit d68b0ef
  - netfilter: nft_ct: bail out on template ct in get eval
    (CVE-2026-53267 bsc#1269577).
  - commit 74e70a9
  - memfd: deny writeable mappings when implying SEAL_WRITE
    (CVE-2026-63952 bsc#1272468).
  - commit 4852be9
  - netfilter: nf_conntrack_sip: don't use simple_strtoul
    (CVE-2026-52986 bsc#1269289).
  - commit 42f853a
  - netfilter: nf_tables: use list_del_rcu for netlink hooks
    (CVE-2026-46324 bsc#1267995).
  - commit 4646be4
  - netfilter: nf_tables: Introduce functions freeing nft_hook
    objects (CVE-2026-46324 bsc#1267995).
  - Refresh
    patches.suse/netfilter-nf_tables-reject-duplicate-device-on-updates.patch.
  - commit 52aec2f
  - kABI: netfilter: nf_conncount: increase the connection clean
    up limit to 64 (CVE-2026-45860 bsc#1266710).
  - commit d378632
  - wifi: libertas: don't kill URBs in interrupt context
    (CVE-2026-53107 bsc#1269991).
  - wifi: libertas: use USB anchors for tracking in-flight URBs
    (CVE-2026-53107 bsc#1269991).
  - commit 13b8836
  - Update
    patches.suse/Bluetooth-hci_core-Fix-use-after-free-in-vhci_flush.patch
    (CVE-2025-38250 bsc#1246182 CVE-2026-53252 bsc#1269307).
  - commit 2a47213
  - usb: dwc3: gadget: Move vbus draw to workqueue context
    (CVE-2026-43170 bsc#1264452).
  - commit 21fdf54

++++ kernel-rt_debug:

  - selftests/bpf: cover short IPv4/IPv6 inputs with adjust_room
    (CVE-2026-53074 bsc#1269688).
  - commit 0dc0f85
  - bpf: reject short IPv4/IPv6 inputs in bpf_prog_test_run_skb
    (CVE-2026-53074 bsc#1269688).
  - commit 43dbba9
  - bpf, skmsg: fix verdict sk_data_ready racing with ktls rx
    (CVE-2026-64025 bsc#1273117).
  - commit 2af9948
  - KVM: Don't WARN if memory is dirtied without a vCPU when the
    VM is dying (CVE-2026-53345 bsc#1270132).
  - commit f720db0
  - posix-timers: Polish coding style in a few places (bsc#1271912).
  - posix-timers: Clarify posix_timer_fn() comments (bsc#1271912).
  - posix-timers: Document common_clock_get() correctly
    (bsc#1271912).
  - commit fc424bc
  - netfilter: ipset: fix race between dump and ip_set_list resize
    (CVE-2026-64189 bsc#1272207).
  - commit 91ace86
  - xfrm: input: hold netns during deferred transport reinjection
    (CVE-2026-63919 bsc#1272907).
  - sctp: fix race between sctp_wait_for_connect and peeloff
    (CVE-2026-63971 bsc#1272678).
  - tunnels: load network headers after skb_cow() in
    iptunnel_pmtud_build_icmp() (CVE-2026-63994 bsc#1273035).
  - commit c25f44b
  - netfilter: require Ethernet MAC header before using eth_hdr()
    (CVE-2026-53131 bsc#1269773).
  - commit 1230134
  - mptcp: allow subflow rcv wnd to shrink (CVE-2026-53183
    bsc#1269376).
  - commit 733ee64
  - net: bcmgenet: fix off-by-one in bcmgenet_put_txcb
    (CVE-2026-53088 bsc#1269185).
  - commit a2bbd1e
  - xfrm: esp: restore combined single-frag length gate
    (CVE-2026-63912 bsc#1272836).
  - commit d68b0ef
  - netfilter: nft_ct: bail out on template ct in get eval
    (CVE-2026-53267 bsc#1269577).
  - commit 74e70a9
  - memfd: deny writeable mappings when implying SEAL_WRITE
    (CVE-2026-63952 bsc#1272468).
  - commit 4852be9
  - netfilter: nf_conntrack_sip: don't use simple_strtoul
    (CVE-2026-52986 bsc#1269289).
  - commit 42f853a
  - netfilter: nf_tables: use list_del_rcu for netlink hooks
    (CVE-2026-46324 bsc#1267995).
  - commit 4646be4
  - netfilter: nf_tables: Introduce functions freeing nft_hook
    objects (CVE-2026-46324 bsc#1267995).
  - Refresh
    patches.suse/netfilter-nf_tables-reject-duplicate-device-on-updates.patch.
  - commit 52aec2f
  - kABI: netfilter: nf_conncount: increase the connection clean
    up limit to 64 (CVE-2026-45860 bsc#1266710).
  - commit d378632
  - wifi: libertas: don't kill URBs in interrupt context
    (CVE-2026-53107 bsc#1269991).
  - wifi: libertas: use USB anchors for tracking in-flight URBs
    (CVE-2026-53107 bsc#1269991).
  - commit 13b8836
  - Update
    patches.suse/Bluetooth-hci_core-Fix-use-after-free-in-vhci_flush.patch
    (CVE-2025-38250 bsc#1246182 CVE-2026-53252 bsc#1269307).
  - commit 2a47213
  - usb: dwc3: gadget: Move vbus draw to workqueue context
    (CVE-2026-43170 bsc#1264452).
  - commit 21fdf54

++++ libssh2_org:

  - Security fixes:
    * CVE-2026-58050: Attacker controlled attribute count from a
    publickey-subsystem response is used without bounds checking
    and can cause to a heap buffer overflow in a connecting libssh2
    client (bsc#1269568)
    * CVE-2026-58051: Public key list is increased and does not
    zero-initialized new entries, which can cause an uninitialized
    pointer to be freed when a malformed response is sent by an SSH
    server (bsc#1269567)
    * Add patches
  - libssh2-CVE-2026-58050.patch
  - libssh2-CVE-2026-58051.patch

------------------------------------------------------------------
------------------  2026-8-3  -  Aug 3 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - xfs: fail recovery on a committed log item with no regions
    (CVE-2026-64187 bsc#1272204).
  - commit e8d6d84
  - nfsd: reset write verifier on deferred writeback errors
    (CVE-2026-53393 bsc#1271858).
  - commit 1763bfe
  - nfsd: Don't reset the write verifier on a commit EAGAIN
    (CVE-2026-53393 bsc#1271858).
  - commit 68cae9b
  - hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
    (bsc#1271912).
  - commit 954ea2d
  - posix-timers: Cure si_sys_private race (bsc#1271912).
  - posix-timers: Consolidate signal queueing (bsc#1271912).
  - posix-cpu-timers: Make k_itimer::it_active consistent
    (bsc#1271912).
  - posix-timers: Consolidate timer setup (bsc#1271912).
  - posix-timers: Clear overrun in common_timer_set() (bsc#1271912).
  - posix-timers: Retrieve interval in common timer_settime() code
    (bsc#1271912).
  - posix-cpu-timers: Simplify posix_cpu_timer_set() (bsc#1271912).
  - posix-cpu-timers: Remove incorrect comment in
    posix_cpu_timer_set() (bsc#1271912).
  - posix-cpu-timers: Use @now instead of @val for clarity
    (bsc#1271912).
  - posix-cpu-timers: Do not arm SIGEV_NONE timers (bsc#1271912).
  - posix-cpu-timers: Replace old expiry retrieval in
    posix_cpu_timer_set() (bsc#1271912).
  - posix-cpu-timers: Handle SIGEV_NONE timers correctly in
    timer_set() (bsc#1271912).
  - posix-cpu-timers: Handle SIGEV_NONE timers correctly in
    timer_get() (bsc#1271912).
  - posix-cpu-timers: Handle interval timers correctly in timer_get()
    (bsc#1271912).
  - posix-cpu-timers: Split up posix_cpu_timer_get() (bsc#1271912).
  - commit 5dd9a91
  - KVM: x86: Fix VM hard lockup after prolonged inactivity with
    periodic HV timer (git-fixes).
  - commit d9d1342
  - KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop
    poll hypercalls (git-fixes).
  - commit 10cd3e9
  - KVM: x86: hyper-v: Bound the bank index when querying sparse
    banks (git-fixes).
  - commit d9f5716
  - iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device
    without scalable mode (CVE-2026-43161 bsc#1264333).
  - commit d394d06
  - iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible
    in scalable mode (CVE-2026-43130 bsc#1264532).
  - commit 2a4c64e
  - mm: convert pagecache_isize_extended to use a folio
    (bsc#1272920).
  - commit e98ff83
  - mm: zero range of eof folio exposed by inode size extension
    (bsc#1272920).
  - commit 6c8c472
  - dmaengine: qcom: bam_dma: Fix command element mask field for
    BAM v1.6.0+ (git-fixes).
  - dmaengine: idxd: fix fdev setup failure cleanup in
    idxd_cdev_open() (git-fixes).
  - dmaengine: idxd: fix double free of wq, engine, and group
    structs (git-fixes).
  - dmaengine: sun6i-dma: Fix reclaim descriptors while terminating
    DMA (git-fixes).
  - phy: zynqmp: keep SERDES scrambler and 8b/10b enabled for USB
    (git-fixes).
  - phy: zynqmp: use read-modify-write for SERDES scrambler bypass
    (git-fixes).
  - phy: zynqmp: fix L0_TM_DISABLE_SCRAMBLE_ENCODER mask
    (git-fixes).
  - commit 993f7ad
  - KVM: x86: Check for invalid/obsolete root *after* making MMU
    pages available (bsc#1273231).
  - commit 46b2eca
  - add bugnumber to existing mana changes (bsc#1272693).
  - Drivers: hv: vmbus: Set DMA coherent mask for VMBus devices (git-fixes).
  - net: mana: Return error code from mana_create_rxq() (git-fixes).
  - RDMA/mana_ib: initialize err for empty send WR lists (git-fixes).
  - commit 0994f02

++++ kernel-rt:

  - xfs: fail recovery on a committed log item with no regions
    (CVE-2026-64187 bsc#1272204).
  - commit e8d6d84
  - nfsd: reset write verifier on deferred writeback errors
    (CVE-2026-53393 bsc#1271858).
  - commit 1763bfe
  - nfsd: Don't reset the write verifier on a commit EAGAIN
    (CVE-2026-53393 bsc#1271858).
  - commit 68cae9b
  - hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
    (bsc#1271912).
  - commit 954ea2d
  - posix-timers: Cure si_sys_private race (bsc#1271912).
  - posix-timers: Consolidate signal queueing (bsc#1271912).
  - posix-cpu-timers: Make k_itimer::it_active consistent
    (bsc#1271912).
  - posix-timers: Consolidate timer setup (bsc#1271912).
  - posix-timers: Clear overrun in common_timer_set() (bsc#1271912).
  - posix-timers: Retrieve interval in common timer_settime() code
    (bsc#1271912).
  - posix-cpu-timers: Simplify posix_cpu_timer_set() (bsc#1271912).
  - posix-cpu-timers: Remove incorrect comment in
    posix_cpu_timer_set() (bsc#1271912).
  - posix-cpu-timers: Use @now instead of @val for clarity
    (bsc#1271912).
  - posix-cpu-timers: Do not arm SIGEV_NONE timers (bsc#1271912).
  - posix-cpu-timers: Replace old expiry retrieval in
    posix_cpu_timer_set() (bsc#1271912).
  - posix-cpu-timers: Handle SIGEV_NONE timers correctly in
    timer_set() (bsc#1271912).
  - posix-cpu-timers: Handle SIGEV_NONE timers correctly in
    timer_get() (bsc#1271912).
  - posix-cpu-timers: Handle interval timers correctly in timer_get()
    (bsc#1271912).
  - posix-cpu-timers: Split up posix_cpu_timer_get() (bsc#1271912).
  - commit 5dd9a91
  - KVM: x86: Fix VM hard lockup after prolonged inactivity with
    periodic HV timer (git-fixes).
  - commit d9d1342
  - KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop
    poll hypercalls (git-fixes).
  - commit 10cd3e9
  - KVM: x86: hyper-v: Bound the bank index when querying sparse
    banks (git-fixes).
  - commit d9f5716
  - iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device
    without scalable mode (CVE-2026-43161 bsc#1264333).
  - commit d394d06
  - iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible
    in scalable mode (CVE-2026-43130 bsc#1264532).
  - commit 2a4c64e
  - mm: convert pagecache_isize_extended to use a folio
    (bsc#1272920).
  - commit e98ff83
  - mm: zero range of eof folio exposed by inode size extension
    (bsc#1272920).
  - commit 6c8c472
  - dmaengine: qcom: bam_dma: Fix command element mask field for
    BAM v1.6.0+ (git-fixes).
  - dmaengine: idxd: fix fdev setup failure cleanup in
    idxd_cdev_open() (git-fixes).
  - dmaengine: idxd: fix double free of wq, engine, and group
    structs (git-fixes).
  - dmaengine: sun6i-dma: Fix reclaim descriptors while terminating
    DMA (git-fixes).
  - phy: zynqmp: keep SERDES scrambler and 8b/10b enabled for USB
    (git-fixes).
  - phy: zynqmp: use read-modify-write for SERDES scrambler bypass
    (git-fixes).
  - phy: zynqmp: fix L0_TM_DISABLE_SCRAMBLE_ENCODER mask
    (git-fixes).
  - commit 993f7ad
  - KVM: x86: Check for invalid/obsolete root *after* making MMU
    pages available (bsc#1273231).
  - commit 46b2eca
  - add bugnumber to existing mana changes (bsc#1272693).
  - Drivers: hv: vmbus: Set DMA coherent mask for VMBus devices (git-fixes).
  - net: mana: Return error code from mana_create_rxq() (git-fixes).
  - RDMA/mana_ib: initialize err for empty send WR lists (git-fixes).
  - commit 0994f02

++++ kernel-rt_debug:

  - xfs: fail recovery on a committed log item with no regions
    (CVE-2026-64187 bsc#1272204).
  - commit e8d6d84
  - nfsd: reset write verifier on deferred writeback errors
    (CVE-2026-53393 bsc#1271858).
  - commit 1763bfe
  - nfsd: Don't reset the write verifier on a commit EAGAIN
    (CVE-2026-53393 bsc#1271858).
  - commit 68cae9b
  - hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
    (bsc#1271912).
  - commit 954ea2d
  - posix-timers: Cure si_sys_private race (bsc#1271912).
  - posix-timers: Consolidate signal queueing (bsc#1271912).
  - posix-cpu-timers: Make k_itimer::it_active consistent
    (bsc#1271912).
  - posix-timers: Consolidate timer setup (bsc#1271912).
  - posix-timers: Clear overrun in common_timer_set() (bsc#1271912).
  - posix-timers: Retrieve interval in common timer_settime() code
    (bsc#1271912).
  - posix-cpu-timers: Simplify posix_cpu_timer_set() (bsc#1271912).
  - posix-cpu-timers: Remove incorrect comment in
    posix_cpu_timer_set() (bsc#1271912).
  - posix-cpu-timers: Use @now instead of @val for clarity
    (bsc#1271912).
  - posix-cpu-timers: Do not arm SIGEV_NONE timers (bsc#1271912).
  - posix-cpu-timers: Replace old expiry retrieval in
    posix_cpu_timer_set() (bsc#1271912).
  - posix-cpu-timers: Handle SIGEV_NONE timers correctly in
    timer_set() (bsc#1271912).
  - posix-cpu-timers: Handle SIGEV_NONE timers correctly in
    timer_get() (bsc#1271912).
  - posix-cpu-timers: Handle interval timers correctly in timer_get()
    (bsc#1271912).
  - posix-cpu-timers: Split up posix_cpu_timer_get() (bsc#1271912).
  - commit 5dd9a91
  - KVM: x86: Fix VM hard lockup after prolonged inactivity with
    periodic HV timer (git-fixes).
  - commit d9d1342
  - KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop
    poll hypercalls (git-fixes).
  - commit 10cd3e9
  - KVM: x86: hyper-v: Bound the bank index when querying sparse
    banks (git-fixes).
  - commit d9f5716
  - iommu/vt-d: Skip dev-iotlb flush for inaccessible PCIe device
    without scalable mode (CVE-2026-43161 bsc#1264333).
  - commit d394d06
  - iommu/vt-d: Flush dev-IOTLB only when PCIe device is accessible
    in scalable mode (CVE-2026-43130 bsc#1264532).
  - commit 2a4c64e
  - mm: convert pagecache_isize_extended to use a folio
    (bsc#1272920).
  - commit e98ff83
  - mm: zero range of eof folio exposed by inode size extension
    (bsc#1272920).
  - commit 6c8c472
  - dmaengine: qcom: bam_dma: Fix command element mask field for
    BAM v1.6.0+ (git-fixes).
  - dmaengine: idxd: fix fdev setup failure cleanup in
    idxd_cdev_open() (git-fixes).
  - dmaengine: idxd: fix double free of wq, engine, and group
    structs (git-fixes).
  - dmaengine: sun6i-dma: Fix reclaim descriptors while terminating
    DMA (git-fixes).
  - phy: zynqmp: keep SERDES scrambler and 8b/10b enabled for USB
    (git-fixes).
  - phy: zynqmp: use read-modify-write for SERDES scrambler bypass
    (git-fixes).
  - phy: zynqmp: fix L0_TM_DISABLE_SCRAMBLE_ENCODER mask
    (git-fixes).
  - commit 993f7ad
  - KVM: x86: Check for invalid/obsolete root *after* making MMU
    pages available (bsc#1273231).
  - commit 46b2eca
  - add bugnumber to existing mana changes (bsc#1272693).
  - Drivers: hv: vmbus: Set DMA coherent mask for VMBus devices (git-fixes).
  - net: mana: Return error code from mana_create_rxq() (git-fixes).
  - RDMA/mana_ib: initialize err for empty send WR lists (git-fixes).
  - commit 0994f02

++++ libssh2_org:

  - Security fixes:
    * CVE-2026-66032: Arbitrary code execution via double-free in
    SFTP session (bsc#1272737)
    * CVE-2026-66033: Denial of Service via integer underflow in
    AES-GCM cipher negotiation (bsc#1272736)
    * CVE-2026-66034: Information disclosure and potential arbitrary
    code execution via heap out-of-bounds read (bsc#1272735)
    * CVE-2026-66035: Arbitrary code execution via heap buffer
    overflow during SSH negotiation (bsc#1272734)
    * Add patches:
  - libssh2-CVE-2026-66032.patch
  - libssh2-CVE-2026-66033.patch
  - libssh2-CVE-2026-66034.patch
  - libssh2-CVE-2026-66035.patch
  - CVE-2026-7598: integer overflow in function userauth_password of
    file src/userauth.c (boo#1263890)
    libssh2-CVE-2026-7598.patch
  - CVE-2025-15661: out-of-bounds heap read vulnerability in the
    sftp_symlink() function in src/sftp.c (boo#1268546)
    libssh2-CVE-2025-15661.patch

++++ pcr-oracle:

  - Update to 0.6.5
    + Add replay tests
    + Add ecc-test to check for ECC P-256 support
    + Make .dir_list optional
    + Update help message and man page
    + Skip PCR 7 authority event synthesis for shim (bsc#1272350)
  - Remove test-authorized.sh from doc

------------------------------------------------------------------
------------------  2026-8-2  -  Aug 2 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: imx: Cancel hrtimer before clearing slave pointer
    (git-fixes).
  - i2c: imx: Fix slave registration race and error handling
    (git-fixes).
  - i2c: jz4780: Cache host clock rate at probe to prevent CCF
    prepare_lock deadlock (git-fixes).
  - i2c: amd-mp2: Unregister callback on adapter add failure
    (git-fixes).
  - commit ccb7c47

++++ kernel-rt:

  - i2c: imx: Cancel hrtimer before clearing slave pointer
    (git-fixes).
  - i2c: imx: Fix slave registration race and error handling
    (git-fixes).
  - i2c: jz4780: Cache host clock rate at probe to prevent CCF
    prepare_lock deadlock (git-fixes).
  - i2c: amd-mp2: Unregister callback on adapter add failure
    (git-fixes).
  - commit ccb7c47

++++ kernel-rt_debug:

  - i2c: imx: Cancel hrtimer before clearing slave pointer
    (git-fixes).
  - i2c: imx: Fix slave registration race and error handling
    (git-fixes).
  - i2c: jz4780: Cache host clock rate at probe to prevent CCF
    prepare_lock deadlock (git-fixes).
  - i2c: amd-mp2: Unregister callback on adapter add failure
    (git-fixes).
  - commit ccb7c47

++++ rsync:

  - Removed SLP support: the SLP patch conflicts with and breaks the hardening patches.
  - Security update (bsc#1269060, rsync 3.5.0 security backports):
  - CVE-2026-53783, bsc#1269041: rrsync restricted-directory escape (validation-vs-exec race + unsafe option allowlist)
  - CVE-2026-53784, bsc#1269042: Daemon module-root chdir escape under "use chroot = no"
  - CVE-2026-53785, bsc#1269043: --relative implied-parent creation escapes the destination tree
  - CVE-2026-53786, bsc#1269044: Daemon --filter merge file bypasses the module filter list
  - CVE-2026-53788, bsc#1269046: Daemon name-converter accepts newline-bearing names into its line protocol
  - CVE-2026-53789, bsc#1269047: Malicious sender expands --delete scope by reclassifying an implied parent
  - CVE-2026-53790, bsc#1269048: Command / argument injection via unquoted peer- or host-controlled values
  - CVE-2026-53791, bsc#1269049: PROXY-protocol mode lets a direct client spoof the daemon's source address
  - CVE-2026-53792, bsc#1269050: Receiver-supplied zero checksum block length drives sender matching negative
  - CVE-2026-53793, bsc#1269051: Chroot "/./" inner-module escape via a parent-component symlink
  - CVE-2026-53794, bsc#1269052: Remote peer disables the per-allocation sanity cap via --max-alloc=0
  - CVE-2026-53795, bsc#1269053: Receiver write escape via an absolute --temp-dir / --link-dest disabling rename/link confinement
  - CVE-2026-53796, bsc#1269054: Non-daemon receiver destination-chdir symlink race (TOCTOU)
  - CVE-2026-53797, bsc#1269055: Sender source-tree parent-component symlink race -> out-of-tree disclosure
  - CVE-2026-53798, bsc#1269045: Daemon name-converter empty response maps an unknown name to uid/gid 0
  - CVE-2026-53799, bsc#1269056: Receiver ACL/xattr application follows a symlink-race -> arbitrary ACL set (local privilege escalation)
  - CVE-2026-53800, bsc#1269057: Sender --remove-source-files unlink follows a parent-component symlink race -> arbitrary file deletion outside the source tree
  - CVE-2026-53801, bsc#1269058: Sender/daemon directory-scan enumeration escapes the transfer root / module -> out-of-tree disclosure
  - CVE-2026-53802, bsc#1269039: Arbitrary file read / transfer-shaping via symlinked operator-supplied input files
  - CVE-2026-53803, bsc#1269040: Arbitrary file write / privilege escalation via symlinked operator-supplied output paths
  - CVE-2026-70463, bsc#1273430: "auth users" ignores documented comma-only parsing, silently skipping a deny/read-only rule
  - CVE-2026-70462, bsc#1273431: Peer-supplied MSG_IO_TIMEOUT defeats the client's own I/O timeout (signed overflow, and a non-positive value)
  - CVE-2026-70461, bsc#1273432: Peer-driven one-byte heap out-of-bounds write in add_implied_include()
  - CVE-2026-70460, bsc#1273433: Daemon module-root escape through a peer-supplied --partial-dir / --backup-dir resolving via an in-module symlink
  - CVE-2026-70459, bsc#1273434: Per-connection daemon child crash from a crafted first incremental file list with a non-directory transfer root
  - CVE-2026-70458, bsc#1273435: Out-of-bounds write from a FLAG_HLINKED file entry accepted without -H
  - CVE-2026-70457, bsc#1273436: Attacker-chosen-offset write in parse_size_arg() error formatting
  - CVE-2026-70456, bsc#1273437: Remote out-of-bounds heap write in read_args() when the argument count lands exactly on maxargs
  - CVE-2026-70454, bsc#1273439: rsync-ssl establishes an unauthenticated TLS connection (no CA verification; no stunnel hostname binding)
  - CVE-2026-70453, bsc#1273440: Quadratic CPU exhaustion in hash_search() from a crafted equal-weak-checksum chain
  - CVE-2026-70464, bsc#1273429: Unauthenticated pre-transfer handshake DoS locks out an rsync daemon module
  - CVE-2026-70455, bsc#1273438: Peer-controlled Zstandard worker exhaustion on an rsync daemon
  - CVE-2026-70452, bsc#1273441: `hosts deny` fails OPEN when a configured hostname cannot be resolved, admitting the host it was meant to block
  - Rejected CVEs (duplicates, resolved to canonical CVEs above):
  - CVE-2026-44507, bsc#1271931: duplicate of CVE-2026-43617
  - CVE-2026-44508, bsc#1271932: duplicate of CVE-2026-43618
  - CVE-2026-44509, bsc#1271933: duplicate of CVE-2026-43619
  - CVE-2026-44510, bsc#1271934: duplicate of CVE-2026-43620
  - List of patches added + hardening pre-requisite patches:
  - rsync-hardening-0044-receiver-fix-absolute-partial-dir-delta-resume-false.patch
  - rsync-hardening-0045-flist-accept-the-missing-args-mode-0-entry-in-recv_f.patch
  - rsync-hardening-0046-sender-open-a-module-root-absolute-path-for-a-path-m.patch
  - rsync-hardening-0047-syscall-receiver-honour-a-relative-alt-basis-dir-on-.patch
  - rsync-hardening-0048-generator-cap-block-s2length-at-the-negotiated-check.patch
  - rsync-hardening-0049-alloc-revert-zero-all-new-memory-from-allocations-95.patch
  - rsync-hardening-0050-build-fall-back-to-do_mknod-when-mknodat-is-unavaila.patch
  - rsync-hardening-0051-daemon-un-backslash-escaped-option-args-829.patch
  - rsync-hardening-0052-fix-install-generated-manpages-out-of-tree.patch
  - rsync-hardening-0053-token-drain-the-matched-block-insert-deflate-951.patch
  - rsync-hardening-0054-fix-daemon-upload-delete-stats.patch
  - rsync-hardening-0055-main-fix-mkpath-dry-run-file-to-file-copy-880.patch
  - rsync-hardening-0056-Always-clear-st-out-and-validate-nanoseconds-before-.patch
  - rsync-hardening-0057-fix-update-skips-different-file-type.patch
  - rsync-hardening-0058-build-openat2-autodetect-android-probe-R1-924-905-90.patch
  - rsync-hardening-0059-receiver-fix-NULL-deref-on-the-delta-discard-path.patch
  - rsync-hardening-0060-build-add-check-progs-target-for-fleettest.patch
  - rsync-hardening-0061-syscall-honour-open-noatime-in-do_open_nofollow.patch
  - rsync-hardening-0062-t_stub-give-test-helpers-an-unlimited-max_alloc.patch
  - rsync-hardening-0063-ci-run-the-v34-stable-testsuite-regression-suite-aga.patch
  - rsync-hardening-0064-CVE-2026-53788-CVE-2026-53798-clientserver-harden-daemon-name-converter-responses.patch
  - rsync-hardening-0065-CVE-2026-53786-CVE-2026-53789-exclude-flist-confine-daemon-filter-merge-and-implie.patch
  - rsync-hardening-0066-CVE-2026-53790-loadparm-shell-escape-RSYNC_-hook-expansions.patch
  - rsync-hardening-0067-CVE-2026-53790-CVE-2026-53794-options-bound-size-args-and-escape-remote-shell-newl.patch
  - rsync-hardening-0068-CVE-2026-53792-io-reject-malformed-wire-indices-and-zero-length-che.patch
  - rsync-hardening-0069-xattrs-cap-peer-supplied-wire-data.patch
  - rsync-hardening-0070-configure-detect-fdopendir-and-a-working-dirfd.patch
  - rsync-hardening-0071-syscall-P0-held-dirfd-scaffolding-open_dir_secure-do.patch
  - rsync-hardening-0072-syscall-replace-the-openat2-resolver-with-the-held-d.patch
  - rsync-hardening-0073-sender-follow-an-in-tree-symlink-leaf-confined-for-t.patch
  - rsync-hardening-0074-syscall-held_dfd_for-secure-mixed-parent-rename-and-.patch
  - rsync-hardening-0075-CVE-2026-53785-util1-set_times_at-make_path-parent-chain-via-do_mkd.patch
  - rsync-hardening-0076-rsync-generator-receiver-flist-route-attr-basis-scan.patch
  - rsync-hardening-0077-main-util1-keep-operator-trusted-alt-dest-basis-dirs.patch
  - rsync-hardening-0078-CVE-2026-53795-syscall-broaden-the-symlink-race-resolver-to-every-n.patch
  - rsync-hardening-0079-syscall-hold-an-ancestor-dirfd-stack-as-the-held-dir.patch
  - rsync-hardening-0080-syscall-close-the-chmod-leaf-race-with-a-held-fd-fch.patch
  - rsync-hardening-0081-CVE-2026-53795-build-add-t_rename_secure-and-t_symlink_secure-check.patch
  - rsync-hardening-0082-CVE-2026-53797-sender-confine-the-non-daemon-content-open-against-a.patch
  - rsync-hardening-0083-CVE-2026-53801-flist-clientserver-confine-the-directory-scan-enumer.patch
  - rsync-hardening-0084-sender-read-symlink-targets-through-scan-dirfds.patch
  - rsync-hardening-0085-CVE-2026-53784-CVE-2026-53802-util1-safe_open_no_attacker_symlinks-confine-daemon-module-root-chdir.patch
  - rsync-hardening-0086-CVE-2026-53803-CVE-2026-53802-daemon-authenticate-open-operator-supplied-paths-ref.patch
  - rsync-hardening-0087-syscall-resolve-the-daemon-s-served-module-anchor-vi.patch
  - rsync-hardening-0088-CVE-2026-53802-exclude-refuse-planted-symlinks-at-filter-merge-from.patch
  - rsync-hardening-0089-CVE-2026-53793-daemon-secure-inner-chroot-module-paths.patch
  - rsync-hardening-0090-CVE-2026-53796-util1-confine-the-non-daemon-receiver-s-destination-.patch
  - rsync-hardening-0091-CVE-2026-53803-log-batch-refuse-planted-symlinks-at-log-file-and-wr.patch
  - rsync-hardening-0092-CVE-2026-53791-daemon-bound-argument-lists-proxy-protocol-peer-leng.patch
  - rsync-hardening-0093-daemon-add-an-auth-digest-floor-to-refuse-weak-negot.patch
  - rsync-hardening-0094-CVE-2026-53790-rsync-ssl-validate-helper-hostnames-and-require-a-CA.patch
  - rsync-hardening-0095-CVE-2026-53783-rrsync-deny-copy-unsafe-links-in-restricted-dirs.patch
  - rsync-hardening-0096-CVE-2026-53783-rrsync-backport-the-full-restricted-dir-hardening.patch
  - rsync-hardening-0097-CVE-2026-53793-generator-confine-the-alt-dest-basis-stat-for-an-inn.patch
  - rsync-hardening-0098-generator-route-copy_altdest_file-failure-cleanup-th.patch
  - rsync-hardening-0099-token-allow-uncompressed-literal-runs-larger-than-CH.patch
  - rsync-hardening-0100-CVE-2026-53799-lib-acl.c-POSIX-ACL-get-set-via-fd-at-xattr-syscalls.patch
  - rsync-hardening-0101-CVE-2026-53799-rsync-acls-xattrs-apply-received-xattrs-and-ACLs-thr.patch
  - rsync-hardening-0102-CVE-2026-53799-xattrs-route-copy_xattrs-through-a-held-fd-not-lsetx.patch
  - rsync-hardening-0103-CVE-2026-53799-acls-keep-acls-functional-where-the-OS-lacks-a-race-.patch
  - rsync-hardening-0104-CVE-2026-53799-lib-acl-close-the-pre-6.13-ACL-parent-symlink-race-v.patch
  - rsync-hardening-0105-CVE-2026-53799-acls-route-race-safe-ACL-ops-through-libacl-_at-when.patch
  - rsync-hardening-0106-rsync-stat-through-the-held-dir-fd-in-set_file_attrs.patch
  - rsync-hardening-0107-generator-don-t-read-an-unstat-d-sx.st-when-creating.patch
  - rsync-hardening-0108-log-copy-forwarded-message-by-length-in-rwrite-not-s.patch
  - rsync-hardening-0109-wildtest-don-t-read-past-the-buffer-when-scanning-a-.patch
  - rsync-hardening-0110-lib-pool_alloc-fence-chunks-with-an-ASan-redzone-to-.patch
  - rsync-hardening-0111-hlink-reject-undeclared-cross-flist-gnum-instead-of-.patch
  - rsync-hardening-0112-flist-refuse-sub-flist-for-a-cleared-dir_flist-slot.patch
  - rsync-hardening-0113-recv_files-refuse-transfer-phase-ndx-that-targets-a-.patch
  - rsync-hardening-0114-flist-gate-FLAG_HLINKED-on-preserve_hard_links-in-re.patch
  - rsync-hardening-0115-log-do-not-dereference-F_SUM-for-C-on-a-deleted-entr.patch
  - rsync-hardening-0116-flist-refuse-FLAG_HLINKED-on-directory-entries.patch
  - rsync-hardening-0117-flist-refuse-sub-flist-after-the-final-flist-has-bee.patch
  - rsync-hardening-0118-exclude-cap-merge-file-include-recursion-depth.patch
  - rsync-hardening-0119-log-drop-receiver-side-assert-is_utf8-reachable-via-.patch
  - rsync-hardening-0120-options-clamp-snprintf-length-before-err_buf-len-wri.patch
  - rsync-hardening-0121-match-re-check-.len-l-before-substituting-want_i-in-.patch
  - rsync-hardening-0122-match-clamp-peer-supplied-s-flength-to-local-len-in-.patch
  - rsync-hardening-0123-exclude-count-trailing-backslash-in-add_implied_incl.patch
  - rsync-hardening-0124-io-defer-in_multiplexed-1-past-MSG_NOOP-MSG_IO_ERROR.patch
  - rsync-hardening-0125-io-ensure-argv-has-room-for-the-trailing-NULL-in-rea.patch
  - rsync-hardening-0126-io-defer-in_multiplexed-1-in-the-other-write-side-re.patch
  - rsync-hardening-0127-syscall-util1-race-safe-path-resolution-via-a-held-d.patch
  - rsync-hardening-0128-confine-operator-and-peer-supplied-paths-to-the-serv.patch
  - rsync-hardening-0129-daemon-treat-exclude-filter-as-a-name-filter-not-a-s.patch
  - rsync-hardening-0130-socket-reject-control-bytes-in-the-proxy-CONNECT-hos.patch
  - rsync-hardening-0131-batch-rsync-ssl-quote-replay-script-args-and-harden-.patch
  - rsync-hardening-0132-docs-NEWS-README-and-man-pages-for-the-3.5.0-securit.patch
  - rsync-hardening-0133-main-raise-the-open-file-soft-limit-so-the-resolver-.patch
  - rsync-hardening-0134-flist-receiver-zero-empty-the-device-symlink-extra-s.patch
  - rsync-hardening-0135-hlink-main-guard-the-F_SUM-checksum-slot-lifetime.patch
  - rsync-hardening-0136-generator-fix-off-by-one-length-in-read_delay_line.patch
  - rsync-hardening-0137-compat-assign-metadata-ndx-after-batch-flags-pick-ow.patch
  - rsync-hardening-0138-options-token-bound-the-v-repetition-output-level-an.patch
  - rsync-hardening-0139-io-xattrs-rsync-ssl-EOF-sentinel-guard-xattr-ndx-gua.patch
  - rsync-hardening-0140-syscall-do_mknod_at-must-mkfifoat-for-an-operator-pa.patch
  - rsync-hardening-0141-CVE-2026-43617-access-fail-closed-when-a-hosts-deny-token-can-t-be-.patch
  - rsync-hardening-0142-flist-xattrs-generator-uidlist-clientserver-plug-aud.patch
  - rsync-hardening-0143-daemon-insecure-links-opt-out-restores-legacy-symlin.patch
  - rsync-hardening-0144-backup-confine-cross-tree-operator-path-metadata-via.patch
  - rsync-hardening-0145-confine-the-remaining-cross-tree-operator-path-sysca.patch
  - rsync-hardening-0146-io-reject-a-non-positive-MSG_IO_TIMEOUT-from-the-pee.patch
  - rsync-hardening-0147-copy_file-confine-an-absolute-operator-source-via-th.patch
  - rsync-hardening-0148-hashtable-flist-fix-integer-overflows-in-size-comput.patch
  - rsync-hardening-0149-io-main-make-the-SIGUSR2-handler-async-signal-safe.patch
  - rsync-hardening-0150-syscall-drop-the-dead-name_is_dir-arg-from-abspath_e.patch
  - rsync-hardening-0151-daemon-make-insecure-links-yes-fully-restore-3.2.7-s.patch
  - rsync-hardening-0152-CVE-2026-53799-rsync-pin-cross-tree-fake-super-metadata-writes-to-a.patch
  - rsync-hardening-0153-CVE-2026-53799-xattrs-backup-read-source-metadata-through-a-held-fd.patch
  - rsync-hardening-0154-util1-declare-insecure_links-extern-for-the-change_d.patch
  - rsync-hardening-0155-CVE-2026-53799-rsync-never-path-resolve-a-confined-receiver-s-xattr.patch
  - rsync-hardening-0156-CVE-2026-53799-acls-implement-Solaris-facl-2-based-ACL-helpers.patch
  - rsync-hardening-0157-lib-sysxattrs-make-write_xattr-more-robust.patch
  - rsync-hardening-0158-receiver-don-t-abort-the-transfer-when-a-file-grows-.patch
  - rsync-hardening-0159-wildtest-use-stdbool.h-so-bool-works-from-C99-throug.patch
  - rsync-hardening-0161-Fix-bypass-of-safe-links-when-backup-hardlinks-a-sym.patch
  - rsync-hardening-0162-Fix-spurious-abort-when-CVS-.cvsignore-contains-clea.patch
  - rsync-hardening-0163-util1-fix-clean_fname-.-collapse-off-by-one.patch
  - rsync-hardening-0164-Add-escape-to-out-format-and-log-file-format-strings.patch
  - rsync-hardening-0165-Mask-incoming-MSG_IO_ERROR-to-defined-bits-only.patch
  - rsync-hardening-0166-util1-confine-operator-paths-in-the-robust_rename-EX.patch
  - rsync-hardening-0167-wildmatch-fold-bracket-expression-pattern-chars-unde.patch
  - rsync-hardening-0168-flist-mask-peer-supplied-io_error-to-defined-bits.patch
  - rsync-hardening-0169-backup-fail-closed-when-a-symlink-target-is-unreadab.patch
  - rsync-hardening-0170-util1-drop-null-tests-on-robust_rename-s-from-to-arg.patch
  - rsync-hardening-0171-testsuite-correct-the-ki62-comment-about-MSG_IO_ERRO.patch
  - rsync-hardening-0172-log-don-t-parse-the-second-of-as-a-new-format-escape.patch
  - rsync-hardening-0173-syscall-confine-operator-paths-in-do_symlink_at-and-.patch
  - rsync-hardening-0174-log-escape-control-chars-written-to-the-log-file.patch
  - rsync-hardening-0175-chmod-a-s-must-set-both-setuid-and-setgid.patch
  - rsync-hardening-0176-match-bound-the-hash_search-chain-walk-issue-217.patch
  - rsync-hardening-0177-io-cap-MSG_IO_TIMEOUT-value-to-prevent-signed-intege.patch
  - rsync-hardening-0178-io-make-set_io_timeout-arithmetic-overflow-safe.patch
  - rsync-hardening-0179-rsync-confine-the-daemon-files-from-open-to-the-modu.patch
  - rsync-hardening-0180-rsync-sanitize-the-peer-supplied-basis-xname-on-the-.patch
  - rsync-hardening-0181-receiver-confine-peer-selected-partial-basis-paths.patch
  - rsync-hardening-0182-receiver-only-reject-unconfined-partial-basis-when-i.patch
  - rsync-hardening-0183-flist-reject-non-directory-transfer-root-entries.patch
  - rsync-hardening-0184-flist-keep-synthetic-and-legacy-implied-parents-non-.patch
  - rsync-hardening-0185-syscall-silence-scan-build-dead-store-in-do_fchmodat.patch
  - rsync-hardening-0186-authenticate-build-without-O_CLOEXEC.patch
  - rsync-hardening-0187-receiver-do-not-acknowledge-batch-only-files-as-inst.patch
  - rsync-hardening-0188-receiver-retain-partial-dir-policy-across-EACCES-rec.patch
  - rsync-hardening-0189-syscall-honor-operator_path_resolve-in-do_chmod_at-d.patch
  - rsync-hardening-0190-daemon-quote-hook-expansions-for-their-shell-context.patch
  - rsync-hardening-0191-daemon-refuse-peer-values-holding-shell-syntax-in-sh.patch
  - rsync-hardening-0192-sender-allow-confined-parent-relative-copy-links-tar.patch
  - rsync-hardening-0193-syscall-defer-a-literal-.-to-the-walk-before-the-lea.patch
  - rsync-hardening-0194-sender-null-check-the-anchor-before-comparing-it-to-.patch
  - rsync-hardening-0195-syscall-preserve-fake-super-backups-as-placeholders.patch
  - rsync-hardening-0196-syscall-preserve-ordinary-mode-when-setgid-is-denied.patch
  - rsync-hardening-0197-exclude-path-resolving-to-operator-path-supplied-fil.patch
  - rsync-hardening-0198-exclude-exempt-the-daemon-s-own-filter-parameters-fr.patch
  - rsync-hardening-0199-auth-parse-auth-users-with-conf_strtok-so-a-leading-.patch
  - rsync-hardening-0200-rrsync-pass-the-files-from-stdin-sentinel-through-un.patch
  - rsync-hardening-0201-rrsync-pin-a-sender-argument-where-rsync-will-actual.patch
  - rsync-hardening-0202-rrsync-only-claim-the-inode-pin-where-the-kernel-act.patch
  - rsync-hardening-0203-rrsync-don-t-content-open-a-sender-leaf-rsync-will-n.patch
  - rsync-hardening-0204-rsync-add-drop-D-refusing-device-special-creation-on.patch
  - rsync-hardening-0205-rrsync-deny-device-special-creation-where-creation-h.patch
  - rsync-hardening-0206-options-refuse-aliases-for-exact-option-rules.patch
  - rsync-hardening-0207-rrsync-keep-remote-files-from-out-of-write-only-mode.patch
  - rsync-hardening-0208-rrsync-protect-no-overwrite-auxiliary-paths.patch
  - rsync-hardening-0209-daemon-reject-shell-active-hook-expansions.patch
  - rsync-hardening-0210-rsyncd.conf-document-that-the-hook-metacharacter-ref.patch
  - rsync-hardening-0211-daemon-refuse-and-braces-in-a-hook-expansion-too.patch
  - rsync-hardening-0212-socket-reject-shell-active-connect-hosts.patch
  - rsync-hardening-0213-socket-refuse-a-meaning-changing-first-character-and.patch
  - rsync-hardening-0214-backup-preserve-backup-dir-while-creating-it.patch
  - rsync-hardening-0215-rrsync-pin-receiver-option-directories-the-peer-can-.patch
  - rsync-hardening-0216-syscall-guard-do_mknod_atfd-s-mknodat-with-HAVE_MKNO.patch
  - rsync-hardening-0217-fileio-coalesce-sparse-writes-instead-of-1-KiB-dribb.patch
  - rsync-hardening-0218-fileio-keep-punching-interior-holes-on-the-matched-i.patch
  - rsync-hardening-0219-io-use-poll-instead-of-select-to-avoid-an-FD_SETSIZE.patch
  - rsync-hardening-0220-io-socket-address-review-of-the-poll-conversion.patch
  - rsync-hardening-0221-io-describe-the-timeout-guards-in-terms-of-poll-not-.patch
  - rsync-hardening-0222-build-require-poll.h-not-just-poll.patch
  - rsync-hardening-0223-rsync-ssl-testsuite-quote-paths-interpolated-into-sh.patch
  - rsync-hardening-0224-daemon-bound-the-pre-transfer-handshake-with-a-timeo.patch
  - rsync-hardening-0225-exclude-don-t-hand-a-merge-file-s-contents-back-to-t.patch
  - rsync-hardening-0226-rrsync-refuse-a-peer-selected-debug.patch
  - rsync-hardening-0227-exclude-give-the-e-self-exclude-rule-its-merge-rule-.patch
  - rsync-hardening-0228-rsync-add-confine-root-bounding-operator-path-resolu.patch
  - rsync-hardening-0229-rrsync-confine-the-server-s-path-resolution-to-the-r.patch
  - rsync-hardening-0230-generator-fall-back-to-a-copy-when-the-destination-c.patch
  - rsync-hardening-0231-simd-stop-the-AVX2-rolling-checksum-reading-past-its.patch
  - rsync-hardening-0232-testsuite-run-the-SIMD-checksums-against-an-unreadab.patch
  - rsync-hardening-0233-socket-don-t-let-socketpair_tcp-hang-in-accept.patch
  - rsync-hardening-0234-socket-don-t-let-open_socket_out-hang-in-connect.patch
  - rsync-hardening-0235-configure-avoid-runtime-IPv6-availability-probe.patch
  - rsync-hardening-0236-options-fix-safe_arg-uninitialized-byte-leak-in-file.patch
  - rsync-hardening-0237-testsuite-declare-the-newer-suite-tests-this-branch-.patch
  - Patches not applied/required for openSUSE (left for reference, they are NOT missing neither
    it was a mistake not to include them):
  - rsync-hardening-0160-github-gate-PR-CI-on-a-run-ci-label-to-save-CI-minut
  - rsync-hardening-0238-ci-overlay-the-stable-testsuite-instead-of-running-i
  - rsync-hardening-0239-testsuite-fix-the-two-macOS-cells-the-3.5.0-fleet-ru

------------------------------------------------------------------
------------------  2026-8-1  -  Aug 1 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - accel/qaic: use sizeof(*trans_hdr) for transaction length check
    (git-fixes).
  - drm/dp: Read the PCON max FRL bandwidth only for HDMI DFPs
    (git-fixes).
  - drm/vc4: Zero the tile state data array before each BIN job
    (git-fixes).
  - drm/vc4: Supply the overflow slot size in BPOS, not the whole
    bin BO size (git-fixes).
  - drm/vmwgfx: validate external BO copy bounds for both stride
    paths (git-fixes).
  - drm/vmwgfx: use check_add_overflow for shader size+offset bound
    (git-fixes).
  - drm/vmwgfx: bound DMA command body size against suffix pointer
    (git-fixes).
  - drm/vmwgfx: validate DRAW_PRIMITIVES header size before division
    (git-fixes).
  - drm/vmwgfx: drop dma_buf reference on foreign-fd prime import
    (git-fixes).
  - drm/vmwgfx: reject DX_BIND_QUERY without a DX context
    (git-fixes).
  - drm/vmwgfx: fix guest_memory_dirty bitfield clobbered as size
    (git-fixes).
  - drm/amd/display: use proper context for logging (git-fixes).
  - drm/amdkfd: hold event_mutex while checkpointing CRIU events
    (git-fixes).
  - drm/mediatek: ovl_adaptor: balance component registrations
    (git-fixes).
  - hwmon: (npcm750-pwm-fan): stop fan timer on device detach
    (git-fixes).
  - hwmon: (pmbus) Fix return value from pmbus_update_byte_data()
    (git-fixes).
  - hwmon: (adt7470) Fix PWM auto temp state array and bounds check
    (git-fixes).
  - hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed
    read (git-fixes).
  - hwmon: (adt7470) Use cached PWM frequency value (git-fixes).
  - hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masks
    (git-fixes).
  - hwmon: (adt7470) Fix temperature alarm logic in
    hwmon_temp_read() (git-fixes).
  - hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread
    (git-fixes).
  - hwmon: (adt7470) Fix cache updated before hardware write on
    I2C error (git-fixes).
  - hwmon: (adt7470) Fix fans stuck in manual mode on I2C errors
    (git-fixes).
  - hwmon: (nct6775-core) Prevent access to unsupported weight
    registers (git-fixes).
  - hwmon: (lm90) Only report alarms if driver is ready (git-fixes).
  - hwmon: (pmbus/core) notify on the hwmon device, not the i2c
    client (git-fixes).
  - ASoC: max98090: fix missing IS_ERR() before PTR_ERR() on mclk
    lookup (git-fixes).
  - ASoC: max98095: fix missing IS_ERR() before PTR_ERR() on mclk
    lookup (git-fixes).
  - ASoC: tas2562: fix broken entries in the volume lookup table
    (git-fixes).
  - ASoC: tas2562: fix DVC coefficient write order (git-fixes).
  - ALSA: usb-audio: Clamp frame size in implicit-feedback mode
    (git-fixes).
  - ALSA: usb-audio: Fix DMA buffer out-of-bounds write when
    fill_max is set (git-fixes).
  - ALSA: pcm: wake linked drain waiters on unlink (git-fixes).
  - ALSA: usb-audio: fix OOB write in snd_usbmidi_akai_output()
    (git-fixes).
  - ALSA: ump: fix double free of out_cvts on rawmidi error
    (git-fixes).
  - ALSA: usb-audio: fix use-after-free in ump_to_endpoint()
    (git-fixes).
  - ALSA: lx6464es: fix period byte count for 16-bit streams
    (git-fixes).
  - commit b50416b

++++ kernel-rt:

  - accel/qaic: use sizeof(*trans_hdr) for transaction length check
    (git-fixes).
  - drm/dp: Read the PCON max FRL bandwidth only for HDMI DFPs
    (git-fixes).
  - drm/vc4: Zero the tile state data array before each BIN job
    (git-fixes).
  - drm/vc4: Supply the overflow slot size in BPOS, not the whole
    bin BO size (git-fixes).
  - drm/vmwgfx: validate external BO copy bounds for both stride
    paths (git-fixes).
  - drm/vmwgfx: use check_add_overflow for shader size+offset bound
    (git-fixes).
  - drm/vmwgfx: bound DMA command body size against suffix pointer
    (git-fixes).
  - drm/vmwgfx: validate DRAW_PRIMITIVES header size before division
    (git-fixes).
  - drm/vmwgfx: drop dma_buf reference on foreign-fd prime import
    (git-fixes).
  - drm/vmwgfx: reject DX_BIND_QUERY without a DX context
    (git-fixes).
  - drm/vmwgfx: fix guest_memory_dirty bitfield clobbered as size
    (git-fixes).
  - drm/amd/display: use proper context for logging (git-fixes).
  - drm/amdkfd: hold event_mutex while checkpointing CRIU events
    (git-fixes).
  - drm/mediatek: ovl_adaptor: balance component registrations
    (git-fixes).
  - hwmon: (npcm750-pwm-fan): stop fan timer on device detach
    (git-fixes).
  - hwmon: (pmbus) Fix return value from pmbus_update_byte_data()
    (git-fixes).
  - hwmon: (adt7470) Fix PWM auto temp state array and bounds check
    (git-fixes).
  - hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed
    read (git-fixes).
  - hwmon: (adt7470) Use cached PWM frequency value (git-fixes).
  - hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masks
    (git-fixes).
  - hwmon: (adt7470) Fix temperature alarm logic in
    hwmon_temp_read() (git-fixes).
  - hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread
    (git-fixes).
  - hwmon: (adt7470) Fix cache updated before hardware write on
    I2C error (git-fixes).
  - hwmon: (adt7470) Fix fans stuck in manual mode on I2C errors
    (git-fixes).
  - hwmon: (nct6775-core) Prevent access to unsupported weight
    registers (git-fixes).
  - hwmon: (lm90) Only report alarms if driver is ready (git-fixes).
  - hwmon: (pmbus/core) notify on the hwmon device, not the i2c
    client (git-fixes).
  - ASoC: max98090: fix missing IS_ERR() before PTR_ERR() on mclk
    lookup (git-fixes).
  - ASoC: max98095: fix missing IS_ERR() before PTR_ERR() on mclk
    lookup (git-fixes).
  - ASoC: tas2562: fix broken entries in the volume lookup table
    (git-fixes).
  - ASoC: tas2562: fix DVC coefficient write order (git-fixes).
  - ALSA: usb-audio: Clamp frame size in implicit-feedback mode
    (git-fixes).
  - ALSA: usb-audio: Fix DMA buffer out-of-bounds write when
    fill_max is set (git-fixes).
  - ALSA: pcm: wake linked drain waiters on unlink (git-fixes).
  - ALSA: usb-audio: fix OOB write in snd_usbmidi_akai_output()
    (git-fixes).
  - ALSA: ump: fix double free of out_cvts on rawmidi error
    (git-fixes).
  - ALSA: usb-audio: fix use-after-free in ump_to_endpoint()
    (git-fixes).
  - ALSA: lx6464es: fix period byte count for 16-bit streams
    (git-fixes).
  - commit b50416b

++++ kernel-rt_debug:

  - accel/qaic: use sizeof(*trans_hdr) for transaction length check
    (git-fixes).
  - drm/dp: Read the PCON max FRL bandwidth only for HDMI DFPs
    (git-fixes).
  - drm/vc4: Zero the tile state data array before each BIN job
    (git-fixes).
  - drm/vc4: Supply the overflow slot size in BPOS, not the whole
    bin BO size (git-fixes).
  - drm/vmwgfx: validate external BO copy bounds for both stride
    paths (git-fixes).
  - drm/vmwgfx: use check_add_overflow for shader size+offset bound
    (git-fixes).
  - drm/vmwgfx: bound DMA command body size against suffix pointer
    (git-fixes).
  - drm/vmwgfx: validate DRAW_PRIMITIVES header size before division
    (git-fixes).
  - drm/vmwgfx: drop dma_buf reference on foreign-fd prime import
    (git-fixes).
  - drm/vmwgfx: reject DX_BIND_QUERY without a DX context
    (git-fixes).
  - drm/vmwgfx: fix guest_memory_dirty bitfield clobbered as size
    (git-fixes).
  - drm/amd/display: use proper context for logging (git-fixes).
  - drm/amdkfd: hold event_mutex while checkpointing CRIU events
    (git-fixes).
  - drm/mediatek: ovl_adaptor: balance component registrations
    (git-fixes).
  - hwmon: (npcm750-pwm-fan): stop fan timer on device detach
    (git-fixes).
  - hwmon: (pmbus) Fix return value from pmbus_update_byte_data()
    (git-fixes).
  - hwmon: (adt7470) Fix PWM auto temp state array and bounds check
    (git-fixes).
  - hwmon: (adt7470) Fix divide-by-zero TOCTOU crash in fan speed
    read (git-fixes).
  - hwmon: (adt7470) Use cached PWM frequency value (git-fixes).
  - hwmon: (adt7470) Fix swapped PWM3 and PWM4 auto mode masks
    (git-fixes).
  - hwmon: (adt7470) Fix temperature alarm logic in
    hwmon_temp_read() (git-fixes).
  - hwmon: (adt7470) Fix busy-loop and I2C flooding in update thread
    (git-fixes).
  - hwmon: (adt7470) Fix cache updated before hardware write on
    I2C error (git-fixes).
  - hwmon: (adt7470) Fix fans stuck in manual mode on I2C errors
    (git-fixes).
  - hwmon: (nct6775-core) Prevent access to unsupported weight
    registers (git-fixes).
  - hwmon: (lm90) Only report alarms if driver is ready (git-fixes).
  - hwmon: (pmbus/core) notify on the hwmon device, not the i2c
    client (git-fixes).
  - ASoC: max98090: fix missing IS_ERR() before PTR_ERR() on mclk
    lookup (git-fixes).
  - ASoC: max98095: fix missing IS_ERR() before PTR_ERR() on mclk
    lookup (git-fixes).
  - ASoC: tas2562: fix broken entries in the volume lookup table
    (git-fixes).
  - ASoC: tas2562: fix DVC coefficient write order (git-fixes).
  - ALSA: usb-audio: Clamp frame size in implicit-feedback mode
    (git-fixes).
  - ALSA: usb-audio: Fix DMA buffer out-of-bounds write when
    fill_max is set (git-fixes).
  - ALSA: pcm: wake linked drain waiters on unlink (git-fixes).
  - ALSA: usb-audio: fix OOB write in snd_usbmidi_akai_output()
    (git-fixes).
  - ALSA: ump: fix double free of out_cvts on rawmidi error
    (git-fixes).
  - ALSA: usb-audio: fix use-after-free in ump_to_endpoint()
    (git-fixes).
  - ALSA: lx6464es: fix period byte count for 16-bit streams
    (git-fixes).
  - commit b50416b

------------------------------------------------------------------
------------------  2026-7-31  -  Jul 31 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - 9p: avoid putting oldfid in p9_client_walk() error path
    (CVE-2026-63795 bsc#1271955).
  - commit 0d07395
  - blk-cgroup: fix UAF in __blkcg_rstat_flush() (CVE-2026-63802
    bsc#1272282).
  - commit b4cb54a
  - btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref() (CVE-2026-43308 bsc#1264712)
  - commit 9ba82e0
  - KVM: x86/mmu: Preserve nested TDP shadow page tables if they
    are used as roots (git-fixes).
  - commit 88c4994
  - netfilter: nf_conncount: increase the connection clean up
    limit to 64 (CVE-2026-45860 bsc#1266710).
  - commit 8ee7b2b
  - drm/i915: Fix potential UAF in TTM object purge (CVE-2026-63884
    bsc#1272573).
  - commit 3a042ec
  - thunderbolt: property: Reject u32 wrap in
    tb_property_entry_valid() (CVE-2026-63893 bsc#1272607).
  - Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp
    (CVE-2026-63975 bsc#1272694).
  - commit f1e20f8
  - power: supply: bq25890: fix the -10 C NTC lookup entry
    (git-fixes).
  - can: ems_usb: validate CPC message lengths (git-fixes).
  - can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer
    leak on URB resubmit failure (git-fixes).
  - can: c_can: c_can_chip_config(): keep controller in init mode
    until bittiming is configured (git-fixes).
  - can: softing: fw_parse(): validate firmware record spans
    (git-fixes).
  - can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate
    received command extents (git-fixes).
  - can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory
    leak in kvaser_usb_hydra_get_busparams() (git-fixes).
  - can: peak_usb: validate uCAN receive record lengths (git-fixes).
  - can: peak_usb: peak_usb_start(): fix double free of transfer
    buffer on URB submit error (git-fixes).
  - can: peak_usb: add bounds check for USB channel index
    (git-fixes).
  - can: ctucanfd: add missing MODULE_DEVICE_TABLE() (git-fixes).
  - can: ctucanfd: use self-test mode for PRESUME_ACK (git-fixes).
  - can: ctucanfd: handle bus error interrupts (git-fixes).
  - can: ctucanfd: mark error-active controller status valid
    (git-fixes).
  - can: ctucanfd: unmap BAR0 using base address (git-fixes).
  - can: isotp: check register_netdevice_notifier() error in module
    init (git-fixes).
  - can: j1939: transport: j1939_session_fresh_new(): initialize
    receive buffer (git-fixes).
  - wifi: mac80211: validate individual TWT params before driver
    setup (git-fixes).
  - wifi: mwifiex: use the subframe length when parsing A-MSDU
    TDLS frames (git-fixes).
  - Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync()
    callbacks (git-fixes).
  - Bluetooth: btintel: Validate length before parsing diagnostics
    TLV (git-fixes).
  - Bluetooth: ISO: fix timeout vs sync_timeout typo in
    check_bcast_qos (git-fixes).
  - Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rsp (git-fixes).
  - Bluetooth: HIDP: validate numbered report payloads (git-fixes).
  - Bluetooth: HIDP: reject frames without a transaction header
    (git-fixes).
  - gpio: pca953x: fix cache_only and IRQ state on restore_context()
    failure (git-fixes).
  - Bluetooth: mgmt: Translate HCI reason in Device Disconnected
    event (git-fixes).
  - Bluetooth: mgmt: hold reference for hci_conn in
    mgmt_pending_cmds (git-fixes).
  - Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync
    (git-fixes).
  - Bluetooth: qca: fix NVM tag length underflow in TLV parser
    (git-fixes).
  - commit 5b7a042

++++ kernel-rt:

  - 9p: avoid putting oldfid in p9_client_walk() error path
    (CVE-2026-63795 bsc#1271955).
  - commit 0d07395
  - blk-cgroup: fix UAF in __blkcg_rstat_flush() (CVE-2026-63802
    bsc#1272282).
  - commit b4cb54a
  - btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref() (CVE-2026-43308 bsc#1264712)
  - commit 9ba82e0
  - KVM: x86/mmu: Preserve nested TDP shadow page tables if they
    are used as roots (git-fixes).
  - commit 88c4994
  - netfilter: nf_conncount: increase the connection clean up
    limit to 64 (CVE-2026-45860 bsc#1266710).
  - commit 8ee7b2b
  - drm/i915: Fix potential UAF in TTM object purge (CVE-2026-63884
    bsc#1272573).
  - commit 3a042ec
  - thunderbolt: property: Reject u32 wrap in
    tb_property_entry_valid() (CVE-2026-63893 bsc#1272607).
  - Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp
    (CVE-2026-63975 bsc#1272694).
  - commit f1e20f8
  - power: supply: bq25890: fix the -10 C NTC lookup entry
    (git-fixes).
  - can: ems_usb: validate CPC message lengths (git-fixes).
  - can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer
    leak on URB resubmit failure (git-fixes).
  - can: c_can: c_can_chip_config(): keep controller in init mode
    until bittiming is configured (git-fixes).
  - can: softing: fw_parse(): validate firmware record spans
    (git-fixes).
  - can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate
    received command extents (git-fixes).
  - can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory
    leak in kvaser_usb_hydra_get_busparams() (git-fixes).
  - can: peak_usb: validate uCAN receive record lengths (git-fixes).
  - can: peak_usb: peak_usb_start(): fix double free of transfer
    buffer on URB submit error (git-fixes).
  - can: peak_usb: add bounds check for USB channel index
    (git-fixes).
  - can: ctucanfd: add missing MODULE_DEVICE_TABLE() (git-fixes).
  - can: ctucanfd: use self-test mode for PRESUME_ACK (git-fixes).
  - can: ctucanfd: handle bus error interrupts (git-fixes).
  - can: ctucanfd: mark error-active controller status valid
    (git-fixes).
  - can: ctucanfd: unmap BAR0 using base address (git-fixes).
  - can: isotp: check register_netdevice_notifier() error in module
    init (git-fixes).
  - can: j1939: transport: j1939_session_fresh_new(): initialize
    receive buffer (git-fixes).
  - wifi: mac80211: validate individual TWT params before driver
    setup (git-fixes).
  - wifi: mwifiex: use the subframe length when parsing A-MSDU
    TDLS frames (git-fixes).
  - Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync()
    callbacks (git-fixes).
  - Bluetooth: btintel: Validate length before parsing diagnostics
    TLV (git-fixes).
  - Bluetooth: ISO: fix timeout vs sync_timeout typo in
    check_bcast_qos (git-fixes).
  - Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rsp (git-fixes).
  - Bluetooth: HIDP: validate numbered report payloads (git-fixes).
  - Bluetooth: HIDP: reject frames without a transaction header
    (git-fixes).
  - gpio: pca953x: fix cache_only and IRQ state on restore_context()
    failure (git-fixes).
  - Bluetooth: mgmt: Translate HCI reason in Device Disconnected
    event (git-fixes).
  - Bluetooth: mgmt: hold reference for hci_conn in
    mgmt_pending_cmds (git-fixes).
  - Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync
    (git-fixes).
  - Bluetooth: qca: fix NVM tag length underflow in TLV parser
    (git-fixes).
  - commit 5b7a042

++++ kernel-rt_debug:

  - 9p: avoid putting oldfid in p9_client_walk() error path
    (CVE-2026-63795 bsc#1271955).
  - commit 0d07395
  - blk-cgroup: fix UAF in __blkcg_rstat_flush() (CVE-2026-63802
    bsc#1272282).
  - commit b4cb54a
  - btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref() (CVE-2026-43308 bsc#1264712)
  - commit 9ba82e0
  - KVM: x86/mmu: Preserve nested TDP shadow page tables if they
    are used as roots (git-fixes).
  - commit 88c4994
  - netfilter: nf_conncount: increase the connection clean up
    limit to 64 (CVE-2026-45860 bsc#1266710).
  - commit 8ee7b2b
  - drm/i915: Fix potential UAF in TTM object purge (CVE-2026-63884
    bsc#1272573).
  - commit 3a042ec
  - thunderbolt: property: Reject u32 wrap in
    tb_property_entry_valid() (CVE-2026-63893 bsc#1272607).
  - Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp
    (CVE-2026-63975 bsc#1272694).
  - commit f1e20f8
  - power: supply: bq25890: fix the -10 C NTC lookup entry
    (git-fixes).
  - can: ems_usb: validate CPC message lengths (git-fixes).
  - can: etas_es58x: es58x_read_bulk_callback(): fix RX buffer
    leak on URB resubmit failure (git-fixes).
  - can: c_can: c_can_chip_config(): keep controller in init mode
    until bittiming is configured (git-fixes).
  - can: softing: fw_parse(): validate firmware record spans
    (git-fixes).
  - can: kvaser_usb_leaf: kvaser_usb_leaf_wait_cmd(): validate
    received command extents (git-fixes).
  - can: kvaser_usb: kvaser_usb_hydra_get_busparams(): fix memory
    leak in kvaser_usb_hydra_get_busparams() (git-fixes).
  - can: peak_usb: validate uCAN receive record lengths (git-fixes).
  - can: peak_usb: peak_usb_start(): fix double free of transfer
    buffer on URB submit error (git-fixes).
  - can: peak_usb: add bounds check for USB channel index
    (git-fixes).
  - can: ctucanfd: add missing MODULE_DEVICE_TABLE() (git-fixes).
  - can: ctucanfd: use self-test mode for PRESUME_ACK (git-fixes).
  - can: ctucanfd: handle bus error interrupts (git-fixes).
  - can: ctucanfd: mark error-active controller status valid
    (git-fixes).
  - can: ctucanfd: unmap BAR0 using base address (git-fixes).
  - can: isotp: check register_netdevice_notifier() error in module
    init (git-fixes).
  - can: j1939: transport: j1939_session_fresh_new(): initialize
    receive buffer (git-fixes).
  - wifi: mac80211: validate individual TWT params before driver
    setup (git-fixes).
  - wifi: mwifiex: use the subframe length when parsing A-MSDU
    TDLS frames (git-fixes).
  - Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync()
    callbacks (git-fixes).
  - Bluetooth: btintel: Validate length before parsing diagnostics
    TLV (git-fixes).
  - Bluetooth: ISO: fix timeout vs sync_timeout typo in
    check_bcast_qos (git-fixes).
  - Bluetooth: L2CAP: fix UAF in l2cap_le_connect_rsp (git-fixes).
  - Bluetooth: HIDP: validate numbered report payloads (git-fixes).
  - Bluetooth: HIDP: reject frames without a transaction header
    (git-fixes).
  - gpio: pca953x: fix cache_only and IRQ state on restore_context()
    failure (git-fixes).
  - Bluetooth: mgmt: Translate HCI reason in Device Disconnected
    event (git-fixes).
  - Bluetooth: mgmt: hold reference for hci_conn in
    mgmt_pending_cmds (git-fixes).
  - Bluetooth: mgmt: fix locking in unpair_device/disconnect_sync
    (git-fixes).
  - Bluetooth: qca: fix NVM tag length underflow in TLV parser
    (git-fixes).
  - commit 5b7a042

++++ python311-core:

  - CVE-2026-3276: Fix O(n^2) canonical ordering in
    unicodedata.normalize() (bsc#1267581, gh#python/cpython#149079)
    CVE-2026-3276-On2-unicodedata-normalize.patch
  - CVE-2026-7774: tarfile.data_filter: validate written link
    target (bsc#1267821, gh#149486)
    CVE-2026-7774-tarfile-data_filter-symlink.patch
  - CVE-2026-0864: Normalize all line endings (CR, CRLF, and LF) in
    configparser (bsc#1269066, gh#python/cpython#143927)
    CVE-2026-0864-normalize-LFTAB-configparser.patch
  - CVE-2026-11972: Make tarfile._Stream.seek break at EOF
    (bsc#1269788, gh#python/cpython#151981)
    CVE-2026-11972-tarfile-Stream-seek-EOF.patch
  - CVE-2026-4360: Pass filter_function to TarFile._extract_one()
    during .extract() (bsc#1269959, gh#python/cpython#151987)
    CVE-2026-4360-filter_function-TarFile-extractone.patch
  - CVE-2026-15308: Fix quadratic complexity in incremental parsing
    in HTMLParser (bsc#1271192, gh#python/cpython#153030)
    CVE-2026-15308-HTMLParser-CPU-exhaust.patch

++++ python311:

  - CVE-2026-3276: Fix O(n^2) canonical ordering in
    unicodedata.normalize() (bsc#1267581, gh#python/cpython#149079)
    CVE-2026-3276-On2-unicodedata-normalize.patch
  - CVE-2026-7774: tarfile.data_filter: validate written link
    target (bsc#1267821, gh#149486)
    CVE-2026-7774-tarfile-data_filter-symlink.patch
  - CVE-2026-0864: Normalize all line endings (CR, CRLF, and LF) in
    configparser (bsc#1269066, gh#python/cpython#143927)
    CVE-2026-0864-normalize-LFTAB-configparser.patch
  - CVE-2026-11972: Make tarfile._Stream.seek break at EOF
    (bsc#1269788, gh#python/cpython#151981)
    CVE-2026-11972-tarfile-Stream-seek-EOF.patch
  - CVE-2026-4360: Pass filter_function to TarFile._extract_one()
    during .extract() (bsc#1269959, gh#python/cpython#151987)
    CVE-2026-4360-filter_function-TarFile-extractone.patch
  - CVE-2026-15308: Fix quadratic complexity in incremental parsing
    in HTMLParser (bsc#1271192, gh#python/cpython#153030)
    CVE-2026-15308-HTMLParser-CPU-exhaust.patch

------------------------------------------------------------------
------------------  2026-7-30  -  Jul 30 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update
    patches.suse/Bluetooth-6lowpan-check-skb_clone-return-value-in-se.patch
    (git-fixes CVE-2026-63991 bsc#1272973).
  - Update
    patches.suse/Bluetooth-HIDP-fix-missing-length-checks-in-hidp_inp.patch
    (git-fixes CVE-2026-63947 bsc#1272668).
  - Update
    patches.suse/Bluetooth-ISO-fix-UAF-in-iso_recv_frame.patch
    (git-fixes CVE-2026-63946 bsc#1272665).
  - Update
    patches.suse/Bluetooth-ISO-serialize-iso_sock_clear_timer-with-so.patch
    (git-fixes CVE-2026-63945 bsc#1272664).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-possible-crash-on-l2cap_ecred_co.patch
    (git-fixes CVE-2026-63975 bsc#1272694).
  - Update
    patches.suse/Bluetooth-L2CAP-fix-chan-ref-leak-in-l2cap_chan_time.patch
    (git-fixes CVE-2026-63948 bsc#1272670).
  - Update
    patches.suse/Bluetooth-MGMT-fix-crash-in-set_mesh_sync-and-set_me.patch
    (CVE-2026-43059 bsc#1264184 CVE-2025-40213 bsc#1253674).
  - Update
    patches.suse/Bluetooth-hci_sync-Set-HCI_CMD_DRAIN_WORKQUEUE-durin.patch
    (git-fixes CVE-2026-63974 bsc#1272686).
  - Update
    patches.suse/Bluetooth-l2cap-clear-chan-ident-on-ECRED-reconfigur.patch
    (git-fixes CVE-2026-63976 bsc#1272706).
  - Update
    patches.suse/HID-wacom-Fix-OOB-write-in-wacom_hid_set_device_mode.patch
    (git-fixes CVE-2026-63916 bsc#1272903).
  - Update
    patches.suse/Input-atmel_mxt_ts-fix-boundary-check-in-mxt_prepare.patch
    (git-fixes CVE-2026-63908 bsc#1272690).
  - Update
    patches.suse/Input-xpad-fix-out-of-bounds-access-for-Share-button.patch
    (git-fixes CVE-2026-63943 bsc#1273044).
  - Update
    patches.suse/KVM-SEV-Ignore-Port-I-O-requests-of-length-0.patch
    (git-fixes CVE-2026-63940 bsc#1272781).
  - Update
    patches.suse/KVM-arm64-vgic-its-Reject-restored-DTE-with-out-of-r.patch
    (git-fixes CVE-2026-64106 bsc#1272242).
  - Update
    patches.suse/KVM-x86-mmu-Ensure-hugepage-is-in-by-slot-before-che.patch
    (git-fixes CVE-2026-63807 bsc#1272263).
  - Update
    patches.suse/KVM-x86-xen-Fix-cleanup-logic-in-emulation-of-Xen-sc.patch
    (git-fixes CVE-2025-38469 bsc#1247455).
  - Update
    patches.suse/PCI-mediatek-gen3-Prevent-leaking-IRQ-domains-when-I.patch
    (git-fixes CVE-2026-63862 bsc#1271813).
  - Update
    patches.suse/USB-serial-belkin_sa-validate-interrupt-status-lengt.patch
    (git-fixes CVE-2026-63903 bsc#1272522).
  - Update
    patches.suse/USB-serial-cypress_m8-validate-interrupt-packet-head.patch
    (git-fixes CVE-2026-63902 bsc#1272517).
  - Update
    patches.suse/USB-serial-keyspan-fix-missing-indat-transfer-sanity.patch
    (git-fixes CVE-2026-63900 bsc#1272499).
  - Update
    patches.suse/USB-serial-keyspan_pda-fix-information-leak.patch
    (git-fixes CVE-2026-64336 bsc#1272685).
  - Update
    patches.suse/USB-serial-mct_u232-fix-missing-interrupt-in-transfe.patch
    (git-fixes CVE-2026-63897 bsc#1272642).
  - Update
    patches.suse/USB-serial-mxuport-fix-memory-corruption-with-small-.patch
    (git-fixes CVE-2026-63899 bsc#1272494).
  - Update
    patches.suse/USB-serial-omninet-fix-memory-corruption-with-small-.patch
    (git-fixes CVE-2026-63928 bsc#1272891).
  - Update
    patches.suse/USB-serial-safe_serial-fix-memory-corruption-with-sm.patch
    (git-fixes CVE-2026-63957 bsc#1272472).
  - Update
    patches.suse/auxdisplay-line-display-fix-OOB-read-on-zero-length-.patch
    (git-fixes CVE-2026-63949 bsc#1272671).
  - Update
    patches.suse/batman-adv-tp_meter-avoid-divide-by-zero-for-dec_cwn.patch
    (git-fixes CVE-2026-63836 bsc#1272246).
  - Update
    patches.suse/batman-adv-tt-fix-negative-last_changeset_len.patch
    (git-fixes CVE-2026-64089 bsc#1272513).
  - Update
    patches.suse/device-property-set-fwnode-secondary-to-NULL-in-fwno.patch
    (git-fixes CVE-2026-64220 bsc#1272785).
  - Update
    patches.suse/dm-cache-policy-smq-check-allocation-under-invalidate-lock.patch
    (git-fixes CVE-2026-53265 bsc#1269734).
  - Update
    patches.suse/drivers-base-memory-fix-memory-block-reference-leak-.patch
    (git-fixes CVE-2026-64182 bsc#1272194).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v2.0-ring.patch
    (git-fixes CVE-2026-63848 bsc#1272380).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v2.5-ring.patch
    (git-fixes CVE-2026-63847 bsc#1272374).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v3.0-ring.patch
    (git-fixes CVE-2026-63846 bsc#1272373).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v4.0-ring.patch
    (git-fixes CVE-2026-63845 bsc#1272360).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v4.0.3-ri.patch
    (git-fixes CVE-2026-63844 bsc#1272362).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v4.0.5-ri.patch
    (git-fixes CVE-2026-63843 bsc#1272361).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v2.0-enc-de.patch
    (git-fixes CVE-2026-63856 bsc#1272492).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v2.5-enc-de.patch
    (git-fixes CVE-2026-63855 bsc#1272489).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v3.0-enc-de.patch
    (git-fixes CVE-2026-63854 bsc#1272406).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v4.0-enc-ri.patch
    (git-fixes CVE-2026-63853 bsc#1272389).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v4.0.3-enc-.patch
    (git-fixes CVE-2026-63852 bsc#1272387).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v4.0.5-enc-.patch
    (git-fixes CVE-2026-63851 bsc#1272384).
  - Update
    patches.suse/drm-amdgpu-zero-initialize-GART-table-on-allocation.patch
    (stable-fixes CVE-2026-53374 bsc#1271827).
  - Update
    patches.suse/drm-amdkfd-Add-upper-bound-check-for-num_of_nodes.patch
    (stable-fixes CVE-2026-53376 bsc#1271831).
  - Update
    patches.suse/drm-amdkfd-fix-NULL-pointer-bug-in-svm_range_set_att.patch
    (stable-fixes CVE-2026-63882 bsc#1271937).
  - Update
    patches.suse/drm-i915-Fix-potential-UAF-in-TTM-object-purge.patch
    (git-fixes CVE-2026-63884 bsc#1272573).
  - Update
    patches.suse/drm-msm-dsi-don-t-dump-registers-past-the-mapped-reg.patch
    (git-fixes CVE-2026-64231 bsc#1272787).
  - Update
    patches.suse/drm-radeon-delete-radeon_fence_process-in-is_signale.patch
    (stable-fixes CVE-2025-68223 bsc#1255357).
  - Update
    patches.suse/efi-Allocate-runtime-workqueue-before-ACPI-init.patch
    (git-fixes CVE-2026-64183 bsc#1272197).
  - Update
    patches.suse/fbdev-Fix-fb_new_modelist-to-prevent-null-ptr-deref-.patch
    (stable-fixes CVE-2026-53403 bsc#1271731).
  - Update
    patches.suse/fbdev-fix-use-after-free-in-store_modes.patch
    (stable-fixes CVE-2026-63826 bsc#1272183).
  - Update
    patches.suse/i2c-stub-Reject-I2C-block-transfers-with-invalid-len.patch
    (git-fixes CVE-2026-64191 bsc#1272211).
  - Update
    patches.suse/i3c-mipi-i3c-hci-Correct-RING_CTRL_ABORT-handling-in.patch
    (git-fixes CVE-2026-43352 bsc#1264793).
  - Update
    patches.suse/iio-buffer-hw-consumer-fix-use-after-free-in-error-p.patch
    (git-fixes CVE-2026-63930 bsc#1272850).
  - Update
    patches.suse/iio-chemical-scd30-fix-division-by-zero-in-write_raw.patch
    (git-fixes CVE-2026-63931 bsc#1272853).
  - Update
    patches.suse/iio-gyro-itg3200-fix-i2c-read-into-the-wrong-stack-l.patch
    (git-fixes CVE-2026-63934 bsc#1272863).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-stack-leak-in-tagged-FIFO-buf.patch
    (git-fixes CVE-2026-63967 bsc#1272470).
  - Update
    patches.suse/media-i2c-ov8856-free-control-handler-on-error-in-ov.patch
    (git-fixes CVE-2026-53379 bsc#1271833).
  - Update
    patches.suse/media-vidtv-fix-NULL-pointer-dereference-in-vidtv_mu.patch
    (git-fixes CVE-2026-53382 bsc#1271717).
  - Update patches.suse/mtd-spi-nor-sst-Fix-SST-write-failure.patch
    (git-fixes CVE-2025-21845 bsc#1239511).
  - Update
    patches.suse/net-wwan-iosm-fix-potential-memory-leaks-in-ipc_imem.patch
    (git-fixes CVE-2026-64179 bsc#1272149).
  - Update
    patches.suse/nfc-hci-fix-out-of-bounds-read-in-HCP-header-parsing.patch
    (git-fixes CVE-2026-63915 bsc#1272897).
  - Update
    patches.suse/parport-Fix-race-between-port-and-client-registratio.patch
    (git-fixes CVE-2026-63942 bsc#1273023).
  - Update
    patches.suse/slimbus-qcom-ngd-ctrl-Avoid-ABBA-on-tx_lock-ctrl-loc.patch
    (git-fixes CVE-2026-53331 bsc#1270113).
  - Update
    patches.suse/slimbus-qcom-ngd-ctrl-Register-callbacks-after-creat.patch
    (git-fixes CVE-2026-53332 bsc#1270102).
  - Update
    patches.suse/spi-mtk-snfi-unregister-ECC-engine-on-probe-failure-.patch
    (git-fixes CVE-2026-63861 bsc#1272434).
  - Update
    patches.suse/spi-ti-qspi-fix-use-after-free-after-DMA-setup-failu.patch
    (git-fixes CVE-2026-64221 bsc#1272797).
  - Update
    patches.suse/thunderbolt-property-Reject-dir_len-4-to-prevent-siz.patch
    (git-fixes CVE-2026-63892 bsc#1272591).
  - Update
    patches.suse/thunderbolt-property-Reject-u32-wrap-in-tb_property_.patch
    (git-fixes CVE-2026-63893 bsc#1272607).
  - Update
    patches.suse/tty-serial-pch_uart-add-check-for-dma_alloc_coherent.patch
    (git-fixes CVE-2026-64234 bsc#1272646).
  - Update
    patches.suse/usb-dwc2-Fix-use-after-free-in-debug-code.patch
    (git-fixes CVE-2026-63927 bsc#1272892).
  - Update
    patches.suse/usb-gadget-composite-fix-dead-empty-check-in-the-USB.patch
    (git-fixes CVE-2026-64347 bsc#1272807).
  - Update
    patches.suse/usb-gadget-composite-fix-integer-underflow-in-WebUSB.patch
    (git-fixes CVE-2026-63896 bsc#1272617).
  - Update
    patches.suse/usb-gadget-f_fs-copy-only-received-bytes-on-short-ep.patch
    (git-fixes CVE-2026-63895 bsc#1272614).
  - Update
    patches.suse/usb-gadget-f_printer-take-kref-only-for-successful-o.patch
    (git-fixes CVE-2026-64345 bsc#1272689).
  - Update
    patches.suse/usb-gadget-net2280-Fix-double-free-in-probe-error-pa.patch
    (git-fixes CVE-2026-64242 bsc#1272659).
  - Update
    patches.suse/usb-typec-altmodes-displayport-validate-count-before.patch
    (stable-fixes CVE-2026-63961 bsc#1272480).
  - Update
    patches.suse/usb-typec-tcpm-Validate-SVID-index-in-svdm_consume_m.patch
    (git-fixes CVE-2026-64330 bsc#1272681).
  - Update
    patches.suse/usb-typec-tcpm-tcpci_maxim-validate-header-NDO-again.patch
    (stable-fixes CVE-2026-63959 bsc#1272474).
  - Update
    patches.suse/usb-typec-ucsi-ccg-reject-firmware-images-without-a-.patch
    (stable-fixes CVE-2026-63964 bsc#1272483).
  - Update
    patches.suse/usb-typec-ucsi-validate-connector-number-in-ucsi_con.patch
    (stable-fixes CVE-2026-63958 bsc#1272467).
  - Update
    patches.suse/usb-typec-wcove-don-t-write-past-struct-pd_message-i.patch
    (stable-fixes CVE-2026-63960 bsc#1272478).
  - Update
    patches.suse/usb-usbtmc-check-URB-actual_length-for-interrupt-IN-.patch
    (git-fixes CVE-2026-63904 bsc#1272523).
  - Update
    patches.suse/usb-xhci-Fix-sleep-in-atomic-context-in-xhci_free_st.patch
    (git-fixes CVE-2026-64465 bsc#1272843).
  - Update
    patches.suse/usbip-vudc-Fix-use-after-free-bug-in-vudc_remove-due.patch
    (git-fixes CVE-2026-63905 bsc#1272578).
  - Update
    patches.suse/vc_screen-fix-null-ptr-deref-in-vcs_notifier-during-.patch
    (git-fixes CVE-2026-53385 bsc#1271834).
  - Update patches.suse/wifi-ath11k-fix-warning-when-unbinding.patch
    (git-fixes CVE-2026-63822 bsc#1272187).
  - Update
    patches.suse/wifi-cfg80211-advance-loop-vars-in-cfg80211_merge_pr.patch
    (git-fixes CVE-2026-64174 bsc#1272146).
  - Update
    patches.suse/wifi-mac80211-consume-only-present-negotiated-TTLM-m.patch
    (git-fixes CVE-2026-64223 bsc#1272800).
  - Update
    patches.suse/wifi-mac80211-limit-injected-antenna-index-in-ieee80.patch
    (git-fixes CVE-2026-63869 bsc#1272500).
  - Update
    patches.suse/wifi-rtw88-usb-fix-memory-leaks-on-USB-write-failure.patch
    (git-fixes CVE-2026-63821 bsc#1271967).
  - commit 1e756ae
  - mm/huge_memory: update file PMD counter before folio_put()
    (CVE-2026-53189 bsc#1269797).
  - commit e154937
  - wifi: iwlwifi: fix 22000 series SMEM parsing (CVE-2026-43172 bsc#1264543)
  - commit fc0867f
  - bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_ready() (CVE-2026-43016 bsc#1264007)
  - commit 374a18a
  - udf: reject descriptors with oversized CRC length (bsc#1271818
    CVE-2026-53369).
  - commit 3dbc237
  - net: Drop the lock in skb_may_tx_timestamp() (CVE-2026-43216
    bsc#1264319).
  - commit 9206404
  - net/rds: Clear reconnect pending bit (CVE-2026-43230
    bsc#1264539).
  - commit 411b319
  - netfilter: nft_set_pipapo_avx2: don't return non-matching
    entry on expiry (CVE-2026-43114 bsc#1264601).
  - commit 7913fcb
  - KVM: arm64: vgic-its: Reject restored DTE with out-of-range
    num_eventid_bits (CVE-2026-64106 bsc#1272242).
  - commit a07d6c6

++++ kernel-rt:

  - Update
    patches.suse/Bluetooth-6lowpan-check-skb_clone-return-value-in-se.patch
    (git-fixes CVE-2026-63991 bsc#1272973).
  - Update
    patches.suse/Bluetooth-HIDP-fix-missing-length-checks-in-hidp_inp.patch
    (git-fixes CVE-2026-63947 bsc#1272668).
  - Update
    patches.suse/Bluetooth-ISO-fix-UAF-in-iso_recv_frame.patch
    (git-fixes CVE-2026-63946 bsc#1272665).
  - Update
    patches.suse/Bluetooth-ISO-serialize-iso_sock_clear_timer-with-so.patch
    (git-fixes CVE-2026-63945 bsc#1272664).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-possible-crash-on-l2cap_ecred_co.patch
    (git-fixes CVE-2026-63975 bsc#1272694).
  - Update
    patches.suse/Bluetooth-L2CAP-fix-chan-ref-leak-in-l2cap_chan_time.patch
    (git-fixes CVE-2026-63948 bsc#1272670).
  - Update
    patches.suse/Bluetooth-MGMT-fix-crash-in-set_mesh_sync-and-set_me.patch
    (CVE-2026-43059 bsc#1264184 CVE-2025-40213 bsc#1253674).
  - Update
    patches.suse/Bluetooth-hci_sync-Set-HCI_CMD_DRAIN_WORKQUEUE-durin.patch
    (git-fixes CVE-2026-63974 bsc#1272686).
  - Update
    patches.suse/Bluetooth-l2cap-clear-chan-ident-on-ECRED-reconfigur.patch
    (git-fixes CVE-2026-63976 bsc#1272706).
  - Update
    patches.suse/HID-wacom-Fix-OOB-write-in-wacom_hid_set_device_mode.patch
    (git-fixes CVE-2026-63916 bsc#1272903).
  - Update
    patches.suse/Input-atmel_mxt_ts-fix-boundary-check-in-mxt_prepare.patch
    (git-fixes CVE-2026-63908 bsc#1272690).
  - Update
    patches.suse/Input-xpad-fix-out-of-bounds-access-for-Share-button.patch
    (git-fixes CVE-2026-63943 bsc#1273044).
  - Update
    patches.suse/KVM-SEV-Ignore-Port-I-O-requests-of-length-0.patch
    (git-fixes CVE-2026-63940 bsc#1272781).
  - Update
    patches.suse/KVM-arm64-vgic-its-Reject-restored-DTE-with-out-of-r.patch
    (git-fixes CVE-2026-64106 bsc#1272242).
  - Update
    patches.suse/KVM-x86-mmu-Ensure-hugepage-is-in-by-slot-before-che.patch
    (git-fixes CVE-2026-63807 bsc#1272263).
  - Update
    patches.suse/KVM-x86-xen-Fix-cleanup-logic-in-emulation-of-Xen-sc.patch
    (git-fixes CVE-2025-38469 bsc#1247455).
  - Update
    patches.suse/PCI-mediatek-gen3-Prevent-leaking-IRQ-domains-when-I.patch
    (git-fixes CVE-2026-63862 bsc#1271813).
  - Update
    patches.suse/USB-serial-belkin_sa-validate-interrupt-status-lengt.patch
    (git-fixes CVE-2026-63903 bsc#1272522).
  - Update
    patches.suse/USB-serial-cypress_m8-validate-interrupt-packet-head.patch
    (git-fixes CVE-2026-63902 bsc#1272517).
  - Update
    patches.suse/USB-serial-keyspan-fix-missing-indat-transfer-sanity.patch
    (git-fixes CVE-2026-63900 bsc#1272499).
  - Update
    patches.suse/USB-serial-keyspan_pda-fix-information-leak.patch
    (git-fixes CVE-2026-64336 bsc#1272685).
  - Update
    patches.suse/USB-serial-mct_u232-fix-missing-interrupt-in-transfe.patch
    (git-fixes CVE-2026-63897 bsc#1272642).
  - Update
    patches.suse/USB-serial-mxuport-fix-memory-corruption-with-small-.patch
    (git-fixes CVE-2026-63899 bsc#1272494).
  - Update
    patches.suse/USB-serial-omninet-fix-memory-corruption-with-small-.patch
    (git-fixes CVE-2026-63928 bsc#1272891).
  - Update
    patches.suse/USB-serial-safe_serial-fix-memory-corruption-with-sm.patch
    (git-fixes CVE-2026-63957 bsc#1272472).
  - Update
    patches.suse/auxdisplay-line-display-fix-OOB-read-on-zero-length-.patch
    (git-fixes CVE-2026-63949 bsc#1272671).
  - Update
    patches.suse/batman-adv-tp_meter-avoid-divide-by-zero-for-dec_cwn.patch
    (git-fixes CVE-2026-63836 bsc#1272246).
  - Update
    patches.suse/batman-adv-tt-fix-negative-last_changeset_len.patch
    (git-fixes CVE-2026-64089 bsc#1272513).
  - Update
    patches.suse/device-property-set-fwnode-secondary-to-NULL-in-fwno.patch
    (git-fixes CVE-2026-64220 bsc#1272785).
  - Update
    patches.suse/dm-cache-policy-smq-check-allocation-under-invalidate-lock.patch
    (git-fixes CVE-2026-53265 bsc#1269734).
  - Update
    patches.suse/drivers-base-memory-fix-memory-block-reference-leak-.patch
    (git-fixes CVE-2026-64182 bsc#1272194).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v2.0-ring.patch
    (git-fixes CVE-2026-63848 bsc#1272380).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v2.5-ring.patch
    (git-fixes CVE-2026-63847 bsc#1272374).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v3.0-ring.patch
    (git-fixes CVE-2026-63846 bsc#1272373).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v4.0-ring.patch
    (git-fixes CVE-2026-63845 bsc#1272360).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v4.0.3-ri.patch
    (git-fixes CVE-2026-63844 bsc#1272362).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v4.0.5-ri.patch
    (git-fixes CVE-2026-63843 bsc#1272361).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v2.0-enc-de.patch
    (git-fixes CVE-2026-63856 bsc#1272492).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v2.5-enc-de.patch
    (git-fixes CVE-2026-63855 bsc#1272489).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v3.0-enc-de.patch
    (git-fixes CVE-2026-63854 bsc#1272406).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v4.0-enc-ri.patch
    (git-fixes CVE-2026-63853 bsc#1272389).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v4.0.3-enc-.patch
    (git-fixes CVE-2026-63852 bsc#1272387).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v4.0.5-enc-.patch
    (git-fixes CVE-2026-63851 bsc#1272384).
  - Update
    patches.suse/drm-amdgpu-zero-initialize-GART-table-on-allocation.patch
    (stable-fixes CVE-2026-53374 bsc#1271827).
  - Update
    patches.suse/drm-amdkfd-Add-upper-bound-check-for-num_of_nodes.patch
    (stable-fixes CVE-2026-53376 bsc#1271831).
  - Update
    patches.suse/drm-amdkfd-fix-NULL-pointer-bug-in-svm_range_set_att.patch
    (stable-fixes CVE-2026-63882 bsc#1271937).
  - Update
    patches.suse/drm-i915-Fix-potential-UAF-in-TTM-object-purge.patch
    (git-fixes CVE-2026-63884 bsc#1272573).
  - Update
    patches.suse/drm-msm-dsi-don-t-dump-registers-past-the-mapped-reg.patch
    (git-fixes CVE-2026-64231 bsc#1272787).
  - Update
    patches.suse/drm-radeon-delete-radeon_fence_process-in-is_signale.patch
    (stable-fixes CVE-2025-68223 bsc#1255357).
  - Update
    patches.suse/efi-Allocate-runtime-workqueue-before-ACPI-init.patch
    (git-fixes CVE-2026-64183 bsc#1272197).
  - Update
    patches.suse/fbdev-Fix-fb_new_modelist-to-prevent-null-ptr-deref-.patch
    (stable-fixes CVE-2026-53403 bsc#1271731).
  - Update
    patches.suse/fbdev-fix-use-after-free-in-store_modes.patch
    (stable-fixes CVE-2026-63826 bsc#1272183).
  - Update
    patches.suse/i2c-stub-Reject-I2C-block-transfers-with-invalid-len.patch
    (git-fixes CVE-2026-64191 bsc#1272211).
  - Update
    patches.suse/i3c-mipi-i3c-hci-Correct-RING_CTRL_ABORT-handling-in.patch
    (git-fixes CVE-2026-43352 bsc#1264793).
  - Update
    patches.suse/iio-buffer-hw-consumer-fix-use-after-free-in-error-p.patch
    (git-fixes CVE-2026-63930 bsc#1272850).
  - Update
    patches.suse/iio-chemical-scd30-fix-division-by-zero-in-write_raw.patch
    (git-fixes CVE-2026-63931 bsc#1272853).
  - Update
    patches.suse/iio-gyro-itg3200-fix-i2c-read-into-the-wrong-stack-l.patch
    (git-fixes CVE-2026-63934 bsc#1272863).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-stack-leak-in-tagged-FIFO-buf.patch
    (git-fixes CVE-2026-63967 bsc#1272470).
  - Update
    patches.suse/media-i2c-ov8856-free-control-handler-on-error-in-ov.patch
    (git-fixes CVE-2026-53379 bsc#1271833).
  - Update
    patches.suse/media-vidtv-fix-NULL-pointer-dereference-in-vidtv_mu.patch
    (git-fixes CVE-2026-53382 bsc#1271717).
  - Update patches.suse/mtd-spi-nor-sst-Fix-SST-write-failure.patch
    (git-fixes CVE-2025-21845 bsc#1239511).
  - Update
    patches.suse/net-wwan-iosm-fix-potential-memory-leaks-in-ipc_imem.patch
    (git-fixes CVE-2026-64179 bsc#1272149).
  - Update
    patches.suse/nfc-hci-fix-out-of-bounds-read-in-HCP-header-parsing.patch
    (git-fixes CVE-2026-63915 bsc#1272897).
  - Update
    patches.suse/parport-Fix-race-between-port-and-client-registratio.patch
    (git-fixes CVE-2026-63942 bsc#1273023).
  - Update
    patches.suse/slimbus-qcom-ngd-ctrl-Avoid-ABBA-on-tx_lock-ctrl-loc.patch
    (git-fixes CVE-2026-53331 bsc#1270113).
  - Update
    patches.suse/slimbus-qcom-ngd-ctrl-Register-callbacks-after-creat.patch
    (git-fixes CVE-2026-53332 bsc#1270102).
  - Update
    patches.suse/spi-mtk-snfi-unregister-ECC-engine-on-probe-failure-.patch
    (git-fixes CVE-2026-63861 bsc#1272434).
  - Update
    patches.suse/spi-ti-qspi-fix-use-after-free-after-DMA-setup-failu.patch
    (git-fixes CVE-2026-64221 bsc#1272797).
  - Update
    patches.suse/thunderbolt-property-Reject-dir_len-4-to-prevent-siz.patch
    (git-fixes CVE-2026-63892 bsc#1272591).
  - Update
    patches.suse/thunderbolt-property-Reject-u32-wrap-in-tb_property_.patch
    (git-fixes CVE-2026-63893 bsc#1272607).
  - Update
    patches.suse/tty-serial-pch_uart-add-check-for-dma_alloc_coherent.patch
    (git-fixes CVE-2026-64234 bsc#1272646).
  - Update
    patches.suse/usb-dwc2-Fix-use-after-free-in-debug-code.patch
    (git-fixes CVE-2026-63927 bsc#1272892).
  - Update
    patches.suse/usb-gadget-composite-fix-dead-empty-check-in-the-USB.patch
    (git-fixes CVE-2026-64347 bsc#1272807).
  - Update
    patches.suse/usb-gadget-composite-fix-integer-underflow-in-WebUSB.patch
    (git-fixes CVE-2026-63896 bsc#1272617).
  - Update
    patches.suse/usb-gadget-f_fs-copy-only-received-bytes-on-short-ep.patch
    (git-fixes CVE-2026-63895 bsc#1272614).
  - Update
    patches.suse/usb-gadget-f_printer-take-kref-only-for-successful-o.patch
    (git-fixes CVE-2026-64345 bsc#1272689).
  - Update
    patches.suse/usb-gadget-net2280-Fix-double-free-in-probe-error-pa.patch
    (git-fixes CVE-2026-64242 bsc#1272659).
  - Update
    patches.suse/usb-typec-altmodes-displayport-validate-count-before.patch
    (stable-fixes CVE-2026-63961 bsc#1272480).
  - Update
    patches.suse/usb-typec-tcpm-Validate-SVID-index-in-svdm_consume_m.patch
    (git-fixes CVE-2026-64330 bsc#1272681).
  - Update
    patches.suse/usb-typec-tcpm-tcpci_maxim-validate-header-NDO-again.patch
    (stable-fixes CVE-2026-63959 bsc#1272474).
  - Update
    patches.suse/usb-typec-ucsi-ccg-reject-firmware-images-without-a-.patch
    (stable-fixes CVE-2026-63964 bsc#1272483).
  - Update
    patches.suse/usb-typec-ucsi-validate-connector-number-in-ucsi_con.patch
    (stable-fixes CVE-2026-63958 bsc#1272467).
  - Update
    patches.suse/usb-typec-wcove-don-t-write-past-struct-pd_message-i.patch
    (stable-fixes CVE-2026-63960 bsc#1272478).
  - Update
    patches.suse/usb-usbtmc-check-URB-actual_length-for-interrupt-IN-.patch
    (git-fixes CVE-2026-63904 bsc#1272523).
  - Update
    patches.suse/usb-xhci-Fix-sleep-in-atomic-context-in-xhci_free_st.patch
    (git-fixes CVE-2026-64465 bsc#1272843).
  - Update
    patches.suse/usbip-vudc-Fix-use-after-free-bug-in-vudc_remove-due.patch
    (git-fixes CVE-2026-63905 bsc#1272578).
  - Update
    patches.suse/vc_screen-fix-null-ptr-deref-in-vcs_notifier-during-.patch
    (git-fixes CVE-2026-53385 bsc#1271834).
  - Update patches.suse/wifi-ath11k-fix-warning-when-unbinding.patch
    (git-fixes CVE-2026-63822 bsc#1272187).
  - Update
    patches.suse/wifi-cfg80211-advance-loop-vars-in-cfg80211_merge_pr.patch
    (git-fixes CVE-2026-64174 bsc#1272146).
  - Update
    patches.suse/wifi-mac80211-consume-only-present-negotiated-TTLM-m.patch
    (git-fixes CVE-2026-64223 bsc#1272800).
  - Update
    patches.suse/wifi-mac80211-limit-injected-antenna-index-in-ieee80.patch
    (git-fixes CVE-2026-63869 bsc#1272500).
  - Update
    patches.suse/wifi-rtw88-usb-fix-memory-leaks-on-USB-write-failure.patch
    (git-fixes CVE-2026-63821 bsc#1271967).
  - commit 1e756ae
  - mm/huge_memory: update file PMD counter before folio_put()
    (CVE-2026-53189 bsc#1269797).
  - commit e154937
  - wifi: iwlwifi: fix 22000 series SMEM parsing (CVE-2026-43172 bsc#1264543)
  - commit fc0867f
  - bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_ready() (CVE-2026-43016 bsc#1264007)
  - commit 374a18a
  - udf: reject descriptors with oversized CRC length (bsc#1271818
    CVE-2026-53369).
  - commit 3dbc237
  - net: Drop the lock in skb_may_tx_timestamp() (CVE-2026-43216
    bsc#1264319).
  - commit 9206404
  - net/rds: Clear reconnect pending bit (CVE-2026-43230
    bsc#1264539).
  - commit 411b319
  - netfilter: nft_set_pipapo_avx2: don't return non-matching
    entry on expiry (CVE-2026-43114 bsc#1264601).
  - commit 7913fcb
  - KVM: arm64: vgic-its: Reject restored DTE with out-of-range
    num_eventid_bits (CVE-2026-64106 bsc#1272242).
  - commit a07d6c6

++++ kernel-rt_debug:

  - Update
    patches.suse/Bluetooth-6lowpan-check-skb_clone-return-value-in-se.patch
    (git-fixes CVE-2026-63991 bsc#1272973).
  - Update
    patches.suse/Bluetooth-HIDP-fix-missing-length-checks-in-hidp_inp.patch
    (git-fixes CVE-2026-63947 bsc#1272668).
  - Update
    patches.suse/Bluetooth-ISO-fix-UAF-in-iso_recv_frame.patch
    (git-fixes CVE-2026-63946 bsc#1272665).
  - Update
    patches.suse/Bluetooth-ISO-serialize-iso_sock_clear_timer-with-so.patch
    (git-fixes CVE-2026-63945 bsc#1272664).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-possible-crash-on-l2cap_ecred_co.patch
    (git-fixes CVE-2026-63975 bsc#1272694).
  - Update
    patches.suse/Bluetooth-L2CAP-fix-chan-ref-leak-in-l2cap_chan_time.patch
    (git-fixes CVE-2026-63948 bsc#1272670).
  - Update
    patches.suse/Bluetooth-MGMT-fix-crash-in-set_mesh_sync-and-set_me.patch
    (CVE-2026-43059 bsc#1264184 CVE-2025-40213 bsc#1253674).
  - Update
    patches.suse/Bluetooth-hci_sync-Set-HCI_CMD_DRAIN_WORKQUEUE-durin.patch
    (git-fixes CVE-2026-63974 bsc#1272686).
  - Update
    patches.suse/Bluetooth-l2cap-clear-chan-ident-on-ECRED-reconfigur.patch
    (git-fixes CVE-2026-63976 bsc#1272706).
  - Update
    patches.suse/HID-wacom-Fix-OOB-write-in-wacom_hid_set_device_mode.patch
    (git-fixes CVE-2026-63916 bsc#1272903).
  - Update
    patches.suse/Input-atmel_mxt_ts-fix-boundary-check-in-mxt_prepare.patch
    (git-fixes CVE-2026-63908 bsc#1272690).
  - Update
    patches.suse/Input-xpad-fix-out-of-bounds-access-for-Share-button.patch
    (git-fixes CVE-2026-63943 bsc#1273044).
  - Update
    patches.suse/KVM-SEV-Ignore-Port-I-O-requests-of-length-0.patch
    (git-fixes CVE-2026-63940 bsc#1272781).
  - Update
    patches.suse/KVM-arm64-vgic-its-Reject-restored-DTE-with-out-of-r.patch
    (git-fixes CVE-2026-64106 bsc#1272242).
  - Update
    patches.suse/KVM-x86-mmu-Ensure-hugepage-is-in-by-slot-before-che.patch
    (git-fixes CVE-2026-63807 bsc#1272263).
  - Update
    patches.suse/KVM-x86-xen-Fix-cleanup-logic-in-emulation-of-Xen-sc.patch
    (git-fixes CVE-2025-38469 bsc#1247455).
  - Update
    patches.suse/PCI-mediatek-gen3-Prevent-leaking-IRQ-domains-when-I.patch
    (git-fixes CVE-2026-63862 bsc#1271813).
  - Update
    patches.suse/USB-serial-belkin_sa-validate-interrupt-status-lengt.patch
    (git-fixes CVE-2026-63903 bsc#1272522).
  - Update
    patches.suse/USB-serial-cypress_m8-validate-interrupt-packet-head.patch
    (git-fixes CVE-2026-63902 bsc#1272517).
  - Update
    patches.suse/USB-serial-keyspan-fix-missing-indat-transfer-sanity.patch
    (git-fixes CVE-2026-63900 bsc#1272499).
  - Update
    patches.suse/USB-serial-keyspan_pda-fix-information-leak.patch
    (git-fixes CVE-2026-64336 bsc#1272685).
  - Update
    patches.suse/USB-serial-mct_u232-fix-missing-interrupt-in-transfe.patch
    (git-fixes CVE-2026-63897 bsc#1272642).
  - Update
    patches.suse/USB-serial-mxuport-fix-memory-corruption-with-small-.patch
    (git-fixes CVE-2026-63899 bsc#1272494).
  - Update
    patches.suse/USB-serial-omninet-fix-memory-corruption-with-small-.patch
    (git-fixes CVE-2026-63928 bsc#1272891).
  - Update
    patches.suse/USB-serial-safe_serial-fix-memory-corruption-with-sm.patch
    (git-fixes CVE-2026-63957 bsc#1272472).
  - Update
    patches.suse/auxdisplay-line-display-fix-OOB-read-on-zero-length-.patch
    (git-fixes CVE-2026-63949 bsc#1272671).
  - Update
    patches.suse/batman-adv-tp_meter-avoid-divide-by-zero-for-dec_cwn.patch
    (git-fixes CVE-2026-63836 bsc#1272246).
  - Update
    patches.suse/batman-adv-tt-fix-negative-last_changeset_len.patch
    (git-fixes CVE-2026-64089 bsc#1272513).
  - Update
    patches.suse/device-property-set-fwnode-secondary-to-NULL-in-fwno.patch
    (git-fixes CVE-2026-64220 bsc#1272785).
  - Update
    patches.suse/dm-cache-policy-smq-check-allocation-under-invalidate-lock.patch
    (git-fixes CVE-2026-53265 bsc#1269734).
  - Update
    patches.suse/drivers-base-memory-fix-memory-block-reference-leak-.patch
    (git-fixes CVE-2026-64182 bsc#1272194).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v2.0-ring.patch
    (git-fixes CVE-2026-63848 bsc#1272380).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v2.5-ring.patch
    (git-fixes CVE-2026-63847 bsc#1272374).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v3.0-ring.patch
    (git-fixes CVE-2026-63846 bsc#1272373).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v4.0-ring.patch
    (git-fixes CVE-2026-63845 bsc#1272360).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v4.0.3-ri.patch
    (git-fixes CVE-2026-63844 bsc#1272362).
  - Update
    patches.suse/drm-amdgpu-jpeg-set-no_user_fence-for-JPEG-v4.0.5-ri.patch
    (git-fixes CVE-2026-63843 bsc#1272361).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v2.0-enc-de.patch
    (git-fixes CVE-2026-63856 bsc#1272492).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v2.5-enc-de.patch
    (git-fixes CVE-2026-63855 bsc#1272489).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v3.0-enc-de.patch
    (git-fixes CVE-2026-63854 bsc#1272406).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v4.0-enc-ri.patch
    (git-fixes CVE-2026-63853 bsc#1272389).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v4.0.3-enc-.patch
    (git-fixes CVE-2026-63852 bsc#1272387).
  - Update
    patches.suse/drm-amdgpu-vcn-set-no_user_fence-for-VCN-v4.0.5-enc-.patch
    (git-fixes CVE-2026-63851 bsc#1272384).
  - Update
    patches.suse/drm-amdgpu-zero-initialize-GART-table-on-allocation.patch
    (stable-fixes CVE-2026-53374 bsc#1271827).
  - Update
    patches.suse/drm-amdkfd-Add-upper-bound-check-for-num_of_nodes.patch
    (stable-fixes CVE-2026-53376 bsc#1271831).
  - Update
    patches.suse/drm-amdkfd-fix-NULL-pointer-bug-in-svm_range_set_att.patch
    (stable-fixes CVE-2026-63882 bsc#1271937).
  - Update
    patches.suse/drm-i915-Fix-potential-UAF-in-TTM-object-purge.patch
    (git-fixes CVE-2026-63884 bsc#1272573).
  - Update
    patches.suse/drm-msm-dsi-don-t-dump-registers-past-the-mapped-reg.patch
    (git-fixes CVE-2026-64231 bsc#1272787).
  - Update
    patches.suse/drm-radeon-delete-radeon_fence_process-in-is_signale.patch
    (stable-fixes CVE-2025-68223 bsc#1255357).
  - Update
    patches.suse/efi-Allocate-runtime-workqueue-before-ACPI-init.patch
    (git-fixes CVE-2026-64183 bsc#1272197).
  - Update
    patches.suse/fbdev-Fix-fb_new_modelist-to-prevent-null-ptr-deref-.patch
    (stable-fixes CVE-2026-53403 bsc#1271731).
  - Update
    patches.suse/fbdev-fix-use-after-free-in-store_modes.patch
    (stable-fixes CVE-2026-63826 bsc#1272183).
  - Update
    patches.suse/i2c-stub-Reject-I2C-block-transfers-with-invalid-len.patch
    (git-fixes CVE-2026-64191 bsc#1272211).
  - Update
    patches.suse/i3c-mipi-i3c-hci-Correct-RING_CTRL_ABORT-handling-in.patch
    (git-fixes CVE-2026-43352 bsc#1264793).
  - Update
    patches.suse/iio-buffer-hw-consumer-fix-use-after-free-in-error-p.patch
    (git-fixes CVE-2026-63930 bsc#1272850).
  - Update
    patches.suse/iio-chemical-scd30-fix-division-by-zero-in-write_raw.patch
    (git-fixes CVE-2026-63931 bsc#1272853).
  - Update
    patches.suse/iio-gyro-itg3200-fix-i2c-read-into-the-wrong-stack-l.patch
    (git-fixes CVE-2026-63934 bsc#1272863).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-stack-leak-in-tagged-FIFO-buf.patch
    (git-fixes CVE-2026-63967 bsc#1272470).
  - Update
    patches.suse/media-i2c-ov8856-free-control-handler-on-error-in-ov.patch
    (git-fixes CVE-2026-53379 bsc#1271833).
  - Update
    patches.suse/media-vidtv-fix-NULL-pointer-dereference-in-vidtv_mu.patch
    (git-fixes CVE-2026-53382 bsc#1271717).
  - Update patches.suse/mtd-spi-nor-sst-Fix-SST-write-failure.patch
    (git-fixes CVE-2025-21845 bsc#1239511).
  - Update
    patches.suse/net-wwan-iosm-fix-potential-memory-leaks-in-ipc_imem.patch
    (git-fixes CVE-2026-64179 bsc#1272149).
  - Update
    patches.suse/nfc-hci-fix-out-of-bounds-read-in-HCP-header-parsing.patch
    (git-fixes CVE-2026-63915 bsc#1272897).
  - Update
    patches.suse/parport-Fix-race-between-port-and-client-registratio.patch
    (git-fixes CVE-2026-63942 bsc#1273023).
  - Update
    patches.suse/slimbus-qcom-ngd-ctrl-Avoid-ABBA-on-tx_lock-ctrl-loc.patch
    (git-fixes CVE-2026-53331 bsc#1270113).
  - Update
    patches.suse/slimbus-qcom-ngd-ctrl-Register-callbacks-after-creat.patch
    (git-fixes CVE-2026-53332 bsc#1270102).
  - Update
    patches.suse/spi-mtk-snfi-unregister-ECC-engine-on-probe-failure-.patch
    (git-fixes CVE-2026-63861 bsc#1272434).
  - Update
    patches.suse/spi-ti-qspi-fix-use-after-free-after-DMA-setup-failu.patch
    (git-fixes CVE-2026-64221 bsc#1272797).
  - Update
    patches.suse/thunderbolt-property-Reject-dir_len-4-to-prevent-siz.patch
    (git-fixes CVE-2026-63892 bsc#1272591).
  - Update
    patches.suse/thunderbolt-property-Reject-u32-wrap-in-tb_property_.patch
    (git-fixes CVE-2026-63893 bsc#1272607).
  - Update
    patches.suse/tty-serial-pch_uart-add-check-for-dma_alloc_coherent.patch
    (git-fixes CVE-2026-64234 bsc#1272646).
  - Update
    patches.suse/usb-dwc2-Fix-use-after-free-in-debug-code.patch
    (git-fixes CVE-2026-63927 bsc#1272892).
  - Update
    patches.suse/usb-gadget-composite-fix-dead-empty-check-in-the-USB.patch
    (git-fixes CVE-2026-64347 bsc#1272807).
  - Update
    patches.suse/usb-gadget-composite-fix-integer-underflow-in-WebUSB.patch
    (git-fixes CVE-2026-63896 bsc#1272617).
  - Update
    patches.suse/usb-gadget-f_fs-copy-only-received-bytes-on-short-ep.patch
    (git-fixes CVE-2026-63895 bsc#1272614).
  - Update
    patches.suse/usb-gadget-f_printer-take-kref-only-for-successful-o.patch
    (git-fixes CVE-2026-64345 bsc#1272689).
  - Update
    patches.suse/usb-gadget-net2280-Fix-double-free-in-probe-error-pa.patch
    (git-fixes CVE-2026-64242 bsc#1272659).
  - Update
    patches.suse/usb-typec-altmodes-displayport-validate-count-before.patch
    (stable-fixes CVE-2026-63961 bsc#1272480).
  - Update
    patches.suse/usb-typec-tcpm-Validate-SVID-index-in-svdm_consume_m.patch
    (git-fixes CVE-2026-64330 bsc#1272681).
  - Update
    patches.suse/usb-typec-tcpm-tcpci_maxim-validate-header-NDO-again.patch
    (stable-fixes CVE-2026-63959 bsc#1272474).
  - Update
    patches.suse/usb-typec-ucsi-ccg-reject-firmware-images-without-a-.patch
    (stable-fixes CVE-2026-63964 bsc#1272483).
  - Update
    patches.suse/usb-typec-ucsi-validate-connector-number-in-ucsi_con.patch
    (stable-fixes CVE-2026-63958 bsc#1272467).
  - Update
    patches.suse/usb-typec-wcove-don-t-write-past-struct-pd_message-i.patch
    (stable-fixes CVE-2026-63960 bsc#1272478).
  - Update
    patches.suse/usb-usbtmc-check-URB-actual_length-for-interrupt-IN-.patch
    (git-fixes CVE-2026-63904 bsc#1272523).
  - Update
    patches.suse/usb-xhci-Fix-sleep-in-atomic-context-in-xhci_free_st.patch
    (git-fixes CVE-2026-64465 bsc#1272843).
  - Update
    patches.suse/usbip-vudc-Fix-use-after-free-bug-in-vudc_remove-due.patch
    (git-fixes CVE-2026-63905 bsc#1272578).
  - Update
    patches.suse/vc_screen-fix-null-ptr-deref-in-vcs_notifier-during-.patch
    (git-fixes CVE-2026-53385 bsc#1271834).
  - Update patches.suse/wifi-ath11k-fix-warning-when-unbinding.patch
    (git-fixes CVE-2026-63822 bsc#1272187).
  - Update
    patches.suse/wifi-cfg80211-advance-loop-vars-in-cfg80211_merge_pr.patch
    (git-fixes CVE-2026-64174 bsc#1272146).
  - Update
    patches.suse/wifi-mac80211-consume-only-present-negotiated-TTLM-m.patch
    (git-fixes CVE-2026-64223 bsc#1272800).
  - Update
    patches.suse/wifi-mac80211-limit-injected-antenna-index-in-ieee80.patch
    (git-fixes CVE-2026-63869 bsc#1272500).
  - Update
    patches.suse/wifi-rtw88-usb-fix-memory-leaks-on-USB-write-failure.patch
    (git-fixes CVE-2026-63821 bsc#1271967).
  - commit 1e756ae
  - mm/huge_memory: update file PMD counter before folio_put()
    (CVE-2026-53189 bsc#1269797).
  - commit e154937
  - wifi: iwlwifi: fix 22000 series SMEM parsing (CVE-2026-43172 bsc#1264543)
  - commit fc0867f
  - bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_ready() (CVE-2026-43016 bsc#1264007)
  - commit 374a18a
  - udf: reject descriptors with oversized CRC length (bsc#1271818
    CVE-2026-53369).
  - commit 3dbc237
  - net: Drop the lock in skb_may_tx_timestamp() (CVE-2026-43216
    bsc#1264319).
  - commit 9206404
  - net/rds: Clear reconnect pending bit (CVE-2026-43230
    bsc#1264539).
  - commit 411b319
  - netfilter: nft_set_pipapo_avx2: don't return non-matching
    entry on expiry (CVE-2026-43114 bsc#1264601).
  - commit 7913fcb
  - KVM: arm64: vgic-its: Reject restored DTE with out-of-range
    num_eventid_bits (CVE-2026-64106 bsc#1272242).
  - commit a07d6c6

++++ pcp:

  - Fix bsc#1272922 / CVE-2026-16524.
  - Fix bsc#1272923 / CVE-2026-16526.
  - Fix bsc#1272924 / CVE-2026-16527.
  - Fix bsc#1272925 / CVE-2026-16529.
  - Fix bsc#1272926 / CVE-2026-16530.
  - Fix bsc#1272927 / CVE-2026-16531.
  - Fix bsc#1272928.
  - Fix bsc#1272930.
  - Add patches:
    * pcp-CVE-2026-16524.patch
    * pcp-CVE-2026-16526.patch
    * pcp-CVE-2026-16527.patch
    * pcp-CVE-2026-16529.patch
    * pcp-CVE-2026-16530-1.patch
    * pcp-CVE-2026-16530-2.patch
    * pcp-CVE-2026-16530-3.patch
    * pcp-CVE-2026-16530-4.patch
    * pcp-CVE-2026-16530-5.patch
    * pcp-CVE-2026-16530-6.patch
    * pcp-CVE-2026-16531.patch
    * pcp-bsc-1272928.patch
    * pcp-bsc-1272930.patch

------------------------------------------------------------------
------------------  2026-7-29  -  Jul 29 2026  -------------------
------------------------------------------------------------------

++++ grub2:

  - Fix crash in booting kernel on some AMD systems (bsc#1271980)
    * 0001-linux-allocate-EFI-kernel-buffer-as-GRUB_EFI_LOADER_.patch

++++ kernel-default:

  - net: ip_gre: require CAP_NET_ADMIN in the device netns for
    changelink (CVE-2026-63829 bsc#1272176).
  - commit eb81e79
  - ipv6: fix possible infinite loop in fib6_select_path()
    (CVE-2026-63968 bsc#1272466).
  - commit 615bccb
  - xfs: resample the data fork mapping after cycling ILOCK
    (CVE-2026-64600 bsc#1271526).
  - commit bd06333
  - netfilter: nfnetlink_queue: fix entry leak in bridge verdict
    error path (CVE-2026-43451 bsc#1265009).
  - commit c2367ce
  - fuse: re-lock request before returning from fuse_ref_folio()
    (CVE-2026-53388 bsc#1271825).
  - fuse: re-lock request before replacing page cache folio
    (stable-fixes CVE-2026-53388 bsc#1271825).
  - commit d330cba
  - Bluetooth: fix memory leak in error path of hci_alloc_dev()
    (CVE-2026-53252 bsc#1269307).
  - commit 7065c2c
  - adaption to srcu change of hci_dev in hci_sysfs (CVE-2026-53252
    bsc#1269307).
  - commit d291e9b
  - KVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch
    with get_unaligned() (CVE-2026-63806 bsc#1272268).
  - commit 5dc37bf
  - mptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quicker
    (CVE-2026-46170 bsc#1267714).
  - mptcp: pm: ADD_ADDR rtx: free sk if last (CVE-2026-46170
    bsc#1267714).
  - mptcp: pm: ADD_ADDR rtx: always decrease sk refcount
    (CVE-2026-46158 bsc#1266880).
  - mptcp: pm: ADD_ADDR rtx: fix potential data-race (CVE-2026-46137
    bsc#1267570).
  - mptcp: pm: ADD_ADDR rtx: allow ID 0 (CVE-2026-46170
    bsc#1267714).
  - mptcp: pm: kernel: correctly retransmit ADD_ADDR ID 0
    (CVE-2026-46170 bsc#1267714).
  - mptcp: disable add_addr retransmission when timeout is 0
    (CVE-2026-46170 bsc#1267714).
  - mptcp: pm: reuse ID 0 after delete and re-add (CVE-2026-46170
    bsc#1267714).
  - commit 23cadd0
  - mptcp: fix scheduling with atomic in timestamp sockopt
    (CVE-2026-46168 bsc#1266869).
  - mptcp: sockopt: set timestamp flags on subflow socket, not msk
    (CVE-2026-46168 bsc#1266869).
  - commit a941080
  - migrate: correct lock ordering for hugetlb file folios
    (CVE-2026-23097 bsc#1257815).
  - commit 4dec86e

++++ kernel-rt:

  - net: ip_gre: require CAP_NET_ADMIN in the device netns for
    changelink (CVE-2026-63829 bsc#1272176).
  - commit eb81e79
  - ipv6: fix possible infinite loop in fib6_select_path()
    (CVE-2026-63968 bsc#1272466).
  - commit 615bccb
  - xfs: resample the data fork mapping after cycling ILOCK
    (CVE-2026-64600 bsc#1271526).
  - commit bd06333
  - netfilter: nfnetlink_queue: fix entry leak in bridge verdict
    error path (CVE-2026-43451 bsc#1265009).
  - commit c2367ce
  - fuse: re-lock request before returning from fuse_ref_folio()
    (CVE-2026-53388 bsc#1271825).
  - fuse: re-lock request before replacing page cache folio
    (stable-fixes CVE-2026-53388 bsc#1271825).
  - commit d330cba
  - Bluetooth: fix memory leak in error path of hci_alloc_dev()
    (CVE-2026-53252 bsc#1269307).
  - commit 7065c2c
  - adaption to srcu change of hci_dev in hci_sysfs (CVE-2026-53252
    bsc#1269307).
  - commit d291e9b
  - KVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch
    with get_unaligned() (CVE-2026-63806 bsc#1272268).
  - commit 5dc37bf
  - mptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quicker
    (CVE-2026-46170 bsc#1267714).
  - mptcp: pm: ADD_ADDR rtx: free sk if last (CVE-2026-46170
    bsc#1267714).
  - mptcp: pm: ADD_ADDR rtx: always decrease sk refcount
    (CVE-2026-46158 bsc#1266880).
  - mptcp: pm: ADD_ADDR rtx: fix potential data-race (CVE-2026-46137
    bsc#1267570).
  - mptcp: pm: ADD_ADDR rtx: allow ID 0 (CVE-2026-46170
    bsc#1267714).
  - mptcp: pm: kernel: correctly retransmit ADD_ADDR ID 0
    (CVE-2026-46170 bsc#1267714).
  - mptcp: disable add_addr retransmission when timeout is 0
    (CVE-2026-46170 bsc#1267714).
  - mptcp: pm: reuse ID 0 after delete and re-add (CVE-2026-46170
    bsc#1267714).
  - commit 23cadd0
  - mptcp: fix scheduling with atomic in timestamp sockopt
    (CVE-2026-46168 bsc#1266869).
  - mptcp: sockopt: set timestamp flags on subflow socket, not msk
    (CVE-2026-46168 bsc#1266869).
  - commit a941080
  - migrate: correct lock ordering for hugetlb file folios
    (CVE-2026-23097 bsc#1257815).
  - commit 4dec86e

++++ kernel-rt_debug:

  - net: ip_gre: require CAP_NET_ADMIN in the device netns for
    changelink (CVE-2026-63829 bsc#1272176).
  - commit eb81e79
  - ipv6: fix possible infinite loop in fib6_select_path()
    (CVE-2026-63968 bsc#1272466).
  - commit 615bccb
  - xfs: resample the data fork mapping after cycling ILOCK
    (CVE-2026-64600 bsc#1271526).
  - commit bd06333
  - netfilter: nfnetlink_queue: fix entry leak in bridge verdict
    error path (CVE-2026-43451 bsc#1265009).
  - commit c2367ce
  - fuse: re-lock request before returning from fuse_ref_folio()
    (CVE-2026-53388 bsc#1271825).
  - fuse: re-lock request before replacing page cache folio
    (stable-fixes CVE-2026-53388 bsc#1271825).
  - commit d330cba
  - Bluetooth: fix memory leak in error path of hci_alloc_dev()
    (CVE-2026-53252 bsc#1269307).
  - commit 7065c2c
  - adaption to srcu change of hci_dev in hci_sysfs (CVE-2026-53252
    bsc#1269307).
  - commit d291e9b
  - KVM: Replace guest-triggerable BUG_ON() in ioeventfd datamatch
    with get_unaligned() (CVE-2026-63806 bsc#1272268).
  - commit 5dc37bf
  - mptcp: pm: ADD_ADDR rtx: resched blocked ADD_ADDR quicker
    (CVE-2026-46170 bsc#1267714).
  - mptcp: pm: ADD_ADDR rtx: free sk if last (CVE-2026-46170
    bsc#1267714).
  - mptcp: pm: ADD_ADDR rtx: always decrease sk refcount
    (CVE-2026-46158 bsc#1266880).
  - mptcp: pm: ADD_ADDR rtx: fix potential data-race (CVE-2026-46137
    bsc#1267570).
  - mptcp: pm: ADD_ADDR rtx: allow ID 0 (CVE-2026-46170
    bsc#1267714).
  - mptcp: pm: kernel: correctly retransmit ADD_ADDR ID 0
    (CVE-2026-46170 bsc#1267714).
  - mptcp: disable add_addr retransmission when timeout is 0
    (CVE-2026-46170 bsc#1267714).
  - mptcp: pm: reuse ID 0 after delete and re-add (CVE-2026-46170
    bsc#1267714).
  - commit 23cadd0
  - mptcp: fix scheduling with atomic in timestamp sockopt
    (CVE-2026-46168 bsc#1266869).
  - mptcp: sockopt: set timestamp flags on subflow socket, not msk
    (CVE-2026-46168 bsc#1266869).
  - commit a941080
  - migrate: correct lock ordering for hugetlb file folios
    (CVE-2026-23097 bsc#1257815).
  - commit 4dec86e

------------------------------------------------------------------
------------------  2026-7-28  -  Jul 28 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bpf: Restore sysctl new-value from 1 to 0 (CVE-2026-63809
    bsc#1272296).
  - commit 2035215
  - bpf: use kvfree() for replaced sysctl write buffer
    (CVE-2026-63809 bsc#1272296).
  - commit bd4c519
  - bpf: NUL-terminate replaced sysctl value (CVE-2026-63809
    bsc#1272296).
  - commit bf470e7
  - iommu/vt-d: Clear Present bit before tearing down  scalable-mode
    context entry (CVE-2026-45944 bsc#1267203).
  - iommu/vt-d: Clear Present bit before tearing down context  entry
    (CVE-2026-45944 bsc#1267203).
  - commit 16e5d13
  - xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path
    (CVE-2026-45905 bsc#1266685).
  - commit 2bf4dbc
  - KVM: x86/mmu: Ensure hugepage is in by slot before checking
    max mapping level (CVE-2026-63807 bsc#1272263).
  - commit 1f2ff27
  - Input: rmi4 - tolerate short register descriptor structure
    (git-fixes).
  - commit a4b22de
  - Input: rmi4 - refactor F12 probe function (stable-fixes).
  - Input: synaptics-rmi4 - fix crash when DPM query is not
    supported (git-fixes).
  - Input: synaptics-rmi4 - add support for querying DPM value (F12)
    (stable-fixes).
  - commit 9f82182
  - Input: rmi4 - use local presence map in rmi_read_register_desc()
    (stable-fixes).
  - Input: rmi4 - initialize attn_fifo properly (stable-fixes).
  - commit 7652f54
  - Revert "Input: rmi4 - fix register descriptor address
    calculation" (stable-fixes).
  - commit 0ba29d4
  - Input: rmi4 - refactor register descriptor parsing (git-fixes).
  - commit ec076fe
  - Input: rmi4 - fix limit in rmi_register_desc_has_subpacket()
    (git-fixes).
  - Input: rmi4 - fix bit count in bitmap_copy() (git-fixes).
  - Input: rmi4 - iterative IRQ handler (git-fixes).
  - Input: rmi4 - fix memory leak in rmi_set_attn_data()
    (git-fixes).
  - Input: rmi4 - fix num_subpackets overflow in register descriptor
    (git-fixes).
  - Input: rmi4 - fix type overflow in register counts (git-fixes).
  - Input: rmi4 - fix register descriptor address calculation
    (git-fixes).
  - Input: serio - define serio_pause_rx guard to pause and resume
    serio ports (stable-fixes).
  - commit 6be06aa
  - assoc_array: trim the final shortcut word using the current
    chunk end (git-fixes).
  - pinctrl: bm1880: add missing select GENERIC_PINCONF (git-fixes).
  - pinctrl-amd: Don't clear S4 wake bits at probe (git-fixes).
  - pinctrl: devicetree: don't free uninitialized dev_name on
    error path (git-fixes).
  - pinctrl: qcom: sc8280xp: Add missing wakeup entries for
    GPIO143/151 (git-fixes).
  - commit bddb256

++++ kernel-rt:

  - bpf: Restore sysctl new-value from 1 to 0 (CVE-2026-63809
    bsc#1272296).
  - commit 2035215
  - bpf: use kvfree() for replaced sysctl write buffer
    (CVE-2026-63809 bsc#1272296).
  - commit bd4c519
  - bpf: NUL-terminate replaced sysctl value (CVE-2026-63809
    bsc#1272296).
  - commit bf470e7
  - iommu/vt-d: Clear Present bit before tearing down  scalable-mode
    context entry (CVE-2026-45944 bsc#1267203).
  - iommu/vt-d: Clear Present bit before tearing down context  entry
    (CVE-2026-45944 bsc#1267203).
  - commit 16e5d13
  - xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path
    (CVE-2026-45905 bsc#1266685).
  - commit 2bf4dbc
  - KVM: x86/mmu: Ensure hugepage is in by slot before checking
    max mapping level (CVE-2026-63807 bsc#1272263).
  - commit 1f2ff27
  - Input: rmi4 - tolerate short register descriptor structure
    (git-fixes).
  - commit a4b22de
  - Input: rmi4 - refactor F12 probe function (stable-fixes).
  - Input: synaptics-rmi4 - fix crash when DPM query is not
    supported (git-fixes).
  - Input: synaptics-rmi4 - add support for querying DPM value (F12)
    (stable-fixes).
  - commit 9f82182
  - Input: rmi4 - use local presence map in rmi_read_register_desc()
    (stable-fixes).
  - Input: rmi4 - initialize attn_fifo properly (stable-fixes).
  - commit 7652f54
  - Revert "Input: rmi4 - fix register descriptor address
    calculation" (stable-fixes).
  - commit 0ba29d4
  - Input: rmi4 - refactor register descriptor parsing (git-fixes).
  - commit ec076fe
  - Input: rmi4 - fix limit in rmi_register_desc_has_subpacket()
    (git-fixes).
  - Input: rmi4 - fix bit count in bitmap_copy() (git-fixes).
  - Input: rmi4 - iterative IRQ handler (git-fixes).
  - Input: rmi4 - fix memory leak in rmi_set_attn_data()
    (git-fixes).
  - Input: rmi4 - fix num_subpackets overflow in register descriptor
    (git-fixes).
  - Input: rmi4 - fix type overflow in register counts (git-fixes).
  - Input: rmi4 - fix register descriptor address calculation
    (git-fixes).
  - Input: serio - define serio_pause_rx guard to pause and resume
    serio ports (stable-fixes).
  - commit 6be06aa
  - assoc_array: trim the final shortcut word using the current
    chunk end (git-fixes).
  - pinctrl: bm1880: add missing select GENERIC_PINCONF (git-fixes).
  - pinctrl-amd: Don't clear S4 wake bits at probe (git-fixes).
  - pinctrl: devicetree: don't free uninitialized dev_name on
    error path (git-fixes).
  - pinctrl: qcom: sc8280xp: Add missing wakeup entries for
    GPIO143/151 (git-fixes).
  - commit bddb256

++++ kernel-rt_debug:

  - bpf: Restore sysctl new-value from 1 to 0 (CVE-2026-63809
    bsc#1272296).
  - commit 2035215
  - bpf: use kvfree() for replaced sysctl write buffer
    (CVE-2026-63809 bsc#1272296).
  - commit bd4c519
  - bpf: NUL-terminate replaced sysctl value (CVE-2026-63809
    bsc#1272296).
  - commit bf470e7
  - iommu/vt-d: Clear Present bit before tearing down  scalable-mode
    context entry (CVE-2026-45944 bsc#1267203).
  - iommu/vt-d: Clear Present bit before tearing down context  entry
    (CVE-2026-45944 bsc#1267203).
  - commit 16e5d13
  - xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path
    (CVE-2026-45905 bsc#1266685).
  - commit 2bf4dbc
  - KVM: x86/mmu: Ensure hugepage is in by slot before checking
    max mapping level (CVE-2026-63807 bsc#1272263).
  - commit 1f2ff27
  - Input: rmi4 - tolerate short register descriptor structure
    (git-fixes).
  - commit a4b22de
  - Input: rmi4 - refactor F12 probe function (stable-fixes).
  - Input: synaptics-rmi4 - fix crash when DPM query is not
    supported (git-fixes).
  - Input: synaptics-rmi4 - add support for querying DPM value (F12)
    (stable-fixes).
  - commit 9f82182
  - Input: rmi4 - use local presence map in rmi_read_register_desc()
    (stable-fixes).
  - Input: rmi4 - initialize attn_fifo properly (stable-fixes).
  - commit 7652f54
  - Revert "Input: rmi4 - fix register descriptor address
    calculation" (stable-fixes).
  - commit 0ba29d4
  - Input: rmi4 - refactor register descriptor parsing (git-fixes).
  - commit ec076fe
  - Input: rmi4 - fix limit in rmi_register_desc_has_subpacket()
    (git-fixes).
  - Input: rmi4 - fix bit count in bitmap_copy() (git-fixes).
  - Input: rmi4 - iterative IRQ handler (git-fixes).
  - Input: rmi4 - fix memory leak in rmi_set_attn_data()
    (git-fixes).
  - Input: rmi4 - fix num_subpackets overflow in register descriptor
    (git-fixes).
  - Input: rmi4 - fix type overflow in register counts (git-fixes).
  - Input: rmi4 - fix register descriptor address calculation
    (git-fixes).
  - Input: serio - define serio_pause_rx guard to pause and resume
    serio ports (stable-fixes).
  - commit 6be06aa
  - assoc_array: trim the final shortcut word using the current
    chunk end (git-fixes).
  - pinctrl: bm1880: add missing select GENERIC_PINCONF (git-fixes).
  - pinctrl-amd: Don't clear S4 wake bits at probe (git-fixes).
  - pinctrl: devicetree: don't free uninitialized dev_name on
    error path (git-fixes).
  - pinctrl: qcom: sc8280xp: Add missing wakeup entries for
    GPIO143/151 (git-fixes).
  - commit bddb256

------------------------------------------------------------------
------------------  2026-7-27  -  Jul 27 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - pkspec-dtb: Fix dtb-al rename.
  - commit 98ec660
  - mkspec-dtb: Skip missing DTBs.
  - commit 133d77b
  - ice: fix PTP Call Trace during PTP release (bsc#1269981).
  - commit a23cdd0
  - RDMA/hns: Fix WQ_MEM_RECLAIM warning (CVE-2026-46265 bsc#1267662)
  - commit b4782fa
  - Update
    patches.suse/net-sched-cls_api-Handle-TC_ACT_CONSUMED-in-tcf_qevent_han.patch
    (CVE-2026-64530 bsc#1271866).
  - commit 37abe18
  - platform/x86/amd/pmc: Avoid logging "(null)" for DMI values
    (git-fixes).
  - platform/x86/amd/pmc: Don't log during intermediate wakeups
    (stable-fixes).
  - commit b240bb8
  - serial: 8250_mid: Fix NULL function pointer dereference on
    DNV/ICX-D/SNR platforms (git-fixes).
  - commit 97e1279
  - Input: ims-pcu - fix logic error in packet reset (git-fixes).
  - commit 643013e
  - serial: sc16is7xx: implement gpio get_direction() callback
    (git-fixes).
  - USB: serial: io_edgeport: cap received transmit credits
    (git-fixes).
  - USB: serial: io_ti: reject oversized boot-mode firmware
    (git-fixes).
  - USB: serial: mxuport: validate firmware header size (git-fixes).
  - USB: serial: keyspan_pda: fix data loss on receive throttling
    (git-fixes).
  - usb: gadget: dummy_hcd: prevent fifo_req reuse during giveback
    (git-fixes).
  - usb: chipidea: fix usage_count leak when autosuspend_delay is
    negative (git-fixes).
  - usb: core: port: Deattach Type-C connector on component unbind
    (git-fixes).
  - usb: gadget: printer: fix infinite loop in printer_read()
    (git-fixes).
  - usb: gadget: f_midi: cancel pending IN work before freeing
    the midi object (git-fixes).
  - usb: gadget: udc: bdc: free IRQ and drain func_wake_notify
    before teardown (git-fixes).
  - usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()
    (git-fixes).
  - USB: gadget: snps-udc: fix device name leak on probe failure
    (git-fixes).
  - USB: gadget: fsl-udc: fix device name leak on probe failure
    (git-fixes).
  - usb: gadget: uvc: clamp SEND_RESPONSE length to the response
    buffer (git-fixes).
  - wifi: mac80211: fix memory leak in ieee80211_register_hw()
    (git-fixes).
  - wifi: mac80211: free ack status frame on TX header build failure
    (git-fixes).
  - wifi: rt2x00: avoid full teardown before work setup in probe
    (git-fixes).
  - wifi: mwifiex: fix permanently busy scans after multiple roam
    iterations (git-fixes).
  - serial: 8250_mid: Disable DMA for selected platforms
    (git-fixes).
  - usb: gadget: udc: Fix use-after-free in gadget_match_driver
    (stable-fixes).
  - usb: gadget: function: rndis: add length check for header
    (stable-fixes).
  - usb: gadget: function: rndis: add length check to response query
    (stable-fixes).
  - USB: serial: option: add Telit Cinterion FE990D50 compositions
    (stable-fixes).
  - USB: iowarrior: fix use-after-free on disconnect race
    (git-fixes).
  - USB: core: add USB_QUIRK_NO_LPM for VIA Labs USB 2.0 hub
    (stable-fixes).
  - USB: quirks: add NO_LPM for the Samsung T5 EVO Portable SSD
    (stable-fixes).
  - usb: cdc_acm: Add quirk for Uniden BC125AT scanner
    (stable-fixes).
  - slimbus: qcom-ngd-ctrl: Avoid ABBA on tx_lock/ctrl->lock
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Balance pm_runtime enablement for NGD
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Initialize controller resources in
    controller (git-fixes).
  - slimbus: qcom-ngd-ctrl: Register callbacks after creating the
    ngd (git-fixes).
  - slimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownership
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Fix probe error path ordering
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Fix up platform_driver registration
    (git-fixes).
  - usb: iowarrior: remove inherent race with minor number
    (stable-fixes).
  - slimbus: Convert to platform remove callback returning void
    (stable-fixes).
  - commit cf3654b
  - staging: rtl8723bs: fix inverted HT40 secondary channel offset
    (git-fixes).
  - regulator: ltc3676: Fix incorrect IRQSTAT bit offsets
    (git-fixes).
  - mtd: onenand: samsung: report DMA completion timeouts
    (git-fixes).
  - mtd: rawnand: fsl_ifc: return errors for failed page reads
    (git-fixes).
  - mtd: mchp23k256: use SPI match data for chip caps (git-fixes).
  - mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion
    timeout (git-fixes).
  - reset: sunxi: fix memory region leak on ioremap failure
    (git-fixes).
  - net: usb: kalmia: bound RX frame length in kalmia_rx_fixup()
    (git-fixes).
  - net: wwan: t7xx: destroy DMA pool on CLDMA late init failure
    (git-fixes).
  - net: thunderbolt: Fix frags overflow by bounding frame_count
    (git-fixes).
  - platform/x86/amd/pmc: Add delay_suspend module parameter
    (stable-fixes).
  - platform/x86/amd/pmc: Delay suspend for some Lenovo Laptops
    (stable-fixes).
  - platform/x86/amd/pmc: Check for intermediate wakeup in function
    (stable-fixes).
  - remoteproc: qcom: Fix leak when custom dump_segments addition
    fails (git-fixes).
  - net: wwan: t7xx: check skb_clone in control TX (git-fixes).
  - staging: rtl8723bs: core: move constants to right side in
    comparison (stable-fixes).
  - net: usb: lan78xx: move functions to avoid forward definitions
    (stable-fixes).
  - serial: 8250_mid: Remove 8250_pci usage (stable-fixes).
  - commit f18f2f1
  - media: rockchip: rga: fix too small buffer size (git-fixes).
  - commit 1cf1525
  - mei: bus: access mei_device under device_lock on cleanup
    (git-fixes).
  - mtd: rawnand: lpc32xx_mlc: fail DMA transfers on timeout
    (git-fixes).
  - memstick: ms_block: reject a card that reports too many blocks
    (git-fixes).
  - mmc: vub300: defer reset until cmd_mutex is unlocked
    (git-fixes).
  - media: qcom: venus: relax encoder frame/blur step size on v6
    (git-fixes).
  - media: qcom: venus: relax encoder frame/blur dimension steps
    on v4 (git-fixes).
  - media: qcom: venus: drop extra padding in NV12 raw size
    calculation (git-fixes).
  - media: uvcvideo: Avoid partial metadata buffers (git-fixes).
  - media: nxp: imx8-isi: Fix use-after-free on remove (git-fixes).
  - staging: media: atomisp: reduce load_primary_binaries() stack
    usage (git-fixes).
  - media: atomisp: Fix memory leak in atomisp_fixed_pattern_table()
    (git-fixes).
  - media: staging: ipu3-imgu: Add range check for
    imgu_css_cfg_acc_stripe (git-fixes).
  - media: uvcvideo: Fix buffer sequence in frame gaps (git-fixes).
  - media: uvcvideo: Fix sequence number when no EOF (git-fixes).
  - mfd: tps6586x: Fix OF node refcount (git-fixes).
  - mfd: cros_ec: Delay dev_set_drvdata() until probe success
    (git-fixes).
  - mfd: sm501: Fix reference leak on failed device registration
    (git-fixes).
  - media: nxp: imx8-isi: use devm_pm_runtime_enable() to simplify
    code (stable-fixes).
  - commit 51e03b8
  - intel_th: fix MSC output device reference leak (git-fixes).
  - Input: maple_keyb - set driver data before registering input
    device (stable-fixes).
  - Input: maplecontrol - set driver data before registering input
    device (stable-fixes).
  - Input: maplemouse - set driver data before registering input
    device (stable-fixes).
  - Input: elan_i2c - prevent division by zero and arithmetic
    underflow (git-fixes).
  - Input: iforce - bound the device-reported force-feedback effect
    index (git-fixes).
  - Input: goodix - clamp the device-reported contact count
    (git-fixes).
  - Input: touchwin - reset the packet index on every complete
    packet (git-fixes).
  - media: nxp: imx8-isi: Convert to platform remove callback
    returning void (stable-fixes).
  - commit 4fa31b8
  - Input: synaptics-rmi4 - unregister function handlers on physical
    driver registration failure (git-fixes).
  - Input: ims-pcu - fix potential infinite loop in CDC union
    descriptor parsing (git-fixes).
  - Input: ims-pcu - add response length checks (git-fixes).
  - Input: ims-pcu - fix DMA mapping violation in line setup
    (git-fixes).
  - Input: ims-pcu - fix out-of-bounds read in ims_pcu_irq()
    debug logging (git-fixes).
  - Input: ims-pcu - validate control endpoint type (git-fixes).
  - Input: ims-pcu - fix race condition in reset_device sysfs
    callback (git-fixes).
  - Input: ims-pcu - fix firmware leak in async update (git-fixes).
  - Input: ims-pcu - fix type confusion in CDC union descriptor
    parsing (git-fixes).
  - Input: ims-pcu - fix use-after-free and double-free in
    disconnect (git-fixes).
  - firmware_loader: introduce __free() cleanup hanler
    (stable-fixes).
  - commit 6c6ae57
  - HID: playstation: validate num_touch_reports in DualShock 4
    reports (stable-fixes).
  - Refresh
    patches.suse/HID-playstation-Clamp-num_touch_reports.patch.
  - commit 591f337
  - firewire: net: Fix fragmented datagram reassembly (git-fixes).
  - iio: common: st_sensors: honour channel endianness in
    read_axis_data (git-fixes).
  - hwmon: (w83627hf) remove VID sysfs files on error and remove
    (stable-fixes).
  - hwmon: (w83793) remove vrm sysfs file on probe failure
    (stable-fixes).
  - ieee802154: allow legacy LLSEC ADD/DEL ops to pass strict
    validation (git-fixes).
  - ieee802154: admin-gate legacy LLSEC dump operations (git-fixes).
  - ieee802154: fix kernel-infoleak in dgram_recvmsg() (git-fixes).
  - ieee802154: ca8210: fix pointer truncation in kfifo on 64-bit
    (git-fixes).
  - ieee802154: ca8210: fix cas_ctl leak on spi_async failure
    (git-fixes).
  - ieee802154: Remove WARN_ON() in cfg802154_pernet_exit()
    (git-fixes).
  - gpio: eic-sprd: use raw_spinlock_t in the irq startup path
    (git-fixes).
  - gpio: mlxbf3: fail probe if gpiochip registration fails
    (git-fixes).
  - Input: ims-pcu - release data interface on disconnect
    (git-fixes).
  - gpu: host1x: Fix device reference leak in
    host1x_device_parse_dt() error path (git-fixes).
  - Input: ims-pcu - fix heap-buffer-overflow in
    ims_pcu_process_data() (git-fixes).
  - Input: atkbd - validate scancode in firmware keymap entries
    (git-fixes).
  - HID: add haptics page defines (stable-fixes).
  - commit 005c4de
  - comedi: comedi_parport: deal with premature interrupt
    (git-fixes).
  - cdrom: fix stack out-of-bounds read in CDROMVOLCTRL (git-fixes).
  - drm/vc4: hvs/v3d: Fix null dereference in unbind (git-fixes).
  - drm/vmwgfx: Validate vmw_surface_metadata::array_size
    (git-fixes).
  - drm/vc4: Prevent shader BO mappings from becoming writable
    (git-fixes).
  - can: isotp: use unconditional synchronize_rcu() in
    isotp_release() (git-fixes).
  - can: bcm: add missing rcu list annotations and operations
    (git-fixes).
  - can: bcm: fix lockless bound/ifindex race and silent RX_SETUP
    failure (git-fixes).
  - can: bcm: defer rx_op deallocation to workqueue to fix thrtimer
    UAF (git-fixes).
  - can: esd_usb: kill anchored URBs before freeing netdevs
    (git-fixes).
  - Bluetooth: btrtl: validate firmware patch bounds (git-fixes).
  - fbcon: fix NULL pointer dereference for a console without
    vc_data (stable-fixes).
  - bus: sunxi-rsb: Always check register address validity
    (git-fixes).
  - drm/tegra: gr2d/gr3d: Contain PM in the gr*d_probe/gr*d_remove
    (git-fixes).
  - drm/tegra: gr2d/gr3d: Initialize address register map before
    HOST1X client is registered (stable-fixes).
  - Bluetooth: btusb: Add USB ID 2c4e:0128 for Mercusys MA60XNB
    (stable-fixes).
  - fbdev: carminefb: fix potential memory leak in
    alloc_carmine_fb() (git-fixes).
  - driver core: Guard deferred probe timeout extension with
    delayed_work_pending() (git-fixes).
  - driver core: Fix missing jiffies conversion in
    deferred_probe_extend_timeout() (git-fixes).
  - driver core: Use mod_delayed_work to prevent lost deferred
    probe work (git-fixes).
  - commit 79d21f8
  - batman-adv: dat: fix tie-break for candidate selection
    (git-fixes).
  - batman-adv: frag: fix primary_if leak on failed linearization
    (git-fixes).
  - batman-adv: frag: free unfragmentable packet (git-fixes).
  - batman-adv: tt: prevent TVLV OOB check overflow (git-fixes).
  - batman-adv: tt: avoid request storms during pending request
    (git-fixes).
  - batman-adv: fix VLAN priority offset (git-fixes).
  - Bluetooth: 6lowpan: fix cyclic locking warning on netdev
    unregister (stable-fixes).
  - Bluetooth: btusb: mediatek: remove the unnecessary goto tag
    (stable-fixes).
  - bitops: make BYTES_TO_BITS() treewide-available (stable-fixes).
  - commit e8e057f

++++ kernel-rt:

  - pkspec-dtb: Fix dtb-al rename.
  - commit 98ec660
  - mkspec-dtb: Skip missing DTBs.
  - commit 133d77b
  - ice: fix PTP Call Trace during PTP release (bsc#1269981).
  - commit a23cdd0
  - RDMA/hns: Fix WQ_MEM_RECLAIM warning (CVE-2026-46265 bsc#1267662)
  - commit b4782fa
  - Update
    patches.suse/net-sched-cls_api-Handle-TC_ACT_CONSUMED-in-tcf_qevent_han.patch
    (CVE-2026-64530 bsc#1271866).
  - commit 37abe18
  - platform/x86/amd/pmc: Avoid logging "(null)" for DMI values
    (git-fixes).
  - platform/x86/amd/pmc: Don't log during intermediate wakeups
    (stable-fixes).
  - commit b240bb8
  - serial: 8250_mid: Fix NULL function pointer dereference on
    DNV/ICX-D/SNR platforms (git-fixes).
  - commit 97e1279
  - Input: ims-pcu - fix logic error in packet reset (git-fixes).
  - commit 643013e
  - serial: sc16is7xx: implement gpio get_direction() callback
    (git-fixes).
  - USB: serial: io_edgeport: cap received transmit credits
    (git-fixes).
  - USB: serial: io_ti: reject oversized boot-mode firmware
    (git-fixes).
  - USB: serial: mxuport: validate firmware header size (git-fixes).
  - USB: serial: keyspan_pda: fix data loss on receive throttling
    (git-fixes).
  - usb: gadget: dummy_hcd: prevent fifo_req reuse during giveback
    (git-fixes).
  - usb: chipidea: fix usage_count leak when autosuspend_delay is
    negative (git-fixes).
  - usb: core: port: Deattach Type-C connector on component unbind
    (git-fixes).
  - usb: gadget: printer: fix infinite loop in printer_read()
    (git-fixes).
  - usb: gadget: f_midi: cancel pending IN work before freeing
    the midi object (git-fixes).
  - usb: gadget: udc: bdc: free IRQ and drain func_wake_notify
    before teardown (git-fixes).
  - usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()
    (git-fixes).
  - USB: gadget: snps-udc: fix device name leak on probe failure
    (git-fixes).
  - USB: gadget: fsl-udc: fix device name leak on probe failure
    (git-fixes).
  - usb: gadget: uvc: clamp SEND_RESPONSE length to the response
    buffer (git-fixes).
  - wifi: mac80211: fix memory leak in ieee80211_register_hw()
    (git-fixes).
  - wifi: mac80211: free ack status frame on TX header build failure
    (git-fixes).
  - wifi: rt2x00: avoid full teardown before work setup in probe
    (git-fixes).
  - wifi: mwifiex: fix permanently busy scans after multiple roam
    iterations (git-fixes).
  - serial: 8250_mid: Disable DMA for selected platforms
    (git-fixes).
  - usb: gadget: udc: Fix use-after-free in gadget_match_driver
    (stable-fixes).
  - usb: gadget: function: rndis: add length check for header
    (stable-fixes).
  - usb: gadget: function: rndis: add length check to response query
    (stable-fixes).
  - USB: serial: option: add Telit Cinterion FE990D50 compositions
    (stable-fixes).
  - USB: iowarrior: fix use-after-free on disconnect race
    (git-fixes).
  - USB: core: add USB_QUIRK_NO_LPM for VIA Labs USB 2.0 hub
    (stable-fixes).
  - USB: quirks: add NO_LPM for the Samsung T5 EVO Portable SSD
    (stable-fixes).
  - usb: cdc_acm: Add quirk for Uniden BC125AT scanner
    (stable-fixes).
  - slimbus: qcom-ngd-ctrl: Avoid ABBA on tx_lock/ctrl->lock
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Balance pm_runtime enablement for NGD
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Initialize controller resources in
    controller (git-fixes).
  - slimbus: qcom-ngd-ctrl: Register callbacks after creating the
    ngd (git-fixes).
  - slimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownership
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Fix probe error path ordering
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Fix up platform_driver registration
    (git-fixes).
  - usb: iowarrior: remove inherent race with minor number
    (stable-fixes).
  - slimbus: Convert to platform remove callback returning void
    (stable-fixes).
  - commit cf3654b
  - staging: rtl8723bs: fix inverted HT40 secondary channel offset
    (git-fixes).
  - regulator: ltc3676: Fix incorrect IRQSTAT bit offsets
    (git-fixes).
  - mtd: onenand: samsung: report DMA completion timeouts
    (git-fixes).
  - mtd: rawnand: fsl_ifc: return errors for failed page reads
    (git-fixes).
  - mtd: mchp23k256: use SPI match data for chip caps (git-fixes).
  - mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion
    timeout (git-fixes).
  - reset: sunxi: fix memory region leak on ioremap failure
    (git-fixes).
  - net: usb: kalmia: bound RX frame length in kalmia_rx_fixup()
    (git-fixes).
  - net: wwan: t7xx: destroy DMA pool on CLDMA late init failure
    (git-fixes).
  - net: thunderbolt: Fix frags overflow by bounding frame_count
    (git-fixes).
  - platform/x86/amd/pmc: Add delay_suspend module parameter
    (stable-fixes).
  - platform/x86/amd/pmc: Delay suspend for some Lenovo Laptops
    (stable-fixes).
  - platform/x86/amd/pmc: Check for intermediate wakeup in function
    (stable-fixes).
  - remoteproc: qcom: Fix leak when custom dump_segments addition
    fails (git-fixes).
  - net: wwan: t7xx: check skb_clone in control TX (git-fixes).
  - staging: rtl8723bs: core: move constants to right side in
    comparison (stable-fixes).
  - net: usb: lan78xx: move functions to avoid forward definitions
    (stable-fixes).
  - serial: 8250_mid: Remove 8250_pci usage (stable-fixes).
  - commit f18f2f1
  - media: rockchip: rga: fix too small buffer size (git-fixes).
  - commit 1cf1525
  - mei: bus: access mei_device under device_lock on cleanup
    (git-fixes).
  - mtd: rawnand: lpc32xx_mlc: fail DMA transfers on timeout
    (git-fixes).
  - memstick: ms_block: reject a card that reports too many blocks
    (git-fixes).
  - mmc: vub300: defer reset until cmd_mutex is unlocked
    (git-fixes).
  - media: qcom: venus: relax encoder frame/blur step size on v6
    (git-fixes).
  - media: qcom: venus: relax encoder frame/blur dimension steps
    on v4 (git-fixes).
  - media: qcom: venus: drop extra padding in NV12 raw size
    calculation (git-fixes).
  - media: uvcvideo: Avoid partial metadata buffers (git-fixes).
  - media: nxp: imx8-isi: Fix use-after-free on remove (git-fixes).
  - staging: media: atomisp: reduce load_primary_binaries() stack
    usage (git-fixes).
  - media: atomisp: Fix memory leak in atomisp_fixed_pattern_table()
    (git-fixes).
  - media: staging: ipu3-imgu: Add range check for
    imgu_css_cfg_acc_stripe (git-fixes).
  - media: uvcvideo: Fix buffer sequence in frame gaps (git-fixes).
  - media: uvcvideo: Fix sequence number when no EOF (git-fixes).
  - mfd: tps6586x: Fix OF node refcount (git-fixes).
  - mfd: cros_ec: Delay dev_set_drvdata() until probe success
    (git-fixes).
  - mfd: sm501: Fix reference leak on failed device registration
    (git-fixes).
  - media: nxp: imx8-isi: use devm_pm_runtime_enable() to simplify
    code (stable-fixes).
  - commit 51e03b8
  - intel_th: fix MSC output device reference leak (git-fixes).
  - Input: maple_keyb - set driver data before registering input
    device (stable-fixes).
  - Input: maplecontrol - set driver data before registering input
    device (stable-fixes).
  - Input: maplemouse - set driver data before registering input
    device (stable-fixes).
  - Input: elan_i2c - prevent division by zero and arithmetic
    underflow (git-fixes).
  - Input: iforce - bound the device-reported force-feedback effect
    index (git-fixes).
  - Input: goodix - clamp the device-reported contact count
    (git-fixes).
  - Input: touchwin - reset the packet index on every complete
    packet (git-fixes).
  - media: nxp: imx8-isi: Convert to platform remove callback
    returning void (stable-fixes).
  - commit 4fa31b8
  - Input: synaptics-rmi4 - unregister function handlers on physical
    driver registration failure (git-fixes).
  - Input: ims-pcu - fix potential infinite loop in CDC union
    descriptor parsing (git-fixes).
  - Input: ims-pcu - add response length checks (git-fixes).
  - Input: ims-pcu - fix DMA mapping violation in line setup
    (git-fixes).
  - Input: ims-pcu - fix out-of-bounds read in ims_pcu_irq()
    debug logging (git-fixes).
  - Input: ims-pcu - validate control endpoint type (git-fixes).
  - Input: ims-pcu - fix race condition in reset_device sysfs
    callback (git-fixes).
  - Input: ims-pcu - fix firmware leak in async update (git-fixes).
  - Input: ims-pcu - fix type confusion in CDC union descriptor
    parsing (git-fixes).
  - Input: ims-pcu - fix use-after-free and double-free in
    disconnect (git-fixes).
  - firmware_loader: introduce __free() cleanup hanler
    (stable-fixes).
  - commit 6c6ae57
  - HID: playstation: validate num_touch_reports in DualShock 4
    reports (stable-fixes).
  - Refresh
    patches.suse/HID-playstation-Clamp-num_touch_reports.patch.
  - commit 591f337
  - firewire: net: Fix fragmented datagram reassembly (git-fixes).
  - iio: common: st_sensors: honour channel endianness in
    read_axis_data (git-fixes).
  - hwmon: (w83627hf) remove VID sysfs files on error and remove
    (stable-fixes).
  - hwmon: (w83793) remove vrm sysfs file on probe failure
    (stable-fixes).
  - ieee802154: allow legacy LLSEC ADD/DEL ops to pass strict
    validation (git-fixes).
  - ieee802154: admin-gate legacy LLSEC dump operations (git-fixes).
  - ieee802154: fix kernel-infoleak in dgram_recvmsg() (git-fixes).
  - ieee802154: ca8210: fix pointer truncation in kfifo on 64-bit
    (git-fixes).
  - ieee802154: ca8210: fix cas_ctl leak on spi_async failure
    (git-fixes).
  - ieee802154: Remove WARN_ON() in cfg802154_pernet_exit()
    (git-fixes).
  - gpio: eic-sprd: use raw_spinlock_t in the irq startup path
    (git-fixes).
  - gpio: mlxbf3: fail probe if gpiochip registration fails
    (git-fixes).
  - Input: ims-pcu - release data interface on disconnect
    (git-fixes).
  - gpu: host1x: Fix device reference leak in
    host1x_device_parse_dt() error path (git-fixes).
  - Input: ims-pcu - fix heap-buffer-overflow in
    ims_pcu_process_data() (git-fixes).
  - Input: atkbd - validate scancode in firmware keymap entries
    (git-fixes).
  - HID: add haptics page defines (stable-fixes).
  - commit 005c4de
  - comedi: comedi_parport: deal with premature interrupt
    (git-fixes).
  - cdrom: fix stack out-of-bounds read in CDROMVOLCTRL (git-fixes).
  - drm/vc4: hvs/v3d: Fix null dereference in unbind (git-fixes).
  - drm/vmwgfx: Validate vmw_surface_metadata::array_size
    (git-fixes).
  - drm/vc4: Prevent shader BO mappings from becoming writable
    (git-fixes).
  - can: isotp: use unconditional synchronize_rcu() in
    isotp_release() (git-fixes).
  - can: bcm: add missing rcu list annotations and operations
    (git-fixes).
  - can: bcm: fix lockless bound/ifindex race and silent RX_SETUP
    failure (git-fixes).
  - can: bcm: defer rx_op deallocation to workqueue to fix thrtimer
    UAF (git-fixes).
  - can: esd_usb: kill anchored URBs before freeing netdevs
    (git-fixes).
  - Bluetooth: btrtl: validate firmware patch bounds (git-fixes).
  - fbcon: fix NULL pointer dereference for a console without
    vc_data (stable-fixes).
  - bus: sunxi-rsb: Always check register address validity
    (git-fixes).
  - drm/tegra: gr2d/gr3d: Contain PM in the gr*d_probe/gr*d_remove
    (git-fixes).
  - drm/tegra: gr2d/gr3d: Initialize address register map before
    HOST1X client is registered (stable-fixes).
  - Bluetooth: btusb: Add USB ID 2c4e:0128 for Mercusys MA60XNB
    (stable-fixes).
  - fbdev: carminefb: fix potential memory leak in
    alloc_carmine_fb() (git-fixes).
  - driver core: Guard deferred probe timeout extension with
    delayed_work_pending() (git-fixes).
  - driver core: Fix missing jiffies conversion in
    deferred_probe_extend_timeout() (git-fixes).
  - driver core: Use mod_delayed_work to prevent lost deferred
    probe work (git-fixes).
  - commit 79d21f8
  - batman-adv: dat: fix tie-break for candidate selection
    (git-fixes).
  - batman-adv: frag: fix primary_if leak on failed linearization
    (git-fixes).
  - batman-adv: frag: free unfragmentable packet (git-fixes).
  - batman-adv: tt: prevent TVLV OOB check overflow (git-fixes).
  - batman-adv: tt: avoid request storms during pending request
    (git-fixes).
  - batman-adv: fix VLAN priority offset (git-fixes).
  - Bluetooth: 6lowpan: fix cyclic locking warning on netdev
    unregister (stable-fixes).
  - Bluetooth: btusb: mediatek: remove the unnecessary goto tag
    (stable-fixes).
  - bitops: make BYTES_TO_BITS() treewide-available (stable-fixes).
  - commit e8e057f

++++ kernel-rt_debug:

  - pkspec-dtb: Fix dtb-al rename.
  - commit 98ec660
  - mkspec-dtb: Skip missing DTBs.
  - commit 133d77b
  - ice: fix PTP Call Trace during PTP release (bsc#1269981).
  - commit a23cdd0
  - RDMA/hns: Fix WQ_MEM_RECLAIM warning (CVE-2026-46265 bsc#1267662)
  - commit b4782fa
  - Update
    patches.suse/net-sched-cls_api-Handle-TC_ACT_CONSUMED-in-tcf_qevent_han.patch
    (CVE-2026-64530 bsc#1271866).
  - commit 37abe18
  - platform/x86/amd/pmc: Avoid logging "(null)" for DMI values
    (git-fixes).
  - platform/x86/amd/pmc: Don't log during intermediate wakeups
    (stable-fixes).
  - commit b240bb8
  - serial: 8250_mid: Fix NULL function pointer dereference on
    DNV/ICX-D/SNR platforms (git-fixes).
  - commit 97e1279
  - Input: ims-pcu - fix logic error in packet reset (git-fixes).
  - commit 643013e
  - serial: sc16is7xx: implement gpio get_direction() callback
    (git-fixes).
  - USB: serial: io_edgeport: cap received transmit credits
    (git-fixes).
  - USB: serial: io_ti: reject oversized boot-mode firmware
    (git-fixes).
  - USB: serial: mxuport: validate firmware header size (git-fixes).
  - USB: serial: keyspan_pda: fix data loss on receive throttling
    (git-fixes).
  - usb: gadget: dummy_hcd: prevent fifo_req reuse during giveback
    (git-fixes).
  - usb: chipidea: fix usage_count leak when autosuspend_delay is
    negative (git-fixes).
  - usb: core: port: Deattach Type-C connector on component unbind
    (git-fixes).
  - usb: gadget: printer: fix infinite loop in printer_read()
    (git-fixes).
  - usb: gadget: f_midi: cancel pending IN work before freeing
    the midi object (git-fixes).
  - usb: gadget: udc: bdc: free IRQ and drain func_wake_notify
    before teardown (git-fixes).
  - usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()
    (git-fixes).
  - USB: gadget: snps-udc: fix device name leak on probe failure
    (git-fixes).
  - USB: gadget: fsl-udc: fix device name leak on probe failure
    (git-fixes).
  - usb: gadget: uvc: clamp SEND_RESPONSE length to the response
    buffer (git-fixes).
  - wifi: mac80211: fix memory leak in ieee80211_register_hw()
    (git-fixes).
  - wifi: mac80211: free ack status frame on TX header build failure
    (git-fixes).
  - wifi: rt2x00: avoid full teardown before work setup in probe
    (git-fixes).
  - wifi: mwifiex: fix permanently busy scans after multiple roam
    iterations (git-fixes).
  - serial: 8250_mid: Disable DMA for selected platforms
    (git-fixes).
  - usb: gadget: udc: Fix use-after-free in gadget_match_driver
    (stable-fixes).
  - usb: gadget: function: rndis: add length check for header
    (stable-fixes).
  - usb: gadget: function: rndis: add length check to response query
    (stable-fixes).
  - USB: serial: option: add Telit Cinterion FE990D50 compositions
    (stable-fixes).
  - USB: iowarrior: fix use-after-free on disconnect race
    (git-fixes).
  - USB: core: add USB_QUIRK_NO_LPM for VIA Labs USB 2.0 hub
    (stable-fixes).
  - USB: quirks: add NO_LPM for the Samsung T5 EVO Portable SSD
    (stable-fixes).
  - usb: cdc_acm: Add quirk for Uniden BC125AT scanner
    (stable-fixes).
  - slimbus: qcom-ngd-ctrl: Avoid ABBA on tx_lock/ctrl->lock
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Balance pm_runtime enablement for NGD
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Initialize controller resources in
    controller (git-fixes).
  - slimbus: qcom-ngd-ctrl: Register callbacks after creating the
    ngd (git-fixes).
  - slimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownership
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Fix probe error path ordering
    (git-fixes).
  - slimbus: qcom-ngd-ctrl: Fix up platform_driver registration
    (git-fixes).
  - usb: iowarrior: remove inherent race with minor number
    (stable-fixes).
  - slimbus: Convert to platform remove callback returning void
    (stable-fixes).
  - commit cf3654b
  - staging: rtl8723bs: fix inverted HT40 secondary channel offset
    (git-fixes).
  - regulator: ltc3676: Fix incorrect IRQSTAT bit offsets
    (git-fixes).
  - mtd: onenand: samsung: report DMA completion timeouts
    (git-fixes).
  - mtd: rawnand: fsl_ifc: return errors for failed page reads
    (git-fixes).
  - mtd: mchp23k256: use SPI match data for chip caps (git-fixes).
  - mtd: rawnand: lpc32xx_slc: fail DMA transfer on completion
    timeout (git-fixes).
  - reset: sunxi: fix memory region leak on ioremap failure
    (git-fixes).
  - net: usb: kalmia: bound RX frame length in kalmia_rx_fixup()
    (git-fixes).
  - net: wwan: t7xx: destroy DMA pool on CLDMA late init failure
    (git-fixes).
  - net: thunderbolt: Fix frags overflow by bounding frame_count
    (git-fixes).
  - platform/x86/amd/pmc: Add delay_suspend module parameter
    (stable-fixes).
  - platform/x86/amd/pmc: Delay suspend for some Lenovo Laptops
    (stable-fixes).
  - platform/x86/amd/pmc: Check for intermediate wakeup in function
    (stable-fixes).
  - remoteproc: qcom: Fix leak when custom dump_segments addition
    fails (git-fixes).
  - net: wwan: t7xx: check skb_clone in control TX (git-fixes).
  - staging: rtl8723bs: core: move constants to right side in
    comparison (stable-fixes).
  - net: usb: lan78xx: move functions to avoid forward definitions
    (stable-fixes).
  - serial: 8250_mid: Remove 8250_pci usage (stable-fixes).
  - commit f18f2f1
  - media: rockchip: rga: fix too small buffer size (git-fixes).
  - commit 1cf1525
  - mei: bus: access mei_device under device_lock on cleanup
    (git-fixes).
  - mtd: rawnand: lpc32xx_mlc: fail DMA transfers on timeout
    (git-fixes).
  - memstick: ms_block: reject a card that reports too many blocks
    (git-fixes).
  - mmc: vub300: defer reset until cmd_mutex is unlocked
    (git-fixes).
  - media: qcom: venus: relax encoder frame/blur step size on v6
    (git-fixes).
  - media: qcom: venus: relax encoder frame/blur dimension steps
    on v4 (git-fixes).
  - media: qcom: venus: drop extra padding in NV12 raw size
    calculation (git-fixes).
  - media: uvcvideo: Avoid partial metadata buffers (git-fixes).
  - media: nxp: imx8-isi: Fix use-after-free on remove (git-fixes).
  - staging: media: atomisp: reduce load_primary_binaries() stack
    usage (git-fixes).
  - media: atomisp: Fix memory leak in atomisp_fixed_pattern_table()
    (git-fixes).
  - media: staging: ipu3-imgu: Add range check for
    imgu_css_cfg_acc_stripe (git-fixes).
  - media: uvcvideo: Fix buffer sequence in frame gaps (git-fixes).
  - media: uvcvideo: Fix sequence number when no EOF (git-fixes).
  - mfd: tps6586x: Fix OF node refcount (git-fixes).
  - mfd: cros_ec: Delay dev_set_drvdata() until probe success
    (git-fixes).
  - mfd: sm501: Fix reference leak on failed device registration
    (git-fixes).
  - media: nxp: imx8-isi: use devm_pm_runtime_enable() to simplify
    code (stable-fixes).
  - commit 51e03b8
  - intel_th: fix MSC output device reference leak (git-fixes).
  - Input: maple_keyb - set driver data before registering input
    device (stable-fixes).
  - Input: maplecontrol - set driver data before registering input
    device (stable-fixes).
  - Input: maplemouse - set driver data before registering input
    device (stable-fixes).
  - Input: elan_i2c - prevent division by zero and arithmetic
    underflow (git-fixes).
  - Input: iforce - bound the device-reported force-feedback effect
    index (git-fixes).
  - Input: goodix - clamp the device-reported contact count
    (git-fixes).
  - Input: touchwin - reset the packet index on every complete
    packet (git-fixes).
  - media: nxp: imx8-isi: Convert to platform remove callback
    returning void (stable-fixes).
  - commit 4fa31b8
  - Input: synaptics-rmi4 - unregister function handlers on physical
    driver registration failure (git-fixes).
  - Input: ims-pcu - fix potential infinite loop in CDC union
    descriptor parsing (git-fixes).
  - Input: ims-pcu - add response length checks (git-fixes).
  - Input: ims-pcu - fix DMA mapping violation in line setup
    (git-fixes).
  - Input: ims-pcu - fix out-of-bounds read in ims_pcu_irq()
    debug logging (git-fixes).
  - Input: ims-pcu - validate control endpoint type (git-fixes).
  - Input: ims-pcu - fix race condition in reset_device sysfs
    callback (git-fixes).
  - Input: ims-pcu - fix firmware leak in async update (git-fixes).
  - Input: ims-pcu - fix type confusion in CDC union descriptor
    parsing (git-fixes).
  - Input: ims-pcu - fix use-after-free and double-free in
    disconnect (git-fixes).
  - firmware_loader: introduce __free() cleanup hanler
    (stable-fixes).
  - commit 6c6ae57
  - HID: playstation: validate num_touch_reports in DualShock 4
    reports (stable-fixes).
  - Refresh
    patches.suse/HID-playstation-Clamp-num_touch_reports.patch.
  - commit 591f337
  - firewire: net: Fix fragmented datagram reassembly (git-fixes).
  - iio: common: st_sensors: honour channel endianness in
    read_axis_data (git-fixes).
  - hwmon: (w83627hf) remove VID sysfs files on error and remove
    (stable-fixes).
  - hwmon: (w83793) remove vrm sysfs file on probe failure
    (stable-fixes).
  - ieee802154: allow legacy LLSEC ADD/DEL ops to pass strict
    validation (git-fixes).
  - ieee802154: admin-gate legacy LLSEC dump operations (git-fixes).
  - ieee802154: fix kernel-infoleak in dgram_recvmsg() (git-fixes).
  - ieee802154: ca8210: fix pointer truncation in kfifo on 64-bit
    (git-fixes).
  - ieee802154: ca8210: fix cas_ctl leak on spi_async failure
    (git-fixes).
  - ieee802154: Remove WARN_ON() in cfg802154_pernet_exit()
    (git-fixes).
  - gpio: eic-sprd: use raw_spinlock_t in the irq startup path
    (git-fixes).
  - gpio: mlxbf3: fail probe if gpiochip registration fails
    (git-fixes).
  - Input: ims-pcu - release data interface on disconnect
    (git-fixes).
  - gpu: host1x: Fix device reference leak in
    host1x_device_parse_dt() error path (git-fixes).
  - Input: ims-pcu - fix heap-buffer-overflow in
    ims_pcu_process_data() (git-fixes).
  - Input: atkbd - validate scancode in firmware keymap entries
    (git-fixes).
  - HID: add haptics page defines (stable-fixes).
  - commit 005c4de
  - comedi: comedi_parport: deal with premature interrupt
    (git-fixes).
  - cdrom: fix stack out-of-bounds read in CDROMVOLCTRL (git-fixes).
  - drm/vc4: hvs/v3d: Fix null dereference in unbind (git-fixes).
  - drm/vmwgfx: Validate vmw_surface_metadata::array_size
    (git-fixes).
  - drm/vc4: Prevent shader BO mappings from becoming writable
    (git-fixes).
  - can: isotp: use unconditional synchronize_rcu() in
    isotp_release() (git-fixes).
  - can: bcm: add missing rcu list annotations and operations
    (git-fixes).
  - can: bcm: fix lockless bound/ifindex race and silent RX_SETUP
    failure (git-fixes).
  - can: bcm: defer rx_op deallocation to workqueue to fix thrtimer
    UAF (git-fixes).
  - can: esd_usb: kill anchored URBs before freeing netdevs
    (git-fixes).
  - Bluetooth: btrtl: validate firmware patch bounds (git-fixes).
  - fbcon: fix NULL pointer dereference for a console without
    vc_data (stable-fixes).
  - bus: sunxi-rsb: Always check register address validity
    (git-fixes).
  - drm/tegra: gr2d/gr3d: Contain PM in the gr*d_probe/gr*d_remove
    (git-fixes).
  - drm/tegra: gr2d/gr3d: Initialize address register map before
    HOST1X client is registered (stable-fixes).
  - Bluetooth: btusb: Add USB ID 2c4e:0128 for Mercusys MA60XNB
    (stable-fixes).
  - fbdev: carminefb: fix potential memory leak in
    alloc_carmine_fb() (git-fixes).
  - driver core: Guard deferred probe timeout extension with
    delayed_work_pending() (git-fixes).
  - driver core: Fix missing jiffies conversion in
    deferred_probe_extend_timeout() (git-fixes).
  - driver core: Use mod_delayed_work to prevent lost deferred
    probe work (git-fixes).
  - commit 79d21f8
  - batman-adv: dat: fix tie-break for candidate selection
    (git-fixes).
  - batman-adv: frag: fix primary_if leak on failed linearization
    (git-fixes).
  - batman-adv: frag: free unfragmentable packet (git-fixes).
  - batman-adv: tt: prevent TVLV OOB check overflow (git-fixes).
  - batman-adv: tt: avoid request storms during pending request
    (git-fixes).
  - batman-adv: fix VLAN priority offset (git-fixes).
  - Bluetooth: 6lowpan: fix cyclic locking warning on netdev
    unregister (stable-fixes).
  - Bluetooth: btusb: mediatek: remove the unnecessary goto tag
    (stable-fixes).
  - bitops: make BYTES_TO_BITS() treewide-available (stable-fixes).
  - commit e8e057f

++++ util-linux-systemd:

  - ipcutils: Prevent using uninitialized variable (bsc#1268886#c13,
    util-linux-bsc1268886-ipcutil-uninitialized.patch).

++++ libarchive:

  - Fix file descriptor leak in mtree cleanup
    (bsc#1261003)
    * file_descriptor.patch
  - Fix potential memory leak in the RAR5 reader (add_new_filter)
    (bsc#1261002)
    * rar5_memory.patch
  - Fix NULL pointer dereference in archive_acl_from_text_w() and
    archive_acl_from_text_l() when parsing malformed "default" ACL prefix
    (bsc#1260998)
    * null_pointer.patch
  - Fix heap-use-after-free (read) in the LHA reader
    (archive_read_support_format_lha.c)
    (bsc#1254341)
    * out-of-bounds_buffer.patch
  - Fix creation of temporary files in target directory
    (bsc#1254340)
    * temporary_files.patch

++++ util-linux:

  - ipcutils: Prevent using uninitialized variable (bsc#1268886#c13,
    util-linux-bsc1268886-ipcutil-uninitialized.patch).

++++ sssd:

  - fix use-after-free during p11_child processing in the PAM
    responder; (bsc#1269807); (CVE-2026-12610); Add patch
    0008-PAM-fix-use-after-free-during-p11_child-processing.patch

------------------------------------------------------------------
------------------  2026-7-26  -  Jul 26 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - selftests/bpf: Reject scalar store into kptr slot (CVE-2026-53032
    bsc#1269138).
  - commit 556d979
  - bpf: Fix NULL deref in map_kptr_match_type for scalar regs
    (CVE-2026-53032 bsc#1269138).
  - commit bc14322
  - selftests/bpf: add test for xdp_master_redirect with bond not up
    (CVE-2026-53069 bsc#1269186).
  - commit 0863fa0
  - net, bpf: fix null-ptr-deref in xdp_master_redirect() for down
    master (CVE-2026-53069 bsc#1269186).
  - commit 9ffe4e9
  - bpf: Do not allow deleting local storage in NMI (CVE-2026-53106
    bsc#1269990).
  - commit c97ea00

++++ kernel-rt:

  - selftests/bpf: Reject scalar store into kptr slot (CVE-2026-53032
    bsc#1269138).
  - commit 556d979
  - bpf: Fix NULL deref in map_kptr_match_type for scalar regs
    (CVE-2026-53032 bsc#1269138).
  - commit bc14322
  - selftests/bpf: add test for xdp_master_redirect with bond not up
    (CVE-2026-53069 bsc#1269186).
  - commit 0863fa0
  - net, bpf: fix null-ptr-deref in xdp_master_redirect() for down
    master (CVE-2026-53069 bsc#1269186).
  - commit 9ffe4e9
  - bpf: Do not allow deleting local storage in NMI (CVE-2026-53106
    bsc#1269990).
  - commit c97ea00

++++ kernel-rt_debug:

  - selftests/bpf: Reject scalar store into kptr slot (CVE-2026-53032
    bsc#1269138).
  - commit 556d979
  - bpf: Fix NULL deref in map_kptr_match_type for scalar regs
    (CVE-2026-53032 bsc#1269138).
  - commit bc14322
  - selftests/bpf: add test for xdp_master_redirect with bond not up
    (CVE-2026-53069 bsc#1269186).
  - commit 0863fa0
  - net, bpf: fix null-ptr-deref in xdp_master_redirect() for down
    master (CVE-2026-53069 bsc#1269186).
  - commit 9ffe4e9
  - bpf: Do not allow deleting local storage in NMI (CVE-2026-53106
    bsc#1269990).
  - commit c97ea00

------------------------------------------------------------------
------------------  2026-7-24  -  Jul 24 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - dm cache: fix missing return in invalidate_committed's error
    path (git-fixes).
  - commit 02eab3a
  - ice: fix NULL pointer dereference in ice_reset_all_vfs()
    (CVE-2026-53289 bsc#1269694).
  - commit 4e27706
  - mac802154: hold an interface reference across the scan worker
    (git-fixes).
  - mac802154: llsec: reject frames shorter than the authentication
    tag (git-fixes).
  - net/x25: fix use-after-free in x25_kill_by_neigh() (git-fixes).
  - Bluetooth: btusb: validate Realtek vendor event length
    (git-fixes).
  - Bluetooth: RFCOMM: Fix session UAF in set_termios (git-fixes).
  - Bluetooth: hci_sync: Protect UUID list traversal (git-fixes).
  - wifi: brcmfmac: fix 802.1X-SHA256 call trace warning
    (git-fixes).
  - wifi: mt76: mt7996: fix possible NULL-pointer deref in
    mt7996_mcu_sta_bfer_eht() (git-fixes).
  - wifi: mt76: mt7996: check pointer returned by
    mt76_connac_get_he_phy_cap() (git-fixes).
  - wifi: mt76: connac: fix possible NULL-pointer deref in
    mt76_connac_mcu_uni_bss_he_tlv() (git-fixes).
  - wifi: mt76: mt7915: guard HE capability lookups (git-fixes).
  - wifi: mt76: mt7615: drop TXRX_NOTIFY on non-mmio buses
    (git-fixes).
  - wifi: mt76: mt7925: drop TXRX_NOTIFY on non-mmio buses
    (git-fixes).
  - wifi: mt76: mt7921: drop TXRX_NOTIFY on non-mmio buses
    (git-fixes).
  - wifi: iwlwifi: mvm: fix read in wake packet notification handler
    (git-fixes).
  - wifi: iwlwifi: mvm: validate SAR GEO response payload size
    (git-fixes).
  - wifi: brcmfmac: make release_scratchbuffers idempotent
    (git-fixes).
  - wifi: mac80211: recalculate TIM when a station enters power save
    (git-fixes).
  - wifi: mwifiex: fix NULL dereference when the AP has HT-cap
    but no HT-oper (git-fixes).
  - wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()
    (git-fixes).
  - wifi: mwifiex: bound uAP association event IEs to the event
    buffer (git-fixes).
  - wifi: wilc1000: validate assoc response length before
    subtracting header (git-fixes).
  - wifi: carl9170: fix buffer overflow in rx_stream failover path
    (git-fixes).
  - wifi: carl9170: fix OOB read from off-by-two in TX status
    handler (git-fixes).
  - wifi: carl9170: bound memcpy length in cmd callback to prevent
    OOB read (git-fixes).
  - wifi: ath6kl: fix OOB read from firmware IE lengths in connect
    event (git-fixes).
  - wifi: ath6kl: fix OOB read from firmware num_msg in TX complete
    handler (git-fixes).
  - wifi: ath6kl: fix OOB access from firmware ADDBA window size
    (git-fixes).
  - wifi: ath12k: Flush the posted write after writing to
    PCIE_SOC_GLOBAL_RESET (git-fixes).
  - wifi: ath11k: Flush the posted write after writing to
    PCIE_SOC_GLOBAL_RESET (git-fixes).
  - wifi: ath11k: fix potential buffer underflow in
    ath11k_hal_rx_msdu_list_get() (git-fixes).
  - wifi: ath10k: fix skb leak on incomplete msdu during rx pop
    (git-fixes).
  - wifi: ath11k: fix NULL pointer dereference in
    ath11k_hal_srng_access_begin (git-fixes).
  - wifi: ath9k: hif_usb: don't dereference hif_dev after re-arming
    firmware request (git-fixes).
  - wifi: mac80211: tear down new links on vif update error path
    (git-fixes).
  - wan: wanxl: Only reset hardware after BAR mapping (git-fixes).
  - commit c34cf37

++++ kernel-rt:

  - dm cache: fix missing return in invalidate_committed's error
    path (git-fixes).
  - commit 02eab3a
  - ice: fix NULL pointer dereference in ice_reset_all_vfs()
    (CVE-2026-53289 bsc#1269694).
  - commit 4e27706
  - mac802154: hold an interface reference across the scan worker
    (git-fixes).
  - mac802154: llsec: reject frames shorter than the authentication
    tag (git-fixes).
  - net/x25: fix use-after-free in x25_kill_by_neigh() (git-fixes).
  - Bluetooth: btusb: validate Realtek vendor event length
    (git-fixes).
  - Bluetooth: RFCOMM: Fix session UAF in set_termios (git-fixes).
  - Bluetooth: hci_sync: Protect UUID list traversal (git-fixes).
  - wifi: brcmfmac: fix 802.1X-SHA256 call trace warning
    (git-fixes).
  - wifi: mt76: mt7996: fix possible NULL-pointer deref in
    mt7996_mcu_sta_bfer_eht() (git-fixes).
  - wifi: mt76: mt7996: check pointer returned by
    mt76_connac_get_he_phy_cap() (git-fixes).
  - wifi: mt76: connac: fix possible NULL-pointer deref in
    mt76_connac_mcu_uni_bss_he_tlv() (git-fixes).
  - wifi: mt76: mt7915: guard HE capability lookups (git-fixes).
  - wifi: mt76: mt7615: drop TXRX_NOTIFY on non-mmio buses
    (git-fixes).
  - wifi: mt76: mt7925: drop TXRX_NOTIFY on non-mmio buses
    (git-fixes).
  - wifi: mt76: mt7921: drop TXRX_NOTIFY on non-mmio buses
    (git-fixes).
  - wifi: iwlwifi: mvm: fix read in wake packet notification handler
    (git-fixes).
  - wifi: iwlwifi: mvm: validate SAR GEO response payload size
    (git-fixes).
  - wifi: brcmfmac: make release_scratchbuffers idempotent
    (git-fixes).
  - wifi: mac80211: recalculate TIM when a station enters power save
    (git-fixes).
  - wifi: mwifiex: fix NULL dereference when the AP has HT-cap
    but no HT-oper (git-fixes).
  - wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()
    (git-fixes).
  - wifi: mwifiex: bound uAP association event IEs to the event
    buffer (git-fixes).
  - wifi: wilc1000: validate assoc response length before
    subtracting header (git-fixes).
  - wifi: carl9170: fix buffer overflow in rx_stream failover path
    (git-fixes).
  - wifi: carl9170: fix OOB read from off-by-two in TX status
    handler (git-fixes).
  - wifi: carl9170: bound memcpy length in cmd callback to prevent
    OOB read (git-fixes).
  - wifi: ath6kl: fix OOB read from firmware IE lengths in connect
    event (git-fixes).
  - wifi: ath6kl: fix OOB read from firmware num_msg in TX complete
    handler (git-fixes).
  - wifi: ath6kl: fix OOB access from firmware ADDBA window size
    (git-fixes).
  - wifi: ath12k: Flush the posted write after writing to
    PCIE_SOC_GLOBAL_RESET (git-fixes).
  - wifi: ath11k: Flush the posted write after writing to
    PCIE_SOC_GLOBAL_RESET (git-fixes).
  - wifi: ath11k: fix potential buffer underflow in
    ath11k_hal_rx_msdu_list_get() (git-fixes).
  - wifi: ath10k: fix skb leak on incomplete msdu during rx pop
    (git-fixes).
  - wifi: ath11k: fix NULL pointer dereference in
    ath11k_hal_srng_access_begin (git-fixes).
  - wifi: ath9k: hif_usb: don't dereference hif_dev after re-arming
    firmware request (git-fixes).
  - wifi: mac80211: tear down new links on vif update error path
    (git-fixes).
  - wan: wanxl: Only reset hardware after BAR mapping (git-fixes).
  - commit c34cf37

++++ kernel-rt_debug:

  - dm cache: fix missing return in invalidate_committed's error
    path (git-fixes).
  - commit 02eab3a
  - ice: fix NULL pointer dereference in ice_reset_all_vfs()
    (CVE-2026-53289 bsc#1269694).
  - commit 4e27706
  - mac802154: hold an interface reference across the scan worker
    (git-fixes).
  - mac802154: llsec: reject frames shorter than the authentication
    tag (git-fixes).
  - net/x25: fix use-after-free in x25_kill_by_neigh() (git-fixes).
  - Bluetooth: btusb: validate Realtek vendor event length
    (git-fixes).
  - Bluetooth: RFCOMM: Fix session UAF in set_termios (git-fixes).
  - Bluetooth: hci_sync: Protect UUID list traversal (git-fixes).
  - wifi: brcmfmac: fix 802.1X-SHA256 call trace warning
    (git-fixes).
  - wifi: mt76: mt7996: fix possible NULL-pointer deref in
    mt7996_mcu_sta_bfer_eht() (git-fixes).
  - wifi: mt76: mt7996: check pointer returned by
    mt76_connac_get_he_phy_cap() (git-fixes).
  - wifi: mt76: connac: fix possible NULL-pointer deref in
    mt76_connac_mcu_uni_bss_he_tlv() (git-fixes).
  - wifi: mt76: mt7915: guard HE capability lookups (git-fixes).
  - wifi: mt76: mt7615: drop TXRX_NOTIFY on non-mmio buses
    (git-fixes).
  - wifi: mt76: mt7925: drop TXRX_NOTIFY on non-mmio buses
    (git-fixes).
  - wifi: mt76: mt7921: drop TXRX_NOTIFY on non-mmio buses
    (git-fixes).
  - wifi: iwlwifi: mvm: fix read in wake packet notification handler
    (git-fixes).
  - wifi: iwlwifi: mvm: validate SAR GEO response payload size
    (git-fixes).
  - wifi: brcmfmac: make release_scratchbuffers idempotent
    (git-fixes).
  - wifi: mac80211: recalculate TIM when a station enters power save
    (git-fixes).
  - wifi: mwifiex: fix NULL dereference when the AP has HT-cap
    but no HT-oper (git-fixes).
  - wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()
    (git-fixes).
  - wifi: mwifiex: bound uAP association event IEs to the event
    buffer (git-fixes).
  - wifi: wilc1000: validate assoc response length before
    subtracting header (git-fixes).
  - wifi: carl9170: fix buffer overflow in rx_stream failover path
    (git-fixes).
  - wifi: carl9170: fix OOB read from off-by-two in TX status
    handler (git-fixes).
  - wifi: carl9170: bound memcpy length in cmd callback to prevent
    OOB read (git-fixes).
  - wifi: ath6kl: fix OOB read from firmware IE lengths in connect
    event (git-fixes).
  - wifi: ath6kl: fix OOB read from firmware num_msg in TX complete
    handler (git-fixes).
  - wifi: ath6kl: fix OOB access from firmware ADDBA window size
    (git-fixes).
  - wifi: ath12k: Flush the posted write after writing to
    PCIE_SOC_GLOBAL_RESET (git-fixes).
  - wifi: ath11k: Flush the posted write after writing to
    PCIE_SOC_GLOBAL_RESET (git-fixes).
  - wifi: ath11k: fix potential buffer underflow in
    ath11k_hal_rx_msdu_list_get() (git-fixes).
  - wifi: ath10k: fix skb leak on incomplete msdu during rx pop
    (git-fixes).
  - wifi: ath11k: fix NULL pointer dereference in
    ath11k_hal_srng_access_begin (git-fixes).
  - wifi: ath9k: hif_usb: don't dereference hif_dev after re-arming
    firmware request (git-fixes).
  - wifi: mac80211: tear down new links on vif update error path
    (git-fixes).
  - wan: wanxl: Only reset hardware after BAR mapping (git-fixes).
  - commit c34cf37

------------------------------------------------------------------
------------------  2026-7-23  -  Jul 23 2026  -------------------
------------------------------------------------------------------

++++ ignition:

  - Add CVE-2026-39821.patch
    * Fixes [bsc#1266606]
  - Add CVE-2026-56852.patch
    * Fixes [bsc#1272059]

++++ kernel-default:

  - md raid: fix hang when stopping arrays with metadata through dm-raid (CVE-2026-43309 bsc#1264827).
  - commit fbea013
  - ocfs2: fix reflink preserve cleanup issue (CVE-2026-43168
    bsc#1264537).
  - commit 2cf917d
  - fat: avoid parent link count underflow in rmdir (CVE-2026-45915
    bsc#1266896).
  - commit 64bf5e2
  - dm cache: fix write hang in passthrough mode (CVE-2026-53063
    bsc#1269659).
  - commit 4e00744
  - dm cache: fix null-deref with concurrent writes in passthrough
    mode (CVE-2026-53064 bsc#1269132).
  - commit 240d70a
  - gfs2: fiemap page fault fix (CVE-2026-43262 bsc#1264422).
  - commit cecd528
  - KVM: x86/mmu: Fix use-after-free on vendor module reload
    (git-fixes).
  - commit 9d0942d
  - KVM: x86: Check for invalid/obsolete root *after* making MMU
    pages available (git-fixes).
  - commit 3e9b7cc
  - KVM: nVMX: Hide shadow VMCS right after VMCLEAR (git-fixes).
  - commit 0092018
  - KVM: SVM: Bump asid_generation on CPU online to avoid ASID
    collision after hotplug (git-fixes).
  - commit 6cb89dd
  - KVM: x86: Ignore pending PV EOI if the vCPU has since disabled
    PV EOIs (git-fixes).
  - commit 35b2b5c
  - KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
    (CVE-2026-63794 bsc#1271964).
  - commit e37fadd
  - netfilter: nft_set_rbtree: check for partial overlaps in
    anonymous sets (CVE-2026-45873 bsc#1266715).
  - commit 4e7e6a6
  - net: bridge: mcast: always update mdb_n_entries for vlan
    contexts (CVE-2026-45913 bsc#1266891).
  - commit fd06041
  - vsock/virtio: fix skb overhead overflow on 32-bit builds
    (CVE-2026-53132 bsc#1269290).
  - vsock/virtio: fix skb overhead accounting to preserve full
    buf_alloc (CVE-2026-53132 bsc#1269290).
  - vsock/virtio: fix potential unbounded skb queue (CVE-2026-53132
    bsc#1269290).
  - commit 4abdbdc
  - NFSD: Fix SECINFO_NO_NAME decode error cleanup (CVE-2026-53398
    bsc#1271870).
  - commit 5e66edf
  - ipvs: do not keep dest_dst if dev is going down (CVE-2026-45917
    bsc#1266900).
  - commit 4346714
  - netfilter: ipset: stop hash:* range iteration at end
    (CVE-2026-52921 bsc#1269024).
  - commit 16c4ac5
  - xfrm: ah: account for ESN high bits in async callbacks
    (CVE-2026-46193 bsc#1267656).
  - commit 925dc95
  - watchdog: pretimeout: Fix UAF in watchdog_unregister_governor()
    (git-fixes).
  - ASoC: cs35l56: Use complete_all() to signal init_completion
    (git-fixes).
  - ASoC: cs35l56: Fix potential probe() deadlock (git-fixes).
  - ASoC: bt-sco: fix duplicate DAPM widget names for wideband DAI
    (git-fixes).
  - ASoC: tas2781: bound firmware description string parsing
    (git-fixes).
  - ALSA: hda: codecs: hdmi: disable keep-alive before audio format
    change (git-fixes).
  - ALSA: hda: cs35l41: validate and free ACPI mute object
    (git-fixes).
  - ALSA: seq: close a re-opened queue timer in the destructor
    (git-fixes).
  - commit de83ac8
  - drm/amd/display: Fix dc_link NULL handling in HPD init (bsc#1267678 CVE-2026-46245)
  - commit 17e0335
  - netfilter: nfnetlink_osf: fix potential NULL dereference in
    ttl check (CVE-2026-52998 bsc#1269118).
  - commit 2acdd19
  - add bug number to existing mana change (bsc#1271349)
  - net: mana: Add Interrupt Moderation support (bsc#1271368).
  - commit 28aa8e3

++++ kernel-rt:

  - md raid: fix hang when stopping arrays with metadata through dm-raid (CVE-2026-43309 bsc#1264827).
  - commit fbea013
  - ocfs2: fix reflink preserve cleanup issue (CVE-2026-43168
    bsc#1264537).
  - commit 2cf917d
  - fat: avoid parent link count underflow in rmdir (CVE-2026-45915
    bsc#1266896).
  - commit 64bf5e2
  - dm cache: fix write hang in passthrough mode (CVE-2026-53063
    bsc#1269659).
  - commit 4e00744
  - dm cache: fix null-deref with concurrent writes in passthrough
    mode (CVE-2026-53064 bsc#1269132).
  - commit 240d70a
  - gfs2: fiemap page fault fix (CVE-2026-43262 bsc#1264422).
  - commit cecd528
  - KVM: x86/mmu: Fix use-after-free on vendor module reload
    (git-fixes).
  - commit 9d0942d
  - KVM: x86: Check for invalid/obsolete root *after* making MMU
    pages available (git-fixes).
  - commit 3e9b7cc
  - KVM: nVMX: Hide shadow VMCS right after VMCLEAR (git-fixes).
  - commit 0092018
  - KVM: SVM: Bump asid_generation on CPU online to avoid ASID
    collision after hotplug (git-fixes).
  - commit 6cb89dd
  - KVM: x86: Ignore pending PV EOI if the vCPU has since disabled
    PV EOIs (git-fixes).
  - commit 35b2b5c
  - KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
    (CVE-2026-63794 bsc#1271964).
  - commit e37fadd
  - netfilter: nft_set_rbtree: check for partial overlaps in
    anonymous sets (CVE-2026-45873 bsc#1266715).
  - commit 4e7e6a6
  - net: bridge: mcast: always update mdb_n_entries for vlan
    contexts (CVE-2026-45913 bsc#1266891).
  - commit fd06041
  - vsock/virtio: fix skb overhead overflow on 32-bit builds
    (CVE-2026-53132 bsc#1269290).
  - vsock/virtio: fix skb overhead accounting to preserve full
    buf_alloc (CVE-2026-53132 bsc#1269290).
  - vsock/virtio: fix potential unbounded skb queue (CVE-2026-53132
    bsc#1269290).
  - commit 4abdbdc
  - NFSD: Fix SECINFO_NO_NAME decode error cleanup (CVE-2026-53398
    bsc#1271870).
  - commit 5e66edf
  - ipvs: do not keep dest_dst if dev is going down (CVE-2026-45917
    bsc#1266900).
  - commit 4346714
  - netfilter: ipset: stop hash:* range iteration at end
    (CVE-2026-52921 bsc#1269024).
  - commit 16c4ac5
  - xfrm: ah: account for ESN high bits in async callbacks
    (CVE-2026-46193 bsc#1267656).
  - commit 925dc95
  - watchdog: pretimeout: Fix UAF in watchdog_unregister_governor()
    (git-fixes).
  - ASoC: cs35l56: Use complete_all() to signal init_completion
    (git-fixes).
  - ASoC: cs35l56: Fix potential probe() deadlock (git-fixes).
  - ASoC: bt-sco: fix duplicate DAPM widget names for wideband DAI
    (git-fixes).
  - ASoC: tas2781: bound firmware description string parsing
    (git-fixes).
  - ALSA: hda: codecs: hdmi: disable keep-alive before audio format
    change (git-fixes).
  - ALSA: hda: cs35l41: validate and free ACPI mute object
    (git-fixes).
  - ALSA: seq: close a re-opened queue timer in the destructor
    (git-fixes).
  - commit de83ac8
  - drm/amd/display: Fix dc_link NULL handling in HPD init (bsc#1267678 CVE-2026-46245)
  - commit 17e0335
  - netfilter: nfnetlink_osf: fix potential NULL dereference in
    ttl check (CVE-2026-52998 bsc#1269118).
  - commit 2acdd19
  - add bug number to existing mana change (bsc#1271349)
  - net: mana: Add Interrupt Moderation support (bsc#1271368).
  - commit 28aa8e3

++++ kernel-rt_debug:

  - md raid: fix hang when stopping arrays with metadata through dm-raid (CVE-2026-43309 bsc#1264827).
  - commit fbea013
  - ocfs2: fix reflink preserve cleanup issue (CVE-2026-43168
    bsc#1264537).
  - commit 2cf917d
  - fat: avoid parent link count underflow in rmdir (CVE-2026-45915
    bsc#1266896).
  - commit 64bf5e2
  - dm cache: fix write hang in passthrough mode (CVE-2026-53063
    bsc#1269659).
  - commit 4e00744
  - dm cache: fix null-deref with concurrent writes in passthrough
    mode (CVE-2026-53064 bsc#1269132).
  - commit 240d70a
  - gfs2: fiemap page fault fix (CVE-2026-43262 bsc#1264422).
  - commit cecd528
  - KVM: x86/mmu: Fix use-after-free on vendor module reload
    (git-fixes).
  - commit 9d0942d
  - KVM: x86: Check for invalid/obsolete root *after* making MMU
    pages available (git-fixes).
  - commit 3e9b7cc
  - KVM: nVMX: Hide shadow VMCS right after VMCLEAR (git-fixes).
  - commit 0092018
  - KVM: SVM: Bump asid_generation on CPU online to avoid ASID
    collision after hotplug (git-fixes).
  - commit 6cb89dd
  - KVM: x86: Ignore pending PV EOI if the vCPU has since disabled
    PV EOIs (git-fixes).
  - commit 35b2b5c
  - KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
    (CVE-2026-63794 bsc#1271964).
  - commit e37fadd
  - netfilter: nft_set_rbtree: check for partial overlaps in
    anonymous sets (CVE-2026-45873 bsc#1266715).
  - commit 4e7e6a6
  - net: bridge: mcast: always update mdb_n_entries for vlan
    contexts (CVE-2026-45913 bsc#1266891).
  - commit fd06041
  - vsock/virtio: fix skb overhead overflow on 32-bit builds
    (CVE-2026-53132 bsc#1269290).
  - vsock/virtio: fix skb overhead accounting to preserve full
    buf_alloc (CVE-2026-53132 bsc#1269290).
  - vsock/virtio: fix potential unbounded skb queue (CVE-2026-53132
    bsc#1269290).
  - commit 4abdbdc
  - NFSD: Fix SECINFO_NO_NAME decode error cleanup (CVE-2026-53398
    bsc#1271870).
  - commit 5e66edf
  - ipvs: do not keep dest_dst if dev is going down (CVE-2026-45917
    bsc#1266900).
  - commit 4346714
  - netfilter: ipset: stop hash:* range iteration at end
    (CVE-2026-52921 bsc#1269024).
  - commit 16c4ac5
  - xfrm: ah: account for ESN high bits in async callbacks
    (CVE-2026-46193 bsc#1267656).
  - commit 925dc95
  - watchdog: pretimeout: Fix UAF in watchdog_unregister_governor()
    (git-fixes).
  - ASoC: cs35l56: Use complete_all() to signal init_completion
    (git-fixes).
  - ASoC: cs35l56: Fix potential probe() deadlock (git-fixes).
  - ASoC: bt-sco: fix duplicate DAPM widget names for wideband DAI
    (git-fixes).
  - ASoC: tas2781: bound firmware description string parsing
    (git-fixes).
  - ALSA: hda: codecs: hdmi: disable keep-alive before audio format
    change (git-fixes).
  - ALSA: hda: cs35l41: validate and free ACPI mute object
    (git-fixes).
  - ALSA: seq: close a re-opened queue timer in the destructor
    (git-fixes).
  - commit de83ac8
  - drm/amd/display: Fix dc_link NULL handling in HPD init (bsc#1267678 CVE-2026-46245)
  - commit 17e0335
  - netfilter: nfnetlink_osf: fix potential NULL dereference in
    ttl check (CVE-2026-52998 bsc#1269118).
  - commit 2acdd19
  - add bug number to existing mana change (bsc#1271349)
  - net: mana: Add Interrupt Moderation support (bsc#1271368).
  - commit 28aa8e3

++++ python311-core:

  - Add patch support-sphinx-9.patch:
    * Support changes required for Sphinx 9.

++++ python311:

  - Add patch support-sphinx-9.patch:
    * Support changes required for Sphinx 9.

------------------------------------------------------------------
------------------  2026-7-22  -  Jul 22 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nfsd: release layout stid on setlease failure (CVE-2026-53399
    bsc#1271832).
  - commit 894f5ff
  - NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addr
    (CVE-2026-53391 bsc#1271904).
  - commit 226116c
  - NFSv4/flexfiles: reject zero filehandle version count
    (CVE-2026-53392 bsc#1271826).
  - commit a486e59
  - netfilter: nf_log: validate MAC header was set before dumping it
    (CVE-2026-52942 bsc#1268967).
  - commit 7058916
  - netfilter: conntrack: remove sprintf usage (CVE-2026-53002
    bsc#1269112).
  - commit ab4c172
  - fbdev: fbcon: fix out-of-bounds read in err_out of (bsc#1271908 CVE-2026-53402)
  - commit 20ea755
  - hwmon: occ: validate poll response sensor blocks (git-fixes).
  - hwmon: (asus-ec-sensors) add missed handle for ENOMEM
    (git-fixes).
  - hwmon: (asus-ec-sensors) fix EC read intervals (git-fixes).
  - hwmon: (asus-ec-sensors) fix looping over banks while reading
    from EC (git-fixes).
  - hwmon: (nzxt-smart2) Stop device IO before calling hid_hw_stop
    (git-fixes).
  - hwmon: (corsair-cpro) Stop device IO before calling hid_hw_stop
    (git-fixes).
  - hwmon: (corsair-psu) Stop device IO before calling hid_hw_stop
    (git-fixes).
  - commit 20039f1
  - udp: clear skb->dev before running a sockmap verdict (CVE-2026-53184 bsc#1269689)
  - commit ad2be61
  - ipv6: mcast: Fix use-after-free when processing MLD queries (CVE-2026-53275 bsc#1269810)
  - commit f6e6c61
  - tcp: restrict SO_ATTACH_FILTER to priv users (CVE-2026-53236 bsc#1269994)
  - commit a1d9b37
  - tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR (CVE-2026-52937 bsc#1268983)
  - commit 36a07dd
  - net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepoint (CVE-2026-52941 bsc#1268966)
  - commit 51e001c
  - netfilter: ebtables: fix OOB read in compat_mtw_from_user (CVE-2026-52927 bsc#1269027)
  - commit ca0f9a9
  - bpf: Fix RCU stall in bpf_fd_array_map_clear() (CVE-2026-53083 bsc#1269964)
  - commit ac442ed
  - ipc/shm: serialize orphan cleanup with shm_nattch updates (CVE-2026-52930 bsc#1269003)
  - commit 27d8f0b

++++ kernel-rt:

  - nfsd: release layout stid on setlease failure (CVE-2026-53399
    bsc#1271832).
  - commit 894f5ff
  - NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addr
    (CVE-2026-53391 bsc#1271904).
  - commit 226116c
  - NFSv4/flexfiles: reject zero filehandle version count
    (CVE-2026-53392 bsc#1271826).
  - commit a486e59
  - netfilter: nf_log: validate MAC header was set before dumping it
    (CVE-2026-52942 bsc#1268967).
  - commit 7058916
  - netfilter: conntrack: remove sprintf usage (CVE-2026-53002
    bsc#1269112).
  - commit ab4c172
  - fbdev: fbcon: fix out-of-bounds read in err_out of (bsc#1271908 CVE-2026-53402)
  - commit 20ea755
  - hwmon: occ: validate poll response sensor blocks (git-fixes).
  - hwmon: (asus-ec-sensors) add missed handle for ENOMEM
    (git-fixes).
  - hwmon: (asus-ec-sensors) fix EC read intervals (git-fixes).
  - hwmon: (asus-ec-sensors) fix looping over banks while reading
    from EC (git-fixes).
  - hwmon: (nzxt-smart2) Stop device IO before calling hid_hw_stop
    (git-fixes).
  - hwmon: (corsair-cpro) Stop device IO before calling hid_hw_stop
    (git-fixes).
  - hwmon: (corsair-psu) Stop device IO before calling hid_hw_stop
    (git-fixes).
  - commit 20039f1
  - udp: clear skb->dev before running a sockmap verdict (CVE-2026-53184 bsc#1269689)
  - commit ad2be61
  - ipv6: mcast: Fix use-after-free when processing MLD queries (CVE-2026-53275 bsc#1269810)
  - commit f6e6c61
  - tcp: restrict SO_ATTACH_FILTER to priv users (CVE-2026-53236 bsc#1269994)
  - commit a1d9b37
  - tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR (CVE-2026-52937 bsc#1268983)
  - commit 36a07dd
  - net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepoint (CVE-2026-52941 bsc#1268966)
  - commit 51e001c
  - netfilter: ebtables: fix OOB read in compat_mtw_from_user (CVE-2026-52927 bsc#1269027)
  - commit ca0f9a9
  - bpf: Fix RCU stall in bpf_fd_array_map_clear() (CVE-2026-53083 bsc#1269964)
  - commit ac442ed
  - ipc/shm: serialize orphan cleanup with shm_nattch updates (CVE-2026-52930 bsc#1269003)
  - commit 27d8f0b

++++ kernel-rt_debug:

  - nfsd: release layout stid on setlease failure (CVE-2026-53399
    bsc#1271832).
  - commit 894f5ff
  - NFSv4/pNFS: reject zero-length r_addr in nfs4_decode_mp_ds_addr
    (CVE-2026-53391 bsc#1271904).
  - commit 226116c
  - NFSv4/flexfiles: reject zero filehandle version count
    (CVE-2026-53392 bsc#1271826).
  - commit a486e59
  - netfilter: nf_log: validate MAC header was set before dumping it
    (CVE-2026-52942 bsc#1268967).
  - commit 7058916
  - netfilter: conntrack: remove sprintf usage (CVE-2026-53002
    bsc#1269112).
  - commit ab4c172
  - fbdev: fbcon: fix out-of-bounds read in err_out of (bsc#1271908 CVE-2026-53402)
  - commit 20ea755
  - hwmon: occ: validate poll response sensor blocks (git-fixes).
  - hwmon: (asus-ec-sensors) add missed handle for ENOMEM
    (git-fixes).
  - hwmon: (asus-ec-sensors) fix EC read intervals (git-fixes).
  - hwmon: (asus-ec-sensors) fix looping over banks while reading
    from EC (git-fixes).
  - hwmon: (nzxt-smart2) Stop device IO before calling hid_hw_stop
    (git-fixes).
  - hwmon: (corsair-cpro) Stop device IO before calling hid_hw_stop
    (git-fixes).
  - hwmon: (corsair-psu) Stop device IO before calling hid_hw_stop
    (git-fixes).
  - commit 20039f1
  - udp: clear skb->dev before running a sockmap verdict (CVE-2026-53184 bsc#1269689)
  - commit ad2be61
  - ipv6: mcast: Fix use-after-free when processing MLD queries (CVE-2026-53275 bsc#1269810)
  - commit f6e6c61
  - tcp: restrict SO_ATTACH_FILTER to priv users (CVE-2026-53236 bsc#1269994)
  - commit a1d9b37
  - tap: fix stack info leak in tap_ioctl() SIOCGIFHWADDR (CVE-2026-52937 bsc#1268983)
  - commit 36a07dd
  - net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepoint (CVE-2026-52941 bsc#1268966)
  - commit 51e001c
  - netfilter: ebtables: fix OOB read in compat_mtw_from_user (CVE-2026-52927 bsc#1269027)
  - commit ca0f9a9
  - bpf: Fix RCU stall in bpf_fd_array_map_clear() (CVE-2026-53083 bsc#1269964)
  - commit ac442ed
  - ipc/shm: serialize orphan cleanup with shm_nattch updates (CVE-2026-52930 bsc#1269003)
  - commit 27d8f0b

++++ libssh:

  - Security fixes:
    * CVE-2026-59843: Denial of service via zero advertised
    channel packet size (bsc#1272164)
    * CVE-2026-59844: Denial of service via oversized SFTP read
    length (bsc#1272165)
    * CVE-2026-59845: Denial of service via unchecked ProxyCommand
    fork() failure (bsc#1272166)
    * CVE-2026-59846: Information disclosure via ProxyCommand %r
    username expansion (bsc#1272167)
    * CVE-2026-59847: Integrity downgrade via OpenSSL AES-GCM tag
    verification (bsc#1272168)
    * CVE-2026-59848: Denial of service via SFTP responses with
    unknown request IDs (bsc#1272169)
    * CVE-2026-59850: Use-after-free via data callbacks on closed
    channels (bsc#1272171)
    * Add patches: libssh-CVE-2026-59843.patch
    libssh-CVE-2026-59844.patch libssh-CVE-2026-59845.patch
    libssh-CVE-2026-59846-ssh_check_username_syntax.patch
    libssh-CVE-2026-59846.patch libssh-CVE-2026-59847.patch
    libssh-CVE-2026-59848.patch libssh-CVE-2026-59850.patch

++++ wget:

  - Fix metalink regression from CVE-2026-58469 fix
    See: commit 7b1cdecc49bc77bde220fc575c8a00386c3f3bcf from
    https://gitlab.com/gnuwget/wget
    [bsc#1272219, CVE-2026-58469]
    * CVE-2026-58469.patch

------------------------------------------------------------------
------------------  2026-7-21  -  Jul 21 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nfsd: fix posix_acl leak on SETACL decode failure
    (CVE-2026-53397 bsc#1271869).
  - commit 307d387
  - netfilter: nat: use kfree_rcu to release ops (CVE-2026-53000
    bsc#1269117).
  - commit 896e79c
  - netfilter: nfnetlink_osf: fix out-of-bounds read on option
    matching (CVE-2026-52999 bsc#1269119).
  - commit 10c0e81
  - ipvs: clear the svc scheduler ptr early on edit (CVE-2026-53270
    bsc#1269240).
  - commit 1fbd319
  - netfilter: nf_tables: join hook list via splice_list_rcu()
    in commit phase (CVE-2026-52988 bsc#1269362).
  - commit 897bc30
  - rculist: add list_splice_rcu() for private lists (CVE-2026-52988
    bsc#1269362).
  - commit c893c75
  - drm/amdgpu/vce: Prevent partial address patches (CVE-2026-53375
    bsc#1271899).
  - commit 814f002
  - netfilter: nft_fib: fix stale stack leak via the OIFNAME
    register (CVE-2026-53134 bsc#1269819).
  - commit 6f4a353
  - pmdomain: core: Fix detach procedure for virtual devices in genpd (CVE-2026-46292 bsc#1267943)
  - commit e37c2c7
  - net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle
    (bsc#1271866).
  - commit 3cf3b58

++++ kernel-rt:

  - nfsd: fix posix_acl leak on SETACL decode failure
    (CVE-2026-53397 bsc#1271869).
  - commit 307d387
  - netfilter: nat: use kfree_rcu to release ops (CVE-2026-53000
    bsc#1269117).
  - commit 896e79c
  - netfilter: nfnetlink_osf: fix out-of-bounds read on option
    matching (CVE-2026-52999 bsc#1269119).
  - commit 10c0e81
  - ipvs: clear the svc scheduler ptr early on edit (CVE-2026-53270
    bsc#1269240).
  - commit 1fbd319
  - netfilter: nf_tables: join hook list via splice_list_rcu()
    in commit phase (CVE-2026-52988 bsc#1269362).
  - commit 897bc30
  - rculist: add list_splice_rcu() for private lists (CVE-2026-52988
    bsc#1269362).
  - commit c893c75
  - drm/amdgpu/vce: Prevent partial address patches (CVE-2026-53375
    bsc#1271899).
  - commit 814f002
  - netfilter: nft_fib: fix stale stack leak via the OIFNAME
    register (CVE-2026-53134 bsc#1269819).
  - commit 6f4a353
  - pmdomain: core: Fix detach procedure for virtual devices in genpd (CVE-2026-46292 bsc#1267943)
  - commit e37c2c7
  - net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle
    (bsc#1271866).
  - commit 3cf3b58

++++ kernel-rt_debug:

  - nfsd: fix posix_acl leak on SETACL decode failure
    (CVE-2026-53397 bsc#1271869).
  - commit 307d387
  - netfilter: nat: use kfree_rcu to release ops (CVE-2026-53000
    bsc#1269117).
  - commit 896e79c
  - netfilter: nfnetlink_osf: fix out-of-bounds read on option
    matching (CVE-2026-52999 bsc#1269119).
  - commit 10c0e81
  - ipvs: clear the svc scheduler ptr early on edit (CVE-2026-53270
    bsc#1269240).
  - commit 1fbd319
  - netfilter: nf_tables: join hook list via splice_list_rcu()
    in commit phase (CVE-2026-52988 bsc#1269362).
  - commit 897bc30
  - rculist: add list_splice_rcu() for private lists (CVE-2026-52988
    bsc#1269362).
  - commit c893c75
  - drm/amdgpu/vce: Prevent partial address patches (CVE-2026-53375
    bsc#1271899).
  - commit 814f002
  - netfilter: nft_fib: fix stale stack leak via the OIFNAME
    register (CVE-2026-53134 bsc#1269819).
  - commit 6f4a353
  - pmdomain: core: Fix detach procedure for virtual devices in genpd (CVE-2026-46292 bsc#1267943)
  - commit e37c2c7
  - net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle
    (bsc#1271866).
  - commit 3cf3b58

++++ python-urllib3:

  - CVE-2026-9375: oversized Brotli payload via the streaming API can lead to a
    denial of service (bsc#1268683)
    * added CVE-2026-9375.patch

------------------------------------------------------------------
------------------  2026-7-20  -  Jul 20 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - zram: fix use-after-free in zram_bvec_write_partial()
    (CVE-2026-53185 bsc#1269660).
  - dm: fix a buffer overflow in ioctl processing (CVE-2026-46294
    bsc#1267939).
  - commit 887c68f
  - posix-cpu-timers: Prevent UAF caused by non-leader exec() race
    (bsc#1271912 CVE-2026-64560 bsc#1273004).
  - posix-timers: Expand timer_arm() callbacks with a boolean
    return value (bsc#1271912).
  - posix-timers: Avoid direct access to hrtimer clockbase
    (bsc#1271912).
  - time: Switch to hrtimer_setup() (bsc#1271912).
  - posix-cpu-timers: Cleanup the firing logic (bsc#1271912).
  - posix-cpu-timers: Correctly update timer status in
    posix_cpu_timer_del() (bsc#1271912).
  - posix-timers: Add proper state tracking (bsc#1271912).
  - commit 8edec16
  - KVM: arm64: Create each pKVM hyp vcpu after its corresponding
    host vcpu (CVE-2026-46147 bsc#1267689).
  - commit 76bcefd
  - net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list (CVE-2026-53230 bsc#1269270)
  - commit 60b0648
  - RDMA/mlx5: Fix UMR hang in LAG error state unload (CVE-2026-45973 bsc#1267025)
  - commit 079b65a
  - RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path (CVE-2026-46189 bsc#1266918)
  - commit b852540
  - dm cache policy smq: check allocation under invalidate lock
    (git-fixes).
  - commit 0b92e17
  - dm cache policy smq: fix missing locks in invalidating cache
    blocks (CVE-2026-53062 bsc#1269658).
  - commit df04273
  - md: wake raid456 reshape waiters before suspend (CVE-2026-53123
    bsc#1269643).
  - commit 4dd59b9
  - KVM: arm64: Fix pin leak and publication ordering in
    __pkvm_init_vcpu() (CVE-2026-46147 bsc#1267689).
  - commit 398716c
  - KVM: arm64: Factor out pKVM hyp vcpu creation to separate
    function (CVE-2026-46147 bsc#1267689).
  - commit 77aa271
  - l2tp: do not use sock_hold() in pppol2tp_session_get_sock()
    (CVE-2026-53262 bsc#1270000).
  - commit 82efc48
  - l2tp: refactor ppp socket/session relationship (CVE-2026-53262
    bsc#1270000).
  - commit 3585258
  - arm64: cputype: Add NVIDIA Olympus definitions (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 267a833
  - arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 912be6c
  - arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 15d904a

++++ kernel-rt:

  - zram: fix use-after-free in zram_bvec_write_partial()
    (CVE-2026-53185 bsc#1269660).
  - dm: fix a buffer overflow in ioctl processing (CVE-2026-46294
    bsc#1267939).
  - commit 887c68f
  - posix-cpu-timers: Prevent UAF caused by non-leader exec() race
    (bsc#1271912 CVE-2026-64560 bsc#1273004).
  - posix-timers: Expand timer_arm() callbacks with a boolean
    return value (bsc#1271912).
  - posix-timers: Avoid direct access to hrtimer clockbase
    (bsc#1271912).
  - time: Switch to hrtimer_setup() (bsc#1271912).
  - posix-cpu-timers: Cleanup the firing logic (bsc#1271912).
  - posix-cpu-timers: Correctly update timer status in
    posix_cpu_timer_del() (bsc#1271912).
  - posix-timers: Add proper state tracking (bsc#1271912).
  - commit 8edec16
  - KVM: arm64: Create each pKVM hyp vcpu after its corresponding
    host vcpu (CVE-2026-46147 bsc#1267689).
  - commit 76bcefd
  - net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list (CVE-2026-53230 bsc#1269270)
  - commit 60b0648
  - RDMA/mlx5: Fix UMR hang in LAG error state unload (CVE-2026-45973 bsc#1267025)
  - commit 079b65a
  - RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path (CVE-2026-46189 bsc#1266918)
  - commit b852540
  - dm cache policy smq: check allocation under invalidate lock
    (git-fixes).
  - commit 0b92e17
  - dm cache policy smq: fix missing locks in invalidating cache
    blocks (CVE-2026-53062 bsc#1269658).
  - commit df04273
  - md: wake raid456 reshape waiters before suspend (CVE-2026-53123
    bsc#1269643).
  - commit 4dd59b9
  - KVM: arm64: Fix pin leak and publication ordering in
    __pkvm_init_vcpu() (CVE-2026-46147 bsc#1267689).
  - commit 398716c
  - KVM: arm64: Factor out pKVM hyp vcpu creation to separate
    function (CVE-2026-46147 bsc#1267689).
  - commit 77aa271
  - l2tp: do not use sock_hold() in pppol2tp_session_get_sock()
    (CVE-2026-53262 bsc#1270000).
  - commit 82efc48
  - l2tp: refactor ppp socket/session relationship (CVE-2026-53262
    bsc#1270000).
  - commit 3585258
  - arm64: cputype: Add NVIDIA Olympus definitions (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 267a833
  - arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 912be6c
  - arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 15d904a

++++ kernel-rt_debug:

  - zram: fix use-after-free in zram_bvec_write_partial()
    (CVE-2026-53185 bsc#1269660).
  - dm: fix a buffer overflow in ioctl processing (CVE-2026-46294
    bsc#1267939).
  - commit 887c68f
  - posix-cpu-timers: Prevent UAF caused by non-leader exec() race
    (bsc#1271912 CVE-2026-64560 bsc#1273004).
  - posix-timers: Expand timer_arm() callbacks with a boolean
    return value (bsc#1271912).
  - posix-timers: Avoid direct access to hrtimer clockbase
    (bsc#1271912).
  - time: Switch to hrtimer_setup() (bsc#1271912).
  - posix-cpu-timers: Cleanup the firing logic (bsc#1271912).
  - posix-cpu-timers: Correctly update timer status in
    posix_cpu_timer_del() (bsc#1271912).
  - posix-timers: Add proper state tracking (bsc#1271912).
  - commit 8edec16
  - KVM: arm64: Create each pKVM hyp vcpu after its corresponding
    host vcpu (CVE-2026-46147 bsc#1267689).
  - commit 76bcefd
  - net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list (CVE-2026-53230 bsc#1269270)
  - commit 60b0648
  - RDMA/mlx5: Fix UMR hang in LAG error state unload (CVE-2026-45973 bsc#1267025)
  - commit 079b65a
  - RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error path (CVE-2026-46189 bsc#1266918)
  - commit b852540
  - dm cache policy smq: check allocation under invalidate lock
    (git-fixes).
  - commit 0b92e17
  - dm cache policy smq: fix missing locks in invalidating cache
    blocks (CVE-2026-53062 bsc#1269658).
  - commit df04273
  - md: wake raid456 reshape waiters before suspend (CVE-2026-53123
    bsc#1269643).
  - commit 4dd59b9
  - KVM: arm64: Fix pin leak and publication ordering in
    __pkvm_init_vcpu() (CVE-2026-46147 bsc#1267689).
  - commit 398716c
  - KVM: arm64: Factor out pKVM hyp vcpu creation to separate
    function (CVE-2026-46147 bsc#1267689).
  - commit 77aa271
  - l2tp: do not use sock_hold() in pppol2tp_session_get_sock()
    (CVE-2026-53262 bsc#1270000).
  - commit 82efc48
  - l2tp: refactor ppp socket/session relationship (CVE-2026-53262
    bsc#1270000).
  - commit 3585258
  - arm64: cputype: Add NVIDIA Olympus definitions (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 267a833
  - arm64: errata: Mitigate TLBI errata on Microsoft Azure Cobalt 100 CPU (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 912be6c
  - arm64: errata: Mitigate TLBI errata on NVIDIA Olympus CPU (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 15d904a

++++ openssl-3:

  - Security fix: (bsc#1271712)
    * "HollowByte" DoS via attacker-controlled memory allocation.
    * Grow the init_buf incrementally as we receive data.
    * Add openssl-HollowByte.patch

++++ runc:

  - update to 1.3.6 (bsc#1268275, CVE-2026-41579):
    * [CVE-2026-41579][] allowed a malicious image with a `/dev`
    symlink to have limited write access to the host filesystem in
    ways that our analysis indicates was too limited to be
    problematic in practice. This bug was very similar to those
    fixed in [CVE-2025-31133][], [CVE-2025-52565][],
    [CVE-2025-31133][] and was simply missed at the time when we
    hardened the rootfs preparation code. We have conducted a
    deeper audit and not found any other problematic cases.
    * Various integration test improvements. (#5222, #5237, #5226,
    [#5229], #5239, #5249, #5269, #5287, #5295, #5304)
    * When masking directories with `maskPaths`, runc will now re-
    use a single `tmpfs` instance (which is not writeable) to
    reduce the number `tmpfs` superblocks that need to be reaped
    when containers die (in particular, Kubernetes applies masks
    to per-CPU sysfs directories which get expensive quickly).
  - update to 1.3.5
    * Recursive atime-related mount flags (rrelatime et al.) are now applied
    properly. (#5115, #5098)
    * PR #4757 caused a regression that resulted in spurious
    cannot start a container that has stopped errors when
    running runc create and has thus been reverted. (#5158,
    [#5153], #5151, #4645, #4757)
    * Updated builds to Go 1.25, libseccomp v2.6.0. (#5111, #5053)
    * Minor signing keyring updates. (#5146, #5139, #5144, #5148)

------------------------------------------------------------------
------------------  2026-7-19  -  Jul 19 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: mediatek: fix WRRD for SoCs without auto_restart option
    (git-fixes).
  - i2c: mlxbf: Fix use-after-free in mlxbf_i2c_init_resource()
    (git-fixes).
  - drm/amd/display: set new_stream to NULL after release
    (git-fixes).
  - drm/amdkfd: free MQD managers on DQM init failures (git-fixes).
  - drm/amd/pm/ci: Don't disable MCLK DPM on Bonaire 0x6658 (R7
    260X) (git-fixes).
  - drm/i915/selftests: Fix GT PM sort comparators (git-fixes).
  - drm/i915/gt: use correct selftest config symbol (git-fixes).
  - drm/virtio: fix deadlock in display_info_cb by removing hotplug
    from dequeue worker (git-fixes).
  - commit 709bfbf

++++ kernel-rt:

  - i2c: mediatek: fix WRRD for SoCs without auto_restart option
    (git-fixes).
  - i2c: mlxbf: Fix use-after-free in mlxbf_i2c_init_resource()
    (git-fixes).
  - drm/amd/display: set new_stream to NULL after release
    (git-fixes).
  - drm/amdkfd: free MQD managers on DQM init failures (git-fixes).
  - drm/amd/pm/ci: Don't disable MCLK DPM on Bonaire 0x6658 (R7
    260X) (git-fixes).
  - drm/i915/selftests: Fix GT PM sort comparators (git-fixes).
  - drm/i915/gt: use correct selftest config symbol (git-fixes).
  - drm/virtio: fix deadlock in display_info_cb by removing hotplug
    from dequeue worker (git-fixes).
  - commit 709bfbf

++++ kernel-rt_debug:

  - i2c: mediatek: fix WRRD for SoCs without auto_restart option
    (git-fixes).
  - i2c: mlxbf: Fix use-after-free in mlxbf_i2c_init_resource()
    (git-fixes).
  - drm/amd/display: set new_stream to NULL after release
    (git-fixes).
  - drm/amdkfd: free MQD managers on DQM init failures (git-fixes).
  - drm/amd/pm/ci: Don't disable MCLK DPM on Bonaire 0x6658 (R7
    260X) (git-fixes).
  - drm/i915/selftests: Fix GT PM sort comparators (git-fixes).
  - drm/i915/gt: use correct selftest config symbol (git-fixes).
  - drm/virtio: fix deadlock in display_info_cb by removing hotplug
    from dequeue worker (git-fixes).
  - commit 709bfbf

++++ net-tools:

  - Prevent denial of service via terminal escape sequences injection
    (bsc#1254323, gh#ecki/net-tools#57, CVE-2024-58251,
    net-tools-netstat-ansi-injection-1.patch,
    net-tools-netstat-ansi-injection-2.patch,
    net-tools-netstat-ansi-injection-3.patch).

------------------------------------------------------------------
------------------  2026-7-18  -  Jul 18 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - cpufreq: governor: fix double free in
    cpufreq_dbs_governor_init() error path (bsc#1264832
    CVE-2026-43328).
  - commit 38197b6
  - cpufreq: governor: Free dbs_data directly when gov->init()
    fails (bsc#1264832 CVE-2026-43328).
  - commit c8475c0

++++ kernel-rt:

  - cpufreq: governor: fix double free in
    cpufreq_dbs_governor_init() error path (bsc#1264832
    CVE-2026-43328).
  - commit 38197b6
  - cpufreq: governor: Free dbs_data directly when gov->init()
    fails (bsc#1264832 CVE-2026-43328).
  - commit c8475c0

++++ kernel-rt_debug:

  - cpufreq: governor: fix double free in
    cpufreq_dbs_governor_init() error path (bsc#1264832
    CVE-2026-43328).
  - commit 38197b6
  - cpufreq: governor: Free dbs_data directly when gov->init()
    fails (bsc#1264832 CVE-2026-43328).
  - commit c8475c0

------------------------------------------------------------------
------------------  2026-7-17  -  Jul 17 2026  -------------------
------------------------------------------------------------------

++++ avahi:

  - Add avahi-CVE-2025-59529.patch: limit the number of simple
    clients (bsc#1255451 CVE-2025-59529).

++++ glib2:

  - Add CVE fixes:
    + glib2-CVE-2026-58010.patch (bsc#1270009, CVE-2026-58010,
    glgo#GNOME/glib!5129)
    + glib2-CVE-2026-58011.patch (bsc#1270010, CVE-2026-58011,
    glgo#GNOME/glib!5131)
    + glib2-CVE-2026-58012-1.patch (bsc#1270016, CVE-2026-58012,
    glgo#GNOME/glib!5132)
    + glib2-CVE-2026-58012-2.patch (bsc#1270016, CVE-2026-58012,
    glgo#GNOME/glib!5133)
    + glib2-CVE-2026-58013.patch (bsc#1270018, CVE-2026-58013,
    glgo#GNOME/glib!5170)
    + glib2-CVE-2026-58014.patch (bsc#1270021, CVE-2026-58014,
    glgo#GNOME/glib!5171)
    + glib2-CVE-2026-58016.patch (bsc#1270008, CVE-2026-58016,
    glgo#GNOME/glib!5156)

++++ kernel-default:

  - i3c: mipi-i3c-hci: Preserve RUN bit when aborting DMA ring
    (git-fixes).
  - commit 4d0f600
  - i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA
    dequeue (git-fixes).
  - commit 4132756

++++ kernel-rt:

  - i3c: mipi-i3c-hci: Preserve RUN bit when aborting DMA ring
    (git-fixes).
  - commit 4d0f600
  - i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA
    dequeue (git-fixes).
  - commit 4132756

++++ kernel-rt_debug:

  - i3c: mipi-i3c-hci: Preserve RUN bit when aborting DMA ring
    (git-fixes).
  - commit 4d0f600
  - i3c: mipi-i3c-hci: Correct RING_CTRL_ABORT handling in DMA
    dequeue (git-fixes).
  - commit 4132756

++++ multipath-tools:

  - Update to version 0.10.7~1+211+suse.18f1559:
    * Fix ALUA asymmetric access state descriptions in multipathd logs, so that
    the same terms are used as by the kernel ("lba-dependent", "transitioning").
    * Don't set a hardware handler for bio-based multipath devices. The kernel
    rejects this anyway.
    * Fix WWID detection for legacy devices that use the older SCSI-2 VPD page
    0x83 format for their device identifier.
    * kpartx: Fix an integer overflow in the GPT partition table size calculation.
    A crafted partition table with an extremely large number of partition entries
    could trigger the overflow. (bsc#1268145)
    * kpartx: Fix several issues in the DASD partition table reader that could be
    triggered by a maliciously crafted disk image. (bsc#1268144)
    * Fix duplicate "checker timed out" log messages when `log_checker_err` is
    set to `once`. (bsc#1254094)
    * Avoid potential buffer overflows in the iet and datacore prioritizers.
    * iet prioritizer: avoid misleading error message with systemd 256 and
    newer, and properly use udev to derive path parameters.
    (gh#opensvc/multipath-tools#145)

++++ policycoreutils:

  - Drop /tmp cleanup to avoid TOCTOU issues (bsc#1271645)
  - can be dropped once "policycoreutils/scripts/fixfiles: drop /tmp cleanup" is
    in the upstream release
  - Add patch: 1271645-drop-tmp-cleanup.patch

------------------------------------------------------------------
------------------  2026-7-16  -  Jul 16 2026  -------------------
------------------------------------------------------------------

++++ gpg2:

  - Security fix:
    * CVE-2026-57062: CMS parsing in gpgsm mishandles the CMS format
    for AES-GCM (bsc#1269279)
    * Add gnupg-CVE-2026-57062.patch

++++ kernel-default:

  - xsk: cache csum_start/csum_offset to fix TOCTOU in
    xsk_skb_metadata() (CVE-2026-53250 bsc#1269808).
  - commit 1b1f75e
  - fs/mbcache: cancel shrink work before destroying the cache (bsc#1269633 CVE-2026-53129).
  - commit 615aafe
  - Update patches.suse/bnxt_en-Fix-NULL-pointer-dereference.patch
    (bsc#1268307 CVE-2026-53177 bsc#1269383).
  - Update
    patches.suse/btrfs-reject-root-items-with-drop_progress-and-zero-.patch
    (git-fixes CVE-2026-43046 bsc#1264090).
  - Update
    patches.suse/crypto-authencesn-Do-not-place-hiseq-at-end-of-dst-f.patch
    (bsc#1262573 CVE-2026-31431 CVE-2026-43033 bsc#1264089).
  - Update
    patches.suse/msft-hv-3508-scsi-storvsc-Fix-scheduling-while-atomic-on-PREEMPT_.patch
    (git-fixes CVE-2026-43475 bsc#1264795).
  - Update
    patches.suse/msft-hv-3509-net-mana-Fix-double-destroy_workqueue-on-service-res.patch
    (git-fixes CVE-2026-43276 bsc#1264558).
  - Update
    patches.suse/msft-hv-3512-net-mana-Null-service_wq-on-setup-error-to-prevent-d.patch
    (git-fix CVE-2026-43440 bsc#1264779).
  - Update
    patches.suse/msft-hv-3525-net-mana-fix-use-after-free-in-add_adev-error-path.patch
    (git-fixes CVE-2026-43056 bsc#1264053).
  - Update
    patches.suse/msft-hv-3542-RDMA-mana_ib-Disable-RX-steering-on-RSS-QP-destroy.patch
    (bsc#1267682 CVE-2026-46084 bsc#1266758).
  - Update
    patches.suse/msft-hv-3552-net-mana-Use-pci_name-for-debugfs-directory-naming.patch
    (git-fixes CVE-2026-53324 bsc#1269512).
  - Update
    patches.suse/msft-hv-3566-net-mana-Guard-mana_remove-against-double-invocation.patch
    (git-fixes CVE-2026-53297 bsc#1269513).
  - Update
    patches.suse/msft-hv-3572-RDMA-mana-Validate-rx_hash_key_len.patch
    (git-fixes CVE-2026-46145 bsc#1267715).
  - Update
    patches.suse/msft-hv-3573-RDMA-mana-Remove-user-triggerable-WARN_ON-in-mana_ib.patch
    (git-fixes CVE-2026-46117 bsc#1267375).
  - Update
    patches.suse/msft-hv-3574-RDMA-mana-Fix-mana_destroy_wq_obj-cleanup-in-mana_ib.patch
    (git-fixes CVE-2026-46126 bsc#1267584).
  - Update
    patches.suse/msft-hv-3575-RDMA-mana-Fix-error-unwind-in-mana_ib_create_qp_rss.patch
    (git-fixes CVE-2026-46144 bsc#1266913).
  - Update patches.suse/net-gro-don-t-merge-zcopy-skbs.patch
    (git-fixes CVE-2026-46323 bsc#1268029).
  - Update
    patches.suse/ocfs2-fix-possible-deadlock-between-unlink-and-dio_e.patch
    (bsc#1258718 CVE-2026-31598 bsc#1263718).
  - Update
    patches.suse/ocfs2-split-transactions-in-dio-completion-to-avoid-.patch
    (bsc#1258718 CVE-2026-46080 bsc#1267596).
  - Update
    patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch
    (bsc#1253262 ltc#216029 CVE-2026-45904 bsc#1266890).
  - Update
    patches.suse/ptrace-slightly-saner-get_dumpable-logic.patch
    (bsc#1265308 CVE-2026-46333).
  - Update
    patches.suse/s390-entry-Scrub-r12-register-on-kernel-entry.patch
    (bsc#1263068 CVE-2026-31482 bsc#1262745).
  - Update
    patches.suse/s390-syscalls-Add-spectre-boundary-for-syscall-dispatch-table.patch
    (bsc#1263068 CVE-2026-31483 bsc#1262771).
  - Update
    patches.suse/smb-client-reject-userspace-cifs-spnego-descriptions.patch
    (bsc#1266238 CVE-2026-46243).
  - Update
    patches.suse/usb-ulpi-fix-memory-leak-on-ulpi_register-error-path.patch
    (CVE-2026-31759 bsc#1264076 CVE-2026-46109 bsc#1266850).
  - Update
    patches.suse/x86-CPU-AMD-Prevent-improper-isolation-of-shared-resources.patch
    (bsc#1264013 CVE-2025-54518 CVE-2026-46174 bsc#1267384).
  - Update patches.suse/x86-CPU-Fix-FPDSS-on-Zen1.patch (bsc#1243603
    CVE-2023-2058 CVE-2026-31628 bsc#1263788).
  - Update
    patches.suse/x86-platform-uv-Handle-deconfigured-sockets.patch
    (bsc#1260347 CVE-2026-31542 bsc#1263010).
  - commit 8102903
  - Update
    patches.suse/ACPI-processor-Fix-NULL-pointer-dereference-in-acpi_.patch
    (stable-fixes CVE-2026-43313 bsc#1264821).
  - Update
    patches.suse/ACPICA-Fix-NULL-pointer-dereference-in-acpi_ev_addre.patch
    (git-fixes CVE-2026-45982 bsc#1266872).
  - Update
    patches.suse/ALSA-6fire-fix-use-after-free-on-disconnect.patch
    (git-fixes CVE-2026-31581 bsc#1263167).
  - Update
    patches.suse/ALSA-PCM-Fix-wait-queue-list-corruption-in-snd_pcm_d.patch
    (git-fixes CVE-2026-53242 bsc#1269236).
  - Update
    patches.suse/ALSA-caiaq-fix-stack-out-of-bounds-read-in-init_card.patch
    (git-fixes CVE-2026-31778 bsc#1263923).
  - Update
    patches.suse/ALSA-caiaq-fix-usb_dev-refcount-leak-on-probe-failur.patch
    (git-fixes CVE-2026-46048 bsc#1267496).
  - Update
    patches.suse/ALSA-caiaq-take-a-reference-on-the-USB-device-in-cre.patch
    (git-fixes CVE-2026-31701 bsc#1263876).
  - Update
    patches.suse/ALSA-control-Validate-buf_len-before-strnlen-in-snd_.patch
    (git-fixes CVE-2026-46088 bsc#1267226).
  - Update
    patches.suse/ALSA-ctxfi-Add-fallback-to-default-RSR-for-S-PDIF.patch
    (git-fixes CVE-2026-46049 bsc#1267448).
  - Update
    patches.suse/ALSA-ctxfi-Fix-missing-SPDIFI1-index-handling.patch
    (stable-fixes CVE-2026-31776 bsc#1264035).
  - Update
    patches.suse/ALSA-fireworks-bound-device-supplied-status-before-s.patch
    (git-fixes CVE-2026-31619 bsc#1263806).
  - Update
    patches.suse/ALSA-timer-Fix-UAF-at-snd_timer_user_params.patch
    (stable-fixes CVE-2026-53192 bsc#1269669).
  - Update
    patches.suse/ALSA-usb-audio-Add-sanity-check-for-OOB-writes-at-si.patch
    (stable-fixes CVE-2026-43279 bsc#1264618).
  - Update
    patches.suse/ALSA-usb-audio-Avoid-potential-endless-loop-in-conve.patch
    (git-fixes CVE-2026-46146 bsc#1267571).
  - Update
    patches.suse/ALSA-usb-audio-Bound-MIDI-2.0-endpoint-descriptor-sc.patch
    (git-fixes CVE-2026-52964 bsc#1269178).
  - Update
    patches.suse/ALSA-usb-audio-Bound-MIDI-endpoint-descriptor-scans.patch
    (git-fixes CVE-2026-52963 bsc#1269177).
  - Update
    patches.suse/ALSA-usb-audio-Check-endpoint-numbers-at-parsing-Sca.patch
    (stable-fixes CVE-2026-43436 bsc#1264988).
  - Update
    patches.suse/ALSA-usb-audio-stop-parsing-UAC2-rates-at-MAX_NR_RAT.patch
    (git-fixes CVE-2026-46018 bsc#1266751).
  - Update
    patches.suse/APEI-GHES-ensure-that-won-t-go-past-CPER-allocated-r.patch
    (stable-fixes CVE-2026-43277 bsc#1264594).
  - Update
    patches.suse/ASoC-SOF-Don-t-allow-pointer-operations-on-unconfigu.patch
    (git-fixes CVE-2026-46179 bsc#1267719).
  - Update
    patches.suse/ASoC-SOF-Intel-hda-Fix-NULL-pointer-dereference.patch
    (stable-fixes CVE-2026-43137 bsc#1264564).
  - Update
    patches.suse/ASoC-SOF-ipc4-topology-Correct-the-allocation-size-f.patch
    (git-fixes CVE-2025-71286 bsc#1264615).
  - Update
    patches.suse/ASoC-amd-acp-mach-common-Add-missing-error-check-for.patch
    (git-fixes CVE-2026-43443 bsc#1264785).
  - Update
    patches.suse/ASoC-amd-acp3x-rt5682-max9836-Add-missing-error-chec.patch
    (git-fixes CVE-2026-43480 bsc#1265249).
  - Update
    patches.suse/ASoC-nau8821-Cancel-delayed-work-on-component-remove.patch
    (git-fixes CVE-2026-45963 bsc#1267021).
  - Update
    patches.suse/ASoC-qcom-q6apm-lpass-dai-Fix-multiple-graph-opens.patch
    (git-fixes CVE-2026-46143 bsc#1267712).
  - Update
    patches.suse/ASoC-qcom-q6apm-move-component-registration-to-unman.patch
    (git-fixes CVE-2026-31587 bsc#1263145).
  - Update
    patches.suse/ASoC-qcom-qdsp6-Fix-q6apm-remove-ordering-during-ADS.patch
    (git-fixes CVE-2026-43412 bsc#1265080).
  - Update
    patches.suse/ASoC-soc-core-flush-delayed-work-before-removing-DAI.patch
    (git-fixes CVE-2026-43459 bsc#1264768).
  - Update
    patches.suse/ASoC-sti-use-managed-regmap_field-allocations.patch
    (git-fixes CVE-2026-53065 bsc#1269661).
  - Update
    patches.suse/ASoC-wm_adsp-Fix-NULL-dereference-when-removing-firm.patch
    (git-fixes CVE-2026-53350 bsc#1270244).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-ERTM-re-init-and-zero-pdu_len-in.patch
    (git-fixes CVE-2026-31498 bsc#1262751).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-missing-key-size-check-for-L2CAP.patch
    (git-fixes CVE-2026-43134 bsc#1264308).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-null-ptr-deref-in-l2cap_sock_new.patch
    (git-fixes CVE-2026-45835 bsc#1266411).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-null-ptr-deref-in-l2cap_sock_sta.patch
    (git-fixes CVE-2026-45834 bsc#1266412).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-null-ptr-deref-on-l2cap_sock_rea.patch
    (git-fixes CVE-2026-31510 bsc#1262603).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-type-confusion-in-l2cap_ecred_re.patch
    (git-fixes CVE-2026-43062 bsc#1264197).
  - Update
    patches.suse/Bluetooth-L2CAP-reject-BR-EDR-signaling-packets-over.patch
    (stable-fixes CVE-2026-53208 bsc#1269899).
  - Update
    patches.suse/Bluetooth-L2CAP-use-chan-timer-to-close-channels-in-.patch
    (git-fixes CVE-2026-53358 bsc#1270260).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-dangling-pointer-on-mgmt_add_adv_.patch
    (git-fixes CVE-2026-31511 bsc#1263020).
  - Update
    patches.suse/Bluetooth-MGMT-validate-LTK-enc_size-on-load.patch
    (git-fixes CVE-2026-43020 bsc#1264006).
  - Update
    patches.suse/Bluetooth-MGMT-validate-advertising-TLV-before-type-.patch
    (git-fixes CVE-2026-53255 bsc#1269378).
  - Update
    patches.suse/Bluetooth-MGMT-validate-mesh-send-advertising-payloa.patch
    (git-fixes CVE-2026-43017 bsc#1264009).
  - Update
    patches.suse/Bluetooth-RFCOMM-validate-skb-length-in-MCC-handlers.patch
    (git-fixes CVE-2026-53254 bsc#1269996).
  - Update
    patches.suse/Bluetooth-SMP-derive-legacy-responder-STK-authentica.patch
    (git-fixes CVE-2026-31773 bsc#1264039).
  - Update
    patches.suse/Bluetooth-btusb-clamp-SCO-altsetting-table-indices.patch
    (git-fixes CVE-2026-31497 bsc#1262992).
  - Update
    patches.suse/Bluetooth-hci_event-Fix-OOB-read-and-infinite-loop-i.patch
    (git-fixes CVE-2026-46138 bsc#1267649).
  - Update
    patches.suse/Bluetooth-hci_event-fix-potential-UAF-in-SSP-passkey.patch
    (git-fixes CVE-2026-46056 bsc#1267435).
  - Update
    patches.suse/Bluetooth-hci_event-fix-potential-UAF-in-hci_le_remo.patch
    (git-fixes CVE-2026-43018 bsc#1264008).
  - Update
    patches.suse/Bluetooth-hci_ldisc-Clear-HCI_UART_PROTO_INIT-on-err.patch
    (git-fixes CVE-2026-53073 bsc#1269682).
  - Update
    patches.suse/Bluetooth-hci_ll-Fix-firmware-leak-on-error-path.patch
    (git-fixes CVE-2026-43069 bsc#1264190).
  - Update
    patches.suse/Bluetooth-hci_sync-reject-oversized-Broadcast-Announ.patch
    (git-fixes CVE-2026-53209 bsc#1269304).
  - Update
    patches.suse/Bluetooth-hci_uart-fix-UAFs-and-race-conditions-in-c.patch
    (git-fixes CVE-2026-46275 bsc#1267968).
  - Update
    patches.suse/Bluetooth-virtio_bt-validate-rx-pkt_type-header-leng.patch
    (git-fixes CVE-2026-46186 bsc#1266917).
  - Update
    patches.suse/HID-alps-fix-NULL-pointer-dereference-in-alps_raw_ev.patch
    (git-fixes CVE-2026-31625 bsc#1263030).
  - Update
    patches.suse/HID-apple-avoid-memory-leak-in-apple_report_fixup.patch
    (stable-fixes CVE-2026-31520 bsc#1262653).
  - Update
    patches.suse/HID-asus-avoid-memory-leak-in-asus_report_fixup.patch
    (stable-fixes CVE-2026-31524 bsc#1262605).
  - Update
    patches.suse/HID-core-clamp-report_size-in-s32ton-to-avoid-undefi.patch
    (stable-fixes CVE-2026-31624 bsc#1263657).
  - Update patches.suse/HID-hid-pl-handle-probe-errors.patch
    (git-fixes CVE-2026-43152 bsc#1264331).
  - Update
    patches.suse/HID-logitech-hidpp-Check-maxfield-in-hidpp_get_repor.patch
    (stable-fixes CVE-2026-43136 bsc#1264540).
  - Update
    patches.suse/HID-magicmouse-Do-not-crash-on-missing-msc-input.patch
    (stable-fixes CVE-2026-43140 bsc#1264630).
  - Update
    patches.suse/HID-magicmouse-avoid-memory-leak-in-magicmouse_repor.patch
    (stable-fixes CVE-2026-31522 bsc#1262637).
  - Update
    patches.suse/HID-multitouch-Check-to-ensure-report-responses-matc.patch
    (stable-fixes CVE-2026-43047 bsc#1264073).
  - Update
    patches.suse/HID-playstation-Add-missing-check-for-input_ff_creat.patch
    (git-fixes CVE-2026-45969 bsc#1266743).
  - Update
    patches.suse/HID-playstation-Clamp-num_touch_reports.patch
    (git-fixes CVE-2026-46232 bsc#1267669).
  - Update
    patches.suse/HID-prodikeys-Check-presence-of-pm-input_ep82.patch
    (stable-fixes CVE-2026-43251 bsc#1264423).
  - Update
    patches.suse/HID-roccat-fix-use-after-free-in-roccat_report_event.patch
    (stable-fixes CVE-2026-43111 bsc#1264480).
  - Update
    patches.suse/HID-usbhid-fix-deadlock-in-hid_post_reset.patch
    (git-fixes CVE-2026-53037 bsc#1269081).
  - Update
    patches.suse/HID-wacom-fix-out-of-bounds-read-in-wacom_intuos_bt_.patch
    (stable-fixes CVE-2026-43051 bsc#1264065).
  - Update
    patches.suse/Input-uinput-fix-circular-locking-dependency-with-ff.patch
    (git-fixes CVE-2026-31667 bsc#1263139).
  - Update
    patches.suse/KVM-SVM-Inject-UD-for-INVLPGA-if-EFER.SVME-0.patch
    (git-fixes CVE-2026-46082 bsc#1267473).
  - Update
    patches.suse/KVM-nSVM-Always-use-vmcb01-in-VMLOAD-VMSAVE-emulatio.patch
    (git-fixes CVE-2026-43133 bsc#1264640).
  - Update
    patches.suse/KVM-x86-check-for-nEPT-nNPT-in-slow-flush-hypercalls.patch
    (git-fixes CVE-2026-46131 bsc#1267636).
  - Update patches.suse/NFC-nxp-nci-allow-GPIOs-to-sleep.patch
    (git-fixes CVE-2026-31545 bsc#1263013).
  - Update
    patches.suse/NFC-pn533-bound-the-UART-receive-buffer.patch
    (git-fixes CVE-2026-43032 bsc#1263999).
  - Update
    patches.suse/PCI-Fix-pci_slot_trylock-error-handling.patch
    (git-fixes CVE-2026-43211 bsc#1264387).
  - Update
    patches.suse/PCI-P2PDMA-Release-per-CPU-pgmap-ref-when-vm_insert_.patch
    (git-fixes CVE-2026-45880 bsc#1268223).
  - Update
    patches.suse/PCI-endpoint-Fix-swapped-parameters-in-pci_-primary-.patch
    (git-fixes CVE-2026-43200 bsc#1264431).
  - Update
    patches.suse/PCI-endpoint-pci-epf-ntb-Remove-duplicate-resource-t.patch
    (git-fixes CVE-2026-46009 bsc#1266684).
  - Update
    patches.suse/Revert-PCI-IOV-Add-PCI-rescan-remove-locking-when-en.patch
    (git-fixes CVE-2026-43147 bsc#1264642).
  - Update
    patches.suse/Revert-hwmon-ibmpex-fix-use-after-free-in-high-low-s.patch
    (git-fixes CVE-2026-45914 bsc#1266884).
  - Update
    patches.suse/USB-core-Limit-the-length-of-unkillable-synchronous-.patch
    (git-fixes CVE-2026-43428 bsc#1265138).
  - Update
    patches.suse/USB-dummy-hcd-Fix-interrupt-synchronization-error.patch
    (git-fixes CVE-2026-43324 bsc#1264803).
  - Update
    patches.suse/USB-dummy-hcd-Fix-locking-synchronization-error.patch
    (git-fixes CVE-2026-43327 bsc#1265078).
  - Update
    patches.suse/USB-serial-io_ti-fix-heap-overflow-in-build_i2c_fw_h.patch
    (git-fixes CVE-2026-53195 bsc#1269984).
  - Update
    patches.suse/USB-serial-kl5kusb105-fix-bulk-out-buffer-overflow.patch
    (git-fixes CVE-2026-53194 bsc#1269904).
  - Update
    patches.suse/USB-usbtmc-Use-usb_bulk_msg_killable-with-user-speci.patch
    (git-fixes CVE-2026-43429 bsc#1265054).
  - Update
    patches.suse/X.509-Fix-out-of-bounds-access-when-parsing-extensio.patch
    (git-fixes CVE-2026-31430 bsc#1262391).
  - Update
    patches.suse/accel-qaic-Handle-DBC-deactivation-if-the-owner-went.patch
    (git-fixes CVE-2026-43007 bsc#1264019).
  - Update
    patches.suse/agp-amd64-Fix-broken-error-propagation-in-agp_amd64_.patch
    (git-fixes CVE-2026-53325 bsc#1269726).
  - Update
    patches.suse/atm-fore200e-fix-use-after-free-in-tasklets-during-d.patch
    (git-fixes CVE-2026-43203 bsc#1264600).
  - Update
    patches.suse/batman-adv-Avoid-double-rtnl_lock-ELP-metric-worker.patch
    (git-fixes CVE-2026-43382 bsc#1265047).
  - Update
    patches.suse/batman-adv-bla-only-purge-non-released-claims.patch
    (git-fixes CVE-2026-46233 bsc#1267701).
  - Update
    patches.suse/batman-adv-bla-prevent-use-after-free-when-deleting-.patch
    (git-fixes CVE-2026-46212 bsc#1267693).
  - Update
    patches.suse/batman-adv-bla-put-backbone-reference-on-failed-clai.patch
    (git-fixes CVE-2026-46231 bsc#1267565).
  - Update
    patches.suse/batman-adv-clear-current-gateway-during-teardown.patch
    (git-fixes CVE-2026-52926 bsc#1269025).
  - Update
    patches.suse/batman-adv-dat-handle-forward-allocation-error.patch
    (git-fixes CVE-2026-52922 bsc#1269030).
  - Update
    patches.suse/batman-adv-fix-fragment-reassembly-length-accounting.patch
    (git-fixes CVE-2026-52914 bsc#1268986).
  - Update
    patches.suse/batman-adv-fix-integer-overflow-on-buff_pos.patch
    (git-fixes CVE-2026-46198 bsc#1266854).
  - Update
    patches.suse/batman-adv-fix-tp_meter-counter-underflow-during-shu.patch
    (git-fixes CVE-2026-52919 bsc#1269031).
  - Update
    patches.suse/batman-adv-frag-disallow-unicast-fragment-in-fragmen.patch
    (git-fixes CVE-2026-52916 bsc#1269002).
  - Update
    patches.suse/batman-adv-hold-claim-backbone-gateways-by-reference.patch
    (git-fixes CVE-2026-31657 bsc#1263175).
  - Update
    patches.suse/batman-adv-reject-new-tp_meter-sessions-during-teard.patch
    (git-fixes CVE-2026-46206 bsc#1266834).
  - Update
    patches.suse/batman-adv-reject-oversized-global-TT-response-buffe.patch
    (git-fixes CVE-2026-31659 bsc#1263495).
  - Update
    patches.suse/batman-adv-stop-caching-unowned-originator-pointers-.patch
    (git-fixes CVE-2026-46238 bsc#1266846).
  - Update
    patches.suse/batman-adv-tp_meter-avoid-use-of-uninit-sender-vars.patch
    (git-fixes CVE-2026-52931 bsc#1269008).
  - Update
    patches.suse/btrfs-fix-zero-size-inode-with-non-zero-size-after-l.patch
    (git-fixes CVE-2026-43118 bsc#1264417).
  - Update
    patches.suse/btrfs-tracepoints-get-correct-superblock-from-dentry-in-ev.patch
    (bsc#1257777 CVE-2026-43117 bsc#1264414).
  - Update
    patches.suse/can-isotp-fix-tx.buf-use-after-free-in-isotp_sendmsg.patch
    (git-fixes CVE-2026-31474 bsc#1262723).
  - Update
    patches.suse/can-raw-fix-ro-uniq-use-after-free-in-raw_rcv.patch
    (git-fixes CVE-2026-31532 bsc#1262757).
  - Update patches.suse/can-ucan-fix-devres-lifetime.patch
    (git-fixes CVE-2026-46103 bsc#1267555).
  - Update
    patches.suse/clk-qcom-gfx3d-add-parent-to-parent-request-map.patch
    (git-fixes CVE-2026-46247 bsc#1267666).
  - Update
    patches.suse/comedi-Reinit-dev-spinlock-between-attachments-to-lo.patch
    (git-fixes CVE-2026-43340 bsc#1265096).
  - Update
    patches.suse/comedi-dt2815-add-hardware-detection-to-prevent-cras.patch
    (stable-fixes CVE-2026-31751 bsc#1264044).
  - Update
    patches.suse/comedi-me4000-Fix-potential-overrun-of-firmware-buff.patch
    (git-fixes CVE-2026-31747 bsc#1264101).
  - Update
    patches.suse/comedi-me_daq-Fix-potential-overrun-of-firmware-buff.patch
    (git-fixes CVE-2026-31748 bsc#1264100).
  - Update
    patches.suse/comedi-ni_atmio16d-Fix-invalid-clean-up-after-failed.patch
    (git-fixes CVE-2026-31749 bsc#1264075).
  - Update
    patches.suse/crypto-af-alg-fix-NULL-pointer-dereference-in-scatte.patch
    (git-fixes CVE-2026-43043 bsc#1264088).
  - Update
    patches.suse/crypto-atmel-aes-Fix-3-page-memory-leak-in-atmel_aes.patch
    (git-fixes CVE-2026-46019 bsc#1266732).
  - Update
    patches.suse/crypto-atmel-sha204a-Fix-potential-UAF-and-memory-le.patch
    (git-fixes CVE-2026-46075 bsc#1267367).
  - Update
    patches.suse/crypto-atmel-tdes-fix-DMA-sync-direction.patch
    (git-fixes CVE-2026-46077 bsc#1267466).
  - Update
    patches.suse/crypto-authencesn-reject-short-ahash-digests-during-.patch
    (git-fixes CVE-2026-46033 bsc#1266692).
  - Update
    patches.suse/crypto-ccree-fix-a-memory-leak-in-cc_mac_digest.patch
    (git-fixes CVE-2026-45986 bsc#1266739).
  - Update
    patches.suse/crypto-jitterentropy-replace-long-held-spinlock-with.patch
    (git-fixes CVE-2026-52936 bsc#1268981).
  - Update
    patches.suse/crypto-pcrypt-Fix-handling-of-MAY_BACKLOG-requests.patch
    (git-fixes CVE-2026-43493 bsc#1265627).
  - Update
    patches.suse/dmaengine-idxd-Fix-leaking-event-log-memory.patch
    (git-fixes CVE-2026-31440 bsc#1262658).
  - Update
    patches.suse/dmaengine-idxd-Fix-memory-leak-when-a-wq-is-reset.patch
    (git-fixes CVE-2026-31441 bsc#1262659).
  - Update
    patches.suse/dmaengine-idxd-Fix-not-releasing-workqueue-on-.relea.patch
    (git-fixes CVE-2026-43064 bsc#1264189).
  - Update
    patches.suse/dmaengine-xilinx-xdma-Fix-regmap-init-error-handling.patch
    (git-fixes CVE-2026-31439 bsc#1262639).
  - Update
    patches.suse/drm-Account-property-blob-allocations-to-memcg.patch
    (stable-fixes CVE-2026-43287 bsc#1265037).
  - Update
    patches.suse/drm-amd-display-Avoid-NULL-dereference-in-dc_dmub_sr.patch
    (git-fixes CVE-2026-53313 bsc#1269719).
  - Update
    patches.suse/drm-amd-display-Clamp-HDMI-HDCP2-rx_id_list-read-to-.patch
    (git-fixes CVE-2026-53137 bsc#1269796).
  - Update
    patches.suse/drm-amd-display-Clamp-VBIOS-HDMI-retimer-register-co.patch
    (stable-fixes CVE-2026-53136 bsc#1269811).
  - Update
    patches.suse/drm-amd-display-Fix-NULL-deref-and-buffer-over-read-.patch
    (git-fixes CVE-2026-53135 bsc#1269817).
  - Update
    patches.suse/drm-amd-display-Use-krealloc_array-in-dal_vector_res.patch
    (git-fixes CVE-2026-53329 bsc#1270058).
  - Update
    patches.suse/drm-amdgpu-Add-bounds-checking-to-ib_-get-set-_value.patch
    (stable-fixes CVE-2026-46218 bsc#1267632).
  - Update
    patches.suse/drm-amdgpu-Fix-fence-put-before-wait-in-amdgpu_amdkf.patch
    (git-fixes CVE-2026-31566 bsc#1263055).
  - Update
    patches.suse/drm-amdgpu-Fix-memory-leak-in-amdgpu_acpi_enumerate_.patch
    (git-fixes CVE-2026-45947 bsc#1267198).
  - Update
    patches.suse/drm-amdgpu-Fix-memory-leak-in-amdgpu_ras_init.patch
    (git-fixes CVE-2026-45976 bsc#1267027).
  - Update
    patches.suse/drm-amdgpu-Fix-use-after-free-race-in-VM-acquire.patch
    (stable-fixes CVE-2026-43370 bsc#1264782).
  - Update
    patches.suse/drm-amdgpu-fix-AMDGPU_INFO_READ_MMR_REG.patch
    (git-fixes CVE-2026-53293 bsc#1269898).
  - Update
    patches.suse/drm-amdgpu-fix-sync-handling-in-amdgpu_dma_buf_move_.patch
    (git-fixes CVE-2026-43318 bsc#1264991).
  - Update
    patches.suse/drm-amdgpu-fix-zero-size-GDS-range-init-on-RDNA4.patch
    (stable-fixes CVE-2026-46276 bsc#1267922).
  - Update
    patches.suse/drm-amdgpu-sdma4-replace-BUG_ON-with-WARN_ON-in-fenc.patch
    (git-fixes CVE-2026-46220 bsc#1267704).
  - Update
    patches.suse/drm-amdgpu-vcn3-Prevent-OOB-reads-when-parsing-dec-m.patch
    (stable-fixes CVE-2026-46230 bsc#1267623).
  - Update
    patches.suse/drm-amdgpu-vcn4-Prevent-OOB-reads-when-parsing-IB.patch
    (stable-fixes CVE-2026-46204 bsc#1267661).
  - Update
    patches.suse/drm-amdgpu-vcn4-Prevent-OOB-reads-when-parsing-dec-m.patch
    (stable-fixes CVE-2026-46199 bsc#1267638).
  - Update
    patches.suse/drm-amdkfd-Fix-buffer-overflow-in-SDMA-queue-checkpo.patch
    (git-fixes CVE-2026-53143 bsc#1269652).
  - Update
    patches.suse/drm-amdkfd-fix-NULL-dereference-in-get_queue_ids.patch
    (git-fixes CVE-2026-53144 bsc#1269245).
  - Update
    patches.suse/drm-atmel-hlcdc-fix-memory-leak-from-the-atomic_dest.patch
    (stable-fixes CVE-2026-43269 bsc#1264590).
  - Update
    patches.suse/drm-atmel-hlcdc-fix-use-after-free-of-drm_crtc_commi.patch
    (stable-fixes CVE-2026-43236 bsc#1264538).
  - Update
    patches.suse/drm-bridge-cadence-cdns-mhdp8546-core-Set-the-mhdp-c.patch
    (git-fixes CVE-2026-53058 bsc#1269684).
  - Update
    patches.suse/drm-bridge-samsung-dsim-Fix-memory-leak-in-error-pat.patch
    (git-fixes CVE-2026-43397 bsc#1264668).
  - Update
    patches.suse/drm-buddy-Prevent-BUG_ON-by-validating-rounded-alloc.patch
    (git-fixes CVE-2026-43169 bsc#1264379).
  - Update
    patches.suse/drm-display-dp_mst-Add-protection-against-0-vcpi.patch
    (stable-fixes CVE-2025-71305 bsc#1266762).
  - Update
    patches.suse/drm-gma500-oaktrail_lvds-fix-hang-on-init-failure.patch
    (git-fixes CVE-2026-53279 bsc#1269505).
  - Update
    patches.suse/drm-i915-gem-Fix-phys-BO-pread-pwrite-with-offset.patch
    (git-fixes CVE-2026-53356 bsc#1270112).
  - Update
    patches.suse/drm-i915-gt-Check-set_default_submission-before-defe.patch
    (git-fixes CVE-2026-31540 bsc#1263011).
  - Update
    patches.suse/drm-ioc32-stop-speculation-on-the-drm_compat_ioctl-p.patch
    (git-fixes CVE-2026-31781 bsc#1264033).
  - Update
    patches.suse/drm-komeda-fix-integer-overflow-in-AFBC-framebuffer-.patch
    (git-fixes CVE-2026-53068 bsc#1269410).
  - Update
    patches.suse/drm-msm-dpu-fix-mismatch-between-power-and-frequency.patch
    (git-fixes CVE-2026-53056 bsc#1269403).
  - Update
    patches.suse/drm-nouveau-fix-u32-overflow-in-pushbuf-reloc-bounds.patch
    (git-fixes CVE-2026-46006 bsc#1267479).
  - Update
    patches.suse/drm-sun4i-backend-fix-error-pointer-dereference.patch
    (git-fixes CVE-2026-53066 bsc#1269187).
  - Update
    patches.suse/drm-v3d-Set-DMA-segment-size-to-avoid-debug-warnings.patch
    (stable-fixes CVE-2026-43302 bsc#1265102).
  - Update
    patches.suse/drm-vc4-Fix-a-memory-leak-in-hang-state-error-path.patch
    (git-fixes CVE-2026-43104 bsc#1264247).
  - Update
    patches.suse/drm-vc4-Fix-memory-leak-of-BO-array-in-hang-state.patch
    (git-fixes CVE-2026-43105 bsc#1264237).
  - Update patches.suse/drm-vc4-fix-krealloc-memory-leak.patch
    (git-fixes CVE-2026-53213 bsc#1269283).
  - Update
    patches.suse/drm-vc4-platform_get_irq_byname-returns-an-int.patch
    (stable-fixes CVE-2026-43072 bsc#1264451).
  - Update
    patches.suse/drm-virtio-Fix-driver-removal-with-disabled-KMS.patch
    (git-fixes CVE-2026-53347 bsc#1270241).
  - Update
    patches.suse/drm-virtio-fix-dma_fence-refcount-leak-on-error-in-v.patch
    (git-fixes CVE-2026-53190 bsc#1269772).
  - Update
    patches.suse/efi-Fix-reservation-of-unaccepted-memory-table.patch
    (git-fixes CVE-2026-45851 bsc#1266688).
  - Update
    patches.suse/efi-capsule-loader-fix-incorrect-sizeof-in-phys-arra.patch
    (git-fixes CVE-2026-53047 bsc#1269644).
  - Update
    patches.suse/ext4-reject-mount-if-bigalloc-with-s_first_data_bloc.patch
    (git-fixes CVE-2026-31447 bsc#1262614).
  - Update
    patches.suse/fbcon-check-return-value-of-con2fb_acquire_newinfo.patch
    (git-fixes CVE-2026-43123 bsc#1264598).
  - Update
    patches.suse/fbdev-au1200fb-Fix-a-memory-leak-in-au1200fb_drv_pro.patch
    (git-fixes CVE-2026-45954 bsc#1266939).
  - Update
    patches.suse/fbdev-of-display_timing-fix-refcount-leak-in-of_get_.patch
    (git-fixes CVE-2026-43264 bsc#1264424).
  - Update
    patches.suse/fbdev-tdfxfb-avoid-divide-by-zero-on-FBIOPUT_VSCREEN.patch
    (stable-fixes CVE-2026-31618 bsc#1263785).
  - Update
    patches.suse/fbdev-udlfb-add-vm_ops-to-dlfb_ops_mmap-to-prevent-u.patch
    (stable-fixes CVE-2026-43497 bsc#1266003).
  - Update
    patches.suse/fbdev-udlfb-avoid-divide-by-zero-on-FBIOPUT_VSCREENI.patch
    (git-fixes CVE-2026-31605 bsc#1263493).
  - Update
    patches.suse/fbdev-vt8500lcdfb-fix-missing-dma_free_coherent.patch
    (git-fixes CVE-2026-43202 bsc#1264336).
  - Update
    patches.suse/gpio-mvebu-fix-NULL-pointer-dereference-in-suspend-r.patch
    (git-fixes CVE-2026-53237 bsc#1269131).
  - Update
    patches.suse/gpio-omap-do-not-register-driver-in-probe.patch
    (git-fixes CVE-2026-31687 bsc#1263598).
  - Update
    patches.suse/hwmon-occ-Fix-division-by-zero-in-occ_show_power_1.patch
    (git-fixes CVE-2026-31770 bsc#1264142).
  - Update
    patches.suse/hwmon-pmbus-q54sj108a2-fix-stack-overflow-in-debugfs.patch
    (git-fixes CVE-2026-43380 bsc#1264780).
  - Update
    patches.suse/i2c-cp2615-fix-serial-string-NULL-deref-at-probe.patch
    (git-fixes CVE-2026-31549 bsc#1263025).
  - Update
    patches.suse/i2c-dev-prevent-integer-overflow-in-I2C_TIMEOUT-ioct.patch
    (stable-fixes CVE-2026-52948 bsc#1269116).
  - Update
    patches.suse/i2c-qcom-cci-Fix-NULL-pointer-dereference-in-cci_rem.patch
    (git-fixes CVE-2026-53339 bsc#1270248).
  - Update
    patches.suse/i2c-s3c24xx-check-the-size-of-the-SMBUS-message-befo.patch
    (stable-fixes CVE-2026-31627 bsc#1263786).
  - Update
    patches.suse/iio-adc-ti-adc161s626-use-DMA-safe-memory-for-spi_re.patch
    (git-fixes CVE-2026-31768 bsc#1264125).
  - Update
    patches.suse/iio-chemical-sps30_i2c-fix-buffer-size-in-sps30_i2c_.patch
    (git-fixes CVE-2026-43476 bsc#1265257).
  - Update
    patches.suse/iio-gyro-mpu3050-Fix-incorrect-free_irq-variable.patch
    (git-fixes CVE-2026-31763 bsc#1263975).
  - Update patches.suse/iio-gyro-mpu3050-Fix-irq-resource-leak.patch
    (git-fixes CVE-2026-31762 bsc#1264048).
  - Update
    patches.suse/iio-gyro-mpu3050-Move-iio_device_register-to-correct.patch
    (git-fixes CVE-2026-31761 bsc#1264122).
  - Update
    patches.suse/iio-gyro-mpu3050-core-fix-pm_runtime-error-handling.patch
    (git-fixes CVE-2026-43357 bsc#1264809).
  - Update
    patches.suse/iio-sca3000-Fix-a-resource-leak-in-sca3000_probe.patch
    (git-fixes CVE-2026-45883 bsc#1266774).
  - Update
    patches.suse/ima-verify-the-previous-kernel-s-IMA-buffer-lies-in-a.patch
    (CVE-2026-43240 bsc#1264386 CVE-2026-43129 bsc#1264553).
  - Update
    patches.suse/iommu-amd-serialize-sequence-allocation-under-concur.patch
    (git-fixes CVE-2026-43220 bsc#1264416).
  - Update
    patches.suse/ipmi-Add-limits-to-event-and-receive-message-request.patch
    (git-fixes CVE-2026-46177 bsc#1267725).
  - Update
    patches.suse/ipmi-Check-event-message-buffer-response-for-bad-dat.patch
    (git-fixes CVE-2026-46128 bsc#1267643).
  - Update
    patches.suse/ipmi-ipmb-initialise-event-handler-read-bytes.patch
    (git-fixes CVE-2026-43221 bsc#1264442).
  - Update
    patches.suse/ipmi-si-Return-state-to-normal-if-message-allocation.patch
    (git-fixes CVE-2026-46108 bsc#1267615).
  - Update
    patches.suse/ipv4-account-for-fraggap-on-the-paged-allocation-path.patch
    (git-fixes CVE-2026-53366 bsc#1271366).
  - Update
    patches.suse/media-amphion-Fix-race-between-m2m-job_abort-and-dev.patch
    (git-fixes CVE-2026-46058 bsc#1266677).
  - Update
    patches.suse/media-as102-fix-to-not-free-memory-after-the-device-.patch
    (git-fixes CVE-2026-31578 bsc#1263075).
  - Update
    patches.suse/media-ccs-Avoid-possible-division-by-zero.patch
    (git-fixes CVE-2026-43182 bsc#1264340).
  - Update
    patches.suse/media-cx23885-Add-missing-unmap-in-snd_cx23885_hw_pa.patch
    (git-fixes CVE-2026-43135 bsc#1264613).
  - Update
    patches.suse/media-cx25821-Fix-a-resource-leak-in-cx25821_dev_set.patch
    (stable-fixes CVE-2026-43183 bsc#1264620).
  - Update
    patches.suse/media-cx88-Add-missing-unmap-in-snd_cx88_hw_params.patch
    (git-fixes CVE-2026-43257 bsc#1264296).
  - Update
    patches.suse/media-em28xx-fix-use-after-free-in-em28xx_v4l2_open.patch
    (git-fixes CVE-2026-31583 bsc#1263173).
  - Update
    patches.suse/media-hackrf-fix-to-not-free-memory-after-the-device.patch
    (git-fixes CVE-2026-31576 bsc#1263073).
  - Update
    patches.suse/media-i2c-ov5647-Initialize-subdev-before-controls.patch
    (git-fixes CVE-2026-43312 bsc#1265101).
  - Update
    patches.suse/media-i2c-tw9903-Fix-potential-memory-leak-in-tw9903.patch
    (git-fixes CVE-2026-43218 bsc#1264479).
  - Update
    patches.suse/media-i2c-tw9906-Fix-potential-memory-leak-in-tw9906.patch
    (git-fixes CVE-2026-43246 bsc#1264322).
  - Update
    patches.suse/media-mtk-jpeg-fix-use-after-free-in-release-path-du.patch
    (git-fixes CVE-2026-46011 bsc#1267491).
  - Update
    patches.suse/media-mtk-mdp-Fix-a-reference-leak-bug-in-mtk_mdp_re.patch
    (git-fixes CVE-2026-43270 bsc#1264313).
  - Update
    patches.suse/media-mtk-mdp-Fix-error-handling-in-probe-function.patch
    (git-fixes CVE-2026-43207 bsc#1264365).
  - Update
    patches.suse/media-pvrusb2-fix-URB-leak-in-pvr2_send_request_ex.patch
    (stable-fixes CVE-2026-43223 bsc#1264645).
  - Update
    patches.suse/media-qcom-camss-vfe-Fix-out-of-bounds-access-in-vfe.patch
    (git-fixes CVE-2026-43256 bsc#1264425).
  - Update
    patches.suse/media-radio-keene-fix-memory-leak-in-error-path.patch
    (git-fixes CVE-2026-43231 bsc#1264592).
  - Update
    patches.suse/media-rc-xbox_remote-heed-DMA-restrictions.patch
    (git-fixes CVE-2026-46236 bsc#1266910).
  - Update
    patches.suse/media-saa7164-add-ioremap-return-checks-and-cleanups.patch
    (git-fixes CVE-2026-46235 bsc#1267702).
  - Update
    patches.suse/media-solo6x10-Check-for-out-of-bounds-chip_id.patch
    (stable-fixes CVE-2026-43316 bsc#1264826).
  - Update
    patches.suse/media-videobuf2-Set-vma_flags-in-vb2_dma_sg_mmap.patch
    (git-fixes CVE-2026-46312 bsc#1267990).
  - Update
    patches.suse/media-vidtv-fix-NULL-pointer-dereference-in-vidtv_ch.patch
    (git-fixes CVE-2026-31599 bsc#1263031).
  - Update
    patches.suse/media-vidtv-fix-nfeeds-state-corruption-on-start_str.patch
    (git-fixes CVE-2026-31585 bsc#1263134).
  - Update
    patches.suse/media-vidtv-fix-pass-by-value-structs-causing-MSAN-w.patch
    (git-fixes CVE-2026-43058 bsc#1264129).
  - Update
    patches.suse/memory-tegra124-emc-Fix-dll_change-check.patch
    (git-fixes CVE-2026-53045 bsc#1269404).
  - Update
    patches.suse/mfd-arizona-Fix-regulator-resource-leak-on-wm5102_cl.patch
    (git-fixes CVE-2026-45875 bsc#1266707).
  - Update
    patches.suse/mfd-core-Add-locking-around-mfd_of_node_list.patch
    (git-fixes CVE-2026-43143 bsc#1264388).
  - Update
    patches.suse/misc-bcm_vk-Fix-possible-null-pointer-dereferences-i.patch
    (stable-fixes CVE-2025-71291 bsc#1264560).
  - Update
    patches.suse/misc-fastrpc-Fix-NULL-pointer-dereference-in-rpmsg-c.patch
    (git-fixes CVE-2026-53158 bsc#1269385).
  - Update
    patches.suse/misc-fastrpc-fix-DMA-address-corruption-due-to-find_.patch
    (git-fixes CVE-2026-53159 bsc#1269654).
  - Update
    patches.suse/misc-fastrpc-fix-use-after-free-of-fastrpc_user-in-w.patch
    (git-fixes CVE-2026-53161 bsc#1269255).
  - Update
    patches.suse/misc-fastrpc-fix-use-after-free-race-in-fastrpc_map_.patch
    (git-fixes CVE-2026-53160 bsc#1269670).
  - Update
    patches.suse/misc-fastrpc-possible-double-free-of-cctx-remote_hea.patch
    (git-fixes CVE-2026-31730 bsc#1264041).
  - Update
    patches.suse/mmc-vub300-fix-NULL-deref-on-disconnect.patch
    (git-fixes CVE-2026-31651 bsc#1263111).
  - Update
    patches.suse/mtd-docg3-fix-use-after-free-in-docg3_release.patch
    (git-fixes CVE-2026-46285 bsc#1267948).
  - Update
    patches.suse/mtd-parsers-Fix-memory-leak-in-mtd_parser_tplink_saf.patch
    (git-fixes CVE-2026-45921 bsc#1266806).
  - Update
    patches.suse/net-mlx5-Fix-crash-when-moving-to-switchdev-mode.patch
    (git-fixes CVE-2026-43467 bsc#1264791).
  - Update
    patches.suse/net-nfc-nci-Fix-parameter-validation-for-packet-data.patch
    (git-fixes CVE-2026-43291 bsc#1264819).
  - Update
    patches.suse/net-sched-cls_fw-fix-NULL-dereference-of-old-filters-befor.patch
    (git-fixes CVE-2026-53080 bsc#1269141).
  - Update
    patches.suse/net-usb-catc-enable-basic-endpoint-checking.patch
    (git-fixes CVE-2026-45923 bsc#1266894).
  - Update
    patches.suse/net-usb-cdc-phonet-fix-skb-frags-overflow-in-rx_comp.patch
    (git-fixes CVE-2026-31623 bsc#1263778).
  - Update
    patches.suse/net-usb-kaweth-remove-TX-queue-manipulation-in-kawet.patch
    (git-fixes CVE-2026-43180 bsc#1265093).
  - Update
    patches.suse/net-usb-pegasus-enable-basic-endpoint-checking.patch
    (git-fixes CVE-2026-43156 bsc#1265092).
  - Update
    patches.suse/net-usb-rtl8150-fix-use-after-free-in-rtl8150_start_.patch
    (git-fixes CVE-2026-52982 bsc#1269258).
  - Update
    patches.suse/net-wan-farsync-Fix-use-after-free-bugs-caused-by-un.patch
    (git-fixes CVE-2026-43232 bsc#1264633).
  - Update
    patches.suse/net-wan-fsl_ucc_hdlc-Fix-dma_free_coherent-in-uhdlc_.patch
    (git-fixes CVE-2026-43149 bsc#1264315).
  - Update
    patches.suse/net-x25-Fix-potential-double-free-of-skb.patch
    (git-fixes CVE-2026-43011 bsc#1264079).
  - Update
    patches.suse/nfc-hci-shdlc-Stop-timers-and-work-before-freeing-co.patch
    (git-fixes CVE-2026-46267 bsc#1267630).
  - Update
    patches.suse/nfc-nci-fix-circular-locking-dependency-in-nci_close.patch
    (git-fixes CVE-2026-31509 bsc#1263097).
  - Update
    patches.suse/nfc-pn533-allocate-rx-skb-before-consuming-bytes.patch
    (git-fixes CVE-2026-31660 bsc#1263539).
  - Update
    patches.suse/nfc-s3fwrn5-allocate-rx-skb-before-consuming-bytes.patch
    (git-fixes CVE-2026-43098 bsc#1264257).
  - Update
    patches.suse/nouveau-dpcd-return-EBUSY-for-aux-xfer-if-the-device.patch
    (git-fixes CVE-2026-43381 bsc#1265105).
  - Update
    patches.suse/ntb-ntb_hw_switchtec-Fix-array-index-out-of-bounds-a.patch
    (stable-fixes CVE-2026-43241 bsc#1264844).
  - Update
    patches.suse/ntb-ntb_hw_switchtec-Fix-shift-out-of-bounds-for-0-m.patch
    (stable-fixes CVE-2026-43141 bsc#1264626).
  - Update
    patches.suse/nvmet-tcp-propagate-nvmet_tcp_build_pdu_iovec-errors.patch
    (git-fixes CVE-2026-52989 bsc#1269364).
  - Update
    patches.suse/openvswitch-vport-fix-self-deadlock-on-release-of-tunnel-p.patch
    (CVE-2026-31678 bsc#1263562 CVE-2026-46165 bsc#1266836).
  - Update
    patches.suse/pinctrl-single-fix-refcount-leak-in-pcs_add_gpio_fun.patch
    (git-fixes CVE-2026-45868 bsc#1266741).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-bound-enumeration-strin.patch
    (git-fixes CVE-2026-53022 bsc#1269153).
  - Update
    patches.suse/power-supply-ab8500-Fix-use-after-free-in-power_supp.patch
    (git-fixes CVE-2026-45946 bsc#1268221).
  - Update
    patches.suse/power-supply-act8945a-Fix-use-after-free-in-power_su.patch
    (git-fixes CVE-2026-45867 bsc#1268220).
  - Update
    patches.suse/power-supply-bq256xx-Fix-use-after-free-in-power_sup.patch
    (git-fixes CVE-2026-45902 bsc#1266886).
  - Update
    patches.suse/power-supply-bq25980-Fix-use-after-free-in-power_sup.patch
    (git-fixes CVE-2026-45879 bsc#1266703).
  - Update
    patches.suse/power-supply-cpcap-battery-Fix-use-after-free-in-pow.patch
    (git-fixes CVE-2026-45885 bsc#1266780).
  - Update
    patches.suse/power-supply-goldfish-Fix-use-after-free-in-power_su.patch
    (git-fixes CVE-2026-45936 bsc#1266947).
  - Update
    patches.suse/power-supply-rt9455-Fix-use-after-free-in-power_supp.patch
    (git-fixes CVE-2026-46270 bsc#1267680).
  - Update
    patches.suse/power-supply-sbs-battery-Fix-use-after-free-in-power.patch
    (git-fixes CVE-2026-45916 bsc#1266679).
  - Update
    patches.suse/power-supply-wm97xx-Fix-NULL-pointer-dereference-in-.patch
    (git-fixes CVE-2026-45869 bsc#1266467).
  - Update
    patches.suse/rapidio-replace-rio_free_net-with-kfree-in-rio_scan_.patch
    (git-fixes CVE-2026-43295 bsc#1265100).
  - Update
    patches.suse/regulator-core-fix-locking-in-regulator_resolve_supp.patch
    (git-fixes CVE-2026-46252 bsc#1267676).
  - Update
    patches.suse/remoteproc-xlnx-Only-access-buffer-information-if-IP.patch
    (git-fixes CVE-2026-46016 bsc#1266729).
  - Update
    patches.suse/rpmsg-core-fix-race-in-driver_override_show-and-use-.patch
    (git-fixes CVE-2025-71274 bsc#1264377).
  - Update
    patches.suse/sched-rt-Skip-currently-executing-CPU-in-rto_next_cpu.patch
    (bsc#1262649 CVE-2026-45919 bsc#1266777).
  - Update
    patches.suse/sctp-disable-BH-before-calling-udp_tunnel_xmit_skb.patch
    (CVE-2026-23276 bsc#1260012 CVE-2026-53070 bsc#1269674).
  - Update
    patches.suse/serial-8250-Fix-TX-deadlock-when-using-DMA.patch
    (git-fixes CVE-2026-43061 bsc#1264188).
  - Update
    patches.suse/soc-mediatek-svs-Fix-memory-leak-in-svs_enable_debug.patch
    (git-fixes CVE-2026-45881 bsc#1266721).
  - Update
    patches.suse/soc-ti-k3-socinfo-Fix-regmap-leak-on-probe-failure.patch
    (git-fixes CVE-2026-43242 bsc#1264338).
  - Update
    patches.suse/soc-ti-pruss-Fix-double-free-in-pruss_clk_mux_setup.patch
    (git-fixes CVE-2026-43196 bsc#1264436).
  - Update
    patches.suse/sound-ua101-fix-division-by-zero-at-probe.patch
    (git-fixes CVE-2026-46184 bsc#1266864).
  - Update patches.suse/spi-imx-fix-use-after-free-on-unbind.patch
    (git-fixes CVE-2026-45996 bsc#1267436).
  - Update
    patches.suse/spi-mpc52xx-fix-use-after-free-on-unbind.patch
    (git-fixes CVE-2026-46219 bsc#1267667).
  - Update patches.suse/spi-rspi-fix-controller-deregistration.patch
    (git-fixes CVE-2026-46225 bsc#1267627).
  - Update
    patches.suse/spi-spi-fsl-lpspi-fix-teardown-order-issue-UAF.patch
    (git-fixes CVE-2026-31485 bsc#1262768).
  - Update
    patches.suse/spi-wpcm-fiu-Fix-potential-NULL-pointer-dereference-.patch
    (git-fixes CVE-2026-46261 bsc#1267646).
  - Update
    patches.suse/staging-media-atomisp-Disallow-all-private-IOCTLs.patch
    (git-fixes CVE-2026-46205 bsc#1266908).
  - Update
    patches.suse/staging-rtl8723bs-fix-memory-leak-on-failure-path.patch
    (stable-fixes CVE-2026-43225 bsc#1264526).
  - Update
    patches.suse/staging-rtl8723bs-fix-null-dereference-in-find_netwo.patch
    (git-fixes CVE-2026-43159 bsc#1264616).
  - Update
    patches.suse/staging-rtl8723bs-initialize-le_tmp64-in-rtw_BIP_ver.patch
    (git-fixes CVE-2026-31626 bsc#1263782).
  - Update
    patches.suse/staging-rtl8723bs-properly-validate-the-data-in-rtw_.patch
    (stable-fixes CVE-2026-43387 bsc#1265032).
  - Update
    patches.suse/staging-sm750fb-fix-division-by-zero-in-ps_to_hz.patch
    (git-fixes CVE-2026-31603 bsc#1263491).
  - Update
    patches.suse/thunderbolt-Bound-root-directory-content-to-block-si.patch
    (git-fixes CVE-2026-53149 bsc#1269733).
  - Update
    patches.suse/thunderbolt-Clamp-XDomain-response-data-copy-to-allo.patch
    (git-fixes CVE-2026-53148 bsc#1269786).
  - Update
    patches.suse/thunderbolt-Limit-XDomain-response-copy-to-actual-fr.patch
    (git-fixes CVE-2026-53146 bsc#1269826).
  - Update
    patches.suse/thunderbolt-Reject-zero-length-property-entries-in-v.patch
    (git-fixes CVE-2026-53150 bsc#1269386).
  - Update
    patches.suse/thunderbolt-Validate-XDomain-request-packet-size-bef.patch
    (git-fixes CVE-2026-53147 bsc#1269709).
  - Update
    patches.suse/tpm-st33zp24-Fix-missing-cleanup-on-get_burstcount-e.patch
    (git-fixes CVE-2026-45871 bsc#1266755).
  - Update
    patches.suse/tpm-tpm_i2c_infineon-Fix-locality-leak-on-get_burstc.patch
    (git-fixes CVE-2026-45941 bsc#1266920).
  - Update
    patches.suse/usb-cdns3-fix-role-switching-during-resume.patch
    (git-fixes CVE-2026-45911 bsc#1266898).
  - Update
    patches.suse/usb-cdns3-gadget-fix-NULL-pointer-dereference-in-ep_.patch
    (git-fixes CVE-2026-31755 bsc#1264071).
  - Update
    patches.suse/usb-cdns3-gadget-fix-state-inconsistency-on-gadget-i.patch
    (git-fixes CVE-2026-31754 bsc#1264074).
  - Update
    patches.suse/usb-class-cdc-wdm-fix-reordering-issue-in-read-code-.patch
    (git-fixes CVE-2026-43427 bsc#1264746).
  - Update
    patches.suse/usb-dwc2-gadget-Fix-spin_lock-unlock-mismatch-in-dwc.patch
    (git-fixes CVE-2026-31756 bsc#1264070).
  - Update
    patches.suse/usb-gadget-f_ncm-validate-minimum-block_len-in-ncm_u.patch
    (git-fixes CVE-2026-31617 bsc#1263780).
  - Update
    patches.suse/usb-gadget-f_phonet-fix-skb-frags-overflow-in-pn_rx_.patch
    (stable-fixes CVE-2026-31616 bsc#1263777).
  - Update
    patches.suse/usb-gadget-f_rndis-Protect-RNDIS-options-with-mutex.patch
    (git-fixes CVE-2026-43342 bsc#1264758).
  - Update
    patches.suse/usb-gadget-f_subset-Fix-unbalanced-refcnt-in-geth_fr.patch
    (git-fixes CVE-2026-43343 bsc#1264816).
  - Update
    patches.suse/usb-gadget-f_uac1_legacy-validate-control-request-si.patch
    (stable-fixes CVE-2026-31720 bsc#1264110).
  - Update
    patches.suse/usb-gadget-renesas_usb3-validate-endpoint-index-in-s.patch
    (git-fixes CVE-2026-31615 bsc#1263776).
  - Update
    patches.suse/usb-gadget-u_ether-Fix-NULL-pointer-deref-in-eth_get.patch
    (git-fixes CVE-2026-31727 bsc#1263904).
  - Update
    patches.suse/usb-gadget-u_ether-Fix-race-between-gether_disconnec.patch
    (git-fixes CVE-2026-31728 bsc#1263911).
  - Update
    patches.suse/usb-gadget-uvc-fix-NULL-pointer-dereference-during-u.patch
    (git-fixes CVE-2026-31726 bsc#1263905).
  - Update
    patches.suse/usb-image-mdc800-kill-download-URB-on-timeout.patch
    (stable-fixes CVE-2026-43425 bsc#1265133).
  - Update
    patches.suse/usb-renesas_usbhs-fix-use-after-free-in-ISR-during-d.patch
    (git-fixes CVE-2026-43426 bsc#1265074).
  - Update
    patches.suse/usb-usblp-fix-heap-leak-in-IEEE-1284-device-ID-via-s.patch
    (stable-fixes CVE-2026-46151 bsc#1267728).
  - Update
    patches.suse/usb-usblp-fix-uninitialized-heap-leak-via-LPGETSTATU.patch
    (stable-fixes CVE-2026-46167 bsc#1266832).
  - Update
    patches.suse/usb-xhci-Fix-memory-leak-in-xhci_disable_slot.patch
    (git-fixes CVE-2026-43432 bsc#1264783).
  - Update
    patches.suse/usb-xhci-Prevent-interrupt-storm-on-host-controller-.patch
    (stable-fixes CVE-2026-43488 bsc#1265264).
  - Update patches.suse/usb-yurex-fix-race-in-probe.patch
    (stable-fixes CVE-2026-43430 bsc#1264677).
  - Update patches.suse/wifi-ath5k-do-not-access-array-OOB.patch
    (git-fixes CVE-2026-46307 bsc#1267987).
  - Update
    patches.suse/wifi-b43-enforce-bounds-check-on-firmware-key-index-.patch
    (git-fixes CVE-2026-46122 bsc#1267583).
  - Update
    patches.suse/wifi-b43legacy-enforce-bounds-check-on-firmware-key-.patch
    (git-fixes CVE-2026-46163 bsc#1266863).
  - Update
    patches.suse/wifi-brcmfmac-Fix-error-pointer-dereference.patch
    (git-fixes CVE-2026-53093 bsc#1269414).
  - Update
    patches.suse/wifi-brcmsmac-Fix-dma_free_coherent-size.patch
    (git-fixes CVE-2026-31661 bsc#1263128).
  - Update
    patches.suse/wifi-cfg80211-cancel-pmsr_free_wk-in-cfg80211_pmsr_w.patch
    (git-fixes CVE-2026-31548 bsc#1263008).
  - Update
    patches.suse/wifi-iwlwifi-mvm-fix-potential-out-of-bounds-read-in.patch
    (git-fixes CVE-2026-31779 bsc#1264030).
  - Update
    patches.suse/wifi-libertas-fix-WARNING-in-usb_tx_block.patch
    (stable-fixes CVE-2026-43255 bsc#1264473).
  - Update
    patches.suse/wifi-mac80211-Fix-static_branch_dec-underflow-for-aq.patch
    (git-fixes CVE-2026-31551 bsc#1263014).
  - Update
    patches.suse/wifi-mac80211-drop-stray-static-from-fast-RX-rx_resu.patch
    (git-fixes CVE-2026-46152 bsc#1266855).
  - Update
    patches.suse/wifi-mac80211-remove-station-if-connection-prep-fail.patch
    (git-fixes CVE-2026-46125 bsc#1266879).
  - Update
    patches.suse/wifi-mt76-mt7915-fix-use-after-free-bugs-in-mt7915_m.patch
    (git-fixes CVE-2026-53098 bsc#1269976).
  - Update
    patches.suse/wifi-mt76-mt7921-fix-a-potential-clc-buffer-length-u.patch
    (git-fixes CVE-2026-46136 bsc#1266831).
  - Update
    patches.suse/wifi-rsi-fix-kthread-lifetime-race-between-self-exit.patch
    (git-fixes CVE-2026-46187 bsc#1266842).
  - Update patches.suse/wifi-rt2x00usb-fix-devres-lifetime.patch
    (git-fixes CVE-2026-31672 bsc#1263142).
  - Update
    patches.suse/wifi-rtlwifi-pci-fix-possible-use-after-free-caused-.patch
    (git-fixes CVE-2026-53112 bsc#1269998).
  - Update
    patches.suse/wifi-rtw88-8822b-Avoid-WARNING-in-rtw8822b_config_tr.patch
    (stable-fixes CVE-2025-71297 bsc#1264830).
  - Update
    patches.suse/wifi-rtw88-check-for-PCI-upstream-bridge-existence.patch
    (git-fixes CVE-2026-46092 bsc#1267595).
  - Update
    patches.suse/wifi-rtw88-fix-device-leak-on-probe-failure.patch
    (git-fixes CVE-2026-31604 bsc#1263045).
  - Update
    patches.suse/wifi-wilc1000-fix-u8-overflow-in-SSID-scan-buffer-si.patch
    (git-fixes CVE-2026-31780 bsc#1264032).
  - Update
    patches.suse/wifi-wl1251-validate-packet-IDs-before-indexing-tx_f.patch
    (stable-fixes CVE-2026-43113 bsc#1264637).
  - Update
    patches.suse/wifi-wlcore-Return-ENOMEM-instead-of-EAGAIN-if-there.patch
    (git-fixes CVE-2026-31552 bsc#1263016).
  - commit 9043982
  - xfrm: policy: fix use-after-free on inexact bin in
    xfrm_policy_bysel_ctx() (CVE-2026-53239 bsc#1269677).
  - commit e28f7cf
  - netfilter: conntrack_irc: fix possible out-of-bounds read
    (CVE-2026-53268 bsc#1269257).
  - commit 2c13e43
  - vsock/virtio: fix empty payload in tap skb for non-linear
    buffers (CVE-2026-46207 bsc#1267691).
  - commit fadb0f2
  - vsock/virtio: fix length and offset in tap skb for split packets
    (CVE-2026-46207 bsc#1267691).
  - commit 1ce6ee2
  - fbcon: Avoid OOB font access if console rotation fails (bsc#1267690 CVE-2026-46191)
  - commit e1c5dbc
  - l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()
    (CVE-2026-53262 bsc#1270000).
  - commit a2b7211
  - net: bcmgenet: move DESC_INDEX flow to ring 0 (CVE-2026-53086
    bsc#1269537).
  - Refresh
    patches.suse/net-bcmgenet-fix-racing-timeout-handler.patch.
  - commit 21ba2b5
  - net: bcmgenet: Reset RBUF on first open (CVE-2026-53086
    bsc#1269537).
  - commit 9f413dc
  - net: bcmgenet: Remove TX ring full logging (CVE-2026-53086
    bsc#1269537).
  - commit cf56f3c
  - netfilter: nft_ct: fix missing expect put in obj eval (CVE-2026-52970 bsc#1269229)
  - commit 6dc70e5
  - netfilter: nft_tunnel: fix use-after-free on object destroy (CVE-2026-53212 bsc#1269672)
  - commit 184d0a8
  - inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush (CVE-2026-53175 bsc#1269714)
  - commit 8254a3f
  - ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup() (CVE-2026-53221 bsc#1269318)
  - commit f10b90f
  - ipv6: fix possible UAF in icmpv6_rcv() (CVE-2026-53006 bsc#1269104)
  - commit 9185932
  - nexthop: fix IPv6 route referencing IPv4 nexthop (CVE-2026-53012 bsc#1269154)
  - commit 870437e
  - net: tls: fix strparser anchor skb leak on offload RX setup failure (CVE-2026-52974 bsc#1269233)
  - commit cbb91a9
  - net/sched: netem: fix queue limit check to include reordered packets (CVE-2026-52984 bsc#1269272)
  - commit e5127d0
  - net/sched: taprio: fix use-after-free in advance_sched() on schedule switch (CVE-2026-53011 bsc#1269094)
  - commit 830fab6
  - flow_dissector: do not dissect PPPoE PFC frames (CVE-2026-46306 bsc#1267986)
  - commit 8b2c29d
  - vsock: fix buffer size clamping order (CVE-2026-46234 bsc#1266904)
  - commit 2c62c8b
  - HID: intel-ish-hid: fix NULL-ptr-deref in ishtp_bus_remove_all_clients (CVE-2026-45877 bsc#1266468)
  - commit 71aacb8
  - HID: Intel-ish-hid: Ishtp: Fix sensor reads after ACPI S3 suspend (bsc#1266468)
  - commit 190ec15
  - tcp: call sk_data_ready() after listener migration (CVE-2026-46015 bsc#1267439)
  - commit 869d8b9
  - neigh: let neigh_xmit take skb ownership (CVE-2026-52981 bsc#1269254)
  - commit 97ed52e
  - ibmasm: fix heap over-read in ibmasm_send_i2o_message() (CVE-2026-46064 bsc#1267497)
  - commit a2c2ee6
  - kcm: fix zero-frag skb in frag_list on partial sendmsg error
    (CVE-2026-43244 bsc#1264321).
  - commit 5b27b10

++++ kernel-rt:

  - xsk: cache csum_start/csum_offset to fix TOCTOU in
    xsk_skb_metadata() (CVE-2026-53250 bsc#1269808).
  - commit 1b1f75e
  - fs/mbcache: cancel shrink work before destroying the cache (bsc#1269633 CVE-2026-53129).
  - commit 615aafe
  - Update patches.suse/bnxt_en-Fix-NULL-pointer-dereference.patch
    (bsc#1268307 CVE-2026-53177 bsc#1269383).
  - Update
    patches.suse/btrfs-reject-root-items-with-drop_progress-and-zero-.patch
    (git-fixes CVE-2026-43046 bsc#1264090).
  - Update
    patches.suse/crypto-authencesn-Do-not-place-hiseq-at-end-of-dst-f.patch
    (bsc#1262573 CVE-2026-31431 CVE-2026-43033 bsc#1264089).
  - Update
    patches.suse/msft-hv-3508-scsi-storvsc-Fix-scheduling-while-atomic-on-PREEMPT_.patch
    (git-fixes CVE-2026-43475 bsc#1264795).
  - Update
    patches.suse/msft-hv-3509-net-mana-Fix-double-destroy_workqueue-on-service-res.patch
    (git-fixes CVE-2026-43276 bsc#1264558).
  - Update
    patches.suse/msft-hv-3512-net-mana-Null-service_wq-on-setup-error-to-prevent-d.patch
    (git-fix CVE-2026-43440 bsc#1264779).
  - Update
    patches.suse/msft-hv-3525-net-mana-fix-use-after-free-in-add_adev-error-path.patch
    (git-fixes CVE-2026-43056 bsc#1264053).
  - Update
    patches.suse/msft-hv-3542-RDMA-mana_ib-Disable-RX-steering-on-RSS-QP-destroy.patch
    (bsc#1267682 CVE-2026-46084 bsc#1266758).
  - Update
    patches.suse/msft-hv-3552-net-mana-Use-pci_name-for-debugfs-directory-naming.patch
    (git-fixes CVE-2026-53324 bsc#1269512).
  - Update
    patches.suse/msft-hv-3566-net-mana-Guard-mana_remove-against-double-invocation.patch
    (git-fixes CVE-2026-53297 bsc#1269513).
  - Update
    patches.suse/msft-hv-3572-RDMA-mana-Validate-rx_hash_key_len.patch
    (git-fixes CVE-2026-46145 bsc#1267715).
  - Update
    patches.suse/msft-hv-3573-RDMA-mana-Remove-user-triggerable-WARN_ON-in-mana_ib.patch
    (git-fixes CVE-2026-46117 bsc#1267375).
  - Update
    patches.suse/msft-hv-3574-RDMA-mana-Fix-mana_destroy_wq_obj-cleanup-in-mana_ib.patch
    (git-fixes CVE-2026-46126 bsc#1267584).
  - Update
    patches.suse/msft-hv-3575-RDMA-mana-Fix-error-unwind-in-mana_ib_create_qp_rss.patch
    (git-fixes CVE-2026-46144 bsc#1266913).
  - Update patches.suse/net-gro-don-t-merge-zcopy-skbs.patch
    (git-fixes CVE-2026-46323 bsc#1268029).
  - Update
    patches.suse/ocfs2-fix-possible-deadlock-between-unlink-and-dio_e.patch
    (bsc#1258718 CVE-2026-31598 bsc#1263718).
  - Update
    patches.suse/ocfs2-split-transactions-in-dio-completion-to-avoid-.patch
    (bsc#1258718 CVE-2026-46080 bsc#1267596).
  - Update
    patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch
    (bsc#1253262 ltc#216029 CVE-2026-45904 bsc#1266890).
  - Update
    patches.suse/ptrace-slightly-saner-get_dumpable-logic.patch
    (bsc#1265308 CVE-2026-46333).
  - Update
    patches.suse/s390-entry-Scrub-r12-register-on-kernel-entry.patch
    (bsc#1263068 CVE-2026-31482 bsc#1262745).
  - Update
    patches.suse/s390-syscalls-Add-spectre-boundary-for-syscall-dispatch-table.patch
    (bsc#1263068 CVE-2026-31483 bsc#1262771).
  - Update
    patches.suse/smb-client-reject-userspace-cifs-spnego-descriptions.patch
    (bsc#1266238 CVE-2026-46243).
  - Update
    patches.suse/usb-ulpi-fix-memory-leak-on-ulpi_register-error-path.patch
    (CVE-2026-31759 bsc#1264076 CVE-2026-46109 bsc#1266850).
  - Update
    patches.suse/x86-CPU-AMD-Prevent-improper-isolation-of-shared-resources.patch
    (bsc#1264013 CVE-2025-54518 CVE-2026-46174 bsc#1267384).
  - Update patches.suse/x86-CPU-Fix-FPDSS-on-Zen1.patch (bsc#1243603
    CVE-2023-2058 CVE-2026-31628 bsc#1263788).
  - Update
    patches.suse/x86-platform-uv-Handle-deconfigured-sockets.patch
    (bsc#1260347 CVE-2026-31542 bsc#1263010).
  - commit 8102903
  - Update
    patches.suse/ACPI-processor-Fix-NULL-pointer-dereference-in-acpi_.patch
    (stable-fixes CVE-2026-43313 bsc#1264821).
  - Update
    patches.suse/ACPICA-Fix-NULL-pointer-dereference-in-acpi_ev_addre.patch
    (git-fixes CVE-2026-45982 bsc#1266872).
  - Update
    patches.suse/ALSA-6fire-fix-use-after-free-on-disconnect.patch
    (git-fixes CVE-2026-31581 bsc#1263167).
  - Update
    patches.suse/ALSA-PCM-Fix-wait-queue-list-corruption-in-snd_pcm_d.patch
    (git-fixes CVE-2026-53242 bsc#1269236).
  - Update
    patches.suse/ALSA-caiaq-fix-stack-out-of-bounds-read-in-init_card.patch
    (git-fixes CVE-2026-31778 bsc#1263923).
  - Update
    patches.suse/ALSA-caiaq-fix-usb_dev-refcount-leak-on-probe-failur.patch
    (git-fixes CVE-2026-46048 bsc#1267496).
  - Update
    patches.suse/ALSA-caiaq-take-a-reference-on-the-USB-device-in-cre.patch
    (git-fixes CVE-2026-31701 bsc#1263876).
  - Update
    patches.suse/ALSA-control-Validate-buf_len-before-strnlen-in-snd_.patch
    (git-fixes CVE-2026-46088 bsc#1267226).
  - Update
    patches.suse/ALSA-ctxfi-Add-fallback-to-default-RSR-for-S-PDIF.patch
    (git-fixes CVE-2026-46049 bsc#1267448).
  - Update
    patches.suse/ALSA-ctxfi-Fix-missing-SPDIFI1-index-handling.patch
    (stable-fixes CVE-2026-31776 bsc#1264035).
  - Update
    patches.suse/ALSA-fireworks-bound-device-supplied-status-before-s.patch
    (git-fixes CVE-2026-31619 bsc#1263806).
  - Update
    patches.suse/ALSA-timer-Fix-UAF-at-snd_timer_user_params.patch
    (stable-fixes CVE-2026-53192 bsc#1269669).
  - Update
    patches.suse/ALSA-usb-audio-Add-sanity-check-for-OOB-writes-at-si.patch
    (stable-fixes CVE-2026-43279 bsc#1264618).
  - Update
    patches.suse/ALSA-usb-audio-Avoid-potential-endless-loop-in-conve.patch
    (git-fixes CVE-2026-46146 bsc#1267571).
  - Update
    patches.suse/ALSA-usb-audio-Bound-MIDI-2.0-endpoint-descriptor-sc.patch
    (git-fixes CVE-2026-52964 bsc#1269178).
  - Update
    patches.suse/ALSA-usb-audio-Bound-MIDI-endpoint-descriptor-scans.patch
    (git-fixes CVE-2026-52963 bsc#1269177).
  - Update
    patches.suse/ALSA-usb-audio-Check-endpoint-numbers-at-parsing-Sca.patch
    (stable-fixes CVE-2026-43436 bsc#1264988).
  - Update
    patches.suse/ALSA-usb-audio-stop-parsing-UAC2-rates-at-MAX_NR_RAT.patch
    (git-fixes CVE-2026-46018 bsc#1266751).
  - Update
    patches.suse/APEI-GHES-ensure-that-won-t-go-past-CPER-allocated-r.patch
    (stable-fixes CVE-2026-43277 bsc#1264594).
  - Update
    patches.suse/ASoC-SOF-Don-t-allow-pointer-operations-on-unconfigu.patch
    (git-fixes CVE-2026-46179 bsc#1267719).
  - Update
    patches.suse/ASoC-SOF-Intel-hda-Fix-NULL-pointer-dereference.patch
    (stable-fixes CVE-2026-43137 bsc#1264564).
  - Update
    patches.suse/ASoC-SOF-ipc4-topology-Correct-the-allocation-size-f.patch
    (git-fixes CVE-2025-71286 bsc#1264615).
  - Update
    patches.suse/ASoC-amd-acp-mach-common-Add-missing-error-check-for.patch
    (git-fixes CVE-2026-43443 bsc#1264785).
  - Update
    patches.suse/ASoC-amd-acp3x-rt5682-max9836-Add-missing-error-chec.patch
    (git-fixes CVE-2026-43480 bsc#1265249).
  - Update
    patches.suse/ASoC-nau8821-Cancel-delayed-work-on-component-remove.patch
    (git-fixes CVE-2026-45963 bsc#1267021).
  - Update
    patches.suse/ASoC-qcom-q6apm-lpass-dai-Fix-multiple-graph-opens.patch
    (git-fixes CVE-2026-46143 bsc#1267712).
  - Update
    patches.suse/ASoC-qcom-q6apm-move-component-registration-to-unman.patch
    (git-fixes CVE-2026-31587 bsc#1263145).
  - Update
    patches.suse/ASoC-qcom-qdsp6-Fix-q6apm-remove-ordering-during-ADS.patch
    (git-fixes CVE-2026-43412 bsc#1265080).
  - Update
    patches.suse/ASoC-soc-core-flush-delayed-work-before-removing-DAI.patch
    (git-fixes CVE-2026-43459 bsc#1264768).
  - Update
    patches.suse/ASoC-sti-use-managed-regmap_field-allocations.patch
    (git-fixes CVE-2026-53065 bsc#1269661).
  - Update
    patches.suse/ASoC-wm_adsp-Fix-NULL-dereference-when-removing-firm.patch
    (git-fixes CVE-2026-53350 bsc#1270244).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-ERTM-re-init-and-zero-pdu_len-in.patch
    (git-fixes CVE-2026-31498 bsc#1262751).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-missing-key-size-check-for-L2CAP.patch
    (git-fixes CVE-2026-43134 bsc#1264308).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-null-ptr-deref-in-l2cap_sock_new.patch
    (git-fixes CVE-2026-45835 bsc#1266411).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-null-ptr-deref-in-l2cap_sock_sta.patch
    (git-fixes CVE-2026-45834 bsc#1266412).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-null-ptr-deref-on-l2cap_sock_rea.patch
    (git-fixes CVE-2026-31510 bsc#1262603).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-type-confusion-in-l2cap_ecred_re.patch
    (git-fixes CVE-2026-43062 bsc#1264197).
  - Update
    patches.suse/Bluetooth-L2CAP-reject-BR-EDR-signaling-packets-over.patch
    (stable-fixes CVE-2026-53208 bsc#1269899).
  - Update
    patches.suse/Bluetooth-L2CAP-use-chan-timer-to-close-channels-in-.patch
    (git-fixes CVE-2026-53358 bsc#1270260).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-dangling-pointer-on-mgmt_add_adv_.patch
    (git-fixes CVE-2026-31511 bsc#1263020).
  - Update
    patches.suse/Bluetooth-MGMT-validate-LTK-enc_size-on-load.patch
    (git-fixes CVE-2026-43020 bsc#1264006).
  - Update
    patches.suse/Bluetooth-MGMT-validate-advertising-TLV-before-type-.patch
    (git-fixes CVE-2026-53255 bsc#1269378).
  - Update
    patches.suse/Bluetooth-MGMT-validate-mesh-send-advertising-payloa.patch
    (git-fixes CVE-2026-43017 bsc#1264009).
  - Update
    patches.suse/Bluetooth-RFCOMM-validate-skb-length-in-MCC-handlers.patch
    (git-fixes CVE-2026-53254 bsc#1269996).
  - Update
    patches.suse/Bluetooth-SMP-derive-legacy-responder-STK-authentica.patch
    (git-fixes CVE-2026-31773 bsc#1264039).
  - Update
    patches.suse/Bluetooth-btusb-clamp-SCO-altsetting-table-indices.patch
    (git-fixes CVE-2026-31497 bsc#1262992).
  - Update
    patches.suse/Bluetooth-hci_event-Fix-OOB-read-and-infinite-loop-i.patch
    (git-fixes CVE-2026-46138 bsc#1267649).
  - Update
    patches.suse/Bluetooth-hci_event-fix-potential-UAF-in-SSP-passkey.patch
    (git-fixes CVE-2026-46056 bsc#1267435).
  - Update
    patches.suse/Bluetooth-hci_event-fix-potential-UAF-in-hci_le_remo.patch
    (git-fixes CVE-2026-43018 bsc#1264008).
  - Update
    patches.suse/Bluetooth-hci_ldisc-Clear-HCI_UART_PROTO_INIT-on-err.patch
    (git-fixes CVE-2026-53073 bsc#1269682).
  - Update
    patches.suse/Bluetooth-hci_ll-Fix-firmware-leak-on-error-path.patch
    (git-fixes CVE-2026-43069 bsc#1264190).
  - Update
    patches.suse/Bluetooth-hci_sync-reject-oversized-Broadcast-Announ.patch
    (git-fixes CVE-2026-53209 bsc#1269304).
  - Update
    patches.suse/Bluetooth-hci_uart-fix-UAFs-and-race-conditions-in-c.patch
    (git-fixes CVE-2026-46275 bsc#1267968).
  - Update
    patches.suse/Bluetooth-virtio_bt-validate-rx-pkt_type-header-leng.patch
    (git-fixes CVE-2026-46186 bsc#1266917).
  - Update
    patches.suse/HID-alps-fix-NULL-pointer-dereference-in-alps_raw_ev.patch
    (git-fixes CVE-2026-31625 bsc#1263030).
  - Update
    patches.suse/HID-apple-avoid-memory-leak-in-apple_report_fixup.patch
    (stable-fixes CVE-2026-31520 bsc#1262653).
  - Update
    patches.suse/HID-asus-avoid-memory-leak-in-asus_report_fixup.patch
    (stable-fixes CVE-2026-31524 bsc#1262605).
  - Update
    patches.suse/HID-core-clamp-report_size-in-s32ton-to-avoid-undefi.patch
    (stable-fixes CVE-2026-31624 bsc#1263657).
  - Update patches.suse/HID-hid-pl-handle-probe-errors.patch
    (git-fixes CVE-2026-43152 bsc#1264331).
  - Update
    patches.suse/HID-logitech-hidpp-Check-maxfield-in-hidpp_get_repor.patch
    (stable-fixes CVE-2026-43136 bsc#1264540).
  - Update
    patches.suse/HID-magicmouse-Do-not-crash-on-missing-msc-input.patch
    (stable-fixes CVE-2026-43140 bsc#1264630).
  - Update
    patches.suse/HID-magicmouse-avoid-memory-leak-in-magicmouse_repor.patch
    (stable-fixes CVE-2026-31522 bsc#1262637).
  - Update
    patches.suse/HID-multitouch-Check-to-ensure-report-responses-matc.patch
    (stable-fixes CVE-2026-43047 bsc#1264073).
  - Update
    patches.suse/HID-playstation-Add-missing-check-for-input_ff_creat.patch
    (git-fixes CVE-2026-45969 bsc#1266743).
  - Update
    patches.suse/HID-playstation-Clamp-num_touch_reports.patch
    (git-fixes CVE-2026-46232 bsc#1267669).
  - Update
    patches.suse/HID-prodikeys-Check-presence-of-pm-input_ep82.patch
    (stable-fixes CVE-2026-43251 bsc#1264423).
  - Update
    patches.suse/HID-roccat-fix-use-after-free-in-roccat_report_event.patch
    (stable-fixes CVE-2026-43111 bsc#1264480).
  - Update
    patches.suse/HID-usbhid-fix-deadlock-in-hid_post_reset.patch
    (git-fixes CVE-2026-53037 bsc#1269081).
  - Update
    patches.suse/HID-wacom-fix-out-of-bounds-read-in-wacom_intuos_bt_.patch
    (stable-fixes CVE-2026-43051 bsc#1264065).
  - Update
    patches.suse/Input-uinput-fix-circular-locking-dependency-with-ff.patch
    (git-fixes CVE-2026-31667 bsc#1263139).
  - Update
    patches.suse/KVM-SVM-Inject-UD-for-INVLPGA-if-EFER.SVME-0.patch
    (git-fixes CVE-2026-46082 bsc#1267473).
  - Update
    patches.suse/KVM-nSVM-Always-use-vmcb01-in-VMLOAD-VMSAVE-emulatio.patch
    (git-fixes CVE-2026-43133 bsc#1264640).
  - Update
    patches.suse/KVM-x86-check-for-nEPT-nNPT-in-slow-flush-hypercalls.patch
    (git-fixes CVE-2026-46131 bsc#1267636).
  - Update patches.suse/NFC-nxp-nci-allow-GPIOs-to-sleep.patch
    (git-fixes CVE-2026-31545 bsc#1263013).
  - Update
    patches.suse/NFC-pn533-bound-the-UART-receive-buffer.patch
    (git-fixes CVE-2026-43032 bsc#1263999).
  - Update
    patches.suse/PCI-Fix-pci_slot_trylock-error-handling.patch
    (git-fixes CVE-2026-43211 bsc#1264387).
  - Update
    patches.suse/PCI-P2PDMA-Release-per-CPU-pgmap-ref-when-vm_insert_.patch
    (git-fixes CVE-2026-45880 bsc#1268223).
  - Update
    patches.suse/PCI-endpoint-Fix-swapped-parameters-in-pci_-primary-.patch
    (git-fixes CVE-2026-43200 bsc#1264431).
  - Update
    patches.suse/PCI-endpoint-pci-epf-ntb-Remove-duplicate-resource-t.patch
    (git-fixes CVE-2026-46009 bsc#1266684).
  - Update
    patches.suse/Revert-PCI-IOV-Add-PCI-rescan-remove-locking-when-en.patch
    (git-fixes CVE-2026-43147 bsc#1264642).
  - Update
    patches.suse/Revert-hwmon-ibmpex-fix-use-after-free-in-high-low-s.patch
    (git-fixes CVE-2026-45914 bsc#1266884).
  - Update
    patches.suse/USB-core-Limit-the-length-of-unkillable-synchronous-.patch
    (git-fixes CVE-2026-43428 bsc#1265138).
  - Update
    patches.suse/USB-dummy-hcd-Fix-interrupt-synchronization-error.patch
    (git-fixes CVE-2026-43324 bsc#1264803).
  - Update
    patches.suse/USB-dummy-hcd-Fix-locking-synchronization-error.patch
    (git-fixes CVE-2026-43327 bsc#1265078).
  - Update
    patches.suse/USB-serial-io_ti-fix-heap-overflow-in-build_i2c_fw_h.patch
    (git-fixes CVE-2026-53195 bsc#1269984).
  - Update
    patches.suse/USB-serial-kl5kusb105-fix-bulk-out-buffer-overflow.patch
    (git-fixes CVE-2026-53194 bsc#1269904).
  - Update
    patches.suse/USB-usbtmc-Use-usb_bulk_msg_killable-with-user-speci.patch
    (git-fixes CVE-2026-43429 bsc#1265054).
  - Update
    patches.suse/X.509-Fix-out-of-bounds-access-when-parsing-extensio.patch
    (git-fixes CVE-2026-31430 bsc#1262391).
  - Update
    patches.suse/accel-qaic-Handle-DBC-deactivation-if-the-owner-went.patch
    (git-fixes CVE-2026-43007 bsc#1264019).
  - Update
    patches.suse/agp-amd64-Fix-broken-error-propagation-in-agp_amd64_.patch
    (git-fixes CVE-2026-53325 bsc#1269726).
  - Update
    patches.suse/atm-fore200e-fix-use-after-free-in-tasklets-during-d.patch
    (git-fixes CVE-2026-43203 bsc#1264600).
  - Update
    patches.suse/batman-adv-Avoid-double-rtnl_lock-ELP-metric-worker.patch
    (git-fixes CVE-2026-43382 bsc#1265047).
  - Update
    patches.suse/batman-adv-bla-only-purge-non-released-claims.patch
    (git-fixes CVE-2026-46233 bsc#1267701).
  - Update
    patches.suse/batman-adv-bla-prevent-use-after-free-when-deleting-.patch
    (git-fixes CVE-2026-46212 bsc#1267693).
  - Update
    patches.suse/batman-adv-bla-put-backbone-reference-on-failed-clai.patch
    (git-fixes CVE-2026-46231 bsc#1267565).
  - Update
    patches.suse/batman-adv-clear-current-gateway-during-teardown.patch
    (git-fixes CVE-2026-52926 bsc#1269025).
  - Update
    patches.suse/batman-adv-dat-handle-forward-allocation-error.patch
    (git-fixes CVE-2026-52922 bsc#1269030).
  - Update
    patches.suse/batman-adv-fix-fragment-reassembly-length-accounting.patch
    (git-fixes CVE-2026-52914 bsc#1268986).
  - Update
    patches.suse/batman-adv-fix-integer-overflow-on-buff_pos.patch
    (git-fixes CVE-2026-46198 bsc#1266854).
  - Update
    patches.suse/batman-adv-fix-tp_meter-counter-underflow-during-shu.patch
    (git-fixes CVE-2026-52919 bsc#1269031).
  - Update
    patches.suse/batman-adv-frag-disallow-unicast-fragment-in-fragmen.patch
    (git-fixes CVE-2026-52916 bsc#1269002).
  - Update
    patches.suse/batman-adv-hold-claim-backbone-gateways-by-reference.patch
    (git-fixes CVE-2026-31657 bsc#1263175).
  - Update
    patches.suse/batman-adv-reject-new-tp_meter-sessions-during-teard.patch
    (git-fixes CVE-2026-46206 bsc#1266834).
  - Update
    patches.suse/batman-adv-reject-oversized-global-TT-response-buffe.patch
    (git-fixes CVE-2026-31659 bsc#1263495).
  - Update
    patches.suse/batman-adv-stop-caching-unowned-originator-pointers-.patch
    (git-fixes CVE-2026-46238 bsc#1266846).
  - Update
    patches.suse/batman-adv-tp_meter-avoid-use-of-uninit-sender-vars.patch
    (git-fixes CVE-2026-52931 bsc#1269008).
  - Update
    patches.suse/btrfs-fix-zero-size-inode-with-non-zero-size-after-l.patch
    (git-fixes CVE-2026-43118 bsc#1264417).
  - Update
    patches.suse/btrfs-tracepoints-get-correct-superblock-from-dentry-in-ev.patch
    (bsc#1257777 CVE-2026-43117 bsc#1264414).
  - Update
    patches.suse/can-isotp-fix-tx.buf-use-after-free-in-isotp_sendmsg.patch
    (git-fixes CVE-2026-31474 bsc#1262723).
  - Update
    patches.suse/can-raw-fix-ro-uniq-use-after-free-in-raw_rcv.patch
    (git-fixes CVE-2026-31532 bsc#1262757).
  - Update patches.suse/can-ucan-fix-devres-lifetime.patch
    (git-fixes CVE-2026-46103 bsc#1267555).
  - Update
    patches.suse/clk-qcom-gfx3d-add-parent-to-parent-request-map.patch
    (git-fixes CVE-2026-46247 bsc#1267666).
  - Update
    patches.suse/comedi-Reinit-dev-spinlock-between-attachments-to-lo.patch
    (git-fixes CVE-2026-43340 bsc#1265096).
  - Update
    patches.suse/comedi-dt2815-add-hardware-detection-to-prevent-cras.patch
    (stable-fixes CVE-2026-31751 bsc#1264044).
  - Update
    patches.suse/comedi-me4000-Fix-potential-overrun-of-firmware-buff.patch
    (git-fixes CVE-2026-31747 bsc#1264101).
  - Update
    patches.suse/comedi-me_daq-Fix-potential-overrun-of-firmware-buff.patch
    (git-fixes CVE-2026-31748 bsc#1264100).
  - Update
    patches.suse/comedi-ni_atmio16d-Fix-invalid-clean-up-after-failed.patch
    (git-fixes CVE-2026-31749 bsc#1264075).
  - Update
    patches.suse/crypto-af-alg-fix-NULL-pointer-dereference-in-scatte.patch
    (git-fixes CVE-2026-43043 bsc#1264088).
  - Update
    patches.suse/crypto-atmel-aes-Fix-3-page-memory-leak-in-atmel_aes.patch
    (git-fixes CVE-2026-46019 bsc#1266732).
  - Update
    patches.suse/crypto-atmel-sha204a-Fix-potential-UAF-and-memory-le.patch
    (git-fixes CVE-2026-46075 bsc#1267367).
  - Update
    patches.suse/crypto-atmel-tdes-fix-DMA-sync-direction.patch
    (git-fixes CVE-2026-46077 bsc#1267466).
  - Update
    patches.suse/crypto-authencesn-reject-short-ahash-digests-during-.patch
    (git-fixes CVE-2026-46033 bsc#1266692).
  - Update
    patches.suse/crypto-ccree-fix-a-memory-leak-in-cc_mac_digest.patch
    (git-fixes CVE-2026-45986 bsc#1266739).
  - Update
    patches.suse/crypto-jitterentropy-replace-long-held-spinlock-with.patch
    (git-fixes CVE-2026-52936 bsc#1268981).
  - Update
    patches.suse/crypto-pcrypt-Fix-handling-of-MAY_BACKLOG-requests.patch
    (git-fixes CVE-2026-43493 bsc#1265627).
  - Update
    patches.suse/dmaengine-idxd-Fix-leaking-event-log-memory.patch
    (git-fixes CVE-2026-31440 bsc#1262658).
  - Update
    patches.suse/dmaengine-idxd-Fix-memory-leak-when-a-wq-is-reset.patch
    (git-fixes CVE-2026-31441 bsc#1262659).
  - Update
    patches.suse/dmaengine-idxd-Fix-not-releasing-workqueue-on-.relea.patch
    (git-fixes CVE-2026-43064 bsc#1264189).
  - Update
    patches.suse/dmaengine-xilinx-xdma-Fix-regmap-init-error-handling.patch
    (git-fixes CVE-2026-31439 bsc#1262639).
  - Update
    patches.suse/drm-Account-property-blob-allocations-to-memcg.patch
    (stable-fixes CVE-2026-43287 bsc#1265037).
  - Update
    patches.suse/drm-amd-display-Avoid-NULL-dereference-in-dc_dmub_sr.patch
    (git-fixes CVE-2026-53313 bsc#1269719).
  - Update
    patches.suse/drm-amd-display-Clamp-HDMI-HDCP2-rx_id_list-read-to-.patch
    (git-fixes CVE-2026-53137 bsc#1269796).
  - Update
    patches.suse/drm-amd-display-Clamp-VBIOS-HDMI-retimer-register-co.patch
    (stable-fixes CVE-2026-53136 bsc#1269811).
  - Update
    patches.suse/drm-amd-display-Fix-NULL-deref-and-buffer-over-read-.patch
    (git-fixes CVE-2026-53135 bsc#1269817).
  - Update
    patches.suse/drm-amd-display-Use-krealloc_array-in-dal_vector_res.patch
    (git-fixes CVE-2026-53329 bsc#1270058).
  - Update
    patches.suse/drm-amdgpu-Add-bounds-checking-to-ib_-get-set-_value.patch
    (stable-fixes CVE-2026-46218 bsc#1267632).
  - Update
    patches.suse/drm-amdgpu-Fix-fence-put-before-wait-in-amdgpu_amdkf.patch
    (git-fixes CVE-2026-31566 bsc#1263055).
  - Update
    patches.suse/drm-amdgpu-Fix-memory-leak-in-amdgpu_acpi_enumerate_.patch
    (git-fixes CVE-2026-45947 bsc#1267198).
  - Update
    patches.suse/drm-amdgpu-Fix-memory-leak-in-amdgpu_ras_init.patch
    (git-fixes CVE-2026-45976 bsc#1267027).
  - Update
    patches.suse/drm-amdgpu-Fix-use-after-free-race-in-VM-acquire.patch
    (stable-fixes CVE-2026-43370 bsc#1264782).
  - Update
    patches.suse/drm-amdgpu-fix-AMDGPU_INFO_READ_MMR_REG.patch
    (git-fixes CVE-2026-53293 bsc#1269898).
  - Update
    patches.suse/drm-amdgpu-fix-sync-handling-in-amdgpu_dma_buf_move_.patch
    (git-fixes CVE-2026-43318 bsc#1264991).
  - Update
    patches.suse/drm-amdgpu-fix-zero-size-GDS-range-init-on-RDNA4.patch
    (stable-fixes CVE-2026-46276 bsc#1267922).
  - Update
    patches.suse/drm-amdgpu-sdma4-replace-BUG_ON-with-WARN_ON-in-fenc.patch
    (git-fixes CVE-2026-46220 bsc#1267704).
  - Update
    patches.suse/drm-amdgpu-vcn3-Prevent-OOB-reads-when-parsing-dec-m.patch
    (stable-fixes CVE-2026-46230 bsc#1267623).
  - Update
    patches.suse/drm-amdgpu-vcn4-Prevent-OOB-reads-when-parsing-IB.patch
    (stable-fixes CVE-2026-46204 bsc#1267661).
  - Update
    patches.suse/drm-amdgpu-vcn4-Prevent-OOB-reads-when-parsing-dec-m.patch
    (stable-fixes CVE-2026-46199 bsc#1267638).
  - Update
    patches.suse/drm-amdkfd-Fix-buffer-overflow-in-SDMA-queue-checkpo.patch
    (git-fixes CVE-2026-53143 bsc#1269652).
  - Update
    patches.suse/drm-amdkfd-fix-NULL-dereference-in-get_queue_ids.patch
    (git-fixes CVE-2026-53144 bsc#1269245).
  - Update
    patches.suse/drm-atmel-hlcdc-fix-memory-leak-from-the-atomic_dest.patch
    (stable-fixes CVE-2026-43269 bsc#1264590).
  - Update
    patches.suse/drm-atmel-hlcdc-fix-use-after-free-of-drm_crtc_commi.patch
    (stable-fixes CVE-2026-43236 bsc#1264538).
  - Update
    patches.suse/drm-bridge-cadence-cdns-mhdp8546-core-Set-the-mhdp-c.patch
    (git-fixes CVE-2026-53058 bsc#1269684).
  - Update
    patches.suse/drm-bridge-samsung-dsim-Fix-memory-leak-in-error-pat.patch
    (git-fixes CVE-2026-43397 bsc#1264668).
  - Update
    patches.suse/drm-buddy-Prevent-BUG_ON-by-validating-rounded-alloc.patch
    (git-fixes CVE-2026-43169 bsc#1264379).
  - Update
    patches.suse/drm-display-dp_mst-Add-protection-against-0-vcpi.patch
    (stable-fixes CVE-2025-71305 bsc#1266762).
  - Update
    patches.suse/drm-gma500-oaktrail_lvds-fix-hang-on-init-failure.patch
    (git-fixes CVE-2026-53279 bsc#1269505).
  - Update
    patches.suse/drm-i915-gem-Fix-phys-BO-pread-pwrite-with-offset.patch
    (git-fixes CVE-2026-53356 bsc#1270112).
  - Update
    patches.suse/drm-i915-gt-Check-set_default_submission-before-defe.patch
    (git-fixes CVE-2026-31540 bsc#1263011).
  - Update
    patches.suse/drm-ioc32-stop-speculation-on-the-drm_compat_ioctl-p.patch
    (git-fixes CVE-2026-31781 bsc#1264033).
  - Update
    patches.suse/drm-komeda-fix-integer-overflow-in-AFBC-framebuffer-.patch
    (git-fixes CVE-2026-53068 bsc#1269410).
  - Update
    patches.suse/drm-msm-dpu-fix-mismatch-between-power-and-frequency.patch
    (git-fixes CVE-2026-53056 bsc#1269403).
  - Update
    patches.suse/drm-nouveau-fix-u32-overflow-in-pushbuf-reloc-bounds.patch
    (git-fixes CVE-2026-46006 bsc#1267479).
  - Update
    patches.suse/drm-sun4i-backend-fix-error-pointer-dereference.patch
    (git-fixes CVE-2026-53066 bsc#1269187).
  - Update
    patches.suse/drm-v3d-Set-DMA-segment-size-to-avoid-debug-warnings.patch
    (stable-fixes CVE-2026-43302 bsc#1265102).
  - Update
    patches.suse/drm-vc4-Fix-a-memory-leak-in-hang-state-error-path.patch
    (git-fixes CVE-2026-43104 bsc#1264247).
  - Update
    patches.suse/drm-vc4-Fix-memory-leak-of-BO-array-in-hang-state.patch
    (git-fixes CVE-2026-43105 bsc#1264237).
  - Update patches.suse/drm-vc4-fix-krealloc-memory-leak.patch
    (git-fixes CVE-2026-53213 bsc#1269283).
  - Update
    patches.suse/drm-vc4-platform_get_irq_byname-returns-an-int.patch
    (stable-fixes CVE-2026-43072 bsc#1264451).
  - Update
    patches.suse/drm-virtio-Fix-driver-removal-with-disabled-KMS.patch
    (git-fixes CVE-2026-53347 bsc#1270241).
  - Update
    patches.suse/drm-virtio-fix-dma_fence-refcount-leak-on-error-in-v.patch
    (git-fixes CVE-2026-53190 bsc#1269772).
  - Update
    patches.suse/efi-Fix-reservation-of-unaccepted-memory-table.patch
    (git-fixes CVE-2026-45851 bsc#1266688).
  - Update
    patches.suse/efi-capsule-loader-fix-incorrect-sizeof-in-phys-arra.patch
    (git-fixes CVE-2026-53047 bsc#1269644).
  - Update
    patches.suse/ext4-reject-mount-if-bigalloc-with-s_first_data_bloc.patch
    (git-fixes CVE-2026-31447 bsc#1262614).
  - Update
    patches.suse/fbcon-check-return-value-of-con2fb_acquire_newinfo.patch
    (git-fixes CVE-2026-43123 bsc#1264598).
  - Update
    patches.suse/fbdev-au1200fb-Fix-a-memory-leak-in-au1200fb_drv_pro.patch
    (git-fixes CVE-2026-45954 bsc#1266939).
  - Update
    patches.suse/fbdev-of-display_timing-fix-refcount-leak-in-of_get_.patch
    (git-fixes CVE-2026-43264 bsc#1264424).
  - Update
    patches.suse/fbdev-tdfxfb-avoid-divide-by-zero-on-FBIOPUT_VSCREEN.patch
    (stable-fixes CVE-2026-31618 bsc#1263785).
  - Update
    patches.suse/fbdev-udlfb-add-vm_ops-to-dlfb_ops_mmap-to-prevent-u.patch
    (stable-fixes CVE-2026-43497 bsc#1266003).
  - Update
    patches.suse/fbdev-udlfb-avoid-divide-by-zero-on-FBIOPUT_VSCREENI.patch
    (git-fixes CVE-2026-31605 bsc#1263493).
  - Update
    patches.suse/fbdev-vt8500lcdfb-fix-missing-dma_free_coherent.patch
    (git-fixes CVE-2026-43202 bsc#1264336).
  - Update
    patches.suse/gpio-mvebu-fix-NULL-pointer-dereference-in-suspend-r.patch
    (git-fixes CVE-2026-53237 bsc#1269131).
  - Update
    patches.suse/gpio-omap-do-not-register-driver-in-probe.patch
    (git-fixes CVE-2026-31687 bsc#1263598).
  - Update
    patches.suse/hwmon-occ-Fix-division-by-zero-in-occ_show_power_1.patch
    (git-fixes CVE-2026-31770 bsc#1264142).
  - Update
    patches.suse/hwmon-pmbus-q54sj108a2-fix-stack-overflow-in-debugfs.patch
    (git-fixes CVE-2026-43380 bsc#1264780).
  - Update
    patches.suse/i2c-cp2615-fix-serial-string-NULL-deref-at-probe.patch
    (git-fixes CVE-2026-31549 bsc#1263025).
  - Update
    patches.suse/i2c-dev-prevent-integer-overflow-in-I2C_TIMEOUT-ioct.patch
    (stable-fixes CVE-2026-52948 bsc#1269116).
  - Update
    patches.suse/i2c-qcom-cci-Fix-NULL-pointer-dereference-in-cci_rem.patch
    (git-fixes CVE-2026-53339 bsc#1270248).
  - Update
    patches.suse/i2c-s3c24xx-check-the-size-of-the-SMBUS-message-befo.patch
    (stable-fixes CVE-2026-31627 bsc#1263786).
  - Update
    patches.suse/iio-adc-ti-adc161s626-use-DMA-safe-memory-for-spi_re.patch
    (git-fixes CVE-2026-31768 bsc#1264125).
  - Update
    patches.suse/iio-chemical-sps30_i2c-fix-buffer-size-in-sps30_i2c_.patch
    (git-fixes CVE-2026-43476 bsc#1265257).
  - Update
    patches.suse/iio-gyro-mpu3050-Fix-incorrect-free_irq-variable.patch
    (git-fixes CVE-2026-31763 bsc#1263975).
  - Update patches.suse/iio-gyro-mpu3050-Fix-irq-resource-leak.patch
    (git-fixes CVE-2026-31762 bsc#1264048).
  - Update
    patches.suse/iio-gyro-mpu3050-Move-iio_device_register-to-correct.patch
    (git-fixes CVE-2026-31761 bsc#1264122).
  - Update
    patches.suse/iio-gyro-mpu3050-core-fix-pm_runtime-error-handling.patch
    (git-fixes CVE-2026-43357 bsc#1264809).
  - Update
    patches.suse/iio-sca3000-Fix-a-resource-leak-in-sca3000_probe.patch
    (git-fixes CVE-2026-45883 bsc#1266774).
  - Update
    patches.suse/ima-verify-the-previous-kernel-s-IMA-buffer-lies-in-a.patch
    (CVE-2026-43240 bsc#1264386 CVE-2026-43129 bsc#1264553).
  - Update
    patches.suse/iommu-amd-serialize-sequence-allocation-under-concur.patch
    (git-fixes CVE-2026-43220 bsc#1264416).
  - Update
    patches.suse/ipmi-Add-limits-to-event-and-receive-message-request.patch
    (git-fixes CVE-2026-46177 bsc#1267725).
  - Update
    patches.suse/ipmi-Check-event-message-buffer-response-for-bad-dat.patch
    (git-fixes CVE-2026-46128 bsc#1267643).
  - Update
    patches.suse/ipmi-ipmb-initialise-event-handler-read-bytes.patch
    (git-fixes CVE-2026-43221 bsc#1264442).
  - Update
    patches.suse/ipmi-si-Return-state-to-normal-if-message-allocation.patch
    (git-fixes CVE-2026-46108 bsc#1267615).
  - Update
    patches.suse/ipv4-account-for-fraggap-on-the-paged-allocation-path.patch
    (git-fixes CVE-2026-53366 bsc#1271366).
  - Update
    patches.suse/media-amphion-Fix-race-between-m2m-job_abort-and-dev.patch
    (git-fixes CVE-2026-46058 bsc#1266677).
  - Update
    patches.suse/media-as102-fix-to-not-free-memory-after-the-device-.patch
    (git-fixes CVE-2026-31578 bsc#1263075).
  - Update
    patches.suse/media-ccs-Avoid-possible-division-by-zero.patch
    (git-fixes CVE-2026-43182 bsc#1264340).
  - Update
    patches.suse/media-cx23885-Add-missing-unmap-in-snd_cx23885_hw_pa.patch
    (git-fixes CVE-2026-43135 bsc#1264613).
  - Update
    patches.suse/media-cx25821-Fix-a-resource-leak-in-cx25821_dev_set.patch
    (stable-fixes CVE-2026-43183 bsc#1264620).
  - Update
    patches.suse/media-cx88-Add-missing-unmap-in-snd_cx88_hw_params.patch
    (git-fixes CVE-2026-43257 bsc#1264296).
  - Update
    patches.suse/media-em28xx-fix-use-after-free-in-em28xx_v4l2_open.patch
    (git-fixes CVE-2026-31583 bsc#1263173).
  - Update
    patches.suse/media-hackrf-fix-to-not-free-memory-after-the-device.patch
    (git-fixes CVE-2026-31576 bsc#1263073).
  - Update
    patches.suse/media-i2c-ov5647-Initialize-subdev-before-controls.patch
    (git-fixes CVE-2026-43312 bsc#1265101).
  - Update
    patches.suse/media-i2c-tw9903-Fix-potential-memory-leak-in-tw9903.patch
    (git-fixes CVE-2026-43218 bsc#1264479).
  - Update
    patches.suse/media-i2c-tw9906-Fix-potential-memory-leak-in-tw9906.patch
    (git-fixes CVE-2026-43246 bsc#1264322).
  - Update
    patches.suse/media-mtk-jpeg-fix-use-after-free-in-release-path-du.patch
    (git-fixes CVE-2026-46011 bsc#1267491).
  - Update
    patches.suse/media-mtk-mdp-Fix-a-reference-leak-bug-in-mtk_mdp_re.patch
    (git-fixes CVE-2026-43270 bsc#1264313).
  - Update
    patches.suse/media-mtk-mdp-Fix-error-handling-in-probe-function.patch
    (git-fixes CVE-2026-43207 bsc#1264365).
  - Update
    patches.suse/media-pvrusb2-fix-URB-leak-in-pvr2_send_request_ex.patch
    (stable-fixes CVE-2026-43223 bsc#1264645).
  - Update
    patches.suse/media-qcom-camss-vfe-Fix-out-of-bounds-access-in-vfe.patch
    (git-fixes CVE-2026-43256 bsc#1264425).
  - Update
    patches.suse/media-radio-keene-fix-memory-leak-in-error-path.patch
    (git-fixes CVE-2026-43231 bsc#1264592).
  - Update
    patches.suse/media-rc-xbox_remote-heed-DMA-restrictions.patch
    (git-fixes CVE-2026-46236 bsc#1266910).
  - Update
    patches.suse/media-saa7164-add-ioremap-return-checks-and-cleanups.patch
    (git-fixes CVE-2026-46235 bsc#1267702).
  - Update
    patches.suse/media-solo6x10-Check-for-out-of-bounds-chip_id.patch
    (stable-fixes CVE-2026-43316 bsc#1264826).
  - Update
    patches.suse/media-videobuf2-Set-vma_flags-in-vb2_dma_sg_mmap.patch
    (git-fixes CVE-2026-46312 bsc#1267990).
  - Update
    patches.suse/media-vidtv-fix-NULL-pointer-dereference-in-vidtv_ch.patch
    (git-fixes CVE-2026-31599 bsc#1263031).
  - Update
    patches.suse/media-vidtv-fix-nfeeds-state-corruption-on-start_str.patch
    (git-fixes CVE-2026-31585 bsc#1263134).
  - Update
    patches.suse/media-vidtv-fix-pass-by-value-structs-causing-MSAN-w.patch
    (git-fixes CVE-2026-43058 bsc#1264129).
  - Update
    patches.suse/memory-tegra124-emc-Fix-dll_change-check.patch
    (git-fixes CVE-2026-53045 bsc#1269404).
  - Update
    patches.suse/mfd-arizona-Fix-regulator-resource-leak-on-wm5102_cl.patch
    (git-fixes CVE-2026-45875 bsc#1266707).
  - Update
    patches.suse/mfd-core-Add-locking-around-mfd_of_node_list.patch
    (git-fixes CVE-2026-43143 bsc#1264388).
  - Update
    patches.suse/misc-bcm_vk-Fix-possible-null-pointer-dereferences-i.patch
    (stable-fixes CVE-2025-71291 bsc#1264560).
  - Update
    patches.suse/misc-fastrpc-Fix-NULL-pointer-dereference-in-rpmsg-c.patch
    (git-fixes CVE-2026-53158 bsc#1269385).
  - Update
    patches.suse/misc-fastrpc-fix-DMA-address-corruption-due-to-find_.patch
    (git-fixes CVE-2026-53159 bsc#1269654).
  - Update
    patches.suse/misc-fastrpc-fix-use-after-free-of-fastrpc_user-in-w.patch
    (git-fixes CVE-2026-53161 bsc#1269255).
  - Update
    patches.suse/misc-fastrpc-fix-use-after-free-race-in-fastrpc_map_.patch
    (git-fixes CVE-2026-53160 bsc#1269670).
  - Update
    patches.suse/misc-fastrpc-possible-double-free-of-cctx-remote_hea.patch
    (git-fixes CVE-2026-31730 bsc#1264041).
  - Update
    patches.suse/mmc-vub300-fix-NULL-deref-on-disconnect.patch
    (git-fixes CVE-2026-31651 bsc#1263111).
  - Update
    patches.suse/mtd-docg3-fix-use-after-free-in-docg3_release.patch
    (git-fixes CVE-2026-46285 bsc#1267948).
  - Update
    patches.suse/mtd-parsers-Fix-memory-leak-in-mtd_parser_tplink_saf.patch
    (git-fixes CVE-2026-45921 bsc#1266806).
  - Update
    patches.suse/net-mlx5-Fix-crash-when-moving-to-switchdev-mode.patch
    (git-fixes CVE-2026-43467 bsc#1264791).
  - Update
    patches.suse/net-nfc-nci-Fix-parameter-validation-for-packet-data.patch
    (git-fixes CVE-2026-43291 bsc#1264819).
  - Update
    patches.suse/net-sched-cls_fw-fix-NULL-dereference-of-old-filters-befor.patch
    (git-fixes CVE-2026-53080 bsc#1269141).
  - Update
    patches.suse/net-usb-catc-enable-basic-endpoint-checking.patch
    (git-fixes CVE-2026-45923 bsc#1266894).
  - Update
    patches.suse/net-usb-cdc-phonet-fix-skb-frags-overflow-in-rx_comp.patch
    (git-fixes CVE-2026-31623 bsc#1263778).
  - Update
    patches.suse/net-usb-kaweth-remove-TX-queue-manipulation-in-kawet.patch
    (git-fixes CVE-2026-43180 bsc#1265093).
  - Update
    patches.suse/net-usb-pegasus-enable-basic-endpoint-checking.patch
    (git-fixes CVE-2026-43156 bsc#1265092).
  - Update
    patches.suse/net-usb-rtl8150-fix-use-after-free-in-rtl8150_start_.patch
    (git-fixes CVE-2026-52982 bsc#1269258).
  - Update
    patches.suse/net-wan-farsync-Fix-use-after-free-bugs-caused-by-un.patch
    (git-fixes CVE-2026-43232 bsc#1264633).
  - Update
    patches.suse/net-wan-fsl_ucc_hdlc-Fix-dma_free_coherent-in-uhdlc_.patch
    (git-fixes CVE-2026-43149 bsc#1264315).
  - Update
    patches.suse/net-x25-Fix-potential-double-free-of-skb.patch
    (git-fixes CVE-2026-43011 bsc#1264079).
  - Update
    patches.suse/nfc-hci-shdlc-Stop-timers-and-work-before-freeing-co.patch
    (git-fixes CVE-2026-46267 bsc#1267630).
  - Update
    patches.suse/nfc-nci-fix-circular-locking-dependency-in-nci_close.patch
    (git-fixes CVE-2026-31509 bsc#1263097).
  - Update
    patches.suse/nfc-pn533-allocate-rx-skb-before-consuming-bytes.patch
    (git-fixes CVE-2026-31660 bsc#1263539).
  - Update
    patches.suse/nfc-s3fwrn5-allocate-rx-skb-before-consuming-bytes.patch
    (git-fixes CVE-2026-43098 bsc#1264257).
  - Update
    patches.suse/nouveau-dpcd-return-EBUSY-for-aux-xfer-if-the-device.patch
    (git-fixes CVE-2026-43381 bsc#1265105).
  - Update
    patches.suse/ntb-ntb_hw_switchtec-Fix-array-index-out-of-bounds-a.patch
    (stable-fixes CVE-2026-43241 bsc#1264844).
  - Update
    patches.suse/ntb-ntb_hw_switchtec-Fix-shift-out-of-bounds-for-0-m.patch
    (stable-fixes CVE-2026-43141 bsc#1264626).
  - Update
    patches.suse/nvmet-tcp-propagate-nvmet_tcp_build_pdu_iovec-errors.patch
    (git-fixes CVE-2026-52989 bsc#1269364).
  - Update
    patches.suse/openvswitch-vport-fix-self-deadlock-on-release-of-tunnel-p.patch
    (CVE-2026-31678 bsc#1263562 CVE-2026-46165 bsc#1266836).
  - Update
    patches.suse/pinctrl-single-fix-refcount-leak-in-pcs_add_gpio_fun.patch
    (git-fixes CVE-2026-45868 bsc#1266741).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-bound-enumeration-strin.patch
    (git-fixes CVE-2026-53022 bsc#1269153).
  - Update
    patches.suse/power-supply-ab8500-Fix-use-after-free-in-power_supp.patch
    (git-fixes CVE-2026-45946 bsc#1268221).
  - Update
    patches.suse/power-supply-act8945a-Fix-use-after-free-in-power_su.patch
    (git-fixes CVE-2026-45867 bsc#1268220).
  - Update
    patches.suse/power-supply-bq256xx-Fix-use-after-free-in-power_sup.patch
    (git-fixes CVE-2026-45902 bsc#1266886).
  - Update
    patches.suse/power-supply-bq25980-Fix-use-after-free-in-power_sup.patch
    (git-fixes CVE-2026-45879 bsc#1266703).
  - Update
    patches.suse/power-supply-cpcap-battery-Fix-use-after-free-in-pow.patch
    (git-fixes CVE-2026-45885 bsc#1266780).
  - Update
    patches.suse/power-supply-goldfish-Fix-use-after-free-in-power_su.patch
    (git-fixes CVE-2026-45936 bsc#1266947).
  - Update
    patches.suse/power-supply-rt9455-Fix-use-after-free-in-power_supp.patch
    (git-fixes CVE-2026-46270 bsc#1267680).
  - Update
    patches.suse/power-supply-sbs-battery-Fix-use-after-free-in-power.patch
    (git-fixes CVE-2026-45916 bsc#1266679).
  - Update
    patches.suse/power-supply-wm97xx-Fix-NULL-pointer-dereference-in-.patch
    (git-fixes CVE-2026-45869 bsc#1266467).
  - Update
    patches.suse/rapidio-replace-rio_free_net-with-kfree-in-rio_scan_.patch
    (git-fixes CVE-2026-43295 bsc#1265100).
  - Update
    patches.suse/regulator-core-fix-locking-in-regulator_resolve_supp.patch
    (git-fixes CVE-2026-46252 bsc#1267676).
  - Update
    patches.suse/remoteproc-xlnx-Only-access-buffer-information-if-IP.patch
    (git-fixes CVE-2026-46016 bsc#1266729).
  - Update
    patches.suse/rpmsg-core-fix-race-in-driver_override_show-and-use-.patch
    (git-fixes CVE-2025-71274 bsc#1264377).
  - Update
    patches.suse/sched-rt-Skip-currently-executing-CPU-in-rto_next_cpu.patch
    (bsc#1262649 CVE-2026-45919 bsc#1266777).
  - Update
    patches.suse/sctp-disable-BH-before-calling-udp_tunnel_xmit_skb.patch
    (CVE-2026-23276 bsc#1260012 CVE-2026-53070 bsc#1269674).
  - Update
    patches.suse/serial-8250-Fix-TX-deadlock-when-using-DMA.patch
    (git-fixes CVE-2026-43061 bsc#1264188).
  - Update
    patches.suse/soc-mediatek-svs-Fix-memory-leak-in-svs_enable_debug.patch
    (git-fixes CVE-2026-45881 bsc#1266721).
  - Update
    patches.suse/soc-ti-k3-socinfo-Fix-regmap-leak-on-probe-failure.patch
    (git-fixes CVE-2026-43242 bsc#1264338).
  - Update
    patches.suse/soc-ti-pruss-Fix-double-free-in-pruss_clk_mux_setup.patch
    (git-fixes CVE-2026-43196 bsc#1264436).
  - Update
    patches.suse/sound-ua101-fix-division-by-zero-at-probe.patch
    (git-fixes CVE-2026-46184 bsc#1266864).
  - Update patches.suse/spi-imx-fix-use-after-free-on-unbind.patch
    (git-fixes CVE-2026-45996 bsc#1267436).
  - Update
    patches.suse/spi-mpc52xx-fix-use-after-free-on-unbind.patch
    (git-fixes CVE-2026-46219 bsc#1267667).
  - Update patches.suse/spi-rspi-fix-controller-deregistration.patch
    (git-fixes CVE-2026-46225 bsc#1267627).
  - Update
    patches.suse/spi-spi-fsl-lpspi-fix-teardown-order-issue-UAF.patch
    (git-fixes CVE-2026-31485 bsc#1262768).
  - Update
    patches.suse/spi-wpcm-fiu-Fix-potential-NULL-pointer-dereference-.patch
    (git-fixes CVE-2026-46261 bsc#1267646).
  - Update
    patches.suse/staging-media-atomisp-Disallow-all-private-IOCTLs.patch
    (git-fixes CVE-2026-46205 bsc#1266908).
  - Update
    patches.suse/staging-rtl8723bs-fix-memory-leak-on-failure-path.patch
    (stable-fixes CVE-2026-43225 bsc#1264526).
  - Update
    patches.suse/staging-rtl8723bs-fix-null-dereference-in-find_netwo.patch
    (git-fixes CVE-2026-43159 bsc#1264616).
  - Update
    patches.suse/staging-rtl8723bs-initialize-le_tmp64-in-rtw_BIP_ver.patch
    (git-fixes CVE-2026-31626 bsc#1263782).
  - Update
    patches.suse/staging-rtl8723bs-properly-validate-the-data-in-rtw_.patch
    (stable-fixes CVE-2026-43387 bsc#1265032).
  - Update
    patches.suse/staging-sm750fb-fix-division-by-zero-in-ps_to_hz.patch
    (git-fixes CVE-2026-31603 bsc#1263491).
  - Update
    patches.suse/thunderbolt-Bound-root-directory-content-to-block-si.patch
    (git-fixes CVE-2026-53149 bsc#1269733).
  - Update
    patches.suse/thunderbolt-Clamp-XDomain-response-data-copy-to-allo.patch
    (git-fixes CVE-2026-53148 bsc#1269786).
  - Update
    patches.suse/thunderbolt-Limit-XDomain-response-copy-to-actual-fr.patch
    (git-fixes CVE-2026-53146 bsc#1269826).
  - Update
    patches.suse/thunderbolt-Reject-zero-length-property-entries-in-v.patch
    (git-fixes CVE-2026-53150 bsc#1269386).
  - Update
    patches.suse/thunderbolt-Validate-XDomain-request-packet-size-bef.patch
    (git-fixes CVE-2026-53147 bsc#1269709).
  - Update
    patches.suse/tpm-st33zp24-Fix-missing-cleanup-on-get_burstcount-e.patch
    (git-fixes CVE-2026-45871 bsc#1266755).
  - Update
    patches.suse/tpm-tpm_i2c_infineon-Fix-locality-leak-on-get_burstc.patch
    (git-fixes CVE-2026-45941 bsc#1266920).
  - Update
    patches.suse/usb-cdns3-fix-role-switching-during-resume.patch
    (git-fixes CVE-2026-45911 bsc#1266898).
  - Update
    patches.suse/usb-cdns3-gadget-fix-NULL-pointer-dereference-in-ep_.patch
    (git-fixes CVE-2026-31755 bsc#1264071).
  - Update
    patches.suse/usb-cdns3-gadget-fix-state-inconsistency-on-gadget-i.patch
    (git-fixes CVE-2026-31754 bsc#1264074).
  - Update
    patches.suse/usb-class-cdc-wdm-fix-reordering-issue-in-read-code-.patch
    (git-fixes CVE-2026-43427 bsc#1264746).
  - Update
    patches.suse/usb-dwc2-gadget-Fix-spin_lock-unlock-mismatch-in-dwc.patch
    (git-fixes CVE-2026-31756 bsc#1264070).
  - Update
    patches.suse/usb-gadget-f_ncm-validate-minimum-block_len-in-ncm_u.patch
    (git-fixes CVE-2026-31617 bsc#1263780).
  - Update
    patches.suse/usb-gadget-f_phonet-fix-skb-frags-overflow-in-pn_rx_.patch
    (stable-fixes CVE-2026-31616 bsc#1263777).
  - Update
    patches.suse/usb-gadget-f_rndis-Protect-RNDIS-options-with-mutex.patch
    (git-fixes CVE-2026-43342 bsc#1264758).
  - Update
    patches.suse/usb-gadget-f_subset-Fix-unbalanced-refcnt-in-geth_fr.patch
    (git-fixes CVE-2026-43343 bsc#1264816).
  - Update
    patches.suse/usb-gadget-f_uac1_legacy-validate-control-request-si.patch
    (stable-fixes CVE-2026-31720 bsc#1264110).
  - Update
    patches.suse/usb-gadget-renesas_usb3-validate-endpoint-index-in-s.patch
    (git-fixes CVE-2026-31615 bsc#1263776).
  - Update
    patches.suse/usb-gadget-u_ether-Fix-NULL-pointer-deref-in-eth_get.patch
    (git-fixes CVE-2026-31727 bsc#1263904).
  - Update
    patches.suse/usb-gadget-u_ether-Fix-race-between-gether_disconnec.patch
    (git-fixes CVE-2026-31728 bsc#1263911).
  - Update
    patches.suse/usb-gadget-uvc-fix-NULL-pointer-dereference-during-u.patch
    (git-fixes CVE-2026-31726 bsc#1263905).
  - Update
    patches.suse/usb-image-mdc800-kill-download-URB-on-timeout.patch
    (stable-fixes CVE-2026-43425 bsc#1265133).
  - Update
    patches.suse/usb-renesas_usbhs-fix-use-after-free-in-ISR-during-d.patch
    (git-fixes CVE-2026-43426 bsc#1265074).
  - Update
    patches.suse/usb-usblp-fix-heap-leak-in-IEEE-1284-device-ID-via-s.patch
    (stable-fixes CVE-2026-46151 bsc#1267728).
  - Update
    patches.suse/usb-usblp-fix-uninitialized-heap-leak-via-LPGETSTATU.patch
    (stable-fixes CVE-2026-46167 bsc#1266832).
  - Update
    patches.suse/usb-xhci-Fix-memory-leak-in-xhci_disable_slot.patch
    (git-fixes CVE-2026-43432 bsc#1264783).
  - Update
    patches.suse/usb-xhci-Prevent-interrupt-storm-on-host-controller-.patch
    (stable-fixes CVE-2026-43488 bsc#1265264).
  - Update patches.suse/usb-yurex-fix-race-in-probe.patch
    (stable-fixes CVE-2026-43430 bsc#1264677).
  - Update patches.suse/wifi-ath5k-do-not-access-array-OOB.patch
    (git-fixes CVE-2026-46307 bsc#1267987).
  - Update
    patches.suse/wifi-b43-enforce-bounds-check-on-firmware-key-index-.patch
    (git-fixes CVE-2026-46122 bsc#1267583).
  - Update
    patches.suse/wifi-b43legacy-enforce-bounds-check-on-firmware-key-.patch
    (git-fixes CVE-2026-46163 bsc#1266863).
  - Update
    patches.suse/wifi-brcmfmac-Fix-error-pointer-dereference.patch
    (git-fixes CVE-2026-53093 bsc#1269414).
  - Update
    patches.suse/wifi-brcmsmac-Fix-dma_free_coherent-size.patch
    (git-fixes CVE-2026-31661 bsc#1263128).
  - Update
    patches.suse/wifi-cfg80211-cancel-pmsr_free_wk-in-cfg80211_pmsr_w.patch
    (git-fixes CVE-2026-31548 bsc#1263008).
  - Update
    patches.suse/wifi-iwlwifi-mvm-fix-potential-out-of-bounds-read-in.patch
    (git-fixes CVE-2026-31779 bsc#1264030).
  - Update
    patches.suse/wifi-libertas-fix-WARNING-in-usb_tx_block.patch
    (stable-fixes CVE-2026-43255 bsc#1264473).
  - Update
    patches.suse/wifi-mac80211-Fix-static_branch_dec-underflow-for-aq.patch
    (git-fixes CVE-2026-31551 bsc#1263014).
  - Update
    patches.suse/wifi-mac80211-drop-stray-static-from-fast-RX-rx_resu.patch
    (git-fixes CVE-2026-46152 bsc#1266855).
  - Update
    patches.suse/wifi-mac80211-remove-station-if-connection-prep-fail.patch
    (git-fixes CVE-2026-46125 bsc#1266879).
  - Update
    patches.suse/wifi-mt76-mt7915-fix-use-after-free-bugs-in-mt7915_m.patch
    (git-fixes CVE-2026-53098 bsc#1269976).
  - Update
    patches.suse/wifi-mt76-mt7921-fix-a-potential-clc-buffer-length-u.patch
    (git-fixes CVE-2026-46136 bsc#1266831).
  - Update
    patches.suse/wifi-rsi-fix-kthread-lifetime-race-between-self-exit.patch
    (git-fixes CVE-2026-46187 bsc#1266842).
  - Update patches.suse/wifi-rt2x00usb-fix-devres-lifetime.patch
    (git-fixes CVE-2026-31672 bsc#1263142).
  - Update
    patches.suse/wifi-rtlwifi-pci-fix-possible-use-after-free-caused-.patch
    (git-fixes CVE-2026-53112 bsc#1269998).
  - Update
    patches.suse/wifi-rtw88-8822b-Avoid-WARNING-in-rtw8822b_config_tr.patch
    (stable-fixes CVE-2025-71297 bsc#1264830).
  - Update
    patches.suse/wifi-rtw88-check-for-PCI-upstream-bridge-existence.patch
    (git-fixes CVE-2026-46092 bsc#1267595).
  - Update
    patches.suse/wifi-rtw88-fix-device-leak-on-probe-failure.patch
    (git-fixes CVE-2026-31604 bsc#1263045).
  - Update
    patches.suse/wifi-wilc1000-fix-u8-overflow-in-SSID-scan-buffer-si.patch
    (git-fixes CVE-2026-31780 bsc#1264032).
  - Update
    patches.suse/wifi-wl1251-validate-packet-IDs-before-indexing-tx_f.patch
    (stable-fixes CVE-2026-43113 bsc#1264637).
  - Update
    patches.suse/wifi-wlcore-Return-ENOMEM-instead-of-EAGAIN-if-there.patch
    (git-fixes CVE-2026-31552 bsc#1263016).
  - commit 9043982
  - xfrm: policy: fix use-after-free on inexact bin in
    xfrm_policy_bysel_ctx() (CVE-2026-53239 bsc#1269677).
  - commit e28f7cf
  - netfilter: conntrack_irc: fix possible out-of-bounds read
    (CVE-2026-53268 bsc#1269257).
  - commit 2c13e43
  - vsock/virtio: fix empty payload in tap skb for non-linear
    buffers (CVE-2026-46207 bsc#1267691).
  - commit fadb0f2
  - vsock/virtio: fix length and offset in tap skb for split packets
    (CVE-2026-46207 bsc#1267691).
  - commit 1ce6ee2
  - fbcon: Avoid OOB font access if console rotation fails (bsc#1267690 CVE-2026-46191)
  - commit e1c5dbc
  - l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()
    (CVE-2026-53262 bsc#1270000).
  - commit a2b7211
  - net: bcmgenet: move DESC_INDEX flow to ring 0 (CVE-2026-53086
    bsc#1269537).
  - Refresh
    patches.suse/net-bcmgenet-fix-racing-timeout-handler.patch.
  - commit 21ba2b5
  - net: bcmgenet: Reset RBUF on first open (CVE-2026-53086
    bsc#1269537).
  - commit 9f413dc
  - net: bcmgenet: Remove TX ring full logging (CVE-2026-53086
    bsc#1269537).
  - commit cf56f3c
  - netfilter: nft_ct: fix missing expect put in obj eval (CVE-2026-52970 bsc#1269229)
  - commit 6dc70e5
  - netfilter: nft_tunnel: fix use-after-free on object destroy (CVE-2026-53212 bsc#1269672)
  - commit 184d0a8
  - inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush (CVE-2026-53175 bsc#1269714)
  - commit 8254a3f
  - ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup() (CVE-2026-53221 bsc#1269318)
  - commit f10b90f
  - ipv6: fix possible UAF in icmpv6_rcv() (CVE-2026-53006 bsc#1269104)
  - commit 9185932
  - nexthop: fix IPv6 route referencing IPv4 nexthop (CVE-2026-53012 bsc#1269154)
  - commit 870437e
  - net: tls: fix strparser anchor skb leak on offload RX setup failure (CVE-2026-52974 bsc#1269233)
  - commit cbb91a9
  - net/sched: netem: fix queue limit check to include reordered packets (CVE-2026-52984 bsc#1269272)
  - commit e5127d0
  - net/sched: taprio: fix use-after-free in advance_sched() on schedule switch (CVE-2026-53011 bsc#1269094)
  - commit 830fab6
  - flow_dissector: do not dissect PPPoE PFC frames (CVE-2026-46306 bsc#1267986)
  - commit 8b2c29d
  - vsock: fix buffer size clamping order (CVE-2026-46234 bsc#1266904)
  - commit 2c62c8b
  - HID: intel-ish-hid: fix NULL-ptr-deref in ishtp_bus_remove_all_clients (CVE-2026-45877 bsc#1266468)
  - commit 71aacb8
  - HID: Intel-ish-hid: Ishtp: Fix sensor reads after ACPI S3 suspend (bsc#1266468)
  - commit 190ec15
  - tcp: call sk_data_ready() after listener migration (CVE-2026-46015 bsc#1267439)
  - commit 869d8b9
  - neigh: let neigh_xmit take skb ownership (CVE-2026-52981 bsc#1269254)
  - commit 97ed52e
  - ibmasm: fix heap over-read in ibmasm_send_i2o_message() (CVE-2026-46064 bsc#1267497)
  - commit a2c2ee6
  - kcm: fix zero-frag skb in frag_list on partial sendmsg error
    (CVE-2026-43244 bsc#1264321).
  - commit 5b27b10

++++ kernel-rt_debug:

  - xsk: cache csum_start/csum_offset to fix TOCTOU in
    xsk_skb_metadata() (CVE-2026-53250 bsc#1269808).
  - commit 1b1f75e
  - fs/mbcache: cancel shrink work before destroying the cache (bsc#1269633 CVE-2026-53129).
  - commit 615aafe
  - Update patches.suse/bnxt_en-Fix-NULL-pointer-dereference.patch
    (bsc#1268307 CVE-2026-53177 bsc#1269383).
  - Update
    patches.suse/btrfs-reject-root-items-with-drop_progress-and-zero-.patch
    (git-fixes CVE-2026-43046 bsc#1264090).
  - Update
    patches.suse/crypto-authencesn-Do-not-place-hiseq-at-end-of-dst-f.patch
    (bsc#1262573 CVE-2026-31431 CVE-2026-43033 bsc#1264089).
  - Update
    patches.suse/msft-hv-3508-scsi-storvsc-Fix-scheduling-while-atomic-on-PREEMPT_.patch
    (git-fixes CVE-2026-43475 bsc#1264795).
  - Update
    patches.suse/msft-hv-3509-net-mana-Fix-double-destroy_workqueue-on-service-res.patch
    (git-fixes CVE-2026-43276 bsc#1264558).
  - Update
    patches.suse/msft-hv-3512-net-mana-Null-service_wq-on-setup-error-to-prevent-d.patch
    (git-fix CVE-2026-43440 bsc#1264779).
  - Update
    patches.suse/msft-hv-3525-net-mana-fix-use-after-free-in-add_adev-error-path.patch
    (git-fixes CVE-2026-43056 bsc#1264053).
  - Update
    patches.suse/msft-hv-3542-RDMA-mana_ib-Disable-RX-steering-on-RSS-QP-destroy.patch
    (bsc#1267682 CVE-2026-46084 bsc#1266758).
  - Update
    patches.suse/msft-hv-3552-net-mana-Use-pci_name-for-debugfs-directory-naming.patch
    (git-fixes CVE-2026-53324 bsc#1269512).
  - Update
    patches.suse/msft-hv-3566-net-mana-Guard-mana_remove-against-double-invocation.patch
    (git-fixes CVE-2026-53297 bsc#1269513).
  - Update
    patches.suse/msft-hv-3572-RDMA-mana-Validate-rx_hash_key_len.patch
    (git-fixes CVE-2026-46145 bsc#1267715).
  - Update
    patches.suse/msft-hv-3573-RDMA-mana-Remove-user-triggerable-WARN_ON-in-mana_ib.patch
    (git-fixes CVE-2026-46117 bsc#1267375).
  - Update
    patches.suse/msft-hv-3574-RDMA-mana-Fix-mana_destroy_wq_obj-cleanup-in-mana_ib.patch
    (git-fixes CVE-2026-46126 bsc#1267584).
  - Update
    patches.suse/msft-hv-3575-RDMA-mana-Fix-error-unwind-in-mana_ib_create_qp_rss.patch
    (git-fixes CVE-2026-46144 bsc#1266913).
  - Update patches.suse/net-gro-don-t-merge-zcopy-skbs.patch
    (git-fixes CVE-2026-46323 bsc#1268029).
  - Update
    patches.suse/ocfs2-fix-possible-deadlock-between-unlink-and-dio_e.patch
    (bsc#1258718 CVE-2026-31598 bsc#1263718).
  - Update
    patches.suse/ocfs2-split-transactions-in-dio-completion-to-avoid-.patch
    (bsc#1258718 CVE-2026-46080 bsc#1267596).
  - Update
    patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch
    (bsc#1253262 ltc#216029 CVE-2026-45904 bsc#1266890).
  - Update
    patches.suse/ptrace-slightly-saner-get_dumpable-logic.patch
    (bsc#1265308 CVE-2026-46333).
  - Update
    patches.suse/s390-entry-Scrub-r12-register-on-kernel-entry.patch
    (bsc#1263068 CVE-2026-31482 bsc#1262745).
  - Update
    patches.suse/s390-syscalls-Add-spectre-boundary-for-syscall-dispatch-table.patch
    (bsc#1263068 CVE-2026-31483 bsc#1262771).
  - Update
    patches.suse/smb-client-reject-userspace-cifs-spnego-descriptions.patch
    (bsc#1266238 CVE-2026-46243).
  - Update
    patches.suse/usb-ulpi-fix-memory-leak-on-ulpi_register-error-path.patch
    (CVE-2026-31759 bsc#1264076 CVE-2026-46109 bsc#1266850).
  - Update
    patches.suse/x86-CPU-AMD-Prevent-improper-isolation-of-shared-resources.patch
    (bsc#1264013 CVE-2025-54518 CVE-2026-46174 bsc#1267384).
  - Update patches.suse/x86-CPU-Fix-FPDSS-on-Zen1.patch (bsc#1243603
    CVE-2023-2058 CVE-2026-31628 bsc#1263788).
  - Update
    patches.suse/x86-platform-uv-Handle-deconfigured-sockets.patch
    (bsc#1260347 CVE-2026-31542 bsc#1263010).
  - commit 8102903
  - Update
    patches.suse/ACPI-processor-Fix-NULL-pointer-dereference-in-acpi_.patch
    (stable-fixes CVE-2026-43313 bsc#1264821).
  - Update
    patches.suse/ACPICA-Fix-NULL-pointer-dereference-in-acpi_ev_addre.patch
    (git-fixes CVE-2026-45982 bsc#1266872).
  - Update
    patches.suse/ALSA-6fire-fix-use-after-free-on-disconnect.patch
    (git-fixes CVE-2026-31581 bsc#1263167).
  - Update
    patches.suse/ALSA-PCM-Fix-wait-queue-list-corruption-in-snd_pcm_d.patch
    (git-fixes CVE-2026-53242 bsc#1269236).
  - Update
    patches.suse/ALSA-caiaq-fix-stack-out-of-bounds-read-in-init_card.patch
    (git-fixes CVE-2026-31778 bsc#1263923).
  - Update
    patches.suse/ALSA-caiaq-fix-usb_dev-refcount-leak-on-probe-failur.patch
    (git-fixes CVE-2026-46048 bsc#1267496).
  - Update
    patches.suse/ALSA-caiaq-take-a-reference-on-the-USB-device-in-cre.patch
    (git-fixes CVE-2026-31701 bsc#1263876).
  - Update
    patches.suse/ALSA-control-Validate-buf_len-before-strnlen-in-snd_.patch
    (git-fixes CVE-2026-46088 bsc#1267226).
  - Update
    patches.suse/ALSA-ctxfi-Add-fallback-to-default-RSR-for-S-PDIF.patch
    (git-fixes CVE-2026-46049 bsc#1267448).
  - Update
    patches.suse/ALSA-ctxfi-Fix-missing-SPDIFI1-index-handling.patch
    (stable-fixes CVE-2026-31776 bsc#1264035).
  - Update
    patches.suse/ALSA-fireworks-bound-device-supplied-status-before-s.patch
    (git-fixes CVE-2026-31619 bsc#1263806).
  - Update
    patches.suse/ALSA-timer-Fix-UAF-at-snd_timer_user_params.patch
    (stable-fixes CVE-2026-53192 bsc#1269669).
  - Update
    patches.suse/ALSA-usb-audio-Add-sanity-check-for-OOB-writes-at-si.patch
    (stable-fixes CVE-2026-43279 bsc#1264618).
  - Update
    patches.suse/ALSA-usb-audio-Avoid-potential-endless-loop-in-conve.patch
    (git-fixes CVE-2026-46146 bsc#1267571).
  - Update
    patches.suse/ALSA-usb-audio-Bound-MIDI-2.0-endpoint-descriptor-sc.patch
    (git-fixes CVE-2026-52964 bsc#1269178).
  - Update
    patches.suse/ALSA-usb-audio-Bound-MIDI-endpoint-descriptor-scans.patch
    (git-fixes CVE-2026-52963 bsc#1269177).
  - Update
    patches.suse/ALSA-usb-audio-Check-endpoint-numbers-at-parsing-Sca.patch
    (stable-fixes CVE-2026-43436 bsc#1264988).
  - Update
    patches.suse/ALSA-usb-audio-stop-parsing-UAC2-rates-at-MAX_NR_RAT.patch
    (git-fixes CVE-2026-46018 bsc#1266751).
  - Update
    patches.suse/APEI-GHES-ensure-that-won-t-go-past-CPER-allocated-r.patch
    (stable-fixes CVE-2026-43277 bsc#1264594).
  - Update
    patches.suse/ASoC-SOF-Don-t-allow-pointer-operations-on-unconfigu.patch
    (git-fixes CVE-2026-46179 bsc#1267719).
  - Update
    patches.suse/ASoC-SOF-Intel-hda-Fix-NULL-pointer-dereference.patch
    (stable-fixes CVE-2026-43137 bsc#1264564).
  - Update
    patches.suse/ASoC-SOF-ipc4-topology-Correct-the-allocation-size-f.patch
    (git-fixes CVE-2025-71286 bsc#1264615).
  - Update
    patches.suse/ASoC-amd-acp-mach-common-Add-missing-error-check-for.patch
    (git-fixes CVE-2026-43443 bsc#1264785).
  - Update
    patches.suse/ASoC-amd-acp3x-rt5682-max9836-Add-missing-error-chec.patch
    (git-fixes CVE-2026-43480 bsc#1265249).
  - Update
    patches.suse/ASoC-nau8821-Cancel-delayed-work-on-component-remove.patch
    (git-fixes CVE-2026-45963 bsc#1267021).
  - Update
    patches.suse/ASoC-qcom-q6apm-lpass-dai-Fix-multiple-graph-opens.patch
    (git-fixes CVE-2026-46143 bsc#1267712).
  - Update
    patches.suse/ASoC-qcom-q6apm-move-component-registration-to-unman.patch
    (git-fixes CVE-2026-31587 bsc#1263145).
  - Update
    patches.suse/ASoC-qcom-qdsp6-Fix-q6apm-remove-ordering-during-ADS.patch
    (git-fixes CVE-2026-43412 bsc#1265080).
  - Update
    patches.suse/ASoC-soc-core-flush-delayed-work-before-removing-DAI.patch
    (git-fixes CVE-2026-43459 bsc#1264768).
  - Update
    patches.suse/ASoC-sti-use-managed-regmap_field-allocations.patch
    (git-fixes CVE-2026-53065 bsc#1269661).
  - Update
    patches.suse/ASoC-wm_adsp-Fix-NULL-dereference-when-removing-firm.patch
    (git-fixes CVE-2026-53350 bsc#1270244).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-ERTM-re-init-and-zero-pdu_len-in.patch
    (git-fixes CVE-2026-31498 bsc#1262751).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-missing-key-size-check-for-L2CAP.patch
    (git-fixes CVE-2026-43134 bsc#1264308).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-null-ptr-deref-in-l2cap_sock_new.patch
    (git-fixes CVE-2026-45835 bsc#1266411).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-null-ptr-deref-in-l2cap_sock_sta.patch
    (git-fixes CVE-2026-45834 bsc#1266412).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-null-ptr-deref-on-l2cap_sock_rea.patch
    (git-fixes CVE-2026-31510 bsc#1262603).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-type-confusion-in-l2cap_ecred_re.patch
    (git-fixes CVE-2026-43062 bsc#1264197).
  - Update
    patches.suse/Bluetooth-L2CAP-reject-BR-EDR-signaling-packets-over.patch
    (stable-fixes CVE-2026-53208 bsc#1269899).
  - Update
    patches.suse/Bluetooth-L2CAP-use-chan-timer-to-close-channels-in-.patch
    (git-fixes CVE-2026-53358 bsc#1270260).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-dangling-pointer-on-mgmt_add_adv_.patch
    (git-fixes CVE-2026-31511 bsc#1263020).
  - Update
    patches.suse/Bluetooth-MGMT-validate-LTK-enc_size-on-load.patch
    (git-fixes CVE-2026-43020 bsc#1264006).
  - Update
    patches.suse/Bluetooth-MGMT-validate-advertising-TLV-before-type-.patch
    (git-fixes CVE-2026-53255 bsc#1269378).
  - Update
    patches.suse/Bluetooth-MGMT-validate-mesh-send-advertising-payloa.patch
    (git-fixes CVE-2026-43017 bsc#1264009).
  - Update
    patches.suse/Bluetooth-RFCOMM-validate-skb-length-in-MCC-handlers.patch
    (git-fixes CVE-2026-53254 bsc#1269996).
  - Update
    patches.suse/Bluetooth-SMP-derive-legacy-responder-STK-authentica.patch
    (git-fixes CVE-2026-31773 bsc#1264039).
  - Update
    patches.suse/Bluetooth-btusb-clamp-SCO-altsetting-table-indices.patch
    (git-fixes CVE-2026-31497 bsc#1262992).
  - Update
    patches.suse/Bluetooth-hci_event-Fix-OOB-read-and-infinite-loop-i.patch
    (git-fixes CVE-2026-46138 bsc#1267649).
  - Update
    patches.suse/Bluetooth-hci_event-fix-potential-UAF-in-SSP-passkey.patch
    (git-fixes CVE-2026-46056 bsc#1267435).
  - Update
    patches.suse/Bluetooth-hci_event-fix-potential-UAF-in-hci_le_remo.patch
    (git-fixes CVE-2026-43018 bsc#1264008).
  - Update
    patches.suse/Bluetooth-hci_ldisc-Clear-HCI_UART_PROTO_INIT-on-err.patch
    (git-fixes CVE-2026-53073 bsc#1269682).
  - Update
    patches.suse/Bluetooth-hci_ll-Fix-firmware-leak-on-error-path.patch
    (git-fixes CVE-2026-43069 bsc#1264190).
  - Update
    patches.suse/Bluetooth-hci_sync-reject-oversized-Broadcast-Announ.patch
    (git-fixes CVE-2026-53209 bsc#1269304).
  - Update
    patches.suse/Bluetooth-hci_uart-fix-UAFs-and-race-conditions-in-c.patch
    (git-fixes CVE-2026-46275 bsc#1267968).
  - Update
    patches.suse/Bluetooth-virtio_bt-validate-rx-pkt_type-header-leng.patch
    (git-fixes CVE-2026-46186 bsc#1266917).
  - Update
    patches.suse/HID-alps-fix-NULL-pointer-dereference-in-alps_raw_ev.patch
    (git-fixes CVE-2026-31625 bsc#1263030).
  - Update
    patches.suse/HID-apple-avoid-memory-leak-in-apple_report_fixup.patch
    (stable-fixes CVE-2026-31520 bsc#1262653).
  - Update
    patches.suse/HID-asus-avoid-memory-leak-in-asus_report_fixup.patch
    (stable-fixes CVE-2026-31524 bsc#1262605).
  - Update
    patches.suse/HID-core-clamp-report_size-in-s32ton-to-avoid-undefi.patch
    (stable-fixes CVE-2026-31624 bsc#1263657).
  - Update patches.suse/HID-hid-pl-handle-probe-errors.patch
    (git-fixes CVE-2026-43152 bsc#1264331).
  - Update
    patches.suse/HID-logitech-hidpp-Check-maxfield-in-hidpp_get_repor.patch
    (stable-fixes CVE-2026-43136 bsc#1264540).
  - Update
    patches.suse/HID-magicmouse-Do-not-crash-on-missing-msc-input.patch
    (stable-fixes CVE-2026-43140 bsc#1264630).
  - Update
    patches.suse/HID-magicmouse-avoid-memory-leak-in-magicmouse_repor.patch
    (stable-fixes CVE-2026-31522 bsc#1262637).
  - Update
    patches.suse/HID-multitouch-Check-to-ensure-report-responses-matc.patch
    (stable-fixes CVE-2026-43047 bsc#1264073).
  - Update
    patches.suse/HID-playstation-Add-missing-check-for-input_ff_creat.patch
    (git-fixes CVE-2026-45969 bsc#1266743).
  - Update
    patches.suse/HID-playstation-Clamp-num_touch_reports.patch
    (git-fixes CVE-2026-46232 bsc#1267669).
  - Update
    patches.suse/HID-prodikeys-Check-presence-of-pm-input_ep82.patch
    (stable-fixes CVE-2026-43251 bsc#1264423).
  - Update
    patches.suse/HID-roccat-fix-use-after-free-in-roccat_report_event.patch
    (stable-fixes CVE-2026-43111 bsc#1264480).
  - Update
    patches.suse/HID-usbhid-fix-deadlock-in-hid_post_reset.patch
    (git-fixes CVE-2026-53037 bsc#1269081).
  - Update
    patches.suse/HID-wacom-fix-out-of-bounds-read-in-wacom_intuos_bt_.patch
    (stable-fixes CVE-2026-43051 bsc#1264065).
  - Update
    patches.suse/Input-uinput-fix-circular-locking-dependency-with-ff.patch
    (git-fixes CVE-2026-31667 bsc#1263139).
  - Update
    patches.suse/KVM-SVM-Inject-UD-for-INVLPGA-if-EFER.SVME-0.patch
    (git-fixes CVE-2026-46082 bsc#1267473).
  - Update
    patches.suse/KVM-nSVM-Always-use-vmcb01-in-VMLOAD-VMSAVE-emulatio.patch
    (git-fixes CVE-2026-43133 bsc#1264640).
  - Update
    patches.suse/KVM-x86-check-for-nEPT-nNPT-in-slow-flush-hypercalls.patch
    (git-fixes CVE-2026-46131 bsc#1267636).
  - Update patches.suse/NFC-nxp-nci-allow-GPIOs-to-sleep.patch
    (git-fixes CVE-2026-31545 bsc#1263013).
  - Update
    patches.suse/NFC-pn533-bound-the-UART-receive-buffer.patch
    (git-fixes CVE-2026-43032 bsc#1263999).
  - Update
    patches.suse/PCI-Fix-pci_slot_trylock-error-handling.patch
    (git-fixes CVE-2026-43211 bsc#1264387).
  - Update
    patches.suse/PCI-P2PDMA-Release-per-CPU-pgmap-ref-when-vm_insert_.patch
    (git-fixes CVE-2026-45880 bsc#1268223).
  - Update
    patches.suse/PCI-endpoint-Fix-swapped-parameters-in-pci_-primary-.patch
    (git-fixes CVE-2026-43200 bsc#1264431).
  - Update
    patches.suse/PCI-endpoint-pci-epf-ntb-Remove-duplicate-resource-t.patch
    (git-fixes CVE-2026-46009 bsc#1266684).
  - Update
    patches.suse/Revert-PCI-IOV-Add-PCI-rescan-remove-locking-when-en.patch
    (git-fixes CVE-2026-43147 bsc#1264642).
  - Update
    patches.suse/Revert-hwmon-ibmpex-fix-use-after-free-in-high-low-s.patch
    (git-fixes CVE-2026-45914 bsc#1266884).
  - Update
    patches.suse/USB-core-Limit-the-length-of-unkillable-synchronous-.patch
    (git-fixes CVE-2026-43428 bsc#1265138).
  - Update
    patches.suse/USB-dummy-hcd-Fix-interrupt-synchronization-error.patch
    (git-fixes CVE-2026-43324 bsc#1264803).
  - Update
    patches.suse/USB-dummy-hcd-Fix-locking-synchronization-error.patch
    (git-fixes CVE-2026-43327 bsc#1265078).
  - Update
    patches.suse/USB-serial-io_ti-fix-heap-overflow-in-build_i2c_fw_h.patch
    (git-fixes CVE-2026-53195 bsc#1269984).
  - Update
    patches.suse/USB-serial-kl5kusb105-fix-bulk-out-buffer-overflow.patch
    (git-fixes CVE-2026-53194 bsc#1269904).
  - Update
    patches.suse/USB-usbtmc-Use-usb_bulk_msg_killable-with-user-speci.patch
    (git-fixes CVE-2026-43429 bsc#1265054).
  - Update
    patches.suse/X.509-Fix-out-of-bounds-access-when-parsing-extensio.patch
    (git-fixes CVE-2026-31430 bsc#1262391).
  - Update
    patches.suse/accel-qaic-Handle-DBC-deactivation-if-the-owner-went.patch
    (git-fixes CVE-2026-43007 bsc#1264019).
  - Update
    patches.suse/agp-amd64-Fix-broken-error-propagation-in-agp_amd64_.patch
    (git-fixes CVE-2026-53325 bsc#1269726).
  - Update
    patches.suse/atm-fore200e-fix-use-after-free-in-tasklets-during-d.patch
    (git-fixes CVE-2026-43203 bsc#1264600).
  - Update
    patches.suse/batman-adv-Avoid-double-rtnl_lock-ELP-metric-worker.patch
    (git-fixes CVE-2026-43382 bsc#1265047).
  - Update
    patches.suse/batman-adv-bla-only-purge-non-released-claims.patch
    (git-fixes CVE-2026-46233 bsc#1267701).
  - Update
    patches.suse/batman-adv-bla-prevent-use-after-free-when-deleting-.patch
    (git-fixes CVE-2026-46212 bsc#1267693).
  - Update
    patches.suse/batman-adv-bla-put-backbone-reference-on-failed-clai.patch
    (git-fixes CVE-2026-46231 bsc#1267565).
  - Update
    patches.suse/batman-adv-clear-current-gateway-during-teardown.patch
    (git-fixes CVE-2026-52926 bsc#1269025).
  - Update
    patches.suse/batman-adv-dat-handle-forward-allocation-error.patch
    (git-fixes CVE-2026-52922 bsc#1269030).
  - Update
    patches.suse/batman-adv-fix-fragment-reassembly-length-accounting.patch
    (git-fixes CVE-2026-52914 bsc#1268986).
  - Update
    patches.suse/batman-adv-fix-integer-overflow-on-buff_pos.patch
    (git-fixes CVE-2026-46198 bsc#1266854).
  - Update
    patches.suse/batman-adv-fix-tp_meter-counter-underflow-during-shu.patch
    (git-fixes CVE-2026-52919 bsc#1269031).
  - Update
    patches.suse/batman-adv-frag-disallow-unicast-fragment-in-fragmen.patch
    (git-fixes CVE-2026-52916 bsc#1269002).
  - Update
    patches.suse/batman-adv-hold-claim-backbone-gateways-by-reference.patch
    (git-fixes CVE-2026-31657 bsc#1263175).
  - Update
    patches.suse/batman-adv-reject-new-tp_meter-sessions-during-teard.patch
    (git-fixes CVE-2026-46206 bsc#1266834).
  - Update
    patches.suse/batman-adv-reject-oversized-global-TT-response-buffe.patch
    (git-fixes CVE-2026-31659 bsc#1263495).
  - Update
    patches.suse/batman-adv-stop-caching-unowned-originator-pointers-.patch
    (git-fixes CVE-2026-46238 bsc#1266846).
  - Update
    patches.suse/batman-adv-tp_meter-avoid-use-of-uninit-sender-vars.patch
    (git-fixes CVE-2026-52931 bsc#1269008).
  - Update
    patches.suse/btrfs-fix-zero-size-inode-with-non-zero-size-after-l.patch
    (git-fixes CVE-2026-43118 bsc#1264417).
  - Update
    patches.suse/btrfs-tracepoints-get-correct-superblock-from-dentry-in-ev.patch
    (bsc#1257777 CVE-2026-43117 bsc#1264414).
  - Update
    patches.suse/can-isotp-fix-tx.buf-use-after-free-in-isotp_sendmsg.patch
    (git-fixes CVE-2026-31474 bsc#1262723).
  - Update
    patches.suse/can-raw-fix-ro-uniq-use-after-free-in-raw_rcv.patch
    (git-fixes CVE-2026-31532 bsc#1262757).
  - Update patches.suse/can-ucan-fix-devres-lifetime.patch
    (git-fixes CVE-2026-46103 bsc#1267555).
  - Update
    patches.suse/clk-qcom-gfx3d-add-parent-to-parent-request-map.patch
    (git-fixes CVE-2026-46247 bsc#1267666).
  - Update
    patches.suse/comedi-Reinit-dev-spinlock-between-attachments-to-lo.patch
    (git-fixes CVE-2026-43340 bsc#1265096).
  - Update
    patches.suse/comedi-dt2815-add-hardware-detection-to-prevent-cras.patch
    (stable-fixes CVE-2026-31751 bsc#1264044).
  - Update
    patches.suse/comedi-me4000-Fix-potential-overrun-of-firmware-buff.patch
    (git-fixes CVE-2026-31747 bsc#1264101).
  - Update
    patches.suse/comedi-me_daq-Fix-potential-overrun-of-firmware-buff.patch
    (git-fixes CVE-2026-31748 bsc#1264100).
  - Update
    patches.suse/comedi-ni_atmio16d-Fix-invalid-clean-up-after-failed.patch
    (git-fixes CVE-2026-31749 bsc#1264075).
  - Update
    patches.suse/crypto-af-alg-fix-NULL-pointer-dereference-in-scatte.patch
    (git-fixes CVE-2026-43043 bsc#1264088).
  - Update
    patches.suse/crypto-atmel-aes-Fix-3-page-memory-leak-in-atmel_aes.patch
    (git-fixes CVE-2026-46019 bsc#1266732).
  - Update
    patches.suse/crypto-atmel-sha204a-Fix-potential-UAF-and-memory-le.patch
    (git-fixes CVE-2026-46075 bsc#1267367).
  - Update
    patches.suse/crypto-atmel-tdes-fix-DMA-sync-direction.patch
    (git-fixes CVE-2026-46077 bsc#1267466).
  - Update
    patches.suse/crypto-authencesn-reject-short-ahash-digests-during-.patch
    (git-fixes CVE-2026-46033 bsc#1266692).
  - Update
    patches.suse/crypto-ccree-fix-a-memory-leak-in-cc_mac_digest.patch
    (git-fixes CVE-2026-45986 bsc#1266739).
  - Update
    patches.suse/crypto-jitterentropy-replace-long-held-spinlock-with.patch
    (git-fixes CVE-2026-52936 bsc#1268981).
  - Update
    patches.suse/crypto-pcrypt-Fix-handling-of-MAY_BACKLOG-requests.patch
    (git-fixes CVE-2026-43493 bsc#1265627).
  - Update
    patches.suse/dmaengine-idxd-Fix-leaking-event-log-memory.patch
    (git-fixes CVE-2026-31440 bsc#1262658).
  - Update
    patches.suse/dmaengine-idxd-Fix-memory-leak-when-a-wq-is-reset.patch
    (git-fixes CVE-2026-31441 bsc#1262659).
  - Update
    patches.suse/dmaengine-idxd-Fix-not-releasing-workqueue-on-.relea.patch
    (git-fixes CVE-2026-43064 bsc#1264189).
  - Update
    patches.suse/dmaengine-xilinx-xdma-Fix-regmap-init-error-handling.patch
    (git-fixes CVE-2026-31439 bsc#1262639).
  - Update
    patches.suse/drm-Account-property-blob-allocations-to-memcg.patch
    (stable-fixes CVE-2026-43287 bsc#1265037).
  - Update
    patches.suse/drm-amd-display-Avoid-NULL-dereference-in-dc_dmub_sr.patch
    (git-fixes CVE-2026-53313 bsc#1269719).
  - Update
    patches.suse/drm-amd-display-Clamp-HDMI-HDCP2-rx_id_list-read-to-.patch
    (git-fixes CVE-2026-53137 bsc#1269796).
  - Update
    patches.suse/drm-amd-display-Clamp-VBIOS-HDMI-retimer-register-co.patch
    (stable-fixes CVE-2026-53136 bsc#1269811).
  - Update
    patches.suse/drm-amd-display-Fix-NULL-deref-and-buffer-over-read-.patch
    (git-fixes CVE-2026-53135 bsc#1269817).
  - Update
    patches.suse/drm-amd-display-Use-krealloc_array-in-dal_vector_res.patch
    (git-fixes CVE-2026-53329 bsc#1270058).
  - Update
    patches.suse/drm-amdgpu-Add-bounds-checking-to-ib_-get-set-_value.patch
    (stable-fixes CVE-2026-46218 bsc#1267632).
  - Update
    patches.suse/drm-amdgpu-Fix-fence-put-before-wait-in-amdgpu_amdkf.patch
    (git-fixes CVE-2026-31566 bsc#1263055).
  - Update
    patches.suse/drm-amdgpu-Fix-memory-leak-in-amdgpu_acpi_enumerate_.patch
    (git-fixes CVE-2026-45947 bsc#1267198).
  - Update
    patches.suse/drm-amdgpu-Fix-memory-leak-in-amdgpu_ras_init.patch
    (git-fixes CVE-2026-45976 bsc#1267027).
  - Update
    patches.suse/drm-amdgpu-Fix-use-after-free-race-in-VM-acquire.patch
    (stable-fixes CVE-2026-43370 bsc#1264782).
  - Update
    patches.suse/drm-amdgpu-fix-AMDGPU_INFO_READ_MMR_REG.patch
    (git-fixes CVE-2026-53293 bsc#1269898).
  - Update
    patches.suse/drm-amdgpu-fix-sync-handling-in-amdgpu_dma_buf_move_.patch
    (git-fixes CVE-2026-43318 bsc#1264991).
  - Update
    patches.suse/drm-amdgpu-fix-zero-size-GDS-range-init-on-RDNA4.patch
    (stable-fixes CVE-2026-46276 bsc#1267922).
  - Update
    patches.suse/drm-amdgpu-sdma4-replace-BUG_ON-with-WARN_ON-in-fenc.patch
    (git-fixes CVE-2026-46220 bsc#1267704).
  - Update
    patches.suse/drm-amdgpu-vcn3-Prevent-OOB-reads-when-parsing-dec-m.patch
    (stable-fixes CVE-2026-46230 bsc#1267623).
  - Update
    patches.suse/drm-amdgpu-vcn4-Prevent-OOB-reads-when-parsing-IB.patch
    (stable-fixes CVE-2026-46204 bsc#1267661).
  - Update
    patches.suse/drm-amdgpu-vcn4-Prevent-OOB-reads-when-parsing-dec-m.patch
    (stable-fixes CVE-2026-46199 bsc#1267638).
  - Update
    patches.suse/drm-amdkfd-Fix-buffer-overflow-in-SDMA-queue-checkpo.patch
    (git-fixes CVE-2026-53143 bsc#1269652).
  - Update
    patches.suse/drm-amdkfd-fix-NULL-dereference-in-get_queue_ids.patch
    (git-fixes CVE-2026-53144 bsc#1269245).
  - Update
    patches.suse/drm-atmel-hlcdc-fix-memory-leak-from-the-atomic_dest.patch
    (stable-fixes CVE-2026-43269 bsc#1264590).
  - Update
    patches.suse/drm-atmel-hlcdc-fix-use-after-free-of-drm_crtc_commi.patch
    (stable-fixes CVE-2026-43236 bsc#1264538).
  - Update
    patches.suse/drm-bridge-cadence-cdns-mhdp8546-core-Set-the-mhdp-c.patch
    (git-fixes CVE-2026-53058 bsc#1269684).
  - Update
    patches.suse/drm-bridge-samsung-dsim-Fix-memory-leak-in-error-pat.patch
    (git-fixes CVE-2026-43397 bsc#1264668).
  - Update
    patches.suse/drm-buddy-Prevent-BUG_ON-by-validating-rounded-alloc.patch
    (git-fixes CVE-2026-43169 bsc#1264379).
  - Update
    patches.suse/drm-display-dp_mst-Add-protection-against-0-vcpi.patch
    (stable-fixes CVE-2025-71305 bsc#1266762).
  - Update
    patches.suse/drm-gma500-oaktrail_lvds-fix-hang-on-init-failure.patch
    (git-fixes CVE-2026-53279 bsc#1269505).
  - Update
    patches.suse/drm-i915-gem-Fix-phys-BO-pread-pwrite-with-offset.patch
    (git-fixes CVE-2026-53356 bsc#1270112).
  - Update
    patches.suse/drm-i915-gt-Check-set_default_submission-before-defe.patch
    (git-fixes CVE-2026-31540 bsc#1263011).
  - Update
    patches.suse/drm-ioc32-stop-speculation-on-the-drm_compat_ioctl-p.patch
    (git-fixes CVE-2026-31781 bsc#1264033).
  - Update
    patches.suse/drm-komeda-fix-integer-overflow-in-AFBC-framebuffer-.patch
    (git-fixes CVE-2026-53068 bsc#1269410).
  - Update
    patches.suse/drm-msm-dpu-fix-mismatch-between-power-and-frequency.patch
    (git-fixes CVE-2026-53056 bsc#1269403).
  - Update
    patches.suse/drm-nouveau-fix-u32-overflow-in-pushbuf-reloc-bounds.patch
    (git-fixes CVE-2026-46006 bsc#1267479).
  - Update
    patches.suse/drm-sun4i-backend-fix-error-pointer-dereference.patch
    (git-fixes CVE-2026-53066 bsc#1269187).
  - Update
    patches.suse/drm-v3d-Set-DMA-segment-size-to-avoid-debug-warnings.patch
    (stable-fixes CVE-2026-43302 bsc#1265102).
  - Update
    patches.suse/drm-vc4-Fix-a-memory-leak-in-hang-state-error-path.patch
    (git-fixes CVE-2026-43104 bsc#1264247).
  - Update
    patches.suse/drm-vc4-Fix-memory-leak-of-BO-array-in-hang-state.patch
    (git-fixes CVE-2026-43105 bsc#1264237).
  - Update patches.suse/drm-vc4-fix-krealloc-memory-leak.patch
    (git-fixes CVE-2026-53213 bsc#1269283).
  - Update
    patches.suse/drm-vc4-platform_get_irq_byname-returns-an-int.patch
    (stable-fixes CVE-2026-43072 bsc#1264451).
  - Update
    patches.suse/drm-virtio-Fix-driver-removal-with-disabled-KMS.patch
    (git-fixes CVE-2026-53347 bsc#1270241).
  - Update
    patches.suse/drm-virtio-fix-dma_fence-refcount-leak-on-error-in-v.patch
    (git-fixes CVE-2026-53190 bsc#1269772).
  - Update
    patches.suse/efi-Fix-reservation-of-unaccepted-memory-table.patch
    (git-fixes CVE-2026-45851 bsc#1266688).
  - Update
    patches.suse/efi-capsule-loader-fix-incorrect-sizeof-in-phys-arra.patch
    (git-fixes CVE-2026-53047 bsc#1269644).
  - Update
    patches.suse/ext4-reject-mount-if-bigalloc-with-s_first_data_bloc.patch
    (git-fixes CVE-2026-31447 bsc#1262614).
  - Update
    patches.suse/fbcon-check-return-value-of-con2fb_acquire_newinfo.patch
    (git-fixes CVE-2026-43123 bsc#1264598).
  - Update
    patches.suse/fbdev-au1200fb-Fix-a-memory-leak-in-au1200fb_drv_pro.patch
    (git-fixes CVE-2026-45954 bsc#1266939).
  - Update
    patches.suse/fbdev-of-display_timing-fix-refcount-leak-in-of_get_.patch
    (git-fixes CVE-2026-43264 bsc#1264424).
  - Update
    patches.suse/fbdev-tdfxfb-avoid-divide-by-zero-on-FBIOPUT_VSCREEN.patch
    (stable-fixes CVE-2026-31618 bsc#1263785).
  - Update
    patches.suse/fbdev-udlfb-add-vm_ops-to-dlfb_ops_mmap-to-prevent-u.patch
    (stable-fixes CVE-2026-43497 bsc#1266003).
  - Update
    patches.suse/fbdev-udlfb-avoid-divide-by-zero-on-FBIOPUT_VSCREENI.patch
    (git-fixes CVE-2026-31605 bsc#1263493).
  - Update
    patches.suse/fbdev-vt8500lcdfb-fix-missing-dma_free_coherent.patch
    (git-fixes CVE-2026-43202 bsc#1264336).
  - Update
    patches.suse/gpio-mvebu-fix-NULL-pointer-dereference-in-suspend-r.patch
    (git-fixes CVE-2026-53237 bsc#1269131).
  - Update
    patches.suse/gpio-omap-do-not-register-driver-in-probe.patch
    (git-fixes CVE-2026-31687 bsc#1263598).
  - Update
    patches.suse/hwmon-occ-Fix-division-by-zero-in-occ_show_power_1.patch
    (git-fixes CVE-2026-31770 bsc#1264142).
  - Update
    patches.suse/hwmon-pmbus-q54sj108a2-fix-stack-overflow-in-debugfs.patch
    (git-fixes CVE-2026-43380 bsc#1264780).
  - Update
    patches.suse/i2c-cp2615-fix-serial-string-NULL-deref-at-probe.patch
    (git-fixes CVE-2026-31549 bsc#1263025).
  - Update
    patches.suse/i2c-dev-prevent-integer-overflow-in-I2C_TIMEOUT-ioct.patch
    (stable-fixes CVE-2026-52948 bsc#1269116).
  - Update
    patches.suse/i2c-qcom-cci-Fix-NULL-pointer-dereference-in-cci_rem.patch
    (git-fixes CVE-2026-53339 bsc#1270248).
  - Update
    patches.suse/i2c-s3c24xx-check-the-size-of-the-SMBUS-message-befo.patch
    (stable-fixes CVE-2026-31627 bsc#1263786).
  - Update
    patches.suse/iio-adc-ti-adc161s626-use-DMA-safe-memory-for-spi_re.patch
    (git-fixes CVE-2026-31768 bsc#1264125).
  - Update
    patches.suse/iio-chemical-sps30_i2c-fix-buffer-size-in-sps30_i2c_.patch
    (git-fixes CVE-2026-43476 bsc#1265257).
  - Update
    patches.suse/iio-gyro-mpu3050-Fix-incorrect-free_irq-variable.patch
    (git-fixes CVE-2026-31763 bsc#1263975).
  - Update patches.suse/iio-gyro-mpu3050-Fix-irq-resource-leak.patch
    (git-fixes CVE-2026-31762 bsc#1264048).
  - Update
    patches.suse/iio-gyro-mpu3050-Move-iio_device_register-to-correct.patch
    (git-fixes CVE-2026-31761 bsc#1264122).
  - Update
    patches.suse/iio-gyro-mpu3050-core-fix-pm_runtime-error-handling.patch
    (git-fixes CVE-2026-43357 bsc#1264809).
  - Update
    patches.suse/iio-sca3000-Fix-a-resource-leak-in-sca3000_probe.patch
    (git-fixes CVE-2026-45883 bsc#1266774).
  - Update
    patches.suse/ima-verify-the-previous-kernel-s-IMA-buffer-lies-in-a.patch
    (CVE-2026-43240 bsc#1264386 CVE-2026-43129 bsc#1264553).
  - Update
    patches.suse/iommu-amd-serialize-sequence-allocation-under-concur.patch
    (git-fixes CVE-2026-43220 bsc#1264416).
  - Update
    patches.suse/ipmi-Add-limits-to-event-and-receive-message-request.patch
    (git-fixes CVE-2026-46177 bsc#1267725).
  - Update
    patches.suse/ipmi-Check-event-message-buffer-response-for-bad-dat.patch
    (git-fixes CVE-2026-46128 bsc#1267643).
  - Update
    patches.suse/ipmi-ipmb-initialise-event-handler-read-bytes.patch
    (git-fixes CVE-2026-43221 bsc#1264442).
  - Update
    patches.suse/ipmi-si-Return-state-to-normal-if-message-allocation.patch
    (git-fixes CVE-2026-46108 bsc#1267615).
  - Update
    patches.suse/ipv4-account-for-fraggap-on-the-paged-allocation-path.patch
    (git-fixes CVE-2026-53366 bsc#1271366).
  - Update
    patches.suse/media-amphion-Fix-race-between-m2m-job_abort-and-dev.patch
    (git-fixes CVE-2026-46058 bsc#1266677).
  - Update
    patches.suse/media-as102-fix-to-not-free-memory-after-the-device-.patch
    (git-fixes CVE-2026-31578 bsc#1263075).
  - Update
    patches.suse/media-ccs-Avoid-possible-division-by-zero.patch
    (git-fixes CVE-2026-43182 bsc#1264340).
  - Update
    patches.suse/media-cx23885-Add-missing-unmap-in-snd_cx23885_hw_pa.patch
    (git-fixes CVE-2026-43135 bsc#1264613).
  - Update
    patches.suse/media-cx25821-Fix-a-resource-leak-in-cx25821_dev_set.patch
    (stable-fixes CVE-2026-43183 bsc#1264620).
  - Update
    patches.suse/media-cx88-Add-missing-unmap-in-snd_cx88_hw_params.patch
    (git-fixes CVE-2026-43257 bsc#1264296).
  - Update
    patches.suse/media-em28xx-fix-use-after-free-in-em28xx_v4l2_open.patch
    (git-fixes CVE-2026-31583 bsc#1263173).
  - Update
    patches.suse/media-hackrf-fix-to-not-free-memory-after-the-device.patch
    (git-fixes CVE-2026-31576 bsc#1263073).
  - Update
    patches.suse/media-i2c-ov5647-Initialize-subdev-before-controls.patch
    (git-fixes CVE-2026-43312 bsc#1265101).
  - Update
    patches.suse/media-i2c-tw9903-Fix-potential-memory-leak-in-tw9903.patch
    (git-fixes CVE-2026-43218 bsc#1264479).
  - Update
    patches.suse/media-i2c-tw9906-Fix-potential-memory-leak-in-tw9906.patch
    (git-fixes CVE-2026-43246 bsc#1264322).
  - Update
    patches.suse/media-mtk-jpeg-fix-use-after-free-in-release-path-du.patch
    (git-fixes CVE-2026-46011 bsc#1267491).
  - Update
    patches.suse/media-mtk-mdp-Fix-a-reference-leak-bug-in-mtk_mdp_re.patch
    (git-fixes CVE-2026-43270 bsc#1264313).
  - Update
    patches.suse/media-mtk-mdp-Fix-error-handling-in-probe-function.patch
    (git-fixes CVE-2026-43207 bsc#1264365).
  - Update
    patches.suse/media-pvrusb2-fix-URB-leak-in-pvr2_send_request_ex.patch
    (stable-fixes CVE-2026-43223 bsc#1264645).
  - Update
    patches.suse/media-qcom-camss-vfe-Fix-out-of-bounds-access-in-vfe.patch
    (git-fixes CVE-2026-43256 bsc#1264425).
  - Update
    patches.suse/media-radio-keene-fix-memory-leak-in-error-path.patch
    (git-fixes CVE-2026-43231 bsc#1264592).
  - Update
    patches.suse/media-rc-xbox_remote-heed-DMA-restrictions.patch
    (git-fixes CVE-2026-46236 bsc#1266910).
  - Update
    patches.suse/media-saa7164-add-ioremap-return-checks-and-cleanups.patch
    (git-fixes CVE-2026-46235 bsc#1267702).
  - Update
    patches.suse/media-solo6x10-Check-for-out-of-bounds-chip_id.patch
    (stable-fixes CVE-2026-43316 bsc#1264826).
  - Update
    patches.suse/media-videobuf2-Set-vma_flags-in-vb2_dma_sg_mmap.patch
    (git-fixes CVE-2026-46312 bsc#1267990).
  - Update
    patches.suse/media-vidtv-fix-NULL-pointer-dereference-in-vidtv_ch.patch
    (git-fixes CVE-2026-31599 bsc#1263031).
  - Update
    patches.suse/media-vidtv-fix-nfeeds-state-corruption-on-start_str.patch
    (git-fixes CVE-2026-31585 bsc#1263134).
  - Update
    patches.suse/media-vidtv-fix-pass-by-value-structs-causing-MSAN-w.patch
    (git-fixes CVE-2026-43058 bsc#1264129).
  - Update
    patches.suse/memory-tegra124-emc-Fix-dll_change-check.patch
    (git-fixes CVE-2026-53045 bsc#1269404).
  - Update
    patches.suse/mfd-arizona-Fix-regulator-resource-leak-on-wm5102_cl.patch
    (git-fixes CVE-2026-45875 bsc#1266707).
  - Update
    patches.suse/mfd-core-Add-locking-around-mfd_of_node_list.patch
    (git-fixes CVE-2026-43143 bsc#1264388).
  - Update
    patches.suse/misc-bcm_vk-Fix-possible-null-pointer-dereferences-i.patch
    (stable-fixes CVE-2025-71291 bsc#1264560).
  - Update
    patches.suse/misc-fastrpc-Fix-NULL-pointer-dereference-in-rpmsg-c.patch
    (git-fixes CVE-2026-53158 bsc#1269385).
  - Update
    patches.suse/misc-fastrpc-fix-DMA-address-corruption-due-to-find_.patch
    (git-fixes CVE-2026-53159 bsc#1269654).
  - Update
    patches.suse/misc-fastrpc-fix-use-after-free-of-fastrpc_user-in-w.patch
    (git-fixes CVE-2026-53161 bsc#1269255).
  - Update
    patches.suse/misc-fastrpc-fix-use-after-free-race-in-fastrpc_map_.patch
    (git-fixes CVE-2026-53160 bsc#1269670).
  - Update
    patches.suse/misc-fastrpc-possible-double-free-of-cctx-remote_hea.patch
    (git-fixes CVE-2026-31730 bsc#1264041).
  - Update
    patches.suse/mmc-vub300-fix-NULL-deref-on-disconnect.patch
    (git-fixes CVE-2026-31651 bsc#1263111).
  - Update
    patches.suse/mtd-docg3-fix-use-after-free-in-docg3_release.patch
    (git-fixes CVE-2026-46285 bsc#1267948).
  - Update
    patches.suse/mtd-parsers-Fix-memory-leak-in-mtd_parser_tplink_saf.patch
    (git-fixes CVE-2026-45921 bsc#1266806).
  - Update
    patches.suse/net-mlx5-Fix-crash-when-moving-to-switchdev-mode.patch
    (git-fixes CVE-2026-43467 bsc#1264791).
  - Update
    patches.suse/net-nfc-nci-Fix-parameter-validation-for-packet-data.patch
    (git-fixes CVE-2026-43291 bsc#1264819).
  - Update
    patches.suse/net-sched-cls_fw-fix-NULL-dereference-of-old-filters-befor.patch
    (git-fixes CVE-2026-53080 bsc#1269141).
  - Update
    patches.suse/net-usb-catc-enable-basic-endpoint-checking.patch
    (git-fixes CVE-2026-45923 bsc#1266894).
  - Update
    patches.suse/net-usb-cdc-phonet-fix-skb-frags-overflow-in-rx_comp.patch
    (git-fixes CVE-2026-31623 bsc#1263778).
  - Update
    patches.suse/net-usb-kaweth-remove-TX-queue-manipulation-in-kawet.patch
    (git-fixes CVE-2026-43180 bsc#1265093).
  - Update
    patches.suse/net-usb-pegasus-enable-basic-endpoint-checking.patch
    (git-fixes CVE-2026-43156 bsc#1265092).
  - Update
    patches.suse/net-usb-rtl8150-fix-use-after-free-in-rtl8150_start_.patch
    (git-fixes CVE-2026-52982 bsc#1269258).
  - Update
    patches.suse/net-wan-farsync-Fix-use-after-free-bugs-caused-by-un.patch
    (git-fixes CVE-2026-43232 bsc#1264633).
  - Update
    patches.suse/net-wan-fsl_ucc_hdlc-Fix-dma_free_coherent-in-uhdlc_.patch
    (git-fixes CVE-2026-43149 bsc#1264315).
  - Update
    patches.suse/net-x25-Fix-potential-double-free-of-skb.patch
    (git-fixes CVE-2026-43011 bsc#1264079).
  - Update
    patches.suse/nfc-hci-shdlc-Stop-timers-and-work-before-freeing-co.patch
    (git-fixes CVE-2026-46267 bsc#1267630).
  - Update
    patches.suse/nfc-nci-fix-circular-locking-dependency-in-nci_close.patch
    (git-fixes CVE-2026-31509 bsc#1263097).
  - Update
    patches.suse/nfc-pn533-allocate-rx-skb-before-consuming-bytes.patch
    (git-fixes CVE-2026-31660 bsc#1263539).
  - Update
    patches.suse/nfc-s3fwrn5-allocate-rx-skb-before-consuming-bytes.patch
    (git-fixes CVE-2026-43098 bsc#1264257).
  - Update
    patches.suse/nouveau-dpcd-return-EBUSY-for-aux-xfer-if-the-device.patch
    (git-fixes CVE-2026-43381 bsc#1265105).
  - Update
    patches.suse/ntb-ntb_hw_switchtec-Fix-array-index-out-of-bounds-a.patch
    (stable-fixes CVE-2026-43241 bsc#1264844).
  - Update
    patches.suse/ntb-ntb_hw_switchtec-Fix-shift-out-of-bounds-for-0-m.patch
    (stable-fixes CVE-2026-43141 bsc#1264626).
  - Update
    patches.suse/nvmet-tcp-propagate-nvmet_tcp_build_pdu_iovec-errors.patch
    (git-fixes CVE-2026-52989 bsc#1269364).
  - Update
    patches.suse/openvswitch-vport-fix-self-deadlock-on-release-of-tunnel-p.patch
    (CVE-2026-31678 bsc#1263562 CVE-2026-46165 bsc#1266836).
  - Update
    patches.suse/pinctrl-single-fix-refcount-leak-in-pcs_add_gpio_fun.patch
    (git-fixes CVE-2026-45868 bsc#1266741).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-bound-enumeration-strin.patch
    (git-fixes CVE-2026-53022 bsc#1269153).
  - Update
    patches.suse/power-supply-ab8500-Fix-use-after-free-in-power_supp.patch
    (git-fixes CVE-2026-45946 bsc#1268221).
  - Update
    patches.suse/power-supply-act8945a-Fix-use-after-free-in-power_su.patch
    (git-fixes CVE-2026-45867 bsc#1268220).
  - Update
    patches.suse/power-supply-bq256xx-Fix-use-after-free-in-power_sup.patch
    (git-fixes CVE-2026-45902 bsc#1266886).
  - Update
    patches.suse/power-supply-bq25980-Fix-use-after-free-in-power_sup.patch
    (git-fixes CVE-2026-45879 bsc#1266703).
  - Update
    patches.suse/power-supply-cpcap-battery-Fix-use-after-free-in-pow.patch
    (git-fixes CVE-2026-45885 bsc#1266780).
  - Update
    patches.suse/power-supply-goldfish-Fix-use-after-free-in-power_su.patch
    (git-fixes CVE-2026-45936 bsc#1266947).
  - Update
    patches.suse/power-supply-rt9455-Fix-use-after-free-in-power_supp.patch
    (git-fixes CVE-2026-46270 bsc#1267680).
  - Update
    patches.suse/power-supply-sbs-battery-Fix-use-after-free-in-power.patch
    (git-fixes CVE-2026-45916 bsc#1266679).
  - Update
    patches.suse/power-supply-wm97xx-Fix-NULL-pointer-dereference-in-.patch
    (git-fixes CVE-2026-45869 bsc#1266467).
  - Update
    patches.suse/rapidio-replace-rio_free_net-with-kfree-in-rio_scan_.patch
    (git-fixes CVE-2026-43295 bsc#1265100).
  - Update
    patches.suse/regulator-core-fix-locking-in-regulator_resolve_supp.patch
    (git-fixes CVE-2026-46252 bsc#1267676).
  - Update
    patches.suse/remoteproc-xlnx-Only-access-buffer-information-if-IP.patch
    (git-fixes CVE-2026-46016 bsc#1266729).
  - Update
    patches.suse/rpmsg-core-fix-race-in-driver_override_show-and-use-.patch
    (git-fixes CVE-2025-71274 bsc#1264377).
  - Update
    patches.suse/sched-rt-Skip-currently-executing-CPU-in-rto_next_cpu.patch
    (bsc#1262649 CVE-2026-45919 bsc#1266777).
  - Update
    patches.suse/sctp-disable-BH-before-calling-udp_tunnel_xmit_skb.patch
    (CVE-2026-23276 bsc#1260012 CVE-2026-53070 bsc#1269674).
  - Update
    patches.suse/serial-8250-Fix-TX-deadlock-when-using-DMA.patch
    (git-fixes CVE-2026-43061 bsc#1264188).
  - Update
    patches.suse/soc-mediatek-svs-Fix-memory-leak-in-svs_enable_debug.patch
    (git-fixes CVE-2026-45881 bsc#1266721).
  - Update
    patches.suse/soc-ti-k3-socinfo-Fix-regmap-leak-on-probe-failure.patch
    (git-fixes CVE-2026-43242 bsc#1264338).
  - Update
    patches.suse/soc-ti-pruss-Fix-double-free-in-pruss_clk_mux_setup.patch
    (git-fixes CVE-2026-43196 bsc#1264436).
  - Update
    patches.suse/sound-ua101-fix-division-by-zero-at-probe.patch
    (git-fixes CVE-2026-46184 bsc#1266864).
  - Update patches.suse/spi-imx-fix-use-after-free-on-unbind.patch
    (git-fixes CVE-2026-45996 bsc#1267436).
  - Update
    patches.suse/spi-mpc52xx-fix-use-after-free-on-unbind.patch
    (git-fixes CVE-2026-46219 bsc#1267667).
  - Update patches.suse/spi-rspi-fix-controller-deregistration.patch
    (git-fixes CVE-2026-46225 bsc#1267627).
  - Update
    patches.suse/spi-spi-fsl-lpspi-fix-teardown-order-issue-UAF.patch
    (git-fixes CVE-2026-31485 bsc#1262768).
  - Update
    patches.suse/spi-wpcm-fiu-Fix-potential-NULL-pointer-dereference-.patch
    (git-fixes CVE-2026-46261 bsc#1267646).
  - Update
    patches.suse/staging-media-atomisp-Disallow-all-private-IOCTLs.patch
    (git-fixes CVE-2026-46205 bsc#1266908).
  - Update
    patches.suse/staging-rtl8723bs-fix-memory-leak-on-failure-path.patch
    (stable-fixes CVE-2026-43225 bsc#1264526).
  - Update
    patches.suse/staging-rtl8723bs-fix-null-dereference-in-find_netwo.patch
    (git-fixes CVE-2026-43159 bsc#1264616).
  - Update
    patches.suse/staging-rtl8723bs-initialize-le_tmp64-in-rtw_BIP_ver.patch
    (git-fixes CVE-2026-31626 bsc#1263782).
  - Update
    patches.suse/staging-rtl8723bs-properly-validate-the-data-in-rtw_.patch
    (stable-fixes CVE-2026-43387 bsc#1265032).
  - Update
    patches.suse/staging-sm750fb-fix-division-by-zero-in-ps_to_hz.patch
    (git-fixes CVE-2026-31603 bsc#1263491).
  - Update
    patches.suse/thunderbolt-Bound-root-directory-content-to-block-si.patch
    (git-fixes CVE-2026-53149 bsc#1269733).
  - Update
    patches.suse/thunderbolt-Clamp-XDomain-response-data-copy-to-allo.patch
    (git-fixes CVE-2026-53148 bsc#1269786).
  - Update
    patches.suse/thunderbolt-Limit-XDomain-response-copy-to-actual-fr.patch
    (git-fixes CVE-2026-53146 bsc#1269826).
  - Update
    patches.suse/thunderbolt-Reject-zero-length-property-entries-in-v.patch
    (git-fixes CVE-2026-53150 bsc#1269386).
  - Update
    patches.suse/thunderbolt-Validate-XDomain-request-packet-size-bef.patch
    (git-fixes CVE-2026-53147 bsc#1269709).
  - Update
    patches.suse/tpm-st33zp24-Fix-missing-cleanup-on-get_burstcount-e.patch
    (git-fixes CVE-2026-45871 bsc#1266755).
  - Update
    patches.suse/tpm-tpm_i2c_infineon-Fix-locality-leak-on-get_burstc.patch
    (git-fixes CVE-2026-45941 bsc#1266920).
  - Update
    patches.suse/usb-cdns3-fix-role-switching-during-resume.patch
    (git-fixes CVE-2026-45911 bsc#1266898).
  - Update
    patches.suse/usb-cdns3-gadget-fix-NULL-pointer-dereference-in-ep_.patch
    (git-fixes CVE-2026-31755 bsc#1264071).
  - Update
    patches.suse/usb-cdns3-gadget-fix-state-inconsistency-on-gadget-i.patch
    (git-fixes CVE-2026-31754 bsc#1264074).
  - Update
    patches.suse/usb-class-cdc-wdm-fix-reordering-issue-in-read-code-.patch
    (git-fixes CVE-2026-43427 bsc#1264746).
  - Update
    patches.suse/usb-dwc2-gadget-Fix-spin_lock-unlock-mismatch-in-dwc.patch
    (git-fixes CVE-2026-31756 bsc#1264070).
  - Update
    patches.suse/usb-gadget-f_ncm-validate-minimum-block_len-in-ncm_u.patch
    (git-fixes CVE-2026-31617 bsc#1263780).
  - Update
    patches.suse/usb-gadget-f_phonet-fix-skb-frags-overflow-in-pn_rx_.patch
    (stable-fixes CVE-2026-31616 bsc#1263777).
  - Update
    patches.suse/usb-gadget-f_rndis-Protect-RNDIS-options-with-mutex.patch
    (git-fixes CVE-2026-43342 bsc#1264758).
  - Update
    patches.suse/usb-gadget-f_subset-Fix-unbalanced-refcnt-in-geth_fr.patch
    (git-fixes CVE-2026-43343 bsc#1264816).
  - Update
    patches.suse/usb-gadget-f_uac1_legacy-validate-control-request-si.patch
    (stable-fixes CVE-2026-31720 bsc#1264110).
  - Update
    patches.suse/usb-gadget-renesas_usb3-validate-endpoint-index-in-s.patch
    (git-fixes CVE-2026-31615 bsc#1263776).
  - Update
    patches.suse/usb-gadget-u_ether-Fix-NULL-pointer-deref-in-eth_get.patch
    (git-fixes CVE-2026-31727 bsc#1263904).
  - Update
    patches.suse/usb-gadget-u_ether-Fix-race-between-gether_disconnec.patch
    (git-fixes CVE-2026-31728 bsc#1263911).
  - Update
    patches.suse/usb-gadget-uvc-fix-NULL-pointer-dereference-during-u.patch
    (git-fixes CVE-2026-31726 bsc#1263905).
  - Update
    patches.suse/usb-image-mdc800-kill-download-URB-on-timeout.patch
    (stable-fixes CVE-2026-43425 bsc#1265133).
  - Update
    patches.suse/usb-renesas_usbhs-fix-use-after-free-in-ISR-during-d.patch
    (git-fixes CVE-2026-43426 bsc#1265074).
  - Update
    patches.suse/usb-usblp-fix-heap-leak-in-IEEE-1284-device-ID-via-s.patch
    (stable-fixes CVE-2026-46151 bsc#1267728).
  - Update
    patches.suse/usb-usblp-fix-uninitialized-heap-leak-via-LPGETSTATU.patch
    (stable-fixes CVE-2026-46167 bsc#1266832).
  - Update
    patches.suse/usb-xhci-Fix-memory-leak-in-xhci_disable_slot.patch
    (git-fixes CVE-2026-43432 bsc#1264783).
  - Update
    patches.suse/usb-xhci-Prevent-interrupt-storm-on-host-controller-.patch
    (stable-fixes CVE-2026-43488 bsc#1265264).
  - Update patches.suse/usb-yurex-fix-race-in-probe.patch
    (stable-fixes CVE-2026-43430 bsc#1264677).
  - Update patches.suse/wifi-ath5k-do-not-access-array-OOB.patch
    (git-fixes CVE-2026-46307 bsc#1267987).
  - Update
    patches.suse/wifi-b43-enforce-bounds-check-on-firmware-key-index-.patch
    (git-fixes CVE-2026-46122 bsc#1267583).
  - Update
    patches.suse/wifi-b43legacy-enforce-bounds-check-on-firmware-key-.patch
    (git-fixes CVE-2026-46163 bsc#1266863).
  - Update
    patches.suse/wifi-brcmfmac-Fix-error-pointer-dereference.patch
    (git-fixes CVE-2026-53093 bsc#1269414).
  - Update
    patches.suse/wifi-brcmsmac-Fix-dma_free_coherent-size.patch
    (git-fixes CVE-2026-31661 bsc#1263128).
  - Update
    patches.suse/wifi-cfg80211-cancel-pmsr_free_wk-in-cfg80211_pmsr_w.patch
    (git-fixes CVE-2026-31548 bsc#1263008).
  - Update
    patches.suse/wifi-iwlwifi-mvm-fix-potential-out-of-bounds-read-in.patch
    (git-fixes CVE-2026-31779 bsc#1264030).
  - Update
    patches.suse/wifi-libertas-fix-WARNING-in-usb_tx_block.patch
    (stable-fixes CVE-2026-43255 bsc#1264473).
  - Update
    patches.suse/wifi-mac80211-Fix-static_branch_dec-underflow-for-aq.patch
    (git-fixes CVE-2026-31551 bsc#1263014).
  - Update
    patches.suse/wifi-mac80211-drop-stray-static-from-fast-RX-rx_resu.patch
    (git-fixes CVE-2026-46152 bsc#1266855).
  - Update
    patches.suse/wifi-mac80211-remove-station-if-connection-prep-fail.patch
    (git-fixes CVE-2026-46125 bsc#1266879).
  - Update
    patches.suse/wifi-mt76-mt7915-fix-use-after-free-bugs-in-mt7915_m.patch
    (git-fixes CVE-2026-53098 bsc#1269976).
  - Update
    patches.suse/wifi-mt76-mt7921-fix-a-potential-clc-buffer-length-u.patch
    (git-fixes CVE-2026-46136 bsc#1266831).
  - Update
    patches.suse/wifi-rsi-fix-kthread-lifetime-race-between-self-exit.patch
    (git-fixes CVE-2026-46187 bsc#1266842).
  - Update patches.suse/wifi-rt2x00usb-fix-devres-lifetime.patch
    (git-fixes CVE-2026-31672 bsc#1263142).
  - Update
    patches.suse/wifi-rtlwifi-pci-fix-possible-use-after-free-caused-.patch
    (git-fixes CVE-2026-53112 bsc#1269998).
  - Update
    patches.suse/wifi-rtw88-8822b-Avoid-WARNING-in-rtw8822b_config_tr.patch
    (stable-fixes CVE-2025-71297 bsc#1264830).
  - Update
    patches.suse/wifi-rtw88-check-for-PCI-upstream-bridge-existence.patch
    (git-fixes CVE-2026-46092 bsc#1267595).
  - Update
    patches.suse/wifi-rtw88-fix-device-leak-on-probe-failure.patch
    (git-fixes CVE-2026-31604 bsc#1263045).
  - Update
    patches.suse/wifi-wilc1000-fix-u8-overflow-in-SSID-scan-buffer-si.patch
    (git-fixes CVE-2026-31780 bsc#1264032).
  - Update
    patches.suse/wifi-wl1251-validate-packet-IDs-before-indexing-tx_f.patch
    (stable-fixes CVE-2026-43113 bsc#1264637).
  - Update
    patches.suse/wifi-wlcore-Return-ENOMEM-instead-of-EAGAIN-if-there.patch
    (git-fixes CVE-2026-31552 bsc#1263016).
  - commit 9043982
  - xfrm: policy: fix use-after-free on inexact bin in
    xfrm_policy_bysel_ctx() (CVE-2026-53239 bsc#1269677).
  - commit e28f7cf
  - netfilter: conntrack_irc: fix possible out-of-bounds read
    (CVE-2026-53268 bsc#1269257).
  - commit 2c13e43
  - vsock/virtio: fix empty payload in tap skb for non-linear
    buffers (CVE-2026-46207 bsc#1267691).
  - commit fadb0f2
  - vsock/virtio: fix length and offset in tap skb for split packets
    (CVE-2026-46207 bsc#1267691).
  - commit 1ce6ee2
  - fbcon: Avoid OOB font access if console rotation fails (bsc#1267690 CVE-2026-46191)
  - commit e1c5dbc
  - l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()
    (CVE-2026-53262 bsc#1270000).
  - commit a2b7211
  - net: bcmgenet: move DESC_INDEX flow to ring 0 (CVE-2026-53086
    bsc#1269537).
  - Refresh
    patches.suse/net-bcmgenet-fix-racing-timeout-handler.patch.
  - commit 21ba2b5
  - net: bcmgenet: Reset RBUF on first open (CVE-2026-53086
    bsc#1269537).
  - commit 9f413dc
  - net: bcmgenet: Remove TX ring full logging (CVE-2026-53086
    bsc#1269537).
  - commit cf56f3c
  - netfilter: nft_ct: fix missing expect put in obj eval (CVE-2026-52970 bsc#1269229)
  - commit 6dc70e5
  - netfilter: nft_tunnel: fix use-after-free on object destroy (CVE-2026-53212 bsc#1269672)
  - commit 184d0a8
  - inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush (CVE-2026-53175 bsc#1269714)
  - commit 8254a3f
  - ip6_vti: fix incorrect tunnel matching in vti6_tnl_lookup() (CVE-2026-53221 bsc#1269318)
  - commit f10b90f
  - ipv6: fix possible UAF in icmpv6_rcv() (CVE-2026-53006 bsc#1269104)
  - commit 9185932
  - nexthop: fix IPv6 route referencing IPv4 nexthop (CVE-2026-53012 bsc#1269154)
  - commit 870437e
  - net: tls: fix strparser anchor skb leak on offload RX setup failure (CVE-2026-52974 bsc#1269233)
  - commit cbb91a9
  - net/sched: netem: fix queue limit check to include reordered packets (CVE-2026-52984 bsc#1269272)
  - commit e5127d0
  - net/sched: taprio: fix use-after-free in advance_sched() on schedule switch (CVE-2026-53011 bsc#1269094)
  - commit 830fab6
  - flow_dissector: do not dissect PPPoE PFC frames (CVE-2026-46306 bsc#1267986)
  - commit 8b2c29d
  - vsock: fix buffer size clamping order (CVE-2026-46234 bsc#1266904)
  - commit 2c62c8b
  - HID: intel-ish-hid: fix NULL-ptr-deref in ishtp_bus_remove_all_clients (CVE-2026-45877 bsc#1266468)
  - commit 71aacb8
  - HID: Intel-ish-hid: Ishtp: Fix sensor reads after ACPI S3 suspend (bsc#1266468)
  - commit 190ec15
  - tcp: call sk_data_ready() after listener migration (CVE-2026-46015 bsc#1267439)
  - commit 869d8b9
  - neigh: let neigh_xmit take skb ownership (CVE-2026-52981 bsc#1269254)
  - commit 97ed52e
  - ibmasm: fix heap over-read in ibmasm_send_i2o_message() (CVE-2026-46064 bsc#1267497)
  - commit a2c2ee6
  - kcm: fix zero-frag skb in frag_list on partial sendmsg error
    (CVE-2026-43244 bsc#1264321).
  - commit 5b27b10

++++ python-pyasn1:

  - CVE-2026-59884: BER/CER/DER decoder denial of service via unbounded
    long-form tag IDs (bsc#1271464)
    * added CVE-2026-59884.patch
  - CVE-2026-59885: Quadratic complexity in OBJECT IDENTIFIER and RELATIVE-OID
    processing allows denial of service (bsc#1271465)
    * added CVE-2026-59885.patch
  - CVE-2026-59886: Uncontrolled resource consumption when converting decoded
    REAL values (bsc#1271466)
    * added CVE-2026-59886.patch

------------------------------------------------------------------
------------------  2026-7-15  -  Jul 15 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task (CVE-2026-46180 bsc#1266813)
  - commit aedf17c
  - netfilter: nft_exthdr: fix register tracking for F_PRESENT flag (CVE-2026-53218 bsc#1269273)
  - commit bfa1122
  - netfilter: ip6t_hbh: reject oversized option lists (CVE-2026-52915 bsc#1269001)
  - commit d8bfff1
  - bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() (CVE-2026-45839 bsc#1266399)
  - commit dde76a6
  - dm mirror: fix integer overflow in create_dirty_log() (CVE-2026-46023 bsc#1267449)
  - commit f7013cc
  - ibmasm: fix OOB reads in command_file_write due to missing size checks (CVE-2026-45994 bsc#1267432)
  - commit db36e77
  - s390/cio: Fix device lifecycle handling in css_alloc_subchannel() (CVE-2026-45981 bsc#1267204)
  - commit 0e65e9d
  - net: strparser: fix skb_head leak in strp_abort_strp() (CVE-2026-46102 bsc#1267502)
  - commit fe556d2
  - net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_peeked (CVE-2026-43496 bsc#1266000)
  - commit 9abcb52
  - i3c: mipi-i3c-hci: Fix race in DMA ring dequeue (CVE-2026-43353 bsc#1265089)
  - commit a3f828f
  - inotify: fix watch count leak when fsnotify_add_inode_mark_locked() fails (CVE-2026-46040 bsc#1267472)
  - commit 4e7ceae
  - zram: do not forget to endio for partial discard requests
    (CVE-2026-46089 bsc#1267445).
  - commit db02a17
  - net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak
    in rtnl_fill_vfinfo (CVE-2026-46132 bsc#1267616).
  - commit 49150c8
  - crypto: nx - fix bounce buffer leaks in
    nx842_crypto_{alloc,free}_ctx (CVE-2026-46068 bsc#1267592).
  - commit 1061c80
  - net: openvswitch: fix possible kfree_skb of ERR_PTR
    (CVE-2026-53227 bsc#1269877).
  - net: rds: clear i_sends on setup unwind (CVE-2026-53355
    bsc#1270249).
  - tun: free page on short-frame rejection in tun_xdp_one()
    (CVE-2026-46321 bsc#1268024).
  - net/smc: avoid early lgr access in smc_clc_wait_msg
    (CVE-2026-46027 bsc#1266744).
  - net/rds: zero per-item info buffer before handing it to visitors
    (CVE-2026-52995 bsc#1269124).
  - pppoe: drop PFC frames (CVE-2026-53003 bsc#1269111).
  - ice: fix double-free of tx_buf skb (CVE-2026-53009 bsc#1269098).
  - net: bridge: use a stable FDB dst snapshot in RCU readers
    (CVE-2026-46086 bsc#1267524).
  - macvlan: fix macvlan_get_size() not reserving space for
    IFLA_MACVLAN_BC_CUTOFF (CVE-2026-53013 bsc#1269095).
  - octeontx2-af: Fix PF driver crash with kexec kernel booting
    (CVE-2026-46249 bsc#1267683).
  - commit 222d2dd
  - sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunks (CVE-2026-53004 bsc#1269106)
  - commit b8721f0
  - iommu/vt-d: Fix oops due to out of scope access (CVE-2026-52953
    bsc#1269133).
  - commit fa45aa6
  - sctp: fix uninit-value in __sctp_rcv_asconf_lookup() (CVE-2026-53225 bsc#1269711)
  - commit fc7b364
  - net: qrtr: fix refcount saturation and potential UAF in
    qrtr_port_remove (CVE-2026-52947 bsc#1269115).
  - net: qrtr: ns: Limit the total number of nodes (CVE-2026-46003
    bsc#1267210).
  - net: qrtr: ns: Free the node during ctrl_cmd_bye()
    (CVE-2026-46038 bsc#1266695).
  - net: qrtr: ns: Limit the maximum number of lookups
    (CVE-2026-46026 bsc#1266876).
  - commit d39451d
  - sctp: validate embedded address parameter length (git-fixes)
  - commit 30715bc
  - sctp: validate embedded INIT chunk and address list lengths in cookie (CVE-2026-53224 bsc#1269997)
  - commit 0ee7e9b
  - sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing (CVE-2026-53246 bsc#1269988)
  - commit b6d2069
  - sctp: validate embedded address parameter length (git-fixes)
  - commit 4a82278
  - sctp: validate embedded INIT chunk and address list lengths in cookie (CVE-2026-53224 bsc#1269997)
  - commit d30084b
  - sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing (CVE-2026-53246 bsc#1269988)
  - commit 4720078
  - RDMA/srp: bound SRP_RSP sense copy by the received length (CVE-2026-53186 bsc#1269663)
  - commit 405a18c
  - Refresh
    patches.suse/net-correctly-handle-tunneled-traffic-on-IPV6_CSUM-GSO-fal.patch.
  - commit cf8b2df
  - ALSA: hda: conexant: Remove mic bias threshold override
    (git-fixes).
  - ALSA: usb-audio: Skip DSD quirk for Musical Fidelity M6s DAC
    (git-fixes).
  - ASoC: tas2562: fix deprecated 'shut-down' GPIO always cleared
    after lookup (git-fixes).
  - ASoC: amd: ps: fix wrong ACP version string in
    pci_request_regions() (git-fixes).
  - ASoC: meson: aiu: fifo-spdif: soft reset the S/PDIF datapath
    on start/stop (git-fixes).
  - ALSA: hda: Fix cached processing coefficient verbs (git-fixes).
  - selftests/alsa: Fix memory leak in find_controls error path
    (git-fixes).
  - commit b0fbf18

++++ kernel-rt:

  - wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task (CVE-2026-46180 bsc#1266813)
  - commit aedf17c
  - netfilter: nft_exthdr: fix register tracking for F_PRESENT flag (CVE-2026-53218 bsc#1269273)
  - commit bfa1122
  - netfilter: ip6t_hbh: reject oversized option lists (CVE-2026-52915 bsc#1269001)
  - commit d8bfff1
  - bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() (CVE-2026-45839 bsc#1266399)
  - commit dde76a6
  - dm mirror: fix integer overflow in create_dirty_log() (CVE-2026-46023 bsc#1267449)
  - commit f7013cc
  - ibmasm: fix OOB reads in command_file_write due to missing size checks (CVE-2026-45994 bsc#1267432)
  - commit db36e77
  - s390/cio: Fix device lifecycle handling in css_alloc_subchannel() (CVE-2026-45981 bsc#1267204)
  - commit 0e65e9d
  - net: strparser: fix skb_head leak in strp_abort_strp() (CVE-2026-46102 bsc#1267502)
  - commit fe556d2
  - net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_peeked (CVE-2026-43496 bsc#1266000)
  - commit 9abcb52
  - i3c: mipi-i3c-hci: Fix race in DMA ring dequeue (CVE-2026-43353 bsc#1265089)
  - commit a3f828f
  - inotify: fix watch count leak when fsnotify_add_inode_mark_locked() fails (CVE-2026-46040 bsc#1267472)
  - commit 4e7ceae
  - zram: do not forget to endio for partial discard requests
    (CVE-2026-46089 bsc#1267445).
  - commit db02a17
  - net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak
    in rtnl_fill_vfinfo (CVE-2026-46132 bsc#1267616).
  - commit 49150c8
  - crypto: nx - fix bounce buffer leaks in
    nx842_crypto_{alloc,free}_ctx (CVE-2026-46068 bsc#1267592).
  - commit 1061c80
  - net: openvswitch: fix possible kfree_skb of ERR_PTR
    (CVE-2026-53227 bsc#1269877).
  - net: rds: clear i_sends on setup unwind (CVE-2026-53355
    bsc#1270249).
  - tun: free page on short-frame rejection in tun_xdp_one()
    (CVE-2026-46321 bsc#1268024).
  - net/smc: avoid early lgr access in smc_clc_wait_msg
    (CVE-2026-46027 bsc#1266744).
  - net/rds: zero per-item info buffer before handing it to visitors
    (CVE-2026-52995 bsc#1269124).
  - pppoe: drop PFC frames (CVE-2026-53003 bsc#1269111).
  - ice: fix double-free of tx_buf skb (CVE-2026-53009 bsc#1269098).
  - net: bridge: use a stable FDB dst snapshot in RCU readers
    (CVE-2026-46086 bsc#1267524).
  - macvlan: fix macvlan_get_size() not reserving space for
    IFLA_MACVLAN_BC_CUTOFF (CVE-2026-53013 bsc#1269095).
  - octeontx2-af: Fix PF driver crash with kexec kernel booting
    (CVE-2026-46249 bsc#1267683).
  - commit 222d2dd
  - sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunks (CVE-2026-53004 bsc#1269106)
  - commit b8721f0
  - iommu/vt-d: Fix oops due to out of scope access (CVE-2026-52953
    bsc#1269133).
  - commit fa45aa6
  - sctp: fix uninit-value in __sctp_rcv_asconf_lookup() (CVE-2026-53225 bsc#1269711)
  - commit fc7b364
  - net: qrtr: fix refcount saturation and potential UAF in
    qrtr_port_remove (CVE-2026-52947 bsc#1269115).
  - net: qrtr: ns: Limit the total number of nodes (CVE-2026-46003
    bsc#1267210).
  - net: qrtr: ns: Free the node during ctrl_cmd_bye()
    (CVE-2026-46038 bsc#1266695).
  - net: qrtr: ns: Limit the maximum number of lookups
    (CVE-2026-46026 bsc#1266876).
  - commit d39451d
  - sctp: validate embedded address parameter length (git-fixes)
  - commit 30715bc
  - sctp: validate embedded INIT chunk and address list lengths in cookie (CVE-2026-53224 bsc#1269997)
  - commit 0ee7e9b
  - sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing (CVE-2026-53246 bsc#1269988)
  - commit b6d2069
  - sctp: validate embedded address parameter length (git-fixes)
  - commit 4a82278
  - sctp: validate embedded INIT chunk and address list lengths in cookie (CVE-2026-53224 bsc#1269997)
  - commit d30084b
  - sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing (CVE-2026-53246 bsc#1269988)
  - commit 4720078
  - RDMA/srp: bound SRP_RSP sense copy by the received length (CVE-2026-53186 bsc#1269663)
  - commit 405a18c
  - Refresh
    patches.suse/net-correctly-handle-tunneled-traffic-on-IPV6_CSUM-GSO-fal.patch.
  - commit cf8b2df
  - ALSA: hda: conexant: Remove mic bias threshold override
    (git-fixes).
  - ALSA: usb-audio: Skip DSD quirk for Musical Fidelity M6s DAC
    (git-fixes).
  - ASoC: tas2562: fix deprecated 'shut-down' GPIO always cleared
    after lookup (git-fixes).
  - ASoC: amd: ps: fix wrong ACP version string in
    pci_request_regions() (git-fixes).
  - ASoC: meson: aiu: fifo-spdif: soft reset the S/PDIF datapath
    on start/stop (git-fixes).
  - ALSA: hda: Fix cached processing coefficient verbs (git-fixes).
  - selftests/alsa: Fix memory leak in find_controls error path
    (git-fixes).
  - commit b0fbf18

++++ kernel-rt_debug:

  - wifi: brcmfmac: Fix potential use-after-free issue when stopping watchdog task (CVE-2026-46180 bsc#1266813)
  - commit aedf17c
  - netfilter: nft_exthdr: fix register tracking for F_PRESENT flag (CVE-2026-53218 bsc#1269273)
  - commit bfa1122
  - netfilter: ip6t_hbh: reject oversized option lists (CVE-2026-52915 bsc#1269001)
  - commit d8bfff1
  - bpf: reject negative CO-RE accessor indices in bpf_core_parse_spec() (CVE-2026-45839 bsc#1266399)
  - commit dde76a6
  - dm mirror: fix integer overflow in create_dirty_log() (CVE-2026-46023 bsc#1267449)
  - commit f7013cc
  - ibmasm: fix OOB reads in command_file_write due to missing size checks (CVE-2026-45994 bsc#1267432)
  - commit db36e77
  - s390/cio: Fix device lifecycle handling in css_alloc_subchannel() (CVE-2026-45981 bsc#1267204)
  - commit 0e65e9d
  - net: strparser: fix skb_head leak in strp_abort_strp() (CVE-2026-46102 bsc#1267502)
  - commit fe556d2
  - net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_peeked (CVE-2026-43496 bsc#1266000)
  - commit 9abcb52
  - i3c: mipi-i3c-hci: Fix race in DMA ring dequeue (CVE-2026-43353 bsc#1265089)
  - commit a3f828f
  - inotify: fix watch count leak when fsnotify_add_inode_mark_locked() fails (CVE-2026-46040 bsc#1267472)
  - commit 4e7ceae
  - zram: do not forget to endio for partial discard requests
    (CVE-2026-46089 bsc#1267445).
  - commit db02a17
  - net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak
    in rtnl_fill_vfinfo (CVE-2026-46132 bsc#1267616).
  - commit 49150c8
  - crypto: nx - fix bounce buffer leaks in
    nx842_crypto_{alloc,free}_ctx (CVE-2026-46068 bsc#1267592).
  - commit 1061c80
  - net: openvswitch: fix possible kfree_skb of ERR_PTR
    (CVE-2026-53227 bsc#1269877).
  - net: rds: clear i_sends on setup unwind (CVE-2026-53355
    bsc#1270249).
  - tun: free page on short-frame rejection in tun_xdp_one()
    (CVE-2026-46321 bsc#1268024).
  - net/smc: avoid early lgr access in smc_clc_wait_msg
    (CVE-2026-46027 bsc#1266744).
  - net/rds: zero per-item info buffer before handing it to visitors
    (CVE-2026-52995 bsc#1269124).
  - pppoe: drop PFC frames (CVE-2026-53003 bsc#1269111).
  - ice: fix double-free of tx_buf skb (CVE-2026-53009 bsc#1269098).
  - net: bridge: use a stable FDB dst snapshot in RCU readers
    (CVE-2026-46086 bsc#1267524).
  - macvlan: fix macvlan_get_size() not reserving space for
    IFLA_MACVLAN_BC_CUTOFF (CVE-2026-53013 bsc#1269095).
  - octeontx2-af: Fix PF driver crash with kexec kernel booting
    (CVE-2026-46249 bsc#1267683).
  - commit 222d2dd
  - sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunks (CVE-2026-53004 bsc#1269106)
  - commit b8721f0
  - iommu/vt-d: Fix oops due to out of scope access (CVE-2026-52953
    bsc#1269133).
  - commit fa45aa6
  - sctp: fix uninit-value in __sctp_rcv_asconf_lookup() (CVE-2026-53225 bsc#1269711)
  - commit fc7b364
  - net: qrtr: fix refcount saturation and potential UAF in
    qrtr_port_remove (CVE-2026-52947 bsc#1269115).
  - net: qrtr: ns: Limit the total number of nodes (CVE-2026-46003
    bsc#1267210).
  - net: qrtr: ns: Free the node during ctrl_cmd_bye()
    (CVE-2026-46038 bsc#1266695).
  - net: qrtr: ns: Limit the maximum number of lookups
    (CVE-2026-46026 bsc#1266876).
  - commit d39451d
  - sctp: validate embedded address parameter length (git-fixes)
  - commit 30715bc
  - sctp: validate embedded INIT chunk and address list lengths in cookie (CVE-2026-53224 bsc#1269997)
  - commit 0ee7e9b
  - sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing (CVE-2026-53246 bsc#1269988)
  - commit b6d2069
  - sctp: validate embedded address parameter length (git-fixes)
  - commit 4a82278
  - sctp: validate embedded INIT chunk and address list lengths in cookie (CVE-2026-53224 bsc#1269997)
  - commit d30084b
  - sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing (CVE-2026-53246 bsc#1269988)
  - commit 4720078
  - RDMA/srp: bound SRP_RSP sense copy by the received length (CVE-2026-53186 bsc#1269663)
  - commit 405a18c
  - Refresh
    patches.suse/net-correctly-handle-tunneled-traffic-on-IPV6_CSUM-GSO-fal.patch.
  - commit cf8b2df
  - ALSA: hda: conexant: Remove mic bias threshold override
    (git-fixes).
  - ALSA: usb-audio: Skip DSD quirk for Musical Fidelity M6s DAC
    (git-fixes).
  - ASoC: tas2562: fix deprecated 'shut-down' GPIO always cleared
    after lookup (git-fixes).
  - ASoC: amd: ps: fix wrong ACP version string in
    pci_request_regions() (git-fixes).
  - ASoC: meson: aiu: fifo-spdif: soft reset the S/PDIF datapath
    on start/stop (git-fixes).
  - ALSA: hda: Fix cached processing coefficient verbs (git-fixes).
  - selftests/alsa: Fix memory leak in find_controls error path
    (git-fixes).
  - commit b0fbf18

++++ pcr-oracle:

  - Update to 0.6.4
    + Support TPM PCR snapshot on PowerPC 64 platform
    + Fix SBAT string length calculations (bsc#1270265)

++++ perl:

  - fix crash when parsing malformed DOS dates in IO:Uncompress:Unzip
    [bsc#1266361] [CVE-2025-15649]
    * new patch: perl-unzip-timelocal.diff
  - fix integer overflow in leading to an out-of-bounds heap read in
    pack and unpack [bsc#1271372] [CVE-2026-57432]
    * new patch: perl-pack-measure-ovfl.diff
  - fix potential out-of-bounds heap read in the Socket module
    [bsc#1268349] [CVE-2026-12087]
    * new patch: perl-socket-mreq-len.diff
  - heap buffer overflow when compiling regular expressions with a
    repeated fixed string [bsc#1266304] [CVE-2026-8376]
    * new patch: perl-study-rep-ovfl.diff
  - fix overflow in regex trie branch count calculation
    [bsc#1271386] [CVE-2026-13221]
    * new patch: perl-trie-branch-ovfl.diff

++++ vim:

  - Updated to version 9.2.0780.
  - Fix bsc#1271193 / CVE-2026-59858.
  - Fix bsc#1271194 / CVE-2026-59856.
  - Fix bsc#1271195 / CVE-2026-59857.
  - Changelog:
    * filetype detect missing from completion (9.2.0726).
    * popup images not rendered correctly when unfocused (9.2.0727).
    * filetype: supertux info pattern is relative to current dir
    (9.2.0728).
    * % skips parens on continued quoted lines (9.2.0729).
    * GTK4 GUI tabline is not updated (9.2.0730).
    * GTK4 GUI scrollbar size not updated when restoring a session
    (9.2.0731).
    * session: terminal restored using absolute columns/rows (9.2.0732).
    * GTK3: GUI slow on X11 since dropping the alpha channel (9.2.0733).
    * function pointer passed to STRNCMP() instead of a length
    (9.2.0734).
    * tests: comment test can be improved (9.2.0737).
    * completion: 'autocompletedelay' blocks the main loop and drops
    autocommands (9.2.0739).
    * GTK4: scrollbar wrongly displayed (9.2.0740).
    * complete_check() does not return TRUE for mapped input (9.2.0741).
    * filetype: SSH keys and related filetypes not recognized (9.2.0742).
    * string macros silently accept a size of the wrong type (9.2.0743).
    * popup_atcursor() closes immediately on white space (9.2.0744).
    * cscope: connection leak when growing the array fails (9.2.0747).
    * 'autocompletedelay' interferes with CTRL-G U (9.2.0748).
    * 'autocompletedelay' interferes with i_CTRL-K (9.2.0749).
    * completion: 'autocompletedelay' deferral leaks state (9.2.0750).
    * GTK3 GUI is slow under Wayland (9.2.0751).
    * GTK4: drag-and-drop does not support HTML (9.2.0752).
    * GTK GUI deferred redraw skipped on 'lazyredraw' (9.2.0753).
    * repeated completion length lookup in search_for_exact_line
    (9.2.0754).
    * 'autocomplete' behaves inconsistently when recording (9.2.0755).
    * session with multiple tabpages sets 'winminheight' to 0 (9.2.0756).
    * tests: test_popupwin fails with zsh because of the prompt
    (9.2.0757).
    * pum: no opacity when background not set for Popup menu group
    (9.2.0758).
    * some code for 'autocompletedelay' is no longer needed (9.2.0759).
    * compiler warning for using potentially uninitialized var
    (9.2.0760).
    * runtime(netrw): Unix: unable to open '\' file (9.2.0761).
    * duplicated sub-option name check in :set completion (9.2.0762).
    * tests: style issue in test_plugin_netrw (9.2.0763).
    * compiler warning about unused function (9.2.0764).
    * popup: opacity popup over a terminal is not cleared when moved
    (9.2.0765).
    * quick_tab entries for empty letters point to the wrong index
    (9.2.0766).
    * legacy/vim9cmd modifiers do not set script version for options
    values (9.2.0767).
    * legacy/vim9cmd modifiers are not exclusive (9.2.0768).
    * conversion to utf-16be using iconv is inconsistent (9.2.0769).
    * dict_add_dict() has inconsistent ownership on failure (9.2.0770).
    * dict_add_list() has inconsistent ownership on failure (9.2.0771).
    * Vim9: null dereference inside alloc_type() (9.2.0772).
    * memory leak in evalfunc.c on alloc failure (9.2.0773).
    * memory leak in f_getscriptinfo() on alloc failure (9.2.0774).
    * memory leak in highlight_get_info() on alloc failure (9.2.0775).
    * memory leak in sign_getlist() on alloc failure (9.2.0776).
    * memory leak in add_defer() on alloc failure (9.2.0777).
    * memory leak in compile_dict() on alloc failure (9.2.0778).
    * memory leak in type_name_func() on alloc failure (9.2.0779).
    * memory leak in evalvars.c on alloc failure (9.2.0780).

++++ wget:

  - ftp validate PASV/LPSV response address against control connection peer
    [bsc#1271320, CVE-2026-15146]
    * CVE-2026-15146.patch

++++ wpa_supplicant:

  - Add Require-network_ctx-and-AKMP-match-for-accepting-PMK.patch
    https://w1.fi/security/2026-2/
  - Add SAE-Fix-crash-due-to-NULL-pointer-dereference-in-H2E.patch
    https://w1.fi/security/2026-3/
  - Add CVE-2026-58374.patch: Missing multi-link parsing validation in
    wpa_supplicant and hostapd (bsc#1269892)
  - Add CVE-2025-24912.patch: hostapd fails to process crafted RADIUS packets
    properly (bsc#1239461)
  - Revert "Mark authorization completed on driver indication
    during 4-way HS offload" because of WPA2-PSK/WPA-SAE connection
    problems with brcmfmac wifi hardware. (bsc#1230797)
    [+ Revert-Mark-authorization-completed-on-driver-indica.patch]

------------------------------------------------------------------
------------------  2026-7-14  -  Jul 14 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - libceph: define and enforce CEPH_MAX_KEY_LEN (CVE-2026-43304
    bsc#1264993).
  - commit 78c847e
  - Update "arm64: errata: Mitigate TLBI errata on various Arm CPUs" (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 7b3ebf1
  - KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN
    of L2 (CVE-2026-45987 bsc#1267213).
  - commit 47c06cf
  - KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first
    L2 VMRUN (CVE-2026-46059 bsc#1267495).
  - commit 85c4c90
  - net: mvpp2: limit XDP frame size to the RX buffer (CVE-2026-53216
    bsc#1269587).
  - net/802/mrp: fix vector attribute parsing in
    mrp_pdu_parse_vecattr (CVE-2026-53245 bsc#1269675).
  - tun: free page on build_skb failure in tun_xdp_one()
    (CVE-2026-46322 bsc#1267994).
  - net/smc: fix sleep-inside-lock in __smc_setsockopt() causing
    local DoS (CVE-2026-53274 bsc#1269651).
  - net: bcmgenet: fix racing timeout handler (CVE-2026-53086
    bsc#1269537).
  - net: correctly handle tunneled traffic on IPV6_CSUM GSO fallback
    (CVE-2026-43057 bsc#1264056).
  - udp: Fix wildcard bind conflict check when using hash2
    (CVE-2026-31503 bsc#1263077).
  - e1000/e1000e: Fix leak in DMA error cleanup (CVE-2026-43445
    bsc#1265041).
  - dpaa2-switch: validate num_ifs to prevent out-of-bounds write
    (CVE-2026-43205 bsc#1264328).
  - octeontx2-af: CGX: fix bitmap leaks (CVE-2026-43157 bsc#1264624).
  - net/rds: No shortcut out of RDS_CONN_ERROR (CVE-2026-43226
    bsc#1264544).
  - net: mpls: error out if inner headers are not set (CVE-2026-43057
    bsc#1264056).
  - commit b82a23f
  - ipv4: account for fraggap on the paged allocation path
    (git-fixes).
  - commit 1f4f2bb

++++ kernel-rt:

  - libceph: define and enforce CEPH_MAX_KEY_LEN (CVE-2026-43304
    bsc#1264993).
  - commit 78c847e
  - Update "arm64: errata: Mitigate TLBI errata on various Arm CPUs" (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 7b3ebf1
  - KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN
    of L2 (CVE-2026-45987 bsc#1267213).
  - commit 47c06cf
  - KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first
    L2 VMRUN (CVE-2026-46059 bsc#1267495).
  - commit 85c4c90
  - net: mvpp2: limit XDP frame size to the RX buffer (CVE-2026-53216
    bsc#1269587).
  - net/802/mrp: fix vector attribute parsing in
    mrp_pdu_parse_vecattr (CVE-2026-53245 bsc#1269675).
  - tun: free page on build_skb failure in tun_xdp_one()
    (CVE-2026-46322 bsc#1267994).
  - net/smc: fix sleep-inside-lock in __smc_setsockopt() causing
    local DoS (CVE-2026-53274 bsc#1269651).
  - net: bcmgenet: fix racing timeout handler (CVE-2026-53086
    bsc#1269537).
  - net: correctly handle tunneled traffic on IPV6_CSUM GSO fallback
    (CVE-2026-43057 bsc#1264056).
  - udp: Fix wildcard bind conflict check when using hash2
    (CVE-2026-31503 bsc#1263077).
  - e1000/e1000e: Fix leak in DMA error cleanup (CVE-2026-43445
    bsc#1265041).
  - dpaa2-switch: validate num_ifs to prevent out-of-bounds write
    (CVE-2026-43205 bsc#1264328).
  - octeontx2-af: CGX: fix bitmap leaks (CVE-2026-43157 bsc#1264624).
  - net/rds: No shortcut out of RDS_CONN_ERROR (CVE-2026-43226
    bsc#1264544).
  - net: mpls: error out if inner headers are not set (CVE-2026-43057
    bsc#1264056).
  - commit b82a23f
  - ipv4: account for fraggap on the paged allocation path
    (git-fixes).
  - commit 1f4f2bb

++++ kernel-rt_debug:

  - libceph: define and enforce CEPH_MAX_KEY_LEN (CVE-2026-43304
    bsc#1264993).
  - commit 78c847e
  - Update "arm64: errata: Mitigate TLBI errata on various Arm CPUs" (bsc#1266290 CVE-2025-10263 bsc#1270230 CVE-2026-53354)
  - commit 7b3ebf1
  - KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN
    of L2 (CVE-2026-45987 bsc#1267213).
  - commit 47c06cf
  - KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first
    L2 VMRUN (CVE-2026-46059 bsc#1267495).
  - commit 85c4c90
  - net: mvpp2: limit XDP frame size to the RX buffer (CVE-2026-53216
    bsc#1269587).
  - net/802/mrp: fix vector attribute parsing in
    mrp_pdu_parse_vecattr (CVE-2026-53245 bsc#1269675).
  - tun: free page on build_skb failure in tun_xdp_one()
    (CVE-2026-46322 bsc#1267994).
  - net/smc: fix sleep-inside-lock in __smc_setsockopt() causing
    local DoS (CVE-2026-53274 bsc#1269651).
  - net: bcmgenet: fix racing timeout handler (CVE-2026-53086
    bsc#1269537).
  - net: correctly handle tunneled traffic on IPV6_CSUM GSO fallback
    (CVE-2026-43057 bsc#1264056).
  - udp: Fix wildcard bind conflict check when using hash2
    (CVE-2026-31503 bsc#1263077).
  - e1000/e1000e: Fix leak in DMA error cleanup (CVE-2026-43445
    bsc#1265041).
  - dpaa2-switch: validate num_ifs to prevent out-of-bounds write
    (CVE-2026-43205 bsc#1264328).
  - octeontx2-af: CGX: fix bitmap leaks (CVE-2026-43157 bsc#1264624).
  - net/rds: No shortcut out of RDS_CONN_ERROR (CVE-2026-43226
    bsc#1264544).
  - net: mpls: error out if inner headers are not set (CVE-2026-43057
    bsc#1264056).
  - commit b82a23f
  - ipv4: account for fraggap on the paged allocation path
    (git-fixes).
  - commit 1f4f2bb

++++ libgcrypt:

  - Security fix [bsc#1262684, CVE-2026-41989]
    * libgcrypt: libgcrypt: crafted ECDH ciphertext can lead denial of service
    * Add libgcrypt-CVE-2026-41989.patch

------------------------------------------------------------------
------------------  2026-7-13  -  Jul 13 2026  -------------------
------------------------------------------------------------------

++++ gzip:

  - Fix CVE-2026-41991, insecure temporary file handling in the gzexe utility when the mktemp utility is not available in the user’s PATH
    (CVE-2026-41991, bsc#1269622)
    * CVE-2026-41991.patch

++++ kernel-default:

  - scsi: sd: fix missing put_disk() when device_add(&disk_dev)
    fails (CVE-2026-45997 bsc#1266740).
  - commit 3eeb423
  - nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_set
    (CVE-2026-43449 bsc#1265023).
  - commit 533ab5a
  - scsi: mpi3mr: Add NULL checks when resetting request and reply
    queues (CVE-2026-43473 bsc#1264731).
  - commit c99fb53
  - smb/client: fix possible infinite loop and oob read in
    symlink_data() (bsc#1269181 CVE-2026-52967).
  - commit 6cd9f0f
  - vsock/vmci: fix sk_ack_backlog leak on failed handshake
    (CVE-2026-53181 bsc#1269886).
  - commit 6b1cc5c
  - Drop hwrng:virtio patch that caused a regression (a guest stuck) (bsc#1271040)
  - commit d80450b
  - tpm: Make the TPM character devices non-seekable (git-fixes).
  - staging: rtl8723bs: fix OOB reads in is_ap_in_tkip() IE loop
    (git-fixes).
  - staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop
    (git-fixes).
  - staging: rtl8723bs: fix OOB write in HT_caps_handler()
    (git-fixes).
  - staging: rtl8723bs: fix OOB reads in IE loops in
    issue_assocreq() and join_cmd_hdl() (git-fixes).
  - staging: rtl8723bs: fix OOB read in update_beacon_info()
    IE loop (git-fixes).
  - staging: rtl8723bs: fix WEP length underflow and OOB read in
    OnAuth() (git-fixes).
  - iio: event: Fix event FIFO reset race (git-fixes).
  - iio: light: al3010: fix incorrect scale for the highest gain
    range (git-fixes).
  - iio: light: tsl2591: return actual error from probe IRQ failure
    (git-fixes).
  - iio: imu: st_lsm6dsx: deselect shub page before reading whoami
    (git-fixes).
  - iio: adc: ti-ads124s08: Return reset GPIO lookup errors
    (git-fixes).
  - iio: imu: bmi160: add IRQF_NO_THREAD to data-ready trigger IRQ
    (git-fixes).
  - iio: adc: spear: Initialize completion before requesting IRQ
    (git-fixes).
  - iio: adc: lpc32xx: Initialize completion before requesting IRQ
    (git-fixes).
  - iio: light: gp2ap002: fix runtime PM leak on read error
    (git-fixes).
  - iio: accel: kxsd9: fix runtime PM imbalance on write_raw()
    error (git-fixes).
  - iio: accel: bmc150: clamp the device-reported FIFO frame count
    (git-fixes).
  - serial: 8250_omap: clear rx_running on zero-length DMA completes
    (git-fixes).
  - serial: msm: Disable DMA for kernel console UART (git-fixes).
  - USB: chaoskey: Fix slab-use-after-free in chaoskey_release()
    (git-fixes).
  - usb: typec: ucsi: cancel pending work on system suspend
    (git-fixes).
  - usb: typec: class: drop PD lookup reference (git-fixes).
  - usb: xhci: Fix sleep in atomic context in xhci_free_streams()
    (git-fixes).
  - usb: dwc3: run gadget disconnect from sleepable suspend context
    (git-fixes).
  - usb: sl811-hcd: disable controller wakeup on remove (git-fixes).
  - usb: typec: anx7411: use devm_pm_runtime_enable() (git-fixes).
  - USB: misc: uss720: unregister parport on probe failure
    (git-fixes).
  - usb: free iso schedules on failed submit (git-fixes).
  - USB: usb-storage: ene_ub6250: restore media-ready check
    (git-fixes).
  - usb: gadget: f_printer: take kref only for successful open
    (git-fixes).
  - usbip: vudc: fix NULL deref in vep_dequeue() (git-fixes).
  - usbip: tools: support SuperSpeedPlus devices (git-fixes).
  - usb: typec: ucsi: Pass full DP config payload in SET_NEW_CAM
    for DP alt mode (git-fixes).
  - USB: serial: keyspan_pda: fix information leak (git-fixes).
  - USB: serial: digi_acceleport: fix broken rx after throttle
    (git-fixes).
  - USB: serial: digi_acceleport: fix hard lockup on disconnect
    (git-fixes).
  - USB: serial: digi_acceleport: fix write buffer corruption
    (git-fixes).
  - usb: mtu3: unmap request DMA on queue failure (git-fixes).
  - usb: dwc3: meson-g12a: fix refcount leak in
    dwc3_meson_g12a_resume() (git-fixes).
  - usb: gadget: composite: fix dead empty check in the USB_DT_OTG
    handler (git-fixes).
  - usb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove
    (git-fixes).
  - usb: typec: tcpm: Validate SVID index in svdm_consume_modes()
    (git-fixes).
  - USB: legousbtower: fix use-after-free on disconnect race
    (git-fixes).
  - USB: ldusb: fix use-after-free on disconnect race (git-fixes).
  - USB: idmouse: fix use-after-free on disconnect race (git-fixes).
  - USB: iowarrior: fix use-after-free on disconnect (git-fixes).
  - usb: cdnsp: fix stream context array leak in
    cdnsp_alloc_stream_info() (git-fixes).
  - usb: typec: ucsi: Invert DisplayPort role assignment
    (git-fixes).
  - USB: ulpi: fix memory leak on registration failure (git-fixes).
  - USB: storage: include US_FL_NO_SAME in quirks mask (git-fixes).
  - Input: mms114 - fix multi-touch slot corruption (git-fixes).
  - Input: maplemouse - fix NULL pointer dereference in open()
    (git-fixes).
  - regulator: core: regulator_lock_two() should test for EDEADLK
    not EDEADLOCK (git-fixes).
  - gpios: palmas: add .get_direction() op (git-fixes).
  - drm/i915/gem: Do not leak siblings[] on proto context error
    (git-fixes).
  - drm/i915/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEU
    (git-fixes).
  - commit fa9ccc7
  - Bluetooth: hci_conn: fix potential UAF in set_cig_params_sync
    (CVE-2026-43019 bsc#1264003).
  - commit cfa9024
  - ASoC: qcom: q6asm: drop DSP responses for closed data streams
    (CVE-2026-43204 bsc#1264531).
  - ASoC: qcom: q6asm: handle the responses after closing
    (CVE-2026-43204 bsc#1264531).
  - commit 70ebaab
  - bpf: Fix ld_{abs,ind} failure path analysis in subprogs
    (CVE-2026-53090 bsc#1269532).
  - commit 2ef21b7
  - RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()
    (CVE-2026-46178 bsc#1267493).
  - commit 0209e7f
  - net: mana: Validate the packet length reported by the NIC (git-fixes).
  - commit c1b4427
  - x86/kexec: add a sanity check on previous kernel's ima kexec
    buffer (CVE-2026-43240 bsc#1264386).
  - of/kexec: refactor ima_get_kexec_buffer() to use
    ima_validate_range() (CVE-2026-43240 bsc#1264386).
  - ima: verify the previous kernel's IMA buffer lies in addressable
    RAM (CVE-2026-43240 bsc#1264386).
  - commit 17e8904
  - tty: hvc_iucv: fix off-by-one in number of supported devices
    (CVE-2026-53306 bsc#1269814).
  - commit 26a7ad0

++++ kernel-rt:

  - scsi: sd: fix missing put_disk() when device_add(&disk_dev)
    fails (CVE-2026-45997 bsc#1266740).
  - commit 3eeb423
  - nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_set
    (CVE-2026-43449 bsc#1265023).
  - commit 533ab5a
  - scsi: mpi3mr: Add NULL checks when resetting request and reply
    queues (CVE-2026-43473 bsc#1264731).
  - commit c99fb53
  - smb/client: fix possible infinite loop and oob read in
    symlink_data() (bsc#1269181 CVE-2026-52967).
  - commit 6cd9f0f
  - vsock/vmci: fix sk_ack_backlog leak on failed handshake
    (CVE-2026-53181 bsc#1269886).
  - commit 6b1cc5c
  - Drop hwrng:virtio patch that caused a regression (a guest stuck) (bsc#1271040)
  - commit d80450b
  - tpm: Make the TPM character devices non-seekable (git-fixes).
  - staging: rtl8723bs: fix OOB reads in is_ap_in_tkip() IE loop
    (git-fixes).
  - staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop
    (git-fixes).
  - staging: rtl8723bs: fix OOB write in HT_caps_handler()
    (git-fixes).
  - staging: rtl8723bs: fix OOB reads in IE loops in
    issue_assocreq() and join_cmd_hdl() (git-fixes).
  - staging: rtl8723bs: fix OOB read in update_beacon_info()
    IE loop (git-fixes).
  - staging: rtl8723bs: fix WEP length underflow and OOB read in
    OnAuth() (git-fixes).
  - iio: event: Fix event FIFO reset race (git-fixes).
  - iio: light: al3010: fix incorrect scale for the highest gain
    range (git-fixes).
  - iio: light: tsl2591: return actual error from probe IRQ failure
    (git-fixes).
  - iio: imu: st_lsm6dsx: deselect shub page before reading whoami
    (git-fixes).
  - iio: adc: ti-ads124s08: Return reset GPIO lookup errors
    (git-fixes).
  - iio: imu: bmi160: add IRQF_NO_THREAD to data-ready trigger IRQ
    (git-fixes).
  - iio: adc: spear: Initialize completion before requesting IRQ
    (git-fixes).
  - iio: adc: lpc32xx: Initialize completion before requesting IRQ
    (git-fixes).
  - iio: light: gp2ap002: fix runtime PM leak on read error
    (git-fixes).
  - iio: accel: kxsd9: fix runtime PM imbalance on write_raw()
    error (git-fixes).
  - iio: accel: bmc150: clamp the device-reported FIFO frame count
    (git-fixes).
  - serial: 8250_omap: clear rx_running on zero-length DMA completes
    (git-fixes).
  - serial: msm: Disable DMA for kernel console UART (git-fixes).
  - USB: chaoskey: Fix slab-use-after-free in chaoskey_release()
    (git-fixes).
  - usb: typec: ucsi: cancel pending work on system suspend
    (git-fixes).
  - usb: typec: class: drop PD lookup reference (git-fixes).
  - usb: xhci: Fix sleep in atomic context in xhci_free_streams()
    (git-fixes).
  - usb: dwc3: run gadget disconnect from sleepable suspend context
    (git-fixes).
  - usb: sl811-hcd: disable controller wakeup on remove (git-fixes).
  - usb: typec: anx7411: use devm_pm_runtime_enable() (git-fixes).
  - USB: misc: uss720: unregister parport on probe failure
    (git-fixes).
  - usb: free iso schedules on failed submit (git-fixes).
  - USB: usb-storage: ene_ub6250: restore media-ready check
    (git-fixes).
  - usb: gadget: f_printer: take kref only for successful open
    (git-fixes).
  - usbip: vudc: fix NULL deref in vep_dequeue() (git-fixes).
  - usbip: tools: support SuperSpeedPlus devices (git-fixes).
  - usb: typec: ucsi: Pass full DP config payload in SET_NEW_CAM
    for DP alt mode (git-fixes).
  - USB: serial: keyspan_pda: fix information leak (git-fixes).
  - USB: serial: digi_acceleport: fix broken rx after throttle
    (git-fixes).
  - USB: serial: digi_acceleport: fix hard lockup on disconnect
    (git-fixes).
  - USB: serial: digi_acceleport: fix write buffer corruption
    (git-fixes).
  - usb: mtu3: unmap request DMA on queue failure (git-fixes).
  - usb: dwc3: meson-g12a: fix refcount leak in
    dwc3_meson_g12a_resume() (git-fixes).
  - usb: gadget: composite: fix dead empty check in the USB_DT_OTG
    handler (git-fixes).
  - usb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove
    (git-fixes).
  - usb: typec: tcpm: Validate SVID index in svdm_consume_modes()
    (git-fixes).
  - USB: legousbtower: fix use-after-free on disconnect race
    (git-fixes).
  - USB: ldusb: fix use-after-free on disconnect race (git-fixes).
  - USB: idmouse: fix use-after-free on disconnect race (git-fixes).
  - USB: iowarrior: fix use-after-free on disconnect (git-fixes).
  - usb: cdnsp: fix stream context array leak in
    cdnsp_alloc_stream_info() (git-fixes).
  - usb: typec: ucsi: Invert DisplayPort role assignment
    (git-fixes).
  - USB: ulpi: fix memory leak on registration failure (git-fixes).
  - USB: storage: include US_FL_NO_SAME in quirks mask (git-fixes).
  - Input: mms114 - fix multi-touch slot corruption (git-fixes).
  - Input: maplemouse - fix NULL pointer dereference in open()
    (git-fixes).
  - regulator: core: regulator_lock_two() should test for EDEADLK
    not EDEADLOCK (git-fixes).
  - gpios: palmas: add .get_direction() op (git-fixes).
  - drm/i915/gem: Do not leak siblings[] on proto context error
    (git-fixes).
  - drm/i915/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEU
    (git-fixes).
  - commit fa9ccc7
  - Bluetooth: hci_conn: fix potential UAF in set_cig_params_sync
    (CVE-2026-43019 bsc#1264003).
  - commit cfa9024
  - ASoC: qcom: q6asm: drop DSP responses for closed data streams
    (CVE-2026-43204 bsc#1264531).
  - ASoC: qcom: q6asm: handle the responses after closing
    (CVE-2026-43204 bsc#1264531).
  - commit 70ebaab
  - bpf: Fix ld_{abs,ind} failure path analysis in subprogs
    (CVE-2026-53090 bsc#1269532).
  - commit 2ef21b7
  - RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()
    (CVE-2026-46178 bsc#1267493).
  - commit 0209e7f
  - net: mana: Validate the packet length reported by the NIC (git-fixes).
  - commit c1b4427
  - x86/kexec: add a sanity check on previous kernel's ima kexec
    buffer (CVE-2026-43240 bsc#1264386).
  - of/kexec: refactor ima_get_kexec_buffer() to use
    ima_validate_range() (CVE-2026-43240 bsc#1264386).
  - ima: verify the previous kernel's IMA buffer lies in addressable
    RAM (CVE-2026-43240 bsc#1264386).
  - commit 17e8904
  - tty: hvc_iucv: fix off-by-one in number of supported devices
    (CVE-2026-53306 bsc#1269814).
  - commit 26a7ad0

++++ kernel-rt_debug:

  - scsi: sd: fix missing put_disk() when device_add(&disk_dev)
    fails (CVE-2026-45997 bsc#1266740).
  - commit 3eeb423
  - nvme-pci: Fix slab-out-of-bounds in nvme_dbbuf_set
    (CVE-2026-43449 bsc#1265023).
  - commit 533ab5a
  - scsi: mpi3mr: Add NULL checks when resetting request and reply
    queues (CVE-2026-43473 bsc#1264731).
  - commit c99fb53
  - smb/client: fix possible infinite loop and oob read in
    symlink_data() (bsc#1269181 CVE-2026-52967).
  - commit 6cd9f0f
  - vsock/vmci: fix sk_ack_backlog leak on failed handshake
    (CVE-2026-53181 bsc#1269886).
  - commit 6b1cc5c
  - Drop hwrng:virtio patch that caused a regression (a guest stuck) (bsc#1271040)
  - commit d80450b
  - tpm: Make the TPM character devices non-seekable (git-fixes).
  - staging: rtl8723bs: fix OOB reads in is_ap_in_tkip() IE loop
    (git-fixes).
  - staging: rtl8723bs: fix OOB read in OnAssocRsp() IE loop
    (git-fixes).
  - staging: rtl8723bs: fix OOB write in HT_caps_handler()
    (git-fixes).
  - staging: rtl8723bs: fix OOB reads in IE loops in
    issue_assocreq() and join_cmd_hdl() (git-fixes).
  - staging: rtl8723bs: fix OOB read in update_beacon_info()
    IE loop (git-fixes).
  - staging: rtl8723bs: fix WEP length underflow and OOB read in
    OnAuth() (git-fixes).
  - iio: event: Fix event FIFO reset race (git-fixes).
  - iio: light: al3010: fix incorrect scale for the highest gain
    range (git-fixes).
  - iio: light: tsl2591: return actual error from probe IRQ failure
    (git-fixes).
  - iio: imu: st_lsm6dsx: deselect shub page before reading whoami
    (git-fixes).
  - iio: adc: ti-ads124s08: Return reset GPIO lookup errors
    (git-fixes).
  - iio: imu: bmi160: add IRQF_NO_THREAD to data-ready trigger IRQ
    (git-fixes).
  - iio: adc: spear: Initialize completion before requesting IRQ
    (git-fixes).
  - iio: adc: lpc32xx: Initialize completion before requesting IRQ
    (git-fixes).
  - iio: light: gp2ap002: fix runtime PM leak on read error
    (git-fixes).
  - iio: accel: kxsd9: fix runtime PM imbalance on write_raw()
    error (git-fixes).
  - iio: accel: bmc150: clamp the device-reported FIFO frame count
    (git-fixes).
  - serial: 8250_omap: clear rx_running on zero-length DMA completes
    (git-fixes).
  - serial: msm: Disable DMA for kernel console UART (git-fixes).
  - USB: chaoskey: Fix slab-use-after-free in chaoskey_release()
    (git-fixes).
  - usb: typec: ucsi: cancel pending work on system suspend
    (git-fixes).
  - usb: typec: class: drop PD lookup reference (git-fixes).
  - usb: xhci: Fix sleep in atomic context in xhci_free_streams()
    (git-fixes).
  - usb: dwc3: run gadget disconnect from sleepable suspend context
    (git-fixes).
  - usb: sl811-hcd: disable controller wakeup on remove (git-fixes).
  - usb: typec: anx7411: use devm_pm_runtime_enable() (git-fixes).
  - USB: misc: uss720: unregister parport on probe failure
    (git-fixes).
  - usb: free iso schedules on failed submit (git-fixes).
  - USB: usb-storage: ene_ub6250: restore media-ready check
    (git-fixes).
  - usb: gadget: f_printer: take kref only for successful open
    (git-fixes).
  - usbip: vudc: fix NULL deref in vep_dequeue() (git-fixes).
  - usbip: tools: support SuperSpeedPlus devices (git-fixes).
  - usb: typec: ucsi: Pass full DP config payload in SET_NEW_CAM
    for DP alt mode (git-fixes).
  - USB: serial: keyspan_pda: fix information leak (git-fixes).
  - USB: serial: digi_acceleport: fix broken rx after throttle
    (git-fixes).
  - USB: serial: digi_acceleport: fix hard lockup on disconnect
    (git-fixes).
  - USB: serial: digi_acceleport: fix write buffer corruption
    (git-fixes).
  - usb: mtu3: unmap request DMA on queue failure (git-fixes).
  - usb: dwc3: meson-g12a: fix refcount leak in
    dwc3_meson_g12a_resume() (git-fixes).
  - usb: gadget: composite: fix dead empty check in the USB_DT_OTG
    handler (git-fixes).
  - usb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove
    (git-fixes).
  - usb: typec: tcpm: Validate SVID index in svdm_consume_modes()
    (git-fixes).
  - USB: legousbtower: fix use-after-free on disconnect race
    (git-fixes).
  - USB: ldusb: fix use-after-free on disconnect race (git-fixes).
  - USB: idmouse: fix use-after-free on disconnect race (git-fixes).
  - USB: iowarrior: fix use-after-free on disconnect (git-fixes).
  - usb: cdnsp: fix stream context array leak in
    cdnsp_alloc_stream_info() (git-fixes).
  - usb: typec: ucsi: Invert DisplayPort role assignment
    (git-fixes).
  - USB: ulpi: fix memory leak on registration failure (git-fixes).
  - USB: storage: include US_FL_NO_SAME in quirks mask (git-fixes).
  - Input: mms114 - fix multi-touch slot corruption (git-fixes).
  - Input: maplemouse - fix NULL pointer dereference in open()
    (git-fixes).
  - regulator: core: regulator_lock_two() should test for EDEADLK
    not EDEADLOCK (git-fixes).
  - gpios: palmas: add .get_direction() op (git-fixes).
  - drm/i915/gem: Do not leak siblings[] on proto context error
    (git-fixes).
  - drm/i915/gem: Fix NULL deref in I915_CONTEXT_PARAM_SSEU
    (git-fixes).
  - commit fa9ccc7
  - Bluetooth: hci_conn: fix potential UAF in set_cig_params_sync
    (CVE-2026-43019 bsc#1264003).
  - commit cfa9024
  - ASoC: qcom: q6asm: drop DSP responses for closed data streams
    (CVE-2026-43204 bsc#1264531).
  - ASoC: qcom: q6asm: handle the responses after closing
    (CVE-2026-43204 bsc#1264531).
  - commit 70ebaab
  - bpf: Fix ld_{abs,ind} failure path analysis in subprogs
    (CVE-2026-53090 bsc#1269532).
  - commit 2ef21b7
  - RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()
    (CVE-2026-46178 bsc#1267493).
  - commit 0209e7f
  - net: mana: Validate the packet length reported by the NIC (git-fixes).
  - commit c1b4427
  - x86/kexec: add a sanity check on previous kernel's ima kexec
    buffer (CVE-2026-43240 bsc#1264386).
  - of/kexec: refactor ima_get_kexec_buffer() to use
    ima_validate_range() (CVE-2026-43240 bsc#1264386).
  - ima: verify the previous kernel's IMA buffer lies in addressable
    RAM (CVE-2026-43240 bsc#1264386).
  - commit 17e8904
  - tty: hvc_iucv: fix off-by-one in number of supported devices
    (CVE-2026-53306 bsc#1269814).
  - commit 26a7ad0

++++ util-linux-systemd:

  - BREAKING CHANGE:
    Paths must always be canonicalized for unprivileged users to
    ensure safe target resolution. X-mount.nocanonicalize is ignored
    for them.
  - INCOMAPTIBLE CHANGE (linux < 6.15):
    X-mount.subdir: The safe detached subdirectory is no more
    supported for unprivileged users for safety reasons.
  - liblastlog2: Wait on busy SQLite connections (bsc#1268886#c3,
    util-linux-bsc1268886-01-wait-on-busy-SQLite-connections.patch).
  - libmount: Fix subvolid buffer overflow in get_btrfs_fs_root
    (bsc#1268886#c2,
    util-linux-bsc1268886-02-libmount-subvolid-overflow.patch).
  - libblkid: Fix use-after-free in nested partition probing
    (bsc#1269583, bsc#1268886#c2, CVE-2026-13595,
    util-linux-bsc1268886-03-libblkid-probe-use-after-free.patch).
  - libmount: fix SUID bypass via LIBMOUNT_FORCE_MOUNT2 and legacy
    mount path (bsc#1268886, CVE-2026-53614, GHSA-67r7-8m5w-22wx,
    util-linux-bsc1268886-04-libmount-LIBMOUNT_FORCE_MOUNT2.patch
    and updated util-linux-login_defs-check.sh checksum).
  - fileutils: add ul_open_no_symlinks() needed by other patches
    (bsc#1268886,
    util-linux-bsc1268886-05-fileutils-ul_open_no_symlinks.patch).
  - libmount: add fd_target to context for TOCTOU race condition
    prevention (bsc#1268886, CVE-2026-53613, GHSA-8gj5-72r3-428g,
    util-linux-bsc1268886-06-add-fd_target-to-context.patch).
  - libmount: ignore X-mount.nocanonicalize for restricted users
    (bsc#1268886#c2,
    util-linux-bsc1268886-07-libmount-X-mount_nocanonicalize.patch).
  - libmount: use fd-based fchownat/chmod in hook_owner (bsc#1268886,
    CVE-2026-53612, GHSA-g8wm-75wr-g2vh,
    util-linux-bsc1268886-08-libmount-use-fd-based-fchownat.patch).
  - libmount: restrict X-mount.subdir for non-root (bsc#1268886#c2,
    util-linux-bsc1268886-09-libmount-restrict-X-mount_subdir.patch).
  - libmount: use fd_target in hook_idmap for move_mount()
    (bsc#1268886#c2,
    util-linux-bsc1268886-10-libmount-move_mount.patch).
  - libmount: add mount ID verification and man page TOCTOU note
    (bsc#1268886#c2,
    util-linux-bsc1268886-11-libmount-mount-ID-verification.patch).
  - loopdev: use openat2(RESOLVE_NO_SYMLINKS) for backing file
    (bsc#1268886#c2, bsc#1261606, follow up for CVE-2026-27456,
    util-linux-bsc1268886-12-loopdev-openat2.patch).
  - Regenerate man pages (util-linux-bsc1268886-man-generated.patch).
  - If needed, display post installation message (bsc#1268886#c17).
  - Ignore pam-config error that prevents update failure if common*
    pam configuration is not symlink to common-*-pc (bsc#1270219).

++++ util-linux:

  - BREAKING CHANGE:
    Paths must always be canonicalized for unprivileged users to
    ensure safe target resolution. X-mount.nocanonicalize is ignored
    for them.
  - INCOMAPTIBLE CHANGE (linux < 6.15):
    X-mount.subdir: The safe detached subdirectory is no more
    supported for unprivileged users for safety reasons.
  - liblastlog2: Wait on busy SQLite connections (bsc#1268886#c3,
    util-linux-bsc1268886-01-wait-on-busy-SQLite-connections.patch).
  - libmount: Fix subvolid buffer overflow in get_btrfs_fs_root
    (bsc#1268886#c2,
    util-linux-bsc1268886-02-libmount-subvolid-overflow.patch).
  - libblkid: Fix use-after-free in nested partition probing
    (bsc#1269583, bsc#1268886#c2, CVE-2026-13595,
    util-linux-bsc1268886-03-libblkid-probe-use-after-free.patch).
  - libmount: fix SUID bypass via LIBMOUNT_FORCE_MOUNT2 and legacy
    mount path (bsc#1268886, CVE-2026-53614, GHSA-67r7-8m5w-22wx,
    util-linux-bsc1268886-04-libmount-LIBMOUNT_FORCE_MOUNT2.patch
    and updated util-linux-login_defs-check.sh checksum).
  - fileutils: add ul_open_no_symlinks() needed by other patches
    (bsc#1268886,
    util-linux-bsc1268886-05-fileutils-ul_open_no_symlinks.patch).
  - libmount: add fd_target to context for TOCTOU race condition
    prevention (bsc#1268886, CVE-2026-53613, GHSA-8gj5-72r3-428g,
    util-linux-bsc1268886-06-add-fd_target-to-context.patch).
  - libmount: ignore X-mount.nocanonicalize for restricted users
    (bsc#1268886#c2,
    util-linux-bsc1268886-07-libmount-X-mount_nocanonicalize.patch).
  - libmount: use fd-based fchownat/chmod in hook_owner (bsc#1268886,
    CVE-2026-53612, GHSA-g8wm-75wr-g2vh,
    util-linux-bsc1268886-08-libmount-use-fd-based-fchownat.patch).
  - libmount: restrict X-mount.subdir for non-root (bsc#1268886#c2,
    util-linux-bsc1268886-09-libmount-restrict-X-mount_subdir.patch).
  - libmount: use fd_target in hook_idmap for move_mount()
    (bsc#1268886#c2,
    util-linux-bsc1268886-10-libmount-move_mount.patch).
  - libmount: add mount ID verification and man page TOCTOU note
    (bsc#1268886#c2,
    util-linux-bsc1268886-11-libmount-mount-ID-verification.patch).
  - loopdev: use openat2(RESOLVE_NO_SYMLINKS) for backing file
    (bsc#1268886#c2, bsc#1261606, follow up for CVE-2026-27456,
    util-linux-bsc1268886-12-loopdev-openat2.patch).
  - Regenerate man pages (util-linux-bsc1268886-man-generated.patch).
  - If needed, display post installation message (bsc#1268886#c17).
  - Ignore pam-config error that prevents update failure if common*
    pam configuration is not symlink to common-*-pc (bsc#1270219).

------------------------------------------------------------------
------------------  2026-7-12  -  Jul 12 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ext4: don't zero the entire extent if
    EXT4_EXT_DATA_PARTIAL_VALID1 (bsc#1266773 CVE-2026-45858).
  - commit 76d7ff5
  - ext4: subdivide EXT4_EXT_DATA_VALID1 (bsc#1266773
    CVE-2026-45858).
    Refresh patches.suse/ext4-don-t-set-EXT4_GET_BLOCKS_CONVERT-when-splitting-befo.patch
    Refresh patches.suse/ext4-don-t-cache-extent-during-splitting-extent.patch
  - commit d77f46e
  - quota: Fix race of dquot_scan_active() with quota deactivation
    (bsc#1269188 CVE-2026-53050).
  - commit 2a8b30d
  - file: add fput() cleanup helper (bsc#1267618 CVE-2026-46242).
  - commit 5eec3fc
  - epoll: annotate racy check (git-fixes bsc#1267618
    CVE-2026-46242).
  - commit 04cbe4e
  - eventpoll: prefer kfree_rcu() in __ep_remove() (bsc#1267618
    CVE-2026-46242).
    Refresh: patches.suse/eventpoll-don-t-decrement-ep-refcount-while-still-ho.patch
  - commit 5fcb11a
  - eventpoll: drop vestigial epi->dying flag (bsc#1267618
    CVE-2026-46242).
  - commit 91a0d94
  - eventpoll: drop dead bool return from ep_remove_epi()
    (bsc#1267618 CVE-2026-46242).
  - commit 240e99f
  - eventpoll: refresh eventpoll_release() fast-path comment
    (bsc#1267618 CVE-2026-46242).
  - commit 5229e16
  - eventpoll: move f_lock acquisition into ep_remove_file()
    (bsc#1267618 CVE-2026-46242).
  - commit a15ee1c
  - eventpoll: fix ep_remove struct eventpoll / struct file UAF
    (bsc#1267618 CVE-2026-46242).
  - commit 06c11bf
  - eventpoll: move epi_fget() up (bsc#1267618 CVE-2026-46242).
  - commit 0dd8e11
  - eventpoll: rename ep_remove_safe() back to ep_remove()
    (bsc#1267618 CVE-2026-46242).
  - commit 07e96b5
  - eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()
    (bsc#1267618 CVE-2026-46242).
  - commit 90f4baa
  - eventpoll: kill __ep_remove() (bsc#1267618 CVE-2026-46242).
  - commit 9ba90c3
  - eventpoll: split __ep_remove() (bsc#1267618 CVE-2026-46242).
  - commit ecd55be
  - eventpoll: use hlist_is_singular_node() in __ep_remove()
    (bsc#1267618 CVE-2026-46242).
  - commit 763dc7c
  - eventpoll: Fix integer overflow in ep_loop_check_proc()
    (bsc#1267618 CVE-2026-46242).
  - commit 91a4d85

++++ kernel-rt:

  - ext4: don't zero the entire extent if
    EXT4_EXT_DATA_PARTIAL_VALID1 (bsc#1266773 CVE-2026-45858).
  - commit 76d7ff5
  - ext4: subdivide EXT4_EXT_DATA_VALID1 (bsc#1266773
    CVE-2026-45858).
    Refresh patches.suse/ext4-don-t-set-EXT4_GET_BLOCKS_CONVERT-when-splitting-befo.patch
    Refresh patches.suse/ext4-don-t-cache-extent-during-splitting-extent.patch
  - commit d77f46e
  - quota: Fix race of dquot_scan_active() with quota deactivation
    (bsc#1269188 CVE-2026-53050).
  - commit 2a8b30d
  - file: add fput() cleanup helper (bsc#1267618 CVE-2026-46242).
  - commit 5eec3fc
  - epoll: annotate racy check (git-fixes bsc#1267618
    CVE-2026-46242).
  - commit 04cbe4e
  - eventpoll: prefer kfree_rcu() in __ep_remove() (bsc#1267618
    CVE-2026-46242).
    Refresh: patches.suse/eventpoll-don-t-decrement-ep-refcount-while-still-ho.patch
  - commit 5fcb11a
  - eventpoll: drop vestigial epi->dying flag (bsc#1267618
    CVE-2026-46242).
  - commit 91a0d94
  - eventpoll: drop dead bool return from ep_remove_epi()
    (bsc#1267618 CVE-2026-46242).
  - commit 240e99f
  - eventpoll: refresh eventpoll_release() fast-path comment
    (bsc#1267618 CVE-2026-46242).
  - commit 5229e16
  - eventpoll: move f_lock acquisition into ep_remove_file()
    (bsc#1267618 CVE-2026-46242).
  - commit a15ee1c
  - eventpoll: fix ep_remove struct eventpoll / struct file UAF
    (bsc#1267618 CVE-2026-46242).
  - commit 06c11bf
  - eventpoll: move epi_fget() up (bsc#1267618 CVE-2026-46242).
  - commit 0dd8e11
  - eventpoll: rename ep_remove_safe() back to ep_remove()
    (bsc#1267618 CVE-2026-46242).
  - commit 07e96b5
  - eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()
    (bsc#1267618 CVE-2026-46242).
  - commit 90f4baa
  - eventpoll: kill __ep_remove() (bsc#1267618 CVE-2026-46242).
  - commit 9ba90c3
  - eventpoll: split __ep_remove() (bsc#1267618 CVE-2026-46242).
  - commit ecd55be
  - eventpoll: use hlist_is_singular_node() in __ep_remove()
    (bsc#1267618 CVE-2026-46242).
  - commit 763dc7c
  - eventpoll: Fix integer overflow in ep_loop_check_proc()
    (bsc#1267618 CVE-2026-46242).
  - commit 91a4d85

++++ kernel-rt_debug:

  - ext4: don't zero the entire extent if
    EXT4_EXT_DATA_PARTIAL_VALID1 (bsc#1266773 CVE-2026-45858).
  - commit 76d7ff5
  - ext4: subdivide EXT4_EXT_DATA_VALID1 (bsc#1266773
    CVE-2026-45858).
    Refresh patches.suse/ext4-don-t-set-EXT4_GET_BLOCKS_CONVERT-when-splitting-befo.patch
    Refresh patches.suse/ext4-don-t-cache-extent-during-splitting-extent.patch
  - commit d77f46e
  - quota: Fix race of dquot_scan_active() with quota deactivation
    (bsc#1269188 CVE-2026-53050).
  - commit 2a8b30d
  - file: add fput() cleanup helper (bsc#1267618 CVE-2026-46242).
  - commit 5eec3fc
  - epoll: annotate racy check (git-fixes bsc#1267618
    CVE-2026-46242).
  - commit 04cbe4e
  - eventpoll: prefer kfree_rcu() in __ep_remove() (bsc#1267618
    CVE-2026-46242).
    Refresh: patches.suse/eventpoll-don-t-decrement-ep-refcount-while-still-ho.patch
  - commit 5fcb11a
  - eventpoll: drop vestigial epi->dying flag (bsc#1267618
    CVE-2026-46242).
  - commit 91a0d94
  - eventpoll: drop dead bool return from ep_remove_epi()
    (bsc#1267618 CVE-2026-46242).
  - commit 240e99f
  - eventpoll: refresh eventpoll_release() fast-path comment
    (bsc#1267618 CVE-2026-46242).
  - commit 5229e16
  - eventpoll: move f_lock acquisition into ep_remove_file()
    (bsc#1267618 CVE-2026-46242).
  - commit a15ee1c
  - eventpoll: fix ep_remove struct eventpoll / struct file UAF
    (bsc#1267618 CVE-2026-46242).
  - commit 06c11bf
  - eventpoll: move epi_fget() up (bsc#1267618 CVE-2026-46242).
  - commit 0dd8e11
  - eventpoll: rename ep_remove_safe() back to ep_remove()
    (bsc#1267618 CVE-2026-46242).
  - commit 07e96b5
  - eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()
    (bsc#1267618 CVE-2026-46242).
  - commit 90f4baa
  - eventpoll: kill __ep_remove() (bsc#1267618 CVE-2026-46242).
  - commit 9ba90c3
  - eventpoll: split __ep_remove() (bsc#1267618 CVE-2026-46242).
  - commit ecd55be
  - eventpoll: use hlist_is_singular_node() in __ep_remove()
    (bsc#1267618 CVE-2026-46242).
  - commit 763dc7c
  - eventpoll: Fix integer overflow in ep_loop_check_proc()
    (bsc#1267618 CVE-2026-46242).
  - commit 91a4d85

------------------------------------------------------------------
------------------  2026-7-11  -  Jul 11 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bpf: Fix same-register dst/src OOB read and pointer leak in
    sock_ops (CVE-2026-53078 bsc#1269700).
  - commit 37876b7

++++ kernel-rt:

  - bpf: Fix same-register dst/src OOB read and pointer leak in
    sock_ops (CVE-2026-53078 bsc#1269700).
  - commit 37876b7

++++ kernel-rt_debug:

  - bpf: Fix same-register dst/src OOB read and pointer leak in
    sock_ops (CVE-2026-53078 bsc#1269700).
  - commit 37876b7

------------------------------------------------------------------
------------------  2026-7-10  -  Jul 10 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale
    blob size (CVE-2026-52961 bsc#1269129).
  - commit d61a3b2
  - bpf, sockmap: Fix af_unix iter deadlock (CVE-2026-53035
    bsc#1269190).
  - commit af7a8a1
  - kABI fix for KVM: x86/mmu: Track possible NX huge pages
    separately for TDP vs Shadow MMU (bsc#1271050) (bsc#1271050).
  - commit 0b4ce51
  - net: mvpp2: sync RX data at the hardware packet offset
    (CVE-2026-53217 bsc#1269989).
  - net/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ
    (CVE-2026-43465 bsc#1264997).
  - net/mlx5e: Fix DMA FIFO desync on error CQE SQ recovery
    (CVE-2026-43466 bsc#1264790).
  - net/mlx5: Fix deadlock between devlink lock and esw->wq
    (CVE-2026-43468 bsc#1264978).
  - commit f3e0959
  - Bluetooth: bpa10x: avoid OOB read of revision string in
    bpa10x_setup() (git-fixes).
  - Bluetooth: ISO: exclude RFU bits from ISO_SDU_Length
    (git-fixes).
  - Bluetooth: ISO: fix malformed ISO_END/CONT handling (git-fixes).
  - Bluetooth: fix UAF in bt_accept_dequeue() (git-fixes).
  - Bluetooth: bnep: pin L2CAP connection during netdev registration
    (git-fixes).
  - Bluetooth: MGMT: Fix adv monitor add failure cleanup
    (git-fixes).
  - Bluetooth: 6lowpan: hold L2CAP conn across debugfs control
    (git-fixes).
  - Bluetooth: L2CAP: validate option length before reading conf
    opt value (git-fixes).
  - Bluetooth: MGMT: Fix UAF of hci_conn_params in
    add_device_complete (git-fixes).
  - Bluetooth: hci_uart: clear HCI_UART_SENDING when write_work
    is canceled (git-fixes).
  - net: usb: lan78xx: disable VLAN filter in promiscuous mode
    (git-fixes).
  - net: usb: net1080: validate packet_len before pad-byte access
    in rx_fixup (git-fixes).
  - HID: lg-g15: cancel pending work on remove to fix a
    use-after-free (git-fixes).
  - HID: picolcd: prevent NULL pointer dereference in
    picolcd_send_and_wait() (git-fixes).
  - HID: letsketch: fix UAF on inrange_timer at driver unbind
    (git-fixes).
  - commit 211156a

++++ kernel-rt:

  - ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale
    blob size (CVE-2026-52961 bsc#1269129).
  - commit d61a3b2
  - bpf, sockmap: Fix af_unix iter deadlock (CVE-2026-53035
    bsc#1269190).
  - commit af7a8a1
  - kABI fix for KVM: x86/mmu: Track possible NX huge pages
    separately for TDP vs Shadow MMU (bsc#1271050) (bsc#1271050).
  - commit 0b4ce51
  - net: mvpp2: sync RX data at the hardware packet offset
    (CVE-2026-53217 bsc#1269989).
  - net/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ
    (CVE-2026-43465 bsc#1264997).
  - net/mlx5e: Fix DMA FIFO desync on error CQE SQ recovery
    (CVE-2026-43466 bsc#1264790).
  - net/mlx5: Fix deadlock between devlink lock and esw->wq
    (CVE-2026-43468 bsc#1264978).
  - commit f3e0959
  - Bluetooth: bpa10x: avoid OOB read of revision string in
    bpa10x_setup() (git-fixes).
  - Bluetooth: ISO: exclude RFU bits from ISO_SDU_Length
    (git-fixes).
  - Bluetooth: ISO: fix malformed ISO_END/CONT handling (git-fixes).
  - Bluetooth: fix UAF in bt_accept_dequeue() (git-fixes).
  - Bluetooth: bnep: pin L2CAP connection during netdev registration
    (git-fixes).
  - Bluetooth: MGMT: Fix adv monitor add failure cleanup
    (git-fixes).
  - Bluetooth: 6lowpan: hold L2CAP conn across debugfs control
    (git-fixes).
  - Bluetooth: L2CAP: validate option length before reading conf
    opt value (git-fixes).
  - Bluetooth: MGMT: Fix UAF of hci_conn_params in
    add_device_complete (git-fixes).
  - Bluetooth: hci_uart: clear HCI_UART_SENDING when write_work
    is canceled (git-fixes).
  - net: usb: lan78xx: disable VLAN filter in promiscuous mode
    (git-fixes).
  - net: usb: net1080: validate packet_len before pad-byte access
    in rx_fixup (git-fixes).
  - HID: lg-g15: cancel pending work on remove to fix a
    use-after-free (git-fixes).
  - HID: picolcd: prevent NULL pointer dereference in
    picolcd_send_and_wait() (git-fixes).
  - HID: letsketch: fix UAF on inrange_timer at driver unbind
    (git-fixes).
  - commit 211156a

++++ kernel-rt_debug:

  - ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale
    blob size (CVE-2026-52961 bsc#1269129).
  - commit d61a3b2
  - bpf, sockmap: Fix af_unix iter deadlock (CVE-2026-53035
    bsc#1269190).
  - commit af7a8a1
  - kABI fix for KVM: x86/mmu: Track possible NX huge pages
    separately for TDP vs Shadow MMU (bsc#1271050) (bsc#1271050).
  - commit 0b4ce51
  - net: mvpp2: sync RX data at the hardware packet offset
    (CVE-2026-53217 bsc#1269989).
  - net/mlx5e: RX, Fix XDP multi-buf frag counting for striding RQ
    (CVE-2026-43465 bsc#1264997).
  - net/mlx5e: Fix DMA FIFO desync on error CQE SQ recovery
    (CVE-2026-43466 bsc#1264790).
  - net/mlx5: Fix deadlock between devlink lock and esw->wq
    (CVE-2026-43468 bsc#1264978).
  - commit f3e0959
  - Bluetooth: bpa10x: avoid OOB read of revision string in
    bpa10x_setup() (git-fixes).
  - Bluetooth: ISO: exclude RFU bits from ISO_SDU_Length
    (git-fixes).
  - Bluetooth: ISO: fix malformed ISO_END/CONT handling (git-fixes).
  - Bluetooth: fix UAF in bt_accept_dequeue() (git-fixes).
  - Bluetooth: bnep: pin L2CAP connection during netdev registration
    (git-fixes).
  - Bluetooth: MGMT: Fix adv monitor add failure cleanup
    (git-fixes).
  - Bluetooth: 6lowpan: hold L2CAP conn across debugfs control
    (git-fixes).
  - Bluetooth: L2CAP: validate option length before reading conf
    opt value (git-fixes).
  - Bluetooth: MGMT: Fix UAF of hci_conn_params in
    add_device_complete (git-fixes).
  - Bluetooth: hci_uart: clear HCI_UART_SENDING when write_work
    is canceled (git-fixes).
  - net: usb: lan78xx: disable VLAN filter in promiscuous mode
    (git-fixes).
  - net: usb: net1080: validate packet_len before pad-byte access
    in rx_fixup (git-fixes).
  - HID: lg-g15: cancel pending work on remove to fix a
    use-after-free (git-fixes).
  - HID: picolcd: prevent NULL pointer dereference in
    picolcd_send_and_wait() (git-fixes).
  - HID: letsketch: fix UAF on inrange_timer at driver unbind
    (git-fixes).
  - commit 211156a

++++ libxml2:

  - CVE-2026-11979: stack-based buffer overflows in the `xmlcatalog` utility when running in `--shell` mode (bsc#1269790)
    * Add patch libxml2-CVE-2026-11979.patch

++++ patch:

  - dont-infloop-on-null-ranges.patch: Apply the same checks to
    null ranges as are applied to non-null ranges (bsc#1271166
    CVE-2026-56289).
  - avoid-null-pointer-derefence-with-bad-hunks.patch: Avoid null
    pointer derefence with bad hunks (bsc#1271167 CVE-2026-56288).
  - CVE-2021-45261.patch: Clear range of pointers before they are
    used/freed (boo#1194037 CVE-2021-45261).

++++ libxml2-python:

  - CVE-2026-11979: stack-based buffer overflows in the `xmlcatalog` utility when running in `--shell` mode (bsc#1269790)
    * Add patch libxml2-CVE-2026-11979.patch

------------------------------------------------------------------
------------------  2026-7-9  -  Jul 9 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
    (bsc#1271050).
  - commit ab2e5ac
  - KVM: x86/mmu: Rename kvm_tdp_mmu_zap_sp() to better indicate
    its purpose (bsc#1271050).
  - commit b5fffff
  - KVM: x86/mmu: Track possible NX huge pages separately for TDP
    vs. Shadow MMU (bsc#1271050).
  - commit 8162ecb

++++ kernel-rt:

  - KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
    (bsc#1271050).
  - commit ab2e5ac
  - KVM: x86/mmu: Rename kvm_tdp_mmu_zap_sp() to better indicate
    its purpose (bsc#1271050).
  - commit b5fffff
  - KVM: x86/mmu: Track possible NX huge pages separately for TDP
    vs. Shadow MMU (bsc#1271050).
  - commit 8162ecb

++++ kernel-rt_debug:

  - KVM: x86/mmu: Recover TDP MMU NX huge pages using MMU read lock
    (bsc#1271050).
  - commit ab2e5ac
  - KVM: x86/mmu: Rename kvm_tdp_mmu_zap_sp() to better indicate
    its purpose (bsc#1271050).
  - commit b5fffff
  - KVM: x86/mmu: Track possible NX huge pages separately for TDP
    vs. Shadow MMU (bsc#1271050).
  - commit 8162ecb

++++ freetype2:

  - update to 2.14.3
  - Important bug fixes
    * A bunch of potential security problems have been found. All
    users should update.
  - Miscellaneous
    * If configuration option `TT_CONFIG_OPTION_GPOS_KERNING` is
    active, GPOS-based kerning could miss some value pairs (bug
    introduced in version 2.14.0).
  - Added patch:
    * freetype-CVE-2026-50811.patch
    + upstream fix for issue #1436, bsc#1271045, CVE-2026-50811:
    out-of-bounds read vulnerabilityin src/truetype/ttgxvar.c in
    the TT_Get_Var_Design implementation used by
    FT_Get_Var_Design_Coordinates

++++ wget:

  - Fix buffer underflow in clean_metalink_link
    [bsc#1271033, CVE-2026-58469]
    * CVE-2026-58469.patch
  - Fix integer overflow in parse_content_range
    [bsc#1271034, CVE-2026-58470]
    * CVE-2026-58470.patch
  - Fix buffer size handling in filename conversion
    [bsc#1271035, CVE-2026-58471]
    * CVE-2026-58471.patch
  - Fix integer+buffer overflow in html_quote_string
    [bsc#1271036, CVE-2026-58472]
    * CVE-2026-58472.patch

------------------------------------------------------------------
------------------  2026-7-8  -  Jul 8 2026  -------------------
------------------------------------------------------------------

++++ jq:

  - Add patch CVE-2026-43896.patch (CVE-2026-43896, bsc#1265075)
  - Add patch CVE-2026-44777.patch (CVE-2026-44777, bsc#1265076)
  - Add patch CVE-2026-49839.patch (CVE-2026-49839, bsc#1269220)
  - Add patch CVE-2026-54679.patch (CVE-2026-54679, bsc#1269390)

++++ kernel-default:

  - drm/amd/display: Fix dsc eDP issue (CVE-2026-43320 bsc#1264987)
  - commit efe61fa
  - netfilter: x_tables: guard option walkers against 1-byte tail reads (CVE-2026-43452 bsc#1265142)
  - commit 145c47f
  - netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (CVE-2026-43450 bsc#1264794)
  - commit e1f5d63
  - net/tcp-md5: Fix MAC comparison to be constant-time (CVE-2026-43383 bsc#1264744)
  - commit 5d9ee14
  - net: ncsi: fix skb leak in error paths (CVE-2026-43373 bsc#1265079)
  - commit 93fe82e
  - xsk: respect tailroom for ZC setups (CVE-2026-43092 bsc#1264270).
  - commit ffc5f58
  - drm/amd/display: Add a function for checking tmds mode
    (CVE-2026-43191 bsc#1264548).
  - commit f2aa959

++++ kernel-rt:

  - drm/amd/display: Fix dsc eDP issue (CVE-2026-43320 bsc#1264987)
  - commit efe61fa
  - netfilter: x_tables: guard option walkers against 1-byte tail reads (CVE-2026-43452 bsc#1265142)
  - commit 145c47f
  - netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (CVE-2026-43450 bsc#1264794)
  - commit e1f5d63
  - net/tcp-md5: Fix MAC comparison to be constant-time (CVE-2026-43383 bsc#1264744)
  - commit 5d9ee14
  - net: ncsi: fix skb leak in error paths (CVE-2026-43373 bsc#1265079)
  - commit 93fe82e
  - xsk: respect tailroom for ZC setups (CVE-2026-43092 bsc#1264270).
  - commit ffc5f58
  - drm/amd/display: Add a function for checking tmds mode
    (CVE-2026-43191 bsc#1264548).
  - commit f2aa959

++++ kernel-rt_debug:

  - drm/amd/display: Fix dsc eDP issue (CVE-2026-43320 bsc#1264987)
  - commit efe61fa
  - netfilter: x_tables: guard option walkers against 1-byte tail reads (CVE-2026-43452 bsc#1265142)
  - commit 145c47f
  - netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() (CVE-2026-43450 bsc#1264794)
  - commit e1f5d63
  - net/tcp-md5: Fix MAC comparison to be constant-time (CVE-2026-43383 bsc#1264744)
  - commit 5d9ee14
  - net: ncsi: fix skb leak in error paths (CVE-2026-43373 bsc#1265079)
  - commit 93fe82e
  - xsk: respect tailroom for ZC setups (CVE-2026-43092 bsc#1264270).
  - commit ffc5f58
  - drm/amd/display: Add a function for checking tmds mode
    (CVE-2026-43191 bsc#1264548).
  - commit f2aa959

++++ sssd:

  - Fix GPO cache path traversal via unsanitized gPCFileSysPath;
    (bsc#1270708); (CVE-2026-14476); Add patch
    0006-gpo-reject-path-traversal-in-gPCFileSysPath.patch
  - Warn when a SUDO provider LDAP search falls back to root DN;
    (bsc#1270709); (CVE-2026-14474); Add patch
    0007-sudo-warn-when-ldap_sudo_search_base-falls-back-to-r.patch

++++ openSUSE-build-key:

  - Update key for zSystems (managed by OBS, expires 2026-12-06)
  - replace gpg-pubkey-f6ab3975-62e9e6fb.asc
  - by gpg-pubkey-f6ab3975-66f622c2.asc

------------------------------------------------------------------
------------------  2026-7-7  -  Jul 7 2026  -------------------
------------------------------------------------------------------

++++ afterburn:

  - Update to version 5.10.0.git73.b97f772:
    * build(deps): bump anyhow from 1.0.99 to 1.0.103
    https://github.com/coreos/afterburn/pull/1284
    * build(deps): bump libflate from 2.1.0 to 2.2.2
    https://github.com/coreos/afterburn/pull/1283
    * build(deps): bump openssl from 0.10.79 to 0.10.80
    not vulnerable but patches CVE-2026-45784 AKA bsc#1270949
    https://github.com/coreos/afterburn/pull/1277
  - Update to version 5.10.0.git70.9cc2a7b:
    * build(deps): bump openssl from 0.10.78 to 0.10.79
    fixes CVE-2026-42327 AKA bsc#1270483 , CVE-2026-44662 AKA bsc#1270886
    * providers/hetzner: Add the HETZNER_PUBLIC_IPV6 attribute
    * providers/hetzner: Add support for network configuration
    * build(deps): bump rustls-webpki from 0.103.10 to 0.103.13
    fixes GHSA-82j2-j2ch-gfr8 , GHSA-965h-392x-2mh5 , GHSA-xgp8-3hg3-c2mh
    * build(deps): bump openssl from 0.10.73 to 0.10.78
    fixes CVE-2026-41898 AKA bsc#1270817 , CVE-2026-41681 AKA bsc#1270787 ,
    CVE-2026-41676 AKA bsc#1270175 , CVE-2026-41678 AKA bsc#1270651 ,
    CVE-2026-41677 AKA bsc#1270555
    * docs: Add AGENTS.md and CLAUDE.md for AI coding assistants
    * build(deps): bump rand from 0.9.2 to 0.9.4
    not vulnerable but patches RUSTSEC-2026-0097 AKA GHSA-cq8v-f236-94qc
    * opencode: add skills for provider scaffolding and release automation
    * ibmcloud-classic: Add missing network_id to fixture
    * kubevirt: Support static gateway and DNS with DHCP
    * build(deps): bump rustls-webpki from 0.103.6 to 0.103.10
    fixes GHSA-pwjx-qhcg-rvj4
    * fix(proxmoxve): Define DNS entries for every interface
    * Makefile: download `90-afterburn-authorized-keys-file.conf` for rpm building
    * Sync repo templates ⚙
    * Sync repo templates ⚙
    * build(deps): bump bytes from 1.10.1 to 1.11.1
    fixes CVE-2026-25541
    * util/dhcp: Fix clippy lints
    * Sync repo templates ⚙
    * build(deps): bump actions/checkout from 4 to 6
    * Sync repo templates ⚙
    * build(deps): bump actions/upload-artifact from 4 to 5
    * kubevirt: modprobe for virtio_blk; remove dracut preload
    * Sync repo templates ⚙
    * kubevirt: Add NoCloud network configuration support
    * kubevirt: Support config drive network data
    * kubevirt: Refactor the provider to follow the proxmoxve structure
    * dracut: Add virtio_blk module preload to afterburn-network-kargs service
    * docs: Add release notes
    * cargo: Afterburn release 5.10.0
  - Update to version 5.10.0:
    * cargo: Afterburn release 5.10.0
    * docs/release-notes: update for release 5.10.0
    * cargo: update dependencies
    * microsoft/azure: Add XML attribute alias for serde-xml-rs Fedora compat
    * docs/release-notes: Add entry for Azure SharedConfig XML parsing fix
    * microsoft/azure: Fix SharedConfig parsing of XML attributes
    * microsoft/azure: Mock goalstate.SharedConfig output in tests
    * providers/azure: switch SSH key retrieval from certs endpoint to IMDS
    * build(deps): bump the build group with 8 updates
    * build(deps): bump slab from 0.4.10 to 0.4.11
    * build(deps): bump actions/checkout from 4 to 5
    * upcloud: implement UpCloud provider
    * build(deps): bump the build group with 4 updates
    * Sync repo templates ⚙

++++ grub2:

  - Dump PCRs on key unsealing fail (bsc#1270265)
    * 0001-tpm2_key_protector-Dump-PCRs-on-policy-fail.patch

++++ kernel-default:

  - io_uring/poll: fix signed comparison in io_poll_get_ownership()
    (bsc#1268989 CVE-2026-52933).
  - commit 26f7e93
  - scsi: target: core: Fix integer overflow in UNMAP bounds check (CVE-2026-53021 bsc#1269151).
  - commit 1e19f6b
  - dm cache metadata: fix memory leak on metadata abort retry (CVE-2026-53060 bsc#1269164).
  - commit 8c6360e
  - libceph: Fix potential out-of-bounds access in osdmap_decode() (CVE-2026-52958 bsc#1269174).
  - commit e469798
  - libceph: Fix potential out-of-bounds access in __ceph_x_decrypt() (CVE-2026-52956 bsc#1269172).
  - commit e6938b1
  - ceph: only d_add() negative dentries when they are unhashed (CVE-2026-46052 bsc#1267494).
  - commit d67a188
  - ocfs2: validate group add input before caching (CVE-2026-53039 bsc#1269392).
  - commit 4e4e2ad
  - gfs2: add some missing log locking (CVE-2026-53049 bsc#1269646).
  - commit 588d3c1
  - fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios (CVE-2026-53167 bsc#1269768).
  - commit bc9d90b
  - fuse: reject fuse_notify() pagecache ops on directories (CVE-2026-53168 bsc#1269645).
  - commit f86f95e
  - md/raid5: fix soft lockup in retry_aligned_read() (CVE-2026-46051 bsc#1267360).
  - commit 14f88d8
  - md/raid10: fix divide-by-zero in setup_geo() with zero far_copies (CVE-2026-46161 bsc#1266838).
  - commit 4b7776d
  - md/raid10: fix deadlock with check operation and nowait requests (CVE-2026-46050 bsc#1266686).
  - commit 1e05cdc
  - ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all() (CVE-2026-46046 bsc#1266726).
  - commit 8e9d2c4
  - ext4: fix dirtyclusters double decrement on fs shutdown (CVE-2026-45920 bsc#1266893).
  - commit 08bcb0c
  - ext4: drop extent cache when splitting extent fails (CVE-2026-45899 bsc#1266883).
  - commit fc5f28e
  - ipv4: restrict IPOPT_SSRR and IPOPT_LSRR options (CVE-2026-53249
    bsc#1269992).
  - net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnels
    (CVE-2026-46099 bsc#1266722).
  - xsk: validate MTU against usable frame size on bind
    (CVE-2026-43092 bsc#1264270).
  - net: consume xmit errors of GSO frames (CVE-2026-43194
    bsc#1264304).
  - commit fe8c145
  - USB: serial: io_ti: fix heap overflow in get_manuf_info()
    (CVE-2026-53196 bsc#1269986).
  - commit 718392c
  - staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction (CVE-2026-53178 bsc#1269795)
  - commit 1a70ae4
  - Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs
    l2cap_conn_del() (CVE-2026-53357 bsc#1270257).
  - commit 3201735

++++ kernel-rt:

  - io_uring/poll: fix signed comparison in io_poll_get_ownership()
    (bsc#1268989 CVE-2026-52933).
  - commit 26f7e93
  - scsi: target: core: Fix integer overflow in UNMAP bounds check (CVE-2026-53021 bsc#1269151).
  - commit 1e19f6b
  - dm cache metadata: fix memory leak on metadata abort retry (CVE-2026-53060 bsc#1269164).
  - commit 8c6360e
  - libceph: Fix potential out-of-bounds access in osdmap_decode() (CVE-2026-52958 bsc#1269174).
  - commit e469798
  - libceph: Fix potential out-of-bounds access in __ceph_x_decrypt() (CVE-2026-52956 bsc#1269172).
  - commit e6938b1
  - ceph: only d_add() negative dentries when they are unhashed (CVE-2026-46052 bsc#1267494).
  - commit d67a188
  - ocfs2: validate group add input before caching (CVE-2026-53039 bsc#1269392).
  - commit 4e4e2ad
  - gfs2: add some missing log locking (CVE-2026-53049 bsc#1269646).
  - commit 588d3c1
  - fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios (CVE-2026-53167 bsc#1269768).
  - commit bc9d90b
  - fuse: reject fuse_notify() pagecache ops on directories (CVE-2026-53168 bsc#1269645).
  - commit f86f95e
  - md/raid5: fix soft lockup in retry_aligned_read() (CVE-2026-46051 bsc#1267360).
  - commit 14f88d8
  - md/raid10: fix divide-by-zero in setup_geo() with zero far_copies (CVE-2026-46161 bsc#1266838).
  - commit 4b7776d
  - md/raid10: fix deadlock with check operation and nowait requests (CVE-2026-46050 bsc#1266686).
  - commit 1e05cdc
  - ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all() (CVE-2026-46046 bsc#1266726).
  - commit 8e9d2c4
  - ext4: fix dirtyclusters double decrement on fs shutdown (CVE-2026-45920 bsc#1266893).
  - commit 08bcb0c
  - ext4: drop extent cache when splitting extent fails (CVE-2026-45899 bsc#1266883).
  - commit fc5f28e
  - ipv4: restrict IPOPT_SSRR and IPOPT_LSRR options (CVE-2026-53249
    bsc#1269992).
  - net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnels
    (CVE-2026-46099 bsc#1266722).
  - xsk: validate MTU against usable frame size on bind
    (CVE-2026-43092 bsc#1264270).
  - net: consume xmit errors of GSO frames (CVE-2026-43194
    bsc#1264304).
  - commit fe8c145
  - USB: serial: io_ti: fix heap overflow in get_manuf_info()
    (CVE-2026-53196 bsc#1269986).
  - commit 718392c
  - staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction (CVE-2026-53178 bsc#1269795)
  - commit 1a70ae4
  - Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs
    l2cap_conn_del() (CVE-2026-53357 bsc#1270257).
  - commit 3201735

++++ kernel-rt_debug:

  - io_uring/poll: fix signed comparison in io_poll_get_ownership()
    (bsc#1268989 CVE-2026-52933).
  - commit 26f7e93
  - scsi: target: core: Fix integer overflow in UNMAP bounds check (CVE-2026-53021 bsc#1269151).
  - commit 1e19f6b
  - dm cache metadata: fix memory leak on metadata abort retry (CVE-2026-53060 bsc#1269164).
  - commit 8c6360e
  - libceph: Fix potential out-of-bounds access in osdmap_decode() (CVE-2026-52958 bsc#1269174).
  - commit e469798
  - libceph: Fix potential out-of-bounds access in __ceph_x_decrypt() (CVE-2026-52956 bsc#1269172).
  - commit e6938b1
  - ceph: only d_add() negative dentries when they are unhashed (CVE-2026-46052 bsc#1267494).
  - commit d67a188
  - ocfs2: validate group add input before caching (CVE-2026-53039 bsc#1269392).
  - commit 4e4e2ad
  - gfs2: add some missing log locking (CVE-2026-53049 bsc#1269646).
  - commit 588d3c1
  - fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios (CVE-2026-53167 bsc#1269768).
  - commit bc9d90b
  - fuse: reject fuse_notify() pagecache ops on directories (CVE-2026-53168 bsc#1269645).
  - commit f86f95e
  - md/raid5: fix soft lockup in retry_aligned_read() (CVE-2026-46051 bsc#1267360).
  - commit 14f88d8
  - md/raid10: fix divide-by-zero in setup_geo() with zero far_copies (CVE-2026-46161 bsc#1266838).
  - commit 4b7776d
  - md/raid10: fix deadlock with check operation and nowait requests (CVE-2026-46050 bsc#1266686).
  - commit 1e05cdc
  - ext4: fix missing brelse() in ext4_xattr_inode_dec_ref_all() (CVE-2026-46046 bsc#1266726).
  - commit 8e9d2c4
  - ext4: fix dirtyclusters double decrement on fs shutdown (CVE-2026-45920 bsc#1266893).
  - commit 08bcb0c
  - ext4: drop extent cache when splitting extent fails (CVE-2026-45899 bsc#1266883).
  - commit fc5f28e
  - ipv4: restrict IPOPT_SSRR and IPOPT_LSRR options (CVE-2026-53249
    bsc#1269992).
  - net: ipv6: fix NOREF dst use in seg6 and rpl lwtunnels
    (CVE-2026-46099 bsc#1266722).
  - xsk: validate MTU against usable frame size on bind
    (CVE-2026-43092 bsc#1264270).
  - net: consume xmit errors of GSO frames (CVE-2026-43194
    bsc#1264304).
  - commit fe8c145
  - USB: serial: io_ti: fix heap overflow in get_manuf_info()
    (CVE-2026-53196 bsc#1269986).
  - commit 718392c
  - staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction (CVE-2026-53178 bsc#1269795)
  - commit 1a70ae4
  - Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs
    l2cap_conn_del() (CVE-2026-53357 bsc#1270257).
  - commit 3201735

------------------------------------------------------------------
------------------  2026-7-6  -  Jul 6 2026  -------------------
------------------------------------------------------------------

++++ containerd:

  - Add patch for CVE-2026-35469 (bsc#1262266)
    * 0006-CVE-2026-35469-Update-spdystream-to-0.5.1.patch
  - Rebase patches:
    * 0003-CVE-2026-34986-Bump-go-jose-to-v3.0.5.patch
    * 0004-CVE-2026-39821-idna-update-from-x-text-fix-ToUnicode.patch
    * 0005-CVE-2026-33814-http2-prevent-hanging-Transport-due-t.patch

++++ kernel-default:

  - Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()
    (CVE-2026-53256 bsc#1269993).
  - commit ec1f193
  - ice: introduce PTP state machine (bsc#1269981).
  - Refresh
    patches.suse/ice-Don-t-process-extts-if-PTP-is-disabled.patch.
  - Refresh patches.suse/ice-Fix-improper-extts-handling.patch.
  - commit 31099ce
  - ice: Fix PTP NULL pointer dereference during VSI rebuild
    (bsc#1269981).
  - ice: stop destroying and reinitalizing Tx tracker during reset
    (bsc#1269981).
  - ice: factor out ice_ptp_rebuild_owner() (bsc#1269981).
  - ice: rename ice_ptp_tx_cfg_intr (bsc#1269981).
  - ice: don't check has_ready_bitmap in E810 functions
    (bsc#1269981).
  - ice: rename verify_cached to has_ready_bitmap (bsc#1269981).
  - ice: pass reset type to PTP reset functions (bsc#1269981).
  - commit 2640e24
  - add bugnumber to existing mana change (bsc#1270022).
  - commit 92ee9e3
  - Update
    patches.suse/KVM-x86-Fix-shadow-paging-use-after-free-due-to-unex-81ccda30b4e8.patch
    (bsc#1270059 CVE-2026-53359).
  - commit c6042d7
  - Update
    patches.suse/ipv6-account-for-fraggap-on-the-paged-allocation-path.patch
    (git-fixes CVE-2026-53362 bsc#1269493).
  - commit 400728f
  - Sort patches for TLBI errata mitigation's on Arm CPUs
  - commit 8005e5d

++++ kernel-rt:

  - Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()
    (CVE-2026-53256 bsc#1269993).
  - commit ec1f193
  - ice: introduce PTP state machine (bsc#1269981).
  - Refresh
    patches.suse/ice-Don-t-process-extts-if-PTP-is-disabled.patch.
  - Refresh patches.suse/ice-Fix-improper-extts-handling.patch.
  - commit 31099ce
  - ice: Fix PTP NULL pointer dereference during VSI rebuild
    (bsc#1269981).
  - ice: stop destroying and reinitalizing Tx tracker during reset
    (bsc#1269981).
  - ice: factor out ice_ptp_rebuild_owner() (bsc#1269981).
  - ice: rename ice_ptp_tx_cfg_intr (bsc#1269981).
  - ice: don't check has_ready_bitmap in E810 functions
    (bsc#1269981).
  - ice: rename verify_cached to has_ready_bitmap (bsc#1269981).
  - ice: pass reset type to PTP reset functions (bsc#1269981).
  - commit 2640e24
  - add bugnumber to existing mana change (bsc#1270022).
  - commit 92ee9e3
  - Update
    patches.suse/KVM-x86-Fix-shadow-paging-use-after-free-due-to-unex-81ccda30b4e8.patch
    (bsc#1270059 CVE-2026-53359).
  - commit c6042d7
  - Update
    patches.suse/ipv6-account-for-fraggap-on-the-paged-allocation-path.patch
    (git-fixes CVE-2026-53362 bsc#1269493).
  - commit 400728f
  - Sort patches for TLBI errata mitigation's on Arm CPUs
  - commit 8005e5d

++++ kernel-rt_debug:

  - Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()
    (CVE-2026-53256 bsc#1269993).
  - commit ec1f193
  - ice: introduce PTP state machine (bsc#1269981).
  - Refresh
    patches.suse/ice-Don-t-process-extts-if-PTP-is-disabled.patch.
  - Refresh patches.suse/ice-Fix-improper-extts-handling.patch.
  - commit 31099ce
  - ice: Fix PTP NULL pointer dereference during VSI rebuild
    (bsc#1269981).
  - ice: stop destroying and reinitalizing Tx tracker during reset
    (bsc#1269981).
  - ice: factor out ice_ptp_rebuild_owner() (bsc#1269981).
  - ice: rename ice_ptp_tx_cfg_intr (bsc#1269981).
  - ice: don't check has_ready_bitmap in E810 functions
    (bsc#1269981).
  - ice: rename verify_cached to has_ready_bitmap (bsc#1269981).
  - ice: pass reset type to PTP reset functions (bsc#1269981).
  - commit 2640e24
  - add bugnumber to existing mana change (bsc#1270022).
  - commit 92ee9e3
  - Update
    patches.suse/KVM-x86-Fix-shadow-paging-use-after-free-due-to-unex-81ccda30b4e8.patch
    (bsc#1270059 CVE-2026-53359).
  - commit c6042d7
  - Update
    patches.suse/ipv6-account-for-fraggap-on-the-paged-allocation-path.patch
    (git-fixes CVE-2026-53362 bsc#1269493).
  - commit 400728f
  - Sort patches for TLBI errata mitigation's on Arm CPUs
  - commit 8005e5d

++++ tiff:

  - Update to 4.7.2:
    Software configuration changes:
    * cmake: Fix bundle identifiers to use reverse-DNS format
    * cmake: Fix and improve Apple framework build support
    * cmake: Use TurboJPEG CONFIG by default (issue #767)
    * cmake: changes related to 8-/12-bit modes
    * cmake: Replace CMath::CMath with direct link to avoid export.
    * Support for iOS-derived builds
    * Simplify cmake byte order version check
    * Add additional warnings, primarily floating precision conversions and integer arithmetic conversions
    * configure.ac: Require bootstrap with at least Autoconf 2.71.
    Library changes:
    * New/improved functionalities::
    + Add TIFFGetMaxCompressionRatio() and use it in _TIFFReadEncoded[Tile|Strip)AndAllocBuffer() (issue #781) (CVE-2026-36849) (bsc#1268434)
    * API/ABI breaks:
    + None
    Bug fixes:
    * Handle negative TIFFReadFile results before state updates (issue #854)
    * tif_dirread.c: fix copy-paste bug in ChopUpSingleUncompressedStrip
    * tif_read.c: Fixed division by zero in TIFFStartStrip() (issue #777)
    * tif_dirwrite.c: add integer overflow checks to allocation size calculations
    * tif_print.c: add integer overflow checks to allocation size calculations
    * tif_write.c: fix OOB read and underflow in TIFFAppendToStrip copy loop
    * DumpModeSeek: add bounds check to prevent OOB pointer advance
    * TIFFGrowStrips: fix use-after-free on partial realloc failure.
    * Fix NULL dereference in _TIFFReserveLargeEnoughWriteBuffer() by validating the strip bytecount array before accessing it.
    * TIFFRGBAImage: avoid int overflows in put functions (issue #830)
    * tif_getimage: fix inconsistent fromskew handling in put16bitbwtile (issue #792)
    * tif_getimage: Widen pointer-offset arithmetic in tif_getimage
    * putcontig8bitYCbCr44tile: fix wrong fromskew computation (issue #798)
    * putcontig8bitYCbCr42tile: Reject invalid YCbCr subsampling when image dimensions are smaller than the subsampling block to prevent out-of-bounds writes. (issue #753)
    * TIFFReadRGBAImage(): prevent integer overflow and later heap overflow (issue #787) (CVE-2026-4775) (bsc#1260411)
    * TIFFFillStrip/Tile(): avoid excessive memory allocation (issue #831)
    * TIFFLinkDirectory() checks for IFD loops (issue #788)
    * Check result of _TIFFCheckRealloc to prevent memory leaks and segmentation fault when reallocation fails.
    * TIFFVTileSize64(): in YCbCr contig non upsampled mode, validate td_samplesperpixel==3 (issue #805)
    * TIFFReadDirEntryPersampleShort(): be tolerant to tags like SampleFormat not having 1 or SamplesPerPixel values (https://github.com/OSGeo/gdal/issues/13465)
    * tif_getimage: reject tile widths that would overflow toskew (issue #808)
    * Fix integer overflow in _TIFFPartialReadStripArray on 32-bit.
    * TIFFAppendToStrip(): add some checks to avoid null-pointer-dereferencing (issue #777).
    * _TIFFGetStrileOffsetOrByteCountValue(): fix potential crash on corrupted files when file opened in 'O' mode (https://issues.oss-fuzz.com/issues/471328917)
    * TIFFReadDirectory(): re-set TIFF_LAZYSTRILELOAD if file opened in 'O' mode
    * _TIFFMergeFields(): avoid NULL ptr dereference (issue #755).
    * Check td_stripbytecount_p and td_stripoffset_p for NULL pointer before (re-)writing to file. (issue #749)
    * JPEGDecodeRaw: initialize output buffer to avoid returning uninitialized memory (issue #892)
    * JPEG decompressor: initialize output buffer when JPEG image is smaller than strile dimension to avoid heap memory disclosure (issue #826)
    * JPEG: fix generation of tiled 12-bit JPEG compressed files with libjpeg-turbo 3.0.3 (issue #773)
    * JPEGDecode(): fix memory leak in error code path (https://issues.oss-fuzz.com/issues/471945501)
    * tif_jpeg: reject mismatched JPEG data precision to avoid write overflow
    * Fix signed left-shift UB in LogLuv RANDITHER encoding (issue #850)
    * PixarLog: error out on invalid ABGR output buffer sizes.
    * PixarLog: complete ABGR bounds check for multi-row strip decoding.
    * PixarLog: fix heap-buffer-overflow in 8BITABGR decode with stride 3 (issue #824) (CVE-2026-12912) (bsc#1269779)
    * PixarLog: fix undoing horizontal differencing when SamplesPerPixel != 3 and 4 (issue #789).
    * PixarLog codec: fix potential integer overflow/out-of-bounds access (issue #797)
    * TIFFAdvanceDirectory(): avoid potential read heap-buffer-overflow in mmap code path on 32 bit builds (https://issues.oss-fuzz.com/issues/506737072)
    * OJPEG: fix integer overflow in subsampling buffer allocation.
    * OJPEG: fix nullptr deref when changing compression method from OJPEG to something else (issue #795).
    * OJPEG fix potential integer overflow/out-of-bounds access (issue #796).
    * ojpeg: prevent EOF infinite loop (fixes commit 2a3d55b)
    * fix null pointer deference in issue #782.
    * fix stack-overflow in issue #784.
    Other changes:
    * Change EXIF and GPS tag type from IFD8 to LONG8 per EXIF-specification (issue #739).
    * Harden integer size and offset calculations (issue #897)
    * TIFFComputeTile/TIFFComputeStrip: use overflow-checked multiplication
    * Move widening casts inside multiplication scope.
    * Lots of compiler warning fixes related to enabling more warning flags
    * Align writing and reading of TIFF_LONG8 and TIFF_IFD8 tags (issue #773)
    * TIFFFillStrip(): prevent harmless unsigned integer overflow
  - Drop tiff-CVE-2026-4775.patch

++++ rust-keylime:

  - Remove Cargo_toml.patch (merged upstream)
  - Update openssl to 0.10.81
    bsc#1270174, CVE-2026-41676
    bsc#1270999, CVE-2026-45784
    bsc#1270903, CVE-2026-44662
    bsc#1270842, CVE-2026-41898
    bsc#1270792, CVE-2026-41681
    bsc#1270699, CVE-2026-41678
    bsc#1270614, CVE-2026-41677
    bsc#1270523, CVE-2026-42327
  - Update to version 0.2.9+49:
    * build(deps): bump uuid from 1.23.3 to 1.23.4
    * build(deps): bump syn from 2.0.117 to 2.0.118
    * build(deps): bump openssl from 0.10.80 to 0.10.81
    * build(deps): bump rand from 0.9.4 to 0.10.1
    * Added new regression test into packit-ci.yaml
    * build(deps): bump actions/checkout from 6 to 7
    * build(deps): bump uuid from 1.23.1 to 1.23.3
    * build(deps): bump log from 0.4.29 to 0.4.32
    * build(deps): bump http from 1.4.0 to 1.4.2
    * build(deps): bump codecov/codecov-action from 6 to 7
    * build(deps): bump retry-policies from 0.5.1 to 0.5.2
    * fix: Remove unused base64::Engine import in context_info tests
    * build(deps): bump reqwest-middleware from 0.5.1 to 0.5.2
    * build(deps): bump serde_json from 1.0.149 to 1.0.150
    * build(deps): bump openssl from 0.10.79 to 0.10.80
    * agent: Hash agent ID before TPM2_Certify qualifying data
    * cargo: Bump tss-esapi, picky-asn1-x509, and picky-asn1-der
    * build(deps): bump openssl from 0.10.78 to 0.10.79
    * build(deps): bump once_cell from 1.21.3 to 1.21.4
    * build(deps): bump tempfile from 3.23.0 to 3.27.0
    * push-model: cache UEFI event log bytes at startup
    * build(deps): bump quote from 1.0.40 to 1.0.45
    * build(deps): bump chrono from 0.4.42 to 0.4.44
    * build(deps): bump openssl from 0.10.73 to 0.10.78
    * build(deps): bump serde_json from 1.0.143 to 1.0.149
    * build(deps): bump syn from 2.0.106 to 2.0.117
    * build(deps): bump libc from 0.2.175 to 0.2.184
    * build(deps): bump rand from 0.9.2 to 0.9.4

------------------------------------------------------------------
------------------  2026-7-5  -  Jul 5 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm: renesas: rz-du: mipi_dsi: fix kernel panic when rebooting
    for some panels (CVE-2026-43294 bsc#1264853).
  - commit 02c1e4c
  - drm/amd/display: Adjust PHY FSM transition to TX_EN-to-PLL_ON
    for TMDS on DCN35 (CVE-2026-43191 bsc#1264548).
  - commit be9e9f8
  - drm/v3d: Skip CSD when it has zeroed workgroups (CVE-2026-53139
    bsc#1269262).
  - commit 7631875
  - drm/amd/display: Wrap DCN32 phantom-plane allocation in
    DC_RUN_WITH_PREEMPTION_ENABLED (CVE-2026-53285 bsc#1269527).
  - commit b33690d
  - fbdev: Fix fb_new_modelist to prevent null-ptr-deref in
    fb_videomode_to_var (stable-fixes).
  - fbdev: fix use-after-free in store_modes() (stable-fixes).
  - wifi: mt76: mt76x2u: Add support for ELECOM WDC-867SU3S
    (stable-fixes).
  - wifi: iwlwifi: mvm: fix race condition in PTP removal
    (stable-fixes).
  - crypto: qat - Return pointer directly in adf_ctl_alloc_resources
    (stable-fixes).
  - crypto: qat - Replace kzalloc() + copy_from_user() with
    memdup_user() (stable-fixes).
  - commit 9153874

++++ kernel-rt:

  - drm: renesas: rz-du: mipi_dsi: fix kernel panic when rebooting
    for some panels (CVE-2026-43294 bsc#1264853).
  - commit 02c1e4c
  - drm/amd/display: Adjust PHY FSM transition to TX_EN-to-PLL_ON
    for TMDS on DCN35 (CVE-2026-43191 bsc#1264548).
  - commit be9e9f8
  - drm/v3d: Skip CSD when it has zeroed workgroups (CVE-2026-53139
    bsc#1269262).
  - commit 7631875
  - drm/amd/display: Wrap DCN32 phantom-plane allocation in
    DC_RUN_WITH_PREEMPTION_ENABLED (CVE-2026-53285 bsc#1269527).
  - commit b33690d
  - fbdev: Fix fb_new_modelist to prevent null-ptr-deref in
    fb_videomode_to_var (stable-fixes).
  - fbdev: fix use-after-free in store_modes() (stable-fixes).
  - wifi: mt76: mt76x2u: Add support for ELECOM WDC-867SU3S
    (stable-fixes).
  - wifi: iwlwifi: mvm: fix race condition in PTP removal
    (stable-fixes).
  - crypto: qat - Return pointer directly in adf_ctl_alloc_resources
    (stable-fixes).
  - crypto: qat - Replace kzalloc() + copy_from_user() with
    memdup_user() (stable-fixes).
  - commit 9153874

++++ kernel-rt_debug:

  - drm: renesas: rz-du: mipi_dsi: fix kernel panic when rebooting
    for some panels (CVE-2026-43294 bsc#1264853).
  - commit 02c1e4c
  - drm/amd/display: Adjust PHY FSM transition to TX_EN-to-PLL_ON
    for TMDS on DCN35 (CVE-2026-43191 bsc#1264548).
  - commit be9e9f8
  - drm/v3d: Skip CSD when it has zeroed workgroups (CVE-2026-53139
    bsc#1269262).
  - commit 7631875
  - drm/amd/display: Wrap DCN32 phantom-plane allocation in
    DC_RUN_WITH_PREEMPTION_ENABLED (CVE-2026-53285 bsc#1269527).
  - commit b33690d
  - fbdev: Fix fb_new_modelist to prevent null-ptr-deref in
    fb_videomode_to_var (stable-fixes).
  - fbdev: fix use-after-free in store_modes() (stable-fixes).
  - wifi: mt76: mt76x2u: Add support for ELECOM WDC-867SU3S
    (stable-fixes).
  - wifi: iwlwifi: mvm: fix race condition in PTP removal
    (stable-fixes).
  - crypto: qat - Return pointer directly in adf_ctl_alloc_resources
    (stable-fixes).
  - crypto: qat - Replace kzalloc() + copy_from_user() with
    memdup_user() (stable-fixes).
  - commit 9153874

------------------------------------------------------------------
------------------  2026-7-4  -  Jul 4 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/dp_mst: Handle torn-down topology gracefully in
    drm_dp_mst_topology_queue_probe() (git-fixes).
  - drm/virtio: bound EDID block reads to the response buffer
    (git-fixes).
  - drm/amd/display: detect_link_and_local_sink: DP alt mode
    timeout path leaks prev_sink reference (git-fixes).
  - drm/amd/display: Handle struct
    drm_plane_state.ignore_damage_clips (git-fixes).
  - drm/amdgpu: fix aperture mapping leak (git-fixes).
  - drm/i915: Return NULL on error in active_instance (git-fixes).
  - pinctrl: meson: restore non-sleeping GPIO access (git-fixes).
  - gpio: timberdale: Return -ENOMEM on dynamic memory allocation
    in probe (git-fixes).
  - gpio-f7188x: Add support for NCT6126D version B (git-fixes).
  - gpio: htc-egpio: use managed gpiochip registration (git-fixes).
  - gpio: mvebu: fail probe if gpiochip registration fails
    (git-fixes).
  - commit 5354f05

++++ kernel-rt:

  - drm/dp_mst: Handle torn-down topology gracefully in
    drm_dp_mst_topology_queue_probe() (git-fixes).
  - drm/virtio: bound EDID block reads to the response buffer
    (git-fixes).
  - drm/amd/display: detect_link_and_local_sink: DP alt mode
    timeout path leaks prev_sink reference (git-fixes).
  - drm/amd/display: Handle struct
    drm_plane_state.ignore_damage_clips (git-fixes).
  - drm/amdgpu: fix aperture mapping leak (git-fixes).
  - drm/i915: Return NULL on error in active_instance (git-fixes).
  - pinctrl: meson: restore non-sleeping GPIO access (git-fixes).
  - gpio: timberdale: Return -ENOMEM on dynamic memory allocation
    in probe (git-fixes).
  - gpio-f7188x: Add support for NCT6126D version B (git-fixes).
  - gpio: htc-egpio: use managed gpiochip registration (git-fixes).
  - gpio: mvebu: fail probe if gpiochip registration fails
    (git-fixes).
  - commit 5354f05

++++ kernel-rt_debug:

  - drm/dp_mst: Handle torn-down topology gracefully in
    drm_dp_mst_topology_queue_probe() (git-fixes).
  - drm/virtio: bound EDID block reads to the response buffer
    (git-fixes).
  - drm/amd/display: detect_link_and_local_sink: DP alt mode
    timeout path leaks prev_sink reference (git-fixes).
  - drm/amd/display: Handle struct
    drm_plane_state.ignore_damage_clips (git-fixes).
  - drm/amdgpu: fix aperture mapping leak (git-fixes).
  - drm/i915: Return NULL on error in active_instance (git-fixes).
  - pinctrl: meson: restore non-sleeping GPIO access (git-fixes).
  - gpio: timberdale: Return -ENOMEM on dynamic memory allocation
    in probe (git-fixes).
  - gpio-f7188x: Add support for NCT6126D version B (git-fixes).
  - gpio: htc-egpio: use managed gpiochip registration (git-fixes).
  - gpio: mvebu: fail probe if gpiochip registration fails
    (git-fixes).
  - commit 5354f05

++++ python311-core:

  - CVE-2026-7210: Use XML_SetHashSalt16Bytes in
    pyexpat/_elementtree when possible (bsc#1264962,
    gh#python/cpython#149018).
    CVE-2026-7210-pyexpat-entropy-hash-flooding.patch

++++ python311:

  - CVE-2026-7210: Use XML_SetHashSalt16Bytes in
    pyexpat/_elementtree when possible (bsc#1264962,
    gh#python/cpython#149018).
    CVE-2026-7210-pyexpat-entropy-hash-flooding.patch

------------------------------------------------------------------
------------------  2026-7-3  -  Jul 3 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix reading of runtime config files
    Make sure the reading of the runtime config files in the
    different locations is not an exclusive procedure. According
    to the systemd/uapi spec both vendor(/usr) and admin(/etc)
    places needs to be taken into account and not only one.
    In addition the drop-ins directories should also be taken
    into account if their main file is not present.
    This Fixes #3014
  - Add support for sha512sum
    Allow to select between the default shasum size 256 and 512
    via a new runtime config section named: shasum
    This Fixes #3004

++++ kernel-default:

  - drm/v3d: Reject empty multisync extension to prevent infinite
    loop (CVE-2026-46314 bsc#1267992).
  - commit 6d0927d
  - scsi: csiostor: Fix dereference of null pointer rn (CVE-2026-45857 bsc#1266458).
  - commit 875f44a
  - ppc/fadump: invoke kmsg_dump in fadump panic path (bsc#1270226 ltc#218302).
  - Refresh patches.suse/powerpc-lock-down-kernel-in-secure-boot-mode.patch.
  - commit 70e0f9c
  - wifi: fix leak if split 6 GHz scanning fails (CVE-2026-53258
    bsc#1269230).
  - commit 6f58bfc
  - IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN (CVE-2026-53176 bsc#1269710)
  - commit 38f8473
  - batman-adv: dat: ensure accessible eth_hdr proto field
    (git-fixes).
  - batman-adv: bla: reacquire gw address after skb realloc
    (git-fixes).
  - batman-adv: dat: acquire ARP hw source only after skb realloc
    (git-fixes).
  - batman-adv: gw: acquire ethernet header only after skb realloc
    (git-fixes).
  - batman-adv: access unicast_ttvn skb->data only after skb realloc
    (git-fixes).
  - net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy
    (git-fixes).
  - usbnet: gl620a: fix out-of-bounds read in genelink_rx_fixup()
    (git-fixes).
  - net: wwan: iosm: bound device offsets in the MUX downlink
    decoder (git-fixes).
  - hwmon: adm1275: Prevent reading uninitialized stack (git-fixes).
  - hwmon: (ltc2992) add missing 'select REGMAP_I2C' to Kconfig
    (git-fixes).
  - hwmon: (asus_atk0110) Check package count before accessing
    element (git-fixes).
  - hwmon: (occ) unregister sysfs devices outside occ lock
    (git-fixes).
  - commit c2ee381
  - net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit
    failure (CVE-2026-53229 bsc#1269691).
  - commit 06626f0
  - bpf, arm64: Fix off-by-one in check_imm signed range check
    (bsc#1269389 CVE-2026-53036).
  - bpf, arm64: Reject out-of-range B.cond targets (bsc#1269389
    CVE-2026-53036).
  - commit d3f2678

++++ kernel-rt:

  - drm/v3d: Reject empty multisync extension to prevent infinite
    loop (CVE-2026-46314 bsc#1267992).
  - commit 6d0927d
  - scsi: csiostor: Fix dereference of null pointer rn (CVE-2026-45857 bsc#1266458).
  - commit 875f44a
  - ppc/fadump: invoke kmsg_dump in fadump panic path (bsc#1270226 ltc#218302).
  - Refresh patches.suse/powerpc-lock-down-kernel-in-secure-boot-mode.patch.
  - commit 70e0f9c
  - wifi: fix leak if split 6 GHz scanning fails (CVE-2026-53258
    bsc#1269230).
  - commit 6f58bfc
  - IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN (CVE-2026-53176 bsc#1269710)
  - commit 38f8473
  - batman-adv: dat: ensure accessible eth_hdr proto field
    (git-fixes).
  - batman-adv: bla: reacquire gw address after skb realloc
    (git-fixes).
  - batman-adv: dat: acquire ARP hw source only after skb realloc
    (git-fixes).
  - batman-adv: gw: acquire ethernet header only after skb realloc
    (git-fixes).
  - batman-adv: access unicast_ttvn skb->data only after skb realloc
    (git-fixes).
  - net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy
    (git-fixes).
  - usbnet: gl620a: fix out-of-bounds read in genelink_rx_fixup()
    (git-fixes).
  - net: wwan: iosm: bound device offsets in the MUX downlink
    decoder (git-fixes).
  - hwmon: adm1275: Prevent reading uninitialized stack (git-fixes).
  - hwmon: (ltc2992) add missing 'select REGMAP_I2C' to Kconfig
    (git-fixes).
  - hwmon: (asus_atk0110) Check package count before accessing
    element (git-fixes).
  - hwmon: (occ) unregister sysfs devices outside occ lock
    (git-fixes).
  - commit c2ee381
  - net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit
    failure (CVE-2026-53229 bsc#1269691).
  - commit 06626f0
  - bpf, arm64: Fix off-by-one in check_imm signed range check
    (bsc#1269389 CVE-2026-53036).
  - bpf, arm64: Reject out-of-range B.cond targets (bsc#1269389
    CVE-2026-53036).
  - commit d3f2678

++++ kernel-rt_debug:

  - drm/v3d: Reject empty multisync extension to prevent infinite
    loop (CVE-2026-46314 bsc#1267992).
  - commit 6d0927d
  - scsi: csiostor: Fix dereference of null pointer rn (CVE-2026-45857 bsc#1266458).
  - commit 875f44a
  - ppc/fadump: invoke kmsg_dump in fadump panic path (bsc#1270226 ltc#218302).
  - Refresh patches.suse/powerpc-lock-down-kernel-in-secure-boot-mode.patch.
  - commit 70e0f9c
  - wifi: fix leak if split 6 GHz scanning fails (CVE-2026-53258
    bsc#1269230).
  - commit 6f58bfc
  - IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN (CVE-2026-53176 bsc#1269710)
  - commit 38f8473
  - batman-adv: dat: ensure accessible eth_hdr proto field
    (git-fixes).
  - batman-adv: bla: reacquire gw address after skb realloc
    (git-fixes).
  - batman-adv: dat: acquire ARP hw source only after skb realloc
    (git-fixes).
  - batman-adv: gw: acquire ethernet header only after skb realloc
    (git-fixes).
  - batman-adv: access unicast_ttvn skb->data only after skb realloc
    (git-fixes).
  - net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroy
    (git-fixes).
  - usbnet: gl620a: fix out-of-bounds read in genelink_rx_fixup()
    (git-fixes).
  - net: wwan: iosm: bound device offsets in the MUX downlink
    decoder (git-fixes).
  - hwmon: adm1275: Prevent reading uninitialized stack (git-fixes).
  - hwmon: (ltc2992) add missing 'select REGMAP_I2C' to Kconfig
    (git-fixes).
  - hwmon: (asus_atk0110) Check package count before accessing
    element (git-fixes).
  - hwmon: (occ) unregister sysfs devices outside occ lock
    (git-fixes).
  - commit c2ee381
  - net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit
    failure (CVE-2026-53229 bsc#1269691).
  - commit 06626f0
  - bpf, arm64: Fix off-by-one in check_imm signed range check
    (bsc#1269389 CVE-2026-53036).
  - bpf, arm64: Reject out-of-range B.cond targets (bsc#1269389
    CVE-2026-53036).
  - commit d3f2678

++++ python-cryptography:

  - CVE-2026-41676: openssl: derive` can overflow short buffers on OpenSSL 1.1.1
    (bsc#1270208)
  - CVE-2026-41677: openssl: Out-of-bounds read in PEM password callback when
    user callback returns an oversized length (bsc#1270620)
  - CVE-2026-41678: openssl:  Incorrect bounds assertion in aes key wrap
    (bsc#1270706)
  - CVE-2026-41681: openssl: digest_final() writes past caller buffer with no
    length check (bsc#1270772)
  - CVE-2026-41898: openssl: Unchecked callback-returned length in PSK and cookie
    generate trampolines can cause OpenSSL to leak adjacent memory to the network
    peer (bsc#1270801)
  - CVE-2026-44662: openssl: Heap buffer overflow when encrypting with AES
    key-wrap-with-padding (bsc#1270936)
  - CVE-2026-42327: openssl: undefined behavior in X509Ref::ocsp_responders for
    certificates with non-UTF-8 OCSP URLs (bsc#1270515)
  - CVE-2026-45784: openssl: Potential out-of-bounds write in
    `CipherCtxRef::cipher_update_inplace` for AES-KW-PAD ciphers (bsc#1270994)
    * refreshed vendor tarball to update openssl crate to 0.10.81

------------------------------------------------------------------
------------------  2026-7-2  -  Jul 2 2026  -------------------
------------------------------------------------------------------

++++ curl:

  - Security fixes:
    * CVE-2026-8286: wrong STARTTLS connection reuse (bsc#1268402)
    * CVE-2026-8458: wrong reuse for different services (bsc#1268407)
    * CVE-2026-8924: traling dot domain super cookie (bsc#1268409)
    * CVE-2026-8927: env-set cross-proxy Digest auth state leak (bsc#1268413)
    * CVE-2026-9079: stale proxy password leak (bsc#1268415)
    * CVE-2026-9080: UAF after pause in socket callback (bsc#1268416)
    * CVE-2026-9545: exposing HTTP/3 early data (bsc#1268417)
    * CVE-2026-9547: SSH improper host validation (bsc#1268420)
    * CVE-2026-10536: HTTP/2 stream-dependency tree UAF (bsc#1268422)
    * CVE-2026-12064: proto-default skips SSH verification (bsc#1268427)
    * Add patches:
    curl-CVE-2026-8286.patch curl-CVE-2026-8458.patch curl-CVE-2026-8924.patch
    curl-CVE-2026-8927.patch curl-CVE-2026-9079.patch curl-CVE-2026-9080.patch
    curl-CVE-2026-9545.patch curl-CVE-2026-9547.patch curl-CVE-2026-10536.patch
    curl-config2setopts-exit-if-curl_url_set-fails-on-OOM.patch
    curl-CVE-2026-12064.patch

++++ kernel-default:

  - iommu/amd: serialize sequence allocation under concurrent TLB
    invalidations (git-fixes).
  - commit 27171ec
  - vhost: move vdpa group bound check to vhost_vdpa (CVE-2026-43248
    bsc#1264302).
  - commit 140bf73
  - iommu/amd: move wait_on_sem() out of spinlock (git-fixes
    bsc#1260593 CVE-2026-43253 bsc#1264419).
  - commit cb12df3
  - net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address
    query (CVE-2026-43199 bsc#1264556).
  - commit e93008f
  - net: mvpp2: refill RX buffers before XDP or skb use
    (CVE-2026-53215 bsc#1269680).
  - ppp: require CAP_NET_ADMIN in target netns for unattached ioctls
    (CVE-2026-53075 bsc#1269690).
  - commit be5f4a3
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    role (git-fixes).
  - commit 2245927
  - netfilter: bridge: make ebt_snat ARP rewrite writable
    (CVE-2026-53266 bsc#1269136).
  - commit 1c40ea3

++++ kernel-rt:

  - iommu/amd: serialize sequence allocation under concurrent TLB
    invalidations (git-fixes).
  - commit 27171ec
  - vhost: move vdpa group bound check to vhost_vdpa (CVE-2026-43248
    bsc#1264302).
  - commit 140bf73
  - iommu/amd: move wait_on_sem() out of spinlock (git-fixes
    bsc#1260593 CVE-2026-43253 bsc#1264419).
  - commit cb12df3
  - net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address
    query (CVE-2026-43199 bsc#1264556).
  - commit e93008f
  - net: mvpp2: refill RX buffers before XDP or skb use
    (CVE-2026-53215 bsc#1269680).
  - ppp: require CAP_NET_ADMIN in target netns for unattached ioctls
    (CVE-2026-53075 bsc#1269690).
  - commit be5f4a3
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    role (git-fixes).
  - commit 2245927
  - netfilter: bridge: make ebt_snat ARP rewrite writable
    (CVE-2026-53266 bsc#1269136).
  - commit 1c40ea3

++++ kernel-rt_debug:

  - iommu/amd: serialize sequence allocation under concurrent TLB
    invalidations (git-fixes).
  - commit 27171ec
  - vhost: move vdpa group bound check to vhost_vdpa (CVE-2026-43248
    bsc#1264302).
  - commit 140bf73
  - iommu/amd: move wait_on_sem() out of spinlock (git-fixes
    bsc#1260593 CVE-2026-43253 bsc#1264419).
  - commit cb12df3
  - net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address
    query (CVE-2026-43199 bsc#1264556).
  - commit e93008f
  - net: mvpp2: refill RX buffers before XDP or skb use
    (CVE-2026-53215 bsc#1269680).
  - ppp: require CAP_NET_ADMIN in target netns for unattached ioctls
    (CVE-2026-53075 bsc#1269690).
  - commit be5f4a3
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    role (git-fixes).
  - commit 2245927
  - netfilter: bridge: make ebt_snat ARP rewrite writable
    (CVE-2026-53266 bsc#1269136).
  - commit 1c40ea3

++++ python311-core:

  - CVE-2026-8328: Make ftplib not trust the PASV response
    (bsc#1265268)
    CVE-2026-8328-ftplib-no-trust-PASV-resp.patch

++++ python311:

  - CVE-2026-8328: Make ftplib not trust the PASV response
    (bsc#1265268)
    CVE-2026-8328-ftplib-no-trust-PASV-resp.patch

++++ python-tornado6:

  - GHSA-pw6j-qg29-8w7f: CurlAsyncHTTPClient leaks per-request credentials
    on handle reuse (bsc#1269012)
  - Add patch GHSA-pw6j-qg29-8w7f.patch

------------------------------------------------------------------
------------------  2026-7-1  -  Jul 1 2026  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Add patch for CVE-2026-33814 (bsc#1265782)
    * 0003-CVE-2026-33814-http2-prevent-hanging-Transport-due-t.patch
  - Add patch for CVE-2026-39821 (bsc#1266625)
    * 0004-CVE-2026-39821-idna-update-from-x-text-fix-ToUnicode.patch
  - Add patch for CVE-2025-22869 (bsc#1239340)
    * 0005-CVE-2025-22869-ssh-limit-the-size-of-the-internal-pa.patch
  - Add patch for CVE-2025-0495 (bsc#1239766)
    * 0006-CVE-2025-0495-fix-localstate-remove-definition-and-i.patch

++++ python-kiwi:

  - Fix system resize
    When resizing the partition table via sfdisk --relocate,
    the resize failed when the device was locked beforehand.
    In addition the resize of the actual filesystem failed
    the prior filesystem check if the btrfs filesystem is
    used. btrfs reports the free space cache to be outdated/corrupt
    after kiwi has resized the partition table. This is an
    expected condition prior resize of the filesystem and
    should not prevent the following resize. As such the
    filesystem check is not applied for btrfs prior resize.

++++ kernel-default:

  - net: rds: fix MR cleanup on copy error (CVE-2026-46053
    bsc#1267427).
  - commit aafabc7
  - net/rds: handle zerocopy send cleanup before the message is
    queued (CVE-2026-43502 bsc#1266008).
  - commit f11be57
  - xsk: tighten UMEM headroom validation to account for tailroom
    and min frame (CVE-2026-43093 bsc#1264254).
  - commit 5f4bf63
  - tipc: fix double-free in tipc_buf_append() (CVE-2026-52993
    bsc#1269193).
  - commit 106ed97
  - sctp: purge outqueue on stale COOKIE-ECHO handling
    (CVE-2026-52924 bsc#1269036).
  - commit 34cb918
  - Revert "net/smc: Introduce TCP ULP support" (CVE-2026-46330
    bsc#1268049).
  - commit 3f4a07f
  - libceph: Fix potential out-of-bounds access in crush_decode() (CVE-2026-52955 bsc#1269159).
  - commit 50d0a31
  - Bluetooth: bnep: reject short frames before parsing
    (CVE-2026-53253 bsc#1269574).
  - Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame()
    extension handling (CVE-2026-53253 bsc#1269574).
  - commit 0aaf398
  - Bluetooth: fix locking in hci_conn_request_evt() with
    HCI_PROTO_DEFER (CVE-2026-53072 bsc#1269681).
  - commit 9499df6
  - wifi: nl80211: reject oversized EMA RNR lists (CVE-2026-53182
    bsc#1269884).
  - commit ac19aff
  - Bluetooth: l2cap: Add missing chan lock in
    l2cap_ecred_reconf_rsp (CVE-2026-53071 bsc#1269678).
  - commit 5a0d934
  - Refresh
    patches.suse/iommu-amd-Fix-clone_alias-to-use-the-original-device.patch.
  - commit 2d05323
  - RDMA/umem: Fix truncation for block sizes >= 4G (CVE-2026-53133 bsc#1269821)
  - commit c6d138c
  - RDMA/rxe: Reject unknown opcodes before ICRC processing (CVE-2026-46133 bsc#1266928)
  - commit f911b5f
  - RDMA: During rereg_mr ensure that REREG_ACCESS is compatible (CVE-2026-52908 bsc#1268661)
  - commit fd9f6e2
  - crypto: ccp - copy IV using skcipher ivsize (CVE-2026-53016
    bsc#1269090).
  - commit 918dc49
  - iommu/vt-d: Avoid NULL pointer dereference or refcount
    corruption (CVE-2026-53281 bsc#1269519).
  - commit 492b510
  - audit: fix incorrect inheritable capability in CAPSET records
    (CVE-2026-53287 bsc#1269506).
  - commit d82f7b4
  - Bluetooth: serialize accept_q access (CVE-2026-52918
    bsc#1269100) (CVE-2026-52918 bsc#1269100).
  - commit 55e3579
  - ocfs2: fix listxattr handling when the buffer is full
    (CVE-2026-53041 bsc#1269398).
  - commit 15b9067
  - ocfs2: validate bg_bits during freefrag scan (CVE-2026-53040
    bsc#1269397).
  - commit f7d5b9f

++++ kernel-rt:

  - net: rds: fix MR cleanup on copy error (CVE-2026-46053
    bsc#1267427).
  - commit aafabc7
  - net/rds: handle zerocopy send cleanup before the message is
    queued (CVE-2026-43502 bsc#1266008).
  - commit f11be57
  - xsk: tighten UMEM headroom validation to account for tailroom
    and min frame (CVE-2026-43093 bsc#1264254).
  - commit 5f4bf63
  - tipc: fix double-free in tipc_buf_append() (CVE-2026-52993
    bsc#1269193).
  - commit 106ed97
  - sctp: purge outqueue on stale COOKIE-ECHO handling
    (CVE-2026-52924 bsc#1269036).
  - commit 34cb918
  - Revert "net/smc: Introduce TCP ULP support" (CVE-2026-46330
    bsc#1268049).
  - commit 3f4a07f
  - libceph: Fix potential out-of-bounds access in crush_decode() (CVE-2026-52955 bsc#1269159).
  - commit 50d0a31
  - Bluetooth: bnep: reject short frames before parsing
    (CVE-2026-53253 bsc#1269574).
  - Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame()
    extension handling (CVE-2026-53253 bsc#1269574).
  - commit 0aaf398
  - Bluetooth: fix locking in hci_conn_request_evt() with
    HCI_PROTO_DEFER (CVE-2026-53072 bsc#1269681).
  - commit 9499df6
  - wifi: nl80211: reject oversized EMA RNR lists (CVE-2026-53182
    bsc#1269884).
  - commit ac19aff
  - Bluetooth: l2cap: Add missing chan lock in
    l2cap_ecred_reconf_rsp (CVE-2026-53071 bsc#1269678).
  - commit 5a0d934
  - Refresh
    patches.suse/iommu-amd-Fix-clone_alias-to-use-the-original-device.patch.
  - commit 2d05323
  - RDMA/umem: Fix truncation for block sizes >= 4G (CVE-2026-53133 bsc#1269821)
  - commit c6d138c
  - RDMA/rxe: Reject unknown opcodes before ICRC processing (CVE-2026-46133 bsc#1266928)
  - commit f911b5f
  - RDMA: During rereg_mr ensure that REREG_ACCESS is compatible (CVE-2026-52908 bsc#1268661)
  - commit fd9f6e2
  - crypto: ccp - copy IV using skcipher ivsize (CVE-2026-53016
    bsc#1269090).
  - commit 918dc49
  - iommu/vt-d: Avoid NULL pointer dereference or refcount
    corruption (CVE-2026-53281 bsc#1269519).
  - commit 492b510
  - audit: fix incorrect inheritable capability in CAPSET records
    (CVE-2026-53287 bsc#1269506).
  - commit d82f7b4
  - Bluetooth: serialize accept_q access (CVE-2026-52918
    bsc#1269100) (CVE-2026-52918 bsc#1269100).
  - commit 55e3579
  - ocfs2: fix listxattr handling when the buffer is full
    (CVE-2026-53041 bsc#1269398).
  - commit 15b9067
  - ocfs2: validate bg_bits during freefrag scan (CVE-2026-53040
    bsc#1269397).
  - commit f7d5b9f

++++ kernel-rt_debug:

  - net: rds: fix MR cleanup on copy error (CVE-2026-46053
    bsc#1267427).
  - commit aafabc7
  - net/rds: handle zerocopy send cleanup before the message is
    queued (CVE-2026-43502 bsc#1266008).
  - commit f11be57
  - xsk: tighten UMEM headroom validation to account for tailroom
    and min frame (CVE-2026-43093 bsc#1264254).
  - commit 5f4bf63
  - tipc: fix double-free in tipc_buf_append() (CVE-2026-52993
    bsc#1269193).
  - commit 106ed97
  - sctp: purge outqueue on stale COOKIE-ECHO handling
    (CVE-2026-52924 bsc#1269036).
  - commit 34cb918
  - Revert "net/smc: Introduce TCP ULP support" (CVE-2026-46330
    bsc#1268049).
  - commit 3f4a07f
  - libceph: Fix potential out-of-bounds access in crush_decode() (CVE-2026-52955 bsc#1269159).
  - commit 50d0a31
  - Bluetooth: bnep: reject short frames before parsing
    (CVE-2026-53253 bsc#1269574).
  - Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame()
    extension handling (CVE-2026-53253 bsc#1269574).
  - commit 0aaf398
  - Bluetooth: fix locking in hci_conn_request_evt() with
    HCI_PROTO_DEFER (CVE-2026-53072 bsc#1269681).
  - commit 9499df6
  - wifi: nl80211: reject oversized EMA RNR lists (CVE-2026-53182
    bsc#1269884).
  - commit ac19aff
  - Bluetooth: l2cap: Add missing chan lock in
    l2cap_ecred_reconf_rsp (CVE-2026-53071 bsc#1269678).
  - commit 5a0d934
  - Refresh
    patches.suse/iommu-amd-Fix-clone_alias-to-use-the-original-device.patch.
  - commit 2d05323
  - RDMA/umem: Fix truncation for block sizes >= 4G (CVE-2026-53133 bsc#1269821)
  - commit c6d138c
  - RDMA/rxe: Reject unknown opcodes before ICRC processing (CVE-2026-46133 bsc#1266928)
  - commit f911b5f
  - RDMA: During rereg_mr ensure that REREG_ACCESS is compatible (CVE-2026-52908 bsc#1268661)
  - commit fd9f6e2
  - crypto: ccp - copy IV using skcipher ivsize (CVE-2026-53016
    bsc#1269090).
  - commit 918dc49
  - iommu/vt-d: Avoid NULL pointer dereference or refcount
    corruption (CVE-2026-53281 bsc#1269519).
  - commit 492b510
  - audit: fix incorrect inheritable capability in CAPSET records
    (CVE-2026-53287 bsc#1269506).
  - commit d82f7b4
  - Bluetooth: serialize accept_q access (CVE-2026-52918
    bsc#1269100) (CVE-2026-52918 bsc#1269100).
  - commit 55e3579
  - ocfs2: fix listxattr handling when the buffer is full
    (CVE-2026-53041 bsc#1269398).
  - commit 15b9067
  - ocfs2: validate bg_bits during freefrag scan (CVE-2026-53040
    bsc#1269397).
  - commit f7d5b9f

++++ python311-core:

  - CVE-2026-11940: fix the symlink escape via tarfile
    hardlink-extraction fallback (bsc#1268977)
    CVE-2026-11940-tarfile-escape.patch

++++ python311:

  - CVE-2026-11940: fix the symlink escape via tarfile
    hardlink-extraction fallback (bsc#1268977)
    CVE-2026-11940-tarfile-escape.patch

++++ python-msgpack:

  - CVE-2026-57585: Prior to 1.2.1, there is an Out-of-bounds read/crash
    on Unpacker reuse after a caught error potentially leading to a DoS
    attack (bsc#1269947)
    * CVE-2026-57585.patch
  - Add stop-using-cpp.patch for the above patch to be applicable

------------------------------------------------------------------
------------------  2026-6-30  -  Jun 30 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - add bugnumber to existing mana changes (bsc#1269798).
  - commit e65974f
  - pstore: ram_core: fix incorrect success return when vmap() fails (CVE-2026-43124 bsc#1264545)
  - commit 4bdddad
  - mailbox: Prevent out-of-bounds access in fw_mbox_index_xlate() (CVE-2026-43281 bsc#1264534)
  - commit f90d78e
  - btrfs: fix deadlock between reflink and transaction commit
    when using flushoncommit (CVE-2026-53122 bsc#1269418).
  - commit 5ff6aed
  - scsi: target: Fix hexadecimal CHAP_I handling (git-fixes).
  - commit b1c985a
  - xfrm: always flush state and policy upon NETDEV_UNREGISTER event (CVE-2026-43167 bsc#1264580)
  - commit b4e53db
  - net: mana: Optimize irq affinity for low vcpu configs (git-fixes).
  - net: mana: Fall back to standard MTU when PF reports adapter_mtu of 0 (git-fixes).
  - hv_balloon: Simplify data output in hv_balloon_debug_show() (git-fixes).
  - scsi: storvsc: Replace symbolic permissions with octal (git-fixes).
  - RDMA/mana_ib: Use ib_get_eth_speed for reporting port speed (git-fixes).
  - net: mana: guard TX wq object destroy with INVALID_MANA_HANDLE check (git-fixes).
  - net: mana: initialize gdma queue id to INVALID_QUEUE_ID (git-fixes).
  - net: mana: Add support for PF device 0x00C1 (bsc#1268237).
  - RDMA/mana_ib: Allocate interrupt contexts on EQs (git-fixes).
  - net: mana: Allocate interrupt context for each EQ when creating vPort (git-fixes).
  - net: mana: Use GIC functions to allocate global EQs (git-fixes).
  - net: mana: Introduce GIC context with refcounting for interrupt management (git-fixes).
  - net: mana: Query device capabilities and configure MSI-X sharing for EQs (git-fixes).
  - net: mana: Create separate EQs for each vPort (git-fixes).
  - update mainline tags for existing mana patches
  - commit bd93685
  - ipc: limit next_id allocation to the valid ID range
    (CVE-2026-52923 bsc#1269033).
  - commit dd85e38
  - Move upstreamed mana patches into sorted section
  - commit 87d2c61
  - Update
    patches.suse/net-sched-fix-pedit-partial-COW-leading-to-page-cach.patch
    (CVE-2026-46331 bsc#1268335 bsc#1265421).
  - commit 8cdeb6c
  - iommu/amd: Fix clone_alias() to use the original device's  devid
    (CVE-2026-53053 bsc#1269310).
  - commit c791dc8

++++ kernel-rt:

  - add bugnumber to existing mana changes (bsc#1269798).
  - commit e65974f
  - pstore: ram_core: fix incorrect success return when vmap() fails (CVE-2026-43124 bsc#1264545)
  - commit 4bdddad
  - mailbox: Prevent out-of-bounds access in fw_mbox_index_xlate() (CVE-2026-43281 bsc#1264534)
  - commit f90d78e
  - btrfs: fix deadlock between reflink and transaction commit
    when using flushoncommit (CVE-2026-53122 bsc#1269418).
  - commit 5ff6aed
  - scsi: target: Fix hexadecimal CHAP_I handling (git-fixes).
  - commit b1c985a
  - xfrm: always flush state and policy upon NETDEV_UNREGISTER event (CVE-2026-43167 bsc#1264580)
  - commit b4e53db
  - net: mana: Optimize irq affinity for low vcpu configs (git-fixes).
  - net: mana: Fall back to standard MTU when PF reports adapter_mtu of 0 (git-fixes).
  - hv_balloon: Simplify data output in hv_balloon_debug_show() (git-fixes).
  - scsi: storvsc: Replace symbolic permissions with octal (git-fixes).
  - RDMA/mana_ib: Use ib_get_eth_speed for reporting port speed (git-fixes).
  - net: mana: guard TX wq object destroy with INVALID_MANA_HANDLE check (git-fixes).
  - net: mana: initialize gdma queue id to INVALID_QUEUE_ID (git-fixes).
  - net: mana: Add support for PF device 0x00C1 (bsc#1268237).
  - RDMA/mana_ib: Allocate interrupt contexts on EQs (git-fixes).
  - net: mana: Allocate interrupt context for each EQ when creating vPort (git-fixes).
  - net: mana: Use GIC functions to allocate global EQs (git-fixes).
  - net: mana: Introduce GIC context with refcounting for interrupt management (git-fixes).
  - net: mana: Query device capabilities and configure MSI-X sharing for EQs (git-fixes).
  - net: mana: Create separate EQs for each vPort (git-fixes).
  - update mainline tags for existing mana patches
  - commit bd93685
  - ipc: limit next_id allocation to the valid ID range
    (CVE-2026-52923 bsc#1269033).
  - commit dd85e38
  - Move upstreamed mana patches into sorted section
  - commit 87d2c61
  - Update
    patches.suse/net-sched-fix-pedit-partial-COW-leading-to-page-cach.patch
    (CVE-2026-46331 bsc#1268335 bsc#1265421).
  - commit 8cdeb6c
  - iommu/amd: Fix clone_alias() to use the original device's  devid
    (CVE-2026-53053 bsc#1269310).
  - commit c791dc8

++++ kernel-rt_debug:

  - add bugnumber to existing mana changes (bsc#1269798).
  - commit e65974f
  - pstore: ram_core: fix incorrect success return when vmap() fails (CVE-2026-43124 bsc#1264545)
  - commit 4bdddad
  - mailbox: Prevent out-of-bounds access in fw_mbox_index_xlate() (CVE-2026-43281 bsc#1264534)
  - commit f90d78e
  - btrfs: fix deadlock between reflink and transaction commit
    when using flushoncommit (CVE-2026-53122 bsc#1269418).
  - commit 5ff6aed
  - scsi: target: Fix hexadecimal CHAP_I handling (git-fixes).
  - commit b1c985a
  - xfrm: always flush state and policy upon NETDEV_UNREGISTER event (CVE-2026-43167 bsc#1264580)
  - commit b4e53db
  - net: mana: Optimize irq affinity for low vcpu configs (git-fixes).
  - net: mana: Fall back to standard MTU when PF reports adapter_mtu of 0 (git-fixes).
  - hv_balloon: Simplify data output in hv_balloon_debug_show() (git-fixes).
  - scsi: storvsc: Replace symbolic permissions with octal (git-fixes).
  - RDMA/mana_ib: Use ib_get_eth_speed for reporting port speed (git-fixes).
  - net: mana: guard TX wq object destroy with INVALID_MANA_HANDLE check (git-fixes).
  - net: mana: initialize gdma queue id to INVALID_QUEUE_ID (git-fixes).
  - net: mana: Add support for PF device 0x00C1 (bsc#1268237).
  - RDMA/mana_ib: Allocate interrupt contexts on EQs (git-fixes).
  - net: mana: Allocate interrupt context for each EQ when creating vPort (git-fixes).
  - net: mana: Use GIC functions to allocate global EQs (git-fixes).
  - net: mana: Introduce GIC context with refcounting for interrupt management (git-fixes).
  - net: mana: Query device capabilities and configure MSI-X sharing for EQs (git-fixes).
  - net: mana: Create separate EQs for each vPort (git-fixes).
  - update mainline tags for existing mana patches
  - commit bd93685
  - ipc: limit next_id allocation to the valid ID range
    (CVE-2026-52923 bsc#1269033).
  - commit dd85e38
  - Move upstreamed mana patches into sorted section
  - commit 87d2c61
  - Update
    patches.suse/net-sched-fix-pedit-partial-COW-leading-to-page-cach.patch
    (CVE-2026-46331 bsc#1268335 bsc#1265421).
  - commit 8cdeb6c
  - iommu/amd: Fix clone_alias() to use the original device's  devid
    (CVE-2026-53053 bsc#1269310).
  - commit c791dc8

------------------------------------------------------------------
------------------  2026-6-29  -  Jun 29 2026  -------------------
------------------------------------------------------------------

++++ container-selinux:

  - Introduce container_can_execstack boolean for older Java applications
    and allow execmem (bsc#1268490)
  - Add patch: allow-spc_t-execstack-via-boolean-and-execmem-bsc-1268490.patch

++++ python-kiwi:

  - Fix qemu-xxx requirement
    Do not require qemu variant packages for 32bit architectures.
    This Fixes bsc#1263564
    Co-authored-by: Ana Guerrero <ana.guerrero@suse.com>

++++ kernel-default:

  - apparmor: fix NULL sock in aa_sock_file_perm (CVE-2026-45848 bsc#1266734).
  - commit 6c08d6a
  - ipv6: account for fraggap on the paged allocation path
    (git-fixes).
  - commit 7029afd
  - xfrm6: fix uninitialized saddr in xfrm6_get_saddr() (CVE-2026-43139 bsc#1264294)
  - commit 8927331
  - net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash() (CVE-2026-43238 bsc#1264320)
  - commit 82ff1bb
  - ipvs: fix NULL deref in ip_vs_add_service error path (CVE-2026-43086 bsc#1264286)
  - commit ae6c68f
  - netfilter: nfnetlink_log: initialize nfgenmsg in NLMSG_DONE terminator (CVE-2026-43085 bsc#1264230)
  - commit ecf053a
  - xfrm: account XFRMA_IF_ID in aevent size calculation (CVE-2026-43107 bsc#1264258)
  - commit 68fb519
  - xfrm_user: fix info leak in build_mapping() (CVE-2026-43089 bsc#1264261)
  - commit 267add1
  - perf/x86/intel/uncore: Skip discovery table for offline dies (CVE-2026-43079 bsc#1264228)
  - commit 838ea53
  - drm/amd/display: Bound VBIOS record-chain walk loops
    (CVE-2026-53138 bsc#1269281).
  - commit 4b51877
  - vsock/virtio: fix accept queue count leak on transport mismatch
    (CVE-2026-46214 bsc#1267717).
  - commit 8639d73
  - ASoC: qcom: qdsp6: topology: check widget type before accessing
    data (CVE-2026-53052 bsc#1269314).
  - commit de5f24c
  - ceph: fix a buffer leak in __ceph_setxattr() (CVE-2026-52962 bsc#1269135).
  - commit add8de8
  - libceph: Fix potential null-ptr-deref in decode_choose_args() (CVE-2026-52957 bsc#1269103).
  - commit 7e72bcf
  - libceph: handle rbtree insertion error in decode_choose_args() (CVE-2026-52954 bsc#1269137).
  - commit 2e4b9c2
  - crypto: af_alg - Cap AEAD AD length to 0x80000000 (CVE-2026-52972
    bsc#1269195).
  - commit 4319d7f
  - crypto: algif_aead - snapshot IV for async AEAD requests
    (CVE-2026-46028 bsc#1267430).
  - commit 3df94fe
  - lib/crypto: chacha: Zeroize permuted_state before it leaves
    scope (CVE-2026-43336 bsc#1265113).
  - commit b087967
  - x86/tsc: Disable clocksource watchdog checking on recent and
    future UV platforms (jsc#PED-16305).
  - commit 669c206
  - x86/platform/uv: Expose the uv_hub_type() interface
    (jsc#PED-16305).
  - commit b5a6e96
  - bnxt_en: fix module unload sequence (bsc#1264180).
  - commit d95bac0
  - bnxt_en: Refactor all PTP TX timestamp fields into a struct
    (bsc#1264180).
  - Refresh patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch.
  - commit a776c30
  - bnxt_en: Add TX timestamp completion logic (bsc#1264180).
  - Refresh patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch.
  - commit c155e2f
  - bnxt_en: Allow some TX packets to be unprocessed in NAPI
    (bsc#1264180).
  - Refresh
    patches.suse/bnxt-properly-flush-XDP-redirect-lists.patch.
  - commit a6b59ae
  - bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bd
    (bsc#1264180).
  - Refresh
    patches.suse/eth-bnxt-fix-missing-ring-index-trim-on-error-path.patch.
  - commit 2ab1278
  - bnxt_en: Retry PTP TX timestamp from FW for 1 second
    (bsc#1264180).
  - Refresh patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch.
  - commit 51ad351
  - bnxt_en: improve TX timestamping FIFO configuration
    (bsc#1264180).
  - bnxt_en: Remove atomic operations on ptp->tx_avail
    (bsc#1264180).
  - bnxt_en: Increase the max total outstanding PTP TX packets to 4
    (bsc#1264180).
  - bnxt_en: Let bnxt_stamp_tx_skb() return error code
    (bsc#1264180).
  - bnxt_en: Remove an impossible condition check for PTP TX
    pending SKB (bsc#1264180).
  - bnxt_en: Add new TX timestamp completion definitions
    (bsc#1264180).
  - bnxt_en: silence clang build warning (bsc#1264180).
  - bnxt_en: Fix PTP firmware timeout parameter (bsc#1264180).
  - bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query()
    (bsc#1264180).
  - commit 6e75257
  - KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
    (git-fixes).
  - commit 2413d8b
  - KVM: x86: Unconditionally recompute CR8 intercept on PPR update
    (git-fixes).
  - commit e0e8fbc
  - KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is
    in guest mode (git-fixes).
  - commit 1224ff3
  - KVM: x86: Move update_cr8_intercept() to lapic.c (git-fixes).
  - commit 5e7b8a6
  - lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()
    (CVE-2026-43492 bsc#1265629).
  - commit d7cff60
  - KVM: x86/mmu: Ensure hugepage is in by slot before checking
    max mapping level (git-fixes).
  - commit 680150f
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    role (git-fixes).
  - commit 5125b9a
  - Refresh
    patches.suse/KVM-x86-Fix-shadow-paging-use-after-free-due-to-unex.patch.
    Remove a duplicate Git-commit header.
  - commit 573b335
  - KVM: x86/mmu: Recursively zap orphaned nested TDP shadow pages
    on emulated writes (git-fixes).
  - commit c4a5ca8
  - KVM: SVM: Truncate INVLPGA address in compatibility mode
    (git-fixes).
  - commit e7ca155
  - KVM: x86: ioapic: Use old_dest_mode consistently in
    ioapic_write_indirect() (git-fixes).
  - commit 3a4f776
  - KVM: x86: hyper-v: Bound the bank index when querying sparse
    banks (git-fixes).
  - commit 9b39296
  - KVM: Reject wrapped offset in kvm_reset_dirty_gfn()
    (CVE-2026-52969 bsc#1269184).
  - commit 6855373
  - crypto: af_alg - limit RX SG extraction by receive buffer budget
    (CVE-2026-31677 bsc#1263560).
  - commit 73b77b0
  - Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED
    count (git-fixes).
  - Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count
    (git-fixes).
  - commit 32103d6

++++ kernel-rt:

  - apparmor: fix NULL sock in aa_sock_file_perm (CVE-2026-45848 bsc#1266734).
  - commit 6c08d6a
  - ipv6: account for fraggap on the paged allocation path
    (git-fixes).
  - commit 7029afd
  - xfrm6: fix uninitialized saddr in xfrm6_get_saddr() (CVE-2026-43139 bsc#1264294)
  - commit 8927331
  - net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash() (CVE-2026-43238 bsc#1264320)
  - commit 82ff1bb
  - ipvs: fix NULL deref in ip_vs_add_service error path (CVE-2026-43086 bsc#1264286)
  - commit ae6c68f
  - netfilter: nfnetlink_log: initialize nfgenmsg in NLMSG_DONE terminator (CVE-2026-43085 bsc#1264230)
  - commit ecf053a
  - xfrm: account XFRMA_IF_ID in aevent size calculation (CVE-2026-43107 bsc#1264258)
  - commit 68fb519
  - xfrm_user: fix info leak in build_mapping() (CVE-2026-43089 bsc#1264261)
  - commit 267add1
  - perf/x86/intel/uncore: Skip discovery table for offline dies (CVE-2026-43079 bsc#1264228)
  - commit 838ea53
  - drm/amd/display: Bound VBIOS record-chain walk loops
    (CVE-2026-53138 bsc#1269281).
  - commit 4b51877
  - vsock/virtio: fix accept queue count leak on transport mismatch
    (CVE-2026-46214 bsc#1267717).
  - commit 8639d73
  - ASoC: qcom: qdsp6: topology: check widget type before accessing
    data (CVE-2026-53052 bsc#1269314).
  - commit de5f24c
  - ceph: fix a buffer leak in __ceph_setxattr() (CVE-2026-52962 bsc#1269135).
  - commit add8de8
  - libceph: Fix potential null-ptr-deref in decode_choose_args() (CVE-2026-52957 bsc#1269103).
  - commit 7e72bcf
  - libceph: handle rbtree insertion error in decode_choose_args() (CVE-2026-52954 bsc#1269137).
  - commit 2e4b9c2
  - crypto: af_alg - Cap AEAD AD length to 0x80000000 (CVE-2026-52972
    bsc#1269195).
  - commit 4319d7f
  - crypto: algif_aead - snapshot IV for async AEAD requests
    (CVE-2026-46028 bsc#1267430).
  - commit 3df94fe
  - lib/crypto: chacha: Zeroize permuted_state before it leaves
    scope (CVE-2026-43336 bsc#1265113).
  - commit b087967
  - x86/tsc: Disable clocksource watchdog checking on recent and
    future UV platforms (jsc#PED-16305).
  - commit 669c206
  - x86/platform/uv: Expose the uv_hub_type() interface
    (jsc#PED-16305).
  - commit b5a6e96
  - bnxt_en: fix module unload sequence (bsc#1264180).
  - commit d95bac0
  - bnxt_en: Refactor all PTP TX timestamp fields into a struct
    (bsc#1264180).
  - Refresh patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch.
  - commit a776c30
  - bnxt_en: Add TX timestamp completion logic (bsc#1264180).
  - Refresh patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch.
  - commit c155e2f
  - bnxt_en: Allow some TX packets to be unprocessed in NAPI
    (bsc#1264180).
  - Refresh
    patches.suse/bnxt-properly-flush-XDP-redirect-lists.patch.
  - commit a6b59ae
  - bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bd
    (bsc#1264180).
  - Refresh
    patches.suse/eth-bnxt-fix-missing-ring-index-trim-on-error-path.patch.
  - commit 2ab1278
  - bnxt_en: Retry PTP TX timestamp from FW for 1 second
    (bsc#1264180).
  - Refresh patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch.
  - commit 51ad351
  - bnxt_en: improve TX timestamping FIFO configuration
    (bsc#1264180).
  - bnxt_en: Remove atomic operations on ptp->tx_avail
    (bsc#1264180).
  - bnxt_en: Increase the max total outstanding PTP TX packets to 4
    (bsc#1264180).
  - bnxt_en: Let bnxt_stamp_tx_skb() return error code
    (bsc#1264180).
  - bnxt_en: Remove an impossible condition check for PTP TX
    pending SKB (bsc#1264180).
  - bnxt_en: Add new TX timestamp completion definitions
    (bsc#1264180).
  - bnxt_en: silence clang build warning (bsc#1264180).
  - bnxt_en: Fix PTP firmware timeout parameter (bsc#1264180).
  - bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query()
    (bsc#1264180).
  - commit 6e75257
  - KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
    (git-fixes).
  - commit 2413d8b
  - KVM: x86: Unconditionally recompute CR8 intercept on PPR update
    (git-fixes).
  - commit e0e8fbc
  - KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is
    in guest mode (git-fixes).
  - commit 1224ff3
  - KVM: x86: Move update_cr8_intercept() to lapic.c (git-fixes).
  - commit 5e7b8a6
  - lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()
    (CVE-2026-43492 bsc#1265629).
  - commit d7cff60
  - KVM: x86/mmu: Ensure hugepage is in by slot before checking
    max mapping level (git-fixes).
  - commit 680150f
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    role (git-fixes).
  - commit 5125b9a
  - Refresh
    patches.suse/KVM-x86-Fix-shadow-paging-use-after-free-due-to-unex.patch.
    Remove a duplicate Git-commit header.
  - commit 573b335
  - KVM: x86/mmu: Recursively zap orphaned nested TDP shadow pages
    on emulated writes (git-fixes).
  - commit c4a5ca8
  - KVM: SVM: Truncate INVLPGA address in compatibility mode
    (git-fixes).
  - commit e7ca155
  - KVM: x86: ioapic: Use old_dest_mode consistently in
    ioapic_write_indirect() (git-fixes).
  - commit 3a4f776
  - KVM: x86: hyper-v: Bound the bank index when querying sparse
    banks (git-fixes).
  - commit 9b39296
  - KVM: Reject wrapped offset in kvm_reset_dirty_gfn()
    (CVE-2026-52969 bsc#1269184).
  - commit 6855373
  - crypto: af_alg - limit RX SG extraction by receive buffer budget
    (CVE-2026-31677 bsc#1263560).
  - commit 73b77b0
  - Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED
    count (git-fixes).
  - Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count
    (git-fixes).
  - commit 32103d6

++++ kernel-rt_debug:

  - apparmor: fix NULL sock in aa_sock_file_perm (CVE-2026-45848 bsc#1266734).
  - commit 6c08d6a
  - ipv6: account for fraggap on the paged allocation path
    (git-fixes).
  - commit 7029afd
  - xfrm6: fix uninitialized saddr in xfrm6_get_saddr() (CVE-2026-43139 bsc#1264294)
  - commit 8927331
  - net/sched: act_skbedit: fix divide-by-zero in tcf_skbedit_hash() (CVE-2026-43238 bsc#1264320)
  - commit 82ff1bb
  - ipvs: fix NULL deref in ip_vs_add_service error path (CVE-2026-43086 bsc#1264286)
  - commit ae6c68f
  - netfilter: nfnetlink_log: initialize nfgenmsg in NLMSG_DONE terminator (CVE-2026-43085 bsc#1264230)
  - commit ecf053a
  - xfrm: account XFRMA_IF_ID in aevent size calculation (CVE-2026-43107 bsc#1264258)
  - commit 68fb519
  - xfrm_user: fix info leak in build_mapping() (CVE-2026-43089 bsc#1264261)
  - commit 267add1
  - perf/x86/intel/uncore: Skip discovery table for offline dies (CVE-2026-43079 bsc#1264228)
  - commit 838ea53
  - drm/amd/display: Bound VBIOS record-chain walk loops
    (CVE-2026-53138 bsc#1269281).
  - commit 4b51877
  - vsock/virtio: fix accept queue count leak on transport mismatch
    (CVE-2026-46214 bsc#1267717).
  - commit 8639d73
  - ASoC: qcom: qdsp6: topology: check widget type before accessing
    data (CVE-2026-53052 bsc#1269314).
  - commit de5f24c
  - ceph: fix a buffer leak in __ceph_setxattr() (CVE-2026-52962 bsc#1269135).
  - commit add8de8
  - libceph: Fix potential null-ptr-deref in decode_choose_args() (CVE-2026-52957 bsc#1269103).
  - commit 7e72bcf
  - libceph: handle rbtree insertion error in decode_choose_args() (CVE-2026-52954 bsc#1269137).
  - commit 2e4b9c2
  - crypto: af_alg - Cap AEAD AD length to 0x80000000 (CVE-2026-52972
    bsc#1269195).
  - commit 4319d7f
  - crypto: algif_aead - snapshot IV for async AEAD requests
    (CVE-2026-46028 bsc#1267430).
  - commit 3df94fe
  - lib/crypto: chacha: Zeroize permuted_state before it leaves
    scope (CVE-2026-43336 bsc#1265113).
  - commit b087967
  - x86/tsc: Disable clocksource watchdog checking on recent and
    future UV platforms (jsc#PED-16305).
  - commit 669c206
  - x86/platform/uv: Expose the uv_hub_type() interface
    (jsc#PED-16305).
  - commit b5a6e96
  - bnxt_en: fix module unload sequence (bsc#1264180).
  - commit d95bac0
  - bnxt_en: Refactor all PTP TX timestamp fields into a struct
    (bsc#1264180).
  - Refresh patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch.
  - commit a776c30
  - bnxt_en: Add TX timestamp completion logic (bsc#1264180).
  - Refresh patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch.
  - commit c155e2f
  - bnxt_en: Allow some TX packets to be unprocessed in NAPI
    (bsc#1264180).
  - Refresh
    patches.suse/bnxt-properly-flush-XDP-redirect-lists.patch.
  - commit a6b59ae
  - bnxt_en: Add is_ts_pkt field to struct bnxt_sw_tx_bd
    (bsc#1264180).
  - Refresh
    patches.suse/eth-bnxt-fix-missing-ring-index-trim-on-error-path.patch.
  - commit 2ab1278
  - bnxt_en: Retry PTP TX timestamp from FW for 1 second
    (bsc#1264180).
  - Refresh patches.suse/bnxt_en-Refactor-bnxt_ptp_init.patch.
  - commit 51ad351
  - bnxt_en: improve TX timestamping FIFO configuration
    (bsc#1264180).
  - bnxt_en: Remove atomic operations on ptp->tx_avail
    (bsc#1264180).
  - bnxt_en: Increase the max total outstanding PTP TX packets to 4
    (bsc#1264180).
  - bnxt_en: Let bnxt_stamp_tx_skb() return error code
    (bsc#1264180).
  - bnxt_en: Remove an impossible condition check for PTP TX
    pending SKB (bsc#1264180).
  - bnxt_en: Add new TX timestamp completion definitions
    (bsc#1264180).
  - bnxt_en: silence clang build warning (bsc#1264180).
  - bnxt_en: Fix PTP firmware timeout parameter (bsc#1264180).
  - bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query()
    (bsc#1264180).
  - commit 6e75257
  - KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
    (git-fixes).
  - commit 2413d8b
  - KVM: x86: Unconditionally recompute CR8 intercept on PPR update
    (git-fixes).
  - commit e0e8fbc
  - KVM: VMX: Grab vmcs12 on CR8 interception update iff vCPU is
    in guest mode (git-fixes).
  - commit 1224ff3
  - KVM: x86: Move update_cr8_intercept() to lapic.c (git-fixes).
  - commit 5e7b8a6
  - lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()
    (CVE-2026-43492 bsc#1265629).
  - commit d7cff60
  - KVM: x86/mmu: Ensure hugepage is in by slot before checking
    max mapping level (git-fixes).
  - commit 680150f
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    role (git-fixes).
  - commit 5125b9a
  - Refresh
    patches.suse/KVM-x86-Fix-shadow-paging-use-after-free-due-to-unex.patch.
    Remove a duplicate Git-commit header.
  - commit 573b335
  - KVM: x86/mmu: Recursively zap orphaned nested TDP shadow pages
    on emulated writes (git-fixes).
  - commit c4a5ca8
  - KVM: SVM: Truncate INVLPGA address in compatibility mode
    (git-fixes).
  - commit e7ca155
  - KVM: x86: ioapic: Use old_dest_mode consistently in
    ioapic_write_indirect() (git-fixes).
  - commit 3a4f776
  - KVM: x86: hyper-v: Bound the bank index when querying sparse
    banks (git-fixes).
  - commit 9b39296
  - KVM: Reject wrapped offset in kvm_reset_dirty_gfn()
    (CVE-2026-52969 bsc#1269184).
  - commit 6855373
  - crypto: af_alg - limit RX SG extraction by receive buffer budget
    (CVE-2026-31677 bsc#1263560).
  - commit 73b77b0
  - Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED
    count (git-fixes).
  - Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count
    (git-fixes).
  - commit 32103d6

++++ krb5:

  - Prevent read overrun in kdb-ldap:
    * CVE-2026-11850, bsc#1268131
  - Add patch 0012-Prevent-read-overrun-in-libkdb_ldap.patch

++++ nghttp2:

  - stricter validation for HTTP CONNECT and Upgrade requests across HTTP/1,
    HTTP/2, and HTTP/3 upstreams, specifically rejecting requests that
    incorrectly include Content-Length or Transfer-Encoding headers
    * Add 0001-nghttpx-Tighten-up-CONNECT-and-HTTP-Upgrade-handling.patch
    CVE-2026-58055, bsc#1269489

++++ python311-core:

  - Add test_UDPLITE_support.patch which improves testing for the
    support of IPPROTO_UDPLITE, which could be not present although
    header files are (bsc#1268375).

++++ python311:

  - Add test_UDPLITE_support.patch which improves testing for the
    support of IPPROTO_UDPLITE, which could be not present although
    header files are (bsc#1268375).

------------------------------------------------------------------
------------------  2026-6-28  -  Jun 28 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - rtc: cmos: unregister HPET IRQ handler on probe failure
    (git-fixes).
  - rtc: ds1307: Fix off-by-one issue with wday for rx8130
    (git-fixes).
  - rtc: msc313: fix NULL deref in shared IRQ handler at probe
    (git-fixes).
  - rtc: ds1307: handle oscillator stop flag for
    ds1337/ds1339/ds3231 (git-fixes).
  - rtc: mpfs: fix counter upload completion condition (git-fixes).
  - rtc: abx80x: fix the RTC_VL_CLR clearing all status flags
    (git-fixes).
  - commit 64cc5db
  - ASoC: fsl_asrc_dma: fix eDMA maxburst misalignment with channel
    count (git-fixes).
  - ASoC: tlv320aic3x: restrict CLKDIV bypass Q values in dual-rate
    mode (git-fixes).
  - ASoC: qcom: q6apm: fix NULL pointer dereference in
    graph_callback (git-fixes).
  - ALSA: firewire: isight: bound the sample count to the packet
    payload (git-fixes).
  - ALSA: usb-audio: avoid kobject path lookup in DualSense match
    (git-fixes).
  - ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()
    (git-fixes).
  - ALSA: usb-audio: Kill MIDI 2.0 URBs before freeing endpoints
    (git-fixes).
  - ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4
    input parser (git-fixes).
  - i2c: mpc: Fix timeout calculations (git-fixes).
  - commit 45e1716

++++ kernel-rt:

  - rtc: cmos: unregister HPET IRQ handler on probe failure
    (git-fixes).
  - rtc: ds1307: Fix off-by-one issue with wday for rx8130
    (git-fixes).
  - rtc: msc313: fix NULL deref in shared IRQ handler at probe
    (git-fixes).
  - rtc: ds1307: handle oscillator stop flag for
    ds1337/ds1339/ds3231 (git-fixes).
  - rtc: mpfs: fix counter upload completion condition (git-fixes).
  - rtc: abx80x: fix the RTC_VL_CLR clearing all status flags
    (git-fixes).
  - commit 64cc5db
  - ASoC: fsl_asrc_dma: fix eDMA maxburst misalignment with channel
    count (git-fixes).
  - ASoC: tlv320aic3x: restrict CLKDIV bypass Q values in dual-rate
    mode (git-fixes).
  - ASoC: qcom: q6apm: fix NULL pointer dereference in
    graph_callback (git-fixes).
  - ALSA: firewire: isight: bound the sample count to the packet
    payload (git-fixes).
  - ALSA: usb-audio: avoid kobject path lookup in DualSense match
    (git-fixes).
  - ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()
    (git-fixes).
  - ALSA: usb-audio: Kill MIDI 2.0 URBs before freeing endpoints
    (git-fixes).
  - ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4
    input parser (git-fixes).
  - i2c: mpc: Fix timeout calculations (git-fixes).
  - commit 45e1716

++++ kernel-rt_debug:

  - rtc: cmos: unregister HPET IRQ handler on probe failure
    (git-fixes).
  - rtc: ds1307: Fix off-by-one issue with wday for rx8130
    (git-fixes).
  - rtc: msc313: fix NULL deref in shared IRQ handler at probe
    (git-fixes).
  - rtc: ds1307: handle oscillator stop flag for
    ds1337/ds1339/ds3231 (git-fixes).
  - rtc: mpfs: fix counter upload completion condition (git-fixes).
  - rtc: abx80x: fix the RTC_VL_CLR clearing all status flags
    (git-fixes).
  - commit 64cc5db
  - ASoC: fsl_asrc_dma: fix eDMA maxburst misalignment with channel
    count (git-fixes).
  - ASoC: tlv320aic3x: restrict CLKDIV bypass Q values in dual-rate
    mode (git-fixes).
  - ASoC: qcom: q6apm: fix NULL pointer dereference in
    graph_callback (git-fixes).
  - ALSA: firewire: isight: bound the sample count to the packet
    payload (git-fixes).
  - ALSA: usb-audio: avoid kobject path lookup in DualSense match
    (git-fixes).
  - ALSA: seq: Fix uninitialised heap leak in snd_seq_event_dup()
    (git-fixes).
  - ALSA: usb-audio: Kill MIDI 2.0 URBs before freeing endpoints
    (git-fixes).
  - ALSA: caiaq: fix out-of-bounds read in the Traktor Kontrol S4
    input parser (git-fixes).
  - i2c: mpc: Fix timeout calculations (git-fixes).
  - commit 45e1716

------------------------------------------------------------------
------------------  2026-6-27  -  Jun 27 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Move upstreamed powerpc patch into sorted section
  - commit 86bbb5b
  - drm/edid: fix OOB read in drm_parse_tiled_block() (git-fixes).
  - drm/nouveau: fix reversed error cleanup order in ucopy functions
    (git-fixes).
  - drm/nouveau/acr: fix missing nvkm_done() in error path of
    nvkm_acr_oneinit() (git-fixes).
  - drm/i915/gem: Add missing nospec on parallel submit slot
    (git-fixes).
  - drm/amdgpu: Fix amdgpu_bo_move() when old_mem and new_mem are
    both GTT (git-fixes).
  - drm/amdgpu: validate CP_GFX_SHADOW chunk size in CS pass1
    (git-fixes).
  - drm/amdgpu: initialize irq.lock spinlock earlier (git-fixes).
  - drm/amdkfd: fix list_del corruption in kfd_criu_resume_svm
    (git-fixes).
  - drm/amdgpu: skip already suspended IP blocks in
    ip_suspend_phase2 (git-fixes).
  - drm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on free
    (git-fixes).
  - thermal: intel: Fix dangling resources on
    thermal_throttle_online() failure (git-fixes).
  - ACPI: IPMI: Fix inverted interface check in ipmi_bmc_gone()
    (git-fixes).
  - ACPI: resource: Amend kernel-doc style (git-fixes).
  - spi: rpc-if: Use correct device for hardware reinitialization
    on resume (git-fixes).
  - spi: dw: fix wrong BAUDR setting after resume (git-fixes).
  - spi: uniphier: Fix completion initialization order before
    devm_request_irq() (git-fixes).
  - commit 8390847

++++ kernel-rt:

  - Move upstreamed powerpc patch into sorted section
  - commit 86bbb5b
  - drm/edid: fix OOB read in drm_parse_tiled_block() (git-fixes).
  - drm/nouveau: fix reversed error cleanup order in ucopy functions
    (git-fixes).
  - drm/nouveau/acr: fix missing nvkm_done() in error path of
    nvkm_acr_oneinit() (git-fixes).
  - drm/i915/gem: Add missing nospec on parallel submit slot
    (git-fixes).
  - drm/amdgpu: Fix amdgpu_bo_move() when old_mem and new_mem are
    both GTT (git-fixes).
  - drm/amdgpu: validate CP_GFX_SHADOW chunk size in CS pass1
    (git-fixes).
  - drm/amdgpu: initialize irq.lock spinlock earlier (git-fixes).
  - drm/amdkfd: fix list_del corruption in kfd_criu_resume_svm
    (git-fixes).
  - drm/amdgpu: skip already suspended IP blocks in
    ip_suspend_phase2 (git-fixes).
  - drm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on free
    (git-fixes).
  - thermal: intel: Fix dangling resources on
    thermal_throttle_online() failure (git-fixes).
  - ACPI: IPMI: Fix inverted interface check in ipmi_bmc_gone()
    (git-fixes).
  - ACPI: resource: Amend kernel-doc style (git-fixes).
  - spi: rpc-if: Use correct device for hardware reinitialization
    on resume (git-fixes).
  - spi: dw: fix wrong BAUDR setting after resume (git-fixes).
  - spi: uniphier: Fix completion initialization order before
    devm_request_irq() (git-fixes).
  - commit 8390847

++++ kernel-rt_debug:

  - Move upstreamed powerpc patch into sorted section
  - commit 86bbb5b
  - drm/edid: fix OOB read in drm_parse_tiled_block() (git-fixes).
  - drm/nouveau: fix reversed error cleanup order in ucopy functions
    (git-fixes).
  - drm/nouveau/acr: fix missing nvkm_done() in error path of
    nvkm_acr_oneinit() (git-fixes).
  - drm/i915/gem: Add missing nospec on parallel submit slot
    (git-fixes).
  - drm/amdgpu: Fix amdgpu_bo_move() when old_mem and new_mem are
    both GTT (git-fixes).
  - drm/amdgpu: validate CP_GFX_SHADOW chunk size in CS pass1
    (git-fixes).
  - drm/amdgpu: initialize irq.lock spinlock earlier (git-fixes).
  - drm/amdkfd: fix list_del corruption in kfd_criu_resume_svm
    (git-fixes).
  - drm/amdgpu: skip already suspended IP blocks in
    ip_suspend_phase2 (git-fixes).
  - drm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on free
    (git-fixes).
  - thermal: intel: Fix dangling resources on
    thermal_throttle_online() failure (git-fixes).
  - ACPI: IPMI: Fix inverted interface check in ipmi_bmc_gone()
    (git-fixes).
  - ACPI: resource: Amend kernel-doc style (git-fixes).
  - spi: rpc-if: Use correct device for hardware reinitialization
    on resume (git-fixes).
  - spi: dw: fix wrong BAUDR setting after resume (git-fixes).
  - spi: uniphier: Fix completion initialization order before
    devm_request_irq() (git-fixes).
  - commit 8390847

------------------------------------------------------------------
------------------  2026-6-26  -  Jun 26 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O (CVE-2026-45985 bsc#1266700).
  - commit aa3e6a3
  - x86: shadow stacks: proper error handling for mmap lock (bsc#1264484 CVE-2026-43109).
  - commit d800cb1
  - net: ipa: fix GENERIC_CMD register field masks for IPA v5.0+
    (CVE-2026-43081 bsc#1264241).
  - bnxt_en: set backing store type from query type (CVE-2026-43034
    bsc#1263998).
  - commit 0b757eb
  - tap: free page on error paths in tap_get_user_xdp()
    (CVE-2026-46320 bsc#1267993).
  - commit 0faa8e1
  - drm/amdgpu: fix NULL pointer issue buffer funcs (CVE-2025-71294
    bsc#1264562).
  - commit 9270b96
  - Split off kABI workaround for bsc#1267458 (bsc#1267458)
    Split off the kABI workaround bsc#1267458 into a separate patch.
    The patch "fbdev: defio: Disconnect deferred I/O from the lifetime
    of struct fb_info" breaks kABI by removing struct fb_defered_io.lock
    and adding struct fb_info.fbdefio_state.
    Revert these changes and store the value of fbdefio_state in the
    now-unused memory location of lock. Add helpers to wrap the read
    and write operations on this field.
    While at it, replace the existing backport with the one from
    linux-stable's v6.6.140.
  - commit 56fdaf4
  - ip6_vti: set netns_immutable on the fallback device
    (CVE-2026-52909 bsc#1268660).
  - commit 4f5aad7

++++ kernel-rt:

  - ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O (CVE-2026-45985 bsc#1266700).
  - commit aa3e6a3
  - x86: shadow stacks: proper error handling for mmap lock (bsc#1264484 CVE-2026-43109).
  - commit d800cb1
  - net: ipa: fix GENERIC_CMD register field masks for IPA v5.0+
    (CVE-2026-43081 bsc#1264241).
  - bnxt_en: set backing store type from query type (CVE-2026-43034
    bsc#1263998).
  - commit 0b757eb
  - tap: free page on error paths in tap_get_user_xdp()
    (CVE-2026-46320 bsc#1267993).
  - commit 0faa8e1
  - drm/amdgpu: fix NULL pointer issue buffer funcs (CVE-2025-71294
    bsc#1264562).
  - commit 9270b96
  - Split off kABI workaround for bsc#1267458 (bsc#1267458)
    Split off the kABI workaround bsc#1267458 into a separate patch.
    The patch "fbdev: defio: Disconnect deferred I/O from the lifetime
    of struct fb_info" breaks kABI by removing struct fb_defered_io.lock
    and adding struct fb_info.fbdefio_state.
    Revert these changes and store the value of fbdefio_state in the
    now-unused memory location of lock. Add helpers to wrap the read
    and write operations on this field.
    While at it, replace the existing backport with the one from
    linux-stable's v6.6.140.
  - commit 56fdaf4
  - ip6_vti: set netns_immutable on the fallback device
    (CVE-2026-52909 bsc#1268660).
  - commit 4f5aad7

++++ kernel-rt_debug:

  - ext4: don't set EXT4_GET_BLOCKS_CONVERT when splitting before submitting I/O (CVE-2026-45985 bsc#1266700).
  - commit aa3e6a3
  - x86: shadow stacks: proper error handling for mmap lock (bsc#1264484 CVE-2026-43109).
  - commit d800cb1
  - net: ipa: fix GENERIC_CMD register field masks for IPA v5.0+
    (CVE-2026-43081 bsc#1264241).
  - bnxt_en: set backing store type from query type (CVE-2026-43034
    bsc#1263998).
  - commit 0b757eb
  - tap: free page on error paths in tap_get_user_xdp()
    (CVE-2026-46320 bsc#1267993).
  - commit 0faa8e1
  - drm/amdgpu: fix NULL pointer issue buffer funcs (CVE-2025-71294
    bsc#1264562).
  - commit 9270b96
  - Split off kABI workaround for bsc#1267458 (bsc#1267458)
    Split off the kABI workaround bsc#1267458 into a separate patch.
    The patch "fbdev: defio: Disconnect deferred I/O from the lifetime
    of struct fb_info" breaks kABI by removing struct fb_defered_io.lock
    and adding struct fb_info.fbdefio_state.
    Revert these changes and store the value of fbdefio_state in the
    now-unused memory location of lock. Add helpers to wrap the read
    and write operations on this field.
    While at it, replace the existing backport with the one from
    linux-stable's v6.6.140.
  - commit 56fdaf4
  - ip6_vti: set netns_immutable on the fallback device
    (CVE-2026-52909 bsc#1268660).
  - commit 4f5aad7

++++ vim:

  - Updated to version 9.2.0725, fixes the following problems:
    9.2.0531: tests: Test_cd_completion() fails on MS-Windows with E344
    9.2.0532: GTK: preedit font size is wrong for fractional point sizes
    9.2.0533: '[ mark moved to end of inserted text after CTRL-R CTRL-P paste
    9.2.0534: GTK UI does not support fullscreen mode
    9.2.0535: tests: matchit plugin is not tested
    9.2.0536: tests: Test_invalid_args() fails on GTK4 without xterm_clipboard
    9.2.0537: GTK4: mouse popup menu does not show up at mouse pointer
    9.2.0538: Cannot keep leading whitespace in %{} statusline expr
    9.2.0539: filetype: too many Bitbake include files are recognized
    9.2.0540: tests: Test_mswin_event_mouse is flaky
    9.2.0541: Vim9: endclass/endenum/endinterface can give errors
    9.2.0542: tests: test_codestyle fails
    9.2.0543: Vim9: wrong error when redeclaring a typed variable
    9.2.0544: GTK4: window blank after a resize or drag
    9.2.0545: popup: blending uses hardcoded fallback colors
    9.2.0546: configure: GTK4 build requires GTK >= 4.10
    9.2.0547: "%v" in 'errorformat' is affected by 'tabstop'
    9.2.0548: GTK4: terminal and pty job output is not processed
    9.2.0549: Cursor wrong after autoindent strip is skipped
    9.2.0550: GTK4: 'mousehide' unhides cursor when switching tabs
    9.2.0551: filetype: Tolk files are not recognized
    9.2.0552: GTK4: F10 does nothing when the menubar is hidden
    9.2.0553: runtime(netrw): netrw rejects hostnames containing _
    9.2.0554: GTK4: memory leak in free_menu()
    9.2.0555: too many strlen() in ex_substitute()
    9.2.0556: GTK4: scrollbars not shown and do not respond to clicks
    9.2.0557: filetype: Kawasaki Robots files are not recognized
    9.2.0558: filetype: Popcap Reanimation files are not recognized
    9.2.0559: filetype: Kaitai struct files are not recogonized
    9.2.0560: filetype: busybox shebang lines are not recognized
    9.2.0561: [security]: possible code execution with python3complete
    9.2.0562: filetype: SGF files are not recognized
    9.2.0563: GTK3/Wayland: crash with right mouse-button in tabline
    9.2.0564: GTK4: tabline does not respond to mouse clicks
    9.2.0565: [security]: out-of-bounds read in update_snapshot()
    9.2.0566: <C-w>f duplicates window if do_ecmd() is aborted
    9.2.0567: dict function name allocation failure not handled
    9.2.0568: pythoncomplete: g:pythoncomplete_allow_import had no effect
    9.2.0569: out-of-bounds access in libvterm CSI 8 t resize
    9.2.0570: GTK4: mouse wheel scrolling does not work correctly
    9.2.0571: Vim9: memory leak in compile_nested_function() on failure
    9.2.0572: lines disappear with wrapping virtual text after a double-width char
    9.2.0573: Vim9: missing EX_WHOLE on some block keywords
    9.2.0574: tests: missing test for v9.2.0572
    9.2.0575: tests: filetype test for v9.2.0557 can be improved
    9.2.0576: popup_create() not blocked in secure/sandbox
    9.2.0577: GTK4: window resizing issues
    9.2.0578: GTK4: :unmenu does not remove entries from the menubar
    9.2.0579: :mksession, :mkview and :mkvimrc emit legacy Vim script
    9.2.0580: xxd: binary output is not colored with -R
    9.2.0581: After maximizing and deleting the quickfix buffer, window height is wrong
    9.2.0582: GTK4: compile error when XFONTSET is defined
    9.2.0583: completion: indent not ignored for fuzzy line completion
    9.2.0584: GTK4: missing UI features
    9.2.0585: line number wrong after undoing a deletion in quickfix buffer
    9.2.0586: Crash with TextPut autocmd when pasting in terminal buffer
    9.2.0587: GTK4: left scrollbar overlaps drawarea
    9.2.0588: GTK4: drawing area loses focus after closing a menubar popover
    9.2.0589: filetype: xinitrc files are not recognized
    9.2.0590: GTK4: drawing area loses focus shape on popup menu open
    9.2.0591: 'scrolljump' ignored when scrolling up
    9.2.0592: Error when restoring session with terminal window
    9.2.0593: :wqall ignores term_setkill() on running terminal buffers
    9.2.0594: Use-after-free with ":wqall" and a running terminal job
    9.2.0595: MS-Windows: Wrong buffer size calculation for gvimext
    9.2.0596: cmdline completion popup cannot be scrolled with the mouse
    9.2.0597: [security]: possible code execution with python complete
    9.2.0598: tests: Test_statusline() is flaky
    9.2.0599: popup: title set with popup_setoptions() is not shown
    9.2.0600: clientserver method needs to be given as argument
    9.2.0601: matchfuzzypos() returns garbage positions for long candidates
    9.2.0602: popup: No opacity when background not set for Popup group
    9.2.0603: possible heap-buffer-overflow when resizing the GUI
    9.2.0604: tests: Test_mswin_event_mouse() is still flaky
    9.2.0605: tests: Test_screenpos() is flaky in GUI
    9.2.0606: GTK4: does not support all clipboard formats
    9.2.0607: GTK4: inputdialog() does not work as expected
    9.2.0608: popup_setoptions()/ch_setoptions() does not check secure mode
    9.2.0609: completion info popup cannot be scrolled with the keyboard
    9.2.0610: cindent: closing brace in a comment affects the next line's indent
    9.2.0611: MS-Windows: evim.exe not working with VIMDLL
    9.2.0612: Cannot render images in popup windows
    9.2.0613: tests: test_xxd_color2() checks for dash but uses sh
    9.2.0614: opacity popup leaves stale cells
    9.2.0615: sixel encoder drops pixels on the right edge of shapes
    9.2.0616: GTK4: use-after-free on clipboard read timeout
    9.2.0617: GvimExt: does not support different runtime dirs
    9.2.0618: use-after-free in popup_getoptions() on dict_add() failure
    9.2.0619: integer overflow in popup image size validation
    9.2.0620: runtime(netrw): fix 2match pattern rebuild
    9.2.0621: 'autoindent' not stripped with virtualedit=onemore
    9.2.0622: str2blob() does not work with wide UTF-16 encoding
    9.2.0623: possible integer overflow in spellfile tree bounds check
    9.2.0624: C-N/C-P cannot be mapped in complete() completion
    9.2.0625: GTK4: Link error when Wayland is disabled
    9.2.0626: Vim9: illegal characters allowed in dict key names with dot notation
    9.2.0627: :vim9cmd source handles all scripts as Vim9 script
    9.2.0628: popup image: wrong overlap layering, kitty laggy
    9.2.0629: 0x80 and 0x9b byte not unescaped when check for valid abbr
    9.2.0630: popup images: kitty images output in GUI mode
    9.2.0631: DECRQM and SGR Mouse not supported in foot terminal
    9.2.0632: GTK4: no support for hardware-accelerated rendering
    9.2.0633: MS-Windows: No support for kitty graphics support in terminal
    9.2.0634: GTK4: no minimum resize limit
    9.2.0635: checking the syntax contains/cluster list is slow
    9.2.0636: popup image: stale pixels under RGBA animation frames
    9.2.0637: sixel: anti-aliased RGBA images render with visible outline
    9.2.0638: cannot return matches containing spaces from a custom completion
    9.2.0639: gq with 'formatprg' fails on an empty buffer
    9.2.0640: the "%" command jumps to parens and braces inside comments
    9.2.0641: GTK4: crash in gui_mch_menu_hidden()
    9.2.0642: statusline: buffer overflow with item groups
    9.2.0643: Missing Image ifdefs
    9.2.0644: popup image: duplicate sync-output code
    9.2.0645: Composing chars no longer accepted in end-id abbr
    9.2.0646: GTK3 GUI slow on HiDPI/4K with software rendering
    9.2.0647: matchfuzzypos() false exact match for long equal-length candidates
    9.2.0648: MS-Windows: Compile warnings
    9.2.0649: filetype: tf files sometimes incorrectly recognized
    9.2.0650: Vim aborts at startup when built with the example -O2 CFLAGS
    9.2.0651: completion: 'smartcase' doesn't work with 'longest'
    9.2.0652: popup: stale kitty image after clipwindow scrolls out of view
    9.2.0653: [security]: out-of-bounds write in tree_count_words()
    9.2.0654: GTK4: using uninitialised colors in gui_mch_init()
    9.2.0655: GTK4: missing NULL checks in vim_form_measure()
    9.2.0656: completion: using wrong tolower() in smartcase filtering
    9.2.0657: GTK4: missing menu when right-clicking in tabline
    9.2.0658: xxd: signed integer overflow in huntype()
    9.2.0659: GTK4: no balloon support in GUI
    9.2.0660: Dragging the scrollbar does not trigger WinScrolled
    9.2.0661: unintended wipe of Vim's temp dir, causes errors
    9.2.0662: [security] Stack out-of-bounds write in dump_prefixes()
    9.2.0663: [security]: runtime(netrw): code injection in local file deletion
    9.2.0664: tests: Test_delete_temp_dir() fails on MacOS
    9.2.0665: GTK4: GTK critical error on exit printed
    9.2.0666: Terminal-Normal mode does not color empty lines with a background color
    9.2.0667: patch 9.2.0590 was wrong
    9.2.0668: GTK4: minimum horizontal size is too small
    9.2.0669: GTK4: toolbar can be improved
    9.2.0670: [security]: Out-of-bounds read with text properties
    9.2.0671: [security]: possible out-of-bounds read with sodium encrypted files
    9.2.0672: corrupted text property causes internal error
    9.2.0673: tests: Test_recover_corrupted_swap_file() cannot handle symlinks
    9.2.0674: configure: clears dynamic ruby linker flags
    9.2.0675: tests: Test_cd_from_non_existing_dir() fails on Solaris
    9.2.0676: MS-Windows: cannot switch to a buffer with '%' in its name
    9.2.0677: Cannot clear the alternate file register #
    9.2.0678: [security]: potential powershell code execution in zip.vim
    9.2.0679: [security]: Out-of-bounds read with text property virtual text
    9.2.0680: keytrans() doesn't replace '|' and '\'
    9.2.0681: configure: -lruby added even for a dynamic ruby build
    9.2.0682: Wrong dot-repeat when calling complete() while filtering completion
    9.2.0683: filetype completion mishandles finished sub options
    9.2.0684: :reg # does not display the value of the '#' register
    9.2.0685: clipboard.c does not get the Wayland CFLAGS on GTK2
    9.2.0686: style: strcmp usage is inconsistent
    9.2.0687: popup_image_composites_frames() has improper if block scope
    9.2.0688: Terminal-Normal mode does not show the Visual selection on a colored empty line
    9.2.0689: the "%" command is slow on a long line with many slashes
    9.2.0690: Solaris: swap file names are too long
    9.2.0691: Solaris: Test_terminal_composing_unicode() fails
    9.2.0692: GTK2: build failure, popup images not drawn correctly
    9.2.0693: tests: Test_suspend() may fail because of keyprotocol query
    9.2.0694: Solaris: some tests faiures due to Solaris peculiarities
    9.2.0695: Solaris: test_delete_temp_dir() fails because of missing flock
    9.2.0696: GTK4: A few issues with toolbar support
    9.2.0697: possible overflow when parsing CSI keys
    9.2.0698: [security]: Out-of-bounds write with soundfold()
    9.2.0699: [security]: possible code execution with python complete
    9.2.0700: configure: -lrt requirement for timer_create not detected
    9.2.0701: tests: test_terminal.vim does not wait for job to finish
    9.2.0702: :windo and :tabdo create an extra window with 'winfixbuf'
    9.2.0703: session file does not store relative Vim9 autoload imports
    9.2.0704: GTK4: not handling mouse events
    9.2.0705: :delete # silently fails to update "# and clobbers "0
    9.2.0706: tests: test_terminal3 may fail when $SHELL is zsh
    9.2.0707: completion: popup misplaced when text before it is concealed
    9.2.0708: Leaks in do_autocmd in error case
    9.2.0709: GTK4: a few minor issues
    9.2.0710: GTK4 GUI resize handling can be improved
    9.2.0711: leak in ins_compl_infercase_gettext() in error case
    9.2.0712: GTK4: dialogs not handling mnemonics correctly
    9.2.0713: completion: ruler not updated correctly when the popup menu is visible
    9.2.0714: Coverity warns for NULL deref
    9.2.0715: Coverity warns about copy/paste error in hl_blend_attr()
    9.2.0716: filetype: not all supertux files are recognized
    9.2.0717: tests: strange indent in Test_autocmd_dup_arg()
    9.2.0718: :syn sync without an argument also lists syntax cluster
    9.2.0719: GTK4: default menu is lacking
    9.2.0720: GTK4: no support for browsefilter
    9.2.0721: serverlist() returns strings separated by \n
    9.2.0722: GTK4: find/replace dialog can be improved
    9.2.0723: term_start() does not support "noclose"
    9.2.0724: Use-after-free when freeing exit_cb job on exit
    9.2.0725: [security]: Stack out-of-bounds write in spell_soundfold_sal()
  - Refresh patches:
    * vim-9.1.1732-fix-inc-detection.patch

------------------------------------------------------------------
------------------  2026-6-25  -  Jun 25 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net/sched: act_ct: Only release RCU read lock after ct_ft
    (CVE-2026-46319 bsc#1268022).
  - commit 716abed
  - inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP
    (CVE-2026-46266 bsc#1267684).
  - commit 08926f3
  - fbdev: defio: Disconnect deferred I/O from the lifetime of struct (bsc#1267458 CVE-2026-46065)
  - commit e91951f
  - drm/amdgpu: prevent immediate PASID reuse case (CVE-2026-31462
    bsc#1262655).
  - commit 99a516e
  - x86/shstk: Prevent deadlock during shstk sigreturn
    (CVE-2026-46063 bsc#1267228).
  - commit f51c3c6
  - net: rfkill: prevent unlimited numbers of rfkill events from
    being created (CVE-2026-31670 bsc#1263573).
  - commit f3e9886
  - RDMA/umem: Fix double dma_buf_unpin in failure path (CVE-2026-43128 bsc#1264612)
  - commit bb06bb1

++++ kernel-rt:

  - net/sched: act_ct: Only release RCU read lock after ct_ft
    (CVE-2026-46319 bsc#1268022).
  - commit 716abed
  - inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP
    (CVE-2026-46266 bsc#1267684).
  - commit 08926f3
  - fbdev: defio: Disconnect deferred I/O from the lifetime of struct (bsc#1267458 CVE-2026-46065)
  - commit e91951f
  - drm/amdgpu: prevent immediate PASID reuse case (CVE-2026-31462
    bsc#1262655).
  - commit 99a516e
  - x86/shstk: Prevent deadlock during shstk sigreturn
    (CVE-2026-46063 bsc#1267228).
  - commit f51c3c6
  - net: rfkill: prevent unlimited numbers of rfkill events from
    being created (CVE-2026-31670 bsc#1263573).
  - commit f3e9886
  - RDMA/umem: Fix double dma_buf_unpin in failure path (CVE-2026-43128 bsc#1264612)
  - commit bb06bb1

++++ kernel-rt_debug:

  - net/sched: act_ct: Only release RCU read lock after ct_ft
    (CVE-2026-46319 bsc#1268022).
  - commit 716abed
  - inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP
    (CVE-2026-46266 bsc#1267684).
  - commit 08926f3
  - fbdev: defio: Disconnect deferred I/O from the lifetime of struct (bsc#1267458 CVE-2026-46065)
  - commit e91951f
  - drm/amdgpu: prevent immediate PASID reuse case (CVE-2026-31462
    bsc#1262655).
  - commit 99a516e
  - x86/shstk: Prevent deadlock during shstk sigreturn
    (CVE-2026-46063 bsc#1267228).
  - commit f51c3c6
  - net: rfkill: prevent unlimited numbers of rfkill events from
    being created (CVE-2026-31670 bsc#1263573).
  - commit f3e9886
  - RDMA/umem: Fix double dma_buf_unpin in failure path (CVE-2026-43128 bsc#1264612)
  - commit bb06bb1

++++ alsa:

  - Fix double-free vulnerability in parse_def()
    (CVE-2026-56109, bsc#1268853):
    0001-conf-add-missing-return-value-check-in-parse_def.patch

------------------------------------------------------------------
------------------  2026-6-24  -  Jun 24 2026  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Re-add cloud-init-write-routes.patch (bsc#1267422) incorrectly dropped

++++ docker:

  - Ensure correct certificate is used for TSA auth
    (bsc#1262346, CVE-2026-39984)
    * 0007-CVE-2026-39984-Ensure-correct-certificate-is-used-fo.patch
  - http2: prevent hanging Transport due to bad SETTINGS
    (bsc#1265782, CVE-2026-33814)
    * 0008-CVE-2026-33814-http2-prevent-hanging-Transport-due-t.patch
  - idna: update from x/text, fix ToUnicode and all-ASCII xn-- labels
    (bsc#1266625, CVE-2026-39821)
    * 0009-CVE-2026-39821-idna-update-from-x-text-fix-ToUnicode.patch
  - daemon: Decompress archives before entering container filesystem
    (bsc#1267827, CVE-2026-41567)
    * 0010-CVE-2026-41567-daemon-Decompress-archives-before-ent.patch

++++ haproxy:

  - VUL-0: CVE-2026-55203: haproxy: integer overflow vulnerability
    in the fcgi_conn structure's drl field that allows buffer misparse
    as new FCGI record headers (bsc#1268557)
    Apply upstream patch:
    mux-fcgi-fix-uint16_t-overflow.patch
  - VUL-0: CVE-2026-55204: haproxy: null pointer dereference vulnerability
    in hpack_dht_insert() within src/hpack-tbl.c (bsc#1268558)
    Apply upstream patch:
    hpack-tbl-add-missing-NULL-check.patch

++++ kernel-default:

  - wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()
    (CVE-2026-46069 bsc#1267437).
  - commit c2a68c5
  - net: skbuff: fix missing zerocopy reference in pskb_carve helpers (CVE-2026-52943 bsc#1269022)
  - commit f0d2a7c
  - apparmor: fix rlimit for posix cpu timers (CVE-2026-46328 bsc#1268037).
  - commit 46e0890
  - AppArmor: Allow apparmor to handle unaligned dfa tables (CVE-2026-46254 bsc#1267637).
  - commit 721953b
  - ext4: fix memory leak in ext4_ext_shift_extents() (CVE-2026-45948 bsc#1266929).
  - commit 1888b9b
  - ext4: don't cache extent during splitting extent (CVE-2026-45912 bsc#1266899).
  - commit 4e1d4cf
  - isofs: validate block number from NFS file handle in isofs_export_iget (CVE-2026-46124 bsc#1266847).
  - commit bc4bf51
  - smb/client: fix out-of-bounds read in symlink_data() (CVE-2026-46185 bsc#1266830).
  - commit 671bdd5
  - dmaengine: tegra: Fix burst size calculation (git-fixes).
  - dmaengine: Fix possible use after free (git-fixes).
  - dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and
    ABORT_INT_MASK (git-fixes).
  - dmaengine: qcom: gpi: set DMA_PRIVATE capability (git-fixes).
  - dmaengine: imx-sdma: Refine spba bus searching in probe
    (git-fixes).
  - platform/x86: xo15-ebook: Fix wakeup source and GPE handling
    (git-fixes).
  - mailbox: mtk-adsp: fix UAF during device teardown (git-fixes).
  - tpm: fix event_size output in tpm1_binary_bios_measurements_show
    (git-fixes).
  - tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()
    (git-fixes).
  - commit 67ea05b
  - ceph: fix i_nlink underrun during async unlink (CVE-2026-43420 bsc#1264814).
  - commit 680a346
  - unshare: fix unshare_fs() handling (CVE-2026-43472 bsc#1264748).
  - commit c43ac49
  - ext4: publish jinode after initialization (CVE-2026-31450 bsc#1262618).
  - commit 57489bb
  - loadpin: remove MODULE_COMPRESS_NONE as it is no longer
    supported (jsc#PED-16303).
  - loadpin: Prevent SECURITY_LOADPIN_ENFORCE=y without module
    decompression (jsc#PED-16303).
  - commit 9a9280e
  - bpf: fix end-of-list detection in cgroup_storage_get_next_key()
    (bsc#1266396 CVE-2026-45838).
  - commit b742081
  - Update config files: enable zstd module decompression (jsc#PED-16303).
    Enable in-kernel decompression for modules compressed with zstd. This
    allows kmod to load these modules using the finit_module syscall, which
    provides better detection of idempotent modules compared to init_module.
    Additionally, it enables module loading with tools that do not natively
    support zstd decompression, such as busybox.
  - commit 4ce055a
  - module: Split modules_install compression and in-kernel
    decompression (jsc#PED-16303).
  - Update config files.
  - commit 8e16333
  - module: make waiting for a concurrent module loader
    interruptible (jsc#PED-16303).
  - commit b3392ca
  - module: warn about excessively long module waits
    (jsc#PED-16303).
  - blacklist.conf: Remove the commit
  - commit 543f210
  - module: fix init_module_from_file() error handling (jsc#PED-16303).
  - commit e0e88d8
  - modules: catch concurrent module loads, treat them as idempotent
    (jsc#PED-16303).
  - commit e965772
  - module: split up 'finit_module()' into init_module_from_file()
    helper (jsc#PED-16303).
  - commit deb4378
  - selftests/bpf: Add test to ensure kprobe_multi is not sleepable
    (bsc#1264015 CVE-2026-43010).
  - bpf: Reject sleepable kprobe_multi programs at attach time
    (bsc#1264015 CVE-2026-43010).
  - commit 3e14373
  - Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST
    if exists (CVE-2026-43022 bsc#1264001).
  - commit 76d9424

++++ kernel-rt:

  - wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()
    (CVE-2026-46069 bsc#1267437).
  - commit c2a68c5
  - net: skbuff: fix missing zerocopy reference in pskb_carve helpers (CVE-2026-52943 bsc#1269022)
  - commit f0d2a7c
  - apparmor: fix rlimit for posix cpu timers (CVE-2026-46328 bsc#1268037).
  - commit 46e0890
  - AppArmor: Allow apparmor to handle unaligned dfa tables (CVE-2026-46254 bsc#1267637).
  - commit 721953b
  - ext4: fix memory leak in ext4_ext_shift_extents() (CVE-2026-45948 bsc#1266929).
  - commit 1888b9b
  - ext4: don't cache extent during splitting extent (CVE-2026-45912 bsc#1266899).
  - commit 4e1d4cf
  - isofs: validate block number from NFS file handle in isofs_export_iget (CVE-2026-46124 bsc#1266847).
  - commit bc4bf51
  - smb/client: fix out-of-bounds read in symlink_data() (CVE-2026-46185 bsc#1266830).
  - commit 671bdd5
  - dmaengine: tegra: Fix burst size calculation (git-fixes).
  - dmaengine: Fix possible use after free (git-fixes).
  - dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and
    ABORT_INT_MASK (git-fixes).
  - dmaengine: qcom: gpi: set DMA_PRIVATE capability (git-fixes).
  - dmaengine: imx-sdma: Refine spba bus searching in probe
    (git-fixes).
  - platform/x86: xo15-ebook: Fix wakeup source and GPE handling
    (git-fixes).
  - mailbox: mtk-adsp: fix UAF during device teardown (git-fixes).
  - tpm: fix event_size output in tpm1_binary_bios_measurements_show
    (git-fixes).
  - tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()
    (git-fixes).
  - commit 67ea05b
  - ceph: fix i_nlink underrun during async unlink (CVE-2026-43420 bsc#1264814).
  - commit 680a346
  - unshare: fix unshare_fs() handling (CVE-2026-43472 bsc#1264748).
  - commit c43ac49
  - ext4: publish jinode after initialization (CVE-2026-31450 bsc#1262618).
  - commit 57489bb
  - loadpin: remove MODULE_COMPRESS_NONE as it is no longer
    supported (jsc#PED-16303).
  - loadpin: Prevent SECURITY_LOADPIN_ENFORCE=y without module
    decompression (jsc#PED-16303).
  - commit 9a9280e
  - bpf: fix end-of-list detection in cgroup_storage_get_next_key()
    (bsc#1266396 CVE-2026-45838).
  - commit b742081
  - Update config files: enable zstd module decompression (jsc#PED-16303).
    Enable in-kernel decompression for modules compressed with zstd. This
    allows kmod to load these modules using the finit_module syscall, which
    provides better detection of idempotent modules compared to init_module.
    Additionally, it enables module loading with tools that do not natively
    support zstd decompression, such as busybox.
  - commit 4ce055a
  - module: Split modules_install compression and in-kernel
    decompression (jsc#PED-16303).
  - Update config files.
  - commit 8e16333
  - module: make waiting for a concurrent module loader
    interruptible (jsc#PED-16303).
  - commit b3392ca
  - module: warn about excessively long module waits
    (jsc#PED-16303).
  - blacklist.conf: Remove the commit
  - commit 543f210
  - module: fix init_module_from_file() error handling (jsc#PED-16303).
  - commit e0e88d8
  - modules: catch concurrent module loads, treat them as idempotent
    (jsc#PED-16303).
  - commit e965772
  - module: split up 'finit_module()' into init_module_from_file()
    helper (jsc#PED-16303).
  - commit deb4378
  - selftests/bpf: Add test to ensure kprobe_multi is not sleepable
    (bsc#1264015 CVE-2026-43010).
  - bpf: Reject sleepable kprobe_multi programs at attach time
    (bsc#1264015 CVE-2026-43010).
  - commit 3e14373
  - Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST
    if exists (CVE-2026-43022 bsc#1264001).
  - commit 76d9424

++++ kernel-rt_debug:

  - wifi: mwifiex: fix use-after-free in mwifiex_adapter_cleanup()
    (CVE-2026-46069 bsc#1267437).
  - commit c2a68c5
  - net: skbuff: fix missing zerocopy reference in pskb_carve helpers (CVE-2026-52943 bsc#1269022)
  - commit f0d2a7c
  - apparmor: fix rlimit for posix cpu timers (CVE-2026-46328 bsc#1268037).
  - commit 46e0890
  - AppArmor: Allow apparmor to handle unaligned dfa tables (CVE-2026-46254 bsc#1267637).
  - commit 721953b
  - ext4: fix memory leak in ext4_ext_shift_extents() (CVE-2026-45948 bsc#1266929).
  - commit 1888b9b
  - ext4: don't cache extent during splitting extent (CVE-2026-45912 bsc#1266899).
  - commit 4e1d4cf
  - isofs: validate block number from NFS file handle in isofs_export_iget (CVE-2026-46124 bsc#1266847).
  - commit bc4bf51
  - smb/client: fix out-of-bounds read in symlink_data() (CVE-2026-46185 bsc#1266830).
  - commit 671bdd5
  - dmaengine: tegra: Fix burst size calculation (git-fixes).
  - dmaengine: Fix possible use after free (git-fixes).
  - dmaengine: dw-edma: Add spinlock to protect DONE_INT_MASK and
    ABORT_INT_MASK (git-fixes).
  - dmaengine: qcom: gpi: set DMA_PRIVATE capability (git-fixes).
  - dmaengine: imx-sdma: Refine spba bus searching in probe
    (git-fixes).
  - platform/x86: xo15-ebook: Fix wakeup source and GPE handling
    (git-fixes).
  - mailbox: mtk-adsp: fix UAF during device teardown (git-fixes).
  - tpm: fix event_size output in tpm1_binary_bios_measurements_show
    (git-fixes).
  - tpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()
    (git-fixes).
  - commit 67ea05b
  - ceph: fix i_nlink underrun during async unlink (CVE-2026-43420 bsc#1264814).
  - commit 680a346
  - unshare: fix unshare_fs() handling (CVE-2026-43472 bsc#1264748).
  - commit c43ac49
  - ext4: publish jinode after initialization (CVE-2026-31450 bsc#1262618).
  - commit 57489bb
  - loadpin: remove MODULE_COMPRESS_NONE as it is no longer
    supported (jsc#PED-16303).
  - loadpin: Prevent SECURITY_LOADPIN_ENFORCE=y without module
    decompression (jsc#PED-16303).
  - commit 9a9280e
  - bpf: fix end-of-list detection in cgroup_storage_get_next_key()
    (bsc#1266396 CVE-2026-45838).
  - commit b742081
  - Update config files: enable zstd module decompression (jsc#PED-16303).
    Enable in-kernel decompression for modules compressed with zstd. This
    allows kmod to load these modules using the finit_module syscall, which
    provides better detection of idempotent modules compared to init_module.
    Additionally, it enables module loading with tools that do not natively
    support zstd decompression, such as busybox.
  - commit 4ce055a
  - module: Split modules_install compression and in-kernel
    decompression (jsc#PED-16303).
  - Update config files.
  - commit 8e16333
  - module: make waiting for a concurrent module loader
    interruptible (jsc#PED-16303).
  - commit b3392ca
  - module: warn about excessively long module waits
    (jsc#PED-16303).
  - blacklist.conf: Remove the commit
  - commit 543f210
  - module: fix init_module_from_file() error handling (jsc#PED-16303).
  - commit e0e88d8
  - modules: catch concurrent module loads, treat them as idempotent
    (jsc#PED-16303).
  - commit e965772
  - module: split up 'finit_module()' into init_module_from_file()
    helper (jsc#PED-16303).
  - commit deb4378
  - selftests/bpf: Add test to ensure kprobe_multi is not sleepable
    (bsc#1264015 CVE-2026-43010).
  - bpf: Reject sleepable kprobe_multi programs at attach time
    (bsc#1264015 CVE-2026-43010).
  - commit 3e14373
  - Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST
    if exists (CVE-2026-43022 bsc#1264001).
  - commit 76d9424

++++ libslirp:

  - added patches
    CVE-2026-9539: An out-of-bounds heap read and integer underflow in the TCP urgent data handling (sosendoob) in freedesktop.org libslirp version before v4.9.2 [bsc#1268903]
    * libslirp-CVE-2026-9539.patch

------------------------------------------------------------------
------------------  2026-6-23  -  Jun 23 2026  -------------------
------------------------------------------------------------------

++++ dnsmasq:

  - Update to 2.93:
    * CVE-2026-12725, bsc#1268764: Heap buffer overflow in
    `log_query()` when logging unsupported DS/DNSKEY replies.
    * CVE-2026-12969, bsc#1268882: out-of-bounds read in `find_soa()`
    due to missing extrabytes validation.
    * Fix a corner-case in DNSSEC validation with wildcards.
    * Fix DNSSEC failure with spurious RRSIGs.
    * Fix DNSSEC fail with CNAME replies to DS queries.
    * Fix regression in 2.92 release which broke DHCPv6 when a DHCP
    relay is in use.
    * Modify the inotify implementation so that inotify watches are
    only created after dnsmasq has changed permissions and userid.
    * CVE-2026-2291: Rework storage allocation for domain names.
    * Obsoletes dnsmasq-CVE-2026-6507.patch
    * Obsoletes dnsmasq-Fix-FTBFS-nettle-4.0.patch

++++ kernel-default:

  - l2tp: Drop large packets with UDP encap (CVE-2026-43080 bsc#1264236)
  - commit abd11d4
  - netfilter: nf_conntrack_h323: fix OOB read in decode_choice() (CVE-2026-43233 bsc#1264337)
  - commit a2b2b64
  - lib/scatterlist: fix temp buffer in extract_user_to_sg()
    (CVE-2026-46289 bsc#1267966).
  - commit 615b85c
  - lib/scatterlist: fix length calculations in extract_kvec_to_sg
    (CVE-2026-46289 bsc#1267966).
  - commit 36c010e
  - mm/page_alloc: clear page->private in free_pages_prepare()
    (CVE-2026-43303 bsc#1264974).
  - commit 2c2058d
  - mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
    (CVE-2026-31466 bsc#1267825).
  - commit d427335
  - net: hns3: fix double free issue for tx spare buffer
    (CVE-2026-45891 bsc#1266717).
  - commit 52abbcd
  - staging: most: video: avoid double free on video register
    failure (git-fixes).
  - staging: nvec: fix use-after-free in nvec_rx_completed()
    (git-fixes).
  - iio: light: opt3001: fix missing state reset on timeout
    (git-fixes).
  - iio: chemical: scd30: Cleanup initializations and fix
    sign-extension bug (git-fixes).
  - iio: light: veml6030: fix channel type when pushing events
    (git-fixes).
  - iio: gyro: bmg160: wait full startup time after mode change
    at probe (git-fixes).
  - iio: gyro: bmg160: bail out when bandwidth/filter is not in
    table (git-fixes).
  - iio: temperature: ltc2983: Fix reinit_completion() called
    after conversion start (git-fixes).
  - iio: tcs3472: power down chip on probe failure (git-fixes).
  - iio: accel: mma8452: handle I2C read error(s) in mma8452_read()
    (git-fixes).
  - iio: adc: xilinx-ams: fix out-of-bounds channel lookup in
    event handling (git-fixes).
  - iio: magnetometer: ak8975: fix potential kernel stack memory
    leak (git-fixes).
  - iio: magnetometer: ak8975: Add missed
    pm_runtime_put_autosuspend() call (git-fixes).
  - iio: light: si1133: prevent race condition on timeout
    (git-fixes).
  - iio: light: si1133: reset counter to prevent race condition
    (git-fixes).
  - bus: mhi: ep: Protect mhi_ep_handle_syserr() in the error path
    (git-fixes).
  - bus: mhi: ep: Add missing state_lock protection for mhi_state
    access (git-fixes).
  - bus: mhi: ep: Fix potential deadlock in mhi_ep_reset_worker()
    (git-fixes).
  - fpga: microchip-spi: fix zero header_size OOB read in
    mpf_ops_parse_header() (git-fixes).
  - fpga: dfl: add bounds check in dfh_get_param_size() (git-fixes).
  - fpga: region: fix use-after-free in
    child_regions_with_firmware() (git-fixes).
  - char: tlclk: fix use-after-free in tlclk_cleanup() (git-fixes).
  - usb: host: max3421: Reject hub port requests for non-existent
    ports (git-fixes).
  - usb: host: max3421: Fix shift-out-of-bounds in
    max3421_hub_control() (git-fixes).
  - vc_screen: fix null-ptr-deref in vcs_notifier() during
    concurrent vcs_write (git-fixes).
  - i2c: stm32f7: truncate clock period instead of rounding it
    (git-fixes).
  - i3c: master: Prevent reuse of dynamic address on device add
    failure (git-fixes).
  - commit 176f7a3
  - pstore/ram: fix buffer overflow in persistent_ram_save_old()
    (CVE-2026-46253 bsc#1267635).
  - commit 49fa8f4

++++ kernel-rt:

  - l2tp: Drop large packets with UDP encap (CVE-2026-43080 bsc#1264236)
  - commit abd11d4
  - netfilter: nf_conntrack_h323: fix OOB read in decode_choice() (CVE-2026-43233 bsc#1264337)
  - commit a2b2b64
  - lib/scatterlist: fix temp buffer in extract_user_to_sg()
    (CVE-2026-46289 bsc#1267966).
  - commit 615b85c
  - lib/scatterlist: fix length calculations in extract_kvec_to_sg
    (CVE-2026-46289 bsc#1267966).
  - commit 36c010e
  - mm/page_alloc: clear page->private in free_pages_prepare()
    (CVE-2026-43303 bsc#1264974).
  - commit 2c2058d
  - mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
    (CVE-2026-31466 bsc#1267825).
  - commit d427335
  - net: hns3: fix double free issue for tx spare buffer
    (CVE-2026-45891 bsc#1266717).
  - commit 52abbcd
  - staging: most: video: avoid double free on video register
    failure (git-fixes).
  - staging: nvec: fix use-after-free in nvec_rx_completed()
    (git-fixes).
  - iio: light: opt3001: fix missing state reset on timeout
    (git-fixes).
  - iio: chemical: scd30: Cleanup initializations and fix
    sign-extension bug (git-fixes).
  - iio: light: veml6030: fix channel type when pushing events
    (git-fixes).
  - iio: gyro: bmg160: wait full startup time after mode change
    at probe (git-fixes).
  - iio: gyro: bmg160: bail out when bandwidth/filter is not in
    table (git-fixes).
  - iio: temperature: ltc2983: Fix reinit_completion() called
    after conversion start (git-fixes).
  - iio: tcs3472: power down chip on probe failure (git-fixes).
  - iio: accel: mma8452: handle I2C read error(s) in mma8452_read()
    (git-fixes).
  - iio: adc: xilinx-ams: fix out-of-bounds channel lookup in
    event handling (git-fixes).
  - iio: magnetometer: ak8975: fix potential kernel stack memory
    leak (git-fixes).
  - iio: magnetometer: ak8975: Add missed
    pm_runtime_put_autosuspend() call (git-fixes).
  - iio: light: si1133: prevent race condition on timeout
    (git-fixes).
  - iio: light: si1133: reset counter to prevent race condition
    (git-fixes).
  - bus: mhi: ep: Protect mhi_ep_handle_syserr() in the error path
    (git-fixes).
  - bus: mhi: ep: Add missing state_lock protection for mhi_state
    access (git-fixes).
  - bus: mhi: ep: Fix potential deadlock in mhi_ep_reset_worker()
    (git-fixes).
  - fpga: microchip-spi: fix zero header_size OOB read in
    mpf_ops_parse_header() (git-fixes).
  - fpga: dfl: add bounds check in dfh_get_param_size() (git-fixes).
  - fpga: region: fix use-after-free in
    child_regions_with_firmware() (git-fixes).
  - char: tlclk: fix use-after-free in tlclk_cleanup() (git-fixes).
  - usb: host: max3421: Reject hub port requests for non-existent
    ports (git-fixes).
  - usb: host: max3421: Fix shift-out-of-bounds in
    max3421_hub_control() (git-fixes).
  - vc_screen: fix null-ptr-deref in vcs_notifier() during
    concurrent vcs_write (git-fixes).
  - i2c: stm32f7: truncate clock period instead of rounding it
    (git-fixes).
  - i3c: master: Prevent reuse of dynamic address on device add
    failure (git-fixes).
  - commit 176f7a3
  - pstore/ram: fix buffer overflow in persistent_ram_save_old()
    (CVE-2026-46253 bsc#1267635).
  - commit 49fa8f4

++++ kernel-rt_debug:

  - l2tp: Drop large packets with UDP encap (CVE-2026-43080 bsc#1264236)
  - commit abd11d4
  - netfilter: nf_conntrack_h323: fix OOB read in decode_choice() (CVE-2026-43233 bsc#1264337)
  - commit a2b2b64
  - lib/scatterlist: fix temp buffer in extract_user_to_sg()
    (CVE-2026-46289 bsc#1267966).
  - commit 615b85c
  - lib/scatterlist: fix length calculations in extract_kvec_to_sg
    (CVE-2026-46289 bsc#1267966).
  - commit 36c010e
  - mm/page_alloc: clear page->private in free_pages_prepare()
    (CVE-2026-43303 bsc#1264974).
  - commit 2c2058d
  - mm/huge_memory: fix folio isn't locked in softleaf_to_folio()
    (CVE-2026-31466 bsc#1267825).
  - commit d427335
  - net: hns3: fix double free issue for tx spare buffer
    (CVE-2026-45891 bsc#1266717).
  - commit 52abbcd
  - staging: most: video: avoid double free on video register
    failure (git-fixes).
  - staging: nvec: fix use-after-free in nvec_rx_completed()
    (git-fixes).
  - iio: light: opt3001: fix missing state reset on timeout
    (git-fixes).
  - iio: chemical: scd30: Cleanup initializations and fix
    sign-extension bug (git-fixes).
  - iio: light: veml6030: fix channel type when pushing events
    (git-fixes).
  - iio: gyro: bmg160: wait full startup time after mode change
    at probe (git-fixes).
  - iio: gyro: bmg160: bail out when bandwidth/filter is not in
    table (git-fixes).
  - iio: temperature: ltc2983: Fix reinit_completion() called
    after conversion start (git-fixes).
  - iio: tcs3472: power down chip on probe failure (git-fixes).
  - iio: accel: mma8452: handle I2C read error(s) in mma8452_read()
    (git-fixes).
  - iio: adc: xilinx-ams: fix out-of-bounds channel lookup in
    event handling (git-fixes).
  - iio: magnetometer: ak8975: fix potential kernel stack memory
    leak (git-fixes).
  - iio: magnetometer: ak8975: Add missed
    pm_runtime_put_autosuspend() call (git-fixes).
  - iio: light: si1133: prevent race condition on timeout
    (git-fixes).
  - iio: light: si1133: reset counter to prevent race condition
    (git-fixes).
  - bus: mhi: ep: Protect mhi_ep_handle_syserr() in the error path
    (git-fixes).
  - bus: mhi: ep: Add missing state_lock protection for mhi_state
    access (git-fixes).
  - bus: mhi: ep: Fix potential deadlock in mhi_ep_reset_worker()
    (git-fixes).
  - fpga: microchip-spi: fix zero header_size OOB read in
    mpf_ops_parse_header() (git-fixes).
  - fpga: dfl: add bounds check in dfh_get_param_size() (git-fixes).
  - fpga: region: fix use-after-free in
    child_regions_with_firmware() (git-fixes).
  - char: tlclk: fix use-after-free in tlclk_cleanup() (git-fixes).
  - usb: host: max3421: Reject hub port requests for non-existent
    ports (git-fixes).
  - usb: host: max3421: Fix shift-out-of-bounds in
    max3421_hub_control() (git-fixes).
  - vc_screen: fix null-ptr-deref in vcs_notifier() during
    concurrent vcs_write (git-fixes).
  - i2c: stm32f7: truncate clock period instead of rounding it
    (git-fixes).
  - i3c: master: Prevent reuse of dynamic address on device add
    failure (git-fixes).
  - commit 176f7a3
  - pstore/ram: fix buffer overflow in persistent_ram_save_old()
    (CVE-2026-46253 bsc#1267635).
  - commit 49fa8f4

++++ openSUSE-build-key:

  - do not include the projects _pubkey if we have it already.

------------------------------------------------------------------
------------------  2026-6-22  -  Jun 22 2026  -------------------
------------------------------------------------------------------

++++ glibc:

  - resolv-sprintrrf-unkown-types.patch: resolv: More types as unknown in
    ns_sprintrrf (CVE-2026-5435, bsc#1263656, BZ #34033)
  - resolv-sprintrrf-inet-ntop-check.patch: resolv: Check for inet_ntop
    failure in ns_sprintrrf
  - resolv-sprintrrf-buffer-overreads.patch: resolv: Fix buffer overreads in
    ns_sprintrrf (CVE-2026-6238, bsc#1263658, BZ #34069)

++++ kernel-default:

  - KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0 (git-fixes).
  - commit c2b4038
  - printk: add print_hex_dump_devel() (CVE-2026-46291 bsc#1267937).
  - commit 086da9a
  - crypto: caam - guard HMAC key hex dumps in hash_digest_key
    (CVE-2026-46291 bsc#1267937).
  - commit 261d6f1
  - exit: prevent preemption of oopsing TASK_DEAD task
    (CVE-2026-46173 bsc#1267722).
  - commit c09b6c0
  - mtd: rawnand: pl353: fix probe resource allocation (git-fixes).
  - mtd: rawnand: fix condition in 'nand_select_target()'
    (git-fixes).
  - mtd: spi-nor: Drop duplicate Kconfig dependency (git-fixes).
  - mtd: spi-nor: swp: Improve locking user experience (git-fixes).
  - mtd: slram: remove failed entries from the device list
    (git-fixes).
  - mtd: maps: vmu-flash: fix NULL pointer dereference in
    initialization (git-fixes).
  - ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6 (stable-fixes).
  - commit 63fe546
  - power: supply: charger-manager: fix refcount leak in
    is_full_charged() (git-fixes).
  - power: supply: core: fix supplied_from allocations (git-fixes).
  - power: supply: cpcap-battery: Fix missing nvmem_device_put()
    causing reference leak (git-fixes).
  - power: reset: linkstation-poweroff: fix use-after-free in the
    linkstation_poweroff_init() (git-fixes).
  - media: pci: dm1105: Free allocated workqueue (git-fixes).
  - media: ti: vpe: unwind v4l2 device registration on probe error
    (git-fixes).
  - media: marvell-cam: fix missing pci_disable_device() on remove
    (git-fixes).
  - media: vimc: fix reference leak on failed device registration
    (git-fixes).
  - media: vidtv: fix reference leak on failed device registration
    (git-fixes).
  - media: vpif_capture: fix OF node reference imbalance
    (git-fixes).
  - media: aspeed: fix missing of_reserved_mem_device_release()
    on probe failure (git-fixes).
  - media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si
    (git-fixes).
  - media: cec: seco: unregister adapter on IR probe failure
    (git-fixes).
  - media: cedrus: Fix failure to clean up hardware on probe failure
    (git-fixes).
  - media: cedrus: Fix missing cleanup in error path (git-fixes).
  - media: mtk-jpeg: cancel workqueue on release for supported
    platforms only (git-fixes).
  - media: cedrus: skip invalid H.264 reference list entries
    (git-fixes).
  - media: v4l2-ctrls: validate HEVC active reference counts
    (git-fixes).
  - leds: uleds: Fix potential buffer overread (git-fixes).
  - HID: logitech-hidpp: remove excess kernel-doc member in
    hidpp_scroll_counter (git-fixes).
  - HID: wacom: stop hardware after post-start probe failures
    (git-fixes).
  - HID: wiimote: Fix table layout and whitespace errors
    (git-fixes).
  - drm/amdgpu: restart the CS if some parts of the VM are still
    invalidated (stable-fixes).
  - USB: serial: option: add usb-id for Dell Wireless DW5826e-m
    (stable-fixes).
  - ALSA: timer: Fix UAF at snd_timer_user_params() (stable-fixes).
  - Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK)
    (stable-fixes).
  - drm/amd/display: Clamp VBIOS HDMI retimer register count to
    array size (stable-fixes).
  - Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
    (stable-fixes).
  - Input: synaptics - add LEN2058 to SMBus passlist for ThinkPad
    E490 (stable-fixes).
  - Input: xpad - add "Nova 2 Lite" from GameSir (stable-fixes).
  - Input: xpad - add support for ASUS ROG RAIKIRI II
    (stable-fixes).
  - Input: elan_i2c - validate firmware size before use
    (stable-fixes).
  - USB: serial: option: add MeiG SRM813Q (stable-fixes).
  - usb: storage: Add quirks for PNY Elite Portable SSD
    (stable-fixes).
  - USB: quirks: add NO_LPM for Lenovo ThinkPad USB-C Dock Gen2
    hub controllers (stable-fixes).
  - usb: typec: ucsi: validate connector number in
    ucsi_connector_change() (stable-fixes).
  - usb: typec: ucsi: displayport: NAK DP_CMD_CONFIGURE without
    a payload VDO (stable-fixes).
  - usb: typec: tcpm/tcpci_maxim: validate header NDO against
    RX_BYTE_CNT (stable-fixes).
  - usb: typec: altmodes/displayport: validate count before reading
    Status Update VDO (stable-fixes).
  - usb: typec: wcove: don't write past struct pd_message in
    wcove_read_rx_buffer() (stable-fixes).
  - usb: core: Fix up Interrupt IN endpoints with bogus
    wBytesPerInterval (stable-fixes).
  - usb: core: Fix SuperSpeed root hub wMaxPacketSize
    (stable-fixes).
  - usb: typec: ucsi: ccg: reject firmware images without a ':'
    record header (stable-fixes).
  - iio: chemical: scd30: fix division by zero in write_raw
    (git-fixes).
  - drm/amdkfd: Check for pdd drm file first in CRIU restore path
    (stable-fixes).
  - drm/amdkfd: fix NULL pointer bug in svm_range_set_attr
    (stable-fixes).
  - HID: quirks: Add ALWAYS_POLL quirk for SIGMACHIP USB mouse
    (stable-fixes).
  - nfc: hci: fix out-of-bounds read in HCP header parsing
    (git-fixes).
  - nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc()
    (git-fixes).
  - nfc: llcp: Fix use-after-free in llcp_sock_release()
    (git-fixes).
  - drm/i915/psr: Add defininitions for INTEL_WA_REGISTER_CAPS
    DPCD register (stable-fixes).
  - i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctl
    (stable-fixes).
  - usb: gadget: u_ether: Fix NULL pointer deref in eth_get_drvinfo
    (git-fixes).
  - iio: chemical: scd30: Use guard(mutex) to allow early returns
    (stable-fixes).
  - drm/dp: Add eDP 1.5 bit definition (stable-fixes).
  - serdev: make serdev_bus_type const (stable-fixes).
  - iio: adc: npcm: Convert to platform remove callback returning
    void (stable-fixes).
  - commit 609e056
  - powerpc/boot: Allow text relocations for pseries wrapper with
    binutils 2.46+ (git-fixes).
  - commit a3670eb

++++ kernel-rt:

  - KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0 (git-fixes).
  - commit c2b4038
  - printk: add print_hex_dump_devel() (CVE-2026-46291 bsc#1267937).
  - commit 086da9a
  - crypto: caam - guard HMAC key hex dumps in hash_digest_key
    (CVE-2026-46291 bsc#1267937).
  - commit 261d6f1
  - exit: prevent preemption of oopsing TASK_DEAD task
    (CVE-2026-46173 bsc#1267722).
  - commit c09b6c0
  - mtd: rawnand: pl353: fix probe resource allocation (git-fixes).
  - mtd: rawnand: fix condition in 'nand_select_target()'
    (git-fixes).
  - mtd: spi-nor: Drop duplicate Kconfig dependency (git-fixes).
  - mtd: spi-nor: swp: Improve locking user experience (git-fixes).
  - mtd: slram: remove failed entries from the device list
    (git-fixes).
  - mtd: maps: vmu-flash: fix NULL pointer dereference in
    initialization (git-fixes).
  - ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6 (stable-fixes).
  - commit 63fe546
  - power: supply: charger-manager: fix refcount leak in
    is_full_charged() (git-fixes).
  - power: supply: core: fix supplied_from allocations (git-fixes).
  - power: supply: cpcap-battery: Fix missing nvmem_device_put()
    causing reference leak (git-fixes).
  - power: reset: linkstation-poweroff: fix use-after-free in the
    linkstation_poweroff_init() (git-fixes).
  - media: pci: dm1105: Free allocated workqueue (git-fixes).
  - media: ti: vpe: unwind v4l2 device registration on probe error
    (git-fixes).
  - media: marvell-cam: fix missing pci_disable_device() on remove
    (git-fixes).
  - media: vimc: fix reference leak on failed device registration
    (git-fixes).
  - media: vidtv: fix reference leak on failed device registration
    (git-fixes).
  - media: vpif_capture: fix OF node reference imbalance
    (git-fixes).
  - media: aspeed: fix missing of_reserved_mem_device_release()
    on probe failure (git-fixes).
  - media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si
    (git-fixes).
  - media: cec: seco: unregister adapter on IR probe failure
    (git-fixes).
  - media: cedrus: Fix failure to clean up hardware on probe failure
    (git-fixes).
  - media: cedrus: Fix missing cleanup in error path (git-fixes).
  - media: mtk-jpeg: cancel workqueue on release for supported
    platforms only (git-fixes).
  - media: cedrus: skip invalid H.264 reference list entries
    (git-fixes).
  - media: v4l2-ctrls: validate HEVC active reference counts
    (git-fixes).
  - leds: uleds: Fix potential buffer overread (git-fixes).
  - HID: logitech-hidpp: remove excess kernel-doc member in
    hidpp_scroll_counter (git-fixes).
  - HID: wacom: stop hardware after post-start probe failures
    (git-fixes).
  - HID: wiimote: Fix table layout and whitespace errors
    (git-fixes).
  - drm/amdgpu: restart the CS if some parts of the VM are still
    invalidated (stable-fixes).
  - USB: serial: option: add usb-id for Dell Wireless DW5826e-m
    (stable-fixes).
  - ALSA: timer: Fix UAF at snd_timer_user_params() (stable-fixes).
  - Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK)
    (stable-fixes).
  - drm/amd/display: Clamp VBIOS HDMI retimer register count to
    array size (stable-fixes).
  - Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
    (stable-fixes).
  - Input: synaptics - add LEN2058 to SMBus passlist for ThinkPad
    E490 (stable-fixes).
  - Input: xpad - add "Nova 2 Lite" from GameSir (stable-fixes).
  - Input: xpad - add support for ASUS ROG RAIKIRI II
    (stable-fixes).
  - Input: elan_i2c - validate firmware size before use
    (stable-fixes).
  - USB: serial: option: add MeiG SRM813Q (stable-fixes).
  - usb: storage: Add quirks for PNY Elite Portable SSD
    (stable-fixes).
  - USB: quirks: add NO_LPM for Lenovo ThinkPad USB-C Dock Gen2
    hub controllers (stable-fixes).
  - usb: typec: ucsi: validate connector number in
    ucsi_connector_change() (stable-fixes).
  - usb: typec: ucsi: displayport: NAK DP_CMD_CONFIGURE without
    a payload VDO (stable-fixes).
  - usb: typec: tcpm/tcpci_maxim: validate header NDO against
    RX_BYTE_CNT (stable-fixes).
  - usb: typec: altmodes/displayport: validate count before reading
    Status Update VDO (stable-fixes).
  - usb: typec: wcove: don't write past struct pd_message in
    wcove_read_rx_buffer() (stable-fixes).
  - usb: core: Fix up Interrupt IN endpoints with bogus
    wBytesPerInterval (stable-fixes).
  - usb: core: Fix SuperSpeed root hub wMaxPacketSize
    (stable-fixes).
  - usb: typec: ucsi: ccg: reject firmware images without a ':'
    record header (stable-fixes).
  - iio: chemical: scd30: fix division by zero in write_raw
    (git-fixes).
  - drm/amdkfd: Check for pdd drm file first in CRIU restore path
    (stable-fixes).
  - drm/amdkfd: fix NULL pointer bug in svm_range_set_attr
    (stable-fixes).
  - HID: quirks: Add ALWAYS_POLL quirk for SIGMACHIP USB mouse
    (stable-fixes).
  - nfc: hci: fix out-of-bounds read in HCP header parsing
    (git-fixes).
  - nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc()
    (git-fixes).
  - nfc: llcp: Fix use-after-free in llcp_sock_release()
    (git-fixes).
  - drm/i915/psr: Add defininitions for INTEL_WA_REGISTER_CAPS
    DPCD register (stable-fixes).
  - i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctl
    (stable-fixes).
  - usb: gadget: u_ether: Fix NULL pointer deref in eth_get_drvinfo
    (git-fixes).
  - iio: chemical: scd30: Use guard(mutex) to allow early returns
    (stable-fixes).
  - drm/dp: Add eDP 1.5 bit definition (stable-fixes).
  - serdev: make serdev_bus_type const (stable-fixes).
  - iio: adc: npcm: Convert to platform remove callback returning
    void (stable-fixes).
  - commit 609e056
  - powerpc/boot: Allow text relocations for pseries wrapper with
    binutils 2.46+ (git-fixes).
  - commit a3670eb

++++ kernel-rt_debug:

  - KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0 (git-fixes).
  - commit c2b4038
  - printk: add print_hex_dump_devel() (CVE-2026-46291 bsc#1267937).
  - commit 086da9a
  - crypto: caam - guard HMAC key hex dumps in hash_digest_key
    (CVE-2026-46291 bsc#1267937).
  - commit 261d6f1
  - exit: prevent preemption of oopsing TASK_DEAD task
    (CVE-2026-46173 bsc#1267722).
  - commit c09b6c0
  - mtd: rawnand: pl353: fix probe resource allocation (git-fixes).
  - mtd: rawnand: fix condition in 'nand_select_target()'
    (git-fixes).
  - mtd: spi-nor: Drop duplicate Kconfig dependency (git-fixes).
  - mtd: spi-nor: swp: Improve locking user experience (git-fixes).
  - mtd: slram: remove failed entries from the device list
    (git-fixes).
  - mtd: maps: vmu-flash: fix NULL pointer dereference in
    initialization (git-fixes).
  - ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6 (stable-fixes).
  - commit 63fe546
  - power: supply: charger-manager: fix refcount leak in
    is_full_charged() (git-fixes).
  - power: supply: core: fix supplied_from allocations (git-fixes).
  - power: supply: cpcap-battery: Fix missing nvmem_device_put()
    causing reference leak (git-fixes).
  - power: reset: linkstation-poweroff: fix use-after-free in the
    linkstation_poweroff_init() (git-fixes).
  - media: pci: dm1105: Free allocated workqueue (git-fixes).
  - media: ti: vpe: unwind v4l2 device registration on probe error
    (git-fixes).
  - media: marvell-cam: fix missing pci_disable_device() on remove
    (git-fixes).
  - media: vimc: fix reference leak on failed device registration
    (git-fixes).
  - media: vidtv: fix reference leak on failed device registration
    (git-fixes).
  - media: vpif_capture: fix OF node reference imbalance
    (git-fixes).
  - media: aspeed: fix missing of_reserved_mem_device_release()
    on probe failure (git-fixes).
  - media: vidtv: fix NULL pointer dereference in vidtv_mux_push_si
    (git-fixes).
  - media: cec: seco: unregister adapter on IR probe failure
    (git-fixes).
  - media: cedrus: Fix failure to clean up hardware on probe failure
    (git-fixes).
  - media: cedrus: Fix missing cleanup in error path (git-fixes).
  - media: mtk-jpeg: cancel workqueue on release for supported
    platforms only (git-fixes).
  - media: cedrus: skip invalid H.264 reference list entries
    (git-fixes).
  - media: v4l2-ctrls: validate HEVC active reference counts
    (git-fixes).
  - leds: uleds: Fix potential buffer overread (git-fixes).
  - HID: logitech-hidpp: remove excess kernel-doc member in
    hidpp_scroll_counter (git-fixes).
  - HID: wacom: stop hardware after post-start probe failures
    (git-fixes).
  - HID: wiimote: Fix table layout and whitespace errors
    (git-fixes).
  - drm/amdgpu: restart the CS if some parts of the VM are still
    invalidated (stable-fixes).
  - USB: serial: option: add usb-id for Dell Wireless DW5826e-m
    (stable-fixes).
  - ALSA: timer: Fix UAF at snd_timer_user_params() (stable-fixes).
  - Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK)
    (stable-fixes).
  - drm/amd/display: Clamp VBIOS HDMI retimer register count to
    array size (stable-fixes).
  - Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
    (stable-fixes).
  - Input: synaptics - add LEN2058 to SMBus passlist for ThinkPad
    E490 (stable-fixes).
  - Input: xpad - add "Nova 2 Lite" from GameSir (stable-fixes).
  - Input: xpad - add support for ASUS ROG RAIKIRI II
    (stable-fixes).
  - Input: elan_i2c - validate firmware size before use
    (stable-fixes).
  - USB: serial: option: add MeiG SRM813Q (stable-fixes).
  - usb: storage: Add quirks for PNY Elite Portable SSD
    (stable-fixes).
  - USB: quirks: add NO_LPM for Lenovo ThinkPad USB-C Dock Gen2
    hub controllers (stable-fixes).
  - usb: typec: ucsi: validate connector number in
    ucsi_connector_change() (stable-fixes).
  - usb: typec: ucsi: displayport: NAK DP_CMD_CONFIGURE without
    a payload VDO (stable-fixes).
  - usb: typec: tcpm/tcpci_maxim: validate header NDO against
    RX_BYTE_CNT (stable-fixes).
  - usb: typec: altmodes/displayport: validate count before reading
    Status Update VDO (stable-fixes).
  - usb: typec: wcove: don't write past struct pd_message in
    wcove_read_rx_buffer() (stable-fixes).
  - usb: core: Fix up Interrupt IN endpoints with bogus
    wBytesPerInterval (stable-fixes).
  - usb: core: Fix SuperSpeed root hub wMaxPacketSize
    (stable-fixes).
  - usb: typec: ucsi: ccg: reject firmware images without a ':'
    record header (stable-fixes).
  - iio: chemical: scd30: fix division by zero in write_raw
    (git-fixes).
  - drm/amdkfd: Check for pdd drm file first in CRIU restore path
    (stable-fixes).
  - drm/amdkfd: fix NULL pointer bug in svm_range_set_attr
    (stable-fixes).
  - HID: quirks: Add ALWAYS_POLL quirk for SIGMACHIP USB mouse
    (stable-fixes).
  - nfc: hci: fix out-of-bounds read in HCP header parsing
    (git-fixes).
  - nfc: llcp: Fix use-after-free race in nfc_llcp_recv_cc()
    (git-fixes).
  - nfc: llcp: Fix use-after-free in llcp_sock_release()
    (git-fixes).
  - drm/i915/psr: Add defininitions for INTEL_WA_REGISTER_CAPS
    DPCD register (stable-fixes).
  - i2c: dev: prevent integer overflow in I2C_TIMEOUT ioctl
    (stable-fixes).
  - usb: gadget: u_ether: Fix NULL pointer deref in eth_get_drvinfo
    (git-fixes).
  - iio: chemical: scd30: Use guard(mutex) to allow early returns
    (stable-fixes).
  - drm/dp: Add eDP 1.5 bit definition (stable-fixes).
  - serdev: make serdev_bus_type const (stable-fixes).
  - iio: adc: npcm: Convert to platform remove callback returning
    void (stable-fixes).
  - commit 609e056
  - powerpc/boot: Allow text relocations for pseries wrapper with
    binutils 2.46+ (git-fixes).
  - commit a3670eb

++++ openssl-3:

  - Security fix:
    * CVE-2026-42767 NULL Pointer Dereference in CRMF EncryptedValue Decryption
    (bsc#1266350)
    * Add patch: openssl-CVE-2026-42767.patch

++++ libssh2_org:

  - Security Fix:
    * CVE-2026-55199: pre-Authentication DoS via SSH_MSG_EXT_INFO Handler
    (bsc#1268530)
    * Add libssh2_org-CVE-2026-55199.patch

++++ openSUSE-build-key:

  - use the modification time for key2rpname

++++ podman:

  - Add patch for CVE-2026-34986 (bsc#1262856):
    * 0007-CVE-2026-34986-Merge-commit-from-fork.patch
  - Add patch for CVE-2026-39829, CVE-2026-39830, CVE-2026-42508, CVE-2026-46598
    (bsc#1266125)
    * 0008-CVE-2026-39829-CVE-2026-39830-CVE-2026-42508-CVE-202.patch
  - Rebase patches:
    * 0001-CVE-2025-22869-ssh-limit-the-size-of-the-internal-pa.patch
    * 0002-Fix-Remove-appending-rw-as-the-default-mount-option.patch
    * 0003-CVE-2025-6032-machine-init-fix-tls-check.patch
    * 0004-CVE-2025-9566-kube-play-don-t-follow-volume-symlinks.patch
    * 0005-CVE-2025-52881-backport-subset-of-patch-from-runc.patch
    * 0006-CVE-2025-47913-CVE-2025-47914-ssh-agent-fixes.patch

------------------------------------------------------------------
------------------  2026-6-21  -  Jun 21 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Move
    io-wq-check-that-the-predecessor-is-hashed-in-io_wq_remove_pending.patch
    to the sorted section.
  - commit 5d149dc

++++ kernel-rt:

  - Move
    io-wq-check-that-the-predecessor-is-hashed-in-io_wq_remove_pending.patch
    to the sorted section.
  - commit 5d149dc

++++ kernel-rt_debug:

  - Move
    io-wq-check-that-the-predecessor-is-hashed-in-io_wq_remove_pending.patch
    to the sorted section.
  - commit 5d149dc

------------------------------------------------------------------
------------------  2026-6-20  -  Jun 20 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - RDMA/hns: Fix unlocked call to hns_roce_qp_remove() (CVE-2026-46112 bsc#1267582)
  - commit b051019

++++ kernel-rt:

  - RDMA/hns: Fix unlocked call to hns_roce_qp_remove() (CVE-2026-46112 bsc#1267582)
  - commit b051019

++++ kernel-rt_debug:

  - RDMA/hns: Fix unlocked call to hns_roce_qp_remove() (CVE-2026-46112 bsc#1267582)
  - commit b051019

------------------------------------------------------------------
------------------  2026-6-19  -  Jun 19 2026  -------------------
------------------------------------------------------------------

++++ cifs-utils:

  - CVE-2026-12505: cifs.upcall: remove getpwuid() dependency
    (bsc#1267389)
    * add cifs.upcall-remove-getpwuid-dependency.patch
  - update spec to use "%patch -P N"

++++ dracut:

  - Update to version 059+suse.643.g1f1d880:
    * fix(network-legacy): sanitize DHCP values in dhclient-script.sh (bsc#1268322, CVE-2026-6893)
    * fix(network-legacy): add input validation to RFC 3442 route parser

++++ kernel-default:

  - xfs: close crash window in attr dabtree inactivation
    (CVE-2026-43053 bsc#1264084).
  - commit e9f0cc6
  - xfs: remove bp->b_error check in xfs_attr3_root_inactive
    (CVE-2026-43053 bsc#1264084).
  - commit d993a94
  - xfs: factor out xfs_attr3_leaf_init (CVE-2026-43053
    bsc#1264084).
  - commit f5f40df
  - xfs: factor out xfs_attr3_node_entry_remove (CVE-2026-43053
    bsc#1264084).
  - commit 63857e2
  - futex: Don't leak robust_list pointer on exec race
    (CVE-2025-40341 bsc#1255029).
  - commit 6b42f74
  - KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR
    (failed VMRUN) (git-fixes).
  - Refresh
    patches.suse/KVM-SVM-check-validity-of-VMCB-controls-when-returni.patch.
  - commit 5d78587
  - kABI: Hide change of header_ops.parse parameter change
    (CVE-2026-23451 bsc#1261604).
  - commit ba5ef0d
  - team: fix header_ops type confusion with non-Ethernet ports
    (CVE-2026-31502 bsc#1263072).
  - bonding: prevent potential infinite loop in bond_header_parse()
    (CVE-2026-23451 bsc#1261604).
  - bonding: fix type confusion in bond_setup_by_slave()
    (CVE-2026-43456 bsc#1264734).
  - net: aquantia: Add missing descriptor cache invalidation on ATL2
    (bsc#1268428).
  - commit 46225d3

++++ kernel-rt:

  - xfs: close crash window in attr dabtree inactivation
    (CVE-2026-43053 bsc#1264084).
  - commit e9f0cc6
  - xfs: remove bp->b_error check in xfs_attr3_root_inactive
    (CVE-2026-43053 bsc#1264084).
  - commit d993a94
  - xfs: factor out xfs_attr3_leaf_init (CVE-2026-43053
    bsc#1264084).
  - commit f5f40df
  - xfs: factor out xfs_attr3_node_entry_remove (CVE-2026-43053
    bsc#1264084).
  - commit 63857e2
  - futex: Don't leak robust_list pointer on exec race
    (CVE-2025-40341 bsc#1255029).
  - commit 6b42f74
  - KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR
    (failed VMRUN) (git-fixes).
  - Refresh
    patches.suse/KVM-SVM-check-validity-of-VMCB-controls-when-returni.patch.
  - commit 5d78587
  - kABI: Hide change of header_ops.parse parameter change
    (CVE-2026-23451 bsc#1261604).
  - commit ba5ef0d
  - team: fix header_ops type confusion with non-Ethernet ports
    (CVE-2026-31502 bsc#1263072).
  - bonding: prevent potential infinite loop in bond_header_parse()
    (CVE-2026-23451 bsc#1261604).
  - bonding: fix type confusion in bond_setup_by_slave()
    (CVE-2026-43456 bsc#1264734).
  - net: aquantia: Add missing descriptor cache invalidation on ATL2
    (bsc#1268428).
  - commit 46225d3

++++ kernel-rt_debug:

  - xfs: close crash window in attr dabtree inactivation
    (CVE-2026-43053 bsc#1264084).
  - commit e9f0cc6
  - xfs: remove bp->b_error check in xfs_attr3_root_inactive
    (CVE-2026-43053 bsc#1264084).
  - commit d993a94
  - xfs: factor out xfs_attr3_leaf_init (CVE-2026-43053
    bsc#1264084).
  - commit f5f40df
  - xfs: factor out xfs_attr3_node_entry_remove (CVE-2026-43053
    bsc#1264084).
  - commit 63857e2
  - futex: Don't leak robust_list pointer on exec race
    (CVE-2025-40341 bsc#1255029).
  - commit 6b42f74
  - KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR
    (failed VMRUN) (git-fixes).
  - Refresh
    patches.suse/KVM-SVM-check-validity-of-VMCB-controls-when-returni.patch.
  - commit 5d78587
  - kABI: Hide change of header_ops.parse parameter change
    (CVE-2026-23451 bsc#1261604).
  - commit ba5ef0d
  - team: fix header_ops type confusion with non-Ethernet ports
    (CVE-2026-31502 bsc#1263072).
  - bonding: prevent potential infinite loop in bond_header_parse()
    (CVE-2026-23451 bsc#1261604).
  - bonding: fix type confusion in bond_setup_by_slave()
    (CVE-2026-43456 bsc#1264734).
  - net: aquantia: Add missing descriptor cache invalidation on ATL2
    (bsc#1268428).
  - commit 46225d3

++++ libnfs:

  - Add libnfs-CVE-2026-53689.patch: ZDR: check the string size for
    sanity (bsc#1268135 CVE-2026-53689).

++++ libzypp:

  - zypp.conf: add solver.NoUpdateProvide (default: false) option.
    In general, packages that obsolete another package are treated as
    update candidates for the obsoleted package. However,
    SUSE-specific update rules prefer candidates that also explicitly
    'provide' the obsoleted package.
    Sometimes it is necessary or helpful to disable this rule.
    (may help in bsc#1261038)
  - Use HttpHeader class for defining host specific http headers
    (bsc#1268321)
  - Compile and link with -fPIE to build on sparc64 (fixes #742)
  - version 17.38.14 (35)

------------------------------------------------------------------
------------------  2026-6-18  -  Jun 18 2026  -------------------
------------------------------------------------------------------

++++ containerd:

  - Add patch for CVE-2026-34986 (bsc#1262948)
    * 0003-CVE-2026-34986-Bump-go-jose-to-v3.0.5.patch
  - Add patch for CVE-2026-39821 (bsc#1266640)
    * 0004-CVE-2026-39821-idna-update-from-x-text-fix-ToUnicode.patch
  - Add patch for CVE-2026-33814 (bsc#1265794)
    * 0005-CVE-2026-33814-http2-prevent-hanging-Transport-due-t.patch

++++ kernel-default:

  - Update
    patches.suse/io-wq-check-that-the-predecessor-is-hashed-in-io_wq_remove_pending.patch
    (git-fixes bsc#1267918 CVE-2026-46274).
  - commit d30fb9d
  - xfs: fix a resource leak in xfs_alloc_buftarg() (CVE-2026-46005
    bsc#1267431).
  - commit 08b4554
  - EFI/CPER: don't dump the entire memory region (bsc#1264549
    CVE-2026-43171).
  - commit 0b53ad7
  - of: cpu: add check in __of_find_n_match_cpu_property()
    (git-fixes).
  - hwrng: virtio: clamp device-reported used.len at copy_data()
    (git-fixes).
  - soc: ti: k3-ringacc: Fix access mode for
    k3_ringacc_ring_pop_tail_io/proxy (git-fixes).
  - soc: fsl: qe: panic on ioremap() failure in qe_reset()
    (git-fixes).
  - gpu: host1x: Fix iommu_map_sgtable() return value check
    (git-fixes).
  - wifi: wcn36xx: fix OOB read from short trigger BA firmware
    response (git-fixes).
  - wifi: wcn36xx: fix OOB read from firmware count in
    PRINT_REG_INFO indication (git-fixes).
  - wifi: wcn36xx: fix heap overflow from oversized firmware HAL
    response (git-fixes).
  - wifi: mt76: mt7996: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: mt7925: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: mt7921: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: mt7915: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: fix argument to ieee80211_is_first_frag()
    (git-fixes).
  - wifi: mt76: mt7925: clean up DMA on probe failure (git-fixes).
  - wifi: mac80211: fix monitor mode frame capture for real chanctx
    drivers (git-fixes).
  - wifi: rtw88: usb: fix memory leaks on USB write failures
    (git-fixes).
  - wifi: rtw88: increase TX report timeout to fix race condition
    (git-fixes).
  - wifi: rtlwifi: rtl8821ae: Fix C2H bit location in RX descriptor
    (git-fixes).
  - wifi: rtw88: fix OOB read from firmware RX descriptor exceeding
    DMA buffer (git-fixes).
  - wifi: rtw89: Correct data type for scan index to avoid infinite
    loop (git-fixes).
  - wifi: ath11k: fix warning when unbinding (git-fixes).
  - wifi: ath9k: fix OOB access from firmware tx status queue ID
    (git-fixes).
  - wifi: cfg80211: fix grammar in MLO group key error message
    (git-fixes).
  - commit f3af1ec
  - firmware: arm_scmi: Fix OOB in scmi_power_name_get()
    (git-fixes).
  - firmware: arm_scmi: Read sensor config as 32-bit value
    (git-fixes).
  - drm/amdgpu: set sub_block_index for mca ras sub-blocks
    (git-fixes).
  - drm/amd/display: Add missing kdoc for ALLM parameters
    (git-fixes).
  - drm/msm/dp: Fix the ISR_* enum values (git-fixes).
  - drm/msm/dp: fix HPD state status bit shift value (git-fixes).
  - drm/nouveau/bios: specify correct display fuse register for
    Ampere and Ada (git-fixes).
  - drm/tegra: Fix iommu_map_sgtable() return value check
    (git-fixes).
  - drm/tegra: dc: Fix device node reference leak in
    tegra_dc_has_output() (git-fixes).
  - gpu: host1x: Allow entries in BO caches to be freed (git-fixes).
  - drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply
    parsers (git-fixes).
  - drm/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply
    parsers (git-fixes).
  - drm/hisilicon/hibmc: use clock to look up the PLL value
    (git-fixes).
  - drm/hisilicon/hibmc: move display contrl config to hibmc_probe()
    (git-fixes).
  - drm/dp/mst: fix buffer overflows in sideband chunk accumulation
    (git-fixes).
  - drm/bridge: cdns-dsi: Replace deprecated UNIVERSAL_DEV_PM_OPS()
    (git-fixes).
  - drm/hyperv: use VMBUS_RING_SIZE() (git-fixes).
  - drm/amdkfd: Validate CRIU-restored IDs before idr_alloc
    (git-fixes).
  - commit 4affa42
  - ASoC: adau1372: Clear PLL_EN on failed PLL lock without reset
    GPIO (git-fixes).
  - ASoC: topology: Check PCM and DAI name strings before use
    (git-fixes).
  - ASoC: tegra: tegra210_ahub: Validate written enum value
    (git-fixes).
  - ASoC: fsl: fsl_audmix: Validate written enum values (git-fixes).
  - ASoC: meson: aiu: Validate written enum values (git-fixes).
  - ASoC: codecs: hdac_hdmi: Validate written enum value
    (git-fixes).
  - ASoC: SOF: topology: validate vendor array size before parsing
    (git-fixes).
  - ASoC: cs35l56: Don't leave parent IRQ disabled if system_suspend
    fails (git-fixes).
  - ASoC: cs35l56: Cleanup if component_probe fails (git-fixes).
  - ASoC: cs35l56: Fix missing calls to wm_adsp2_remove()
    (git-fixes).
  - ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get
    (git-fixes).
  - ASoC: SOF: ipc3-control: Fix TOCTOU in bytes_put and bytes_get
    (git-fixes).
  - ASoC: SOF: ipc3-control: Validate size in snd_sof_update_control
    (git-fixes).
  - ASoC: SOF: ipc3-control: Use overflow checks in control_update
    size calc (git-fixes).
  - ASoC: SOF: ipc4-control: Fix TOCTOU in sof_ipc4_bytes_put
    (git-fixes).
  - ALSA: core: Fix unintuitive behavior of snd_power_ref_and_wait()
    (git-fixes).
  - ALSA: aloop: Drop superfluous break (git-fixes).
  - ALSA: seq: Clear variable event pointer on read (git-fixes).
  - ALSA: seq: Fix partial userptr event expansion (git-fixes).
  - ALSA: cmipci: check snd_ctl_new1() return value (git-fixes).
  - ALSA: ymfpci: check snd_ctl_new1() return value (git-fixes).
  - ALSA: ice1712: check snd_ctl_new1() return value (git-fixes).
  - ALSA: gus: check snd_ctl_new1() return value (git-fixes).
  - ALSA: es1938: check snd_ctl_new1() return value (git-fixes).
  - ALSA: seq: midi: Serialize output teardown with event_input
    (git-fixes).
  - ALSA: virtio: Add missing 384 kHz PCM rate mapping (git-fixes).
  - ALSA: usb-audio: Update Babyface Pro control caches only after
    successful writes (git-fixes).
  - ALSA: usb-audio: Roll back quirk control caches on write errors
    (git-fixes).
  - ALSA: usb-audio: Update US-16x08 EQ/comp shadow state after
    successful writes (git-fixes).
  - ALSA: usb-audio: Propagate US-16x08 write errors in route/mix
    EQ-switch put callbacks (git-fixes).
  - ALSA: usb-audio: Propagate errors in scarlett_ctl_enum_put()
    (git-fixes).
  - agp/amd64: Fix broken error propagation in agp_amd64_probe()
    (git-fixes).
  - drm/radeon: fix memory leak in radeon_ring_restore() on lock
    failure (git-fixes).
  - drm/radeon: fix integer overflow in radeon_align_pitch()
    (git-fixes).
  - drm/amdgpu: fix integer overflow in amdgpu_gem_align_pitch()
    (git-fixes).
  - drm/tidss: Fix missing drm_bridge_add() call (git-fixes).
  - drm/tidss: Drop extra drm_mode_config_reset() call (git-fixes).
  - drm/rockchip: cdn-dp: add missing check in cdn_dp_config_video()
    (git-fixes).
  - Bluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work()
    (git-fixes).
  - Bluetooth: vhci: validate devcoredump state before side effects
    (git-fixes).
  - Bluetooth: hci: validate codec capability element length
    (git-fixes).
  - Bluetooth: btusb: fix wakeup irq devres lifetime (git-fixes).
  - Bluetooth: btusb: fix wakeup source leak on probe failure
    (git-fixes).
  - Bluetooth: btusb: fix use-after-free on marvell probe failure
    (git-fixes).
  - Bluetooth: btusb: fix use-after-free on registration failure
    (git-fixes).
  - Bluetooth: eir: Fix stack OOB write when prepending the Flags AD
    (git-fixes).
  - batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE
    (git-fixes).
  - batman-adv: tp_meter: add only finished tp_vars to lists
    (git-fixes).
  - batman-adv: tp_meter: handle seqno wrap-around for fast recovery
    detection (git-fixes).
  - batman-adv: tp_meter: fix fast recovery precondition
    (git-fixes).
  - batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd
    (git-fixes).
  - batman-adv: tp_meter: avoid window underflow (git-fixes).
  - batman-adv: tp_meter: initialize dec_cwnd explicitly
    (git-fixes).
  - batman-adv: tp_meter: initialize dup_acks explicitly
    (git-fixes).
  - batman-adv: tp_meter: keep unacked list in ascending ordered
    (git-fixes).
  - commit 17b623a
  - KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12 (bsc#1267591, CVE-2026-46071).
  - commit 8d4d416

++++ kernel-rt:

  - Update
    patches.suse/io-wq-check-that-the-predecessor-is-hashed-in-io_wq_remove_pending.patch
    (git-fixes bsc#1267918 CVE-2026-46274).
  - commit d30fb9d
  - xfs: fix a resource leak in xfs_alloc_buftarg() (CVE-2026-46005
    bsc#1267431).
  - commit 08b4554
  - EFI/CPER: don't dump the entire memory region (bsc#1264549
    CVE-2026-43171).
  - commit 0b53ad7
  - of: cpu: add check in __of_find_n_match_cpu_property()
    (git-fixes).
  - hwrng: virtio: clamp device-reported used.len at copy_data()
    (git-fixes).
  - soc: ti: k3-ringacc: Fix access mode for
    k3_ringacc_ring_pop_tail_io/proxy (git-fixes).
  - soc: fsl: qe: panic on ioremap() failure in qe_reset()
    (git-fixes).
  - gpu: host1x: Fix iommu_map_sgtable() return value check
    (git-fixes).
  - wifi: wcn36xx: fix OOB read from short trigger BA firmware
    response (git-fixes).
  - wifi: wcn36xx: fix OOB read from firmware count in
    PRINT_REG_INFO indication (git-fixes).
  - wifi: wcn36xx: fix heap overflow from oversized firmware HAL
    response (git-fixes).
  - wifi: mt76: mt7996: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: mt7925: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: mt7921: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: mt7915: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: fix argument to ieee80211_is_first_frag()
    (git-fixes).
  - wifi: mt76: mt7925: clean up DMA on probe failure (git-fixes).
  - wifi: mac80211: fix monitor mode frame capture for real chanctx
    drivers (git-fixes).
  - wifi: rtw88: usb: fix memory leaks on USB write failures
    (git-fixes).
  - wifi: rtw88: increase TX report timeout to fix race condition
    (git-fixes).
  - wifi: rtlwifi: rtl8821ae: Fix C2H bit location in RX descriptor
    (git-fixes).
  - wifi: rtw88: fix OOB read from firmware RX descriptor exceeding
    DMA buffer (git-fixes).
  - wifi: rtw89: Correct data type for scan index to avoid infinite
    loop (git-fixes).
  - wifi: ath11k: fix warning when unbinding (git-fixes).
  - wifi: ath9k: fix OOB access from firmware tx status queue ID
    (git-fixes).
  - wifi: cfg80211: fix grammar in MLO group key error message
    (git-fixes).
  - commit f3af1ec
  - firmware: arm_scmi: Fix OOB in scmi_power_name_get()
    (git-fixes).
  - firmware: arm_scmi: Read sensor config as 32-bit value
    (git-fixes).
  - drm/amdgpu: set sub_block_index for mca ras sub-blocks
    (git-fixes).
  - drm/amd/display: Add missing kdoc for ALLM parameters
    (git-fixes).
  - drm/msm/dp: Fix the ISR_* enum values (git-fixes).
  - drm/msm/dp: fix HPD state status bit shift value (git-fixes).
  - drm/nouveau/bios: specify correct display fuse register for
    Ampere and Ada (git-fixes).
  - drm/tegra: Fix iommu_map_sgtable() return value check
    (git-fixes).
  - drm/tegra: dc: Fix device node reference leak in
    tegra_dc_has_output() (git-fixes).
  - gpu: host1x: Allow entries in BO caches to be freed (git-fixes).
  - drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply
    parsers (git-fixes).
  - drm/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply
    parsers (git-fixes).
  - drm/hisilicon/hibmc: use clock to look up the PLL value
    (git-fixes).
  - drm/hisilicon/hibmc: move display contrl config to hibmc_probe()
    (git-fixes).
  - drm/dp/mst: fix buffer overflows in sideband chunk accumulation
    (git-fixes).
  - drm/bridge: cdns-dsi: Replace deprecated UNIVERSAL_DEV_PM_OPS()
    (git-fixes).
  - drm/hyperv: use VMBUS_RING_SIZE() (git-fixes).
  - drm/amdkfd: Validate CRIU-restored IDs before idr_alloc
    (git-fixes).
  - commit 4affa42
  - ASoC: adau1372: Clear PLL_EN on failed PLL lock without reset
    GPIO (git-fixes).
  - ASoC: topology: Check PCM and DAI name strings before use
    (git-fixes).
  - ASoC: tegra: tegra210_ahub: Validate written enum value
    (git-fixes).
  - ASoC: fsl: fsl_audmix: Validate written enum values (git-fixes).
  - ASoC: meson: aiu: Validate written enum values (git-fixes).
  - ASoC: codecs: hdac_hdmi: Validate written enum value
    (git-fixes).
  - ASoC: SOF: topology: validate vendor array size before parsing
    (git-fixes).
  - ASoC: cs35l56: Don't leave parent IRQ disabled if system_suspend
    fails (git-fixes).
  - ASoC: cs35l56: Cleanup if component_probe fails (git-fixes).
  - ASoC: cs35l56: Fix missing calls to wm_adsp2_remove()
    (git-fixes).
  - ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get
    (git-fixes).
  - ASoC: SOF: ipc3-control: Fix TOCTOU in bytes_put and bytes_get
    (git-fixes).
  - ASoC: SOF: ipc3-control: Validate size in snd_sof_update_control
    (git-fixes).
  - ASoC: SOF: ipc3-control: Use overflow checks in control_update
    size calc (git-fixes).
  - ASoC: SOF: ipc4-control: Fix TOCTOU in sof_ipc4_bytes_put
    (git-fixes).
  - ALSA: core: Fix unintuitive behavior of snd_power_ref_and_wait()
    (git-fixes).
  - ALSA: aloop: Drop superfluous break (git-fixes).
  - ALSA: seq: Clear variable event pointer on read (git-fixes).
  - ALSA: seq: Fix partial userptr event expansion (git-fixes).
  - ALSA: cmipci: check snd_ctl_new1() return value (git-fixes).
  - ALSA: ymfpci: check snd_ctl_new1() return value (git-fixes).
  - ALSA: ice1712: check snd_ctl_new1() return value (git-fixes).
  - ALSA: gus: check snd_ctl_new1() return value (git-fixes).
  - ALSA: es1938: check snd_ctl_new1() return value (git-fixes).
  - ALSA: seq: midi: Serialize output teardown with event_input
    (git-fixes).
  - ALSA: virtio: Add missing 384 kHz PCM rate mapping (git-fixes).
  - ALSA: usb-audio: Update Babyface Pro control caches only after
    successful writes (git-fixes).
  - ALSA: usb-audio: Roll back quirk control caches on write errors
    (git-fixes).
  - ALSA: usb-audio: Update US-16x08 EQ/comp shadow state after
    successful writes (git-fixes).
  - ALSA: usb-audio: Propagate US-16x08 write errors in route/mix
    EQ-switch put callbacks (git-fixes).
  - ALSA: usb-audio: Propagate errors in scarlett_ctl_enum_put()
    (git-fixes).
  - agp/amd64: Fix broken error propagation in agp_amd64_probe()
    (git-fixes).
  - drm/radeon: fix memory leak in radeon_ring_restore() on lock
    failure (git-fixes).
  - drm/radeon: fix integer overflow in radeon_align_pitch()
    (git-fixes).
  - drm/amdgpu: fix integer overflow in amdgpu_gem_align_pitch()
    (git-fixes).
  - drm/tidss: Fix missing drm_bridge_add() call (git-fixes).
  - drm/tidss: Drop extra drm_mode_config_reset() call (git-fixes).
  - drm/rockchip: cdn-dp: add missing check in cdn_dp_config_video()
    (git-fixes).
  - Bluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work()
    (git-fixes).
  - Bluetooth: vhci: validate devcoredump state before side effects
    (git-fixes).
  - Bluetooth: hci: validate codec capability element length
    (git-fixes).
  - Bluetooth: btusb: fix wakeup irq devres lifetime (git-fixes).
  - Bluetooth: btusb: fix wakeup source leak on probe failure
    (git-fixes).
  - Bluetooth: btusb: fix use-after-free on marvell probe failure
    (git-fixes).
  - Bluetooth: btusb: fix use-after-free on registration failure
    (git-fixes).
  - Bluetooth: eir: Fix stack OOB write when prepending the Flags AD
    (git-fixes).
  - batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE
    (git-fixes).
  - batman-adv: tp_meter: add only finished tp_vars to lists
    (git-fixes).
  - batman-adv: tp_meter: handle seqno wrap-around for fast recovery
    detection (git-fixes).
  - batman-adv: tp_meter: fix fast recovery precondition
    (git-fixes).
  - batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd
    (git-fixes).
  - batman-adv: tp_meter: avoid window underflow (git-fixes).
  - batman-adv: tp_meter: initialize dec_cwnd explicitly
    (git-fixes).
  - batman-adv: tp_meter: initialize dup_acks explicitly
    (git-fixes).
  - batman-adv: tp_meter: keep unacked list in ascending ordered
    (git-fixes).
  - commit 17b623a
  - KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12 (bsc#1267591, CVE-2026-46071).
  - commit 8d4d416

++++ kernel-rt_debug:

  - Update
    patches.suse/io-wq-check-that-the-predecessor-is-hashed-in-io_wq_remove_pending.patch
    (git-fixes bsc#1267918 CVE-2026-46274).
  - commit d30fb9d
  - xfs: fix a resource leak in xfs_alloc_buftarg() (CVE-2026-46005
    bsc#1267431).
  - commit 08b4554
  - EFI/CPER: don't dump the entire memory region (bsc#1264549
    CVE-2026-43171).
  - commit 0b53ad7
  - of: cpu: add check in __of_find_n_match_cpu_property()
    (git-fixes).
  - hwrng: virtio: clamp device-reported used.len at copy_data()
    (git-fixes).
  - soc: ti: k3-ringacc: Fix access mode for
    k3_ringacc_ring_pop_tail_io/proxy (git-fixes).
  - soc: fsl: qe: panic on ioremap() failure in qe_reset()
    (git-fixes).
  - gpu: host1x: Fix iommu_map_sgtable() return value check
    (git-fixes).
  - wifi: wcn36xx: fix OOB read from short trigger BA firmware
    response (git-fixes).
  - wifi: wcn36xx: fix OOB read from firmware count in
    PRINT_REG_INFO indication (git-fixes).
  - wifi: wcn36xx: fix heap overflow from oversized firmware HAL
    response (git-fixes).
  - wifi: mt76: mt7996: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: mt7925: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: mt7921: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: mt7915: fix potential tx_retries underflow
    (git-fixes).
  - wifi: mt76: fix argument to ieee80211_is_first_frag()
    (git-fixes).
  - wifi: mt76: mt7925: clean up DMA on probe failure (git-fixes).
  - wifi: mac80211: fix monitor mode frame capture for real chanctx
    drivers (git-fixes).
  - wifi: rtw88: usb: fix memory leaks on USB write failures
    (git-fixes).
  - wifi: rtw88: increase TX report timeout to fix race condition
    (git-fixes).
  - wifi: rtlwifi: rtl8821ae: Fix C2H bit location in RX descriptor
    (git-fixes).
  - wifi: rtw88: fix OOB read from firmware RX descriptor exceeding
    DMA buffer (git-fixes).
  - wifi: rtw89: Correct data type for scan index to avoid infinite
    loop (git-fixes).
  - wifi: ath11k: fix warning when unbinding (git-fixes).
  - wifi: ath9k: fix OOB access from firmware tx status queue ID
    (git-fixes).
  - wifi: cfg80211: fix grammar in MLO group key error message
    (git-fixes).
  - commit f3af1ec
  - firmware: arm_scmi: Fix OOB in scmi_power_name_get()
    (git-fixes).
  - firmware: arm_scmi: Read sensor config as 32-bit value
    (git-fixes).
  - drm/amdgpu: set sub_block_index for mca ras sub-blocks
    (git-fixes).
  - drm/amd/display: Add missing kdoc for ALLM parameters
    (git-fixes).
  - drm/msm/dp: Fix the ISR_* enum values (git-fixes).
  - drm/msm/dp: fix HPD state status bit shift value (git-fixes).
  - drm/nouveau/bios: specify correct display fuse register for
    Ampere and Ada (git-fixes).
  - drm/tegra: Fix iommu_map_sgtable() return value check
    (git-fixes).
  - drm/tegra: dc: Fix device node reference leak in
    tegra_dc_has_output() (git-fixes).
  - gpu: host1x: Allow entries in BO caches to be freed (git-fixes).
  - drm/dp/mst: fix OOB reads on 2-byte fields in sideband reply
    parsers (git-fixes).
  - drm/dp/mst: fix OOB reads in remote DPCD/I2C sideband reply
    parsers (git-fixes).
  - drm/hisilicon/hibmc: use clock to look up the PLL value
    (git-fixes).
  - drm/hisilicon/hibmc: move display contrl config to hibmc_probe()
    (git-fixes).
  - drm/dp/mst: fix buffer overflows in sideband chunk accumulation
    (git-fixes).
  - drm/bridge: cdns-dsi: Replace deprecated UNIVERSAL_DEV_PM_OPS()
    (git-fixes).
  - drm/hyperv: use VMBUS_RING_SIZE() (git-fixes).
  - drm/amdkfd: Validate CRIU-restored IDs before idr_alloc
    (git-fixes).
  - commit 4affa42
  - ASoC: adau1372: Clear PLL_EN on failed PLL lock without reset
    GPIO (git-fixes).
  - ASoC: topology: Check PCM and DAI name strings before use
    (git-fixes).
  - ASoC: tegra: tegra210_ahub: Validate written enum value
    (git-fixes).
  - ASoC: fsl: fsl_audmix: Validate written enum values (git-fixes).
  - ASoC: meson: aiu: Validate written enum values (git-fixes).
  - ASoC: codecs: hdac_hdmi: Validate written enum value
    (git-fixes).
  - ASoC: SOF: topology: validate vendor array size before parsing
    (git-fixes).
  - ASoC: cs35l56: Don't leave parent IRQ disabled if system_suspend
    fails (git-fixes).
  - ASoC: cs35l56: Cleanup if component_probe fails (git-fixes).
  - ASoC: cs35l56: Fix missing calls to wm_adsp2_remove()
    (git-fixes).
  - ASoC: SOF: ipc3-control: Fix heap overflow in bytes_ext put/get
    (git-fixes).
  - ASoC: SOF: ipc3-control: Fix TOCTOU in bytes_put and bytes_get
    (git-fixes).
  - ASoC: SOF: ipc3-control: Validate size in snd_sof_update_control
    (git-fixes).
  - ASoC: SOF: ipc3-control: Use overflow checks in control_update
    size calc (git-fixes).
  - ASoC: SOF: ipc4-control: Fix TOCTOU in sof_ipc4_bytes_put
    (git-fixes).
  - ALSA: core: Fix unintuitive behavior of snd_power_ref_and_wait()
    (git-fixes).
  - ALSA: aloop: Drop superfluous break (git-fixes).
  - ALSA: seq: Clear variable event pointer on read (git-fixes).
  - ALSA: seq: Fix partial userptr event expansion (git-fixes).
  - ALSA: cmipci: check snd_ctl_new1() return value (git-fixes).
  - ALSA: ymfpci: check snd_ctl_new1() return value (git-fixes).
  - ALSA: ice1712: check snd_ctl_new1() return value (git-fixes).
  - ALSA: gus: check snd_ctl_new1() return value (git-fixes).
  - ALSA: es1938: check snd_ctl_new1() return value (git-fixes).
  - ALSA: seq: midi: Serialize output teardown with event_input
    (git-fixes).
  - ALSA: virtio: Add missing 384 kHz PCM rate mapping (git-fixes).
  - ALSA: usb-audio: Update Babyface Pro control caches only after
    successful writes (git-fixes).
  - ALSA: usb-audio: Roll back quirk control caches on write errors
    (git-fixes).
  - ALSA: usb-audio: Update US-16x08 EQ/comp shadow state after
    successful writes (git-fixes).
  - ALSA: usb-audio: Propagate US-16x08 write errors in route/mix
    EQ-switch put callbacks (git-fixes).
  - ALSA: usb-audio: Propagate errors in scarlett_ctl_enum_put()
    (git-fixes).
  - agp/amd64: Fix broken error propagation in agp_amd64_probe()
    (git-fixes).
  - drm/radeon: fix memory leak in radeon_ring_restore() on lock
    failure (git-fixes).
  - drm/radeon: fix integer overflow in radeon_align_pitch()
    (git-fixes).
  - drm/amdgpu: fix integer overflow in amdgpu_gem_align_pitch()
    (git-fixes).
  - drm/tidss: Fix missing drm_bridge_add() call (git-fixes).
  - drm/tidss: Drop extra drm_mode_config_reset() call (git-fixes).
  - drm/rockchip: cdn-dp: add missing check in cdn_dp_config_video()
    (git-fixes).
  - Bluetooth: btmtksdio: fix infinite loop in btmtksdio_txrx_work()
    (git-fixes).
  - Bluetooth: vhci: validate devcoredump state before side effects
    (git-fixes).
  - Bluetooth: hci: validate codec capability element length
    (git-fixes).
  - Bluetooth: btusb: fix wakeup irq devres lifetime (git-fixes).
  - Bluetooth: btusb: fix wakeup source leak on probe failure
    (git-fixes).
  - Bluetooth: btusb: fix use-after-free on marvell probe failure
    (git-fixes).
  - Bluetooth: btusb: fix use-after-free on registration failure
    (git-fixes).
  - Bluetooth: eir: Fix stack OOB write when prepending the Flags AD
    (git-fixes).
  - batman-adv: bla: annotate lasttime access with READ/WRITE_ONCE
    (git-fixes).
  - batman-adv: tp_meter: add only finished tp_vars to lists
    (git-fixes).
  - batman-adv: tp_meter: handle seqno wrap-around for fast recovery
    detection (git-fixes).
  - batman-adv: tp_meter: fix fast recovery precondition
    (git-fixes).
  - batman-adv: tp_meter: avoid divide-by-zero for dec_cwnd
    (git-fixes).
  - batman-adv: tp_meter: avoid window underflow (git-fixes).
  - batman-adv: tp_meter: initialize dec_cwnd explicitly
    (git-fixes).
  - batman-adv: tp_meter: initialize dup_acks explicitly
    (git-fixes).
  - batman-adv: tp_meter: keep unacked list in ascending ordered
    (git-fixes).
  - commit 17b623a
  - KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12 (bsc#1267591, CVE-2026-46071).
  - commit 8d4d416

++++ systemd:

  - Import commit 260e668bfa1cbb2b3e854010e6d547671386e731 (bsc#1267647 bsc#1262305 bsc#1267644)

++++ python-tornado6:

  - CVE-2026-49853: authorization header forwarded across cross-origin
    redirects in SimpleAsyncHTTPClient (bsc#1268395)
  - CVE-2026-49854: out-of-bounds memory access via C extension (bsc#1268396)
  - CVE-2026-49855: AsyncHTTPClient accumulates decompressed chunks
    without size limit (gzip bomb) (bsc#1268397)
    Add patches:
    * CVE-2026-49853.patch
    * CVE-2026-49854.patch
    * CVE-2026-49855.patch

------------------------------------------------------------------
------------------  2026-6-17  -  Jun 17 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Refresh
    patches.suse/scsi-target-iscsi-validate-CHAP_R-length-before-base.patch.
  - commit dd26935
  - KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1 (bsc#1267365, CVE-2026-46076).
  - commit 4809e50
  - futex: Clear stale exiting pointer in futex_lock_pi() retry path
    (CVE-2026-31555 bsc#1263178).
  - commit bd7cbb0
  - KVM: arm64: PMU: Preserve AArch32 counter low bits (git-fixes).
  - commit 5901e22
  - KVM: arm64: vgic-its: Reject restored DTE with out-of-range
    num_eventid_bits (git-fixes).
  - commit 66e5da3
  - KVM: arm64: Guard against NULL vcpu on VHE hyp panic path
    (git-fixes).
  - commit f01d5d2
  - KVM: arm64: Wake-up from WFI when iqrchip is in userspace
    (git-fixes).
  - commit ef45687
  - KVM: arm64: Treat vCPU with pending SError as runnable
    (git-fixes).
  - commit 63eecf3
  - KVM: arm64: vgic: Fix IIDR revision field extracted from wrong
    value (git-fixes).
  - commit aa1b279
  - KVM: arm64: Discard PC update state on vcpu reset (git-fixes).
  - commit d16e788
  - KVM: SEV: Ignore Port I/O requests of length '0' (git-fixes).
  - commit 0709065
  - KVM: SEV: Ignore MMIO requests of length '0' (git-fixes).
  - commit 932a965
  - drm/amdkfd: validate SVM ioctl nattr against buffer size (bsc#1267381 CVE-2026-46197)
  - commit 55e1894

++++ kernel-rt:

  - Refresh
    patches.suse/scsi-target-iscsi-validate-CHAP_R-length-before-base.patch.
  - commit dd26935
  - KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1 (bsc#1267365, CVE-2026-46076).
  - commit 4809e50
  - futex: Clear stale exiting pointer in futex_lock_pi() retry path
    (CVE-2026-31555 bsc#1263178).
  - commit bd7cbb0
  - KVM: arm64: PMU: Preserve AArch32 counter low bits (git-fixes).
  - commit 5901e22
  - KVM: arm64: vgic-its: Reject restored DTE with out-of-range
    num_eventid_bits (git-fixes).
  - commit 66e5da3
  - KVM: arm64: Guard against NULL vcpu on VHE hyp panic path
    (git-fixes).
  - commit f01d5d2
  - KVM: arm64: Wake-up from WFI when iqrchip is in userspace
    (git-fixes).
  - commit ef45687
  - KVM: arm64: Treat vCPU with pending SError as runnable
    (git-fixes).
  - commit 63eecf3
  - KVM: arm64: vgic: Fix IIDR revision field extracted from wrong
    value (git-fixes).
  - commit aa1b279
  - KVM: arm64: Discard PC update state on vcpu reset (git-fixes).
  - commit d16e788
  - KVM: SEV: Ignore Port I/O requests of length '0' (git-fixes).
  - commit 0709065
  - KVM: SEV: Ignore MMIO requests of length '0' (git-fixes).
  - commit 932a965
  - drm/amdkfd: validate SVM ioctl nattr against buffer size (bsc#1267381 CVE-2026-46197)
  - commit 55e1894

++++ kernel-rt_debug:

  - Refresh
    patches.suse/scsi-target-iscsi-validate-CHAP_R-length-before-base.patch.
  - commit dd26935
  - KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1 (bsc#1267365, CVE-2026-46076).
  - commit 4809e50
  - futex: Clear stale exiting pointer in futex_lock_pi() retry path
    (CVE-2026-31555 bsc#1263178).
  - commit bd7cbb0
  - KVM: arm64: PMU: Preserve AArch32 counter low bits (git-fixes).
  - commit 5901e22
  - KVM: arm64: vgic-its: Reject restored DTE with out-of-range
    num_eventid_bits (git-fixes).
  - commit 66e5da3
  - KVM: arm64: Guard against NULL vcpu on VHE hyp panic path
    (git-fixes).
  - commit f01d5d2
  - KVM: arm64: Wake-up from WFI when iqrchip is in userspace
    (git-fixes).
  - commit ef45687
  - KVM: arm64: Treat vCPU with pending SError as runnable
    (git-fixes).
  - commit 63eecf3
  - KVM: arm64: vgic: Fix IIDR revision field extracted from wrong
    value (git-fixes).
  - commit aa1b279
  - KVM: arm64: Discard PC update state on vcpu reset (git-fixes).
  - commit d16e788
  - KVM: SEV: Ignore Port I/O requests of length '0' (git-fixes).
  - commit 0709065
  - KVM: SEV: Ignore MMIO requests of length '0' (git-fixes).
  - commit 932a965
  - drm/amdkfd: validate SVM ioctl nattr against buffer size (bsc#1267381 CVE-2026-46197)
  - commit 55e1894

------------------------------------------------------------------
------------------  2026-6-16  -  Jun 16 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ext4: convert inline data to extents when truncate exceeds inline size (CVE-2026-31452 bsc#1262620).
  - commit 2076b97
  - apparmor: fix invalid deref of rawdata when export_binary is unset (CVE-2026-45965 bsc#1267208).
  - commit f325213
  - libceph: Fix slab-out-of-bounds access in auth message processing (CVE-2026-46119 bsc#1267628).
  - commit 9f3128e
  - procfs: fix missing RCU protection when reading real_parent in do_task_stat() (CVE-2026-46259 bsc#1267685).
  - commit 6e9cb04
  - cifs: some missing initializations on replay (bsc#1267744
    CVE-2026-31693).
  - commit b3b9535
  - HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure (CVE-2026-43049 bsc#1264080)
  - commit 40b2786
  - bridge: br_nd_send: validate ND option lengths (CVE-2026-31752 bsc#1264045)
  - commit 31bc659
  - net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leak (CVE-2026-43035 bsc#1263996)
  - commit 155d3bd
  - drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure (CVE-2026-46229 bsc#1267567)
  - commit fb4ff0b
  - ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()
    (CVE-2026-46172 bsc#1266903).
  - openvswitch: cap upcall PID array size and pre-size vport
    replies (CVE-2026-45840 bsc#1266397).
  - ipv6: ioam: fix potential NULL dereferences in
    __ioam6_fill_trace_data() (CVE-2026-43101 bsc#1264239).
  - net: ipv6: flowlabel: defer exclusive option free until RCU
    teardown (CVE-2026-31680 bsc#1263563).
  - net: use skb_header_pointer() for TCPv4 GSO frag_off check
    (CVE-2026-43036 bsc#1263993).
  - commit 17a97e7
  - iommu/vt-d: Flush cache for PASID table before using it
    (CVE-2026-45862 bsc#1266705).
  - commit 6d37ad7
  - crypto: rng - Free default RNG on module exit (git-fixes).
  - hwrng: jh7110 - fix refcount leak in starfive_trng_read()
    (git-fixes).
  - crypto: cavium/cpt - fix DMA cleanup using wrong loop index
    (git-fixes).
  - crypto: marvell/octeontx - fix DMA cleanup using wrong loop
    index (git-fixes).
  - crypto: qat - validate RSA CRT component lengths (git-fixes).
  - crypto: pcrypt - restore callback for non-parallel fallback
    (git-fixes).
  - crypto: qat - protect service table iterations with service_lock
    (git-fixes).
  - crypto: hisilicon/qm - disable error report before flr
    (git-fixes).
  - X.509: Fix validation of ASN.1 certificate header (git-fixes).
  - crypto: ecc - Fix carry overflow in vli multiplication
    (git-fixes).
  - crypto: amlogic - avoid double cleanup in meson_crypto_probe()
    (git-fixes).
  - crypto: af_alg - Cap AEAD AD length to 0x80000000 (git-fixes).
  - crypto: ccp - Treat zero-length cert chain as query for blob
    lengths (git-fixes).
  - crypto: asymmetric_keys - fix OOB read in
    pefile_digest_pe_contents (git-fixes).
  - crypto: ecrdsa - fix unknown OID check in ecrdsa_param_curve
    (git-fixes).
  - crypto: atmel-sha204a - fix blocking and non-blocking rng logic
    (git-fixes).
  - crypto: drbg - Fix the fips_enabled priority boost (git-fixes).
  - crypto: drbg - Fix drbg_max_addtl() on 64-bit kernels
    (git-fixes).
  - crypto: drbg - Fix returning success on failure in CTR_DRBG
    (git-fixes).
  - crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-one
    (git-fixes).
  - fbdev: modedb: Fix misaligned fields in the 1920x1080-60 mode
    (git-fixes).
  - fbdev: sm501fb: Fix buffer errors in OF binding code
    (git-fixes).
  - fbdev: sm712: Fix operator precedence in big_swap macro
    (git-fixes).
  - fbdev: vesafb: fix memory leak in vesafb_probe() (git-fixes).
  - commit f4cdb00
  - fbdev: uvesafb: fix potential memory leak in uvesafb_probe()
    (git-fixes).
  - fbdev: tridentfb: fix potential memory leak in
    trident_pci_probe() (git-fixes).
  - fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()
    (git-fixes).
  - fbdev: s3fb: fix potential memory leak in s3_pci_probe()
    (git-fixes).
  - fbdev: nvidia: fix potential memory leak in nvidiafb_probe()
    (git-fixes).
  - fbdev: i740fb: fix potential memory leak in i740fb_probe()
    (git-fixes).
  - fbdev: radeon: fix potential memory leak in
    radeonfb_pci_register() (git-fixes).
  - fbdev: metronomefb: fix potential memory leak in
    metronomefb_probe() (git-fixes).
  - fbdev: broadsheetfb: fix potential memory leak in
    broadsheetfb_probe() (git-fixes).
  - fbdev: hecubafb: fix potential memory leak in hecubafb_probe()
    (git-fixes).
  - hwmon: (it87) Clamp negative values to zero in set_fan()
    (git-fixes).
  - watchdog: unregister PM notifier on watchdog unregister
    (git-fixes).
  - watchdog: apple: Add "apple,t8103-wdt" compatible (git-fixes).
  - watchdog: sprd_wdt: Remove redundant sprd_wdt_disable() on
    register failure (git-fixes).
  - watchdog: sp5100_tco: Use EFCH MMIO for newer Hygon FCH
    (git-fixes).
  - spi: xilinx: use FIFO occupancy register to determine buffer
    size (git-fixes).
  - spi: meson-spifc: fix runtime PM leak on remove (git-fixes).
  - spi: ep93xx: fix double-free of zeropage on DMA setup failure
    (git-fixes).
  - spi: fsl-lpspi: terminate the RX channel on TX prepare failure
    path (git-fixes).
  - spi: fsl-lpspi: replace dmaengine_terminate_all() with
    dmaengine_terminate_sync() (git-fixes).
  - spi: at91-usart: drop dead runtime pm support (git-fixes).
  - i2c: core: fix irq domain leak on adapter registration failure
    (git-fixes).
  - firmware_loader: Fix recursive lock in device_cache_fw_images()
    (git-fixes).
  - firmware_loader: fix device reference leak in
    firmware_upload_register() (git-fixes).
  - driver core: reject devices with unregistered buses (git-fixes).
  - driver core: use READ_ONCE() for dev->driver in
    dev_has_sync_state() (git-fixes).
  - PM: sleep: Use complete() in device_pm_sleep_init() (git-fixes).
  - thermal: hwmon: Fix critical temperature attribute removal
    (git-fixes).
  - ACPI: CPPC: Suppress UBSAN warning caused by field misuse
    (git-fixes).
  - ACPI: IPMI: Fix message kref handling on dead device
    (git-fixes).
  - ACPI: NFIT: core: Fix possible NULL pointer dereference
    (git-fixes).
  - commit a9dcc0a

++++ kernel-rt:

  - ext4: convert inline data to extents when truncate exceeds inline size (CVE-2026-31452 bsc#1262620).
  - commit 2076b97
  - apparmor: fix invalid deref of rawdata when export_binary is unset (CVE-2026-45965 bsc#1267208).
  - commit f325213
  - libceph: Fix slab-out-of-bounds access in auth message processing (CVE-2026-46119 bsc#1267628).
  - commit 9f3128e
  - procfs: fix missing RCU protection when reading real_parent in do_task_stat() (CVE-2026-46259 bsc#1267685).
  - commit 6e9cb04
  - cifs: some missing initializations on replay (bsc#1267744
    CVE-2026-31693).
  - commit b3b9535
  - HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure (CVE-2026-43049 bsc#1264080)
  - commit 40b2786
  - bridge: br_nd_send: validate ND option lengths (CVE-2026-31752 bsc#1264045)
  - commit 31bc659
  - net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leak (CVE-2026-43035 bsc#1263996)
  - commit 155d3bd
  - drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure (CVE-2026-46229 bsc#1267567)
  - commit fb4ff0b
  - ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()
    (CVE-2026-46172 bsc#1266903).
  - openvswitch: cap upcall PID array size and pre-size vport
    replies (CVE-2026-45840 bsc#1266397).
  - ipv6: ioam: fix potential NULL dereferences in
    __ioam6_fill_trace_data() (CVE-2026-43101 bsc#1264239).
  - net: ipv6: flowlabel: defer exclusive option free until RCU
    teardown (CVE-2026-31680 bsc#1263563).
  - net: use skb_header_pointer() for TCPv4 GSO frag_off check
    (CVE-2026-43036 bsc#1263993).
  - commit 17a97e7
  - iommu/vt-d: Flush cache for PASID table before using it
    (CVE-2026-45862 bsc#1266705).
  - commit 6d37ad7
  - crypto: rng - Free default RNG on module exit (git-fixes).
  - hwrng: jh7110 - fix refcount leak in starfive_trng_read()
    (git-fixes).
  - crypto: cavium/cpt - fix DMA cleanup using wrong loop index
    (git-fixes).
  - crypto: marvell/octeontx - fix DMA cleanup using wrong loop
    index (git-fixes).
  - crypto: qat - validate RSA CRT component lengths (git-fixes).
  - crypto: pcrypt - restore callback for non-parallel fallback
    (git-fixes).
  - crypto: qat - protect service table iterations with service_lock
    (git-fixes).
  - crypto: hisilicon/qm - disable error report before flr
    (git-fixes).
  - X.509: Fix validation of ASN.1 certificate header (git-fixes).
  - crypto: ecc - Fix carry overflow in vli multiplication
    (git-fixes).
  - crypto: amlogic - avoid double cleanup in meson_crypto_probe()
    (git-fixes).
  - crypto: af_alg - Cap AEAD AD length to 0x80000000 (git-fixes).
  - crypto: ccp - Treat zero-length cert chain as query for blob
    lengths (git-fixes).
  - crypto: asymmetric_keys - fix OOB read in
    pefile_digest_pe_contents (git-fixes).
  - crypto: ecrdsa - fix unknown OID check in ecrdsa_param_curve
    (git-fixes).
  - crypto: atmel-sha204a - fix blocking and non-blocking rng logic
    (git-fixes).
  - crypto: drbg - Fix the fips_enabled priority boost (git-fixes).
  - crypto: drbg - Fix drbg_max_addtl() on 64-bit kernels
    (git-fixes).
  - crypto: drbg - Fix returning success on failure in CTR_DRBG
    (git-fixes).
  - crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-one
    (git-fixes).
  - fbdev: modedb: Fix misaligned fields in the 1920x1080-60 mode
    (git-fixes).
  - fbdev: sm501fb: Fix buffer errors in OF binding code
    (git-fixes).
  - fbdev: sm712: Fix operator precedence in big_swap macro
    (git-fixes).
  - fbdev: vesafb: fix memory leak in vesafb_probe() (git-fixes).
  - commit f4cdb00
  - fbdev: uvesafb: fix potential memory leak in uvesafb_probe()
    (git-fixes).
  - fbdev: tridentfb: fix potential memory leak in
    trident_pci_probe() (git-fixes).
  - fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()
    (git-fixes).
  - fbdev: s3fb: fix potential memory leak in s3_pci_probe()
    (git-fixes).
  - fbdev: nvidia: fix potential memory leak in nvidiafb_probe()
    (git-fixes).
  - fbdev: i740fb: fix potential memory leak in i740fb_probe()
    (git-fixes).
  - fbdev: radeon: fix potential memory leak in
    radeonfb_pci_register() (git-fixes).
  - fbdev: metronomefb: fix potential memory leak in
    metronomefb_probe() (git-fixes).
  - fbdev: broadsheetfb: fix potential memory leak in
    broadsheetfb_probe() (git-fixes).
  - fbdev: hecubafb: fix potential memory leak in hecubafb_probe()
    (git-fixes).
  - hwmon: (it87) Clamp negative values to zero in set_fan()
    (git-fixes).
  - watchdog: unregister PM notifier on watchdog unregister
    (git-fixes).
  - watchdog: apple: Add "apple,t8103-wdt" compatible (git-fixes).
  - watchdog: sprd_wdt: Remove redundant sprd_wdt_disable() on
    register failure (git-fixes).
  - watchdog: sp5100_tco: Use EFCH MMIO for newer Hygon FCH
    (git-fixes).
  - spi: xilinx: use FIFO occupancy register to determine buffer
    size (git-fixes).
  - spi: meson-spifc: fix runtime PM leak on remove (git-fixes).
  - spi: ep93xx: fix double-free of zeropage on DMA setup failure
    (git-fixes).
  - spi: fsl-lpspi: terminate the RX channel on TX prepare failure
    path (git-fixes).
  - spi: fsl-lpspi: replace dmaengine_terminate_all() with
    dmaengine_terminate_sync() (git-fixes).
  - spi: at91-usart: drop dead runtime pm support (git-fixes).
  - i2c: core: fix irq domain leak on adapter registration failure
    (git-fixes).
  - firmware_loader: Fix recursive lock in device_cache_fw_images()
    (git-fixes).
  - firmware_loader: fix device reference leak in
    firmware_upload_register() (git-fixes).
  - driver core: reject devices with unregistered buses (git-fixes).
  - driver core: use READ_ONCE() for dev->driver in
    dev_has_sync_state() (git-fixes).
  - PM: sleep: Use complete() in device_pm_sleep_init() (git-fixes).
  - thermal: hwmon: Fix critical temperature attribute removal
    (git-fixes).
  - ACPI: CPPC: Suppress UBSAN warning caused by field misuse
    (git-fixes).
  - ACPI: IPMI: Fix message kref handling on dead device
    (git-fixes).
  - ACPI: NFIT: core: Fix possible NULL pointer dereference
    (git-fixes).
  - commit a9dcc0a

++++ kernel-rt_debug:

  - ext4: convert inline data to extents when truncate exceeds inline size (CVE-2026-31452 bsc#1262620).
  - commit 2076b97
  - apparmor: fix invalid deref of rawdata when export_binary is unset (CVE-2026-45965 bsc#1267208).
  - commit f325213
  - libceph: Fix slab-out-of-bounds access in auth message processing (CVE-2026-46119 bsc#1267628).
  - commit 9f3128e
  - procfs: fix missing RCU protection when reading real_parent in do_task_stat() (CVE-2026-46259 bsc#1267685).
  - commit 6e9cb04
  - cifs: some missing initializations on replay (bsc#1267744
    CVE-2026-31693).
  - commit b3b9535
  - HID: logitech-hidpp: Prevent use-after-free on force feedback initialisation failure (CVE-2026-43049 bsc#1264080)
  - commit 40b2786
  - bridge: br_nd_send: validate ND option lengths (CVE-2026-31752 bsc#1264045)
  - commit 31bc659
  - net: sched: cls_api: fix tc_chain_fill_node to initialize tcm_info to zero to prevent an info-leak (CVE-2026-43035 bsc#1263996)
  - commit 155d3bd
  - drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure (CVE-2026-46229 bsc#1267567)
  - commit fb4ff0b
  - ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()
    (CVE-2026-46172 bsc#1266903).
  - openvswitch: cap upcall PID array size and pre-size vport
    replies (CVE-2026-45840 bsc#1266397).
  - ipv6: ioam: fix potential NULL dereferences in
    __ioam6_fill_trace_data() (CVE-2026-43101 bsc#1264239).
  - net: ipv6: flowlabel: defer exclusive option free until RCU
    teardown (CVE-2026-31680 bsc#1263563).
  - net: use skb_header_pointer() for TCPv4 GSO frag_off check
    (CVE-2026-43036 bsc#1263993).
  - commit 17a97e7
  - iommu/vt-d: Flush cache for PASID table before using it
    (CVE-2026-45862 bsc#1266705).
  - commit 6d37ad7
  - crypto: rng - Free default RNG on module exit (git-fixes).
  - hwrng: jh7110 - fix refcount leak in starfive_trng_read()
    (git-fixes).
  - crypto: cavium/cpt - fix DMA cleanup using wrong loop index
    (git-fixes).
  - crypto: marvell/octeontx - fix DMA cleanup using wrong loop
    index (git-fixes).
  - crypto: qat - validate RSA CRT component lengths (git-fixes).
  - crypto: pcrypt - restore callback for non-parallel fallback
    (git-fixes).
  - crypto: qat - protect service table iterations with service_lock
    (git-fixes).
  - crypto: hisilicon/qm - disable error report before flr
    (git-fixes).
  - X.509: Fix validation of ASN.1 certificate header (git-fixes).
  - crypto: ecc - Fix carry overflow in vli multiplication
    (git-fixes).
  - crypto: amlogic - avoid double cleanup in meson_crypto_probe()
    (git-fixes).
  - crypto: af_alg - Cap AEAD AD length to 0x80000000 (git-fixes).
  - crypto: ccp - Treat zero-length cert chain as query for blob
    lengths (git-fixes).
  - crypto: asymmetric_keys - fix OOB read in
    pefile_digest_pe_contents (git-fixes).
  - crypto: ecrdsa - fix unknown OID check in ecrdsa_param_curve
    (git-fixes).
  - crypto: atmel-sha204a - fix blocking and non-blocking rng logic
    (git-fixes).
  - crypto: drbg - Fix the fips_enabled priority boost (git-fixes).
  - crypto: drbg - Fix drbg_max_addtl() on 64-bit kernels
    (git-fixes).
  - crypto: drbg - Fix returning success on failure in CTR_DRBG
    (git-fixes).
  - crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-one
    (git-fixes).
  - fbdev: modedb: Fix misaligned fields in the 1920x1080-60 mode
    (git-fixes).
  - fbdev: sm501fb: Fix buffer errors in OF binding code
    (git-fixes).
  - fbdev: sm712: Fix operator precedence in big_swap macro
    (git-fixes).
  - fbdev: vesafb: fix memory leak in vesafb_probe() (git-fixes).
  - commit f4cdb00
  - fbdev: uvesafb: fix potential memory leak in uvesafb_probe()
    (git-fixes).
  - fbdev: tridentfb: fix potential memory leak in
    trident_pci_probe() (git-fixes).
  - fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()
    (git-fixes).
  - fbdev: s3fb: fix potential memory leak in s3_pci_probe()
    (git-fixes).
  - fbdev: nvidia: fix potential memory leak in nvidiafb_probe()
    (git-fixes).
  - fbdev: i740fb: fix potential memory leak in i740fb_probe()
    (git-fixes).
  - fbdev: radeon: fix potential memory leak in
    radeonfb_pci_register() (git-fixes).
  - fbdev: metronomefb: fix potential memory leak in
    metronomefb_probe() (git-fixes).
  - fbdev: broadsheetfb: fix potential memory leak in
    broadsheetfb_probe() (git-fixes).
  - fbdev: hecubafb: fix potential memory leak in hecubafb_probe()
    (git-fixes).
  - hwmon: (it87) Clamp negative values to zero in set_fan()
    (git-fixes).
  - watchdog: unregister PM notifier on watchdog unregister
    (git-fixes).
  - watchdog: apple: Add "apple,t8103-wdt" compatible (git-fixes).
  - watchdog: sprd_wdt: Remove redundant sprd_wdt_disable() on
    register failure (git-fixes).
  - watchdog: sp5100_tco: Use EFCH MMIO for newer Hygon FCH
    (git-fixes).
  - spi: xilinx: use FIFO occupancy register to determine buffer
    size (git-fixes).
  - spi: meson-spifc: fix runtime PM leak on remove (git-fixes).
  - spi: ep93xx: fix double-free of zeropage on DMA setup failure
    (git-fixes).
  - spi: fsl-lpspi: terminate the RX channel on TX prepare failure
    path (git-fixes).
  - spi: fsl-lpspi: replace dmaengine_terminate_all() with
    dmaengine_terminate_sync() (git-fixes).
  - spi: at91-usart: drop dead runtime pm support (git-fixes).
  - i2c: core: fix irq domain leak on adapter registration failure
    (git-fixes).
  - firmware_loader: Fix recursive lock in device_cache_fw_images()
    (git-fixes).
  - firmware_loader: fix device reference leak in
    firmware_upload_register() (git-fixes).
  - driver core: reject devices with unregistered buses (git-fixes).
  - driver core: use READ_ONCE() for dev->driver in
    dev_has_sync_state() (git-fixes).
  - PM: sleep: Use complete() in device_pm_sleep_init() (git-fixes).
  - thermal: hwmon: Fix critical temperature attribute removal
    (git-fixes).
  - ACPI: CPPC: Suppress UBSAN warning caused by field misuse
    (git-fixes).
  - ACPI: IPMI: Fix message kref handling on dead device
    (git-fixes).
  - ACPI: NFIT: core: Fix possible NULL pointer dereference
    (git-fixes).
  - commit a9dcc0a

++++ libarchive:

  - Fix CVE-2026-4424, 257-byte heap memory leak when processing a 170-byte RAR3
    (CVE-2026-4424, bsc#1259928)
    * CVE-2026-4424.patch
  - Fix CVE-2026-4426, undefined behavior due to unvalidated operand in shift expression of the zisofs decompression code 3.8.1 in function apply_substitution in file tar/subst.c
    (CVE-2026-4426, bsc#1259931)
    * CVE-2026-4426.patch
  - Fix CVE-2026-4111, logical deadlock the RAR5 filter subsystem and the half-window output limiter leads to infinite loop and DoS
    (CVE-2026-4111, bsc#1259635)
    * CVE-2026-4111.patch
  - Fix CVE-2026-5121, missing validation check for pz_log2_bs can a heap buffer overflow write
    (CVE-2026-5121, bsc#1261186)
    * CVE-2026-5121.patch
  - Fix CVE-2025-60753, An issue was discovered in libarchive bsdtar before version 3.8.1 in function apply_substitution in file tar/subst.c when processing crafted -s substitution rules
    (CVE-2025-60753, bsc#1253088)
    * CVE-2025-60753.patch

++++ pam:

  - Fix password comparison timing leak from pam_userdb
    [CVE-2026-54411], [bsc#1268290]
    * pam_userdb-fix-password-comparison-timing-leak.patch

------------------------------------------------------------------
------------------  2026-6-15  -  Jun 15 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bnxt_en: Fix NULL pointer dereference (bsc#1268307).
  - commit 7ae93a3
  - netfilter: nf_conntrack_expect: use expect->helper
    (CVE-2026-31414 bsc#1262085).
  - Refresh
    patches.suse/netfilter-ctnetlink-ignore-explicit-helper-on-new-expectat.patch.
  - commit 99ec017
  - KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock (CVE-2026-31592 bsc#1263123)
  - commit a27f5df
  - kABI: netfilter: nft_ct: fix use-after-free in timeout object
    destroy (bsc#1263137 CVE-2026-31665).
  - commit 852b745
  - netfilter: nft_ct: fix use-after-free in timeout object destroy
    (CVE-2026-31665 bsc#1263137).
  - commit 6829bf4
  - Bluetooth: hci_event: move wake reason storage into validated
    event handlers (CVE-2026-31771 bsc#1264145).
  - commit 67a2e31
  - xprtrdma: Decrement re_receiving on the early exit paths (CVE-2026-43469 bsc#1265143).
  - commit f6ecb8c
  - crypto: ccp: Don't attempt to copy ID to userspace if PSP
    command failed (bsc#1264116 CVE-2026-31697).
  - crypto: ccp: Don't attempt to copy PDH cert to userspace if
    PSP command failed (bsc#1263880 CVE-2026-31698).
  - crypto: ccp: Don't attempt to copy CSR to userspace if PSP
    command failed (bsc#1263879 CVE-2026-31699).
  - commit cec78a2
  - KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages
    parameter (git-fixes).
  - commit c1a8431
  - KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to
    guest mode (git-fixes).
  - commit 504cc97
  - KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
    (git-fixes).
  - commit 8e02e91
  - KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
    (git-fixes).
  - commit 233e411
  - KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
    (git-fixes).
  - commit 11a6b9c
  - KVM: SVM: Don't set GIF when clearing EFER.SVME (git-fixes).
  - commit e8d7f01
  - KVM: SVM: Flush the current TLB when transitioning from xAVIC =>
    x2AVIC (git-fixes).
  - commit 92eed6c
  - KVM: SVM: check validity of VMCB controls when returning from
    SMM (git-fixes).
  - commit 9ab2ff1
  - add bugnumber to existing mana_ib change (bsc#1267682)
  - Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMs (git-fixes).
  - hyperv: Clean up and fix the guest ID comment in hvgdk.h (git-fixes).
  - hv: utils: handle and propagate errors in kvp_register (git-fixes).
  - net: mana: Add ethtool counters for RX CQEs in coalesced type (bsc#1261256).
  - net: mana: Add support for RX CQE Coalescing (bsc#1261256).
  - net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS (bsc#1261256).
  - ethtool: provide customized dim profile management (bsc#1261256).
  - linux/dim: move useful macros to .h file (bsc#1261256).
  - commit 71b9923
  - RDMA/irdma: Initialize free_qp completion before using it (CVE-2026-31492 bsc#1262748)
  - commit 992fcda

++++ kernel-rt:

  - bnxt_en: Fix NULL pointer dereference (bsc#1268307).
  - commit 7ae93a3
  - netfilter: nf_conntrack_expect: use expect->helper
    (CVE-2026-31414 bsc#1262085).
  - Refresh
    patches.suse/netfilter-ctnetlink-ignore-explicit-helper-on-new-expectat.patch.
  - commit 99ec017
  - KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock (CVE-2026-31592 bsc#1263123)
  - commit a27f5df
  - kABI: netfilter: nft_ct: fix use-after-free in timeout object
    destroy (bsc#1263137 CVE-2026-31665).
  - commit 852b745
  - netfilter: nft_ct: fix use-after-free in timeout object destroy
    (CVE-2026-31665 bsc#1263137).
  - commit 6829bf4
  - Bluetooth: hci_event: move wake reason storage into validated
    event handlers (CVE-2026-31771 bsc#1264145).
  - commit 67a2e31
  - xprtrdma: Decrement re_receiving on the early exit paths (CVE-2026-43469 bsc#1265143).
  - commit f6ecb8c
  - crypto: ccp: Don't attempt to copy ID to userspace if PSP
    command failed (bsc#1264116 CVE-2026-31697).
  - crypto: ccp: Don't attempt to copy PDH cert to userspace if
    PSP command failed (bsc#1263880 CVE-2026-31698).
  - crypto: ccp: Don't attempt to copy CSR to userspace if PSP
    command failed (bsc#1263879 CVE-2026-31699).
  - commit cec78a2
  - KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages
    parameter (git-fixes).
  - commit c1a8431
  - KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to
    guest mode (git-fixes).
  - commit 504cc97
  - KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
    (git-fixes).
  - commit 8e02e91
  - KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
    (git-fixes).
  - commit 233e411
  - KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
    (git-fixes).
  - commit 11a6b9c
  - KVM: SVM: Don't set GIF when clearing EFER.SVME (git-fixes).
  - commit e8d7f01
  - KVM: SVM: Flush the current TLB when transitioning from xAVIC =>
    x2AVIC (git-fixes).
  - commit 92eed6c
  - KVM: SVM: check validity of VMCB controls when returning from
    SMM (git-fixes).
  - commit 9ab2ff1
  - add bugnumber to existing mana_ib change (bsc#1267682)
  - Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMs (git-fixes).
  - hyperv: Clean up and fix the guest ID comment in hvgdk.h (git-fixes).
  - hv: utils: handle and propagate errors in kvp_register (git-fixes).
  - net: mana: Add ethtool counters for RX CQEs in coalesced type (bsc#1261256).
  - net: mana: Add support for RX CQE Coalescing (bsc#1261256).
  - net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS (bsc#1261256).
  - ethtool: provide customized dim profile management (bsc#1261256).
  - linux/dim: move useful macros to .h file (bsc#1261256).
  - commit 71b9923
  - RDMA/irdma: Initialize free_qp completion before using it (CVE-2026-31492 bsc#1262748)
  - commit 992fcda

++++ kernel-rt_debug:

  - bnxt_en: Fix NULL pointer dereference (bsc#1268307).
  - commit 7ae93a3
  - netfilter: nf_conntrack_expect: use expect->helper
    (CVE-2026-31414 bsc#1262085).
  - Refresh
    patches.suse/netfilter-ctnetlink-ignore-explicit-helper-on-new-expectat.patch.
  - commit 99ec017
  - KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock (CVE-2026-31592 bsc#1263123)
  - commit a27f5df
  - kABI: netfilter: nft_ct: fix use-after-free in timeout object
    destroy (bsc#1263137 CVE-2026-31665).
  - commit 852b745
  - netfilter: nft_ct: fix use-after-free in timeout object destroy
    (CVE-2026-31665 bsc#1263137).
  - commit 6829bf4
  - Bluetooth: hci_event: move wake reason storage into validated
    event handlers (CVE-2026-31771 bsc#1264145).
  - commit 67a2e31
  - xprtrdma: Decrement re_receiving on the early exit paths (CVE-2026-43469 bsc#1265143).
  - commit f6ecb8c
  - crypto: ccp: Don't attempt to copy ID to userspace if PSP
    command failed (bsc#1264116 CVE-2026-31697).
  - crypto: ccp: Don't attempt to copy PDH cert to userspace if
    PSP command failed (bsc#1263880 CVE-2026-31698).
  - crypto: ccp: Don't attempt to copy CSR to userspace if PSP
    command failed (bsc#1263879 CVE-2026-31699).
  - commit cec78a2
  - KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages
    parameter (git-fixes).
  - commit c1a8431
  - KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to
    guest mode (git-fixes).
  - commit 504cc97
  - KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
    (git-fixes).
  - commit 8e02e91
  - KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulation
    (git-fixes).
  - commit 233e411
  - KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
    (git-fixes).
  - commit 11a6b9c
  - KVM: SVM: Don't set GIF when clearing EFER.SVME (git-fixes).
  - commit e8d7f01
  - KVM: SVM: Flush the current TLB when transitioning from xAVIC =>
    x2AVIC (git-fixes).
  - commit 92eed6c
  - KVM: SVM: check validity of VMCB controls when returning from
    SMM (git-fixes).
  - commit 9ab2ff1
  - add bugnumber to existing mana_ib change (bsc#1267682)
  - Drivers: hv: vmbus: Improve the logic of reserving fb_mmio on Gen2 VMs (git-fixes).
  - hyperv: Clean up and fix the guest ID comment in hvgdk.h (git-fixes).
  - hv: utils: handle and propagate errors in kvp_register (git-fixes).
  - net: mana: Add ethtool counters for RX CQEs in coalesced type (bsc#1261256).
  - net: mana: Add support for RX CQE Coalescing (bsc#1261256).
  - net: ethtool: add ethtool COALESCE_RX_CQE_FRAMES/NSECS (bsc#1261256).
  - ethtool: provide customized dim profile management (bsc#1261256).
  - linux/dim: move useful macros to .h file (bsc#1261256).
  - commit 71b9923
  - RDMA/irdma: Initialize free_qp completion before using it (CVE-2026-31492 bsc#1262748)
  - commit 992fcda

++++ sg3_utils:

  - Update to version 1.48~20221101+2.5a7572d6:
    * sg_inq: --export output conformance for SCSI name string and ATA fields
    (bsc#1267823)

++++ suseconnect-ng:

  - Update version to 1.23.0:
  - Use product identifier for product migrations. (bsc#1268596)
  - Switch to using go1.26-openssl as the default Go version to
    install to support building the package (jsc#SCC-843 bsc#1268900).
  - Fix flag parsing so that unknown flags or options are flagged as an
    error and the usage message is displayed. (bsc#1159776)
  - InstallReleasePackage interactive/noninteractive handling should
    be consistent with DistUpgrade (bsc#1267478).
  - Add new optional rpm_packages collector, disabled by default, to
    collect list of installed SUSE vendored RPM packages. (jsc#TEL-298)
  - Allow deregsiter when subscribed regcode has expired (bsc#1270392
    jsc#865)

------------------------------------------------------------------
------------------  2026-6-14  -  Jun 14 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: tegra: Fix NOIRQ suspend/resume (git-fixes).
  - i2c: qcom-cci: Fix NULL pointer dereference in cci_remove()
    (git-fixes).
  - i2c: stm32f7: fix timing computation ignoring i2c-analog-filter
    (git-fixes).
  - commit 1fefba4

++++ kernel-rt:

  - i2c: tegra: Fix NOIRQ suspend/resume (git-fixes).
  - i2c: qcom-cci: Fix NULL pointer dereference in cci_remove()
    (git-fixes).
  - i2c: stm32f7: fix timing computation ignoring i2c-analog-filter
    (git-fixes).
  - commit 1fefba4

++++ kernel-rt_debug:

  - i2c: tegra: Fix NOIRQ suspend/resume (git-fixes).
  - i2c: qcom-cci: Fix NULL pointer dereference in cci_remove()
    (git-fixes).
  - i2c: stm32f7: fix timing computation ignoring i2c-analog-filter
    (git-fixes).
  - commit 1fefba4

------------------------------------------------------------------
------------------  2026-6-13  -  Jun 13 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/vc4: fix krealloc() memory leak (git-fixes).
  - drm/virtio: Fix driver removal with disabled KMS (git-fixes).
  - drm/virtio: fix dma_fence refcount leak on error in
    virtio_gpu_dma_fence_wait() (git-fixes).
  - drm/i915/gem: Fix phys BO pread/pwrite with offset (git-fixes).
  - USB: serial: kl5kusb105: fix bulk-out buffer overflow
    (git-fixes).
  - USB: serial: io_ti: fix heap overflow in build_i2c_fw_hdr()
    (git-fixes).
  - USB: serial: io_ti: fix heap overflow in get_manuf_info()
    (git-fixes).
  - thunderbolt: Limit XDomain response copy to actual frame size
    (git-fixes).
  - thunderbolt: Validate XDomain request packet size before type
    cast (git-fixes).
  - thunderbolt: Clamp XDomain response data copy to allocation size
    (git-fixes).
  - thunderbolt: Bound root directory content to block size
    (git-fixes).
  - thunderbolt: Reject zero-length property entries in validator
    (git-fixes).
  - misc: fastrpc: fix use-after-free race in fastrpc_map_create
    (git-fixes).
  - misc: fastrpc: Fix NULL pointer dereference in rpmsg callback
    (git-fixes).
  - misc: fastrpc: fix DMA address corruption due to find_vma misuse
    (git-fixes).
  - misc: fastrpc: fix use-after-free of fastrpc_user in workqueue
    context (git-fixes).
  - slimbus: qcom-ngd-ctrl: fix OF node refcount (git-fixes).
  - ASoC: wm_adsp: Fix NULL dereference when removing firmware
    controls (git-fixes).
  - commit ac4853c

++++ kernel-rt:

  - drm/vc4: fix krealloc() memory leak (git-fixes).
  - drm/virtio: Fix driver removal with disabled KMS (git-fixes).
  - drm/virtio: fix dma_fence refcount leak on error in
    virtio_gpu_dma_fence_wait() (git-fixes).
  - drm/i915/gem: Fix phys BO pread/pwrite with offset (git-fixes).
  - USB: serial: kl5kusb105: fix bulk-out buffer overflow
    (git-fixes).
  - USB: serial: io_ti: fix heap overflow in build_i2c_fw_hdr()
    (git-fixes).
  - USB: serial: io_ti: fix heap overflow in get_manuf_info()
    (git-fixes).
  - thunderbolt: Limit XDomain response copy to actual frame size
    (git-fixes).
  - thunderbolt: Validate XDomain request packet size before type
    cast (git-fixes).
  - thunderbolt: Clamp XDomain response data copy to allocation size
    (git-fixes).
  - thunderbolt: Bound root directory content to block size
    (git-fixes).
  - thunderbolt: Reject zero-length property entries in validator
    (git-fixes).
  - misc: fastrpc: fix use-after-free race in fastrpc_map_create
    (git-fixes).
  - misc: fastrpc: Fix NULL pointer dereference in rpmsg callback
    (git-fixes).
  - misc: fastrpc: fix DMA address corruption due to find_vma misuse
    (git-fixes).
  - misc: fastrpc: fix use-after-free of fastrpc_user in workqueue
    context (git-fixes).
  - slimbus: qcom-ngd-ctrl: fix OF node refcount (git-fixes).
  - ASoC: wm_adsp: Fix NULL dereference when removing firmware
    controls (git-fixes).
  - commit ac4853c

++++ kernel-rt_debug:

  - drm/vc4: fix krealloc() memory leak (git-fixes).
  - drm/virtio: Fix driver removal with disabled KMS (git-fixes).
  - drm/virtio: fix dma_fence refcount leak on error in
    virtio_gpu_dma_fence_wait() (git-fixes).
  - drm/i915/gem: Fix phys BO pread/pwrite with offset (git-fixes).
  - USB: serial: kl5kusb105: fix bulk-out buffer overflow
    (git-fixes).
  - USB: serial: io_ti: fix heap overflow in build_i2c_fw_hdr()
    (git-fixes).
  - USB: serial: io_ti: fix heap overflow in get_manuf_info()
    (git-fixes).
  - thunderbolt: Limit XDomain response copy to actual frame size
    (git-fixes).
  - thunderbolt: Validate XDomain request packet size before type
    cast (git-fixes).
  - thunderbolt: Clamp XDomain response data copy to allocation size
    (git-fixes).
  - thunderbolt: Bound root directory content to block size
    (git-fixes).
  - thunderbolt: Reject zero-length property entries in validator
    (git-fixes).
  - misc: fastrpc: fix use-after-free race in fastrpc_map_create
    (git-fixes).
  - misc: fastrpc: Fix NULL pointer dereference in rpmsg callback
    (git-fixes).
  - misc: fastrpc: fix DMA address corruption due to find_vma misuse
    (git-fixes).
  - misc: fastrpc: fix use-after-free of fastrpc_user in workqueue
    context (git-fixes).
  - slimbus: qcom-ngd-ctrl: fix OF node refcount (git-fixes).
  - ASoC: wm_adsp: Fix NULL dereference when removing firmware
    controls (git-fixes).
  - commit ac4853c

------------------------------------------------------------------
------------------  2026-6-12  -  Jun 12 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - gpio: mvebu: fix NULL pointer dereference in suspend/resume
    (git-fixes).
  - commit c9de88e
  - xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete (CVE-2026-46116 bsc#1267369)
  - commit b3f5572
  - crypto: algif_aead - Fix minimum RX size check for decryption
    (CVE-2026-43077 bsc#1264470).
  - commit a2c5d8a
  - Input: alps - fix use-after-free bugs caused by
    dev3_register_work (git-fixes CVE-2025-68822 bsc#1256668).
  - commit aadcd5f
  - ibmveth: Disable GSO for packets with small MSS (CVE-2026-46273
    bsc#1267651 bsc#1265211).
  - commit 0ebaf44
  - fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
    (bsc#1264437 CVE-2026-43112).
  - commit 9c7b554
  - smb: client: prevent races in ->query_interfaces() (bsc#1264444
    CVE-2026-43239).
  - commit 6565bdf

++++ kernel-rt:

  - gpio: mvebu: fix NULL pointer dereference in suspend/resume
    (git-fixes).
  - commit c9de88e
  - xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete (CVE-2026-46116 bsc#1267369)
  - commit b3f5572
  - crypto: algif_aead - Fix minimum RX size check for decryption
    (CVE-2026-43077 bsc#1264470).
  - commit a2c5d8a
  - Input: alps - fix use-after-free bugs caused by
    dev3_register_work (git-fixes CVE-2025-68822 bsc#1256668).
  - commit aadcd5f
  - ibmveth: Disable GSO for packets with small MSS (CVE-2026-46273
    bsc#1267651 bsc#1265211).
  - commit 0ebaf44
  - fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
    (bsc#1264437 CVE-2026-43112).
  - commit 9c7b554
  - smb: client: prevent races in ->query_interfaces() (bsc#1264444
    CVE-2026-43239).
  - commit 6565bdf

++++ kernel-rt_debug:

  - gpio: mvebu: fix NULL pointer dereference in suspend/resume
    (git-fixes).
  - commit c9de88e
  - xfrm: defensively unhash xfrm_state lists in __xfrm_state_delete (CVE-2026-46116 bsc#1267369)
  - commit b3f5572
  - crypto: algif_aead - Fix minimum RX size check for decryption
    (CVE-2026-43077 bsc#1264470).
  - commit a2c5d8a
  - Input: alps - fix use-after-free bugs caused by
    dev3_register_work (git-fixes CVE-2025-68822 bsc#1256668).
  - commit aadcd5f
  - ibmveth: Disable GSO for packets with small MSS (CVE-2026-46273
    bsc#1267651 bsc#1265211).
  - commit 0ebaf44
  - fs/smb/client: fix out-of-bounds read in cifs_sanitize_prepath
    (bsc#1264437 CVE-2026-43112).
  - commit 9c7b554
  - smb: client: prevent races in ->query_interfaces() (bsc#1264444
    CVE-2026-43239).
  - commit 6565bdf

++++ python-PyJWT:

  - CVE-2026-48526: JWK JSON accepted as HMAC secret (algorithm confusion)
    (bsc#1266802)
  - CVE-2026-48523: Algorithm allow-list bypass with PyJWK / PyJWKClient
    (bsc#1266799)
  - CVE-2026-48525: DoS via base64 decode of unused payload segment when b64=false
    (bsc#1266801)
  - CVE-2026-48522: PyJWKClient accepts non-HTTP(S) URIs (bsc#1266798)
  - CVE-2026-48524: PyJWKClient cache wiped on fetch error (bsc#1266800)
  - added security-fixes.patch to fix above vulnerabilities

++++ zypper:

  - Transactional systems: Delegate rw-commands to
    transactional-wrapper if available (jsc#PED-13680, jsc#PED-15607)
    On a transactional system where the root filesystem is mounted
    read-only, zypper commands that modify the system cannot be
    executed directly.
    If the system provides a transactional-wrapper utility, zypper
    will automatically attempt to invoke it. The wrapper
    transparently executes the zypper command within a new, writable
    snapshot and manages the lifecycle of that snapshot based on the
    command's exit status.
    On transactional systems lacking a transactional-wrapper, users
    must manually invoke specialized tools -such as
    transactional-update- to install, update, or remove software.
  - version 1.14.98

------------------------------------------------------------------
------------------  2026-6-11  -  Jun 11 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - eventpoll: defer struct eventpoll free to RCU grace period (CVE-2026-43074 bsc#1264263)
  - commit 5e95666
  - iommu/vt-d: Clear Present bit before tearing down PASID entry
    (CVE-2026-45894 bsc#1266895).
  - commit ec9091b
  - netfilter: nf_tables: release flowtable after rcu grace period
    on error (CVE-2026-23392 bsc#1260531).
  - commit ac2b5d0
  - ip6_gre: Use cached t->net in ip6erspan_changelink() (CVE-2026-46120 bsc#1267640)
  - commit 3cdb7eb
  - sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL (CVE-2026-46227 bsc#1267697)
  - commit 8717948
  - Bluetooth: btintel: serialize btintel_hw_error() with
    hci_req_sync_lock (CVE-2026-31500 bsc#1262993).
  - Bluetooth: hci_sync: Remove remaining dependencies of
    hci_request (CVE-2026-31500 bsc#1262993).
  - commit d8d0a21
  - virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false (CVE-2026-31469 bsc#1267816)
  - commit 72f6530
  - net: skb: fix cross-cache free of KFENCE-allocated skb head (CVE-2026-31429 bsc#1262392)
  - commit c65b0a2
  - kabi: revert kabi breaking changes from bsc#1264610 fix
    (CVE-2026-43198 bsc#1264610).
  - tcp: fix potential race in tcp_v6_syn_recv_sock()
    (CVE-2026-43198 bsc#1264610).
  - commit 8603fd2
  - Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()
    (CVE-2026-31499 bsc#1262674).
  - commit db804b6
  - netfilter: nft_inner: Fix IPv6 inner_thoff desync
    (CVE-2026-46244 bsc#1267654).
  - commit 7d565d3
  - Fixup bugzilla reference in
    patches.suse/fanotify-fix-false-positive-on-permission-events.patch
    (bsc#1267387 CVE-2026-46150).
  - commit 95ca9eb
  - netfilter: reject zero shift in nft_bitwise (CVE-2026-46101
    bsc#1266878).
  - commit 1f577bf
  - netfilter: nfnetlink_osf: fix divide-by-zero in OSF_WSS_MODULO
    (CVE-2026-45841 bsc#1266390).
  - commit 28279a1
  - net: qrtr: ns: Limit the maximum server registration per node
    (CVE-2026-43491 bsc#1265628).
  - commit 34ca9be
  - Bluetooth: virtio_bt: clamp rx length before skb_put
    (CVE-2026-46123 bsc#1267621).
  - commit 5f859e1
  - netfilter: x_tables: ensure names are nul-terminated
    (CVE-2026-43028 bsc#1263934).
  - commit 86e008b
  - netfilter: ctnetlink: use netlink policy range checks
    (CVE-2026-31495 bsc#1262798).
  - commit 8fd7248
  - ipv4: icmp: validate reply type before using icmp_pointers
    (CVE-2026-46037 bsc#1267361).
  - commit f16567d

++++ kernel-rt:

  - eventpoll: defer struct eventpoll free to RCU grace period (CVE-2026-43074 bsc#1264263)
  - commit 5e95666
  - iommu/vt-d: Clear Present bit before tearing down PASID entry
    (CVE-2026-45894 bsc#1266895).
  - commit ec9091b
  - netfilter: nf_tables: release flowtable after rcu grace period
    on error (CVE-2026-23392 bsc#1260531).
  - commit ac2b5d0
  - ip6_gre: Use cached t->net in ip6erspan_changelink() (CVE-2026-46120 bsc#1267640)
  - commit 3cdb7eb
  - sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL (CVE-2026-46227 bsc#1267697)
  - commit 8717948
  - Bluetooth: btintel: serialize btintel_hw_error() with
    hci_req_sync_lock (CVE-2026-31500 bsc#1262993).
  - Bluetooth: hci_sync: Remove remaining dependencies of
    hci_request (CVE-2026-31500 bsc#1262993).
  - commit d8d0a21
  - virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false (CVE-2026-31469 bsc#1267816)
  - commit 72f6530
  - net: skb: fix cross-cache free of KFENCE-allocated skb head (CVE-2026-31429 bsc#1262392)
  - commit c65b0a2
  - kabi: revert kabi breaking changes from bsc#1264610 fix
    (CVE-2026-43198 bsc#1264610).
  - tcp: fix potential race in tcp_v6_syn_recv_sock()
    (CVE-2026-43198 bsc#1264610).
  - commit 8603fd2
  - Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()
    (CVE-2026-31499 bsc#1262674).
  - commit db804b6
  - netfilter: nft_inner: Fix IPv6 inner_thoff desync
    (CVE-2026-46244 bsc#1267654).
  - commit 7d565d3
  - Fixup bugzilla reference in
    patches.suse/fanotify-fix-false-positive-on-permission-events.patch
    (bsc#1267387 CVE-2026-46150).
  - commit 95ca9eb
  - netfilter: reject zero shift in nft_bitwise (CVE-2026-46101
    bsc#1266878).
  - commit 1f577bf
  - netfilter: nfnetlink_osf: fix divide-by-zero in OSF_WSS_MODULO
    (CVE-2026-45841 bsc#1266390).
  - commit 28279a1
  - net: qrtr: ns: Limit the maximum server registration per node
    (CVE-2026-43491 bsc#1265628).
  - commit 34ca9be
  - Bluetooth: virtio_bt: clamp rx length before skb_put
    (CVE-2026-46123 bsc#1267621).
  - commit 5f859e1
  - netfilter: x_tables: ensure names are nul-terminated
    (CVE-2026-43028 bsc#1263934).
  - commit 86e008b
  - netfilter: ctnetlink: use netlink policy range checks
    (CVE-2026-31495 bsc#1262798).
  - commit 8fd7248
  - ipv4: icmp: validate reply type before using icmp_pointers
    (CVE-2026-46037 bsc#1267361).
  - commit f16567d

++++ kernel-rt_debug:

  - eventpoll: defer struct eventpoll free to RCU grace period (CVE-2026-43074 bsc#1264263)
  - commit 5e95666
  - iommu/vt-d: Clear Present bit before tearing down PASID entry
    (CVE-2026-45894 bsc#1266895).
  - commit ec9091b
  - netfilter: nf_tables: release flowtable after rcu grace period
    on error (CVE-2026-23392 bsc#1260531).
  - commit ac2b5d0
  - ip6_gre: Use cached t->net in ip6erspan_changelink() (CVE-2026-46120 bsc#1267640)
  - commit 3cdb7eb
  - sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL (CVE-2026-46227 bsc#1267697)
  - commit 8717948
  - Bluetooth: btintel: serialize btintel_hw_error() with
    hci_req_sync_lock (CVE-2026-31500 bsc#1262993).
  - Bluetooth: hci_sync: Remove remaining dependencies of
    hci_request (CVE-2026-31500 bsc#1262993).
  - commit d8d0a21
  - virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false (CVE-2026-31469 bsc#1267816)
  - commit 72f6530
  - net: skb: fix cross-cache free of KFENCE-allocated skb head (CVE-2026-31429 bsc#1262392)
  - commit c65b0a2
  - kabi: revert kabi breaking changes from bsc#1264610 fix
    (CVE-2026-43198 bsc#1264610).
  - tcp: fix potential race in tcp_v6_syn_recv_sock()
    (CVE-2026-43198 bsc#1264610).
  - commit 8603fd2
  - Bluetooth: L2CAP: Fix deadlock in l2cap_conn_del()
    (CVE-2026-31499 bsc#1262674).
  - commit db804b6
  - netfilter: nft_inner: Fix IPv6 inner_thoff desync
    (CVE-2026-46244 bsc#1267654).
  - commit 7d565d3
  - Fixup bugzilla reference in
    patches.suse/fanotify-fix-false-positive-on-permission-events.patch
    (bsc#1267387 CVE-2026-46150).
  - commit 95ca9eb
  - netfilter: reject zero shift in nft_bitwise (CVE-2026-46101
    bsc#1266878).
  - commit 1f577bf
  - netfilter: nfnetlink_osf: fix divide-by-zero in OSF_WSS_MODULO
    (CVE-2026-45841 bsc#1266390).
  - commit 28279a1
  - net: qrtr: ns: Limit the maximum server registration per node
    (CVE-2026-43491 bsc#1265628).
  - commit 34ca9be
  - Bluetooth: virtio_bt: clamp rx length before skb_put
    (CVE-2026-46123 bsc#1267621).
  - commit 5f859e1
  - netfilter: x_tables: ensure names are nul-terminated
    (CVE-2026-43028 bsc#1263934).
  - commit 86e008b
  - netfilter: ctnetlink: use netlink policy range checks
    (CVE-2026-31495 bsc#1262798).
  - commit 8fd7248
  - ipv4: icmp: validate reply type before using icmp_pointers
    (CVE-2026-46037 bsc#1267361).
  - commit f16567d

++++ freeipmi:

  - Fix memory corruption in ipmi-oem-dell.c and ipmi-oem-fujitsu.c
    bsc#1267605 - CVE-2026-50031
    A freeipmi_dell_mem_corruption.fix
    A freeipmi_fujitsu_buffer_overflow.fix

++++ opensc:

  - added patches
    CVE-2026-10275: global buffer overflow during key pair generation tests due to missing input validation [bsc#1267246]
    * opensc-CVE-2026-10275.patch
    CVE-2026-40528: stack and heap buffer overrun in the `do_key_value()` function due to missing length check allows for memory corruption via a crafted profile configuration file [bsc#1266963]
    * opensc-CVE-2026-40528.patch

------------------------------------------------------------------
------------------  2026-6-10  -  Jun 10 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix rereading DASD partition table with partprobe
    On s390 and with a DASD disk the rereading of the partition
    table can only be done properly with partprobe. This commit
    changes the dracut code to Require parted and partprobe only
    for DASD disks on s390.
    In addition this commit prevents the active device locking
    for parted and partprobe when called in the context of a
    DASD device. The reason for this change is because of a
    patch in libparted which applies flock() itself in this
    condition. For details see:
    https://build.opensuse.org/projects/Base:System/packages/parted/files/libparted-make-BLKRRPART-more-robust.patch?expand=1
    This change however does not exist in the upstream version
    of parted which is causing problems that are hard to solve
    by kiwi. However, a dead-lock condition should be avoided
    and I think it's still better to have this change in kiwi
    and convince people to upstream the above parted fix, rather
    than living with a dead-lock condition due to double locking
    in kiwi. This Fixes bsc#1263973

++++ glib-networking:

  - Add CVE-2026-10028.patch:
    tls: detect cycles when setting issuer property
    (CVE-2026-10028, bsc#1267979, glgo#GNOME/glib-networking!279)

++++ kernel-default:

  - netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()
    (CVE-2026-31674 bsc#1263568).
  - commit 14ef35f
  - netfilter: nf_tables: reject immediate NF_QUEUE verdict
    (CVE-2026-43024 bsc#1263930).
  - commit b9b3d82
  - SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path
    (CVE-2026-45964 bsc#1266698).
  - commit c35ac40
  - fanotify: fix false positive on permission events (bsc#1267388
    CVE-2026-46150).
  - commit cb980a6
  - libceph: Use u32 for non-negative values in ceph_monmap_decode() (CVE-2026-43405 bsc#1264741).
  - commit 6169499
  - btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not found (CVE-2026-45974 bsc#1266922).
  - commit 2435899
  - SUNRPC: auth_gss: fix memory leaks in XDR decoding error paths
    (CVE-2026-45870 bsc#1266704).
  - commit 2615535
  - usb: ulpi: fix memory leak on ulpi_register() error paths
    (CVE-2026-31759 bsc#1264076).
  - commit a4d2e1d
  - Bluetooth: SCO: fix race conditions in sco_sock_connect()
    (CVE-2026-43023 bsc#1264137).
  - commit e99ef79
  - Bluetooth: hci_sync: annotate data-races around hdev->req_status
    (CVE-2026-43119 bsc#1264561).
  - commit 1f0b9c9
  - usb: ulpi: fix double free in ulpi_register_interface() error
    path (CVE-2026-31759 bsc#1264076).
  - commit 38bc056
  - gfs2: fix memory leaks in gfs2_fill_super error path
    (CVE-2026-45961 bsc#1266933).
  - commit 1135f65
  - xfs: fix freemap adjustments when adding xattrs to leaf blocks
    (CVE-2026-43158 bsc#1264595).
  - commit 2670466
  - xfs: delete attr leaf freemap entries when empty (CVE-2026-43187
    bsc#1264603).
  - commit fa80c64

++++ kernel-rt:

  - netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()
    (CVE-2026-31674 bsc#1263568).
  - commit 14ef35f
  - netfilter: nf_tables: reject immediate NF_QUEUE verdict
    (CVE-2026-43024 bsc#1263930).
  - commit b9b3d82
  - SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path
    (CVE-2026-45964 bsc#1266698).
  - commit c35ac40
  - fanotify: fix false positive on permission events (bsc#1267388
    CVE-2026-46150).
  - commit cb980a6
  - libceph: Use u32 for non-negative values in ceph_monmap_decode() (CVE-2026-43405 bsc#1264741).
  - commit 6169499
  - btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not found (CVE-2026-45974 bsc#1266922).
  - commit 2435899
  - SUNRPC: auth_gss: fix memory leaks in XDR decoding error paths
    (CVE-2026-45870 bsc#1266704).
  - commit 2615535
  - usb: ulpi: fix memory leak on ulpi_register() error paths
    (CVE-2026-31759 bsc#1264076).
  - commit a4d2e1d
  - Bluetooth: SCO: fix race conditions in sco_sock_connect()
    (CVE-2026-43023 bsc#1264137).
  - commit e99ef79
  - Bluetooth: hci_sync: annotate data-races around hdev->req_status
    (CVE-2026-43119 bsc#1264561).
  - commit 1f0b9c9
  - usb: ulpi: fix double free in ulpi_register_interface() error
    path (CVE-2026-31759 bsc#1264076).
  - commit 38bc056
  - gfs2: fix memory leaks in gfs2_fill_super error path
    (CVE-2026-45961 bsc#1266933).
  - commit 1135f65
  - xfs: fix freemap adjustments when adding xattrs to leaf blocks
    (CVE-2026-43158 bsc#1264595).
  - commit 2670466
  - xfs: delete attr leaf freemap entries when empty (CVE-2026-43187
    bsc#1264603).
  - commit fa80c64

++++ kernel-rt_debug:

  - netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()
    (CVE-2026-31674 bsc#1263568).
  - commit 14ef35f
  - netfilter: nf_tables: reject immediate NF_QUEUE verdict
    (CVE-2026-43024 bsc#1263930).
  - commit b9b3d82
  - SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path
    (CVE-2026-45964 bsc#1266698).
  - commit c35ac40
  - fanotify: fix false positive on permission events (bsc#1267388
    CVE-2026-46150).
  - commit cb980a6
  - libceph: Use u32 for non-negative values in ceph_monmap_decode() (CVE-2026-43405 bsc#1264741).
  - commit 6169499
  - btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not found (CVE-2026-45974 bsc#1266922).
  - commit 2435899
  - SUNRPC: auth_gss: fix memory leaks in XDR decoding error paths
    (CVE-2026-45870 bsc#1266704).
  - commit 2615535
  - usb: ulpi: fix memory leak on ulpi_register() error paths
    (CVE-2026-31759 bsc#1264076).
  - commit a4d2e1d
  - Bluetooth: SCO: fix race conditions in sco_sock_connect()
    (CVE-2026-43023 bsc#1264137).
  - commit e99ef79
  - Bluetooth: hci_sync: annotate data-races around hdev->req_status
    (CVE-2026-43119 bsc#1264561).
  - commit 1f0b9c9
  - usb: ulpi: fix double free in ulpi_register_interface() error
    path (CVE-2026-31759 bsc#1264076).
  - commit 38bc056
  - gfs2: fix memory leaks in gfs2_fill_super error path
    (CVE-2026-45961 bsc#1266933).
  - commit 1135f65
  - xfs: fix freemap adjustments when adding xattrs to leaf blocks
    (CVE-2026-43158 bsc#1264595).
  - commit 2670466
  - xfs: delete attr leaf freemap entries when empty (CVE-2026-43187
    bsc#1264603).
  - commit fa80c64

++++ suseconnect-ng:

  - Update version to 1.22.1:
  - library: Allow clients to disable the token handling mechanism (jsc#SCC-801)
  - Ensure updated system certs are included when creating HTTP client
    connections (bsc#1268017, jsc#SCC-804)

------------------------------------------------------------------
------------------  2026-6-9  -  Jun 9 2026  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to version 11.0.3
    + Write instance data cache file after
    cleaning the cache when the update server fails (bsc#1265930)
    + Create the cache directory when populating the cache (bsc#1267739)

++++ kernel-default:

  - btrfs: fix missing last_unlink_trans update when removing a
    directory (CVE-2026-46160 bsc#1267624).
  - commit f0782dc
  - Update
    patches.suse/xfs-avoid-dereferencing-log-items-after-push-callbacks.patch
    (CVE-2026-31453 bsc#1262617).
  - commit 570e724
  - net: ipa: fix event ring index not programmed for IPA v5.0+
    (CVE-2026-43345 bsc#1265103).
  - net: ioam6: fix OOB and missing lock (CVE-2026-43083
    bsc#1264266).
  - xfrm: clear trailing padding in build_polexpire() (CVE-2026-31664
    bsc#1263578).
  - ipv6: prevent possible UaF in addrconf_permanent_addr()
    (CVE-2026-43339 bsc#1264763).
  - net: stmmac: fix oops when split header is enabled
    (CVE-2026-45940 bsc#1266916).
  - commit 075c4e7
  - arm64: errata: Mitigate TLBI errata on various Arm CPUs (bsc#1266290 CVE-2025-10263)
    Enable workaround for this errata.
  - commit ea6e24e
  - arm64: cputype: Add C1-Premium definitions (bsc#1266290 CVE-2025-10263)
  - commit ca04e04
  - arm64: cputype: Add C1-Ultra definitions (bsc#1266290 CVE-2025-10263)
  - commit c45105c
  - scsi: hisi_sas: Fix NULL pointer exception during user_scan()
    (CVE-2026-43413, bsc#1264671).
  - commit bfe6757
  - ALSA: pcm: oss: Fix data race at accessing runtime.oss.trigger
    (CVE-2026-46157 bsc#1267726).
  - commit f38bfb2
  - Refresh
    patches.suse/team-avoid-NETDEV_CHANGEMTU-event-when-unregistering.patch.
    Added missing locking in backport (bsc#1267732).
  - commit a8766b2
  - Bluetooth: hci_conn: fix potential UAF in create_big_sync
    (CVE-2026-46111 bsc#1267626).
  - commit 7777a50
  - nfsd: never defer requests during idmap lookup (CVE-2026-45983
    bsc#1266697).
  - Delete
    patches.suse/nfsd-do-not-defer-requests-during-idmap-lookup-in-v4-compo.patch.
  - commit 664a09a
  - drm/gem: Fix inconsistent plane dimension calculation in
    drm_gem_fb_init_with_funcs() (CVE-2026-46209 bsc#1267663).
  - commit 2c841fc
  - libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply() (CVE-2026-46024 bsc#1267218).
  - commit e967a8f
  - libceph: prevent potential out-of-bounds reads in process_message_header() (CVE-2026-43406 bsc#1265073).
  - commit 79f8547
  - rbd: fix null-ptr-deref when device_add_disk() fails (CVE-2026-46079 bsc#1266452).
  - commit 82a7e5e
  - ocfs2: handle invalid dinode in ocfs2_group_extend (CVE-2026-31596 bsc#1263319).
  - commit d319998
  - libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() (CVE-2026-43407 bsc#1265020).
  - commit d87fc06

++++ kernel-rt:

  - btrfs: fix missing last_unlink_trans update when removing a
    directory (CVE-2026-46160 bsc#1267624).
  - commit f0782dc
  - Update
    patches.suse/xfs-avoid-dereferencing-log-items-after-push-callbacks.patch
    (CVE-2026-31453 bsc#1262617).
  - commit 570e724
  - net: ipa: fix event ring index not programmed for IPA v5.0+
    (CVE-2026-43345 bsc#1265103).
  - net: ioam6: fix OOB and missing lock (CVE-2026-43083
    bsc#1264266).
  - xfrm: clear trailing padding in build_polexpire() (CVE-2026-31664
    bsc#1263578).
  - ipv6: prevent possible UaF in addrconf_permanent_addr()
    (CVE-2026-43339 bsc#1264763).
  - net: stmmac: fix oops when split header is enabled
    (CVE-2026-45940 bsc#1266916).
  - commit 075c4e7
  - arm64: errata: Mitigate TLBI errata on various Arm CPUs (bsc#1266290 CVE-2025-10263)
    Enable workaround for this errata.
  - commit ea6e24e
  - arm64: cputype: Add C1-Premium definitions (bsc#1266290 CVE-2025-10263)
  - commit ca04e04
  - arm64: cputype: Add C1-Ultra definitions (bsc#1266290 CVE-2025-10263)
  - commit c45105c
  - scsi: hisi_sas: Fix NULL pointer exception during user_scan()
    (CVE-2026-43413, bsc#1264671).
  - commit bfe6757
  - ALSA: pcm: oss: Fix data race at accessing runtime.oss.trigger
    (CVE-2026-46157 bsc#1267726).
  - commit f38bfb2
  - Refresh
    patches.suse/team-avoid-NETDEV_CHANGEMTU-event-when-unregistering.patch.
    Added missing locking in backport (bsc#1267732).
  - commit a8766b2
  - Bluetooth: hci_conn: fix potential UAF in create_big_sync
    (CVE-2026-46111 bsc#1267626).
  - commit 7777a50
  - nfsd: never defer requests during idmap lookup (CVE-2026-45983
    bsc#1266697).
  - Delete
    patches.suse/nfsd-do-not-defer-requests-during-idmap-lookup-in-v4-compo.patch.
  - commit 664a09a
  - drm/gem: Fix inconsistent plane dimension calculation in
    drm_gem_fb_init_with_funcs() (CVE-2026-46209 bsc#1267663).
  - commit 2c841fc
  - libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply() (CVE-2026-46024 bsc#1267218).
  - commit e967a8f
  - libceph: prevent potential out-of-bounds reads in process_message_header() (CVE-2026-43406 bsc#1265073).
  - commit 79f8547
  - rbd: fix null-ptr-deref when device_add_disk() fails (CVE-2026-46079 bsc#1266452).
  - commit 82a7e5e
  - ocfs2: handle invalid dinode in ocfs2_group_extend (CVE-2026-31596 bsc#1263319).
  - commit d319998
  - libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() (CVE-2026-43407 bsc#1265020).
  - commit d87fc06

++++ kernel-rt_debug:

  - btrfs: fix missing last_unlink_trans update when removing a
    directory (CVE-2026-46160 bsc#1267624).
  - commit f0782dc
  - Update
    patches.suse/xfs-avoid-dereferencing-log-items-after-push-callbacks.patch
    (CVE-2026-31453 bsc#1262617).
  - commit 570e724
  - net: ipa: fix event ring index not programmed for IPA v5.0+
    (CVE-2026-43345 bsc#1265103).
  - net: ioam6: fix OOB and missing lock (CVE-2026-43083
    bsc#1264266).
  - xfrm: clear trailing padding in build_polexpire() (CVE-2026-31664
    bsc#1263578).
  - ipv6: prevent possible UaF in addrconf_permanent_addr()
    (CVE-2026-43339 bsc#1264763).
  - net: stmmac: fix oops when split header is enabled
    (CVE-2026-45940 bsc#1266916).
  - commit 075c4e7
  - arm64: errata: Mitigate TLBI errata on various Arm CPUs (bsc#1266290 CVE-2025-10263)
    Enable workaround for this errata.
  - commit ea6e24e
  - arm64: cputype: Add C1-Premium definitions (bsc#1266290 CVE-2025-10263)
  - commit ca04e04
  - arm64: cputype: Add C1-Ultra definitions (bsc#1266290 CVE-2025-10263)
  - commit c45105c
  - scsi: hisi_sas: Fix NULL pointer exception during user_scan()
    (CVE-2026-43413, bsc#1264671).
  - commit bfe6757
  - ALSA: pcm: oss: Fix data race at accessing runtime.oss.trigger
    (CVE-2026-46157 bsc#1267726).
  - commit f38bfb2
  - Refresh
    patches.suse/team-avoid-NETDEV_CHANGEMTU-event-when-unregistering.patch.
    Added missing locking in backport (bsc#1267732).
  - commit a8766b2
  - Bluetooth: hci_conn: fix potential UAF in create_big_sync
    (CVE-2026-46111 bsc#1267626).
  - commit 7777a50
  - nfsd: never defer requests during idmap lookup (CVE-2026-45983
    bsc#1266697).
  - Delete
    patches.suse/nfsd-do-not-defer-requests-during-idmap-lookup-in-v4-compo.patch.
  - commit 664a09a
  - drm/gem: Fix inconsistent plane dimension calculation in
    drm_gem_fb_init_with_funcs() (CVE-2026-46209 bsc#1267663).
  - commit 2c841fc
  - libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply() (CVE-2026-46024 bsc#1267218).
  - commit e967a8f
  - libceph: prevent potential out-of-bounds reads in process_message_header() (CVE-2026-43406 bsc#1265073).
  - commit 79f8547
  - rbd: fix null-ptr-deref when device_add_disk() fails (CVE-2026-46079 bsc#1266452).
  - commit 82a7e5e
  - ocfs2: handle invalid dinode in ocfs2_group_extend (CVE-2026-31596 bsc#1263319).
  - commit d319998
  - libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply() (CVE-2026-43407 bsc#1265020).
  - commit d87fc06

------------------------------------------------------------------
------------------  2026-6-8  -  Jun 8 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nfs: return EISDIR on nfs3_proc_create if d_alias is a dir
    (CVE-2026-43470 bsc#1265128).
  - commit 9fc75a8
  - af_unix: read UNIX_DIAG_VFS data under unix_state_lock
    (CVE-2026-31673 bsc#1263143).
  - Refresh patches.suse/vfs-add-super_operations-get_inode_dev.
  - commit 00e1878
  - ALSA: aloop: Fix peer runtime UAF during format-change stop
    (CVE-2026-46090 bsc#1267531).
  - ALSA: aloop: Use guard() for spin locks (CVE-2026-46090
    bsc#1267531).
  - ALSA: aloop: Fix peer runtime UAF during format-change stop
    (CVE-2026-46090 bsc#1267531).
  - ALSA: aloop: Use guard() for spin locks (CVE-2026-46090
    bsc#1267531).
  - commit d19a9e2
  - drm/amdkfd: Fix watch_id bounds checking in debug address
    watch v2 (CVE-2026-45878 bsc#1266767).
  - commit aa9368a
  - arm64: Add support for TSV110 Spectre-BHB mitigation (bsc#1264430 CVE-2026-43261)
  - commit ba98a63
  - Input: atkbd - skip deactivate for HONOR BCC-N's internal
    keyboard (git-fixes).
  - ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain()
    on linked streams (git-fixes).
  - drm/imx: Fix three kernel-doc warnings in dcss-scaler.c
    (git-fixes).
  - drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore
    on GFX11 (git-fixes).
  - drm/amdkfd: fix NULL dereference in get_queue_ids() (git-fixes).
  - drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer size
    (git-fixes).
  - drm/amd/display: Reject gpio_bitshift >= 32 in
    bios_parser_get_gpio_pin_info() (git-fixes).
  - drm/amd/display: Use krealloc_array() in dal_vector_reserve()
    (git-fixes).
  - drm/amd/display: Fix NULL deref and buffer over-read in SDP
    debugfs (git-fixes).
  - commit 276cfd7

++++ kernel-rt:

  - nfs: return EISDIR on nfs3_proc_create if d_alias is a dir
    (CVE-2026-43470 bsc#1265128).
  - commit 9fc75a8
  - af_unix: read UNIX_DIAG_VFS data under unix_state_lock
    (CVE-2026-31673 bsc#1263143).
  - Refresh patches.suse/vfs-add-super_operations-get_inode_dev.
  - commit 00e1878
  - ALSA: aloop: Fix peer runtime UAF during format-change stop
    (CVE-2026-46090 bsc#1267531).
  - ALSA: aloop: Use guard() for spin locks (CVE-2026-46090
    bsc#1267531).
  - ALSA: aloop: Fix peer runtime UAF during format-change stop
    (CVE-2026-46090 bsc#1267531).
  - ALSA: aloop: Use guard() for spin locks (CVE-2026-46090
    bsc#1267531).
  - commit d19a9e2
  - drm/amdkfd: Fix watch_id bounds checking in debug address
    watch v2 (CVE-2026-45878 bsc#1266767).
  - commit aa9368a
  - arm64: Add support for TSV110 Spectre-BHB mitigation (bsc#1264430 CVE-2026-43261)
  - commit ba98a63
  - Input: atkbd - skip deactivate for HONOR BCC-N's internal
    keyboard (git-fixes).
  - ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain()
    on linked streams (git-fixes).
  - drm/imx: Fix three kernel-doc warnings in dcss-scaler.c
    (git-fixes).
  - drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore
    on GFX11 (git-fixes).
  - drm/amdkfd: fix NULL dereference in get_queue_ids() (git-fixes).
  - drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer size
    (git-fixes).
  - drm/amd/display: Reject gpio_bitshift >= 32 in
    bios_parser_get_gpio_pin_info() (git-fixes).
  - drm/amd/display: Use krealloc_array() in dal_vector_reserve()
    (git-fixes).
  - drm/amd/display: Fix NULL deref and buffer over-read in SDP
    debugfs (git-fixes).
  - commit 276cfd7

++++ kernel-rt_debug:

  - nfs: return EISDIR on nfs3_proc_create if d_alias is a dir
    (CVE-2026-43470 bsc#1265128).
  - commit 9fc75a8
  - af_unix: read UNIX_DIAG_VFS data under unix_state_lock
    (CVE-2026-31673 bsc#1263143).
  - Refresh patches.suse/vfs-add-super_operations-get_inode_dev.
  - commit 00e1878
  - ALSA: aloop: Fix peer runtime UAF during format-change stop
    (CVE-2026-46090 bsc#1267531).
  - ALSA: aloop: Use guard() for spin locks (CVE-2026-46090
    bsc#1267531).
  - ALSA: aloop: Fix peer runtime UAF during format-change stop
    (CVE-2026-46090 bsc#1267531).
  - ALSA: aloop: Use guard() for spin locks (CVE-2026-46090
    bsc#1267531).
  - commit d19a9e2
  - drm/amdkfd: Fix watch_id bounds checking in debug address
    watch v2 (CVE-2026-45878 bsc#1266767).
  - commit aa9368a
  - arm64: Add support for TSV110 Spectre-BHB mitigation (bsc#1264430 CVE-2026-43261)
  - commit ba98a63
  - Input: atkbd - skip deactivate for HONOR BCC-N's internal
    keyboard (git-fixes).
  - ALSA: PCM: Fix wait queue list corruption in snd_pcm_drain()
    on linked streams (git-fixes).
  - drm/imx: Fix three kernel-doc warnings in dcss-scaler.c
    (git-fixes).
  - drm/amdkfd: Fix buffer overflow in SDMA queue checkpoint/restore
    on GFX11 (git-fixes).
  - drm/amdkfd: fix NULL dereference in get_queue_ids() (git-fixes).
  - drm/amd/display: Clamp HDMI HDCP2 rx_id_list read to buffer size
    (git-fixes).
  - drm/amd/display: Reject gpio_bitshift >= 32 in
    bios_parser_get_gpio_pin_info() (git-fixes).
  - drm/amd/display: Use krealloc_array() in dal_vector_reserve()
    (git-fixes).
  - drm/amd/display: Fix NULL deref and buffer over-read in SDP
    debugfs (git-fixes).
  - commit 276cfd7

++++ graphite2:

  - added patches
    CVE-2026-50593: Out-of-bounds write via Graphite actions [bsc#1267733]
    * graphite2-CVE-2026-50593.patch

++++ openvswitch:

  - Fix CVE-2026-5265 [bsc#1262498] heap over-read in ICMP error response generation
    * Add ovn-CVE-2026-5265.patch
  - Fix CVE-2026-5367 [bsc#1262499] heap over-read in OVN DHCPv6 client ID processing
    * Add ovn-CVE-2026-5367.patch
  - Fix controller: Use multicast for IPv6 Prefix Delegation
    * Add ovn-controller-Use-multicast-for-IPv6-Prefix-Delegation.patch
  - Rename patch CVE-2025-0650.patch to ovn-CVE-2025-0650.patch

++++ libzypp:

  - A .repo files "path=" entry must not refer to a location
    outside the repo (bsc#1267874, CVE-2026-44942)
    A "path=" entry may solely denote a sub-directory of the baseurl
    where the metadata are located. A relative path trying to access
    data outside the baseurl is reported and sanitized.
  - version 17.38.13 (35)

------------------------------------------------------------------
------------------  2026-6-6  -  Jun 6 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: imm: Fix use-after-free bug caused by unfinished delayed
    work (CVE-2025-68324 bsc#1255416).
  - commit 195217b

++++ kernel-rt:

  - scsi: imm: Fix use-after-free bug caused by unfinished delayed
    work (CVE-2025-68324 bsc#1255416).
  - commit 195217b

++++ kernel-rt_debug:

  - scsi: imm: Fix use-after-free bug caused by unfinished delayed
    work (CVE-2025-68324 bsc#1255416).
  - commit 195217b

------------------------------------------------------------------
------------------  2026-6-5  -  Jun 5 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent (CVE-2026-43026 bsc#1263932).
  - commit 059378b
  - xfs: stop reclaim before pushing AIL during unmount
    (CVE-2026-31455 bsc#1262615).
  - commit e53a301
  - xfs: save ailp before dropping the AIL lock in push callbacks
    (CVE-2026-31454 bsc#1262624).
  - commit 7159c4e
  - packaging: Add nvidia kernel description
  - commit 5f2699f
  - pmdomain: imx8mp-blk-ctrl: Keep the NOC_HDCP clock enabled (bsc#1263724 CVE-2026-31655)
  - commit 9295a19
  - bpf: Fix bpf_xdp_store_bytes proto for read-only arg
    (CVE-2026-45886 bsc#1266810).
  - commit 20a9956
  - bpf: Fix regsafe() for pointers to packet (CVE-2026-43030
    bsc#1264000).
  - commit 8f3e36e
  - bpf: Fix tcx/netkit detach permissions when prog fd isn't given
    (CVE-2026-45932 bsc#1266827).
  - commit b648f57
  - spi: fix resource leaks on device setup failure (bsc#1266696 CVE-2026-46083)
  - commit 742a92d
  - Bluetooth: MGMT: Fix backward compatibility with userspace
    (git-fixes).
  - Bluetooth: bnep: reject short frames before parsing (git-fixes).
  - Bluetooth: hci_sync: reject oversized Broadcast Announcement
    prepend (git-fixes).
  - Bluetooth: RFCOMM: validate skb length in MCC handlers
    (git-fixes).
  - Bluetooth: MGMT: validate advertising TLV before type checks
    (git-fixes).
  - Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()
    (git-fixes).
  - wifi: mac80211: limit injected antenna index in
    ieee80211_parse_tx_radiotap (git-fixes).
  - wifi: nl80211: reject oversized EMA RNR lists (git-fixes).
  - mmc: sdhci: add signal voltage switch in sdhci_resume_host
    (git-fixes).
  - mmc: litex_mmc: Set mandatory idle clocks before CMD0
    (git-fixes).
  - mmc: litex_mmc: Use DIV_ROUND_UP for more accurate clock
    calculation (git-fixes).
  - mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC (git-fixes).
  - mmc: core: Fix host controller programming for fixed driver type
    (git-fixes).
  - commit 1ef939b
  - btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which
    can lead  to info-leak (bsc#1267652,CVE-2026-46159).
  - commit 56f6424

++++ kernel-rt:

  - netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent (CVE-2026-43026 bsc#1263932).
  - commit 059378b
  - xfs: stop reclaim before pushing AIL during unmount
    (CVE-2026-31455 bsc#1262615).
  - commit e53a301
  - xfs: save ailp before dropping the AIL lock in push callbacks
    (CVE-2026-31454 bsc#1262624).
  - commit 7159c4e
  - packaging: Add nvidia kernel description
  - commit 5f2699f
  - pmdomain: imx8mp-blk-ctrl: Keep the NOC_HDCP clock enabled (bsc#1263724 CVE-2026-31655)
  - commit 9295a19
  - bpf: Fix bpf_xdp_store_bytes proto for read-only arg
    (CVE-2026-45886 bsc#1266810).
  - commit 20a9956
  - bpf: Fix regsafe() for pointers to packet (CVE-2026-43030
    bsc#1264000).
  - commit 8f3e36e
  - bpf: Fix tcx/netkit detach permissions when prog fd isn't given
    (CVE-2026-45932 bsc#1266827).
  - commit b648f57
  - spi: fix resource leaks on device setup failure (bsc#1266696 CVE-2026-46083)
  - commit 742a92d
  - Bluetooth: MGMT: Fix backward compatibility with userspace
    (git-fixes).
  - Bluetooth: bnep: reject short frames before parsing (git-fixes).
  - Bluetooth: hci_sync: reject oversized Broadcast Announcement
    prepend (git-fixes).
  - Bluetooth: RFCOMM: validate skb length in MCC handlers
    (git-fixes).
  - Bluetooth: MGMT: validate advertising TLV before type checks
    (git-fixes).
  - Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()
    (git-fixes).
  - wifi: mac80211: limit injected antenna index in
    ieee80211_parse_tx_radiotap (git-fixes).
  - wifi: nl80211: reject oversized EMA RNR lists (git-fixes).
  - mmc: sdhci: add signal voltage switch in sdhci_resume_host
    (git-fixes).
  - mmc: litex_mmc: Set mandatory idle clocks before CMD0
    (git-fixes).
  - mmc: litex_mmc: Use DIV_ROUND_UP for more accurate clock
    calculation (git-fixes).
  - mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC (git-fixes).
  - mmc: core: Fix host controller programming for fixed driver type
    (git-fixes).
  - commit 1ef939b
  - btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which
    can lead  to info-leak (bsc#1267652,CVE-2026-46159).
  - commit 56f6424

++++ kernel-rt_debug:

  - netfilter: ctnetlink: zero expect NAT fields when CTA_EXPECT_NAT absent (CVE-2026-43026 bsc#1263932).
  - commit 059378b
  - xfs: stop reclaim before pushing AIL during unmount
    (CVE-2026-31455 bsc#1262615).
  - commit e53a301
  - xfs: save ailp before dropping the AIL lock in push callbacks
    (CVE-2026-31454 bsc#1262624).
  - commit 7159c4e
  - packaging: Add nvidia kernel description
  - commit 5f2699f
  - pmdomain: imx8mp-blk-ctrl: Keep the NOC_HDCP clock enabled (bsc#1263724 CVE-2026-31655)
  - commit 9295a19
  - bpf: Fix bpf_xdp_store_bytes proto for read-only arg
    (CVE-2026-45886 bsc#1266810).
  - commit 20a9956
  - bpf: Fix regsafe() for pointers to packet (CVE-2026-43030
    bsc#1264000).
  - commit 8f3e36e
  - bpf: Fix tcx/netkit detach permissions when prog fd isn't given
    (CVE-2026-45932 bsc#1266827).
  - commit b648f57
  - spi: fix resource leaks on device setup failure (bsc#1266696 CVE-2026-46083)
  - commit 742a92d
  - Bluetooth: MGMT: Fix backward compatibility with userspace
    (git-fixes).
  - Bluetooth: bnep: reject short frames before parsing (git-fixes).
  - Bluetooth: hci_sync: reject oversized Broadcast Announcement
    prepend (git-fixes).
  - Bluetooth: RFCOMM: validate skb length in MCC handlers
    (git-fixes).
  - Bluetooth: MGMT: validate advertising TLV before type checks
    (git-fixes).
  - Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()
    (git-fixes).
  - wifi: mac80211: limit injected antenna index in
    ieee80211_parse_tx_radiotap (git-fixes).
  - wifi: nl80211: reject oversized EMA RNR lists (git-fixes).
  - mmc: sdhci: add signal voltage switch in sdhci_resume_host
    (git-fixes).
  - mmc: litex_mmc: Set mandatory idle clocks before CMD0
    (git-fixes).
  - mmc: litex_mmc: Use DIV_ROUND_UP for more accurate clock
    calculation (git-fixes).
  - mmc: renesas_sdhi: Add OF entry for RZ/G2H SoC (git-fixes).
  - mmc: core: Fix host controller programming for fixed driver type
    (git-fixes).
  - commit 1ef939b
  - btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which
    can lead  to info-leak (bsc#1267652,CVE-2026-46159).
  - commit 56f6424

++++ openssl-3:

  - Security fixes:
    * CVE-2026-45447: Heap Use-After-Free in OpenSSL PKCS7_verify() (bsc#1266357)
    * CVE-2026-45446: Incorrect Tag Processing for Empty Messages in AES-GCM-SIV and AES-SIV modes (bsc#1266356)
    * CVE-2026-42770: FFC-DH Peer Validation Uses Attacker-Supplied q (bsc#1266353)
    * CVE-2026-45445: AES-OCB IV Ignored on EVP_Cipher() Path (bsc#1266355)
    * CVE-2026-42766: Possible NULL Dereference in Password-Based CMS Decryption (bsc#1266349)
    * CVE-2026-34182: CMS AuthEnvelopedData Processing May Accept Forged Messages (bsc#1266344)
    * CVE-2026-9076:  Out-of-Bounds Read in CMS Password-Based Decryption (bsc#1266341)
    * CVE-2026-7383:  Possible Heap Buffer Overflow in ASN.1 Multibyte String Conversion (bsc#1266340)
    * CVE-2026-34180: Heap Buffer Over-read in ASN.1 Content Parsing (bsc#1266342)
    * Add patches:
    openssl-CVE-2026-45447.patch openssl-CVE-2026-45446.patch
    openssl-CVE-2026-42770.patch openssl-CVE-2026-45445.patch
    openssl-CVE-2026-42766.patch openssl-CVE-2026-34182.patch
    openssl-CVE-2026-9076.patch openssl-CVE-2026-7383.patch
    openssl-CVE-2026-34180.patch

++++ sqlite3:

  - Update to version 3.53.2:
    * Fixes for problems in 3.53.0 reported by users.
    * bsc#1268013, CVE-2026-11824: heap-based buffer overflow
    vulnerability in the FTS5 full-text search extension.
    * bsc#1268012, CVE-2026-11822: memory corruption vulnerabilities
    in the FTS5 full-text search extension.
    * See the check-in timeline for details:
    https://sqlite.org/src/timeline?from=version-3.53.1&to=version-3.53.2

++++ libzypp:

  - Repo "keyhint" must denote a filename, no path (bsc#1267426,
    CVE-2026-44941)
  - version 17.38.12 (35)

------------------------------------------------------------------
------------------  2026-6-4  -  Jun 4 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - kabi: arm64: module: Update missing .init.text.ftrace_trampoline section message (bsc#1265579 bsc#1265170)
    Message was supposed to give us a hint that these KMP's
    will have issue when user try to ftrace them. But it turns out
    to be just source confusion and worry.
  - commit 2983ae5
  - gfs2: Fix use-after-free in iomap inline data write path
    (CVE-2026-45984 bsc#1267214).
  - gfs2: Add metapath_dibh helper (CVE-2026-45984 bsc#1267214).
  - commit 7f4705a
  - mctp: route: hold key->lock in mctp_flow_prepare_output()
    (CVE-2026-43455 bsc#1264765).
  - net: mctp: Ensure keys maintain only one ref to corresponding
    dev (CVE-2026-43455 bsc#1264765).
  - commit 7c8d579

++++ kernel-rt:

  - kabi: arm64: module: Update missing .init.text.ftrace_trampoline section message (bsc#1265579 bsc#1265170)
    Message was supposed to give us a hint that these KMP's
    will have issue when user try to ftrace them. But it turns out
    to be just source confusion and worry.
  - commit 2983ae5
  - gfs2: Fix use-after-free in iomap inline data write path
    (CVE-2026-45984 bsc#1267214).
  - gfs2: Add metapath_dibh helper (CVE-2026-45984 bsc#1267214).
  - commit 7f4705a
  - mctp: route: hold key->lock in mctp_flow_prepare_output()
    (CVE-2026-43455 bsc#1264765).
  - net: mctp: Ensure keys maintain only one ref to corresponding
    dev (CVE-2026-43455 bsc#1264765).
  - commit 7c8d579

++++ kernel-rt_debug:

  - kabi: arm64: module: Update missing .init.text.ftrace_trampoline section message (bsc#1265579 bsc#1265170)
    Message was supposed to give us a hint that these KMP's
    will have issue when user try to ftrace them. But it turns out
    to be just source confusion and worry.
  - commit 2983ae5
  - gfs2: Fix use-after-free in iomap inline data write path
    (CVE-2026-45984 bsc#1267214).
  - gfs2: Add metapath_dibh helper (CVE-2026-45984 bsc#1267214).
  - commit 7f4705a
  - mctp: route: hold key->lock in mctp_flow_prepare_output()
    (CVE-2026-43455 bsc#1264765).
  - net: mctp: Ensure keys maintain only one ref to corresponding
    dev (CVE-2026-43455 bsc#1264765).
  - commit 7c8d579

------------------------------------------------------------------
------------------  2026-6-3  -  Jun 3 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Do not hardcode dracut omit module in live builder
    This is a relict from the old days when the pure presence of
    multipath in a live ISO caused issues at boot time. kiwi should
    not maintain a hardcoded list of dracut modules except for those
    that are mandatory for live boot, if there should be any special
    setting needed it should come from an overlay setup in
    /etc/dracut.conf.d/*.conf as part of the image description.
    This is related to bsc#1260340

++++ kernel-default:

  - rpm/mkspec: Conditionally set Rust BuildReqs (bsc#1258538)
    This is a further optimization of kernel packaging rust-enablement.
    Add the check of CONFIG_RUST at creating the spec for each kernel
    flavor, and set BuildRequires conditionally only for archs that have
    CONFIG_RUST.  This avoids the unnecessary dependency chains due to
    unused rust.
    The main knob ENABLE_RUST is still needed because otherwise we can't
    know whether to pass the dummy-tools or not at processing
    run_oldconfig.
  - commit ccf4b93
  - rpm/check-for-config-changes: ignore Rust-related configs (bsc#1258538)
    Those configs may be dynamically changed at the build time
  - commit 5251980
  - rpm: Add BuildRequires for Rust enablement (bsc#1258538)
    Update mkspec and template to generate the spec files with
    BuildRequires of Rust-related packages when ENABLE_RUST=Yes is set in
    rpm/config.sh.
  - commit d0f276f
  - bonding: alb: fix UAF in rlb_arp_recv during bond up/down
    (CVE-2026-45970 bsc#1267205).
  - commit c7c508f
  - RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event()
    (CVE-2026-46181 bsc#1266826).
  - commit 971667c
  - x86: shadow stacks: proper error handling for mmap lock (bsc#1264484 CVE-2026-43109).
  - commit fbd32de
  - ALSA: caiaq: Don't abort when no input device is available
    (CVE-2026-46004 bsc#1267222).
  - ALSA: caiaq: Fix potentially leftover ep1_in_urb at error path
    (CVE-2026-46004 bsc#1267222).
  - commit a3abbee
  - ALSA: caiaq: Handle probe errors properly (CVE-2026-46004
    bsc#1267222).
  - commit c42211b
  - thermal: core: Fix thermal zone governor cleanup issues
    (CVE-2026-46021 bsc#1267220).
  - commit 5b274e1
  - Bluetooth: MGMT: Fix list corruption and UAF in command complete
    handlers (CVE-2026-43059 bsc#1264184).
  - commit 58f5225
  - Bluetooth: MGMT: fix crash in set_mesh_sync and
    set_mesh_complete (CVE-2026-43059 bsc#1264184).
  - Refresh patches.kabi/hci_dev-centralize-extra-lock.patch.
  - commit 59594e6

++++ kernel-rt:

  - rpm/mkspec: Conditionally set Rust BuildReqs (bsc#1258538)
    This is a further optimization of kernel packaging rust-enablement.
    Add the check of CONFIG_RUST at creating the spec for each kernel
    flavor, and set BuildRequires conditionally only for archs that have
    CONFIG_RUST.  This avoids the unnecessary dependency chains due to
    unused rust.
    The main knob ENABLE_RUST is still needed because otherwise we can't
    know whether to pass the dummy-tools or not at processing
    run_oldconfig.
  - commit ccf4b93
  - rpm/check-for-config-changes: ignore Rust-related configs (bsc#1258538)
    Those configs may be dynamically changed at the build time
  - commit 5251980
  - rpm: Add BuildRequires for Rust enablement (bsc#1258538)
    Update mkspec and template to generate the spec files with
    BuildRequires of Rust-related packages when ENABLE_RUST=Yes is set in
    rpm/config.sh.
  - commit d0f276f
  - bonding: alb: fix UAF in rlb_arp_recv during bond up/down
    (CVE-2026-45970 bsc#1267205).
  - commit c7c508f
  - RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event()
    (CVE-2026-46181 bsc#1266826).
  - commit 971667c
  - x86: shadow stacks: proper error handling for mmap lock (bsc#1264484 CVE-2026-43109).
  - commit fbd32de
  - ALSA: caiaq: Don't abort when no input device is available
    (CVE-2026-46004 bsc#1267222).
  - ALSA: caiaq: Fix potentially leftover ep1_in_urb at error path
    (CVE-2026-46004 bsc#1267222).
  - commit a3abbee
  - ALSA: caiaq: Handle probe errors properly (CVE-2026-46004
    bsc#1267222).
  - commit c42211b
  - thermal: core: Fix thermal zone governor cleanup issues
    (CVE-2026-46021 bsc#1267220).
  - commit 5b274e1
  - Bluetooth: MGMT: Fix list corruption and UAF in command complete
    handlers (CVE-2026-43059 bsc#1264184).
  - commit 58f5225
  - Bluetooth: MGMT: fix crash in set_mesh_sync and
    set_mesh_complete (CVE-2026-43059 bsc#1264184).
  - Refresh patches.kabi/hci_dev-centralize-extra-lock.patch.
  - commit 59594e6

++++ kernel-rt_debug:

  - rpm/mkspec: Conditionally set Rust BuildReqs (bsc#1258538)
    This is a further optimization of kernel packaging rust-enablement.
    Add the check of CONFIG_RUST at creating the spec for each kernel
    flavor, and set BuildRequires conditionally only for archs that have
    CONFIG_RUST.  This avoids the unnecessary dependency chains due to
    unused rust.
    The main knob ENABLE_RUST is still needed because otherwise we can't
    know whether to pass the dummy-tools or not at processing
    run_oldconfig.
  - commit ccf4b93
  - rpm/check-for-config-changes: ignore Rust-related configs (bsc#1258538)
    Those configs may be dynamically changed at the build time
  - commit 5251980
  - rpm: Add BuildRequires for Rust enablement (bsc#1258538)
    Update mkspec and template to generate the spec files with
    BuildRequires of Rust-related packages when ENABLE_RUST=Yes is set in
    rpm/config.sh.
  - commit d0f276f
  - bonding: alb: fix UAF in rlb_arp_recv during bond up/down
    (CVE-2026-45970 bsc#1267205).
  - commit c7c508f
  - RDMA/mlx4: Fix mis-use of RCU in mlx4_srq_event()
    (CVE-2026-46181 bsc#1266826).
  - commit 971667c
  - x86: shadow stacks: proper error handling for mmap lock (bsc#1264484 CVE-2026-43109).
  - commit fbd32de
  - ALSA: caiaq: Don't abort when no input device is available
    (CVE-2026-46004 bsc#1267222).
  - ALSA: caiaq: Fix potentially leftover ep1_in_urb at error path
    (CVE-2026-46004 bsc#1267222).
  - commit a3abbee
  - ALSA: caiaq: Handle probe errors properly (CVE-2026-46004
    bsc#1267222).
  - commit c42211b
  - thermal: core: Fix thermal zone governor cleanup issues
    (CVE-2026-46021 bsc#1267220).
  - commit 5b274e1
  - Bluetooth: MGMT: Fix list corruption and UAF in command complete
    handlers (CVE-2026-43059 bsc#1264184).
  - commit 58f5225
  - Bluetooth: MGMT: fix crash in set_mesh_sync and
    set_mesh_complete (CVE-2026-43059 bsc#1264184).
  - Refresh patches.kabi/hci_dev-centralize-extra-lock.patch.
  - commit 59594e6

++++ rpcbind:

  - Tue Jun  2 11:32:51 UTC 2026 - Thomas Blume <thomas.blume@suse.com>
    Update to rpcbind 1.2.9 (bsc#1267212)
    https://lore.kernel.org/linux-nfs/5cad3ab4-d24a-45fa-b1e9-d57b2c47a5e4@redhat.com/
    rpcinfo: stack buffer overflow in rpcinfo rpcbaddrlist()
    * rpcbind: Stop unauthenticated oversized allocation in PMAPPROC_CALLIT decode
    * rpcbind: fix memory leak in read_warmstart()
    * rpcbind: fix memory leaks in network_init()
    * rpcbind: fix memory leak in init_transport()
  - Update to rpcbind 1.2.8
    https://lore.kernel.org/linux-nfs/b553cc5a-46eb-453b-80f0-cfe69ccb7b21@redhat.com/
    * Added -v (print version and compile flags)
    * rpcinfo: Removed a number of "old-style function definition" warnings
    * man/rpcbind: Update list of options
    * Comment out ListenStream=@/run/rpcbind.sock
    * [nfs/nfs-utils/rpcbind] rpcbind: avoid dereferencing NULL from realloc()
    * systemd/rpcbind.service.in: Add various hardenings options
    * man/rpcbind: Add Files section to manpage
    * Moved rpcbind.lock and default configs to /run instead of /var/run
  - systemd: Upstream added systemd EnvironmentFile: 1) /etc/rpcbind.conf 2)
    /etc/default/rpcbind 3) /etc/sysconfig/rpcbind (the only one originally used
    in openSUSE patch for boo#1117217)
  - systemd: Add 'systemd-tmpfiles-setup.service' into 'Wants' and 'After'
    targets (originally openSUSE patch for boo#1117217 added 'After=sysinit.target')
  - Removed patches (accepted upstream):
    * 0001-systemd-unit-files.patch
    * harden_rpcbind.service.patch
    * 0001-change-lockingdir-to-run.patch
  - Update to rpcbind 1.2.7
    * rpcinfo: try connecting using abstract address
    * Listen on an AF_UNIX abstract address if supported
    * autotools/systemd: call rpcbind with -w only on enabled warm starts
    * rpcbind: fix double free in init_transport

------------------------------------------------------------------
------------------  2026-6-2  -  Jun 2 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - slip: reject VJ receive packets on instances with no rstate array (CVE-2026-45842 bsc#1266400)
  - commit 9c6954f
  - media: dvb-net: fix OOB access in ULE extension header tables (CVE-2026-31405 bsc#1261700)
  - commit 0115edd
  - usb: usbtmc: Flush anchored URBs in usbtmc_release (CVE-2026-31758 bsc#1264093)
  - commit 862c169
  - xfrm_user: fix info leak in build_report() (CVE-2026-31671 bsc#1263115)
  - commit e993b23
  - bareudp: fix NULL pointer dereference in bareudp_fill_metadata_dst() (CVE-2026-45846 bsc#1266394)
  - commit 8489b03
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    GFN (CVE-2026-46113 bsc#1266969).
  - commit 492a8ff
  - net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to zero to prevent an info-leak (CVE-2026-43040 bsc#1264091)
  - commit afb5ee9
  - efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error paths (CVE-2025-38549 bsc#1248235).
  - commit 07594aa
  - ext4: fix bounds check in check_xattrs() to prevent
    out-of-bounds access (bsc#1266927 CVE-2026-46094).
  - commit 7627409
  - writeback: Fix use after free in inode_switch_wbs_work_fn()
    (bsc#1263883 CVE-2026-31703).
  - commit afdb742
  - ext4: avoid allocate block from corrupted group in
    ext4_mb_find_by_goal() (bsc#1264255 CVE-2026-43068).
  - commit 3900419
  - ext4: avoid infinite loops caused by residual data (bsc#1262622
    CVE-2026-31448).
  - commit 23a715f
  - ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
    (bsc#1264245 CVE-2026-43066).
  - commit 283732e
  - ext4: always drain queued discard work in ext4_mb_release()
    (bsc#1264243 CVE-2026-43065).
  - commit 01e5eec
  - ext4: fix use-after-free in update_super_work when racing with
    umount (bsc#1262619 CVE-2026-31446).
  - commit 2d5d4dc
  - arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBI (git-fixes)
  - commit 0883f58
  - arm64: tlb: Allow XZR argument to TLBI ops (git-fixes)
  - commit a27017d
  - RDMA/rxe: Reject non-8-byte ATOMIC_WRITE payloads (CVE-2026-46114 bsc#1266972)
  - commit 76ec1c1
  - RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_send (CVE-2026-45856 bsc#1266720)
  - commit c95a10d
  - auxdisplay: line-display: fix OOB read on zero-length
    message_store() (git-fixes).
  - security/keys: fix missed RCU read section on lookup
    (stable-fixes).
  - drm/amd/display: Validate payload length and link_index in
    dc_process_dmub_aux_transfer_async (stable-fixes).
  - drm/amd/display: Validate GPIO pin LUT table size before
    iterating (stable-fixes).
  - drm/amd/display: Fix integer overflow in bios_get_image()
    (stable-fixes).
  - phy: marvell: mvebu-a3700-utmi: fix incorrect USB2_PHY_CTRL
    register access (git-fixes).
  - spi: ti-qspi: fix use-after-free after DMA setup failure
    (git-fixes).
  - spi: sprd: fix error pointer deref after DMA setup failure
    (git-fixes).
  - spi: mtk-snfi: Fix resource leak in mtk_snand_read_page_cache()
    (git-fixes).
  - ALSA: asihpi: Fix potential OOB array access at reading cache
    (stable-fixes).
  - net: wwan: iosm: fix potential memory leaks in ipc_imem_init()
    (git-fixes).
  - drivers/base/memory: fix memory block reference leak in poison
    accounting (git-fixes).
  - HID: quirks: really enable the intended work around for
    appledisplay (git-fixes).
  - HID: uclogic: Fix regression of input name assignment
    (git-fixes).
  - string: add mem_is_zero() helper to check if memory area is
    all zeros (stable-fixes).
  - commit 55d2e55
  - RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init() (CVE-2026-46176 bsc#1266816)
  - commit f587e2a

++++ kernel-rt:

  - slip: reject VJ receive packets on instances with no rstate array (CVE-2026-45842 bsc#1266400)
  - commit 9c6954f
  - media: dvb-net: fix OOB access in ULE extension header tables (CVE-2026-31405 bsc#1261700)
  - commit 0115edd
  - usb: usbtmc: Flush anchored URBs in usbtmc_release (CVE-2026-31758 bsc#1264093)
  - commit 862c169
  - xfrm_user: fix info leak in build_report() (CVE-2026-31671 bsc#1263115)
  - commit e993b23
  - bareudp: fix NULL pointer dereference in bareudp_fill_metadata_dst() (CVE-2026-45846 bsc#1266394)
  - commit 8489b03
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    GFN (CVE-2026-46113 bsc#1266969).
  - commit 492a8ff
  - net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to zero to prevent an info-leak (CVE-2026-43040 bsc#1264091)
  - commit afb5ee9
  - efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error paths (CVE-2025-38549 bsc#1248235).
  - commit 07594aa
  - ext4: fix bounds check in check_xattrs() to prevent
    out-of-bounds access (bsc#1266927 CVE-2026-46094).
  - commit 7627409
  - writeback: Fix use after free in inode_switch_wbs_work_fn()
    (bsc#1263883 CVE-2026-31703).
  - commit afdb742
  - ext4: avoid allocate block from corrupted group in
    ext4_mb_find_by_goal() (bsc#1264255 CVE-2026-43068).
  - commit 3900419
  - ext4: avoid infinite loops caused by residual data (bsc#1262622
    CVE-2026-31448).
  - commit 23a715f
  - ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
    (bsc#1264245 CVE-2026-43066).
  - commit 283732e
  - ext4: always drain queued discard work in ext4_mb_release()
    (bsc#1264243 CVE-2026-43065).
  - commit 01e5eec
  - ext4: fix use-after-free in update_super_work when racing with
    umount (bsc#1262619 CVE-2026-31446).
  - commit 2d5d4dc
  - arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBI (git-fixes)
  - commit 0883f58
  - arm64: tlb: Allow XZR argument to TLBI ops (git-fixes)
  - commit a27017d
  - RDMA/rxe: Reject non-8-byte ATOMIC_WRITE payloads (CVE-2026-46114 bsc#1266972)
  - commit 76ec1c1
  - RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_send (CVE-2026-45856 bsc#1266720)
  - commit c95a10d
  - auxdisplay: line-display: fix OOB read on zero-length
    message_store() (git-fixes).
  - security/keys: fix missed RCU read section on lookup
    (stable-fixes).
  - drm/amd/display: Validate payload length and link_index in
    dc_process_dmub_aux_transfer_async (stable-fixes).
  - drm/amd/display: Validate GPIO pin LUT table size before
    iterating (stable-fixes).
  - drm/amd/display: Fix integer overflow in bios_get_image()
    (stable-fixes).
  - phy: marvell: mvebu-a3700-utmi: fix incorrect USB2_PHY_CTRL
    register access (git-fixes).
  - spi: ti-qspi: fix use-after-free after DMA setup failure
    (git-fixes).
  - spi: sprd: fix error pointer deref after DMA setup failure
    (git-fixes).
  - spi: mtk-snfi: Fix resource leak in mtk_snand_read_page_cache()
    (git-fixes).
  - ALSA: asihpi: Fix potential OOB array access at reading cache
    (stable-fixes).
  - net: wwan: iosm: fix potential memory leaks in ipc_imem_init()
    (git-fixes).
  - drivers/base/memory: fix memory block reference leak in poison
    accounting (git-fixes).
  - HID: quirks: really enable the intended work around for
    appledisplay (git-fixes).
  - HID: uclogic: Fix regression of input name assignment
    (git-fixes).
  - string: add mem_is_zero() helper to check if memory area is
    all zeros (stable-fixes).
  - commit 55d2e55
  - RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init() (CVE-2026-46176 bsc#1266816)
  - commit f587e2a

++++ kernel-rt_debug:

  - slip: reject VJ receive packets on instances with no rstate array (CVE-2026-45842 bsc#1266400)
  - commit 9c6954f
  - media: dvb-net: fix OOB access in ULE extension header tables (CVE-2026-31405 bsc#1261700)
  - commit 0115edd
  - usb: usbtmc: Flush anchored URBs in usbtmc_release (CVE-2026-31758 bsc#1264093)
  - commit 862c169
  - xfrm_user: fix info leak in build_report() (CVE-2026-31671 bsc#1263115)
  - commit e993b23
  - bareudp: fix NULL pointer dereference in bareudp_fill_metadata_dst() (CVE-2026-45846 bsc#1266394)
  - commit 8489b03
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    GFN (CVE-2026-46113 bsc#1266969).
  - commit 492a8ff
  - net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to zero to prevent an info-leak (CVE-2026-43040 bsc#1264091)
  - commit afb5ee9
  - efivarfs: Fix memory leak of efivarfs_fs_info in fs_context error paths (CVE-2025-38549 bsc#1248235).
  - commit 07594aa
  - ext4: fix bounds check in check_xattrs() to prevent
    out-of-bounds access (bsc#1266927 CVE-2026-46094).
  - commit 7627409
  - writeback: Fix use after free in inode_switch_wbs_work_fn()
    (bsc#1263883 CVE-2026-31703).
  - commit afdb742
  - ext4: avoid allocate block from corrupted group in
    ext4_mb_find_by_goal() (bsc#1264255 CVE-2026-43068).
  - commit 3900419
  - ext4: avoid infinite loops caused by residual data (bsc#1262622
    CVE-2026-31448).
  - commit 23a715f
  - ext4: fix iloc.bh leak in ext4_fc_replay_inode() error paths
    (bsc#1264245 CVE-2026-43066).
  - commit 283732e
  - ext4: always drain queued discard work in ext4_mb_release()
    (bsc#1264243 CVE-2026-43065).
  - commit 01e5eec
  - ext4: fix use-after-free in update_super_work when racing with
    umount (bsc#1262619 CVE-2026-31446).
  - commit 2d5d4dc
  - arm64: tlb: Optimize ARM64_WORKAROUND_REPEAT_TLBI (git-fixes)
  - commit 0883f58
  - arm64: tlb: Allow XZR argument to TLBI ops (git-fixes)
  - commit a27017d
  - RDMA/rxe: Reject non-8-byte ATOMIC_WRITE payloads (CVE-2026-46114 bsc#1266972)
  - commit 76ec1c1
  - RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_send (CVE-2026-45856 bsc#1266720)
  - commit c95a10d
  - auxdisplay: line-display: fix OOB read on zero-length
    message_store() (git-fixes).
  - security/keys: fix missed RCU read section on lookup
    (stable-fixes).
  - drm/amd/display: Validate payload length and link_index in
    dc_process_dmub_aux_transfer_async (stable-fixes).
  - drm/amd/display: Validate GPIO pin LUT table size before
    iterating (stable-fixes).
  - drm/amd/display: Fix integer overflow in bios_get_image()
    (stable-fixes).
  - phy: marvell: mvebu-a3700-utmi: fix incorrect USB2_PHY_CTRL
    register access (git-fixes).
  - spi: ti-qspi: fix use-after-free after DMA setup failure
    (git-fixes).
  - spi: sprd: fix error pointer deref after DMA setup failure
    (git-fixes).
  - spi: mtk-snfi: Fix resource leak in mtk_snand_read_page_cache()
    (git-fixes).
  - ALSA: asihpi: Fix potential OOB array access at reading cache
    (stable-fixes).
  - net: wwan: iosm: fix potential memory leaks in ipc_imem_init()
    (git-fixes).
  - drivers/base/memory: fix memory block reference leak in poison
    accounting (git-fixes).
  - HID: quirks: really enable the intended work around for
    appledisplay (git-fixes).
  - HID: uclogic: Fix regression of input name assignment
    (git-fixes).
  - string: add mem_is_zero() helper to check if memory area is
    all zeros (stable-fixes).
  - commit 55d2e55
  - RDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init() (CVE-2026-46176 bsc#1266816)
  - commit f587e2a

------------------------------------------------------------------
------------------  2026-6-1  -  Jun 1 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net: mana: Expose hardware diagnostic info via debugfs (bsc#1266414).
  - net: mana: Use kvmalloc for large RX queue and buffer allocations (bsc#1266765).
  - net: mana: Use per-queue allocation for tx_qp to reduce allocation size (bsc#1266765).
  - net: mana: hardening: Reject zero max_num_queues from GDMA_QUERY_MAX_RESOURCES (git-fixes).
  - drm/hyperv: validate VMBus packet size in receive callback (git-fixes).
  - drm/hyperv: validate resolution_count and fix WIN8 fallback (git-fixes).
  - net: mana: Skip redundant detach on already-detached port (git-fixes).
  - net: mana: Add NULL guards in teardown path to prevent panic on attach failure (git-fixes).
  - RDMA/mana_ib: Report max_msg_sz in mana_ib_query_port (git-fixes).
  - net: mana: validate rx_req_idx to prevent out-of-bounds array access (bsc#1266402).
  - net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA buffer (bsc#1265928).
  - commit 81225ae
  - net: mvpp2: guard flow control update with global_tx_fc in buffer switching (CVE-2026-23438 bsc#1261619)
  - commit c2bc3dd
  - net: bonding: fix NULL deref in bond_debug_rlb_hash_show (CVE-2026-31546 bsc#1263006)
  - commit ec64778
  - 9p/xen: protect xen_9pfs_front_free against concurrent calls
    (bsc#1264476 CVE-2026-43249).
  - commit efe84aa
  - net: macb: fix use-after-free access to PTP clock (CVE-2026-31396 bsc#1261791)
  - commit a390b05
  - sched/rt: Skip currently executing CPU in rto_next_cpu()
    (bsc#1262649).
  - commit 239586c
  - RDMA/rxe: Fix race condition in QP timer handlers (CVE-2026-45910 bsc#1266889)
  - commit d80968b
  - RDMA/rxe: Fix double free in rxe_srq_from_init (CVE-2026-45852 bsc#1266711)
  - commit 16dd3c8
  - cxl/mbox: validate payload size before accessing contents in cxl_payload_from_user_allowed() (CVE-2026-23327 bsc#1260548)
  - commit 27dbf08
  - nfc: llcp: add missing return after LLCP_CLOSED checks (CVE-2026-31629 bsc#1263790)
  - commit db86873
  - smb: client: Don't log plaintext credentials in cifs_set_cifscreds (CVE-2026-23303 bsc#1260502)
  - commit 53c0ff0
  - team: avoid NETDEV_CHANGEMTU event when unregistering slave
    (CVE-2026-43234 bsc#1264409).
  - commit 6b7c409
  - tipc: fix divide-by-zero in tipc_sk_filter_connect() (CVE-2026-43411 bsc#1264672)
  - commit 32611e5
  - net: stmmac: Prevent NULL deref when RX memory exhausted
    (CVE-2026-46110 bsc#1266759).
  - net: stmmac: rename STMMAC_GET_ENTRY() -> STMMAC_NEXT_ENTRY()
    (CVE-2026-46110 bsc#1266759).
  - net/mlx5: lag: Check for LAG device before creating debugfs
    (CVE-2026-43013 bsc#1264011).
  - commit b15f093
  - RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv (CVE-2026-46043 bsc#1266901)
  - commit 909d78b
  - esp: fix skb leak with espintcp and async crypto (CVE-2026-31518 bsc#1262606)
  - commit f42cbf9
  - packaging: Replace compute-PATCHVERSION with python implementation
    This script is copied by kkspec to the package directory and called from
    there. That means that libraries from kernel-source cannot be loaded,
    and that's the reason why the script is appended to the library that is
    most useful for it. compute-PATCHVERSION and mkspec are no longer
    shipped in rpm packages which means compute-PATCHVERSION could be folded
    into mkspec, and that in turn into tar-up. However, these are all
    written in different languages.
  - commit de458e0
  - kabi: arm: io: Export ioremap_prot() symbol v2 (CVE-2026-23346 bsc#1260529 bsc#1266993)
    First version of this kABI fix missed that ioremap_prot() now
    accept only user-space mappings which breaks any out of tree
    KMP's which used the function for legitimate kernel IO mappings.
    Lets fix this by allowing kernel mappings and at same time
    properly handle user-space mappings
    [1] 9625623795d3 ("kabi: arm: io: Export ioremap_prot() symbol (CVE-2026-23346 bsc#1260529)")
  - commit 223d255
  - btrfs: reserve enough transaction items for qgroup ioctls
    (CVE-2026-43338 bsc#1264716).
  - commit 9eef1bf
  - btrfs: fix transaction abort on set received ioctl due to item
    overflow (CVE-2026-43359 bsc#1264719).
  - commit 847b693
  - Input: ims-pcu - fix usb_free_coherent() size in
    ims_pcu_buffers_free() (git-fixes).
  - Input: atmel_mxt_ts - fix boundary check in mxt_prepare_cfg_mem
    (git-fixes).
  - Input: xpad - fix out-of-bounds access for Share button
    (git-fixes).
  - Input: usbtouchscreen - clamp NEXIO data_len/x_len to URB
    buffer size (git-fixes).
  - commit f75d3d9

++++ kernel-rt:

  - net: mana: Expose hardware diagnostic info via debugfs (bsc#1266414).
  - net: mana: Use kvmalloc for large RX queue and buffer allocations (bsc#1266765).
  - net: mana: Use per-queue allocation for tx_qp to reduce allocation size (bsc#1266765).
  - net: mana: hardening: Reject zero max_num_queues from GDMA_QUERY_MAX_RESOURCES (git-fixes).
  - drm/hyperv: validate VMBus packet size in receive callback (git-fixes).
  - drm/hyperv: validate resolution_count and fix WIN8 fallback (git-fixes).
  - net: mana: Skip redundant detach on already-detached port (git-fixes).
  - net: mana: Add NULL guards in teardown path to prevent panic on attach failure (git-fixes).
  - RDMA/mana_ib: Report max_msg_sz in mana_ib_query_port (git-fixes).
  - net: mana: validate rx_req_idx to prevent out-of-bounds array access (bsc#1266402).
  - net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA buffer (bsc#1265928).
  - commit 81225ae
  - net: mvpp2: guard flow control update with global_tx_fc in buffer switching (CVE-2026-23438 bsc#1261619)
  - commit c2bc3dd
  - net: bonding: fix NULL deref in bond_debug_rlb_hash_show (CVE-2026-31546 bsc#1263006)
  - commit ec64778
  - 9p/xen: protect xen_9pfs_front_free against concurrent calls
    (bsc#1264476 CVE-2026-43249).
  - commit efe84aa
  - net: macb: fix use-after-free access to PTP clock (CVE-2026-31396 bsc#1261791)
  - commit a390b05
  - sched/rt: Skip currently executing CPU in rto_next_cpu()
    (bsc#1262649).
  - commit 239586c
  - RDMA/rxe: Fix race condition in QP timer handlers (CVE-2026-45910 bsc#1266889)
  - commit d80968b
  - RDMA/rxe: Fix double free in rxe_srq_from_init (CVE-2026-45852 bsc#1266711)
  - commit 16dd3c8
  - cxl/mbox: validate payload size before accessing contents in cxl_payload_from_user_allowed() (CVE-2026-23327 bsc#1260548)
  - commit 27dbf08
  - nfc: llcp: add missing return after LLCP_CLOSED checks (CVE-2026-31629 bsc#1263790)
  - commit db86873
  - smb: client: Don't log plaintext credentials in cifs_set_cifscreds (CVE-2026-23303 bsc#1260502)
  - commit 53c0ff0
  - team: avoid NETDEV_CHANGEMTU event when unregistering slave
    (CVE-2026-43234 bsc#1264409).
  - commit 6b7c409
  - tipc: fix divide-by-zero in tipc_sk_filter_connect() (CVE-2026-43411 bsc#1264672)
  - commit 32611e5
  - net: stmmac: Prevent NULL deref when RX memory exhausted
    (CVE-2026-46110 bsc#1266759).
  - net: stmmac: rename STMMAC_GET_ENTRY() -> STMMAC_NEXT_ENTRY()
    (CVE-2026-46110 bsc#1266759).
  - net/mlx5: lag: Check for LAG device before creating debugfs
    (CVE-2026-43013 bsc#1264011).
  - commit b15f093
  - RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv (CVE-2026-46043 bsc#1266901)
  - commit 909d78b
  - esp: fix skb leak with espintcp and async crypto (CVE-2026-31518 bsc#1262606)
  - commit f42cbf9
  - packaging: Replace compute-PATCHVERSION with python implementation
    This script is copied by kkspec to the package directory and called from
    there. That means that libraries from kernel-source cannot be loaded,
    and that's the reason why the script is appended to the library that is
    most useful for it. compute-PATCHVERSION and mkspec are no longer
    shipped in rpm packages which means compute-PATCHVERSION could be folded
    into mkspec, and that in turn into tar-up. However, these are all
    written in different languages.
  - commit de458e0
  - kabi: arm: io: Export ioremap_prot() symbol v2 (CVE-2026-23346 bsc#1260529 bsc#1266993)
    First version of this kABI fix missed that ioremap_prot() now
    accept only user-space mappings which breaks any out of tree
    KMP's which used the function for legitimate kernel IO mappings.
    Lets fix this by allowing kernel mappings and at same time
    properly handle user-space mappings
    [1] 9625623795d3 ("kabi: arm: io: Export ioremap_prot() symbol (CVE-2026-23346 bsc#1260529)")
  - commit 223d255
  - btrfs: reserve enough transaction items for qgroup ioctls
    (CVE-2026-43338 bsc#1264716).
  - commit 9eef1bf
  - btrfs: fix transaction abort on set received ioctl due to item
    overflow (CVE-2026-43359 bsc#1264719).
  - commit 847b693
  - Input: ims-pcu - fix usb_free_coherent() size in
    ims_pcu_buffers_free() (git-fixes).
  - Input: atmel_mxt_ts - fix boundary check in mxt_prepare_cfg_mem
    (git-fixes).
  - Input: xpad - fix out-of-bounds access for Share button
    (git-fixes).
  - Input: usbtouchscreen - clamp NEXIO data_len/x_len to URB
    buffer size (git-fixes).
  - commit f75d3d9

++++ kernel-rt_debug:

  - net: mana: Expose hardware diagnostic info via debugfs (bsc#1266414).
  - net: mana: Use kvmalloc for large RX queue and buffer allocations (bsc#1266765).
  - net: mana: Use per-queue allocation for tx_qp to reduce allocation size (bsc#1266765).
  - net: mana: hardening: Reject zero max_num_queues from GDMA_QUERY_MAX_RESOURCES (git-fixes).
  - drm/hyperv: validate VMBus packet size in receive callback (git-fixes).
  - drm/hyperv: validate resolution_count and fix WIN8 fallback (git-fixes).
  - net: mana: Skip redundant detach on already-detached port (git-fixes).
  - net: mana: Add NULL guards in teardown path to prevent panic on attach failure (git-fixes).
  - RDMA/mana_ib: Report max_msg_sz in mana_ib_query_port (git-fixes).
  - net: mana: validate rx_req_idx to prevent out-of-bounds array access (bsc#1266402).
  - net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA buffer (bsc#1265928).
  - commit 81225ae
  - net: mvpp2: guard flow control update with global_tx_fc in buffer switching (CVE-2026-23438 bsc#1261619)
  - commit c2bc3dd
  - net: bonding: fix NULL deref in bond_debug_rlb_hash_show (CVE-2026-31546 bsc#1263006)
  - commit ec64778
  - 9p/xen: protect xen_9pfs_front_free against concurrent calls
    (bsc#1264476 CVE-2026-43249).
  - commit efe84aa
  - net: macb: fix use-after-free access to PTP clock (CVE-2026-31396 bsc#1261791)
  - commit a390b05
  - sched/rt: Skip currently executing CPU in rto_next_cpu()
    (bsc#1262649).
  - commit 239586c
  - RDMA/rxe: Fix race condition in QP timer handlers (CVE-2026-45910 bsc#1266889)
  - commit d80968b
  - RDMA/rxe: Fix double free in rxe_srq_from_init (CVE-2026-45852 bsc#1266711)
  - commit 16dd3c8
  - cxl/mbox: validate payload size before accessing contents in cxl_payload_from_user_allowed() (CVE-2026-23327 bsc#1260548)
  - commit 27dbf08
  - nfc: llcp: add missing return after LLCP_CLOSED checks (CVE-2026-31629 bsc#1263790)
  - commit db86873
  - smb: client: Don't log plaintext credentials in cifs_set_cifscreds (CVE-2026-23303 bsc#1260502)
  - commit 53c0ff0
  - team: avoid NETDEV_CHANGEMTU event when unregistering slave
    (CVE-2026-43234 bsc#1264409).
  - commit 6b7c409
  - tipc: fix divide-by-zero in tipc_sk_filter_connect() (CVE-2026-43411 bsc#1264672)
  - commit 32611e5
  - net: stmmac: Prevent NULL deref when RX memory exhausted
    (CVE-2026-46110 bsc#1266759).
  - net: stmmac: rename STMMAC_GET_ENTRY() -> STMMAC_NEXT_ENTRY()
    (CVE-2026-46110 bsc#1266759).
  - net/mlx5: lag: Check for LAG device before creating debugfs
    (CVE-2026-43013 bsc#1264011).
  - commit b15f093
  - RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv (CVE-2026-46043 bsc#1266901)
  - commit 909d78b
  - esp: fix skb leak with espintcp and async crypto (CVE-2026-31518 bsc#1262606)
  - commit f42cbf9
  - packaging: Replace compute-PATCHVERSION with python implementation
    This script is copied by kkspec to the package directory and called from
    there. That means that libraries from kernel-source cannot be loaded,
    and that's the reason why the script is appended to the library that is
    most useful for it. compute-PATCHVERSION and mkspec are no longer
    shipped in rpm packages which means compute-PATCHVERSION could be folded
    into mkspec, and that in turn into tar-up. However, these are all
    written in different languages.
  - commit de458e0
  - kabi: arm: io: Export ioremap_prot() symbol v2 (CVE-2026-23346 bsc#1260529 bsc#1266993)
    First version of this kABI fix missed that ioremap_prot() now
    accept only user-space mappings which breaks any out of tree
    KMP's which used the function for legitimate kernel IO mappings.
    Lets fix this by allowing kernel mappings and at same time
    properly handle user-space mappings
    [1] 9625623795d3 ("kabi: arm: io: Export ioremap_prot() symbol (CVE-2026-23346 bsc#1260529)")
  - commit 223d255
  - btrfs: reserve enough transaction items for qgroup ioctls
    (CVE-2026-43338 bsc#1264716).
  - commit 9eef1bf
  - btrfs: fix transaction abort on set received ioctl due to item
    overflow (CVE-2026-43359 bsc#1264719).
  - commit 847b693
  - Input: ims-pcu - fix usb_free_coherent() size in
    ims_pcu_buffers_free() (git-fixes).
  - Input: atmel_mxt_ts - fix boundary check in mxt_prepare_cfg_mem
    (git-fixes).
  - Input: xpad - fix out-of-bounds access for Share button
    (git-fixes).
  - Input: usbtouchscreen - clamp NEXIO data_len/x_len to URB
    buffer size (git-fixes).
  - commit f75d3d9

++++ openssh:

  - Add patch rebased from upstream to add missing askpass check for
    proxy-mode multiplexing sessions (CVE-2026-35388, bsc#1261441):
    * openssh-cve-2026-35388-askpass-multiplexing.patch
  - Update patch to fix a possible information disclosure or denial
    of service due to uninitialized variables in gssapi patches
    (CVE-2026-3497, bsc#1259642) :
    * openssh-8.0p1-gssapi-keyex.patch

------------------------------------------------------------------
------------------  2026-5-31  -  May 31 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Drop parted requirement for msdos partitioner
    parted was used in kiwi at one place to set the active flag
    on a partition in the DOS table. This action can also be
    done via sfdisk and drops the parted requirement from the
    kiwi builder code

++++ kernel-default:

  - USB: serial: cypress_m8: validate interrupt packet headers
    (git-fixes).
  - USB: serial: safe_serial: fix memory corruption with small
    endpoint (git-fixes).
  - USB: serial: omninet: fix memory corruption with small endpoint
    (git-fixes).
  - USB: serial: mxuport: fix memory corruption with small endpoint
    (git-fixes).
  - USB: serial: option: add missing RSVD(5) flag for Rolling
    RW135R-GL (git-fixes).
  - USB: serial: mct_u232: fix missing interrupt-in transfer sanity
    check (git-fixes).
  - USB: serial: keyspan: fix missing indat transfer sanity check
    (git-fixes).
  - USB: serial: belkin_sa: validate interrupt status length
    (git-fixes).
  - USB: cdc-acm: Fix bit overlap and move quirk definitions to
    header (git-fixes).
  - usb: dwc2: Fix use after free in debug code (git-fixes).
  - usb: chipidea: core: convert ci_role_switch to local variable
    (git-fixes).
  - usb: gadget: f_fs: copy only received bytes on short ep0 read
    (git-fixes).
  - usb: gadget: dummy_hcd: Reject hub port requests for
    non-existent ports (git-fixes).
  - usbip: vudc: Fix use after free bug in vudc_remove due to race
    condition (git-fixes).
  - usb: usbtmc: reject interrupt endpoints with small
    wMaxPacketSize (git-fixes).
  - usb: usbtmc: check URB actual_length for interrupt-IN
    notifications (git-fixes).
  - usb: gadget: net2280: Fix double free in probe error path
    (git-fixes).
  - usb: gadget: f_hid: fix device reference leak in hidg_alloc()
    (git-fixes).
  - usb: cdns3: gadget: fix request skipping after clearing halt
    (git-fixes).
  - usb: cdns3: plat: fix unbalanced pm_runtime_forbid() call
    permanently leaks the runtime PM usage counter across
    bind/unbind cycles (git-fixes).
  - usb: gadget: composite: fix integer underflow in WebUSB GET_URL
    handling (git-fixes).
  - tty: serial: pch_uart: add check for dma_alloc_coherent()
    (git-fixes).
  - commit 2bf3f1e
  - thunderbolt: property: Reject dir_len < 4 to prevent size_t
    underflow (git-fixes).
  - thunderbolt: property: Reject u32 wrap in
    tb_property_entry_valid() (git-fixes).
  - serial: fsl_lpuart: fix rx buffer and DMA map leaks in
    start_rx_dma (git-fixes).
  - serial: qcom-geni: fix UART_RX_PAR_EN bit position (git-fixes).
  - parport: Fix race between port and client registration
    (git-fixes).
  - comedi: comedi_test: fix check for valid scan_begin_src in
    waveform_ai_cmdtest() (git-fixes).
  - comedi: comedi_test: Fix limiting of convert_arg in
    waveform_ai_cmdtest() (git-fixes).
  - iio: adc: viperboard: Fix error handling in vprbrd_iio_read_raw
    (git-fixes).
  - iio: gyro: itg3200: fix i2c read into the wrong stack location
    (git-fixes).
  - iio: dac: ad5686: acquire lock when doing powerdown control
    (git-fixes).
  - iio: temperature: tsys01: fix broken PROM checksum validation
    (git-fixes).
  - iio: buffer: hw-consumer: fix use-after-free in error path
    (git-fixes).
  - iio: dac: ad5686: fix input raw value check (git-fixes).
  - iio: ssp_sensors: cancel delayed work_refresh on remove
    (git-fixes).
  - iio: dac: max5821: fix return value check in powerdown sync
    (git-fixes).
  - iio: imu: st_lsm6dsx: fix stack leak in tagged FIFO buffer
    (git-fixes).
  - iio: light: cm3323: fix reg_conf not being initialized correctly
    (git-fixes).
  - iio: magnetometer: st_magn: fix default DRDY pin selection
    for LIS2MDL (git-fixes).
  - iio: adc: xilinx-xadc: Fix sequencer mode in postdisable for
    dual mux (git-fixes).
  - drm/hyperv: validate VMBus packet size in receive callback
    (git-fixes).
  - drm/hyperv: validate resolution_count and fix WIN8 fallback
    (git-fixes).
  - drm/amd/pm/si: Disregard vblank time when no displays are
    connected (git-fixes).
  - drm/i915: Fix potential UAF in TTM object purge (git-fixes).
  - commit 129155c

++++ kernel-rt:

  - USB: serial: cypress_m8: validate interrupt packet headers
    (git-fixes).
  - USB: serial: safe_serial: fix memory corruption with small
    endpoint (git-fixes).
  - USB: serial: omninet: fix memory corruption with small endpoint
    (git-fixes).
  - USB: serial: mxuport: fix memory corruption with small endpoint
    (git-fixes).
  - USB: serial: option: add missing RSVD(5) flag for Rolling
    RW135R-GL (git-fixes).
  - USB: serial: mct_u232: fix missing interrupt-in transfer sanity
    check (git-fixes).
  - USB: serial: keyspan: fix missing indat transfer sanity check
    (git-fixes).
  - USB: serial: belkin_sa: validate interrupt status length
    (git-fixes).
  - USB: cdc-acm: Fix bit overlap and move quirk definitions to
    header (git-fixes).
  - usb: dwc2: Fix use after free in debug code (git-fixes).
  - usb: chipidea: core: convert ci_role_switch to local variable
    (git-fixes).
  - usb: gadget: f_fs: copy only received bytes on short ep0 read
    (git-fixes).
  - usb: gadget: dummy_hcd: Reject hub port requests for
    non-existent ports (git-fixes).
  - usbip: vudc: Fix use after free bug in vudc_remove due to race
    condition (git-fixes).
  - usb: usbtmc: reject interrupt endpoints with small
    wMaxPacketSize (git-fixes).
  - usb: usbtmc: check URB actual_length for interrupt-IN
    notifications (git-fixes).
  - usb: gadget: net2280: Fix double free in probe error path
    (git-fixes).
  - usb: gadget: f_hid: fix device reference leak in hidg_alloc()
    (git-fixes).
  - usb: cdns3: gadget: fix request skipping after clearing halt
    (git-fixes).
  - usb: cdns3: plat: fix unbalanced pm_runtime_forbid() call
    permanently leaks the runtime PM usage counter across
    bind/unbind cycles (git-fixes).
  - usb: gadget: composite: fix integer underflow in WebUSB GET_URL
    handling (git-fixes).
  - tty: serial: pch_uart: add check for dma_alloc_coherent()
    (git-fixes).
  - commit 2bf3f1e
  - thunderbolt: property: Reject dir_len < 4 to prevent size_t
    underflow (git-fixes).
  - thunderbolt: property: Reject u32 wrap in
    tb_property_entry_valid() (git-fixes).
  - serial: fsl_lpuart: fix rx buffer and DMA map leaks in
    start_rx_dma (git-fixes).
  - serial: qcom-geni: fix UART_RX_PAR_EN bit position (git-fixes).
  - parport: Fix race between port and client registration
    (git-fixes).
  - comedi: comedi_test: fix check for valid scan_begin_src in
    waveform_ai_cmdtest() (git-fixes).
  - comedi: comedi_test: Fix limiting of convert_arg in
    waveform_ai_cmdtest() (git-fixes).
  - iio: adc: viperboard: Fix error handling in vprbrd_iio_read_raw
    (git-fixes).
  - iio: gyro: itg3200: fix i2c read into the wrong stack location
    (git-fixes).
  - iio: dac: ad5686: acquire lock when doing powerdown control
    (git-fixes).
  - iio: temperature: tsys01: fix broken PROM checksum validation
    (git-fixes).
  - iio: buffer: hw-consumer: fix use-after-free in error path
    (git-fixes).
  - iio: dac: ad5686: fix input raw value check (git-fixes).
  - iio: ssp_sensors: cancel delayed work_refresh on remove
    (git-fixes).
  - iio: dac: max5821: fix return value check in powerdown sync
    (git-fixes).
  - iio: imu: st_lsm6dsx: fix stack leak in tagged FIFO buffer
    (git-fixes).
  - iio: light: cm3323: fix reg_conf not being initialized correctly
    (git-fixes).
  - iio: magnetometer: st_magn: fix default DRDY pin selection
    for LIS2MDL (git-fixes).
  - iio: adc: xilinx-xadc: Fix sequencer mode in postdisable for
    dual mux (git-fixes).
  - drm/hyperv: validate VMBus packet size in receive callback
    (git-fixes).
  - drm/hyperv: validate resolution_count and fix WIN8 fallback
    (git-fixes).
  - drm/amd/pm/si: Disregard vblank time when no displays are
    connected (git-fixes).
  - drm/i915: Fix potential UAF in TTM object purge (git-fixes).
  - commit 129155c

++++ kernel-rt_debug:

  - USB: serial: cypress_m8: validate interrupt packet headers
    (git-fixes).
  - USB: serial: safe_serial: fix memory corruption with small
    endpoint (git-fixes).
  - USB: serial: omninet: fix memory corruption with small endpoint
    (git-fixes).
  - USB: serial: mxuport: fix memory corruption with small endpoint
    (git-fixes).
  - USB: serial: option: add missing RSVD(5) flag for Rolling
    RW135R-GL (git-fixes).
  - USB: serial: mct_u232: fix missing interrupt-in transfer sanity
    check (git-fixes).
  - USB: serial: keyspan: fix missing indat transfer sanity check
    (git-fixes).
  - USB: serial: belkin_sa: validate interrupt status length
    (git-fixes).
  - USB: cdc-acm: Fix bit overlap and move quirk definitions to
    header (git-fixes).
  - usb: dwc2: Fix use after free in debug code (git-fixes).
  - usb: chipidea: core: convert ci_role_switch to local variable
    (git-fixes).
  - usb: gadget: f_fs: copy only received bytes on short ep0 read
    (git-fixes).
  - usb: gadget: dummy_hcd: Reject hub port requests for
    non-existent ports (git-fixes).
  - usbip: vudc: Fix use after free bug in vudc_remove due to race
    condition (git-fixes).
  - usb: usbtmc: reject interrupt endpoints with small
    wMaxPacketSize (git-fixes).
  - usb: usbtmc: check URB actual_length for interrupt-IN
    notifications (git-fixes).
  - usb: gadget: net2280: Fix double free in probe error path
    (git-fixes).
  - usb: gadget: f_hid: fix device reference leak in hidg_alloc()
    (git-fixes).
  - usb: cdns3: gadget: fix request skipping after clearing halt
    (git-fixes).
  - usb: cdns3: plat: fix unbalanced pm_runtime_forbid() call
    permanently leaks the runtime PM usage counter across
    bind/unbind cycles (git-fixes).
  - usb: gadget: composite: fix integer underflow in WebUSB GET_URL
    handling (git-fixes).
  - tty: serial: pch_uart: add check for dma_alloc_coherent()
    (git-fixes).
  - commit 2bf3f1e
  - thunderbolt: property: Reject dir_len < 4 to prevent size_t
    underflow (git-fixes).
  - thunderbolt: property: Reject u32 wrap in
    tb_property_entry_valid() (git-fixes).
  - serial: fsl_lpuart: fix rx buffer and DMA map leaks in
    start_rx_dma (git-fixes).
  - serial: qcom-geni: fix UART_RX_PAR_EN bit position (git-fixes).
  - parport: Fix race between port and client registration
    (git-fixes).
  - comedi: comedi_test: fix check for valid scan_begin_src in
    waveform_ai_cmdtest() (git-fixes).
  - comedi: comedi_test: Fix limiting of convert_arg in
    waveform_ai_cmdtest() (git-fixes).
  - iio: adc: viperboard: Fix error handling in vprbrd_iio_read_raw
    (git-fixes).
  - iio: gyro: itg3200: fix i2c read into the wrong stack location
    (git-fixes).
  - iio: dac: ad5686: acquire lock when doing powerdown control
    (git-fixes).
  - iio: temperature: tsys01: fix broken PROM checksum validation
    (git-fixes).
  - iio: buffer: hw-consumer: fix use-after-free in error path
    (git-fixes).
  - iio: dac: ad5686: fix input raw value check (git-fixes).
  - iio: ssp_sensors: cancel delayed work_refresh on remove
    (git-fixes).
  - iio: dac: max5821: fix return value check in powerdown sync
    (git-fixes).
  - iio: imu: st_lsm6dsx: fix stack leak in tagged FIFO buffer
    (git-fixes).
  - iio: light: cm3323: fix reg_conf not being initialized correctly
    (git-fixes).
  - iio: magnetometer: st_magn: fix default DRDY pin selection
    for LIS2MDL (git-fixes).
  - iio: adc: xilinx-xadc: Fix sequencer mode in postdisable for
    dual mux (git-fixes).
  - drm/hyperv: validate VMBus packet size in receive callback
    (git-fixes).
  - drm/hyperv: validate resolution_count and fix WIN8 fallback
    (git-fixes).
  - drm/amd/pm/si: Disregard vblank time when no displays are
    connected (git-fixes).
  - drm/i915: Fix potential UAF in TTM object purge (git-fixes).
  - commit 129155c

------------------------------------------------------------------
------------------  2026-5-30  -  May 30 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device
    close (git-fixes).
  - Bluetooth: ISO: serialize iso_sock_clear_timer with socket lock
    (git-fixes).
  - Bluetooth: ISO: fix UAF in iso_recv_frame (git-fixes).
  - Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp
    (git-fixes).
  - Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration
    success (git-fixes).
  - Bluetooth: 6lowpan: check skb_clone() return value in
    send_mcast_pkt() (git-fixes).
  - Bluetooth: btusb: Allow firmware re-download when version
    matches (git-fixes).
  - Bluetooth: HIDP: fix missing length checks in
    hidp_input_report() (git-fixes).
  - Bluetooth: L2CAP: use chan timer to close channels in
    cleanup_listen() (git-fixes).
  - Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout()
    on !conn (git-fixes).
  - ASoC: codecs: simple-mux: Fix enum control bounds check
    (git-fixes).
  - ASoC: qcom: q6asm-dai: fix error handling in prepare and
    set_params (git-fixes).
  - ASoC: qcom: q6asm-dai: close stream only when running
    (git-fixes).
  - ASoC: qcom: q6asm-dai: do not set stream state in event and
    trigger callbacks (git-fixes).
  - HID: wacom: Fix OOB write in wacom_hid_set_device_mode()
    (git-fixes).
  - commit 5cccd97

++++ kernel-rt:

  - Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device
    close (git-fixes).
  - Bluetooth: ISO: serialize iso_sock_clear_timer with socket lock
    (git-fixes).
  - Bluetooth: ISO: fix UAF in iso_recv_frame (git-fixes).
  - Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp
    (git-fixes).
  - Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration
    success (git-fixes).
  - Bluetooth: 6lowpan: check skb_clone() return value in
    send_mcast_pkt() (git-fixes).
  - Bluetooth: btusb: Allow firmware re-download when version
    matches (git-fixes).
  - Bluetooth: HIDP: fix missing length checks in
    hidp_input_report() (git-fixes).
  - Bluetooth: L2CAP: use chan timer to close channels in
    cleanup_listen() (git-fixes).
  - Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout()
    on !conn (git-fixes).
  - ASoC: codecs: simple-mux: Fix enum control bounds check
    (git-fixes).
  - ASoC: qcom: q6asm-dai: fix error handling in prepare and
    set_params (git-fixes).
  - ASoC: qcom: q6asm-dai: close stream only when running
    (git-fixes).
  - ASoC: qcom: q6asm-dai: do not set stream state in event and
    trigger callbacks (git-fixes).
  - HID: wacom: Fix OOB write in wacom_hid_set_device_mode()
    (git-fixes).
  - commit 5cccd97

++++ kernel-rt_debug:

  - Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device
    close (git-fixes).
  - Bluetooth: ISO: serialize iso_sock_clear_timer with socket lock
    (git-fixes).
  - Bluetooth: ISO: fix UAF in iso_recv_frame (git-fixes).
  - Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rsp
    (git-fixes).
  - Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration
    success (git-fixes).
  - Bluetooth: 6lowpan: check skb_clone() return value in
    send_mcast_pkt() (git-fixes).
  - Bluetooth: btusb: Allow firmware re-download when version
    matches (git-fixes).
  - Bluetooth: HIDP: fix missing length checks in
    hidp_input_report() (git-fixes).
  - Bluetooth: L2CAP: use chan timer to close channels in
    cleanup_listen() (git-fixes).
  - Bluetooth: L2CAP: fix chan ref leak in l2cap_chan_timeout()
    on !conn (git-fixes).
  - ASoC: codecs: simple-mux: Fix enum control bounds check
    (git-fixes).
  - ASoC: qcom: q6asm-dai: fix error handling in prepare and
    set_params (git-fixes).
  - ASoC: qcom: q6asm-dai: close stream only when running
    (git-fixes).
  - ASoC: qcom: q6asm-dai: do not set stream state in event and
    trigger callbacks (git-fixes).
  - HID: wacom: Fix OOB write in wacom_hid_set_device_mode()
    (git-fixes).
  - commit 5cccd97

------------------------------------------------------------------
------------------  2026-5-29  -  May 29 2026  -------------------
------------------------------------------------------------------

++++ firewalld:

  - CVE-2026-4948: Fix D-Bus setter authorization vulnerability that allowed
    local unprivileged users to modify firewall state (bsc#1260903)
    * CVE-2026-4948-fix-dbus-setter-authorizations.patch

++++ kernel-default:

  - btrfs: fix transaction abort when snapshotting received
    subvolumes (CVE-2026-43361 bsc#1264722).
  - commit 68eb967
  - btrfs: fix transaction abort on file creation due to name hash
    collision (CVE-2026-43360 bsc#1264720).
  - commit 335b528
  - wifi: iwlwifi: mvm: don't send a 6E related command when not
    supported (CVE-2026-43325 bsc#1265110).
  - commit 3c8b5bc
  - smb: client: reject userspace cifs.spnego descriptions
    (bsc#1266238).
  - commit b2ca6ab
  - drm/i915/dsi: Don't do DSC horizontal timing adjustments in
    command mode (CVE-2026-31767 bsc#1264124).
  - commit f45f094
  - iommu/amd: Use maximum PPR log buffer size when SNP is  enabled
    on Family 0x19 (bsc#1243603 CVE-2023-20585).
  - commit 993ad90
  - KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with
    in-kernel APIC (git-fixes).
  - commit 671dbfb
  - KVM: X86: Fix array_index_nospec protection in __pv_send_ipi
    (git-fixes).
  - commit ef45aed
  - iommu/amd: Use maximum Event log buffer size when SNP is
    enabled on Family 0x19 (bsc#1243603 CVE-2023-20585).
  - commit 1185f18
  - Refresh patches.suse/selftests-bpf-Add-more-precision-tracking-tests-for-.patch. (CVE-2026-43009 bsc#1264014)
  - commit 1de8df8
  - selftests/bpf: add test for nullable PTR_TO_BUF access
    (CVE-2026-43333 bsc#1264726).
  - commit 9b6669a
  - bpf: reject direct access to nullable PTR_TO_BUF pointers
    (CVE-2026-43333 bsc#1264726).
  - commit 8b12683

++++ kernel-rt:

  - btrfs: fix transaction abort when snapshotting received
    subvolumes (CVE-2026-43361 bsc#1264722).
  - commit 68eb967
  - btrfs: fix transaction abort on file creation due to name hash
    collision (CVE-2026-43360 bsc#1264720).
  - commit 335b528
  - wifi: iwlwifi: mvm: don't send a 6E related command when not
    supported (CVE-2026-43325 bsc#1265110).
  - commit 3c8b5bc
  - smb: client: reject userspace cifs.spnego descriptions
    (bsc#1266238).
  - commit b2ca6ab
  - drm/i915/dsi: Don't do DSC horizontal timing adjustments in
    command mode (CVE-2026-31767 bsc#1264124).
  - commit f45f094
  - iommu/amd: Use maximum PPR log buffer size when SNP is  enabled
    on Family 0x19 (bsc#1243603 CVE-2023-20585).
  - commit 993ad90
  - KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with
    in-kernel APIC (git-fixes).
  - commit 671dbfb
  - KVM: X86: Fix array_index_nospec protection in __pv_send_ipi
    (git-fixes).
  - commit ef45aed
  - iommu/amd: Use maximum Event log buffer size when SNP is
    enabled on Family 0x19 (bsc#1243603 CVE-2023-20585).
  - commit 1185f18
  - Refresh patches.suse/selftests-bpf-Add-more-precision-tracking-tests-for-.patch. (CVE-2026-43009 bsc#1264014)
  - commit 1de8df8
  - selftests/bpf: add test for nullable PTR_TO_BUF access
    (CVE-2026-43333 bsc#1264726).
  - commit 9b6669a
  - bpf: reject direct access to nullable PTR_TO_BUF pointers
    (CVE-2026-43333 bsc#1264726).
  - commit 8b12683

++++ kernel-rt_debug:

  - btrfs: fix transaction abort when snapshotting received
    subvolumes (CVE-2026-43361 bsc#1264722).
  - commit 68eb967
  - btrfs: fix transaction abort on file creation due to name hash
    collision (CVE-2026-43360 bsc#1264720).
  - commit 335b528
  - wifi: iwlwifi: mvm: don't send a 6E related command when not
    supported (CVE-2026-43325 bsc#1265110).
  - commit 3c8b5bc
  - smb: client: reject userspace cifs.spnego descriptions
    (bsc#1266238).
  - commit b2ca6ab
  - drm/i915/dsi: Don't do DSC horizontal timing adjustments in
    command mode (CVE-2026-31767 bsc#1264124).
  - commit f45f094
  - iommu/amd: Use maximum PPR log buffer size when SNP is  enabled
    on Family 0x19 (bsc#1243603 CVE-2023-20585).
  - commit 993ad90
  - KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with
    in-kernel APIC (git-fixes).
  - commit 671dbfb
  - KVM: X86: Fix array_index_nospec protection in __pv_send_ipi
    (git-fixes).
  - commit ef45aed
  - iommu/amd: Use maximum Event log buffer size when SNP is
    enabled on Family 0x19 (bsc#1243603 CVE-2023-20585).
  - commit 1185f18
  - Refresh patches.suse/selftests-bpf-Add-more-precision-tracking-tests-for-.patch. (CVE-2026-43009 bsc#1264014)
  - commit 1de8df8
  - selftests/bpf: add test for nullable PTR_TO_BUF access
    (CVE-2026-43333 bsc#1264726).
  - commit 9b6669a
  - bpf: reject direct access to nullable PTR_TO_BUF pointers
    (CVE-2026-43333 bsc#1264726).
  - commit 8b12683

++++ libzypp:

  - Fix potential crash on malformed or malicious repository
    metadata (fixes #740)
  - version 17.38.11 (35)

------------------------------------------------------------------
------------------  2026-5-28  -  May 28 2026  -------------------
------------------------------------------------------------------

++++ ignition:

  - Add CVE-2026-33814.patch
    * Fixes [bsc#1265751]

++++ kernel-default:

  - xfrm: prevent policy_hthresh.work from racing with netns
    teardown (CVE-2026-31516 bsc#1262755).
  - commit 5ec6779
  - mptcp: pm: in-kernel: always set ID as avail when rm endp
    (CVE-2026-43252 bsc#1264300).
  - commit f1372d7
  - net/ipv6: ioam6: prevent schema length wraparound in trace fill
    (CVE-2026-43341 bsc#1265044).
  - commit 26ee766
  - slip: bound decode() reads against the compressed packet length
    (CVE-2026-45843 bsc#1266395).
  - commit c9770c0
  - s390/entry: Scrub r12 register on kernel entry (bsc#1263068).
  - s390/syscalls: Add spectre boundary for syscall dispatch table
    (bsc#1263068).
  - s390/barrier: Make array_index_mask_nospec() __always_inline
    (bsc#1263068).
  - commit f6cfac6
  - tracing: Fix potential deadlock in cpu hotplug with osnoise
    (CVE-2026-31480 bsc#1262634).
  - tracing: Switch trace_osnoise.c code over to use guard()
    and __free() (bsc#1262634).
  - commit 6db35fe
  - bpf: Fix stack-out-of-bounds write in devmap (bsc#1260584
    CVE-2026-23359).
  - commit 0fb7dc1
  - wifi: mac80211: always free skb on ieee80211_tx_prepare_skb()
    failure (CVE-2026-23444 bsc#1266307).
  - commit a948d1e
  - drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
    (CVE-2026-43206 bsc#1264551).
  - commit 7f880f2
  - octeontx2-af: Workaround SQM/PSE stalls by disabling sticky
    (CVE-2026-43296 bsc#1264805).
  - commit f336a2d

++++ kernel-rt:

  - xfrm: prevent policy_hthresh.work from racing with netns
    teardown (CVE-2026-31516 bsc#1262755).
  - commit 5ec6779
  - mptcp: pm: in-kernel: always set ID as avail when rm endp
    (CVE-2026-43252 bsc#1264300).
  - commit f1372d7
  - net/ipv6: ioam6: prevent schema length wraparound in trace fill
    (CVE-2026-43341 bsc#1265044).
  - commit 26ee766
  - slip: bound decode() reads against the compressed packet length
    (CVE-2026-45843 bsc#1266395).
  - commit c9770c0
  - s390/entry: Scrub r12 register on kernel entry (bsc#1263068).
  - s390/syscalls: Add spectre boundary for syscall dispatch table
    (bsc#1263068).
  - s390/barrier: Make array_index_mask_nospec() __always_inline
    (bsc#1263068).
  - commit f6cfac6
  - tracing: Fix potential deadlock in cpu hotplug with osnoise
    (CVE-2026-31480 bsc#1262634).
  - tracing: Switch trace_osnoise.c code over to use guard()
    and __free() (bsc#1262634).
  - commit 6db35fe
  - bpf: Fix stack-out-of-bounds write in devmap (bsc#1260584
    CVE-2026-23359).
  - commit 0fb7dc1
  - wifi: mac80211: always free skb on ieee80211_tx_prepare_skb()
    failure (CVE-2026-23444 bsc#1266307).
  - commit a948d1e
  - drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
    (CVE-2026-43206 bsc#1264551).
  - commit 7f880f2
  - octeontx2-af: Workaround SQM/PSE stalls by disabling sticky
    (CVE-2026-43296 bsc#1264805).
  - commit f336a2d

++++ kernel-rt_debug:

  - xfrm: prevent policy_hthresh.work from racing with netns
    teardown (CVE-2026-31516 bsc#1262755).
  - commit 5ec6779
  - mptcp: pm: in-kernel: always set ID as avail when rm endp
    (CVE-2026-43252 bsc#1264300).
  - commit f1372d7
  - net/ipv6: ioam6: prevent schema length wraparound in trace fill
    (CVE-2026-43341 bsc#1265044).
  - commit 26ee766
  - slip: bound decode() reads against the compressed packet length
    (CVE-2026-45843 bsc#1266395).
  - commit c9770c0
  - s390/entry: Scrub r12 register on kernel entry (bsc#1263068).
  - s390/syscalls: Add spectre boundary for syscall dispatch table
    (bsc#1263068).
  - s390/barrier: Make array_index_mask_nospec() __always_inline
    (bsc#1263068).
  - commit f6cfac6
  - tracing: Fix potential deadlock in cpu hotplug with osnoise
    (CVE-2026-31480 bsc#1262634).
  - tracing: Switch trace_osnoise.c code over to use guard()
    and __free() (bsc#1262634).
  - commit 6db35fe
  - bpf: Fix stack-out-of-bounds write in devmap (bsc#1260584
    CVE-2026-23359).
  - commit 0fb7dc1
  - wifi: mac80211: always free skb on ieee80211_tx_prepare_skb()
    failure (CVE-2026-23444 bsc#1266307).
  - commit a948d1e
  - drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
    (CVE-2026-43206 bsc#1264551).
  - commit 7f880f2
  - octeontx2-af: Workaround SQM/PSE stalls by disabling sticky
    (CVE-2026-43296 bsc#1264805).
  - commit f336a2d

++++ libsolv:

  - fix solv_chksum_free segfault when called with a NULL pointer
  - bump version to 0.7.39

++++ openSUSE-build-key:

  - extended to openSUSE 4096bit RSA key for 4 more years.
    gpg-pubkey-29b700a4-6a17fa38.asc

------------------------------------------------------------------
------------------  2026-5-27  -  May 27 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bcache: fix uninitialized closure object (git-fixes).
  - commit d35dc31
  - bcache: fix cached_dev.sb_bio use-after-free and crash
    (CVE-2026-3150 bsc#1263169).
  - scsi: target: tcm_loop: Drain commands in target_reset handler
    (CVE-2026-43054 bsc#1264063).
  - scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()
    (CVE-2026-31464 bsc#1262656).
  - scsi: qla2xxx: Completely fix fcport double free (CVE-2026-43414
    bsc#1264669).
  - commit b1bc3f3
  - rtmutex: Use waiter::task instead of current in remove_waiter()
    (bsc#1266001 CVE-2026-43499).
  - commit f92fa24
  - ipv6: rpl: reserve mac_len headroom when recompressed SRH grows
    (CVE-2026-43501 bsc#1266009).
  - commit d86aabe
  - ip6_tunnel: clear skb2->cb in ip4ip6_err() (CVE-2026-43037
    bsc#1263995).
  - commit 60e0626
  - Improve compatibility with awk 2.4.0 (bsc#1266214)
    This was meant to match the literal '+', so it needs to be backslashed
    not a repetition of the '^' symbol.
  - commit fbbce3e
  - media: mc, v4l2: serialize REINIT and REQBUFS with
    req_queue_mutex (CVE-2026-31473 bsc#1262663).
  - commit 3f03cf7
  - Update
    patches.suse/net-skbuff-propagate-shared-frag-marker-through-frag-trans.patch
    (CVE-2026-43503 bsc#1265960 CVE-2026-43284 bsc#1264449).
  - Update
    patches.suse/xfrm-esp-avoid-in-place-decrypt-on-shared-skb-frags.patch
    (CVE-2026-43284 bsc#1264449).
    Add references and move to the sorted section.
  - commit 83a3405
  - RDMA/efa: Fix possible deadlock (git-fixes)
  - commit b9b2bbf
  - RDMA/efa: Fix use of completion ctx after free (CVE-2026-31493 bsc#1262668)
  - commit 3fa0669
  - RDMA/efa: Improve admin completion context state machine (git-fixes)
  - commit 8e8c981
  - RDMA/efa: Extend admin timeout error print (git-fixes)
  - commit 4d9f061
  - RDMA/efa: Check stored completion CTX command ID with received one (git-fixes)
  - commit f0e6a90

++++ kernel-rt:

  - bcache: fix uninitialized closure object (git-fixes).
  - commit d35dc31
  - bcache: fix cached_dev.sb_bio use-after-free and crash
    (CVE-2026-3150 bsc#1263169).
  - scsi: target: tcm_loop: Drain commands in target_reset handler
    (CVE-2026-43054 bsc#1264063).
  - scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()
    (CVE-2026-31464 bsc#1262656).
  - scsi: qla2xxx: Completely fix fcport double free (CVE-2026-43414
    bsc#1264669).
  - commit b1bc3f3
  - rtmutex: Use waiter::task instead of current in remove_waiter()
    (bsc#1266001 CVE-2026-43499).
  - commit f92fa24
  - ipv6: rpl: reserve mac_len headroom when recompressed SRH grows
    (CVE-2026-43501 bsc#1266009).
  - commit d86aabe
  - ip6_tunnel: clear skb2->cb in ip4ip6_err() (CVE-2026-43037
    bsc#1263995).
  - commit 60e0626
  - Improve compatibility with awk 2.4.0 (bsc#1266214)
    This was meant to match the literal '+', so it needs to be backslashed
    not a repetition of the '^' symbol.
  - commit fbbce3e
  - media: mc, v4l2: serialize REINIT and REQBUFS with
    req_queue_mutex (CVE-2026-31473 bsc#1262663).
  - commit 3f03cf7
  - Update
    patches.suse/net-skbuff-propagate-shared-frag-marker-through-frag-trans.patch
    (CVE-2026-43503 bsc#1265960 CVE-2026-43284 bsc#1264449).
  - Update
    patches.suse/xfrm-esp-avoid-in-place-decrypt-on-shared-skb-frags.patch
    (CVE-2026-43284 bsc#1264449).
    Add references and move to the sorted section.
  - commit 83a3405
  - RDMA/efa: Fix possible deadlock (git-fixes)
  - commit b9b2bbf
  - RDMA/efa: Fix use of completion ctx after free (CVE-2026-31493 bsc#1262668)
  - commit 3fa0669
  - RDMA/efa: Improve admin completion context state machine (git-fixes)
  - commit 8e8c981
  - RDMA/efa: Extend admin timeout error print (git-fixes)
  - commit 4d9f061
  - RDMA/efa: Check stored completion CTX command ID with received one (git-fixes)
  - commit f0e6a90

++++ kernel-rt_debug:

  - bcache: fix uninitialized closure object (git-fixes).
  - commit d35dc31
  - bcache: fix cached_dev.sb_bio use-after-free and crash
    (CVE-2026-3150 bsc#1263169).
  - scsi: target: tcm_loop: Drain commands in target_reset handler
    (CVE-2026-43054 bsc#1264063).
  - scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()
    (CVE-2026-31464 bsc#1262656).
  - scsi: qla2xxx: Completely fix fcport double free (CVE-2026-43414
    bsc#1264669).
  - commit b1bc3f3
  - rtmutex: Use waiter::task instead of current in remove_waiter()
    (bsc#1266001 CVE-2026-43499).
  - commit f92fa24
  - ipv6: rpl: reserve mac_len headroom when recompressed SRH grows
    (CVE-2026-43501 bsc#1266009).
  - commit d86aabe
  - ip6_tunnel: clear skb2->cb in ip4ip6_err() (CVE-2026-43037
    bsc#1263995).
  - commit 60e0626
  - Improve compatibility with awk 2.4.0 (bsc#1266214)
    This was meant to match the literal '+', so it needs to be backslashed
    not a repetition of the '^' symbol.
  - commit fbbce3e
  - media: mc, v4l2: serialize REINIT and REQBUFS with
    req_queue_mutex (CVE-2026-31473 bsc#1262663).
  - commit 3f03cf7
  - Update
    patches.suse/net-skbuff-propagate-shared-frag-marker-through-frag-trans.patch
    (CVE-2026-43503 bsc#1265960 CVE-2026-43284 bsc#1264449).
  - Update
    patches.suse/xfrm-esp-avoid-in-place-decrypt-on-shared-skb-frags.patch
    (CVE-2026-43284 bsc#1264449).
    Add references and move to the sorted section.
  - commit 83a3405
  - RDMA/efa: Fix possible deadlock (git-fixes)
  - commit b9b2bbf
  - RDMA/efa: Fix use of completion ctx after free (CVE-2026-31493 bsc#1262668)
  - commit 3fa0669
  - RDMA/efa: Improve admin completion context state machine (git-fixes)
  - commit 8e8c981
  - RDMA/efa: Extend admin timeout error print (git-fixes)
  - commit 4d9f061
  - RDMA/efa: Check stored completion CTX command ID with received one (git-fixes)
  - commit f0e6a90

++++ libsoup:

  - Add libsoup-CVE-2026-1801.patch: Use CRLF as line boundary when
    parsing chunk encoding data (bsc#1257649 CVE-2026-1801
    glgo#GNOME/libsoup#481).
  - Add libsoup-CVE-2026-4271.patch: Protect message io while reading
    and writing (bsc#1259767, CVE-2026-4271, glgo#GNOME/libsoup#496).

++++ libzypp:

  - Repo metadata: discard entries referring to a location outside
    the repo (bsc#1259802, CVE-2026-25707)
    Mirroring those data locally would refer to a location outside
    the repo's local cache directory. Those data entries are reported
    and discarded.
  - zypp.conf: Allow [env] section to add environment variables.
    This feature is designed to enable environment-specific settings
    or debugging options over an extended period. See zypp.conf(5).
  - version 17.38.10 (35)

------------------------------------------------------------------
------------------  2026-5-26  -  May 26 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - wifi: mac80211: check tdls flag in ieee80211_tdls_oper
    (CVE-2026-43052 bsc#1263945).
  - commit e6ee8c1
  - KVM: SEV: Drop WARN on large size for
    KVM_MEMORY_ENCRYPT_REG_REGION (CVE-2026-31590 bsc#1263152).
  - commit 4957e7f
  - openvswitch: vport: fix self-deadlock on release of tunnel ports
    (CVE-2026-31678 bsc#1263562).
  - commit 7eb6b28
  - KVM: SVM: Set/clear CR8 write interception when AVIC is
    (de)activated (CVE-2026-43483 bsc#1265240).
  - commit de0bf57
  - smb: client: fix in-place encryption corruption in SMB2_write()
    (bsc#1264989 CVE-2026-43362)
  - commit 2633e79
  - compute-PATCHVERSION: Do not append .. to default patch directories
    All the callers are either using . or a specific patch directory.
    If a caller really needs to load patches from .. it should be passed as
    parameter.
  - commit d383394
  - compute-PATCHVERSION: Remove unpack logic
    This used to be needed when compute-PATCHVERSION was shipped as part of
    the rpm package where unpacked patches are not available.
    It is not done annymore, and the unpackinng is not needed.
  - commit 9a8fa0e
  - openvswitch: defer tunnel netdev_put to RCU release
    (CVE-2026-31678 bsc#1263562).
  - commit c40a933
  - KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested
    [#]VMEXIT (git-fixes).
  - commit ec599f4
  - KVM: x86: Fix Xen hypercall tracepoint argument assignment
    (git-fixes).
  - commit bee29ed
  - packaging: Rip out extra symbols support
    Extra symbols are not supported for a long time.
    The oldest branch we maintain is SLE 11 SP1 and it does not use patch
    guards to select patches.
  - commit 7b3d5b0
  - batman-adv: fix batadv_skb_is_frag() kernel-doc (git-fixes).
  - commit f65d5f2
  - hwmon: (pmbus/adm1266) register the nvmem device after
    pmbus_do_probe() (git-fixes).
  - hwmon: (pmbus/adm1266) register the gpio_chip after
    pmbus_do_probe() (git-fixes).
  - hwmon: (pmbus/adm1266) reject short block-read responses in
    the GPIO accessors (git-fixes).
  - hwmon: (pmbus/adm1266) don't clobber GPIO bits before PDIO
    read in get_multiple (git-fixes).
  - hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at
    ADM1266_PDIO_NR (git-fixes).
  - hwmon: (pmbus/adm1266) bounce blackbox records through a
    protocol-sized buffer (git-fixes).
  - hwmon: (pmbus/adm1266) include adapter number in GPIO line label
    (git-fixes).
  - hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer
    read buffer (git-fixes).
  - hwmon: (pmbus/adm1266) reject implausible blackbox record_count
    (git-fixes).
  - hwmon: (pmbus/adm1266) widen blackbox-info buffer to
    I2C_SMBUS_BLOCK_MAX (git-fixes).
  - hwmon: (pmbus/adm1266) seed timestamp from the real-time clock
    (git-fixes).
  - drm/virtio: use uninterruptible resv lock for plane updates
    (git-fixes).
  - drm/bridge: megachips: remove bridge when irq request fails
    (git-fixes).
  - drm/bridge: chipone-icn6211: use devm_drm_bridge_add in i2c
    probe (git-fixes).
  - drm/bridge: it66121: acquire reset GPIO in probe (git-fixes).
  - drm/radeon/evergreen_cs: Add missing NULL prefix check in
    surface check (git-fixes).
  - drm/amdgpu/vce3: Fix VCE 3 firmware size and offsets
    (git-fixes).
  - drm/amdgpu/vce2: Fix VCE 2 firmware size and offsets
    (git-fixes).
  - drm/msm/snapshot: fix dumping of the unaligned regions
    (git-fixes).
  - drm/msm/dsi: don't dump registers past the mapped region
    (git-fixes).
  - platform/x86: intel-vbtn: Check ACPI_HANDLE() against NULL
    (git-fixes).
  - platform/x86: intel-hid: Check ACPI_HANDLE() against NULL
    (git-fixes).
  - platform/x86: hp_accel: Check ACPI_COMPANION() against NULL
    (git-fixes).
  - platform/x86: adv_swbutton: Check ACPI_HANDLE() against NULL
    (git-fixes).
  - wifi: ath11k: clear shared SRNG pointer state on restart
    (git-fixes).
  - wifi: ath11k: fix use after free in ath11k_dp_rx_msdu_coalesce()
    (git-fixes).
  - wifi: ath11k: fix peer resolution on rx path when peer_id=0
    (git-fixes).
  - wifi: ath10k: skip WMI and beacon transmission when device is
    wedged (git-fixes).
  - wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()
    (git-fixes).
  - wifi: ath11k: fix error path leaks in some WMI calls
    (git-fixes).
  - wifi: ath11k: fix error path leaks in some WMI WOW calls
    (git-fixes).
  - wifi: mac80211: consume only present negotiated TTLM maps
    (git-fixes).
  - wifi: cfg80211: advance loop vars in cfg80211_merge_profile()
    (git-fixes).
  - efi: Allocate runtime workqueue before ACPI init (git-fixes).
  - firmware: arm_ffa: Skip free_pages on RX buffer alloc failure
    (git-fixes).
  - firmware: arm_ffa: Check for NULL FF-A ID table while driver
    registration (git-fixes).
  - drm/amdgpu/uvd3.1: Don't validate the firmware when already
    validated (git-fixes).
  - r8152: fix incorrect register write to USB_UPHY_XTAL
    (git-fixes).
  - drm/amdgpu: fix spelling typos (stable-fixes).
  - drm/i915: Loop over all active pipes in intel_mbus_dbox_update
    (stable-fixes).
  - spi: st-ssc4: switch to use modern name (stable-fixes).
  - commit 8b80180
  - device property: set fwnode->secondary to NULL in fwnode_init()
    (git-fixes).
  - ASoC: cs35l56: Fix flushing of IRQ work in cs35l56_sdw_remove()
    (git-fixes).
  - ALSA: ua101: Reject too-short USB descriptors (git-fixes).
  - batman-adv: bla: fix report_work leak on backbone_gw purge
    (git-fixes).
  - Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs
    l2cap_conn_del() (git-fixes).
  - Bluetooth: hci_uart: fix UAFs and race conditions in close
    and init paths (git-fixes).
  - Bluetooth: MGMT: validate Add Extended Advertising Data length
    (git-fixes).
  - Bluetooth: ISO: drop ISO_END frames received without prior
    ISO_START (git-fixes).
  - Bluetooth: bnep: Fix UAF read of dev->name (git-fixes).
  - batman-adv: frag: disallow unicast fragment in fragment
    (git-fixes).
  - batman-adv: tp_meter: avoid use of uninit sender vars
    (git-fixes).
  - batman-adv: dat: handle forward allocation error (git-fixes).
  - batman-adv: clear current gateway during teardown (git-fixes).
  - batman-adv: fix fragment reassembly length accounting
    (git-fixes).
  - batman-adv: tt: fix negative last_changeset_len (git-fixes).
  - batman-adv: tt: fix negative tt_buff_len (git-fixes).
  - batman-adv: fix tp_meter counter underflow during shutdown
    (git-fixes).
  - ALSA: usb-audio: Bound MIDI 2.0 endpoint descriptor scans
    (git-fixes).
  - ALSA: usb-audio: Bound MIDI endpoint descriptor scans
    (git-fixes).
  - ALSA: sc6000: Keep the programmed board state in card-private
    data (git-fixes).
  - ASoC: SOF: Intel: hda: Fix NULL pointer dereference
    (stable-fixes).
  - ALSA: hda/conexant: Renaming the codec with device ID 0x1f86
    and 0x1f87 (stable-fixes).
  - ALSA: sc6000: Use standard print API (stable-fixes).
  - drm/i915: Extract intel_dbuf_mdclk_cdclk_ratio_update()
    (stable-fixes).
  - ASoC: SOF: Intel: hda-dai: add support for dspless mode beyond
    HDAudio (stable-fixes).
  - ASoC: SOF: Intel: hda-dai: remove dspless special case
    (stable-fixes).
  - commit b214d9a

++++ kernel-rt:

  - wifi: mac80211: check tdls flag in ieee80211_tdls_oper
    (CVE-2026-43052 bsc#1263945).
  - commit e6ee8c1
  - KVM: SEV: Drop WARN on large size for
    KVM_MEMORY_ENCRYPT_REG_REGION (CVE-2026-31590 bsc#1263152).
  - commit 4957e7f
  - openvswitch: vport: fix self-deadlock on release of tunnel ports
    (CVE-2026-31678 bsc#1263562).
  - commit 7eb6b28
  - KVM: SVM: Set/clear CR8 write interception when AVIC is
    (de)activated (CVE-2026-43483 bsc#1265240).
  - commit de0bf57
  - smb: client: fix in-place encryption corruption in SMB2_write()
    (bsc#1264989 CVE-2026-43362)
  - commit 2633e79
  - compute-PATCHVERSION: Do not append .. to default patch directories
    All the callers are either using . or a specific patch directory.
    If a caller really needs to load patches from .. it should be passed as
    parameter.
  - commit d383394
  - compute-PATCHVERSION: Remove unpack logic
    This used to be needed when compute-PATCHVERSION was shipped as part of
    the rpm package where unpacked patches are not available.
    It is not done annymore, and the unpackinng is not needed.
  - commit 9a8fa0e
  - openvswitch: defer tunnel netdev_put to RCU release
    (CVE-2026-31678 bsc#1263562).
  - commit c40a933
  - KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested
    [#]VMEXIT (git-fixes).
  - commit ec599f4
  - KVM: x86: Fix Xen hypercall tracepoint argument assignment
    (git-fixes).
  - commit bee29ed
  - packaging: Rip out extra symbols support
    Extra symbols are not supported for a long time.
    The oldest branch we maintain is SLE 11 SP1 and it does not use patch
    guards to select patches.
  - commit 7b3d5b0
  - batman-adv: fix batadv_skb_is_frag() kernel-doc (git-fixes).
  - commit f65d5f2
  - hwmon: (pmbus/adm1266) register the nvmem device after
    pmbus_do_probe() (git-fixes).
  - hwmon: (pmbus/adm1266) register the gpio_chip after
    pmbus_do_probe() (git-fixes).
  - hwmon: (pmbus/adm1266) reject short block-read responses in
    the GPIO accessors (git-fixes).
  - hwmon: (pmbus/adm1266) don't clobber GPIO bits before PDIO
    read in get_multiple (git-fixes).
  - hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at
    ADM1266_PDIO_NR (git-fixes).
  - hwmon: (pmbus/adm1266) bounce blackbox records through a
    protocol-sized buffer (git-fixes).
  - hwmon: (pmbus/adm1266) include adapter number in GPIO line label
    (git-fixes).
  - hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer
    read buffer (git-fixes).
  - hwmon: (pmbus/adm1266) reject implausible blackbox record_count
    (git-fixes).
  - hwmon: (pmbus/adm1266) widen blackbox-info buffer to
    I2C_SMBUS_BLOCK_MAX (git-fixes).
  - hwmon: (pmbus/adm1266) seed timestamp from the real-time clock
    (git-fixes).
  - drm/virtio: use uninterruptible resv lock for plane updates
    (git-fixes).
  - drm/bridge: megachips: remove bridge when irq request fails
    (git-fixes).
  - drm/bridge: chipone-icn6211: use devm_drm_bridge_add in i2c
    probe (git-fixes).
  - drm/bridge: it66121: acquire reset GPIO in probe (git-fixes).
  - drm/radeon/evergreen_cs: Add missing NULL prefix check in
    surface check (git-fixes).
  - drm/amdgpu/vce3: Fix VCE 3 firmware size and offsets
    (git-fixes).
  - drm/amdgpu/vce2: Fix VCE 2 firmware size and offsets
    (git-fixes).
  - drm/msm/snapshot: fix dumping of the unaligned regions
    (git-fixes).
  - drm/msm/dsi: don't dump registers past the mapped region
    (git-fixes).
  - platform/x86: intel-vbtn: Check ACPI_HANDLE() against NULL
    (git-fixes).
  - platform/x86: intel-hid: Check ACPI_HANDLE() against NULL
    (git-fixes).
  - platform/x86: hp_accel: Check ACPI_COMPANION() against NULL
    (git-fixes).
  - platform/x86: adv_swbutton: Check ACPI_HANDLE() against NULL
    (git-fixes).
  - wifi: ath11k: clear shared SRNG pointer state on restart
    (git-fixes).
  - wifi: ath11k: fix use after free in ath11k_dp_rx_msdu_coalesce()
    (git-fixes).
  - wifi: ath11k: fix peer resolution on rx path when peer_id=0
    (git-fixes).
  - wifi: ath10k: skip WMI and beacon transmission when device is
    wedged (git-fixes).
  - wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()
    (git-fixes).
  - wifi: ath11k: fix error path leaks in some WMI calls
    (git-fixes).
  - wifi: ath11k: fix error path leaks in some WMI WOW calls
    (git-fixes).
  - wifi: mac80211: consume only present negotiated TTLM maps
    (git-fixes).
  - wifi: cfg80211: advance loop vars in cfg80211_merge_profile()
    (git-fixes).
  - efi: Allocate runtime workqueue before ACPI init (git-fixes).
  - firmware: arm_ffa: Skip free_pages on RX buffer alloc failure
    (git-fixes).
  - firmware: arm_ffa: Check for NULL FF-A ID table while driver
    registration (git-fixes).
  - drm/amdgpu/uvd3.1: Don't validate the firmware when already
    validated (git-fixes).
  - r8152: fix incorrect register write to USB_UPHY_XTAL
    (git-fixes).
  - drm/amdgpu: fix spelling typos (stable-fixes).
  - drm/i915: Loop over all active pipes in intel_mbus_dbox_update
    (stable-fixes).
  - spi: st-ssc4: switch to use modern name (stable-fixes).
  - commit 8b80180
  - device property: set fwnode->secondary to NULL in fwnode_init()
    (git-fixes).
  - ASoC: cs35l56: Fix flushing of IRQ work in cs35l56_sdw_remove()
    (git-fixes).
  - ALSA: ua101: Reject too-short USB descriptors (git-fixes).
  - batman-adv: bla: fix report_work leak on backbone_gw purge
    (git-fixes).
  - Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs
    l2cap_conn_del() (git-fixes).
  - Bluetooth: hci_uart: fix UAFs and race conditions in close
    and init paths (git-fixes).
  - Bluetooth: MGMT: validate Add Extended Advertising Data length
    (git-fixes).
  - Bluetooth: ISO: drop ISO_END frames received without prior
    ISO_START (git-fixes).
  - Bluetooth: bnep: Fix UAF read of dev->name (git-fixes).
  - batman-adv: frag: disallow unicast fragment in fragment
    (git-fixes).
  - batman-adv: tp_meter: avoid use of uninit sender vars
    (git-fixes).
  - batman-adv: dat: handle forward allocation error (git-fixes).
  - batman-adv: clear current gateway during teardown (git-fixes).
  - batman-adv: fix fragment reassembly length accounting
    (git-fixes).
  - batman-adv: tt: fix negative last_changeset_len (git-fixes).
  - batman-adv: tt: fix negative tt_buff_len (git-fixes).
  - batman-adv: fix tp_meter counter underflow during shutdown
    (git-fixes).
  - ALSA: usb-audio: Bound MIDI 2.0 endpoint descriptor scans
    (git-fixes).
  - ALSA: usb-audio: Bound MIDI endpoint descriptor scans
    (git-fixes).
  - ALSA: sc6000: Keep the programmed board state in card-private
    data (git-fixes).
  - ASoC: SOF: Intel: hda: Fix NULL pointer dereference
    (stable-fixes).
  - ALSA: hda/conexant: Renaming the codec with device ID 0x1f86
    and 0x1f87 (stable-fixes).
  - ALSA: sc6000: Use standard print API (stable-fixes).
  - drm/i915: Extract intel_dbuf_mdclk_cdclk_ratio_update()
    (stable-fixes).
  - ASoC: SOF: Intel: hda-dai: add support for dspless mode beyond
    HDAudio (stable-fixes).
  - ASoC: SOF: Intel: hda-dai: remove dspless special case
    (stable-fixes).
  - commit b214d9a

++++ kernel-rt_debug:

  - wifi: mac80211: check tdls flag in ieee80211_tdls_oper
    (CVE-2026-43052 bsc#1263945).
  - commit e6ee8c1
  - KVM: SEV: Drop WARN on large size for
    KVM_MEMORY_ENCRYPT_REG_REGION (CVE-2026-31590 bsc#1263152).
  - commit 4957e7f
  - openvswitch: vport: fix self-deadlock on release of tunnel ports
    (CVE-2026-31678 bsc#1263562).
  - commit 7eb6b28
  - KVM: SVM: Set/clear CR8 write interception when AVIC is
    (de)activated (CVE-2026-43483 bsc#1265240).
  - commit de0bf57
  - smb: client: fix in-place encryption corruption in SMB2_write()
    (bsc#1264989 CVE-2026-43362)
  - commit 2633e79
  - compute-PATCHVERSION: Do not append .. to default patch directories
    All the callers are either using . or a specific patch directory.
    If a caller really needs to load patches from .. it should be passed as
    parameter.
  - commit d383394
  - compute-PATCHVERSION: Remove unpack logic
    This used to be needed when compute-PATCHVERSION was shipped as part of
    the rpm package where unpacked patches are not available.
    It is not done annymore, and the unpackinng is not needed.
  - commit 9a8fa0e
  - openvswitch: defer tunnel netdev_put to RCU release
    (CVE-2026-31678 bsc#1263562).
  - commit c40a933
  - KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested
    [#]VMEXIT (git-fixes).
  - commit ec599f4
  - KVM: x86: Fix Xen hypercall tracepoint argument assignment
    (git-fixes).
  - commit bee29ed
  - packaging: Rip out extra symbols support
    Extra symbols are not supported for a long time.
    The oldest branch we maintain is SLE 11 SP1 and it does not use patch
    guards to select patches.
  - commit 7b3d5b0
  - batman-adv: fix batadv_skb_is_frag() kernel-doc (git-fixes).
  - commit f65d5f2
  - hwmon: (pmbus/adm1266) register the nvmem device after
    pmbus_do_probe() (git-fixes).
  - hwmon: (pmbus/adm1266) register the gpio_chip after
    pmbus_do_probe() (git-fixes).
  - hwmon: (pmbus/adm1266) reject short block-read responses in
    the GPIO accessors (git-fixes).
  - hwmon: (pmbus/adm1266) don't clobber GPIO bits before PDIO
    read in get_multiple (git-fixes).
  - hwmon: (pmbus/adm1266) cap PDIO scan in get_multiple at
    ADM1266_PDIO_NR (git-fixes).
  - hwmon: (pmbus/adm1266) bounce blackbox records through a
    protocol-sized buffer (git-fixes).
  - hwmon: (pmbus/adm1266) include adapter number in GPIO line label
    (git-fixes).
  - hwmon: (pmbus/adm1266) include PEC byte in pmbus_block_xfer
    read buffer (git-fixes).
  - hwmon: (pmbus/adm1266) reject implausible blackbox record_count
    (git-fixes).
  - hwmon: (pmbus/adm1266) widen blackbox-info buffer to
    I2C_SMBUS_BLOCK_MAX (git-fixes).
  - hwmon: (pmbus/adm1266) seed timestamp from the real-time clock
    (git-fixes).
  - drm/virtio: use uninterruptible resv lock for plane updates
    (git-fixes).
  - drm/bridge: megachips: remove bridge when irq request fails
    (git-fixes).
  - drm/bridge: chipone-icn6211: use devm_drm_bridge_add in i2c
    probe (git-fixes).
  - drm/bridge: it66121: acquire reset GPIO in probe (git-fixes).
  - drm/radeon/evergreen_cs: Add missing NULL prefix check in
    surface check (git-fixes).
  - drm/amdgpu/vce3: Fix VCE 3 firmware size and offsets
    (git-fixes).
  - drm/amdgpu/vce2: Fix VCE 2 firmware size and offsets
    (git-fixes).
  - drm/msm/snapshot: fix dumping of the unaligned regions
    (git-fixes).
  - drm/msm/dsi: don't dump registers past the mapped region
    (git-fixes).
  - platform/x86: intel-vbtn: Check ACPI_HANDLE() against NULL
    (git-fixes).
  - platform/x86: intel-hid: Check ACPI_HANDLE() against NULL
    (git-fixes).
  - platform/x86: hp_accel: Check ACPI_COMPANION() against NULL
    (git-fixes).
  - platform/x86: adv_swbutton: Check ACPI_HANDLE() against NULL
    (git-fixes).
  - wifi: ath11k: clear shared SRNG pointer state on restart
    (git-fixes).
  - wifi: ath11k: fix use after free in ath11k_dp_rx_msdu_coalesce()
    (git-fixes).
  - wifi: ath11k: fix peer resolution on rx path when peer_id=0
    (git-fixes).
  - wifi: ath10k: skip WMI and beacon transmission when device is
    wedged (git-fixes).
  - wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()
    (git-fixes).
  - wifi: ath11k: fix error path leaks in some WMI calls
    (git-fixes).
  - wifi: ath11k: fix error path leaks in some WMI WOW calls
    (git-fixes).
  - wifi: mac80211: consume only present negotiated TTLM maps
    (git-fixes).
  - wifi: cfg80211: advance loop vars in cfg80211_merge_profile()
    (git-fixes).
  - efi: Allocate runtime workqueue before ACPI init (git-fixes).
  - firmware: arm_ffa: Skip free_pages on RX buffer alloc failure
    (git-fixes).
  - firmware: arm_ffa: Check for NULL FF-A ID table while driver
    registration (git-fixes).
  - drm/amdgpu/uvd3.1: Don't validate the firmware when already
    validated (git-fixes).
  - r8152: fix incorrect register write to USB_UPHY_XTAL
    (git-fixes).
  - drm/amdgpu: fix spelling typos (stable-fixes).
  - drm/i915: Loop over all active pipes in intel_mbus_dbox_update
    (stable-fixes).
  - spi: st-ssc4: switch to use modern name (stable-fixes).
  - commit 8b80180
  - device property: set fwnode->secondary to NULL in fwnode_init()
    (git-fixes).
  - ASoC: cs35l56: Fix flushing of IRQ work in cs35l56_sdw_remove()
    (git-fixes).
  - ALSA: ua101: Reject too-short USB descriptors (git-fixes).
  - batman-adv: bla: fix report_work leak on backbone_gw purge
    (git-fixes).
  - Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs
    l2cap_conn_del() (git-fixes).
  - Bluetooth: hci_uart: fix UAFs and race conditions in close
    and init paths (git-fixes).
  - Bluetooth: MGMT: validate Add Extended Advertising Data length
    (git-fixes).
  - Bluetooth: ISO: drop ISO_END frames received without prior
    ISO_START (git-fixes).
  - Bluetooth: bnep: Fix UAF read of dev->name (git-fixes).
  - batman-adv: frag: disallow unicast fragment in fragment
    (git-fixes).
  - batman-adv: tp_meter: avoid use of uninit sender vars
    (git-fixes).
  - batman-adv: dat: handle forward allocation error (git-fixes).
  - batman-adv: clear current gateway during teardown (git-fixes).
  - batman-adv: fix fragment reassembly length accounting
    (git-fixes).
  - batman-adv: tt: fix negative last_changeset_len (git-fixes).
  - batman-adv: tt: fix negative tt_buff_len (git-fixes).
  - batman-adv: fix tp_meter counter underflow during shutdown
    (git-fixes).
  - ALSA: usb-audio: Bound MIDI 2.0 endpoint descriptor scans
    (git-fixes).
  - ALSA: usb-audio: Bound MIDI endpoint descriptor scans
    (git-fixes).
  - ALSA: sc6000: Keep the programmed board state in card-private
    data (git-fixes).
  - ASoC: SOF: Intel: hda: Fix NULL pointer dereference
    (stable-fixes).
  - ALSA: hda/conexant: Renaming the codec with device ID 0x1f86
    and 0x1f87 (stable-fixes).
  - ALSA: sc6000: Use standard print API (stable-fixes).
  - drm/i915: Extract intel_dbuf_mdclk_cdclk_ratio_update()
    (stable-fixes).
  - ASoC: SOF: Intel: hda-dai: add support for dspless mode beyond
    HDAudio (stable-fixes).
  - ASoC: SOF: Intel: hda-dai: remove dspless special case
    (stable-fixes).
  - commit b214d9a

++++ libsolv:

  - made repo_add_solv more robust against corrupt files
    [bsc#1265935] [CVE-2026-9149]
  - fix potential buffer overflow when verifying EdDSA signatures
    [bsc#1266039] [CVE-2026-48863]
  - added limit checks in multiple places to catch overflows
  - reduce the size of the language id cache
  - fixed Debian canon selection
  - fixed dbpath detection in repo_rpmdb_librpm
  - reduced stack usage in repo page compression (needed for musl)
  - bump version to 0.7.38

------------------------------------------------------------------
------------------  2026-5-25  -  May 25 2026  -------------------
------------------------------------------------------------------

++++ jq:

  - Add patch CVE-2026-32316.patch (CVE-2026-32316, bsc#1262044)
  - Add patch CVE-2026-33947.patch (CVE-2026-33947, bsc#1262069)
  - Add patch CVE-2026-39956.patch (CVE-2026-39956, bsc#1262070)
  - Add patch CVE-2026-39979.patch (CVE-2026-39979, bsc#1262071)
  - Add patch CVE-2026-40164.patch (CVE-2026-40164, bsc#1262072)
  - Add patch CVE-2026-40612.patch (CVE-2026-40612, bsc#1265060)
  - Add patch CVE-2026-41256.patch (CVE-2026-41256, bsc#1265061)
  - Add patch CVE-2026-41257.patch (CVE-2026-41257, bsc#1265062)
  - Add patch CVE-2026-43894.patch (CVE-2026-43894, bsc#1265070)

++++ kernel-default:

  - Fix the wrong kabi patch order at merging from SLE15-SP6-LTSS
    No functional changes
  - commit edd353b
  - net: gro: don't merge zcopy skbs (git-fixes).
  - net: skbuff: propagate shared-frag marker through frag-transfer
    helpers (CVE-2026-43503 bsc#1265960).
  - net: skbuff: preserve shared-frag marker during coalescing
    (CVE-2026-46300 bsc#1265209).
  - net: gro: don't merge zcopy skbs (git-fixes).
  - net: skbuff: propagate shared-frag marker through frag-transfer
    helpers (CVE-2026-43503 bsc#1265960).
  - net: skbuff: preserve shared-frag marker during coalescing
    (CVE-2026-46300 bsc#1265209).
  - commit 17348bf
  - Revert "net: skbuff: propagate shared-frag marker through pskb_copy()"
    This reverts commit 7d64bf1e8cbaf1eb308d2e84a0475b85e0129adc.
  - commit 44dd5e4
  - packaging: compute-PATCHVERSION.sh -> compute-PATCHVERSION
  - commit fc624df

++++ kernel-rt:

  - Fix the wrong kabi patch order at merging from SLE15-SP6-LTSS
    No functional changes
  - commit edd353b
  - net: gro: don't merge zcopy skbs (git-fixes).
  - net: skbuff: propagate shared-frag marker through frag-transfer
    helpers (CVE-2026-43503 bsc#1265960).
  - net: skbuff: preserve shared-frag marker during coalescing
    (CVE-2026-46300 bsc#1265209).
  - net: gro: don't merge zcopy skbs (git-fixes).
  - net: skbuff: propagate shared-frag marker through frag-transfer
    helpers (CVE-2026-43503 bsc#1265960).
  - net: skbuff: preserve shared-frag marker during coalescing
    (CVE-2026-46300 bsc#1265209).
  - commit 17348bf
  - Revert "net: skbuff: propagate shared-frag marker through pskb_copy()"
    This reverts commit 7d64bf1e8cbaf1eb308d2e84a0475b85e0129adc.
  - commit 44dd5e4
  - packaging: compute-PATCHVERSION.sh -> compute-PATCHVERSION
  - commit fc624df

++++ kernel-rt_debug:

  - Fix the wrong kabi patch order at merging from SLE15-SP6-LTSS
    No functional changes
  - commit edd353b
  - net: gro: don't merge zcopy skbs (git-fixes).
  - net: skbuff: propagate shared-frag marker through frag-transfer
    helpers (CVE-2026-43503 bsc#1265960).
  - net: skbuff: preserve shared-frag marker during coalescing
    (CVE-2026-46300 bsc#1265209).
  - net: gro: don't merge zcopy skbs (git-fixes).
  - net: skbuff: propagate shared-frag marker through frag-transfer
    helpers (CVE-2026-43503 bsc#1265960).
  - net: skbuff: preserve shared-frag marker during coalescing
    (CVE-2026-46300 bsc#1265209).
  - commit 17348bf
  - Revert "net: skbuff: propagate shared-frag marker through pskb_copy()"
    This reverts commit 7d64bf1e8cbaf1eb308d2e84a0475b85e0129adc.
  - commit 44dd5e4
  - packaging: compute-PATCHVERSION.sh -> compute-PATCHVERSION
  - commit fc624df

++++ python-idna:

  - CVE-2026-45409: Specially crafted inputs to idna.encode() can bypass
    earlier security fix(bsc#1265413)
    Add patch CVE-2026-45409.patch

++++ qemu:

  - Bug and CVE fixes:
    * virtio-snd: tighten read amount in in_cb (bsc#1259079, CVE-2026-3196, bsc#1259080, CVE-2026-3195)
    * virtio-snd: fix max_size bounds check in input cb (bsc#1259079, CVE-2026-3196, bsc#1259080, CVE-2026-3195)
    * virtio-snd: handle 5.14.6.2 for PCM_INFO properly (bsc#1259079, CVE-2026-3196, bsc#1259080, CVE-2026-3195:)
    * virtio-snd: remove TODO comments (bsc#1259079, CVE-2026-3196, bsc#1259080, CVE-2026-3195)
    * block/vmdk: fix OOB read in vmdk_read_extent() (bsc#1258509, CVE-2026-2243)
    * hyperv/syndbg: check length returned by cpu_physical_memory_map() (bsc#1262089, CVE-2026-3842)
    * cryptodev-builtin: Limit the maximum size (bsc#1255400, CVE-2025-14876)
    * hw/virtio/virtio-crypto: verify asym request size (bsc#1255400, CVE-2025-14876)
    * hw/i386/kvm: fix PIRQ bounds check in xen_physdev_map_pirq() (bsc#1256484, CVE-2026-0665)
    * [openSUSE][RPM} spec: delete old specfile constructs

++++ vim:

  - Update to v9.2.0530.
  - Fix for SG#71948, bsc#1262395:
    * vim-9.1.1732-fix-inc-detection.patch: Fix for incorrectly detecting
    scientific parameter files as bitbake recipies.
  - Upstream fixed the following bugs / CVEs:
    * bsc#1264706 CVE-2026-42307
    * bsc#1265360 CVE-2026-46483
    * bsc#1264708 CVE-2026-45130
    * bsc#1264707 CVE-2026-44656
    * bsc#1265349 CVE-2026-43961
  - Changes:
    * 9.2.0530: WinBar row vertical separator not refreshed on window change
    * 9.2.0529: GTK4: clipboard returns empty after a foreign app takes the selection
    * 9.2.0528: possible overflow in XIM resource handling
    * 9.2.0527: Possible double free in fill_partial_and_closure()
    * 9.2.0526: missing out-of-memory check in ex_substitute()
    * 9.2.0525: spell: memory leak in spell_read_dic()
    * 9.2.0524: spell: buffer overflow with many affix or compound flags
    * 9.2.0523: tests: no test for using shellescape() in combination with :!
    * 9.2.0522: event_nr2name() in autocmd.c can be improved
    * 9.2.0521: GTK4: cannot resize shell after the window is shown
    * 9.2.0520: Reversed text opacity in popup when termguicolor is set
    * 9.2.0519: GTK4: GUI tabline is not displayed correctly
    * 9.2.0518: GTK4: input method cannot compose text
    * 9.2.0517: quickfix: can set quickfixtextfunc in restricted/sandbox mode
    * 9.2.0516: socketserver: spurious error when servername is taken
    * 9.2.0515: virtualedit=insert doesn't work during change operation
    * 9.2.0514: GTK4: build errors when socketserver is enabled
    * 9.2.0513: [security]: memory safety issues in spellfile.c
    * 9.2.0512: clientserver uses binary protocol
    * 9.2.0511: configure: when GTK4 is used also links in X11 libs
    * 9.2.0510: setline() mapping may trigger autoindent
    * 9.2.0509: term.c: compile error when LOG_TRN is enabled
    * 9.2.0508: completion: cannot complete user cmd :K with 'ignorecase'
    * 9.2.0507: Vim9 class: public/protected member name clash uses same error
    * 9.2.0506: home_replace() function can be improved
    * 9.2.0505: GTK4: text looks blurry on HiDPI displays
    * 9.2.0504: configure: requires X11 libraries for GTK4 build
    * 9.2.0503: Makefile: Missing dependencies for new GTK4 source files
    * 9.2.0502: runtime(netrw): bookmark handling can be improved
    * 9.2.0501: GTK4: there is no GTK4 UI available
    * 9.2.0500: filetype: some html files wrongly recognized as htmlangular
    * 9.2.0499: modeline: allow to disable modelines with modelinestrict
    * 9.2.0498: potential heap buffer overflow in if_xcmdsrv.c
    * 9.2.0497: Cannot jump to remote tags
    * 9.2.0496: [security]: Code Injection in cucumber filetype plugin
    * 9.2.0495: [security]: runtime(netrw): code injection via NetrwBookHistSave()
    * 9.2.0494: User commands cannot handle single args with spaces
    * 9.2.0493: popup: missing  Popup, PopupBorder and PopupTitle hi groups
    * 9.2.0492: popup: decoration wrongly drawn with clipping on border
    * 9.2.0491: VMS: various build issues
    * 9.2.0490: matchfuzzy() can crash on long multi-word patterns
    * 9.2.0489: filetype: some Objective-C files are not recognized
    * 9.2.0488: statusline: status line highlight blends into adjacent vsep cells
    * 9.2.0487: viminfo: possible signed int overflow in register array
    * 9.2.0486: out-of-bound read when recovering swap files
    * 9.2.0485: clipboard provider callback can be called recursively
    * 9.2.0484: TextPutPre triggers clipboard provider callback twice
    * 9.2.0483: popup: terminal embedded in an opacity popup freezes Vim on input
    * 9.2.0482: runtime(osc52): triggered twice with TextPutPoste autocmd
    * 9.2.0481: runtime(netrw): command injection possible via maps
    * 9.2.0480: [security]: runtime(netrw): code injection via mf command
    * 9.2.0479: [security]: runtime(tar): command injection in tar plugin
    * 9.2.0478: channel: redundant str/length assignments in channel_part_info()
    * 9.2.0477: popup: leftover content after popup_free under layout change
    * 9.2.0476: pattern completion leaks memory on alloc failures
    * 9.2.0475: runtime(netrw): bookmark paths not normalized
    * 9.2.0474: MS-Windows: hard to tell which Visual Studio version was selected with MSVC
    * 9.2.0473: Pasting ". register without autocommands breaks TextPut*
    * 9.2.0472: popup: column jitters when scrolled outside viewport
    * 9.2.0471: vimvars di_key initialized at runtime
    * 9.2.0470: No way to hook into put commands
    * 9.2.0469: popup: textprop-anchored popups bleed past host window edges
    * 9.2.0468: popups: not correctly updated from a CmdlineChanged autocommand
    * 9.2.0467: multi-line statusline loses highlighting attributes
    * 9.2.0466: popup: redraw can use stale blended cells
    * 9.2.0465: modeline: foldmarker cannot be set with modelinestrict
    * 9.2.0464: runtime(netrw): bookmarking directory uses current dir
    * 9.2.0463: Not able to use legacy expression evaluation in a vim9script maps
    * 9.2.0462: MS-Windows: workaround for assert error on GUI
    * 9.2.0461: Corrupted undofile causes use-after-free
    * 9.2.0460: did_set_shellpipe_redir() in wrong file
    * 9.2.0459: tests: test_termcodes fails (after v9.2.0456)
    * 9.2.0458: Crash with invalid shellredir/shellpipe value
    * 9.2.0457: Compile warning about unused variable
    * 9.2.0456: stray p character displayed on some terms
    * 9.2.0455: 'findfunc' only allows extra info for cmdline completion
    * 9.2.0454: tests: no test that "abbr" in customlist completion is shown
    * 9.2.0453: vertical separator of statusline blend into active statusline
    * 9.2.0452: screen.c popup opacity blend logic is duplicated
    * 9.2.0451: 'findfunc' can't return extra info for cmdline completion
    * 9.2.0450: [security]: heap buffer overflow in spellfile.c read_compound()
    * 9.2.0449: Make proto fails in non GTK builds
    * 9.2.0448: Vim9: dangling cmdline pointer after skip_expr_cctx()
    * 9.2.0447: cindent does not ignore comments
    * 9.2.0446: runtime(netrw): off-by-one bug in s:NetrwUnMarkFile()
    * 9.2.0445: win_fix_scroll() called before win_comp_pos() in command_height()
    * 9.2.0444: Cannot set 'path' option via modeline
    * 9.2.0443: GUI: cancelling save dialog overwrites or discards unnamed buffer
    * 9.2.0442: completion: i_CTRL-X_CTRL-V doesn't use dict from customlist
    * 9.2.0441: statusline: click handler not called on multi-line statusline
    * 9.2.0440: MS-Windows: cursor flicker during update_screen()
    * 9.2.0439: completion: info popup not removed in cmdline mode
    * 9.2.0438: tests: test_plugin_termdebug is flaky
    * 9.2.0437: MS-Windows: cursor flicker in vtp mode
    * 9.2.0436: Buffer overflow when parsing overlong errorformat lines
    * 9.2.0435: [security]: backticks in 'path' may cause shell execution on completion
    * 9.2.0434: cscope: filename interpreted by /bin/sh
    * 9.2.0433: customlist completion cannot supply pum metadata
    * 9.2.0432: blob to string conversion can be improved
    * 9.2.0431: blob encoding can be improved
    * 9.2.0430: tests: Test_shortmess_F3() is flaky on MS-Windows
    * 9.2.0429: tests: flaky screendump Test_smoothscroll_incsearch()
    * 9.2.0428: popup: no opacity support for completepopup/previewpopup
    * 9.2.0427: popup: opacity blend may leaks white bg color
    * 9.2.0426: tests: still some flaky screendump tests
    * 9.2.0425: Cannot silence undo/redo messages
    * 9.2.0424: popup: flicker when wildtrigger() refreshes the popup menu
    * 9.2.0423: popup: wrapped cmdline truncated with wildoptions=pum
    * 9.2.0422: popup: leave stray char when scrollbar changes
    * 9.2.0421: vimball: can smuggle Vimscript into VimballRecord file
    * 9.2.0420: channel: cannot handle binary data via channel callbacks
    * 9.2.0419: popup: rendering issues
    * 9.2.0418: wildcards in expanded env vars reinterpreted by glob
    * 9.2.0417: completion: no support for "noinsert" with 'wildmode'
    * 9.2.0416: Unix: filename completion splits at space for single-file Ex commands
    * 9.2.0415: Wrong behavior when executing register that ends in Insert mode
    * 9.2.0414: Flicker when drawing window separator and pum is shown
    * 9.2.0413: Scrolling wrong with 'splitkeep' when changing 'cmdheight'
    * 9.2.0412: channel: term_start() out_cb/err_cb no longer deliver raw chunks
    * 9.2.0411: tabpanel: no Vim script functions for the tabpanel
    * 9.2.0410: test suite races when run with parallel make
    * 9.2.0409: memory leaks in copy_substring_from_pos()
    * 9.2.0408: Insert-mode <Cmd> edits can corrupt undo
    * 9.2.0407: tabpanel: A few issues with the tabpanel
    * 9.2.0406: VisualNOS not used when Wayland selection ownership lost
    * 9.2.0405: when jumping to tags, will open URLs
    * 9.2.0404: redraw_listener_add() does not check secure flag
    * 9.2.0403: Vim9: def function sandbox bypass
    * 9.2.0402: pum: opacity not applied to wildmenu pum
    * 9.2.0401: tests: still a few flaky tests
    * 9.2.0400: sandbox callbacks selected through 'complete'
    * 9.2.0399: MS-Windows: compile warning in strptime.c

------------------------------------------------------------------
------------------  2026-5-21  -  May 21 2026  -------------------
------------------------------------------------------------------

++++ jq:

  - Add patch CVE-2026-33948.patch (CVE-2026-33948, bsc#1262043)

++++ kernel-default:

  - kernel-binary: Only apply vmlinux workaround on SLE15 and later
    To create debuginfo for vmlinux the file needs to be present even if
    it's not packaged because a compressed file is packaged insteand.
    To accomplish that the file is marked as ghost in the file list. Then
    rpm does not complain that the file exists but does not package it.
    However, rpm still reserves space for ghost files when installing a
    package. To avoid reserving space for a file that is not used the file
    is truncated.
    That works on SLE 15 but on SLE 12 rpm then fails packaging the
    debuginfo complaiing that extra debuginfo files are present. Limit the
    workaround to SLE 15 and later.
    Fixes: 222edac2a18 (kernel-binary: prevent uncompressed vmlinux from inflating rpm size requirements)
  - commit 1ef7451
  - scsi: target: iscsi: validate CHAP_R length before base64 decode
    (bsc#1265449).
  - commit 9997c88
  - Refresh
    patches.suse/io-wq-check-that-the-predecessor-is-hashed-in-io_wq_remove_pending.patch.
  - commit af6de0d
  - net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR (bsc#1265846).
  - net: mana: remove double CQ cleanup in mana_create_rxq error path (git-fixes).
  - net: mana: Skip WQ object destruction for uninitialized RXQ (git-fixes).
  - net: mana: check xdp_rxq registration before unreg in mana_destroy_rxq() (git-fixes).
  - RDMA/mana: Fix error unwind in mana_ib_create_qp_rss() (git-fixes).
  - RDMA/mana: Fix mana_destroy_wq_obj() cleanup in mana_ib_create_qp_rss() (git-fixes).
  - RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss() (git-fixes).
  - RDMA/mana: Validate rx_hash_key_len (git-fixes).
  - hv_sock: fix ARM64 support (git-fixes).
  - commit 18c2af9
  - Kernel-binary: Do not truncate vmlinux when it's the boot image
    Some architectures use vmlinux to boot. Truncating vmlinux on those
    architectures causes signing failure during build. Also if the signing
    was disabled a brokne kernel would be produced.
    Fixes: 222edac2a18 (kernel-binary: prevent uncompressed vmlinux from inflating rpm size requirements)
  - commit d3cf603

++++ kernel-rt:

  - kernel-binary: Only apply vmlinux workaround on SLE15 and later
    To create debuginfo for vmlinux the file needs to be present even if
    it's not packaged because a compressed file is packaged insteand.
    To accomplish that the file is marked as ghost in the file list. Then
    rpm does not complain that the file exists but does not package it.
    However, rpm still reserves space for ghost files when installing a
    package. To avoid reserving space for a file that is not used the file
    is truncated.
    That works on SLE 15 but on SLE 12 rpm then fails packaging the
    debuginfo complaiing that extra debuginfo files are present. Limit the
    workaround to SLE 15 and later.
    Fixes: 222edac2a18 (kernel-binary: prevent uncompressed vmlinux from inflating rpm size requirements)
  - commit 1ef7451
  - scsi: target: iscsi: validate CHAP_R length before base64 decode
    (bsc#1265449).
  - commit 9997c88
  - Refresh
    patches.suse/io-wq-check-that-the-predecessor-is-hashed-in-io_wq_remove_pending.patch.
  - commit af6de0d
  - net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR (bsc#1265846).
  - net: mana: remove double CQ cleanup in mana_create_rxq error path (git-fixes).
  - net: mana: Skip WQ object destruction for uninitialized RXQ (git-fixes).
  - net: mana: check xdp_rxq registration before unreg in mana_destroy_rxq() (git-fixes).
  - RDMA/mana: Fix error unwind in mana_ib_create_qp_rss() (git-fixes).
  - RDMA/mana: Fix mana_destroy_wq_obj() cleanup in mana_ib_create_qp_rss() (git-fixes).
  - RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss() (git-fixes).
  - RDMA/mana: Validate rx_hash_key_len (git-fixes).
  - hv_sock: fix ARM64 support (git-fixes).
  - commit 18c2af9
  - Kernel-binary: Do not truncate vmlinux when it's the boot image
    Some architectures use vmlinux to boot. Truncating vmlinux on those
    architectures causes signing failure during build. Also if the signing
    was disabled a brokne kernel would be produced.
    Fixes: 222edac2a18 (kernel-binary: prevent uncompressed vmlinux from inflating rpm size requirements)
  - commit d3cf603

++++ kernel-rt_debug:

  - kernel-binary: Only apply vmlinux workaround on SLE15 and later
    To create debuginfo for vmlinux the file needs to be present even if
    it's not packaged because a compressed file is packaged insteand.
    To accomplish that the file is marked as ghost in the file list. Then
    rpm does not complain that the file exists but does not package it.
    However, rpm still reserves space for ghost files when installing a
    package. To avoid reserving space for a file that is not used the file
    is truncated.
    That works on SLE 15 but on SLE 12 rpm then fails packaging the
    debuginfo complaiing that extra debuginfo files are present. Limit the
    workaround to SLE 15 and later.
    Fixes: 222edac2a18 (kernel-binary: prevent uncompressed vmlinux from inflating rpm size requirements)
  - commit 1ef7451
  - scsi: target: iscsi: validate CHAP_R length before base64 decode
    (bsc#1265449).
  - commit 9997c88
  - Refresh
    patches.suse/io-wq-check-that-the-predecessor-is-hashed-in-io_wq_remove_pending.patch.
  - commit af6de0d
  - net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLR (bsc#1265846).
  - net: mana: remove double CQ cleanup in mana_create_rxq error path (git-fixes).
  - net: mana: Skip WQ object destruction for uninitialized RXQ (git-fixes).
  - net: mana: check xdp_rxq registration before unreg in mana_destroy_rxq() (git-fixes).
  - RDMA/mana: Fix error unwind in mana_ib_create_qp_rss() (git-fixes).
  - RDMA/mana: Fix mana_destroy_wq_obj() cleanup in mana_ib_create_qp_rss() (git-fixes).
  - RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss() (git-fixes).
  - RDMA/mana: Validate rx_hash_key_len (git-fixes).
  - hv_sock: fix ARM64 support (git-fixes).
  - commit 18c2af9
  - Kernel-binary: Do not truncate vmlinux when it's the boot image
    Some architectures use vmlinux to boot. Truncating vmlinux on those
    architectures causes signing failure during build. Also if the signing
    was disabled a brokne kernel would be produced.
    Fixes: 222edac2a18 (kernel-binary: prevent uncompressed vmlinux from inflating rpm size requirements)
  - commit d3cf603

++++ unbound:

  - Add security patch unbound-patch_combined-1.25.1_v3.diff:
    * CVE-2026-33278, bsc#1265587: Possible remote code execution
    during DNSSEC validation
    * CVE-2026-42944, bsc#1265578: Heap overflow and crash with
    multiple nsid, cookie, padding EDNS options
    * CVE-2026-42959, bsc#1265586: Crash during DNSSEC validation of
    malicious content
    * CVE-2026-32792, bsc#1265583: Packet of death with DNSCrypt
    * CVE-2026-40622, bsc#1265581: "Ghost domain name" variant
    * CVE-2026-41292, bsc#1265580: Parsing a long list of incoming
    EDNS options degrades performance
    * CVE-2026-42534, bsc#1265585: Jostle logic bypass degrades
    resolution performance
    * CVE-2026-42923, bsc#1265589: Degradation of service with
    unbounded NSEC3 hash calculations
    * CVE-2026-42960, bsc#1265588: Possible cache poisoning attack
    while following delegation
    * CVE-2026-44390, bsc#1265584: Unbounded name compression in
    certain cases causes degradation of service
    * CVE-2026-44608, bsc#1265582: Use after free and crash in RPZ
    code.

++++ pcr-oracle:

  - Update to 0.6.3
    + Relax TPM self-test attribute checks (bsc#1265871)

------------------------------------------------------------------
------------------  2026-5-20  -  May 20 2026  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Add CVE-2026-4802.patch to backport upstreams fix for bsc#1265040/CVE-2026-4802

++++ kernel-default:

  - perf: Fix __perf_event_overflow() vs perf_remove_from_context()
    race (bsc#1260018 CVE-2026-23271).
  - commit d05430f
  - xfs: avoid dereferencing log items after push callbacks
    (CVE-2026-31404 bsc#1261628).
  - commit bed0ec1
  - kernel-binary: prevent uncompressed vmlinux from inflating rpm size requirements
    define %__spec_install_post to truncate the uncompressed vmlinux
    to 0 bytes after find-debuginfo.sh and brp-* scripts run. This prevents
    rpmbuild from baking the %ghost file size into the FILESIZES
    header, which can cause installation failures on smaller /boot partitions.
    Fixes: bsc#1265456
  - commit 222edac
  - net/rds: reset op_nents when zerocopy page pin fails
    (bsc#1265626, CVE-2026-43494).
  - net/rds: reset op_nents when zerocopy page pin fails
    (bsc#1265626).
  - commit b66d9fc

++++ kernel-rt:

  - perf: Fix __perf_event_overflow() vs perf_remove_from_context()
    race (bsc#1260018 CVE-2026-23271).
  - commit d05430f
  - xfs: avoid dereferencing log items after push callbacks
    (CVE-2026-31404 bsc#1261628).
  - commit bed0ec1
  - kernel-binary: prevent uncompressed vmlinux from inflating rpm size requirements
    define %__spec_install_post to truncate the uncompressed vmlinux
    to 0 bytes after find-debuginfo.sh and brp-* scripts run. This prevents
    rpmbuild from baking the %ghost file size into the FILESIZES
    header, which can cause installation failures on smaller /boot partitions.
    Fixes: bsc#1265456
  - commit 222edac
  - net/rds: reset op_nents when zerocopy page pin fails
    (bsc#1265626, CVE-2026-43494).
  - net/rds: reset op_nents when zerocopy page pin fails
    (bsc#1265626).
  - commit b66d9fc

++++ kernel-rt_debug:

  - perf: Fix __perf_event_overflow() vs perf_remove_from_context()
    race (bsc#1260018 CVE-2026-23271).
  - commit d05430f
  - xfs: avoid dereferencing log items after push callbacks
    (CVE-2026-31404 bsc#1261628).
  - commit bed0ec1
  - kernel-binary: prevent uncompressed vmlinux from inflating rpm size requirements
    define %__spec_install_post to truncate the uncompressed vmlinux
    to 0 bytes after find-debuginfo.sh and brp-* scripts run. This prevents
    rpmbuild from baking the %ghost file size into the FILESIZES
    header, which can cause installation failures on smaller /boot partitions.
    Fixes: bsc#1265456
  - commit 222edac
  - net/rds: reset op_nents when zerocopy page pin fails
    (bsc#1265626, CVE-2026-43494).
  - net/rds: reset op_nents when zerocopy page pin fails
    (bsc#1265626).
  - commit b66d9fc

++++ openssh:

  - Add patch to fix a potential issue when validating mac or ciphers
    (bsc#1264568):
    * fix-mac-validation-strsep-logic-bug.patch

++++ salt:

  - Use non vendored tornado with Python 3.11 (bsc#1257583, bsc#1259700)
  - Added:
    * use-non-vendored-tornado-with-python-3.11.patch

------------------------------------------------------------------
------------------  2026-5-19  -  May 19 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - perf: Make sure to use pmu_ctx->pmu for groups (bsc#1263001
    CVE-2026-31528).
  - commit 2f72854
  - RDMA/irdma: Fix deadlock during netdev reset with active connections (CVE-2026-31565 bsc#1263064)
  - commit e3d01c8

++++ kernel-rt:

  - perf: Make sure to use pmu_ctx->pmu for groups (bsc#1263001
    CVE-2026-31528).
  - commit 2f72854
  - RDMA/irdma: Fix deadlock during netdev reset with active connections (CVE-2026-31565 bsc#1263064)
  - commit e3d01c8

++++ kernel-rt_debug:

  - perf: Make sure to use pmu_ctx->pmu for groups (bsc#1263001
    CVE-2026-31528).
  - commit 2f72854
  - RDMA/irdma: Fix deadlock during netdev reset with active connections (CVE-2026-31565 bsc#1263064)
  - commit e3d01c8

++++ libzypp:

  - Prevent configured scripts from escaping the sigcheck directory
    (bsc#1265223, CVE-2026-44933)
  - StringV: guard hasPrefix/hasPrefixCI against reading past the
    view end (fixes #735)
  - version 17.38.9 (35)

++++ rsync:

  - Security update:
  - CVE-2025-10158, bsc#1254441: Out of bounds array access via negative index
  - CVE-2026-41035, bsc#1262223: count of entries mismatch can lead to a use-after-free
  - CVE-2026-43617, bsc#1264515: Authorization Bypass via Hostname Resolution
  - CVE-2026-29518, bsc#1264512: Integer Overflow Information Disclosure
  - CVE-2026-43618, bsc#1264512: Integer Overflow Information Disclosure
  - CVE-2026-43619, bsc#1264514: Symlink Race Condition via Path-Based Syscalls
  - CVE-2026-43620, bsc#1264513: Out-of-Bounds Array Read via recv_files()
  - CVE-2026-45232, bsc#1265296: Off-by-one stack OOB write in HTTP CONNECT proxy response parsing
  - List of patches added + hardening pre-requisite patches:
  - rsync-hardening-0001-bool-is-a-keyword-in-C23.patch
  - rsync-hardening-0002-syscall-fix-a-Y2038-bug-by-replacing-Int32x32To64-wi.patch
  - rsync-hardening-0003-options.c-Fix-segv-if-poptGetContext-returns-NULL.patch
  - rsync-hardening-0004-Using-a-correct-time-in-log-file.patch
  - rsync-hardening-0005-configure.ac-check-for-xattr-support-both-in-libc-an.patch
  - rsync-hardening-0006-util-fixed-issue-in-clean_fname.patch
  - rsync-hardening-0007-testsuite-added-clean-fname-underflow-test.patch
  - rsync-hardening-0008-CVE-2025-10158-fixed-an-invalid-access-to-files-array.patch
  - rsync-hardening-0009-fix-uninitialized-buf1-in-get_checksum2-MD4-path.patch
  - rsync-hardening-0010-reject-negative-token-values-in-compressed-stream-re.patch
  - rsync-hardening-0011-acl-fixed-ACL-ID-mapping-for-non-root.patch
  - rsync-hardening-0012-fix-uninitialized-mul_one-in-AVX2-checksum-and-add-S.patch
  - rsync-hardening-0013-Fix-glibc-2.43-constness-warnings.patch
  - rsync-hardening-0015-fix-signed-integer-overflow-in-proxy-protocol-v2-hea.patch
  - rsync-hardening-0016-zero-all-new-memory-from-allocations.patch
  - rsync-hardening-0017-CVE-2026-41035-xattrs-fixed-count-in-qsort.patch
  - rsync-hardening-0018-call-tzset-before-chroot-to-cache-timezone-data.patch
  - rsync-hardening-0019-testsuite-xattrs-ignore-SUNWattr_-in-the-Solaris-xls.patch
  - rsync-hardening-0020-syscall-use-openat2-RESOLVE_BENEATH-on-Linux-for-sec.patch
  - rsync-hardening-0021-syscall-also-use-O_RESOLVE_BENEATH-on-FreeBSD-and-Ma.patch
  - rsync-hardening-0022-testsuite-skip-symlink-dirlink-basis-on-platforms-wi.patch
  - rsync-hardening-0023-CVE-2026-29518-syscall-clientserver-am_chrooted-and-use_secure_syml.patch
  - rsync-hardening-0024-CVE-2026-29518-sender-fix-read-path-TOCTOU-by-opening-from-module-r.patch
  - rsync-hardening-0025-CVE-2026-43619-syscall-receiver-secure-receiver-side-do_chmod-again.patch
  - rsync-hardening-0026-CVE-2026-43619-util1-secure-change_dir-against-symlink-race-chdir-e.patch
  - rsync-hardening-0027-CVE-2026-43619-syscall-add-symlink-race-safe-do_-_at-wrappers-and-h.patch
  - rsync-hardening-0028-CVE-2026-43619-util1-syscall-secure-copy_file-source-dest-opens-bar.patch
  - rsync-hardening-0029-CVE-2026-43619-testsuite-end-to-end-regression-test-for-chdir-symli.patch
  - rsync-hardening-0030-CVE-2026-43618-token-harden-compressed-token-decoding-against-integ.patch
  - rsync-hardening-0031-CVE-2026-43618-testsuite-cover-refuse-options-compress-for-the-daem.patch
  - rsync-hardening-0032-CVE-2026-43620-receiver-add-parent_ndx-0-guard-mirroring-797e17f.patch
  - rsync-hardening-0033-CVE-2026-43617-clientserver-fix-hostname-ACL-bypass-when-using-daem.patch
  - rsync-hardening-0034-CVE-2026-43618-defence-in-depth-bound-wire-supplied-counts-and-leng.patch
  - rsync-hardening-0035-CVE-2026-43618-defence-in-depth-guard-cumulative-snprintf-against-l.patch
  - rsync-hardening-0036-CVE-2026-43620-defence-in-depth-receiver-block-index-bounds-read_de.patch
  - rsync-hardening-0037-ci-add-Ubuntu-22.04-and-AlmaLinux-8-workflows-for-ba.patch
  - rsync-hardening-0039-Fix-flaky-hardlinks-test.patch
  - rsync-hardening-0040-rsync.h-lower-MAX_WIRE_DEL_STAT-to-avoid-signed-int-.patch
  - rsync-hardening-0041-CVE-2026-45232-socket-reject-over-long-proxy-response-line.patch
  - rsync-hardening-0042-main-reject-hyphen-prefixed-remote-shell-hostnames.patch
  - rsync-hardening-0043-util1-handle-out-of-range-times-in-timestring.patch
  - Replaced patches:
  - rsync-no-libattr.patch
  - > rsync-hardening-0005-configure.ac-check-for-xattr-support-both-in-libc-an.patch
  - rsync-CVE-2025-10158.patch
  - > rsync-hardening-0008-CVE-2025-10158-fixed-an-invalid-access-to-files-array.patch
  - rsync-CVE-2026-41035.patch
  - > rsync-hardening-0017-CVE-2026-41035-xattrs-fixed-count-in-qsort.patch
  - Patches not applied/required for openSUSE (left for reference, they are NOT missing neither
    it was a mistake not to include them):
  - rsync-hardening-0014-zlib-convert-K-R-function-definitions-to-ANSI-style
  - rsync-hardening-0038-CI-fix-workflows-for-backport-testing

++++ timezone:

  - Update to 2026b:
    * British Columbia moved to permanent -07 on 2026-03-09. (bsc#1264965)
    * Some more overflow bugs have been fixed in zic.
  - Refresh revert-philippines-historical-data.patch

------------------------------------------------------------------
------------------  2026-5-18  -  May 18 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net/sched: fix pedit partial COW leading to page cache corruption
    (bsc#1265421).
  - commit a756c69
  - RDMA/irdma: Fix double free related to rereg_user_mr (CVE-2026-43120)
  - commit c514796
  - spi: zynq-qspi: switch to use modern name (stable-fixes).
  - Refresh
    patches.suse/spi-zynq-qspi-Add-check-for-clk_enable.patch.
  - commit 79d17cd
  - USB: serial: option: add Telit Cinterion LE910Cx compositions
    (stable-fixes).
  - usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl
    (stable-fixes).
  - usb: usblp: fix heap leak in IEEE 1284 device ID via short
    response (stable-fixes).
  - platform/x86: hp-wmi: Ignore backlight and FnLock events
    (stable-fixes).
  - mtd: spi-nor: sst: Fix write enable before AAI sequence
    (git-fixes).
  - mtd: docg3: fix use-after-free in docg3_release() (git-fixes).
  - spi: uniphier: fix controller deregistration (git-fixes).
  - spi: syncuacer: fix controller deregistration (git-fixes).
  - spi: sun4i: fix controller deregistration (git-fixes).
  - spi: omap2-mcspi: fix controller deregistration (git-fixes).
  - spi: mtk-nor: fix controller deregistration (git-fixes).
  - spi: microchip-core-qspi: fix controller deregistration
    (git-fixes).
  - spi: uniphier: Simplify clock handling with
    devm_clk_get_enabled() (stable-fixes).
  - wifi: mt76: mt792x: fix mt7925u USB WFSYS reset handling
    (git-fixes).
  - wifi: mt76: mt792x: describe USB WFSYS reset with a descriptor
    (stable-fixes).
  - mtd: spi-nor: sst: Fix SST write failure (git-fixes).
  - mtd: spi-nor: sst: Factor out common write operation to
    `sst_nor_write_data()` (stable-fixes).
  - spi: uniphier: switch to use modern name (stable-fixes).
  - spi: synquacer: switch to use modern name (stable-fixes).
  - spi: sun4i: switch to use modern name (stable-fixes).
  - spi: spi-ti-qspi: Convert to platform remove callback returning
    void (stable-fixes).
  - spi: microchip-core-qspi: Use helper function
    devm_clk_get_enabled() (stable-fixes).
  - commit 401263c
  - drm/amdkfd: Add upper bound check for num_of_nodes
    (stable-fixes).
  - commit 46b01e2
  - HID: playstation: Clamp num_touch_reports (git-fixes).
  - drm/amdgpu: zero-initialize GART table on allocation
    (stable-fixes).
  - drm/amdgpu/gfx9: drop unnecessary 64-bit fence flag check in
    KIQ (stable-fixes).
  - fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent
    use-after-free (stable-fixes).
  - ipmi: Add limits to event and receive message requests
    (git-fixes).
  - crypto: authencesn - reject short ahash digests during instance
    creation (git-fixes).
  - drm/amdgpu/vcn4: Avoid overflow on msg bound check (git-fixes).
  - drm/amdgpu/vcn3: Avoid overflow on msg bound check (git-fixes).
  - drm/amdkfd: validate SVM ioctl nattr against buffer size
    (stable-fixes).
  - drm/amdgpu: fix zero-size GDS range init on RDNA4
    (stable-fixes).
  - drm/amdkfd: Clear VRAM on allocation to prevent stale data
    exposure (stable-fixes).
  - drm/amdgpu/vcn4: Prevent OOB reads when parsing IB
    (stable-fixes).
  - drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg
    (stable-fixes).
  - drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg
    (stable-fixes).
  - drm/amdgpu/vce: Prevent partial address patches (stable-fixes).
  - drm/amdgpu: Add bounds checking to ib_{get,set}_value
    (stable-fixes).
  - mtd: docg3: Convert to platform remove callback returning void
    (stable-fixes).
  - commit 8bb0040
  - ASoC: amd: yc: Add HP OMEN Gaming Laptop 16-ap0xxx product
    line in quirk table (stable-fixes).
  - ALSA: core: Serialize deferred fasync state checks (git-fixes).
  - ACPI: video: force native backlight on HP OMEN 16 (8A44)
    (stable-fixes).
  - ACPI: scan: Use acpi_dev_put() in object add error paths
    (git-fixes).
  - ALSA: aoa: i2sbus: clear stale prepared state (git-fixes).
  - ALSA: seq_oss: return full count for successful SEQ_FULLSIZE
    writes (stable-fixes).
  - ALSA: aoa: Skip devices with no codecs in i2sbus_resume()
    (git-fixes).
  - crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated
    as 64-bit (git-fixes).
  - ALSA: misc: Use guard() for spin locks (stable-fixes).
  - ALSA: aoa: Use guard() for mutex locks (stable-fixes).
  - ALSA: seq: Notify client and port info changes (stable-fixes).
  - commit fd79ce9

++++ kernel-rt:

  - net/sched: fix pedit partial COW leading to page cache corruption
    (bsc#1265421).
  - commit a756c69
  - RDMA/irdma: Fix double free related to rereg_user_mr (CVE-2026-43120)
  - commit c514796
  - spi: zynq-qspi: switch to use modern name (stable-fixes).
  - Refresh
    patches.suse/spi-zynq-qspi-Add-check-for-clk_enable.patch.
  - commit 79d17cd
  - USB: serial: option: add Telit Cinterion LE910Cx compositions
    (stable-fixes).
  - usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl
    (stable-fixes).
  - usb: usblp: fix heap leak in IEEE 1284 device ID via short
    response (stable-fixes).
  - platform/x86: hp-wmi: Ignore backlight and FnLock events
    (stable-fixes).
  - mtd: spi-nor: sst: Fix write enable before AAI sequence
    (git-fixes).
  - mtd: docg3: fix use-after-free in docg3_release() (git-fixes).
  - spi: uniphier: fix controller deregistration (git-fixes).
  - spi: syncuacer: fix controller deregistration (git-fixes).
  - spi: sun4i: fix controller deregistration (git-fixes).
  - spi: omap2-mcspi: fix controller deregistration (git-fixes).
  - spi: mtk-nor: fix controller deregistration (git-fixes).
  - spi: microchip-core-qspi: fix controller deregistration
    (git-fixes).
  - spi: uniphier: Simplify clock handling with
    devm_clk_get_enabled() (stable-fixes).
  - wifi: mt76: mt792x: fix mt7925u USB WFSYS reset handling
    (git-fixes).
  - wifi: mt76: mt792x: describe USB WFSYS reset with a descriptor
    (stable-fixes).
  - mtd: spi-nor: sst: Fix SST write failure (git-fixes).
  - mtd: spi-nor: sst: Factor out common write operation to
    `sst_nor_write_data()` (stable-fixes).
  - spi: uniphier: switch to use modern name (stable-fixes).
  - spi: synquacer: switch to use modern name (stable-fixes).
  - spi: sun4i: switch to use modern name (stable-fixes).
  - spi: spi-ti-qspi: Convert to platform remove callback returning
    void (stable-fixes).
  - spi: microchip-core-qspi: Use helper function
    devm_clk_get_enabled() (stable-fixes).
  - commit 401263c
  - drm/amdkfd: Add upper bound check for num_of_nodes
    (stable-fixes).
  - commit 46b01e2
  - HID: playstation: Clamp num_touch_reports (git-fixes).
  - drm/amdgpu: zero-initialize GART table on allocation
    (stable-fixes).
  - drm/amdgpu/gfx9: drop unnecessary 64-bit fence flag check in
    KIQ (stable-fixes).
  - fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent
    use-after-free (stable-fixes).
  - ipmi: Add limits to event and receive message requests
    (git-fixes).
  - crypto: authencesn - reject short ahash digests during instance
    creation (git-fixes).
  - drm/amdgpu/vcn4: Avoid overflow on msg bound check (git-fixes).
  - drm/amdgpu/vcn3: Avoid overflow on msg bound check (git-fixes).
  - drm/amdkfd: validate SVM ioctl nattr against buffer size
    (stable-fixes).
  - drm/amdgpu: fix zero-size GDS range init on RDNA4
    (stable-fixes).
  - drm/amdkfd: Clear VRAM on allocation to prevent stale data
    exposure (stable-fixes).
  - drm/amdgpu/vcn4: Prevent OOB reads when parsing IB
    (stable-fixes).
  - drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg
    (stable-fixes).
  - drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg
    (stable-fixes).
  - drm/amdgpu/vce: Prevent partial address patches (stable-fixes).
  - drm/amdgpu: Add bounds checking to ib_{get,set}_value
    (stable-fixes).
  - mtd: docg3: Convert to platform remove callback returning void
    (stable-fixes).
  - commit 8bb0040
  - ASoC: amd: yc: Add HP OMEN Gaming Laptop 16-ap0xxx product
    line in quirk table (stable-fixes).
  - ALSA: core: Serialize deferred fasync state checks (git-fixes).
  - ACPI: video: force native backlight on HP OMEN 16 (8A44)
    (stable-fixes).
  - ACPI: scan: Use acpi_dev_put() in object add error paths
    (git-fixes).
  - ALSA: aoa: i2sbus: clear stale prepared state (git-fixes).
  - ALSA: seq_oss: return full count for successful SEQ_FULLSIZE
    writes (stable-fixes).
  - ALSA: aoa: Skip devices with no codecs in i2sbus_resume()
    (git-fixes).
  - crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated
    as 64-bit (git-fixes).
  - ALSA: misc: Use guard() for spin locks (stable-fixes).
  - ALSA: aoa: Use guard() for mutex locks (stable-fixes).
  - ALSA: seq: Notify client and port info changes (stable-fixes).
  - commit fd79ce9

++++ kernel-rt_debug:

  - net/sched: fix pedit partial COW leading to page cache corruption
    (bsc#1265421).
  - commit a756c69
  - RDMA/irdma: Fix double free related to rereg_user_mr (CVE-2026-43120)
  - commit c514796
  - spi: zynq-qspi: switch to use modern name (stable-fixes).
  - Refresh
    patches.suse/spi-zynq-qspi-Add-check-for-clk_enable.patch.
  - commit 79d17cd
  - USB: serial: option: add Telit Cinterion LE910Cx compositions
    (stable-fixes).
  - usb: usblp: fix uninitialized heap leak via LPGETSTATUS ioctl
    (stable-fixes).
  - usb: usblp: fix heap leak in IEEE 1284 device ID via short
    response (stable-fixes).
  - platform/x86: hp-wmi: Ignore backlight and FnLock events
    (stable-fixes).
  - mtd: spi-nor: sst: Fix write enable before AAI sequence
    (git-fixes).
  - mtd: docg3: fix use-after-free in docg3_release() (git-fixes).
  - spi: uniphier: fix controller deregistration (git-fixes).
  - spi: syncuacer: fix controller deregistration (git-fixes).
  - spi: sun4i: fix controller deregistration (git-fixes).
  - spi: omap2-mcspi: fix controller deregistration (git-fixes).
  - spi: mtk-nor: fix controller deregistration (git-fixes).
  - spi: microchip-core-qspi: fix controller deregistration
    (git-fixes).
  - spi: uniphier: Simplify clock handling with
    devm_clk_get_enabled() (stable-fixes).
  - wifi: mt76: mt792x: fix mt7925u USB WFSYS reset handling
    (git-fixes).
  - wifi: mt76: mt792x: describe USB WFSYS reset with a descriptor
    (stable-fixes).
  - mtd: spi-nor: sst: Fix SST write failure (git-fixes).
  - mtd: spi-nor: sst: Factor out common write operation to
    `sst_nor_write_data()` (stable-fixes).
  - spi: uniphier: switch to use modern name (stable-fixes).
  - spi: synquacer: switch to use modern name (stable-fixes).
  - spi: sun4i: switch to use modern name (stable-fixes).
  - spi: spi-ti-qspi: Convert to platform remove callback returning
    void (stable-fixes).
  - spi: microchip-core-qspi: Use helper function
    devm_clk_get_enabled() (stable-fixes).
  - commit 401263c
  - drm/amdkfd: Add upper bound check for num_of_nodes
    (stable-fixes).
  - commit 46b01e2
  - HID: playstation: Clamp num_touch_reports (git-fixes).
  - drm/amdgpu: zero-initialize GART table on allocation
    (stable-fixes).
  - drm/amdgpu/gfx9: drop unnecessary 64-bit fence flag check in
    KIQ (stable-fixes).
  - fbdev: udlfb: add vm_ops to dlfb_ops_mmap to prevent
    use-after-free (stable-fixes).
  - ipmi: Add limits to event and receive message requests
    (git-fixes).
  - crypto: authencesn - reject short ahash digests during instance
    creation (git-fixes).
  - drm/amdgpu/vcn4: Avoid overflow on msg bound check (git-fixes).
  - drm/amdgpu/vcn3: Avoid overflow on msg bound check (git-fixes).
  - drm/amdkfd: validate SVM ioctl nattr against buffer size
    (stable-fixes).
  - drm/amdgpu: fix zero-size GDS range init on RDNA4
    (stable-fixes).
  - drm/amdkfd: Clear VRAM on allocation to prevent stale data
    exposure (stable-fixes).
  - drm/amdgpu/vcn4: Prevent OOB reads when parsing IB
    (stable-fixes).
  - drm/amdgpu/vcn4: Prevent OOB reads when parsing dec msg
    (stable-fixes).
  - drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg
    (stable-fixes).
  - drm/amdgpu/vce: Prevent partial address patches (stable-fixes).
  - drm/amdgpu: Add bounds checking to ib_{get,set}_value
    (stable-fixes).
  - mtd: docg3: Convert to platform remove callback returning void
    (stable-fixes).
  - commit 8bb0040
  - ASoC: amd: yc: Add HP OMEN Gaming Laptop 16-ap0xxx product
    line in quirk table (stable-fixes).
  - ALSA: core: Serialize deferred fasync state checks (git-fixes).
  - ACPI: video: force native backlight on HP OMEN 16 (8A44)
    (stable-fixes).
  - ACPI: scan: Use acpi_dev_put() in object add error paths
    (git-fixes).
  - ALSA: aoa: i2sbus: clear stale prepared state (git-fixes).
  - ALSA: seq_oss: return full count for successful SEQ_FULLSIZE
    writes (stable-fixes).
  - ALSA: aoa: Skip devices with no codecs in i2sbus_resume()
    (git-fixes).
  - crypto: arm64/aes - Fix 32-bit aes_mac_update() arg treated
    as 64-bit (git-fixes).
  - ALSA: misc: Use guard() for spin locks (stable-fixes).
  - ALSA: aoa: Use guard() for mutex locks (stable-fixes).
  - ALSA: seq: Notify client and port info changes (stable-fixes).
  - commit fd79ce9

++++ xz:

  - Fix buffer overflow in lzma_index_append (bsc#1261280, CVE-2026-34743)
    * CVE-2026-34743.patch

++++ python-urllib3:

  - CVE-2026-44431: sensitive information disclosure due to sensitive
    headers being forwarded across origins in proxied low-level redirects
    (bsc#1265267)
    Add patch CVE-2026-44431.patch

------------------------------------------------------------------
------------------  2026-5-16  -  May 16 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/gma500/oaktrail_lvds: fix i2c adapter leaks on init
    (git-fixes).
  - drm/gma500/oaktrail_lvds: fix hang on init failure (git-fixes).
  - drm/gma500/oaktrail_hdmi: fix i2c adapter leak on setup
    (git-fixes).
  - accel/qaic: Add overflow check to remap_pfn_range during mmap
    (git-fixes).
  - drm/panfrost: Fix wait_bo ioctl leaking positive return from
    dma_resv_wait_timeout() (git-fixes).
  - drm/i915/dp: Fix VSC dynamic range signaling for RGB formats
    (git-fixes).
  - drm/i915: skip __i915_request_skip() for already signaled
    requests (git-fixes).
  - commit a143ec8

++++ kernel-rt:

  - drm/gma500/oaktrail_lvds: fix i2c adapter leaks on init
    (git-fixes).
  - drm/gma500/oaktrail_lvds: fix hang on init failure (git-fixes).
  - drm/gma500/oaktrail_hdmi: fix i2c adapter leak on setup
    (git-fixes).
  - accel/qaic: Add overflow check to remap_pfn_range during mmap
    (git-fixes).
  - drm/panfrost: Fix wait_bo ioctl leaking positive return from
    dma_resv_wait_timeout() (git-fixes).
  - drm/i915/dp: Fix VSC dynamic range signaling for RGB formats
    (git-fixes).
  - drm/i915: skip __i915_request_skip() for already signaled
    requests (git-fixes).
  - commit a143ec8

++++ kernel-rt_debug:

  - drm/gma500/oaktrail_lvds: fix i2c adapter leaks on init
    (git-fixes).
  - drm/gma500/oaktrail_lvds: fix hang on init failure (git-fixes).
  - drm/gma500/oaktrail_hdmi: fix i2c adapter leak on setup
    (git-fixes).
  - accel/qaic: Add overflow check to remap_pfn_range during mmap
    (git-fixes).
  - drm/panfrost: Fix wait_bo ioctl leaking positive return from
    dma_resv_wait_timeout() (git-fixes).
  - drm/i915/dp: Fix VSC dynamic range signaling for RGB formats
    (git-fixes).
  - drm/i915: skip __i915_request_skip() for already signaled
    requests (git-fixes).
  - commit a143ec8

------------------------------------------------------------------
------------------  2026-5-15  -  May 15 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - kabi assert ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - kabi ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - kabi assert ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - kabi ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - commit 7939970
  - batman-adv: bla: put backbone reference on failed claim hash
    insert (git-fixes).
  - batman-adv: bla: only purge non-released claims (git-fixes).
  - batman-adv: bla: prevent use-after-free when deleting claims
    (git-fixes).
  - batman-adv: stop caching unowned originator pointers in BAT IV
    (git-fixes).
  - batman-adv: reject new tp_meter sessions during teardown
    (git-fixes).
  - batman-adv: fix integer overflow on buff_pos (git-fixes).
  - net: wan: fsl_ucc_hdlc: free tx_skbuff in uhdlc_memclean
    (git-fixes).
  - hwmon: (ads7871) Fix endianness bug in 16-bit register reads
    (git-fixes).
  - hwmon: (lm63) Add locking to avoid TOCTOU (git-fixes).
  - hwmon: (corsair-psu) Close HID device on probe errors
    (git-fixes).
  - hwmon: (ltc2992) Fix u32 overflow in power read path
    (git-fixes).
  - hwmon: (ltc2992) Clamp threshold writes to hardware range
    (git-fixes).
  - staging: vme_user: fix root device leak on init failure
    (git-fixes).
  - usb: ulpi: fix memory leak on ulpi_register() error paths
    (git-fixes).
  - USB: omap_udc: DMA: Don't enable burst 4 mode (git-fixes).
  - i2c: smbus: reject oversized block transfers in the common path
    (git-fixes).
  - i2c: stub: Reject I2C block transfers with invalid length
    (git-fixes).
  - i2c: stm32f7: reinit_completion() per transfer not per msg
    (git-fixes).
  - drm/amdgpu/sdma4: replace BUG_ON with WARN_ON in fence emission
    (git-fixes).
  - drm/radeon: add missing revision check for CI (git-fixes).
  - drm/amdgpu/pm: align Hawaii mclk workaround with radeon
    (git-fixes).
  - drm/amdgpu/pm: add missing revision check for CI (git-fixes).
  - drm/etnaviv: Fix armed job not being pushed to the DRM scheduler
    (git-fixes).
  - drm/fb-helper: Fix clipping when damage area spans a single
    scanline (git-fixes).
  - Bluetooth: HIDP: serialise l2cap_unregister_user via
    hidp_session_sem (git-fixes).
  - Bluetooth: RFCOMM: pull credit byte with skb_pull_data()
    (git-fixes).
  - Bluetooth: virtio_bt: validate rx pkt_type header length
    (git-fixes).
  - Bluetooth: virtio_bt: clamp rx length before skb_put
    (git-fixes).
  - Bluetooth: ISO: Fix data-race on dst in iso_sock_connect()
    (git-fixes).
  - Bluetooth: SCO: hold sk properly in sco_conn_ready (git-fixes).
  - Bluetooth: L2CAP: Fix null-ptr-deref in
    l2cap_sock_new_connection_cb() (git-fixes).
  - Bluetooth: L2CAP: Fix null-ptr-deref in
    l2cap_sock_state_change_cb() (git-fixes).
  - Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_req
    (git-fixes).
  - Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame()
    extension handling (git-fixes).
  - Bluetooth: hci_event: Fix OOB read and infinite loop in
    hci_le_create_big_complete_evt (git-fixes).
  - Bluetooth: SCO: fix sleeping under spinlock in sco_conn_ready
    (git-fixes).
  - wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST
    usage (git-fixes).
  - wifi: mac80211: remove station if connection prep fails
    (git-fixes).
  - wifi: ath5k: do not access array OOB (git-fixes).
  - wifi: libertas: notify firmware load wait on disconnect
    (git-fixes).
  - wifi: cw1200: Revert "Fix locking in error paths" (git-fixes).
  - wifi: rsi: fix kthread lifetime race between self-exit and
    external-stop (git-fixes).
  - wifi: mac80211: drop stray 'static' from fast-RX rx_result
    (git-fixes).
  - wifi: mac80211: check ieee80211_rx_data_set_link return in
    pubsta MLO path (git-fixes).
  - wifi: nl80211: require admin perm on SET_PMK / DEL_PMK
    (git-fixes).
  - wifi: b43legacy: enforce bounds check on firmware key index
    in RX path (git-fixes).
  - wifi: b43: enforce bounds check on firmware key index in
    b43_rx() (git-fixes).
  - net: usb: asix: ax88772: re-add usbnet_link_change() in phylink
    callbacks (git-fixes).
  - net: wan: fsl_ucc_hdlc: fix ucc_hdlc_remove (git-fixes).
  - net: wan: fsl_ucc_hdlc: fix uhdlc_memclean (git-fixes).
  - ASoC: cs35l56: Destroy workqueue in probe error path
    (git-fixes).
  - ASoC: cs35l56: Don't use devres to unregister component
    (git-fixes).
  - ASoC: fsl_xcvr: Fix event generation for cached controls
    (git-fixes).
  - ALSA: usb-audio: midi2: Restart output URBs on resume
    (git-fixes).
  - ALSA: firewire-tascam: Do not drop unread control events
    (git-fixes).
  - staging: vme_user: added bound check to geoid (stable-fixes).
  - commit 59f26f5
  - efi: pstore: Drop efivar lock when efi_pstore_open() returns
    with an error (git-fixes).
  - commit 5e02074
  - ptrace: slightly saner 'get_dumpable()' logic (bsc#1265308).
  - commit a7c7176
  - seg6: separate dst_cache for input and output paths in seg6
    lwtunnel (CVE-2026-31668 bsc#1263140).
  - bridge: br_nd_send: linearize skb before parsing ND options
    (CVE-2026-31682 bsc#1263595).
  - commit 001a6c2
  - tipc: fix bc_ackers underflow on duplicate GRP_ACK_MSG
    (CVE-2026-31662 bsc#1263131).
  - ipv6: icmp: clear skb2->cb in ip6_err_gen_icmpv6_unreach()
    (CVE-2026-43038 bsc#1264097).
  - iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()
    (CVE-2026-31505 bsc#1263093).
  - can: gw: fix OOB heap access in cgw_csum_crc8_rel()
    (CVE-2026-31570 bsc#1263065).
  - atm: lec: fix use-after-free in sock_def_readable()
    (CVE-2026-43050 bsc#1264082).
  - commit 1116ef5
  - ALSA: pcm: fix use-after-free on linked stream runtime in
    snd_pcm_drain() (CVE-2026-43437 bsc#1265126).
  - commit 3fdd8bf
  - Bluetooth: SMP: force responder MITM requirements before
    building the pairing response (CVE-2026-43334 bsc#1265090).
  - commit dc24bd4
  - ALSA: mixer: oss: Add card disconnect checkpoints
    (CVE-2026-43126 bsc#1264634).
  - commit 2dc845f
  - wifi: brcmfmac: validate bsscfg indices in IF events
    (CVE-2026-43110 bsc#1264482).
  - commit c50a71a
  - drm/amd/display: Do not skip unrelated mode changes in DSC
    validation (CVE-2026-31488 bsc#1262746).
  - commit 7991223
  - Bluetooth: L2CAP: Validate PDU length before reading SDU length
    in l2cap_ecred_data_rcv() (CVE-2026-31512 bsc#1262734).
  - commit 5ce5473
  - netfilter: ip6t_eui64: reject invalid MAC header for all packets
    (CVE-2026-31685 bsc#1263668).
  - commit ecee315
  - netfilter: ctnetlink: ignore explicit helper on new expectations
    (CVE-2026-43025 bsc#1263931).
  - commit 96c1319
  - netfilter: nf_conntrack_helper: pass helper to expect cleanup
    (CVE-2026-43027 bsc#1263933).
  - commit 652688a
  - netfilter: xt_tcpmss: check remaining length before reading
    optlen (CVE-2026-43190 bsc#1264848).
  - commit 0b53f94
  - net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabled
    (CVE-2026-43441 bsc#1264674).
  - commit 3361ec7
  - netfilter: flowtable: strictly check for maximum number of
    actions (CVE-2026-43329 bsc#1265085).
  - commit 28f800b
  - vxlan: validate ND option lengths in vxlan_na_create
    (CVE-2026-31738 bsc#1264059).
  - commit 1854232
  - drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat (bsc#1263170 CVE-2026-31656)
  - commit 5344cae
  - selftests/bpf: Add more precision tracking tests for atomics
    (CVE-2026-43009 bsc#1264014).
  - commit 1c3f25f
  - bpf: Fix incorrect pruning due to atomic fetch precision tracking
    (CVE-2026-43009 bsc#1264014).
  - commit 7f14444

++++ kernel-rt:

  - kabi assert ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - kabi ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - kabi assert ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - kabi ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - commit 7939970
  - batman-adv: bla: put backbone reference on failed claim hash
    insert (git-fixes).
  - batman-adv: bla: only purge non-released claims (git-fixes).
  - batman-adv: bla: prevent use-after-free when deleting claims
    (git-fixes).
  - batman-adv: stop caching unowned originator pointers in BAT IV
    (git-fixes).
  - batman-adv: reject new tp_meter sessions during teardown
    (git-fixes).
  - batman-adv: fix integer overflow on buff_pos (git-fixes).
  - net: wan: fsl_ucc_hdlc: free tx_skbuff in uhdlc_memclean
    (git-fixes).
  - hwmon: (ads7871) Fix endianness bug in 16-bit register reads
    (git-fixes).
  - hwmon: (lm63) Add locking to avoid TOCTOU (git-fixes).
  - hwmon: (corsair-psu) Close HID device on probe errors
    (git-fixes).
  - hwmon: (ltc2992) Fix u32 overflow in power read path
    (git-fixes).
  - hwmon: (ltc2992) Clamp threshold writes to hardware range
    (git-fixes).
  - staging: vme_user: fix root device leak on init failure
    (git-fixes).
  - usb: ulpi: fix memory leak on ulpi_register() error paths
    (git-fixes).
  - USB: omap_udc: DMA: Don't enable burst 4 mode (git-fixes).
  - i2c: smbus: reject oversized block transfers in the common path
    (git-fixes).
  - i2c: stub: Reject I2C block transfers with invalid length
    (git-fixes).
  - i2c: stm32f7: reinit_completion() per transfer not per msg
    (git-fixes).
  - drm/amdgpu/sdma4: replace BUG_ON with WARN_ON in fence emission
    (git-fixes).
  - drm/radeon: add missing revision check for CI (git-fixes).
  - drm/amdgpu/pm: align Hawaii mclk workaround with radeon
    (git-fixes).
  - drm/amdgpu/pm: add missing revision check for CI (git-fixes).
  - drm/etnaviv: Fix armed job not being pushed to the DRM scheduler
    (git-fixes).
  - drm/fb-helper: Fix clipping when damage area spans a single
    scanline (git-fixes).
  - Bluetooth: HIDP: serialise l2cap_unregister_user via
    hidp_session_sem (git-fixes).
  - Bluetooth: RFCOMM: pull credit byte with skb_pull_data()
    (git-fixes).
  - Bluetooth: virtio_bt: validate rx pkt_type header length
    (git-fixes).
  - Bluetooth: virtio_bt: clamp rx length before skb_put
    (git-fixes).
  - Bluetooth: ISO: Fix data-race on dst in iso_sock_connect()
    (git-fixes).
  - Bluetooth: SCO: hold sk properly in sco_conn_ready (git-fixes).
  - Bluetooth: L2CAP: Fix null-ptr-deref in
    l2cap_sock_new_connection_cb() (git-fixes).
  - Bluetooth: L2CAP: Fix null-ptr-deref in
    l2cap_sock_state_change_cb() (git-fixes).
  - Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_req
    (git-fixes).
  - Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame()
    extension handling (git-fixes).
  - Bluetooth: hci_event: Fix OOB read and infinite loop in
    hci_le_create_big_complete_evt (git-fixes).
  - Bluetooth: SCO: fix sleeping under spinlock in sco_conn_ready
    (git-fixes).
  - wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST
    usage (git-fixes).
  - wifi: mac80211: remove station if connection prep fails
    (git-fixes).
  - wifi: ath5k: do not access array OOB (git-fixes).
  - wifi: libertas: notify firmware load wait on disconnect
    (git-fixes).
  - wifi: cw1200: Revert "Fix locking in error paths" (git-fixes).
  - wifi: rsi: fix kthread lifetime race between self-exit and
    external-stop (git-fixes).
  - wifi: mac80211: drop stray 'static' from fast-RX rx_result
    (git-fixes).
  - wifi: mac80211: check ieee80211_rx_data_set_link return in
    pubsta MLO path (git-fixes).
  - wifi: nl80211: require admin perm on SET_PMK / DEL_PMK
    (git-fixes).
  - wifi: b43legacy: enforce bounds check on firmware key index
    in RX path (git-fixes).
  - wifi: b43: enforce bounds check on firmware key index in
    b43_rx() (git-fixes).
  - net: usb: asix: ax88772: re-add usbnet_link_change() in phylink
    callbacks (git-fixes).
  - net: wan: fsl_ucc_hdlc: fix ucc_hdlc_remove (git-fixes).
  - net: wan: fsl_ucc_hdlc: fix uhdlc_memclean (git-fixes).
  - ASoC: cs35l56: Destroy workqueue in probe error path
    (git-fixes).
  - ASoC: cs35l56: Don't use devres to unregister component
    (git-fixes).
  - ASoC: fsl_xcvr: Fix event generation for cached controls
    (git-fixes).
  - ALSA: usb-audio: midi2: Restart output URBs on resume
    (git-fixes).
  - ALSA: firewire-tascam: Do not drop unread control events
    (git-fixes).
  - staging: vme_user: added bound check to geoid (stable-fixes).
  - commit 59f26f5
  - efi: pstore: Drop efivar lock when efi_pstore_open() returns
    with an error (git-fixes).
  - commit 5e02074
  - ptrace: slightly saner 'get_dumpable()' logic (bsc#1265308).
  - commit a7c7176
  - seg6: separate dst_cache for input and output paths in seg6
    lwtunnel (CVE-2026-31668 bsc#1263140).
  - bridge: br_nd_send: linearize skb before parsing ND options
    (CVE-2026-31682 bsc#1263595).
  - commit 001a6c2
  - tipc: fix bc_ackers underflow on duplicate GRP_ACK_MSG
    (CVE-2026-31662 bsc#1263131).
  - ipv6: icmp: clear skb2->cb in ip6_err_gen_icmpv6_unreach()
    (CVE-2026-43038 bsc#1264097).
  - iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()
    (CVE-2026-31505 bsc#1263093).
  - can: gw: fix OOB heap access in cgw_csum_crc8_rel()
    (CVE-2026-31570 bsc#1263065).
  - atm: lec: fix use-after-free in sock_def_readable()
    (CVE-2026-43050 bsc#1264082).
  - commit 1116ef5
  - ALSA: pcm: fix use-after-free on linked stream runtime in
    snd_pcm_drain() (CVE-2026-43437 bsc#1265126).
  - commit 3fdd8bf
  - Bluetooth: SMP: force responder MITM requirements before
    building the pairing response (CVE-2026-43334 bsc#1265090).
  - commit dc24bd4
  - ALSA: mixer: oss: Add card disconnect checkpoints
    (CVE-2026-43126 bsc#1264634).
  - commit 2dc845f
  - wifi: brcmfmac: validate bsscfg indices in IF events
    (CVE-2026-43110 bsc#1264482).
  - commit c50a71a
  - drm/amd/display: Do not skip unrelated mode changes in DSC
    validation (CVE-2026-31488 bsc#1262746).
  - commit 7991223
  - Bluetooth: L2CAP: Validate PDU length before reading SDU length
    in l2cap_ecred_data_rcv() (CVE-2026-31512 bsc#1262734).
  - commit 5ce5473
  - netfilter: ip6t_eui64: reject invalid MAC header for all packets
    (CVE-2026-31685 bsc#1263668).
  - commit ecee315
  - netfilter: ctnetlink: ignore explicit helper on new expectations
    (CVE-2026-43025 bsc#1263931).
  - commit 96c1319
  - netfilter: nf_conntrack_helper: pass helper to expect cleanup
    (CVE-2026-43027 bsc#1263933).
  - commit 652688a
  - netfilter: xt_tcpmss: check remaining length before reading
    optlen (CVE-2026-43190 bsc#1264848).
  - commit 0b53f94
  - net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabled
    (CVE-2026-43441 bsc#1264674).
  - commit 3361ec7
  - netfilter: flowtable: strictly check for maximum number of
    actions (CVE-2026-43329 bsc#1265085).
  - commit 28f800b
  - vxlan: validate ND option lengths in vxlan_na_create
    (CVE-2026-31738 bsc#1264059).
  - commit 1854232
  - drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat (bsc#1263170 CVE-2026-31656)
  - commit 5344cae
  - selftests/bpf: Add more precision tracking tests for atomics
    (CVE-2026-43009 bsc#1264014).
  - commit 1c3f25f
  - bpf: Fix incorrect pruning due to atomic fetch precision tracking
    (CVE-2026-43009 bsc#1264014).
  - commit 7f14444

++++ kernel-rt_debug:

  - kabi assert ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - kabi ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - kabi assert ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - kabi ptrace: slightly saner 'get_dumpable()' logic
    (bsc#1265308).
  - commit 7939970
  - batman-adv: bla: put backbone reference on failed claim hash
    insert (git-fixes).
  - batman-adv: bla: only purge non-released claims (git-fixes).
  - batman-adv: bla: prevent use-after-free when deleting claims
    (git-fixes).
  - batman-adv: stop caching unowned originator pointers in BAT IV
    (git-fixes).
  - batman-adv: reject new tp_meter sessions during teardown
    (git-fixes).
  - batman-adv: fix integer overflow on buff_pos (git-fixes).
  - net: wan: fsl_ucc_hdlc: free tx_skbuff in uhdlc_memclean
    (git-fixes).
  - hwmon: (ads7871) Fix endianness bug in 16-bit register reads
    (git-fixes).
  - hwmon: (lm63) Add locking to avoid TOCTOU (git-fixes).
  - hwmon: (corsair-psu) Close HID device on probe errors
    (git-fixes).
  - hwmon: (ltc2992) Fix u32 overflow in power read path
    (git-fixes).
  - hwmon: (ltc2992) Clamp threshold writes to hardware range
    (git-fixes).
  - staging: vme_user: fix root device leak on init failure
    (git-fixes).
  - usb: ulpi: fix memory leak on ulpi_register() error paths
    (git-fixes).
  - USB: omap_udc: DMA: Don't enable burst 4 mode (git-fixes).
  - i2c: smbus: reject oversized block transfers in the common path
    (git-fixes).
  - i2c: stub: Reject I2C block transfers with invalid length
    (git-fixes).
  - i2c: stm32f7: reinit_completion() per transfer not per msg
    (git-fixes).
  - drm/amdgpu/sdma4: replace BUG_ON with WARN_ON in fence emission
    (git-fixes).
  - drm/radeon: add missing revision check for CI (git-fixes).
  - drm/amdgpu/pm: align Hawaii mclk workaround with radeon
    (git-fixes).
  - drm/amdgpu/pm: add missing revision check for CI (git-fixes).
  - drm/etnaviv: Fix armed job not being pushed to the DRM scheduler
    (git-fixes).
  - drm/fb-helper: Fix clipping when damage area spans a single
    scanline (git-fixes).
  - Bluetooth: HIDP: serialise l2cap_unregister_user via
    hidp_session_sem (git-fixes).
  - Bluetooth: RFCOMM: pull credit byte with skb_pull_data()
    (git-fixes).
  - Bluetooth: virtio_bt: validate rx pkt_type header length
    (git-fixes).
  - Bluetooth: virtio_bt: clamp rx length before skb_put
    (git-fixes).
  - Bluetooth: ISO: Fix data-race on dst in iso_sock_connect()
    (git-fixes).
  - Bluetooth: SCO: hold sk properly in sco_conn_ready (git-fixes).
  - Bluetooth: L2CAP: Fix null-ptr-deref in
    l2cap_sock_new_connection_cb() (git-fixes).
  - Bluetooth: L2CAP: Fix null-ptr-deref in
    l2cap_sock_state_change_cb() (git-fixes).
  - Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_req
    (git-fixes).
  - Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame()
    extension handling (git-fixes).
  - Bluetooth: hci_event: Fix OOB read and infinite loop in
    hci_le_create_big_complete_evt (git-fixes).
  - Bluetooth: SCO: fix sleeping under spinlock in sco_conn_ready
    (git-fixes).
  - wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST
    usage (git-fixes).
  - wifi: mac80211: remove station if connection prep fails
    (git-fixes).
  - wifi: ath5k: do not access array OOB (git-fixes).
  - wifi: libertas: notify firmware load wait on disconnect
    (git-fixes).
  - wifi: cw1200: Revert "Fix locking in error paths" (git-fixes).
  - wifi: rsi: fix kthread lifetime race between self-exit and
    external-stop (git-fixes).
  - wifi: mac80211: drop stray 'static' from fast-RX rx_result
    (git-fixes).
  - wifi: mac80211: check ieee80211_rx_data_set_link return in
    pubsta MLO path (git-fixes).
  - wifi: nl80211: require admin perm on SET_PMK / DEL_PMK
    (git-fixes).
  - wifi: b43legacy: enforce bounds check on firmware key index
    in RX path (git-fixes).
  - wifi: b43: enforce bounds check on firmware key index in
    b43_rx() (git-fixes).
  - net: usb: asix: ax88772: re-add usbnet_link_change() in phylink
    callbacks (git-fixes).
  - net: wan: fsl_ucc_hdlc: fix ucc_hdlc_remove (git-fixes).
  - net: wan: fsl_ucc_hdlc: fix uhdlc_memclean (git-fixes).
  - ASoC: cs35l56: Destroy workqueue in probe error path
    (git-fixes).
  - ASoC: cs35l56: Don't use devres to unregister component
    (git-fixes).
  - ASoC: fsl_xcvr: Fix event generation for cached controls
    (git-fixes).
  - ALSA: usb-audio: midi2: Restart output URBs on resume
    (git-fixes).
  - ALSA: firewire-tascam: Do not drop unread control events
    (git-fixes).
  - staging: vme_user: added bound check to geoid (stable-fixes).
  - commit 59f26f5
  - efi: pstore: Drop efivar lock when efi_pstore_open() returns
    with an error (git-fixes).
  - commit 5e02074
  - ptrace: slightly saner 'get_dumpable()' logic (bsc#1265308).
  - commit a7c7176
  - seg6: separate dst_cache for input and output paths in seg6
    lwtunnel (CVE-2026-31668 bsc#1263140).
  - bridge: br_nd_send: linearize skb before parsing ND options
    (CVE-2026-31682 bsc#1263595).
  - commit 001a6c2
  - tipc: fix bc_ackers underflow on duplicate GRP_ACK_MSG
    (CVE-2026-31662 bsc#1263131).
  - ipv6: icmp: clear skb2->cb in ip6_err_gen_icmpv6_unreach()
    (CVE-2026-43038 bsc#1264097).
  - iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()
    (CVE-2026-31505 bsc#1263093).
  - can: gw: fix OOB heap access in cgw_csum_crc8_rel()
    (CVE-2026-31570 bsc#1263065).
  - atm: lec: fix use-after-free in sock_def_readable()
    (CVE-2026-43050 bsc#1264082).
  - commit 1116ef5
  - ALSA: pcm: fix use-after-free on linked stream runtime in
    snd_pcm_drain() (CVE-2026-43437 bsc#1265126).
  - commit 3fdd8bf
  - Bluetooth: SMP: force responder MITM requirements before
    building the pairing response (CVE-2026-43334 bsc#1265090).
  - commit dc24bd4
  - ALSA: mixer: oss: Add card disconnect checkpoints
    (CVE-2026-43126 bsc#1264634).
  - commit 2dc845f
  - wifi: brcmfmac: validate bsscfg indices in IF events
    (CVE-2026-43110 bsc#1264482).
  - commit c50a71a
  - drm/amd/display: Do not skip unrelated mode changes in DSC
    validation (CVE-2026-31488 bsc#1262746).
  - commit 7991223
  - Bluetooth: L2CAP: Validate PDU length before reading SDU length
    in l2cap_ecred_data_rcv() (CVE-2026-31512 bsc#1262734).
  - commit 5ce5473
  - netfilter: ip6t_eui64: reject invalid MAC header for all packets
    (CVE-2026-31685 bsc#1263668).
  - commit ecee315
  - netfilter: ctnetlink: ignore explicit helper on new expectations
    (CVE-2026-43025 bsc#1263931).
  - commit 96c1319
  - netfilter: nf_conntrack_helper: pass helper to expect cleanup
    (CVE-2026-43027 bsc#1263933).
  - commit 652688a
  - netfilter: xt_tcpmss: check remaining length before reading
    optlen (CVE-2026-43190 bsc#1264848).
  - commit 0b53f94
  - net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabled
    (CVE-2026-43441 bsc#1264674).
  - commit 3361ec7
  - netfilter: flowtable: strictly check for maximum number of
    actions (CVE-2026-43329 bsc#1265085).
  - commit 28f800b
  - vxlan: validate ND option lengths in vxlan_na_create
    (CVE-2026-31738 bsc#1264059).
  - commit 1854232
  - drm/i915/gt: fix refcount underflow in intel_engine_park_heartbeat (bsc#1263170 CVE-2026-31656)
  - commit 5344cae
  - selftests/bpf: Add more precision tracking tests for atomics
    (CVE-2026-43009 bsc#1264014).
  - commit 1c3f25f
  - bpf: Fix incorrect pruning due to atomic fetch precision tracking
    (CVE-2026-43009 bsc#1264014).
  - commit 7f14444

++++ util-linux-systemd:

  - loopdev: Prevent unauthorized read access to symlinked filesystem
    images (bsc#1261606, CVE-2026-27456,
    util-linux-CVE-2026-27456.patch).

++++ util-linux:

  - loopdev: Prevent unauthorized read access to symlinked filesystem
    images (bsc#1261606, CVE-2026-27456,
    util-linux-CVE-2026-27456.patch).

++++ open-vm-tools:

  - update to 13.1.0 release based on build 25218885: (boo#1265304)
    Please refer to the Release Notes at
    https://github.com/vmware/open-vm-tools/blob/stable-13.1.0/ReleaseNotes.md.
    Support for GNOME Toolkit version 4.
    This release of open-vm-tools supports building with either the
    GNOME Toolkit version 4 (GTK4) or to continue using version 3
    (GTK3). The configure script will accept options to restrict the
    build to either GTK3 or GTK4. If no restriction is applied, the
    latest version for which the required development package(s) are
    installed will be used. Please see the What's New section of the
    Release Notes for details.
    The following github issues have been resolved:
  - issue #707
  - issue #763
    The granular changes that have gone into the open-vm-tools 13.1.0
    release are in the ChangeLog at
    https://github.com/vmware/open-vm-tools/blob/stable-13.1.0/open-vm-tools/ChangeLog.
    For a more complete description of what is new in this release,
    see the What's New and Resolved Issues sections of the Release
    Notes.
    https://github.com/vmware/open-vm-tools/blob/stable-13.1.0/ReleaseNotes.md#whatsnew
    https://github.com/vmware/open-vm-tools/blob/stable-13.1.0/ReleaseNotes.md#resolved-issues

------------------------------------------------------------------
------------------  2026-5-14  -  May 14 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - netfilter: xt_multiport: validate range encoding in checkentry
    (CVE-2026-31681 bsc#1263593).
  - commit 7b212df
  - netfilter: nft_ct: drop pending enqueued packets on removal
    (CVE-2026-43060 bsc#1264183).
  - commit d1173bc
  - netfilter: nf_conntrack_expect: skip expectations in other
    netns via proc (CVE-2026-31496 bsc#1262673).
  - commit 74f2ac3
  - net: af_key: zero aligned sockaddr tail in PF_KEY exports
    (CVE-2026-43088 bsc#1264469).
  - commit 341f2a8
  - io_uring/kbuf: check if target buffer list is still legacy on
    recycle (CVE-2026-43366 bsc#1265116).
  - commit 8443276
  - btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create (CVE-2026-31519 bsc#1263012).
  - commit 84e52ca
  - ceph: fix memory leaks in ceph_mdsc_build_path() (CVE-2026-43419 bsc#1264661).
  - commit 1ad98c2
  - KVM: Reject wrapped offset in kvm_reset_dirty_gfn() (git-fixes).
  - commit 9bb4bde
  - KVM: x86: check for nEPT/nNPT in slow flush hypercalls
    (git-fixes).
  - commit a8658e7
  - pmdomain: bcm: bcm2835-power: Increase ASB control timeout (CVE-2026-31550 bsc#1263104)
  - commit de9c81c
  - x86/CPU/AMD: Prevent improper isolation of shared resources
    in Zen2's op cache (bsc#1264013 CVE-2025-54518).
  - commit f788381
  - io-wq: check that the predecessor is hashed in
    io_wq_remove_pending() (git-fixes).
  - commit fcb4942

++++ kernel-rt:

  - netfilter: xt_multiport: validate range encoding in checkentry
    (CVE-2026-31681 bsc#1263593).
  - commit 7b212df
  - netfilter: nft_ct: drop pending enqueued packets on removal
    (CVE-2026-43060 bsc#1264183).
  - commit d1173bc
  - netfilter: nf_conntrack_expect: skip expectations in other
    netns via proc (CVE-2026-31496 bsc#1262673).
  - commit 74f2ac3
  - net: af_key: zero aligned sockaddr tail in PF_KEY exports
    (CVE-2026-43088 bsc#1264469).
  - commit 341f2a8
  - io_uring/kbuf: check if target buffer list is still legacy on
    recycle (CVE-2026-43366 bsc#1265116).
  - commit 8443276
  - btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create (CVE-2026-31519 bsc#1263012).
  - commit 84e52ca
  - ceph: fix memory leaks in ceph_mdsc_build_path() (CVE-2026-43419 bsc#1264661).
  - commit 1ad98c2
  - KVM: Reject wrapped offset in kvm_reset_dirty_gfn() (git-fixes).
  - commit 9bb4bde
  - KVM: x86: check for nEPT/nNPT in slow flush hypercalls
    (git-fixes).
  - commit a8658e7
  - pmdomain: bcm: bcm2835-power: Increase ASB control timeout (CVE-2026-31550 bsc#1263104)
  - commit de9c81c
  - x86/CPU/AMD: Prevent improper isolation of shared resources
    in Zen2's op cache (bsc#1264013 CVE-2025-54518).
  - commit f788381
  - io-wq: check that the predecessor is hashed in
    io_wq_remove_pending() (git-fixes).
  - commit fcb4942

++++ kernel-rt_debug:

  - netfilter: xt_multiport: validate range encoding in checkentry
    (CVE-2026-31681 bsc#1263593).
  - commit 7b212df
  - netfilter: nft_ct: drop pending enqueued packets on removal
    (CVE-2026-43060 bsc#1264183).
  - commit d1173bc
  - netfilter: nf_conntrack_expect: skip expectations in other
    netns via proc (CVE-2026-31496 bsc#1262673).
  - commit 74f2ac3
  - net: af_key: zero aligned sockaddr tail in PF_KEY exports
    (CVE-2026-43088 bsc#1264469).
  - commit 341f2a8
  - io_uring/kbuf: check if target buffer list is still legacy on
    recycle (CVE-2026-43366 bsc#1265116).
  - commit 8443276
  - btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create (CVE-2026-31519 bsc#1263012).
  - commit 84e52ca
  - ceph: fix memory leaks in ceph_mdsc_build_path() (CVE-2026-43419 bsc#1264661).
  - commit 1ad98c2
  - KVM: Reject wrapped offset in kvm_reset_dirty_gfn() (git-fixes).
  - commit 9bb4bde
  - KVM: x86: check for nEPT/nNPT in slow flush hypercalls
    (git-fixes).
  - commit a8658e7
  - pmdomain: bcm: bcm2835-power: Increase ASB control timeout (CVE-2026-31550 bsc#1263104)
  - commit de9c81c
  - x86/CPU/AMD: Prevent improper isolation of shared resources
    in Zen2's op cache (bsc#1264013 CVE-2025-54518).
  - commit f788381
  - io-wq: check that the predecessor is hashed in
    io_wq_remove_pending() (git-fixes).
  - commit fcb4942

------------------------------------------------------------------
------------------  2026-5-13  -  May 13 2026  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 29.4.0. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/29/#2940>
  - Update to buildx 0.33.0. See upstream changelog online at
    <https://github.com/docker/buildx/releases/tag/v0.33.0>
  - Rebased patches:
    * 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch
    * 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * cli-0001-openSUSE-point-users-to-docker-buildx-package.patch
    * cli-0002-SECRETS-SUSE-default-to-DOCKER_BUILDKIT-0-for-docker.patch
  - Removed patch
    * 0007-CVE-2025-58181-fix-vendor-crypto-ssh.patch (applicable only
    when docker version < v29.1.0)

++++ iproute2:

  - update to a copy of SLE15 SP6 package
    * update to upstream 6.4 release
  - bridge: mdb: added underlay destination IP support, UDP
    destination port support, destination VNI support, source VNI
    support, outgoing interface support
  - macvlan: added the "bclim" parameter
    * existing patches moved to patches.tar.xz:
  - adjust-installation-directories-for-openSUSE-SLE.patch
  - use-sysconf-_SC_CLK_TCK-if-HZ-undefined.patch
  - add-explicit-typecast-to-avoid-gcc-warning.patch
  - split-link-and-compile-steps-for-binaries.patch
  - support display of bound but unconnected sockets (bsc#1204562)
    * ss-Add-support-for-dumping-TCP-bound-inactive-socket.patch
  - avoid spurious cgroup warning (bsc#1234383):
  - ss-Tone-down-cgroup-path-resolution.patch
  - add post-6.4 follow-up fixes (bsc#1243005):
    * bond-fix-stack-smash-in-xstats.patch
    * bpf-fix-warning-from-basename.patch
    * bridge-fdb-add-an-error-print-for-unknown-command.patch
    * bridge-vni-Accept-del-command.patch
    * bridge-vni-Fix-duplicate-group-and-remote-error-mess.patch
    * bridge-vni-Fix-vni-filter-help-strings.patch
    * bridge-vni-Remove-dead-code-in-group-argument-parsin.patch
    * bridge-vni-Report-duplicate-vni-argument-using-dupar.patch
    * f_flower-Treat-port-0-as-valid.patch
    * genl-ctrl.c-spelling-fix-in-error-message.patch
    * ip-Add-missing-echo-option-to-usage.patch
    * ip-Add-missing-stats-command-to-usage.patch
    * ip-ipmroute-use-preferred_family-to-get-prefix.patch
    * ip-remove-non-existent-amt-subcommand-from-usage.patch
    * iplink-fix-fd-leak-when-playing-with-netns.patch
    * iplink_bridge-fix-incorrect-root-id-dump.patch
    * iplink_xstats-spelling-fix-in-error-message.patch
    * iproute2-fix-type-incompatibility-in-ifstat.c.patch
    * iproute2-prevent-memory-leak.patch
    * libnetlink-validate-nlmsg-header-length-first.patch
    * man-devlink-resource-add-missing-words-in-the-exampl.patch
    * mnl_utils-sanitize-incoming-netlink-payload-size-in-.patch
    * rdma-Fix-help-information-of-rdma-resource.patch
    * rdma-Fix-the-error-of-accessing-string-variable-outs.patch
    * rdma-use-print_XXX-instead-of-COLOR_NONE.patch
    * ss-Fix-socket-type-check-in-packet_show_line.patch
    * ss-fix-directory-leak-when-T-option-is-used.patch
    * ss-mptcp-display-info-counters-as-unsigned.patch
    * ss-prevent-Process-column-from-being-printed-unless-.patch
    * ss-show-extra-info-when-processes-is-not-used.patch
    * tc-gred-fix-debug-print.patch
    * tc-taprio-don-t-print-netlink-attributes-which-weren.patch
    * tc-taprio-fix-JSON-output-when-TCA_TAPRIO_ATTR_ADMIN.patch
    * tc-taprio-fix-parsing-of-fp-option-when-it-doesn-t-a.patch
    * vdpa-consume-device_features-parameter.patch
  - devlink: support ipsec_crypto and ipsec_packet cap (bsc#1248660)
    * add devlink-Support-setting-port-function-ipsec_crypto-c.patch
    * add devlink-Support-setting-port-function-ipsec_packet-c.patch
    * refresh ss-Tone-down-cgroup-path-resolution.patch
  - sync UAPI header copies with SLE15-SP6 kernel
    * sync-UAPI-header-copies-with-SLE15-SP6.patch
  - add CVE fix (CVE-2024-58251 bsc#1254324)
    * ss-escape-characters-in-command-name.patch

++++ kernel-default:

  - net: skbuff: propagate shared-frag marker through pskb_copy()
    (CVE-2026-46300 bsc#1265209).
  - commit 7c5b30e
  - crypto: caam - fix overflow on long hmac keys (CVE-2026-43330
    bsc#1264801).
  - commit ff3f6e1
  - KVM: x86: Add SRCU protection for reading PDPTRs in
    __get_sregs2() (CVE-2026-43214 bsc#1264651).
  - commit 6e4d171
  - KVM: x86: Ignore -EBUSY when checking nested events from
    vcpu_block() (CVE-2026-43265 bsc#1264427).
  - commit f25583e
  - smb: client: fix OOB reads parsing symlink error response
    (bsc#1263769 CVE-2026-31613)
  - commit b4021f9
  - smb: client: correctly handle ErrorContextData as a flexible
    array (git-fixes)
  - commit df3ad57
  - Refresh patches.suse/x86-CPU-AMD-Prevent-improper-isolation-of-shared-resources.patch.
  - commit 672c4f5
  - nfnetlink_osf: validate individual option lengths in
    fingerprints (CVE-2026-23397 bsc#1260728).
  - commit d44e384
  - usbip: validate number_of_packets in usbip_pack_ret_submit()
    (CVE-2026-31607 bsc#1263600).
  - commit 6b244db
  - xfs: fix undersized l_iclog_roundoff values (CVE-2026-43365
    bsc#1265119).
  - commit 053332c
  - net: sched: act_csum: validate nested VLAN headers
    (CVE-2026-31684 bsc#1263596).
  - commit 3f23f03
  - net/sched: cls_fw: fix NULL dereference of "old" filters before
    change() (git-fixes).
  - commit 37b93f7
  - ipv6: avoid overflows in ip6_datagram_send_ctl() (CVE-2026-31415
    bsc#1262099).
  - net/sched: cls_fw: fix NULL pointer dereference on shared blocks
    (CVE-2026-31421 bsc#1262061).
  - ip6_tunnel: clear skb2->cb in ip4ip6_err() (CVE-2026-43037
    bsc#1263995).
  - af_key: validate families in pfkey_send_migrate() (CVE-2026-31515
    bsc#1262752).
  - openvswitch: validate MPLS set/set_masked payload length
    (CVE-2026-31679 bsc#1263592).
  - commit 787e11b
  - net/sched: sch_netem: fix out-of-bounds access in packet
    corruption (CVE-2026-31675 bsc#1263556).
  - commit 8380a87
  - ibmveth: Disable GSO for packets with small MSS (bsc#1265144).
  - commit f85e566
  - net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()
    (CVE-2026-31700 bsc#1263882).
  - commit 554d459

++++ kernel-rt:

  - net: skbuff: propagate shared-frag marker through pskb_copy()
    (CVE-2026-46300 bsc#1265209).
  - commit 7c5b30e
  - crypto: caam - fix overflow on long hmac keys (CVE-2026-43330
    bsc#1264801).
  - commit ff3f6e1
  - KVM: x86: Add SRCU protection for reading PDPTRs in
    __get_sregs2() (CVE-2026-43214 bsc#1264651).
  - commit 6e4d171
  - KVM: x86: Ignore -EBUSY when checking nested events from
    vcpu_block() (CVE-2026-43265 bsc#1264427).
  - commit f25583e
  - smb: client: fix OOB reads parsing symlink error response
    (bsc#1263769 CVE-2026-31613)
  - commit b4021f9
  - smb: client: correctly handle ErrorContextData as a flexible
    array (git-fixes)
  - commit df3ad57
  - Refresh patches.suse/x86-CPU-AMD-Prevent-improper-isolation-of-shared-resources.patch.
  - commit 672c4f5
  - nfnetlink_osf: validate individual option lengths in
    fingerprints (CVE-2026-23397 bsc#1260728).
  - commit d44e384
  - usbip: validate number_of_packets in usbip_pack_ret_submit()
    (CVE-2026-31607 bsc#1263600).
  - commit 6b244db
  - xfs: fix undersized l_iclog_roundoff values (CVE-2026-43365
    bsc#1265119).
  - commit 053332c
  - net: sched: act_csum: validate nested VLAN headers
    (CVE-2026-31684 bsc#1263596).
  - commit 3f23f03
  - net/sched: cls_fw: fix NULL dereference of "old" filters before
    change() (git-fixes).
  - commit 37b93f7
  - ipv6: avoid overflows in ip6_datagram_send_ctl() (CVE-2026-31415
    bsc#1262099).
  - net/sched: cls_fw: fix NULL pointer dereference on shared blocks
    (CVE-2026-31421 bsc#1262061).
  - ip6_tunnel: clear skb2->cb in ip4ip6_err() (CVE-2026-43037
    bsc#1263995).
  - af_key: validate families in pfkey_send_migrate() (CVE-2026-31515
    bsc#1262752).
  - openvswitch: validate MPLS set/set_masked payload length
    (CVE-2026-31679 bsc#1263592).
  - commit 787e11b
  - net/sched: sch_netem: fix out-of-bounds access in packet
    corruption (CVE-2026-31675 bsc#1263556).
  - commit 8380a87
  - ibmveth: Disable GSO for packets with small MSS (bsc#1265144).
  - commit f85e566
  - net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()
    (CVE-2026-31700 bsc#1263882).
  - commit 554d459

++++ kernel-rt_debug:

  - net: skbuff: propagate shared-frag marker through pskb_copy()
    (CVE-2026-46300 bsc#1265209).
  - commit 7c5b30e
  - crypto: caam - fix overflow on long hmac keys (CVE-2026-43330
    bsc#1264801).
  - commit ff3f6e1
  - KVM: x86: Add SRCU protection for reading PDPTRs in
    __get_sregs2() (CVE-2026-43214 bsc#1264651).
  - commit 6e4d171
  - KVM: x86: Ignore -EBUSY when checking nested events from
    vcpu_block() (CVE-2026-43265 bsc#1264427).
  - commit f25583e
  - smb: client: fix OOB reads parsing symlink error response
    (bsc#1263769 CVE-2026-31613)
  - commit b4021f9
  - smb: client: correctly handle ErrorContextData as a flexible
    array (git-fixes)
  - commit df3ad57
  - Refresh patches.suse/x86-CPU-AMD-Prevent-improper-isolation-of-shared-resources.patch.
  - commit 672c4f5
  - nfnetlink_osf: validate individual option lengths in
    fingerprints (CVE-2026-23397 bsc#1260728).
  - commit d44e384
  - usbip: validate number_of_packets in usbip_pack_ret_submit()
    (CVE-2026-31607 bsc#1263600).
  - commit 6b244db
  - xfs: fix undersized l_iclog_roundoff values (CVE-2026-43365
    bsc#1265119).
  - commit 053332c
  - net: sched: act_csum: validate nested VLAN headers
    (CVE-2026-31684 bsc#1263596).
  - commit 3f23f03
  - net/sched: cls_fw: fix NULL dereference of "old" filters before
    change() (git-fixes).
  - commit 37b93f7
  - ipv6: avoid overflows in ip6_datagram_send_ctl() (CVE-2026-31415
    bsc#1262099).
  - net/sched: cls_fw: fix NULL pointer dereference on shared blocks
    (CVE-2026-31421 bsc#1262061).
  - ip6_tunnel: clear skb2->cb in ip4ip6_err() (CVE-2026-43037
    bsc#1263995).
  - af_key: validate families in pfkey_send_migrate() (CVE-2026-31515
    bsc#1262752).
  - openvswitch: validate MPLS set/set_masked payload length
    (CVE-2026-31679 bsc#1263592).
  - commit 787e11b
  - net/sched: sch_netem: fix out-of-bounds access in packet
    corruption (CVE-2026-31675 bsc#1263556).
  - commit 8380a87
  - ibmveth: Disable GSO for packets with small MSS (bsc#1265144).
  - commit f85e566
  - net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()
    (CVE-2026-31700 bsc#1263882).
  - commit 554d459

++++ openssh:

  - Improve %prep LDAP regex to preserve subdirectories (e.g., ope-
    nbsd-compat/) and handle optional [ab]/ prefixes.

++++ pcr-oracle:

  - Update to 0.6.2
    + Update the SBAT offset boundary check (bsc#1265042)

++++ ucode-intel:

  - Intel CPU Microcode was updated to the 20260512 release (bsc#1265189)
  - CVE-2025-35979: Security updates for INTEL-SA-01420
    https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01420.html
  - Update for various functional issues.
    [#]## New Platforms
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | PTL 404        | A1       | 06-cc-03/90 |          | 0000011b | Intel Core Ultra Processor (Series 3)
    | PTL-H 484/12Xe | A0/B0    | 06-cc-02/90 |          | 0000011b | Intel Core Ultra Processor (Series 3)
    [#]## Updated Platforms
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | ARL-H          | A1       | 06-c5-02/82 | 0000011b | 00000121 | Core Ultra Processor (Series 2)
    | ARL-S/HX (8P)  | B0       | 06-c6-02/82 | 0000011b | 00000121 | Core Ultra Processor (Series 2)
    | EMR-SP         | A1       | 06-cf-02/87 | 210002d3 | 210002e0 | Xeon Scalable Gen5
    | GNR-AP/SP      | Bx/Hx/Lx | 06-ad-01/95 | 01000405 | 01000423 | Xeon 6900/6700/6500 Series Processors with P-Cores
    | GNR-D          | B0/B1    | 06-ae-01/97 | 01000303 | 01000307 | Xeon 6700P-B/6500P-B Series SoC with P-Cores
    | GNR-SP R1S     | Bx/Hx/Lx | 06-ad-01/20 | 0a000133 | 0a000142 | Xeon 6700/6500-Series Processors with P-Cores
    | LNL            | B0       | 06-bd-01/80 | 00000125 | 00000126 | Core Ultra 200 V Series Processor
    | SPR-SP         | E4/S2    | 06-8f-07/87 | 2b000661 | 2b000670 | Xeon Scalable Gen4
    | SPR-SP         | E5/S3    | 06-8f-08/87 | 2b000661 | 2b000670 | Xeon Scalable Gen4
    | SRF-AP/SP      | C0       | 06-af-03/01 | 03000382 | 030003a3 | Xeon 6900/6700-Series Processors with E-Cores

++++ zypper:

  - Add --filter-version-change to zypper lu.
    Adds filtering by version change significance to reduce noise in
    update listings. Supports levels: rebuild (hides rebuild-only
    changes) and package (hides all release-only changes).
  - version 1.14.97

------------------------------------------------------------------
------------------  2026-5-12  -  May 12 2026  -------------------
------------------------------------------------------------------

++++ dnsmasq:

  - Update to security release 2.92rel2:
    * CVE-2026-2291, bsc#1258251: dnsmasq can be abused to record
    false cached data enabling DoS or attacker redirect.
    * Obsoletes dnsmasq-CVE-2026-2291.patch .
    * CVE-2026-4890, bsc#1265001: DoS vulnerability in the DNSSEC
    validation.
    * CVE-2026-4891, bsc#1265002: heap-based out-of-bounds read
    vulnerability in the DNSSEC validation.
    * CVE-2026-4892, bsc#1265003: heap-based out-of-bounds write
    vulnerability in the DHCPv6 implementation.
    * CVE-2026-4893, bsc#1265004: information disclosure
    vulnerability in dnsmasq allows remote attackers to bypass
    source checks.
    * CVE-2026-5172, bsc#1265006: buffer overflow in dnsmasq’s
    extract_addresses() function.

++++ kernel-default:

  - smb: client: fix off-by-8 bounds check in check_wsl_eas()
    (bsc#1263774 CVE-2026-31614)
  - commit 1cd0d33
  - ice: set max queues in alloc_etherdev_mqs() (git-fixes).
  - commit 45beb20
  - gtp: disable BH before calling udp_tunnel_xmit_skb()
    (git-fixes).
  - commit 2bd1644

++++ kernel-rt:

  - smb: client: fix off-by-8 bounds check in check_wsl_eas()
    (bsc#1263774 CVE-2026-31614)
  - commit 1cd0d33
  - ice: set max queues in alloc_etherdev_mqs() (git-fixes).
  - commit 45beb20
  - gtp: disable BH before calling udp_tunnel_xmit_skb()
    (git-fixes).
  - commit 2bd1644

++++ kernel-rt_debug:

  - smb: client: fix off-by-8 bounds check in check_wsl_eas()
    (bsc#1263774 CVE-2026-31614)
  - commit 1cd0d33
  - ice: set max queues in alloc_etherdev_mqs() (git-fixes).
  - commit 45beb20
  - gtp: disable BH before calling udp_tunnel_xmit_skb()
    (git-fixes).
  - commit 2bd1644

++++ libzypp:

  - Mandatory signature verification plugin support (PED#11922)
  - version 17.38.8 (35)

++++ pcr-oracle:

  - Update to 0.6.1
    + Advance the comparison event pointer after comparison
    + Partially support shim extra files
    + Locate shim extra files
    + Synthesize shim extra events
    + Fix various issues from review by Claude Code and introduce
    adversarial testing

------------------------------------------------------------------
------------------  2026-5-11  -  May 11 2026  -------------------
------------------------------------------------------------------

++++ glibc:

  - ungetwc-byte-stream.patch: libio: Fix ungetwc operating on byte stream
    (CVE-2026-5928, bsc#1262464, BZ #33998)
  - scanf-mc-buffer-overflow.patch: stdio-common: Fix buffer overflow in
    scanf %mc (CVE-2026-5450, bsc#1262465, BZ #34008)

++++ kernel-default:

  - nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to
    its callers (git-fixes).
  - commit 6e4ed54
  - mkspec: Add signature to source list only when it exists
  - commit e496e84
  - config: s390x/ppc64le: disable unsupported CONFIG_AFS_FS and CONFIG_AF_RXRPC
    References: bsc#1264450
  - commit 280b978

++++ kernel-rt:

  - nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to
    its callers (git-fixes).
  - commit 6e4ed54
  - mkspec: Add signature to source list only when it exists
  - commit e496e84
  - config: s390x/ppc64le: disable unsupported CONFIG_AFS_FS and CONFIG_AF_RXRPC
    References: bsc#1264450
  - commit 280b978

++++ kernel-rt_debug:

  - nvmet-tcp: propagate nvmet_tcp_build_pdu_iovec() errors to
    its callers (git-fixes).
  - commit 6e4ed54
  - mkspec: Add signature to source list only when it exists
  - commit e496e84
  - config: s390x/ppc64le: disable unsupported CONFIG_AFS_FS and CONFIG_AF_RXRPC
    References: bsc#1264450
  - commit 280b978

++++ lcms2:

  - Fix CVE-2026-41254 (bsc#1264994), integer overflow in CubeSize in cmslut.c
    * CVE-2026-41254.patch
    * CVE-2026-41254-2.patch
  - Fix CVE-2026-42798 (bsc#1263703), integer overflow in ParseCube in cmscgats.c
    * CVE-2026-42798.patch

------------------------------------------------------------------
------------------  2026-5-8  -  May 8 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net: macb: use the current queue number for stats
    (CVE-2026-31494 bsc#1262671).
  - net: cadence: macb: Synchronize stats calculations
    (CVE-2026-31494 bsc#1262671).
  - commit 5471a37
  - disable unsupported CONFIG_AFS_FS and CONFIG_AF_RXRPC
    Yousaf: Removed CONFIG_AFS_DEBUG from config/arm64/debug and config/x86_64/debug
  - disable unsupported CONFIG_AFS_FS and CONFIG_AF_RXRPC
  - commit ae0ebb1

++++ kernel-rt:

  - net: macb: use the current queue number for stats
    (CVE-2026-31494 bsc#1262671).
  - net: cadence: macb: Synchronize stats calculations
    (CVE-2026-31494 bsc#1262671).
  - commit 5471a37
  - disable unsupported CONFIG_AFS_FS and CONFIG_AF_RXRPC
    Yousaf: Removed CONFIG_AFS_DEBUG from config/arm64/debug and config/x86_64/debug
  - disable unsupported CONFIG_AFS_FS and CONFIG_AF_RXRPC
  - commit ae0ebb1

++++ kernel-rt_debug:

  - net: macb: use the current queue number for stats
    (CVE-2026-31494 bsc#1262671).
  - net: cadence: macb: Synchronize stats calculations
    (CVE-2026-31494 bsc#1262671).
  - commit 5471a37
  - disable unsupported CONFIG_AFS_FS and CONFIG_AF_RXRPC
    Yousaf: Removed CONFIG_AFS_DEBUG from config/arm64/debug and config/x86_64/debug
  - disable unsupported CONFIG_AFS_FS and CONFIG_AF_RXRPC
  - commit ae0ebb1

++++ openssh:

  - Added openssh-cve-2026-35385-scp-setuid-modes.patch
    (CVE-2026-35385, bsc#1261427), ensuring setuid bits default to
    being masked out by scp.
  - Added openssh-cve-2026-35414-mishandled-ca-commas.patch
    (CVE-2026-35414, bsc#1261430), fixing mishandling of comma
    characters in CA in certain situations.

------------------------------------------------------------------
------------------  2026-5-7  -  May 7 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - supported.conf: drop rxrpc and afs_fs (bsc#1264450)
  - commit e146a57
  - dm init: ensure device probing has finished in dm-mod.waitfor=
    (git-fixes).
  - commit 8556eb6
  - xfrm: esp: avoid in-place decrypt on shared skb frags
    (bsc#1264449).
  - commit e2cf3b5
  - fuse: reject oversized dirents in page cache (CVE-2026-31694 bsc#1263901).
  - commit a96975d
  - kABI fix after KVM: x86: Use scratch field in MMIO fragment
    to hold small write values (CVE-2026-31588 bsc#1263165).
  - commit 3f577a5
  - KVM: x86: Use scratch field in MMIO fragment to hold small
    write values (CVE-2026-31588 bsc#1263165).
  - commit da2d350
  - ALSA: ctxfi: Limit PTP to a single page (CVE-2026-31602
    bsc#1263723).
  - commit 7aede2c
  - Xarray: do not return sibling entries from xas_find_marked()
    (bsc#1263815).
  - commit cc4d1b2
  - crypto: caam - fix DMA corruption on long hmac keys
    (CVE-2026-43044 bsc#1264087).
  - commit 7ca9379

++++ kernel-rt:

  - supported.conf: drop rxrpc and afs_fs (bsc#1264450)
  - commit e146a57
  - dm init: ensure device probing has finished in dm-mod.waitfor=
    (git-fixes).
  - commit 8556eb6
  - xfrm: esp: avoid in-place decrypt on shared skb frags
    (bsc#1264449).
  - commit e2cf3b5
  - fuse: reject oversized dirents in page cache (CVE-2026-31694 bsc#1263901).
  - commit a96975d
  - kABI fix after KVM: x86: Use scratch field in MMIO fragment
    to hold small write values (CVE-2026-31588 bsc#1263165).
  - commit 3f577a5
  - KVM: x86: Use scratch field in MMIO fragment to hold small
    write values (CVE-2026-31588 bsc#1263165).
  - commit da2d350
  - ALSA: ctxfi: Limit PTP to a single page (CVE-2026-31602
    bsc#1263723).
  - commit 7aede2c
  - Xarray: do not return sibling entries from xas_find_marked()
    (bsc#1263815).
  - commit cc4d1b2
  - crypto: caam - fix DMA corruption on long hmac keys
    (CVE-2026-43044 bsc#1264087).
  - commit 7ca9379

++++ kernel-rt_debug:

  - supported.conf: drop rxrpc and afs_fs (bsc#1264450)
  - commit e146a57
  - dm init: ensure device probing has finished in dm-mod.waitfor=
    (git-fixes).
  - commit 8556eb6
  - xfrm: esp: avoid in-place decrypt on shared skb frags
    (bsc#1264449).
  - commit e2cf3b5
  - fuse: reject oversized dirents in page cache (CVE-2026-31694 bsc#1263901).
  - commit a96975d
  - kABI fix after KVM: x86: Use scratch field in MMIO fragment
    to hold small write values (CVE-2026-31588 bsc#1263165).
  - commit 3f577a5
  - KVM: x86: Use scratch field in MMIO fragment to hold small
    write values (CVE-2026-31588 bsc#1263165).
  - commit da2d350
  - ALSA: ctxfi: Limit PTP to a single page (CVE-2026-31602
    bsc#1263723).
  - commit 7aede2c
  - Xarray: do not return sibling entries from xas_find_marked()
    (bsc#1263815).
  - commit cc4d1b2
  - crypto: caam - fix DMA corruption on long hmac keys
    (CVE-2026-43044 bsc#1264087).
  - commit 7ca9379

++++ rsync:

  - Security update (CVE-2026-41035, bsc#1262223): rsync: count of
    entries mismatch can lead to a use-after-free
  - Add rsync-CVE-2026-41035.patch

------------------------------------------------------------------
------------------  2026-5-6  -  May 6 2026  -------------------
------------------------------------------------------------------

++++ gnutls:

  - Security fixes:
    * CVE-2026-33846: buffers: add more checks to DTLS reassembly (bsc#1263705)
    * CVE-2026-42009: lib/buffers: ensure packets have differing sequence numbers (bsc#1263708)
    * CVE-2026-33845: buffers: switch from end_offset over to frag_length (bsc#1263704)
    * CVE-2026-42010: lib/auth/rsa_psk: fix binary PSK identity lookup (bsc#1263709)
    * CVE-2026-3833: x509/name-constraints: compare domain names case-insensitive (bsc#1263707)
    * CVE-2026-42011: x509/name_constraints: fix intersecting empty constraints (bsc#1263710)
    * CVE-2026-42012: x509/hostname-verify: make URI/SRV SAN preclude CN fallback (bsc#1263711)
    * CVE-2026-42013: x509: prevent fallback on oversized SAN (bsc#1263712)
    * CVE-2026-42014: pkcs11_write: fix UAF and leak in gnutls_pkcs11_token_set_pin (bsc#1263713)
    * CVE-2026-42015: x509/pkcs12_bag: fix off-by-one in bag element bounds check (bsc#1263714)
    * CVE-2026-5260: lib/pkcs11_privkey: guard against overreading on short ciphertexts (bsc#1263715)
    * CVE-2026-5419: gnutls_cipher_decrypt3: make PKCS#7 unpadding branch free (bsc#1263716)
    * Add patches:
    gnutls-CVE-2026-33846.patch gnutls-CVE-2026-42009.patch
    gnutls-CVE-2026-33845.patch gnutls-CVE-2026-42010.patch
    gnutls-CVE-2026-3833.patch  gnutls-CVE-2026-42011.patch
    gnutls-CVE-2026-42012.patch gnutls-CVE-2026-42013.patch
    gnutls-CVE-2026-42014.patch gnutls-CVE-2026-5260.patch
    gnutls-CVE-2026-42015.patch gnutls-CVE-2026-5419.patch

++++ kernel-default:

  - KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN (git-fixes).
  - commit 48ffbc3
  - KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUN
    (git-fixes).
  - commit f2fdc97
  - selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend
    (CVE-2026-31525 bsc#1262725).
  - commit 0ba5380
  - bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
    (CVE-2026-31525 bsc#1262725).
  - commit f9373c2

++++ kernel-rt:

  - KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN (git-fixes).
  - commit 48ffbc3
  - KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUN
    (git-fixes).
  - commit f2fdc97
  - selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend
    (CVE-2026-31525 bsc#1262725).
  - commit 0ba5380
  - bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
    (CVE-2026-31525 bsc#1262725).
  - commit f9373c2

++++ kernel-rt_debug:

  - KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUN (git-fixes).
  - commit 48ffbc3
  - KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUN
    (git-fixes).
  - commit f2fdc97
  - selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend
    (CVE-2026-31525 bsc#1262725).
  - commit 0ba5380
  - bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
    (CVE-2026-31525 bsc#1262725).
  - commit f9373c2

++++ krb5:

  - Fix Fix two NegoEx parsing vulnerabilities:
    * CVE-2026-40355, bsc#1263366
    * CVE-2026-40356, bsc#1263367
  - Add patch 0011-Fix-two-NegoEx-parsing-vulnerabilities.patch

------------------------------------------------------------------
------------------  2026-5-5  -  May 5 2026  -------------------
------------------------------------------------------------------

++++ glibc:

  - ibm139x-pending-char-state.patch: Use pending character state in
    IBM1390, IBM1399 character sets (CVE-2026-4046, bsc#1261206, BZ #33980)

++++ kernel-default:

  - mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()
    (bsc#1263176 CVE-2026-31586).
  - commit 4d6e307
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    GFN (git-fixes).
  - commit a7f35f1
  - KVM: x86: Ignore cpuid faulting in SMM (git-fixes).
  - commit 5237a47
  - KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop
    poll hypercalls (git-fixes).
  - commit 4aad3ae
  - mptcp: fix slab-use-after-free in __inet_lookup_established
    (CVE-2026-31669 bsc#1263141).
  - commit 99d5df9
  - net: fix fanout UAF in packet_release() via NETDEV_UP race
    (CVE-2026-31504 bsc#1263085).
  - commit 249d605
  - net/tls: fix use-after-free in -EBUSY error path of
    tls_do_encryption (CVE-2026-31533 bsc#1262758).
  - commit 6cd641f
  - x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's  op cache (bsc#1264013 CVE-2025-54518).
  - commit 37dfa14
  - ipmi:si: Return state to normal if message allocation fails
    (git-fixes).
  - ipmi: Check event message buffer response for bad data
    (git-fixes).
  - commit ed7a5de
  - NFC: digital: Bounds check NFC-A cascade depth in SDD response
    handler (CVE-2026-31622 bsc#1263797).
  - commit aaf3f00
  - net: stmmac: fix integer underflow in chain mode (CVE-2026-31649
    bsc#1263582).
  - commit 218af5d
  - net/smc: fix double-free of smc_spd_priv when tee() duplicates
    splice pipe buffer (CVE-2026-31507 bsc#1263095).
  - commit a24ca79

++++ kernel-rt:

  - mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()
    (bsc#1263176 CVE-2026-31586).
  - commit 4d6e307
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    GFN (git-fixes).
  - commit a7f35f1
  - KVM: x86: Ignore cpuid faulting in SMM (git-fixes).
  - commit 5237a47
  - KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop
    poll hypercalls (git-fixes).
  - commit 4aad3ae
  - mptcp: fix slab-use-after-free in __inet_lookup_established
    (CVE-2026-31669 bsc#1263141).
  - commit 99d5df9
  - net: fix fanout UAF in packet_release() via NETDEV_UP race
    (CVE-2026-31504 bsc#1263085).
  - commit 249d605
  - net/tls: fix use-after-free in -EBUSY error path of
    tls_do_encryption (CVE-2026-31533 bsc#1262758).
  - commit 6cd641f
  - x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's  op cache (bsc#1264013 CVE-2025-54518).
  - commit 37dfa14
  - ipmi:si: Return state to normal if message allocation fails
    (git-fixes).
  - ipmi: Check event message buffer response for bad data
    (git-fixes).
  - commit ed7a5de
  - NFC: digital: Bounds check NFC-A cascade depth in SDD response
    handler (CVE-2026-31622 bsc#1263797).
  - commit aaf3f00
  - net: stmmac: fix integer underflow in chain mode (CVE-2026-31649
    bsc#1263582).
  - commit 218af5d
  - net/smc: fix double-free of smc_spd_priv when tee() duplicates
    splice pipe buffer (CVE-2026-31507 bsc#1263095).
  - commit a24ca79

++++ kernel-rt_debug:

  - mm: blk-cgroup: fix use-after-free in cgwb_release_workfn()
    (bsc#1263176 CVE-2026-31586).
  - commit 4d6e307
  - KVM: x86: Fix shadow paging use-after-free due to unexpected
    GFN (git-fixes).
  - commit a7f35f1
  - KVM: x86: Ignore cpuid faulting in SMM (git-fixes).
  - commit 5237a47
  - KVM: x86/xen: Fix cleanup logic in emulation of Xen schedop
    poll hypercalls (git-fixes).
  - commit 4aad3ae
  - mptcp: fix slab-use-after-free in __inet_lookup_established
    (CVE-2026-31669 bsc#1263141).
  - commit 99d5df9
  - net: fix fanout UAF in packet_release() via NETDEV_UP race
    (CVE-2026-31504 bsc#1263085).
  - commit 249d605
  - net/tls: fix use-after-free in -EBUSY error path of
    tls_do_encryption (CVE-2026-31533 bsc#1262758).
  - commit 6cd641f
  - x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's  op cache (bsc#1264013 CVE-2025-54518).
  - commit 37dfa14
  - ipmi:si: Return state to normal if message allocation fails
    (git-fixes).
  - ipmi: Check event message buffer response for bad data
    (git-fixes).
  - commit ed7a5de
  - NFC: digital: Bounds check NFC-A cascade depth in SDD response
    handler (CVE-2026-31622 bsc#1263797).
  - commit aaf3f00
  - net: stmmac: fix integer underflow in chain mode (CVE-2026-31649
    bsc#1263582).
  - commit 218af5d
  - net/smc: fix double-free of smc_spd_priv when tee() duplicates
    splice pipe buffer (CVE-2026-31507 bsc#1263095).
  - commit a24ca79

++++ sqlite3:

  - Update to version 3.53.1:
    * Fixes for problems in 3.53.0 reported by users.
    * See the check-in timeline for details:
    https://sqlite.org/src/timeline?from=version-3.53.0&to=version-3.53.1

++++ python-lxml:

  - CVE-2026-41066: Information disclosure via untrusted XML input
    leading to local file read (bsc#1263254)
    Add patches:
    * CVE-2026-41066.patch
    * disable-external-entity-resolution.patch
  - Add upstream patch to fix tests with libexpat 2.6,
    gh#lxml/lxml@3ccc7d583, libexpat-2.6.patch

------------------------------------------------------------------
------------------  2026-5-4  -  May 4 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update
    patches.suse/tracing-net_sched-NULL-pointer-dereference-in-perf_trace_qdisc_reset.patch
    (git-fixes bsc#1263149).
    Add the same check for qdisc_dev(q) being NULL to TP_fast_assign() in the
    definition of the qdisc_reset event, since the codestream doesn't have
    mainline commit c1fa617caeb0 ("tracing: Rework __assign_str() and
    __string() to not duplicate getting the string").
  - commit 8327a2b
  - rds: ib: reject FRMR registration before IB connection is
    established (CVE-2026-31425 bsc#1262074).
  - bridge: mrp: reject zero test interval to avoid OOM panic
    (CVE-2026-31420 bsc#1262055).
  - net: atm: fix crash due to unvalidated vcc pointer in sigd_send()
    (CVE-2026-31411 bsc#1261752).
  - commit 942ce54
  - drm/amd/display: Read EDID from VBIOS embedded panel info
    (git-fixes).
  - drm/amd/display: Allow DCE link encoder without AUX registers
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.5 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.3 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v3.0 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v2.5 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v2.0 ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 enc ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v4.0.3 enc ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v4.0 enc ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v3.0 enc/dec rings
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v2.5 enc/dec rings
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v2.0 enc/dec rings
    (git-fixes).
  - drm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs
    (v2) (git-fixes).
  - drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG (git-fixes).
  - drm/amdgpu/gmc: Fix AMDGPU_GART_PLACEMENT_LOW to not overlap
    with VRAM (git-fixes).
  - drm/gem: Fix inconsistent plane dimension calculation in
    drm_gem_fb_init_with_funcs() (git-fixes).
  - net: phy: dp83869: fix setting CLK_O_SEL field (git-fixes).
  - NFC: trf7970a: Ignore antenna noise when checking for RF field
    (git-fixes).
  - net: usb: rtl8150: free skb on usb_submit_urb() failure in xmit
    (git-fixes).
  - net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit()
    (git-fixes).
  - ASoC: codecs: ab8500: Fix casting of private data (git-fixes).
  - sound: ua101: fix division by zero at probe (git-fixes).
  - commit 150c3ab
  - ACPI: CPPC: Fix related_cpus inconsistency during CPU hotplug
    (git-fixes).
  - ASoC: Intel: bytcr_wm5102: Fix MCLK leak on
    platform_clock_control error (git-fixes).
  - ALSA: usb-audio: Avoid potential endless loop in
    convert_chmap_v3() (git-fixes).
  - ALSA: usb-audio: Fix potential leak of pd at parsing UAC3
    streams (git-fixes).
  - ALSA: caiaq: Don't abort when no input device is available
    (git-fixes).
  - ALSA: caiaq: Fix potentially leftover ep1_in_urb at error path
    (git-fixes).
  - ALSA: caiaq: fix usb_dev refcount leak on probe failure
    (git-fixes).
  - ALSA: usb-audio: Fix UAC3 cluster descriptor size check
    (git-fixes).
  - commit 49c4aad

++++ kernel-rt:

  - Update
    patches.suse/tracing-net_sched-NULL-pointer-dereference-in-perf_trace_qdisc_reset.patch
    (git-fixes bsc#1263149).
    Add the same check for qdisc_dev(q) being NULL to TP_fast_assign() in the
    definition of the qdisc_reset event, since the codestream doesn't have
    mainline commit c1fa617caeb0 ("tracing: Rework __assign_str() and
    __string() to not duplicate getting the string").
  - commit 8327a2b
  - rds: ib: reject FRMR registration before IB connection is
    established (CVE-2026-31425 bsc#1262074).
  - bridge: mrp: reject zero test interval to avoid OOM panic
    (CVE-2026-31420 bsc#1262055).
  - net: atm: fix crash due to unvalidated vcc pointer in sigd_send()
    (CVE-2026-31411 bsc#1261752).
  - commit 942ce54
  - drm/amd/display: Read EDID from VBIOS embedded panel info
    (git-fixes).
  - drm/amd/display: Allow DCE link encoder without AUX registers
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.5 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.3 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v3.0 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v2.5 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v2.0 ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 enc ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v4.0.3 enc ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v4.0 enc ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v3.0 enc/dec rings
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v2.5 enc/dec rings
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v2.0 enc/dec rings
    (git-fixes).
  - drm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs
    (v2) (git-fixes).
  - drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG (git-fixes).
  - drm/amdgpu/gmc: Fix AMDGPU_GART_PLACEMENT_LOW to not overlap
    with VRAM (git-fixes).
  - drm/gem: Fix inconsistent plane dimension calculation in
    drm_gem_fb_init_with_funcs() (git-fixes).
  - net: phy: dp83869: fix setting CLK_O_SEL field (git-fixes).
  - NFC: trf7970a: Ignore antenna noise when checking for RF field
    (git-fixes).
  - net: usb: rtl8150: free skb on usb_submit_urb() failure in xmit
    (git-fixes).
  - net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit()
    (git-fixes).
  - ASoC: codecs: ab8500: Fix casting of private data (git-fixes).
  - sound: ua101: fix division by zero at probe (git-fixes).
  - commit 150c3ab
  - ACPI: CPPC: Fix related_cpus inconsistency during CPU hotplug
    (git-fixes).
  - ASoC: Intel: bytcr_wm5102: Fix MCLK leak on
    platform_clock_control error (git-fixes).
  - ALSA: usb-audio: Avoid potential endless loop in
    convert_chmap_v3() (git-fixes).
  - ALSA: usb-audio: Fix potential leak of pd at parsing UAC3
    streams (git-fixes).
  - ALSA: caiaq: Don't abort when no input device is available
    (git-fixes).
  - ALSA: caiaq: Fix potentially leftover ep1_in_urb at error path
    (git-fixes).
  - ALSA: caiaq: fix usb_dev refcount leak on probe failure
    (git-fixes).
  - ALSA: usb-audio: Fix UAC3 cluster descriptor size check
    (git-fixes).
  - commit 49c4aad

++++ kernel-rt_debug:

  - Update
    patches.suse/tracing-net_sched-NULL-pointer-dereference-in-perf_trace_qdisc_reset.patch
    (git-fixes bsc#1263149).
    Add the same check for qdisc_dev(q) being NULL to TP_fast_assign() in the
    definition of the qdisc_reset event, since the codestream doesn't have
    mainline commit c1fa617caeb0 ("tracing: Rework __assign_str() and
    __string() to not duplicate getting the string").
  - commit 8327a2b
  - rds: ib: reject FRMR registration before IB connection is
    established (CVE-2026-31425 bsc#1262074).
  - bridge: mrp: reject zero test interval to avoid OOM panic
    (CVE-2026-31420 bsc#1262055).
  - net: atm: fix crash due to unvalidated vcc pointer in sigd_send()
    (CVE-2026-31411 bsc#1261752).
  - commit 942ce54
  - drm/amd/display: Read EDID from VBIOS embedded panel info
    (git-fixes).
  - drm/amd/display: Allow DCE link encoder without AUX registers
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.5 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0.3 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v4.0 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v3.0 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v2.5 ring
    (git-fixes).
  - drm/amdgpu/jpeg: set no_user_fence for JPEG v2.0 ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v4.0.5 enc ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v4.0.3 enc ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v4.0 enc ring
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v3.0 enc/dec rings
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v2.5 enc/dec rings
    (git-fixes).
  - drm/amdgpu/vcn: set no_user_fence for VCN v2.0 enc/dec rings
    (git-fixes).
  - drm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs
    (v2) (git-fixes).
  - drm/amdgpu: fix AMDGPU_INFO_READ_MMR_REG (git-fixes).
  - drm/amdgpu/gmc: Fix AMDGPU_GART_PLACEMENT_LOW to not overlap
    with VRAM (git-fixes).
  - drm/gem: Fix inconsistent plane dimension calculation in
    drm_gem_fb_init_with_funcs() (git-fixes).
  - net: phy: dp83869: fix setting CLK_O_SEL field (git-fixes).
  - NFC: trf7970a: Ignore antenna noise when checking for RF field
    (git-fixes).
  - net: usb: rtl8150: free skb on usb_submit_urb() failure in xmit
    (git-fixes).
  - net: usb: rtl8150: fix use-after-free in rtl8150_start_xmit()
    (git-fixes).
  - ASoC: codecs: ab8500: Fix casting of private data (git-fixes).
  - sound: ua101: fix division by zero at probe (git-fixes).
  - commit 150c3ab
  - ACPI: CPPC: Fix related_cpus inconsistency during CPU hotplug
    (git-fixes).
  - ASoC: Intel: bytcr_wm5102: Fix MCLK leak on
    platform_clock_control error (git-fixes).
  - ALSA: usb-audio: Avoid potential endless loop in
    convert_chmap_v3() (git-fixes).
  - ALSA: usb-audio: Fix potential leak of pd at parsing UAC3
    streams (git-fixes).
  - ALSA: caiaq: Don't abort when no input device is available
    (git-fixes).
  - ALSA: caiaq: Fix potentially leftover ep1_in_urb at error path
    (git-fixes).
  - ALSA: caiaq: fix usb_dev refcount leak on probe failure
    (git-fixes).
  - ALSA: usb-audio: Fix UAC3 cluster descriptor size check
    (git-fixes).
  - commit 49c4aad

++++ python-pyOpenSSL:

  - CVE-2026-40475: improper input handling of null bytes can lead to
    silent data truncation and security-state inconsistency (bsc#1262803)
    * CVE-2026-40475.patch

------------------------------------------------------------------
------------------  2026-5-3  -  May 3 2026  -------------------
------------------------------------------------------------------

++++ nvidia-open-driver-G06-signed:

  - fix-objtool-warnings.patch (not applied on aarch64)
    * Get rid of "'naked' return found in MITIGATION_RETHUNK build"
    objtool warnings (boo#1212841, boo#1263834)
  - remove again disable-objtool-override.patch

------------------------------------------------------------------
------------------  2026-5-1  -  May 1 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - crypto: authencesn - Fix src offset when decrypting in-place
    (bsc#1262573 CVE-2026-31431).
  - commit 00dc708
  - crypto: authencesn - Do not place hiseq at end of dst for
    out-of-place decryption (bsc#1262573 CVE-2026-31431).
  - commit 3756951
  - crypto: authenc - use memcpy_sglist() instead of null skcipher
    (bsc#1262573 CVE-2026-31431).
  - Refresh
    patches.suse/crypto-authencesn-reject-too-short-AAD-assoclen-8-to.patch
  - commit ce64565

++++ kernel-rt:

  - crypto: authencesn - Fix src offset when decrypting in-place
    (bsc#1262573 CVE-2026-31431).
  - commit d2ff634
  - crypto: authencesn - Do not place hiseq at end of dst for
    out-of-place decryption (bsc#1262573 CVE-2026-31431).
  - commit 5b8dd6e
  - crypto: authenc - use memcpy_sglist() instead of null skcipher
    (bsc#1262573 CVE-2026-31431).
  - Refresh
    patches.suse/crypto-authencesn-reject-too-short-AAD-assoclen-8-to.patch
  - commit 272eebb

++++ kernel-rt_debug:

  - crypto: authencesn - Fix src offset when decrypting in-place
    (bsc#1262573 CVE-2026-31431).
  - commit d2ff634
  - crypto: authencesn - Do not place hiseq at end of dst for
    out-of-place decryption (bsc#1262573 CVE-2026-31431).
  - commit 5b8dd6e
  - crypto: authenc - use memcpy_sglist() instead of null skcipher
    (bsc#1262573 CVE-2026-31431).
  - Refresh
    patches.suse/crypto-authencesn-reject-too-short-AAD-assoclen-8-to.patch
  - commit 272eebb

++++ python311-core:

  - Remove macros.python3.

++++ python311:

  - Remove macros.python3.

------------------------------------------------------------------
------------------  2026-4-30  -  Apr 30 2026  -------------------
------------------------------------------------------------------

++++ containerd:

  - Add patch for CVE-2026-33186 (bsc#1260296):
    * 0002-CVE-2026-33186-containerd-google.golang.org-grpc-aut.patch

++++ kernel-default:

  - kABI: Restore af_alg_{count,pull}_tsgl() signatures (bsc#1262573
    CVE-2026-31431).
  - commit 6b01c90
  - crypto: algif_aead - Revert to operating out-of-place
    (bsc#1262573 CVE-2026-31431).
  - commit 6bcb58c
  - crypto: algif_aead - use memcpy_sglist() instead of null skcipher
    (bsc#1262573 CVE-2026-31431).
  - commit ad83acd
  - crypto: scatterwalk - Fix memcpy_sglist() to always succeed
    (bsc#1262573 CVE-2026-31431).
  - commit 18a46ad
  - crypto: scatterwalk - Add memcpy_sglist (bsc#1262573
    CVE-2026-31431).
  - commit 174b840
  - net: mana: Fix EQ leak in mana_remove on NULL port (git-fixes).
  - net: mana: Don't overwrite port probe error with add_adev result (git-fixes).
  - net: mana: Guard mana_remove against double invocation (git-fixes).
  - net: mana: Init gf_stats_work before potential error paths in probe (git-fixes).
  - net: mana: Init link_change_work before potential error paths in probe (git-fixes).
  - scsi: storvsc: Handle PERSISTENT_RESERVE_IN truncation for Hyper-V vFC (git-fixes).
  - RDMA/mana_ib: Support memory windows (git-fixes).
  - RDMA/mana_ib: Disable RX steering on RSS QP destroy (git-fixes).
  - RDMA/mana_ib: cleanup the usage of mana_gd_send_request() (git-fixes).
  - net: mana: Use pci_name() for debugfs directory naming (git-fixes).
  - net: mana: hardening: Validate adapter_mtu from MANA_QUERY_DEV_CONFIG (git-fixes).
  - net: mana: Use at least SZ_4K in doorbell ID range check (git-fixes).
  - net: mana: Set default number of queues to 16 (bsc#1261648).
  - net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE response (git-fixes).
  - net: mana: Add MAC address to vPort logs and clarify error messages (git-fixes).
  - add mainline tag to mana patch
  - PCI: hv: Set default NUMA node to 0 for devices without affinity info (git-fixes).
  - net: mana: Fix RX skb truesize accounting (bsc#1248754).
  - net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown (git-fixes).
  - commit fecbcc4
  - Update
    patches.suse/virt-tdx-guest-Fix-handling-of-host-controlled-quote.patch
    (git-fixes CVE-2026-31470 bsc#1262665).
  - commit d89b60e
  - virt: tdx-guest: Return error for GetQuote failures (git-fixes).
  - commit ce01521
  - virt: tdx-guest: Fix handling of host controlled 'quote'
    buffer length (CVE-2026-31470 bsc#1262665).
  - commit c143766
  - ext4: validate p_idx bounds in ext4_ext_correct_indexes
    (bsc#1262616 CVE-2026-31449).
  - commit 815f45c
  - dmaengine: idxd: fix possible wrong descriptor completion in
    llist_abort_desc() (CVE-2026-31436 bsc#1262602).
  - commit 907f228
  - Move misplaced upstreamed patches into sorted section
  - commit 7e931bc

++++ kernel-rt:

  - kABI: Restore af_alg_{count,pull}_tsgl() signatures (bsc#1262573
    CVE-2026-31431).
  - commit 836e34c
  - crypto: algif_aead - Revert to operating out-of-place
    (bsc#1262573 CVE-2026-31431).
  - commit e25eea2
  - crypto: algif_aead - use memcpy_sglist() instead of null skcipher
    (bsc#1262573 CVE-2026-31431).
  - commit ee70f2d
  - crypto: scatterwalk - Fix memcpy_sglist() to always succeed
    (bsc#1262573 CVE-2026-31431).
  - commit 72778af
  - crypto: scatterwalk - Add memcpy_sglist (bsc#1262573
    CVE-2026-31431).
  - commit 55e74e4
  - net: mana: Fix EQ leak in mana_remove on NULL port (git-fixes).
  - net: mana: Don't overwrite port probe error with add_adev result (git-fixes).
  - net: mana: Guard mana_remove against double invocation (git-fixes).
  - net: mana: Init gf_stats_work before potential error paths in probe (git-fixes).
  - net: mana: Init link_change_work before potential error paths in probe (git-fixes).
  - scsi: storvsc: Handle PERSISTENT_RESERVE_IN truncation for Hyper-V vFC (git-fixes).
  - RDMA/mana_ib: Support memory windows (git-fixes).
  - RDMA/mana_ib: Disable RX steering on RSS QP destroy (git-fixes).
  - RDMA/mana_ib: cleanup the usage of mana_gd_send_request() (git-fixes).
  - net: mana: Use pci_name() for debugfs directory naming (git-fixes).
  - net: mana: hardening: Validate adapter_mtu from MANA_QUERY_DEV_CONFIG (git-fixes).
  - net: mana: Use at least SZ_4K in doorbell ID range check (git-fixes).
  - net: mana: Set default number of queues to 16 (bsc#1261648).
  - net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE response (git-fixes).
  - net: mana: Add MAC address to vPort logs and clarify error messages (git-fixes).
  - add mainline tag to mana patch
  - PCI: hv: Set default NUMA node to 0 for devices without affinity info (git-fixes).
  - net: mana: Fix RX skb truesize accounting (bsc#1248754).
  - net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown (git-fixes).
  - commit fecbcc4
  - Update
    patches.suse/virt-tdx-guest-Fix-handling-of-host-controlled-quote.patch
    (git-fixes CVE-2026-31470 bsc#1262665).
  - commit d89b60e
  - virt: tdx-guest: Return error for GetQuote failures (git-fixes).
  - commit ce01521
  - virt: tdx-guest: Fix handling of host controlled 'quote'
    buffer length (CVE-2026-31470 bsc#1262665).
  - commit c143766
  - ext4: validate p_idx bounds in ext4_ext_correct_indexes
    (bsc#1262616 CVE-2026-31449).
  - commit 815f45c
  - dmaengine: idxd: fix possible wrong descriptor completion in
    llist_abort_desc() (CVE-2026-31436 bsc#1262602).
  - commit 907f228
  - Move misplaced upstreamed patches into sorted section
  - commit 7e931bc

++++ kernel-rt_debug:

  - kABI: Restore af_alg_{count,pull}_tsgl() signatures (bsc#1262573
    CVE-2026-31431).
  - commit 836e34c
  - crypto: algif_aead - Revert to operating out-of-place
    (bsc#1262573 CVE-2026-31431).
  - commit e25eea2
  - crypto: algif_aead - use memcpy_sglist() instead of null skcipher
    (bsc#1262573 CVE-2026-31431).
  - commit ee70f2d
  - crypto: scatterwalk - Fix memcpy_sglist() to always succeed
    (bsc#1262573 CVE-2026-31431).
  - commit 72778af
  - crypto: scatterwalk - Add memcpy_sglist (bsc#1262573
    CVE-2026-31431).
  - commit 55e74e4
  - net: mana: Fix EQ leak in mana_remove on NULL port (git-fixes).
  - net: mana: Don't overwrite port probe error with add_adev result (git-fixes).
  - net: mana: Guard mana_remove against double invocation (git-fixes).
  - net: mana: Init gf_stats_work before potential error paths in probe (git-fixes).
  - net: mana: Init link_change_work before potential error paths in probe (git-fixes).
  - scsi: storvsc: Handle PERSISTENT_RESERVE_IN truncation for Hyper-V vFC (git-fixes).
  - RDMA/mana_ib: Support memory windows (git-fixes).
  - RDMA/mana_ib: Disable RX steering on RSS QP destroy (git-fixes).
  - RDMA/mana_ib: cleanup the usage of mana_gd_send_request() (git-fixes).
  - net: mana: Use pci_name() for debugfs directory naming (git-fixes).
  - net: mana: hardening: Validate adapter_mtu from MANA_QUERY_DEV_CONFIG (git-fixes).
  - net: mana: Use at least SZ_4K in doorbell ID range check (git-fixes).
  - net: mana: Set default number of queues to 16 (bsc#1261648).
  - net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE response (git-fixes).
  - net: mana: Add MAC address to vPort logs and clarify error messages (git-fixes).
  - add mainline tag to mana patch
  - PCI: hv: Set default NUMA node to 0 for devices without affinity info (git-fixes).
  - net: mana: Fix RX skb truesize accounting (bsc#1248754).
  - net: mana: fix use-after-free in mana_hwc_destroy_channel() by reordering teardown (git-fixes).
  - commit fecbcc4
  - Update
    patches.suse/virt-tdx-guest-Fix-handling-of-host-controlled-quote.patch
    (git-fixes CVE-2026-31470 bsc#1262665).
  - commit d89b60e
  - virt: tdx-guest: Return error for GetQuote failures (git-fixes).
  - commit ce01521
  - virt: tdx-guest: Fix handling of host controlled 'quote'
    buffer length (CVE-2026-31470 bsc#1262665).
  - commit c143766
  - ext4: validate p_idx bounds in ext4_ext_correct_indexes
    (bsc#1262616 CVE-2026-31449).
  - commit 815f45c
  - dmaengine: idxd: fix possible wrong descriptor completion in
    llist_abort_desc() (CVE-2026-31436 bsc#1262602).
  - commit 907f228
  - Move misplaced upstreamed patches into sorted section
  - commit 7e931bc

------------------------------------------------------------------
------------------  2026-4-28  -  Apr 28 2026  -------------------
------------------------------------------------------------------

++++ cups:

  - Version upgrade to 2.4.19:
    See https://github.com/openprinting/cups/releases
    Release 2.4.19 contains another hotfix after CVE-2026-27447 fix:
    * Fixed a regression in shared printing from non-local accounts
    (Issue #1557)
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.19
  - Added 'Michael R Sweet' key to cups.keyring
    because cups-2.4.19-source.tar.gz.sig belongs to him.

++++ kernel-default:

  - xen/privcmd: fix double free via VMA splitting (XSA-487
    CVE-2026-31787 bsc#1262181).
  - commit 8c1d428
  - Buffer overflow in drivers/xen/sys-hypervisor.c (XSA-485
    git-fixes bsc#1262179).
  - commit 11c17f6
  - ALSA: usb-audio: apply quirk for MOONDROP JU Jiu (stable-fixes).
  - commit fec6f12
  - ASoC: amd: yc: Add DMI quirk for Thin A15 B7VF (stable-fixes).
  - commit 66d1870
  - ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK BM1403CDA
    (stable-fixes).
  - commit 02a0607
  - USB: serial: option: add Telit Cinterion FN990A MBIM composition
    (stable-fixes).
  - usb: gadget: f_phonet: fix skb frags[] overflow in
    pn_rx_complete() (stable-fixes).
  - USB: cdc-acm: Add quirks for Yoga Book 9 14IAH10 INGENIC
    touchscreen (stable-fixes).
  - usb: storage: Expand range of matched versions for VL817 quirks
    entry (stable-fixes).
  - i2c: s3c24xx: check the size of the SMBUS message before using
    it (stable-fixes).
  - HID: core: clamp report_size in s32ton() to avoid undefined
    shift (stable-fixes).
  - checkpatch: add support for Assisted-by tag (stable-fixes).
  - drm/vc4: platform_get_irq_byname() returns an int
    (stable-fixes).
  - fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
    (stable-fixes).
  - pinctrl: intel: Fix the revision for new features (1kOhm PD,
    HW debouncer) (stable-fixes).
  - ASoC: stm32_sai: fix incorrect BCLK polarity for DSP_A/B,
    LEFT_J (stable-fixes).
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14IAH10
    (stable-fixes).
  - wifi: brcmfmac: validate bsscfg indices in IF events
    (stable-fixes).
  - platform/x86/amd: pmc: Add Thinkpad L14 Gen3 to quirk_s2idle_bug
    (stable-fixes).
  - HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3
    (stable-fixes).
  - HID: roccat: fix use-after-free in roccat_report_event
    (stable-fixes).
  - ata: ahci: force 32-bit DMA for JMicron JMB582/JMB585
    (stable-fixes).
  - wifi: wl1251: validate packet IDs before indexing tx_frames
    (stable-fixes).
  - ASoC: soc-core: call missing INIT_LIST_HEAD() for card_aux_list
    (stable-fixes).
  - ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
    (stable-fixes).
  - ALSA: hda/realtek: add quirk for Framework F111:000F
    (stable-fixes).
  - ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
    (stable-fixes).
  - ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx
    (stable-fixes).
  - ASoC: SOF: topology: reject invalid vendor array size in token
    parser (stable-fixes).
  - ALSA: asihpi: avoid write overflow check warning (stable-fixes).
  - ALSA: hda/realtek: Add HP ENVY Laptop 13-ba0xxx quirk
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for ASUS ROG Flow Z13-KJP GZ302EAC
    (stable-fixes).
  - can: mcp251x: add error handling for power enable in open and
    resume (stable-fixes).
  - crypto: testmgr - Hide ENOENT errors better (git-fixes).
  - crypto: testmgr - Hide ENOENT errors (stable-fixes).
  - commit e3c1ee0
  - Drop cfg80211 patch that may cause a deadlock
    Deleted:
    patches.suse/wifi-cfg80211-stop-NAN-and-P2P-in-cfg80211_leave.patch
  - commit 49e0b7d
  - x86/boot: Don't add the EFI stub to targets, again (git-fixes).
  - commit 287d079
  - x86/boot/64: Clear most of CR4 in startup_64(), except PAE,
    MCE and LA57 (git-fixes).
  - commit 34eec49
  - ocfs2: split transactions in dio completion to avoid credit
    exhaustion (bsc#1258718).
  - ocfs2: fix possible deadlock between unlink and dio_end_io_write
    (bsc#1258718).
  - commit 7fe4156

++++ kernel-rt:

  - xen/privcmd: fix double free via VMA splitting (XSA-487
    CVE-2026-31787 bsc#1262181).
  - commit 8c1d428
  - Buffer overflow in drivers/xen/sys-hypervisor.c (XSA-485
    git-fixes bsc#1262179).
  - commit 11c17f6
  - ALSA: usb-audio: apply quirk for MOONDROP JU Jiu (stable-fixes).
  - commit fec6f12
  - ASoC: amd: yc: Add DMI quirk for Thin A15 B7VF (stable-fixes).
  - commit 66d1870
  - ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK BM1403CDA
    (stable-fixes).
  - commit 02a0607
  - USB: serial: option: add Telit Cinterion FN990A MBIM composition
    (stable-fixes).
  - usb: gadget: f_phonet: fix skb frags[] overflow in
    pn_rx_complete() (stable-fixes).
  - USB: cdc-acm: Add quirks for Yoga Book 9 14IAH10 INGENIC
    touchscreen (stable-fixes).
  - usb: storage: Expand range of matched versions for VL817 quirks
    entry (stable-fixes).
  - i2c: s3c24xx: check the size of the SMBUS message before using
    it (stable-fixes).
  - HID: core: clamp report_size in s32ton() to avoid undefined
    shift (stable-fixes).
  - checkpatch: add support for Assisted-by tag (stable-fixes).
  - drm/vc4: platform_get_irq_byname() returns an int
    (stable-fixes).
  - fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
    (stable-fixes).
  - pinctrl: intel: Fix the revision for new features (1kOhm PD,
    HW debouncer) (stable-fixes).
  - ASoC: stm32_sai: fix incorrect BCLK polarity for DSP_A/B,
    LEFT_J (stable-fixes).
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14IAH10
    (stable-fixes).
  - wifi: brcmfmac: validate bsscfg indices in IF events
    (stable-fixes).
  - platform/x86/amd: pmc: Add Thinkpad L14 Gen3 to quirk_s2idle_bug
    (stable-fixes).
  - HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3
    (stable-fixes).
  - HID: roccat: fix use-after-free in roccat_report_event
    (stable-fixes).
  - ata: ahci: force 32-bit DMA for JMicron JMB582/JMB585
    (stable-fixes).
  - wifi: wl1251: validate packet IDs before indexing tx_frames
    (stable-fixes).
  - ASoC: soc-core: call missing INIT_LIST_HEAD() for card_aux_list
    (stable-fixes).
  - ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
    (stable-fixes).
  - ALSA: hda/realtek: add quirk for Framework F111:000F
    (stable-fixes).
  - ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
    (stable-fixes).
  - ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx
    (stable-fixes).
  - ASoC: SOF: topology: reject invalid vendor array size in token
    parser (stable-fixes).
  - ALSA: asihpi: avoid write overflow check warning (stable-fixes).
  - ALSA: hda/realtek: Add HP ENVY Laptop 13-ba0xxx quirk
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for ASUS ROG Flow Z13-KJP GZ302EAC
    (stable-fixes).
  - can: mcp251x: add error handling for power enable in open and
    resume (stable-fixes).
  - crypto: testmgr - Hide ENOENT errors better (git-fixes).
  - crypto: testmgr - Hide ENOENT errors (stable-fixes).
  - commit e3c1ee0
  - Drop cfg80211 patch that may cause a deadlock
    Deleted:
    patches.suse/wifi-cfg80211-stop-NAN-and-P2P-in-cfg80211_leave.patch
  - commit 49e0b7d
  - x86/boot: Don't add the EFI stub to targets, again (git-fixes).
  - commit 287d079
  - x86/boot/64: Clear most of CR4 in startup_64(), except PAE,
    MCE and LA57 (git-fixes).
  - commit 34eec49
  - ocfs2: split transactions in dio completion to avoid credit
    exhaustion (bsc#1258718).
  - ocfs2: fix possible deadlock between unlink and dio_end_io_write
    (bsc#1258718).
  - commit 7fe4156

++++ kernel-rt_debug:

  - xen/privcmd: fix double free via VMA splitting (XSA-487
    CVE-2026-31787 bsc#1262181).
  - commit 8c1d428
  - Buffer overflow in drivers/xen/sys-hypervisor.c (XSA-485
    git-fixes bsc#1262179).
  - commit 11c17f6
  - ALSA: usb-audio: apply quirk for MOONDROP JU Jiu (stable-fixes).
  - commit fec6f12
  - ASoC: amd: yc: Add DMI quirk for Thin A15 B7VF (stable-fixes).
  - commit 66d1870
  - ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK BM1403CDA
    (stable-fixes).
  - commit 02a0607
  - USB: serial: option: add Telit Cinterion FN990A MBIM composition
    (stable-fixes).
  - usb: gadget: f_phonet: fix skb frags[] overflow in
    pn_rx_complete() (stable-fixes).
  - USB: cdc-acm: Add quirks for Yoga Book 9 14IAH10 INGENIC
    touchscreen (stable-fixes).
  - usb: storage: Expand range of matched versions for VL817 quirks
    entry (stable-fixes).
  - i2c: s3c24xx: check the size of the SMBUS message before using
    it (stable-fixes).
  - HID: core: clamp report_size in s32ton() to avoid undefined
    shift (stable-fixes).
  - checkpatch: add support for Assisted-by tag (stable-fixes).
  - drm/vc4: platform_get_irq_byname() returns an int
    (stable-fixes).
  - fbdev: tdfxfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
    (stable-fixes).
  - pinctrl: intel: Fix the revision for new features (1kOhm PD,
    HW debouncer) (stable-fixes).
  - ASoC: stm32_sai: fix incorrect BCLK polarity for DSP_A/B,
    LEFT_J (stable-fixes).
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14IAH10
    (stable-fixes).
  - wifi: brcmfmac: validate bsscfg indices in IF events
    (stable-fixes).
  - platform/x86/amd: pmc: Add Thinkpad L14 Gen3 to quirk_s2idle_bug
    (stable-fixes).
  - HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3
    (stable-fixes).
  - HID: roccat: fix use-after-free in roccat_report_event
    (stable-fixes).
  - ata: ahci: force 32-bit DMA for JMicron JMB582/JMB585
    (stable-fixes).
  - wifi: wl1251: validate packet IDs before indexing tx_frames
    (stable-fixes).
  - ASoC: soc-core: call missing INIT_LIST_HEAD() for card_aux_list
    (stable-fixes).
  - ASoC: amd: yc: Add DMI entry for HP Laptop 15-fc0xxx
    (stable-fixes).
  - ALSA: hda/realtek: add quirk for Framework F111:000F
    (stable-fixes).
  - ALSA: usb-audio: Fix quirk flags for NeuralDSP Quad Cortex
    (stable-fixes).
  - ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx
    (stable-fixes).
  - ASoC: SOF: topology: reject invalid vendor array size in token
    parser (stable-fixes).
  - ALSA: asihpi: avoid write overflow check warning (stable-fixes).
  - ALSA: hda/realtek: Add HP ENVY Laptop 13-ba0xxx quirk
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for ASUS ROG Flow Z13-KJP GZ302EAC
    (stable-fixes).
  - can: mcp251x: add error handling for power enable in open and
    resume (stable-fixes).
  - crypto: testmgr - Hide ENOENT errors better (git-fixes).
  - crypto: testmgr - Hide ENOENT errors (stable-fixes).
  - commit e3c1ee0
  - Drop cfg80211 patch that may cause a deadlock
    Deleted:
    patches.suse/wifi-cfg80211-stop-NAN-and-P2P-in-cfg80211_leave.patch
  - commit 49e0b7d
  - x86/boot: Don't add the EFI stub to targets, again (git-fixes).
  - commit 287d079
  - x86/boot/64: Clear most of CR4 in startup_64(), except PAE,
    MCE and LA57 (git-fixes).
  - commit 34eec49
  - ocfs2: split transactions in dio completion to avoid credit
    exhaustion (bsc#1258718).
  - ocfs2: fix possible deadlock between unlink and dio_end_io_write
    (bsc#1258718).
  - commit 7fe4156

++++ nvidia-open-driver-G06-signed:

  - update CUDA variant to 580.159.03

++++ openSUSE-build-key:

  - adjust suse_version condition for the Backports key

------------------------------------------------------------------
------------------  2026-4-27  -  Apr 27 2026  -------------------
------------------------------------------------------------------

++++ avahi:

  - Add avahi-CVE-2026-34933.patch: refuse to accept publish flags
    where both wide_area and multicast are set.
    (CVE-2026-34933, bsc#1261546)

++++ kernel-default:

  - rtc: abx80x: Disable alarm feature if no interrupt attached
    (git-fixes).
  - rtc: ntxec: fix OF node reference imbalance (git-fixes).
  - tpm: tpm_tis: stop transmit if retries are exhausted
    (git-fixes).
  - tpm: tpm_tis: add error logging for data transfer (git-fixes).
  - tpm: avoid -Wunused-but-set-variable (git-fixes).
  - commit 9b73710
  - dt-bindings: net: Fix Tegra234 MGBE PTP clock (git-fixes)
  - commit b338f86
  - net: stmmac: Fix PTP ref clock for Tegra234 (git-fixes)
  - commit d31823a
  - drm/amdgpu: Limit BO list entry count to prevent resource
    exhaustion (CVE-2026-23468 bsc#1261692).
  - commit 55e6fc0

++++ kernel-rt:

  - rtc: abx80x: Disable alarm feature if no interrupt attached
    (git-fixes).
  - rtc: ntxec: fix OF node reference imbalance (git-fixes).
  - tpm: tpm_tis: stop transmit if retries are exhausted
    (git-fixes).
  - tpm: tpm_tis: add error logging for data transfer (git-fixes).
  - tpm: avoid -Wunused-but-set-variable (git-fixes).
  - commit 9b73710
  - dt-bindings: net: Fix Tegra234 MGBE PTP clock (git-fixes)
  - commit b338f86
  - net: stmmac: Fix PTP ref clock for Tegra234 (git-fixes)
  - commit d31823a
  - drm/amdgpu: Limit BO list entry count to prevent resource
    exhaustion (CVE-2026-23468 bsc#1261692).
  - commit 55e6fc0

++++ kernel-rt_debug:

  - rtc: abx80x: Disable alarm feature if no interrupt attached
    (git-fixes).
  - rtc: ntxec: fix OF node reference imbalance (git-fixes).
  - tpm: tpm_tis: stop transmit if retries are exhausted
    (git-fixes).
  - tpm: tpm_tis: add error logging for data transfer (git-fixes).
  - tpm: avoid -Wunused-but-set-variable (git-fixes).
  - commit 9b73710
  - dt-bindings: net: Fix Tegra234 MGBE PTP clock (git-fixes)
  - commit b338f86
  - net: stmmac: Fix PTP ref clock for Tegra234 (git-fixes)
  - commit d31823a
  - drm/amdgpu: Limit BO list entry count to prevent resource
    exhaustion (CVE-2026-23468 bsc#1261692).
  - commit 55e6fc0

++++ python311-core:

  - CVE-2026-6019: protect against HTML injection by
    Base64-encoding cookie values embedded in JS (bsc#1262654,
    gh#python/cpython#90309)
    CVE-2026-6019-Morsel-js_output.patch

++++ tiff:

  - * CVE-2026-4775: Signed integer overflow in putcontig8bitYCbCr44tile (bsc#1260411)
    Add tiff-CVE-2026-4775.patch

++++ open-vm-tools:

  - Fix build with glibc 2.43 (boo#1257312)
    + Add patch:
  - glibc243.patch

++++ libzypp:

  - Fix purge-kernel -rc kernel handling (bsc#1239718)
  - Explicitly_set_pool_DISTTYPE_RPM (fixes #726)
  - version 17.38.7 (35)

++++ python311:

  - CVE-2026-6019: protect against HTML injection by
    Base64-encoding cookie values embedded in JS (bsc#1262654,
    gh#python/cpython#90309)
    CVE-2026-6019-Morsel-js_output.patch

++++ salt:

  - BDSA-2025-60810: Harden Tornado from invalid HTTP reason phrases
  - Read full URI from ldap pillar config (bsc#1254900)
  - Added:
    * bdsa-2025-60810-harden-against-invalid-http-reason-p.patch
    * read-full-uri-from-ldap-pillar-config-753.patch

------------------------------------------------------------------
------------------  2026-4-26  -  Apr 26 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - fbdev: offb: fix PCI device reference leak on probe failure
    (git-fixes).
  - commit 4e96a2a

++++ kernel-rt:

  - fbdev: offb: fix PCI device reference leak on probe failure
    (git-fixes).
  - commit 4e96a2a

++++ kernel-rt_debug:

  - fbdev: offb: fix PCI device reference leak on probe failure
    (git-fixes).
  - commit 4e96a2a

++++ vim:

  - Fix bsc#1261833 / CVE-2026-39881.
  - Update to 9.2.0398.
  - Changes:
    * 9.2.0398: MS-Windows: missing strptime() support
    * 9.2.0397: tabpanel: double-click opens a new tab
    * 9.2.0396: tests: Test_error_callback_terminal is flaky on macOS
    * 9.2.0395: tests: Test_backupskip() may read from $HOME
    * 9.2.0394: xxd: offsets greater than LONG_MAX print as negative
    * 9.2.0393: MS-Windows: link error with XPM support on UCRT64
    * 9.2.0392: tests: Some tests are flaky
    * 9.2.0391: tests: Comment in test_vim9_cmd breaks syntax highlighting
    * 9.2.0390: filetype: some Beancount files are not recognized
    * 9.2.0389: DECRQM still leaves stray "pp" on Apple Terminal.app
    * 9.2.0388: strange indent in update_topline()
    * 9.2.0387: DECRQM request may leave stray chars in terminal
    * 9.2.0386: No scroll/scrollbar support in the tabpanel
    * 9.2.0385: Integer overflow with "ze" and large 'sidescrolloff'
    * 9.2.0384: stale Insstart after <Cmd> cursor move breaks undo
    * 9.2.0383: [security]: runtime(netrw): shell-injection via sftp: and file: URLs
    * 9.2.0382: Wayland: focus-stealing is non-working
    * 9.2.0381: Vim9: Missing check_secure() in exec_instructions()
    * 9.2.0380: completion: a few issues in completion code
    * 9.2.0379: gui.color_approx is never used
    * 9.2.0378: Using int as bool type in win_T struct
    * 9.2.0377: Using int as bool type in gui_T struct
    * 9.2.0376: Vim9: elseif condition compiled in dead branch
    * 9.2.0375: prop_find() does not find a virt text in starting line
    * 9.2.0374: c_CTRL-{G,T} does not handle offset
    * 9.2.0373: Ctrl-R mapping not triggered during completion
    * 9.2.0372: pum: rendering issues with multibyte text and opacity
    * 9.2.0371: filetype: ghostty config files are not recognized
    * 9.2.0370: duplicate code with literal string_T assignment
    * 9.2.0369: multiple definitions of STRING_INIT macro
    * 9.2.0368: too many strlen() calls when adding strings to dicts
    * 9.2.0367: runtime(netrw): ~ note expanded on MS Windows
    * 9.2.0366: pum: flicker when updating pum in place
    * 9.2.0365: using int as bool
    * 9.2.0364: tests: test_smoothscroll_textoff_showbreak() fails
    * 9.2.0363: Vim9: variable shadowed by script-local function
    * 9.2.0362: division by zero with smoothscroll and small windows
    * 9.2.0361: tests: no tests for ch_listen() with IPs
    * 9.2.0360: Cannot handle mouse-clicks in the tabpanel
    * 9.2.0359: wrong VertSplitNC highlighting on winbar
    * 9.2.0358: runtime(vimball): still path traversal attacks possible
    * 9.2.0357: [security]: command injection via backticks in tag files
    * 9.2.0356: Cannot apply 'scrolloff' context lines at end of file
    * 9.2.0355: runtime(tar): missing path traversal checks in tar#Extract()
    * 9.2.0354: filetype: not all Bitbake include files are recognized
    * 9.2.0353: Missing out-of-memory check in register.c
    * 9.2.0352: 'winhighlight' of left window blends into right window
    * 9.2.0351: repeat_string() can be improved
    * 9.2.0350: Enabling modelines poses a risk
    * 9.2.0349: cannot style non-current window separator
    * 9.2.0348: potential buffer underrun when setting statusline like option
    * 9.2.0347: Vim9: script-local variable not found
    * 9.2.0346: Wrong cursor position when entering command line window
    * 9.2.0345: Wrong autoformatting with 'autocomplete'
    * 9.2.0344: channel: ch_listen() can bind to network interface
    * 9.2.0343: tests: test_clientserver may fail on slower systems
    * 9.2.0342: tests: test_excmd.vim leaves swapfiles behind
    * 9.2.0341: some functions can be run from the sandbox
    * 9.2.0340: pum_redraw() may cause flicker
    * 9.2.0339: regexp: nfa_regmatch() allocates and frees too often
    * 9.2.0338: Cannot handle mouseclicks in the tabline
    * 9.2.0337: list indexing broken on big-endian 32-bit platforms
    * 9.2.0336: libvterm: no terminal reflow support
    * 9.2.0335: json_encode() uses recursive algorithm
    * 9.2.0334: GTK: window geometry shrinks with with client-side decorations
    * 9.2.0333: filetype: PklProject files are not recognized
    * 9.2.0332: popup: still opacity rendering issues
    * 9.2.0331: spellfile: stack buffer overflows in spell file generation
    * 9.2.0330: tests: some patterns in tar and zip plugin tests not strict enough
    * 9.2.0329: tests: test_indent.vim leaves swapfiles behind
    * 9.2.0328: Cannot handle mouseclicks in the statusline
    * 9.2.0327: filetype: uv scripts are not detected
    * 9.2.0326: runtime(tar): but with dotted path
    * 9.2.0325: runtime(tar): bug in zstd handling
    * 9.2.0324: 0x9b byte not unescaped in <Cmd> mapping
    * 9.2.0323: filetype: buf.lock files are not recognized
    * 9.2.0322: tests: test_popupwin fails
    * 9.2.0321: MS-Windows: No OpenType font support
    * 9.2.0320: several bugs with text properties
    * 9.2.0319: popup: rendering issues with partially transparent popups
    * 9.2.0318: cannot configure opacity for popup menu
    * 9.2.0317: listener functions do not check secure flag
    * 9.2.0316: [security]: command injection in netbeans interface via defineAnnoType
    * 9.2.0315: missing bound-checks
    * 9.2.0314: channel: can bind to all network interfaces
    * 9.2.0313: Callback channel not registered in GUI
    * 9.2.0312: C-type names are marked as translatable
    * 9.2.0311: redrawing logic with text properties can be improved
    * 9.2.0310: unnecessary work in vim_strchr() and find_term_bykeys()
    * 9.2.0309: Missing out-of-memory check to may_get_cmd_block()
    * 9.2.0308: Error message E1547 is wrong
    * 9.2.0307: more mismatches between return types and documentation
    * 9.2.0306: runtime(tar): some issues with lz4 support
    * 9.2.0305: mismatch between return types and documentation
    * 9.2.0304: tests: test for 9.2.0285 doesn't always fail without the fix
    * 9.2.0303: tests: zip plugin tests don't check for warning message properly
    * 9.2.0302: runtime(netrw): RFC2396 decoding double escaping spaces
    * 9.2.0301: Vim9: void function return value inconsistent
    * 9.2.0300: The vimball plugin needs some love
    * 9.2.0299: runtime(zip): may write using absolute paths
    * 9.2.0298: Some internal variables are not modified
    * 9.2.0297: libvterm: can improve CSI overflow code
    * 9.2.0296: Redundant and incorrect integer pointer casts in drawline.c
    * 9.2.0295: 'showcmd' shows wrong Visual block size with 'linebreak'
    * 9.2.0294: if_lua: lua interface does not work with lua 5.5
    * 9.2.0293: :packadd may lead to heap-buffer-overflow
    * 9.2.0292: E340 internal error when using method call on void value
    * 9.2.0291: too many strlen() calls
    * 9.2.0290: Amiga: no support for AmigaOS 3.x
    * 9.2.0289: 'linebreak' may lead to wrong Visual block highlighting
    * 9.2.0288: libvterm: signed integer overflow parsing long CSI args
    * 9.2.0287: filetype: not all ObjectScript routines are recognized
    * 9.2.0286: still some unnecessary (int) casts in alloc()
    * 9.2.0285: :syn sync grouphere may go beyond end of line
    * 9.2.0284: tabpanel: crash when tabpanel expression returns variable line count
    * 9.2.0283: unnecessary (int) casts before alloc() calls
    * 9.2.0282: tests: Test_viminfo_len_overflow() fails
    * 9.2.0281: tests: Test_netrw_FileUrlEdit.. fails on Windows

------------------------------------------------------------------
------------------  2026-4-25  -  Apr 25 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - extcon: ptn5150: handle pending IRQ events during system resume
    (git-fixes).
  - iio: adc: ti-ads7950: use
    iio_push_to_buffers_with_ts_unaligned() (git-fixes).
  - iio: adc: ad7768-1: fix one-shot mode data acquisition
    (git-fixes).
  - spi: fix controller cleanup() documentation (git-fixes).
  - spi: orion: fix clock imbalance on registration failure
    (git-fixes).
  - spi: orion: fix runtime pm leak on unbind (git-fixes).
  - spi: imx: fix runtime pm leak on probe deferral (git-fixes).
  - spi: mpc52xx: fix use-after-free on unbind (git-fixes).
  - spi: cadence: fix controller deregistration (git-fixes).
  - ALSA: usb-audio: Fix Audio Advantage Micro II SPDIF switch
    (git-fixes).
  - ALSA: usb-audio: Avoid false E-MU sample-rate notifications
    (git-fixes).
  - ALSA: core: Fix potential data race at fasync handling
    (git-fixes).
  - ALSA: caiaq: Fix control_put() result and cache rollback
    (git-fixes).
  - ALSA: 6fire: Fix input volume change detection (git-fixes).
  - ALSA: usb-audio: stop parsing UAC2 rates at MAX_NR_RATES
    (git-fixes).
  - ALSA: caiaq: Handle probe errors properly (git-fixes).
  - drm/nouveau: fix u32 overflow in pushbuf reloc bounds check
    (git-fixes).
  - drm/arcpgu: fix device node leak (git-fixes).
  - drm/amd/display: Disable 10-bit truncation and dithering on
    DCE 6.x (git-fixes).
  - commit 83142e0

++++ kernel-rt:

  - extcon: ptn5150: handle pending IRQ events during system resume
    (git-fixes).
  - iio: adc: ti-ads7950: use
    iio_push_to_buffers_with_ts_unaligned() (git-fixes).
  - iio: adc: ad7768-1: fix one-shot mode data acquisition
    (git-fixes).
  - spi: fix controller cleanup() documentation (git-fixes).
  - spi: orion: fix clock imbalance on registration failure
    (git-fixes).
  - spi: orion: fix runtime pm leak on unbind (git-fixes).
  - spi: imx: fix runtime pm leak on probe deferral (git-fixes).
  - spi: mpc52xx: fix use-after-free on unbind (git-fixes).
  - spi: cadence: fix controller deregistration (git-fixes).
  - ALSA: usb-audio: Fix Audio Advantage Micro II SPDIF switch
    (git-fixes).
  - ALSA: usb-audio: Avoid false E-MU sample-rate notifications
    (git-fixes).
  - ALSA: core: Fix potential data race at fasync handling
    (git-fixes).
  - ALSA: caiaq: Fix control_put() result and cache rollback
    (git-fixes).
  - ALSA: 6fire: Fix input volume change detection (git-fixes).
  - ALSA: usb-audio: stop parsing UAC2 rates at MAX_NR_RATES
    (git-fixes).
  - ALSA: caiaq: Handle probe errors properly (git-fixes).
  - drm/nouveau: fix u32 overflow in pushbuf reloc bounds check
    (git-fixes).
  - drm/arcpgu: fix device node leak (git-fixes).
  - drm/amd/display: Disable 10-bit truncation and dithering on
    DCE 6.x (git-fixes).
  - commit 83142e0

++++ kernel-rt_debug:

  - extcon: ptn5150: handle pending IRQ events during system resume
    (git-fixes).
  - iio: adc: ti-ads7950: use
    iio_push_to_buffers_with_ts_unaligned() (git-fixes).
  - iio: adc: ad7768-1: fix one-shot mode data acquisition
    (git-fixes).
  - spi: fix controller cleanup() documentation (git-fixes).
  - spi: orion: fix clock imbalance on registration failure
    (git-fixes).
  - spi: orion: fix runtime pm leak on unbind (git-fixes).
  - spi: imx: fix runtime pm leak on probe deferral (git-fixes).
  - spi: mpc52xx: fix use-after-free on unbind (git-fixes).
  - spi: cadence: fix controller deregistration (git-fixes).
  - ALSA: usb-audio: Fix Audio Advantage Micro II SPDIF switch
    (git-fixes).
  - ALSA: usb-audio: Avoid false E-MU sample-rate notifications
    (git-fixes).
  - ALSA: core: Fix potential data race at fasync handling
    (git-fixes).
  - ALSA: caiaq: Fix control_put() result and cache rollback
    (git-fixes).
  - ALSA: 6fire: Fix input volume change detection (git-fixes).
  - ALSA: usb-audio: stop parsing UAC2 rates at MAX_NR_RATES
    (git-fixes).
  - ALSA: caiaq: Handle probe errors properly (git-fixes).
  - drm/nouveau: fix u32 overflow in pushbuf reloc bounds check
    (git-fixes).
  - drm/arcpgu: fix device node leak (git-fixes).
  - drm/amd/display: Disable 10-bit truncation and dithering on
    DCE 6.x (git-fixes).
  - commit 83142e0

++++ python311-core:

  - CVE-2026-1502: reject CR/LF in HTTP tunnel request headers
    (bsc#1261969, gh#python/cpython#146211)
    CVE-2026-1502-reject-CRLF-HTTP-tunnel.patch
  - CVE-2026-4786: fix webbrowser %action substitution bypass of
    dash-prefix check (bsc#1262319, gh#python/cpython#148169)
    CVE-2026-4786-webbrowser-open-action.patch

++++ python311:

  - CVE-2026-1502: reject CR/LF in HTTP tunnel request headers
    (bsc#1261969, gh#python/cpython#146211)
    CVE-2026-1502-reject-CRLF-HTTP-tunnel.patch
  - CVE-2026-4786: fix webbrowser %action substitution bypass of
    dash-prefix check (bsc#1262319, gh#python/cpython#148169)
    CVE-2026-4786-webbrowser-open-action.patch

------------------------------------------------------------------
------------------  2026-4-24  -  Apr 24 2026  -------------------
------------------------------------------------------------------

++++ curl:

  - Security fixes:
    * CVE-2026-4873: connection reuse ignores TLS requirement (bsc#1262631)
    * CVE-2026-5545: wrong reuse of HTTP Negotiate connection (bsc#1262632)
    * CVE-2026-6253: proxy credentials leak over redirect-to proxy (bsc#1262635)
    * CVE-2026-6276: stale custom cookie host causes cookie leak (bsc#1262636)
    * CVE-2026-6429: netrc credential leak with reused proxy connection (bsc#1262638)
    * sws: prevent "connection monitor" to say disconnect twice (bsc#1259362)
    * Add patches:
  - curl-CVE-2026-4873.patch
  - curl-CVE-2026-5545.patch
  - curl-CVE-2026-6253.patch
  - curl-CVE-2026-6276.patch
  - curl-CVE-2026-6429.patch
  - curl-CVE-2026-1965-disable-ntlm-fix.patch

++++ kernel-default:

  - virt: tdx-guest: Return error for GetQuote failures (git-fixes).
  - commit be3ba0d
  - virt: tdx-guest: Fix handling of host controlled 'quote'
    buffer length (git-fixes).
  - commit bca30e2
  - powerpc/crash: fix backup region offset update to elfcorehdr
    (bsc#1259535).
  - commit a257031
  - Drop NFC patch that may cause a boot problem (bsc#1262731)
    Delete patches.suse/nfc-nxp-nci-remove-interrupt-trigger-type.patch
  - commit e754db6
  - netfilter: conntrack: add missing netlink policy validations
    (CVE-2026-31407 bsc#1261632).
  - commit cfb8d63
  - netfilter: nf_conntrack_sip: fix Content-Length u32 truncation
    in sip_help_tcp() (CVE-2026-23457 bsc#1261686).
  - commit 757d462
  - netfilter: x_tables: restrict xt_check_match/xt_check_target
    extensions for NFPROTO_ARP (CVE-2026-31424 bsc#1262053).
  - commit cad22db
  - netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr
    in process_sdp (CVE-2026-31427 bsc#1262086).
  - commit 174d896
  - netfilter: nfnetlink_log: fix uninitialized padding leak in
    NFULA_PAYLOAD (CVE-2026-31428 bsc#1262087).
  - commit 0305838
  - netfilter: nfnetlink_log: account for netlink header size
    (CVE-2026-31416 bsc#1262100).
  - commit 9c0a9d9

++++ kernel-rt:

  - virt: tdx-guest: Return error for GetQuote failures (git-fixes).
  - commit be3ba0d
  - virt: tdx-guest: Fix handling of host controlled 'quote'
    buffer length (git-fixes).
  - commit bca30e2
  - powerpc/crash: fix backup region offset update to elfcorehdr
    (bsc#1259535).
  - commit a257031
  - Drop NFC patch that may cause a boot problem (bsc#1262731)
    Delete patches.suse/nfc-nxp-nci-remove-interrupt-trigger-type.patch
  - commit e754db6
  - netfilter: conntrack: add missing netlink policy validations
    (CVE-2026-31407 bsc#1261632).
  - commit cfb8d63
  - netfilter: nf_conntrack_sip: fix Content-Length u32 truncation
    in sip_help_tcp() (CVE-2026-23457 bsc#1261686).
  - commit 757d462
  - netfilter: x_tables: restrict xt_check_match/xt_check_target
    extensions for NFPROTO_ARP (CVE-2026-31424 bsc#1262053).
  - commit cad22db
  - netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr
    in process_sdp (CVE-2026-31427 bsc#1262086).
  - commit 174d896
  - netfilter: nfnetlink_log: fix uninitialized padding leak in
    NFULA_PAYLOAD (CVE-2026-31428 bsc#1262087).
  - commit 0305838
  - netfilter: nfnetlink_log: account for netlink header size
    (CVE-2026-31416 bsc#1262100).
  - commit 9c0a9d9

++++ kernel-rt_debug:

  - virt: tdx-guest: Return error for GetQuote failures (git-fixes).
  - commit be3ba0d
  - virt: tdx-guest: Fix handling of host controlled 'quote'
    buffer length (git-fixes).
  - commit bca30e2
  - powerpc/crash: fix backup region offset update to elfcorehdr
    (bsc#1259535).
  - commit a257031
  - Drop NFC patch that may cause a boot problem (bsc#1262731)
    Delete patches.suse/nfc-nxp-nci-remove-interrupt-trigger-type.patch
  - commit e754db6
  - netfilter: conntrack: add missing netlink policy validations
    (CVE-2026-31407 bsc#1261632).
  - commit cfb8d63
  - netfilter: nf_conntrack_sip: fix Content-Length u32 truncation
    in sip_help_tcp() (CVE-2026-23457 bsc#1261686).
  - commit 757d462
  - netfilter: x_tables: restrict xt_check_match/xt_check_target
    extensions for NFPROTO_ARP (CVE-2026-31424 bsc#1262053).
  - commit cad22db
  - netfilter: nf_conntrack_sip: fix use of uninitialized rtp_addr
    in process_sdp (CVE-2026-31427 bsc#1262086).
  - commit 174d896
  - netfilter: nfnetlink_log: fix uninitialized padding leak in
    NFULA_PAYLOAD (CVE-2026-31428 bsc#1262087).
  - commit 0305838
  - netfilter: nfnetlink_log: account for netlink header size
    (CVE-2026-31416 bsc#1262100).
  - commit 9c0a9d9

++++ mozilla-nss:

  - update to NSS 3.112.5
    * bmo#2033783 - reject DTLS 1.3 Server Hello after HVR without capping ss->vrange.max.
    * bmo#2034185 - update to version 2.84 of builtins module.

++++ freeipmi:

  - bsc#1260414 - CVE-2026-33554:
    freeipmi: improper memory handling and data validation can lead
    A ipmi-oem-fix-several-memory-out-of-bounds-errors.patch

++++ python311-core:

  - CVE-2026-6100: prevent dangling pointer, which can end in the
    use-after-free error (bsc#1262098, gh#python/cpython#148395)
    CVE-2026-6100-use-after-free-decompression.patch

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 580.159.03 (boo#1262749)

++++ python311:

  - CVE-2026-6100: prevent dangling pointer, which can end in the
    use-after-free error (bsc#1262098, gh#python/cpython#148395)
    CVE-2026-6100-use-after-free-decompression.patch

------------------------------------------------------------------
------------------  2026-4-23  -  Apr 23 2026  -------------------
------------------------------------------------------------------

++++ cups:

  - Version upgrade to 2.4.18:
    See https://github.com/openprinting/cups/releases
    The new release 2.4.18 contains hotfix after CVE-2026-27447 fix:
    * Fixed cupsd crash if user does not exist (Issue #1555)
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.18

++++ kernel-default:

  - kabi: arm: io: Export ioremap_prot() symbol (CVE-2026-23346 bsc#1260529)
  - commit 017493b
  - Update
    patches.suse/0001-apparmor-validate-DFA-start-states-are-in-bounds-in-.patch
    (bsc#1258849 CVE-2026-23269 bsc#1259857).
  - Update
    patches.suse/0002-apparmor-fix-memory-leak-in-verify_header.patch
    (bsc#1258849 CVE-2026-23403 bsc#1261287).
  - Update
    patches.suse/0003-apparmor-replace-recursive-profile-removal-with-iter.patch
    (bsc#1258849 CVE-2026-23404 bsc#1258854).
  - Update
    patches.suse/0004-apparmor-fix-limit-the-number-of-levels-of-policy-na.patch
    (bsc#1258849 CVE-2026-23405 bsc#1261295).
  - Update
    patches.suse/0005-apparmor-fix-side-effect-bug-in-match_char-macro-usa.patch
    (bsc#1258849 CVE-2026-23406 bsc#1258855).
  - Update
    patches.suse/0006-apparmor-fix-missing-bounds-check-on-DEFAULT-table-i.patch
    (bsc#1258849 CVE-2026-23407 bsc#1258855).
  - Update
    patches.suse/0007-apparmor-Fix-double-free-of-ns_name-in-aa_replace_pr.patch
    (bsc#1258849 CVE-2026-23408 bsc#1258857).
  - Update
    patches.suse/0008-apparmor-fix-unprivileged-local-user-can-do-privileg.patch
    (bsc#1258849 CVE-2026-23268 bsc#1258850).
  - Update
    patches.suse/0009-apparmor-fix-differential-encoding-verification.patch
    (bsc#1258849 CVE-2026-23409 bsc#1258857).
  - Update
    patches.suse/0010-apparmor-fix-race-on-rawdata-dereference.patch
    (bsc#1258849 CVE-2026-23410 bsc#1258856).
  - Update
    patches.suse/0011-apparmor-fix-race-between-freeing-data-and-fs-access.patch
    (bsc#1258849 CVE-2026-23411 bsc#1258856).
  - Update
    patches.suse/macvlan-observe-an-RCU-grace-period-in-macvlan_commo.patch
    (CVE-2026-23209 bsc#1258518 CVE-2026-23273 bsc#1260010).
  - commit d5ee582
  - Update
    patches.suse/ACPI-EC-clean-up-handlers-on-probe-failure-in-acpi_e.patch
    (git-fixes CVE-2026-31426 bsc#1262078).
  - Update
    patches.suse/ACPI-processor-Fix-previous-acpi_processor_errata_pi.patch
    (git-fixes CVE-2026-23443 bsc#1261679).
  - Update
    patches.suse/ALSA-usb-audio-Use-correct-version-for-UAC3-header-v.patch
    (git-fixes CVE-2026-23318 bsc#1260536).
  - Update
    patches.suse/Bluetooth-L2CAP-Validate-L2CAP_INFO_RSP-payload-leng.patch
    (git-fixes CVE-2026-31393 bsc#1261719).
  - Update
    patches.suse/HID-Add-HID_CLAIMED_INPUT-guards-in-raw_event-callba.patch
    (stable-fixes CVE-2026-23382 bsc#1260551).
  - Update
    patches.suse/PCI-IOV-Fix-race-between-SR-IOV-enable-disable-and-h.patch
    (git-fixes CVE-2025-40219 bsc#1254518).
  - Update
    patches.suse/PM-runtime-Fix-a-race-condition-related-to-device-re.patch
    (git-fixes CVE-2026-23452 bsc#1261618).
  - Update
    patches.suse/Revert-drm-amd-Check-if-ASPM-is-enabled-from-PCIe-su.patch
    (git-fixes CVE-2026-23264 bsc#1259869).
  - Update
    patches.suse/btrfs-log-new-dentries-when-logging-parent-dir-of-a-.patch
    (git-fixes CVE-2026-23465 bsc#1261685).
  - Update
    patches.suse/can-bcm-fix-locking-for-bcm_op-runtime-updates.patch
    (git-fixes CVE-2026-23362 bsc#1260489).
  - Update
    patches.suse/can-ems_usb-ems_usb_read_bulk_callback-check-the-pro.patch
    (git-fixes CVE-2026-23307 bsc#1260541).
  - Update
    patches.suse/can-mcp251x-fix-deadlock-in-error-path-of-mcp251x_op.patch
    (git-fixes CVE-2026-23357 bsc#1260532).
  - Update
    patches.suse/can-ucan-Fix-infinite-loop-from-zero-length-messages.patch
    (git-fixes CVE-2026-23298 bsc#1260485).
  - Update
    patches.suse/can-usb-etas_es58x-correctly-anchor-the-urb-in-the-r.patch
    (git-fixes CVE-2026-23324 bsc#1260507).
  - Update
    patches.suse/drm-logicvc-Fix-device-node-reference-leak-in-logicv.patch
    (git-fixes CVE-2026-23426 bsc#1261504).
  - Update
    patches.suse/fbdev-rivafb-fix-divide-error-in-nv3_arb.patch
    (git-fixes CVE-2026-23266 bsc#1259868).
  - Update
    patches.suse/fbdev-smscufx-properly-copy-ioctl-memory-to-kernelsp.patch
    (stable-fixes CVE-2026-23236 bsc#1259199).
  - Update
    patches.suse/media-dvb-core-fix-wrong-reinitialization-of-ringbuf.patch
    (git-fixes CVE-2026-23253 bsc#1259878).
  - Update
    patches.suse/media-dvb-net-fix-OOB-access-in-ULE-extension-header.patch
    (git-fixes CVE-2026-31405 bsc#1261700).
  - Update
    patches.suse/mtd-Avoid-boot-crash-in-RedBoot-partition-table-pars.patch
    (git-fixes CVE-2026-23474 bsc#1261602).
  - Update
    patches.suse/mtd-rawnand-serialize-lock-unlock-against-other-NAND.patch
    (git-fixes CVE-2026-23434 bsc#1261601).
  - Update
    patches.suse/net-rose-fix-NULL-pointer-dereference-in-rose_transm.patch
    (git-fixes CVE-2026-23460 bsc#1261582).
  - Update
    patches.suse/net-usb-aqc111-Do-not-perform-PM-inside-suspend-call.patch
    (git-fixes CVE-2026-23446 bsc#1261778).
  - Update
    patches.suse/net-usb-cdc_ncm-add-ndpoffset-to-NDP16-nframes-bound.patch
    (git-fixes CVE-2026-23448 bsc#1261750).
  - Update
    patches.suse/net-usb-cdc_ncm-add-ndpoffset-to-NDP32-nframes-bound.patch
    (git-fixes CVE-2026-23447 bsc#1261751).
  - Update patches.suse/net-usb-kalmia-validate-USB-endpoints.patch
    (git-fixes CVE-2026-23365 bsc#1260800).
  - Update patches.suse/net-usb-kaweth-validate-USB-endpoints.patch
    (git-fixes CVE-2026-23312 bsc#1260561).
  - Update patches.suse/net-usb-pegasus-validate-USB-endpoints.patch
    (stable-fixes CVE-2026-23290 bsc#1260533).
  - Update
    patches.suse/net-x25-Fix-overflow-when-accumulating-packets.patch
    (git-fixes CVE-2026-31417 bsc#1262101).
  - Update
    patches.suse/nfc-nci-free-skb-on-nci_transceive-early-error-paths.patch
    (git-fixes CVE-2026-23339 bsc#1260581).
  - Update
    patches.suse/nfc-pn533-properly-drop-the-usb-interface-reference-.patch
    (git-fixes CVE-2026-23291 bsc#1260483).
  - Update
    patches.suse/nfc-rawsock-cancel-tx_work-before-socket-teardown.patch
    (git-fixes CVE-2026-23372 bsc#1260484).
  - Update
    patches.suse/pinctrl-equilibrium-fix-warning-trace-on-load.patch
    (git-fixes CVE-2026-23308 bsc#1260553).
  - Update
    patches.suse/platform-x86-classmate-laptop-Add-missing-NULL-point.patch
    (stable-fixes CVE-2026-23237 bsc#1259222).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-Don-t-hex-dump-plaintex.patch
    (git-fixes CVE-2026-23370 bsc#1260504).
  - Update
    patches.suse/regmap-maple-free-entry-on-mas_store_gfp-failure.patch
    (stable-fixes CVE-2026-23260 bsc#1259873).
  - Update
    patches.suse/scsi-qla2xxx-Fix-bsg_done-causing-double-free.patch
    (bsc#1256863 CVE-2025-71238 bsc#1259186).
  - Update
    patches.suse/soc-fsl-qbman-fix-race-condition-in-qman_destroy_fq.patch
    (git-fixes CVE-2026-23463 bsc#1261713).
  - Update patches.suse/spi-fix-statistics-allocation.patch
    (git-fixes CVE-2026-23475 bsc#1261644).
  - Update
    patches.suse/spi-fix-use-after-free-on-controller-registration-fa.patch
    (git-fixes CVE-2026-31389 bsc#1261789).
  - Update
    patches.suse/usb-gadget-f_mass_storage-Fix-potential-integer-over.patch
    (git-fixes CVE-2026-31412 bsc#1261896).
  - Update
    patches.suse/wifi-cfg80211-cancel-rfkill_block-work-in-wiphy_unre.patch
    (git-fixes CVE-2026-23336 bsc#1260552).
  - Update
    patches.suse/wifi-mac80211-bounds-check-link_id-in-ieee80211_ml_r.patch
    (git-fixes CVE-2026-23246 bsc#1259806).
  - Update
    patches.suse/wifi-mac80211-fix-NULL-deref-in-mesh_matches_local.patch
    (git-fixes CVE-2026-23396 bsc#1260729).
  - Update
    patches.suse/wifi-mac80211-fix-NULL-pointer-dereference-in-mesh_r.patch
    (git-fixes CVE-2026-23279 bsc#1260468).
  - Update
    patches.suse/wifi-mt76-Fix-possible-oob-access-in-mt76_connac2_ma.patch
    (git-fixes CVE-2026-23315 bsc#1260549).
  - Update
    patches.suse/wifi-mt76-mt7925-Fix-possible-oob-access-in-mt7925_m.patch
    (git-fixes CVE-2026-23363 bsc#1260572).
  - Update
    patches.suse/wifi-mt76-mt7996-Fix-possible-oob-access-in-mt7996_m.patch
    (git-fixes CVE-2026-23325 bsc#1260537).
  - Update
    patches.suse/wifi-radiotap-reject-radiotap-with-unknown-bits.patch
    (git-fixes CVE-2026-23367 bsc#1260731).
  - Update
    patches.suse/wifi-rsi-Don-t-default-to-EOPNOTSUPP-in-rsi_mac80211.patch
    (git-fixes CVE-2026-23373 bsc#1260528).
  - Update patches.suse/wifi-wlcore-Fix-a-locking-bug.patch
    (git-fixes CVE-2026-23420 bsc#1261503).
  - commit 61fa16a

++++ kernel-rt:

  - kabi: arm: io: Export ioremap_prot() symbol (CVE-2026-23346 bsc#1260529)
  - commit 017493b
  - Update
    patches.suse/0001-apparmor-validate-DFA-start-states-are-in-bounds-in-.patch
    (bsc#1258849 CVE-2026-23269 bsc#1259857).
  - Update
    patches.suse/0002-apparmor-fix-memory-leak-in-verify_header.patch
    (bsc#1258849 CVE-2026-23403 bsc#1261287).
  - Update
    patches.suse/0003-apparmor-replace-recursive-profile-removal-with-iter.patch
    (bsc#1258849 CVE-2026-23404 bsc#1258854).
  - Update
    patches.suse/0004-apparmor-fix-limit-the-number-of-levels-of-policy-na.patch
    (bsc#1258849 CVE-2026-23405 bsc#1261295).
  - Update
    patches.suse/0005-apparmor-fix-side-effect-bug-in-match_char-macro-usa.patch
    (bsc#1258849 CVE-2026-23406 bsc#1258855).
  - Update
    patches.suse/0006-apparmor-fix-missing-bounds-check-on-DEFAULT-table-i.patch
    (bsc#1258849 CVE-2026-23407 bsc#1258855).
  - Update
    patches.suse/0007-apparmor-Fix-double-free-of-ns_name-in-aa_replace_pr.patch
    (bsc#1258849 CVE-2026-23408 bsc#1258857).
  - Update
    patches.suse/0008-apparmor-fix-unprivileged-local-user-can-do-privileg.patch
    (bsc#1258849 CVE-2026-23268 bsc#1258850).
  - Update
    patches.suse/0009-apparmor-fix-differential-encoding-verification.patch
    (bsc#1258849 CVE-2026-23409 bsc#1258857).
  - Update
    patches.suse/0010-apparmor-fix-race-on-rawdata-dereference.patch
    (bsc#1258849 CVE-2026-23410 bsc#1258856).
  - Update
    patches.suse/0011-apparmor-fix-race-between-freeing-data-and-fs-access.patch
    (bsc#1258849 CVE-2026-23411 bsc#1258856).
  - Update
    patches.suse/macvlan-observe-an-RCU-grace-period-in-macvlan_commo.patch
    (CVE-2026-23209 bsc#1258518 CVE-2026-23273 bsc#1260010).
  - commit d5ee582
  - Update
    patches.suse/ACPI-EC-clean-up-handlers-on-probe-failure-in-acpi_e.patch
    (git-fixes CVE-2026-31426 bsc#1262078).
  - Update
    patches.suse/ACPI-processor-Fix-previous-acpi_processor_errata_pi.patch
    (git-fixes CVE-2026-23443 bsc#1261679).
  - Update
    patches.suse/ALSA-usb-audio-Use-correct-version-for-UAC3-header-v.patch
    (git-fixes CVE-2026-23318 bsc#1260536).
  - Update
    patches.suse/Bluetooth-L2CAP-Validate-L2CAP_INFO_RSP-payload-leng.patch
    (git-fixes CVE-2026-31393 bsc#1261719).
  - Update
    patches.suse/HID-Add-HID_CLAIMED_INPUT-guards-in-raw_event-callba.patch
    (stable-fixes CVE-2026-23382 bsc#1260551).
  - Update
    patches.suse/PCI-IOV-Fix-race-between-SR-IOV-enable-disable-and-h.patch
    (git-fixes CVE-2025-40219 bsc#1254518).
  - Update
    patches.suse/PM-runtime-Fix-a-race-condition-related-to-device-re.patch
    (git-fixes CVE-2026-23452 bsc#1261618).
  - Update
    patches.suse/Revert-drm-amd-Check-if-ASPM-is-enabled-from-PCIe-su.patch
    (git-fixes CVE-2026-23264 bsc#1259869).
  - Update
    patches.suse/btrfs-log-new-dentries-when-logging-parent-dir-of-a-.patch
    (git-fixes CVE-2026-23465 bsc#1261685).
  - Update
    patches.suse/can-bcm-fix-locking-for-bcm_op-runtime-updates.patch
    (git-fixes CVE-2026-23362 bsc#1260489).
  - Update
    patches.suse/can-ems_usb-ems_usb_read_bulk_callback-check-the-pro.patch
    (git-fixes CVE-2026-23307 bsc#1260541).
  - Update
    patches.suse/can-mcp251x-fix-deadlock-in-error-path-of-mcp251x_op.patch
    (git-fixes CVE-2026-23357 bsc#1260532).
  - Update
    patches.suse/can-ucan-Fix-infinite-loop-from-zero-length-messages.patch
    (git-fixes CVE-2026-23298 bsc#1260485).
  - Update
    patches.suse/can-usb-etas_es58x-correctly-anchor-the-urb-in-the-r.patch
    (git-fixes CVE-2026-23324 bsc#1260507).
  - Update
    patches.suse/drm-logicvc-Fix-device-node-reference-leak-in-logicv.patch
    (git-fixes CVE-2026-23426 bsc#1261504).
  - Update
    patches.suse/fbdev-rivafb-fix-divide-error-in-nv3_arb.patch
    (git-fixes CVE-2026-23266 bsc#1259868).
  - Update
    patches.suse/fbdev-smscufx-properly-copy-ioctl-memory-to-kernelsp.patch
    (stable-fixes CVE-2026-23236 bsc#1259199).
  - Update
    patches.suse/media-dvb-core-fix-wrong-reinitialization-of-ringbuf.patch
    (git-fixes CVE-2026-23253 bsc#1259878).
  - Update
    patches.suse/media-dvb-net-fix-OOB-access-in-ULE-extension-header.patch
    (git-fixes CVE-2026-31405 bsc#1261700).
  - Update
    patches.suse/mtd-Avoid-boot-crash-in-RedBoot-partition-table-pars.patch
    (git-fixes CVE-2026-23474 bsc#1261602).
  - Update
    patches.suse/mtd-rawnand-serialize-lock-unlock-against-other-NAND.patch
    (git-fixes CVE-2026-23434 bsc#1261601).
  - Update
    patches.suse/net-rose-fix-NULL-pointer-dereference-in-rose_transm.patch
    (git-fixes CVE-2026-23460 bsc#1261582).
  - Update
    patches.suse/net-usb-aqc111-Do-not-perform-PM-inside-suspend-call.patch
    (git-fixes CVE-2026-23446 bsc#1261778).
  - Update
    patches.suse/net-usb-cdc_ncm-add-ndpoffset-to-NDP16-nframes-bound.patch
    (git-fixes CVE-2026-23448 bsc#1261750).
  - Update
    patches.suse/net-usb-cdc_ncm-add-ndpoffset-to-NDP32-nframes-bound.patch
    (git-fixes CVE-2026-23447 bsc#1261751).
  - Update patches.suse/net-usb-kalmia-validate-USB-endpoints.patch
    (git-fixes CVE-2026-23365 bsc#1260800).
  - Update patches.suse/net-usb-kaweth-validate-USB-endpoints.patch
    (git-fixes CVE-2026-23312 bsc#1260561).
  - Update patches.suse/net-usb-pegasus-validate-USB-endpoints.patch
    (stable-fixes CVE-2026-23290 bsc#1260533).
  - Update
    patches.suse/net-x25-Fix-overflow-when-accumulating-packets.patch
    (git-fixes CVE-2026-31417 bsc#1262101).
  - Update
    patches.suse/nfc-nci-free-skb-on-nci_transceive-early-error-paths.patch
    (git-fixes CVE-2026-23339 bsc#1260581).
  - Update
    patches.suse/nfc-pn533-properly-drop-the-usb-interface-reference-.patch
    (git-fixes CVE-2026-23291 bsc#1260483).
  - Update
    patches.suse/nfc-rawsock-cancel-tx_work-before-socket-teardown.patch
    (git-fixes CVE-2026-23372 bsc#1260484).
  - Update
    patches.suse/pinctrl-equilibrium-fix-warning-trace-on-load.patch
    (git-fixes CVE-2026-23308 bsc#1260553).
  - Update
    patches.suse/platform-x86-classmate-laptop-Add-missing-NULL-point.patch
    (stable-fixes CVE-2026-23237 bsc#1259222).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-Don-t-hex-dump-plaintex.patch
    (git-fixes CVE-2026-23370 bsc#1260504).
  - Update
    patches.suse/regmap-maple-free-entry-on-mas_store_gfp-failure.patch
    (stable-fixes CVE-2026-23260 bsc#1259873).
  - Update
    patches.suse/scsi-qla2xxx-Fix-bsg_done-causing-double-free.patch
    (bsc#1256863 CVE-2025-71238 bsc#1259186).
  - Update
    patches.suse/soc-fsl-qbman-fix-race-condition-in-qman_destroy_fq.patch
    (git-fixes CVE-2026-23463 bsc#1261713).
  - Update patches.suse/spi-fix-statistics-allocation.patch
    (git-fixes CVE-2026-23475 bsc#1261644).
  - Update
    patches.suse/spi-fix-use-after-free-on-controller-registration-fa.patch
    (git-fixes CVE-2026-31389 bsc#1261789).
  - Update
    patches.suse/usb-gadget-f_mass_storage-Fix-potential-integer-over.patch
    (git-fixes CVE-2026-31412 bsc#1261896).
  - Update
    patches.suse/wifi-cfg80211-cancel-rfkill_block-work-in-wiphy_unre.patch
    (git-fixes CVE-2026-23336 bsc#1260552).
  - Update
    patches.suse/wifi-mac80211-bounds-check-link_id-in-ieee80211_ml_r.patch
    (git-fixes CVE-2026-23246 bsc#1259806).
  - Update
    patches.suse/wifi-mac80211-fix-NULL-deref-in-mesh_matches_local.patch
    (git-fixes CVE-2026-23396 bsc#1260729).
  - Update
    patches.suse/wifi-mac80211-fix-NULL-pointer-dereference-in-mesh_r.patch
    (git-fixes CVE-2026-23279 bsc#1260468).
  - Update
    patches.suse/wifi-mt76-Fix-possible-oob-access-in-mt76_connac2_ma.patch
    (git-fixes CVE-2026-23315 bsc#1260549).
  - Update
    patches.suse/wifi-mt76-mt7925-Fix-possible-oob-access-in-mt7925_m.patch
    (git-fixes CVE-2026-23363 bsc#1260572).
  - Update
    patches.suse/wifi-mt76-mt7996-Fix-possible-oob-access-in-mt7996_m.patch
    (git-fixes CVE-2026-23325 bsc#1260537).
  - Update
    patches.suse/wifi-radiotap-reject-radiotap-with-unknown-bits.patch
    (git-fixes CVE-2026-23367 bsc#1260731).
  - Update
    patches.suse/wifi-rsi-Don-t-default-to-EOPNOTSUPP-in-rsi_mac80211.patch
    (git-fixes CVE-2026-23373 bsc#1260528).
  - Update patches.suse/wifi-wlcore-Fix-a-locking-bug.patch
    (git-fixes CVE-2026-23420 bsc#1261503).
  - commit 61fa16a

++++ kernel-rt_debug:

  - kabi: arm: io: Export ioremap_prot() symbol (CVE-2026-23346 bsc#1260529)
  - commit 017493b
  - Update
    patches.suse/0001-apparmor-validate-DFA-start-states-are-in-bounds-in-.patch
    (bsc#1258849 CVE-2026-23269 bsc#1259857).
  - Update
    patches.suse/0002-apparmor-fix-memory-leak-in-verify_header.patch
    (bsc#1258849 CVE-2026-23403 bsc#1261287).
  - Update
    patches.suse/0003-apparmor-replace-recursive-profile-removal-with-iter.patch
    (bsc#1258849 CVE-2026-23404 bsc#1258854).
  - Update
    patches.suse/0004-apparmor-fix-limit-the-number-of-levels-of-policy-na.patch
    (bsc#1258849 CVE-2026-23405 bsc#1261295).
  - Update
    patches.suse/0005-apparmor-fix-side-effect-bug-in-match_char-macro-usa.patch
    (bsc#1258849 CVE-2026-23406 bsc#1258855).
  - Update
    patches.suse/0006-apparmor-fix-missing-bounds-check-on-DEFAULT-table-i.patch
    (bsc#1258849 CVE-2026-23407 bsc#1258855).
  - Update
    patches.suse/0007-apparmor-Fix-double-free-of-ns_name-in-aa_replace_pr.patch
    (bsc#1258849 CVE-2026-23408 bsc#1258857).
  - Update
    patches.suse/0008-apparmor-fix-unprivileged-local-user-can-do-privileg.patch
    (bsc#1258849 CVE-2026-23268 bsc#1258850).
  - Update
    patches.suse/0009-apparmor-fix-differential-encoding-verification.patch
    (bsc#1258849 CVE-2026-23409 bsc#1258857).
  - Update
    patches.suse/0010-apparmor-fix-race-on-rawdata-dereference.patch
    (bsc#1258849 CVE-2026-23410 bsc#1258856).
  - Update
    patches.suse/0011-apparmor-fix-race-between-freeing-data-and-fs-access.patch
    (bsc#1258849 CVE-2026-23411 bsc#1258856).
  - Update
    patches.suse/macvlan-observe-an-RCU-grace-period-in-macvlan_commo.patch
    (CVE-2026-23209 bsc#1258518 CVE-2026-23273 bsc#1260010).
  - commit d5ee582
  - Update
    patches.suse/ACPI-EC-clean-up-handlers-on-probe-failure-in-acpi_e.patch
    (git-fixes CVE-2026-31426 bsc#1262078).
  - Update
    patches.suse/ACPI-processor-Fix-previous-acpi_processor_errata_pi.patch
    (git-fixes CVE-2026-23443 bsc#1261679).
  - Update
    patches.suse/ALSA-usb-audio-Use-correct-version-for-UAC3-header-v.patch
    (git-fixes CVE-2026-23318 bsc#1260536).
  - Update
    patches.suse/Bluetooth-L2CAP-Validate-L2CAP_INFO_RSP-payload-leng.patch
    (git-fixes CVE-2026-31393 bsc#1261719).
  - Update
    patches.suse/HID-Add-HID_CLAIMED_INPUT-guards-in-raw_event-callba.patch
    (stable-fixes CVE-2026-23382 bsc#1260551).
  - Update
    patches.suse/PCI-IOV-Fix-race-between-SR-IOV-enable-disable-and-h.patch
    (git-fixes CVE-2025-40219 bsc#1254518).
  - Update
    patches.suse/PM-runtime-Fix-a-race-condition-related-to-device-re.patch
    (git-fixes CVE-2026-23452 bsc#1261618).
  - Update
    patches.suse/Revert-drm-amd-Check-if-ASPM-is-enabled-from-PCIe-su.patch
    (git-fixes CVE-2026-23264 bsc#1259869).
  - Update
    patches.suse/btrfs-log-new-dentries-when-logging-parent-dir-of-a-.patch
    (git-fixes CVE-2026-23465 bsc#1261685).
  - Update
    patches.suse/can-bcm-fix-locking-for-bcm_op-runtime-updates.patch
    (git-fixes CVE-2026-23362 bsc#1260489).
  - Update
    patches.suse/can-ems_usb-ems_usb_read_bulk_callback-check-the-pro.patch
    (git-fixes CVE-2026-23307 bsc#1260541).
  - Update
    patches.suse/can-mcp251x-fix-deadlock-in-error-path-of-mcp251x_op.patch
    (git-fixes CVE-2026-23357 bsc#1260532).
  - Update
    patches.suse/can-ucan-Fix-infinite-loop-from-zero-length-messages.patch
    (git-fixes CVE-2026-23298 bsc#1260485).
  - Update
    patches.suse/can-usb-etas_es58x-correctly-anchor-the-urb-in-the-r.patch
    (git-fixes CVE-2026-23324 bsc#1260507).
  - Update
    patches.suse/drm-logicvc-Fix-device-node-reference-leak-in-logicv.patch
    (git-fixes CVE-2026-23426 bsc#1261504).
  - Update
    patches.suse/fbdev-rivafb-fix-divide-error-in-nv3_arb.patch
    (git-fixes CVE-2026-23266 bsc#1259868).
  - Update
    patches.suse/fbdev-smscufx-properly-copy-ioctl-memory-to-kernelsp.patch
    (stable-fixes CVE-2026-23236 bsc#1259199).
  - Update
    patches.suse/media-dvb-core-fix-wrong-reinitialization-of-ringbuf.patch
    (git-fixes CVE-2026-23253 bsc#1259878).
  - Update
    patches.suse/media-dvb-net-fix-OOB-access-in-ULE-extension-header.patch
    (git-fixes CVE-2026-31405 bsc#1261700).
  - Update
    patches.suse/mtd-Avoid-boot-crash-in-RedBoot-partition-table-pars.patch
    (git-fixes CVE-2026-23474 bsc#1261602).
  - Update
    patches.suse/mtd-rawnand-serialize-lock-unlock-against-other-NAND.patch
    (git-fixes CVE-2026-23434 bsc#1261601).
  - Update
    patches.suse/net-rose-fix-NULL-pointer-dereference-in-rose_transm.patch
    (git-fixes CVE-2026-23460 bsc#1261582).
  - Update
    patches.suse/net-usb-aqc111-Do-not-perform-PM-inside-suspend-call.patch
    (git-fixes CVE-2026-23446 bsc#1261778).
  - Update
    patches.suse/net-usb-cdc_ncm-add-ndpoffset-to-NDP16-nframes-bound.patch
    (git-fixes CVE-2026-23448 bsc#1261750).
  - Update
    patches.suse/net-usb-cdc_ncm-add-ndpoffset-to-NDP32-nframes-bound.patch
    (git-fixes CVE-2026-23447 bsc#1261751).
  - Update patches.suse/net-usb-kalmia-validate-USB-endpoints.patch
    (git-fixes CVE-2026-23365 bsc#1260800).
  - Update patches.suse/net-usb-kaweth-validate-USB-endpoints.patch
    (git-fixes CVE-2026-23312 bsc#1260561).
  - Update patches.suse/net-usb-pegasus-validate-USB-endpoints.patch
    (stable-fixes CVE-2026-23290 bsc#1260533).
  - Update
    patches.suse/net-x25-Fix-overflow-when-accumulating-packets.patch
    (git-fixes CVE-2026-31417 bsc#1262101).
  - Update
    patches.suse/nfc-nci-free-skb-on-nci_transceive-early-error-paths.patch
    (git-fixes CVE-2026-23339 bsc#1260581).
  - Update
    patches.suse/nfc-pn533-properly-drop-the-usb-interface-reference-.patch
    (git-fixes CVE-2026-23291 bsc#1260483).
  - Update
    patches.suse/nfc-rawsock-cancel-tx_work-before-socket-teardown.patch
    (git-fixes CVE-2026-23372 bsc#1260484).
  - Update
    patches.suse/pinctrl-equilibrium-fix-warning-trace-on-load.patch
    (git-fixes CVE-2026-23308 bsc#1260553).
  - Update
    patches.suse/platform-x86-classmate-laptop-Add-missing-NULL-point.patch
    (stable-fixes CVE-2026-23237 bsc#1259222).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-Don-t-hex-dump-plaintex.patch
    (git-fixes CVE-2026-23370 bsc#1260504).
  - Update
    patches.suse/regmap-maple-free-entry-on-mas_store_gfp-failure.patch
    (stable-fixes CVE-2026-23260 bsc#1259873).
  - Update
    patches.suse/scsi-qla2xxx-Fix-bsg_done-causing-double-free.patch
    (bsc#1256863 CVE-2025-71238 bsc#1259186).
  - Update
    patches.suse/soc-fsl-qbman-fix-race-condition-in-qman_destroy_fq.patch
    (git-fixes CVE-2026-23463 bsc#1261713).
  - Update patches.suse/spi-fix-statistics-allocation.patch
    (git-fixes CVE-2026-23475 bsc#1261644).
  - Update
    patches.suse/spi-fix-use-after-free-on-controller-registration-fa.patch
    (git-fixes CVE-2026-31389 bsc#1261789).
  - Update
    patches.suse/usb-gadget-f_mass_storage-Fix-potential-integer-over.patch
    (git-fixes CVE-2026-31412 bsc#1261896).
  - Update
    patches.suse/wifi-cfg80211-cancel-rfkill_block-work-in-wiphy_unre.patch
    (git-fixes CVE-2026-23336 bsc#1260552).
  - Update
    patches.suse/wifi-mac80211-bounds-check-link_id-in-ieee80211_ml_r.patch
    (git-fixes CVE-2026-23246 bsc#1259806).
  - Update
    patches.suse/wifi-mac80211-fix-NULL-deref-in-mesh_matches_local.patch
    (git-fixes CVE-2026-23396 bsc#1260729).
  - Update
    patches.suse/wifi-mac80211-fix-NULL-pointer-dereference-in-mesh_r.patch
    (git-fixes CVE-2026-23279 bsc#1260468).
  - Update
    patches.suse/wifi-mt76-Fix-possible-oob-access-in-mt76_connac2_ma.patch
    (git-fixes CVE-2026-23315 bsc#1260549).
  - Update
    patches.suse/wifi-mt76-mt7925-Fix-possible-oob-access-in-mt7925_m.patch
    (git-fixes CVE-2026-23363 bsc#1260572).
  - Update
    patches.suse/wifi-mt76-mt7996-Fix-possible-oob-access-in-mt7996_m.patch
    (git-fixes CVE-2026-23325 bsc#1260537).
  - Update
    patches.suse/wifi-radiotap-reject-radiotap-with-unknown-bits.patch
    (git-fixes CVE-2026-23367 bsc#1260731).
  - Update
    patches.suse/wifi-rsi-Don-t-default-to-EOPNOTSUPP-in-rsi_mac80211.patch
    (git-fixes CVE-2026-23373 bsc#1260528).
  - Update patches.suse/wifi-wlcore-Fix-a-locking-bug.patch
    (git-fixes CVE-2026-23420 bsc#1261503).
  - commit 61fa16a

++++ libsolv:

  - fix parsing of sha512 checksums in debian repositories
    [bsc#1265938] [CVE-2026-9150]
  - improve speed of dirpool_add_dir makeing parsing of filelists.xml
    twice as fast
  - fix parsing of recommends in the old Mandriva synthesis format
  - bump version to 0.7.37

++++ nvidia-open-driver-G06-signed:

  - disable-objtool-override.patch
    * get rid of confusing objtool warnings (boo#1212841)
  - -> from https://github.com/joanbm/nvidia-470xx-linux-mainline

++++ ovmf:

  - Update mbedtls to 3.6.6 to fix CVE-2026-25833, CVE-2026-25834, CVE-2026-25835,
    CVE-2026-34874 (bsc#1261476, bsc#1261477, bsc#1261478, bsc#1261469)
  - Requires Mbed TLS 3.6.6 or higher to mitigate vulnerability.

------------------------------------------------------------------
------------------  2026-4-22  -  Apr 22 2026  -------------------
------------------------------------------------------------------

++++ dnsmasq:

  - bsc#1262487, CVE-2026-6507, dnsmasq-CVE-2026-6507.patch:
    out-of-bounds write in DHCP BOOTREPLY processing can lead to
    denial of service.

++++ kernel-default:

  - mm: ioremap: allow ARCH to have its own ioremap method definition (CVE-2026-23346 bsc#1260529)
  - commit 66ac8d8
  - arm64: io: Extract user memory type in ioremap_prot() (CVE-2026-23346 bsc#1260529)
  - commit 21a529a
  - arm64: io: Rename ioremap_prot() to __ioremap_prot() (CVE-2026-23346 bsc#1260529)
  - commit 2422d1b
  - arm64 : mm: add wrapper function ioremap_prot() (CVE-2026-23346 bsc#1260529)
  - commit c722530
  - mm/ioremap: define generic_ioremap_prot() and generic_iounmap() (CVE-2026-23346 bsc#1260529)
  - commit c04cc3b
  - net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()
    (CVE-2026-31423 bsc#1262063).
  - commit 7a85231
  - net/sched: cls_flow: fix NULL pointer dereference on shared
    blocks (CVE-2026-31422 bsc#1262054).
  - commit e8f4814
  - net/sched: teql: Fix double-free in teql_master_xmit
    (CVE-2026-23449 bsc#1261779).
  - commit 3f941ea
  - espintcp: Fix race condition in espintcp_close() (CVE-2026-23239
    bsc#1259485).
  - commit fad2a85
  - tls: Fix race condition in tls_sw_cancel_work_tx()
    (CVE-2026-23240 bsc#1259484).
  - commit 8f20aa3
  - drm/i915/wm: Verify the correct plane DDB entry (git-fixes).
  - crypto: ccp - copy IV using skcipher ivsize (git-fixes).
  - crypto: ccp: Don't attempt to copy ID to userspace if PSP
    command failed (git-fixes).
  - crypto: ccp: Don't attempt to copy PDH cert to userspace if
    PSP command failed (git-fixes).
  - crypto: ccp: Don't attempt to copy CSR to userspace if PSP
    command failed (git-fixes).
  - crypto: pcrypt - Fix handling of MAY_BACKLOG requests
    (git-fixes).
  - crypto: sa2ul - Fix AEAD fallback algorithm names (git-fixes).
  - commit 96a5ab8
  - KVM: x86: hyper-v: Validate all GVAs during PV TLB flush
    (git-fixes).
  - commit a9d8238

++++ kernel-rt:

  - mm: ioremap: allow ARCH to have its own ioremap method definition (CVE-2026-23346 bsc#1260529)
  - commit 66ac8d8
  - arm64: io: Extract user memory type in ioremap_prot() (CVE-2026-23346 bsc#1260529)
  - commit 21a529a
  - arm64: io: Rename ioremap_prot() to __ioremap_prot() (CVE-2026-23346 bsc#1260529)
  - commit 2422d1b
  - arm64 : mm: add wrapper function ioremap_prot() (CVE-2026-23346 bsc#1260529)
  - commit c722530
  - mm/ioremap: define generic_ioremap_prot() and generic_iounmap() (CVE-2026-23346 bsc#1260529)
  - commit c04cc3b
  - net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()
    (CVE-2026-31423 bsc#1262063).
  - commit 7a85231
  - net/sched: cls_flow: fix NULL pointer dereference on shared
    blocks (CVE-2026-31422 bsc#1262054).
  - commit e8f4814
  - net/sched: teql: Fix double-free in teql_master_xmit
    (CVE-2026-23449 bsc#1261779).
  - commit 3f941ea
  - espintcp: Fix race condition in espintcp_close() (CVE-2026-23239
    bsc#1259485).
  - commit fad2a85
  - tls: Fix race condition in tls_sw_cancel_work_tx()
    (CVE-2026-23240 bsc#1259484).
  - commit 8f20aa3
  - drm/i915/wm: Verify the correct plane DDB entry (git-fixes).
  - crypto: ccp - copy IV using skcipher ivsize (git-fixes).
  - crypto: ccp: Don't attempt to copy ID to userspace if PSP
    command failed (git-fixes).
  - crypto: ccp: Don't attempt to copy PDH cert to userspace if
    PSP command failed (git-fixes).
  - crypto: ccp: Don't attempt to copy CSR to userspace if PSP
    command failed (git-fixes).
  - crypto: pcrypt - Fix handling of MAY_BACKLOG requests
    (git-fixes).
  - crypto: sa2ul - Fix AEAD fallback algorithm names (git-fixes).
  - commit 96a5ab8
  - KVM: x86: hyper-v: Validate all GVAs during PV TLB flush
    (git-fixes).
  - commit a9d8238

++++ kernel-rt_debug:

  - mm: ioremap: allow ARCH to have its own ioremap method definition (CVE-2026-23346 bsc#1260529)
  - commit 66ac8d8
  - arm64: io: Extract user memory type in ioremap_prot() (CVE-2026-23346 bsc#1260529)
  - commit 21a529a
  - arm64: io: Rename ioremap_prot() to __ioremap_prot() (CVE-2026-23346 bsc#1260529)
  - commit 2422d1b
  - arm64 : mm: add wrapper function ioremap_prot() (CVE-2026-23346 bsc#1260529)
  - commit c722530
  - mm/ioremap: define generic_ioremap_prot() and generic_iounmap() (CVE-2026-23346 bsc#1260529)
  - commit c04cc3b
  - net/sched: sch_hfsc: fix divide-by-zero in rtsc_min()
    (CVE-2026-31423 bsc#1262063).
  - commit 7a85231
  - net/sched: cls_flow: fix NULL pointer dereference on shared
    blocks (CVE-2026-31422 bsc#1262054).
  - commit e8f4814
  - net/sched: teql: Fix double-free in teql_master_xmit
    (CVE-2026-23449 bsc#1261779).
  - commit 3f941ea
  - espintcp: Fix race condition in espintcp_close() (CVE-2026-23239
    bsc#1259485).
  - commit fad2a85
  - tls: Fix race condition in tls_sw_cancel_work_tx()
    (CVE-2026-23240 bsc#1259484).
  - commit 8f20aa3
  - drm/i915/wm: Verify the correct plane DDB entry (git-fixes).
  - crypto: ccp - copy IV using skcipher ivsize (git-fixes).
  - crypto: ccp: Don't attempt to copy ID to userspace if PSP
    command failed (git-fixes).
  - crypto: ccp: Don't attempt to copy PDH cert to userspace if
    PSP command failed (git-fixes).
  - crypto: ccp: Don't attempt to copy CSR to userspace if PSP
    command failed (git-fixes).
  - crypto: pcrypt - Fix handling of MAY_BACKLOG requests
    (git-fixes).
  - crypto: sa2ul - Fix AEAD fallback algorithm names (git-fixes).
  - commit 96a5ab8
  - KVM: x86: hyper-v: Validate all GVAs during PV TLB flush
    (git-fixes).
  - commit a9d8238

------------------------------------------------------------------
------------------  2026-4-21  -  Apr 21 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Move OVA support to open-vmdk
    Finally this commit drops the use of the VMware ovftool
    and moves to the real opensource alternative open-vmdk
    This Fixes #2292 and Fixes #2627 and Fixes jira#PED-9497

++++ kernel-default:

  - Refresh
    patches.suse/KVM-x86-mmu-Drop-zap-existing-present-SPTE-even-when.patch.
  - commit a2808d6
  - x86/boot: Fix page table access in 5-level to 4-level paging
    transition (git-fixes).
  - commit 4526872
  - x86/boot/sev: Avoid shared GHCB page for early memory acceptance
    (git-fixes).
  - commit 4109e10
  - Refresh
    patches.suse/kdump-wait-for-dma-to-time-out-when-using-cma.patch.
    Update to the version that was actually committed upstream.
  - commit eac6225
  - Refresh
    patches.suse/selftests-powerpc-Suppress-Wmaybe-uninitialized-with-GCC-15.patch.
  - commit 30a517c
  - sunrpc: fix cache_request leak in cache_release (CVE-2026-31400
    bsc#1261645).
  - commit 881c7a1
  - Update tags in
    patches.suse/ext4-use-optimized-mballoc-scanning-regardless-of-in.patch.
  - commit ec46e56
  - ext4: fix fsync(2) for nojournal mode (git-fixes).
  - commit 238bddf
  - ext4: make recently_deleted() properly work with lazy itable
    initialization (git-fixes).
  - commit 9897a6f
  - ext4: reject mount if bigalloc with s_first_data_block != 0
    (git-fixes).
  - commit 7f5229b
  - lib/hexdump: print_hex_dump_bytes() calls print_hex_dump_debug()
    (git-fixes).
  - platform/x86: dell-wmi-sysman: bound enumeration string
    aggregation (git-fixes).
  - platform/x86: dell_rbu: avoid uninit value usage in
    packet_size_write() (git-fixes).
  - platform/x86: panasonic-laptop: Fix OPTD notifier registration
    and cleanup (git-fixes).
  - platform/surface: surfacepro3_button: Drop wakeup source on
    remove (git-fixes).
  - leds: lgm-sso: Remove duplicate assignments for priv->mmap
    (git-fixes).
  - mfd: mc13xxx-core: Fix memory leak in
    mc13xxx_add_subdevice_pdata() (git-fixes).
  - commit afede1d

++++ kernel-rt:

  - Refresh
    patches.suse/KVM-x86-mmu-Drop-zap-existing-present-SPTE-even-when.patch.
  - commit a2808d6
  - x86/boot: Fix page table access in 5-level to 4-level paging
    transition (git-fixes).
  - commit 4526872
  - x86/boot/sev: Avoid shared GHCB page for early memory acceptance
    (git-fixes).
  - commit 4109e10
  - Refresh
    patches.suse/kdump-wait-for-dma-to-time-out-when-using-cma.patch.
    Update to the version that was actually committed upstream.
  - commit eac6225
  - Refresh
    patches.suse/selftests-powerpc-Suppress-Wmaybe-uninitialized-with-GCC-15.patch.
  - commit 30a517c
  - sunrpc: fix cache_request leak in cache_release (CVE-2026-31400
    bsc#1261645).
  - commit 881c7a1
  - Update tags in
    patches.suse/ext4-use-optimized-mballoc-scanning-regardless-of-in.patch.
  - commit ec46e56
  - ext4: fix fsync(2) for nojournal mode (git-fixes).
  - commit 238bddf
  - ext4: make recently_deleted() properly work with lazy itable
    initialization (git-fixes).
  - commit 9897a6f
  - ext4: reject mount if bigalloc with s_first_data_block != 0
    (git-fixes).
  - commit 7f5229b
  - lib/hexdump: print_hex_dump_bytes() calls print_hex_dump_debug()
    (git-fixes).
  - platform/x86: dell-wmi-sysman: bound enumeration string
    aggregation (git-fixes).
  - platform/x86: dell_rbu: avoid uninit value usage in
    packet_size_write() (git-fixes).
  - platform/x86: panasonic-laptop: Fix OPTD notifier registration
    and cleanup (git-fixes).
  - platform/surface: surfacepro3_button: Drop wakeup source on
    remove (git-fixes).
  - leds: lgm-sso: Remove duplicate assignments for priv->mmap
    (git-fixes).
  - mfd: mc13xxx-core: Fix memory leak in
    mc13xxx_add_subdevice_pdata() (git-fixes).
  - commit afede1d

++++ kernel-rt_debug:

  - Refresh
    patches.suse/KVM-x86-mmu-Drop-zap-existing-present-SPTE-even-when.patch.
  - commit a2808d6
  - x86/boot: Fix page table access in 5-level to 4-level paging
    transition (git-fixes).
  - commit 4526872
  - x86/boot/sev: Avoid shared GHCB page for early memory acceptance
    (git-fixes).
  - commit 4109e10
  - Refresh
    patches.suse/kdump-wait-for-dma-to-time-out-when-using-cma.patch.
    Update to the version that was actually committed upstream.
  - commit eac6225
  - Refresh
    patches.suse/selftests-powerpc-Suppress-Wmaybe-uninitialized-with-GCC-15.patch.
  - commit 30a517c
  - sunrpc: fix cache_request leak in cache_release (CVE-2026-31400
    bsc#1261645).
  - commit 881c7a1
  - Update tags in
    patches.suse/ext4-use-optimized-mballoc-scanning-regardless-of-in.patch.
  - commit ec46e56
  - ext4: fix fsync(2) for nojournal mode (git-fixes).
  - commit 238bddf
  - ext4: make recently_deleted() properly work with lazy itable
    initialization (git-fixes).
  - commit 9897a6f
  - ext4: reject mount if bigalloc with s_first_data_block != 0
    (git-fixes).
  - commit 7f5229b
  - lib/hexdump: print_hex_dump_bytes() calls print_hex_dump_debug()
    (git-fixes).
  - platform/x86: dell-wmi-sysman: bound enumeration string
    aggregation (git-fixes).
  - platform/x86: dell_rbu: avoid uninit value usage in
    packet_size_write() (git-fixes).
  - platform/x86: panasonic-laptop: Fix OPTD notifier registration
    and cleanup (git-fixes).
  - platform/surface: surfacepro3_button: Drop wakeup source on
    remove (git-fixes).
  - leds: lgm-sso: Remove duplicate assignments for priv->mmap
    (git-fixes).
  - mfd: mc13xxx-core: Fix memory leak in
    mc13xxx_add_subdevice_pdata() (git-fixes).
  - commit afede1d

++++ opensuse-migration-tool:

  - Update to version 20260421.e72b645:
    * Update ports temp repo url for Tumbleweed

------------------------------------------------------------------
------------------  2026-4-20  -  Apr 20 2026  -------------------
------------------------------------------------------------------

++++ cups:

  - Version upgrade to 2.4.17:
    See https://github.com/openprinting/cups/releases
    The new release 2.4.17 contains the following security fixes:
    * CVE-2026-27447: The scheduler treated local user
    and group names as case-insensitive (bsc#1261572)
    * CVE-2026-34978: The RSS notifier could write outside
    the scheduler's RSS directory (bsc#1261571)
    * CVE-2026-34980: The scheduler did not filter control
    characters from option values (bsc#1261569)
    * CVE-2026-34979: The scheduler did not always allocate
    enough memory for a job's options string (bsc#1261570)
    * CVE-2026-34990: The scheduler incorrectly allowed
    local certificates over the loopback interface (bsc#1261568)
    * CVE-2026-39314: Fixed the range check for
    job password strings (bsc#1261743)
    * CVE-2026-39316: Fixed a printer subscription bug
    in the scheduler (bsc#1261742)
    * CVE-2026-41079: Fixed a SNMP string conversion bug
    in the backends (bsc#1263116)
  - The release includes other fixes as well, listed in CHANGES.md.
    Issues are those at https://github.com/OpenPrinting/cups/issues
    Detailed list (from CHANGES.md):
    * The scheduler followed symbolic links when cleaning out
    its temporary directory (Issue #1448)
    * Updated `cupsFileGetConf` and `cupsFilePutConf` to escape
    more characters.
    * Updated man page `cancel` (Issue #984)
    * Updated `cupsRasterReadHeader` to validate more of the
    page header values (Issue #1501)
    * Fixed an issue with the class/printer CGI name checking.
    * Fixed infinite loop in `http_write()` on busy print servers
    (Issue #827)
    * Fixed potential TLS blocking issues (Issue #1128)
    * Fixed a job history bug in the scheduler (Issue #1440)
    * Fixed notifier logging bug that would result in nul bytes
    getting into the log (Issue #1450)
    * Fixed possible use-after-free in `cupsdReadClient()`
    (Issue #1454)
    * Fixed a document format bug in the IPP backend (Issue #1457)
    * Fixed DRAIN_OUTPUT race condition (Issue #1461)
    * Fixed a bug when then `ippFindXxx` and `ippSetXxx` functions
    were mixed.
    * Fixed the mapping of supply type keywords to SNMP names.
    * Fixed a bug in the IPP backend when SNMP was disabled.
    * Fixed a crash bug in the rastertoepson filter.
    * Fixed a bug in cgiCheckVariables.
    * Fixed handling read/write errors with OpenSSL (Issue #1506)
    * Fixed handling rehandshake error in `_httpTLSRead`
    (Issue #1508)
    * Fixed a debug printf bug on Windows (Issue #1529)
    * Fixed a recursion issue with encoding of nested collections
    (Issue #1539)
    * Fixed parsing of the `LimitRequestBody`, `MaxLogSize`,
    and `MaxRequestSize` directives in "cupsd.conf" (Issue #1540)
    * Fixed a parsing bug in `ipptool` (Issue #1542)
    * Fixed blank line detection in the `rastertolabel` filter
    (Issue #1545)
    * Fixed `httpPeek` edge case on compressed streams
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.17

++++ dnsmasq:

  - Fix FTBFS with libnettle 4.0: (boo#1257934)
    * dnsmasq: missed hash->digest calls in 4070a74 (1eab169)
    * Add dnsmasq-Fix-FTBFS-nettle-4.0.patch and merge 4070a748.patch

++++ haproxy:

  - VUL-0: CVE-2026-33555: haproxy: Request smuggling via HTTP/3 parser desynchronization
    (bsc#1262103) Add upstream patch
    0001-BUG-MAJOR-h3-check-body-size-with-content-length-on-.patch

++++ kernel-default:

  - i40e: Fix preempt count leak in napi poll tracepoint (CVE-2026-23313 bsc#1260555)
  - commit 2e9a394
  - nf_tables: nft_dynset: fix possible stateful expression memleak
    in error path (CVE-2026-23399 bsc#1261020).
  - commit 6b85bc1
  - modpost: Amend ppc64 save/restfpr symnames for -Os build
    (bsc#1215199).
  - commit 5b6f69e
  - netfilter: nf_conntrack_h323: fix OOB read in decode_int()
    CONS case (CVE-2026-23456 bsc#1261703).
  - commit a6df659
  - NFSD: Hold net reference for the lifetime of
    /proc/fs/nfs/exports fd (CVE-2026-31403 bsc#1261796).
  - commit fbf8b70
  - staging: sm750fb: fix division by zero in ps_to_hz()
    (git-fixes).
  - staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()
    (git-fixes).
  - usb: gadget: f_ncm: validate minimum block_len in
    ncm_unwrap_ntb() (git-fixes).
  - usbip: validate number_of_packets in usbip_pack_ret_submit()
    (git-fixes).
  - usb: gadget: renesas_usb3: validate endpoint index in standard
    request handlers (git-fixes).
  - usb: chipidea: otg: not wait vbus drop if use role_switch
    (git-fixes).
  - usb: chipidea: core: allow ci_irq_handler() handle both ID
    and VBUS change (git-fixes).
  - usb: xhci: Make usb_host_endpoint.hcpriv survive
    endpoint_disable() (git-fixes).
  - usb: port: add delay after usb_hub_set_port_power() (git-fixes).
  - commit 82d354e
  - x86/CPU: Fix FPDSS on Zen1 (bsc#1243603 CVE-2023-2058).
  - commit 7fc9cd2
  - nfsd: fix heap overflow in NFSv4.0 LOCK replay cache
    (CVE-2026-31402 bsc#1261638).
  - commit 7c57216

++++ kernel-rt:

  - i40e: Fix preempt count leak in napi poll tracepoint (CVE-2026-23313 bsc#1260555)
  - commit 2e9a394
  - nf_tables: nft_dynset: fix possible stateful expression memleak
    in error path (CVE-2026-23399 bsc#1261020).
  - commit 6b85bc1
  - modpost: Amend ppc64 save/restfpr symnames for -Os build
    (bsc#1215199).
  - commit 5b6f69e
  - netfilter: nf_conntrack_h323: fix OOB read in decode_int()
    CONS case (CVE-2026-23456 bsc#1261703).
  - commit a6df659
  - NFSD: Hold net reference for the lifetime of
    /proc/fs/nfs/exports fd (CVE-2026-31403 bsc#1261796).
  - commit fbf8b70
  - staging: sm750fb: fix division by zero in ps_to_hz()
    (git-fixes).
  - staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()
    (git-fixes).
  - usb: gadget: f_ncm: validate minimum block_len in
    ncm_unwrap_ntb() (git-fixes).
  - usbip: validate number_of_packets in usbip_pack_ret_submit()
    (git-fixes).
  - usb: gadget: renesas_usb3: validate endpoint index in standard
    request handlers (git-fixes).
  - usb: chipidea: otg: not wait vbus drop if use role_switch
    (git-fixes).
  - usb: chipidea: core: allow ci_irq_handler() handle both ID
    and VBUS change (git-fixes).
  - usb: xhci: Make usb_host_endpoint.hcpriv survive
    endpoint_disable() (git-fixes).
  - usb: port: add delay after usb_hub_set_port_power() (git-fixes).
  - commit 82d354e
  - x86/CPU: Fix FPDSS on Zen1 (bsc#1243603 CVE-2023-2058).
  - commit 7fc9cd2
  - nfsd: fix heap overflow in NFSv4.0 LOCK replay cache
    (CVE-2026-31402 bsc#1261638).
  - commit 7c57216

++++ kernel-rt_debug:

  - i40e: Fix preempt count leak in napi poll tracepoint (CVE-2026-23313 bsc#1260555)
  - commit 2e9a394
  - nf_tables: nft_dynset: fix possible stateful expression memleak
    in error path (CVE-2026-23399 bsc#1261020).
  - commit 6b85bc1
  - modpost: Amend ppc64 save/restfpr symnames for -Os build
    (bsc#1215199).
  - commit 5b6f69e
  - netfilter: nf_conntrack_h323: fix OOB read in decode_int()
    CONS case (CVE-2026-23456 bsc#1261703).
  - commit a6df659
  - NFSD: Hold net reference for the lifetime of
    /proc/fs/nfs/exports fd (CVE-2026-31403 bsc#1261796).
  - commit fbf8b70
  - staging: sm750fb: fix division by zero in ps_to_hz()
    (git-fixes).
  - staging: rtl8723bs: initialize le_tmp64 in rtw_BIP_verify()
    (git-fixes).
  - usb: gadget: f_ncm: validate minimum block_len in
    ncm_unwrap_ntb() (git-fixes).
  - usbip: validate number_of_packets in usbip_pack_ret_submit()
    (git-fixes).
  - usb: gadget: renesas_usb3: validate endpoint index in standard
    request handlers (git-fixes).
  - usb: chipidea: otg: not wait vbus drop if use role_switch
    (git-fixes).
  - usb: chipidea: core: allow ci_irq_handler() handle both ID
    and VBUS change (git-fixes).
  - usb: xhci: Make usb_host_endpoint.hcpriv survive
    endpoint_disable() (git-fixes).
  - usb: port: add delay after usb_hub_set_port_power() (git-fixes).
  - commit 82d354e
  - x86/CPU: Fix FPDSS on Zen1 (bsc#1243603 CVE-2023-2058).
  - commit 7fc9cd2
  - nfsd: fix heap overflow in NFSv4.0 LOCK replay cache
    (CVE-2026-31402 bsc#1261638).
  - commit 7c57216

++++ libzypp:

  - Check for trusted key updates when updating the general keyring
    (bsc#1259706)
  - Support multiple MirroredOrigin authorities (bsc#1253193)
  - Workaround doxygen bug: doxygen/doxygen#12057
  - libzypp.spec: Add missing graphviz-gd BuildRequires (boo#1259842)
  - version 17.38.6 (35)

++++ zypper:

  - Autorefresh ris-services the way as plugin-services (bsc#1246504)
    It's actually wrong to treat service refreshes different
    depending on the service type. For the purpose of a service it
    makes no difference how the data about the repos to use are
    acquired.
  - version 1.14.96

------------------------------------------------------------------
------------------  2026-4-19  -  Apr 19 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - pinctrl: abx500: Fix type of 'argument' variable (git-fixes).
  - pinctrl: pinctrl-pic32: Fix resource leak (git-fixes).
  - pinctrl: pic32: use consistent spacing around '+' (git-fixes).
  - pinctrl: pic32: change all cases of bare 'unsigned' to 'unsigned
    int' (git-fixes).
  - pinctrl: Fix spelling problem (git-fixes).
  - i3c: mipi-i3c-hci: fix IBI payload length calculation for
    final status (git-fixes).
  - i3c: master: Fix error codes at send_ccc_cmd (git-fixes).
  - ipmi: ssif_bmc: change log level to dbg in irq callback
    (git-fixes).
  - ipmi: ssif_bmc: fix message desynchronization after truncated
    response (git-fixes).
  - ipmi: ssif_bmc: fix missing check for copy_to_user() partial
    failure (git-fixes).
  - Input: uinput - take event lock when submitting FF request
    "event" (stable-fixes).
  - commit 84d3fa4
  - Drop PCI ACS patch that caused a regression (bsc#1261348)
    It was reverted on stable trees as well
    Deleted:
    patches.suse/PCI-Enable-ACS-after-configuring-IOMMU-for-OF-platfo.patch
  - commit 47c1816

++++ kernel-rt:

  - pinctrl: abx500: Fix type of 'argument' variable (git-fixes).
  - pinctrl: pinctrl-pic32: Fix resource leak (git-fixes).
  - pinctrl: pic32: use consistent spacing around '+' (git-fixes).
  - pinctrl: pic32: change all cases of bare 'unsigned' to 'unsigned
    int' (git-fixes).
  - pinctrl: Fix spelling problem (git-fixes).
  - i3c: mipi-i3c-hci: fix IBI payload length calculation for
    final status (git-fixes).
  - i3c: master: Fix error codes at send_ccc_cmd (git-fixes).
  - ipmi: ssif_bmc: change log level to dbg in irq callback
    (git-fixes).
  - ipmi: ssif_bmc: fix message desynchronization after truncated
    response (git-fixes).
  - ipmi: ssif_bmc: fix missing check for copy_to_user() partial
    failure (git-fixes).
  - Input: uinput - take event lock when submitting FF request
    "event" (stable-fixes).
  - commit 84d3fa4
  - Drop PCI ACS patch that caused a regression (bsc#1261348)
    It was reverted on stable trees as well
    Deleted:
    patches.suse/PCI-Enable-ACS-after-configuring-IOMMU-for-OF-platfo.patch
  - commit 47c1816

++++ kernel-rt_debug:

  - pinctrl: abx500: Fix type of 'argument' variable (git-fixes).
  - pinctrl: pinctrl-pic32: Fix resource leak (git-fixes).
  - pinctrl: pic32: use consistent spacing around '+' (git-fixes).
  - pinctrl: pic32: change all cases of bare 'unsigned' to 'unsigned
    int' (git-fixes).
  - pinctrl: Fix spelling problem (git-fixes).
  - i3c: mipi-i3c-hci: fix IBI payload length calculation for
    final status (git-fixes).
  - i3c: master: Fix error codes at send_ccc_cmd (git-fixes).
  - ipmi: ssif_bmc: change log level to dbg in irq callback
    (git-fixes).
  - ipmi: ssif_bmc: fix message desynchronization after truncated
    response (git-fixes).
  - ipmi: ssif_bmc: fix missing check for copy_to_user() partial
    failure (git-fixes).
  - Input: uinput - take event lock when submitting FF request
    "event" (stable-fixes).
  - commit 84d3fa4
  - Drop PCI ACS patch that caused a regression (bsc#1261348)
    It was reverted on stable trees as well
    Deleted:
    patches.suse/PCI-Enable-ACS-after-configuring-IOMMU-for-OF-platfo.patch
  - commit 47c1816

------------------------------------------------------------------
------------------  2026-4-18  -  Apr 18 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Refresh patches.suse/kdump-add-crashkernel-cma-suffix.patch.
  - kdump, documentation: describe craskernel CMA reservation
    (jsc#PED-7249).
  - Refresh
    patches.suse/kdump-implement-reserve_crashkernel_cma.patch.
  - Refresh
    patches.suse/kdump-wait-for-dma-to-time-out-when-using-cma.patch.
  - Refresh
    patches.suse/kdump-x86-implement-crashkernel-cma-reservation.patch.
    Add upstream references and move to the sorted section.
  - commit e895108
  - remoteproc: xlnx: Only access buffer information if IPI is
    buffered (git-fixes).
  - soundwire: cadence: Clear message complete before signaling
    waiting thread (git-fixes).
  - soundwire: bus: demote UNATTACHED state warnings to dev_dbg()
    (git-fixes).
  - soc: qcom: aoss: compare against normalized cooling state
    (git-fixes).
  - soc: qcom: llcc: fix v1 SB syndrome register offset (git-fixes).
  - soc/tegra: cbb: Set ERD on resume for err interrupt (git-fixes).
  - commit caf3df8
  - mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oob
    (git-fixes).
  - mtd: spi-nor: swp: check SR_TB flag when getting tb_mask
    (git-fixes).
  - mtd: spi-nor: core: correct the op.dummy.nbytes when check
    read operations (git-fixes).
  - mtd: parsers: ofpart: call of_node_get() for dedicated
    subpartitions (git-fixes).
  - mtd: parsers: ofpart: call of_node_put() only in ofpart_fail
    path (git-fixes).
  - mtd: physmap_of_gemini: Fix disabled pinctrl state check
    (git-fixes).
  - power: supply: axp288_charger: Do not cancel work before
    initializing it (git-fixes).
  - power: supply: max17042: avoid overflow when determining health
    (git-fixes).
  - HID: asus: do not abort probe when not necessary (git-fixes).
  - HID: asus: make asus_resume adhere to linux kernel coding
    standards (git-fixes).
  - HID: usbhid: fix deadlock in hid_post_reset() (git-fixes).
  - HID: alps: fix NULL pointer dereference in alps_raw_event()
    (git-fixes).
  - dmaengine: mxs-dma: Fix missing return value from
    of_dma_controller_register() (git-fixes).
  - dmaengine: dw-axi-dmac: Remove unnecessary return statement
    from void function (git-fixes).
  - memory: tegra30-emc: Fix dll_change check (git-fixes).
  - memory: tegra124-emc: Fix dll_change check (git-fixes).
  - commit 095efd4

++++ kernel-rt:

  - Refresh patches.suse/kdump-add-crashkernel-cma-suffix.patch.
  - kdump, documentation: describe craskernel CMA reservation
    (jsc#PED-7249).
  - Refresh
    patches.suse/kdump-implement-reserve_crashkernel_cma.patch.
  - Refresh
    patches.suse/kdump-wait-for-dma-to-time-out-when-using-cma.patch.
  - Refresh
    patches.suse/kdump-x86-implement-crashkernel-cma-reservation.patch.
    Add upstream references and move to the sorted section.
  - commit e895108
  - remoteproc: xlnx: Only access buffer information if IPI is
    buffered (git-fixes).
  - soundwire: cadence: Clear message complete before signaling
    waiting thread (git-fixes).
  - soundwire: bus: demote UNATTACHED state warnings to dev_dbg()
    (git-fixes).
  - soc: qcom: aoss: compare against normalized cooling state
    (git-fixes).
  - soc: qcom: llcc: fix v1 SB syndrome register offset (git-fixes).
  - soc/tegra: cbb: Set ERD on resume for err interrupt (git-fixes).
  - commit caf3df8
  - mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oob
    (git-fixes).
  - mtd: spi-nor: swp: check SR_TB flag when getting tb_mask
    (git-fixes).
  - mtd: spi-nor: core: correct the op.dummy.nbytes when check
    read operations (git-fixes).
  - mtd: parsers: ofpart: call of_node_get() for dedicated
    subpartitions (git-fixes).
  - mtd: parsers: ofpart: call of_node_put() only in ofpart_fail
    path (git-fixes).
  - mtd: physmap_of_gemini: Fix disabled pinctrl state check
    (git-fixes).
  - power: supply: axp288_charger: Do not cancel work before
    initializing it (git-fixes).
  - power: supply: max17042: avoid overflow when determining health
    (git-fixes).
  - HID: asus: do not abort probe when not necessary (git-fixes).
  - HID: asus: make asus_resume adhere to linux kernel coding
    standards (git-fixes).
  - HID: usbhid: fix deadlock in hid_post_reset() (git-fixes).
  - HID: alps: fix NULL pointer dereference in alps_raw_event()
    (git-fixes).
  - dmaengine: mxs-dma: Fix missing return value from
    of_dma_controller_register() (git-fixes).
  - dmaengine: dw-axi-dmac: Remove unnecessary return statement
    from void function (git-fixes).
  - memory: tegra30-emc: Fix dll_change check (git-fixes).
  - memory: tegra124-emc: Fix dll_change check (git-fixes).
  - commit 095efd4

++++ kernel-rt_debug:

  - Refresh patches.suse/kdump-add-crashkernel-cma-suffix.patch.
  - kdump, documentation: describe craskernel CMA reservation
    (jsc#PED-7249).
  - Refresh
    patches.suse/kdump-implement-reserve_crashkernel_cma.patch.
  - Refresh
    patches.suse/kdump-wait-for-dma-to-time-out-when-using-cma.patch.
  - Refresh
    patches.suse/kdump-x86-implement-crashkernel-cma-reservation.patch.
    Add upstream references and move to the sorted section.
  - commit e895108
  - remoteproc: xlnx: Only access buffer information if IPI is
    buffered (git-fixes).
  - soundwire: cadence: Clear message complete before signaling
    waiting thread (git-fixes).
  - soundwire: bus: demote UNATTACHED state warnings to dev_dbg()
    (git-fixes).
  - soc: qcom: aoss: compare against normalized cooling state
    (git-fixes).
  - soc: qcom: llcc: fix v1 SB syndrome register offset (git-fixes).
  - soc/tegra: cbb: Set ERD on resume for err interrupt (git-fixes).
  - commit caf3df8
  - mtd: rawnand: sunxi: fix sunxi_nfc_hw_ecc_read_extra_oob
    (git-fixes).
  - mtd: spi-nor: swp: check SR_TB flag when getting tb_mask
    (git-fixes).
  - mtd: spi-nor: core: correct the op.dummy.nbytes when check
    read operations (git-fixes).
  - mtd: parsers: ofpart: call of_node_get() for dedicated
    subpartitions (git-fixes).
  - mtd: parsers: ofpart: call of_node_put() only in ofpart_fail
    path (git-fixes).
  - mtd: physmap_of_gemini: Fix disabled pinctrl state check
    (git-fixes).
  - power: supply: axp288_charger: Do not cancel work before
    initializing it (git-fixes).
  - power: supply: max17042: avoid overflow when determining health
    (git-fixes).
  - HID: asus: do not abort probe when not necessary (git-fixes).
  - HID: asus: make asus_resume adhere to linux kernel coding
    standards (git-fixes).
  - HID: usbhid: fix deadlock in hid_post_reset() (git-fixes).
  - HID: alps: fix NULL pointer dereference in alps_raw_event()
    (git-fixes).
  - dmaengine: mxs-dma: Fix missing return value from
    of_dma_controller_register() (git-fixes).
  - dmaengine: dw-axi-dmac: Remove unnecessary return statement
    from void function (git-fixes).
  - memory: tegra30-emc: Fix dll_change check (git-fixes).
  - memory: tegra124-emc: Fix dll_change check (git-fixes).
  - commit 095efd4

++++ ucode-intel:

  - update to microcode-20260227:
    * Update for functional issues. Refer to Intel® Xeon®
    6700P-B/6500P-B-Series SoC with P-Cores for details.
    * ### Updated Platforms
    * | GNR-D          | B0/B1    | 06-ae-01/97 | 010002f3 |
    01000303 | Xeon 6700P-B/6500P-B Series SoC with P-Cores

------------------------------------------------------------------
------------------  2026-4-17  -  Apr 17 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Recreate VTOC with fdasd before recreating partitions
    Changing partitions with fdasd after a parted resize leads to an internal
    error because some internal structures mismatch. Work around that by
    recreating the partition table initially. This Fixes bsc#1271171

++++ kernel-default:

  - Refresh
    patches.suse/netfilter-nft_set_pipapo-split-gc-into-unlink-and-reclaim-.patch.
    This is fixing the following warning:
    * discarded-qualifiers (pipapo_gc_queue) in ../net/netfilter/nft_set_pipapo.c in nft_pipapo_commit
    In file included from ../fs/smb/client/cifsproto.h:10:0,
    ../include/linux/nls.h:50:26: note: expected 'char *' but argument is of type 'const char *'
    ../net/netfilter/nft_set_pipapo.c: In function 'nft_pipapo_commit':
    ../net/netfilter/nft_set_pipapo.c:1768:18: warning: passing argument 1 of 'pipapo_gc_queue' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    ../net/netfilter/nft_set_pipapo.c:1666:13: note: expected 'struct nft_set *' but argument is of type 'const struct nft_set *'
  - commit 418ea5e
  - efi/capsule-loader: fix incorrect sizeof in phys array
    reallocation (git-fixes).
  - commit 278e952

++++ kernel-rt:

  - Refresh
    patches.suse/netfilter-nft_set_pipapo-split-gc-into-unlink-and-reclaim-.patch.
    This is fixing the following warning:
    * discarded-qualifiers (pipapo_gc_queue) in ../net/netfilter/nft_set_pipapo.c in nft_pipapo_commit
    In file included from ../fs/smb/client/cifsproto.h:10:0,
    ../include/linux/nls.h:50:26: note: expected 'char *' but argument is of type 'const char *'
    ../net/netfilter/nft_set_pipapo.c: In function 'nft_pipapo_commit':
    ../net/netfilter/nft_set_pipapo.c:1768:18: warning: passing argument 1 of 'pipapo_gc_queue' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    ../net/netfilter/nft_set_pipapo.c:1666:13: note: expected 'struct nft_set *' but argument is of type 'const struct nft_set *'
  - commit 418ea5e
  - efi/capsule-loader: fix incorrect sizeof in phys array
    reallocation (git-fixes).
  - commit 278e952

++++ kernel-rt_debug:

  - Refresh
    patches.suse/netfilter-nft_set_pipapo-split-gc-into-unlink-and-reclaim-.patch.
    This is fixing the following warning:
    * discarded-qualifiers (pipapo_gc_queue) in ../net/netfilter/nft_set_pipapo.c in nft_pipapo_commit
    In file included from ../fs/smb/client/cifsproto.h:10:0,
    ../include/linux/nls.h:50:26: note: expected 'char *' but argument is of type 'const char *'
    ../net/netfilter/nft_set_pipapo.c: In function 'nft_pipapo_commit':
    ../net/netfilter/nft_set_pipapo.c:1768:18: warning: passing argument 1 of 'pipapo_gc_queue' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
    ../net/netfilter/nft_set_pipapo.c:1666:13: note: expected 'struct nft_set *' but argument is of type 'const struct nft_set *'
  - commit 418ea5e
  - efi/capsule-loader: fix incorrect sizeof in phys array
    reallocation (git-fixes).
  - commit 278e952

++++ opensc:

  - Security fix:
    * CVE-2025-66037: crafted input can cause an out-of-bounds read (bsc#1261218)
    * CVE-2025-66038: improper compact-TLV length validation can lead to crash or unexpected behavior  (bsc#1261219)
    * CVE-2025-49010: stack-buffer-overflow via crafted smart card or USB device responses (bsc#1261214)
    * CVE-2025-66215: crafted smart card or USB device can cause a stack-buffer-overflow write (bsc#1261220)
    * Added opensc-CVE-2025-49010.patch
    * Added opensc-CVE-2025-66037.patch
    * Added opensc-CVE-2025-66038.patch
    * Added opensc-CVE-2025-66215.patch

++++ podman:

  - Add patch for CVE-2025-47914 (bsc#1253993), CVE-2025-47913 (bsc#1253542):
    * 0006-CVE-2025-47913-CVE-2025-47914-ssh-agent-fixes.patch
  - Add patch for CVE-2025-31133,CVE-2025-52565,CVE-2025-52881 (bsc#1252376):
    * 0005-CVE-2025-52881-backport-subset-of-patch-from-runc.patch
  - Rebase patches:
    * 0001-CVE-2025-22869-ssh-limit-the-size-of-the-internal-pa.patch
    * 0002-Fix-Remove-appending-rw-as-the-default-mount-option.patch
    * 0003-CVE-2025-6032-machine-init-fix-tls-check.patch
    * 0004-CVE-2025-9566-kube-play-don-t-follow-volume-symlinks.patch

++++ salt:

  - Fix testsuite failures
  - Backport of the CVE-2026-31958 fix (bsc#1259554)
  - Add x86_64_v2 as a possible rpm package architecture
  - Make users with backslash working for salt-ssh (bsc#1254629)
  - Fix ansible.playbooks extra-vars quoting (bsc#1257831)
  - Fix virtualenv call in test helper to use proper python version
  - Added:
    * fix-test-failures-754.patch
    * backport-of-the-cve-2026-31958-fix-bsc-1259554.patch
    * add-x86_64_v2-as-a-possible-rpm-package-architecture.patch
    * make-users-with-backslash-working-for-salt-ssh-bsc-1.patch
    * fix-ansible.playbooks-extra-vars-quoting-bsc-1257831.patch
    * fix-virtualenv-call-in-test-helper-to-use-proper-pyt.patch

------------------------------------------------------------------
------------------  2026-4-16  -  Apr 16 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ipv6: add NULL checks for idev in SRv6 paths (CVE-2026-23442
    bsc#1261581).
  - net: ipv6: fix panic when IPv4 route references loopback IPv6
    nexthop (CVE-2026-23300 bsc#1260538).
  - commit b424281
  - net/sched: act_gate: snapshot parameters with RCU on replace
    (CVE-2026-23245 bsc#1259799).
  - commit cea08bb
  - sched/fair: Have SD_SERIALIZE affect newidle balancing
    (bsc#1253754).
  - sched/fair: Skip sched_balance_running cmpxchg when balance
    is not due (bsc#1253754).
  - sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)'
    spinlock into an 'atomic_t sched_balance_running' flag
    (bsc#1253754).
  - commit 7f3daec
  - Bluetooth: HIDP: Fix possible UAF (CVE-2026-23462 bsc#1261710).
  - commit c2fcff0
  - check-for-config-changes: Exclude CC_MS_EXTENSIONS
  - commit c04d7e7
  - Refresh
    patches.suse/ice-use-netif_get_num_default_rss_queues.patch.
  - Refresh
    patches.suse/mm-page_alloc-thp-prevent-reclaim-for-__GFP_THISNODE-THP-a.patch.
  - Refresh
    patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch.
    Move merged patches to sorted section.
  - commit 471a61e
  - blktrace: fix __this_cpu_read/write in preemptible context
    (bsc#1260811 CVE-2026-23374).
  - commit 357b0af
  - flex_proportions: make fprop_new_period() hardirq safe
    (bsc#1258826 CVE-2026-23168).
  - commit 4572c85
  - sched/fair: Remove nohz.nr_cpus and use weight of cpumask
    instead (bsc#1234634, bsc#1258961).
  - sched/fair: Change likelyhood of nohz.nr_cpus (bsc#1234634,
    bsc#1258961).
  - sched/fair: Move checking for nohz cpus after time check
    (bsc#1234634, bsc#1258961).
  - commit 76eeda0
  - Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
    (CVE-2026-23461 bsc#1261707).
  - commit dba279b
  - PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not
    found (git-fixes).
  - spi: mtk-snfi: unregister ECC engine on probe failure and
    remove() callback (git-fixes).
  - spi: zynqmp-gqspi: fix controller deregistration (git-fixes).
  - spi: sprd: fix controller deregistration (git-fixes).
  - spi: sh-hspi: fix controller deregistration (git-fixes).
  - spi: rspi: fix controller deregistration (git-fixes).
  - spi: atmel: fix controller deregistration (git-fixes).
  - spi: at91-usart: fix controller deregistration (git-fixes).
  - spi: rockchip: fix controller deregistration (git-fixes).
  - spi: imx: fix use-after-free on unbind (git-fixes).
  - spi: hisi-kunpeng: prevent infinite while() loop in
    hisi_spi_flush_fifo (git-fixes).
  - spi: fix misleading controller deregistration kernel-doc
    (git-fixes).
  - spi: fix misleading controller registration kernel-doc
    (git-fixes).
  - spi: fsl-qspi: Use reinit_completion() for repeated operations
    (git-fixes).
  - regulator: bd9571mwv: fix OF node reference imbalance
    (git-fixes).
  - regulator: act8945a: fix OF node reference imbalance
    (git-fixes).
  - regulator: mt6357: fix OF node reference imbalance (git-fixes).
  - regulator: max77650: fix OF node reference imbalance
    (git-fixes).
  - platform/chrome: chromeos_tbmc: Drop wakeup source on remove
    (git-fixes).
  - commit 152f382
  - PCI: dwc: Apply ECRC workaround to DesignWare 5.00a as well
    (git-fixes).
  - PCI: tegra194: Use DWC IP core version (git-fixes).
  - PCI: tegra194: Allow system suspend when the Endpoint link is
    not up (git-fixes).
  - PCI: tegra194: Set LTR message request before PCIe link up in
    Endpoint mode (git-fixes).
  - PCI: tegra194: Disable direct speed change for Endpoint mode
    (git-fixes).
  - PCI: tegra194: Use devm_gpiod_get_optional() to parse
    "nvidia,refclk-select" (git-fixes).
  - PCI: tegra194: Disable PERST# IRQ only in Endpoint mode
    (git-fixes).
  - PCI: tegra194: Disable LTSSM after transition to Detect on
    surprise link down (git-fixes).
  - PCI: tegra194: Increase LTSSM poll time on surprise link down
    (git-fixes).
  - PCI: tegra194: Fix polling delay for L2 state (git-fixes).
  - PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown
    (git-fixes).
  - PCI: Enable AtomicOps only if Root Port supports them
    (git-fixes).
  - PCI/AER: Stop ruling out unbound devices as error source
    (git-fixes).
  - PCI/AER: Clear only error bits in PCIe Device Status
    (git-fixes).
  - mmc: sdhci-of-dwcmshc: Disable clock before DLL configuration
    (git-fixes).
  - media: i2c: ov08d10: fix image vertical start setting
    (git-fixes).
  - commit b381137
  - media: staging: imx: configure src_mux in csi_start (git-fixes).
  - media: staging: imx: request mbus_config in csi_start
    (git-fixes).
  - media: uvcvideo: Enable VB2_DMABUF for metadata stream
    (git-fixes).
  - media: i2c: ov8856: free control handler on error in
    ov8856_init_controls() (git-fixes).
  - media: amphion: Fix race between m2m job_abort and device_run
    (git-fixes).
  - media: mtk-jpeg: fix use-after-free in release path due to
    uncancelled work (git-fixes).
  - media: rc: xbox_remote: heed DMA restrictions (git-fixes).
  - media: rc: streamzap: Error handling in probe (git-fixes).
  - media: as102: fix to not free memory after the device is
    registered in as102_usb_probe() (git-fixes).
  - media: hackrf: fix to not free memory after the device is
    registered in hackrf_probe() (git-fixes).
  - media: saa7164: add ioremap return checks and cleanups
    (git-fixes).
  - media: pci: zoran: fix potential memory leak in zoran_probe()
    (git-fixes).
  - media: em28xx: fix use-after-free in em28xx_v4l2_open()
    (git-fixes).
  - media: vidtv: fix NULL pointer dereference in
    vidtv_channel_pmt_match_sections (git-fixes).
  - media: vidtv: fix nfeeds state corruption on start_streaming
    failure (git-fixes).
  - media: vidtv: fix pass-by-value structs causing MSAN warnings
    (git-fixes).
  - media: dib8000: avoid division by 0 in dib8000_set_dds()
    (git-fixes).
  - media: videobuf2: Set vma_flags in vb2_dma_sg_mmap (git-fixes).
  - media: omap3isp: drop the use count of v4l2 pipeline
    (git-fixes).
  - commit 6696721
  - net/sched: act_ife: Fix metalist update behavior (CVE-2026-23378
    bsc#1260546).
  - commit 1bdc011
  - drm/vram: remove DRM_VRAM_MM_FILE_OPERATIONS from docs
    (git-fixes).
  - drm/msm/a6xx: Use barriers while updating HFI Q headers
    (git-fixes).
  - drm/msm/a6xx: Fix dumping A650+ debugbus blocks (git-fixes).
  - drm/msm/shrinker: Fix can_block() logic (git-fixes).
  - drm/msm/a6xx: Fix HLSQ register dumping (git-fixes).
  - drm/msm/dsi: rename MSM8998 DSI version from V2_2_0 to V2_0_0
    (git-fixes).
  - drm/msm/dsi: fix hdisplay calculation for CMD mode panel
    (git-fixes).
  - drm/msm/dsi: fix bits_per_pclk (git-fixes).
  - drm/msm/dsi: add the missing parameter description (git-fixes).
  - drm/msm/dpu: fix mismatch between power and frequency
    (git-fixes).
  - drm/amd/pm/smu7: Add SCLK cap for quirky Hawaii board
    (git-fixes).
  - drm/amd/pm/ci: Fill DW8 fields from SMC (git-fixes).
  - drm/amd/pm/ci: Clear EnabledForActivity field for memory levels
    (git-fixes).
  - drm/amd/pm/ci: Fix powertune defaults for Hawaii 0x67B0
    (git-fixes).
  - drm/amd/pm/smu7: Fix SMU7 voltage dependency on display clock
    (git-fixes).
  - drm/amd/pm/ci: Disable MCLK DPM on problematic CI ASICs
    (git-fixes).
  - drm/amd/pm/ci: Use highest MCLK on CI when MCLK DPM is disabled
    (git-fixes).
  - drm/amd/display: Add NULL check for integrated_info in
    clk_mgr_construct (git-fixes).
  - drm/amd/display: Avoid NULL dereference in dc_dmub_srv error
    paths (git-fixes).
  - drm/panel: simple: Correct G190EAN01 prepare timing (git-fixes).
  - drm/panel: sharp-ls043t1le01: make use of prepare_prev_first
    (git-fixes).
  - drm/amdgpu/gfx10: look at the right prop for gfx queue priority
    (git-fixes).
  - drm/sun4i: Fix resource leaks (git-fixes).
  - drm/bridge: cadence: cdns-mhdp8546-core: Handle HDCP state in
    bridge atomic check (git-fixes).
  - fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
    (git-fixes).
  - fbdev: matroxfb: Mark variable with __maybe_unused to avoid
    W=1 build break (git-fixes).
  - media: i2c: imx219: Check return value of
    devm_gpiod_get_optional() in imx219_probe() (git-fixes).
  - staging: media: atomisp: Disallow all private IOCTLs
    (git-fixes).
  - media: i2c: imx412: Assert reset GPIO during probe (git-fixes).
  - commit 654981a
  - drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector
    earlier in atomic_enable() (git-fixes).
  - commit 1effbc1
  - crypto: hisilicon - Fix dma_unmap_single() direction
    (git-fixes).
  - crypto: talitos - fix SEC1 32k ahash request limitation
    (git-fixes).
  - crypto: jitterentropy - replace long-held spinlock with mutex
    (git-fixes).
  - crypto: ccree - fix a memory leak in cc_mac_digest()
    (git-fixes).
  - crypto: qat - use swab32 macro (git-fixes).
  - crypto: qat - fix type mismatch in RAS sysfs show functions
    (git-fixes).
  - drm/bridge: cadence: cdns-mhdp8546-core: Add mode_valid hook
    to drm_bridge_funcs (git-fixes).
  - drm/sun4i: backend: fix error pointer dereference (git-fixes).
  - drm/komeda: fix integer overflow in AFBC framebuffer size check
    (git-fixes).
  - commit 361b735
  - crypto: atmel-sha204a - Fix potential UAF and memory leak in
    remove path (git-fixes).
  - crypto: atmel-aes - Fix 3-page memory leak in
    atmel_aes_buff_cleanup (git-fixes).
  - crypto: simd - reject compat registrations without __ prefixes
    (git-fixes).
  - crypto: atmel-tdes - fix DMA sync direction (git-fixes).
  - crypto: atmel-ecc - Release client on allocation failure
    (git-fixes).
  - ALSA: control: Validate buf_len before strnlen() in
    snd_ctl_elem_init_enum_names() (git-fixes).
  - ALSA: hda/realtek - fixed speaker no sound update (git-fixes).
  - ASoC: SOF: Don't allow pointer operations on unconfigured
    streams (git-fixes).
  - ASoC: SOF: compress: return the configured codec from get_params
    (git-fixes).
  - ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens
    (git-fixes).
  - ASoC: qcom: qdsp6: topology: check widget type before accessing
    data (git-fixes).
  - ASoC: qcom: q6apm: remove child devices when apm is removed
    (git-fixes).
  - ASoC: qcom: q6apm: move component registration to unmanaged
    version (git-fixes).
  - ASoC: fsl_easrc: Change the type for iec958 channel status
    controls (git-fixes).
  - ASoC: fsl_easrc: Fix value type in fsl_easrc_iec958_get_bits()
    (git-fixes).
  - ASoC: fsl_easrc: Check the variable range in
    fsl_easrc_iec958_put_bits() (git-fixes).
  - ASoC: fsl_xcvr: Fix event generation in fsl_xcvr_mode_put()
    (git-fixes).
  - ASoC: fsl_xcvr: Fix event generation in fsl_xcvr_arc_mode_put()
    (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in micfil_quality_set()
    (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in
    micfil_put_dc_remover_state() (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in hwvad_put_init_mode()
    (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in hwvad_put_enable()
    (git-fixes).
  - ASoC: fsl_micfil: Add access property for "VAD Detected"
    (git-fixes).
  - ASoC: SOF: Intel: hda: Place check before dereference
    (git-fixes).
  - ASoC: fsl_easrc: fix comment typo (git-fixes).
  - ASoC: sti: use managed regmap_field allocations (git-fixes).
  - ASoC: sti: Return errors from regmap_field_alloc() (git-fixes).
  - ALSA: caiaq: take a reference on the USB device in create_card()
    (git-fixes).
  - ALSA: 6fire: fix use-after-free on disconnect (git-fixes).
  - ALSA: fireworks: bound device-supplied status before string
    array lookup (git-fixes).
  - ALSA: ctxfi: Add fallback to default RSR for S/PDIF (git-fixes).
  - ALSA: ctxfi: Limit PTP to a single page (git-fixes).
  - ALSA: scarlett2: Add missing sentinel initializer field
    (git-fixes).
  - ALSA: hda/realtek: fix code style (ERROR: else should follow
    close brace '}') (git-fixes).
  - ALSA: aoa: i2sbus: fix OF node lifetime handling (git-fixes).
  - ALSA: core: Validate compress device numbers without dynamic
    minors (git-fixes).
  - Revert "ALSA: usb: Increase volume range that triggers a
    warning" (git-fixes).
  - ALSA: usb-audio: Evaluate packsize caps at the right place
    (git-fixes).
  - commit a0feb51
  - net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
    (CVE-2026-23450 bsc#1261584).
  - commit 5c35d92

++++ kernel-rt:

  - ipv6: add NULL checks for idev in SRv6 paths (CVE-2026-23442
    bsc#1261581).
  - net: ipv6: fix panic when IPv4 route references loopback IPv6
    nexthop (CVE-2026-23300 bsc#1260538).
  - commit b424281
  - net/sched: act_gate: snapshot parameters with RCU on replace
    (CVE-2026-23245 bsc#1259799).
  - commit cea08bb
  - sched/fair: Have SD_SERIALIZE affect newidle balancing
    (bsc#1253754).
  - sched/fair: Skip sched_balance_running cmpxchg when balance
    is not due (bsc#1253754).
  - sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)'
    spinlock into an 'atomic_t sched_balance_running' flag
    (bsc#1253754).
  - commit 7f3daec
  - Bluetooth: HIDP: Fix possible UAF (CVE-2026-23462 bsc#1261710).
  - commit c2fcff0
  - check-for-config-changes: Exclude CC_MS_EXTENSIONS
  - commit c04d7e7
  - Refresh
    patches.suse/ice-use-netif_get_num_default_rss_queues.patch.
  - Refresh
    patches.suse/mm-page_alloc-thp-prevent-reclaim-for-__GFP_THISNODE-THP-a.patch.
  - Refresh
    patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch.
    Move merged patches to sorted section.
  - commit 471a61e
  - blktrace: fix __this_cpu_read/write in preemptible context
    (bsc#1260811 CVE-2026-23374).
  - commit 357b0af
  - flex_proportions: make fprop_new_period() hardirq safe
    (bsc#1258826 CVE-2026-23168).
  - commit 4572c85
  - sched/fair: Remove nohz.nr_cpus and use weight of cpumask
    instead (bsc#1234634, bsc#1258961).
  - sched/fair: Change likelyhood of nohz.nr_cpus (bsc#1234634,
    bsc#1258961).
  - sched/fair: Move checking for nohz cpus after time check
    (bsc#1234634, bsc#1258961).
  - commit 76eeda0
  - Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
    (CVE-2026-23461 bsc#1261707).
  - commit dba279b
  - PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not
    found (git-fixes).
  - spi: mtk-snfi: unregister ECC engine on probe failure and
    remove() callback (git-fixes).
  - spi: zynqmp-gqspi: fix controller deregistration (git-fixes).
  - spi: sprd: fix controller deregistration (git-fixes).
  - spi: sh-hspi: fix controller deregistration (git-fixes).
  - spi: rspi: fix controller deregistration (git-fixes).
  - spi: atmel: fix controller deregistration (git-fixes).
  - spi: at91-usart: fix controller deregistration (git-fixes).
  - spi: rockchip: fix controller deregistration (git-fixes).
  - spi: imx: fix use-after-free on unbind (git-fixes).
  - spi: hisi-kunpeng: prevent infinite while() loop in
    hisi_spi_flush_fifo (git-fixes).
  - spi: fix misleading controller deregistration kernel-doc
    (git-fixes).
  - spi: fix misleading controller registration kernel-doc
    (git-fixes).
  - spi: fsl-qspi: Use reinit_completion() for repeated operations
    (git-fixes).
  - regulator: bd9571mwv: fix OF node reference imbalance
    (git-fixes).
  - regulator: act8945a: fix OF node reference imbalance
    (git-fixes).
  - regulator: mt6357: fix OF node reference imbalance (git-fixes).
  - regulator: max77650: fix OF node reference imbalance
    (git-fixes).
  - platform/chrome: chromeos_tbmc: Drop wakeup source on remove
    (git-fixes).
  - commit 152f382
  - PCI: dwc: Apply ECRC workaround to DesignWare 5.00a as well
    (git-fixes).
  - PCI: tegra194: Use DWC IP core version (git-fixes).
  - PCI: tegra194: Allow system suspend when the Endpoint link is
    not up (git-fixes).
  - PCI: tegra194: Set LTR message request before PCIe link up in
    Endpoint mode (git-fixes).
  - PCI: tegra194: Disable direct speed change for Endpoint mode
    (git-fixes).
  - PCI: tegra194: Use devm_gpiod_get_optional() to parse
    "nvidia,refclk-select" (git-fixes).
  - PCI: tegra194: Disable PERST# IRQ only in Endpoint mode
    (git-fixes).
  - PCI: tegra194: Disable LTSSM after transition to Detect on
    surprise link down (git-fixes).
  - PCI: tegra194: Increase LTSSM poll time on surprise link down
    (git-fixes).
  - PCI: tegra194: Fix polling delay for L2 state (git-fixes).
  - PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown
    (git-fixes).
  - PCI: Enable AtomicOps only if Root Port supports them
    (git-fixes).
  - PCI/AER: Stop ruling out unbound devices as error source
    (git-fixes).
  - PCI/AER: Clear only error bits in PCIe Device Status
    (git-fixes).
  - mmc: sdhci-of-dwcmshc: Disable clock before DLL configuration
    (git-fixes).
  - media: i2c: ov08d10: fix image vertical start setting
    (git-fixes).
  - commit b381137
  - media: staging: imx: configure src_mux in csi_start (git-fixes).
  - media: staging: imx: request mbus_config in csi_start
    (git-fixes).
  - media: uvcvideo: Enable VB2_DMABUF for metadata stream
    (git-fixes).
  - media: i2c: ov8856: free control handler on error in
    ov8856_init_controls() (git-fixes).
  - media: amphion: Fix race between m2m job_abort and device_run
    (git-fixes).
  - media: mtk-jpeg: fix use-after-free in release path due to
    uncancelled work (git-fixes).
  - media: rc: xbox_remote: heed DMA restrictions (git-fixes).
  - media: rc: streamzap: Error handling in probe (git-fixes).
  - media: as102: fix to not free memory after the device is
    registered in as102_usb_probe() (git-fixes).
  - media: hackrf: fix to not free memory after the device is
    registered in hackrf_probe() (git-fixes).
  - media: saa7164: add ioremap return checks and cleanups
    (git-fixes).
  - media: pci: zoran: fix potential memory leak in zoran_probe()
    (git-fixes).
  - media: em28xx: fix use-after-free in em28xx_v4l2_open()
    (git-fixes).
  - media: vidtv: fix NULL pointer dereference in
    vidtv_channel_pmt_match_sections (git-fixes).
  - media: vidtv: fix nfeeds state corruption on start_streaming
    failure (git-fixes).
  - media: vidtv: fix pass-by-value structs causing MSAN warnings
    (git-fixes).
  - media: dib8000: avoid division by 0 in dib8000_set_dds()
    (git-fixes).
  - media: videobuf2: Set vma_flags in vb2_dma_sg_mmap (git-fixes).
  - media: omap3isp: drop the use count of v4l2 pipeline
    (git-fixes).
  - commit 6696721
  - net/sched: act_ife: Fix metalist update behavior (CVE-2026-23378
    bsc#1260546).
  - commit 1bdc011
  - drm/vram: remove DRM_VRAM_MM_FILE_OPERATIONS from docs
    (git-fixes).
  - drm/msm/a6xx: Use barriers while updating HFI Q headers
    (git-fixes).
  - drm/msm/a6xx: Fix dumping A650+ debugbus blocks (git-fixes).
  - drm/msm/shrinker: Fix can_block() logic (git-fixes).
  - drm/msm/a6xx: Fix HLSQ register dumping (git-fixes).
  - drm/msm/dsi: rename MSM8998 DSI version from V2_2_0 to V2_0_0
    (git-fixes).
  - drm/msm/dsi: fix hdisplay calculation for CMD mode panel
    (git-fixes).
  - drm/msm/dsi: fix bits_per_pclk (git-fixes).
  - drm/msm/dsi: add the missing parameter description (git-fixes).
  - drm/msm/dpu: fix mismatch between power and frequency
    (git-fixes).
  - drm/amd/pm/smu7: Add SCLK cap for quirky Hawaii board
    (git-fixes).
  - drm/amd/pm/ci: Fill DW8 fields from SMC (git-fixes).
  - drm/amd/pm/ci: Clear EnabledForActivity field for memory levels
    (git-fixes).
  - drm/amd/pm/ci: Fix powertune defaults for Hawaii 0x67B0
    (git-fixes).
  - drm/amd/pm/smu7: Fix SMU7 voltage dependency on display clock
    (git-fixes).
  - drm/amd/pm/ci: Disable MCLK DPM on problematic CI ASICs
    (git-fixes).
  - drm/amd/pm/ci: Use highest MCLK on CI when MCLK DPM is disabled
    (git-fixes).
  - drm/amd/display: Add NULL check for integrated_info in
    clk_mgr_construct (git-fixes).
  - drm/amd/display: Avoid NULL dereference in dc_dmub_srv error
    paths (git-fixes).
  - drm/panel: simple: Correct G190EAN01 prepare timing (git-fixes).
  - drm/panel: sharp-ls043t1le01: make use of prepare_prev_first
    (git-fixes).
  - drm/amdgpu/gfx10: look at the right prop for gfx queue priority
    (git-fixes).
  - drm/sun4i: Fix resource leaks (git-fixes).
  - drm/bridge: cadence: cdns-mhdp8546-core: Handle HDCP state in
    bridge atomic check (git-fixes).
  - fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
    (git-fixes).
  - fbdev: matroxfb: Mark variable with __maybe_unused to avoid
    W=1 build break (git-fixes).
  - media: i2c: imx219: Check return value of
    devm_gpiod_get_optional() in imx219_probe() (git-fixes).
  - staging: media: atomisp: Disallow all private IOCTLs
    (git-fixes).
  - media: i2c: imx412: Assert reset GPIO during probe (git-fixes).
  - commit 654981a
  - drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector
    earlier in atomic_enable() (git-fixes).
  - commit 1effbc1
  - crypto: hisilicon - Fix dma_unmap_single() direction
    (git-fixes).
  - crypto: talitos - fix SEC1 32k ahash request limitation
    (git-fixes).
  - crypto: jitterentropy - replace long-held spinlock with mutex
    (git-fixes).
  - crypto: ccree - fix a memory leak in cc_mac_digest()
    (git-fixes).
  - crypto: qat - use swab32 macro (git-fixes).
  - crypto: qat - fix type mismatch in RAS sysfs show functions
    (git-fixes).
  - drm/bridge: cadence: cdns-mhdp8546-core: Add mode_valid hook
    to drm_bridge_funcs (git-fixes).
  - drm/sun4i: backend: fix error pointer dereference (git-fixes).
  - drm/komeda: fix integer overflow in AFBC framebuffer size check
    (git-fixes).
  - commit 361b735
  - crypto: atmel-sha204a - Fix potential UAF and memory leak in
    remove path (git-fixes).
  - crypto: atmel-aes - Fix 3-page memory leak in
    atmel_aes_buff_cleanup (git-fixes).
  - crypto: simd - reject compat registrations without __ prefixes
    (git-fixes).
  - crypto: atmel-tdes - fix DMA sync direction (git-fixes).
  - crypto: atmel-ecc - Release client on allocation failure
    (git-fixes).
  - ALSA: control: Validate buf_len before strnlen() in
    snd_ctl_elem_init_enum_names() (git-fixes).
  - ALSA: hda/realtek - fixed speaker no sound update (git-fixes).
  - ASoC: SOF: Don't allow pointer operations on unconfigured
    streams (git-fixes).
  - ASoC: SOF: compress: return the configured codec from get_params
    (git-fixes).
  - ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens
    (git-fixes).
  - ASoC: qcom: qdsp6: topology: check widget type before accessing
    data (git-fixes).
  - ASoC: qcom: q6apm: remove child devices when apm is removed
    (git-fixes).
  - ASoC: qcom: q6apm: move component registration to unmanaged
    version (git-fixes).
  - ASoC: fsl_easrc: Change the type for iec958 channel status
    controls (git-fixes).
  - ASoC: fsl_easrc: Fix value type in fsl_easrc_iec958_get_bits()
    (git-fixes).
  - ASoC: fsl_easrc: Check the variable range in
    fsl_easrc_iec958_put_bits() (git-fixes).
  - ASoC: fsl_xcvr: Fix event generation in fsl_xcvr_mode_put()
    (git-fixes).
  - ASoC: fsl_xcvr: Fix event generation in fsl_xcvr_arc_mode_put()
    (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in micfil_quality_set()
    (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in
    micfil_put_dc_remover_state() (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in hwvad_put_init_mode()
    (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in hwvad_put_enable()
    (git-fixes).
  - ASoC: fsl_micfil: Add access property for "VAD Detected"
    (git-fixes).
  - ASoC: SOF: Intel: hda: Place check before dereference
    (git-fixes).
  - ASoC: fsl_easrc: fix comment typo (git-fixes).
  - ASoC: sti: use managed regmap_field allocations (git-fixes).
  - ASoC: sti: Return errors from regmap_field_alloc() (git-fixes).
  - ALSA: caiaq: take a reference on the USB device in create_card()
    (git-fixes).
  - ALSA: 6fire: fix use-after-free on disconnect (git-fixes).
  - ALSA: fireworks: bound device-supplied status before string
    array lookup (git-fixes).
  - ALSA: ctxfi: Add fallback to default RSR for S/PDIF (git-fixes).
  - ALSA: ctxfi: Limit PTP to a single page (git-fixes).
  - ALSA: scarlett2: Add missing sentinel initializer field
    (git-fixes).
  - ALSA: hda/realtek: fix code style (ERROR: else should follow
    close brace '}') (git-fixes).
  - ALSA: aoa: i2sbus: fix OF node lifetime handling (git-fixes).
  - ALSA: core: Validate compress device numbers without dynamic
    minors (git-fixes).
  - Revert "ALSA: usb: Increase volume range that triggers a
    warning" (git-fixes).
  - ALSA: usb-audio: Evaluate packsize caps at the right place
    (git-fixes).
  - commit a0feb51
  - net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
    (CVE-2026-23450 bsc#1261584).
  - commit 5c35d92

++++ kernel-rt_debug:

  - ipv6: add NULL checks for idev in SRv6 paths (CVE-2026-23442
    bsc#1261581).
  - net: ipv6: fix panic when IPv4 route references loopback IPv6
    nexthop (CVE-2026-23300 bsc#1260538).
  - commit b424281
  - net/sched: act_gate: snapshot parameters with RCU on replace
    (CVE-2026-23245 bsc#1259799).
  - commit cea08bb
  - sched/fair: Have SD_SERIALIZE affect newidle balancing
    (bsc#1253754).
  - sched/fair: Skip sched_balance_running cmpxchg when balance
    is not due (bsc#1253754).
  - sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)'
    spinlock into an 'atomic_t sched_balance_running' flag
    (bsc#1253754).
  - commit 7f3daec
  - Bluetooth: HIDP: Fix possible UAF (CVE-2026-23462 bsc#1261710).
  - commit c2fcff0
  - check-for-config-changes: Exclude CC_MS_EXTENSIONS
  - commit c04d7e7
  - Refresh
    patches.suse/ice-use-netif_get_num_default_rss_queues.patch.
  - Refresh
    patches.suse/mm-page_alloc-thp-prevent-reclaim-for-__GFP_THISNODE-THP-a.patch.
  - Refresh
    patches.suse/powerpc-eeh-fix-recursive-pci_lock_rescan_remove-locking-in-EEH-event-handling.patch.
    Move merged patches to sorted section.
  - commit 471a61e
  - blktrace: fix __this_cpu_read/write in preemptible context
    (bsc#1260811 CVE-2026-23374).
  - commit 357b0af
  - flex_proportions: make fprop_new_period() hardirq safe
    (bsc#1258826 CVE-2026-23168).
  - commit 4572c85
  - sched/fair: Remove nohz.nr_cpus and use weight of cpumask
    instead (bsc#1234634, bsc#1258961).
  - sched/fair: Change likelyhood of nohz.nr_cpus (bsc#1234634,
    bsc#1258961).
  - sched/fair: Move checking for nohz cpus after time check
    (bsc#1234634, bsc#1258961).
  - commit 76eeda0
  - Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
    (CVE-2026-23461 bsc#1261707).
  - commit dba279b
  - PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not
    found (git-fixes).
  - spi: mtk-snfi: unregister ECC engine on probe failure and
    remove() callback (git-fixes).
  - spi: zynqmp-gqspi: fix controller deregistration (git-fixes).
  - spi: sprd: fix controller deregistration (git-fixes).
  - spi: sh-hspi: fix controller deregistration (git-fixes).
  - spi: rspi: fix controller deregistration (git-fixes).
  - spi: atmel: fix controller deregistration (git-fixes).
  - spi: at91-usart: fix controller deregistration (git-fixes).
  - spi: rockchip: fix controller deregistration (git-fixes).
  - spi: imx: fix use-after-free on unbind (git-fixes).
  - spi: hisi-kunpeng: prevent infinite while() loop in
    hisi_spi_flush_fifo (git-fixes).
  - spi: fix misleading controller deregistration kernel-doc
    (git-fixes).
  - spi: fix misleading controller registration kernel-doc
    (git-fixes).
  - spi: fsl-qspi: Use reinit_completion() for repeated operations
    (git-fixes).
  - regulator: bd9571mwv: fix OF node reference imbalance
    (git-fixes).
  - regulator: act8945a: fix OF node reference imbalance
    (git-fixes).
  - regulator: mt6357: fix OF node reference imbalance (git-fixes).
  - regulator: max77650: fix OF node reference imbalance
    (git-fixes).
  - platform/chrome: chromeos_tbmc: Drop wakeup source on remove
    (git-fixes).
  - commit 152f382
  - PCI: dwc: Apply ECRC workaround to DesignWare 5.00a as well
    (git-fixes).
  - PCI: tegra194: Use DWC IP core version (git-fixes).
  - PCI: tegra194: Allow system suspend when the Endpoint link is
    not up (git-fixes).
  - PCI: tegra194: Set LTR message request before PCIe link up in
    Endpoint mode (git-fixes).
  - PCI: tegra194: Disable direct speed change for Endpoint mode
    (git-fixes).
  - PCI: tegra194: Use devm_gpiod_get_optional() to parse
    "nvidia,refclk-select" (git-fixes).
  - PCI: tegra194: Disable PERST# IRQ only in Endpoint mode
    (git-fixes).
  - PCI: tegra194: Disable LTSSM after transition to Detect on
    surprise link down (git-fixes).
  - PCI: tegra194: Increase LTSSM poll time on surprise link down
    (git-fixes).
  - PCI: tegra194: Fix polling delay for L2 state (git-fixes).
  - PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown
    (git-fixes).
  - PCI: Enable AtomicOps only if Root Port supports them
    (git-fixes).
  - PCI/AER: Stop ruling out unbound devices as error source
    (git-fixes).
  - PCI/AER: Clear only error bits in PCIe Device Status
    (git-fixes).
  - mmc: sdhci-of-dwcmshc: Disable clock before DLL configuration
    (git-fixes).
  - media: i2c: ov08d10: fix image vertical start setting
    (git-fixes).
  - commit b381137
  - media: staging: imx: configure src_mux in csi_start (git-fixes).
  - media: staging: imx: request mbus_config in csi_start
    (git-fixes).
  - media: uvcvideo: Enable VB2_DMABUF for metadata stream
    (git-fixes).
  - media: i2c: ov8856: free control handler on error in
    ov8856_init_controls() (git-fixes).
  - media: amphion: Fix race between m2m job_abort and device_run
    (git-fixes).
  - media: mtk-jpeg: fix use-after-free in release path due to
    uncancelled work (git-fixes).
  - media: rc: xbox_remote: heed DMA restrictions (git-fixes).
  - media: rc: streamzap: Error handling in probe (git-fixes).
  - media: as102: fix to not free memory after the device is
    registered in as102_usb_probe() (git-fixes).
  - media: hackrf: fix to not free memory after the device is
    registered in hackrf_probe() (git-fixes).
  - media: saa7164: add ioremap return checks and cleanups
    (git-fixes).
  - media: pci: zoran: fix potential memory leak in zoran_probe()
    (git-fixes).
  - media: em28xx: fix use-after-free in em28xx_v4l2_open()
    (git-fixes).
  - media: vidtv: fix NULL pointer dereference in
    vidtv_channel_pmt_match_sections (git-fixes).
  - media: vidtv: fix nfeeds state corruption on start_streaming
    failure (git-fixes).
  - media: vidtv: fix pass-by-value structs causing MSAN warnings
    (git-fixes).
  - media: dib8000: avoid division by 0 in dib8000_set_dds()
    (git-fixes).
  - media: videobuf2: Set vma_flags in vb2_dma_sg_mmap (git-fixes).
  - media: omap3isp: drop the use count of v4l2 pipeline
    (git-fixes).
  - commit 6696721
  - net/sched: act_ife: Fix metalist update behavior (CVE-2026-23378
    bsc#1260546).
  - commit 1bdc011
  - drm/vram: remove DRM_VRAM_MM_FILE_OPERATIONS from docs
    (git-fixes).
  - drm/msm/a6xx: Use barriers while updating HFI Q headers
    (git-fixes).
  - drm/msm/a6xx: Fix dumping A650+ debugbus blocks (git-fixes).
  - drm/msm/shrinker: Fix can_block() logic (git-fixes).
  - drm/msm/a6xx: Fix HLSQ register dumping (git-fixes).
  - drm/msm/dsi: rename MSM8998 DSI version from V2_2_0 to V2_0_0
    (git-fixes).
  - drm/msm/dsi: fix hdisplay calculation for CMD mode panel
    (git-fixes).
  - drm/msm/dsi: fix bits_per_pclk (git-fixes).
  - drm/msm/dsi: add the missing parameter description (git-fixes).
  - drm/msm/dpu: fix mismatch between power and frequency
    (git-fixes).
  - drm/amd/pm/smu7: Add SCLK cap for quirky Hawaii board
    (git-fixes).
  - drm/amd/pm/ci: Fill DW8 fields from SMC (git-fixes).
  - drm/amd/pm/ci: Clear EnabledForActivity field for memory levels
    (git-fixes).
  - drm/amd/pm/ci: Fix powertune defaults for Hawaii 0x67B0
    (git-fixes).
  - drm/amd/pm/smu7: Fix SMU7 voltage dependency on display clock
    (git-fixes).
  - drm/amd/pm/ci: Disable MCLK DPM on problematic CI ASICs
    (git-fixes).
  - drm/amd/pm/ci: Use highest MCLK on CI when MCLK DPM is disabled
    (git-fixes).
  - drm/amd/display: Add NULL check for integrated_info in
    clk_mgr_construct (git-fixes).
  - drm/amd/display: Avoid NULL dereference in dc_dmub_srv error
    paths (git-fixes).
  - drm/panel: simple: Correct G190EAN01 prepare timing (git-fixes).
  - drm/panel: sharp-ls043t1le01: make use of prepare_prev_first
    (git-fixes).
  - drm/amdgpu/gfx10: look at the right prop for gfx queue priority
    (git-fixes).
  - drm/sun4i: Fix resource leaks (git-fixes).
  - drm/bridge: cadence: cdns-mhdp8546-core: Handle HDCP state in
    bridge atomic check (git-fixes).
  - fbdev: udlfb: avoid divide-by-zero on FBIOPUT_VSCREENINFO
    (git-fixes).
  - fbdev: matroxfb: Mark variable with __maybe_unused to avoid
    W=1 build break (git-fixes).
  - media: i2c: imx219: Check return value of
    devm_gpiod_get_optional() in imx219_probe() (git-fixes).
  - staging: media: atomisp: Disallow all private IOCTLs
    (git-fixes).
  - media: i2c: imx412: Assert reset GPIO during probe (git-fixes).
  - commit 654981a
  - drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector
    earlier in atomic_enable() (git-fixes).
  - commit 1effbc1
  - crypto: hisilicon - Fix dma_unmap_single() direction
    (git-fixes).
  - crypto: talitos - fix SEC1 32k ahash request limitation
    (git-fixes).
  - crypto: jitterentropy - replace long-held spinlock with mutex
    (git-fixes).
  - crypto: ccree - fix a memory leak in cc_mac_digest()
    (git-fixes).
  - crypto: qat - use swab32 macro (git-fixes).
  - crypto: qat - fix type mismatch in RAS sysfs show functions
    (git-fixes).
  - drm/bridge: cadence: cdns-mhdp8546-core: Add mode_valid hook
    to drm_bridge_funcs (git-fixes).
  - drm/sun4i: backend: fix error pointer dereference (git-fixes).
  - drm/komeda: fix integer overflow in AFBC framebuffer size check
    (git-fixes).
  - commit 361b735
  - crypto: atmel-sha204a - Fix potential UAF and memory leak in
    remove path (git-fixes).
  - crypto: atmel-aes - Fix 3-page memory leak in
    atmel_aes_buff_cleanup (git-fixes).
  - crypto: simd - reject compat registrations without __ prefixes
    (git-fixes).
  - crypto: atmel-tdes - fix DMA sync direction (git-fixes).
  - crypto: atmel-ecc - Release client on allocation failure
    (git-fixes).
  - ALSA: control: Validate buf_len before strnlen() in
    snd_ctl_elem_init_enum_names() (git-fixes).
  - ALSA: hda/realtek - fixed speaker no sound update (git-fixes).
  - ASoC: SOF: Don't allow pointer operations on unconfigured
    streams (git-fixes).
  - ASoC: SOF: compress: return the configured codec from get_params
    (git-fixes).
  - ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens
    (git-fixes).
  - ASoC: qcom: qdsp6: topology: check widget type before accessing
    data (git-fixes).
  - ASoC: qcom: q6apm: remove child devices when apm is removed
    (git-fixes).
  - ASoC: qcom: q6apm: move component registration to unmanaged
    version (git-fixes).
  - ASoC: fsl_easrc: Change the type for iec958 channel status
    controls (git-fixes).
  - ASoC: fsl_easrc: Fix value type in fsl_easrc_iec958_get_bits()
    (git-fixes).
  - ASoC: fsl_easrc: Check the variable range in
    fsl_easrc_iec958_put_bits() (git-fixes).
  - ASoC: fsl_xcvr: Fix event generation in fsl_xcvr_mode_put()
    (git-fixes).
  - ASoC: fsl_xcvr: Fix event generation in fsl_xcvr_arc_mode_put()
    (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in micfil_quality_set()
    (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in
    micfil_put_dc_remover_state() (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in hwvad_put_init_mode()
    (git-fixes).
  - ASoC: fsl_micfil: Fix event generation in hwvad_put_enable()
    (git-fixes).
  - ASoC: fsl_micfil: Add access property for "VAD Detected"
    (git-fixes).
  - ASoC: SOF: Intel: hda: Place check before dereference
    (git-fixes).
  - ASoC: fsl_easrc: fix comment typo (git-fixes).
  - ASoC: sti: use managed regmap_field allocations (git-fixes).
  - ASoC: sti: Return errors from regmap_field_alloc() (git-fixes).
  - ALSA: caiaq: take a reference on the USB device in create_card()
    (git-fixes).
  - ALSA: 6fire: fix use-after-free on disconnect (git-fixes).
  - ALSA: fireworks: bound device-supplied status before string
    array lookup (git-fixes).
  - ALSA: ctxfi: Add fallback to default RSR for S/PDIF (git-fixes).
  - ALSA: ctxfi: Limit PTP to a single page (git-fixes).
  - ALSA: scarlett2: Add missing sentinel initializer field
    (git-fixes).
  - ALSA: hda/realtek: fix code style (ERROR: else should follow
    close brace '}') (git-fixes).
  - ALSA: aoa: i2sbus: fix OF node lifetime handling (git-fixes).
  - ALSA: core: Validate compress device numbers without dynamic
    minors (git-fixes).
  - Revert "ALSA: usb: Increase volume range that triggers a
    warning" (git-fixes).
  - ALSA: usb-audio: Evaluate packsize caps at the right place
    (git-fixes).
  - commit a0feb51
  - net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
    (CVE-2026-23450 bsc#1261584).
  - commit 5c35d92

++++ ncurses:

  - Add patch fix-bsc1259924.patch (bsc#1259924, CVE-2025-69720)
    * Backport from ncurses-6.5-20251213.patch

++++ libpng16:

  - added patches
    CVE-2026-34757: Information disclosure and data corruption via use-after-free vulnerability [bsc#1261957]
    * libpng16-CVE-2026-34757.patch

------------------------------------------------------------------
------------------  2026-4-15  -  Apr 15 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - sctp: disable BH before calling udp_tunnel_xmit_skb()
    (CVE-2026-23276 bsc#1260012).
  - net: increase IP_TUNNEL_RECURSION_LIMIT to 5 (CVE-2026-23276
    bsc#1260012).
  - net: prevent NULL deref in iptunnel_xmit() (CVE-2026-23276
    bsc#1260012).
  - commit ecf9d21
  - net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for
    lockless qdiscs (CVE-2026-23340 bsc#1260523).
  - commit 525ca44
  - mptcp: pm: in-kernel: always mark signal+subflow endp as used
    (CVE-2026-23321 bsc#1260505).
  - commit 46ae7ff
  - net: add xmit recursion limit to tunnel xmit functions
    (CVE-2026-23276 bsc#1260012).
  - net: move dev_xmit_recursion() helpers to net/core/dev.h
    (CVE-2026-23276 bsc#1260012).
  - refresh patches.suse/netdev-prevent-accessing-NAPI-instances-from-another.patch
  - commit 84e7397
  - espintcp: Fix race condition in espintcp_close() (CVE-2026-23239
    bsc#1259485).
  - commit 1e0a523
  - tls: Fix race condition in tls_sw_cancel_work_tx()
    (CVE-2026-23240 bsc#1259484).
  - commit 87d5eb8
  - bridge: cfm: Fix race condition in peer_mep deletion
    (CVE-2026-23393 bsc#1260522).
  - commit 09373eb
  - wifi: mt76: mt7915: fix use_cts_prot support (git-fixes).
  - commit 6b5af82
  - net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()
    (git-fixes).
  - NFC: digital: Bounds check NFC-A cascade depth in SDD response
    handler (git-fixes).
  - nfc: llcp: add missing return after LLCP_CLOSED checks
    (git-fixes).
  - can: raw: fix ro->uniq use-after-free in raw_rcv() (git-fixes).
  - can: ucan: fix devres lifetime (git-fixes).
  - Bluetooth: hci_event: fix potential UAF in SSP passkey handlers
    (git-fixes).
  - Bluetooth: SCO: check for codecs->num_codecs == 1 before
    assigning to sco_pi(sk)->codec (git-fixes).
  - Bluetooth: l2cap: Add missing chan lock in
    l2cap_ecred_reconf_rsp (git-fixes).
  - Bluetooth: fix locking in hci_conn_request_evt() with
    HCI_PROTO_DEFER (git-fixes).
  - Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error
    (git-fixes).
  - Bluetooth: L2CAP: Fix printing wrong information if SDU length
    exceeds MTU (git-fixes).
  - wifi: rtw89: phy: fix uninitialized variable access in
    rtw89_phy_cfo_set_crystal_cap() (git-fixes).
  - wifi: rtw88: fix device leak on probe failure (git-fixes).
  - wifi: rtlwifi: pci: fix possible use-after-free caused by
    unfinished irq_prepare_bcn_tasklet (git-fixes).
  - wifi: rtw88: check for PCI upstream bridge existence
    (git-fixes).
  - wifi: brcmfmac: Fix error pointer dereference (git-fixes).
  - wifi: mt76: mt7915: fix use-after-free bugs in
    mt7915_mac_dump_work() (git-fixes).
  - wifi: mt76: mt7996: fix struct mt7996_mcu_uni_event (git-fixes).
  - wifi: mt76: mt7921: fix ROC abort flow interruption in
    mt7921_roc_work (git-fixes).
  - wifi: mt76: mt7921: fix a potential clc buffer length underflow
    (git-fixes).
  - wifi: mt76: mt7996: fix FCS error flag check in RX descriptor
    (git-fixes).
  - wifi: mt76: mt7925: fix incorrect length field in txpower
    command (git-fixes).
  - wifi: mt76: mt7615: fix use_cts_prot support (git-fixes).
  - wifi: mt76: mt7921: Reset ampdu_state state in case of failure
    in mt76_connac2_tx_check_aggr() (git-fixes).
  - wifi: ath9k: Fix typo (git-fixes).
  - wifi: mwifiex: Fix memory leak in mwifiex_11n_aggregate_pkt()
    (git-fixes).
  - ACPI: AGDI: fix missing newline in error message (git-fixes).
  - firmware: dmi: Correct an indexing error in dmi.h (git-fixes).
  - irqchip/irq-pic32-evic: Address warning related to wrong
    printf() formatter (git-fixes).
  - docs: path-lookup: fix unrenamed WALK_GET (git-fixes).
  - commit 4311357
  - io_uring/poll: improve readability of poll reference
    decrementing (CVE-2026-23473 bsc#1261694).
  - commit c3cd3d2
  - io_uring/poll: fix multishot recv missing EOF on wakeup race
    (CVE-2026-23473 bsc#1261694).
  - commit 3ff4020

++++ kernel-rt:

  - sctp: disable BH before calling udp_tunnel_xmit_skb()
    (CVE-2026-23276 bsc#1260012).
  - net: increase IP_TUNNEL_RECURSION_LIMIT to 5 (CVE-2026-23276
    bsc#1260012).
  - net: prevent NULL deref in iptunnel_xmit() (CVE-2026-23276
    bsc#1260012).
  - commit ecf9d21
  - net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for
    lockless qdiscs (CVE-2026-23340 bsc#1260523).
  - commit 525ca44
  - mptcp: pm: in-kernel: always mark signal+subflow endp as used
    (CVE-2026-23321 bsc#1260505).
  - commit 46ae7ff
  - net: add xmit recursion limit to tunnel xmit functions
    (CVE-2026-23276 bsc#1260012).
  - net: move dev_xmit_recursion() helpers to net/core/dev.h
    (CVE-2026-23276 bsc#1260012).
  - refresh patches.suse/netdev-prevent-accessing-NAPI-instances-from-another.patch
  - commit 84e7397
  - espintcp: Fix race condition in espintcp_close() (CVE-2026-23239
    bsc#1259485).
  - commit 1e0a523
  - tls: Fix race condition in tls_sw_cancel_work_tx()
    (CVE-2026-23240 bsc#1259484).
  - commit 87d5eb8
  - bridge: cfm: Fix race condition in peer_mep deletion
    (CVE-2026-23393 bsc#1260522).
  - commit 09373eb
  - wifi: mt76: mt7915: fix use_cts_prot support (git-fixes).
  - commit 6b5af82
  - net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()
    (git-fixes).
  - NFC: digital: Bounds check NFC-A cascade depth in SDD response
    handler (git-fixes).
  - nfc: llcp: add missing return after LLCP_CLOSED checks
    (git-fixes).
  - can: raw: fix ro->uniq use-after-free in raw_rcv() (git-fixes).
  - can: ucan: fix devres lifetime (git-fixes).
  - Bluetooth: hci_event: fix potential UAF in SSP passkey handlers
    (git-fixes).
  - Bluetooth: SCO: check for codecs->num_codecs == 1 before
    assigning to sco_pi(sk)->codec (git-fixes).
  - Bluetooth: l2cap: Add missing chan lock in
    l2cap_ecred_reconf_rsp (git-fixes).
  - Bluetooth: fix locking in hci_conn_request_evt() with
    HCI_PROTO_DEFER (git-fixes).
  - Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error
    (git-fixes).
  - Bluetooth: L2CAP: Fix printing wrong information if SDU length
    exceeds MTU (git-fixes).
  - wifi: rtw89: phy: fix uninitialized variable access in
    rtw89_phy_cfo_set_crystal_cap() (git-fixes).
  - wifi: rtw88: fix device leak on probe failure (git-fixes).
  - wifi: rtlwifi: pci: fix possible use-after-free caused by
    unfinished irq_prepare_bcn_tasklet (git-fixes).
  - wifi: rtw88: check for PCI upstream bridge existence
    (git-fixes).
  - wifi: brcmfmac: Fix error pointer dereference (git-fixes).
  - wifi: mt76: mt7915: fix use-after-free bugs in
    mt7915_mac_dump_work() (git-fixes).
  - wifi: mt76: mt7996: fix struct mt7996_mcu_uni_event (git-fixes).
  - wifi: mt76: mt7921: fix ROC abort flow interruption in
    mt7921_roc_work (git-fixes).
  - wifi: mt76: mt7921: fix a potential clc buffer length underflow
    (git-fixes).
  - wifi: mt76: mt7996: fix FCS error flag check in RX descriptor
    (git-fixes).
  - wifi: mt76: mt7925: fix incorrect length field in txpower
    command (git-fixes).
  - wifi: mt76: mt7615: fix use_cts_prot support (git-fixes).
  - wifi: mt76: mt7921: Reset ampdu_state state in case of failure
    in mt76_connac2_tx_check_aggr() (git-fixes).
  - wifi: ath9k: Fix typo (git-fixes).
  - wifi: mwifiex: Fix memory leak in mwifiex_11n_aggregate_pkt()
    (git-fixes).
  - ACPI: AGDI: fix missing newline in error message (git-fixes).
  - firmware: dmi: Correct an indexing error in dmi.h (git-fixes).
  - irqchip/irq-pic32-evic: Address warning related to wrong
    printf() formatter (git-fixes).
  - docs: path-lookup: fix unrenamed WALK_GET (git-fixes).
  - commit 4311357
  - io_uring/poll: improve readability of poll reference
    decrementing (CVE-2026-23473 bsc#1261694).
  - commit c3cd3d2
  - io_uring/poll: fix multishot recv missing EOF on wakeup race
    (CVE-2026-23473 bsc#1261694).
  - commit 3ff4020

++++ kernel-rt_debug:

  - sctp: disable BH before calling udp_tunnel_xmit_skb()
    (CVE-2026-23276 bsc#1260012).
  - net: increase IP_TUNNEL_RECURSION_LIMIT to 5 (CVE-2026-23276
    bsc#1260012).
  - net: prevent NULL deref in iptunnel_xmit() (CVE-2026-23276
    bsc#1260012).
  - commit ecf9d21
  - net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for
    lockless qdiscs (CVE-2026-23340 bsc#1260523).
  - commit 525ca44
  - mptcp: pm: in-kernel: always mark signal+subflow endp as used
    (CVE-2026-23321 bsc#1260505).
  - commit 46ae7ff
  - net: add xmit recursion limit to tunnel xmit functions
    (CVE-2026-23276 bsc#1260012).
  - net: move dev_xmit_recursion() helpers to net/core/dev.h
    (CVE-2026-23276 bsc#1260012).
  - refresh patches.suse/netdev-prevent-accessing-NAPI-instances-from-another.patch
  - commit 84e7397
  - espintcp: Fix race condition in espintcp_close() (CVE-2026-23239
    bsc#1259485).
  - commit 1e0a523
  - tls: Fix race condition in tls_sw_cancel_work_tx()
    (CVE-2026-23240 bsc#1259484).
  - commit 87d5eb8
  - bridge: cfm: Fix race condition in peer_mep deletion
    (CVE-2026-23393 bsc#1260522).
  - commit 09373eb
  - wifi: mt76: mt7915: fix use_cts_prot support (git-fixes).
  - commit 6b5af82
  - net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()
    (git-fixes).
  - NFC: digital: Bounds check NFC-A cascade depth in SDD response
    handler (git-fixes).
  - nfc: llcp: add missing return after LLCP_CLOSED checks
    (git-fixes).
  - can: raw: fix ro->uniq use-after-free in raw_rcv() (git-fixes).
  - can: ucan: fix devres lifetime (git-fixes).
  - Bluetooth: hci_event: fix potential UAF in SSP passkey handlers
    (git-fixes).
  - Bluetooth: SCO: check for codecs->num_codecs == 1 before
    assigning to sco_pi(sk)->codec (git-fixes).
  - Bluetooth: l2cap: Add missing chan lock in
    l2cap_ecred_reconf_rsp (git-fixes).
  - Bluetooth: fix locking in hci_conn_request_evt() with
    HCI_PROTO_DEFER (git-fixes).
  - Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error
    (git-fixes).
  - Bluetooth: L2CAP: Fix printing wrong information if SDU length
    exceeds MTU (git-fixes).
  - wifi: rtw89: phy: fix uninitialized variable access in
    rtw89_phy_cfo_set_crystal_cap() (git-fixes).
  - wifi: rtw88: fix device leak on probe failure (git-fixes).
  - wifi: rtlwifi: pci: fix possible use-after-free caused by
    unfinished irq_prepare_bcn_tasklet (git-fixes).
  - wifi: rtw88: check for PCI upstream bridge existence
    (git-fixes).
  - wifi: brcmfmac: Fix error pointer dereference (git-fixes).
  - wifi: mt76: mt7915: fix use-after-free bugs in
    mt7915_mac_dump_work() (git-fixes).
  - wifi: mt76: mt7996: fix struct mt7996_mcu_uni_event (git-fixes).
  - wifi: mt76: mt7921: fix ROC abort flow interruption in
    mt7921_roc_work (git-fixes).
  - wifi: mt76: mt7921: fix a potential clc buffer length underflow
    (git-fixes).
  - wifi: mt76: mt7996: fix FCS error flag check in RX descriptor
    (git-fixes).
  - wifi: mt76: mt7925: fix incorrect length field in txpower
    command (git-fixes).
  - wifi: mt76: mt7615: fix use_cts_prot support (git-fixes).
  - wifi: mt76: mt7921: Reset ampdu_state state in case of failure
    in mt76_connac2_tx_check_aggr() (git-fixes).
  - wifi: ath9k: Fix typo (git-fixes).
  - wifi: mwifiex: Fix memory leak in mwifiex_11n_aggregate_pkt()
    (git-fixes).
  - ACPI: AGDI: fix missing newline in error message (git-fixes).
  - firmware: dmi: Correct an indexing error in dmi.h (git-fixes).
  - irqchip/irq-pic32-evic: Address warning related to wrong
    printf() formatter (git-fixes).
  - docs: path-lookup: fix unrenamed WALK_GET (git-fixes).
  - commit 4311357
  - io_uring/poll: improve readability of poll reference
    decrementing (CVE-2026-23473 bsc#1261694).
  - commit c3cd3d2
  - io_uring/poll: fix multishot recv missing EOF on wakeup race
    (CVE-2026-23473 bsc#1261694).
  - commit 3ff4020

++++ mozilla-nss:

  - Added "Suggests: p11-kit-nss-trust" to favor over mozilla-nss-certs
    (Jira: PED-15633)

++++ python311-core:

  - Add CVE-2026-3446-base64-padding.patch preventing ignoring
    excess Base64 data after the first padded quad (bsc#1261970,
    CVE-2026-3446, gh#python/cpython#145264).

++++ python311:

  - Add CVE-2026-3446-base64-padding.patch preventing ignoring
    excess Base64 data after the first padded quad (bsc#1261970,
    CVE-2026-3446, gh#python/cpython#145264).

++++ sed:

  - Add CVE-2026-5958.patch
    * Fix CVE-2026-5958 (bsc#1262144):
    A TOCTOU race can allow to read attacker-controlled content and write
    it to an unintended file

------------------------------------------------------------------
------------------  2026-4-14  -  Apr 14 2026  -------------------
------------------------------------------------------------------

++++ Mesa:

  - bsc1261998-CVE-2026-40393-nir-Use-STACK_ARRAY-instead-of-NIR_VLA.patch
    bsc1261998-CVE-2026-40393-spirv-Use-STACK_ARRAY-instead-of-NIR_VLA.patch
    * Mesa: out-of-bounds memory access can occur in WebGPU because
    the amount of to-be-allocated data depends on an untrusted
    party (bsc#1261998, CVE-2026-40393)

++++ Mesa-drivers:

  - bsc1261998-CVE-2026-40393-nir-Use-STACK_ARRAY-instead-of-NIR_VLA.patch
    bsc1261998-CVE-2026-40393-spirv-Use-STACK_ARRAY-instead-of-NIR_VLA.patch
    * Mesa: out-of-bounds memory access can occur in WebGPU because
    the amount of to-be-allocated data depends on an untrusted
    party (bsc#1261998, CVE-2026-40393)

++++ kernel-default:

  - netfilter: ctnetlink: fix use-after-free in
    ctnetlink_dump_exp_ct() (CVE-2026-23458 bsc#1261781).
  - commit dad7401
  - netfilter: xt_CT: drop pending enqueued packets on template
    removal (CVE-2026-23391 bsc#1260566).
  - commit 382f8ac
  - netfilter: nf_tables: release flowtable after rcu grace period
    on error (CVE-2026-23392 bsc#1260531).
  - commit fd33c16
  - netfilter: nf_conntrack_h323: check for zero length in
    DecodeQ931() (CVE-2026-23455 bsc#1261687).
  - commit 154c998
  - netfilter: nft_set_pipapo: split gc into unlink and reclaim
    phase (CVE-2026-23351 bsc#1260526).
  - commit fea5651
  - tty: tty_io: update timestamps on all device nodes
    (bsc#1262020).
  - commit 3c38985
  - workqueue: Fix UBSAN 'subtraction overflow' error in
    shift_and_mask() (bsc#1260522).
  - commit 74437ad
  - kABI: Include pool_id bits from work_bits into kABI tracking
    (bsc#1260522).
  - commit 3492b48
  - net/mlx5e: Prevent concurrent access to IPSec ASO context
    (CVE-2026-23441 bsc#1261768).
  - Refresh
    patches.suse/net-mlx5e-Fix-race-condition-during-IPSec-ESN-update.patch.
  - commit 66528df
  - Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to
    missing sock_hold (CVE-2026-31408 bsc#1261797).
  - commit 9e9c97a
  - Update
    patches.suse/Bluetooth-SCO-Fix-use-after-free-in-sco_recv_frame-d.patch
    (CVE-2026-31408 bsc#1261797 git-fixes).
  - commit 57943d2
  - thermal/drivers/spear: Fix error condition for reading
    st,thermal-flags (git-fixes).
  - thermal/drivers/sprd: Fix raw temperature clamping in
    sprd_thm_rawdata_to_temp (git-fixes).
  - thermal/drivers/sprd: Fix temperature clamping in
    sprd_thm_temp_to_rawdata (git-fixes).
  - devres: fix missing node debug info in devm_krealloc()
    (git-fixes).
  - commit 7864913

++++ kernel-rt:

  - netfilter: ctnetlink: fix use-after-free in
    ctnetlink_dump_exp_ct() (CVE-2026-23458 bsc#1261781).
  - commit dad7401
  - netfilter: xt_CT: drop pending enqueued packets on template
    removal (CVE-2026-23391 bsc#1260566).
  - commit 382f8ac
  - netfilter: nf_tables: release flowtable after rcu grace period
    on error (CVE-2026-23392 bsc#1260531).
  - commit fd33c16
  - netfilter: nf_conntrack_h323: check for zero length in
    DecodeQ931() (CVE-2026-23455 bsc#1261687).
  - commit 154c998
  - netfilter: nft_set_pipapo: split gc into unlink and reclaim
    phase (CVE-2026-23351 bsc#1260526).
  - commit fea5651
  - tty: tty_io: update timestamps on all device nodes
    (bsc#1262020).
  - commit 3c38985
  - workqueue: Fix UBSAN 'subtraction overflow' error in
    shift_and_mask() (bsc#1260522).
  - commit 74437ad
  - kABI: Include pool_id bits from work_bits into kABI tracking
    (bsc#1260522).
  - commit 3492b48
  - net/mlx5e: Prevent concurrent access to IPSec ASO context
    (CVE-2026-23441 bsc#1261768).
  - Refresh
    patches.suse/net-mlx5e-Fix-race-condition-during-IPSec-ESN-update.patch.
  - commit 66528df
  - Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to
    missing sock_hold (CVE-2026-31408 bsc#1261797).
  - commit 9e9c97a
  - Update
    patches.suse/Bluetooth-SCO-Fix-use-after-free-in-sco_recv_frame-d.patch
    (CVE-2026-31408 bsc#1261797 git-fixes).
  - commit 57943d2
  - thermal/drivers/spear: Fix error condition for reading
    st,thermal-flags (git-fixes).
  - thermal/drivers/sprd: Fix raw temperature clamping in
    sprd_thm_rawdata_to_temp (git-fixes).
  - thermal/drivers/sprd: Fix temperature clamping in
    sprd_thm_temp_to_rawdata (git-fixes).
  - devres: fix missing node debug info in devm_krealloc()
    (git-fixes).
  - commit 7864913

++++ kernel-rt_debug:

  - netfilter: ctnetlink: fix use-after-free in
    ctnetlink_dump_exp_ct() (CVE-2026-23458 bsc#1261781).
  - commit dad7401
  - netfilter: xt_CT: drop pending enqueued packets on template
    removal (CVE-2026-23391 bsc#1260566).
  - commit 382f8ac
  - netfilter: nf_tables: release flowtable after rcu grace period
    on error (CVE-2026-23392 bsc#1260531).
  - commit fd33c16
  - netfilter: nf_conntrack_h323: check for zero length in
    DecodeQ931() (CVE-2026-23455 bsc#1261687).
  - commit 154c998
  - netfilter: nft_set_pipapo: split gc into unlink and reclaim
    phase (CVE-2026-23351 bsc#1260526).
  - commit fea5651
  - tty: tty_io: update timestamps on all device nodes
    (bsc#1262020).
  - commit 3c38985
  - workqueue: Fix UBSAN 'subtraction overflow' error in
    shift_and_mask() (bsc#1260522).
  - commit 74437ad
  - kABI: Include pool_id bits from work_bits into kABI tracking
    (bsc#1260522).
  - commit 3492b48
  - net/mlx5e: Prevent concurrent access to IPSec ASO context
    (CVE-2026-23441 bsc#1261768).
  - Refresh
    patches.suse/net-mlx5e-Fix-race-condition-during-IPSec-ESN-update.patch.
  - commit 66528df
  - Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to
    missing sock_hold (CVE-2026-31408 bsc#1261797).
  - commit 9e9c97a
  - Update
    patches.suse/Bluetooth-SCO-Fix-use-after-free-in-sco_recv_frame-d.patch
    (CVE-2026-31408 bsc#1261797 git-fixes).
  - commit 57943d2
  - thermal/drivers/spear: Fix error condition for reading
    st,thermal-flags (git-fixes).
  - thermal/drivers/sprd: Fix raw temperature clamping in
    sprd_thm_rawdata_to_temp (git-fixes).
  - thermal/drivers/sprd: Fix temperature clamping in
    sprd_thm_temp_to_rawdata (git-fixes).
  - devres: fix missing node debug info in devm_krealloc()
    (git-fixes).
  - commit 7864913

++++ mozilla-nss:

  - update to NSS 3.112.4
    * bmo#2030135 - improve error handling in PK11_ImportPrivateKeyInfoAndReturnKey.
    * bmo#2029752 - Improving the allocation of S/MIME DecryptSymKey.
    * bmo#2029462 - store email on subject cache_entry in NSS trust domain.
    * bmo#2029425 - Heap use-after-free in cert_VerifyCertChainOld via dangling certsList[] entry on NameConstraints violation.
    * bmo#2029323 - Improve size calculations in CMS content buffering.
    * bmo#2028001 - avoid integer overflow while escaping RFC822 Names.
    * bmo#2027378 - Reject excessively large ASN.1 SEQUENCE OF in quickder.
    * bmo#2027365 - Deep copy profile data in CERT_FindSMimeProfile.
    * bmo#2027345 - Improve input validation in DSAU signature decoding.
    * bmo#2026311 - avoid integer overflow in RSA_EMSAEncodePSS.
    * bmo#2019357 - RSA_EMSAEncodePSS should validate the length of mHash.
    * bmo#2026156 - Add a maximum cert uncompressed len and tests.
    * bmo#2026089 - Clarify extension negotiation mechanism for TLS Handshakes.
    * bmo#2023209 - ensure permittedSubtrees don't match wildcards that could be outside the permitted tree.
    * bmo#2023207 - Fix integer underflow in tls13_AEAD when ciphertext is shorter than tag.
    * bmo#2019224 - Remove invalid PORT_Free().
    * bmo#1964722 - free digest objects in SEC_PKCS7DecoderFinish if they haven't already been freed.
    * bmo#1935995 - make ss->ssl3.hs.cookie an owned-copy of the cookie.

++++ systemd:

  - Import commit 58e5d2e21e4b75b473717dfc0ec54396177da6c1
    58e5d2e21e udev/scsi-id: check for invalid chars in various fields received from the kernel (bsc#1261982)
    4bd91117cc sd-json: limit the stack depth during parsing as well (bsc#1261983)

++++ timezone:

  - Update to 2026a:
    * Moldova has used EU transition times since 2022.
    * The "right" TZif files are no longer installed by default.
    * -DTZ_RUNTIME_LEAPS=0 disables runtime support for leap seconds.
    * TZif files are no longer limited to 50 bytes of abbreviations.
    * zic is no longer limited to 50 leap seconds.
    * Several integer overflow bugs have been fixed.
  - Changes from 2025c:
    * update Baja California DST rules in 1953, 1961-1975
    * An unset TZ is no longer invalid when /etc/localtime is
    missing, and is abbreviated "UTC" not "-00".  This reverts to
    2024b behavior
    * tzset etc. are now more cautious about questionable TZ settings.
    * tzset etc. now treat ' ' like '_' in time zone abbreviations
    * tzfree now preserves errno, consistently with POSIX.1-2024 ‘free’.
    * zic has new options inspired by FreeBSD.  ‘-D’ skips creation of
    output ancestor directories, ‘-m MODE’ sets output files’ mode,
    and ‘-u OWNER[:GROUP]’ sets output files’ owner and group.
    * multiple changes visible to developers
  - Use "REDO=posix_right" to keep installing "right" TZif files.

------------------------------------------------------------------
------------------  2026-4-13  -  Apr 13 2026  -------------------
------------------------------------------------------------------

++++ grub2:

  - Fix missing install device check in grub2-install on PowerPC which could lead
    to bootlist corruption (bsc#1221126)
    * 0001-Mandatory-install-device-check-for-PowerPC.patch

++++ kernel-default:

  - net/mlx5e: Fix race condition during IPSec ESN update
    (CVE-2026-23440 bsc#1261641).
  - net: phy: register phy led_triggers during probe to avoid
    AB-BA deadlock (CVE-2026-23368 bsc#1260530).
  - commit f87eed8
  - btrfs: always detect conflicting inodes when logging inode refs
    (bsc#1257631 CVE-2025-71183).
  - commit a3da7f8
  - btrfs: do not skip logging new dentries when logging a new name
    (git-fixes).
  - commit f390ffd
  - check-for-config-changes: Exclude HAVE_CFI_ICALL_NORMALIZE_INTEGERS{,_RUSTC}
  - commit ba5597d
  - crypto: algif_aead - Fix minimum RX size check for decryption
    (git-fixes).
  - X.509: Fix out-of-bounds access when parsing extensions
    (git-fixes).
  - commit 1e6b871
  - btrfs: replace BUG() with error handling in __btrfs_balance()
    (git-fixes).
  - commit 8ae6b6d
  - btrfs: reject root items with drop_progress and zero drop_level
    (git-fixes).
  - commit f1b2a6e

++++ kernel-rt:

  - net/mlx5e: Fix race condition during IPSec ESN update
    (CVE-2026-23440 bsc#1261641).
  - net: phy: register phy led_triggers during probe to avoid
    AB-BA deadlock (CVE-2026-23368 bsc#1260530).
  - commit f87eed8
  - btrfs: always detect conflicting inodes when logging inode refs
    (bsc#1257631 CVE-2025-71183).
  - commit a3da7f8
  - btrfs: do not skip logging new dentries when logging a new name
    (git-fixes).
  - commit f390ffd
  - check-for-config-changes: Exclude HAVE_CFI_ICALL_NORMALIZE_INTEGERS{,_RUSTC}
  - commit ba5597d
  - crypto: algif_aead - Fix minimum RX size check for decryption
    (git-fixes).
  - X.509: Fix out-of-bounds access when parsing extensions
    (git-fixes).
  - commit 1e6b871
  - btrfs: replace BUG() with error handling in __btrfs_balance()
    (git-fixes).
  - commit 8ae6b6d
  - btrfs: reject root items with drop_progress and zero drop_level
    (git-fixes).
  - commit f1b2a6e

++++ kernel-rt_debug:

  - net/mlx5e: Fix race condition during IPSec ESN update
    (CVE-2026-23440 bsc#1261641).
  - net: phy: register phy led_triggers during probe to avoid
    AB-BA deadlock (CVE-2026-23368 bsc#1260530).
  - commit f87eed8
  - btrfs: always detect conflicting inodes when logging inode refs
    (bsc#1257631 CVE-2025-71183).
  - commit a3da7f8
  - btrfs: do not skip logging new dentries when logging a new name
    (git-fixes).
  - commit f390ffd
  - check-for-config-changes: Exclude HAVE_CFI_ICALL_NORMALIZE_INTEGERS{,_RUSTC}
  - commit ba5597d
  - crypto: algif_aead - Fix minimum RX size check for decryption
    (git-fixes).
  - X.509: Fix out-of-bounds access when parsing extensions
    (git-fixes).
  - commit 1e6b871
  - btrfs: replace BUG() with error handling in __btrfs_balance()
    (git-fixes).
  - commit 8ae6b6d
  - btrfs: reject root items with drop_progress and zero drop_level
    (git-fixes).
  - commit f1b2a6e

++++ openvswitch:

  - Fix CVE-2026-34956 [bsc#1261273] -- Invalid memory access in conntrack FTP alg
    * Add CVE-2026-34956.patch

++++ rust-keylime:

  - Make tss-esai-sys depends on bindgen 72.1 to support llvm > 21
  - Update to version 0.2.9+21:
    * tests: use Express-style named params in Mockoon endpoints
    * build(deps): bump pest_derive from 2.8.1 to 2.8.6
    * build(deps): bump trybuild from 1.0.110 to 1.0.115
    * build(deps): bump log from 0.4.28 to 0.4.29
    * build(deps): bump uuid from 1.19.0 to 1.20.0
    * build(deps): bump codecov/codecov-action from 5 to 6
    * build(deps): bump tracing-subscriber from 0.3.20 to 0.3.23
    * build(deps): bump cfg-if from 1.0.3 to 1.0.4
    * build(deps): bump tokio from 1.49.0 to 1.50.0
    * build(deps): bump actix-web from 4.12.1 to 4.13.0
    * build(deps): bump anyhow from 1.0.99 to 1.0.102
    * build(deps): bump clap from 4.5.57 to 4.5.60
    * build(deps): bump tracing from 0.1.36 to 0.1.44

------------------------------------------------------------------
------------------  2026-4-12  -  Apr 12 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Input: uinput - fix circular locking dependency with ff-core
    (git-fixes).
  - drm/i915/gt: fix refcount underflow in
    intel_engine_park_heartbeat (git-fixes).
  - drm/vc4: Protect madv read in vc4_gem_object_mmap() with
    madv_lock (git-fixes).
  - drm/vc4: Fix a memory leak in hang state error path (git-fixes).
  - drm/vc4: Fix memory leak of BO array in hang state (git-fixes).
  - drm/vc4: Release runtime PM reference after binding V3D
    (git-fixes).
  - comedi: dt2815: add hardware detection to prevent crash
    (stable-fixes).
  - iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()
    (git-fixes).
  - USB: serial: option: add MeiG Smart SRM825WN (stable-fixes).
  - USB: serial: io_edgeport: add support for Blackbox IC135A
    (stable-fixes).
  - USB: serial: option: add support for Rolling Wireless RW135R-GL
    (stable-fixes).
  - usb: gadget: f_uac1_legacy: validate control request size
    (stable-fixes).
  - USB: core: add NO_LPM quirk for Razer Kiyo Pro webcam
    (stable-fixes).
  - usb: quirks: add DELAY_INIT quirk for another Silicon Motion
    flash drive (stable-fixes).
  - usb: gadget: dummy_hcd: fix premature URB completion when ZLP
    follows partial transfer (stable-fixes).
  - cdc-acm: new quirk for EPSON HMD (stable-fixes).
  - Input: xpad - add support for BETOP BTP-KP50B/C controller's
    wireless mode (stable-fixes).
  - Input: xpad - add support for Razer Wolverine V3 Pro
    (stable-fixes).
  - Input: i8042 - add TUXEDO InfinityBook Max 16 Gen10 AMD to
    i8042 quirk table (stable-fixes).
  - wifi: ath11k: Pass the correct value of each TID during a stop
    AMPDU session (git-fixes).
  - ALSA: ctxfi: Fix missing SPDIFI1 index handling (stable-fixes).
  - HID: multitouch: Check to ensure report responses match the
    request (stable-fixes).
  - HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq
    (stable-fixes).
  - wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer
    allocation (stable-fixes).
  - wifi: ath11k: skip status ring entry processing (stable-fixes).
  - commit f015666

++++ kernel-rt:

  - Input: uinput - fix circular locking dependency with ff-core
    (git-fixes).
  - drm/i915/gt: fix refcount underflow in
    intel_engine_park_heartbeat (git-fixes).
  - drm/vc4: Protect madv read in vc4_gem_object_mmap() with
    madv_lock (git-fixes).
  - drm/vc4: Fix a memory leak in hang state error path (git-fixes).
  - drm/vc4: Fix memory leak of BO array in hang state (git-fixes).
  - drm/vc4: Release runtime PM reference after binding V3D
    (git-fixes).
  - comedi: dt2815: add hardware detection to prevent crash
    (stable-fixes).
  - iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()
    (git-fixes).
  - USB: serial: option: add MeiG Smart SRM825WN (stable-fixes).
  - USB: serial: io_edgeport: add support for Blackbox IC135A
    (stable-fixes).
  - USB: serial: option: add support for Rolling Wireless RW135R-GL
    (stable-fixes).
  - usb: gadget: f_uac1_legacy: validate control request size
    (stable-fixes).
  - USB: core: add NO_LPM quirk for Razer Kiyo Pro webcam
    (stable-fixes).
  - usb: quirks: add DELAY_INIT quirk for another Silicon Motion
    flash drive (stable-fixes).
  - usb: gadget: dummy_hcd: fix premature URB completion when ZLP
    follows partial transfer (stable-fixes).
  - cdc-acm: new quirk for EPSON HMD (stable-fixes).
  - Input: xpad - add support for BETOP BTP-KP50B/C controller's
    wireless mode (stable-fixes).
  - Input: xpad - add support for Razer Wolverine V3 Pro
    (stable-fixes).
  - Input: i8042 - add TUXEDO InfinityBook Max 16 Gen10 AMD to
    i8042 quirk table (stable-fixes).
  - wifi: ath11k: Pass the correct value of each TID during a stop
    AMPDU session (git-fixes).
  - ALSA: ctxfi: Fix missing SPDIFI1 index handling (stable-fixes).
  - HID: multitouch: Check to ensure report responses match the
    request (stable-fixes).
  - HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq
    (stable-fixes).
  - wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer
    allocation (stable-fixes).
  - wifi: ath11k: skip status ring entry processing (stable-fixes).
  - commit f015666

++++ kernel-rt_debug:

  - Input: uinput - fix circular locking dependency with ff-core
    (git-fixes).
  - drm/i915/gt: fix refcount underflow in
    intel_engine_park_heartbeat (git-fixes).
  - drm/vc4: Protect madv read in vc4_gem_object_mmap() with
    madv_lock (git-fixes).
  - drm/vc4: Fix a memory leak in hang state error path (git-fixes).
  - drm/vc4: Fix memory leak of BO array in hang state (git-fixes).
  - drm/vc4: Release runtime PM reference after binding V3D
    (git-fixes).
  - comedi: dt2815: add hardware detection to prevent crash
    (stable-fixes).
  - iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()
    (git-fixes).
  - USB: serial: option: add MeiG Smart SRM825WN (stable-fixes).
  - USB: serial: io_edgeport: add support for Blackbox IC135A
    (stable-fixes).
  - USB: serial: option: add support for Rolling Wireless RW135R-GL
    (stable-fixes).
  - usb: gadget: f_uac1_legacy: validate control request size
    (stable-fixes).
  - USB: core: add NO_LPM quirk for Razer Kiyo Pro webcam
    (stable-fixes).
  - usb: quirks: add DELAY_INIT quirk for another Silicon Motion
    flash drive (stable-fixes).
  - usb: gadget: dummy_hcd: fix premature URB completion when ZLP
    follows partial transfer (stable-fixes).
  - cdc-acm: new quirk for EPSON HMD (stable-fixes).
  - Input: xpad - add support for BETOP BTP-KP50B/C controller's
    wireless mode (stable-fixes).
  - Input: xpad - add support for Razer Wolverine V3 Pro
    (stable-fixes).
  - Input: i8042 - add TUXEDO InfinityBook Max 16 Gen10 AMD to
    i8042 quirk table (stable-fixes).
  - wifi: ath11k: Pass the correct value of each TID during a stop
    AMPDU session (git-fixes).
  - ALSA: ctxfi: Fix missing SPDIFI1 index handling (stable-fixes).
  - HID: multitouch: Check to ensure report responses match the
    request (stable-fixes).
  - HID: wacom: fix out-of-bounds read in wacom_intuos_bt_irq
    (stable-fixes).
  - wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer
    allocation (stable-fixes).
  - wifi: ath11k: skip status ring entry processing (stable-fixes).
  - commit f015666

------------------------------------------------------------------
------------------  2026-4-11  -  Apr 11 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - gpio: tegra: fix irq_release_resources calling enable instead
    of disable (git-fixes).
  - mmc: vub300: fix NULL-deref on disconnect (git-fixes).
  - nfc: pn533: allocate rx skb before consuming bytes (git-fixes).
  - wifi: rt2x00usb: fix devres lifetime (git-fixes).
  - wifi: brcmsmac: Fix dma_free_coherent() size (git-fixes).
  - batman-adv: hold claim backbone gateways by reference
    (git-fixes).
  - batman-adv: reject oversized global TT response buffers
    (git-fixes).
  - nfc: s3fwrn5: allocate rx skb before consuming bytes
    (git-fixes).
  - commit 6ac4a49

++++ kernel-rt:

  - gpio: tegra: fix irq_release_resources calling enable instead
    of disable (git-fixes).
  - mmc: vub300: fix NULL-deref on disconnect (git-fixes).
  - nfc: pn533: allocate rx skb before consuming bytes (git-fixes).
  - wifi: rt2x00usb: fix devres lifetime (git-fixes).
  - wifi: brcmsmac: Fix dma_free_coherent() size (git-fixes).
  - batman-adv: hold claim backbone gateways by reference
    (git-fixes).
  - batman-adv: reject oversized global TT response buffers
    (git-fixes).
  - nfc: s3fwrn5: allocate rx skb before consuming bytes
    (git-fixes).
  - commit 6ac4a49

++++ kernel-rt_debug:

  - gpio: tegra: fix irq_release_resources calling enable instead
    of disable (git-fixes).
  - mmc: vub300: fix NULL-deref on disconnect (git-fixes).
  - nfc: pn533: allocate rx skb before consuming bytes (git-fixes).
  - wifi: rt2x00usb: fix devres lifetime (git-fixes).
  - wifi: brcmsmac: Fix dma_free_coherent() size (git-fixes).
  - batman-adv: hold claim backbone gateways by reference
    (git-fixes).
  - batman-adv: reject oversized global TT response buffers
    (git-fixes).
  - nfc: s3fwrn5: allocate rx skb before consuming bytes
    (git-fixes).
  - commit 6ac4a49

++++ rust-keylime:

  - Build with Clang <= 21 for now to work around boo#1260596.

------------------------------------------------------------------
------------------  2026-4-10  -  Apr 10 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - kABI: workqueue: Implement disable/enable for (delayed) work
    items (bsc#1260522).
  - commit 0192af1
  - workqueue: Implement disable/enable for (delayed) work items
    (bsc#1260522).
  - commit a8b1159
  - workqueue: Preserve OFFQ bits in cancel[_sync] paths
    (bsc#1260522).
  - commit b464c41
  - workqueue: Make @flags handling consistent across set_work_data()
    and friends (bsc#1260522).
  - commit 02f8d34
  - workqueue: Factor out work_grab_pending() from
    __cancel_work_sync() (bsc#1260522).
  - commit 0b98d92
  - workqueue: Introduce work_cancel_flags (bsc#1260522).
  - commit 305ef18
  - workqueue: Reorganize flush and cancel[_sync] functions
    (bsc#1260522).
  - commit 0226729
  - workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()
    (bsc#1260522).
  - commit 32cb828
  - serial: core: fix infinite loop in handle_tx() for PORT_UNKNOWN
    (CVE-2026-23472 bsc#1261636).
  - commit ebf8f3c
  - workqueue: Clean up enum work_bits and related constants
    (bsc#1260522).
  - commit 1fa3104
  - workqueue: Break up enum definitions and give names to the types
    (bsc#1260522).
  - commit 479a1d6

++++ kernel-rt:

  - kABI: workqueue: Implement disable/enable for (delayed) work
    items (bsc#1260522).
  - commit 0192af1
  - workqueue: Implement disable/enable for (delayed) work items
    (bsc#1260522).
  - commit a8b1159
  - workqueue: Preserve OFFQ bits in cancel[_sync] paths
    (bsc#1260522).
  - commit b464c41
  - workqueue: Make @flags handling consistent across set_work_data()
    and friends (bsc#1260522).
  - commit 02f8d34
  - workqueue: Factor out work_grab_pending() from
    __cancel_work_sync() (bsc#1260522).
  - commit 0b98d92
  - workqueue: Introduce work_cancel_flags (bsc#1260522).
  - commit 305ef18
  - workqueue: Reorganize flush and cancel[_sync] functions
    (bsc#1260522).
  - commit 0226729
  - workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()
    (bsc#1260522).
  - commit 32cb828
  - serial: core: fix infinite loop in handle_tx() for PORT_UNKNOWN
    (CVE-2026-23472 bsc#1261636).
  - commit ebf8f3c
  - workqueue: Clean up enum work_bits and related constants
    (bsc#1260522).
  - commit 1fa3104
  - workqueue: Break up enum definitions and give names to the types
    (bsc#1260522).
  - commit 479a1d6

++++ kernel-rt_debug:

  - kABI: workqueue: Implement disable/enable for (delayed) work
    items (bsc#1260522).
  - commit 0192af1
  - workqueue: Implement disable/enable for (delayed) work items
    (bsc#1260522).
  - commit a8b1159
  - workqueue: Preserve OFFQ bits in cancel[_sync] paths
    (bsc#1260522).
  - commit b464c41
  - workqueue: Make @flags handling consistent across set_work_data()
    and friends (bsc#1260522).
  - commit 02f8d34
  - workqueue: Factor out work_grab_pending() from
    __cancel_work_sync() (bsc#1260522).
  - commit 0b98d92
  - workqueue: Introduce work_cancel_flags (bsc#1260522).
  - commit 305ef18
  - workqueue: Reorganize flush and cancel[_sync] functions
    (bsc#1260522).
  - commit 0226729
  - workqueue: Rename __cancel_work_timer() to __cancel_timer_sync()
    (bsc#1260522).
  - commit 32cb828
  - serial: core: fix infinite loop in handle_tx() for PORT_UNKNOWN
    (CVE-2026-23472 bsc#1261636).
  - commit ebf8f3c
  - workqueue: Clean up enum work_bits and related constants
    (bsc#1260522).
  - commit 1fa3104
  - workqueue: Break up enum definitions and give names to the types
    (bsc#1260522).
  - commit 479a1d6

++++ libcap:

  - CVE-2026-4878: Fixed a a potential TOCTOU race condition in cap_set_file() (bsc#1261809)
    0001-Address-a-potential-TOCTOU-race-condition-in-cap_set.patch:

------------------------------------------------------------------
------------------  2026-4-9  -  Apr 9 2026  -------------------
------------------------------------------------------------------

++++ cockpit-podman:

  - Update dependencies to fix bsc#1257836/CVE-2026-25547 bsc#1258641/CVE-2026-26996

++++ gdk-pixbuf:

  - Add gdk-pixbuf-CVE-2026-5201.patch: jpeg: Reject unsupported
    number of components (bsc#1261210 CVE-2026-5201
    glgo#GNOME/gdk-pixbuf#266).

++++ grub2:

  - Fix PowerPC network boot prefix to correctly locate grub.cfg (bsc#1249385)
    * 0001-ieee1275-Use-net-config-for-boot-location-instead-of.patch

++++ kernel-default:

  - Delete patches.suse/docs-vfio-Add-vfio-device-cdev-description-09467130.
    Remove duplicate patch
  - commit aa4fe2a
  - scsi: pm8001: Fix use-after-free in pm8001_queue_command()
    (CVE-2026-23306 bsc#1260501).
  - commit 57106d4
  - bpf, arm64: Force 8-byte alignment for JIT buffer to prevent
    atomic tearing (CVE-2026-23383 bsc#1260497).
  - commit 62599f7

++++ kernel-rt:

  - Delete patches.suse/docs-vfio-Add-vfio-device-cdev-description-09467130.
    Remove duplicate patch
  - commit aa4fe2a
  - scsi: pm8001: Fix use-after-free in pm8001_queue_command()
    (CVE-2026-23306 bsc#1260501).
  - commit 57106d4
  - bpf, arm64: Force 8-byte alignment for JIT buffer to prevent
    atomic tearing (CVE-2026-23383 bsc#1260497).
  - commit 62599f7

++++ kernel-rt_debug:

  - Delete patches.suse/docs-vfio-Add-vfio-device-cdev-description-09467130.
    Remove duplicate patch
  - commit aa4fe2a
  - scsi: pm8001: Fix use-after-free in pm8001_queue_command()
    (CVE-2026-23306 bsc#1260501).
  - commit 57106d4
  - bpf, arm64: Force 8-byte alignment for JIT buffer to prevent
    atomic tearing (CVE-2026-23383 bsc#1260497).
  - commit 62599f7

++++ sqlite3:

  - Update to version 3.53.0:
    * https://sqlite.org/releaselog/3_53_0.html
    * Add the Query Result Formatter (QRF) library for formatting the
    results of SQL queries for human readability on a fixed-pitch
    font screen.
    * Enhance ALTER TABLE to permit adding and removing NOT NULL and
    CHECK constraints.
    * The REINDEX EXPRESSIONS statement rebuilds expression indexes.
    * The body of TEMP triggers may now modify and/or query tables
    in the main schema.
    * Enhance VACUUM INTO so that if a URI filename is used as the
    target and that filename has a reserve=N query parameter with
    N between 0 and 255, then the reserve amount for the generated
    database copy is set to N.
    * New SQL functions json_array_insert() and jsonb_array_insert().
    * Renovations to the CLI.
    * New C-language interfaces: sqlite3_str_truncate(),
    sqlite3_str_free(), sqlite3_carray_bind_v2().
    * Add the SQLITE_PREPARE_FROM_DDL option to sqlite3_prepare_v3().
    * Added the SQLITE_UTF8_ZT constant which can be used as the
    encoding parameter to sqlite3_result_text64() or
    sqlite3_bind_text64() to indicate that the value is UTF-8
    encoded and zero terminated.
    * The SQLITE_LIMIT_PARSER_DEPTH option is added to
    sqlite3_limit().
    * The SQLITE_DBCONFIG_FP_DIGITS option is added to
    sqlite3_db_config().
    * Query planner improvements.
    * Add new interfaces to the session extension that enable an
    application to add changes one at a time to the
    sqlite3_changegroup object.
    * Improvements to floating-point ↔ text conversions.
    * Added the self-healing index feature to deal with the stale
    expression index problem.
    * Add the "-p|--port" option to sqlite3_rsync.
    * Add the "opfs-wl" VFS, functionally identical to the "opfs" VFS
    but using Web Locks for locking, which can promise fairer lock
    sharing than the "opfs" bespoke protocol can. "opfs-wl"
    requires Atomics.waitAsync(), so requires newer browsers than
    "opfs" does.

------------------------------------------------------------------
------------------  2026-4-8  -  Apr 8 2026  -------------------
------------------------------------------------------------------

++++ cockpit-machines:

  - Update dependencies to fix bsc#1257836/CVE-2026-25547 bsc#1258641/CVE-2026-26996

++++ kernel-default:

  - ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()
    (CVE-2026-23304 bsc#1260544).
  - commit 0e2cfb3
  - selftests/powerpc: make sub-folders buildable on their own (bsc#1261669 ltc#212590).
  - Refresh patches.suse/selftests-powerpc-dexcr-Add-no-pie-to-hashchk-tests.patch.
  - commit b39cae9
  - selftests/powerpc: Re-order *FLAGS to follow lib.mk (bsc#1261669
    ltc#212590).
  - commit cdc7ba4
  - selftests/powerpc: Suppress -Wmaybe-uninitialized with GCC 15
    (bsc#1261669 ltc#212590).
  - commit 875a091

++++ kernel-rt:

  - ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()
    (CVE-2026-23304 bsc#1260544).
  - commit 0e2cfb3
  - selftests/powerpc: make sub-folders buildable on their own (bsc#1261669 ltc#212590).
  - Refresh patches.suse/selftests-powerpc-dexcr-Add-no-pie-to-hashchk-tests.patch.
  - commit b39cae9
  - selftests/powerpc: Re-order *FLAGS to follow lib.mk (bsc#1261669
    ltc#212590).
  - commit cdc7ba4
  - selftests/powerpc: Suppress -Wmaybe-uninitialized with GCC 15
    (bsc#1261669 ltc#212590).
  - commit 875a091

++++ kernel-rt_debug:

  - ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()
    (CVE-2026-23304 bsc#1260544).
  - commit 0e2cfb3
  - selftests/powerpc: make sub-folders buildable on their own (bsc#1261669 ltc#212590).
  - Refresh patches.suse/selftests-powerpc-dexcr-Add-no-pie-to-hashchk-tests.patch.
  - commit b39cae9
  - selftests/powerpc: Re-order *FLAGS to follow lib.mk (bsc#1261669
    ltc#212590).
  - commit cdc7ba4
  - selftests/powerpc: Suppress -Wmaybe-uninitialized with GCC 15
    (bsc#1261669 ltc#212590).
  - commit 875a091

++++ openssl-3:

  - Security fix:
    * CVE-2026-28390: NULL pointer dereference during processing of a crafted
    CMS EnvelopedData message with KeyTransportRecipientInfo (bsc#1261678)
    * Add openssl-CVE-2026-28390.patch

++++ python311-core:

  - Rewrite structure of Python interpreter packages.
    `python3*` symbols should be now provided by real python3
    packages and its subpackages instead of the virtual provides
    (bsc#1258364).

++++ opensuse-migration-tool:

  - Update to version 20260408.218e5ee:
    * Add support for Leap Micro to Leap migration
    * Add quick start guide for git installation
    * Use .tar.xz for some reason obs service tar fails on 15.6

++++ python311:

  - Rewrite structure of Python interpreter packages.
    `python3*` symbols should be now provided by real python3
    packages and its subpackages instead of the virtual provides
    (bsc#1258364).

------------------------------------------------------------------
------------------  2026-4-7  -  Apr 7 2026  -------------------
------------------------------------------------------------------

++++ grub2:

  - Fix double free in xen booting if root filesystem is Btrfs (bsc#1259543)
    * grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
    * grub2-btrfs-09-get-default-subvolume.patch

++++ kernel-default:

  - xdp: produce a warning when calculated tailroom is negative
    (CVE-2026-23343 bsc#1260527).
  - commit 3ff31fa
  - tg3: Fix race for querying speed/duplex (bsc#1257183).
  - commit 50cbd22
  - net/rds: Fix circular locking dependency in rds_tcp_tune
    (CVE-2026-23419 bsc#1261507).
  - commit 5d48507
  - RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah() (CVE-2026-23335 bsc#1260550)
  - commit 9fa90c7
  - gve: Fix stats report corruption on queue count change
    (CVE-2026-23262 bsc#1259870).
  - commit 56ed553
  - netfilter: bpf: defer hook memory release until rcu readers
    are done (CVE-2026-23412 bsc#1261412).
  - commit 1299d5b
  - Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ
    (CVE-2026-23395 bsc#1260580).
  - commit 942ba6f
  - soc: aspeed: socinfo: Mask table entries for accurate SoC ID
    matching (git-fixes).
  - commit df6cd61
  - net/sched: teql: fix NULL pointer dereference in iptunnel_xmit
    on TEQL slave xmit (CVE-2026-23277 bsc#1259997).
  - commit 852cc2c
  - scsi: target: Fix recursive locking in __configfs_open_file()
    (CVE-2026-23292 bsc#1260500).
  - scsi: target: iscsi: Fix use-after-free in
    iscsit_dec_session_usage_count() (CVE-2026-23193 bsc#1258414).
  - scsi: target: iscsi: Fix use-after-free in
    iscsit_dec_conn_usage_count() (CVE-2026-23216 bsc#1258447).
  - commit e7b5dcd
  - net/sched: Only allow act_ct to bind to clsact/ingress qdiscs
    and shared blocks (CVE-2026-23270 bsc#1259886).
  - commit 00821f1

++++ kernel-rt:

  - xdp: produce a warning when calculated tailroom is negative
    (CVE-2026-23343 bsc#1260527).
  - commit 3ff31fa
  - tg3: Fix race for querying speed/duplex (bsc#1257183).
  - commit 50cbd22
  - net/rds: Fix circular locking dependency in rds_tcp_tune
    (CVE-2026-23419 bsc#1261507).
  - commit 5d48507
  - RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah() (CVE-2026-23335 bsc#1260550)
  - commit 9fa90c7
  - gve: Fix stats report corruption on queue count change
    (CVE-2026-23262 bsc#1259870).
  - commit 56ed553
  - netfilter: bpf: defer hook memory release until rcu readers
    are done (CVE-2026-23412 bsc#1261412).
  - commit 1299d5b
  - Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ
    (CVE-2026-23395 bsc#1260580).
  - commit 942ba6f
  - soc: aspeed: socinfo: Mask table entries for accurate SoC ID
    matching (git-fixes).
  - commit df6cd61
  - net/sched: teql: fix NULL pointer dereference in iptunnel_xmit
    on TEQL slave xmit (CVE-2026-23277 bsc#1259997).
  - commit 852cc2c
  - scsi: target: Fix recursive locking in __configfs_open_file()
    (CVE-2026-23292 bsc#1260500).
  - scsi: target: iscsi: Fix use-after-free in
    iscsit_dec_session_usage_count() (CVE-2026-23193 bsc#1258414).
  - scsi: target: iscsi: Fix use-after-free in
    iscsit_dec_conn_usage_count() (CVE-2026-23216 bsc#1258447).
  - commit e7b5dcd
  - net/sched: Only allow act_ct to bind to clsact/ingress qdiscs
    and shared blocks (CVE-2026-23270 bsc#1259886).
  - commit 00821f1

++++ kernel-rt_debug:

  - xdp: produce a warning when calculated tailroom is negative
    (CVE-2026-23343 bsc#1260527).
  - commit 3ff31fa
  - tg3: Fix race for querying speed/duplex (bsc#1257183).
  - commit 50cbd22
  - net/rds: Fix circular locking dependency in rds_tcp_tune
    (CVE-2026-23419 bsc#1261507).
  - commit 5d48507
  - RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah() (CVE-2026-23335 bsc#1260550)
  - commit 9fa90c7
  - gve: Fix stats report corruption on queue count change
    (CVE-2026-23262 bsc#1259870).
  - commit 56ed553
  - netfilter: bpf: defer hook memory release until rcu readers
    are done (CVE-2026-23412 bsc#1261412).
  - commit 1299d5b
  - Bluetooth: L2CAP: Fix accepting multiple L2CAP_ECRED_CONN_REQ
    (CVE-2026-23395 bsc#1260580).
  - commit 942ba6f
  - soc: aspeed: socinfo: Mask table entries for accurate SoC ID
    matching (git-fixes).
  - commit df6cd61
  - net/sched: teql: fix NULL pointer dereference in iptunnel_xmit
    on TEQL slave xmit (CVE-2026-23277 bsc#1259997).
  - commit 852cc2c
  - scsi: target: Fix recursive locking in __configfs_open_file()
    (CVE-2026-23292 bsc#1260500).
  - scsi: target: iscsi: Fix use-after-free in
    iscsit_dec_session_usage_count() (CVE-2026-23193 bsc#1258414).
  - scsi: target: iscsi: Fix use-after-free in
    iscsit_dec_conn_usage_count() (CVE-2026-23216 bsc#1258447).
  - commit e7b5dcd
  - net/sched: Only allow act_ct to bind to clsact/ingress qdiscs
    and shared blocks (CVE-2026-23270 bsc#1259886).
  - commit 00821f1

++++ sudo:

  - CVE-2026-35535: potential privilege escalation when running
    the mailer (bsc#1261420)
    * fix-CVE-2026-35535.patch

------------------------------------------------------------------
------------------  2026-4-6  -  Apr 6 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled
    (CVE-2026-23381 bsc#1260471).
  - commit 21aa5bd
  - clsact: Fix use-after-free in init/destroy rollback asymmetry
    (CVE-2026-23413 bsc#1261498).
  - commit eaf3b22
  - icmp: fix NULL pointer dereference in icmp_tag_validation()
    (CVE-2026-23398 bsc#1260730).
  - net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabled
    (CVE-2026-23293 bsc#1260486).
  - commit 05f5f64
  - net/sched: ets: fix divide by zero in the offload path
    (CVE-2026-23379 bsc#1260481).
  - commit 3672900
  - tls: Purge async_hold in tls_decrypt_async_wait() (CVE-2026-23414
    bsc#1261496).
  - commit 1058925
  - usb: gadget: uvc: fix NULL pointer dereference during unbind
    race (git-fixes).
  - commit 4a9ee96
  - misc: fastrpc: possible double-free of cctx->remote_heap
    (git-fixes).
  - comedi: Reinit dev->spinlock between attachments to low-level
    drivers (git-fixes).
  - comedi: me_daq: Fix potential overrun of firmware buffer
    (git-fixes).
  - comedi: me4000: Fix potential overrun of firmware buffer
    (git-fixes).
  - comedi: ni_atmio16d: Fix invalid clean-up after failed attach
    (git-fixes).
  - iio: dac: ad5770r: fix error return in ad5770r_read_raw()
    (git-fixes).
  - iio: accel: fix ADXL355 temperature signature value (git-fixes).
  - iio: light: vcnl4035: fix scan buffer on big-endian (git-fixes).
  - iio: adc: ti-adc161s626: fix buffer read on big-endian
    (git-fixes).
  - iio: imu: bmi160: Remove potential undefined behavior in
    bmi160_config_pin() (git-fixes).
  - iio: imu: bno055: fix BNO055_SCAN_CH_COUNT off by one
    (git-fixes).
  - iio: gyro: mpu3050: Fix out-of-sequence free_irq() (git-fixes).
  - iio: gyro: mpu3050: Move iio_device_register() to correct
    location (git-fixes).
  - iio: gyro: mpu3050: Fix irq resource leak (git-fixes).
  - iio: gyro: mpu3050: Fix incorrect free_irq() variable
    (git-fixes).
  - iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and
    gyroscope only (git-fixes).
  - usb: cdns3: gadget: fix state inconsistency on gadget init
    failure (git-fixes).
  - usb: ulpi: fix double free in ulpi_register_interface() error
    path (git-fixes).
  - usb: cdns3: gadget: fix NULL pointer dereference in ep_queue
    (git-fixes).
  - usb: gadget: f_rndis: Protect RNDIS options with mutex
    (git-fixes).
  - usb: gadget: f_subset: Fix unbalanced refcnt in geth_free
    (git-fixes).
  - usb: dwc2: gadget: Fix spin_lock/unlock mismatch in
    dwc2_hsotg_udc_stop() (git-fixes).
  - usb: ehci-brcm: fix sleep during atomic (git-fixes).
  - USB: dummy-hcd: Fix interrupt synchronization error (git-fixes).
  - USB: dummy-hcd: Fix locking/synchronization error (git-fixes).
  - usb: usbtmc: Flush anchored URBs in usbtmc_release (git-fixes).
  - usb: gadget: u_ether: Fix race between gether_disconnect and
    eth_stop (git-fixes).
  - thunderbolt: Fix property read in nhi_wake_supported()
    (git-fixes).
  - commit 4e3d5c2

++++ kernel-rt:

  - net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled
    (CVE-2026-23381 bsc#1260471).
  - commit 21aa5bd
  - clsact: Fix use-after-free in init/destroy rollback asymmetry
    (CVE-2026-23413 bsc#1261498).
  - commit eaf3b22
  - icmp: fix NULL pointer dereference in icmp_tag_validation()
    (CVE-2026-23398 bsc#1260730).
  - net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabled
    (CVE-2026-23293 bsc#1260486).
  - commit 05f5f64
  - net/sched: ets: fix divide by zero in the offload path
    (CVE-2026-23379 bsc#1260481).
  - commit 3672900
  - tls: Purge async_hold in tls_decrypt_async_wait() (CVE-2026-23414
    bsc#1261496).
  - commit 1058925
  - usb: gadget: uvc: fix NULL pointer dereference during unbind
    race (git-fixes).
  - commit 4a9ee96
  - misc: fastrpc: possible double-free of cctx->remote_heap
    (git-fixes).
  - comedi: Reinit dev->spinlock between attachments to low-level
    drivers (git-fixes).
  - comedi: me_daq: Fix potential overrun of firmware buffer
    (git-fixes).
  - comedi: me4000: Fix potential overrun of firmware buffer
    (git-fixes).
  - comedi: ni_atmio16d: Fix invalid clean-up after failed attach
    (git-fixes).
  - iio: dac: ad5770r: fix error return in ad5770r_read_raw()
    (git-fixes).
  - iio: accel: fix ADXL355 temperature signature value (git-fixes).
  - iio: light: vcnl4035: fix scan buffer on big-endian (git-fixes).
  - iio: adc: ti-adc161s626: fix buffer read on big-endian
    (git-fixes).
  - iio: imu: bmi160: Remove potential undefined behavior in
    bmi160_config_pin() (git-fixes).
  - iio: imu: bno055: fix BNO055_SCAN_CH_COUNT off by one
    (git-fixes).
  - iio: gyro: mpu3050: Fix out-of-sequence free_irq() (git-fixes).
  - iio: gyro: mpu3050: Move iio_device_register() to correct
    location (git-fixes).
  - iio: gyro: mpu3050: Fix irq resource leak (git-fixes).
  - iio: gyro: mpu3050: Fix incorrect free_irq() variable
    (git-fixes).
  - iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and
    gyroscope only (git-fixes).
  - usb: cdns3: gadget: fix state inconsistency on gadget init
    failure (git-fixes).
  - usb: ulpi: fix double free in ulpi_register_interface() error
    path (git-fixes).
  - usb: cdns3: gadget: fix NULL pointer dereference in ep_queue
    (git-fixes).
  - usb: gadget: f_rndis: Protect RNDIS options with mutex
    (git-fixes).
  - usb: gadget: f_subset: Fix unbalanced refcnt in geth_free
    (git-fixes).
  - usb: dwc2: gadget: Fix spin_lock/unlock mismatch in
    dwc2_hsotg_udc_stop() (git-fixes).
  - usb: ehci-brcm: fix sleep during atomic (git-fixes).
  - USB: dummy-hcd: Fix interrupt synchronization error (git-fixes).
  - USB: dummy-hcd: Fix locking/synchronization error (git-fixes).
  - usb: usbtmc: Flush anchored URBs in usbtmc_release (git-fixes).
  - usb: gadget: u_ether: Fix race between gether_disconnect and
    eth_stop (git-fixes).
  - thunderbolt: Fix property read in nhi_wake_supported()
    (git-fixes).
  - commit 4e3d5c2

++++ kernel-rt_debug:

  - net: bridge: fix nd_tbl NULL dereference when IPv6 is disabled
    (CVE-2026-23381 bsc#1260471).
  - commit 21aa5bd
  - clsact: Fix use-after-free in init/destroy rollback asymmetry
    (CVE-2026-23413 bsc#1261498).
  - commit eaf3b22
  - icmp: fix NULL pointer dereference in icmp_tag_validation()
    (CVE-2026-23398 bsc#1260730).
  - net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabled
    (CVE-2026-23293 bsc#1260486).
  - commit 05f5f64
  - net/sched: ets: fix divide by zero in the offload path
    (CVE-2026-23379 bsc#1260481).
  - commit 3672900
  - tls: Purge async_hold in tls_decrypt_async_wait() (CVE-2026-23414
    bsc#1261496).
  - commit 1058925
  - usb: gadget: uvc: fix NULL pointer dereference during unbind
    race (git-fixes).
  - commit 4a9ee96
  - misc: fastrpc: possible double-free of cctx->remote_heap
    (git-fixes).
  - comedi: Reinit dev->spinlock between attachments to low-level
    drivers (git-fixes).
  - comedi: me_daq: Fix potential overrun of firmware buffer
    (git-fixes).
  - comedi: me4000: Fix potential overrun of firmware buffer
    (git-fixes).
  - comedi: ni_atmio16d: Fix invalid clean-up after failed attach
    (git-fixes).
  - iio: dac: ad5770r: fix error return in ad5770r_read_raw()
    (git-fixes).
  - iio: accel: fix ADXL355 temperature signature value (git-fixes).
  - iio: light: vcnl4035: fix scan buffer on big-endian (git-fixes).
  - iio: adc: ti-adc161s626: fix buffer read on big-endian
    (git-fixes).
  - iio: imu: bmi160: Remove potential undefined behavior in
    bmi160_config_pin() (git-fixes).
  - iio: imu: bno055: fix BNO055_SCAN_CH_COUNT off by one
    (git-fixes).
  - iio: gyro: mpu3050: Fix out-of-sequence free_irq() (git-fixes).
  - iio: gyro: mpu3050: Move iio_device_register() to correct
    location (git-fixes).
  - iio: gyro: mpu3050: Fix irq resource leak (git-fixes).
  - iio: gyro: mpu3050: Fix incorrect free_irq() variable
    (git-fixes).
  - iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and
    gyroscope only (git-fixes).
  - usb: cdns3: gadget: fix state inconsistency on gadget init
    failure (git-fixes).
  - usb: ulpi: fix double free in ulpi_register_interface() error
    path (git-fixes).
  - usb: cdns3: gadget: fix NULL pointer dereference in ep_queue
    (git-fixes).
  - usb: gadget: f_rndis: Protect RNDIS options with mutex
    (git-fixes).
  - usb: gadget: f_subset: Fix unbalanced refcnt in geth_free
    (git-fixes).
  - usb: dwc2: gadget: Fix spin_lock/unlock mismatch in
    dwc2_hsotg_udc_stop() (git-fixes).
  - usb: ehci-brcm: fix sleep during atomic (git-fixes).
  - USB: dummy-hcd: Fix interrupt synchronization error (git-fixes).
  - USB: dummy-hcd: Fix locking/synchronization error (git-fixes).
  - usb: usbtmc: Flush anchored URBs in usbtmc_release (git-fixes).
  - usb: gadget: u_ether: Fix race between gether_disconnect and
    eth_stop (git-fixes).
  - thunderbolt: Fix property read in nhi_wake_supported()
    (git-fixes).
  - commit 4e3d5c2

++++ suseconnect-ng:

  - Update version to 1.22:
  - InstallReleasePackage should consider zypperFilesystemRoot
    (jsc#SCC-630).
  - Restore exit code 71 handling when attempting keepalive and not
    registered (bsc#1263772)
  - Add collector support for gathering RKE2 & K3s kubernetes provider
    info if enabled on a system (jsc#TEL-317)
  - Add email address validation to SUSEConnect -e/--email option. (bsc#1197231)
  - Add collector support for detecting if system is running pacemaker
    (jsc#SCC-693)
  - Avoid double slash at start of request URL path component.
    (jsc#SCC-775)
  - Use product identifier when finding product packages during
    migrations. (jsc#SCC=758 bsc#1265410)
  - Add opt in/out support for collectors (jsc#TEL-312)
  - Update config parser for suseconnect to be YAML based (jsc#SCC-730)

------------------------------------------------------------------
------------------  2026-4-5  -  Apr 5 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Input: synaptics-rmi4 - fix a locking bug in an error path
    (git-fixes).
  - hwmon: (occ) Fix missing newline in occ_show_extended()
    (git-fixes).
  - hwmon: (occ) Fix division by zero in occ_show_power_1()
    (git-fixes).
  - hwmon: (tps53679) Fix device ID comparison and printing in
    tps53676_identify() (git-fixes).
  - hwmon: (pxe1610) Check return value of page-select write in
    probe (git-fixes).
  - commit 08cee84

++++ kernel-rt:

  - Input: synaptics-rmi4 - fix a locking bug in an error path
    (git-fixes).
  - hwmon: (occ) Fix missing newline in occ_show_extended()
    (git-fixes).
  - hwmon: (occ) Fix division by zero in occ_show_power_1()
    (git-fixes).
  - hwmon: (tps53679) Fix device ID comparison and printing in
    tps53676_identify() (git-fixes).
  - hwmon: (pxe1610) Check return value of page-select write in
    probe (git-fixes).
  - commit 08cee84

++++ kernel-rt_debug:

  - Input: synaptics-rmi4 - fix a locking bug in an error path
    (git-fixes).
  - hwmon: (occ) Fix missing newline in occ_show_extended()
    (git-fixes).
  - hwmon: (occ) Fix division by zero in occ_show_power_1()
    (git-fixes).
  - hwmon: (tps53679) Fix device ID comparison and printing in
    tps53676_identify() (git-fixes).
  - hwmon: (pxe1610) Check return value of page-select write in
    probe (git-fixes).
  - commit 08cee84

------------------------------------------------------------------
------------------  2026-4-4  -  Apr 4 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - gpio: mxc: map Both Edge pad wakeup to Rising Edge (git-fixes).
  - drm/ioc32: stop speculation on the drm_compat_ioctl path
    (git-fixes).
  - drm/ast: dp501: Fix initialization of SCU2C (git-fixes).
  - accel/qaic: Handle DBC deactivation if the owner went away
    (git-fixes).
  - drm/i915/dp: Use crtc_state->enhanced_framing properly on
    ivb/hsw CPU eDP (git-fixes).
  - crypto: af-alg - fix NULL pointer dereference in scatterwalk
    (git-fixes).
  - crypto: caam - fix overflow on long hmac keys (git-fixes).
  - crypto: caam - fix DMA corruption on long hmac keys (git-fixes).
  - commit 376a907

++++ kernel-rt:

  - gpio: mxc: map Both Edge pad wakeup to Rising Edge (git-fixes).
  - drm/ioc32: stop speculation on the drm_compat_ioctl path
    (git-fixes).
  - drm/ast: dp501: Fix initialization of SCU2C (git-fixes).
  - accel/qaic: Handle DBC deactivation if the owner went away
    (git-fixes).
  - drm/i915/dp: Use crtc_state->enhanced_framing properly on
    ivb/hsw CPU eDP (git-fixes).
  - crypto: af-alg - fix NULL pointer dereference in scatterwalk
    (git-fixes).
  - crypto: caam - fix overflow on long hmac keys (git-fixes).
  - crypto: caam - fix DMA corruption on long hmac keys (git-fixes).
  - commit 376a907

++++ kernel-rt_debug:

  - gpio: mxc: map Both Edge pad wakeup to Rising Edge (git-fixes).
  - drm/ioc32: stop speculation on the drm_compat_ioctl path
    (git-fixes).
  - drm/ast: dp501: Fix initialization of SCU2C (git-fixes).
  - accel/qaic: Handle DBC deactivation if the owner went away
    (git-fixes).
  - drm/i915/dp: Use crtc_state->enhanced_framing properly on
    ivb/hsw CPU eDP (git-fixes).
  - crypto: af-alg - fix NULL pointer dereference in scatterwalk
    (git-fixes).
  - crypto: caam - fix overflow on long hmac keys (git-fixes).
  - crypto: caam - fix DMA corruption on long hmac keys (git-fixes).
  - commit 376a907

------------------------------------------------------------------
------------------  2026-4-3  -  Apr 3 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D
    mode (stable-fixes).
  - commit 2d1bac8
  - net/x25: Fix overflow when accumulating packets (git-fixes).
  - net/x25: Fix potential double free of skb (git-fixes).
  - Bluetooth: SMP: derive legacy responder STK authentication
    from MITM state (git-fixes).
  - Bluetooth: SMP: force responder MITM requirements before
    building the pairing response (git-fixes).
  - Bluetooth: MGMT: validate mesh send advertising payload length
    (git-fixes).
  - Bluetooth: hci_event: fix potential UAF in
    hci_le_remote_conn_param_req_evt (git-fixes).
  - Bluetooth: MGMT: validate LTK enc_size on load (git-fixes).
  - Bluetooth: SCO: fix race conditions in sco_sock_connect()
    (git-fixes).
  - Bluetooth: hci_sync: call destroy in hci_cmd_sync_run if
    immediate (git-fixes).
  - NFC: pn533: bound the UART receive buffer (git-fixes).
  - wifi: iwlwifi: mvm: fix potential out-of-bounds read in
    iwl_mvm_nd_match_info_handler() (git-fixes).
  - wifi: wilc1000: fix u8 overflow in SSID scan buffer size
    calculation (git-fixes).
  - ASoC: ep93xx: Fix unchecked clk_prepare_enable() and add
    rollback on failure (git-fixes).
  - ALSA: caiaq: fix stack out-of-bounds read in init_card
    (git-fixes).
  - dmaengine: idxd: Fix freeing the allocated ida too late
    (git-fixes).
  - Bluetooth: btintel: serialize btintel_hw_error() with
    hci_req_sync_lock (git-fixes).
  - hwmon: axi-fan: don't use driver_override as IRQ name
    (git-fixes).
  - ALSA: hda/realtek: Add headset jack quirk for Thinkpad X390
    (stable-fixes).
  - ALSA: hda/realtek: add HP Laptop 14s-dr5xxx mute LED quirk
    (stable-fixes).
  - ASoC: fsl_easrc: Fix event generation in
    fsl_easrc_iec958_set_reg() (stable-fixes).
  - ASoC: fsl_easrc: Fix event generation in
    fsl_easrc_iec958_put_bits() (stable-fixes).
  - HID: mcp2221: cancel last I2C command on read error
    (stable-fixes).
  - HID: asus: avoid memory leak in asus_report_fixup()
    (stable-fixes).
  - HID: magicmouse: avoid memory leak in magicmouse_report_fixup()
    (stable-fixes).
  - HID: apple: avoid memory leak in apple_report_fixup()
    (stable-fixes).
  - platform/x86: intel-hid: Enable 5-button array on ThinkPad X1
    Fold 16 Gen 1 (stable-fixes).
  - platform/x86: intel-hid: Add Dell 14 Plus 2-in-1 to
    dmi_vgbs_allow_list (stable-fixes).
  - platform/x86: touchscreen_dmi: Add quirk for y-inverted Goodix
    touchscreen on SUPI S10 (stable-fixes).
  - mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D
    mode (stable-fixes).
  - Bluetooth: hci_sync: Remove remaining dependencies of
    hci_request (stable-fixes).
  - Bluetooth: Remove 3 repeated macro definitions (stable-fixes).
  - hwmon: (axi-fan-control) Make use of dev_err_probe()
    (stable-fixes).
  - hwmon: (axi-fan-control) Use device firmware agnostic API
    (stable-fixes).
  - dmaengine: idxd: Remove usage of the deprecated ida_simple_xx()
    API (stable-fixes).
  - commit a6c10e6

++++ kernel-rt:

  - mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D
    mode (stable-fixes).
  - commit 2d1bac8
  - net/x25: Fix overflow when accumulating packets (git-fixes).
  - net/x25: Fix potential double free of skb (git-fixes).
  - Bluetooth: SMP: derive legacy responder STK authentication
    from MITM state (git-fixes).
  - Bluetooth: SMP: force responder MITM requirements before
    building the pairing response (git-fixes).
  - Bluetooth: MGMT: validate mesh send advertising payload length
    (git-fixes).
  - Bluetooth: hci_event: fix potential UAF in
    hci_le_remote_conn_param_req_evt (git-fixes).
  - Bluetooth: MGMT: validate LTK enc_size on load (git-fixes).
  - Bluetooth: SCO: fix race conditions in sco_sock_connect()
    (git-fixes).
  - Bluetooth: hci_sync: call destroy in hci_cmd_sync_run if
    immediate (git-fixes).
  - NFC: pn533: bound the UART receive buffer (git-fixes).
  - wifi: iwlwifi: mvm: fix potential out-of-bounds read in
    iwl_mvm_nd_match_info_handler() (git-fixes).
  - wifi: wilc1000: fix u8 overflow in SSID scan buffer size
    calculation (git-fixes).
  - ASoC: ep93xx: Fix unchecked clk_prepare_enable() and add
    rollback on failure (git-fixes).
  - ALSA: caiaq: fix stack out-of-bounds read in init_card
    (git-fixes).
  - dmaengine: idxd: Fix freeing the allocated ida too late
    (git-fixes).
  - Bluetooth: btintel: serialize btintel_hw_error() with
    hci_req_sync_lock (git-fixes).
  - hwmon: axi-fan: don't use driver_override as IRQ name
    (git-fixes).
  - ALSA: hda/realtek: Add headset jack quirk for Thinkpad X390
    (stable-fixes).
  - ALSA: hda/realtek: add HP Laptop 14s-dr5xxx mute LED quirk
    (stable-fixes).
  - ASoC: fsl_easrc: Fix event generation in
    fsl_easrc_iec958_set_reg() (stable-fixes).
  - ASoC: fsl_easrc: Fix event generation in
    fsl_easrc_iec958_put_bits() (stable-fixes).
  - HID: mcp2221: cancel last I2C command on read error
    (stable-fixes).
  - HID: asus: avoid memory leak in asus_report_fixup()
    (stable-fixes).
  - HID: magicmouse: avoid memory leak in magicmouse_report_fixup()
    (stable-fixes).
  - HID: apple: avoid memory leak in apple_report_fixup()
    (stable-fixes).
  - platform/x86: intel-hid: Enable 5-button array on ThinkPad X1
    Fold 16 Gen 1 (stable-fixes).
  - platform/x86: intel-hid: Add Dell 14 Plus 2-in-1 to
    dmi_vgbs_allow_list (stable-fixes).
  - platform/x86: touchscreen_dmi: Add quirk for y-inverted Goodix
    touchscreen on SUPI S10 (stable-fixes).
  - mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D
    mode (stable-fixes).
  - Bluetooth: hci_sync: Remove remaining dependencies of
    hci_request (stable-fixes).
  - Bluetooth: Remove 3 repeated macro definitions (stable-fixes).
  - hwmon: (axi-fan-control) Make use of dev_err_probe()
    (stable-fixes).
  - hwmon: (axi-fan-control) Use device firmware agnostic API
    (stable-fixes).
  - dmaengine: idxd: Remove usage of the deprecated ida_simple_xx()
    API (stable-fixes).
  - commit a6c10e6

++++ kernel-rt_debug:

  - mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D
    mode (stable-fixes).
  - commit 2d1bac8
  - net/x25: Fix overflow when accumulating packets (git-fixes).
  - net/x25: Fix potential double free of skb (git-fixes).
  - Bluetooth: SMP: derive legacy responder STK authentication
    from MITM state (git-fixes).
  - Bluetooth: SMP: force responder MITM requirements before
    building the pairing response (git-fixes).
  - Bluetooth: MGMT: validate mesh send advertising payload length
    (git-fixes).
  - Bluetooth: hci_event: fix potential UAF in
    hci_le_remote_conn_param_req_evt (git-fixes).
  - Bluetooth: MGMT: validate LTK enc_size on load (git-fixes).
  - Bluetooth: SCO: fix race conditions in sco_sock_connect()
    (git-fixes).
  - Bluetooth: hci_sync: call destroy in hci_cmd_sync_run if
    immediate (git-fixes).
  - NFC: pn533: bound the UART receive buffer (git-fixes).
  - wifi: iwlwifi: mvm: fix potential out-of-bounds read in
    iwl_mvm_nd_match_info_handler() (git-fixes).
  - wifi: wilc1000: fix u8 overflow in SSID scan buffer size
    calculation (git-fixes).
  - ASoC: ep93xx: Fix unchecked clk_prepare_enable() and add
    rollback on failure (git-fixes).
  - ALSA: caiaq: fix stack out-of-bounds read in init_card
    (git-fixes).
  - dmaengine: idxd: Fix freeing the allocated ida too late
    (git-fixes).
  - Bluetooth: btintel: serialize btintel_hw_error() with
    hci_req_sync_lock (git-fixes).
  - hwmon: axi-fan: don't use driver_override as IRQ name
    (git-fixes).
  - ALSA: hda/realtek: Add headset jack quirk for Thinkpad X390
    (stable-fixes).
  - ALSA: hda/realtek: add HP Laptop 14s-dr5xxx mute LED quirk
    (stable-fixes).
  - ASoC: fsl_easrc: Fix event generation in
    fsl_easrc_iec958_set_reg() (stable-fixes).
  - ASoC: fsl_easrc: Fix event generation in
    fsl_easrc_iec958_put_bits() (stable-fixes).
  - HID: mcp2221: cancel last I2C command on read error
    (stable-fixes).
  - HID: asus: avoid memory leak in asus_report_fixup()
    (stable-fixes).
  - HID: magicmouse: avoid memory leak in magicmouse_report_fixup()
    (stable-fixes).
  - HID: apple: avoid memory leak in apple_report_fixup()
    (stable-fixes).
  - platform/x86: intel-hid: Enable 5-button array on ThinkPad X1
    Fold 16 Gen 1 (stable-fixes).
  - platform/x86: intel-hid: Add Dell 14 Plus 2-in-1 to
    dmi_vgbs_allow_list (stable-fixes).
  - platform/x86: touchscreen_dmi: Add quirk for y-inverted Goodix
    touchscreen on SUPI S10 (stable-fixes).
  - mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D
    mode (stable-fixes).
  - Bluetooth: hci_sync: Remove remaining dependencies of
    hci_request (stable-fixes).
  - Bluetooth: Remove 3 repeated macro definitions (stable-fixes).
  - hwmon: (axi-fan-control) Make use of dev_err_probe()
    (stable-fixes).
  - hwmon: (axi-fan-control) Use device firmware agnostic API
    (stable-fixes).
  - dmaengine: idxd: Remove usage of the deprecated ida_simple_xx()
    API (stable-fixes).
  - commit a6c10e6

++++ systemd:

  - Import commit 1af81619c30d81c14385e2603747388378966ad8
    1af81619c3 nspawn: normalize pivot_root paths (bsc#1261400 CVE-2026-40226)
    fe879ba14c nspawn: apply BindUser/Ephemeral from settings file only if trusted (bsc#1261400 CVE-2026-40226)

------------------------------------------------------------------
------------------  2026-4-2  -  Apr 2 2026  -------------------
------------------------------------------------------------------

++++ avahi:

  - Add avahi-CVE-2026-24401.patch: Fix unsolicited mDNS response
    containing a recursive CNAME record (bsc#1257235).

++++ python-kiwi:

  - Limit workflow to SLE supported pythons
  - Refactor use of kiwi settings file
    KIWI supports an optional runtime configuration file for
    settings to control the behavior of the tools used by
    KIWI on the build host. So far this config file could be
    specified via --config or is searched in the user's HOME
    or looked up as /etc/kiwi.yml. With this commit the
    following changes to this heuristic are made:
    1. Support reading of /etc/kiwi.yml.d/*.yml
    2. Support reading of /usr/share/kiwi/kiwi.yml and /usr/share/kiwi/kiwi.yml.d/*.yml
    3. Install default settings file as /usr/share/kiwi/kiwi.yml.example
    from the main package and drop it from kiwi-man-pages which
    was considered a weird place.

++++ kernel-default:

  - net: add proper RCU protection to /proc/net/ptype
    (CVE-2026-23255 bsc#1259891).
  - commit 970622a
  - netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labels
    (CVE-2026-23274 bsc#1260005).
  - commit b61cf0b
  - netfilter: nf_tables: always walk all pending catchall elements
    (CVE-2026-23278 bsc#1259998).
  - commit bde2f22

++++ kernel-rt:

  - net: add proper RCU protection to /proc/net/ptype
    (CVE-2026-23255 bsc#1259891).
  - commit 970622a
  - netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labels
    (CVE-2026-23274 bsc#1260005).
  - commit b61cf0b
  - netfilter: nf_tables: always walk all pending catchall elements
    (CVE-2026-23278 bsc#1259998).
  - commit bde2f22

++++ kernel-rt_debug:

  - net: add proper RCU protection to /proc/net/ptype
    (CVE-2026-23255 bsc#1259891).
  - commit 970622a
  - netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labels
    (CVE-2026-23274 bsc#1260005).
  - commit b61cf0b
  - netfilter: nf_tables: always walk all pending catchall elements
    (CVE-2026-23278 bsc#1259998).
  - commit bde2f22

++++ python311-core:

  - Add CVE-2026-3479-pkgutil_get_data.patch pkgutil.get_data() has
    the same security model as open(). The documented limitations
    ensure compatibility with non-filesystem loaders; Python
    doesn't check that. (bsc#1259989, CVE-2026-3479,
    gh#python/cpython#146121).

++++ python311:

  - Add CVE-2026-3479-pkgutil_get_data.patch pkgutil.get_data() has
    the same security model as open(). The documented limitations
    ensure compatibility with non-filesystem loaders; Python
    doesn't check that. (bsc#1259989, CVE-2026-3479,
    gh#python/cpython#146121).

++++ vim:

  - Fix bsc#1261191 / CVE-2026-34714.
  - Fix bsc#1261271 / CVE-2026-34982.
  - Fix bsc#1259985 / CVE-2026-33412.
  - Update to 9.2.0280:
    * patch 9.2.0280: [security]: path traversal issue in zip.vim
    * patch 9.2.0279: terminal: out-of-bounds write with overlong CSI argument list
    * patch 9.2.0278: viminfo: heap buffer overflow when reading viminfo file
    * patch 9.2.0277: tests: test_modeline.vim fails
    * patch 9.2.0276: [security]: modeline security bypass
    * patch 9.2.0275: tests: test_options.vim fails
    * patch 9.2.0274: BSU/ESU are output directly to the terminal
    * patch 9.2.0273: tabpanel: undefined behaviour with large tabpanelop columns
    * patch 9.2.0272: [security]: 'tabpanel' can be set in a modeline
    * patch 9.2.0271: buffer underflow in vim_fgets()
    * patch 9.2.0270: test: trailing spaces used in tests
    * patch 9.2.0269: configure: Link error on Solaris
    * patch 9.2.0268: memory leak in call_oc_method()
    * patch 9.2.0267: 'autowrite' not triggered for :term
    * patch 9.2.0266: typeahead buffer overflow during mouse drag event
    * patch 9.2.0265: unnecessary restrictions for defining dictionary function names
    * patch 9.2.0264: Cannot disable kitty keyboard protocol in vim :terminal
    * patch 9.2.0263: hlset() cannot handle attributes with spaces
    * patch 9.2.0262: invalid lnum when pasting text copied blockwise
    * patch 9.2.0261: terminal: redraws are slow
    * patch 9.2.0260: statusline not redrawn after closing a popup window
    * patch 9.2.0259: tabpanel: corrupted display during scrolling causing flicker
    * patch 9.2.0258: memory leak in add_mark()
    * patch 9.2.0257: unnecessary memory allocation in set_callback()
    * patch 9.2.0256: visual selection size not shown in showcmd during test
    * patch 9.2.0255: tests: Test_popup_opacity_vsplit() fails in a wide terminal
    * patch 9.2.0254: w_locked can be bypassed when setting recursively
    * patch 9.2.0253: various issues with wrong b_nwindows after closing buffers
    * patch 9.2.0252: Crash when ending Visual mode after curbuf was unloaded
    * patch 9.2.0251: Link error when building without channel feature
    * patch 9.2.0250: system() does not support bypassing the shell
    * patch 9.2.0249: clipboard: provider reacts to autoselect feature
    * patch 9.2.0248: json_decode() is not strict enough
    * patch 9.2.0247: popup: popups may not wrap as expected
    * patch 9.2.0246: memory leak in globpath()
    * patch 9.2.0245: xxd: color output detection is broken
    * patch 9.2.0244: memory leak in eval8()
    * patch 9.2.0243: memory leak in change_indent()
    * patch 9.2.0242: memory leak in check_for_cryptkey()
    * patch 9.2.0241: tests: Test_visual_block_hl_with_autosel() is flaky
    * patch 9.2.0240: syn_name2id() is slow due to linear search
    * patch 9.2.0239: signcolumn may cause flicker
    * patch 9.2.0238: showmode message may not be displayed
    * patch 9.2.0237: filetype: ObjectScript routines are not recognized
    * patch 9.2.0236: stack-overflow with deeply nested data in json_encode/decode()
    * patch 9.2.0235: filetype: wks files are not recognized.
    * patch 9.2.0234: test: Test_close_handle() is flaky
    * patch 9.2.0233: Compiler warning in strings.c
    * patch 9.2.0232: fileinfo not shown after :bd of last listed buffer
    * patch 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H
    * patch 9.2.0230: popup: opacity not working accross vert splits
    * patch 9.2.0229: keypad keys may overwrite keycode for another key
    * patch 9.2.0228: still possible flicker
    * patch 9.2.0227: MS-Windows: CSI sequences may be written to screen
    * patch 9.2.0226: No 'incsearch' highlighting support for :uniq
    * patch 9.2.0225: runtime(compiler): No compiler plugin for just
    * patch 9.2.0224: channel: 2 issues with out/err callbacks
    * patch 9.2.0223: Option handling for key:value suboptions is limited
    * patch 9.2.0222: "zb" scrolls incorrectly with cursor on fold
    * patch 9.2.0221: Visual selection drawn incorrectly with "autoselect"
    * patch 9.2.0220: MS-Windows: some defined cannot be set on Cygwin/Mingw
    * patch 9.2.0219: call stack can be corrupted
    * patch 9.2.0218: visual selection highlighting in X11 GUI is wrong.
    * patch 9.2.0217: filetype: cto files are not recognized
    * patch 9.2.0216: MS-Windows: Rendering artifacts with DirectX
    * patch 9.2.0215: MS-Windows: several tests fail in the Windows CUI.
    * patch 9.2.0214: tests: Test_gui_system_term_scroll() is flaky
    * patch 9.2.0213: Crash when using a partial or lambda as a clipboard provider
    * patch 9.2.0212: MS-Windows: version packing may overflow
    * patch 9.2.0211: possible crash when setting 'winhighlight'
    * patch 9.2.0210: tests: Test_xxd tests are failing
    * patch 9.2.0209: freeze during wildmenu completion
    * patch 9.2.0208: MS-Windows: excessive scroll-behaviour with go+=!
    * patch 9.2.0207: MS-Windows: freeze on second :hardcopy
    * patch 9.2.0206: MS-Window: stripping all CSI sequences
    * patch 9.2.0205: xxd: Cannot NUL terminate the C include file style
    * patch 9.2.0204: filetype: cps files are not recognized
    * patch 9.2.0203: Patch v9.2.0185 was wrong
    * patch 9.2.0202: [security]: command injection via newline in glob()
    * patch 9.2.0201: filetype: Wireguard config files not recognized
    * patch 9.2.0200: term: DECRQM codes are sent too early
    * patch 9.2.0199: tests: test_startup.vim fails
    * patch 9.2.0198: cscope: can escape from restricted mode
    * patch 9.2.0197: tabpanel: frame width not updated for existing tab pages
    * patch 9.2.0196: textprop: negative IDs and can cause a crash
    * patch 9.2.0195: CI: test-suite gets killed for taking too long
    * patch 9.2.0194: tests: test_startup.vim leaves temp.txt around
    * patch 9.2.0193: using copy_option_part() can be improved
    * patch 9.2.0192: not correctly recognizing raw key codes
    * patch 9.2.0191: Not possible to know if Vim was compiled with Android support
    * patch 9.2.0190: Status line height mismatch in vertical splits
    * patch 9.2.0189: MS-Windows: opacity popups flicker during redraw in the console
    * patch 9.2.0188: Can set environment variables in restricted mode
    * patch 9.2.0187: MS-Windows: rendering artifacts with DirectX renderer
    * patch 9.2.0186: heap buffer overflow with long generic function name
    * patch 9.2.0185: buffer overflow when redrawing custom tabline
    * patch 9.2.0184: MS-Windows: screen flicker with termguicolors and visualbell
    * patch 9.2.0183: channel: using deprecated networking APIs
    * patch 9.2.0182: autocmds may leave windows with w_locked set
    * patch 9.2.0181: line('w0') moves cursor in terminal-normal mode
    * patch 9.2.0180: possible crash with winminheight=0
    * patch 9.2.0179: MS-Windows: Compiler warning for converting from size_t to int
    * patch 9.2.0178: DEC mode requests are sent even when not in raw mode
    * patch 9.2.0177: Vim9: Can set environment variables in restricted mode
    * patch 9.2.0176: external diff is allowed in restricted mode
    * patch 9.2.0175: No tests for what v9.2.0141 and v9.2.0156 fixes
    * patch 9.2.0174: diff: inline word-diffs can be fragmented
    * patch 9.2.0173: tests: Test_balloon_eval_term_visual is flaky
    * patch 9.2.0172: Missing semicolon in os_mac_conv.c
    * patch 9.2.0171: MS-Windows: version detection is deprecated
    * patch 9.2.0170: channel: some issues in ch_listen()
    * patch 9.2.0169: assertion failure in syn_id2attr()
    * patch 9.2.0168: invalid pointer casting in string_convert() arguments
    * patch 9.2.0167: terminal: setting buftype=terminal may cause a crash
    * patch 9.2.0166: Coverity warning for potential NULL dereference
    * patch 9.2.0165: tests: perleval fails in the sandbox
    * patch 9.2.0164: build error when XCLIPBOARD is not defined
    * patch 9.2.0163: MS-Windows: Compile warning for unused variable
    * patch 9.2.0162: tests: unnecessary CheckRunVimInTerminal in test_quickfix
    * patch 9.2.0161: intro message disappears on startup in some terminals
    * patch 9.2.0160: terminal DEC mode handling is overly complex
    * patch 9.2.0159: Crash when reading quickfix line
    * patch 9.2.0158: Visual highlighting might be incorrect
    * patch 9.2.0157: Vim9: concatenation can be improved
    * patch 9.2.0156: perleval() and rubyeval() ignore security settings
    * patch 9.2.0155: filetype: ObjectScript are not recognized
    * patch 9.2.0154: if_lua: runtime error with lua 5.5
    * patch 9.2.0153: No support to act as a channel server
    * patch 9.2.0152: concatenating strings is slow
    * patch 9.2.0151: blob_from_string() is slow for long strings
    * patch 9.2.0150: synchronized terminal update may cause display artifacts
    * patch 9.2.0149: Vim9: segfault when unletting an imported variable
    * patch 9.2.0148: Compile error when FEAT_DIFF is not defined
    * patch 9.2.0147: blob: concatenation can be improved
    * patch 9.2.0146: dictionary lookups can be improved
    * patch 9.2.0145: UTF-8 decoding and length calculation can be improved
    * patch 9.2.0144: 'statuslineopt' is a global only option
    * patch 9.2.0143: termdebug: no support for thread and condition in :Break
    * patch 9.2.0142: Coverity: Dead code warning
    * patch 9.2.0141: :perl ex commands allowed in restricted mode
    * patch 9.2.0140: file reading performance can be improved
    * patch 9.2.0139: Cannot configure terminal resize event
    * patch 9.2.0138: winhighlight option handling can be improved
    * patch 9.2.0137: [security]: crash with composing char in collection range
    * patch 9.2.0136: memory leak in add_interface_from_super_class()
    * patch 9.2.0135: memory leak in eval_tuple()
    * patch 9.2.0134: memory leak in socket_server_send_reply()
    * patch 9.2.0133: memory leak in netbeans_file_activated()
    * patch 9.2.0132: tests: Test_recover_corrupted_swap_file1 fails on be systems
    * patch 9.2.0131: potential buffer overflow in regdump()
    * patch 9.2.0130: missing range flags for the :tab command
    * patch 9.2.0129: popup: wrong handling of wide-chars and opacity:0
    * patch 9.2.0128: Wayland: using _Boolean instead of bool type
    * patch 9.2.0127: line('w0') and line('w$') return wrong values in a terminal
    * patch 9.2.0126: String handling can be improved
    * patch 9.2.0125: tests: test_textformat.vim leaves swapfiles behind
    * patch 9.2.0124: auto-format may swallow white space
    * patch 9.2.0123: GTK: using deprecated gdk_pixbuf_new_from_xpm_data()
    * patch 9.2.0122: Vim still supports compiling on NeXTSTEP
    * patch 9.2.0120: tests: test_normal fails
    * patch 9.2.0119: incorrect highlight initialization in win_init()
    * patch 9.2.0118: memory leak in w_hl when reusing a popup window
    * patch 9.2.0117: tests: test_wayland.vim fails
    * patch 9.2.0116: terminal: synchronized output sequences are buffered
    * patch 9.2.0115: popup: screen flickering possible during async callbacks
    * patch 9.2.0114: MS-Windows: terminal output may go to wrong terminal
    * patch 9.2.0113: winhighlight pointer may be used uninitialized
    * patch 9.2.0112: popup: windows flicker when updating text
    * patch 9.2.0111: 'winhighlight' option not always applied

------------------------------------------------------------------
------------------  2026-4-1  -  Apr 1 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - netfilter: nf_tables: unconditionally bump set->nelems before
    insertion (CVE-2026-23272 bsc#1260009).
  - commit 4898783
  - btrfs: fix zero size inode with non-zero size after log replay
    (git-fixes).
  - commit f810098
  - btrfs: log new dentries when logging parent dir of a conflicting
    inode (git-fixes).
  - commit 2a2fe4a
  - bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shim
    (CVE-2026-23319 bsc#1260735).
  - commit afdc54a
  - bpf: export bpf_link_inc_not_zero (CVE-2026-23319 bsc#1260735).
  - commit 3c0dee1
  - net: mana: Trigger VF reset/recovery on health check failure due to HWC timeout (bsc#1259580).
  - net: mana: fix use-after-free in add_adev() error path (git-fixes).
  - commit dd3433a

++++ kernel-rt:

  - netfilter: nf_tables: unconditionally bump set->nelems before
    insertion (CVE-2026-23272 bsc#1260009).
  - commit 4898783
  - btrfs: fix zero size inode with non-zero size after log replay
    (git-fixes).
  - commit f810098
  - btrfs: log new dentries when logging parent dir of a conflicting
    inode (git-fixes).
  - commit 2a2fe4a
  - bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shim
    (CVE-2026-23319 bsc#1260735).
  - commit afdc54a
  - bpf: export bpf_link_inc_not_zero (CVE-2026-23319 bsc#1260735).
  - commit 3c0dee1
  - net: mana: Trigger VF reset/recovery on health check failure due to HWC timeout (bsc#1259580).
  - net: mana: fix use-after-free in add_adev() error path (git-fixes).
  - commit dd3433a

++++ kernel-rt_debug:

  - netfilter: nf_tables: unconditionally bump set->nelems before
    insertion (CVE-2026-23272 bsc#1260009).
  - commit 4898783
  - btrfs: fix zero size inode with non-zero size after log replay
    (git-fixes).
  - commit f810098
  - btrfs: log new dentries when logging parent dir of a conflicting
    inode (git-fixes).
  - commit 2a2fe4a
  - bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shim
    (CVE-2026-23319 bsc#1260735).
  - commit afdc54a
  - bpf: export bpf_link_inc_not_zero (CVE-2026-23319 bsc#1260735).
  - commit 3c0dee1
  - net: mana: Trigger VF reset/recovery on health check failure due to HWC timeout (bsc#1259580).
  - net: mana: fix use-after-free in add_adev() error path (git-fixes).
  - commit dd3433a

++++ python-cryptography:

  - CVE-2026-34073: X.509 bypass of name constraints on wildcard SANs with matching peer names (bsc#1260876)
    Add patch CVE-2026-34073.patch

++++ suseconnect-ng:

  - Update version to 1.21.1:
  - Fix nil token handling (bsc#1261155)
  - Switch to using go1.24-openssl as the default Go version to
    install to support building the package (jsc#SCC-585).

------------------------------------------------------------------
------------------  2026-3-31  -  Mar 31 2026  -------------------
------------------------------------------------------------------

++++ ignition:

  - Add CVE-2026-33186.patch
    * Fixes [bsc#1260251]

++++ kernel-default:

  - btrfs: fix reservation leak in some error paths when inserting
    inline extent (CVE-2025-71268 bsc#1259865).
  - commit f586cfb
  - btrfs: do not free data reservation in fallback from inline
    due to -ENOSPC (CVE-2025-71269 bsc#1259889).
  - commit 2f2ec59
  - kABI fix for ipvlan: Make the addrs_lock be per port
    (CVE-2026-23103 bsc#1257773).
  - ipvlan: Make the addrs_lock be per port (CVE-2026-23103
    bsc#1257773).
  - commit 546f802

++++ kernel-rt:

  - btrfs: fix reservation leak in some error paths when inserting
    inline extent (CVE-2025-71268 bsc#1259865).
  - commit f586cfb
  - btrfs: do not free data reservation in fallback from inline
    due to -ENOSPC (CVE-2025-71269 bsc#1259889).
  - commit 2f2ec59
  - kABI fix for ipvlan: Make the addrs_lock be per port
    (CVE-2026-23103 bsc#1257773).
  - ipvlan: Make the addrs_lock be per port (CVE-2026-23103
    bsc#1257773).
  - commit 546f802

++++ kernel-rt_debug:

  - btrfs: fix reservation leak in some error paths when inserting
    inline extent (CVE-2025-71268 bsc#1259865).
  - commit f586cfb
  - btrfs: do not free data reservation in fallback from inline
    due to -ENOSPC (CVE-2025-71269 bsc#1259889).
  - commit 2f2ec59
  - kABI fix for ipvlan: Make the addrs_lock be per port
    (CVE-2026-23103 bsc#1257773).
  - ipvlan: Make the addrs_lock be per port (CVE-2026-23103
    bsc#1257773).
  - commit 546f802

------------------------------------------------------------------
------------------  2026-3-30  -  Mar 30 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add support for oci format for disk images
    The (oci|docker):image_format format is a special case that
    stores the disk image inside of an OCI-compliant
    container. The disk image is stored in the specified
    image_format in the disk/ directory of the container.
    The disk format can be one of the above formats
    or just raw if the disk should be stored as a raw disk
    inside of the container. Custom naming conventions for
    the disk image can be applied by using the bundle_format
    attribute. The derived_from attribute can be used to
    specify the source container. The resulting container
    image will be built by adding the disk image as a
    new layer on top of the specified reference container.
    If there is no derived_from attribute, the container
    image will be built from scratch using an empty root
    directory. This format is particularly useful for building
    an image which bundles the actual disk image and its
    runtime requirements into one artifact.
    This Fixes jira#PCT-1008

++++ glibc:

  - resolv-count-resource-records.patch: resolv: Count records correctly
    (CVE-2026-4437, bsc#1260078, BZ #34014)
  - resolv-check-hostname.patch: resolv: Check hostname for validity
    (CVE-2026-4438, bsc#1260082, BZ #34015)

++++ kernel-default:

  - btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file() (bsc#1257777).
  - commit 5f963b7
  - rename Hyper-v patch files to simplify further SP6-SP7 merges
  - commit aa72668
  - net/mlx5: Fix crash when moving to switchdev mode (git-fixes).
  - bonding: do not set usable_slaves for broadcast mode
    (git-fixes).
  - idpf: nullify pointers after they are freed (git-fixes).
  - gve: fix incorrect buffer cleanup in
    gve_tx_clean_pending_packets for QPL (CVE-2026-23386
    bsc#1260799).
  - commit 1051a48
  - xen/privcmd: unregister xenstore notifier on module exit
    (git-fixes).
  - commit 0c94fec
  - xen/privcmd: restrict usage in unprivileged domU (bsc#1259707
    CVE-2026-31788).
  - commit 0c51260
  - phy: ti: j721e-wiz: Fix device node reference leak in
    wiz_get_lane_phy_types() (git-fixes).
  - dmaengine: xilinx: xilinx_dma: Fix unmasked residue subtraction
    (git-fixes).
  - dmaengine: xilinx: xilinx_dma: Fix residue calculation for
    cyclic DMA (git-fixes).
  - dmaengine: xilinx: xilinx_dma: Fix dma_device directions
    (git-fixes).
  - dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlock
    (git-fixes).
  - dmaengine: sh: rz-dmac: Protect the driver specific lists
    (git-fixes).
  - dmaengine: idxd: fix possible wrong descriptor completion in
    llist_abort_desc() (git-fixes).
  - dmaengine: xilinx: xdma: Fix regmap init error handling
    (git-fixes).
  - dmaengine: idxd: Fix leaking event log memory (git-fixes).
  - dmaengine: idxd: Fix memory leak when a wq is reset (git-fixes).
  - dmaengine: idxd: Fix not releasing workqueue on .release()
    (git-fixes).
  - commit f22ea44
  - drm/vmwgfx: Return the correct value in vmw_translate_ptr
    functions (CVE-2026-23317 bsc#1260562).
  - commit 62d1ba3
  - PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entry
    (CVE-2026-23361 bsc#1260732).
  - commit e28de60

++++ kernel-rt:

  - btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file() (bsc#1257777).
  - commit 5f963b7
  - rename Hyper-v patch files to simplify further SP6-SP7 merges
  - commit aa72668
  - net/mlx5: Fix crash when moving to switchdev mode (git-fixes).
  - bonding: do not set usable_slaves for broadcast mode
    (git-fixes).
  - idpf: nullify pointers after they are freed (git-fixes).
  - gve: fix incorrect buffer cleanup in
    gve_tx_clean_pending_packets for QPL (CVE-2026-23386
    bsc#1260799).
  - commit 1051a48
  - xen/privcmd: unregister xenstore notifier on module exit
    (git-fixes).
  - commit 0c94fec
  - xen/privcmd: restrict usage in unprivileged domU (bsc#1259707
    CVE-2026-31788).
  - commit 0c51260
  - phy: ti: j721e-wiz: Fix device node reference leak in
    wiz_get_lane_phy_types() (git-fixes).
  - dmaengine: xilinx: xilinx_dma: Fix unmasked residue subtraction
    (git-fixes).
  - dmaengine: xilinx: xilinx_dma: Fix residue calculation for
    cyclic DMA (git-fixes).
  - dmaengine: xilinx: xilinx_dma: Fix dma_device directions
    (git-fixes).
  - dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlock
    (git-fixes).
  - dmaengine: sh: rz-dmac: Protect the driver specific lists
    (git-fixes).
  - dmaengine: idxd: fix possible wrong descriptor completion in
    llist_abort_desc() (git-fixes).
  - dmaengine: xilinx: xdma: Fix regmap init error handling
    (git-fixes).
  - dmaengine: idxd: Fix leaking event log memory (git-fixes).
  - dmaengine: idxd: Fix memory leak when a wq is reset (git-fixes).
  - dmaengine: idxd: Fix not releasing workqueue on .release()
    (git-fixes).
  - commit f22ea44
  - drm/vmwgfx: Return the correct value in vmw_translate_ptr
    functions (CVE-2026-23317 bsc#1260562).
  - commit 62d1ba3
  - PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entry
    (CVE-2026-23361 bsc#1260732).
  - commit e28de60

++++ kernel-rt_debug:

  - btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file() (bsc#1257777).
  - commit 5f963b7
  - rename Hyper-v patch files to simplify further SP6-SP7 merges
  - commit aa72668
  - net/mlx5: Fix crash when moving to switchdev mode (git-fixes).
  - bonding: do not set usable_slaves for broadcast mode
    (git-fixes).
  - idpf: nullify pointers after they are freed (git-fixes).
  - gve: fix incorrect buffer cleanup in
    gve_tx_clean_pending_packets for QPL (CVE-2026-23386
    bsc#1260799).
  - commit 1051a48
  - xen/privcmd: unregister xenstore notifier on module exit
    (git-fixes).
  - commit 0c94fec
  - xen/privcmd: restrict usage in unprivileged domU (bsc#1259707
    CVE-2026-31788).
  - commit 0c51260
  - phy: ti: j721e-wiz: Fix device node reference leak in
    wiz_get_lane_phy_types() (git-fixes).
  - dmaengine: xilinx: xilinx_dma: Fix unmasked residue subtraction
    (git-fixes).
  - dmaengine: xilinx: xilinx_dma: Fix residue calculation for
    cyclic DMA (git-fixes).
  - dmaengine: xilinx: xilinx_dma: Fix dma_device directions
    (git-fixes).
  - dmaengine: sh: rz-dmac: Move CHCTRL updates under spinlock
    (git-fixes).
  - dmaengine: sh: rz-dmac: Protect the driver specific lists
    (git-fixes).
  - dmaengine: idxd: fix possible wrong descriptor completion in
    llist_abort_desc() (git-fixes).
  - dmaengine: xilinx: xdma: Fix regmap init error handling
    (git-fixes).
  - dmaengine: idxd: Fix leaking event log memory (git-fixes).
  - dmaengine: idxd: Fix memory leak when a wq is reset (git-fixes).
  - dmaengine: idxd: Fix not releasing workqueue on .release()
    (git-fixes).
  - commit f22ea44
  - drm/vmwgfx: Return the correct value in vmw_translate_ptr
    functions (CVE-2026-23317 bsc#1260562).
  - commit 62d1ba3
  - PCI: dwc: ep: Flush MSI-X write before unmapping its ATU entry
    (CVE-2026-23361 bsc#1260732).
  - commit e28de60

++++ libtpms:

  - CVE-2025-49133: Fixed potential out of bounds (OOB) read vulnerability (bsc#1244528)
    0001-tpm2-Fix-potential-out-of-bound-access-abort-due-to-.patch

++++ python-requests:

  - CVE-2026-25645: `extract_zipped_paths()` uses predictable filenames when extracting files from zip archives and reuses target files that already exist without validation (bsc#1260589)
    Add patch CVE-2026-25645.patch

------------------------------------------------------------------
------------------  2026-3-28  -  Mar 28 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Delete
    patches.suse/scsi-Fix-sas_user_scan-to-handle-wildcard-and-multi-channe.patch.
    See bsc#1257506.
    The git-fix being removed had issues and needs to be redesigned.
    In the mean time, reverting this addresses the problem.
    See:
    > https://bugzilla.suse.com/show_bug.cgi?id=1257506#c47
  - commit 14d63c6
  - hwmon: (adm1177) fix sysfs ABI violation and current unit
    conversion (git-fixes).
  - hwmon: (peci/cputemp) Fix off-by-one in cputemp_is_visible()
    (git-fixes).
  - hwmon: (peci/cputemp) Fix crit_hyst returning delta instead
    of absolute temperature (git-fixes).
  - hwmon: (pmbus/isl68137) Add mutex protection for AVS enable
    sysfs attributes (git-fixes).
  - drm/i915/gmbus: fix spurious timeout on 512-byte burst reads
    (git-fixes).
  - drm/amdgpu: Fix fence put before wait in amdgpu_amdkfd_submit_ib
    (git-fixes).
  - spi: spi-fsl-lpspi: fix teardown order issue (UAF) (git-fixes).
  - regmap: Synchronize cache for the page selector (git-fixes).
  - ASoC: SOF: ipc4-topology: Allow bytes controls without initial
    payload (git-fixes).
  - ASoC: adau1372: Fix clock leak on PLL lock failure (git-fixes).
  - ASoC: adau1372: Fix unchecked clk_prepare_enable() return value
    (git-fixes).
  - ASoC: Intel: catpt: Fix the device initialization (git-fixes).
  - ALSA: firewire-lib: fix uninitialized local variable
    (git-fixes).
  - commit a2172e0

++++ kernel-rt:

  - Delete
    patches.suse/scsi-Fix-sas_user_scan-to-handle-wildcard-and-multi-channe.patch.
    See bsc#1257506.
    The git-fix being removed had issues and needs to be redesigned.
    In the mean time, reverting this addresses the problem.
    See:
    > https://bugzilla.suse.com/show_bug.cgi?id=1257506#c47
  - commit 14d63c6
  - hwmon: (adm1177) fix sysfs ABI violation and current unit
    conversion (git-fixes).
  - hwmon: (peci/cputemp) Fix off-by-one in cputemp_is_visible()
    (git-fixes).
  - hwmon: (peci/cputemp) Fix crit_hyst returning delta instead
    of absolute temperature (git-fixes).
  - hwmon: (pmbus/isl68137) Add mutex protection for AVS enable
    sysfs attributes (git-fixes).
  - drm/i915/gmbus: fix spurious timeout on 512-byte burst reads
    (git-fixes).
  - drm/amdgpu: Fix fence put before wait in amdgpu_amdkfd_submit_ib
    (git-fixes).
  - spi: spi-fsl-lpspi: fix teardown order issue (UAF) (git-fixes).
  - regmap: Synchronize cache for the page selector (git-fixes).
  - ASoC: SOF: ipc4-topology: Allow bytes controls without initial
    payload (git-fixes).
  - ASoC: adau1372: Fix clock leak on PLL lock failure (git-fixes).
  - ASoC: adau1372: Fix unchecked clk_prepare_enable() return value
    (git-fixes).
  - ASoC: Intel: catpt: Fix the device initialization (git-fixes).
  - ALSA: firewire-lib: fix uninitialized local variable
    (git-fixes).
  - commit a2172e0

++++ kernel-rt_debug:

  - Delete
    patches.suse/scsi-Fix-sas_user_scan-to-handle-wildcard-and-multi-channe.patch.
    See bsc#1257506.
    The git-fix being removed had issues and needs to be redesigned.
    In the mean time, reverting this addresses the problem.
    See:
    > https://bugzilla.suse.com/show_bug.cgi?id=1257506#c47
  - commit 14d63c6
  - hwmon: (adm1177) fix sysfs ABI violation and current unit
    conversion (git-fixes).
  - hwmon: (peci/cputemp) Fix off-by-one in cputemp_is_visible()
    (git-fixes).
  - hwmon: (peci/cputemp) Fix crit_hyst returning delta instead
    of absolute temperature (git-fixes).
  - hwmon: (pmbus/isl68137) Add mutex protection for AVS enable
    sysfs attributes (git-fixes).
  - drm/i915/gmbus: fix spurious timeout on 512-byte burst reads
    (git-fixes).
  - drm/amdgpu: Fix fence put before wait in amdgpu_amdkfd_submit_ib
    (git-fixes).
  - spi: spi-fsl-lpspi: fix teardown order issue (UAF) (git-fixes).
  - regmap: Synchronize cache for the page selector (git-fixes).
  - ASoC: SOF: ipc4-topology: Allow bytes controls without initial
    payload (git-fixes).
  - ASoC: adau1372: Fix clock leak on PLL lock failure (git-fixes).
  - ASoC: adau1372: Fix unchecked clk_prepare_enable() return value
    (git-fixes).
  - ASoC: Intel: catpt: Fix the device initialization (git-fixes).
  - ALSA: firewire-lib: fix uninitialized local variable
    (git-fixes).
  - commit a2172e0

------------------------------------------------------------------
------------------  2026-3-27  -  Mar 27 2026  -------------------
------------------------------------------------------------------

++++ dpdk:

  - Update to version 22.11.11
  - upstream bugfix release
    https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html#id29
  - Summary:
    * app/testpmd: fix conntrack action query, fix DCB Rx queues,
    fix DCB Tx port, fix flex item link parsing
    * common/cnxk: fix async event handling
    * common/mlx5: release unused mempool entries
    * crypto/ipsec_mb: fix QP release in secondary
    * dmadev: fix debug build with tracepoints
    * dma/hisilicon: fix stop with pending transfers
    * doc: improve documentation for conntrack state inspect
    command, device argument in txgbe and ionic
    * eal: fix DMA mask validation with IOVA mode option
    * efd: fix AVX2 support
    * event/cnxk: fix Rx offload flags
    * eventdev: fix listing timer adapters with telemetry
    * fib6: fix tbl8 allocation check logic
    * graph: fix unaligned access in stats
    * hash: fix unaligned access in predictable RSS
    * net/af_packet: fix crash in secondary process
    * net/ark: remove double mbuf free
    * net/bonding: fix MAC address propagation in 802.3ad mode
    * net/dpaa2: fix duplicate call of close
    * net/dpaa2: fix L3/L4 checksum results
    * net/dpaa2: receive packets with additional parse errors
    * net/dpaa: fix resource leak
    * net/ena/base: fix unsafe memcpy on invalid memory
    * net/ena: fix PCI BAR mapping on 64K page size
    * net/enetfec: fix checksum flag handling and error return
    * net/enetfec: fix file descriptor leak on read error
    * net/enetfec: fix memory leak in Rx buffer cleanup
    * net/enetfec: fix out-of-bounds access in UIO mapping
    * net/enetfec: fix Tx queue free
    * net: fix L2 length for GRE packets
    * net/hns3: fix VLAN resources freeing
    * net/hns3: fix VLAN tag loss for short tunnel frame
    * net/i40e: fix symmetric Toeplitz hashing for SCTP
    * net/ice/base: fix integer overflow on NVM init
    * net/ice/base: fix memory leak in HW profile handling
    * net/ice/base: fix memory leak in recipe handling
    * net/ice: fix initialization with 8 ports
    * net/ice: fix memory leak in raw pattern parse
    * net/ice: fix path selection for QinQ Tx offload
    * net/ice: fix vector Rx VLAN offload flags
    * net/mlx5: fix connection tracking state item validation
    * net/mlx5: fix control flow leakage for external SQ
    * net/mlx5: fix ESP header match after UDP for group 0
    * net/mlx5: fix flow aging race condition
    * net/mlx5: fix min and max MTU reporting
    * net/mlx5/hws: fix buddy memory allocation
    * net/ngbe: reduce memory size of ring descriptors
    * net/tap: fix interrupt callback crash after failed start
    * net/txgbe: various FDIR fixes
    * net/vmxnet3: fix mapping of mempools to queues
    * test/crypto: fix vector initialization
    * test/debug: fix crash with mlx5 devices
    * test/debug: fix IOVA mode on PPC64 without huge pages
    * vfio: fix custom containers in multiprocess
    * vhost: fix double fetch when dequeue offloading
  - Add libarchive as dependency, avoid errors like
    '/lib/firmware/... cannot be decompressed' (bsc#1260007)

++++ kernel-default:

  - libceph: reset sparse-read state in osd_fault() (CVE-2026-23136 bsc#1258303).
  - commit 7606f01
  - wifi: libertas: fix use-after-free in lbs_free_adapter()
    (CVE-2026-23281 bsc#1260464).
  - commit 43b8c42
  - serial: 8250: Add late synchronize_irq() to shutdown to handle
    DW UART BUSY (git-fixes).
  - serial: 8250_pci: add support for the AX99100 (stable-fixes).
  - serial: uartlite: fix PM runtime usage count underflow on probe
    (git-fixes).
  - serial: 8250: Fix TX deadlock when using DMA (git-fixes).
  - spi: fix statistics allocation (git-fixes).
  - spi: fix use-after-free on controller registration failure
    (git-fixes).
  - wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is
    not enough headroom (git-fixes).
  - wifi: mac80211: fix NULL deref in mesh_matches_local()
    (git-fixes).
  - wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down
    (git-fixes).
  - wifi: mac80211: Fix static_branch_dec() underflow for
    aql_disable (git-fixes).
  - soc: fsl: qbman: fix race condition in qman_destroy_fq
    (git-fixes).
  - USB: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb
    speed (stable-fixes).
  - usb: dwc3: pci: add support for the Intel Nova Lake -H
    (stable-fixes).
  - usb/core/quirks: Add Huawei ME906S-device to wakeup quirk
    (stable-fixes).
  - usb: xhci: Prevent interrupt storm on host controller error
    (HCE) (stable-fixes).
  - usb: cdc-acm: Restore CAP_BRK functionnality to CH343
    (git-fixes).
  - usb: misc: uss720: properly clean up reference in uss720_probe()
    (stable-fixes).
  - usb: image: mdc800: kill download URB on timeout (stable-fixes).
  - usb: mdc800: handle signal and read racing (stable-fixes).
  - usb: yurex: fix race in probe (stable-fixes).
  - staging: rtl8723bs: properly validate the data in
    rtw_get_ie_ex() (stable-fixes).
  - wifi: mac80211: set default WMM parameters on all links
    (stable-fixes).
  - usb: cdns3: fix role switching during resume (git-fixes).
  - USB: serial: f81232: fix incomplete serial port generation
    (stable-fixes).
  - usb: cdns3: call cdns_power_is_lost() only once in cdns_resume()
    (stable-fixes).
  - usb: cdns3: remove redundant if branch (stable-fixes).
  - commit 9cd434e
  - nfc: nci: fix circular locking dependency in nci_close_device
    (git-fixes).
  - pinctrl: mediatek: common: Fix probe failure for devices
    without EINT (git-fixes).
  - pinctrl: qcom: spmi-gpio: implement .get_direction()
    (git-fixes).
  - platform/x86: ISST: Correct locked bit width (git-fixes).
  - platform/olpc: olpc-xo175-ec: Fix overflow error message to
    print inlen (git-fixes).
  - mmc: sdhci: fix timing selection for 1-bit bus width
    (git-fixes).
  - mmc: sdhci-pci-gli: fix GL9750 DMA write corruption (git-fixes).
  - mtd: rawnand: pl353: make sure optimal timings are applied
    (git-fixes).
  - mtd: rawnand: brcmnand: skip DMA during panic write (git-fixes).
  - mtd: rawnand: serialize lock/unlock against other NAND
    operations (git-fixes).
  - mtd: rawnand: cadence: Fix error check for dma_alloc_coherent()
    in cadence_nand_init() (git-fixes).
  - mtd: Avoid boot crash in RedBoot partition table parser
    (git-fixes).
  - NFC: nxp-nci: allow GPIOs to sleep (git-fixes).
  - net: usb: aqc111: Do not perform PM inside suspend callback
    (git-fixes).
  - net: usb: cdc_ncm: add ndpoffset to NDP32 nframes bounds check
    (git-fixes).
  - net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds check
    (git-fixes).
  - net/rose: fix NULL pointer dereference in rose_transmit_link
    on reconnect (git-fixes).
  - PM: runtime: Fix a race condition related to device removal
    (git-fixes).
  - regulator: pca9450: Correct interrupt type (git-fixes).
  - platform/x86: dell-wmi: Add audio/mic mute key codes
    (stable-fixes).
  - pinctrl: equilibrium: fix warning trace on load (git-fixes).
  - pinctrl: equilibrium: rename irq_chip function callbacks
    (stable-fixes).
  - net: usb: pegasus: validate USB endpoints (stable-fixes).
  - mfd: omap-usb-host: Fix OF populate on driver rebind
    (git-fixes).
  - mfd: qcom-pm8xxx: Fix OF populate on driver rebind (git-fixes).
  - regulator: pca9450: Make IRQ optional (stable-fixes).
  - PCI: Update BAR # and window messages (stable-fixes).
  - mfd: qcom-pm8xxx: Convert to platform remove callback returning
    void (stable-fixes).
  - commit ec2548e
  - can: isotp: fix tx.buf use-after-free in isotp_sendmsg()
    (git-fixes).
  - can: gw: fix OOB heap access in cgw_csum_crc8_rel() (git-fixes).
  - media: mc, v4l2: serialize REINIT and REQBUFS with
    req_queue_mutex (git-fixes).
  - i2c: pxa: defer reset on Armada 3700 when recovery is used
    (git-fixes).
  - i2c: fsi: Fix a potential leak in fsi_i2c_probe() (git-fixes).
  - i2c: cp2615: fix serial string NULL-deref at probe (git-fixes).
  - hwmon: (pmbus/isl68137) Fix unchecked return value and use
    sysfs_emit() (git-fixes).
  - drm/radeon: apply state adjust rules to some additional HAINAN
    vairants (stable-fixes).
  - drm/amdgpu: apply state adjust rules to some additional HAINAN
    vairants (stable-fixes).
  - drm/amdgpu/gmc9.0: add bounds checking for cid (stable-fixes).
  - drm/amdgpu/mmhub3.0: add bounds checking for cid (stable-fixes).
  - drm/amdgpu/mmhub3.0.2: add bounds checking for cid
    (stable-fixes).
  - drm/amdgpu/mmhub3.0.1: add bounds checking for cid
    (stable-fixes).
  - drm/amdgpu/mmhub2.3: add bounds checking for cid (stable-fixes).
  - drm/amdgpu/mmhub2.0: add bounds checking for cid (stable-fixes).
  - drm/amd/display: Fix DisplayID not-found handling in
    parse_edid_displayid_vrr() (git-fixes).
  - drm/i915/gt: Check set_default_submission() before deferencing
    (git-fixes).
  - firmware: arm_scpi: Fix device_node reference leak in probe path
    (git-fixes).
  - drm/amd: Set num IP blocks to 0 if discovery fails
    (stable-fixes).
  - drm/msm/dsi: fix pclk rate calculation for bonded dsi
    (git-fixes).
  - drm/msm/dsi: fix hdisplay calculation when programming dsi
    registers (git-fixes).
  - drm/amdgpu: Fix use-after-free race in VM acquire
    (stable-fixes).
  - HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks
    missing them (stable-fixes).
  - drm/amdgpu: keep vga memory on MacBooks with switchable graphics
    (stable-fixes).
  - drm/bridge: ti-sn65dsi86: Add support for DisplayPort mode
    with HPD (stable-fixes).
  - drm/amd/display: Add pixel_clock to amd_pp_display_configuration
    (stable-fixes).
  - drm/msm/dsi: Document DSC related pclk_rate and hdisplay
    calculations (stable-fixes).
  - mfd: omap-usb-host: Convert to platform remove callback
    returning void (stable-fixes).
  - media: tegra-video: Use accessors for pad config 'try_*' fields
    (stable-fixes).
  - i2c: cp2615: replace deprecated strncpy with strscpy
    (stable-fixes).
  - commit 19fcdc7
  - Bluetooth: btusb: clamp SCO altsetting table indices
    (git-fixes).
  - Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite
    loop (git-fixes).
  - Bluetooth: L2CAP: Fix send LE flow credits in ACL link
    (git-fixes).
  - Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb
    (git-fixes).
  - Bluetooth: hci_ll: Fix firmware leak on error path (git-fixes).
  - Bluetooth: MGMT: Fix dangling pointer on
    mgmt_add_adv_patterns_monitor_complete (git-fixes).
  - Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to
    missing sock_hold (git-fixes).
  - Bluetooth: L2CAP: Validate PDU length before reading SDU length
    in l2cap_ecred_data_rcv() (git-fixes).
  - commit d4b4294
  - ACPI: EC: clean up handlers on probe failure in acpi_ec_setup()
    (git-fixes).
  - Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before
    access (git-fixes).
  - Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()
    (git-fixes).
  - Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
    (git-fixes).
  - Bluetooth: HIDP: Fix possible UAF (git-fixes).
  - Bluetooth: hci_sync: Fix hci_le_create_conn_sync (git-fixes).
  - Bluetooth: SMP: make SM/PER/KDU/BI-04-C happy (git-fixes).
  - Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed
    SDU (git-fixes).
  - Bluetooth: LE L2CAP: Disconnect if received packet's SDU
    exceeds IMTU (git-fixes).
  - ACPI: processor: Fix previous acpi_processor_errata_piix4()
    fix (git-fixes).
  - ALSA: usb-audio: Check endpoint numbers at parsing Scarlett2
    mixer interfaces (stable-fixes).
  - ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1503CDA
    (stable-fixes).
  - ASoC: amd: yc: Add ASUS EXPERTBOOK BM1503CDA to quirk table
    (stable-fixes).
  - ALSA: hda: cs35l56: Fix signedness error in
    cs35l56_hda_posture_put() (git-fixes).
  - ACPI: PM: Save NVS memory on Lenovo G70-35 (stable-fixes).
  - ACPI: OSI: Add DMI quirk for Acer Aspire One D255
    (stable-fixes).
  - ALSA: hda/conexant: Fix headphone jack handling on Acer Swift
    SF314 (stable-fixes).
  - ALSA: hda/conexant: Add quirk for HP ZBook Studio G4
    (stable-fixes).
  - ALSA: pci: hda: use snd_kcontrol_chip() (stable-fixes).
  - commit d930c45
  - ceph: fix oops due to invalid pointer for kfree() in parse_longname() (bsc#1258337 CVE-2026-23201).
  - commit c1d531a

++++ kernel-rt:

  - libceph: reset sparse-read state in osd_fault() (CVE-2026-23136 bsc#1258303).
  - commit 7606f01
  - wifi: libertas: fix use-after-free in lbs_free_adapter()
    (CVE-2026-23281 bsc#1260464).
  - commit 43b8c42
  - serial: 8250: Add late synchronize_irq() to shutdown to handle
    DW UART BUSY (git-fixes).
  - serial: 8250_pci: add support for the AX99100 (stable-fixes).
  - serial: uartlite: fix PM runtime usage count underflow on probe
    (git-fixes).
  - serial: 8250: Fix TX deadlock when using DMA (git-fixes).
  - spi: fix statistics allocation (git-fixes).
  - spi: fix use-after-free on controller registration failure
    (git-fixes).
  - wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is
    not enough headroom (git-fixes).
  - wifi: mac80211: fix NULL deref in mesh_matches_local()
    (git-fixes).
  - wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down
    (git-fixes).
  - wifi: mac80211: Fix static_branch_dec() underflow for
    aql_disable (git-fixes).
  - soc: fsl: qbman: fix race condition in qman_destroy_fq
    (git-fixes).
  - USB: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb
    speed (stable-fixes).
  - usb: dwc3: pci: add support for the Intel Nova Lake -H
    (stable-fixes).
  - usb/core/quirks: Add Huawei ME906S-device to wakeup quirk
    (stable-fixes).
  - usb: xhci: Prevent interrupt storm on host controller error
    (HCE) (stable-fixes).
  - usb: cdc-acm: Restore CAP_BRK functionnality to CH343
    (git-fixes).
  - usb: misc: uss720: properly clean up reference in uss720_probe()
    (stable-fixes).
  - usb: image: mdc800: kill download URB on timeout (stable-fixes).
  - usb: mdc800: handle signal and read racing (stable-fixes).
  - usb: yurex: fix race in probe (stable-fixes).
  - staging: rtl8723bs: properly validate the data in
    rtw_get_ie_ex() (stable-fixes).
  - wifi: mac80211: set default WMM parameters on all links
    (stable-fixes).
  - usb: cdns3: fix role switching during resume (git-fixes).
  - USB: serial: f81232: fix incomplete serial port generation
    (stable-fixes).
  - usb: cdns3: call cdns_power_is_lost() only once in cdns_resume()
    (stable-fixes).
  - usb: cdns3: remove redundant if branch (stable-fixes).
  - commit 9cd434e
  - nfc: nci: fix circular locking dependency in nci_close_device
    (git-fixes).
  - pinctrl: mediatek: common: Fix probe failure for devices
    without EINT (git-fixes).
  - pinctrl: qcom: spmi-gpio: implement .get_direction()
    (git-fixes).
  - platform/x86: ISST: Correct locked bit width (git-fixes).
  - platform/olpc: olpc-xo175-ec: Fix overflow error message to
    print inlen (git-fixes).
  - mmc: sdhci: fix timing selection for 1-bit bus width
    (git-fixes).
  - mmc: sdhci-pci-gli: fix GL9750 DMA write corruption (git-fixes).
  - mtd: rawnand: pl353: make sure optimal timings are applied
    (git-fixes).
  - mtd: rawnand: brcmnand: skip DMA during panic write (git-fixes).
  - mtd: rawnand: serialize lock/unlock against other NAND
    operations (git-fixes).
  - mtd: rawnand: cadence: Fix error check for dma_alloc_coherent()
    in cadence_nand_init() (git-fixes).
  - mtd: Avoid boot crash in RedBoot partition table parser
    (git-fixes).
  - NFC: nxp-nci: allow GPIOs to sleep (git-fixes).
  - net: usb: aqc111: Do not perform PM inside suspend callback
    (git-fixes).
  - net: usb: cdc_ncm: add ndpoffset to NDP32 nframes bounds check
    (git-fixes).
  - net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds check
    (git-fixes).
  - net/rose: fix NULL pointer dereference in rose_transmit_link
    on reconnect (git-fixes).
  - PM: runtime: Fix a race condition related to device removal
    (git-fixes).
  - regulator: pca9450: Correct interrupt type (git-fixes).
  - platform/x86: dell-wmi: Add audio/mic mute key codes
    (stable-fixes).
  - pinctrl: equilibrium: fix warning trace on load (git-fixes).
  - pinctrl: equilibrium: rename irq_chip function callbacks
    (stable-fixes).
  - net: usb: pegasus: validate USB endpoints (stable-fixes).
  - mfd: omap-usb-host: Fix OF populate on driver rebind
    (git-fixes).
  - mfd: qcom-pm8xxx: Fix OF populate on driver rebind (git-fixes).
  - regulator: pca9450: Make IRQ optional (stable-fixes).
  - PCI: Update BAR # and window messages (stable-fixes).
  - mfd: qcom-pm8xxx: Convert to platform remove callback returning
    void (stable-fixes).
  - commit ec2548e
  - can: isotp: fix tx.buf use-after-free in isotp_sendmsg()
    (git-fixes).
  - can: gw: fix OOB heap access in cgw_csum_crc8_rel() (git-fixes).
  - media: mc, v4l2: serialize REINIT and REQBUFS with
    req_queue_mutex (git-fixes).
  - i2c: pxa: defer reset on Armada 3700 when recovery is used
    (git-fixes).
  - i2c: fsi: Fix a potential leak in fsi_i2c_probe() (git-fixes).
  - i2c: cp2615: fix serial string NULL-deref at probe (git-fixes).
  - hwmon: (pmbus/isl68137) Fix unchecked return value and use
    sysfs_emit() (git-fixes).
  - drm/radeon: apply state adjust rules to some additional HAINAN
    vairants (stable-fixes).
  - drm/amdgpu: apply state adjust rules to some additional HAINAN
    vairants (stable-fixes).
  - drm/amdgpu/gmc9.0: add bounds checking for cid (stable-fixes).
  - drm/amdgpu/mmhub3.0: add bounds checking for cid (stable-fixes).
  - drm/amdgpu/mmhub3.0.2: add bounds checking for cid
    (stable-fixes).
  - drm/amdgpu/mmhub3.0.1: add bounds checking for cid
    (stable-fixes).
  - drm/amdgpu/mmhub2.3: add bounds checking for cid (stable-fixes).
  - drm/amdgpu/mmhub2.0: add bounds checking for cid (stable-fixes).
  - drm/amd/display: Fix DisplayID not-found handling in
    parse_edid_displayid_vrr() (git-fixes).
  - drm/i915/gt: Check set_default_submission() before deferencing
    (git-fixes).
  - firmware: arm_scpi: Fix device_node reference leak in probe path
    (git-fixes).
  - drm/amd: Set num IP blocks to 0 if discovery fails
    (stable-fixes).
  - drm/msm/dsi: fix pclk rate calculation for bonded dsi
    (git-fixes).
  - drm/msm/dsi: fix hdisplay calculation when programming dsi
    registers (git-fixes).
  - drm/amdgpu: Fix use-after-free race in VM acquire
    (stable-fixes).
  - HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks
    missing them (stable-fixes).
  - drm/amdgpu: keep vga memory on MacBooks with switchable graphics
    (stable-fixes).
  - drm/bridge: ti-sn65dsi86: Add support for DisplayPort mode
    with HPD (stable-fixes).
  - drm/amd/display: Add pixel_clock to amd_pp_display_configuration
    (stable-fixes).
  - drm/msm/dsi: Document DSC related pclk_rate and hdisplay
    calculations (stable-fixes).
  - mfd: omap-usb-host: Convert to platform remove callback
    returning void (stable-fixes).
  - media: tegra-video: Use accessors for pad config 'try_*' fields
    (stable-fixes).
  - i2c: cp2615: replace deprecated strncpy with strscpy
    (stable-fixes).
  - commit 19fcdc7
  - Bluetooth: btusb: clamp SCO altsetting table indices
    (git-fixes).
  - Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite
    loop (git-fixes).
  - Bluetooth: L2CAP: Fix send LE flow credits in ACL link
    (git-fixes).
  - Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb
    (git-fixes).
  - Bluetooth: hci_ll: Fix firmware leak on error path (git-fixes).
  - Bluetooth: MGMT: Fix dangling pointer on
    mgmt_add_adv_patterns_monitor_complete (git-fixes).
  - Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to
    missing sock_hold (git-fixes).
  - Bluetooth: L2CAP: Validate PDU length before reading SDU length
    in l2cap_ecred_data_rcv() (git-fixes).
  - commit d4b4294
  - ACPI: EC: clean up handlers on probe failure in acpi_ec_setup()
    (git-fixes).
  - Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before
    access (git-fixes).
  - Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()
    (git-fixes).
  - Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
    (git-fixes).
  - Bluetooth: HIDP: Fix possible UAF (git-fixes).
  - Bluetooth: hci_sync: Fix hci_le_create_conn_sync (git-fixes).
  - Bluetooth: SMP: make SM/PER/KDU/BI-04-C happy (git-fixes).
  - Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed
    SDU (git-fixes).
  - Bluetooth: LE L2CAP: Disconnect if received packet's SDU
    exceeds IMTU (git-fixes).
  - ACPI: processor: Fix previous acpi_processor_errata_piix4()
    fix (git-fixes).
  - ALSA: usb-audio: Check endpoint numbers at parsing Scarlett2
    mixer interfaces (stable-fixes).
  - ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1503CDA
    (stable-fixes).
  - ASoC: amd: yc: Add ASUS EXPERTBOOK BM1503CDA to quirk table
    (stable-fixes).
  - ALSA: hda: cs35l56: Fix signedness error in
    cs35l56_hda_posture_put() (git-fixes).
  - ACPI: PM: Save NVS memory on Lenovo G70-35 (stable-fixes).
  - ACPI: OSI: Add DMI quirk for Acer Aspire One D255
    (stable-fixes).
  - ALSA: hda/conexant: Fix headphone jack handling on Acer Swift
    SF314 (stable-fixes).
  - ALSA: hda/conexant: Add quirk for HP ZBook Studio G4
    (stable-fixes).
  - ALSA: pci: hda: use snd_kcontrol_chip() (stable-fixes).
  - commit d930c45
  - ceph: fix oops due to invalid pointer for kfree() in parse_longname() (bsc#1258337 CVE-2026-23201).
  - commit c1d531a

++++ kernel-rt_debug:

  - libceph: reset sparse-read state in osd_fault() (CVE-2026-23136 bsc#1258303).
  - commit 7606f01
  - wifi: libertas: fix use-after-free in lbs_free_adapter()
    (CVE-2026-23281 bsc#1260464).
  - commit 43b8c42
  - serial: 8250: Add late synchronize_irq() to shutdown to handle
    DW UART BUSY (git-fixes).
  - serial: 8250_pci: add support for the AX99100 (stable-fixes).
  - serial: uartlite: fix PM runtime usage count underflow on probe
    (git-fixes).
  - serial: 8250: Fix TX deadlock when using DMA (git-fixes).
  - spi: fix statistics allocation (git-fixes).
  - spi: fix use-after-free on controller registration failure
    (git-fixes).
  - wifi: wlcore: Return -ENOMEM instead of -EAGAIN if there is
    not enough headroom (git-fixes).
  - wifi: mac80211: fix NULL deref in mesh_matches_local()
    (git-fixes).
  - wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_down
    (git-fixes).
  - wifi: mac80211: Fix static_branch_dec() underflow for
    aql_disable (git-fixes).
  - soc: fsl: qbman: fix race condition in qman_destroy_fq
    (git-fixes).
  - USB: ezcap401 needs USB_QUIRK_NO_BOS to function on 10gbs usb
    speed (stable-fixes).
  - usb: dwc3: pci: add support for the Intel Nova Lake -H
    (stable-fixes).
  - usb/core/quirks: Add Huawei ME906S-device to wakeup quirk
    (stable-fixes).
  - usb: xhci: Prevent interrupt storm on host controller error
    (HCE) (stable-fixes).
  - usb: cdc-acm: Restore CAP_BRK functionnality to CH343
    (git-fixes).
  - usb: misc: uss720: properly clean up reference in uss720_probe()
    (stable-fixes).
  - usb: image: mdc800: kill download URB on timeout (stable-fixes).
  - usb: mdc800: handle signal and read racing (stable-fixes).
  - usb: yurex: fix race in probe (stable-fixes).
  - staging: rtl8723bs: properly validate the data in
    rtw_get_ie_ex() (stable-fixes).
  - wifi: mac80211: set default WMM parameters on all links
    (stable-fixes).
  - usb: cdns3: fix role switching during resume (git-fixes).
  - USB: serial: f81232: fix incomplete serial port generation
    (stable-fixes).
  - usb: cdns3: call cdns_power_is_lost() only once in cdns_resume()
    (stable-fixes).
  - usb: cdns3: remove redundant if branch (stable-fixes).
  - commit 9cd434e
  - nfc: nci: fix circular locking dependency in nci_close_device
    (git-fixes).
  - pinctrl: mediatek: common: Fix probe failure for devices
    without EINT (git-fixes).
  - pinctrl: qcom: spmi-gpio: implement .get_direction()
    (git-fixes).
  - platform/x86: ISST: Correct locked bit width (git-fixes).
  - platform/olpc: olpc-xo175-ec: Fix overflow error message to
    print inlen (git-fixes).
  - mmc: sdhci: fix timing selection for 1-bit bus width
    (git-fixes).
  - mmc: sdhci-pci-gli: fix GL9750 DMA write corruption (git-fixes).
  - mtd: rawnand: pl353: make sure optimal timings are applied
    (git-fixes).
  - mtd: rawnand: brcmnand: skip DMA during panic write (git-fixes).
  - mtd: rawnand: serialize lock/unlock against other NAND
    operations (git-fixes).
  - mtd: rawnand: cadence: Fix error check for dma_alloc_coherent()
    in cadence_nand_init() (git-fixes).
  - mtd: Avoid boot crash in RedBoot partition table parser
    (git-fixes).
  - NFC: nxp-nci: allow GPIOs to sleep (git-fixes).
  - net: usb: aqc111: Do not perform PM inside suspend callback
    (git-fixes).
  - net: usb: cdc_ncm: add ndpoffset to NDP32 nframes bounds check
    (git-fixes).
  - net: usb: cdc_ncm: add ndpoffset to NDP16 nframes bounds check
    (git-fixes).
  - net/rose: fix NULL pointer dereference in rose_transmit_link
    on reconnect (git-fixes).
  - PM: runtime: Fix a race condition related to device removal
    (git-fixes).
  - regulator: pca9450: Correct interrupt type (git-fixes).
  - platform/x86: dell-wmi: Add audio/mic mute key codes
    (stable-fixes).
  - pinctrl: equilibrium: fix warning trace on load (git-fixes).
  - pinctrl: equilibrium: rename irq_chip function callbacks
    (stable-fixes).
  - net: usb: pegasus: validate USB endpoints (stable-fixes).
  - mfd: omap-usb-host: Fix OF populate on driver rebind
    (git-fixes).
  - mfd: qcom-pm8xxx: Fix OF populate on driver rebind (git-fixes).
  - regulator: pca9450: Make IRQ optional (stable-fixes).
  - PCI: Update BAR # and window messages (stable-fixes).
  - mfd: qcom-pm8xxx: Convert to platform remove callback returning
    void (stable-fixes).
  - commit ec2548e
  - can: isotp: fix tx.buf use-after-free in isotp_sendmsg()
    (git-fixes).
  - can: gw: fix OOB heap access in cgw_csum_crc8_rel() (git-fixes).
  - media: mc, v4l2: serialize REINIT and REQBUFS with
    req_queue_mutex (git-fixes).
  - i2c: pxa: defer reset on Armada 3700 when recovery is used
    (git-fixes).
  - i2c: fsi: Fix a potential leak in fsi_i2c_probe() (git-fixes).
  - i2c: cp2615: fix serial string NULL-deref at probe (git-fixes).
  - hwmon: (pmbus/isl68137) Fix unchecked return value and use
    sysfs_emit() (git-fixes).
  - drm/radeon: apply state adjust rules to some additional HAINAN
    vairants (stable-fixes).
  - drm/amdgpu: apply state adjust rules to some additional HAINAN
    vairants (stable-fixes).
  - drm/amdgpu/gmc9.0: add bounds checking for cid (stable-fixes).
  - drm/amdgpu/mmhub3.0: add bounds checking for cid (stable-fixes).
  - drm/amdgpu/mmhub3.0.2: add bounds checking for cid
    (stable-fixes).
  - drm/amdgpu/mmhub3.0.1: add bounds checking for cid
    (stable-fixes).
  - drm/amdgpu/mmhub2.3: add bounds checking for cid (stable-fixes).
  - drm/amdgpu/mmhub2.0: add bounds checking for cid (stable-fixes).
  - drm/amd/display: Fix DisplayID not-found handling in
    parse_edid_displayid_vrr() (git-fixes).
  - drm/i915/gt: Check set_default_submission() before deferencing
    (git-fixes).
  - firmware: arm_scpi: Fix device_node reference leak in probe path
    (git-fixes).
  - drm/amd: Set num IP blocks to 0 if discovery fails
    (stable-fixes).
  - drm/msm/dsi: fix pclk rate calculation for bonded dsi
    (git-fixes).
  - drm/msm/dsi: fix hdisplay calculation when programming dsi
    registers (git-fixes).
  - drm/amdgpu: Fix use-after-free race in VM acquire
    (stable-fixes).
  - HID: Add HID_CLAIMED_INPUT guards in raw_event callbacks
    missing them (stable-fixes).
  - drm/amdgpu: keep vga memory on MacBooks with switchable graphics
    (stable-fixes).
  - drm/bridge: ti-sn65dsi86: Add support for DisplayPort mode
    with HPD (stable-fixes).
  - drm/amd/display: Add pixel_clock to amd_pp_display_configuration
    (stable-fixes).
  - drm/msm/dsi: Document DSC related pclk_rate and hdisplay
    calculations (stable-fixes).
  - mfd: omap-usb-host: Convert to platform remove callback
    returning void (stable-fixes).
  - media: tegra-video: Use accessors for pad config 'try_*' fields
    (stable-fixes).
  - i2c: cp2615: replace deprecated strncpy with strscpy
    (stable-fixes).
  - commit 19fcdc7
  - Bluetooth: btusb: clamp SCO altsetting table indices
    (git-fixes).
  - Bluetooth: L2CAP: Fix ERTM re-init and zero pdu_len infinite
    loop (git-fixes).
  - Bluetooth: L2CAP: Fix send LE flow credits in ACL link
    (git-fixes).
  - Bluetooth: L2CAP: Fix null-ptr-deref on l2cap_sock_ready_cb
    (git-fixes).
  - Bluetooth: hci_ll: Fix firmware leak on error path (git-fixes).
  - Bluetooth: MGMT: Fix dangling pointer on
    mgmt_add_adv_patterns_monitor_complete (git-fixes).
  - Bluetooth: SCO: Fix use-after-free in sco_recv_frame() due to
    missing sock_hold (git-fixes).
  - Bluetooth: L2CAP: Validate PDU length before reading SDU length
    in l2cap_ecred_data_rcv() (git-fixes).
  - commit d4b4294
  - ACPI: EC: clean up handlers on probe failure in acpi_ec_setup()
    (git-fixes).
  - Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before
    access (git-fixes).
  - Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()
    (git-fixes).
  - Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_user
    (git-fixes).
  - Bluetooth: HIDP: Fix possible UAF (git-fixes).
  - Bluetooth: hci_sync: Fix hci_le_create_conn_sync (git-fixes).
  - Bluetooth: SMP: make SM/PER/KDU/BI-04-C happy (git-fixes).
  - Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed
    SDU (git-fixes).
  - Bluetooth: LE L2CAP: Disconnect if received packet's SDU
    exceeds IMTU (git-fixes).
  - ACPI: processor: Fix previous acpi_processor_errata_piix4()
    fix (git-fixes).
  - ALSA: usb-audio: Check endpoint numbers at parsing Scarlett2
    mixer interfaces (stable-fixes).
  - ASoC: amd: yc: Add DMI quirk for ASUS EXPERTBOOK PM1503CDA
    (stable-fixes).
  - ASoC: amd: yc: Add ASUS EXPERTBOOK BM1503CDA to quirk table
    (stable-fixes).
  - ALSA: hda: cs35l56: Fix signedness error in
    cs35l56_hda_posture_put() (git-fixes).
  - ACPI: PM: Save NVS memory on Lenovo G70-35 (stable-fixes).
  - ACPI: OSI: Add DMI quirk for Acer Aspire One D255
    (stable-fixes).
  - ALSA: hda/conexant: Fix headphone jack handling on Acer Swift
    SF314 (stable-fixes).
  - ALSA: hda/conexant: Add quirk for HP ZBook Studio G4
    (stable-fixes).
  - ALSA: pci: hda: use snd_kcontrol_chip() (stable-fixes).
  - commit d930c45
  - ceph: fix oops due to invalid pointer for kfree() in parse_longname() (bsc#1258337 CVE-2026-23201).
  - commit c1d531a

++++ libpng16:

  - added patches
    CVE-2026-33416: use-after-free via pointer aliasing in `png_set_tRNS` and `png_set_PLTE` can lead to arbitrary code execution (bsc#1260754)
    * libpng16-CVE-2026-33416-1.patch
    * libpng16-CVE-2026-33416-2.patch
    * libpng16-CVE-2026-33416-3.patch
    * libpng16-CVE-2026-33416-4.patch
    CVE-2026-33636: out-of-bounds read/write in the palette expansion on ARM Neon can lead to information leak and crashes (bsc#1260755)
    * libpng16-CVE-2026-33636.patch

++++ polkit:

  - avoid reading endless amounts of memory (CVE-2026-4897 bsc#1260859)
    0001-CVE-2026-4897-getline-string-overflow.patch

++++ python311-core:

  - Add CVE-2026-4519-webbrowser-open-dashes.patch to reject
    leading dashes in webbrowser URLs (bsc#1260026, CVE-2026-4519,
    gh#python/cpython#143930).

++++ python311:

  - Add CVE-2026-4519-webbrowser-open-dashes.patch to reject
    leading dashes in webbrowser URLs (bsc#1260026, CVE-2026-4519,
    gh#python/cpython#143930).

------------------------------------------------------------------
------------------  2026-3-26  -  Mar 26 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - libceph: make calc_target() set t->paused, not just clear it (bsc#1257682 CVE-2026-23047).
  - commit 9134bbf

++++ kernel-rt:

  - libceph: make calc_target() set t->paused, not just clear it (bsc#1257682 CVE-2026-23047).
  - commit 9134bbf

++++ kernel-rt_debug:

  - libceph: make calc_target() set t->paused, not just clear it (bsc#1257682 CVE-2026-23047).
  - commit 9134bbf

++++ expat:

  - security update:
    * CVE-2026-32776: expat: libexpat: NULL pointer dereference when
    processing empty external parameter entities inside an entity
    declaration value (bsc#1259726)
  - Added patch expat-CVE-2026-32776.patch
    * CVE-2026-32777: expat: libexpat: denial of service due to
    infinite loop in DTD content parsing (bsc#1259711)
  - Added patch expat-CVE-2026-32777.patch
    * CVE-2026-32778: expat: libexpat: NULL pointer dereference in
    `setContext` on retry after an out-of-memory condition (bsc#1259729)
  - Added patch expat-CVE-2026-32778.patch

++++ openssl-3:

  - Security fixes:
    * CVE-2026-28387: Potential use-after-free in DANE client code
    (bsc#1260441)
    * CVE-2026-28388: NULL Pointer Dereference When Processing a
    Delta (bsc#1260442)
    * CVE-2026-28389: Possible NULL dereference when processing CMS
    KeyAgreeRecipientInfo (bsc#1260443)
    * CVE-2026-31789: Heap buffer overflow in hexadecimal conversion
    (bsc#1260444)
    * CVE-2026-31790: Incorrect failure handling in RSA KEM RSASVE
    encapsulation (bsc#1260445)
    * NULL pointer dereference when processing an OCSP response
    (bsc#1260446)
    * Add patches: openssl-CVE-2026-28387.patch
    openssl-CVE-2026-28388.patch openssl-CVE-2026-28388-tests.patch
    openssl-CVE-2026-28389.patch openssl-CVE-2026-31789.patch
    openssl-CVE-2026-31790.patch openssl-CVE-2026-31790-tests.patch
    openssl-NULL-pointer-dereference-in-ocsp_find_signer_sk.patch

------------------------------------------------------------------
------------------  2026-3-25  -  Mar 25 2026  -------------------
------------------------------------------------------------------

++++ dnsmasq:

  - boo#1257934, 4070a748.patch: Fix build with nettle 4.0.

++++ python-kiwi:

  - Fix caller environment for non chroot scripts
    Make sure non chroot scripts also knows about the kiwi
    profile environment such that e.g. the current profile name
    or other settings from the build can be used in the script

++++ kernel-default:

  - x86/platform/uv: Handle deconfigured sockets (bsc#1260347).
  - commit f09c977

++++ kernel-rt:

  - x86/platform/uv: Handle deconfigured sockets (bsc#1260347).
  - commit f09c977

++++ kernel-rt_debug:

  - x86/platform/uv: Handle deconfigured sockets (bsc#1260347).
  - commit f09c977

++++ python311-core:

  - Add CVE-2025-13462-tarinfo-header-parse.patch which skips
    TarInfo DIRTYPE normalization during GNU long name handling
    (bsc#1259611, CVE-2025-13462).

++++ nvidia-open-driver-G06-signed:

  - adding 'ExcludeArch:    %ix86 s390x ppc64le' to no longer get
    autoclines by buildservice hoping that this wont't break RPM
    descriptions for -cuda variant again ...

++++ python311:

  - Add CVE-2025-13462-tarinfo-header-parse.patch which skips
    TarInfo DIRTYPE normalization during GNU long name handling
    (bsc#1259611, CVE-2025-13462).

------------------------------------------------------------------
------------------  2026-3-24  -  Mar 24 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - RDMA/umad: Reject negative data_len in ib_umad_write (CVE-2026-23243 bsc#1259797)
  - commit b964f1d
  - RDMA/siw: Fix potential NULL pointer dereference in header processing (CVE-2026-23242 bsc#1259795)
  - commit b14d408

++++ kernel-rt:

  - RDMA/umad: Reject negative data_len in ib_umad_write (CVE-2026-23243 bsc#1259797)
  - commit b964f1d
  - RDMA/siw: Fix potential NULL pointer dereference in header processing (CVE-2026-23242 bsc#1259795)
  - commit b14d408

++++ kernel-rt_debug:

  - RDMA/umad: Reject negative data_len in ib_umad_write (CVE-2026-23243 bsc#1259797)
  - commit b964f1d
  - RDMA/siw: Fix potential NULL pointer dereference in header processing (CVE-2026-23242 bsc#1259795)
  - commit b14d408

------------------------------------------------------------------
------------------  2026-3-23  -  Mar 23 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update spec file due to new package restrictions
    On SUSE new package restrictions where added to support the
    concept of the so called immutable mode. The new guideline
    says "Any files in the RPM spec %files section that are not
    in /usr or /etc is likely to break in Immutable Mode". For
    the kiwi packaging this applies to the kiwi-pxeboot sub
    package. This commit implements the suggested solution based
    on systemd-tmpfiles and only applies for SUSE.
    This Fixes jira#PCT-1055
  - Fix result bundler for uncompressed container data
    When building container images with the respective runtime
    configuration:
    ```yaml
    container:
  - compress: false
    ```
    The resulting image output files will be uncompressed meaning
    there is no ".xz" extension present. When running the result
    bundler there is an index bug which causes the container format
    type of the filename name e.g. ".docker" to be dropped from the
    result names. This commit fixes it.

++++ util-linux-systemd:

  - Recognize fuse "portal" as a virtual file system (boo#1234736,
    util-linux-libmount-fuse-portal.patch).
  - fdisk: Fix possible partition overlay and data corruption if EBR
    gap is missing (boo#1222465,
    util-linux-libfdisk-ebr-missing-gap-1.patch,
    util-linux-tests-fdisk-ebr-missing-gap-1.patch,
    util-linux-tests-fdisk-ebr-missing-gap-2.patch,
    util-linux-libfdisk-ebr-missing-gap-2.patch,
    util-linux-tests-fdisk-ebr-missing-gap-3.patch).

++++ util-linux:

  - Recognize fuse "portal" as a virtual file system (boo#1234736,
    util-linux-libmount-fuse-portal.patch).
  - fdisk: Fix possible partition overlay and data corruption if EBR
    gap is missing (boo#1222465,
    util-linux-libfdisk-ebr-missing-gap-1.patch,
    util-linux-tests-fdisk-ebr-missing-gap-1.patch,
    util-linux-tests-fdisk-ebr-missing-gap-2.patch,
    util-linux-libfdisk-ebr-missing-gap-2.patch,
    util-linux-tests-fdisk-ebr-missing-gap-3.patch).

++++ python311-core:

  - Add CVE-2026-4224-expat-unbound-C-recursion.patch avoiding
    unbound C recursion in conv_content_model in pyexpat.c
    (bsc#1259735, CVE-2026-4224).
  - Add CVE-2026-3644-cookies-Morsel-update-II.patch to reject
    control characters in http.cookies.Morsel.update() and
    http.cookies.BaseCookie.js_output (bsc#1259734, CVE-2026-3644).

++++ python311:

  - Add CVE-2026-4224-expat-unbound-C-recursion.patch avoiding
    unbound C recursion in conv_content_model in pyexpat.c
    (bsc#1259735, CVE-2026-4224).
  - Add CVE-2026-3644-cookies-Morsel-update-II.patch to reject
    control characters in http.cookies.Morsel.update() and
    http.cookies.BaseCookie.js_output (bsc#1259734, CVE-2026-3644).

++++ python-pyOpenSSL:

  - CVE-2026-27459: large cookie value can lead to a buffer overflow (bsc#1259808)
    Add patch CVE-2026-27459.patch
  - CVE-2026-27448: unhandled exception can result in connection not being cancelled (bsc#1259804)
    Add patch CVE-2026-27448.patch

++++ tar:

  - Fix bsc#1246399 / CVE-2025-45582.
  - Add patch:
    * CVE-2025-45582.patch

------------------------------------------------------------------
------------------  2026-3-22  -  Mar 22 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bpf, test_run: Subtract size of xdp_frame from allowed metadata
    size (CVE-2026-23140 bsc#1258305).
  - commit 2fff83a

++++ kernel-rt:

  - bpf, test_run: Subtract size of xdp_frame from allowed metadata
    size (CVE-2026-23140 bsc#1258305).
  - commit 2fff83a

++++ kernel-rt_debug:

  - bpf, test_run: Subtract size of xdp_frame from allowed metadata
    size (CVE-2026-23140 bsc#1258305).
  - commit 2fff83a

------------------------------------------------------------------
------------------  2026-3-20  -  Mar 20 2026  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to version 11.0.2 (bsc#1260421)
    + Add iputils as a dependency to make automatic NVIDIA repo enablement
    work
  - Update to version 11.0.1
    + Fix attempt to read a deleted file resulting in an error. Refresh
    the file list for repos and services for each pass over the
    server domains we are looking to clean up the registration.
    + Update user visible messages only showing messages for the
    application configuration file.

++++ cockpit:

  - Update dependencies to fix bsc#1258641/CVE-2026-26996, bsc#1257836/CVE-2026-25547

++++ nghttp2:

  - added patches
    CVE-2026-27135: assertion failure due to missing state validation can lead to DoS (bsc#1259845)
    * nghttp2-CVE-2026-27135.patch

++++ rust-keylime:

  - Suggests only the IMA policy package, and keep it as example (bsc#1259963)
  - Add Cargo_toml.patch to re-generate TSS bindings
  - Update to version 0.2.9+8:
    * build(deps): bump thiserror from 2.0.17 to 2.0.18
    * build(deps): bump docker/login-action from 3 to 4
    * build(deps): bump docker/metadata-action from 5 to 6
    * Remove generate-bindings feature from tss-esapi
    * Use port constants instead of hardcoded values in tests
    * push-attestation: Use registrar TLS port when TLS is enabled
    * build(deps): bump docker/build-push-action from 6 to 7
    * build(deps): bump actions/upload-artifact from 6 to 7
    * dist: Make the services to conflict with each other
    * Bump version to 0.2.9
    * build(deps): bump mockoon/cli-action from 2 to 3
    * cargo: Bump tracing_subscriber to version 0.3.20
    * cargo: Bump time to version 0.3.47
    * build(deps): bump http from 1.3.1 to 1.4.0
    * Update reqwest from 0.12 to 0.13
    * build(deps): bump serde from 1.0.219 to 1.0.228
    * auth: Load CA certificate in authentication client
    * packit: Add missing e2e tests
    * registrar: Rename insecure option to disable_tls
    * push-attestation: Drop self-signed mTLS certificate generation
    * config: Add missing config options to keylime-agent.conf
    * config: Add support for "default" in registrar_api_versions option
    * config: Add support for "default" in registrar_tls_ca_cert option
    * config: Drop unused config options and constants
    * push-attestation: Drop support for mTLS to registrar
    * push-attestation: Drop mTLS support and require PoP authentication
    * build(deps): bump clap from 4.5.45 to 4.5.54
    * build(deps): bump actix-web from 4.11.0 to 4.12.1
    * auth: Reuse existing ContextInfo to avoid duplicate TPM objects
    * resilient_client: Reauthenticate if a 403 error is received

------------------------------------------------------------------
------------------  2026-3-19  -  Mar 19 2026  -------------------
------------------------------------------------------------------

++++ crypto-policies:

  - Add PQC support for OpenSSH (bsc#1258311, bsc#1259825)
    * Enable and prioritize sntrup761x25519-sha512 for OpenSSH by default
    * Add crypto-policies-OpenSSH-PQC.patch

++++ kernel-default:

  - netfilter: nf_tables: fix use-after-free in nf_tables_addchain()
    (CVE-2026-23231 bsc#1259188).
  - netfilter: nf_tables: register hooks last when adding new
    chain/flowtable (CVE-2026-23231 bsc#1259188).
  - commit fd540e6

++++ kernel-rt:

  - netfilter: nf_tables: fix use-after-free in nf_tables_addchain()
    (CVE-2026-23231 bsc#1259188).
  - netfilter: nf_tables: register hooks last when adding new
    chain/flowtable (CVE-2026-23231 bsc#1259188).
  - commit fd540e6

++++ kernel-rt_debug:

  - netfilter: nf_tables: fix use-after-free in nf_tables_addchain()
    (CVE-2026-23231 bsc#1259188).
  - netfilter: nf_tables: register hooks last when adding new
    chain/flowtable (CVE-2026-23231 bsc#1259188).
  - commit fd540e6

++++ systemd:

  - Import commit a943e3ce2f655b8509038e31f03f5ded18f24683
    a943e3ce2f machined: reject invalid class types when registering machines (bsc#1259650 CVE-2026-4105)
    71593f77db udev: fix review mixup
    73a89810b4 udev-builtin-net-id: print cescaped bad attributes
    0f360bfdc0 udev-builtin-net_id: do not assume the current interface name is ethX
    40905232e2 udev: ensure tag parsing stays within bounds
    7bce9026e3 udev: ensure there is space for trailing NUL before calling sprintf
    d018ac1ea3 udev: check for invalid chars in various fields received from the kernel (bsc#1259697)

++++ python-PyJWT:

  - Add format-license.patch to work with older setuptools.

++++ python-pyasn1:

  - CVE-2026-30922: Denial of Service via Unbounded Recursion (bsc#1259803)
    Add patch CVE-2026-30922.patch

------------------------------------------------------------------
------------------  2026-3-18  -  Mar 18 2026  -------------------
------------------------------------------------------------------

++++ python311-core:

  - Fix changelog

++++ libzypp:

  - Fix preloader not caching packages from arch specific subrepos
    (bsc#1253740)
  - Deprioritize invalid mirrors (fixes openSUSE/zypper#636)
  - version 17.38.5 (35)

++++ nvidia-open-driver-G06-signed:

  - do not set ExclusiveArch in order to fix RPM description for -cuda
    variant (bsc#1259719)
  - improved RPM description for -cuda and non-cuda variant

++++ python311:

  - Fix changelog

++++ python-PyJWT:

  - Skip failing tests (gh#jpadilla/pyjwt#1153)
  - Update to 2.12.1:
  - Add missing typing_extensions dependency for Python < 3.11 in
    [#1150]
  - Update to 2.12.0:
  - Fixed
  - Annotate PyJWKSet.keys for pyright by @tamird in #1134
  - Close HTTPError response to prevent ResourceWarning on
    Python 3.14 by @veeceey in #1133
  - Do not keep algorithms dict in PyJWK instances by @akx in
    [#1143]
  - Validate the crit (Critical) Header Parameter defined in
    RFC 7515 §4.1.11. by @dmbs335 in GHSA-752w-5fwx-jx9f
    (bsc#1259616, CVE-2026-32597).
  - Use PyJWK algorithm when encoding without explicit
    algorithm in #1148
  - Added
  - Docs: Add PyJWKClient API reference and document the
    two-tier caching system (JWK Set cache and signing key LRU
    cache). v2.11.0
  - Fixed
  - Enforce ECDSA curve validation per RFC 7518 Section 3.4.
  - Fix build system warnings by @kurtmckee in #1105
  - Validate key against allowed types for Algorithm family in
    [#964]
  - Add iterator for JWKSet in #1041
  - Validate iss claim is a string during encoding and decoding
    by @pachewise in #1040
  - Improve typing/logic for options in decode, decode_complete
    by @pachewise in #1045
  - Declare float supported type for lifespan and timeout by
    @nikitagashkov in #1068
  - Fix SyntaxWarnings/DeprecationWarnings caused by invalid
    escape sequences by @kurtmckee in #1103
  - Development: Build a shared wheel once to speed up test
    suite setup times by @kurtmckee in #1114
  - Development: Test type annotations across all supported
    Python versions, increase the strictness of the type
    checking, and remove the mypy pre-commit hook by @kurtmckee
    in #1112
  - Added
  - Support Python 3.14, and test against PyPy 3.10 and 3.11 by
    @kurtmckee in #1104
  - Development: Migrate to build to test package building in
    CI by @kurtmckee in #1108
  - Development: Improve coverage config and eliminate unused
    test suite code by @kurtmckee in #1115
  - Docs: Standardize CHANGELOG links to PRs by @kurtmckee in
    [#1110]
  - Docs: Fix Read the Docs builds by @kurtmckee in #1111
  - Docs: Add example of using leeway with nbf by @djw8605 in
    [#1034]
  - Docs: Refactored docs with autodoc; added PyJWS and
    jwt.algorithms docs by @pachewise in #1045
  - Docs: Documentation improvements for "sub" and "jti" claims
    by @cleder in #1088
  - Development: Add pyupgrade as a pre-commit hook by
    @kurtmckee in #1109
  - Add minimum key length validation for HMAC and RSA keys
    (CWE-326). Warns by default via InsecureKeyLengthWarning
    when keys are below minimum recommended lengths per RFC
    7518 Section 3.2 (HMAC) and NIST SP 800-131A (RSA). Pass
    enforce_minimum_key_length=True in options to PyJWT or
    PyJWS to raise InvalidKeyError instead.
  - Refactor PyJWT to own an internal PyJWS instance instead of
    calling global api_jws functions.

------------------------------------------------------------------
------------------  2026-3-17  -  Mar 17 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: target: target_core_configfs: Add length check to avoid
    buffer overflow (CVE-2025-39998 bsc#1252073).
  - commit dff8745
  - l2tp: avoid one data-race in l2tp_tunnel_del_work() (CVE-2026-23120 bsc#1258280)
  - commit 975023c
  - pmdomain: imx8m-blk-ctrl: fix out-of-range access of bc->domains (CVE-2026-23187 bsc#1258330)
  - commit 4b333af
  - phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_probe() (CVE-2026-23030 bsc#1257561)
  - commit 4c335f0
  - Use unified maintainers' email address
  - commit a7ec874
  - Use unified maintainers' email address
  - commit e7955e0
  - Use unified maintainers' email address
  - commit 3c803fb

++++ kernel-rt:

  - scsi: target: target_core_configfs: Add length check to avoid
    buffer overflow (CVE-2025-39998 bsc#1252073).
  - commit dff8745
  - l2tp: avoid one data-race in l2tp_tunnel_del_work() (CVE-2026-23120 bsc#1258280)
  - commit 975023c
  - pmdomain: imx8m-blk-ctrl: fix out-of-range access of bc->domains (CVE-2026-23187 bsc#1258330)
  - commit 4b333af
  - phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_probe() (CVE-2026-23030 bsc#1257561)
  - commit 4c335f0
  - Use unified maintainers' email address
  - commit 7ea5c46
  - Use unified maintainers' email address
  - commit a7ec874
  - Use unified maintainers' email address
  - commit e7955e0
  - Use unified maintainers' email address
  - commit 3c803fb

++++ kernel-rt_debug:

  - scsi: target: target_core_configfs: Add length check to avoid
    buffer overflow (CVE-2025-39998 bsc#1252073).
  - commit dff8745
  - l2tp: avoid one data-race in l2tp_tunnel_del_work() (CVE-2026-23120 bsc#1258280)
  - commit 975023c
  - pmdomain: imx8m-blk-ctrl: fix out-of-range access of bc->domains (CVE-2026-23187 bsc#1258330)
  - commit 4b333af
  - phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_probe() (CVE-2026-23030 bsc#1257561)
  - commit 4c335f0
  - Use unified maintainers' email address
  - commit 7ea5c46
  - Use unified maintainers' email address
  - commit a7ec874
  - Use unified maintainers' email address
  - commit e7955e0
  - Use unified maintainers' email address
  - commit 3c803fb

++++ openSUSE-build-key:

  - move the pqkeys out of gnupg, its not gpg style.

++++ python-tornado6:

  - CVE-2026-31958: parsing large multipart bodies with many parts can cause a
    denial of service (bsc#1259553)
    * added CVE-2026-31958.patch
  - VUL-0: incomplete validation of cookie attributes allows for injection of
    user-controlled values in other cookie attributes (bsc#1259630)
    * added VUL-0-cookie-attribute-validation.patch

++++ ovmf:

  - Update mbedtls to 3.6.5 to fix CVE-2025-59438 (bsc#1252441)
  - Requires Mbed TLS 3.6.5 or higher to mitigate vulnerability.

------------------------------------------------------------------
------------------  2026-3-16  -  Mar 16 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net/mana: Null service_wq on setup error to prevent double
    destroy (git-fix).
  - commit 4b21ba9
  - iomap: adjust read range correctly for non-block-aligned positions (CVE-2025-68794 bsc#1256647)
  - commit bad6b8a

++++ kernel-rt:

  - net/mana: Null service_wq on setup error to prevent double
    destroy (git-fix).
  - commit 4b21ba9
  - iomap: adjust read range correctly for non-block-aligned positions (CVE-2025-68794 bsc#1256647)
  - commit bad6b8a

++++ kernel-rt_debug:

  - net/mana: Null service_wq on setup error to prevent double
    destroy (git-fix).
  - commit 4b21ba9
  - iomap: adjust read range correctly for non-block-aligned positions (CVE-2025-68794 bsc#1256647)
  - commit bad6b8a

++++ nvidia-open-driver-G06-signed:

  - add 'Provides: open-driver-non-cuda-variant = %version' for
    non-CUDA variant to be able to distinguish between both variants;
    to be used by nvidia-open-driver-G06-signed-kmp-meta for TW ...
    (boo#1259740)

++++ pcr-oracle:

  - Update to 0.6.0
    + Initial support for CI tests
    + Fix additional arguments following the PCR index
    + CI: Shutdown the swtpm instance after tests
    + Fix stop event check crash for grub-command (bsc#1258119)
    + Print PCR values during signing or sealing

------------------------------------------------------------------
------------------  2026-3-15  -  Mar 15 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - usb: roles: get usb role switch from parent only for
    usb-b-connector (git-fixes).
  - usb: xhci: Fix memory leak in xhci_disable_slot() (git-fixes).
  - usb: class: cdc-wdm: fix reordering issue in read code path
    (git-fixes).
  - usb: renesas_usbhs: fix use-after-free in ISR during device
    removal (git-fixes).
  - usb: gadget: f_mass_storage: Fix potential integer overflow
    in check_command_size_in_blocks() (git-fixes).
  - USB: core: Limit the length of unkillable synchronous timeouts
    (git-fixes).
  - USB: usbtmc: Use usb_bulk_msg_killable() with user-specified
    timeouts (git-fixes).
  - USB: usbcore: Introduce usb_bulk_msg_killable() (git-fixes).
  - usb: core: don't power off roothub PHYs if phy_set_mode()
    fails (git-fixes).
  - iio: gyro: mpu3050-core: fix pm_runtime error handling
    (git-fixes).
  - iio: gyro: mpu3050-i2c: fix pm_runtime error handling
    (git-fixes).
  - iio: chemical: sps30_serial: fix buffer size in
    sps30_serial_read_meas() (git-fixes).
  - iio: chemical: sps30_i2c: fix buffer size in
    sps30_i2c_read_meas() (git-fixes).
  - iio: chemical: bme680: Fix measurement wait duration calculation
    (git-fixes).
  - iio: dac: ds4424: reject -128 RAW value (git-fixes).
  - iio: potentiometer: mcp4131: fix double application of wiper
    shift (git-fixes).
  - iio: frequency: adf4377: Fix duplicated soft reset mask
    (git-fixes).
  - iio: imu: inv_icm42600: fix odr switch to the same value
    (git-fixes).
  - commit 4702653

++++ kernel-rt:

  - usb: roles: get usb role switch from parent only for
    usb-b-connector (git-fixes).
  - usb: xhci: Fix memory leak in xhci_disable_slot() (git-fixes).
  - usb: class: cdc-wdm: fix reordering issue in read code path
    (git-fixes).
  - usb: renesas_usbhs: fix use-after-free in ISR during device
    removal (git-fixes).
  - usb: gadget: f_mass_storage: Fix potential integer overflow
    in check_command_size_in_blocks() (git-fixes).
  - USB: core: Limit the length of unkillable synchronous timeouts
    (git-fixes).
  - USB: usbtmc: Use usb_bulk_msg_killable() with user-specified
    timeouts (git-fixes).
  - USB: usbcore: Introduce usb_bulk_msg_killable() (git-fixes).
  - usb: core: don't power off roothub PHYs if phy_set_mode()
    fails (git-fixes).
  - iio: gyro: mpu3050-core: fix pm_runtime error handling
    (git-fixes).
  - iio: gyro: mpu3050-i2c: fix pm_runtime error handling
    (git-fixes).
  - iio: chemical: sps30_serial: fix buffer size in
    sps30_serial_read_meas() (git-fixes).
  - iio: chemical: sps30_i2c: fix buffer size in
    sps30_i2c_read_meas() (git-fixes).
  - iio: chemical: bme680: Fix measurement wait duration calculation
    (git-fixes).
  - iio: dac: ds4424: reject -128 RAW value (git-fixes).
  - iio: potentiometer: mcp4131: fix double application of wiper
    shift (git-fixes).
  - iio: frequency: adf4377: Fix duplicated soft reset mask
    (git-fixes).
  - iio: imu: inv_icm42600: fix odr switch to the same value
    (git-fixes).
  - commit 4702653

++++ kernel-rt_debug:

  - usb: roles: get usb role switch from parent only for
    usb-b-connector (git-fixes).
  - usb: xhci: Fix memory leak in xhci_disable_slot() (git-fixes).
  - usb: class: cdc-wdm: fix reordering issue in read code path
    (git-fixes).
  - usb: renesas_usbhs: fix use-after-free in ISR during device
    removal (git-fixes).
  - usb: gadget: f_mass_storage: Fix potential integer overflow
    in check_command_size_in_blocks() (git-fixes).
  - USB: core: Limit the length of unkillable synchronous timeouts
    (git-fixes).
  - USB: usbtmc: Use usb_bulk_msg_killable() with user-specified
    timeouts (git-fixes).
  - USB: usbcore: Introduce usb_bulk_msg_killable() (git-fixes).
  - usb: core: don't power off roothub PHYs if phy_set_mode()
    fails (git-fixes).
  - iio: gyro: mpu3050-core: fix pm_runtime error handling
    (git-fixes).
  - iio: gyro: mpu3050-i2c: fix pm_runtime error handling
    (git-fixes).
  - iio: chemical: sps30_serial: fix buffer size in
    sps30_serial_read_meas() (git-fixes).
  - iio: chemical: sps30_i2c: fix buffer size in
    sps30_i2c_read_meas() (git-fixes).
  - iio: chemical: bme680: Fix measurement wait duration calculation
    (git-fixes).
  - iio: dac: ds4424: reject -128 RAW value (git-fixes).
  - iio: potentiometer: mcp4131: fix double application of wiper
    shift (git-fixes).
  - iio: frequency: adf4377: Fix duplicated soft reset mask
    (git-fixes).
  - iio: imu: inv_icm42600: fix odr switch to the same value
    (git-fixes).
  - commit 4702653

------------------------------------------------------------------
------------------  2026-3-14  -  Mar 14 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/bridge: ti-sn65dsi83: fix CHA_DSI_CLK_RANGE rounding
    (git-fixes).
  - ASoC: amd: acp-mach-common: Add missing error check for clock
    acquisition (git-fixes).
  - ASoC: detect empty DMI strings (git-fixes).
  - ASoC: amd: acp3x-rt5682-max9836: Add missing error check for
    clock acquisition (git-fixes).
  - ASoC: soc-core: flush delayed work before removing DAIs and
    widgets (git-fixes).
  - ASoC: soc-core: drop delayed_work_pending() check before flush
    (git-fixes).
  - ASoC: qcom: qdsp6: Fix q6apm remove ordering during ADSP stop
    and start (git-fixes).
  - ALSA: pcm: fix use-after-free on linked stream runtime in
    snd_pcm_drain() (git-fixes).
  - commit 1a186d1

++++ kernel-rt:

  - drm/bridge: ti-sn65dsi83: fix CHA_DSI_CLK_RANGE rounding
    (git-fixes).
  - ASoC: amd: acp-mach-common: Add missing error check for clock
    acquisition (git-fixes).
  - ASoC: detect empty DMI strings (git-fixes).
  - ASoC: amd: acp3x-rt5682-max9836: Add missing error check for
    clock acquisition (git-fixes).
  - ASoC: soc-core: flush delayed work before removing DAIs and
    widgets (git-fixes).
  - ASoC: soc-core: drop delayed_work_pending() check before flush
    (git-fixes).
  - ASoC: qcom: qdsp6: Fix q6apm remove ordering during ADSP stop
    and start (git-fixes).
  - ALSA: pcm: fix use-after-free on linked stream runtime in
    snd_pcm_drain() (git-fixes).
  - commit 1a186d1

++++ kernel-rt_debug:

  - drm/bridge: ti-sn65dsi83: fix CHA_DSI_CLK_RANGE rounding
    (git-fixes).
  - ASoC: amd: acp-mach-common: Add missing error check for clock
    acquisition (git-fixes).
  - ASoC: detect empty DMI strings (git-fixes).
  - ASoC: amd: acp3x-rt5682-max9836: Add missing error check for
    clock acquisition (git-fixes).
  - ASoC: soc-core: flush delayed work before removing DAIs and
    widgets (git-fixes).
  - ASoC: soc-core: drop delayed_work_pending() check before flush
    (git-fixes).
  - ASoC: qcom: qdsp6: Fix q6apm remove ordering during ADSP stop
    and start (git-fixes).
  - ALSA: pcm: fix use-after-free on linked stream runtime in
    snd_pcm_drain() (git-fixes).
  - commit 1a186d1

------------------------------------------------------------------
------------------  2026-3-13  -  Mar 13 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - crypto: iaa - Fix out-of-bounds index in find_empty_iaa_compression_mode (CVE-2025-71231 bsc#1258424).
  - commit f8a95c7
  - sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
    (CVE-2026-23125 bsc#1258293).
  - commit 6e65546
  - KVM: x86/mmu: Drop/zap existing present SPTE even when creating
    an MMIO SPTE (bsc#1259461).
  - commit 042631f
  - ACPI: OSL: fix __iomem type on return from
    acpi_os_map_generic_address() (git-fixes).
  - can: hi311x: hi3110_open(): add check for hi3110_power_enable()
    return value (git-fixes).
  - net: usb: lan78xx: fix TX byte statistics for small packets
    (git-fixes).
  - net: usb: lan78xx: fix silent drop of packets with checksum
    errors (git-fixes).
  - qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_size
    (git-fixes).
  - remoteproc: sysmon: Correct subsys_name_len type in QMI request
    (git-fixes).
  - commit 5d32ac9
  - apparmor: fix race between freeing data and fs accessing it
    (bsc#1258849).
  - apparmor: fix race on rawdata dereference (bsc#1258849).
  - apparmor: fix differential encoding verification (bsc#1258849).
  - apparmor: fix unprivileged local user can do privileged policy
    management (bsc#1258849).
  - apparmor: Fix double free of ns_name in aa_replace_profiles()
    (bsc#1258849).
  - apparmor: fix missing bounds check on DEFAULT table in
    verify_dfa() (bsc#1258849).
  - apparmor: fix side-effect bug in match_char() macro usage
    (bsc#1258849).
  - apparmor: fix: limit the number of levels of policy namespaces
    (bsc#1258849).
  - apparmor: replace recursive profile removal with iterative
    approach (bsc#1258849).
  - apparmor: fix memory leak in verify_header (bsc#1258849).
  - apparmor: validate DFA start states are in bounds in unpack_pdb
    (bsc#1258849).
  - commit 9f31a2e

++++ kernel-rt:

  - crypto: iaa - Fix out-of-bounds index in find_empty_iaa_compression_mode (CVE-2025-71231 bsc#1258424).
  - commit f8a95c7
  - sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
    (CVE-2026-23125 bsc#1258293).
  - commit 6e65546
  - KVM: x86/mmu: Drop/zap existing present SPTE even when creating
    an MMIO SPTE (bsc#1259461).
  - commit 042631f
  - ACPI: OSL: fix __iomem type on return from
    acpi_os_map_generic_address() (git-fixes).
  - can: hi311x: hi3110_open(): add check for hi3110_power_enable()
    return value (git-fixes).
  - net: usb: lan78xx: fix TX byte statistics for small packets
    (git-fixes).
  - net: usb: lan78xx: fix silent drop of packets with checksum
    errors (git-fixes).
  - qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_size
    (git-fixes).
  - remoteproc: sysmon: Correct subsys_name_len type in QMI request
    (git-fixes).
  - commit 5d32ac9
  - apparmor: fix race between freeing data and fs accessing it
    (bsc#1258849).
  - apparmor: fix race on rawdata dereference (bsc#1258849).
  - apparmor: fix differential encoding verification (bsc#1258849).
  - apparmor: fix unprivileged local user can do privileged policy
    management (bsc#1258849).
  - apparmor: Fix double free of ns_name in aa_replace_profiles()
    (bsc#1258849).
  - apparmor: fix missing bounds check on DEFAULT table in
    verify_dfa() (bsc#1258849).
  - apparmor: fix side-effect bug in match_char() macro usage
    (bsc#1258849).
  - apparmor: fix: limit the number of levels of policy namespaces
    (bsc#1258849).
  - apparmor: replace recursive profile removal with iterative
    approach (bsc#1258849).
  - apparmor: fix memory leak in verify_header (bsc#1258849).
  - apparmor: validate DFA start states are in bounds in unpack_pdb
    (bsc#1258849).
  - commit 9f31a2e

++++ kernel-rt_debug:

  - crypto: iaa - Fix out-of-bounds index in find_empty_iaa_compression_mode (CVE-2025-71231 bsc#1258424).
  - commit f8a95c7
  - sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
    (CVE-2026-23125 bsc#1258293).
  - commit 6e65546
  - KVM: x86/mmu: Drop/zap existing present SPTE even when creating
    an MMIO SPTE (bsc#1259461).
  - commit 042631f
  - ACPI: OSL: fix __iomem type on return from
    acpi_os_map_generic_address() (git-fixes).
  - can: hi311x: hi3110_open(): add check for hi3110_power_enable()
    return value (git-fixes).
  - net: usb: lan78xx: fix TX byte statistics for small packets
    (git-fixes).
  - net: usb: lan78xx: fix silent drop of packets with checksum
    errors (git-fixes).
  - qmi_wwan: allow max_mtu above hard_mtu to control rx_urb_size
    (git-fixes).
  - remoteproc: sysmon: Correct subsys_name_len type in QMI request
    (git-fixes).
  - commit 5d32ac9
  - apparmor: fix race between freeing data and fs accessing it
    (bsc#1258849).
  - apparmor: fix race on rawdata dereference (bsc#1258849).
  - apparmor: fix differential encoding verification (bsc#1258849).
  - apparmor: fix unprivileged local user can do privileged policy
    management (bsc#1258849).
  - apparmor: Fix double free of ns_name in aa_replace_profiles()
    (bsc#1258849).
  - apparmor: fix missing bounds check on DEFAULT table in
    verify_dfa() (bsc#1258849).
  - apparmor: fix side-effect bug in match_char() macro usage
    (bsc#1258849).
  - apparmor: fix: limit the number of levels of policy namespaces
    (bsc#1258849).
  - apparmor: replace recursive profile removal with iterative
    approach (bsc#1258849).
  - apparmor: fix memory leak in verify_header (bsc#1258849).
  - apparmor: validate DFA start states are in bounds in unpack_pdb
    (bsc#1258849).
  - commit 9f31a2e

++++ python311-core:

  - Add CVE-2026-2297-SourcelessFileLoader-io_open_code.patch
    ensuring that `SourcelessFileLoader` uses `io.open_code` when
    opening `.pyc` files (bsc#1259240, CVE-2026-2297).

++++ sqlite3:

  - Update to version 3.51.3:
    * Fix the WAL-reset database corruption bug:
    https://sqlite.org/wal.html#walresetbug
    * Other minor bug fixes.

++++ python311:

  - Add CVE-2026-2297-SourcelessFileLoader-io_open_code.patch
    ensuring that `SourcelessFileLoader` uses `io.open_code` when
    opening `.pyc` files (bsc#1259240, CVE-2026-2297).

------------------------------------------------------------------
------------------  2026-3-12  -  Mar 12 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: mpi3mr: Event processing debug improvement (bsc#1251186,
    bsc#1258832).
  - commit 4fde182
  - net: mana: Ring doorbell at 4 CQ wraparounds (git-fixes).
  - net: mana: Fix double destroy_workqueue on service rescan PCI path (git-fixes).
  - PCI: hv: remove unnecessary module_init/exit functions (git-fixes).
  - PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device (git-fixes).
  - RDMA/mana_ib: Add device-memory support (git-fixes).
  - RDMA/mana_ib: Take CQ type from the device type (git-fixes).
  - net: mana: Implement ndo_tx_timeout and serialize queue resets per port (bsc#1257472).
  - RDMA/mana_ib: check cqe length for kernel CQs (git-fixes).
  - net: mana: Fix use-after-free in reset service rescan path (git-fixes).
  - Drivers: hv: fix missing kernel-doc description for 'size' in request_arr_init() (git-fixes).
  - Drivers: hv: remove stale comment (git-fixes).
  - net: mana: Handle hardware recovery events when probing the device (bsc#1257466).
  - net: mana: Drop TX skb on post_work_request failure and unmap resources (git-fixes).
  - net: mana: Handle SKB if TX SGEs exceed hardware limit (git-fixes).
  - net: mana: Add standard counter rx_missed_errors (git-fixes).
  - net: mana: Move hardware counter stats from per-port to per-VF context (git-fixes).
  - net: mana: Support HW link state events (bsc#1253049).
  - Drivers: hv: vmbus: Fix typos in vmbus_drv.c (git-fixes).
  - Drivers: hv: vmbus: Fix sysfs output format for ring buffer index (git-fixes).
  - Drivers: hv: vmbus: Clean up sscanf format specifier in target_cpu_store() (git-fixes).
  - scsi: storvsc: Remove redundant ternary operators (git-fixes).
  - RDMA/mana_ib: Extend modify QP (git-fixes).
  - RDMA/mana_ib: Drain send wrs of GSI QP (git-fixes).
  - net: mana: Reduce waiting time if HWC not responding (bsc#1252266).
  - RDMA/mana_ib: add support of multiple ports (bsc#1251135).
  - RDMA/mana_ib: add additional port counters (bsc#1251135).
  - RDMA/mana_ib: Fix DSCP value in modify QP (git-fixes).
  - RDMA/mana_ib: Add device statistics support (git-fixes).
  - net: mana: fix spelling for mana_gd_deregiser_irq() (git-fixes).
  - net: mana: Handle Reset Request from MANA NIC (bsc#1245728 bsc#1251971).
  - net: mana: Handle unsupported HWC commands (git-fixes).
  - net: mana: Fix warnings for missing export.h header inclusion (git-fixes).
  - PCI: hv: Remove unnecessary flex array in struct pci_packet (git-fixes).
  - tools: hv: Enable debug logs for hv_kvp_daemon (git-fixes).
  - net: mana: Add support for auxiliary device servicing events (bsc#1251971).
  - RDMA/mana_ib: unify mana_ib functions to support any gdma device (git-fixes).
  - RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nic (git-fixes).
  - net: mana: Probe rdma device in mana driver (git-fixes).
  - RDMA/mana_ib: Add support of 4M, 1G, and 2G pages (git-fixes).
  - RDMA/mana_ib: support of the zero based MRs (bsc#1251135).
  - RDMA/mana_ib: Access remote atomic for MRs (bsc#1251135).
  - RDMA/mana_ib: Fix integer overflow during queue creation (bsc#1251135).
  - RDMA/mana_ib: Handle net event for pointing to the current netdev (bsc#1256690).
  - net: mana: Change the function signature of mana_get_primary_netdev_rcu (bsc#1256690).
  - RDMA/mana_ib: Use safer allocation function() (bsc#1251135).
  - RDMA/mana_ib: Implement DMABUF MR support (git-fixes).
  - RDMA/mana_ib: Fix error code in probe() (git-fixes).
  - RDMA/mana_ib: Add port statistics support (git-fixes).
  - RDMA/mana_ib: request error CQEs when supported (git-fixes).
  - RDMA/mana_ib: Query feature_flags bitmask from FW (git-fixes).
  - RDMA/mana_ib: indicate CM support (git-fixes).
  - RDMA/mana_ib: polling of CQs for GSI/UD (git-fixes).
  - RDMA/mana_ib: extend mana QP table (git-fixes).
  - RDMA/mana_ib: implement req_notify_cq (git-fixes).
  - RDMA/mana_ib: UD/GSI work requests (git-fixes).
  - RDMA/mana_ib: create/destroy AH (git-fixes).
  - RDMA/mana_ib: UD/GSI QP creation for kernel (git-fixes).
  - RDMA/mana_ib: Create and destroy UD/GSI QP (git-fixes).
  - RDMA/mana_ib: create kernel-level CQs (git-fixes).
  - RDMA/mana_ib: helpers to allocate kernel queues (git-fixes).
  - RDMA/mana_ib: implement get_dma_mr (git-fixes).
  - RDMA/mana_ib: Allow registration of DMA-mapped memory in PDs (git-fixes).
  - PCI: hv: Correct a comment (git-fixes).
  - net: mana: Add metadata support for xdp mode (git-fixes).
  - tools/hv: reduce resource usage in hv_kvp_daemon (git-fixes).
  - tools/hv: add a .gitignore file (git-fixes).
  - tools/hv: reduce resouce usage in hv_get_dns_info helper (git-fixes).
  - hv/hv_kvp_daemon: Pass NIC name to hv_get_dns_info as well (git-fixes).
  - net: mana: use ethtool string helpers (git-fixes).
  - tools: hv: lsvmbus: change shebang to use python3 (git-fixes).
  - RDMA/mana_ib: Set correct device into ib (git-fixes).
  - RDMA/mana_ib: Process QP error events in mana_ib (git-fixes).
  - RDMA/mana_ib: extend query device (git-fixes).
  - RDMA/mana_ib: set node_guid (git-fixes).
  - RDMA/mana_ib: Modify QP state (git-fixes).
  - RDMA/mana_ib: Implement uapi to create and destroy RC QP (git-fixes).
  - RDMA/mana_ib: Create and destroy RC QP (git-fixes).
  - net: mana: Use mana_cleanup_port_context() for rxq cleanup (git-fixes).
  - RDMA/mana_ib: implement uapi for creation of rnic cq (git-fixes).
  - RDMA/mana_ib: boundary check before installing cq callbacks (git-fixes CVE-2024-38542 bsc#1226591).
  - RDMA/mana_ib: introduce a helper to remove cq callbacks (git-fixes).
  - RDMA/mana_ib: create and destroy RNIC cqs (git-fixes).
  - RDMA/mana_ib: create EQs for RNIC CQs (git-fixes).
  - RDMA/mana_ib: Fix missing ret value (git-fixes).
  - RDMA/mana_ib: Configure mac address in RNIC (git-fixes).
  - RDMA/mana_ib: Adding and deleting GIDs (git-fixes).
  - RDMA/mana_ib: Enable RoCE on port 1 (git-fixes).
  - RDMA/mana_ib: Implement port parameters (git-fixes).
  - RDMA/mana_ib: Create and destroy rnic adapter (git-fixes).
  - RDMA/mana_ib: Add EQ creation for rnic adapter (git-fixes).
  - RDMA/mana_ib: Use num_comp_vectors of ib_device (git-fixes).
  - RDMA/mana_ib: remove useless return values from dbg prints (git-fixes).
  - RDMA/mana_ib: Use struct mana_ib_queue for RAW QPs (git-fixes).
  - RDMA/mana_ib: Use struct mana_ib_queue for WQs (git-fixes).
  - RDMA/mana_ib: Use struct mana_ib_queue for CQs (git-fixes).
  - RDMA/mana_ib: Introduce helpers to create and destroy mana queues (git-fixes).
  - hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format (git-fixes).
  - RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function (git-fixes).
  - RDMA/mana_ib: Introduce mana_ib_get_netdev helper function (git-fixes).
  - RDMA/mana_ib: Introduce mdev_to_gc helper function (git-fixes).
  - commit 8690084

++++ kernel-rt:

  - scsi: mpi3mr: Event processing debug improvement (bsc#1251186,
    bsc#1258832).
  - commit 4fde182
  - net: mana: Ring doorbell at 4 CQ wraparounds (git-fixes).
  - net: mana: Fix double destroy_workqueue on service rescan PCI path (git-fixes).
  - PCI: hv: remove unnecessary module_init/exit functions (git-fixes).
  - PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device (git-fixes).
  - RDMA/mana_ib: Add device-memory support (git-fixes).
  - RDMA/mana_ib: Take CQ type from the device type (git-fixes).
  - net: mana: Implement ndo_tx_timeout and serialize queue resets per port (bsc#1257472).
  - RDMA/mana_ib: check cqe length for kernel CQs (git-fixes).
  - net: mana: Fix use-after-free in reset service rescan path (git-fixes).
  - Drivers: hv: fix missing kernel-doc description for 'size' in request_arr_init() (git-fixes).
  - Drivers: hv: remove stale comment (git-fixes).
  - net: mana: Handle hardware recovery events when probing the device (bsc#1257466).
  - net: mana: Drop TX skb on post_work_request failure and unmap resources (git-fixes).
  - net: mana: Handle SKB if TX SGEs exceed hardware limit (git-fixes).
  - net: mana: Add standard counter rx_missed_errors (git-fixes).
  - net: mana: Move hardware counter stats from per-port to per-VF context (git-fixes).
  - net: mana: Support HW link state events (bsc#1253049).
  - Drivers: hv: vmbus: Fix typos in vmbus_drv.c (git-fixes).
  - Drivers: hv: vmbus: Fix sysfs output format for ring buffer index (git-fixes).
  - Drivers: hv: vmbus: Clean up sscanf format specifier in target_cpu_store() (git-fixes).
  - scsi: storvsc: Remove redundant ternary operators (git-fixes).
  - RDMA/mana_ib: Extend modify QP (git-fixes).
  - RDMA/mana_ib: Drain send wrs of GSI QP (git-fixes).
  - net: mana: Reduce waiting time if HWC not responding (bsc#1252266).
  - RDMA/mana_ib: add support of multiple ports (bsc#1251135).
  - RDMA/mana_ib: add additional port counters (bsc#1251135).
  - RDMA/mana_ib: Fix DSCP value in modify QP (git-fixes).
  - RDMA/mana_ib: Add device statistics support (git-fixes).
  - net: mana: fix spelling for mana_gd_deregiser_irq() (git-fixes).
  - net: mana: Handle Reset Request from MANA NIC (bsc#1245728 bsc#1251971).
  - net: mana: Handle unsupported HWC commands (git-fixes).
  - net: mana: Fix warnings for missing export.h header inclusion (git-fixes).
  - PCI: hv: Remove unnecessary flex array in struct pci_packet (git-fixes).
  - tools: hv: Enable debug logs for hv_kvp_daemon (git-fixes).
  - net: mana: Add support for auxiliary device servicing events (bsc#1251971).
  - RDMA/mana_ib: unify mana_ib functions to support any gdma device (git-fixes).
  - RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nic (git-fixes).
  - net: mana: Probe rdma device in mana driver (git-fixes).
  - RDMA/mana_ib: Add support of 4M, 1G, and 2G pages (git-fixes).
  - RDMA/mana_ib: support of the zero based MRs (bsc#1251135).
  - RDMA/mana_ib: Access remote atomic for MRs (bsc#1251135).
  - RDMA/mana_ib: Fix integer overflow during queue creation (bsc#1251135).
  - RDMA/mana_ib: Handle net event for pointing to the current netdev (bsc#1256690).
  - net: mana: Change the function signature of mana_get_primary_netdev_rcu (bsc#1256690).
  - RDMA/mana_ib: Use safer allocation function() (bsc#1251135).
  - RDMA/mana_ib: Implement DMABUF MR support (git-fixes).
  - RDMA/mana_ib: Fix error code in probe() (git-fixes).
  - RDMA/mana_ib: Add port statistics support (git-fixes).
  - RDMA/mana_ib: request error CQEs when supported (git-fixes).
  - RDMA/mana_ib: Query feature_flags bitmask from FW (git-fixes).
  - RDMA/mana_ib: indicate CM support (git-fixes).
  - RDMA/mana_ib: polling of CQs for GSI/UD (git-fixes).
  - RDMA/mana_ib: extend mana QP table (git-fixes).
  - RDMA/mana_ib: implement req_notify_cq (git-fixes).
  - RDMA/mana_ib: UD/GSI work requests (git-fixes).
  - RDMA/mana_ib: create/destroy AH (git-fixes).
  - RDMA/mana_ib: UD/GSI QP creation for kernel (git-fixes).
  - RDMA/mana_ib: Create and destroy UD/GSI QP (git-fixes).
  - RDMA/mana_ib: create kernel-level CQs (git-fixes).
  - RDMA/mana_ib: helpers to allocate kernel queues (git-fixes).
  - RDMA/mana_ib: implement get_dma_mr (git-fixes).
  - RDMA/mana_ib: Allow registration of DMA-mapped memory in PDs (git-fixes).
  - PCI: hv: Correct a comment (git-fixes).
  - net: mana: Add metadata support for xdp mode (git-fixes).
  - tools/hv: reduce resource usage in hv_kvp_daemon (git-fixes).
  - tools/hv: add a .gitignore file (git-fixes).
  - tools/hv: reduce resouce usage in hv_get_dns_info helper (git-fixes).
  - hv/hv_kvp_daemon: Pass NIC name to hv_get_dns_info as well (git-fixes).
  - net: mana: use ethtool string helpers (git-fixes).
  - tools: hv: lsvmbus: change shebang to use python3 (git-fixes).
  - RDMA/mana_ib: Set correct device into ib (git-fixes).
  - RDMA/mana_ib: Process QP error events in mana_ib (git-fixes).
  - RDMA/mana_ib: extend query device (git-fixes).
  - RDMA/mana_ib: set node_guid (git-fixes).
  - RDMA/mana_ib: Modify QP state (git-fixes).
  - RDMA/mana_ib: Implement uapi to create and destroy RC QP (git-fixes).
  - RDMA/mana_ib: Create and destroy RC QP (git-fixes).
  - net: mana: Use mana_cleanup_port_context() for rxq cleanup (git-fixes).
  - RDMA/mana_ib: implement uapi for creation of rnic cq (git-fixes).
  - RDMA/mana_ib: boundary check before installing cq callbacks (git-fixes CVE-2024-38542 bsc#1226591).
  - RDMA/mana_ib: introduce a helper to remove cq callbacks (git-fixes).
  - RDMA/mana_ib: create and destroy RNIC cqs (git-fixes).
  - RDMA/mana_ib: create EQs for RNIC CQs (git-fixes).
  - RDMA/mana_ib: Fix missing ret value (git-fixes).
  - RDMA/mana_ib: Configure mac address in RNIC (git-fixes).
  - RDMA/mana_ib: Adding and deleting GIDs (git-fixes).
  - RDMA/mana_ib: Enable RoCE on port 1 (git-fixes).
  - RDMA/mana_ib: Implement port parameters (git-fixes).
  - RDMA/mana_ib: Create and destroy rnic adapter (git-fixes).
  - RDMA/mana_ib: Add EQ creation for rnic adapter (git-fixes).
  - RDMA/mana_ib: Use num_comp_vectors of ib_device (git-fixes).
  - RDMA/mana_ib: remove useless return values from dbg prints (git-fixes).
  - RDMA/mana_ib: Use struct mana_ib_queue for RAW QPs (git-fixes).
  - RDMA/mana_ib: Use struct mana_ib_queue for WQs (git-fixes).
  - RDMA/mana_ib: Use struct mana_ib_queue for CQs (git-fixes).
  - RDMA/mana_ib: Introduce helpers to create and destroy mana queues (git-fixes).
  - hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format (git-fixes).
  - RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function (git-fixes).
  - RDMA/mana_ib: Introduce mana_ib_get_netdev helper function (git-fixes).
  - RDMA/mana_ib: Introduce mdev_to_gc helper function (git-fixes).
  - commit 8690084

++++ kernel-rt_debug:

  - scsi: mpi3mr: Event processing debug improvement (bsc#1251186,
    bsc#1258832).
  - commit 4fde182
  - net: mana: Ring doorbell at 4 CQ wraparounds (git-fixes).
  - net: mana: Fix double destroy_workqueue on service rescan PCI path (git-fixes).
  - PCI: hv: remove unnecessary module_init/exit functions (git-fixes).
  - PCI: hv: Remove unused field pci_bus in struct hv_pcibus_device (git-fixes).
  - RDMA/mana_ib: Add device-memory support (git-fixes).
  - RDMA/mana_ib: Take CQ type from the device type (git-fixes).
  - net: mana: Implement ndo_tx_timeout and serialize queue resets per port (bsc#1257472).
  - RDMA/mana_ib: check cqe length for kernel CQs (git-fixes).
  - net: mana: Fix use-after-free in reset service rescan path (git-fixes).
  - Drivers: hv: fix missing kernel-doc description for 'size' in request_arr_init() (git-fixes).
  - Drivers: hv: remove stale comment (git-fixes).
  - net: mana: Handle hardware recovery events when probing the device (bsc#1257466).
  - net: mana: Drop TX skb on post_work_request failure and unmap resources (git-fixes).
  - net: mana: Handle SKB if TX SGEs exceed hardware limit (git-fixes).
  - net: mana: Add standard counter rx_missed_errors (git-fixes).
  - net: mana: Move hardware counter stats from per-port to per-VF context (git-fixes).
  - net: mana: Support HW link state events (bsc#1253049).
  - Drivers: hv: vmbus: Fix typos in vmbus_drv.c (git-fixes).
  - Drivers: hv: vmbus: Fix sysfs output format for ring buffer index (git-fixes).
  - Drivers: hv: vmbus: Clean up sscanf format specifier in target_cpu_store() (git-fixes).
  - scsi: storvsc: Remove redundant ternary operators (git-fixes).
  - RDMA/mana_ib: Extend modify QP (git-fixes).
  - RDMA/mana_ib: Drain send wrs of GSI QP (git-fixes).
  - net: mana: Reduce waiting time if HWC not responding (bsc#1252266).
  - RDMA/mana_ib: add support of multiple ports (bsc#1251135).
  - RDMA/mana_ib: add additional port counters (bsc#1251135).
  - RDMA/mana_ib: Fix DSCP value in modify QP (git-fixes).
  - RDMA/mana_ib: Add device statistics support (git-fixes).
  - net: mana: fix spelling for mana_gd_deregiser_irq() (git-fixes).
  - net: mana: Handle Reset Request from MANA NIC (bsc#1245728 bsc#1251971).
  - net: mana: Handle unsupported HWC commands (git-fixes).
  - net: mana: Fix warnings for missing export.h header inclusion (git-fixes).
  - PCI: hv: Remove unnecessary flex array in struct pci_packet (git-fixes).
  - tools: hv: Enable debug logs for hv_kvp_daemon (git-fixes).
  - net: mana: Add support for auxiliary device servicing events (bsc#1251971).
  - RDMA/mana_ib: unify mana_ib functions to support any gdma device (git-fixes).
  - RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nic (git-fixes).
  - net: mana: Probe rdma device in mana driver (git-fixes).
  - RDMA/mana_ib: Add support of 4M, 1G, and 2G pages (git-fixes).
  - RDMA/mana_ib: support of the zero based MRs (bsc#1251135).
  - RDMA/mana_ib: Access remote atomic for MRs (bsc#1251135).
  - RDMA/mana_ib: Fix integer overflow during queue creation (bsc#1251135).
  - RDMA/mana_ib: Handle net event for pointing to the current netdev (bsc#1256690).
  - net: mana: Change the function signature of mana_get_primary_netdev_rcu (bsc#1256690).
  - RDMA/mana_ib: Use safer allocation function() (bsc#1251135).
  - RDMA/mana_ib: Implement DMABUF MR support (git-fixes).
  - RDMA/mana_ib: Fix error code in probe() (git-fixes).
  - RDMA/mana_ib: Add port statistics support (git-fixes).
  - RDMA/mana_ib: request error CQEs when supported (git-fixes).
  - RDMA/mana_ib: Query feature_flags bitmask from FW (git-fixes).
  - RDMA/mana_ib: indicate CM support (git-fixes).
  - RDMA/mana_ib: polling of CQs for GSI/UD (git-fixes).
  - RDMA/mana_ib: extend mana QP table (git-fixes).
  - RDMA/mana_ib: implement req_notify_cq (git-fixes).
  - RDMA/mana_ib: UD/GSI work requests (git-fixes).
  - RDMA/mana_ib: create/destroy AH (git-fixes).
  - RDMA/mana_ib: UD/GSI QP creation for kernel (git-fixes).
  - RDMA/mana_ib: Create and destroy UD/GSI QP (git-fixes).
  - RDMA/mana_ib: create kernel-level CQs (git-fixes).
  - RDMA/mana_ib: helpers to allocate kernel queues (git-fixes).
  - RDMA/mana_ib: implement get_dma_mr (git-fixes).
  - RDMA/mana_ib: Allow registration of DMA-mapped memory in PDs (git-fixes).
  - PCI: hv: Correct a comment (git-fixes).
  - net: mana: Add metadata support for xdp mode (git-fixes).
  - tools/hv: reduce resource usage in hv_kvp_daemon (git-fixes).
  - tools/hv: add a .gitignore file (git-fixes).
  - tools/hv: reduce resouce usage in hv_get_dns_info helper (git-fixes).
  - hv/hv_kvp_daemon: Pass NIC name to hv_get_dns_info as well (git-fixes).
  - net: mana: use ethtool string helpers (git-fixes).
  - tools: hv: lsvmbus: change shebang to use python3 (git-fixes).
  - RDMA/mana_ib: Set correct device into ib (git-fixes).
  - RDMA/mana_ib: Process QP error events in mana_ib (git-fixes).
  - RDMA/mana_ib: extend query device (git-fixes).
  - RDMA/mana_ib: set node_guid (git-fixes).
  - RDMA/mana_ib: Modify QP state (git-fixes).
  - RDMA/mana_ib: Implement uapi to create and destroy RC QP (git-fixes).
  - RDMA/mana_ib: Create and destroy RC QP (git-fixes).
  - net: mana: Use mana_cleanup_port_context() for rxq cleanup (git-fixes).
  - RDMA/mana_ib: implement uapi for creation of rnic cq (git-fixes).
  - RDMA/mana_ib: boundary check before installing cq callbacks (git-fixes CVE-2024-38542 bsc#1226591).
  - RDMA/mana_ib: introduce a helper to remove cq callbacks (git-fixes).
  - RDMA/mana_ib: create and destroy RNIC cqs (git-fixes).
  - RDMA/mana_ib: create EQs for RNIC CQs (git-fixes).
  - RDMA/mana_ib: Fix missing ret value (git-fixes).
  - RDMA/mana_ib: Configure mac address in RNIC (git-fixes).
  - RDMA/mana_ib: Adding and deleting GIDs (git-fixes).
  - RDMA/mana_ib: Enable RoCE on port 1 (git-fixes).
  - RDMA/mana_ib: Implement port parameters (git-fixes).
  - RDMA/mana_ib: Create and destroy rnic adapter (git-fixes).
  - RDMA/mana_ib: Add EQ creation for rnic adapter (git-fixes).
  - RDMA/mana_ib: Use num_comp_vectors of ib_device (git-fixes).
  - RDMA/mana_ib: remove useless return values from dbg prints (git-fixes).
  - RDMA/mana_ib: Use struct mana_ib_queue for RAW QPs (git-fixes).
  - RDMA/mana_ib: Use struct mana_ib_queue for WQs (git-fixes).
  - RDMA/mana_ib: Use struct mana_ib_queue for CQs (git-fixes).
  - RDMA/mana_ib: Introduce helpers to create and destroy mana queues (git-fixes).
  - hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format (git-fixes).
  - RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function (git-fixes).
  - RDMA/mana_ib: Introduce mana_ib_get_netdev helper function (git-fixes).
  - RDMA/mana_ib: Introduce mdev_to_gc helper function (git-fixes).
  - commit 8690084

++++ libsolv:

  - respect the "default" attribute in environment optionlist in
    the comps parser
  - support suse namespace deps in boolean dependencies [bsc#1258193]
  - support for the Elbrus2000 (e2k) architecture
  - support language() suse namespace rewriting
  - bump version to 0.7.36

++++ libssh:

  - CVE-2026-3731: Denial of Service via out-of-bounds read in SFTP extension name handler  (bsc#1259377)
    Added libssh-CVE-2026-3731.patch

++++ openSUSE-build-key:

  - add the openSUSE post quantum key in /usr/lib/rpm/pqkeys/

++++ suseconnect-ng:

  - Update version to 1.21:
  - Add expanded metric collection for kernel modules and hardware
    detection (jsc#TEL-226).
  - Support new profile based metric collection
  - Fix ignored --root parameter hanbling when reading and
    writing configuration (bsc#1257667)
  - Add expanded metric collection for system vendor/manfacturer
    (jsc#TEL-260).
  - Removed backport patch: fix-libsuseconnect-and-pci.patch
  - Add missing product id to allow yast2-registration to not break (bsc#1257825)
  - Fix libsuseconnect APIError detection logic (bsc#1257825)

------------------------------------------------------------------
------------------  2026-3-11  -  Mar 11 2026  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Add NetworkManager-CVE-2025-9615.patch: avoid that non-admin user
    using other users' certificates
    (bsc#1257359, CVE-2025-9615, glfd#NetworkManager/NetworkManager!2324).

++++ kernel-default:

  - s390/ctcm: Fix double-kfree (CVE-2025-40253 bsc#1255084).
  - commit a33e581

++++ kernel-rt:

  - s390/ctcm: Fix double-kfree (CVE-2025-40253 bsc#1255084).
  - commit a33e581

++++ kernel-rt_debug:

  - s390/ctcm: Fix double-kfree (CVE-2025-40253 bsc#1255084).
  - commit a33e581

++++ libsoup:

  - Refresh some patches to match the output from gitlab.gnome.org.

++++ vim:

    * Update Vim to version 9.2.0110 (from 9.2.0045).
    * Specifically, this fixes bsc#1259051 / CVE-2026-28417.

------------------------------------------------------------------
------------------  2026-3-10  -  Mar 10 2026  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to version 11.0.0 (bsc#1254960, bsc#1254982, bsc#1253777)
    + Major version bump for main package and plugin sub-packages due to
    interpreter change in SLE 15 SP4+ from Python 3.6 to Python 3.11
    + Create cache directory in code and drop from package (jsc#PED-14732)
    + Fix race condition between license watcher timer and registration
    (bsc#1254984)
    + Fix cleanup issue in hosts (bsc#1254702)
    + Fix cache clean up
    + Fix exit condition from container registry setup
    + Lock the registration process to ensure single execution (bsc#1254984)
    + Fix traceback on FP and cert mismatch
    + Switch remaining code to updated logging implementation
    + Increase loggin information in log to help with issue debugging
    + Fix exit code on partial registration success
    + Remove obsolete switchcloudguestservices

++++ python-kiwi:

  - Fix spec file requirements for SUSE
    There is no erofs on SLES. This commit drops the respective
    requirement settings which we have upstream where it exists
    This Fixes jira#PCT-899

++++ kernel-default:

  - Update config files (bsc#1254306).
  - commit 3c7bab7
  - s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP (bsc#1254306).
  - commit 165c4b3

++++ kernel-rt:

  - Update config files (bsc#1254306).
  - commit 3c7bab7
  - s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP (bsc#1254306).
  - commit 165c4b3

++++ kernel-rt_debug:

  - Update config files (bsc#1254306).
  - commit 3c7bab7
  - s390: Disable ARCH_WANT_OPTIMIZE_HUGETLB_VMEMMAP (bsc#1254306).
  - commit 165c4b3

++++ libzypp:

  - Fix Product::referencePackage lookup (bsc#1259311)
    Use a provided autoproduct() as hint to the package name of the
    release package. It might be that not just multiple versions of
    the same release package provide the same product version, but
    also different release packages.
  - version 17.38.4 (35)

------------------------------------------------------------------
------------------  2026-3-9  -  Mar 9 2026  -------------------
------------------------------------------------------------------

++++ curl:

  - Security fixes:
    * CVE-2026-1965: Bad reuse of HTTP Negotiate connection (bsc#1259362)
    * CVE-2026-3783: Token leak with redirect and netrc (bsc#1259363)
    * CVE-2026-3784: Wrong proxy connection reuse with credentials (bsc#1259364)
    * CVE-2026-3805: Use after free in SMB connection reuse (bsc#1259365)
    * Add patches:
  - curl-CVE-2026-1965.patch
  - curl-CVE-2026-3783.patch
  - curl-CVE-2026-3784.patch
  - curl-CVE-2026-3805.patch

++++ kernel-default:

  - KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing (bsc#1253122).
  - Refresh
    patches.suse/KVM-x86-mmu-Move-private-vs.-shared-check-above-slot.patch.
  - commit 1f79320

++++ kernel-rt:

  - KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing (bsc#1253122).
  - Refresh
    patches.suse/KVM-x86-mmu-Move-private-vs.-shared-check-above-slot.patch.
  - commit 1f79320

++++ kernel-rt_debug:

  - KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing (bsc#1253122).
  - Refresh
    patches.suse/KVM-x86-mmu-Move-private-vs.-shared-check-above-slot.patch.
  - commit 1f79320

------------------------------------------------------------------
------------------  2026-3-8  -  Mar 8 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
    (git-fixes).
  - hwmon: (it87) Check the it87_lock() return value (git-fixes).
  - commit 29de358

++++ kernel-rt:

  - hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
    (git-fixes).
  - hwmon: (it87) Check the it87_lock() return value (git-fixes).
  - commit 29de358

++++ kernel-rt_debug:

  - hwmon: (pmbus/q54sj108a2) fix stack overflow in debugfs read
    (git-fixes).
  - hwmon: (it87) Check the it87_lock() return value (git-fixes).
  - commit 29de358

------------------------------------------------------------------
------------------  2026-3-7  -  Mar 7 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nouveau/dpcd: return EBUSY for aux xfer if the device is asleep
    (git-fixes).
  - drm/sched: Fix kernel-doc warning for drm_sched_job_done()
    (git-fixes).
  - drm/solomon: Fix page start when updating rectangle in page
    addressing mode (git-fixes).
  - platform/x86: dell-wmi-sysman: Don't hex dump plaintext password
    data (git-fixes).
  - commit 76161b1

++++ kernel-rt:

  - nouveau/dpcd: return EBUSY for aux xfer if the device is asleep
    (git-fixes).
  - drm/sched: Fix kernel-doc warning for drm_sched_job_done()
    (git-fixes).
  - drm/solomon: Fix page start when updating rectangle in page
    addressing mode (git-fixes).
  - platform/x86: dell-wmi-sysman: Don't hex dump plaintext password
    data (git-fixes).
  - commit 76161b1

++++ kernel-rt_debug:

  - nouveau/dpcd: return EBUSY for aux xfer if the device is asleep
    (git-fixes).
  - drm/sched: Fix kernel-doc warning for drm_sched_job_done()
    (git-fixes).
  - drm/solomon: Fix page start when updating rectangle in page
    addressing mode (git-fixes).
  - platform/x86: dell-wmi-sysman: Don't hex dump plaintext password
    data (git-fixes).
  - commit 76161b1

------------------------------------------------------------------
------------------  2026-3-6  -  Mar 6 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - tracing: Fix crash on synthetic stacktrace field usage
    (CVE-2026-23088 bsc#1257814).
  - commit 5950c9c
  - tracing: Do not register unsupported perf events (CVE-2025-71125
    bsc#1256784).
  - commit 83b1b69
  - nfc: rawsock: cancel tx_work before socket teardown (git-fixes).
  - nfc: nci: clear NCI_DATA_EXCHANGE before calling completion
    callback (git-fixes).
  - nfc: nci: free skb on nci_transceive early error paths
    (git-fixes).
  - net: nfc: nci: Fix zero-length proprietary notifications
    (git-fixes).
  - can: usb: etas_es58x: correctly anchor the urb in the read
    bulk callback (git-fixes).
  - can: ucan: Fix infinite loop from zero-length messages
    (git-fixes).
  - can: ems_usb: ems_usb_read_bulk_callback(): check the proper
    length of a message (git-fixes).
  - can: mcp251x: fix deadlock in error path of mcp251x_open
    (git-fixes).
  - can: bcm: fix locking for bcm_op runtime updates (git-fixes).
  - wifi: mt76: Fix possible oob access in
    mt76_connac2_mac_write_txwi_80211() (git-fixes).
  - wifi: mt76: mt7925: Fix possible oob access in
    mt7925_mac_write_txwi_80211() (git-fixes).
  - wifi: mt76: mt7996: Fix possible oob access in
    mt7996_mac_write_txwi_80211() (git-fixes).
  - wifi: wlcore: Fix a locking bug (git-fixes).
  - wifi: cw1200: Fix locking in error paths (git-fixes).
  - wifi: rsi: Don't default to -EOPNOTSUPP in rsi_mac80211_config
    (git-fixes).
  - batman-adv: Avoid double-rtnl_lock ELP metric worker
    (git-fixes).
  - commit 502e268

++++ kernel-rt:

  - tracing: Fix crash on synthetic stacktrace field usage
    (CVE-2026-23088 bsc#1257814).
  - commit 5950c9c
  - tracing: Do not register unsupported perf events (CVE-2025-71125
    bsc#1256784).
  - commit 83b1b69
  - nfc: rawsock: cancel tx_work before socket teardown (git-fixes).
  - nfc: nci: clear NCI_DATA_EXCHANGE before calling completion
    callback (git-fixes).
  - nfc: nci: free skb on nci_transceive early error paths
    (git-fixes).
  - net: nfc: nci: Fix zero-length proprietary notifications
    (git-fixes).
  - can: usb: etas_es58x: correctly anchor the urb in the read
    bulk callback (git-fixes).
  - can: ucan: Fix infinite loop from zero-length messages
    (git-fixes).
  - can: ems_usb: ems_usb_read_bulk_callback(): check the proper
    length of a message (git-fixes).
  - can: mcp251x: fix deadlock in error path of mcp251x_open
    (git-fixes).
  - can: bcm: fix locking for bcm_op runtime updates (git-fixes).
  - wifi: mt76: Fix possible oob access in
    mt76_connac2_mac_write_txwi_80211() (git-fixes).
  - wifi: mt76: mt7925: Fix possible oob access in
    mt7925_mac_write_txwi_80211() (git-fixes).
  - wifi: mt76: mt7996: Fix possible oob access in
    mt7996_mac_write_txwi_80211() (git-fixes).
  - wifi: wlcore: Fix a locking bug (git-fixes).
  - wifi: cw1200: Fix locking in error paths (git-fixes).
  - wifi: rsi: Don't default to -EOPNOTSUPP in rsi_mac80211_config
    (git-fixes).
  - batman-adv: Avoid double-rtnl_lock ELP metric worker
    (git-fixes).
  - commit 502e268

++++ kernel-rt_debug:

  - tracing: Fix crash on synthetic stacktrace field usage
    (CVE-2026-23088 bsc#1257814).
  - commit 5950c9c
  - tracing: Do not register unsupported perf events (CVE-2025-71125
    bsc#1256784).
  - commit 83b1b69
  - nfc: rawsock: cancel tx_work before socket teardown (git-fixes).
  - nfc: nci: clear NCI_DATA_EXCHANGE before calling completion
    callback (git-fixes).
  - nfc: nci: free skb on nci_transceive early error paths
    (git-fixes).
  - net: nfc: nci: Fix zero-length proprietary notifications
    (git-fixes).
  - can: usb: etas_es58x: correctly anchor the urb in the read
    bulk callback (git-fixes).
  - can: ucan: Fix infinite loop from zero-length messages
    (git-fixes).
  - can: ems_usb: ems_usb_read_bulk_callback(): check the proper
    length of a message (git-fixes).
  - can: mcp251x: fix deadlock in error path of mcp251x_open
    (git-fixes).
  - can: bcm: fix locking for bcm_op runtime updates (git-fixes).
  - wifi: mt76: Fix possible oob access in
    mt76_connac2_mac_write_txwi_80211() (git-fixes).
  - wifi: mt76: mt7925: Fix possible oob access in
    mt7925_mac_write_txwi_80211() (git-fixes).
  - wifi: mt76: mt7996: Fix possible oob access in
    mt7996_mac_write_txwi_80211() (git-fixes).
  - wifi: wlcore: Fix a locking bug (git-fixes).
  - wifi: cw1200: Fix locking in error paths (git-fixes).
  - wifi: rsi: Don't default to -EOPNOTSUPP in rsi_mac80211_config
    (git-fixes).
  - batman-adv: Avoid double-rtnl_lock ELP metric worker
    (git-fixes).
  - commit 502e268

++++ python311-core:

  - Update to 3.11.15:
  - Security
  - gh-144125: BytesGenerator will now refuse to serialize
    (write) headers that are unsafely folded or delimited; see
    verify_generated_headers. (Contributed by Bas Bloemsaat and
    Petr Viktorin in gh-121650) (bsc#1257181, CVE-2026-1299).
  - gh-143935: Fixed a bug in the folding of comments when
    flattening an email message using a modern email policy.
    Comments consisting of a very long sequence of non-foldable
    characters could trigger a forced line wrap that omitted
    the required leading space on the continuation line,
    causing the remainder of the comment to be interpreted as
    a new header field. This enabled header injection with
    carefully crafted inputs (bsc#1257029 CVE-2025-11468).
  - gh-143925: Reject control characters in data: URL media
    types (bsc#1257046, CVE-2025-15282).
  - gh-143919: Reject control characters in http.cookies.Morsel
    fields and values (bsc#1257031, CVE-2026-0672).
  - gh-143916: Reject C0 control characters within
    wsgiref.headers.Headers fields, values, and parameters
    (bsc#1257042, CVE-2026-0865).
  - gh-142145: Remove quadratic behavior in xml.minidom node ID
    cache clearing. In order to do this without breaking
    existing users, we also add the ownerDocument attribute to
    xml.dom.minidom elements and attributes created by directly
    instantiating the Element or Attr class. Note that this way
    of creating nodes is not supported; creator functions like
    xml.dom.Document.documentElement() should be used instead
    (bsc#1254997, CVE-2025-12084).
  - gh-137836: Add support of the “plaintext” element, RAWTEXT
    elements “xmp”, “iframe”, “noembed” and “noframes”, and
    optionally RAWTEXT element “noscript” in
    html.parser.HTMLParser.
  - gh-136063: email.message: ensure linear complexity for
    legacy HTTP parameters parsing. Patch by Bénédikt Tran.
  - gh-136065: Fix quadratic complexity in
    os.path.expandvars() (bsc#1252974, CVE-2025-6075).
  - gh-119451: Fix a potential memory denial of service in the
    http.client module. When connecting to a malicious server,
    it could cause an arbitrary amount of memory to be
    allocated. This could have led to symptoms including
    a MemoryError, swapping, out of memory (OOM) killed
    processes or containers, or even system crashes
    (CVE-2025-13836, bsc#1254400).
  - gh-119452: Fix a potential memory denial of service in the
    http.server module. When a malicious user is connected to
    the CGI server on Windows, it could cause an arbitrary
    amount of memory to be allocated. This could have led to
    symptoms including a MemoryError, swapping, out of memory
    (OOM) killed processes or containers, or even system
    crashes.
  - gh-119342: Fix a potential memory denial of service in the
    plistlib module. When reading a Plist file received from
    untrusted source, it could cause an arbitrary amount of
    memory to be allocated. This could have led to symptoms
    including a MemoryError, swapping, out of memory (OOM)
    killed processes or containers, or even system crashes
    (bsc#1254401, CVE-2025-13837).
  - Library
  - gh-144833: Fixed a use-after-free in ssl when SSL_new()
    returns NULL in newPySSLSocket(). The error was reported
    via a dangling pointer after the object had already been
    freed.
  - gh-144363: Update bundled libexpat to 2.7.4
  - gh-90949: Add SetAllocTrackerActivationThreshold() and
    SetAllocTrackerMaximumAmplification() to xmlparser objects
    to prevent use of disproportional amounts of dynamic memory
    from within an Expat parser. Patch by Bénédikt Tran.
  - Core and Builtins
  - gh-120384: Fix an array out of bounds crash in
    list_ass_subscript, which could be invoked via some
    specificly tailored input: including concurrent
    modification of a list object, where one thread assigns
    a slice and another clears it.
  - gh-120298: Fix use-after free in list_richcompare_impl
    which can be invoked via some specificly tailored evil
    input.
    Remove upstreamed patches:
  - CVE-2025-11468-email-hdr-fold-comment.patch
  - CVE-2025-12084-minidom-quad-search.patch
  - CVE-2025-13836-http-resp-cont-len.patch
  - CVE-2025-13837-plistlib-mailicious-length.patch
  - CVE-2025-6075-expandvars-perf-degrad.patch
  - CVE-2026-0672-http-hdr-inject-cookie-Morsel.patch
  - CVE-2026-0865-wsgiref-ctrl-chars.patch
  - CVE-2025-15282-urllib-ctrl-chars.patch

++++ libzypp:

  - specfile: on fedora use %{_prefix}/share as zyppconfdir if
    %{_distconfdir} is undefined (fixes #693)
    This will set '-DZYPPCONFDIR=%{zyppconfdir}' for cmake.
  - Fall back to a writable location when precaching packages
    without root (bsc#1247948)
  - version 17.38.3 (35)

++++ python311:

  - Update to 3.11.15:
  - Security
  - gh-144125: BytesGenerator will now refuse to serialize
    (write) headers that are unsafely folded or delimited; see
    verify_generated_headers. (Contributed by Bas Bloemsaat and
    Petr Viktorin in gh-121650) (bsc#1257181, CVE-2026-1299).
  - gh-143935: Fixed a bug in the folding of comments when
    flattening an email message using a modern email policy.
    Comments consisting of a very long sequence of non-foldable
    characters could trigger a forced line wrap that omitted
    the required leading space on the continuation line,
    causing the remainder of the comment to be interpreted as
    a new header field. This enabled header injection with
    carefully crafted inputs (bsc#1257029 CVE-2025-11468).
  - gh-143925: Reject control characters in data: URL media
    types (bsc#1257046, CVE-2025-15282).
  - gh-143919: Reject control characters in http.cookies.Morsel
    fields and values (bsc#1257031, CVE-2026-0672).
  - gh-143916: Reject C0 control characters within
    wsgiref.headers.Headers fields, values, and parameters
    (bsc#1257042, CVE-2026-0865).
  - gh-142145: Remove quadratic behavior in xml.minidom node ID
    cache clearing. In order to do this without breaking
    existing users, we also add the ownerDocument attribute to
    xml.dom.minidom elements and attributes created by directly
    instantiating the Element or Attr class. Note that this way
    of creating nodes is not supported; creator functions like
    xml.dom.Document.documentElement() should be used instead
    (bsc#1254997, CVE-2025-12084).
  - gh-137836: Add support of the “plaintext” element, RAWTEXT
    elements “xmp”, “iframe”, “noembed” and “noframes”, and
    optionally RAWTEXT element “noscript” in
    html.parser.HTMLParser.
  - gh-136063: email.message: ensure linear complexity for
    legacy HTTP parameters parsing. Patch by Bénédikt Tran.
  - gh-136065: Fix quadratic complexity in
    os.path.expandvars() (bsc#1252974, CVE-2025-6075).
  - gh-119451: Fix a potential memory denial of service in the
    http.client module. When connecting to a malicious server,
    it could cause an arbitrary amount of memory to be
    allocated. This could have led to symptoms including
    a MemoryError, swapping, out of memory (OOM) killed
    processes or containers, or even system crashes
    (CVE-2025-13836, bsc#1254400).
  - gh-119452: Fix a potential memory denial of service in the
    http.server module. When a malicious user is connected to
    the CGI server on Windows, it could cause an arbitrary
    amount of memory to be allocated. This could have led to
    symptoms including a MemoryError, swapping, out of memory
    (OOM) killed processes or containers, or even system
    crashes.
  - gh-119342: Fix a potential memory denial of service in the
    plistlib module. When reading a Plist file received from
    untrusted source, it could cause an arbitrary amount of
    memory to be allocated. This could have led to symptoms
    including a MemoryError, swapping, out of memory (OOM)
    killed processes or containers, or even system crashes
    (bsc#1254401, CVE-2025-13837).
  - Library
  - gh-144833: Fixed a use-after-free in ssl when SSL_new()
    returns NULL in newPySSLSocket(). The error was reported
    via a dangling pointer after the object had already been
    freed.
  - gh-144363: Update bundled libexpat to 2.7.4
  - gh-90949: Add SetAllocTrackerActivationThreshold() and
    SetAllocTrackerMaximumAmplification() to xmlparser objects
    to prevent use of disproportional amounts of dynamic memory
    from within an Expat parser. Patch by Bénédikt Tran.
  - Core and Builtins
  - gh-120384: Fix an array out of bounds crash in
    list_ass_subscript, which could be invoked via some
    specificly tailored input: including concurrent
    modification of a list object, where one thread assigns
    a slice and another clears it.
  - gh-120298: Fix use-after free in list_richcompare_impl
    which can be invoked via some specificly tailored evil
    input.
    Remove upstreamed patches:
  - CVE-2025-11468-email-hdr-fold-comment.patch
  - CVE-2025-12084-minidom-quad-search.patch
  - CVE-2025-13836-http-resp-cont-len.patch
  - CVE-2025-13837-plistlib-mailicious-length.patch
  - CVE-2025-6075-expandvars-perf-degrad.patch
  - CVE-2026-0672-http-hdr-inject-cookie-Morsel.patch
  - CVE-2026-0865-wsgiref-ctrl-chars.patch
  - CVE-2025-15282-urllib-ctrl-chars.patch

++++ zypper:

  - Report download progress for command line rpms (fixes #613)
  - Hint to '-vv ref' to see the mirrors used to download the
    metadata (bsc#1257882)
  - Service: Allow "zypper ls SERVICE ..." to test whether a
    service with this alias is defined (bsc#1252744)
    The command prints an abstract of all services passed on the
    command line. It returns 3-ZYPPER_EXIT_ERR_INVALID_ARGS if some
    argument does not name an existing service.
  - Keep repo data when updating the service settings (bsc#1252744)
  - info: Enhance pattern content table (bsc#1158038)
    Alternatives (multiple packages providing the same requirement)
    are now listed as a single entry in the content table. The entry
    shows either the installed package which satisfies the
    requirement or the requirement itself as type 'Provides'.
    Listing all potential alternatives was miss leading, especially
    if the alternatives were mutual exclusive. It looked like an
    installed pattern had not-installed requirements and it was not
    possible to install all requirements at the same time.
  - version 1.14.95

------------------------------------------------------------------
------------------  2026-3-5  -  Mar 5 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: nau8821: Cancel pending work before suspend (git-fixes).
  - ASoC: nau8821: Cancel delayed work on component remove
    (git-fixes).
  - commit b862c94
  - spi: wpcm-fiu: Fix potential NULL pointer dereference in
    wpcm_fiu_probe() (git-fixes).
  - thermal: int340x: Fix sysfs group leak on DLVR registration
    failure (stable-fixes).
  - watchdog: imx7ulp_wdt: handle the nowayout option
    (stable-fixes).
  - wifi: ath10k: fix lock protection in
    ath10k_wmi_event_peer_sta_ps_state_chg() (stable-fixes).
  - wifi: rtw89: pci: restore LDO setting after device resume
    (stable-fixes).
  - wifi: iwlwifi: mvm: check the validity of noa_len
    (stable-fixes).
  - wifi: ath12k: fix preferred hardware mode calculation
    (stable-fixes).
  - wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1
    (stable-fixes).
  - wifi: iwlegacy: add missing mutex protection in
    il4965_store_tx_power() (stable-fixes).
  - wifi: iwlegacy: add missing mutex protection in
    il3945_store_measurement() (stable-fixes).
  - wifi: rtw89: wow: add reason codes for disassociation in WoWLAN
    mode (stable-fixes).
  - wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H (stable-fixes).
  - wifi: rtw88: 8822b: Avoid WARNING in rtw8822b_config_trx_mode()
    (stable-fixes).
  - wifi: rtw88: fix DTIM period handling when conf->dtim_period
    is zero (stable-fixes).
  - wifi: libertas: fix WARNING in usb_tx_block (stable-fixes).
  - spi: spi-mem: Protect dirmap_create() with
    spi_mem_access_start/end (stable-fixes).
  - spi: spi-mem: Limit octal DTR constraints to octal DTR
    situations (stable-fixes).
  - spi: stm32: fix Overrun issue at < 8bpw (stable-fixes).
  - spi-geni-qcom: initialize mode related registers to 0
    (stable-fixes).
  - spi-geni-qcom: use xfer->bits_per_word for can_dma()
    (stable-fixes).
  - tools/power cpupower: Reset errno before strtoull()
    (stable-fixes).
  - spi: wpcm-fiu: Simplify with dev_err_probe() (stable-fixes).
  - commit 9ae9cd6
  - PCI: Add defines for bridge window indexing (stable-fixes).
  - Refresh
    patches.suse/PCI-ACPI-Restrict-program_hpx_type2-to-AER-bits.patch.
  - commit 7f99d8e
  - PCI: Add PCIE_MSG_CODE_ASSERT_INTx message macros
    (stable-fixes).
  - Refresh
    patches.suse/PCI-ACPI-Restrict-program_hpx_type2-to-AER-bits.patch.
  - commit 8b1fafb
  - media: dvb-net: fix OOB access in ULE extension header tables
    (git-fixes).
  - rtc: zynqmp: correct frequency value (stable-fixes).
  - ntb: ntb_hw_switchtec: Fix array-index-out-of-bounds access
    (stable-fixes).
  - ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut
    (stable-fixes).
  - net: usb: catc: enable basic endpoint checking (git-fixes).
  - phy: mvebu-cp110-utmi: fix dr_mode property read from dts
    (stable-fixes).
  - phy: fsl-imx8mq-usb: disable bind/unbind platform driver feature
    (stable-fixes).
  - soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded
    of NUC15) (stable-fixes).
  - serial: 8250: 8250_omap.c: Clear DMA RX running status only
    after DMA termination is done (stable-fixes).
  - serial: 8250_dw: handle clock enable errors in runtime_resume
    (stable-fixes).
  - staging: rtl8723bs: fix memory leak on failure path
    (stable-fixes).
  - staging: rtl8723bs: fix missing status update on
    sdio_alloc_irq() failure (stable-fixes).
  - iio: magnetometer: Remove IRQF_ONESHOT (stable-fixes).
  - iio: Use IRQF_NO_THREAD (stable-fixes).
  - Revert "mmc: rtsx_pci_sdmmc: increase power-on settling delay
    to 5ms" (git-fixes).
  - mmc: rtsx_pci_sdmmc: increase power-on settling delay to 5ms
    (git-fixes).
  - misc: bcm_vk: Fix possible null-pointer dereferences in
    bcm_vk_read() (stable-fixes).
  - misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66
    (stable-fixes).
  - net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in
    uhdlc_memclean() (git-fixes).
  - nfc: nxp-nci: remove interrupt trigger type (stable-fixes).
  - myri10ge: avoid uninitialized variable use (stable-fixes).
  - net: usb: sr9700: remove code to drive nonexistent multicast
    filter (stable-fixes).
  - net: usb: r8152: fix transmit queue timeout (stable-fixes).
  - PCI: dw-rockchip: Disable BAR 0 and BAR 1 for Root Port
    (stable-fixes).
  - PCI: Enable ACS after configuring IOMMU for OF platforms
    (stable-fixes).
  - PCI: Add ACS quirk for Qualcomm Hamoa & Glymur (stable-fixes).
  - PCI: Fix pci_slot_lock () device locking (stable-fixes).
  - PCI: Mark Nvidia GB10 to avoid bus reset (stable-fixes).
  - PCI: Mark ASM1164 SATA controller to avoid bus reset
    (stable-fixes).
  - media: rkisp1: Fix filter mode register configuration
    (stable-fixes).
  - media: cx25821: Fix a resource leak in cx25821_dev_setup()
    (stable-fixes).
  - media: pvrusb2: fix URB leak in pvr2_send_request_ex
    (stable-fixes).
  - media: solo6x10: Check for out of bounds chip_id (stable-fixes).
  - media: adv7180: fix frame interval in progressive mode
    (stable-fixes).
  - media: amphion: Clear last_buffer_dequeued flag for
    DEC_CMD_START (stable-fixes).
  - media: omap3isp: isppreview: always clamp in
    preview_try_format() (stable-fixes).
  - media: omap3isp: set initial format (stable-fixes).
  - media: omap3isp: isp_video_mbus_to_pix/pix_to_mbus fixes
    (stable-fixes).
  - media: dvb-core: dmxdevfilter must always flush bufs
    (stable-fixes).
  - HID: elecom: Add support for ELECOM HUGE Plus M-HT1MRBK
    (stable-fixes).
  - HID: multitouch: add eGalaxTouch EXC3188 support (stable-fixes).
  - HID: logitech-hidpp: Check maxfield in hidpp_get_report_length()
    (stable-fixes).
  - HID: prodikeys: Check presence of pm->input_ep82 (stable-fixes).
  - HID: magicmouse: Do not crash on missing msc->input
    (stable-fixes).
  - HID: apple: Add "SONiX KN85 Keyboard" to the list of non-apple
    keyboards (stable-fixes).
  - hwmon: (f71882fg) Add F81968 support (stable-fixes).
  - hwmon: (nct6775) Add ASUS Pro WS WRX90E-SAGE SE (stable-fixes).
  - gpio: aspeed-sgpio: Change the macro to support deferred probe
    (stable-fixes).
  - PCI/MSI: Unmap MSI-X region on error (stable-fixes).
  - i3c: master: svc: Initialize 'dev' to NULL in
    svc_i3c_master_ibi_isr() (stable-fixes).
  - spi: wpcm-fiu: Fix uninitialized res (git-fixes).
  - spi: wpcm-fiu: Use devm_platform_ioremap_resource_byname()
    (stable-fixes).
  - PCI: Log bridge info when first enumerating bridge
    (stable-fixes).
  - PCI: Log bridge windows conditionally (stable-fixes).
  - PCI: Supply bridge device, not secondary bus, to read window
    details (stable-fixes).
  - PCI: Move pci_read_bridge_windows() below individual window
    accessors (stable-fixes).
  - commit 291a680
  - ASoC: amd: yc: Add DMI quirk for ASUS Vivobook Pro 15X M6501RR
    (stable-fixes).
  - drm/amdgpu: Add HAINAN clock adjustment (stable-fixes).
  - drm/radeon: Add HAINAN clock adjustment (stable-fixes).
  - drm/amdgpu: Adjust usleep_range in fence wait (stable-fixes).
  - drm/amdkfd: Fix watch_id bounds checking in debug address
    watch v2 (git-fixes).
  - drm/amd/display: Avoid updating surface with the same surface
    under MPO (stable-fixes).
  - drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
    (stable-fixes).
  - dma: dma-axi-dmac: fix SW cyclic transfers (git-fixes).
  - dmaengine: sun6i: Choose appropriate burst length under maxburst
    (stable-fixes).
  - fpga: of-fpga-region: Fail if any bridge is missing
    (stable-fixes).
  - fix it87_wdt early reboot by reporting running timer
    (stable-fixes).
  - fbdev: ffb: fix corrupted video output on Sun FFB1
    (stable-fixes).
  - ata: libata: avoid long timeouts on hot-unplugged SATA DAS
    (stable-fixes).
  - Bluetooth: btusb: Add device ID for Realtek RTL8761BU
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID for RTL8852CE (stable-fixes).
  - Bluetooth: hci_conn: Set link_policy on incoming ACL connections
    (stable-fixes).
  - Bluetooth: hci_conn: use mod_delayed_work for active mode
    timeout (stable-fixes).
  - drm/atmel-hlcdc: don't reject the commit if the src rect has
    fractional parts (stable-fixes).
  - drm/atmel-hlcdc: fix use-after-free of drm_crtc_commit after
    release (stable-fixes).
  - drm/atmel-hlcdc: fix memory leak from the atomic_destroy_state
    callback (stable-fixes).
  - drm: Account property blob allocations to memcg (stable-fixes).
  - drm/amdkfd: Fix GART PTE for non-4K pagesize in
    svm_migrate_gart_map() (stable-fixes).
  - drm/amdgpu: avoid a warning in timedout job handler
    (stable-fixes).
  - drm/amdgpu: add support for HDP IP version 6.1.1 (stable-fixes).
  - drm/v3d: Set DMA segment size to avoid debug warnings
    (stable-fixes).
  - drm/i915/wakeref: clean up INTEL_WAKEREF_PUT_* flag macros
    (stable-fixes).
  - drm/display/dp_mst: Add protection against 0 vcpi
    (stable-fixes).
  - ASoC: codecs: max98390: Check return value of
    devm_gpiod_get_optional() in max98390_i2c_probe()
    (stable-fixes).
  - ASoC: sunxi: sun50i-dmic: Add missing check for
    devm_regmap_init_mmio (stable-fixes).
  - ASoC: wm8962: Don't report a microphone if it's shorted to
    ground on plug (stable-fixes).
  - ASoC: wm8962: Add WM8962_ADC_MONOMIX to "3D Coefficients" mask
    (stable-fixes).
  - ASoC: nau8821: Fixup nau8821_enable_jack_detect() (git-fixes).
  - char: tpm: cr50: Remove IRQF_ONESHOT (stable-fixes).
  - docs: fix WARNING document not included in any toctree
    (stable-fixes).
  - drm/amdkfd: fix debug watchpoints for logical devices
    (stable-fixes).
  - commit 0c8127e
  - ASoC: nau8821: Consistently clear interrupts before unmasking
    (git-fixes).
  - Refresh
    patches.suse/ASoC-nau8821-Add-DMI-quirk-to-bypass-jack-debounce-c.patch.
  - commit abf4286
  - ALSA: usb-audio: Add sanity check for OOB writes at silencing
    (stable-fixes).
  - ALSA: usb-audio: Update the number of packets properly at
    receiving (stable-fixes).
  - ALSA: usb-audio: Add iface reset and delay quirk for AB13X
    USB Audio (stable-fixes).
  - ALSA: hda/conexant: Add headset mic fix for MECHREVO Wujie
    15X Pro (stable-fixes).
  - APEI/GHES: ensure that won't go past CPER allocated record
    (stable-fixes).
  - ACPI: processor: Fix NULL-pointer dereference in
    acpi_processor_errata_piix4() (stable-fixes).
  - ACPICA: Abort AML bytecode execution when executing AML_FATAL_OP
    (stable-fixes).
  - ASoC: nau8821: Avoid unnecessary blocking in IRQ handler
    (stable-fixes).
  - commit d3af28a
  - mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()
    (CVE-2026-23169 bsc#1258389).
  - commit fdf82e1
  - net: fix segmentation of forwarding fraglist GRO (CVE-2026-23154
    bsc#1258286).
  - commit fa03082
  - net/sched: ets: Always remove class from active list before
    deleting in ets_qdisc_change (CVE-2025-71066 bsc#1256645).
  - commit bd83957

++++ kernel-rt:

  - ASoC: nau8821: Cancel pending work before suspend (git-fixes).
  - ASoC: nau8821: Cancel delayed work on component remove
    (git-fixes).
  - commit b862c94
  - spi: wpcm-fiu: Fix potential NULL pointer dereference in
    wpcm_fiu_probe() (git-fixes).
  - thermal: int340x: Fix sysfs group leak on DLVR registration
    failure (stable-fixes).
  - watchdog: imx7ulp_wdt: handle the nowayout option
    (stable-fixes).
  - wifi: ath10k: fix lock protection in
    ath10k_wmi_event_peer_sta_ps_state_chg() (stable-fixes).
  - wifi: rtw89: pci: restore LDO setting after device resume
    (stable-fixes).
  - wifi: iwlwifi: mvm: check the validity of noa_len
    (stable-fixes).
  - wifi: ath12k: fix preferred hardware mode calculation
    (stable-fixes).
  - wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1
    (stable-fixes).
  - wifi: iwlegacy: add missing mutex protection in
    il4965_store_tx_power() (stable-fixes).
  - wifi: iwlegacy: add missing mutex protection in
    il3945_store_measurement() (stable-fixes).
  - wifi: rtw89: wow: add reason codes for disassociation in WoWLAN
    mode (stable-fixes).
  - wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H (stable-fixes).
  - wifi: rtw88: 8822b: Avoid WARNING in rtw8822b_config_trx_mode()
    (stable-fixes).
  - wifi: rtw88: fix DTIM period handling when conf->dtim_period
    is zero (stable-fixes).
  - wifi: libertas: fix WARNING in usb_tx_block (stable-fixes).
  - spi: spi-mem: Protect dirmap_create() with
    spi_mem_access_start/end (stable-fixes).
  - spi: spi-mem: Limit octal DTR constraints to octal DTR
    situations (stable-fixes).
  - spi: stm32: fix Overrun issue at < 8bpw (stable-fixes).
  - spi-geni-qcom: initialize mode related registers to 0
    (stable-fixes).
  - spi-geni-qcom: use xfer->bits_per_word for can_dma()
    (stable-fixes).
  - tools/power cpupower: Reset errno before strtoull()
    (stable-fixes).
  - spi: wpcm-fiu: Simplify with dev_err_probe() (stable-fixes).
  - commit 9ae9cd6
  - PCI: Add defines for bridge window indexing (stable-fixes).
  - Refresh
    patches.suse/PCI-ACPI-Restrict-program_hpx_type2-to-AER-bits.patch.
  - commit 7f99d8e
  - PCI: Add PCIE_MSG_CODE_ASSERT_INTx message macros
    (stable-fixes).
  - Refresh
    patches.suse/PCI-ACPI-Restrict-program_hpx_type2-to-AER-bits.patch.
  - commit 8b1fafb
  - media: dvb-net: fix OOB access in ULE extension header tables
    (git-fixes).
  - rtc: zynqmp: correct frequency value (stable-fixes).
  - ntb: ntb_hw_switchtec: Fix array-index-out-of-bounds access
    (stable-fixes).
  - ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut
    (stable-fixes).
  - net: usb: catc: enable basic endpoint checking (git-fixes).
  - phy: mvebu-cp110-utmi: fix dr_mode property read from dts
    (stable-fixes).
  - phy: fsl-imx8mq-usb: disable bind/unbind platform driver feature
    (stable-fixes).
  - soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded
    of NUC15) (stable-fixes).
  - serial: 8250: 8250_omap.c: Clear DMA RX running status only
    after DMA termination is done (stable-fixes).
  - serial: 8250_dw: handle clock enable errors in runtime_resume
    (stable-fixes).
  - staging: rtl8723bs: fix memory leak on failure path
    (stable-fixes).
  - staging: rtl8723bs: fix missing status update on
    sdio_alloc_irq() failure (stable-fixes).
  - iio: magnetometer: Remove IRQF_ONESHOT (stable-fixes).
  - iio: Use IRQF_NO_THREAD (stable-fixes).
  - Revert "mmc: rtsx_pci_sdmmc: increase power-on settling delay
    to 5ms" (git-fixes).
  - mmc: rtsx_pci_sdmmc: increase power-on settling delay to 5ms
    (git-fixes).
  - misc: bcm_vk: Fix possible null-pointer dereferences in
    bcm_vk_read() (stable-fixes).
  - misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66
    (stable-fixes).
  - net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in
    uhdlc_memclean() (git-fixes).
  - nfc: nxp-nci: remove interrupt trigger type (stable-fixes).
  - myri10ge: avoid uninitialized variable use (stable-fixes).
  - net: usb: sr9700: remove code to drive nonexistent multicast
    filter (stable-fixes).
  - net: usb: r8152: fix transmit queue timeout (stable-fixes).
  - PCI: dw-rockchip: Disable BAR 0 and BAR 1 for Root Port
    (stable-fixes).
  - PCI: Enable ACS after configuring IOMMU for OF platforms
    (stable-fixes).
  - PCI: Add ACS quirk for Qualcomm Hamoa & Glymur (stable-fixes).
  - PCI: Fix pci_slot_lock () device locking (stable-fixes).
  - PCI: Mark Nvidia GB10 to avoid bus reset (stable-fixes).
  - PCI: Mark ASM1164 SATA controller to avoid bus reset
    (stable-fixes).
  - media: rkisp1: Fix filter mode register configuration
    (stable-fixes).
  - media: cx25821: Fix a resource leak in cx25821_dev_setup()
    (stable-fixes).
  - media: pvrusb2: fix URB leak in pvr2_send_request_ex
    (stable-fixes).
  - media: solo6x10: Check for out of bounds chip_id (stable-fixes).
  - media: adv7180: fix frame interval in progressive mode
    (stable-fixes).
  - media: amphion: Clear last_buffer_dequeued flag for
    DEC_CMD_START (stable-fixes).
  - media: omap3isp: isppreview: always clamp in
    preview_try_format() (stable-fixes).
  - media: omap3isp: set initial format (stable-fixes).
  - media: omap3isp: isp_video_mbus_to_pix/pix_to_mbus fixes
    (stable-fixes).
  - media: dvb-core: dmxdevfilter must always flush bufs
    (stable-fixes).
  - HID: elecom: Add support for ELECOM HUGE Plus M-HT1MRBK
    (stable-fixes).
  - HID: multitouch: add eGalaxTouch EXC3188 support (stable-fixes).
  - HID: logitech-hidpp: Check maxfield in hidpp_get_report_length()
    (stable-fixes).
  - HID: prodikeys: Check presence of pm->input_ep82 (stable-fixes).
  - HID: magicmouse: Do not crash on missing msc->input
    (stable-fixes).
  - HID: apple: Add "SONiX KN85 Keyboard" to the list of non-apple
    keyboards (stable-fixes).
  - hwmon: (f71882fg) Add F81968 support (stable-fixes).
  - hwmon: (nct6775) Add ASUS Pro WS WRX90E-SAGE SE (stable-fixes).
  - gpio: aspeed-sgpio: Change the macro to support deferred probe
    (stable-fixes).
  - PCI/MSI: Unmap MSI-X region on error (stable-fixes).
  - i3c: master: svc: Initialize 'dev' to NULL in
    svc_i3c_master_ibi_isr() (stable-fixes).
  - spi: wpcm-fiu: Fix uninitialized res (git-fixes).
  - spi: wpcm-fiu: Use devm_platform_ioremap_resource_byname()
    (stable-fixes).
  - PCI: Log bridge info when first enumerating bridge
    (stable-fixes).
  - PCI: Log bridge windows conditionally (stable-fixes).
  - PCI: Supply bridge device, not secondary bus, to read window
    details (stable-fixes).
  - PCI: Move pci_read_bridge_windows() below individual window
    accessors (stable-fixes).
  - commit 291a680
  - ASoC: amd: yc: Add DMI quirk for ASUS Vivobook Pro 15X M6501RR
    (stable-fixes).
  - drm/amdgpu: Add HAINAN clock adjustment (stable-fixes).
  - drm/radeon: Add HAINAN clock adjustment (stable-fixes).
  - drm/amdgpu: Adjust usleep_range in fence wait (stable-fixes).
  - drm/amdkfd: Fix watch_id bounds checking in debug address
    watch v2 (git-fixes).
  - drm/amd/display: Avoid updating surface with the same surface
    under MPO (stable-fixes).
  - drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
    (stable-fixes).
  - dma: dma-axi-dmac: fix SW cyclic transfers (git-fixes).
  - dmaengine: sun6i: Choose appropriate burst length under maxburst
    (stable-fixes).
  - fpga: of-fpga-region: Fail if any bridge is missing
    (stable-fixes).
  - fix it87_wdt early reboot by reporting running timer
    (stable-fixes).
  - fbdev: ffb: fix corrupted video output on Sun FFB1
    (stable-fixes).
  - ata: libata: avoid long timeouts on hot-unplugged SATA DAS
    (stable-fixes).
  - Bluetooth: btusb: Add device ID for Realtek RTL8761BU
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID for RTL8852CE (stable-fixes).
  - Bluetooth: hci_conn: Set link_policy on incoming ACL connections
    (stable-fixes).
  - Bluetooth: hci_conn: use mod_delayed_work for active mode
    timeout (stable-fixes).
  - drm/atmel-hlcdc: don't reject the commit if the src rect has
    fractional parts (stable-fixes).
  - drm/atmel-hlcdc: fix use-after-free of drm_crtc_commit after
    release (stable-fixes).
  - drm/atmel-hlcdc: fix memory leak from the atomic_destroy_state
    callback (stable-fixes).
  - drm: Account property blob allocations to memcg (stable-fixes).
  - drm/amdkfd: Fix GART PTE for non-4K pagesize in
    svm_migrate_gart_map() (stable-fixes).
  - drm/amdgpu: avoid a warning in timedout job handler
    (stable-fixes).
  - drm/amdgpu: add support for HDP IP version 6.1.1 (stable-fixes).
  - drm/v3d: Set DMA segment size to avoid debug warnings
    (stable-fixes).
  - drm/i915/wakeref: clean up INTEL_WAKEREF_PUT_* flag macros
    (stable-fixes).
  - drm/display/dp_mst: Add protection against 0 vcpi
    (stable-fixes).
  - ASoC: codecs: max98390: Check return value of
    devm_gpiod_get_optional() in max98390_i2c_probe()
    (stable-fixes).
  - ASoC: sunxi: sun50i-dmic: Add missing check for
    devm_regmap_init_mmio (stable-fixes).
  - ASoC: wm8962: Don't report a microphone if it's shorted to
    ground on plug (stable-fixes).
  - ASoC: wm8962: Add WM8962_ADC_MONOMIX to "3D Coefficients" mask
    (stable-fixes).
  - ASoC: nau8821: Fixup nau8821_enable_jack_detect() (git-fixes).
  - char: tpm: cr50: Remove IRQF_ONESHOT (stable-fixes).
  - docs: fix WARNING document not included in any toctree
    (stable-fixes).
  - drm/amdkfd: fix debug watchpoints for logical devices
    (stable-fixes).
  - commit 0c8127e
  - ASoC: nau8821: Consistently clear interrupts before unmasking
    (git-fixes).
  - Refresh
    patches.suse/ASoC-nau8821-Add-DMI-quirk-to-bypass-jack-debounce-c.patch.
  - commit abf4286
  - ALSA: usb-audio: Add sanity check for OOB writes at silencing
    (stable-fixes).
  - ALSA: usb-audio: Update the number of packets properly at
    receiving (stable-fixes).
  - ALSA: usb-audio: Add iface reset and delay quirk for AB13X
    USB Audio (stable-fixes).
  - ALSA: hda/conexant: Add headset mic fix for MECHREVO Wujie
    15X Pro (stable-fixes).
  - APEI/GHES: ensure that won't go past CPER allocated record
    (stable-fixes).
  - ACPI: processor: Fix NULL-pointer dereference in
    acpi_processor_errata_piix4() (stable-fixes).
  - ACPICA: Abort AML bytecode execution when executing AML_FATAL_OP
    (stable-fixes).
  - ASoC: nau8821: Avoid unnecessary blocking in IRQ handler
    (stable-fixes).
  - commit d3af28a
  - mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()
    (CVE-2026-23169 bsc#1258389).
  - commit fdf82e1
  - net: fix segmentation of forwarding fraglist GRO (CVE-2026-23154
    bsc#1258286).
  - commit fa03082
  - net/sched: ets: Always remove class from active list before
    deleting in ets_qdisc_change (CVE-2025-71066 bsc#1256645).
  - commit bd83957

++++ kernel-rt_debug:

  - ASoC: nau8821: Cancel pending work before suspend (git-fixes).
  - ASoC: nau8821: Cancel delayed work on component remove
    (git-fixes).
  - commit b862c94
  - spi: wpcm-fiu: Fix potential NULL pointer dereference in
    wpcm_fiu_probe() (git-fixes).
  - thermal: int340x: Fix sysfs group leak on DLVR registration
    failure (stable-fixes).
  - watchdog: imx7ulp_wdt: handle the nowayout option
    (stable-fixes).
  - wifi: ath10k: fix lock protection in
    ath10k_wmi_event_peer_sta_ps_state_chg() (stable-fixes).
  - wifi: rtw89: pci: restore LDO setting after device resume
    (stable-fixes).
  - wifi: iwlwifi: mvm: check the validity of noa_len
    (stable-fixes).
  - wifi: ath12k: fix preferred hardware mode calculation
    (stable-fixes).
  - wifi: ath11k: add pm quirk for Thinkpad Z13/Z16 Gen1
    (stable-fixes).
  - wifi: iwlegacy: add missing mutex protection in
    il4965_store_tx_power() (stable-fixes).
  - wifi: iwlegacy: add missing mutex protection in
    il3945_store_measurement() (stable-fixes).
  - wifi: rtw89: wow: add reason codes for disassociation in WoWLAN
    mode (stable-fixes).
  - wifi: rtw88: rtw8821cu: Add ID for Mercusys MU6H (stable-fixes).
  - wifi: rtw88: 8822b: Avoid WARNING in rtw8822b_config_trx_mode()
    (stable-fixes).
  - wifi: rtw88: fix DTIM period handling when conf->dtim_period
    is zero (stable-fixes).
  - wifi: libertas: fix WARNING in usb_tx_block (stable-fixes).
  - spi: spi-mem: Protect dirmap_create() with
    spi_mem_access_start/end (stable-fixes).
  - spi: spi-mem: Limit octal DTR constraints to octal DTR
    situations (stable-fixes).
  - spi: stm32: fix Overrun issue at < 8bpw (stable-fixes).
  - spi-geni-qcom: initialize mode related registers to 0
    (stable-fixes).
  - spi-geni-qcom: use xfer->bits_per_word for can_dma()
    (stable-fixes).
  - tools/power cpupower: Reset errno before strtoull()
    (stable-fixes).
  - spi: wpcm-fiu: Simplify with dev_err_probe() (stable-fixes).
  - commit 9ae9cd6
  - PCI: Add defines for bridge window indexing (stable-fixes).
  - Refresh
    patches.suse/PCI-ACPI-Restrict-program_hpx_type2-to-AER-bits.patch.
  - commit 7f99d8e
  - PCI: Add PCIE_MSG_CODE_ASSERT_INTx message macros
    (stable-fixes).
  - Refresh
    patches.suse/PCI-ACPI-Restrict-program_hpx_type2-to-AER-bits.patch.
  - commit 8b1fafb
  - media: dvb-net: fix OOB access in ULE extension header tables
    (git-fixes).
  - rtc: zynqmp: correct frequency value (stable-fixes).
  - ntb: ntb_hw_switchtec: Fix array-index-out-of-bounds access
    (stable-fixes).
  - ntb: ntb_hw_switchtec: Fix shift-out-of-bounds for 0 mw lut
    (stable-fixes).
  - net: usb: catc: enable basic endpoint checking (git-fixes).
  - phy: mvebu-cp110-utmi: fix dr_mode property read from dts
    (stable-fixes).
  - phy: fsl-imx8mq-usb: disable bind/unbind platform driver feature
    (stable-fixes).
  - soundwire: dmi-quirks: add mapping for Avell B.ON (OEM rebranded
    of NUC15) (stable-fixes).
  - serial: 8250: 8250_omap.c: Clear DMA RX running status only
    after DMA termination is done (stable-fixes).
  - serial: 8250_dw: handle clock enable errors in runtime_resume
    (stable-fixes).
  - staging: rtl8723bs: fix memory leak on failure path
    (stable-fixes).
  - staging: rtl8723bs: fix missing status update on
    sdio_alloc_irq() failure (stable-fixes).
  - iio: magnetometer: Remove IRQF_ONESHOT (stable-fixes).
  - iio: Use IRQF_NO_THREAD (stable-fixes).
  - Revert "mmc: rtsx_pci_sdmmc: increase power-on settling delay
    to 5ms" (git-fixes).
  - mmc: rtsx_pci_sdmmc: increase power-on settling delay to 5ms
    (git-fixes).
  - misc: bcm_vk: Fix possible null-pointer dereferences in
    bcm_vk_read() (stable-fixes).
  - misc: eeprom: Fix EWEN/EWDS/ERAL commands for 93xx56 and 93xx66
    (stable-fixes).
  - net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in
    uhdlc_memclean() (git-fixes).
  - nfc: nxp-nci: remove interrupt trigger type (stable-fixes).
  - myri10ge: avoid uninitialized variable use (stable-fixes).
  - net: usb: sr9700: remove code to drive nonexistent multicast
    filter (stable-fixes).
  - net: usb: r8152: fix transmit queue timeout (stable-fixes).
  - PCI: dw-rockchip: Disable BAR 0 and BAR 1 for Root Port
    (stable-fixes).
  - PCI: Enable ACS after configuring IOMMU for OF platforms
    (stable-fixes).
  - PCI: Add ACS quirk for Qualcomm Hamoa & Glymur (stable-fixes).
  - PCI: Fix pci_slot_lock () device locking (stable-fixes).
  - PCI: Mark Nvidia GB10 to avoid bus reset (stable-fixes).
  - PCI: Mark ASM1164 SATA controller to avoid bus reset
    (stable-fixes).
  - media: rkisp1: Fix filter mode register configuration
    (stable-fixes).
  - media: cx25821: Fix a resource leak in cx25821_dev_setup()
    (stable-fixes).
  - media: pvrusb2: fix URB leak in pvr2_send_request_ex
    (stable-fixes).
  - media: solo6x10: Check for out of bounds chip_id (stable-fixes).
  - media: adv7180: fix frame interval in progressive mode
    (stable-fixes).
  - media: amphion: Clear last_buffer_dequeued flag for
    DEC_CMD_START (stable-fixes).
  - media: omap3isp: isppreview: always clamp in
    preview_try_format() (stable-fixes).
  - media: omap3isp: set initial format (stable-fixes).
  - media: omap3isp: isp_video_mbus_to_pix/pix_to_mbus fixes
    (stable-fixes).
  - media: dvb-core: dmxdevfilter must always flush bufs
    (stable-fixes).
  - HID: elecom: Add support for ELECOM HUGE Plus M-HT1MRBK
    (stable-fixes).
  - HID: multitouch: add eGalaxTouch EXC3188 support (stable-fixes).
  - HID: logitech-hidpp: Check maxfield in hidpp_get_report_length()
    (stable-fixes).
  - HID: prodikeys: Check presence of pm->input_ep82 (stable-fixes).
  - HID: magicmouse: Do not crash on missing msc->input
    (stable-fixes).
  - HID: apple: Add "SONiX KN85 Keyboard" to the list of non-apple
    keyboards (stable-fixes).
  - hwmon: (f71882fg) Add F81968 support (stable-fixes).
  - hwmon: (nct6775) Add ASUS Pro WS WRX90E-SAGE SE (stable-fixes).
  - gpio: aspeed-sgpio: Change the macro to support deferred probe
    (stable-fixes).
  - PCI/MSI: Unmap MSI-X region on error (stable-fixes).
  - i3c: master: svc: Initialize 'dev' to NULL in
    svc_i3c_master_ibi_isr() (stable-fixes).
  - spi: wpcm-fiu: Fix uninitialized res (git-fixes).
  - spi: wpcm-fiu: Use devm_platform_ioremap_resource_byname()
    (stable-fixes).
  - PCI: Log bridge info when first enumerating bridge
    (stable-fixes).
  - PCI: Log bridge windows conditionally (stable-fixes).
  - PCI: Supply bridge device, not secondary bus, to read window
    details (stable-fixes).
  - PCI: Move pci_read_bridge_windows() below individual window
    accessors (stable-fixes).
  - commit 291a680
  - ASoC: amd: yc: Add DMI quirk for ASUS Vivobook Pro 15X M6501RR
    (stable-fixes).
  - drm/amdgpu: Add HAINAN clock adjustment (stable-fixes).
  - drm/radeon: Add HAINAN clock adjustment (stable-fixes).
  - drm/amdgpu: Adjust usleep_range in fence wait (stable-fixes).
  - drm/amdkfd: Fix watch_id bounds checking in debug address
    watch v2 (git-fixes).
  - drm/amd/display: Avoid updating surface with the same surface
    under MPO (stable-fixes).
  - drm/amdkfd: Fix out-of-bounds write in kfd_event_page_set()
    (stable-fixes).
  - dma: dma-axi-dmac: fix SW cyclic transfers (git-fixes).
  - dmaengine: sun6i: Choose appropriate burst length under maxburst
    (stable-fixes).
  - fpga: of-fpga-region: Fail if any bridge is missing
    (stable-fixes).
  - fix it87_wdt early reboot by reporting running timer
    (stable-fixes).
  - fbdev: ffb: fix corrupted video output on Sun FFB1
    (stable-fixes).
  - ata: libata: avoid long timeouts on hot-unplugged SATA DAS
    (stable-fixes).
  - Bluetooth: btusb: Add device ID for Realtek RTL8761BU
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID for RTL8852CE (stable-fixes).
  - Bluetooth: hci_conn: Set link_policy on incoming ACL connections
    (stable-fixes).
  - Bluetooth: hci_conn: use mod_delayed_work for active mode
    timeout (stable-fixes).
  - drm/atmel-hlcdc: don't reject the commit if the src rect has
    fractional parts (stable-fixes).
  - drm/atmel-hlcdc: fix use-after-free of drm_crtc_commit after
    release (stable-fixes).
  - drm/atmel-hlcdc: fix memory leak from the atomic_destroy_state
    callback (stable-fixes).
  - drm: Account property blob allocations to memcg (stable-fixes).
  - drm/amdkfd: Fix GART PTE for non-4K pagesize in
    svm_migrate_gart_map() (stable-fixes).
  - drm/amdgpu: avoid a warning in timedout job handler
    (stable-fixes).
  - drm/amdgpu: add support for HDP IP version 6.1.1 (stable-fixes).
  - drm/v3d: Set DMA segment size to avoid debug warnings
    (stable-fixes).
  - drm/i915/wakeref: clean up INTEL_WAKEREF_PUT_* flag macros
    (stable-fixes).
  - drm/display/dp_mst: Add protection against 0 vcpi
    (stable-fixes).
  - ASoC: codecs: max98390: Check return value of
    devm_gpiod_get_optional() in max98390_i2c_probe()
    (stable-fixes).
  - ASoC: sunxi: sun50i-dmic: Add missing check for
    devm_regmap_init_mmio (stable-fixes).
  - ASoC: wm8962: Don't report a microphone if it's shorted to
    ground on plug (stable-fixes).
  - ASoC: wm8962: Add WM8962_ADC_MONOMIX to "3D Coefficients" mask
    (stable-fixes).
  - ASoC: nau8821: Fixup nau8821_enable_jack_detect() (git-fixes).
  - char: tpm: cr50: Remove IRQF_ONESHOT (stable-fixes).
  - docs: fix WARNING document not included in any toctree
    (stable-fixes).
  - drm/amdkfd: fix debug watchpoints for logical devices
    (stable-fixes).
  - commit 0c8127e
  - ASoC: nau8821: Consistently clear interrupts before unmasking
    (git-fixes).
  - Refresh
    patches.suse/ASoC-nau8821-Add-DMI-quirk-to-bypass-jack-debounce-c.patch.
  - commit abf4286
  - ALSA: usb-audio: Add sanity check for OOB writes at silencing
    (stable-fixes).
  - ALSA: usb-audio: Update the number of packets properly at
    receiving (stable-fixes).
  - ALSA: usb-audio: Add iface reset and delay quirk for AB13X
    USB Audio (stable-fixes).
  - ALSA: hda/conexant: Add headset mic fix for MECHREVO Wujie
    15X Pro (stable-fixes).
  - APEI/GHES: ensure that won't go past CPER allocated record
    (stable-fixes).
  - ACPI: processor: Fix NULL-pointer dereference in
    acpi_processor_errata_piix4() (stable-fixes).
  - ACPICA: Abort AML bytecode execution when executing AML_FATAL_OP
    (stable-fixes).
  - ASoC: nau8821: Avoid unnecessary blocking in IRQ handler
    (stable-fixes).
  - commit d3af28a
  - mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()
    (CVE-2026-23169 bsc#1258389).
  - commit fdf82e1
  - net: fix segmentation of forwarding fraglist GRO (CVE-2026-23154
    bsc#1258286).
  - commit fa03082
  - net/sched: ets: Always remove class from active list before
    deleting in ets_qdisc_change (CVE-2025-71066 bsc#1256645).
  - commit bd83957

++++ libsoup:

  - Update libsoup-CVE-2026-0716.patch to incorporate
    glgo#GNOME/libsoup!518. The original fix was incomplete
    (bsc#1256418 CVE-2026-0716 glgo#GNOME/libsoup#476).

++++ nvidia-open-driver-G06-signed:

  - adjusted logic for %suse_version bump with SLE16.1 Beta2 (jsc#PED-15826)

------------------------------------------------------------------
------------------  2026-3-4  -  Mar 4 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - vsock/virtio: fix potential underflow in virtio_transport_get_credit() (bsc#1257755, CVE-2026-23069).
  - Refresh
    patches.suse/vsock-virtio-cap-TX-credit-to-local-buffer-size.patch.
  - commit aab63d9
  - net/sched: cls_u32: use skb_header_pointer_careful()
    (CVE-2026-23204 bsc#1258340).
    In addition backport 13e00fdc9236b which introduces
    skb_header_pointer_careful() helper which is required.
  - commit 926e136

++++ kernel-rt:

  - vsock/virtio: fix potential underflow in virtio_transport_get_credit() (bsc#1257755, CVE-2026-23069).
  - Refresh
    patches.suse/vsock-virtio-cap-TX-credit-to-local-buffer-size.patch.
  - commit aab63d9
  - net/sched: cls_u32: use skb_header_pointer_careful()
    (CVE-2026-23204 bsc#1258340).
    In addition backport 13e00fdc9236b which introduces
    skb_header_pointer_careful() helper which is required.
  - commit 926e136

++++ kernel-rt_debug:

  - vsock/virtio: fix potential underflow in virtio_transport_get_credit() (bsc#1257755, CVE-2026-23069).
  - Refresh
    patches.suse/vsock-virtio-cap-TX-credit-to-local-buffer-size.patch.
  - commit aab63d9
  - net/sched: cls_u32: use skb_header_pointer_careful()
    (CVE-2026-23204 bsc#1258340).
    In addition backport 13e00fdc9236b which introduces
    skb_header_pointer_careful() helper which is required.
  - commit 926e136

++++ salt:

  - Make syntax in httputil_test compatible with Python 3.6
  - Fix KeyError in postgres module with PostgreSQL 17 (bsc#1254325)
  - Use internal deb classes instead of external aptsource lib
  - Speed up wheel key.finger call (bsc#1240532)
  - Backport security patches for Salt vendored tornado:
    * CVE-2025-67724: missing validation of supplied reason phrase (bsc#1254903)
    * CVE-2025-67725: fix DoS via malicious HTTP request (bsc#1254905)
    * CVE-2025-67726: fix HTTP header parameter parsing algorithm (bsc#1254904)
  - Simplify and speed up utils.find_json function (bsc#1246130)
  - Extend warn_until period to 2027
  - Added:
    * fix-tornado-s-httputil_test-syntax-for-python-3.6.patch
    * backport-add-maintain-m-privilege-to-postgres-module.patch
    * use-internal-salt.utils.pkg.deb-classes-instead-of-a.patch
    * speedup-wheel-key.finger-call-bsc-1240532-713.patch
    * fixes-for-security-issues-cve-2025-13836-cve-2025-67.patch
    * simplify-utils.json.find_json-function.patch
    * extend-fails-to-warnings-until-2027-742.patch

++++ suseconnect-ng:

  - Regressions found during QA test runs:
  - Ignore product in announce call (bsc#1257490)
  - Registration to SMT server with failed (bsc#1257625)
  - Backported by PATCH: fix-libsuseconnect-and-pci.patch

++++ tar:

  - Add tar-fix-deletion-from-archive.patch
    * Fixes tar creating invalid tarballs when used with --delete (bsc#1246607)
    * Add makeinfo build requirement, needed after the addition of the patch

++++ vim:

    * Update Vim to version 9.2.0045 (from 9.1.1629).
    * Fix bsc#1258229 CVE-2026-26269 as 9.2.0045 is not impacted (fixed
    upstream).
    * Fix bsc#1246602 CVE-2025-53906 as 9.2.0045 is not impacted (fixed
    upstream).
    * Drop obsolete or upstreamed patches:
  - vim-7.3-filetype_spec.patch
  - vim-7.4-filetype_apparmor.patch
  - vim-8.2.2411-globalvimrc.patch
    * Refresh the following patches:
  - vim-7.3-filetype_changes.patch
  - vim-7.3-filetype_ftl.patch
  - vim-7.3-sh_is_bash.patch
  - vim-9.1.1134-revert-putty-terminal-colors.patch
    * Remove autoconf from BuildRequires and drop the autoconf call in %build.
    * Package new Swedish (sv) man pages and clean up duplicate encodings
    (sv.ISO8859-1 and sv.UTF-8) during %install.

------------------------------------------------------------------
------------------  2026-3-3  -  Mar 3 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - cifs: add xid to query server interface call (git-fixes).
  - Refresh
    patches.suse/cifs-handle-when-server-starts-supporting-multichannel.patch.
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch
    (bsc#1258928,bsc#1259070).
  - Refresh
    patches.suse/cifs-do-not-disable-interface-polling-on-failure.patch.
  - Refresh
    patches.suse/cifs-add-xid-to-query-server-interface-call.patch.
  - commit e67e831
  - iommu/mediatek: fix use-after-free on probe deferral
    (CVE-2025-71071 bsc#1256802).
  - commit 0b777d9
  - bpf: Forget ranges when refining tnum after JSET (CVE-2025-39748
    bsc#1249587).
  - commit 9bb0920
  - efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare
    (bsc#1249998 CVE-2025-39817).
  - commit ccf2d31

++++ kernel-rt:

  - cifs: add xid to query server interface call (git-fixes).
  - Refresh
    patches.suse/cifs-handle-when-server-starts-supporting-multichannel.patch.
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch
    (bsc#1258928,bsc#1259070).
  - Refresh
    patches.suse/cifs-do-not-disable-interface-polling-on-failure.patch.
  - Refresh
    patches.suse/cifs-add-xid-to-query-server-interface-call.patch.
  - commit e67e831
  - iommu/mediatek: fix use-after-free on probe deferral
    (CVE-2025-71071 bsc#1256802).
  - commit 0b777d9
  - bpf: Forget ranges when refining tnum after JSET (CVE-2025-39748
    bsc#1249587).
  - commit 9bb0920
  - efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare
    (bsc#1249998 CVE-2025-39817).
  - commit ccf2d31

++++ kernel-rt_debug:

  - cifs: add xid to query server interface call (git-fixes).
  - Refresh
    patches.suse/cifs-handle-when-server-starts-supporting-multichannel.patch.
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch
    (bsc#1258928,bsc#1259070).
  - Refresh
    patches.suse/cifs-do-not-disable-interface-polling-on-failure.patch.
  - Refresh
    patches.suse/cifs-add-xid-to-query-server-interface-call.patch.
  - commit e67e831
  - iommu/mediatek: fix use-after-free on probe deferral
    (CVE-2025-71071 bsc#1256802).
  - commit 0b777d9
  - bpf: Forget ranges when refining tnum after JSET (CVE-2025-39748
    bsc#1249587).
  - commit 9bb0920
  - efivarfs: Fix slab-out-of-bounds in efivarfs_d_compare
    (bsc#1249998 CVE-2025-39817).
  - commit ccf2d31

++++ freetype2:

  - update to 2.14.2
  - Important changes
    * Several changes related to LCD filtering are implemented to
    achieve better performance and encourage sound practices.
    + Instead of blanket LCD filtering over the entire bitmap, it
    is now applied only to non-zero spans using direct rendering.
    This speeds up the ClearType-like rendering by more than 40%
    at sizes above 32 ppem.
    + Setting the filter weights with FT_Face_Properties is no
    longer supported. The default and light filters are optimized
    to work with any face.
    + The legacy libXft LCD filter algorithm is no longer provided.
  - Important bug fixes
    * A bunch of potential security problems have been found
    (bsc#1259118, CVE-2026-23865). All users should update.
    * The italic angle in `PS_FontInfo` is now stored as a fixed-point
    value in degrees for all Type 1 fonts and their derivatives,
    consistent with CFF fonts and common practices. The broken
    underline position and thickness values are fixed for CFF fonts.
  - Miscellaneous
    * The `x` field in the `FT_Span` structure is now unsigned.
    * Demo program `ftgrid` got an option `-m` to select a start
    character to display.
    * Similarly, demo program `ftmulti` got an option `-m` to select a
    text string for rendering.
    * Option `-d` in the demo program `ttdebug` is now called `-a`,
    expecting a comma-separated list of axis values.  The user
    interface is also slightly improved.
    * The `ftinspect` demo program can now be compiled with Qt6, too.

------------------------------------------------------------------
------------------  2026-3-2  -  Mar 2 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
    (CVE-2026-23113 bsc#1258278).
  - commit 2e91927
  - libceph: replace BUG_ON with bounds check for map->max_osd (CVE-2025-68283 bsc#1255379).
  - commit 1c35b41
  - nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()
    (CVE-2026-23179 bsc#1258394).
  - commit 63de389
  - btrfs: don't log conflicting inode if it's a dir moved in the
    current transaction (bsc#1256683 CVE-2025-68778).
  - commit 0cd8ff8
  - nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
    (CVE-2026-23112 bsc#1258184).
  - commit e38d2c3
  - landlock: Fix handling of disconnected directories (CVE-2025-68736 bsc#1255698).
  - commit cdf3815
  - landlock: Optimize file path walks and prepare for audit support (bsc#1255698).
  - commit 5db1b51
  - pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask
    for 8mq vpu (CVE-2026-23116 bsc#1258277).
  - commit 1905ad8
  - Add bugnumber to existing mana change (bsc#1251971).
  - scsi: storvsc: Fix scheduling while atomic on PREEMPT_RT (git-fixes).
  - commit 425b20d
  - bonding: fix use-after-free due to enslave fail after slave
    array update (CVE-2026-23171 bsc#1258349).
  - bonding: provide a net pointer to __skb_flow_dissect()
    (CVE-2026-23119 bsc#1258273).
  - fou: Don't allow 0 for FOU_ATTR_IPPROTO (CVE-2026-23083
    bsc#1257745).
  - bonding: limit BOND_MODE_8023AD to Ethernet devices
    (CVE-2026-23099 bsc#1257816).
  - net: bonding: update the slave array for broadcast mode
    (CVE-2026-23171 bsc#1258349).
  - commit d461cd4
  - Update
    patches.suse/btrfs-do-not-strictly-require-dirty-metadata-thresho.patch
    (stable-fixes CVE-2026-23157 bsc#1258376).
  - Update
    patches.suse/msft-hv-3440-net-hv_netvsc-reject-RSS-hash-key-programming-withou.patch
    (bsc#1257473 CVE-2026-23054 bsc#1257732).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-check-in-IRQ-handler.patch
    (bsc#1257952 CVE-2026-23207 bsc#1258524).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-in-tegra_qspi_combined.patch
    (bsc#1257952 CVE-2026-23202 bsc#1258338).
  - commit 9f4fee7
  - Update
    patches.suse/ALSA-ac97-fix-a-double-free-in-snd_ac97_controller_r.patch
    (git-fixes CVE-2025-71192 bsc#1257679).
  - Update
    patches.suse/ALSA-ctxfi-Fix-potential-OOB-access-in-audio-mixer-h.patch
    (stable-fixes CVE-2026-23076 bsc#1257788).
  - Update
    patches.suse/ALSA-scarlett2-Fix-buffer-overflow-in-config-retriev.patch
    (git-fixes CVE-2026-23078 bsc#1257789).
  - Update
    patches.suse/ASoC-amd-fix-memory-leak-in-acp3x-pdm-dma-ops.patch
    (git-fixes CVE-2026-23190 bsc#1258397).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-memory-leak-in-set_ssp_complete.patch
    (git-fixes CVE-2026-23151 bsc#1258237).
  - Update
    patches.suse/Bluetooth-hci_uart-fix-null-ptr-deref-in-hci_uart_wr.patch
    (git-fixes CVE-2026-23146 bsc#1258234).
  - Update
    patches.suse/HID-i2c-hid-fix-potential-buffer-overflow-in-i2c_hid.patch
    (stable-fixes CVE-2026-23178 bsc#1258358).
  - Update
    patches.suse/bus-fsl-mc-fix-use-after-free-in-driver_override_sho.patch
    (git-fixes CVE-2026-23221 bsc#1258660).
  - Update
    patches.suse/can-ems_usb-ems_usb_read_bulk_callback-fix-URB-memor.patch
    (git-fixes CVE-2026-23058 bsc#1257739).
  - Update
    patches.suse/can-etas_es58x-allow-partial-RX-URB-allocation-to-su.patch
    (git-fixes CVE-2026-23037 bsc#1257554).
  - Update
    patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-fix-error-me.patch
    (git-fixes CVE-2026-23155 bsc#1258313).
  - Update
    patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-unanchor-URL.patch
    (git-fixes CVE-2026-23082 bsc#1257715).
  - Update
    patches.suse/can-j1939-make-j1939_session_activate-fail-if-device.patch
    (stable-fixes CVE-2025-71182 bsc#1257586).
  - Update
    patches.suse/can-kvaser_usb-kvaser_usb_read_bulk_callback-fix-URB.patch
    (git-fixes CVE-2026-23061 bsc#1257776).
  - Update
    patches.suse/can-mcba_usb-mcba_usb_read_bulk_callback-fix-URB-mem.patch
    (git-fixes CVE-2026-23080 bsc#1257714).
  - Update
    patches.suse/can-usb_8dev-usb_8dev_read_bulk_callback-fix-URB-mem.patch
    (git-fixes CVE-2026-23108 bsc#1257770).
  - Update
    patches.suse/crypto-iaa-Fix-out-of-bounds-index-in-find_empty_iaa.patch
    (git-fixes CVE-2025-71231 bsc#1258424).
  - Update
    patches.suse/crypto-omap-Allocate-OMAP_CRYPTO_FORCE_COPY-scatterl.patch
    (git-fixes CVE-2026-23222 bsc#1258484).
  - Update
    patches.suse/crypto-virtio-Add-spinlock-protection-with-virtqueue.patch
    (git-fixes CVE-2026-23229 bsc#1258429).
  - Update
    patches.suse/dmaengine-at_hdmac-fix-device-leak-on-of_dma_xlate.patch
    (git-fixes CVE-2025-71191 bsc#1257579).
  - Update
    patches.suse/dmaengine-bcm-sba-raid-fix-device-leak-on-probe.patch
    (git-fixes CVE-2025-71190 bsc#1257580).
  - Update
    patches.suse/dmaengine-dw-dmamux-fix-OF-node-leak-on-route-alloca.patch
    (git-fixes CVE-2025-71189 bsc#1257573).
  - Update
    patches.suse/dmaengine-lpc18xx-dmamux-fix-device-leak-on-route-al.patch
    (git-fixes CVE-2025-71188 bsc#1257576).
  - Update
    patches.suse/dmaengine-omap-dma-fix-dma_pool-resource-leak-in-err.patch
    (git-fixes CVE-2026-23033 bsc#1257570).
  - Update
    patches.suse/dmaengine-qcom-gpi-Fix-memory-leak-in-gpi_peripheral.patch
    (git-fixes CVE-2026-23026 bsc#1257562).
  - Update
    patches.suse/dmaengine-ti-dma-crossbar-fix-device-leak-on-am335x-.patch
    (git-fixes CVE-2025-71185 bsc#1257560).
  - Update
    patches.suse/dmaengine-xilinx-xdma-Fix-regmap-max_register.patch
    (git-fixes CVE-2025-71195 bsc#1257704).
  - Update patches.suse/dpll-Prevent-duplicate-registrations.patch
    (git-fixes CVE-2026-23129 bsc#1258299).
  - Update
    patches.suse/drm-amdgpu-fix-NULL-pointer-dereference-in-amdgpu_gm.patch
    (git-fixes CVE-2026-23163 bsc#1258544).
  - Update patches.suse/drm-imx-tve-fix-probe-device-leak.patch
    (git-fixes CVE-2026-23170 bsc#1258379).
  - Update
    patches.suse/drm-panel-simple-fix-connector-type-for-DataImage-SC.patch
    (git-fixes CVE-2026-23049 bsc#1257723).
  - Update
    patches.suse/efivarfs-fix-error-propagation-in-efivar_entry_get.patch
    (git-fixes CVE-2026-23156 bsc#1258317).
  - Update
    patches.suse/ext4-fix-iloc.bh-leak-in-ext4_xattr_inode_update_ref.patch
    (git-fixes CVE-2026-23145 bsc#1258326).
  - Update
    patches.suse/iio-adc-at91-sama5d2_adc-Fix-potential-use-after-fre.patch
    (git-fixes CVE-2025-71199 bsc#1257750).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-iio_chan_spec-for-sensors-wit.patch
    (git-fixes CVE-2025-71198 bsc#1257741).
  - Update
    patches.suse/intel_th-fix-device-leak-on-output-open.patch
    (git-fixes CVE-2026-23091 bsc#1257813).
  - Update
    patches.suse/leds-led-class-Only-Add-LED-to-leds_list-when-it-is-.patch
    (git-fixes CVE-2026-23101 bsc#1257768).
  - Update
    patches.suse/mISDN-annotate-data-race-around-dev-work.patch
    (git-fixes CVE-2026-23121 bsc#1258309).
  - Update
    patches.suse/mmc-sdhci-of-dwcmshc-Prevent-illegal-clock-reduction.patch
    (git-fixes CVE-2025-71200 bsc#1258222).
  - Update
    patches.suse/net-usb-pegasus-fix-memory-leak-in-update_eth_regs_a.patch
    (git-fixes CVE-2026-23021 bsc#1257557).
  - Update
    patches.suse/net-wwan-t7xx-fix-potential-skb-frags-overflow-in-RX.patch
    (git-fixes CVE-2026-23172 bsc#1258519).
  - Update
    patches.suse/nfc-llcp-Fix-memleak-in-nfc_llcp_send_ui_frame.patch
    (git-fixes CVE-2026-23150 bsc#1258354).
  - Update
    patches.suse/nfc-nci-Fix-race-between-rfkill-and-nci_unregister_d.patch
    (git-fixes CVE-2026-23167 bsc#1258374).
  - Update
    patches.suse/phy-stm32-usphyc-Fix-off-by-one-in-probe.patch
    (git-fixes CVE-2025-71196 bsc#1257716).
  - Update
    patches.suse/platform-x86-toshiba_haps-Fix-memory-leaks-in-add-re.patch
    (git-fixes CVE-2026-23176 bsc#1258256).
  - Update
    patches.suse/regmap-Fix-race-condition-in-hwspinlock-irqsave-rout.patch
    (git-fixes CVE-2026-23071 bsc#1257706).
  - Update
    patches.suse/scsi-qla2xxx-Delay-module-unload-while-fabric-scan-i.patch
    (bsc#1256863 CVE-2025-71235 bsc#1258469).
  - Update
    patches.suse/scsi-qla2xxx-Free-sp-in-error-path-to-fix-system-cra.patch
    (bsc#1256863 CVE-2025-71232 bsc#1258422).
  - Update
    patches.suse/scsi-qla2xxx-Validate-sp-before-freeing-associated-m.patch
    (bsc#1256863 CVE-2025-71236 bsc#1258442).
  - Update
    patches.suse/slimbus-core-fix-device-reference-leak-on-report-pre.patch
    (git-fixes CVE-2026-23090 bsc#1257759).
  - Update
    patches.suse/spi-spi-sprd-adi-Fix-double-free-in-probe-error-path.patch
    (git-fixes CVE-2026-23068 bsc#1257805).
  - Update
    patches.suse/spi-tegra-Fix-a-memory-leak-in-tegra_slink_probe.patch
    (git-fixes CVE-2026-23182 bsc#1258259).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-check-in-IRQ-han.patch
    (git-fixes bsc#1257952 CVE-2026-23207 bsc#1258524).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-in-tegra_qspi_co.patch
    (git-fixes bsc#1257952 CVE-2026-23202 bsc#1258338).
  - Update
    patches.suse/uacce-ensure-safe-queue-release-with-state-managemen.patch
    (git-fixes CVE-2026-23063 bsc#1257722).
  - Update
    patches.suse/uacce-fix-cdev-handling-in-the-cleanup-path.patch
    (git-fixes CVE-2026-23096 bsc#1257809).
  - Update
    patches.suse/uacce-fix-isolate-sysfs-check-condition.patch
    (git-fixes CVE-2026-23094 bsc#1257811).
  - Update
    patches.suse/uacce-implement-mremap-in-uacce_vm_ops-to-return-EPE.patch
    (git-fixes CVE-2026-23056 bsc#1257729).
  - Update
    patches.suse/w1-therm-Fix-off-by-one-buffer-overflow-in-alarms_st.patch
    (git-fixes CVE-2025-71197 bsc#1257743).
  - Update
    patches.suse/wifi-ath10k-fix-dma_free_coherent-pointer.patch
    (git-fixes CVE-2026-23133 bsc#1258249).
  - Update
    patches.suse/wifi-ath12k-fix-dma_free_coherent-pointer.patch
    (git-fixes CVE-2026-23135 bsc#1258245).
  - Update
    patches.suse/wifi-mac80211-correctly-decode-TTLM-with-default-lin.patch
    (git-fixes CVE-2026-23152 bsc#1258252).
  - Update
    patches.suse/wifi-mac80211-ocb-skip-rx_no_sta-when-interface-is-n.patch
    (stable-fixes CVE-2025-71224 bsc#1258824).
  - Update
    patches.suse/wifi-rsi-Fix-memory-corruption-due-to-not-set-vif-dr.patch
    (git-fixes CVE-2026-23073 bsc#1257707).
  - Update
    patches.suse/wifi-rtl8xxxu-fix-slab-out-of-bounds-in-rtl8xxxu_sta.patch
    (git-fixes CVE-2025-71234 bsc#1258419).
  - Update
    patches.suse/wifi-rtw88-Fix-alignment-fault-in-rtw_core_enable_be.patch
    (git-fixes CVE-2025-71229 bsc#1258415).
  - Update
    patches.suse/wifi-wlcore-ensure-skb-headroom-before-skb_push.patch
    (stable-fixes CVE-2025-71222 bsc#1258279).
  - commit 30080c1
  - smb: client: Fix refcount leak for cifs_sb_tlink (bsc#1252924,
    CVE-2025-40103).
  - commit 2028384
  - cifs: parse_dfs_referrals: prevent oob on malformed input
    (bsc#1252911, CVE-2025-40099).
  - commit 821259f
  - Refresh
    patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
  - commit 1325cd1
  - ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
    (CVE-2026-23166 bsc#1258272).
  - net/mlx5e: TC, delete flows only for existing peers
    (CVE-2026-23173 bsc#1258520).
  - commit 1315a36

++++ kernel-rt:

  - io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
    (CVE-2026-23113 bsc#1258278).
  - commit 2e91927
  - libceph: replace BUG_ON with bounds check for map->max_osd (CVE-2025-68283 bsc#1255379).
  - commit 1c35b41
  - nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()
    (CVE-2026-23179 bsc#1258394).
  - commit 63de389
  - btrfs: don't log conflicting inode if it's a dir moved in the
    current transaction (bsc#1256683 CVE-2025-68778).
  - commit 0cd8ff8
  - nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
    (CVE-2026-23112 bsc#1258184).
  - commit e38d2c3
  - landlock: Fix handling of disconnected directories (CVE-2025-68736 bsc#1255698).
  - commit cdf3815
  - landlock: Optimize file path walks and prepare for audit support (bsc#1255698).
  - commit 5db1b51
  - pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask
    for 8mq vpu (CVE-2026-23116 bsc#1258277).
  - commit 1905ad8
  - Add bugnumber to existing mana change (bsc#1251971).
  - scsi: storvsc: Fix scheduling while atomic on PREEMPT_RT (git-fixes).
  - commit 425b20d
  - bonding: fix use-after-free due to enslave fail after slave
    array update (CVE-2026-23171 bsc#1258349).
  - bonding: provide a net pointer to __skb_flow_dissect()
    (CVE-2026-23119 bsc#1258273).
  - fou: Don't allow 0 for FOU_ATTR_IPPROTO (CVE-2026-23083
    bsc#1257745).
  - bonding: limit BOND_MODE_8023AD to Ethernet devices
    (CVE-2026-23099 bsc#1257816).
  - net: bonding: update the slave array for broadcast mode
    (CVE-2026-23171 bsc#1258349).
  - commit d461cd4
  - Update
    patches.suse/btrfs-do-not-strictly-require-dirty-metadata-thresho.patch
    (stable-fixes CVE-2026-23157 bsc#1258376).
  - Update
    patches.suse/msft-hv-3440-net-hv_netvsc-reject-RSS-hash-key-programming-withou.patch
    (bsc#1257473 CVE-2026-23054 bsc#1257732).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-check-in-IRQ-handler.patch
    (bsc#1257952 CVE-2026-23207 bsc#1258524).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-in-tegra_qspi_combined.patch
    (bsc#1257952 CVE-2026-23202 bsc#1258338).
  - commit 9f4fee7
  - Update
    patches.suse/ALSA-ac97-fix-a-double-free-in-snd_ac97_controller_r.patch
    (git-fixes CVE-2025-71192 bsc#1257679).
  - Update
    patches.suse/ALSA-ctxfi-Fix-potential-OOB-access-in-audio-mixer-h.patch
    (stable-fixes CVE-2026-23076 bsc#1257788).
  - Update
    patches.suse/ALSA-scarlett2-Fix-buffer-overflow-in-config-retriev.patch
    (git-fixes CVE-2026-23078 bsc#1257789).
  - Update
    patches.suse/ASoC-amd-fix-memory-leak-in-acp3x-pdm-dma-ops.patch
    (git-fixes CVE-2026-23190 bsc#1258397).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-memory-leak-in-set_ssp_complete.patch
    (git-fixes CVE-2026-23151 bsc#1258237).
  - Update
    patches.suse/Bluetooth-hci_uart-fix-null-ptr-deref-in-hci_uart_wr.patch
    (git-fixes CVE-2026-23146 bsc#1258234).
  - Update
    patches.suse/HID-i2c-hid-fix-potential-buffer-overflow-in-i2c_hid.patch
    (stable-fixes CVE-2026-23178 bsc#1258358).
  - Update
    patches.suse/bus-fsl-mc-fix-use-after-free-in-driver_override_sho.patch
    (git-fixes CVE-2026-23221 bsc#1258660).
  - Update
    patches.suse/can-ems_usb-ems_usb_read_bulk_callback-fix-URB-memor.patch
    (git-fixes CVE-2026-23058 bsc#1257739).
  - Update
    patches.suse/can-etas_es58x-allow-partial-RX-URB-allocation-to-su.patch
    (git-fixes CVE-2026-23037 bsc#1257554).
  - Update
    patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-fix-error-me.patch
    (git-fixes CVE-2026-23155 bsc#1258313).
  - Update
    patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-unanchor-URL.patch
    (git-fixes CVE-2026-23082 bsc#1257715).
  - Update
    patches.suse/can-j1939-make-j1939_session_activate-fail-if-device.patch
    (stable-fixes CVE-2025-71182 bsc#1257586).
  - Update
    patches.suse/can-kvaser_usb-kvaser_usb_read_bulk_callback-fix-URB.patch
    (git-fixes CVE-2026-23061 bsc#1257776).
  - Update
    patches.suse/can-mcba_usb-mcba_usb_read_bulk_callback-fix-URB-mem.patch
    (git-fixes CVE-2026-23080 bsc#1257714).
  - Update
    patches.suse/can-usb_8dev-usb_8dev_read_bulk_callback-fix-URB-mem.patch
    (git-fixes CVE-2026-23108 bsc#1257770).
  - Update
    patches.suse/crypto-iaa-Fix-out-of-bounds-index-in-find_empty_iaa.patch
    (git-fixes CVE-2025-71231 bsc#1258424).
  - Update
    patches.suse/crypto-omap-Allocate-OMAP_CRYPTO_FORCE_COPY-scatterl.patch
    (git-fixes CVE-2026-23222 bsc#1258484).
  - Update
    patches.suse/crypto-virtio-Add-spinlock-protection-with-virtqueue.patch
    (git-fixes CVE-2026-23229 bsc#1258429).
  - Update
    patches.suse/dmaengine-at_hdmac-fix-device-leak-on-of_dma_xlate.patch
    (git-fixes CVE-2025-71191 bsc#1257579).
  - Update
    patches.suse/dmaengine-bcm-sba-raid-fix-device-leak-on-probe.patch
    (git-fixes CVE-2025-71190 bsc#1257580).
  - Update
    patches.suse/dmaengine-dw-dmamux-fix-OF-node-leak-on-route-alloca.patch
    (git-fixes CVE-2025-71189 bsc#1257573).
  - Update
    patches.suse/dmaengine-lpc18xx-dmamux-fix-device-leak-on-route-al.patch
    (git-fixes CVE-2025-71188 bsc#1257576).
  - Update
    patches.suse/dmaengine-omap-dma-fix-dma_pool-resource-leak-in-err.patch
    (git-fixes CVE-2026-23033 bsc#1257570).
  - Update
    patches.suse/dmaengine-qcom-gpi-Fix-memory-leak-in-gpi_peripheral.patch
    (git-fixes CVE-2026-23026 bsc#1257562).
  - Update
    patches.suse/dmaengine-ti-dma-crossbar-fix-device-leak-on-am335x-.patch
    (git-fixes CVE-2025-71185 bsc#1257560).
  - Update
    patches.suse/dmaengine-xilinx-xdma-Fix-regmap-max_register.patch
    (git-fixes CVE-2025-71195 bsc#1257704).
  - Update patches.suse/dpll-Prevent-duplicate-registrations.patch
    (git-fixes CVE-2026-23129 bsc#1258299).
  - Update
    patches.suse/drm-amdgpu-fix-NULL-pointer-dereference-in-amdgpu_gm.patch
    (git-fixes CVE-2026-23163 bsc#1258544).
  - Update patches.suse/drm-imx-tve-fix-probe-device-leak.patch
    (git-fixes CVE-2026-23170 bsc#1258379).
  - Update
    patches.suse/drm-panel-simple-fix-connector-type-for-DataImage-SC.patch
    (git-fixes CVE-2026-23049 bsc#1257723).
  - Update
    patches.suse/efivarfs-fix-error-propagation-in-efivar_entry_get.patch
    (git-fixes CVE-2026-23156 bsc#1258317).
  - Update
    patches.suse/ext4-fix-iloc.bh-leak-in-ext4_xattr_inode_update_ref.patch
    (git-fixes CVE-2026-23145 bsc#1258326).
  - Update
    patches.suse/iio-adc-at91-sama5d2_adc-Fix-potential-use-after-fre.patch
    (git-fixes CVE-2025-71199 bsc#1257750).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-iio_chan_spec-for-sensors-wit.patch
    (git-fixes CVE-2025-71198 bsc#1257741).
  - Update
    patches.suse/intel_th-fix-device-leak-on-output-open.patch
    (git-fixes CVE-2026-23091 bsc#1257813).
  - Update
    patches.suse/leds-led-class-Only-Add-LED-to-leds_list-when-it-is-.patch
    (git-fixes CVE-2026-23101 bsc#1257768).
  - Update
    patches.suse/mISDN-annotate-data-race-around-dev-work.patch
    (git-fixes CVE-2026-23121 bsc#1258309).
  - Update
    patches.suse/mmc-sdhci-of-dwcmshc-Prevent-illegal-clock-reduction.patch
    (git-fixes CVE-2025-71200 bsc#1258222).
  - Update
    patches.suse/net-usb-pegasus-fix-memory-leak-in-update_eth_regs_a.patch
    (git-fixes CVE-2026-23021 bsc#1257557).
  - Update
    patches.suse/net-wwan-t7xx-fix-potential-skb-frags-overflow-in-RX.patch
    (git-fixes CVE-2026-23172 bsc#1258519).
  - Update
    patches.suse/nfc-llcp-Fix-memleak-in-nfc_llcp_send_ui_frame.patch
    (git-fixes CVE-2026-23150 bsc#1258354).
  - Update
    patches.suse/nfc-nci-Fix-race-between-rfkill-and-nci_unregister_d.patch
    (git-fixes CVE-2026-23167 bsc#1258374).
  - Update
    patches.suse/phy-stm32-usphyc-Fix-off-by-one-in-probe.patch
    (git-fixes CVE-2025-71196 bsc#1257716).
  - Update
    patches.suse/platform-x86-toshiba_haps-Fix-memory-leaks-in-add-re.patch
    (git-fixes CVE-2026-23176 bsc#1258256).
  - Update
    patches.suse/regmap-Fix-race-condition-in-hwspinlock-irqsave-rout.patch
    (git-fixes CVE-2026-23071 bsc#1257706).
  - Update
    patches.suse/scsi-qla2xxx-Delay-module-unload-while-fabric-scan-i.patch
    (bsc#1256863 CVE-2025-71235 bsc#1258469).
  - Update
    patches.suse/scsi-qla2xxx-Free-sp-in-error-path-to-fix-system-cra.patch
    (bsc#1256863 CVE-2025-71232 bsc#1258422).
  - Update
    patches.suse/scsi-qla2xxx-Validate-sp-before-freeing-associated-m.patch
    (bsc#1256863 CVE-2025-71236 bsc#1258442).
  - Update
    patches.suse/slimbus-core-fix-device-reference-leak-on-report-pre.patch
    (git-fixes CVE-2026-23090 bsc#1257759).
  - Update
    patches.suse/spi-spi-sprd-adi-Fix-double-free-in-probe-error-path.patch
    (git-fixes CVE-2026-23068 bsc#1257805).
  - Update
    patches.suse/spi-tegra-Fix-a-memory-leak-in-tegra_slink_probe.patch
    (git-fixes CVE-2026-23182 bsc#1258259).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-check-in-IRQ-han.patch
    (git-fixes bsc#1257952 CVE-2026-23207 bsc#1258524).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-in-tegra_qspi_co.patch
    (git-fixes bsc#1257952 CVE-2026-23202 bsc#1258338).
  - Update
    patches.suse/uacce-ensure-safe-queue-release-with-state-managemen.patch
    (git-fixes CVE-2026-23063 bsc#1257722).
  - Update
    patches.suse/uacce-fix-cdev-handling-in-the-cleanup-path.patch
    (git-fixes CVE-2026-23096 bsc#1257809).
  - Update
    patches.suse/uacce-fix-isolate-sysfs-check-condition.patch
    (git-fixes CVE-2026-23094 bsc#1257811).
  - Update
    patches.suse/uacce-implement-mremap-in-uacce_vm_ops-to-return-EPE.patch
    (git-fixes CVE-2026-23056 bsc#1257729).
  - Update
    patches.suse/w1-therm-Fix-off-by-one-buffer-overflow-in-alarms_st.patch
    (git-fixes CVE-2025-71197 bsc#1257743).
  - Update
    patches.suse/wifi-ath10k-fix-dma_free_coherent-pointer.patch
    (git-fixes CVE-2026-23133 bsc#1258249).
  - Update
    patches.suse/wifi-ath12k-fix-dma_free_coherent-pointer.patch
    (git-fixes CVE-2026-23135 bsc#1258245).
  - Update
    patches.suse/wifi-mac80211-correctly-decode-TTLM-with-default-lin.patch
    (git-fixes CVE-2026-23152 bsc#1258252).
  - Update
    patches.suse/wifi-mac80211-ocb-skip-rx_no_sta-when-interface-is-n.patch
    (stable-fixes CVE-2025-71224 bsc#1258824).
  - Update
    patches.suse/wifi-rsi-Fix-memory-corruption-due-to-not-set-vif-dr.patch
    (git-fixes CVE-2026-23073 bsc#1257707).
  - Update
    patches.suse/wifi-rtl8xxxu-fix-slab-out-of-bounds-in-rtl8xxxu_sta.patch
    (git-fixes CVE-2025-71234 bsc#1258419).
  - Update
    patches.suse/wifi-rtw88-Fix-alignment-fault-in-rtw_core_enable_be.patch
    (git-fixes CVE-2025-71229 bsc#1258415).
  - Update
    patches.suse/wifi-wlcore-ensure-skb-headroom-before-skb_push.patch
    (stable-fixes CVE-2025-71222 bsc#1258279).
  - commit 30080c1
  - smb: client: Fix refcount leak for cifs_sb_tlink (bsc#1252924,
    CVE-2025-40103).
  - commit 2028384
  - cifs: parse_dfs_referrals: prevent oob on malformed input
    (bsc#1252911, CVE-2025-40099).
  - commit 821259f
  - Refresh
    patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
  - commit 1325cd1
  - ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
    (CVE-2026-23166 bsc#1258272).
  - net/mlx5e: TC, delete flows only for existing peers
    (CVE-2026-23173 bsc#1258520).
  - commit 1315a36

++++ kernel-rt_debug:

  - io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop
    (CVE-2026-23113 bsc#1258278).
  - commit 2e91927
  - libceph: replace BUG_ON with bounds check for map->max_osd (CVE-2025-68283 bsc#1255379).
  - commit 1c35b41
  - nvmet-tcp: fixup hang in nvmet_tcp_listen_data_ready()
    (CVE-2026-23179 bsc#1258394).
  - commit 63de389
  - btrfs: don't log conflicting inode if it's a dir moved in the
    current transaction (bsc#1256683 CVE-2025-68778).
  - commit 0cd8ff8
  - nvmet-tcp: add bounds checks in nvmet_tcp_build_pdu_iovec
    (CVE-2026-23112 bsc#1258184).
  - commit e38d2c3
  - landlock: Fix handling of disconnected directories (CVE-2025-68736 bsc#1255698).
  - commit cdf3815
  - landlock: Optimize file path walks and prepare for audit support (bsc#1255698).
  - commit 5db1b51
  - pmdomain: imx8m-blk-ctrl: Remove separate rst and clk mask
    for 8mq vpu (CVE-2026-23116 bsc#1258277).
  - commit 1905ad8
  - Add bugnumber to existing mana change (bsc#1251971).
  - scsi: storvsc: Fix scheduling while atomic on PREEMPT_RT (git-fixes).
  - commit 425b20d
  - bonding: fix use-after-free due to enslave fail after slave
    array update (CVE-2026-23171 bsc#1258349).
  - bonding: provide a net pointer to __skb_flow_dissect()
    (CVE-2026-23119 bsc#1258273).
  - fou: Don't allow 0 for FOU_ATTR_IPPROTO (CVE-2026-23083
    bsc#1257745).
  - bonding: limit BOND_MODE_8023AD to Ethernet devices
    (CVE-2026-23099 bsc#1257816).
  - net: bonding: update the slave array for broadcast mode
    (CVE-2026-23171 bsc#1258349).
  - commit d461cd4
  - Update
    patches.suse/btrfs-do-not-strictly-require-dirty-metadata-thresho.patch
    (stable-fixes CVE-2026-23157 bsc#1258376).
  - Update
    patches.suse/msft-hv-3440-net-hv_netvsc-reject-RSS-hash-key-programming-withou.patch
    (bsc#1257473 CVE-2026-23054 bsc#1257732).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-check-in-IRQ-handler.patch
    (bsc#1257952 CVE-2026-23207 bsc#1258524).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-in-tegra_qspi_combined.patch
    (bsc#1257952 CVE-2026-23202 bsc#1258338).
  - commit 9f4fee7
  - Update
    patches.suse/ALSA-ac97-fix-a-double-free-in-snd_ac97_controller_r.patch
    (git-fixes CVE-2025-71192 bsc#1257679).
  - Update
    patches.suse/ALSA-ctxfi-Fix-potential-OOB-access-in-audio-mixer-h.patch
    (stable-fixes CVE-2026-23076 bsc#1257788).
  - Update
    patches.suse/ALSA-scarlett2-Fix-buffer-overflow-in-config-retriev.patch
    (git-fixes CVE-2026-23078 bsc#1257789).
  - Update
    patches.suse/ASoC-amd-fix-memory-leak-in-acp3x-pdm-dma-ops.patch
    (git-fixes CVE-2026-23190 bsc#1258397).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-memory-leak-in-set_ssp_complete.patch
    (git-fixes CVE-2026-23151 bsc#1258237).
  - Update
    patches.suse/Bluetooth-hci_uart-fix-null-ptr-deref-in-hci_uart_wr.patch
    (git-fixes CVE-2026-23146 bsc#1258234).
  - Update
    patches.suse/HID-i2c-hid-fix-potential-buffer-overflow-in-i2c_hid.patch
    (stable-fixes CVE-2026-23178 bsc#1258358).
  - Update
    patches.suse/bus-fsl-mc-fix-use-after-free-in-driver_override_sho.patch
    (git-fixes CVE-2026-23221 bsc#1258660).
  - Update
    patches.suse/can-ems_usb-ems_usb_read_bulk_callback-fix-URB-memor.patch
    (git-fixes CVE-2026-23058 bsc#1257739).
  - Update
    patches.suse/can-etas_es58x-allow-partial-RX-URB-allocation-to-su.patch
    (git-fixes CVE-2026-23037 bsc#1257554).
  - Update
    patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-fix-error-me.patch
    (git-fixes CVE-2026-23155 bsc#1258313).
  - Update
    patches.suse/can-gs_usb-gs_usb_receive_bulk_callback-unanchor-URL.patch
    (git-fixes CVE-2026-23082 bsc#1257715).
  - Update
    patches.suse/can-j1939-make-j1939_session_activate-fail-if-device.patch
    (stable-fixes CVE-2025-71182 bsc#1257586).
  - Update
    patches.suse/can-kvaser_usb-kvaser_usb_read_bulk_callback-fix-URB.patch
    (git-fixes CVE-2026-23061 bsc#1257776).
  - Update
    patches.suse/can-mcba_usb-mcba_usb_read_bulk_callback-fix-URB-mem.patch
    (git-fixes CVE-2026-23080 bsc#1257714).
  - Update
    patches.suse/can-usb_8dev-usb_8dev_read_bulk_callback-fix-URB-mem.patch
    (git-fixes CVE-2026-23108 bsc#1257770).
  - Update
    patches.suse/crypto-iaa-Fix-out-of-bounds-index-in-find_empty_iaa.patch
    (git-fixes CVE-2025-71231 bsc#1258424).
  - Update
    patches.suse/crypto-omap-Allocate-OMAP_CRYPTO_FORCE_COPY-scatterl.patch
    (git-fixes CVE-2026-23222 bsc#1258484).
  - Update
    patches.suse/crypto-virtio-Add-spinlock-protection-with-virtqueue.patch
    (git-fixes CVE-2026-23229 bsc#1258429).
  - Update
    patches.suse/dmaengine-at_hdmac-fix-device-leak-on-of_dma_xlate.patch
    (git-fixes CVE-2025-71191 bsc#1257579).
  - Update
    patches.suse/dmaengine-bcm-sba-raid-fix-device-leak-on-probe.patch
    (git-fixes CVE-2025-71190 bsc#1257580).
  - Update
    patches.suse/dmaengine-dw-dmamux-fix-OF-node-leak-on-route-alloca.patch
    (git-fixes CVE-2025-71189 bsc#1257573).
  - Update
    patches.suse/dmaengine-lpc18xx-dmamux-fix-device-leak-on-route-al.patch
    (git-fixes CVE-2025-71188 bsc#1257576).
  - Update
    patches.suse/dmaengine-omap-dma-fix-dma_pool-resource-leak-in-err.patch
    (git-fixes CVE-2026-23033 bsc#1257570).
  - Update
    patches.suse/dmaengine-qcom-gpi-Fix-memory-leak-in-gpi_peripheral.patch
    (git-fixes CVE-2026-23026 bsc#1257562).
  - Update
    patches.suse/dmaengine-ti-dma-crossbar-fix-device-leak-on-am335x-.patch
    (git-fixes CVE-2025-71185 bsc#1257560).
  - Update
    patches.suse/dmaengine-xilinx-xdma-Fix-regmap-max_register.patch
    (git-fixes CVE-2025-71195 bsc#1257704).
  - Update patches.suse/dpll-Prevent-duplicate-registrations.patch
    (git-fixes CVE-2026-23129 bsc#1258299).
  - Update
    patches.suse/drm-amdgpu-fix-NULL-pointer-dereference-in-amdgpu_gm.patch
    (git-fixes CVE-2026-23163 bsc#1258544).
  - Update patches.suse/drm-imx-tve-fix-probe-device-leak.patch
    (git-fixes CVE-2026-23170 bsc#1258379).
  - Update
    patches.suse/drm-panel-simple-fix-connector-type-for-DataImage-SC.patch
    (git-fixes CVE-2026-23049 bsc#1257723).
  - Update
    patches.suse/efivarfs-fix-error-propagation-in-efivar_entry_get.patch
    (git-fixes CVE-2026-23156 bsc#1258317).
  - Update
    patches.suse/ext4-fix-iloc.bh-leak-in-ext4_xattr_inode_update_ref.patch
    (git-fixes CVE-2026-23145 bsc#1258326).
  - Update
    patches.suse/iio-adc-at91-sama5d2_adc-Fix-potential-use-after-fre.patch
    (git-fixes CVE-2025-71199 bsc#1257750).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-iio_chan_spec-for-sensors-wit.patch
    (git-fixes CVE-2025-71198 bsc#1257741).
  - Update
    patches.suse/intel_th-fix-device-leak-on-output-open.patch
    (git-fixes CVE-2026-23091 bsc#1257813).
  - Update
    patches.suse/leds-led-class-Only-Add-LED-to-leds_list-when-it-is-.patch
    (git-fixes CVE-2026-23101 bsc#1257768).
  - Update
    patches.suse/mISDN-annotate-data-race-around-dev-work.patch
    (git-fixes CVE-2026-23121 bsc#1258309).
  - Update
    patches.suse/mmc-sdhci-of-dwcmshc-Prevent-illegal-clock-reduction.patch
    (git-fixes CVE-2025-71200 bsc#1258222).
  - Update
    patches.suse/net-usb-pegasus-fix-memory-leak-in-update_eth_regs_a.patch
    (git-fixes CVE-2026-23021 bsc#1257557).
  - Update
    patches.suse/net-wwan-t7xx-fix-potential-skb-frags-overflow-in-RX.patch
    (git-fixes CVE-2026-23172 bsc#1258519).
  - Update
    patches.suse/nfc-llcp-Fix-memleak-in-nfc_llcp_send_ui_frame.patch
    (git-fixes CVE-2026-23150 bsc#1258354).
  - Update
    patches.suse/nfc-nci-Fix-race-between-rfkill-and-nci_unregister_d.patch
    (git-fixes CVE-2026-23167 bsc#1258374).
  - Update
    patches.suse/phy-stm32-usphyc-Fix-off-by-one-in-probe.patch
    (git-fixes CVE-2025-71196 bsc#1257716).
  - Update
    patches.suse/platform-x86-toshiba_haps-Fix-memory-leaks-in-add-re.patch
    (git-fixes CVE-2026-23176 bsc#1258256).
  - Update
    patches.suse/regmap-Fix-race-condition-in-hwspinlock-irqsave-rout.patch
    (git-fixes CVE-2026-23071 bsc#1257706).
  - Update
    patches.suse/scsi-qla2xxx-Delay-module-unload-while-fabric-scan-i.patch
    (bsc#1256863 CVE-2025-71235 bsc#1258469).
  - Update
    patches.suse/scsi-qla2xxx-Free-sp-in-error-path-to-fix-system-cra.patch
    (bsc#1256863 CVE-2025-71232 bsc#1258422).
  - Update
    patches.suse/scsi-qla2xxx-Validate-sp-before-freeing-associated-m.patch
    (bsc#1256863 CVE-2025-71236 bsc#1258442).
  - Update
    patches.suse/slimbus-core-fix-device-reference-leak-on-report-pre.patch
    (git-fixes CVE-2026-23090 bsc#1257759).
  - Update
    patches.suse/spi-spi-sprd-adi-Fix-double-free-in-probe-error-path.patch
    (git-fixes CVE-2026-23068 bsc#1257805).
  - Update
    patches.suse/spi-tegra-Fix-a-memory-leak-in-tegra_slink_probe.patch
    (git-fixes CVE-2026-23182 bsc#1258259).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-check-in-IRQ-han.patch
    (git-fixes bsc#1257952 CVE-2026-23207 bsc#1258524).
  - Update
    patches.suse/spi-tegra210-quad-Protect-curr_xfer-in-tegra_qspi_co.patch
    (git-fixes bsc#1257952 CVE-2026-23202 bsc#1258338).
  - Update
    patches.suse/uacce-ensure-safe-queue-release-with-state-managemen.patch
    (git-fixes CVE-2026-23063 bsc#1257722).
  - Update
    patches.suse/uacce-fix-cdev-handling-in-the-cleanup-path.patch
    (git-fixes CVE-2026-23096 bsc#1257809).
  - Update
    patches.suse/uacce-fix-isolate-sysfs-check-condition.patch
    (git-fixes CVE-2026-23094 bsc#1257811).
  - Update
    patches.suse/uacce-implement-mremap-in-uacce_vm_ops-to-return-EPE.patch
    (git-fixes CVE-2026-23056 bsc#1257729).
  - Update
    patches.suse/w1-therm-Fix-off-by-one-buffer-overflow-in-alarms_st.patch
    (git-fixes CVE-2025-71197 bsc#1257743).
  - Update
    patches.suse/wifi-ath10k-fix-dma_free_coherent-pointer.patch
    (git-fixes CVE-2026-23133 bsc#1258249).
  - Update
    patches.suse/wifi-ath12k-fix-dma_free_coherent-pointer.patch
    (git-fixes CVE-2026-23135 bsc#1258245).
  - Update
    patches.suse/wifi-mac80211-correctly-decode-TTLM-with-default-lin.patch
    (git-fixes CVE-2026-23152 bsc#1258252).
  - Update
    patches.suse/wifi-mac80211-ocb-skip-rx_no_sta-when-interface-is-n.patch
    (stable-fixes CVE-2025-71224 bsc#1258824).
  - Update
    patches.suse/wifi-rsi-Fix-memory-corruption-due-to-not-set-vif-dr.patch
    (git-fixes CVE-2026-23073 bsc#1257707).
  - Update
    patches.suse/wifi-rtl8xxxu-fix-slab-out-of-bounds-in-rtl8xxxu_sta.patch
    (git-fixes CVE-2025-71234 bsc#1258419).
  - Update
    patches.suse/wifi-rtw88-Fix-alignment-fault-in-rtw_core_enable_be.patch
    (git-fixes CVE-2025-71229 bsc#1258415).
  - Update
    patches.suse/wifi-wlcore-ensure-skb-headroom-before-skb_push.patch
    (stable-fixes CVE-2025-71222 bsc#1258279).
  - commit 30080c1
  - smb: client: Fix refcount leak for cifs_sb_tlink (bsc#1252924,
    CVE-2025-40103).
  - commit 2028384
  - cifs: parse_dfs_referrals: prevent oob on malformed input
    (bsc#1252911, CVE-2025-40099).
  - commit 821259f
  - Refresh
    patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
  - commit 1325cd1
  - ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues
    (CVE-2026-23166 bsc#1258272).
  - net/mlx5e: TC, delete flows only for existing peers
    (CVE-2026-23173 bsc#1258520).
  - commit 1315a36

++++ openssh:

  - Add openssh-7.7p1-gssapi-new-unique.patch (bsc#1258166). This
    allows using SSSD with a non-file backend.

++++ virtiofsd:

  - Add CVE-2026-25727.patch: Avoid denial of service when parsing
    Rfc2822(bsc#1257912 CVE-2026-25727).

------------------------------------------------------------------
------------------  2026-3-1  -  Mar 1 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - device property: Allow secondary lookup in
    fwnode_get_next_child_node() (git-fixes).
  - commit 13b0bcb

++++ kernel-rt:

  - device property: Allow secondary lookup in
    fwnode_get_next_child_node() (git-fixes).
  - commit 13b0bcb

++++ kernel-rt_debug:

  - device property: Allow secondary lookup in
    fwnode_get_next_child_node() (git-fixes).
  - commit 13b0bcb

++++ util-linux-systemd:

  - Use full hostname for PAM to ensure correct access control for
    "login -h" (bsc#1258859, CVE-2026-3184,
    util-linux-CVE-2026-3184.patch).

++++ util-linux:

  - Use full hostname for PAM to ensure correct access control for
    "login -h" (bsc#1258859, CVE-2026-3184,
    util-linux-CVE-2026-3184.patch).

------------------------------------------------------------------
------------------  2026-2-28  -  Feb 28 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
    Audio 2.0 (stable-fixes).
  - ALSA: usb-audio: Check max frame size for implicit feedback
    mode, too (stable-fixes).
  - commit 94dd673
  - PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
  - mmc: mmci: Fix device_node reference leak in
    of_get_dml_pipe_index() (git-fixes).
  - ALSA: usb-audio: Use correct version for UAC3 header validation
    (git-fixes).
  - ALSA: usb-audio: Use inclusive terms (git-fixes).
  - ALSA: usb-audio: Cap the packet size pre-calculations
    (git-fixes).
  - ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
    devices (git-fixes).
  - drm/bridge: samsung-dsim: Fix memory leak in error path
    (git-fixes).
  - drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
    (git-fixes).
  - drm/logicvc: Fix device node reference leak in
    logicvc_drm_config_parse() (git-fixes).
  - drm/vmwgfx: Return the correct value in vmw_translate_ptr
    functions (git-fixes).
  - drm/vmwgfx: Fix invalid kref_put callback in
    vmw_bo_dirty_release (git-fixes).
  - commit b1fa310

++++ kernel-rt:

  - ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
    Audio 2.0 (stable-fixes).
  - ALSA: usb-audio: Check max frame size for implicit feedback
    mode, too (stable-fixes).
  - commit 94dd673
  - PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
  - mmc: mmci: Fix device_node reference leak in
    of_get_dml_pipe_index() (git-fixes).
  - ALSA: usb-audio: Use correct version for UAC3 header validation
    (git-fixes).
  - ALSA: usb-audio: Use inclusive terms (git-fixes).
  - ALSA: usb-audio: Cap the packet size pre-calculations
    (git-fixes).
  - ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
    devices (git-fixes).
  - drm/bridge: samsung-dsim: Fix memory leak in error path
    (git-fixes).
  - drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
    (git-fixes).
  - drm/logicvc: Fix device node reference leak in
    logicvc_drm_config_parse() (git-fixes).
  - drm/vmwgfx: Return the correct value in vmw_translate_ptr
    functions (git-fixes).
  - drm/vmwgfx: Fix invalid kref_put callback in
    vmw_bo_dirty_release (git-fixes).
  - commit b1fa310

++++ kernel-rt_debug:

  - ALSA: usb-audio: Avoid implicit feedback mode on DIYINHK USB
    Audio 2.0 (stable-fixes).
  - ALSA: usb-audio: Check max frame size for implicit feedback
    mode, too (stable-fixes).
  - commit 94dd673
  - PCI: Correct PCI_CAP_EXP_ENDPOINT_SIZEOF_V2 value (git-fixes).
  - mmc: mmci: Fix device_node reference leak in
    of_get_dml_pipe_index() (git-fixes).
  - ALSA: usb-audio: Use correct version for UAC3 header validation
    (git-fixes).
  - ALSA: usb-audio: Use inclusive terms (git-fixes).
  - ALSA: usb-audio: Cap the packet size pre-calculations
    (git-fixes).
  - ALSA: usb-audio: Remove VALIDATE_RATES quirk for Focusrite
    devices (git-fixes).
  - drm/bridge: samsung-dsim: Fix memory leak in error path
    (git-fixes).
  - drm/bridge: ti-sn65dsi86: Enable HPD polling if IRQ is not used
    (git-fixes).
  - drm/logicvc: Fix device node reference leak in
    logicvc_drm_config_parse() (git-fixes).
  - drm/vmwgfx: Return the correct value in vmw_translate_ptr
    functions (git-fixes).
  - drm/vmwgfx: Fix invalid kref_put callback in
    vmw_bo_dirty_release (git-fixes).
  - commit b1fa310

------------------------------------------------------------------
------------------  2026-2-27  -  Feb 27 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: core: Wake up the error handler when final completions
    race against each other (CVE-2026-23110 bsc#1257761).
  - commit 59f5efa
  - dst: fix races in rt6_uncached_list_del() and
    rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
  - commit 3cd007f
  - btrfs: fix NULL dereference on root when tracing inode eviction
    (bsc#1257635 CVE-2025-71184).
  - commit 5bf422c
  - netfilter: nf_conncount: update last_gc only when GC has been
    performed (CVE-2026-23139 bsc#1258304).
  - commit 9a70b26
  - netfilter: nf_tables: fix inverted genmask check in
    nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
  - commit 56db8af
  - ipmi: ipmb: initialise event handler read bytes (git-fixes).
  - wifi: mac80211: fix NULL pointer dereference in
    mesh_rx_csa_frame() (git-fixes).
  - wifi: mac80211: bounds-check link_id in
    ieee80211_ml_reconfiguration (git-fixes).
  - wifi: radiotap: reject radiotap with unknown bits (git-fixes).
  - wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
    (git-fixes).
  - wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
  - net: usb: kaweth: validate USB endpoints (git-fixes).
  - net: usb: kalmia: validate USB endpoints (git-fixes).
  - nfc: pn533: properly drop the usb interface reference on
    disconnect (git-fixes).
  - Bluetooth: L2CAP: Fix missing key size check for
    L2CAP_LE_CONN_REQ (git-fixes).
  - Bluetooth: L2CAP: Fix not checking output MTU is acceptable
    on L2CAP_ECRED_CONN_REQ (git-fixes).
  - Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
    (git-fixes).
  - Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
  - Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
    (git-fixes).
  - net: usb: pegasus: enable basic endpoint checking (git-fixes).
  - net: wan: farsync: Fix use-after-free bugs caused by unfinished
    tasklets (git-fixes).
  - net: usb: lan78xx: scan all MDIO addresses on LAN7801
    (git-fixes).
  - net: usb: kaweth: remove TX queue manipulation in
    kaweth_set_rx_mode (git-fixes).
  - commit d2c7de0

++++ kernel-rt:

  - scsi: core: Wake up the error handler when final completions
    race against each other (CVE-2026-23110 bsc#1257761).
  - commit 59f5efa
  - dst: fix races in rt6_uncached_list_del() and
    rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
  - commit 3cd007f
  - btrfs: fix NULL dereference on root when tracing inode eviction
    (bsc#1257635 CVE-2025-71184).
  - commit 5bf422c
  - netfilter: nf_conncount: update last_gc only when GC has been
    performed (CVE-2026-23139 bsc#1258304).
  - commit 9a70b26
  - netfilter: nf_tables: fix inverted genmask check in
    nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
  - commit 56db8af
  - ipmi: ipmb: initialise event handler read bytes (git-fixes).
  - wifi: mac80211: fix NULL pointer dereference in
    mesh_rx_csa_frame() (git-fixes).
  - wifi: mac80211: bounds-check link_id in
    ieee80211_ml_reconfiguration (git-fixes).
  - wifi: radiotap: reject radiotap with unknown bits (git-fixes).
  - wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
    (git-fixes).
  - wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
  - net: usb: kaweth: validate USB endpoints (git-fixes).
  - net: usb: kalmia: validate USB endpoints (git-fixes).
  - nfc: pn533: properly drop the usb interface reference on
    disconnect (git-fixes).
  - Bluetooth: L2CAP: Fix missing key size check for
    L2CAP_LE_CONN_REQ (git-fixes).
  - Bluetooth: L2CAP: Fix not checking output MTU is acceptable
    on L2CAP_ECRED_CONN_REQ (git-fixes).
  - Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
    (git-fixes).
  - Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
  - Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
    (git-fixes).
  - net: usb: pegasus: enable basic endpoint checking (git-fixes).
  - net: wan: farsync: Fix use-after-free bugs caused by unfinished
    tasklets (git-fixes).
  - net: usb: lan78xx: scan all MDIO addresses on LAN7801
    (git-fixes).
  - net: usb: kaweth: remove TX queue manipulation in
    kaweth_set_rx_mode (git-fixes).
  - commit d2c7de0

++++ kernel-rt_debug:

  - scsi: core: Wake up the error handler when final completions
    race against each other (CVE-2026-23110 bsc#1257761).
  - commit 59f5efa
  - dst: fix races in rt6_uncached_list_del() and
    rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
  - commit 3cd007f
  - btrfs: fix NULL dereference on root when tracing inode eviction
    (bsc#1257635 CVE-2025-71184).
  - commit 5bf422c
  - netfilter: nf_conncount: update last_gc only when GC has been
    performed (CVE-2026-23139 bsc#1258304).
  - commit 9a70b26
  - netfilter: nf_tables: fix inverted genmask check in
    nft_map_catchall_activate() (CVE-2026-23111 bsc#1258181).
  - commit 56db8af
  - ipmi: ipmb: initialise event handler read bytes (git-fixes).
  - wifi: mac80211: fix NULL pointer dereference in
    mesh_rx_csa_frame() (git-fixes).
  - wifi: mac80211: bounds-check link_id in
    ieee80211_ml_reconfiguration (git-fixes).
  - wifi: radiotap: reject radiotap with unknown bits (git-fixes).
  - wifi: cfg80211: cancel rfkill_block work in wiphy_unregister()
    (git-fixes).
  - wifi: cfg80211: wext: fix IGTK key ID off-by-one (git-fixes).
  - net: usb: kaweth: validate USB endpoints (git-fixes).
  - net: usb: kalmia: validate USB endpoints (git-fixes).
  - nfc: pn533: properly drop the usb interface reference on
    disconnect (git-fixes).
  - Bluetooth: L2CAP: Fix missing key size check for
    L2CAP_LE_CONN_REQ (git-fixes).
  - Bluetooth: L2CAP: Fix not checking output MTU is acceptable
    on L2CAP_ECRED_CONN_REQ (git-fixes).
  - Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
    (git-fixes).
  - Bluetooth: hci_qca: Cleanup on all setup failures (git-fixes).
  - Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
    (git-fixes).
  - net: usb: pegasus: enable basic endpoint checking (git-fixes).
  - net: wan: farsync: Fix use-after-free bugs caused by unfinished
    tasklets (git-fixes).
  - net: usb: lan78xx: scan all MDIO addresses on LAN7801
    (git-fixes).
  - net: usb: kaweth: remove TX queue manipulation in
    kaweth_set_rx_mode (git-fixes).
  - commit d2c7de0

++++ systemd:

  - Import commit aef6e11921f8c46a2b7ee8cfab024c9c641d74d8
    aef6e11921 core/cgroup: avoid one unnecessary strjoina()
    cc7426f38a sd-json: fix off-by-one issue when updating parent for array elements
    26a748f727 core: validate input cgroup path more prudently (bsc#1259418 CVE-2026-29111)
    99d8308fde core/dbus-manager: propagate meaningful dbus errors from EnqueueMarkedJobs

------------------------------------------------------------------
------------------  2026-2-26  -  Feb 26 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix spec file for SLFO 1.1 target
    glibc-gconv-modules-extra does not exist in SLFO 1.1

++++ kernel-default:

  - btrfs: fix deadlock in wait_current_trans() due to ignored
    transaction type (bsc#1257687 CVE-2025-71194).
  - commit 2e0cb69
  - drm/amdgpu: ensure no_hw_access is visible before MMIO
    (CVE-2026-23213 bsc#1258465).
  - commit bec3979
  - drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
    (CVE-2026-23213 bsc#1258465).
  - commit 3b81ead
  - media: dvb-core: fix wrong reinitialization of ringbuffer on
    reopen (git-fixes).
  - commit ba51966

++++ kernel-rt:

  - btrfs: fix deadlock in wait_current_trans() due to ignored
    transaction type (bsc#1257687 CVE-2025-71194).
  - commit 2e0cb69
  - drm/amdgpu: ensure no_hw_access is visible before MMIO
    (CVE-2026-23213 bsc#1258465).
  - commit bec3979
  - drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
    (CVE-2026-23213 bsc#1258465).
  - commit 3b81ead
  - media: dvb-core: fix wrong reinitialization of ringbuffer on
    reopen (git-fixes).
  - commit ba51966

++++ kernel-rt_debug:

  - btrfs: fix deadlock in wait_current_trans() due to ignored
    transaction type (bsc#1257687 CVE-2025-71194).
  - commit 2e0cb69
  - drm/amdgpu: ensure no_hw_access is visible before MMIO
    (CVE-2026-23213 bsc#1258465).
  - commit bec3979
  - drm/amd/pm: Disable MMIO access during SMU Mode 1 reset
    (CVE-2026-23213 bsc#1258465).
  - commit 3b81ead
  - media: dvb-core: fix wrong reinitialization of ringbuffer on
    reopen (git-fixes).
  - commit ba51966

++++ nvidia-open-driver-G06-signed:

  - updated CUDA variant to version 580.126.20
  - supersedes kernel-6.19.patch

------------------------------------------------------------------
------------------  2026-2-25  -  Feb 25 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - NFS: Fix a deadlock involving nfs_release_folio()
    (CVE-2026-23053 bsc#1257718).
  - commit 492ba43
  - KVM: Don't clobber irqfd routing type when deassigning irqfd
    (CVE-2026-23198 bsc#1258321).
  - commit e973f50
  - KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
    memslot (CVE-2025-68810 bsc#1256679).
  - commit a9c2c12

++++ kernel-rt:

  - NFS: Fix a deadlock involving nfs_release_folio()
    (CVE-2026-23053 bsc#1257718).
  - commit 492ba43
  - KVM: Don't clobber irqfd routing type when deassigning irqfd
    (CVE-2026-23198 bsc#1258321).
  - commit e973f50
  - KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
    memslot (CVE-2025-68810 bsc#1256679).
  - commit a9c2c12

++++ kernel-rt_debug:

  - NFS: Fix a deadlock involving nfs_release_folio()
    (CVE-2026-23053 bsc#1257718).
  - commit 492ba43
  - KVM: Don't clobber irqfd routing type when deassigning irqfd
    (CVE-2026-23198 bsc#1258321).
  - commit e973f50
  - KVM: Disallow toggling KVM_MEM_GUEST_MEMFD on an existing
    memslot (CVE-2025-68810 bsc#1256679).
  - commit a9c2c12

++++ libsoup:

  - Add libsoup-CVE-2026-1760.patch: server: close the connection
    after responsing a request containing...
    (bsc#1257597, CVE-2026-1760, glgo#GNOME/libsoup#475).
  - Add libsoup-CVE-2026-1467.patch: uri-utils: do host validation
    when checking if a GUri is valid
    (bsc#1257398, CVE-2026-1467, glgo#GNOME/libsoup#488).
  - Add libsoup-CVE-2026-1539.patch: Also remove Proxy-Authorization
    header on cross origin redirect
    (bsc#1257441, CVE-2026-1539, glgo#GNOME/libsoup#489).

++++ qemu:

  - Bug and CVE fixes:
    * cryptodev-builtin: Limit the maximum size (bsc#1255400, CVE-2025-14876)
    * hw/virtio/virtio-crypto: verify asym request size (bsc#1255400, CVE-2025-14876)
    * hw/i386/kvm: fix PIRQ bounds check in xen_physdev_map_pirq() (bsc#1256484, CVE-2026-0665)

------------------------------------------------------------------
------------------  2026-2-24  -  Feb 24 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix upstream merge README

++++ gnutls:

  - Add the functionality to allow to specify the hash algorithm for
    the PSK. This fixes a bug in the current implementation where the
    binder is always calculated with SHA256.
    * (bsc#1258083, jsc#PED-15752, jsc#PED-15753)
    * lib/psk: Add gnutls_psk_allocate_{client,server}_credentials2
    * tests/psk-file: Add testing for _credentials2 functions
    * lib/psk: add null check for binder algo
    * pre_shared_key: fix memleak when retrying with different binder algo
    * pre_shared_key: add null check on pskcred
    * Add patches:
  - gnutls-PSK-hash.patch
  - gnutls-PSK-hash-tests.patch
  - gnutls-PSK-hash-NULL-check.patch
  - gnutls-PSK-hash-NULL-check-pskcred.patch
  - gnutls-PSK-hash-fix-memleak.patch

++++ kernel-default:

  - md: suspend array while updating raid_disks via sysfs
    (CVE-2025-71225, bsc#1258411).
  - commit 22f1953
  - smb: client: fix memory leak in cifs_construct_tcon()
    (bsc#1255129, CVE-2025-68295).
  - commit 069aa1f
  - Refresh
    patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
  - commit f42de87
  - Move upstreamed mm and SCSI patches into sorted section
  - commit 2b576e9
  - btrfs: send: check for inline extents in
    range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
  - commit b93c18b
  - btrfs: reject new transactions if the fs is fully read-only
    (bsc#1258464 CVE-2026-23214).
  - commit c375a48

++++ kernel-rt:

  - md: suspend array while updating raid_disks via sysfs
    (CVE-2025-71225, bsc#1258411).
  - commit 22f1953
  - smb: client: fix memory leak in cifs_construct_tcon()
    (bsc#1255129, CVE-2025-68295).
  - commit 069aa1f
  - Refresh
    patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
  - commit f42de87
  - Move upstreamed mm and SCSI patches into sorted section
  - commit 2b576e9
  - btrfs: send: check for inline extents in
    range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
  - commit b93c18b
  - btrfs: reject new transactions if the fs is fully read-only
    (bsc#1258464 CVE-2026-23214).
  - commit c375a48

++++ kernel-rt_debug:

  - md: suspend array while updating raid_disks via sysfs
    (CVE-2025-71225, bsc#1258411).
  - commit 22f1953
  - smb: client: fix memory leak in cifs_construct_tcon()
    (bsc#1255129, CVE-2025-68295).
  - commit 069aa1f
  - Refresh
    patches.suse/smb-client-split-cached_fid-bitfields-to-avoid-shared-byte-RMW-rac.patch.
  - commit f42de87
  - Move upstreamed mm and SCSI patches into sorted section
  - commit 2b576e9
  - btrfs: send: check for inline extents in
    range_is_hole_in_parent() (bsc#1258377 CVE-2026-23141).
  - commit b93c18b
  - btrfs: reject new transactions if the fs is fully read-only
    (bsc#1258464 CVE-2026-23214).
  - commit c375a48

------------------------------------------------------------------
------------------  2026-2-23  -  Feb 23 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net: fix memory leak in skb_segment_list for GRO packets
    (CVE-2026-22979 bsc#1257228).
  - commit 59160d7
  - rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
    Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
    0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
  - commit 21b4616
  - macvlan: observe an RCU grace period in macvlan_common_newlink()
    error path (CVE-2026-23209 bsc#1258518).
  - macvlan: fix error recovery in macvlan_common_newlink()
    (CVE-2026-23209 bsc#1258518).
  - commit eaf1535
  - bonding: only set speed/duplex to unknown, if getting speed
    failed (bsc#1253691).
  - commit 0b66a07
  - rtc: interface: Alarm race handling should not discard preceding
    error (git-fixes).
  - commit f96272c

++++ kernel-rt:

  - net: fix memory leak in skb_segment_list for GRO packets
    (CVE-2026-22979 bsc#1257228).
  - commit 59160d7
  - rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
    Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
    0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
  - commit 21b4616
  - macvlan: observe an RCU grace period in macvlan_common_newlink()
    error path (CVE-2026-23209 bsc#1258518).
  - macvlan: fix error recovery in macvlan_common_newlink()
    (CVE-2026-23209 bsc#1258518).
  - commit eaf1535
  - bonding: only set speed/duplex to unknown, if getting speed
    failed (bsc#1253691).
  - commit 0b66a07
  - rtc: interface: Alarm race handling should not discard preceding
    error (git-fixes).
  - commit f96272c

++++ kernel-rt_debug:

  - net: fix memory leak in skb_segment_list for GRO packets
    (CVE-2026-22979 bsc#1257228).
  - commit 59160d7
  - rpm/check-for-config-changes: add OPENSSL_SUPPORTS_ to IGNORED_CONFIGS_RE
    Config option OPENSSL_SUPPORTS_ML_DSA was introduced by mainline commit
    0ad9a71933e7 ("modsign: Enable ML-DSA module signing") in 7.0-rc1
  - commit 21b4616
  - macvlan: observe an RCU grace period in macvlan_common_newlink()
    error path (CVE-2026-23209 bsc#1258518).
  - macvlan: fix error recovery in macvlan_common_newlink()
    (CVE-2026-23209 bsc#1258518).
  - commit eaf1535
  - bonding: only set speed/duplex to unknown, if getting speed
    failed (bsc#1253691).
  - commit 0b66a07
  - rtc: interface: Alarm race handling should not discard preceding
    error (git-fixes).
  - commit f96272c

------------------------------------------------------------------
------------------  2026-2-22  -  Feb 22 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - NTB: ntb_transport: Fix too small buffer for debugfs_name
    (git-fixes).
  - commit 269c576

++++ kernel-rt:

  - NTB: ntb_transport: Fix too small buffer for debugfs_name
    (git-fixes).
  - commit 269c576

++++ kernel-rt_debug:

  - NTB: ntb_transport: Fix too small buffer for debugfs_name
    (git-fixes).
  - commit 269c576

------------------------------------------------------------------
------------------  2026-2-21  -  Feb 21 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: usb-audio: Use the right limit for PCM OOB check
    (CVE-2026-23208 bsc#1258468).
  - ALSA: usb-audio: Prevent excessive number of frames
    (CVE-2026-23208 bsc#1258468).
  - commit 895c473
  - ASoC: rockchip: i2s-tdm: Use param rate if not provided by
    set_sysclk (git-fixes).
  - drm/amd/display: Use same max plane scaling limits for all 64
    bpp formats (git-fixes).
  - drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
    (git-fixes).
  - drm/i915/acpi: free _DSM package when no connectors (git-fixes).
  - drm/amd: Fix hang on amdgpu unload by using
    pci_dev_is_disconnected() (git-fixes).
  - drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
  - drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
    (git-fixes).
  - efi: Fix reservation of unaccepted memory table (git-fixes).
  - commit 2183b13

++++ kernel-rt:

  - ALSA: usb-audio: Use the right limit for PCM OOB check
    (CVE-2026-23208 bsc#1258468).
  - ALSA: usb-audio: Prevent excessive number of frames
    (CVE-2026-23208 bsc#1258468).
  - commit 895c473
  - ASoC: rockchip: i2s-tdm: Use param rate if not provided by
    set_sysclk (git-fixes).
  - drm/amd/display: Use same max plane scaling limits for all 64
    bpp formats (git-fixes).
  - drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
    (git-fixes).
  - drm/i915/acpi: free _DSM package when no connectors (git-fixes).
  - drm/amd: Fix hang on amdgpu unload by using
    pci_dev_is_disconnected() (git-fixes).
  - drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
  - drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
    (git-fixes).
  - efi: Fix reservation of unaccepted memory table (git-fixes).
  - commit 2183b13

++++ kernel-rt_debug:

  - ALSA: usb-audio: Use the right limit for PCM OOB check
    (CVE-2026-23208 bsc#1258468).
  - ALSA: usb-audio: Prevent excessive number of frames
    (CVE-2026-23208 bsc#1258468).
  - commit 895c473
  - ASoC: rockchip: i2s-tdm: Use param rate if not provided by
    set_sysclk (git-fixes).
  - drm/amd/display: Use same max plane scaling limits for all 64
    bpp formats (git-fixes).
  - drm/amdgpu: fix sync handling in amdgpu_dma_buf_move_notify
    (git-fixes).
  - drm/i915/acpi: free _DSM package when no connectors (git-fixes).
  - drm/amd: Fix hang on amdgpu unload by using
    pci_dev_is_disconnected() (git-fixes).
  - drm/amdgpu: Fix memory leak in amdgpu_ras_init() (git-fixes).
  - drm/amdgpu: Fix memory leak in amdgpu_acpi_enumerate_xcc()
    (git-fixes).
  - efi: Fix reservation of unaccepted memory table (git-fixes).
  - commit 2183b13

------------------------------------------------------------------
------------------  2026-2-20  -  Feb 20 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: mpi3mr: Synchronous access b/w reset and tm thread for
    reply queue (CVE-2025-37861 bsc#1243055).
  - commit 807000c
  - net: nfc: nci: Fix parameter validation for packet data
    (git-fixes).
  - atm: fore200e: fix use-after-free in tasklets during device
    removal (git-fixes).
  - USB: serial: option: add Telit FN920C04 RNDIS compositions
    (stable-fixes).
  - fbdev: smscufx: properly copy ioctl memory to kernelspace
    (stable-fixes).
  - bus: fsl-mc: fix use-after-free in driver_override_show()
    (git-fixes).
  - ASoC: amd: yc: Add quirk for HP 200 G2a 16 (stable-fixes).
  - ASoC: Intel: sof_es8336: Add DMI quirk for Huawei BOD-WXX9
    (stable-fixes).
  - platform/x86: classmate-laptop: Add missing NULL pointer checks
    (stable-fixes).
  - platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro
    (stable-fixes).
  - platform/x86: panasonic-laptop: Fix sysfs group leak in error
    path (stable-fixes).
  - gpio: sprd: Change sprd_gpio lock to raw_spin_lock
    (stable-fixes).
  - drm/tegra: hdmi: sor: Fix error: variable ‘j’ set but not
    used (stable-fixes).
  - bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in
    sysfs show functions (stable-fixes).
  - commit 436dcdb

++++ kernel-rt:

  - scsi: mpi3mr: Synchronous access b/w reset and tm thread for
    reply queue (CVE-2025-37861 bsc#1243055).
  - commit 807000c
  - net: nfc: nci: Fix parameter validation for packet data
    (git-fixes).
  - atm: fore200e: fix use-after-free in tasklets during device
    removal (git-fixes).
  - USB: serial: option: add Telit FN920C04 RNDIS compositions
    (stable-fixes).
  - fbdev: smscufx: properly copy ioctl memory to kernelspace
    (stable-fixes).
  - bus: fsl-mc: fix use-after-free in driver_override_show()
    (git-fixes).
  - ASoC: amd: yc: Add quirk for HP 200 G2a 16 (stable-fixes).
  - ASoC: Intel: sof_es8336: Add DMI quirk for Huawei BOD-WXX9
    (stable-fixes).
  - platform/x86: classmate-laptop: Add missing NULL pointer checks
    (stable-fixes).
  - platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro
    (stable-fixes).
  - platform/x86: panasonic-laptop: Fix sysfs group leak in error
    path (stable-fixes).
  - gpio: sprd: Change sprd_gpio lock to raw_spin_lock
    (stable-fixes).
  - drm/tegra: hdmi: sor: Fix error: variable ‘j’ set but not
    used (stable-fixes).
  - bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in
    sysfs show functions (stable-fixes).
  - commit 436dcdb

++++ kernel-rt_debug:

  - scsi: mpi3mr: Synchronous access b/w reset and tm thread for
    reply queue (CVE-2025-37861 bsc#1243055).
  - commit 807000c
  - net: nfc: nci: Fix parameter validation for packet data
    (git-fixes).
  - atm: fore200e: fix use-after-free in tasklets during device
    removal (git-fixes).
  - USB: serial: option: add Telit FN920C04 RNDIS compositions
    (stable-fixes).
  - fbdev: smscufx: properly copy ioctl memory to kernelspace
    (stable-fixes).
  - bus: fsl-mc: fix use-after-free in driver_override_show()
    (git-fixes).
  - ASoC: amd: yc: Add quirk for HP 200 G2a 16 (stable-fixes).
  - ASoC: Intel: sof_es8336: Add DMI quirk for Huawei BOD-WXX9
    (stable-fixes).
  - platform/x86: classmate-laptop: Add missing NULL pointer checks
    (stable-fixes).
  - platform/x86/amd/pmc: Add quirk for MECHREVO Wujie 15X Pro
    (stable-fixes).
  - platform/x86: panasonic-laptop: Fix sysfs group leak in error
    path (stable-fixes).
  - gpio: sprd: Change sprd_gpio lock to raw_spin_lock
    (stable-fixes).
  - drm/tegra: hdmi: sor: Fix error: variable ‘j’ set but not
    used (stable-fixes).
  - bus: fsl-mc: Replace snprintf and sprintf with sysfs_emit in
    sysfs show functions (stable-fixes).
  - commit 436dcdb

++++ mozilla-nss:

  - update to NSS 3.112.3
    * bmo#2009552 - avoid integer overflow in platform-independent ghash

------------------------------------------------------------------
------------------  2026-2-19  -  Feb 19 2026  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Add patch for CVE-2025-62725 (bsc#1252752)
    0002-CVE-2025-62725-fix-Enforce-compose-files-from-OCI-ar.patch

++++ kernel-default:

  - config.conf: Drop armv7hl builds
    commit 09ee386c4ae dropped support for armv7hl
    in SLE15-SP7, SUSE-2024 never supported it,
    therefore, no branch downstream of fixes/linux-6.4
    supports this arch (bsc#1255265).
  - commit 5dc5aaf
  - ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
    bsc#1258395).
  - commit 114f0d2
  - ACPI: CPPC: Fix remaining for_each_possible_cpu() to use online
    CPUs (git-fixes).
  - ACPI: PM: Add unused power resource quirk for THUNDEROBOT ZERO
    (git-fixes).
  - powercap: intel_rapl_tpmi: Remove FW_BUG from invalid version
    check (git-fixes).
  - PM: sleep: wakeirq: Update outdated documentation comments
    (git-fixes).
  - commit 700df2d

++++ kernel-rt:

  - config.conf: Drop armv7hl builds
    commit 09ee386c4ae dropped support for armv7hl
    in SLE15-SP7, SUSE-2024 never supported it,
    therefore, no branch downstream of fixes/linux-6.4
    supports this arch (bsc#1255265).
  - commit 5dc5aaf
  - ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
    bsc#1258395).
  - commit 114f0d2
  - ACPI: CPPC: Fix remaining for_each_possible_cpu() to use online
    CPUs (git-fixes).
  - ACPI: PM: Add unused power resource quirk for THUNDEROBOT ZERO
    (git-fixes).
  - powercap: intel_rapl_tpmi: Remove FW_BUG from invalid version
    check (git-fixes).
  - PM: sleep: wakeirq: Update outdated documentation comments
    (git-fixes).
  - commit 700df2d

++++ kernel-rt_debug:

  - config.conf: Drop armv7hl builds
    commit 09ee386c4ae dropped support for armv7hl
    in SLE15-SP7, SUSE-2024 never supported it,
    therefore, no branch downstream of fixes/linux-6.4
    supports this arch (bsc#1255265).
  - commit 5dc5aaf
  - ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191
    bsc#1258395).
  - commit 114f0d2
  - ACPI: CPPC: Fix remaining for_each_possible_cpu() to use online
    CPUs (git-fixes).
  - ACPI: PM: Add unused power resource quirk for THUNDEROBOT ZERO
    (git-fixes).
  - powercap: intel_rapl_tpmi: Remove FW_BUG from invalid version
    check (git-fixes).
  - PM: sleep: wakeirq: Update outdated documentation comments
    (git-fixes).
  - commit 700df2d

++++ libsoup:

  - Add more CVE fixes:
    + libsoup-CVE-2025-32049.patch (bsc#1240751 CVE-2025-32049
    glgo#GNOME/libsoup#390)
    + libsoup-CVE-2026-2443.patch (bsc#1258170 CVE-2026-2443
    glgo#GNOME/libsoup#487)
    + libsoup-CVE-2026-2369.patch (bsc#1258120 CVE-2026-2369
    glgo#GNOME/libsoup!508)
    + libsoup-CVE-2026-2708.patch (bsc#1258508 CVE-2026-2708
    glgo#GNOME/libsoup#500)

++++ libvirt:

  - rpc: avoid leak of GSource in use for interrupting main loop
    bsc#1258345

------------------------------------------------------------------
------------------  2026-2-18  -  Feb 18 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - crypto: authencesn - reject too-short AAD (assoclen<8) to
    match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
  - commit 9347d8b
  - crypto: af_alg - zero initialize memory allocated via
    sock_kmalloc (bsc#1256716 CVE-2025-71113).
  - commit 449e0ae
  - crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
    (bsc#1254992 CVE-2023-53817).
  - commit f8259ad
  - gue: Fix skb memleak with inner IP protocol 0 (CVE-2026-23095
    bsc#1257808).
  - commit e8190a1
  - vsock/virtio: cap TX credit to local buffer size (CVE-2026-23086
    bsc#1257757).
  - commit 2a01723
  - crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
    (bsc#1251966 CVE-2025-39964).
  - commit 2a9a19a
  - crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
    (bsc#1251966 CVE-2025-39964).
    Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
  - commit a6b1063
  - Workaround for hybrid git workflow in SLFO 1.0/1.1
  - commit 7ab5a74
  - dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RX
    (git-fixes).
  - usb: dwc2: fix resume failure if dr_mode is host (git-fixes).
  - usb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDN
    (git-fixes).
  - usb: bdc: fix sleep during atomic (git-fixes).
  - serial: SH_SCI: improve "DMA support" prompt (git-fixes).
  - serial: imx: change SERIAL_IMX_CONSOLE to bool (git-fixes).
  - staging: rtl8723bs: fix null dereference in find_network
    (git-fixes).
  - iio: sca3000: Fix a resource leak in sca3000_probe()
    (git-fixes).
  - iio: gyro: itg3200: Fix unchecked return value in read_raw
    (git-fixes).
  - drivers: iio: mpu3050: use dev_err_probe for regulator request
    (git-fixes).
  - fpga: dfl: use subsys_initcall to allow built-in drivers to
    be added (git-fixes).
  - commit e89b2ea

++++ kernel-rt:

  - crypto: authencesn - reject too-short AAD (assoclen<8) to
    match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
  - commit 9347d8b
  - crypto: af_alg - zero initialize memory allocated via
    sock_kmalloc (bsc#1256716 CVE-2025-71113).
  - commit 449e0ae
  - crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
    (bsc#1254992 CVE-2023-53817).
  - commit f8259ad
  - gue: Fix skb memleak with inner IP protocol 0 (CVE-2026-23095
    bsc#1257808).
  - commit e8190a1
  - vsock/virtio: cap TX credit to local buffer size (CVE-2026-23086
    bsc#1257757).
  - commit 2a01723
  - crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
    (bsc#1251966 CVE-2025-39964).
  - commit 2a9a19a
  - crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
    (bsc#1251966 CVE-2025-39964).
    Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
  - commit a6b1063
  - Workaround for hybrid git workflow in SLFO 1.0/1.1
  - commit 7ab5a74
  - dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RX
    (git-fixes).
  - usb: dwc2: fix resume failure if dr_mode is host (git-fixes).
  - usb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDN
    (git-fixes).
  - usb: bdc: fix sleep during atomic (git-fixes).
  - serial: SH_SCI: improve "DMA support" prompt (git-fixes).
  - serial: imx: change SERIAL_IMX_CONSOLE to bool (git-fixes).
  - staging: rtl8723bs: fix null dereference in find_network
    (git-fixes).
  - iio: sca3000: Fix a resource leak in sca3000_probe()
    (git-fixes).
  - iio: gyro: itg3200: Fix unchecked return value in read_raw
    (git-fixes).
  - drivers: iio: mpu3050: use dev_err_probe for regulator request
    (git-fixes).
  - fpga: dfl: use subsys_initcall to allow built-in drivers to
    be added (git-fixes).
  - commit e89b2ea

++++ kernel-rt_debug:

  - crypto: authencesn - reject too-short AAD (assoclen<8) to
    match ESP/ESN spec (bsc#1257735 CVE-2026-23060).
  - commit 9347d8b
  - crypto: af_alg - zero initialize memory allocated via
    sock_kmalloc (bsc#1256716 CVE-2025-71113).
  - commit 449e0ae
  - crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()
    (bsc#1254992 CVE-2023-53817).
  - commit f8259ad
  - gue: Fix skb memleak with inner IP protocol 0 (CVE-2026-23095
    bsc#1257808).
  - commit e8190a1
  - vsock/virtio: cap TX credit to local buffer size (CVE-2026-23086
    bsc#1257757).
  - commit 2a01723
  - crypto: af_alg - Fix incorrect boolean values in af_alg_ctx
    (bsc#1251966 CVE-2025-39964).
  - commit 2a9a19a
  - crypto: af_alg - Disallow concurrent writes in af_alg_sendmsg
    (bsc#1251966 CVE-2025-39964).
    Refresh patches.suse/crypto-add-suse_kabi_padding.patch.
  - commit a6b1063
  - Workaround for hybrid git workflow in SLFO 1.0/1.1
  - commit 7ab5a74
  - dmaengine: mediatek: uart-apdma: Fix above 4G addressing TX/RX
    (git-fixes).
  - usb: dwc2: fix resume failure if dr_mode is host (git-fixes).
  - usb: gadget: tegra-xudc: Add handling for BLCG_COREPLL_PWRDN
    (git-fixes).
  - usb: bdc: fix sleep during atomic (git-fixes).
  - serial: SH_SCI: improve "DMA support" prompt (git-fixes).
  - serial: imx: change SERIAL_IMX_CONSOLE to bool (git-fixes).
  - staging: rtl8723bs: fix null dereference in find_network
    (git-fixes).
  - iio: sca3000: Fix a resource leak in sca3000_probe()
    (git-fixes).
  - iio: gyro: itg3200: Fix unchecked return value in read_raw
    (git-fixes).
  - drivers: iio: mpu3050: use dev_err_probe for regulator request
    (git-fixes).
  - fpga: dfl: use subsys_initcall to allow built-in drivers to
    be added (git-fixes).
  - commit e89b2ea

++++ zlib:

  - Fix CVE-2026-27171, infinite loop via the crc32_combine64 and
    crc32_combine_gen64 functions due to missing checks for negative
    lengths (bsc#1258392)
    * CVE-2026-27171.patch

------------------------------------------------------------------
------------------  2026-2-17  -  Feb 17 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list
    (CVE-2026-23084 bsc#1257830).
  - commit 27fe347
  - leds: qcom-lpg: Check the return value of regmap_bulk_write()
    (git-fixes).
  - backlight: qcom-wled: Change PM8950 WLED configurations
    (git-fixes).
  - backlight: qcom-wled: Support ovp values for PMI8994
    (git-fixes).
  - mfd: arizona: Fix regulator resource leak on
    wm5102_clear_write_sequencer() failure (git-fixes).
  - mfd: core: Add locking around 'mfd_of_node_list' (git-fixes).
  - mfd: tps6105x: Fix kernel-doc warnings relating to the core
    struct and tps6105x_mode (git-fixes).
  - Revert "mfd: da9052-spi: Change read-mask to write-mask"
    (stable-fixes).
  - pinctrl: single: fix refcount leak in pcs_add_gpio_func()
    (git-fixes).
  - pinctrl: qcom: sm8250-lpass-lpi: Fix i2s2_data_groups definition
    (git-fixes).
  - pinctrl: equilibrium: Fix device node reference leak in
    pinbank_init() (git-fixes).
  - Bluetooth: btusb: Add USB ID 7392:e611 for Edimax EW-7611UXB
    (stable-fixes).
  - commit 516fe60

++++ kernel-rt:

  - be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list
    (CVE-2026-23084 bsc#1257830).
  - commit 27fe347
  - leds: qcom-lpg: Check the return value of regmap_bulk_write()
    (git-fixes).
  - backlight: qcom-wled: Change PM8950 WLED configurations
    (git-fixes).
  - backlight: qcom-wled: Support ovp values for PMI8994
    (git-fixes).
  - mfd: arizona: Fix regulator resource leak on
    wm5102_clear_write_sequencer() failure (git-fixes).
  - mfd: core: Add locking around 'mfd_of_node_list' (git-fixes).
  - mfd: tps6105x: Fix kernel-doc warnings relating to the core
    struct and tps6105x_mode (git-fixes).
  - Revert "mfd: da9052-spi: Change read-mask to write-mask"
    (stable-fixes).
  - pinctrl: single: fix refcount leak in pcs_add_gpio_func()
    (git-fixes).
  - pinctrl: qcom: sm8250-lpass-lpi: Fix i2s2_data_groups definition
    (git-fixes).
  - pinctrl: equilibrium: Fix device node reference leak in
    pinbank_init() (git-fixes).
  - Bluetooth: btusb: Add USB ID 7392:e611 for Edimax EW-7611UXB
    (stable-fixes).
  - commit 516fe60

++++ kernel-rt_debug:

  - be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list
    (CVE-2026-23084 bsc#1257830).
  - commit 27fe347
  - leds: qcom-lpg: Check the return value of regmap_bulk_write()
    (git-fixes).
  - backlight: qcom-wled: Change PM8950 WLED configurations
    (git-fixes).
  - backlight: qcom-wled: Support ovp values for PMI8994
    (git-fixes).
  - mfd: arizona: Fix regulator resource leak on
    wm5102_clear_write_sequencer() failure (git-fixes).
  - mfd: core: Add locking around 'mfd_of_node_list' (git-fixes).
  - mfd: tps6105x: Fix kernel-doc warnings relating to the core
    struct and tps6105x_mode (git-fixes).
  - Revert "mfd: da9052-spi: Change read-mask to write-mask"
    (stable-fixes).
  - pinctrl: single: fix refcount leak in pcs_add_gpio_func()
    (git-fixes).
  - pinctrl: qcom: sm8250-lpass-lpi: Fix i2s2_data_groups definition
    (git-fixes).
  - pinctrl: equilibrium: Fix device node reference leak in
    pinbank_init() (git-fixes).
  - Bluetooth: btusb: Add USB ID 7392:e611 for Edimax EW-7611UXB
    (stable-fixes).
  - commit 516fe60

++++ python-cryptography:

  - CVE-2026-26007: Subgroup Attack Due to Missing Subgroup
    Validation for SECT Curves (bsc#1258074)
    * added CVE-2026-26007.patch

------------------------------------------------------------------
------------------  2026-2-16  -  Feb 16 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Input: stmfts - make comments correct (git-fixes).
  - Input: stmfts - correct wording for the warning message
    (git-fixes).
  - clk: qcom: gfx3d: add parent to parent request map (git-fixes).
  - clk: qcom: dispcc-sdm845: Enable parents for pixel clocks
    (git-fixes).
  - clk: qcom: gcc-msm8917: Remove ALWAYS_ON flag from cpp_gdsc
    (git-fixes).
  - clk: qcom: gcc-msm8953: Remove ALWAYS_ON flag from cpp_gdsc
    (git-fixes).
  - clk: qcom: rcg2: compute 2d using duty fraction directly
    (git-fixes).
  - clk: mediatek: Fix error handling in runtime PM setup
    (git-fixes).
  - clk: meson: g12a: Limit the HDMI PLL OD to /4 (git-fixes).
  - clk: meson: gxbb: Limit the HDMI PLL OD to /4 on GXL/GXM SoCs
    (git-fixes).
  - clk: tegra: tegra124-emc: Fix potential memory leak in
    tegra124_clk_register_emc() (git-fixes).
  - clk: tegra: tegra124-emc: fix device leak on set_rate()
    (git-fixes).
  - clk: clk-apple-nco: Add "apple,t8103-nco" compatible
    (git-fixes).
  - clk: renesas: rzg2l: Select correct div round macro (git-fixes).
  - clk: renesas: rzg2l: Fix intin variable size (git-fixes).
  - fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe()
    (git-fixes).
  - fbdev: of: display_timing: fix refcount leak in
    of_get_display_timings() (git-fixes).
  - fbdev: vt8500lcdfb: fix missing dma_free_coherent() (git-fixes).
  - fbcon: check return value of con2fb_acquire_newinfo()
    (git-fixes).
  - fbdev: rivafb: fix divide error in nv3_arb() (git-fixes).
  - rpmsg: core: fix race in driver_override_show() and use core
    helper (git-fixes).
  - commit b135afb
  - Update "drm/mgag200: fix mgag200_bmc_stop_scanout()" bug number (bsc#1258153)
  - commit 2fe2c66

++++ kernel-rt:

  - Input: stmfts - make comments correct (git-fixes).
  - Input: stmfts - correct wording for the warning message
    (git-fixes).
  - clk: qcom: gfx3d: add parent to parent request map (git-fixes).
  - clk: qcom: dispcc-sdm845: Enable parents for pixel clocks
    (git-fixes).
  - clk: qcom: gcc-msm8917: Remove ALWAYS_ON flag from cpp_gdsc
    (git-fixes).
  - clk: qcom: gcc-msm8953: Remove ALWAYS_ON flag from cpp_gdsc
    (git-fixes).
  - clk: qcom: rcg2: compute 2d using duty fraction directly
    (git-fixes).
  - clk: mediatek: Fix error handling in runtime PM setup
    (git-fixes).
  - clk: meson: g12a: Limit the HDMI PLL OD to /4 (git-fixes).
  - clk: meson: gxbb: Limit the HDMI PLL OD to /4 on GXL/GXM SoCs
    (git-fixes).
  - clk: tegra: tegra124-emc: Fix potential memory leak in
    tegra124_clk_register_emc() (git-fixes).
  - clk: tegra: tegra124-emc: fix device leak on set_rate()
    (git-fixes).
  - clk: clk-apple-nco: Add "apple,t8103-nco" compatible
    (git-fixes).
  - clk: renesas: rzg2l: Select correct div round macro (git-fixes).
  - clk: renesas: rzg2l: Fix intin variable size (git-fixes).
  - fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe()
    (git-fixes).
  - fbdev: of: display_timing: fix refcount leak in
    of_get_display_timings() (git-fixes).
  - fbdev: vt8500lcdfb: fix missing dma_free_coherent() (git-fixes).
  - fbcon: check return value of con2fb_acquire_newinfo()
    (git-fixes).
  - fbdev: rivafb: fix divide error in nv3_arb() (git-fixes).
  - rpmsg: core: fix race in driver_override_show() and use core
    helper (git-fixes).
  - commit b135afb
  - Update "drm/mgag200: fix mgag200_bmc_stop_scanout()" bug number (bsc#1258153)
  - commit 2fe2c66

++++ kernel-rt_debug:

  - Input: stmfts - make comments correct (git-fixes).
  - Input: stmfts - correct wording for the warning message
    (git-fixes).
  - clk: qcom: gfx3d: add parent to parent request map (git-fixes).
  - clk: qcom: dispcc-sdm845: Enable parents for pixel clocks
    (git-fixes).
  - clk: qcom: gcc-msm8917: Remove ALWAYS_ON flag from cpp_gdsc
    (git-fixes).
  - clk: qcom: gcc-msm8953: Remove ALWAYS_ON flag from cpp_gdsc
    (git-fixes).
  - clk: qcom: rcg2: compute 2d using duty fraction directly
    (git-fixes).
  - clk: mediatek: Fix error handling in runtime PM setup
    (git-fixes).
  - clk: meson: g12a: Limit the HDMI PLL OD to /4 (git-fixes).
  - clk: meson: gxbb: Limit the HDMI PLL OD to /4 on GXL/GXM SoCs
    (git-fixes).
  - clk: tegra: tegra124-emc: Fix potential memory leak in
    tegra124_clk_register_emc() (git-fixes).
  - clk: tegra: tegra124-emc: fix device leak on set_rate()
    (git-fixes).
  - clk: clk-apple-nco: Add "apple,t8103-nco" compatible
    (git-fixes).
  - clk: renesas: rzg2l: Select correct div round macro (git-fixes).
  - clk: renesas: rzg2l: Fix intin variable size (git-fixes).
  - fbdev: au1200fb: Fix a memory leak in au1200fb_drv_probe()
    (git-fixes).
  - fbdev: of: display_timing: fix refcount leak in
    of_get_display_timings() (git-fixes).
  - fbdev: vt8500lcdfb: fix missing dma_free_coherent() (git-fixes).
  - fbcon: check return value of con2fb_acquire_newinfo()
    (git-fixes).
  - fbdev: rivafb: fix divide error in nv3_arb() (git-fixes).
  - rpmsg: core: fix race in driver_override_show() and use core
    helper (git-fixes).
  - commit b135afb
  - Update "drm/mgag200: fix mgag200_bmc_stop_scanout()" bug number (bsc#1258153)
  - commit 2fe2c66

------------------------------------------------------------------
------------------  2026-2-14  -  Feb 14 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - crypto: ccp - Add an S4 restore flow (git-fixes).
  - tools/power/x86/intel-speed-select: Fix file descriptor leak
    in isolate_cpus() (git-fixes).
  - mtd: rawnand: pl353: Fix software ECC support (git-fixes).
  - mtd: spinand: Fix kernel doc (git-fixes).
  - mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
    helper (git-fixes).
  - mtd: parsers: ofpart: fix OF node refcount leak in
    parse_fixed_partitions() (git-fixes).
  - mtd: parsers: Fix memory leak in
    mtd_parser_tplink_safeloader_parse() (git-fixes).
  - commit 766aa67

++++ kernel-rt:

  - crypto: ccp - Add an S4 restore flow (git-fixes).
  - tools/power/x86/intel-speed-select: Fix file descriptor leak
    in isolate_cpus() (git-fixes).
  - mtd: rawnand: pl353: Fix software ECC support (git-fixes).
  - mtd: spinand: Fix kernel doc (git-fixes).
  - mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
    helper (git-fixes).
  - mtd: parsers: ofpart: fix OF node refcount leak in
    parse_fixed_partitions() (git-fixes).
  - mtd: parsers: Fix memory leak in
    mtd_parser_tplink_safeloader_parse() (git-fixes).
  - commit 766aa67

++++ kernel-rt_debug:

  - crypto: ccp - Add an S4 restore flow (git-fixes).
  - tools/power/x86/intel-speed-select: Fix file descriptor leak
    in isolate_cpus() (git-fixes).
  - mtd: rawnand: pl353: Fix software ECC support (git-fixes).
  - mtd: spinand: Fix kernel doc (git-fixes).
  - mtd: rawnand: cadence: Fix return type of CDMA send-and-wait
    helper (git-fixes).
  - mtd: parsers: ofpart: fix OF node refcount leak in
    parse_fixed_partitions() (git-fixes).
  - mtd: parsers: Fix memory leak in
    mtd_parser_tplink_safeloader_parse() (git-fixes).
  - commit 766aa67

------------------------------------------------------------------
------------------  2026-2-13  -  Feb 13 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
  - net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
    (CVE-2026-23035 bsc#1257559).
  - idpf: fix error handling in the init_task on load
    (CVE-2026-23017 bsc#1257552).
  - commit fb93c36
  - power: supply: qcom_battmgr: Recognize "LiP" as lithium-polymer
    (git-fixes).
  - power: supply: wm97xx: Fix NULL pointer dereference in
    power_supply_changed() (git-fixes).
  - power: supply: bq27xxx: fix wrong errno when bus ops are
    unsupported (git-fixes).
  - power: reset: nvmem-reboot-mode: respect cell size for
    nvmem_cell_write (git-fixes).
  - power: supply: sbs-battery: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: rt9455: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: goldfish: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: cpcap-battery: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: bq25980: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: bq256xx: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: act8945a: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: ab8500: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - ata: pata_ftide010: Fix some DMA timings (git-fixes).
  - rapidio: replace rio_free_net() with kfree() in
    rio_scan_alloc_net() (git-fixes).
  - commit 46137a2
  - dst: fix races in rt6_uncached_list_del() and
    rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
  - commit 75a3dd5

++++ kernel-rt:

  - ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
  - net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
    (CVE-2026-23035 bsc#1257559).
  - idpf: fix error handling in the init_task on load
    (CVE-2026-23017 bsc#1257552).
  - commit fb93c36
  - power: supply: qcom_battmgr: Recognize "LiP" as lithium-polymer
    (git-fixes).
  - power: supply: wm97xx: Fix NULL pointer dereference in
    power_supply_changed() (git-fixes).
  - power: supply: bq27xxx: fix wrong errno when bus ops are
    unsupported (git-fixes).
  - power: reset: nvmem-reboot-mode: respect cell size for
    nvmem_cell_write (git-fixes).
  - power: supply: sbs-battery: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: rt9455: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: goldfish: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: cpcap-battery: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: bq25980: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: bq256xx: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: act8945a: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: ab8500: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - ata: pata_ftide010: Fix some DMA timings (git-fixes).
  - rapidio: replace rio_free_net() with kfree() in
    rio_scan_alloc_net() (git-fixes).
  - commit 46137a2
  - dst: fix races in rt6_uncached_list_del() and
    rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
  - commit 75a3dd5

++++ kernel-rt_debug:

  - ice: fix devlink reload call trace (CVE-2026-23104 bsc#1257763).
  - net/mlx5e: Pass netdev to mlx5e_destroy_netdev instead of priv
    (CVE-2026-23035 bsc#1257559).
  - idpf: fix error handling in the init_task on load
    (CVE-2026-23017 bsc#1257552).
  - commit fb93c36
  - power: supply: qcom_battmgr: Recognize "LiP" as lithium-polymer
    (git-fixes).
  - power: supply: wm97xx: Fix NULL pointer dereference in
    power_supply_changed() (git-fixes).
  - power: supply: bq27xxx: fix wrong errno when bus ops are
    unsupported (git-fixes).
  - power: reset: nvmem-reboot-mode: respect cell size for
    nvmem_cell_write (git-fixes).
  - power: supply: sbs-battery: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: rt9455: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: goldfish: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: cpcap-battery: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: bq25980: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: bq256xx: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: act8945a: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - power: supply: ab8500: Fix use-after-free in
    power_supply_changed() (git-fixes).
  - ata: pata_ftide010: Fix some DMA timings (git-fixes).
  - rapidio: replace rio_free_net() with kfree() in
    rio_scan_alloc_net() (git-fixes).
  - commit 46137a2
  - dst: fix races in rt6_uncached_list_del() and
    rt_del_uncached_list() (CVE-2026-23004 bsc#1257231).
  - commit 75a3dd5

++++ libxml2:

  - CVE-2026-0990: call stack overflow leading to application crash
    due to infinite recursion in `xmlCatalogXMLResolveURI` (bsc#1256807, bsc#1256811)
    * Add patch libxml2-CVE-2026-0990.patch
  - CVE-2026-0992: excessive resource consumption when processing XML
    catalogs due to exponential behavior when handling `<nextCatalog>` elements (bsc#1256808, bsc#1256809, bsc#1256812)
    * Add patch libxml2-CVE-2026-0992.patch
  - CVE-2025-8732: infinite recursion in catalog parsing functions when processing malformed SGML catalog files (bsc#1247858, bsc#1247850)
    * Add patch libxml2-CVE-2025-8732.patch

++++ libxml2-python:

  - CVE-2026-0990: call stack overflow leading to application crash
    due to infinite recursion in `xmlCatalogXMLResolveURI` (bsc#1256807, bsc#1256811)
    * Add patch libxml2-CVE-2026-0990.patch
  - CVE-2026-0992: excessive resource consumption when processing XML
    catalogs due to exponential behavior when handling `<nextCatalog>` elements (bsc#1256808, bsc#1256809, bsc#1256812)
    * Add patch libxml2-CVE-2026-0992.patch
  - CVE-2025-8732: infinite recursion in catalog parsing functions when processing malformed SGML catalog files (bsc#1247858, bsc#1247850)
    * Add patch libxml2-CVE-2025-8732.patch

------------------------------------------------------------------
------------------  2026-2-12  -  Feb 12 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net/sched: act_ife: avoid possible NULL deref (CVE-2026-23064
    bsc#1257765).
  - net/sched: qfq: Use cl_is_active to determine whether class
    is active in qfq_rm_from_ag (CVE-2026-23105 bsc#1257775).
  - commit a17643b
  - Update upstreamed net and powerpc patch references and sorting
  - commit 638a424
  - KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer (bsc#1256708, CVE-2025-71104).
  - commit 1d88ad6
  - vsock/virtio: Coalesce only linear skb (bsc#1257740, CVE-2026-23057).
  - commit 09262b6
  - nvme-tcp: fix NULL pointer dereferences in
    nvmet_tcp_build_pdu_iovec (CVE-2026-22998 bsc#1257209).
  - commit f5cd5c5
  - wifi: ath10k: sdio: add missing lock protection in
    ath10k_sdio_fw_crashed_dump() (git-fixes).
  - wifi: ath9k: fix kernel-doc warnings in common-debug.h
    (git-fixes).
  - wifi: ath9k: debug.h: fix kernel-doc bad lines and struct
    ath_tx_stats (git-fixes).
  - wifi: cfg80211: stop NAN and P2P in cfg80211_leave (git-fixes).
  - wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add
    (git-fixes).
  - wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon()
    (git-fixes).
  - wifi: cfg80211: Fix use_for flag update on BSS refresh
    (git-fixes).
  - soc: mediatek: svs: Fix memory leak in svs_enable_debug_write()
    (git-fixes).
  - soc: qcom: cmd-db: Use devm_memremap() to fix memory leak in
    cmd_db_dev_probe (git-fixes).
  - soc: qcom: smem: handle ENOMEM error during probe (git-fixes).
  - wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt
    twice (stable-fixes).
  - wifi: mac80211: correctly check if CSA is active (stable-fixes).
  - wifi: cfg80211: Fix bitrate calculation overflow for HE rates
    (stable-fixes).
  - wifi: mac80211: collect station statistics earlier when
    disconnect (stable-fixes).
  - wifi: mac80211: ocb: skip rx_no_sta when interface is not joined
    (stable-fixes).
  - wifi: wlcore: ensure skb headroom before skb_push
    (stable-fixes).
  - commit 7dd6fbf
  - PCI: mediatek: Fix IRQ domain leak when MSI allocation fails
    (git-fixes).
  - PCI: Add ACS quirk for Pericom PI7C9X2G404 switches [12d8:b404]
    (git-fixes).
  - PCI: Fix pci_slot_trylock() error handling (git-fixes).
  - PCI/portdrv: Fix potential resource leak (git-fixes).
  - PCI/PM: Avoid redundant delays on D3hot->D3cold (git-fixes).
  - PCI/P2PDMA: Release per-CPU pgmap ref when vm_insert_page()
    fails (git-fixes).
  - PCI/IOV: Fix race between SR-IOV enable/disable and hotplug
    (git-fixes).
  - Revert "PCI/IOV: Add PCI rescan-remove locking when
    enabling/disabling SR-IOV" (git-fixes).
  - PCI/ACPI: Restrict program_hpx_type2() to AER bits (git-fixes).
  - PCI: Initialize RCB from pci_configure_device() (git-fixes).
  - PCI: Mark 3ware-9650SA Root Port Extended Tags as broken
    (git-fixes).
  - regulator: core: move supply check earlier in
    set_machine_constraints() (git-fixes).
  - regulator: core: fix locking in regulator_resolve_supply()
    error path (git-fixes).
  - platform/chrome: cros_ec_lightbar: Fix response size
    initialization (git-fixes).
  - platform/chrome: cros_typec_switch: Don't touch struct
    fwnode_handle::dev (git-fixes).
  - soc: ti: pruss: Fix double free in pruss_clk_mux_setup()
    (git-fixes).
  - soc: ti: k3-socinfo: Fix regmap leak on probe failure
    (git-fixes).
  - regmap: maple: free entry on mas_store_gfp() failure
    (stable-fixes).
  - commit 5d29d16
  - nfc: hci: shdlc: Stop timers and work before freeing context
    (git-fixes).
  - PCI: Do not attempt to set ExtTag for VFs (git-fixes).
  - PCI: endpoint: Fix swapped parameters in
    pci_{primary/secondary}_epc_epf_unlink() functions (git-fixes).
  - media: uvcvideo: Fix allocation for small frame sizes
    (git-fixes).
  - media: venus: vdec: fix error state assignment for zero
    bytesused (git-fixes).
  - media: ccs: Accommodate C-PHY into the calculation (git-fixes).
  - media: i2c: ov5647: use our own mutex for the ctrl lock
    (git-fixes).
  - media: i2c: ov5647: Fix PIXEL_RATE value for VGA mode
    (git-fixes).
  - media: i2c: ov5647: Sensor should report RAW color space
    (git-fixes).
  - media: i2c: ov5647: Correct minimum VBLANK value (git-fixes).
  - media: i2c: ov5647: Correct pixel array offset (git-fixes).
  - media: i2c: ov5647: Initialize subdev before controls
    (git-fixes).
  - media: ccs: Avoid possible division by zero (git-fixes).
  - media: qcom: camss: vfe: Fix out-of-bounds access in
    vfe_isr_reg_update() (git-fixes).
  - media: i2c/tw9906: Fix potential memory leak in tw9906_probe()
    (git-fixes).
  - media: i2c/tw9903: Fix potential memory leak in tw9903_probe()
    (git-fixes).
  - media: cx25821: Add missing unmap in snd_cx25821_hw_params()
    (git-fixes).
  - media: cx23885: Add missing unmap in snd_cx23885_hw_params()
    (git-fixes).
  - media: cx88: Add missing unmap in snd_cx88_hw_params()
    (git-fixes).
  - net: usb: sr9700: support devices with virtual driver CD
    (stable-fixes).
  - commit b9e0ae7
  - drm/msm/a2xx: fix pixel shader start on A225 (git-fixes).
  - drm/msm/dpu: fix CMD panels on DPU 1.x - 3.x (git-fixes).
  - drm/buddy: Prevent BUG_ON by validating rounded allocation
    (git-fixes).
  - drm/tegra: dsi: fix device leak on probe (git-fixes).
  - media: radio-keene: fix memory leak in error path (git-fixes).
  - media: mtk-mdp: Fix a reference leak bug in mtk_mdp_remove()
    (git-fixes).
  - media: mtk-mdp: Fix error handling in probe function
    (git-fixes).
  - HID: hid-pl: handle probe errors (git-fixes).
  - HID: playstation: Add missing check for input_ff_create_memless
    (git-fixes).
  - Revert "hwmon: (ibmpex) fix use-after-free in high/low store"
    (git-fixes).
  - hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler
    optimization induced race (git-fixes).
  - HID: Apply quirk HID_QUIRK_ALWAYS_POLL to Edifier QR30
    (2d99:a101) (stable-fixes).
  - HID: i2c-hid: fix potential buffer overflow in
    i2c_hid_get_report() (stable-fixes).
  - HID: quirks: Add another Chicony HP 5MP Cameras to
    hid_ignore_list (stable-fixes).
  - HID: multitouch: add MT_QUIRK_STICKY_FINGERS to MT_CLS_VTL
    (stable-fixes).
  - HID: intel-ish-hid: Reset enum_devices_done before enumeration
    (stable-fixes).
  - HID: intel-ish-hid: Update ishtp bus match to support device
    ID table (stable-fixes).
  - HID: playstation: Center initial joystick axes to prevent
    spurious events (stable-fixes).
  - commit a4d4518
  - Documentation: PCI: endpoint: Fix ntb/vntb copy & paste errors
    (git-fixes).
  - ASoC: amd: drop unused Kconfig symbols (git-fixes).
  - ASoC: pxa: drop unused Kconfig symbol (git-fixes).
  - ASoC: SOF: ipc4-control: Keep the payload size up to date
    (git-fixes).
  - ASoC: SOF: ipc4-control: Use the correct size for
    scontrol->ipc_control_data (git-fixes).
  - ASoC: SOF: ipc4-topology: Correct the allocation size for
    bytes controls (git-fixes).
  - ASoC: SOF: ipc4-control: If there is no data do not send bytes
    update (git-fixes).
  - bus: fsl-mc: fix an error handling in fsl_mc_device_add()
    (git-fixes).
  - ALSA: hda/realtek: Really fix headset mic for TongFang X6AR55xU
    (git-fixes).
  - ALSA: hda/realtek: Fix headset mic for TongFang X6AR55xU
    (stable-fixes).
  - ASoC: tlv320adcx140: Propagate error codes during probe
    (stable-fixes).
  - ASoC: amd: yc: Fix microphone on ASUS M6500RE (stable-fixes).
  - ASoC: davinci-evm: Fix reference leak in davinci_evm_probe
    (stable-fixes).
  - ALSA: hda/realtek: add HP Laptop 15s-eq1xxx mute LED quirk
    (stable-fixes).
  - commit cd7803f

++++ kernel-rt:

  - net/sched: act_ife: avoid possible NULL deref (CVE-2026-23064
    bsc#1257765).
  - net/sched: qfq: Use cl_is_active to determine whether class
    is active in qfq_rm_from_ag (CVE-2026-23105 bsc#1257775).
  - commit a17643b
  - Update upstreamed net and powerpc patch references and sorting
  - commit 638a424
  - KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer (bsc#1256708, CVE-2025-71104).
  - commit 1d88ad6
  - vsock/virtio: Coalesce only linear skb (bsc#1257740, CVE-2026-23057).
  - commit 09262b6
  - nvme-tcp: fix NULL pointer dereferences in
    nvmet_tcp_build_pdu_iovec (CVE-2026-22998 bsc#1257209).
  - commit f5cd5c5
  - wifi: ath10k: sdio: add missing lock protection in
    ath10k_sdio_fw_crashed_dump() (git-fixes).
  - wifi: ath9k: fix kernel-doc warnings in common-debug.h
    (git-fixes).
  - wifi: ath9k: debug.h: fix kernel-doc bad lines and struct
    ath_tx_stats (git-fixes).
  - wifi: cfg80211: stop NAN and P2P in cfg80211_leave (git-fixes).
  - wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add
    (git-fixes).
  - wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon()
    (git-fixes).
  - wifi: cfg80211: Fix use_for flag update on BSS refresh
    (git-fixes).
  - soc: mediatek: svs: Fix memory leak in svs_enable_debug_write()
    (git-fixes).
  - soc: qcom: cmd-db: Use devm_memremap() to fix memory leak in
    cmd_db_dev_probe (git-fixes).
  - soc: qcom: smem: handle ENOMEM error during probe (git-fixes).
  - wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt
    twice (stable-fixes).
  - wifi: mac80211: correctly check if CSA is active (stable-fixes).
  - wifi: cfg80211: Fix bitrate calculation overflow for HE rates
    (stable-fixes).
  - wifi: mac80211: collect station statistics earlier when
    disconnect (stable-fixes).
  - wifi: mac80211: ocb: skip rx_no_sta when interface is not joined
    (stable-fixes).
  - wifi: wlcore: ensure skb headroom before skb_push
    (stable-fixes).
  - commit 7dd6fbf
  - PCI: mediatek: Fix IRQ domain leak when MSI allocation fails
    (git-fixes).
  - PCI: Add ACS quirk for Pericom PI7C9X2G404 switches [12d8:b404]
    (git-fixes).
  - PCI: Fix pci_slot_trylock() error handling (git-fixes).
  - PCI/portdrv: Fix potential resource leak (git-fixes).
  - PCI/PM: Avoid redundant delays on D3hot->D3cold (git-fixes).
  - PCI/P2PDMA: Release per-CPU pgmap ref when vm_insert_page()
    fails (git-fixes).
  - PCI/IOV: Fix race between SR-IOV enable/disable and hotplug
    (git-fixes).
  - Revert "PCI/IOV: Add PCI rescan-remove locking when
    enabling/disabling SR-IOV" (git-fixes).
  - PCI/ACPI: Restrict program_hpx_type2() to AER bits (git-fixes).
  - PCI: Initialize RCB from pci_configure_device() (git-fixes).
  - PCI: Mark 3ware-9650SA Root Port Extended Tags as broken
    (git-fixes).
  - regulator: core: move supply check earlier in
    set_machine_constraints() (git-fixes).
  - regulator: core: fix locking in regulator_resolve_supply()
    error path (git-fixes).
  - platform/chrome: cros_ec_lightbar: Fix response size
    initialization (git-fixes).
  - platform/chrome: cros_typec_switch: Don't touch struct
    fwnode_handle::dev (git-fixes).
  - soc: ti: pruss: Fix double free in pruss_clk_mux_setup()
    (git-fixes).
  - soc: ti: k3-socinfo: Fix regmap leak on probe failure
    (git-fixes).
  - regmap: maple: free entry on mas_store_gfp() failure
    (stable-fixes).
  - commit 5d29d16
  - nfc: hci: shdlc: Stop timers and work before freeing context
    (git-fixes).
  - PCI: Do not attempt to set ExtTag for VFs (git-fixes).
  - PCI: endpoint: Fix swapped parameters in
    pci_{primary/secondary}_epc_epf_unlink() functions (git-fixes).
  - media: uvcvideo: Fix allocation for small frame sizes
    (git-fixes).
  - media: venus: vdec: fix error state assignment for zero
    bytesused (git-fixes).
  - media: ccs: Accommodate C-PHY into the calculation (git-fixes).
  - media: i2c: ov5647: use our own mutex for the ctrl lock
    (git-fixes).
  - media: i2c: ov5647: Fix PIXEL_RATE value for VGA mode
    (git-fixes).
  - media: i2c: ov5647: Sensor should report RAW color space
    (git-fixes).
  - media: i2c: ov5647: Correct minimum VBLANK value (git-fixes).
  - media: i2c: ov5647: Correct pixel array offset (git-fixes).
  - media: i2c: ov5647: Initialize subdev before controls
    (git-fixes).
  - media: ccs: Avoid possible division by zero (git-fixes).
  - media: qcom: camss: vfe: Fix out-of-bounds access in
    vfe_isr_reg_update() (git-fixes).
  - media: i2c/tw9906: Fix potential memory leak in tw9906_probe()
    (git-fixes).
  - media: i2c/tw9903: Fix potential memory leak in tw9903_probe()
    (git-fixes).
  - media: cx25821: Add missing unmap in snd_cx25821_hw_params()
    (git-fixes).
  - media: cx23885: Add missing unmap in snd_cx23885_hw_params()
    (git-fixes).
  - media: cx88: Add missing unmap in snd_cx88_hw_params()
    (git-fixes).
  - net: usb: sr9700: support devices with virtual driver CD
    (stable-fixes).
  - commit b9e0ae7
  - drm/msm/a2xx: fix pixel shader start on A225 (git-fixes).
  - drm/msm/dpu: fix CMD panels on DPU 1.x - 3.x (git-fixes).
  - drm/buddy: Prevent BUG_ON by validating rounded allocation
    (git-fixes).
  - drm/tegra: dsi: fix device leak on probe (git-fixes).
  - media: radio-keene: fix memory leak in error path (git-fixes).
  - media: mtk-mdp: Fix a reference leak bug in mtk_mdp_remove()
    (git-fixes).
  - media: mtk-mdp: Fix error handling in probe function
    (git-fixes).
  - HID: hid-pl: handle probe errors (git-fixes).
  - HID: playstation: Add missing check for input_ff_create_memless
    (git-fixes).
  - Revert "hwmon: (ibmpex) fix use-after-free in high/low store"
    (git-fixes).
  - hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler
    optimization induced race (git-fixes).
  - HID: Apply quirk HID_QUIRK_ALWAYS_POLL to Edifier QR30
    (2d99:a101) (stable-fixes).
  - HID: i2c-hid: fix potential buffer overflow in
    i2c_hid_get_report() (stable-fixes).
  - HID: quirks: Add another Chicony HP 5MP Cameras to
    hid_ignore_list (stable-fixes).
  - HID: multitouch: add MT_QUIRK_STICKY_FINGERS to MT_CLS_VTL
    (stable-fixes).
  - HID: intel-ish-hid: Reset enum_devices_done before enumeration
    (stable-fixes).
  - HID: intel-ish-hid: Update ishtp bus match to support device
    ID table (stable-fixes).
  - HID: playstation: Center initial joystick axes to prevent
    spurious events (stable-fixes).
  - commit a4d4518
  - Documentation: PCI: endpoint: Fix ntb/vntb copy & paste errors
    (git-fixes).
  - ASoC: amd: drop unused Kconfig symbols (git-fixes).
  - ASoC: pxa: drop unused Kconfig symbol (git-fixes).
  - ASoC: SOF: ipc4-control: Keep the payload size up to date
    (git-fixes).
  - ASoC: SOF: ipc4-control: Use the correct size for
    scontrol->ipc_control_data (git-fixes).
  - ASoC: SOF: ipc4-topology: Correct the allocation size for
    bytes controls (git-fixes).
  - ASoC: SOF: ipc4-control: If there is no data do not send bytes
    update (git-fixes).
  - bus: fsl-mc: fix an error handling in fsl_mc_device_add()
    (git-fixes).
  - ALSA: hda/realtek: Really fix headset mic for TongFang X6AR55xU
    (git-fixes).
  - ALSA: hda/realtek: Fix headset mic for TongFang X6AR55xU
    (stable-fixes).
  - ASoC: tlv320adcx140: Propagate error codes during probe
    (stable-fixes).
  - ASoC: amd: yc: Fix microphone on ASUS M6500RE (stable-fixes).
  - ASoC: davinci-evm: Fix reference leak in davinci_evm_probe
    (stable-fixes).
  - ALSA: hda/realtek: add HP Laptop 15s-eq1xxx mute LED quirk
    (stable-fixes).
  - commit cd7803f

++++ kernel-rt_debug:

  - net/sched: act_ife: avoid possible NULL deref (CVE-2026-23064
    bsc#1257765).
  - net/sched: qfq: Use cl_is_active to determine whether class
    is active in qfq_rm_from_ag (CVE-2026-23105 bsc#1257775).
  - commit a17643b
  - Update upstreamed net and powerpc patch references and sorting
  - commit 638a424
  - KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer (bsc#1256708, CVE-2025-71104).
  - commit 1d88ad6
  - vsock/virtio: Coalesce only linear skb (bsc#1257740, CVE-2026-23057).
  - commit 09262b6
  - nvme-tcp: fix NULL pointer dereferences in
    nvmet_tcp_build_pdu_iovec (CVE-2026-22998 bsc#1257209).
  - commit f5cd5c5
  - wifi: ath10k: sdio: add missing lock protection in
    ath10k_sdio_fw_crashed_dump() (git-fixes).
  - wifi: ath9k: fix kernel-doc warnings in common-debug.h
    (git-fixes).
  - wifi: ath9k: debug.h: fix kernel-doc bad lines and struct
    ath_tx_stats (git-fixes).
  - wifi: cfg80211: stop NAN and P2P in cfg80211_leave (git-fixes).
  - wifi: rtl8xxxu: fix slab-out-of-bounds in rtl8xxxu_sta_add
    (git-fixes).
  - wifi: rtw88: Fix alignment fault in rtw_core_enable_beacon()
    (git-fixes).
  - wifi: cfg80211: Fix use_for flag update on BSS refresh
    (git-fixes).
  - soc: mediatek: svs: Fix memory leak in svs_enable_debug_write()
    (git-fixes).
  - soc: qcom: cmd-db: Use devm_memremap() to fix memory leak in
    cmd_db_dev_probe (git-fixes).
  - soc: qcom: smem: handle ENOMEM error during probe (git-fixes).
  - wifi: mac80211: don't increment crypto_tx_tailroom_needed_cnt
    twice (stable-fixes).
  - wifi: mac80211: correctly check if CSA is active (stable-fixes).
  - wifi: cfg80211: Fix bitrate calculation overflow for HE rates
    (stable-fixes).
  - wifi: mac80211: collect station statistics earlier when
    disconnect (stable-fixes).
  - wifi: mac80211: ocb: skip rx_no_sta when interface is not joined
    (stable-fixes).
  - wifi: wlcore: ensure skb headroom before skb_push
    (stable-fixes).
  - commit 7dd6fbf
  - PCI: mediatek: Fix IRQ domain leak when MSI allocation fails
    (git-fixes).
  - PCI: Add ACS quirk for Pericom PI7C9X2G404 switches [12d8:b404]
    (git-fixes).
  - PCI: Fix pci_slot_trylock() error handling (git-fixes).
  - PCI/portdrv: Fix potential resource leak (git-fixes).
  - PCI/PM: Avoid redundant delays on D3hot->D3cold (git-fixes).
  - PCI/P2PDMA: Release per-CPU pgmap ref when vm_insert_page()
    fails (git-fixes).
  - PCI/IOV: Fix race between SR-IOV enable/disable and hotplug
    (git-fixes).
  - Revert "PCI/IOV: Add PCI rescan-remove locking when
    enabling/disabling SR-IOV" (git-fixes).
  - PCI/ACPI: Restrict program_hpx_type2() to AER bits (git-fixes).
  - PCI: Initialize RCB from pci_configure_device() (git-fixes).
  - PCI: Mark 3ware-9650SA Root Port Extended Tags as broken
    (git-fixes).
  - regulator: core: move supply check earlier in
    set_machine_constraints() (git-fixes).
  - regulator: core: fix locking in regulator_resolve_supply()
    error path (git-fixes).
  - platform/chrome: cros_ec_lightbar: Fix response size
    initialization (git-fixes).
  - platform/chrome: cros_typec_switch: Don't touch struct
    fwnode_handle::dev (git-fixes).
  - soc: ti: pruss: Fix double free in pruss_clk_mux_setup()
    (git-fixes).
  - soc: ti: k3-socinfo: Fix regmap leak on probe failure
    (git-fixes).
  - regmap: maple: free entry on mas_store_gfp() failure
    (stable-fixes).
  - commit 5d29d16
  - nfc: hci: shdlc: Stop timers and work before freeing context
    (git-fixes).
  - PCI: Do not attempt to set ExtTag for VFs (git-fixes).
  - PCI: endpoint: Fix swapped parameters in
    pci_{primary/secondary}_epc_epf_unlink() functions (git-fixes).
  - media: uvcvideo: Fix allocation for small frame sizes
    (git-fixes).
  - media: venus: vdec: fix error state assignment for zero
    bytesused (git-fixes).
  - media: ccs: Accommodate C-PHY into the calculation (git-fixes).
  - media: i2c: ov5647: use our own mutex for the ctrl lock
    (git-fixes).
  - media: i2c: ov5647: Fix PIXEL_RATE value for VGA mode
    (git-fixes).
  - media: i2c: ov5647: Sensor should report RAW color space
    (git-fixes).
  - media: i2c: ov5647: Correct minimum VBLANK value (git-fixes).
  - media: i2c: ov5647: Correct pixel array offset (git-fixes).
  - media: i2c: ov5647: Initialize subdev before controls
    (git-fixes).
  - media: ccs: Avoid possible division by zero (git-fixes).
  - media: qcom: camss: vfe: Fix out-of-bounds access in
    vfe_isr_reg_update() (git-fixes).
  - media: i2c/tw9906: Fix potential memory leak in tw9906_probe()
    (git-fixes).
  - media: i2c/tw9903: Fix potential memory leak in tw9903_probe()
    (git-fixes).
  - media: cx25821: Add missing unmap in snd_cx25821_hw_params()
    (git-fixes).
  - media: cx23885: Add missing unmap in snd_cx23885_hw_params()
    (git-fixes).
  - media: cx88: Add missing unmap in snd_cx88_hw_params()
    (git-fixes).
  - net: usb: sr9700: support devices with virtual driver CD
    (stable-fixes).
  - commit b9e0ae7
  - drm/msm/a2xx: fix pixel shader start on A225 (git-fixes).
  - drm/msm/dpu: fix CMD panels on DPU 1.x - 3.x (git-fixes).
  - drm/buddy: Prevent BUG_ON by validating rounded allocation
    (git-fixes).
  - drm/tegra: dsi: fix device leak on probe (git-fixes).
  - media: radio-keene: fix memory leak in error path (git-fixes).
  - media: mtk-mdp: Fix a reference leak bug in mtk_mdp_remove()
    (git-fixes).
  - media: mtk-mdp: Fix error handling in probe function
    (git-fixes).
  - HID: hid-pl: handle probe errors (git-fixes).
  - HID: playstation: Add missing check for input_ff_create_memless
    (git-fixes).
  - Revert "hwmon: (ibmpex) fix use-after-free in high/low store"
    (git-fixes).
  - hwmon: (max16065) Use READ/WRITE_ONCE to avoid compiler
    optimization induced race (git-fixes).
  - HID: Apply quirk HID_QUIRK_ALWAYS_POLL to Edifier QR30
    (2d99:a101) (stable-fixes).
  - HID: i2c-hid: fix potential buffer overflow in
    i2c_hid_get_report() (stable-fixes).
  - HID: quirks: Add another Chicony HP 5MP Cameras to
    hid_ignore_list (stable-fixes).
  - HID: multitouch: add MT_QUIRK_STICKY_FINGERS to MT_CLS_VTL
    (stable-fixes).
  - HID: intel-ish-hid: Reset enum_devices_done before enumeration
    (stable-fixes).
  - HID: intel-ish-hid: Update ishtp bus match to support device
    ID table (stable-fixes).
  - HID: playstation: Center initial joystick axes to prevent
    spurious events (stable-fixes).
  - commit a4d4518
  - Documentation: PCI: endpoint: Fix ntb/vntb copy & paste errors
    (git-fixes).
  - ASoC: amd: drop unused Kconfig symbols (git-fixes).
  - ASoC: pxa: drop unused Kconfig symbol (git-fixes).
  - ASoC: SOF: ipc4-control: Keep the payload size up to date
    (git-fixes).
  - ASoC: SOF: ipc4-control: Use the correct size for
    scontrol->ipc_control_data (git-fixes).
  - ASoC: SOF: ipc4-topology: Correct the allocation size for
    bytes controls (git-fixes).
  - ASoC: SOF: ipc4-control: If there is no data do not send bytes
    update (git-fixes).
  - bus: fsl-mc: fix an error handling in fsl_mc_device_add()
    (git-fixes).
  - ALSA: hda/realtek: Really fix headset mic for TongFang X6AR55xU
    (git-fixes).
  - ALSA: hda/realtek: Fix headset mic for TongFang X6AR55xU
    (stable-fixes).
  - ASoC: tlv320adcx140: Propagate error codes during probe
    (stable-fixes).
  - ASoC: amd: yc: Fix microphone on ASUS M6500RE (stable-fixes).
  - ASoC: davinci-evm: Fix reference leak in davinci_evm_probe
    (stable-fixes).
  - ALSA: hda/realtek: add HP Laptop 15s-eq1xxx mute LED quirk
    (stable-fixes).
  - commit cd7803f

++++ libpng16:

  - added patches
    CVE-2026-25646: Heap buffer overflow vulnerability in png_set_dither/png_set_quantize (bsc#1258020)
    * libpng16-CVE-2026-25646.patch

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to version 580.126.18 (boo#1258154)
  - updated CUDA variant to version 580.126.16

------------------------------------------------------------------
------------------  2026-2-11  -  Feb 11 2026  -------------------
------------------------------------------------------------------

++++ gpg2:

  - Fix Y2K38 FTBFS:
    * gpg2 quick-key-manipulation test FTBFS-2038 (bsc#1251214)
    * Upstream issue: dev.gnupg.org/T8096
    * Add gnupg-gpgscm-New-operator-long-time-t-to-detect-proper-tim.patch

++++ grub2:

  - Backport upstream's commit to prevent BIOS assert (bsc#1258022)
    * 0001-kern-efi-mm-Change-grub_efi_mm_add_regions-to-keep-t.patch

++++ kernel-default:

  - net/sched: Enforce that teql can only be used as root qdisc
    (CVE-2026-23074 bsc#1257749).
  - commit 476e9b8
  - 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

++++ kernel-rt:

  - net/sched: Enforce that teql can only be used as root qdisc
    (CVE-2026-23074 bsc#1257749).
  - commit 476e9b8
  - 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

++++ kernel-rt_debug:

  - net/sched: Enforce that teql can only be used as root qdisc
    (CVE-2026-23074 bsc#1257749).
  - commit 476e9b8
  - 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

++++ python311-core:

  - CVE-2025-11468: preserving parens when folding comments in
    email headers (bsc#1257029, gh#python/cpython#143935).
    CVE-2025-11468-email-hdr-fold-comment.patch
  - CVE-2026-0672: rejects control characters in http cookies.
    (bsc#1257031, gh#python/cpython#143919)
    CVE-2026-0672-http-hdr-inject-cookie-Morsel.patch
  - CVE-2026-0865: rejecting control characters in
    wsgiref.headers.Headers, which could be abused for injecting
    false HTTP headers. (bsc#1257042, gh#python/cpython#143916)
    CVE-2026-0865-wsgiref-ctrl-chars.patch
  - CVE-2025-15366: basically the same as the previous patch for
    IMAP protocol. (bsc#1257044, gh#python/cpython#143921)
    CVE-2025-15366-imap-ctrl-chars.patch
  - CVE-2025-15282: basically the same as the previous patch for
    urllib library. (bsc#1257046, gh#python/cpython#143925)
    CVE-2025-15282-urllib-ctrl-chars.patch
  - CVE-2025-15367: basically the same as the previous patch for
    poplib library. (bsc#1257041, gh#python/cpython#143923)
    CVE-2025-15367-poplib-ctrl-chars.patch
  - CVE-2025-12781: fix decoding with non-standard Base64 alphabet
    (bsc#1257108, gh#python/cpython#125346)
    CVE-2025-12781-b64decode-alt-chars.patch

++++ libssh:

  - Security fixes:
    * CVE-2026-0964: SCP Protocol Path Traversal in ssh_scp_pull_request() (bsc#1258049)
    * CVE-2026-0965: Possible Denial of Service when parsing unexpected
    configuration files (bsc#1258045)
    * CVE-2026-0966: Buffer underflow in ssh_get_hexa() on invalid input (bsc#1258054)
    * CVE-2026-0967: Specially crafted patterns could cause DoS (bsc#1258081)
    * CVE-2026-0968: OOB Read in sftp_parse_longname() (bsc#1258080)
    * Add patches:
  - libssh-CVE-2026-0964-scp-Reject-invalid-paths-received-thro.patch
  - libssh-CVE-2026-0965-config-Do-not-attempt-to-read-non-regu.patch
  - libssh-CVE-2026-0966-misc-Avoid-heap-buffer-underflow-in-ss.patch
  - libssh-CVE-2026-0966-tests-Test-coverage-for-ssh_get_hexa.patch
  - libssh-CVE-2026-0966-doc-Update-guided-tour-to-use-SHA256-f.patch
  - libssh-CVE-2026-0967-match-Avoid-recursive-matching-ReDoS.patch
  - libssh-CVE-2026-0968-sftp-Sanitize-input-handling-in-sftp_p.patch

++++ python311:

  - CVE-2025-11468: preserving parens when folding comments in
    email headers (bsc#1257029, gh#python/cpython#143935).
    CVE-2025-11468-email-hdr-fold-comment.patch
  - CVE-2026-0672: rejects control characters in http cookies.
    (bsc#1257031, gh#python/cpython#143919)
    CVE-2026-0672-http-hdr-inject-cookie-Morsel.patch
  - CVE-2026-0865: rejecting control characters in
    wsgiref.headers.Headers, which could be abused for injecting
    false HTTP headers. (bsc#1257042, gh#python/cpython#143916)
    CVE-2026-0865-wsgiref-ctrl-chars.patch
  - CVE-2025-15366: basically the same as the previous patch for
    IMAP protocol. (bsc#1257044, gh#python/cpython#143921)
    CVE-2025-15366-imap-ctrl-chars.patch
  - CVE-2025-15282: basically the same as the previous patch for
    urllib library. (bsc#1257046, gh#python/cpython#143925)
    CVE-2025-15282-urllib-ctrl-chars.patch
  - CVE-2025-15367: basically the same as the previous patch for
    poplib library. (bsc#1257041, gh#python/cpython#143923)
    CVE-2025-15367-poplib-ctrl-chars.patch
  - CVE-2025-12781: fix decoding with non-standard Base64 alphabet
    (bsc#1257108, gh#python/cpython#125346)
    CVE-2025-12781-b64decode-alt-chars.patch

++++ ucode-intel:

  - Intel CPU Microcode was updated to the 20260210 release (bsc#1258046)
  - CVE-2024-24853: Updated fix for incorrect behavior order in transition
    between executive monitor and SMI transfer monitor (STM) in some Intel(R)
    Processor may allow a privileged user to potentially enable escalation
    of privilege via local access. (bsc#1229129)
  - CVE-2025-31648: Improper handling of values in the
    microcode flow for some Intel Processor Family may allow
    an escalation of privilege. (bsc#1258046 INTEL-SA-01396
    https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01396.html)
  - Update for various functional issues.
  - Updated Platforms:
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | ADL            | C0       | 06-97-02/07 | 0000003d | 0000003e | Core Gen12
    | ADL            | H0       | 06-97-05/07 | 0000003d | 0000003e | Core Gen12
    | ADL            | L0       | 06-9a-03/80 | 0000043a | 0000043b | Core Gen12
    | ADL            | R0       | 06-9a-04/80 | 0000043a | 0000043b | Core Gen12
    | ADL-N          | N0       | 06-be-00/19 | 0000001e | 00000021 | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
    | ARL-H          | A1       | 06-c5-02/82 | 0000011a | 0000011b | Core Ultra Processor (Series 2)
    | ARL-S/HX (8P)  | B0       | 06-c6-02/82 | 0000011a | 0000011b | Core Ultra Processor (Series 2)
    | ARL-U          | A0       | 06-b5-00/80 | 0000000a | 0000000d | Core Ultra Processor (Series 2)
    | AZB            | A0/R0    | 06-9a-04/40 | 0000000b | 0000000c | Atom C1100
    | EMR-SP         | A1       | 06-cf-02/87 | 210002c0 | 210002d3 | Xeon Scalable Gen5
    | GNR-AP/SP      | Bx/Hx/Lx | 06-ad-01/95 | 010003f0 | 01000405 | Xeon 6900/6700/6500 Series Processors with P-Cores
    | GNR-D          | B0/B1    | 06-ae-01/97 | 01000273 | 010002f3 | Xeon 6700P-B/6500P-B Series SoC with P-Cores
    | GNR-SP R1S     | Bx/Hx/Lx | 06-ad-01/20 | 0a000124 | 0a000133 | Xeon 6700/6500-Series Processors with P-Cores
    | ICL-D          | B0       | 06-6c-01/10 | 010002e0 | 010002f1 | Xeon D-17xx, D-27xx
    | ICL-U/Y        | D1       | 06-7e-05/80 | 000000ca | 000000cc | Core Gen10 Mobile
    | ICX-SP         | Dx/M1    | 06-6a-06/87 | 0d000410 | 0d000421 | Xeon Scalable Gen3
    | MTL            | C0       | 06-aa-04/e6 | 00000025 | 00000028 | Core Ultra Processor
    | RKL-S          | B0       | 06-a7-01/02 | 00000064 | 00000065 | Core Gen11
    | RPL-E/HX/S     | B0       | 06-b7-01/32 | 00000132 | 00000133 | Core Gen13/Gen14
    | RPL-H/P/PX 6+8 | J0       | 06-ba-02/e0 | 00006133 | 00006134 | Core Gen13
    | RPL-HX/S       | C0       | 06-bf-02/07 | 0000003d | 0000003e | Core Gen13/Gen14
    | RPL-S          | H0       | 06-bf-05/07 | 0000003d | 0000003e | Core Gen13/Gen14
    | RPL-U 2+8      | Q0       | 06-ba-03/e0 | 00006133 | 00006134 | Core Gen13
    | SPR-HBM        | Bx       | 06-8f-08/10 | 2c000410 | 2c000421 | Xeon Max
    | SPR-SP         | E4/S2    | 06-8f-07/87 | 2b000650 | 2b000661 | Xeon Scalable Gen4
    | SPR-SP         | E5/S3    | 06-8f-08/87 | 2b000650 | 2b000661 | Xeon Scalable Gen4
    | TGL            | B0/B1    | 06-8c-01/80 | 000000bc | 000000be | Core Gen11 Mobile
    | TGL-H          | R0       | 06-8d-01/c2 | 00000056 | 00000058 | Core Gen11 Mobile
    | TGL-R          | C0       | 06-8c-02/c2 | 0000003c | 0000003e | Core Gen11 Mobile
    | TWL            | N0       | 06-be-00/19 | 0000001e | 00000021 | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E

------------------------------------------------------------------
------------------  2026-2-10  -  Feb 10 2026  -------------------
------------------------------------------------------------------

++++ ca-certificates-mozilla:

  - Updated to 2.84 state (bsc#1258002)
  - Removed:
  - Baltimore CyberTrust Root
  - CommScope Public Trust ECC Root-01
  - CommScope Public Trust ECC Root-02
  - CommScope Public Trust RSA Root-01
  - CommScope Public Trust RSA Root-02
  - DigiNotar Root CA
  - Added:
  - e-Szigno TLS Root CA 2023
  - OISTE Client Root ECC G1
  - OISTE Client Root RSA G1
  - OISTE Server Root ECC G1
  - OISTE Server Root RSA G1
  - SwissSign RSA SMIME Root CA 2022 - 1
  - SwissSign RSA TLS Root CA 2022 - 1
  - TrustAsia SMIME ECC Root CA
  - TrustAsia SMIME RSA Root CA
  - TrustAsia TLS ECC Root CA
  - TrustAsia TLS RSA Root CA

++++ gnutls:

  - Security fix:
    * CVE-2025-14831: DoS via excessive resource consumption during
    certificate verification (bsc#1257960)
    * Add gnutls-CVE-2025-14831.patch

++++ kernel-default:

  - irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
  - commit e3370c0
  - arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
  - commit c430300
  - arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
  - commit 6759c0c
  - arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
  - commit 1baf93e
  - net: tunnel: make skb_vlan_inet_prepare() return drop reasons
    (bsc#1257942 bsc#1257246 CVE-2026-23003).
  - commit 3935902
  - vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
    bsc#1257246 CVE-2026-23003).
  - commit 8097957
  - spi: tegra210-quad: Protect curr_xfer check in IRQ handler (bsc#1257952)
  - commit 54f273c
  - spi: tegra210-quad: Protect curr_xfer clearing in (bsc#1257952)
  - commit 1da9508
  - spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer (bsc#1257952)
  - commit 25ff6b8
  - spi: tegra210-quad: Protect curr_xfer assignment in (bsc#1257952)
  - commit e3d34f8
  - spi: tegra210-quad: Move curr_xfer read inside spinlock (bsc#1257952)
  - commit 4658841
  - spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed (bsc#1257952)
  - commit 997844c
  - PM: sleep: wakeirq: harden dev_pm_clear_wake_irq() against races
    (git-fixes).
  - PM: wakeup: Handle empty list in wakeup_sources_walk_start()
    (git-fixes).
  - ACPICA: Fix NULL pointer dereference in
    acpi_ev_address_space_dispatch() (git-fixes).
  - tpm: st33zp24: Fix missing cleanup on get_burstcount() error
    (git-fixes).
  - tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount()
    failure (git-fixes).
  - i3c: dw: Initialize spinlock to avoid upsetting lockdep
    (git-fixes).
  - i3c: Move device name assignment after i3c_bus_init (git-fixes).
  - auxdisplay: arm-charlcd: fix release_mem_region() size
    (git-fixes).
  - commit b423671
  - workqueue: mark power efficient workqueue as unbounded if (bsc#1257891)
  - commit a0e31fb

++++ kernel-rt:

  - irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
  - commit e3370c0
  - arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
  - commit c430300
  - arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
  - commit 6759c0c
  - arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
  - commit 1baf93e
  - net: tunnel: make skb_vlan_inet_prepare() return drop reasons
    (bsc#1257942 bsc#1257246 CVE-2026-23003).
  - commit 3935902
  - vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
    bsc#1257246 CVE-2026-23003).
  - commit 8097957
  - spi: tegra210-quad: Protect curr_xfer check in IRQ handler (bsc#1257952)
  - commit 54f273c
  - spi: tegra210-quad: Protect curr_xfer clearing in (bsc#1257952)
  - commit 1da9508
  - spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer (bsc#1257952)
  - commit 25ff6b8
  - spi: tegra210-quad: Protect curr_xfer assignment in (bsc#1257952)
  - commit e3d34f8
  - spi: tegra210-quad: Move curr_xfer read inside spinlock (bsc#1257952)
  - commit 4658841
  - spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed (bsc#1257952)
  - commit 997844c
  - PM: sleep: wakeirq: harden dev_pm_clear_wake_irq() against races
    (git-fixes).
  - PM: wakeup: Handle empty list in wakeup_sources_walk_start()
    (git-fixes).
  - ACPICA: Fix NULL pointer dereference in
    acpi_ev_address_space_dispatch() (git-fixes).
  - tpm: st33zp24: Fix missing cleanup on get_burstcount() error
    (git-fixes).
  - tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount()
    failure (git-fixes).
  - i3c: dw: Initialize spinlock to avoid upsetting lockdep
    (git-fixes).
  - i3c: Move device name assignment after i3c_bus_init (git-fixes).
  - auxdisplay: arm-charlcd: fix release_mem_region() size
    (git-fixes).
  - commit b423671
  - workqueue: mark power efficient workqueue as unbounded if (bsc#1257891)
  - commit a0e31fb

++++ kernel-rt_debug:

  - irqchip/gic-v3-its: Avoid truncating memory addresses (bsc#1257758 CVE-2026-23085)
  - commit e3370c0
  - arm64/fpsimd: signal: Allocate SSVE storage when restoring ZA (bsc#1257762 CVE-2026-23107)
  - commit c430300
  - arm64/fpsimd: signal: Fix restoration of SVE context (bsc#1257772 CVE-2026-23102)
  - commit 6759c0c
  - arm64/fpsimd: signal: Mandate SVE payload for streaming-mode state (bsc#1257772 CVE-2026-23102)
  - commit 1baf93e
  - net: tunnel: make skb_vlan_inet_prepare() return drop reasons
    (bsc#1257942 bsc#1257246 CVE-2026-23003).
  - commit 3935902
  - vxlan: Pull inner IP header in vxlan_xmit_one() (bsc#1257942
    bsc#1257246 CVE-2026-23003).
  - commit 8097957
  - spi: tegra210-quad: Protect curr_xfer check in IRQ handler (bsc#1257952)
  - commit 54f273c
  - spi: tegra210-quad: Protect curr_xfer clearing in (bsc#1257952)
  - commit 1da9508
  - spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer (bsc#1257952)
  - commit 25ff6b8
  - spi: tegra210-quad: Protect curr_xfer assignment in (bsc#1257952)
  - commit e3d34f8
  - spi: tegra210-quad: Move curr_xfer read inside spinlock (bsc#1257952)
  - commit 4658841
  - spi: tegra210-quad: Return IRQ_HANDLED when timeout already processed (bsc#1257952)
  - commit 997844c
  - PM: sleep: wakeirq: harden dev_pm_clear_wake_irq() against races
    (git-fixes).
  - PM: wakeup: Handle empty list in wakeup_sources_walk_start()
    (git-fixes).
  - ACPICA: Fix NULL pointer dereference in
    acpi_ev_address_space_dispatch() (git-fixes).
  - tpm: st33zp24: Fix missing cleanup on get_burstcount() error
    (git-fixes).
  - tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount()
    failure (git-fixes).
  - i3c: dw: Initialize spinlock to avoid upsetting lockdep
    (git-fixes).
  - i3c: Move device name assignment after i3c_bus_init (git-fixes).
  - auxdisplay: arm-charlcd: fix release_mem_region() size
    (git-fixes).
  - commit b423671
  - workqueue: mark power efficient workqueue as unbounded if (bsc#1257891)
  - commit a0e31fb

++++ nvidia-open-driver-G06-signed:

  - kernel-6.19.patch: fixes build against kernel 6.19

------------------------------------------------------------------
------------------  2026-2-9  -  Feb 9 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()
    (CVE-2026-23089 bsc#1257790).
  - commit c09ea34

++++ kernel-rt:

  - ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()
    (CVE-2026-23089 bsc#1257790).
  - commit c09ea34

++++ kernel-rt_debug:

  - ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()
    (CVE-2026-23089 bsc#1257790).
  - commit c09ea34

++++ rust-keylime:

  - Update vendored crates (bsc#1257908, CVE-2026-25727)
    * time 0.3.47
  - Update to version 0.2.8+116:
    * build(deps): bump bytes from 1.7.2 to 1.11.1
    * api: Modify /version endpoint output in version 2.5
    * Add API v2.5 with backward-compatible /v2.5/quotes/integrity
    * tests: add unit test for resolve_agent_id (#1182)
    * (pull-model): enable retry logic for registration
    * rpm: Update specfiles to apply on master
    * workflows: Add test to detect unused crates
    * lib: Drop unused crates
    * push-model: Drop unused crates
    * keylime-agent: Drop unused crates
    * build(deps): bump uuid from 1.18.1 to 1.19.0
    * Update reqwest-retry to 0.8, retry-policies to 0.5
    * rpm: Fix cargo_build macro usage on CentOS Stream
    * fix(push-model): resolve hash_ek uuid to actual EK hash
    * build(deps): bump thiserror from 2.0.16 to 2.0.17
    * workflows: Separate upstream test suite from e2e coverage
    * Send UEFI measured boot logs as raw bytes (#1173)
    * auth: Add unit tests for SecretToken implementation
    * packit: Enable push-attestation tests
    * resilient_client: Prevent authentication token leakage in logs

------------------------------------------------------------------
------------------  2026-2-8  -  Feb 8 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - spi: tegra114: Preserve SPI mode bits in def_command1_reg
    (git-fixes).
  - spi: tegra: Fix a memory leak in tegra_slink_probe()
    (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer check in IRQ handler
    (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer clearing in
    tegra_qspi_non_combined_seq_xfer (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer in
    tegra_qspi_combined_seq_xfer (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer assignment in
    tegra_qspi_setup_transfer_one (git-fixes).
  - spi: tegra210-quad: Move curr_xfer read inside spinlock
    (git-fixes).
  - spi: tegra210-quad: Return IRQ_HANDLED when timeout already
    processed transfer (git-fixes).
  - commit 95b4070

++++ kernel-rt:

  - spi: tegra114: Preserve SPI mode bits in def_command1_reg
    (git-fixes).
  - spi: tegra: Fix a memory leak in tegra_slink_probe()
    (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer check in IRQ handler
    (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer clearing in
    tegra_qspi_non_combined_seq_xfer (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer in
    tegra_qspi_combined_seq_xfer (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer assignment in
    tegra_qspi_setup_transfer_one (git-fixes).
  - spi: tegra210-quad: Move curr_xfer read inside spinlock
    (git-fixes).
  - spi: tegra210-quad: Return IRQ_HANDLED when timeout already
    processed transfer (git-fixes).
  - commit 95b4070

++++ kernel-rt_debug:

  - spi: tegra114: Preserve SPI mode bits in def_command1_reg
    (git-fixes).
  - spi: tegra: Fix a memory leak in tegra_slink_probe()
    (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer check in IRQ handler
    (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer clearing in
    tegra_qspi_non_combined_seq_xfer (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer in
    tegra_qspi_combined_seq_xfer (git-fixes).
  - spi: tegra210-quad: Protect curr_xfer assignment in
    tegra_qspi_setup_transfer_one (git-fixes).
  - spi: tegra210-quad: Move curr_xfer read inside spinlock
    (git-fixes).
  - spi: tegra210-quad: Return IRQ_HANDLED when timeout already
    processed transfer (git-fixes).
  - commit 95b4070

------------------------------------------------------------------
------------------  2026-2-7  -  Feb 7 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: hda/realtek: Add quirk for Inspur S14-G1 (stable-fixes).
  - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for
    HP machine (stable-fixes).
  - ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list
    (stable-fixes).
  - ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel
    (stable-fixes).
  - ALSA: hda/realtek - fixed speaker no sound (stable-fixes).
  - commit e53fbb8
  - ASoC: amd: fix memory leak in acp3x pdm dma ops (git-fixes).
  - ALSA: usb-audio: fix broken logic in snd_audigy2nx_led_update()
    (git-fixes).
  - hwmon: (occ) Mark occ_init_attribute() as __printf (git-fixes).
  - drm/amd/display: fix wrong color value mapping on MCM shaper
    LUT (git-fixes).
  - Revert "drm/amd: Check if ASPM is enabled from PCIe subsystem"
    (git-fixes).
  - drm/mgag200: fix mgag200_bmc_stop_scanout() (git-fixes).
  - efivarfs: fix error propagation in efivar_entry_get()
    (git-fixes).
  - ASoC: amd: yc: Add DMI quirk for Acer TravelMate P216-41-TCO
    (stable-fixes).
  - gpio: pca953x: mask interrupts in irq shutdown (stable-fixes).
  - drm/amdgpu/gfx11: fix wptr reset in KGQ init (stable-fixes).
  - drm/amdgpu/gfx10: fix wptr reset in KGQ init (stable-fixes).
  - drm/amdgpu/soc21: fix xclk for APUs (stable-fixes).
  - pinctrl: meson: mark the GPIO controller as sleeping
    (git-fixes).
  - drm/radeon: delete radeon_fence_process in is_signaled, no
    deadlock (stable-fixes).
  - commit 1cabea4

++++ kernel-rt:

  - ALSA: hda/realtek: Add quirk for Inspur S14-G1 (stable-fixes).
  - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for
    HP machine (stable-fixes).
  - ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list
    (stable-fixes).
  - ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel
    (stable-fixes).
  - ALSA: hda/realtek - fixed speaker no sound (stable-fixes).
  - commit e53fbb8
  - ASoC: amd: fix memory leak in acp3x pdm dma ops (git-fixes).
  - ALSA: usb-audio: fix broken logic in snd_audigy2nx_led_update()
    (git-fixes).
  - hwmon: (occ) Mark occ_init_attribute() as __printf (git-fixes).
  - drm/amd/display: fix wrong color value mapping on MCM shaper
    LUT (git-fixes).
  - Revert "drm/amd: Check if ASPM is enabled from PCIe subsystem"
    (git-fixes).
  - drm/mgag200: fix mgag200_bmc_stop_scanout() (git-fixes).
  - efivarfs: fix error propagation in efivar_entry_get()
    (git-fixes).
  - ASoC: amd: yc: Add DMI quirk for Acer TravelMate P216-41-TCO
    (stable-fixes).
  - gpio: pca953x: mask interrupts in irq shutdown (stable-fixes).
  - drm/amdgpu/gfx11: fix wptr reset in KGQ init (stable-fixes).
  - drm/amdgpu/gfx10: fix wptr reset in KGQ init (stable-fixes).
  - drm/amdgpu/soc21: fix xclk for APUs (stable-fixes).
  - pinctrl: meson: mark the GPIO controller as sleeping
    (git-fixes).
  - drm/radeon: delete radeon_fence_process in is_signaled, no
    deadlock (stable-fixes).
  - commit 1cabea4

++++ kernel-rt_debug:

  - ALSA: hda/realtek: Add quirk for Inspur S14-G1 (stable-fixes).
  - ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for
    HP machine (stable-fixes).
  - ASoC: amd: yc: Add ASUS ExpertBook PM1503CDA to quirks list
    (stable-fixes).
  - ASoC: cs35l45: Corrects ASP_TX5 DAPM widget channel
    (stable-fixes).
  - ALSA: hda/realtek - fixed speaker no sound (stable-fixes).
  - commit e53fbb8
  - ASoC: amd: fix memory leak in acp3x pdm dma ops (git-fixes).
  - ALSA: usb-audio: fix broken logic in snd_audigy2nx_led_update()
    (git-fixes).
  - hwmon: (occ) Mark occ_init_attribute() as __printf (git-fixes).
  - drm/amd/display: fix wrong color value mapping on MCM shaper
    LUT (git-fixes).
  - Revert "drm/amd: Check if ASPM is enabled from PCIe subsystem"
    (git-fixes).
  - drm/mgag200: fix mgag200_bmc_stop_scanout() (git-fixes).
  - efivarfs: fix error propagation in efivar_entry_get()
    (git-fixes).
  - ASoC: amd: yc: Add DMI quirk for Acer TravelMate P216-41-TCO
    (stable-fixes).
  - gpio: pca953x: mask interrupts in irq shutdown (stable-fixes).
  - drm/amdgpu/gfx11: fix wptr reset in KGQ init (stable-fixes).
  - drm/amdgpu/gfx10: fix wptr reset in KGQ init (stable-fixes).
  - drm/amdgpu/soc21: fix xclk for APUs (stable-fixes).
  - pinctrl: meson: mark the GPIO controller as sleeping
    (git-fixes).
  - drm/radeon: delete radeon_fence_process in is_signaled, no
    deadlock (stable-fixes).
  - commit 1cabea4

------------------------------------------------------------------
------------------  2026-2-6  -  Feb 6 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net: openvswitch: fix middle attribute validation in push_nsh()
    action (CVE-2025-68785 bsc#1256640).
  - commit 3dbef50
  - clocksource: Reduce watchdog readout delay limit to prevent
    false positives (bsc#1241345).
  - commit 6736e91
  - clocksource: Print durations for sync check unconditionally
    (bsc#1241345).
  - commit 79738b2

++++ kernel-rt:

  - net: openvswitch: fix middle attribute validation in push_nsh()
    action (CVE-2025-68785 bsc#1256640).
  - commit 3dbef50
  - clocksource: Reduce watchdog readout delay limit to prevent
    false positives (bsc#1241345).
  - commit 6736e91
  - clocksource: Print durations for sync check unconditionally
    (bsc#1241345).
  - commit 79738b2

++++ kernel-rt_debug:

  - net: openvswitch: fix middle attribute validation in push_nsh()
    action (CVE-2025-68785 bsc#1256640).
  - commit 3dbef50
  - clocksource: Reduce watchdog readout delay limit to prevent
    false positives (bsc#1241345).
  - commit 6736e91
  - clocksource: Print durations for sync check unconditionally
    (bsc#1241345).
  - commit 79738b2

------------------------------------------------------------------
------------------  2026-2-5  -  Feb 5 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - iomap: account for unaligned end offsets when truncating read
    range (git-fixes).
  - blacklist.conf: Blacklist 40a71b53d5a6 and 524c3853831c
  - commit 6f0c964
  - ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
    (git-fixes).
  - commit c2e8303
  - mptcp: avoid deadlock on fallback while reinjecting
    (CVE-2025-71126 bsc#1256755).
  - mptcp: reset fallback status gracefully at disconnect() time
    (CVE-2025-71126 bsc#1256755).
  - commit 3b7ecc1

++++ kernel-rt:

  - iomap: account for unaligned end offsets when truncating read
    range (git-fixes).
  - blacklist.conf: Blacklist 40a71b53d5a6 and 524c3853831c
  - commit 6f0c964
  - ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
    (git-fixes).
  - commit c2e8303
  - mptcp: avoid deadlock on fallback while reinjecting
    (CVE-2025-71126 bsc#1256755).
  - mptcp: reset fallback status gracefully at disconnect() time
    (CVE-2025-71126 bsc#1256755).
  - commit 3b7ecc1

++++ kernel-rt_debug:

  - iomap: account for unaligned end offsets when truncating read
    range (git-fixes).
  - blacklist.conf: Blacklist 40a71b53d5a6 and 524c3853831c
  - commit 6f0c964
  - ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref
    (git-fixes).
  - commit c2e8303
  - mptcp: avoid deadlock on fallback while reinjecting
    (CVE-2025-71126 bsc#1256755).
  - mptcp: reset fallback status gracefully at disconnect() time
    (CVE-2025-71126 bsc#1256755).
  - commit 3b7ecc1

++++ read-only-root-fs:

  - Add patch to fix workaround for read-only / subvolumes (bsc#1252892):
    * 0001-Fix-workaround-for-read-only-subvolumes-by-remountin.patch

++++ regionServiceClientConfigGCE:

  - Update to version 5.2.0
    + Drop the if condition for gcemetdata requirement

------------------------------------------------------------------
------------------  2026-2-4  -  Feb 4 2026  -------------------
------------------------------------------------------------------

++++ cockpit:

  - Update dependencies for bsc#1257324/CVE-2025-13465

++++ cockpit-machines:

  - Update dependencies for bsc#1257325/CVE-2025-13465

++++ docker:

  - Places a hard cap on the amount of mechanisms that can be specified and
    encoded in the payload. (bcs#1253904, CVE-2025-58181)
    * 0007-CVE-2025-58181-fix-vendor-crypto-ssh.patch

++++ kernel-default:

  - ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()
    (CVE-2026-23003 bsc#1257246).
  - commit 2b67457
  - geneve: Fix incorrect inner network header offset when
    innerprotoinherit is set (CVE-2026-23003 bsc#1257246).
  - commit 167d4d3
  - platform/x86: intel_telemetry: Fix PSS event register mask
    (git-fixes).
  - platform/x86: intel_telemetry: Fix swapped arrays in PSS output
    (git-fixes).
  - platform/x86: toshiba_haps: Fix memory leaks in add/remove
    routines (git-fixes).
  - commit 41b7ff7
  - btrfs: scrub: always update btrfs_scrub_progress::last_physical
    (git-fixes).
  - commit b2c29ef

++++ kernel-rt:

  - ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()
    (CVE-2026-23003 bsc#1257246).
  - commit 2b67457
  - geneve: Fix incorrect inner network header offset when
    innerprotoinherit is set (CVE-2026-23003 bsc#1257246).
  - commit 167d4d3
  - platform/x86: intel_telemetry: Fix PSS event register mask
    (git-fixes).
  - platform/x86: intel_telemetry: Fix swapped arrays in PSS output
    (git-fixes).
  - platform/x86: toshiba_haps: Fix memory leaks in add/remove
    routines (git-fixes).
  - commit 41b7ff7
  - btrfs: scrub: always update btrfs_scrub_progress::last_physical
    (git-fixes).
  - commit b2c29ef

++++ kernel-rt_debug:

  - ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()
    (CVE-2026-23003 bsc#1257246).
  - commit 2b67457
  - geneve: Fix incorrect inner network header offset when
    innerprotoinherit is set (CVE-2026-23003 bsc#1257246).
  - commit 167d4d3
  - platform/x86: intel_telemetry: Fix PSS event register mask
    (git-fixes).
  - platform/x86: intel_telemetry: Fix swapped arrays in PSS output
    (git-fixes).
  - platform/x86: toshiba_haps: Fix memory leaks in add/remove
    routines (git-fixes).
  - commit 41b7ff7
  - btrfs: scrub: always update btrfs_scrub_progress::last_physical
    (git-fixes).
  - commit b2c29ef

++++ libxslt:

  - CVE-2025-10911 will be fixed on libxml2 side instead [bsc#1250553]
  - deleted patches
    * libxslt-CVE-2025-10911.patch

++++ libxml2:

  - CVE-2026-1757: memory leak in the `xmllint` interactive shell (bsc#1257593, bsc#1257594, bsc#1257595)
    * Add patch libxml2-CVE-2026-1757.patch
  - CVE-2025-10911: use-after-free with key data stored cross-RVT (bsc#1250553)
    * Add patch libxml2-CVE-2025-10911.patch

++++ opensuse-migration-tool:

  - Update to version 20260204.2cf77a3:
    * Drop requires on update-bootloader as it's not available on 15.6.
    Install it in post-script on target of migration instead. boo#1255897
    * Refine post-scritps
    * Ensure update bootloader is installed in post scripts
    * don't install selinux-policy-targeted-gaming by default

++++ libxml2-python:

  - CVE-2026-1757: memory leak in the `xmllint` interactive shell (bsc#1257593, bsc#1257594, bsc#1257595)
    * Add patch libxml2-CVE-2026-1757.patch
  - CVE-2025-10911: use-after-free with key data stored cross-RVT (bsc#1250553)
    * Add patch libxml2-CVE-2025-10911.patch

------------------------------------------------------------------
------------------  2026-2-3  -  Feb 3 2026  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Add patch for CVE-2025-47914 (bsc#1254041), CVE-2025-47913 (bsc#1253584):
    0001-CVE-2025-47913-CVE-2025-47914-ssh-agent-fixes.patch

++++ kernel-default:

  - libceph: replace overzealous BUG_ON in osdmap_apply_incremental() (CVE-2026-22990 bsc#1257221).
  - commit 0a3e886
  - libceph: make free_choose_arg_map() resilient to partial allocation (CVE-2026-22991 bsc#1257220).
  - commit 2e431bc
  - libceph: return the handler error from mon_handle_auth_done() (CVE-2026-22992 bsc#1257218).
  - commit 518f909
  - libceph: prevent potential out-of-bounds reads in handle_auth_done() (CVE-2026-22984 bsc#1257217).
  - commit 7474e34
  - mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP
    allocations (bsc#1254447 bsc#1253087).
  - commit e90ec28
  - bpf/selftests: test_select_reuseport_kern: Remove unused header
    (bsc#1257603).
  - commit 3124f7b

++++ kernel-rt:

  - libceph: replace overzealous BUG_ON in osdmap_apply_incremental() (CVE-2026-22990 bsc#1257221).
  - commit 0a3e886
  - libceph: make free_choose_arg_map() resilient to partial allocation (CVE-2026-22991 bsc#1257220).
  - commit 2e431bc
  - libceph: return the handler error from mon_handle_auth_done() (CVE-2026-22992 bsc#1257218).
  - commit 518f909
  - libceph: prevent potential out-of-bounds reads in handle_auth_done() (CVE-2026-22984 bsc#1257217).
  - commit 7474e34
  - mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP
    allocations (bsc#1254447 bsc#1253087).
  - commit e90ec28
  - bpf/selftests: test_select_reuseport_kern: Remove unused header
    (bsc#1257603).
  - commit 3124f7b

++++ kernel-rt_debug:

  - libceph: replace overzealous BUG_ON in osdmap_apply_incremental() (CVE-2026-22990 bsc#1257221).
  - commit 0a3e886
  - libceph: make free_choose_arg_map() resilient to partial allocation (CVE-2026-22991 bsc#1257220).
  - commit 2e431bc
  - libceph: return the handler error from mon_handle_auth_done() (CVE-2026-22992 bsc#1257218).
  - commit 518f909
  - libceph: prevent potential out-of-bounds reads in handle_auth_done() (CVE-2026-22984 bsc#1257217).
  - commit 7474e34
  - mm, page_alloc, thp: prevent reclaim for __GFP_THISNODE THP
    allocations (bsc#1254447 bsc#1253087).
  - commit e90ec28
  - bpf/selftests: test_select_reuseport_kern: Remove unused header
    (bsc#1257603).
  - commit 3124f7b

++++ expat:

  - security update
  - added patches
    CVE-2026-24515 [bsc#1257144], NULL dereference (CWE-476) due to function XML_ExternalEntityParserCreate() failing to copy the encoding handler data passed to XML_SetUnknownEncodingHandler() from the parent to the subparser
    * expat-CVE-2026-24515.patch
    CVE-2026-25210 [bsc#1257496], lack of buffer size check can lead to an integer overflow
    * expat-CVE-2026-25210.patch

++++ libsoup:

  - Add libsoup-CVE-2026-1536.patch: Always validate the headers
    value when coming from untrusted source
    (bsc#1257440, CVE-2026-1536, glgo#GNOME/libsoup/commit/5c1a2e9c).
  - Add libsoup-CVE-2026-1761.patch: multipart: check length of bytes
    read soup_filter_input_stream_read_until()
    (bsc#1257598, CVE-2026-1761, glgo#GNOME/libsoup!496).

------------------------------------------------------------------
------------------  2026-2-2  -  Feb 2 2026  -------------------
------------------------------------------------------------------

++++ cockpit-podman:

  - Update dependencies for bsc#1257324/CVE-2025-13465

++++ kernel-default:

  - smb: client: short-circuit in open_cached_dir_by_dentry()
    if !dentry (git-fixes).
  - commit 82d6911
  - smb: client: ensure open_cached_dir_by_dentry() only returns
    valid cfid (git-fixes).
  - commit d1feafe
  - smb: client: split cached_fid bitfields to avoid shared-byte
    RMW races (bsc#1250748,bsc#1257154).
  - commit e7ce4ba
  - scripts/python/git_sort/git_sort.yaml: add cifs for-next repository
  - commit 0d24c51
  - smb: improve directory cache reuse for readdir operations
    (bsc#1252712).
  - commit 20c0243
  - smb: client: remove unused fid_lock (git-fixes).
  - commit ed3cf07
  - smb: client: update cfid->last_access_time in
    open_cached_dir_by_dentry() (git-fixes).
  - commit 1962196
  - cifs: add new field to track the last access time of cfid
    (git-fixes).
  - commit 7328aa8
  - smb: change return type of cached_dir_lease_break() to bool
    (git-fixes).
  - commit da8604d
  - ipv6: Fix use-after-free in inet6_addr_del() (CVE-2026-23010
    bsc#1257332).
  - commit 0f213a3
  - net: mscc: ocelot: Fix crash when adding interface under a lag
    (CVE-2026-22982 bsc#1257179).
  - net/handshake: restore destructor on submit failure
    (CVE-2025-71148 bsc#1257159).
  - commit 08069be
  - libceph: prevent potential out-of-bounds writes in handle_auth_session_key() (CVE-2025-68284 bsc#1255377).
  - commit 16880ae
  - Update config files: disable CONFIG_DEVPORT for arm64 (bsc#1256792)
  - commit b3a8e60
  - x86/fpu: Clear XSTATE_BV in guest XSAVE state whenever XFD[i]=1
    (CVE-2026-23005 bsc#1257245).
  - commit 4fcc2d5
  - Update
    patches.suse/ALSA-hda-Fix-missing-pointer-check-in-hda_component_.patch
    (git-fixes CVE-2025-40097 bsc#1252900).
  - Update
    patches.suse/ASoC-stm32-sai-fix-OF-node-leak-on-probe.patch
    (git-fixes CVE-2025-71081 bsc#1256609).
  - Update
    patches.suse/KEYS-trusted-Fix-a-memory-leak-in-tpm2_load_cmd.patch
    (git-fixes CVE-2025-71147 bsc#1257158).
  - Update
    patches.suse/btrfs-fix-adding-block-group-to-a-reclaim-list-and-t.patch
    (git-fixes CVE-2024-42103 bsc#1228490).
  - Update
    patches.suse/btrfs-fix-invalid-inode-pointer-dereferences-during-.patch
    (git-fixes CVE-2025-38243 bsc#1246184).
  - Update
    patches.suse/drm-stm-ltdc-fix-late-dereference-check.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53714
    bsc#1254465).
  - Update
    patches.suse/drm-ttm-Avoid-NULL-pointer-deref-for-evicted-BOs.patch
    (git-fixes CVE-2025-71083 bsc#1256610).
  - Update
    patches.suse/ftrace-Also-allocate-and-copy-hash-for-reading-of-filter-f.patch
    (bsc#1250032 CVE-2025-39813 CVE-2025-39689 bsc#1249307).
  - Update
    patches.suse/hwmon-w83791d-Convert-macros-to-functions-to-avoid-T.patch
    (git-fixes CVE-2025-71111 bsc#1256728).
  - Update
    patches.suse/ipmi-Rework-user-message-limit-handling.patch
    (git-fixes CVE-2025-40202 bsc#1253451).
  - Update
    patches.suse/media-adv7842-Avoid-possible-out-of-bounds-array-acc.patch
    (git-fixes CVE-2025-71136 bsc#1256759).
  - Update
    patches.suse/media-dvb-usb-dtv5100-fix-out-of-bounds-in-dtv5100_i.patch
    (git-fixes CVE-2025-68819 bsc#1256664).
  - Update
    patches.suse/media-vidtv-initialize-local-pointers-upon-transfer-.patch
    (git-fixes CVE-2025-68808 bsc#1256682).
  - Update
    patches.suse/perf-x86-intel-Fix-crash-in-icl_update_topdown_event.patch
    (git-fixes CVE-2025-38322 bsc#1246447).
  - Update
    patches.suse/platform-chrome-cros_ec_ishtp-Fix-UAF-after-unbindin.patch
    (git-fixes CVE-2025-68804 bsc#1256617).
  - Update
    patches.suse/powerpc-64s-slb-Fix-SLB-multihit-issue-during-SLB-preload.patch
    (bac#1236022 ltc#211187 CVE-2025-71078 bsc#1256616).
  - Update
    patches.suse/smb-client-fix-warning-when-reconnecting-channel.patch
    (git-fixes CVE-2025-38379 bsc#1247030).
  - Update
    patches.suse/tcp_bpf-Call-sk_msg_free-when-tcp_bpf_send_verdict-f.patch
    (bsc#1250705 CVE-2025-39913).
  - Update
    patches.suse/trace-fgraph-Fix-the-warning-caused-by-missing-unregister-.patch
    (bsc#1248211 CVE-2025-38539 CVE-2025-39829 bsc#1250082).
  - Update
    patches.suse/usb-dwc3-fix-fault-at-system-suspend-if-device-was-a.patch
    (git-fixes CVE-2024-53070 bsc#1233563).
  - Update
    patches.suse/usb-typec-ucsi-glink-fix-off-by-one-in-connector_sta.patch
    (git-fixes CVE-2024-53149 bsc#1234842).
  - Update
    patches.suse/usb-xhci-Fix-invalid-pointer-dereference-in-Etron-wo.patch
    (git-fixes CVE-2025-37813 bsc#1242909).
  - Update
    patches.suse/x86-microcode-AMD-Fix-__apply_microcode_amd-s-return.patch
    (bsc#1256528 CVE-2025-22047 bsc#1241437).
  - commit fbc3d71
  - Update
    patches.suse/ACPICA-Avoid-walking-the-Namespace-if-start_node-is-.patch
    (stable-fixes CVE-2025-71118 bsc#1256763).
  - Update
    patches.suse/ALSA-usb-mixer-us16x08-validate-meter-packet-indices.patch
    (git-fixes CVE-2025-68783 bsc#1256650).
  - Update patches.suse/ASoC-tlv320adcx140-fix-null-pointer.patch
    (git-fixes CVE-2026-23006 bsc#1257208).
  - Update
    patches.suse/Bluetooth-btusb-revert-use-of-devm_kzalloc-in-btusb.patch
    (git-fixes CVE-2025-71082 bsc#1256611).
  - Update
    patches.suse/Input-ti_am335x_tsc-fix-off-by-one-error-in-wire_ord.patch
    (git-fixes CVE-2025-68777 bsc#1256655).
  - Update
    patches.suse/arp-do-not-assume-dev_hard_header-does-not-change-skb-head.patch
    (CVE-2025-71098 bsc#1256591 CVE-2026-22988 bsc#1257282).
  - Update
    patches.suse/bpf-Do-not-let-BPF-test-infra-emit-invalid-GSO-types.patch
    (bsc#1255569 CVE-2025-68725).
  - Update
    patches.suse/char-applicom-fix-NULL-pointer-dereference-in-ac_ioc.patch
    (stable-fixes CVE-2025-68797 bsc#1256660).
  - Update
    patches.suse/comedi-fix-divide-by-zero-in-comedi_buf_munge.patch
    (stable-fixes CVE-2025-40106 bsc#1252891).
  - Update
    patches.suse/crypto-seqiv-Do-not-use-req-iv-after-crypto_aead_enc.patch
    (git-fixes CVE-2025-71131 bsc#1256742).
  - Update
    patches.suse/dmaengine-idxd-fix-device-leaks-on-compat-bind-and-u.patch
    (git-fixes CVE-2025-71163 bsc#1257215).
  - Update
    patches.suse/dmaengine-tegra-adma-Fix-use-after-free.patch
    (git-fixes CVE-2025-71162 bsc#1257204).
  - Update
    patches.suse/drm-i915-gem-Zero-initialize-the-eb.vma-array-in-i91.patch
    (git-fixes CVE-2025-71130 bsc#1256741).
  - Update
    patches.suse/drm-msm-dpu-Add-missing-NULL-pointer-check-for-pingp.patch
    (git-fixes CVE-2025-71138 bsc#1256785).
  - Update
    patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch
    (git-fixes CVE-2025-68789 bsc#1256781).
  - Update
    patches.suse/idpf-Fix-RSS-LUT-NULL-pointer-crash-on-early-ethtool.patch
    (CVE-2026-22993 bsc#1257180 CVE-2026-22985 bsc#1257277).
  - Update
    patches.suse/interconnect-Don-t-access-req_list-while-it-s-being-.patch
    (CVE-2023-54013 bsc#1256280 CVE-2024-27005 bsc#1223800).
  - Update
    patches.suse/net-can-j1939-j1939_xtp_rx_rts_session_active-deacti.patch
    (git-fixes CVE-2026-22997 bsc#1257202).
  - Update
    patches.suse/net-nfc-fix-deadlock-between-nfc_unregister_device-a.patch
    (git-fixes CVE-2025-71079 bsc#1256619).
  - Update
    patches.suse/net-rose-fix-invalid-array-index-in-rose_kill_by_dev.patch
    (git-fixes CVE-2025-71086 bsc#1256625).
  - Update
    patches.suse/net-usb-rtl8150-fix-memory-leak-on-usb_submit_urb-fa.patch
    (git-fixes CVE-2025-71154 bsc#1257163).
  - Update
    patches.suse/powerpc-kexec-Enable-SMT-before-waking-offline-CPUs.patch
    (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes
    bsc#1253739 ltc#211493 bsc#1254244 ltc#216496 CVE-2025-71119
    bsc#1256730).
  - Update
    patches.suse/smc91x-fix-broken-irq-context-in-PREEMPT_RT.patch
    (git-fixes CVE-2025-71132 bsc#1256737).
  - Update
    patches.suse/spi-fsl-cpm-Check-length-parity-before-switching-to-.patch
    (git-fixes CVE-2025-68773 bsc#1256586).
  - Update
    patches.suse/staging-rtl8723bs-fix-out-of-bounds-read-in-OnBeacon.patch
    (stable-fixes CVE-2025-68254 bsc#1255140).
  - Update
    patches.suse/staging-rtl8723bs-fix-out-of-bounds-read-in-rtw_get_.patch
    (stable-fixes CVE-2025-68256 bsc#1255138).
  - Update
    patches.suse/usb-phy-isp1301-fix-non-OF-device-reference-imbalanc.patch
    (git-fixes CVE-2025-71145 bsc#1257155).
  - Update
    patches.suse/usb-typec-ucsi-Handle-incorrect-num_connectors-capab.patch
    (stable-fixes CVE-2025-71108 bsc#1256774).
  - Update
    patches.suse/via_wdt-fix-critical-boot-hang-due-to-unnamed-resour.patch
    (stable-fixes CVE-2025-71114 bsc#1256752).
  - Update
    patches.suse/wifi-avoid-kernel-infoleak-from-struct-iw_point.patch
    (git-fixes CVE-2026-22978 bsc#1257227).
  - Update
    patches.suse/wifi-rtlwifi-8192cu-fix-tid-out-of-range-in-rtl92cu_.patch
    (git-fixes CVE-2025-71100 bsc#1256593).
  - commit 856d20b
  - powerpc/addnote: Fix overflow on 32-bit builds (bsc#1215199).
  - commit b73475a
  - net/mlx5e: Don't store mlx5e_priv in mlx5e_dev devlink priv
    (CVE-2026-22996).
  - net/mlx5e: Fix crash on profile change rollback failure
    (CVE-2026-23000 bsc#1257234).
  - commit 46ccefc
  - macvlan: fix possible UAF in macvlan_forward_source()
    (CVE-2026-23001 bsc#1257232).
  - commit bcf0129
  - gpio: rockchip: Stop calling pinctrl for set_direction
    (git-fixes).
  - commit 8cea9c9

++++ kernel-rt:

  - smb: client: short-circuit in open_cached_dir_by_dentry()
    if !dentry (git-fixes).
  - commit 82d6911
  - smb: client: ensure open_cached_dir_by_dentry() only returns
    valid cfid (git-fixes).
  - commit d1feafe
  - smb: client: split cached_fid bitfields to avoid shared-byte
    RMW races (bsc#1250748,bsc#1257154).
  - commit e7ce4ba
  - scripts/python/git_sort/git_sort.yaml: add cifs for-next repository
  - commit 0d24c51
  - smb: improve directory cache reuse for readdir operations
    (bsc#1252712).
  - commit 20c0243
  - smb: client: remove unused fid_lock (git-fixes).
  - commit ed3cf07
  - smb: client: update cfid->last_access_time in
    open_cached_dir_by_dentry() (git-fixes).
  - commit 1962196
  - cifs: add new field to track the last access time of cfid
    (git-fixes).
  - commit 7328aa8
  - smb: change return type of cached_dir_lease_break() to bool
    (git-fixes).
  - commit da8604d
  - ipv6: Fix use-after-free in inet6_addr_del() (CVE-2026-23010
    bsc#1257332).
  - commit 0f213a3
  - net: mscc: ocelot: Fix crash when adding interface under a lag
    (CVE-2026-22982 bsc#1257179).
  - net/handshake: restore destructor on submit failure
    (CVE-2025-71148 bsc#1257159).
  - commit 08069be
  - libceph: prevent potential out-of-bounds writes in handle_auth_session_key() (CVE-2025-68284 bsc#1255377).
  - commit 16880ae
  - Update config files: disable CONFIG_DEVPORT for arm64 (bsc#1256792)
  - commit b3a8e60
  - x86/fpu: Clear XSTATE_BV in guest XSAVE state whenever XFD[i]=1
    (CVE-2026-23005 bsc#1257245).
  - commit 4fcc2d5
  - Update
    patches.suse/ALSA-hda-Fix-missing-pointer-check-in-hda_component_.patch
    (git-fixes CVE-2025-40097 bsc#1252900).
  - Update
    patches.suse/ASoC-stm32-sai-fix-OF-node-leak-on-probe.patch
    (git-fixes CVE-2025-71081 bsc#1256609).
  - Update
    patches.suse/KEYS-trusted-Fix-a-memory-leak-in-tpm2_load_cmd.patch
    (git-fixes CVE-2025-71147 bsc#1257158).
  - Update
    patches.suse/btrfs-fix-adding-block-group-to-a-reclaim-list-and-t.patch
    (git-fixes CVE-2024-42103 bsc#1228490).
  - Update
    patches.suse/btrfs-fix-invalid-inode-pointer-dereferences-during-.patch
    (git-fixes CVE-2025-38243 bsc#1246184).
  - Update
    patches.suse/drm-stm-ltdc-fix-late-dereference-check.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53714
    bsc#1254465).
  - Update
    patches.suse/drm-ttm-Avoid-NULL-pointer-deref-for-evicted-BOs.patch
    (git-fixes CVE-2025-71083 bsc#1256610).
  - Update
    patches.suse/ftrace-Also-allocate-and-copy-hash-for-reading-of-filter-f.patch
    (bsc#1250032 CVE-2025-39813 CVE-2025-39689 bsc#1249307).
  - Update
    patches.suse/hwmon-w83791d-Convert-macros-to-functions-to-avoid-T.patch
    (git-fixes CVE-2025-71111 bsc#1256728).
  - Update
    patches.suse/ipmi-Rework-user-message-limit-handling.patch
    (git-fixes CVE-2025-40202 bsc#1253451).
  - Update
    patches.suse/media-adv7842-Avoid-possible-out-of-bounds-array-acc.patch
    (git-fixes CVE-2025-71136 bsc#1256759).
  - Update
    patches.suse/media-dvb-usb-dtv5100-fix-out-of-bounds-in-dtv5100_i.patch
    (git-fixes CVE-2025-68819 bsc#1256664).
  - Update
    patches.suse/media-vidtv-initialize-local-pointers-upon-transfer-.patch
    (git-fixes CVE-2025-68808 bsc#1256682).
  - Update
    patches.suse/perf-x86-intel-Fix-crash-in-icl_update_topdown_event.patch
    (git-fixes CVE-2025-38322 bsc#1246447).
  - Update
    patches.suse/platform-chrome-cros_ec_ishtp-Fix-UAF-after-unbindin.patch
    (git-fixes CVE-2025-68804 bsc#1256617).
  - Update
    patches.suse/powerpc-64s-slb-Fix-SLB-multihit-issue-during-SLB-preload.patch
    (bac#1236022 ltc#211187 CVE-2025-71078 bsc#1256616).
  - Update
    patches.suse/smb-client-fix-warning-when-reconnecting-channel.patch
    (git-fixes CVE-2025-38379 bsc#1247030).
  - Update
    patches.suse/tcp_bpf-Call-sk_msg_free-when-tcp_bpf_send_verdict-f.patch
    (bsc#1250705 CVE-2025-39913).
  - Update
    patches.suse/trace-fgraph-Fix-the-warning-caused-by-missing-unregister-.patch
    (bsc#1248211 CVE-2025-38539 CVE-2025-39829 bsc#1250082).
  - Update
    patches.suse/usb-dwc3-fix-fault-at-system-suspend-if-device-was-a.patch
    (git-fixes CVE-2024-53070 bsc#1233563).
  - Update
    patches.suse/usb-typec-ucsi-glink-fix-off-by-one-in-connector_sta.patch
    (git-fixes CVE-2024-53149 bsc#1234842).
  - Update
    patches.suse/usb-xhci-Fix-invalid-pointer-dereference-in-Etron-wo.patch
    (git-fixes CVE-2025-37813 bsc#1242909).
  - Update
    patches.suse/x86-microcode-AMD-Fix-__apply_microcode_amd-s-return.patch
    (bsc#1256528 CVE-2025-22047 bsc#1241437).
  - commit fbc3d71
  - Update
    patches.suse/ACPICA-Avoid-walking-the-Namespace-if-start_node-is-.patch
    (stable-fixes CVE-2025-71118 bsc#1256763).
  - Update
    patches.suse/ALSA-usb-mixer-us16x08-validate-meter-packet-indices.patch
    (git-fixes CVE-2025-68783 bsc#1256650).
  - Update patches.suse/ASoC-tlv320adcx140-fix-null-pointer.patch
    (git-fixes CVE-2026-23006 bsc#1257208).
  - Update
    patches.suse/Bluetooth-btusb-revert-use-of-devm_kzalloc-in-btusb.patch
    (git-fixes CVE-2025-71082 bsc#1256611).
  - Update
    patches.suse/Input-ti_am335x_tsc-fix-off-by-one-error-in-wire_ord.patch
    (git-fixes CVE-2025-68777 bsc#1256655).
  - Update
    patches.suse/arp-do-not-assume-dev_hard_header-does-not-change-skb-head.patch
    (CVE-2025-71098 bsc#1256591 CVE-2026-22988 bsc#1257282).
  - Update
    patches.suse/bpf-Do-not-let-BPF-test-infra-emit-invalid-GSO-types.patch
    (bsc#1255569 CVE-2025-68725).
  - Update
    patches.suse/char-applicom-fix-NULL-pointer-dereference-in-ac_ioc.patch
    (stable-fixes CVE-2025-68797 bsc#1256660).
  - Update
    patches.suse/comedi-fix-divide-by-zero-in-comedi_buf_munge.patch
    (stable-fixes CVE-2025-40106 bsc#1252891).
  - Update
    patches.suse/crypto-seqiv-Do-not-use-req-iv-after-crypto_aead_enc.patch
    (git-fixes CVE-2025-71131 bsc#1256742).
  - Update
    patches.suse/dmaengine-idxd-fix-device-leaks-on-compat-bind-and-u.patch
    (git-fixes CVE-2025-71163 bsc#1257215).
  - Update
    patches.suse/dmaengine-tegra-adma-Fix-use-after-free.patch
    (git-fixes CVE-2025-71162 bsc#1257204).
  - Update
    patches.suse/drm-i915-gem-Zero-initialize-the-eb.vma-array-in-i91.patch
    (git-fixes CVE-2025-71130 bsc#1256741).
  - Update
    patches.suse/drm-msm-dpu-Add-missing-NULL-pointer-check-for-pingp.patch
    (git-fixes CVE-2025-71138 bsc#1256785).
  - Update
    patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch
    (git-fixes CVE-2025-68789 bsc#1256781).
  - Update
    patches.suse/idpf-Fix-RSS-LUT-NULL-pointer-crash-on-early-ethtool.patch
    (CVE-2026-22993 bsc#1257180 CVE-2026-22985 bsc#1257277).
  - Update
    patches.suse/interconnect-Don-t-access-req_list-while-it-s-being-.patch
    (CVE-2023-54013 bsc#1256280 CVE-2024-27005 bsc#1223800).
  - Update
    patches.suse/net-can-j1939-j1939_xtp_rx_rts_session_active-deacti.patch
    (git-fixes CVE-2026-22997 bsc#1257202).
  - Update
    patches.suse/net-nfc-fix-deadlock-between-nfc_unregister_device-a.patch
    (git-fixes CVE-2025-71079 bsc#1256619).
  - Update
    patches.suse/net-rose-fix-invalid-array-index-in-rose_kill_by_dev.patch
    (git-fixes CVE-2025-71086 bsc#1256625).
  - Update
    patches.suse/net-usb-rtl8150-fix-memory-leak-on-usb_submit_urb-fa.patch
    (git-fixes CVE-2025-71154 bsc#1257163).
  - Update
    patches.suse/powerpc-kexec-Enable-SMT-before-waking-offline-CPUs.patch
    (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes
    bsc#1253739 ltc#211493 bsc#1254244 ltc#216496 CVE-2025-71119
    bsc#1256730).
  - Update
    patches.suse/smc91x-fix-broken-irq-context-in-PREEMPT_RT.patch
    (git-fixes CVE-2025-71132 bsc#1256737).
  - Update
    patches.suse/spi-fsl-cpm-Check-length-parity-before-switching-to-.patch
    (git-fixes CVE-2025-68773 bsc#1256586).
  - Update
    patches.suse/staging-rtl8723bs-fix-out-of-bounds-read-in-OnBeacon.patch
    (stable-fixes CVE-2025-68254 bsc#1255140).
  - Update
    patches.suse/staging-rtl8723bs-fix-out-of-bounds-read-in-rtw_get_.patch
    (stable-fixes CVE-2025-68256 bsc#1255138).
  - Update
    patches.suse/usb-phy-isp1301-fix-non-OF-device-reference-imbalanc.patch
    (git-fixes CVE-2025-71145 bsc#1257155).
  - Update
    patches.suse/usb-typec-ucsi-Handle-incorrect-num_connectors-capab.patch
    (stable-fixes CVE-2025-71108 bsc#1256774).
  - Update
    patches.suse/via_wdt-fix-critical-boot-hang-due-to-unnamed-resour.patch
    (stable-fixes CVE-2025-71114 bsc#1256752).
  - Update
    patches.suse/wifi-avoid-kernel-infoleak-from-struct-iw_point.patch
    (git-fixes CVE-2026-22978 bsc#1257227).
  - Update
    patches.suse/wifi-rtlwifi-8192cu-fix-tid-out-of-range-in-rtl92cu_.patch
    (git-fixes CVE-2025-71100 bsc#1256593).
  - commit 856d20b
  - powerpc/addnote: Fix overflow on 32-bit builds (bsc#1215199).
  - commit b73475a
  - net/mlx5e: Don't store mlx5e_priv in mlx5e_dev devlink priv
    (CVE-2026-22996).
  - net/mlx5e: Fix crash on profile change rollback failure
    (CVE-2026-23000 bsc#1257234).
  - commit 46ccefc
  - macvlan: fix possible UAF in macvlan_forward_source()
    (CVE-2026-23001 bsc#1257232).
  - commit bcf0129
  - gpio: rockchip: Stop calling pinctrl for set_direction
    (git-fixes).
  - commit 8cea9c9

++++ kernel-rt_debug:

  - smb: client: short-circuit in open_cached_dir_by_dentry()
    if !dentry (git-fixes).
  - commit 82d6911
  - smb: client: ensure open_cached_dir_by_dentry() only returns
    valid cfid (git-fixes).
  - commit d1feafe
  - smb: client: split cached_fid bitfields to avoid shared-byte
    RMW races (bsc#1250748,bsc#1257154).
  - commit e7ce4ba
  - scripts/python/git_sort/git_sort.yaml: add cifs for-next repository
  - commit 0d24c51
  - smb: improve directory cache reuse for readdir operations
    (bsc#1252712).
  - commit 20c0243
  - smb: client: remove unused fid_lock (git-fixes).
  - commit ed3cf07
  - smb: client: update cfid->last_access_time in
    open_cached_dir_by_dentry() (git-fixes).
  - commit 1962196
  - cifs: add new field to track the last access time of cfid
    (git-fixes).
  - commit 7328aa8
  - smb: change return type of cached_dir_lease_break() to bool
    (git-fixes).
  - commit da8604d
  - ipv6: Fix use-after-free in inet6_addr_del() (CVE-2026-23010
    bsc#1257332).
  - commit 0f213a3
  - net: mscc: ocelot: Fix crash when adding interface under a lag
    (CVE-2026-22982 bsc#1257179).
  - net/handshake: restore destructor on submit failure
    (CVE-2025-71148 bsc#1257159).
  - commit 08069be
  - libceph: prevent potential out-of-bounds writes in handle_auth_session_key() (CVE-2025-68284 bsc#1255377).
  - commit 16880ae
  - Update config files: disable CONFIG_DEVPORT for arm64 (bsc#1256792)
  - commit b3a8e60
  - x86/fpu: Clear XSTATE_BV in guest XSAVE state whenever XFD[i]=1
    (CVE-2026-23005 bsc#1257245).
  - commit 4fcc2d5
  - Update
    patches.suse/ALSA-hda-Fix-missing-pointer-check-in-hda_component_.patch
    (git-fixes CVE-2025-40097 bsc#1252900).
  - Update
    patches.suse/ASoC-stm32-sai-fix-OF-node-leak-on-probe.patch
    (git-fixes CVE-2025-71081 bsc#1256609).
  - Update
    patches.suse/KEYS-trusted-Fix-a-memory-leak-in-tpm2_load_cmd.patch
    (git-fixes CVE-2025-71147 bsc#1257158).
  - Update
    patches.suse/btrfs-fix-adding-block-group-to-a-reclaim-list-and-t.patch
    (git-fixes CVE-2024-42103 bsc#1228490).
  - Update
    patches.suse/btrfs-fix-invalid-inode-pointer-dereferences-during-.patch
    (git-fixes CVE-2025-38243 bsc#1246184).
  - Update
    patches.suse/drm-stm-ltdc-fix-late-dereference-check.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53714
    bsc#1254465).
  - Update
    patches.suse/drm-ttm-Avoid-NULL-pointer-deref-for-evicted-BOs.patch
    (git-fixes CVE-2025-71083 bsc#1256610).
  - Update
    patches.suse/ftrace-Also-allocate-and-copy-hash-for-reading-of-filter-f.patch
    (bsc#1250032 CVE-2025-39813 CVE-2025-39689 bsc#1249307).
  - Update
    patches.suse/hwmon-w83791d-Convert-macros-to-functions-to-avoid-T.patch
    (git-fixes CVE-2025-71111 bsc#1256728).
  - Update
    patches.suse/ipmi-Rework-user-message-limit-handling.patch
    (git-fixes CVE-2025-40202 bsc#1253451).
  - Update
    patches.suse/media-adv7842-Avoid-possible-out-of-bounds-array-acc.patch
    (git-fixes CVE-2025-71136 bsc#1256759).
  - Update
    patches.suse/media-dvb-usb-dtv5100-fix-out-of-bounds-in-dtv5100_i.patch
    (git-fixes CVE-2025-68819 bsc#1256664).
  - Update
    patches.suse/media-vidtv-initialize-local-pointers-upon-transfer-.patch
    (git-fixes CVE-2025-68808 bsc#1256682).
  - Update
    patches.suse/perf-x86-intel-Fix-crash-in-icl_update_topdown_event.patch
    (git-fixes CVE-2025-38322 bsc#1246447).
  - Update
    patches.suse/platform-chrome-cros_ec_ishtp-Fix-UAF-after-unbindin.patch
    (git-fixes CVE-2025-68804 bsc#1256617).
  - Update
    patches.suse/powerpc-64s-slb-Fix-SLB-multihit-issue-during-SLB-preload.patch
    (bac#1236022 ltc#211187 CVE-2025-71078 bsc#1256616).
  - Update
    patches.suse/smb-client-fix-warning-when-reconnecting-channel.patch
    (git-fixes CVE-2025-38379 bsc#1247030).
  - Update
    patches.suse/tcp_bpf-Call-sk_msg_free-when-tcp_bpf_send_verdict-f.patch
    (bsc#1250705 CVE-2025-39913).
  - Update
    patches.suse/trace-fgraph-Fix-the-warning-caused-by-missing-unregister-.patch
    (bsc#1248211 CVE-2025-38539 CVE-2025-39829 bsc#1250082).
  - Update
    patches.suse/usb-dwc3-fix-fault-at-system-suspend-if-device-was-a.patch
    (git-fixes CVE-2024-53070 bsc#1233563).
  - Update
    patches.suse/usb-typec-ucsi-glink-fix-off-by-one-in-connector_sta.patch
    (git-fixes CVE-2024-53149 bsc#1234842).
  - Update
    patches.suse/usb-xhci-Fix-invalid-pointer-dereference-in-Etron-wo.patch
    (git-fixes CVE-2025-37813 bsc#1242909).
  - Update
    patches.suse/x86-microcode-AMD-Fix-__apply_microcode_amd-s-return.patch
    (bsc#1256528 CVE-2025-22047 bsc#1241437).
  - commit fbc3d71
  - Update
    patches.suse/ACPICA-Avoid-walking-the-Namespace-if-start_node-is-.patch
    (stable-fixes CVE-2025-71118 bsc#1256763).
  - Update
    patches.suse/ALSA-usb-mixer-us16x08-validate-meter-packet-indices.patch
    (git-fixes CVE-2025-68783 bsc#1256650).
  - Update patches.suse/ASoC-tlv320adcx140-fix-null-pointer.patch
    (git-fixes CVE-2026-23006 bsc#1257208).
  - Update
    patches.suse/Bluetooth-btusb-revert-use-of-devm_kzalloc-in-btusb.patch
    (git-fixes CVE-2025-71082 bsc#1256611).
  - Update
    patches.suse/Input-ti_am335x_tsc-fix-off-by-one-error-in-wire_ord.patch
    (git-fixes CVE-2025-68777 bsc#1256655).
  - Update
    patches.suse/arp-do-not-assume-dev_hard_header-does-not-change-skb-head.patch
    (CVE-2025-71098 bsc#1256591 CVE-2026-22988 bsc#1257282).
  - Update
    patches.suse/bpf-Do-not-let-BPF-test-infra-emit-invalid-GSO-types.patch
    (bsc#1255569 CVE-2025-68725).
  - Update
    patches.suse/char-applicom-fix-NULL-pointer-dereference-in-ac_ioc.patch
    (stable-fixes CVE-2025-68797 bsc#1256660).
  - Update
    patches.suse/comedi-fix-divide-by-zero-in-comedi_buf_munge.patch
    (stable-fixes CVE-2025-40106 bsc#1252891).
  - Update
    patches.suse/crypto-seqiv-Do-not-use-req-iv-after-crypto_aead_enc.patch
    (git-fixes CVE-2025-71131 bsc#1256742).
  - Update
    patches.suse/dmaengine-idxd-fix-device-leaks-on-compat-bind-and-u.patch
    (git-fixes CVE-2025-71163 bsc#1257215).
  - Update
    patches.suse/dmaengine-tegra-adma-Fix-use-after-free.patch
    (git-fixes CVE-2025-71162 bsc#1257204).
  - Update
    patches.suse/drm-i915-gem-Zero-initialize-the-eb.vma-array-in-i91.patch
    (git-fixes CVE-2025-71130 bsc#1256741).
  - Update
    patches.suse/drm-msm-dpu-Add-missing-NULL-pointer-check-for-pingp.patch
    (git-fixes CVE-2025-71138 bsc#1256785).
  - Update
    patches.suse/hwmon-ibmpex-fix-use-after-free-in-high-low-store.patch
    (git-fixes CVE-2025-68789 bsc#1256781).
  - Update
    patches.suse/idpf-Fix-RSS-LUT-NULL-pointer-crash-on-early-ethtool.patch
    (CVE-2026-22993 bsc#1257180 CVE-2026-22985 bsc#1257277).
  - Update
    patches.suse/interconnect-Don-t-access-req_list-while-it-s-being-.patch
    (CVE-2023-54013 bsc#1256280 CVE-2024-27005 bsc#1223800).
  - Update
    patches.suse/net-can-j1939-j1939_xtp_rx_rts_session_active-deacti.patch
    (git-fixes CVE-2026-22997 bsc#1257202).
  - Update
    patches.suse/net-nfc-fix-deadlock-between-nfc_unregister_device-a.patch
    (git-fixes CVE-2025-71079 bsc#1256619).
  - Update
    patches.suse/net-rose-fix-invalid-array-index-in-rose_kill_by_dev.patch
    (git-fixes CVE-2025-71086 bsc#1256625).
  - Update
    patches.suse/net-usb-rtl8150-fix-memory-leak-on-usb_submit_urb-fa.patch
    (git-fixes CVE-2025-71154 bsc#1257163).
  - Update
    patches.suse/powerpc-kexec-Enable-SMT-before-waking-offline-CPUs.patch
    (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes
    bsc#1253739 ltc#211493 bsc#1254244 ltc#216496 CVE-2025-71119
    bsc#1256730).
  - Update
    patches.suse/smc91x-fix-broken-irq-context-in-PREEMPT_RT.patch
    (git-fixes CVE-2025-71132 bsc#1256737).
  - Update
    patches.suse/spi-fsl-cpm-Check-length-parity-before-switching-to-.patch
    (git-fixes CVE-2025-68773 bsc#1256586).
  - Update
    patches.suse/staging-rtl8723bs-fix-out-of-bounds-read-in-OnBeacon.patch
    (stable-fixes CVE-2025-68254 bsc#1255140).
  - Update
    patches.suse/staging-rtl8723bs-fix-out-of-bounds-read-in-rtw_get_.patch
    (stable-fixes CVE-2025-68256 bsc#1255138).
  - Update
    patches.suse/usb-phy-isp1301-fix-non-OF-device-reference-imbalanc.patch
    (git-fixes CVE-2025-71145 bsc#1257155).
  - Update
    patches.suse/usb-typec-ucsi-Handle-incorrect-num_connectors-capab.patch
    (stable-fixes CVE-2025-71108 bsc#1256774).
  - Update
    patches.suse/via_wdt-fix-critical-boot-hang-due-to-unnamed-resour.patch
    (stable-fixes CVE-2025-71114 bsc#1256752).
  - Update
    patches.suse/wifi-avoid-kernel-infoleak-from-struct-iw_point.patch
    (git-fixes CVE-2026-22978 bsc#1257227).
  - Update
    patches.suse/wifi-rtlwifi-8192cu-fix-tid-out-of-range-in-rtl92cu_.patch
    (git-fixes CVE-2025-71100 bsc#1256593).
  - commit 856d20b
  - powerpc/addnote: Fix overflow on 32-bit builds (bsc#1215199).
  - commit b73475a
  - net/mlx5e: Don't store mlx5e_priv in mlx5e_dev devlink priv
    (CVE-2026-22996).
  - net/mlx5e: Fix crash on profile change rollback failure
    (CVE-2026-23000 bsc#1257234).
  - commit 46ccefc
  - macvlan: fix possible UAF in macvlan_forward_source()
    (CVE-2026-23001 bsc#1257232).
  - commit bcf0129
  - gpio: rockchip: Stop calling pinctrl for set_direction
    (git-fixes).
  - commit 8cea9c9

++++ pcr-oracle:

  - Update to 0.5.9
    + Fix event skipping due to double increment
    + Add '--persistent-srk' to make SRK persistent (bsc#1248516)

------------------------------------------------------------------
------------------  2026-2-1  -  Feb 1 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - btrfs: do not strictly require dirty metadata threshold for
    metadata  writepages (stable-fixes).
  - commit b83c55a
  - ASoC: Intel: sof_es8336: fix headphone GPIO logic inversion
    (git-fixes).
  - ASoC: fsl: imx-card: Do not force slot width to sample width
    (git-fixes).
  - commit 6d4f48b

++++ kernel-rt:

  - btrfs: do not strictly require dirty metadata threshold for
    metadata  writepages (stable-fixes).
  - commit b83c55a
  - ASoC: Intel: sof_es8336: fix headphone GPIO logic inversion
    (git-fixes).
  - ASoC: fsl: imx-card: Do not force slot width to sample width
    (git-fixes).
  - commit 6d4f48b

++++ kernel-rt_debug:

  - btrfs: do not strictly require dirty metadata threshold for
    metadata  writepages (stable-fixes).
  - commit b83c55a
  - ASoC: Intel: sof_es8336: fix headphone GPIO logic inversion
    (git-fixes).
  - ASoC: fsl: imx-card: Do not force slot width to sample width
    (git-fixes).
  - commit 6d4f48b

------------------------------------------------------------------
------------------  2026-1-31  -  Jan 31 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
    (git-fixes).
  - commit 4d9fa09
  - gpio: omap: do not register driver in probe() (git-fixes).
  - drm/imx/tve: fix probe device leak (git-fixes).
  - drm/amd/pm: fix race in power state check before mutex lock
    (git-fixes).
  - drm/amdgpu: fix NULL pointer dereference in
    amdgpu_gmc_filter_faults_remove (git-fixes).
  - Input: i8042 - add quirks for MECHREVO Wujie 15X Pro
    (stable-fixes).
  - Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA
    (stable-fixes).
  - spi: spi-sprd-adi: Fix double free in probe error path
    (git-fixes).
  - ALSA: ctxfi: Fix potential OOB access in audio mixer handling
    (stable-fixes).
  - can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on
    usb_submit_urb() error (git-fixes).
  - phy: freescale: imx8m-pcie: assert phy reset during power on
    (stable-fixes).
  - USB: serial: ftdi_sio: add support for PICAXE AXE027 cable
    (stable-fixes).
  - USB: serial: option: add Telit LE910 MBIM composition
    (stable-fixes).
  - USB: OHCI/UHCI: Add soft dependencies on ehci_platform
    (stable-fixes).
  - usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS
    descriptor (stable-fixes).
  - usb: dwc3: Check for USB4 IP_NAME (stable-fixes).
  - drm/amd/display: Bump the HDMI clock to 340MHz (stable-fixes).
  - drm/amd: Clean up kfd node on surprise disconnect
    (stable-fixes).
  - ASoC: codecs: wsa881x: fix unnecessary initialisation
    (git-fixes).
  - HID: usbhid: paper over wrong bNumDescriptor field
    (stable-fixes).
  - ASoC: codecs: wsa881x: Drop unused version readout
    (stable-fixes).
  - spi: sprd-adi: switch to use spi_alloc_host() (stable-fixes).
  - spi: sprd: adi: Use devm_register_restart_handler()
    (stable-fixes).
  - commit 81840a7

++++ kernel-rt:

  - can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
    (git-fixes).
  - commit 4d9fa09
  - gpio: omap: do not register driver in probe() (git-fixes).
  - drm/imx/tve: fix probe device leak (git-fixes).
  - drm/amd/pm: fix race in power state check before mutex lock
    (git-fixes).
  - drm/amdgpu: fix NULL pointer dereference in
    amdgpu_gmc_filter_faults_remove (git-fixes).
  - Input: i8042 - add quirks for MECHREVO Wujie 15X Pro
    (stable-fixes).
  - Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA
    (stable-fixes).
  - spi: spi-sprd-adi: Fix double free in probe error path
    (git-fixes).
  - ALSA: ctxfi: Fix potential OOB access in audio mixer handling
    (stable-fixes).
  - can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on
    usb_submit_urb() error (git-fixes).
  - phy: freescale: imx8m-pcie: assert phy reset during power on
    (stable-fixes).
  - USB: serial: ftdi_sio: add support for PICAXE AXE027 cable
    (stable-fixes).
  - USB: serial: option: add Telit LE910 MBIM composition
    (stable-fixes).
  - USB: OHCI/UHCI: Add soft dependencies on ehci_platform
    (stable-fixes).
  - usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS
    descriptor (stable-fixes).
  - usb: dwc3: Check for USB4 IP_NAME (stable-fixes).
  - drm/amd/display: Bump the HDMI clock to 340MHz (stable-fixes).
  - drm/amd: Clean up kfd node on surprise disconnect
    (stable-fixes).
  - ASoC: codecs: wsa881x: fix unnecessary initialisation
    (git-fixes).
  - HID: usbhid: paper over wrong bNumDescriptor field
    (stable-fixes).
  - ASoC: codecs: wsa881x: Drop unused version readout
    (stable-fixes).
  - spi: sprd-adi: switch to use spi_alloc_host() (stable-fixes).
  - spi: sprd: adi: Use devm_register_restart_handler()
    (stable-fixes).
  - commit 81840a7

++++ kernel-rt_debug:

  - can: gs_usb: gs_usb_receive_bulk_callback(): fix error message
    (git-fixes).
  - commit 4d9fa09
  - gpio: omap: do not register driver in probe() (git-fixes).
  - drm/imx/tve: fix probe device leak (git-fixes).
  - drm/amd/pm: fix race in power state check before mutex lock
    (git-fixes).
  - drm/amdgpu: fix NULL pointer dereference in
    amdgpu_gmc_filter_faults_remove (git-fixes).
  - Input: i8042 - add quirks for MECHREVO Wujie 15X Pro
    (stable-fixes).
  - Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA
    (stable-fixes).
  - spi: spi-sprd-adi: Fix double free in probe error path
    (git-fixes).
  - ALSA: ctxfi: Fix potential OOB access in audio mixer handling
    (stable-fixes).
  - can: gs_usb: gs_usb_receive_bulk_callback(): unanchor URL on
    usb_submit_urb() error (git-fixes).
  - phy: freescale: imx8m-pcie: assert phy reset during power on
    (stable-fixes).
  - USB: serial: ftdi_sio: add support for PICAXE AXE027 cable
    (stable-fixes).
  - USB: serial: option: add Telit LE910 MBIM composition
    (stable-fixes).
  - USB: OHCI/UHCI: Add soft dependencies on ehci_platform
    (stable-fixes).
  - usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS
    descriptor (stable-fixes).
  - usb: dwc3: Check for USB4 IP_NAME (stable-fixes).
  - drm/amd/display: Bump the HDMI clock to 340MHz (stable-fixes).
  - drm/amd: Clean up kfd node on surprise disconnect
    (stable-fixes).
  - ASoC: codecs: wsa881x: fix unnecessary initialisation
    (git-fixes).
  - HID: usbhid: paper over wrong bNumDescriptor field
    (stable-fixes).
  - ASoC: codecs: wsa881x: Drop unused version readout
    (stable-fixes).
  - spi: sprd-adi: switch to use spi_alloc_host() (stable-fixes).
  - spi: sprd: adi: Use devm_register_restart_handler()
    (stable-fixes).
  - commit 81840a7

------------------------------------------------------------------
------------------  2026-1-30  -  Jan 30 2026  -------------------
------------------------------------------------------------------

++++ fde-tools:

  - Add fde-tools-bsc1248516-tpm-Support-persistent-SRK.patch to
    support persistent SRK (bsc#1248516)

++++ kernel-default:

  - io_uring/poll: correctly handle io_poll_add() return value on
    update (CVE-2025-71149 bsc#1257164).
  - commit e38f4cf
  - libceph: make decode_pool() more resilient against corrupted osdmaps (CVE-2025-71116 bsc#1256744).
  - commit 37c126f
  - scripts: obsapi: Support URL trailing / in oscrc
  - commit 596ed59
  - scripts: uploader: Handle missing upstream in is_pr_open
  - commit e7d7408
  - net: sock: fix hardened usercopy panic in sock_recv_errqueue
    (CVE-2026-22977 bsc#1257053).
  - ipv4: Fix reference count leak when using error routes with
    nexthop objects (CVE-2025-71097 bsc#1256607).
  - net: stmmac: fix the crash issue for zero copy XDP_TX action
    (CVE-2025-71095 bsc#1256605).
  - ethtool: Avoid overflowing userspace buffer on stats query
    (CVE-2025-68795 bsc#1256688).
  - bnxt_en: Fix XDP_TX path (CVE-2025-68770 bsc#1256584).
  - mlxsw: spectrum_mr: Fix use-after-free when updating multicast
    route stats (CVE-2025-68800 bsc#1256646).
  - mlxsw: spectrum_router: Fix neighbour use-after-free
    (CVE-2025-68801 bsc#1256653).
  - lan966x: Fix sleeping in atomic context (CVE-2025-68320
    bsc#1255172).
  - commit 6580707
  - net/sched: sch_qfq: do not free existing class in
    qfq_change_class() (CVE-2026-22999 bsc#1257236).
  - commit d911768
  - ipv4: ip_gre: make ipgre_header() robust (CVE-2026-23011
    bsc#1257207).
  - commit dcc6c91
  - wifi: mac80211: correctly decode TTLM with default link map
    (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).
  - 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).
  - commit 6907fd9

++++ kernel-rt:

  - io_uring/poll: correctly handle io_poll_add() return value on
    update (CVE-2025-71149 bsc#1257164).
  - commit e38f4cf
  - libceph: make decode_pool() more resilient against corrupted osdmaps (CVE-2025-71116 bsc#1256744).
  - commit 37c126f
  - scripts: obsapi: Support URL trailing / in oscrc
  - commit 596ed59
  - scripts: uploader: Handle missing upstream in is_pr_open
  - commit e7d7408
  - net: sock: fix hardened usercopy panic in sock_recv_errqueue
    (CVE-2026-22977 bsc#1257053).
  - ipv4: Fix reference count leak when using error routes with
    nexthop objects (CVE-2025-71097 bsc#1256607).
  - net: stmmac: fix the crash issue for zero copy XDP_TX action
    (CVE-2025-71095 bsc#1256605).
  - ethtool: Avoid overflowing userspace buffer on stats query
    (CVE-2025-68795 bsc#1256688).
  - bnxt_en: Fix XDP_TX path (CVE-2025-68770 bsc#1256584).
  - mlxsw: spectrum_mr: Fix use-after-free when updating multicast
    route stats (CVE-2025-68800 bsc#1256646).
  - mlxsw: spectrum_router: Fix neighbour use-after-free
    (CVE-2025-68801 bsc#1256653).
  - lan966x: Fix sleeping in atomic context (CVE-2025-68320
    bsc#1255172).
  - commit 6580707
  - net/sched: sch_qfq: do not free existing class in
    qfq_change_class() (CVE-2026-22999 bsc#1257236).
  - commit d911768
  - ipv4: ip_gre: make ipgre_header() robust (CVE-2026-23011
    bsc#1257207).
  - commit dcc6c91
  - wifi: mac80211: correctly decode TTLM with default link map
    (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).
  - 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).
  - commit 6907fd9

++++ kernel-rt_debug:

  - io_uring/poll: correctly handle io_poll_add() return value on
    update (CVE-2025-71149 bsc#1257164).
  - commit e38f4cf
  - libceph: make decode_pool() more resilient against corrupted osdmaps (CVE-2025-71116 bsc#1256744).
  - commit 37c126f
  - scripts: obsapi: Support URL trailing / in oscrc
  - commit 596ed59
  - scripts: uploader: Handle missing upstream in is_pr_open
  - commit e7d7408
  - net: sock: fix hardened usercopy panic in sock_recv_errqueue
    (CVE-2026-22977 bsc#1257053).
  - ipv4: Fix reference count leak when using error routes with
    nexthop objects (CVE-2025-71097 bsc#1256607).
  - net: stmmac: fix the crash issue for zero copy XDP_TX action
    (CVE-2025-71095 bsc#1256605).
  - ethtool: Avoid overflowing userspace buffer on stats query
    (CVE-2025-68795 bsc#1256688).
  - bnxt_en: Fix XDP_TX path (CVE-2025-68770 bsc#1256584).
  - mlxsw: spectrum_mr: Fix use-after-free when updating multicast
    route stats (CVE-2025-68800 bsc#1256646).
  - mlxsw: spectrum_router: Fix neighbour use-after-free
    (CVE-2025-68801 bsc#1256653).
  - lan966x: Fix sleeping in atomic context (CVE-2025-68320
    bsc#1255172).
  - commit 6580707
  - net/sched: sch_qfq: do not free existing class in
    qfq_change_class() (CVE-2026-22999 bsc#1257236).
  - commit d911768
  - ipv4: ip_gre: make ipgre_header() robust (CVE-2026-23011
    bsc#1257207).
  - commit dcc6c91
  - wifi: mac80211: correctly decode TTLM with default link map
    (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).
  - 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).
  - commit 6907fd9

++++ multipath-tools:

  - Update to version 0.10.6+201+suse.9f189e79:
    * libmultipath: reduce log level of "map X has no targets"
    (bsc#1257476)

------------------------------------------------------------------
------------------  2026-1-29  -  Jan 29 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - smack: fix bug: unprivileged task can create labels (CVE-2025-68733 bsc#1255615).
  - commit 4193ba7
  - shrink_slab_memcg: clear_bits of skipped shrinkers
    (bsc#1256564).
  - commit 1a156a1
  - 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).
  - commit bb6b853
  - ipv6: BUG() in pskb_expand_head() as part of
    calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
  - commit 35a165f
  - kabi: export inet_frag_rbtree_purge() function again
    (CVE-2025-68768 bsc#1256579).
  - commit d066c8d
  - inet: frags: flush pending skbs in fqdir_pre_exit()
    (CVE-2025-68768 bsc#1256579).
  - inet: frags: add inet_frag_queue_flush() (CVE-2025-68768
    bsc#1256579).
  - commit 3c0c564
  - mptcp: fallback earlier on simult connection (CVE-2025-71088
    bsc#1256630).
  - commit daab93c
  - scripts: uploader: Fix no change condition for _maintainership.json
  - commit 792d98c
  - =?UTF-8?q?net:=20phy:=20Introduce=20PHY=5FID=5FSIZE=20?=
    =?UTF-8?q?=E2=80=94=20minimum=20size=20for=20PHY=20ID=20string?=
    (CVE-2025-71094 bsc#1256597).
  - commit b3acbda
  - net/sched: ets: Remove drr class from the active list if it
    changes to strict (CVE-2025-68815 bsc#1256680).
  - commit f0fee57
  - net/sched: ets: Always remove class from active list before
    deleting in ets_qdisc_change (CVE-2025-71066 bsc#1256645).
  - commit 8f4860d

++++ kernel-rt:

  - smack: fix bug: unprivileged task can create labels (CVE-2025-68733 bsc#1255615).
  - commit 4193ba7
  - shrink_slab_memcg: clear_bits of skipped shrinkers
    (bsc#1256564).
  - commit 1a156a1
  - 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).
  - commit bb6b853
  - ipv6: BUG() in pskb_expand_head() as part of
    calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
  - commit 35a165f
  - kabi: export inet_frag_rbtree_purge() function again
    (CVE-2025-68768 bsc#1256579).
  - commit d066c8d
  - inet: frags: flush pending skbs in fqdir_pre_exit()
    (CVE-2025-68768 bsc#1256579).
  - inet: frags: add inet_frag_queue_flush() (CVE-2025-68768
    bsc#1256579).
  - commit 3c0c564
  - mptcp: fallback earlier on simult connection (CVE-2025-71088
    bsc#1256630).
  - commit daab93c
  - scripts: uploader: Fix no change condition for _maintainership.json
  - commit 792d98c
  - =?UTF-8?q?net:=20phy:=20Introduce=20PHY=5FID=5FSIZE=20?=
    =?UTF-8?q?=E2=80=94=20minimum=20size=20for=20PHY=20ID=20string?=
    (CVE-2025-71094 bsc#1256597).
  - commit b3acbda
  - net/sched: ets: Remove drr class from the active list if it
    changes to strict (CVE-2025-68815 bsc#1256680).
  - commit f0fee57
  - net/sched: ets: Always remove class from active list before
    deleting in ets_qdisc_change (CVE-2025-71066 bsc#1256645).
  - commit 8f4860d

++++ kernel-rt_debug:

  - smack: fix bug: unprivileged task can create labels (CVE-2025-68733 bsc#1255615).
  - commit 4193ba7
  - shrink_slab_memcg: clear_bits of skipped shrinkers
    (bsc#1256564).
  - commit 1a156a1
  - 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).
  - commit bb6b853
  - ipv6: BUG() in pskb_expand_head() as part of
    calipso_skbuff_setattr() (CVE-2025-71085 bsc#1256623).
  - commit 35a165f
  - kabi: export inet_frag_rbtree_purge() function again
    (CVE-2025-68768 bsc#1256579).
  - commit d066c8d
  - inet: frags: flush pending skbs in fqdir_pre_exit()
    (CVE-2025-68768 bsc#1256579).
  - inet: frags: add inet_frag_queue_flush() (CVE-2025-68768
    bsc#1256579).
  - commit 3c0c564
  - mptcp: fallback earlier on simult connection (CVE-2025-71088
    bsc#1256630).
  - commit daab93c
  - scripts: uploader: Fix no change condition for _maintainership.json
  - commit 792d98c
  - =?UTF-8?q?net:=20phy:=20Introduce=20PHY=5FID=5FSIZE=20?=
    =?UTF-8?q?=E2=80=94=20minimum=20size=20for=20PHY=20ID=20string?=
    (CVE-2025-71094 bsc#1256597).
  - commit b3acbda
  - net/sched: ets: Remove drr class from the active list if it
    changes to strict (CVE-2025-68815 bsc#1256680).
  - commit f0fee57
  - net/sched: ets: Always remove class from active list before
    deleting in ets_qdisc_change (CVE-2025-71066 bsc#1256645).
  - commit 8f4860d

++++ libzypp:

  - Prepare a legacy /etc/zypp/zypp.conf to be installed on old distros.
    See the ZYPP.CONF(5) man page for details.
  - Fix runtime check for broken rpm --runposttrans (bsc#1257068)
  - version 17.38.2 (35)

++++ nvidia-open-driver-G06-signed:

  - apply kernel-5.14.patch also on sle15-sp5 in order to fix build
    and adjusted it to sle15-sp5 kernel

++++ podman:

  - Add symlink to catatonit in /usr/libexec/podman (bsc#1248988)

------------------------------------------------------------------
------------------  2026-1-28  -  Jan 28 2026  -------------------
------------------------------------------------------------------

++++ gpg2:

  - Security fix [bsc#1257396, CVE-2026-24882]
    * gpg2: stack-based buffer overflow in TPM2 PKDECRYPT for TPM-backed RSA and ECC keys
    * Added gnupg-CVE-2026-24882.patch
  - Security fix [bsc#1256389] (gpg.fail/filename)
    * Added gnupg-accepts-path-separators-literal-data.patch
    * GnuPG Accepts Path Separators and Path Traversals in Literal Data

++++ kernel-default:

  - net/sched: sch_qfq: Fix NULL deref when deactivating inactive
    aggregate in qfq_reset (CVE-2026-22976 bsc#1257035).
  - commit 1b89834
  - usb: renesas_usbhs: Fix synchronous external abort on unbind
    (CVE-2025-68327 bsc#1255488).
  - commit a41f3aa
  - net: usb: asix: validate PHY address before use (CVE-2025-71094
    bsc#1256597).
  - net: usb: asix: ax88772: Increase phy_name size (CVE-2025-71094
    bsc#1256597).
  - commit addbe43
  - net: tcp: allow zero-window ACK update the window (bsc#1254767).
  - commit b6299d5
  - scripts: uploader: Only reset branch when there is no open PR
    Resetting the branch closes any PR which is disruptive.
    With project repositories that get a lot of changes this would reset too
    often if reset was enabled causing unmergeable PRs.
    Yet it is necessary to reset to be able to get up-to-date state for a
    new PR.
    With this branch reset can be enabled for maintainership update.
  - commit 60e8156
  - selftests/bpf: use simply-expanded variables for libpcap flags
    (bsc#1255552 CVE-2025-68363).
  - commit 2c7feb9
  - selftests/bpf: ns_current_pid_tgid: Rename the test function
    (bsc#1255552 CVE-2025-68363).
  - commit 4f40cc9
  - selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test
    (bsc#1255552 CVE-2025-68363).
  - Refresh
    patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch.
  - commit 0d13544
  - selftests/bpf: tc_links/tc_opts: Unserialize tests (bsc#1255552
    CVE-2025-68363).
  - selftests/bpf: Optionally open a dedicated namespace to run
    test in it (CVE-2025-68363 bsc#1255552).
  - commit 5773a45

++++ kernel-rt:

  - net/sched: sch_qfq: Fix NULL deref when deactivating inactive
    aggregate in qfq_reset (CVE-2026-22976 bsc#1257035).
  - commit 1b89834
  - usb: renesas_usbhs: Fix synchronous external abort on unbind
    (CVE-2025-68327 bsc#1255488).
  - commit a41f3aa
  - net: usb: asix: validate PHY address before use (CVE-2025-71094
    bsc#1256597).
  - net: usb: asix: ax88772: Increase phy_name size (CVE-2025-71094
    bsc#1256597).
  - commit addbe43
  - net: tcp: allow zero-window ACK update the window (bsc#1254767).
  - commit b6299d5
  - scripts: uploader: Only reset branch when there is no open PR
    Resetting the branch closes any PR which is disruptive.
    With project repositories that get a lot of changes this would reset too
    often if reset was enabled causing unmergeable PRs.
    Yet it is necessary to reset to be able to get up-to-date state for a
    new PR.
    With this branch reset can be enabled for maintainership update.
  - commit 60e8156
  - selftests/bpf: use simply-expanded variables for libpcap flags
    (bsc#1255552 CVE-2025-68363).
  - commit 2c7feb9
  - selftests/bpf: ns_current_pid_tgid: Rename the test function
    (bsc#1255552 CVE-2025-68363).
  - commit 4f40cc9
  - selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test
    (bsc#1255552 CVE-2025-68363).
  - Refresh
    patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch.
  - commit 0d13544
  - selftests/bpf: tc_links/tc_opts: Unserialize tests (bsc#1255552
    CVE-2025-68363).
  - selftests/bpf: Optionally open a dedicated namespace to run
    test in it (CVE-2025-68363 bsc#1255552).
  - commit 5773a45

++++ kernel-rt_debug:

  - net/sched: sch_qfq: Fix NULL deref when deactivating inactive
    aggregate in qfq_reset (CVE-2026-22976 bsc#1257035).
  - commit 1b89834
  - usb: renesas_usbhs: Fix synchronous external abort on unbind
    (CVE-2025-68327 bsc#1255488).
  - commit a41f3aa
  - net: usb: asix: validate PHY address before use (CVE-2025-71094
    bsc#1256597).
  - net: usb: asix: ax88772: Increase phy_name size (CVE-2025-71094
    bsc#1256597).
  - commit addbe43
  - net: tcp: allow zero-window ACK update the window (bsc#1254767).
  - commit b6299d5
  - scripts: uploader: Only reset branch when there is no open PR
    Resetting the branch closes any PR which is disruptive.
    With project repositories that get a lot of changes this would reset too
    often if reset was enabled causing unmergeable PRs.
    Yet it is necessary to reset to be able to get up-to-date state for a
    new PR.
    With this branch reset can be enabled for maintainership update.
  - commit 60e8156
  - selftests/bpf: use simply-expanded variables for libpcap flags
    (bsc#1255552 CVE-2025-68363).
  - commit 2c7feb9
  - selftests/bpf: ns_current_pid_tgid: Rename the test function
    (bsc#1255552 CVE-2025-68363).
  - commit 4f40cc9
  - selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid test
    (bsc#1255552 CVE-2025-68363).
  - Refresh
    patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch.
  - commit 0d13544
  - selftests/bpf: tc_links/tc_opts: Unserialize tests (bsc#1255552
    CVE-2025-68363).
  - selftests/bpf: Optionally open a dedicated namespace to run
    test in it (CVE-2025-68363 bsc#1255552).
  - commit 5773a45

++++ libpng16:

  - security update
  - added patches
    CVE-2025-28162 [bsc#1257364], memory leaks when running `pngimage`
    CVE-2025-28164 [bsc#1257365], memory leaks when running `pngimage`
    * libpng16-CVE-2025-28162,28164.patch

++++ regionServiceClientConfigGCE:

  - Update to version 5.1.0 (jsc#PCT-590)
    + Add licenses info in the metdata
  - Accomodate build setup

------------------------------------------------------------------
------------------  2026-1-27  -  Jan 27 2026  -------------------
------------------------------------------------------------------

++++ glib2:

  - Add CVE fixes:
    + glib2-CVE-2026-1484.patch (bsc#1257355 CVE-2026-1484
    glgo#GNOME/glib!4979).
    + glib2-CVE-2026-1485.patch (bsc#1257354 CVE-2026-1485
    glgo#GNOME/glib!4981).
    + glib2-CVE-2026-1489.patch (bsc#1257353 CVE-2026-1489
    glgo#GNOME/glib!4984).

++++ kernel-default:

  - perf/x86/amd: Check event before enable to avoid GPF
    (bsc#1256689 CVE-2025-68798).
  - commit 122c93e
  - selftests/bpf: Optionally open a dedicated namespace to run
    test in it (CVE-2025-68363 bsc#1255552).
  - commit 7fc3edd
  - selftests/bpf: Monitor traffic for select_reuseport
    (CVE-2025-68363 bsc#1255552).
  - commit 7687d07
  - selftests/bpf: Monitor traffic for sockmap_listen
    (CVE-2025-68363 bsc#1255552).
  - commit 200e7d4
  - selftests/bpf: Monitor traffic for tc_redirect (CVE-2025-68363
    bsc#1255552).
  - commit ef95f02
  - selftests/bpf: netns_new() and netns_free() helpers
    (CVE-2025-68363 bsc#1255552).
  - Refresh
    patches.suse/selftests-bpf-Fix-backtrace-printing-for-selftests-c.patch.
  - commit 6ac10b7
  - selftests/bpf: Add the traffic monitor option to test_progs
    (CVE-2025-68363 bsc#1255552).
  - commit 24382fe
  - selftests/bpf: Add traffic monitor functions (CVE-2025-68363
    bsc#1255552).
  - commit c7346b8
  - blk-cgroup: fix possible deadlock while configuring policy
    (CVE-2025-68178 bsc#1255266).
  - commit 3f4a2e3
  - bpf: Add bpf_prog_run_data_pointers() (bsc#1255241
    CVE-2025-68200).
  - commit 3454614
  - net: hv_netvsc: reject RSS hash key programming without RX indirection table (bsc#1257473).
  - scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
  - remove an Intel CPU model change which is already part of the base kernel
  - remove a bpf CVE change which is already part of the base kernel
  - commit 6def8a1

++++ kernel-rt:

  - perf/x86/amd: Check event before enable to avoid GPF
    (bsc#1256689 CVE-2025-68798).
  - commit 122c93e
  - selftests/bpf: Optionally open a dedicated namespace to run
    test in it (CVE-2025-68363 bsc#1255552).
  - commit 7fc3edd
  - selftests/bpf: Monitor traffic for select_reuseport
    (CVE-2025-68363 bsc#1255552).
  - commit 7687d07
  - selftests/bpf: Monitor traffic for sockmap_listen
    (CVE-2025-68363 bsc#1255552).
  - commit 200e7d4
  - selftests/bpf: Monitor traffic for tc_redirect (CVE-2025-68363
    bsc#1255552).
  - commit ef95f02
  - selftests/bpf: netns_new() and netns_free() helpers
    (CVE-2025-68363 bsc#1255552).
  - Refresh
    patches.suse/selftests-bpf-Fix-backtrace-printing-for-selftests-c.patch.
  - commit 6ac10b7
  - selftests/bpf: Add the traffic monitor option to test_progs
    (CVE-2025-68363 bsc#1255552).
  - commit 24382fe
  - selftests/bpf: Add traffic monitor functions (CVE-2025-68363
    bsc#1255552).
  - commit c7346b8
  - blk-cgroup: fix possible deadlock while configuring policy
    (CVE-2025-68178 bsc#1255266).
  - commit 3f4a2e3
  - bpf: Add bpf_prog_run_data_pointers() (bsc#1255241
    CVE-2025-68200).
  - commit 3454614
  - net: hv_netvsc: reject RSS hash key programming without RX indirection table (bsc#1257473).
  - scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
  - remove an Intel CPU model change which is already part of the base kernel
  - remove a bpf CVE change which is already part of the base kernel
  - commit 6def8a1

++++ kernel-rt_debug:

  - perf/x86/amd: Check event before enable to avoid GPF
    (bsc#1256689 CVE-2025-68798).
  - commit 122c93e
  - selftests/bpf: Optionally open a dedicated namespace to run
    test in it (CVE-2025-68363 bsc#1255552).
  - commit 7fc3edd
  - selftests/bpf: Monitor traffic for select_reuseport
    (CVE-2025-68363 bsc#1255552).
  - commit 7687d07
  - selftests/bpf: Monitor traffic for sockmap_listen
    (CVE-2025-68363 bsc#1255552).
  - commit 200e7d4
  - selftests/bpf: Monitor traffic for tc_redirect (CVE-2025-68363
    bsc#1255552).
  - commit ef95f02
  - selftests/bpf: netns_new() and netns_free() helpers
    (CVE-2025-68363 bsc#1255552).
  - Refresh
    patches.suse/selftests-bpf-Fix-backtrace-printing-for-selftests-c.patch.
  - commit 6ac10b7
  - selftests/bpf: Add the traffic monitor option to test_progs
    (CVE-2025-68363 bsc#1255552).
  - commit 24382fe
  - selftests/bpf: Add traffic monitor functions (CVE-2025-68363
    bsc#1255552).
  - commit c7346b8
  - blk-cgroup: fix possible deadlock while configuring policy
    (CVE-2025-68178 bsc#1255266).
  - commit 3f4a2e3
  - bpf: Add bpf_prog_run_data_pointers() (bsc#1255241
    CVE-2025-68200).
  - commit 3454614
  - net: hv_netvsc: reject RSS hash key programming without RX indirection table (bsc#1257473).
  - scsi: storvsc: Process unsupported MODE_SENSE_10 (bsc#1257296).
  - remove an Intel CPU model change which is already part of the base kernel
  - remove a bpf CVE change which is already part of the base kernel
  - commit 6def8a1

++++ multipath-tools:

  - Update to version 0.10.6+200+suse.547788f4 (bsc#1257007):
    * kpartx: fix segfault when operating on regular files
    (bsc#1257244, bsc#1257153)
    * multipathd: print path offline message even without a checker
    (bsc#1254094)
    * Fix command descriptions in the multipathd man page.
    * Fix ISO C23 compatibility issue causing errors with new compilers.
    * Fix memory leak caused by not joining the "init unwinder" thread.
    * Fix memory leaks in kpartx.
    * Print the warning "setting scsi timeouts is unsupported for protocol" only
    once per protocol.
    * Make sure multipath-tools is compiled with the compiler flag
    `-fno-strict-aliasing`. (gh#opensvc/multipath-tools#130, bsc#1255285)

++++ open-vm-tools:

  - update to 13.0.10 based on build 25056151: (boo#1257357):
    Please refer to the Release Notes at
    https://github.com/vmware/open-vm-tools/blob/stable-13.0.10/ReleaseNotes.md.
    The granular changes that have gone into the open-vm-tools
    13.0.10 release are in the ChangeLog at
    https://github.com/vmware/open-vm-tools/blob/stable-13.0.10/open-vm-tools/ChangeLog.
    There are no new features in the open-vm-tools 13.0.10 release.
    This is primarily a maintenance release that addresses a fix.
    A minor enhancement has been made for Guest OS Customization. The
    DeployPkg plugin has been updated to handle a new cloud-init
    error code that signals a recoverable error and allow cloud-init
    to finish running.
    For a more complete description of what's new in this release,
    see the What's New and Resolved Issues sections of the Release
    Notes.

------------------------------------------------------------------
------------------  2026-1-26  -  Jan 26 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - e1000: fix OOB in e1000_tbi_should_accept() (CVE-2025-71093
    bsc#1256777).
  - net/mlx5: fw_tracer, Validate format string parameters
    (CVE-2025-68816 bsc#1256674).
  - commit 53c77db
  - ceph: fix crash in process_v2_sparse_read() for encrypted directories (CVE-2025-68297 bsc#1255403).
  - commit de1a69a
  - x86: make page fault handling disable interrupts properly
    (git-fixes).
  - commit e28ac6a
  - libceph: prevent potential out-of-bounds writes in handle_auth_session_key() (CVE-2025-68284 bsc#1255377).
  - commit 3382537
  - libceph: fix invalid accesses to ceph_connection_v1_info (CVE-2025-39880 bsc#1250388).
  - commit 592067a
  - kABI workaround for tpm_chip changes (CVE-2025-71077
    bsc#1256613).
  - commit 66e0457
  - tpm: Cap the number of PCR banks (CVE-2025-71077 bsc#1256613).
  - commit 727f4b1
  - w1: fix redundant counter decrement in w1_attach_slave_device()
    (git-fixes).
  - w1: therm: Fix off-by-one buffer overflow in alarms_store
    (git-fixes).
  - comedi: dmm32at: serialize use of paged registers (git-fixes).
  - uacce: ensure safe queue release with state management
    (git-fixes).
  - uacce: implement mremap in uacce_vm_ops to return -EPERM
    (git-fixes).
  - uacce: fix isolate sysfs check condition (git-fixes).
  - uacce: fix cdev handling in the cleanup path (git-fixes).
  - slimbus: core: fix of_slim_get_device() kernel doc (git-fixes).
  - slimbus: core: fix device reference leak on report present
    (git-fixes).
  - slimbus: core: fix runtime PM imbalance on report present
    (git-fixes).
  - slimbus: core: fix OF node leak on registration failure
    (git-fixes).
  - intel_th: fix device leak on output open() (git-fixes).
  - comedi: Fix getting range information for subdevices 16 to 255
    (git-fixes).
  - iio: accel: iis328dq: fix gain values (git-fixes).
  - iio: dac: ad5686: add AD5695R to ad5686_chip_info_tbl
    (git-fixes).
  - iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without
    event detection (git-fixes).
  - iio: adc: ad9467: fix ad9434 vref mask (git-fixes).
  - iio: adc: ad7280a: handle spi_setup() errors in probe()
    (git-fixes).
  - iio: adc: at91-sama5d2_adc: Fix potential use-after-free in
    sama5d2_adc driver (git-fixes).
  - serial: 8250_pci: Fix broken RS485 for F81504/508/512
    (git-fixes).
  - comedi: fix divide-by-zero in comedi_buf_munge() (stable-fixes).
  - commit 50f3b9f
  - bpf: Do not let BPF test infra emit invalid GSO types to stack
    (bsc#1255569).
  - commit 1df0a4e

++++ kernel-rt:

  - e1000: fix OOB in e1000_tbi_should_accept() (CVE-2025-71093
    bsc#1256777).
  - net/mlx5: fw_tracer, Validate format string parameters
    (CVE-2025-68816 bsc#1256674).
  - commit 53c77db
  - ceph: fix crash in process_v2_sparse_read() for encrypted directories (CVE-2025-68297 bsc#1255403).
  - commit de1a69a
  - x86: make page fault handling disable interrupts properly
    (git-fixes).
  - commit e28ac6a
  - libceph: prevent potential out-of-bounds writes in handle_auth_session_key() (CVE-2025-68284 bsc#1255377).
  - commit 3382537
  - libceph: fix invalid accesses to ceph_connection_v1_info (CVE-2025-39880 bsc#1250388).
  - commit 592067a
  - kABI workaround for tpm_chip changes (CVE-2025-71077
    bsc#1256613).
  - commit 66e0457
  - tpm: Cap the number of PCR banks (CVE-2025-71077 bsc#1256613).
  - commit 727f4b1
  - w1: fix redundant counter decrement in w1_attach_slave_device()
    (git-fixes).
  - w1: therm: Fix off-by-one buffer overflow in alarms_store
    (git-fixes).
  - comedi: dmm32at: serialize use of paged registers (git-fixes).
  - uacce: ensure safe queue release with state management
    (git-fixes).
  - uacce: implement mremap in uacce_vm_ops to return -EPERM
    (git-fixes).
  - uacce: fix isolate sysfs check condition (git-fixes).
  - uacce: fix cdev handling in the cleanup path (git-fixes).
  - slimbus: core: fix of_slim_get_device() kernel doc (git-fixes).
  - slimbus: core: fix device reference leak on report present
    (git-fixes).
  - slimbus: core: fix runtime PM imbalance on report present
    (git-fixes).
  - slimbus: core: fix OF node leak on registration failure
    (git-fixes).
  - intel_th: fix device leak on output open() (git-fixes).
  - comedi: Fix getting range information for subdevices 16 to 255
    (git-fixes).
  - iio: accel: iis328dq: fix gain values (git-fixes).
  - iio: dac: ad5686: add AD5695R to ad5686_chip_info_tbl
    (git-fixes).
  - iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without
    event detection (git-fixes).
  - iio: adc: ad9467: fix ad9434 vref mask (git-fixes).
  - iio: adc: ad7280a: handle spi_setup() errors in probe()
    (git-fixes).
  - iio: adc: at91-sama5d2_adc: Fix potential use-after-free in
    sama5d2_adc driver (git-fixes).
  - serial: 8250_pci: Fix broken RS485 for F81504/508/512
    (git-fixes).
  - comedi: fix divide-by-zero in comedi_buf_munge() (stable-fixes).
  - commit 50f3b9f
  - bpf: Do not let BPF test infra emit invalid GSO types to stack
    (bsc#1255569).
  - commit 1df0a4e

++++ kernel-rt_debug:

  - e1000: fix OOB in e1000_tbi_should_accept() (CVE-2025-71093
    bsc#1256777).
  - net/mlx5: fw_tracer, Validate format string parameters
    (CVE-2025-68816 bsc#1256674).
  - commit 53c77db
  - ceph: fix crash in process_v2_sparse_read() for encrypted directories (CVE-2025-68297 bsc#1255403).
  - commit de1a69a
  - x86: make page fault handling disable interrupts properly
    (git-fixes).
  - commit e28ac6a
  - libceph: prevent potential out-of-bounds writes in handle_auth_session_key() (CVE-2025-68284 bsc#1255377).
  - commit 3382537
  - libceph: fix invalid accesses to ceph_connection_v1_info (CVE-2025-39880 bsc#1250388).
  - commit 592067a
  - kABI workaround for tpm_chip changes (CVE-2025-71077
    bsc#1256613).
  - commit 66e0457
  - tpm: Cap the number of PCR banks (CVE-2025-71077 bsc#1256613).
  - commit 727f4b1
  - w1: fix redundant counter decrement in w1_attach_slave_device()
    (git-fixes).
  - w1: therm: Fix off-by-one buffer overflow in alarms_store
    (git-fixes).
  - comedi: dmm32at: serialize use of paged registers (git-fixes).
  - uacce: ensure safe queue release with state management
    (git-fixes).
  - uacce: implement mremap in uacce_vm_ops to return -EPERM
    (git-fixes).
  - uacce: fix isolate sysfs check condition (git-fixes).
  - uacce: fix cdev handling in the cleanup path (git-fixes).
  - slimbus: core: fix of_slim_get_device() kernel doc (git-fixes).
  - slimbus: core: fix device reference leak on report present
    (git-fixes).
  - slimbus: core: fix runtime PM imbalance on report present
    (git-fixes).
  - slimbus: core: fix OF node leak on registration failure
    (git-fixes).
  - intel_th: fix device leak on output open() (git-fixes).
  - comedi: Fix getting range information for subdevices 16 to 255
    (git-fixes).
  - iio: accel: iis328dq: fix gain values (git-fixes).
  - iio: dac: ad5686: add AD5695R to ad5686_chip_info_tbl
    (git-fixes).
  - iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without
    event detection (git-fixes).
  - iio: adc: ad9467: fix ad9434 vref mask (git-fixes).
  - iio: adc: ad7280a: handle spi_setup() errors in probe()
    (git-fixes).
  - iio: adc: at91-sama5d2_adc: Fix potential use-after-free in
    sama5d2_adc driver (git-fixes).
  - serial: 8250_pci: Fix broken RS485 for F81504/508/512
    (git-fixes).
  - comedi: fix divide-by-zero in comedi_buf_munge() (stable-fixes).
  - commit 50f3b9f
  - bpf: Do not let BPF test infra emit invalid GSO types to stack
    (bsc#1255569).
  - commit 1df0a4e

++++ opensuse-migration-tool:

  - Add dependency on update-bootloader to fix boo#1255897
    pattern-base-selinux could be skipped if update-bootloader was missing

++++ pcr-oracle:

  - Enable build on %{arm} as it is required by sdbootutil

++++ python-urllib3:

  - Add security patches:
    * CVE-2025-66471.patch (bsc#1254867)
    * CVE-2025-66418.patch (bsc#1254866)

------------------------------------------------------------------
------------------  2026-1-24  -  Jan 24 2026  -------------------
------------------------------------------------------------------

++++ dnsmasq:

  - update to 2.92
    * Redesign the interaction between DNSSEC validation and per-domain
    servers, specified as --server=/<domain>/<ip-address>. This should
    just work in all cases now. If the normal chain-of-trust exists into
    the delegated domain then whether the domain is signed or not, DNSSEC
    validation will function normally. In the case the delegated domain
    is an "overlay" on top of the global DNS and no NS and/or DS records
    exist connecting it to the global dns, then if the domain is
    unsigned the situation will be handled by synthesising a
    proof-of-non-existence-of-DS for the domain and queries will be
    answered unvalidated; this action will be logged. A signed domain
    without chain-of-trust can be validated if a suitable trust-anchor
    is provided using --trust-anchor. This change should be backwards
    compatible for all existing working configurations; it extends the
    space of possible configurations which are functional.
    * Fix a couple of problems with DNSSEC validation and DNAME. One
    could cause validation failure on correct domains, and the other
    would fail to spot an invalid domain. Thanks to Graham Clinch
    for spotting the problem.
    * Add --log-queries=auth option to only log replies from the auth DNS
    facility.
    * Fix some edge-cases with domains and --address and --server. There
    has been some regressions with this in previous releases. This change
    fixes the priority order from lower to highest as:
  - -address with a IPv4 or IPv6 address (as long as the query matches the type)
  - -address with # for all-zeros, as long as the query is A or AAAA)
  - -address with no address, which returns NXDOMAIN or NOERROR for all types.
  - -server with address set to # to use the unqualified servers.
  - -server with matching domain.
  - -server without domain or from /etc/resolv.conf.
    * Fix problems with ipset or nftset and TCP DNS transport. Previously
    this was racy, and insertion of addresses could fail on a busy server
    when DNS-over-TCP transport was involved.
    * DNSSEC validation change for reverse lookups in RFC-1918 ranges and friends.
    The large public DNS services seem not to return proof-of-nonexistence
    for DS records at the start of RFC-1918 in-addr.arpa domains and the their
    IPv6 equivalents. 10.in-addr.arpa, 168.192.in-addr.arpa etc.
    Since dnsmasq already has an option which instructs it not bother
    upstream servers with pointless queries about these address ranges,
    namely --bogus-priv, we extend that to enable behaviour which allows
    dnsmasq to assume that insecure NXDOMAIN replies for these domains
    are expected and to assume that the domains are legitimately unsigned.
    This behaviour only matters when some address range is directed to
    another upstream server using --rev-server. In that case it allows
    replies from that server to pass DNSSEC validation. Without such a
    server configured, queries are never sent upstream so they are never
    validated and the new behaviour is moot.
    * Add support for leasequery to the dnsmasq DHCPv4 server.
    This has to be specifically enabled with the --leasequery option.
    Many thanks to JAXPORT, Jacksonville Port Authority for sponsoring
    this enhancement to dnsmasq.
    * Fix failure to cache PTR RRs when a reply contains more than one answer.
    Thanks to Dmitry for spotting this.
    * Add TFTP options windowsize (RFC 7440) and timeout (RFC 2349).
    * Change the behaviour of the DHCPv6 server when a REBIND message
    is received but no lease exists. Under these circumstances a new
    lease is created _only_ when the --dhcp-authoritative option is
    set. This matches the behavior of the DHCPv4 server.
    * Add --dhcp-split-relay option. This makes a DHCPv4 relay which
    is functional when client and server networks aren't mutually
    route-able.
    * Fix failure to add client MAC address to queries in TCP mode.
    The options which cause	dnsmasq	to decorate a DNS query	with the MAC
    address	on the originating client can fail when the query is sent
    using TCP. Thanks to Bruno Ravara for spotting and
    characterising this bug.

++++ kernel-default:

  - mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function
    (git-fixes).
  - mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in
    HS200/HS400 mode (git-fixes).
  - regmap: Fix race condition in hwspinlock irqsave routine
    (git-fixes).
  - ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()
    (git-fixes).
  - ALSA: scarlett2: Fix buffer overflow in config retrieval
    (git-fixes).
  - ALSA: usb: Increase volume range that triggers a warning
    (git-fixes).
  - drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2)
    (git-fixes).
  - drm/amd/pm: Don't clear SI SMC table when setting power limit
    (git-fixes).
  - drm/nouveau: implement missing DCB connector types; gracefully
    handle unknown connectors (git-fixes).
  - drm/nouveau: add missing DCB connector types (git-fixes).
  - commit 03d895b

++++ kernel-rt:

  - mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function
    (git-fixes).
  - mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in
    HS200/HS400 mode (git-fixes).
  - regmap: Fix race condition in hwspinlock irqsave routine
    (git-fixes).
  - ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()
    (git-fixes).
  - ALSA: scarlett2: Fix buffer overflow in config retrieval
    (git-fixes).
  - ALSA: usb: Increase volume range that triggers a warning
    (git-fixes).
  - drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2)
    (git-fixes).
  - drm/amd/pm: Don't clear SI SMC table when setting power limit
    (git-fixes).
  - drm/nouveau: implement missing DCB connector types; gracefully
    handle unknown connectors (git-fixes).
  - drm/nouveau: add missing DCB connector types (git-fixes).
  - commit 03d895b

++++ kernel-rt_debug:

  - mmc: rtsx_pci_sdmmc: implement sdmmc_card_busy function
    (git-fixes).
  - mmc: sdhci-of-dwcmshc: Prevent illegal clock reduction in
    HS200/HS400 mode (git-fixes).
  - regmap: Fix race condition in hwspinlock irqsave routine
    (git-fixes).
  - ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free()
    (git-fixes).
  - ALSA: scarlett2: Fix buffer overflow in config retrieval
    (git-fixes).
  - ALSA: usb: Increase volume range that triggers a warning
    (git-fixes).
  - drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2)
    (git-fixes).
  - drm/amd/pm: Don't clear SI SMC table when setting power limit
    (git-fixes).
  - drm/nouveau: implement missing DCB connector types; gracefully
    handle unknown connectors (git-fixes).
  - drm/nouveau: add missing DCB connector types (git-fixes).
  - commit 03d895b

++++ tiff:

  - Enable Lerc support in openSUSE
    * Used in GDAL for QGIS: boo#1257123

------------------------------------------------------------------
------------------  2026-1-23  -  Jan 23 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - io_uring: fix filename leak in __io_openat_prep()
    (CVE-2025-68814 bsc#1256651).
  - commit 4d3284d
  - octeontx2-pf: fix "UBSAN: shift-out-of-bounds error" (CVE-2025-71137 bsc#1256760)
  - commit f080c28
  - net: hns3: using the num_tqps in the vf driver to apply for resources (CVE-2025-71064 bsc#1256654)
  - commit d8f982b
  - macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse (CVE-2025-68367 bsc#1255547)
  - commit 31c810e
  - team: fix check for port enabled in team_queue_override_port_prio_changed() (CVE-2025-71091 bsc#1256773)
  - commit fb6bd76
  - md/raid5: fix possible null-pointer dereferences in
    raid5_store_group_thread_cnt() (CVE-2025-71135 bsc#1256761).
  - commit 06431f4
  - iommu: disable SVA when CONFIG_X86 is set (CVE-2025-71089
    bsc#1256612).
  - commit 74dac8b
  - net: hns3: add VLAN id validation before using (CVE-2025-71112
    bsc#1256726).
  - net/handshake: duplicate handshake cancellations leak socket
    (CVE-2025-68775 bsc#1256665).
  - commit 5f03ae0
  - crypto: authencesn - reject too-short AAD (assoclen<8) to
    match ESP/ESN spec (git-fixes).
  - dpll: Prevent duplicate registrations (git-fixes).
  - wifi: ath12k: fix dma_free_coherent() pointer (git-fixes).
  - wifi: ath10k: fix dma_free_coherent() pointer (git-fixes).
  - wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()
    (git-fixes).
  - wifi: rsi: Fix memory corruption due to not set vif driver
    data size (git-fixes).
  - usbnet: limit max_mtu based on device's hard_mtu (git-fixes).
  - mISDN: annotate data-race around dev->work (git-fixes).
  - can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory
    leak (git-fixes).
  - can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory
    leak (git-fixes).
  - can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB
    memory leak (git-fixes).
  - can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak
    (git-fixes).
  - Revert "nfc/nci: Add the inconsistency check between the input
    data length and count" (git-fixes).
  - net: usb: dm9601: remove broken SR9700 support (git-fixes).
  - leds: led-class: Only Add LED to leds_list when it is fully
    ready (git-fixes).
  - dpll: fix device-id-get and pin-id-get to return errors properly
    (git-fixes).
  - dpll: spec: add missing module-name and clock-id to pin-get
    reply (git-fixes).
  - dpll: fix return value check for kmemdup (git-fixes).
  - dpll: indent DPLL option type by a tab (git-fixes).
  - commit 0acacf9
  - drm/amdgpu: fix nullptr err of vm_handle_moved (bsc#1255428 CVE-2025-40339)
  - commit 42c8fa8
  - drm/amdgpu: update mappings not managed by KFD (bsc#1255428)
  - commit 2f69405

++++ kernel-rt:

  - io_uring: fix filename leak in __io_openat_prep()
    (CVE-2025-68814 bsc#1256651).
  - commit 4d3284d
  - octeontx2-pf: fix "UBSAN: shift-out-of-bounds error" (CVE-2025-71137 bsc#1256760)
  - commit f080c28
  - net: hns3: using the num_tqps in the vf driver to apply for resources (CVE-2025-71064 bsc#1256654)
  - commit d8f982b
  - macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse (CVE-2025-68367 bsc#1255547)
  - commit 31c810e
  - team: fix check for port enabled in team_queue_override_port_prio_changed() (CVE-2025-71091 bsc#1256773)
  - commit fb6bd76
  - md/raid5: fix possible null-pointer dereferences in
    raid5_store_group_thread_cnt() (CVE-2025-71135 bsc#1256761).
  - commit 06431f4
  - iommu: disable SVA when CONFIG_X86 is set (CVE-2025-71089
    bsc#1256612).
  - commit 74dac8b
  - net: hns3: add VLAN id validation before using (CVE-2025-71112
    bsc#1256726).
  - net/handshake: duplicate handshake cancellations leak socket
    (CVE-2025-68775 bsc#1256665).
  - commit 5f03ae0
  - crypto: authencesn - reject too-short AAD (assoclen<8) to
    match ESP/ESN spec (git-fixes).
  - dpll: Prevent duplicate registrations (git-fixes).
  - wifi: ath12k: fix dma_free_coherent() pointer (git-fixes).
  - wifi: ath10k: fix dma_free_coherent() pointer (git-fixes).
  - wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()
    (git-fixes).
  - wifi: rsi: Fix memory corruption due to not set vif driver
    data size (git-fixes).
  - usbnet: limit max_mtu based on device's hard_mtu (git-fixes).
  - mISDN: annotate data-race around dev->work (git-fixes).
  - can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory
    leak (git-fixes).
  - can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory
    leak (git-fixes).
  - can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB
    memory leak (git-fixes).
  - can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak
    (git-fixes).
  - Revert "nfc/nci: Add the inconsistency check between the input
    data length and count" (git-fixes).
  - net: usb: dm9601: remove broken SR9700 support (git-fixes).
  - leds: led-class: Only Add LED to leds_list when it is fully
    ready (git-fixes).
  - dpll: fix device-id-get and pin-id-get to return errors properly
    (git-fixes).
  - dpll: spec: add missing module-name and clock-id to pin-get
    reply (git-fixes).
  - dpll: fix return value check for kmemdup (git-fixes).
  - dpll: indent DPLL option type by a tab (git-fixes).
  - commit 0acacf9
  - drm/amdgpu: fix nullptr err of vm_handle_moved (bsc#1255428 CVE-2025-40339)
  - commit 42c8fa8
  - drm/amdgpu: update mappings not managed by KFD (bsc#1255428)
  - commit 2f69405

++++ kernel-rt_debug:

  - io_uring: fix filename leak in __io_openat_prep()
    (CVE-2025-68814 bsc#1256651).
  - commit 4d3284d
  - octeontx2-pf: fix "UBSAN: shift-out-of-bounds error" (CVE-2025-71137 bsc#1256760)
  - commit f080c28
  - net: hns3: using the num_tqps in the vf driver to apply for resources (CVE-2025-71064 bsc#1256654)
  - commit d8f982b
  - macintosh/mac_hid: fix race condition in mac_hid_toggle_emumouse (CVE-2025-68367 bsc#1255547)
  - commit 31c810e
  - team: fix check for port enabled in team_queue_override_port_prio_changed() (CVE-2025-71091 bsc#1256773)
  - commit fb6bd76
  - md/raid5: fix possible null-pointer dereferences in
    raid5_store_group_thread_cnt() (CVE-2025-71135 bsc#1256761).
  - commit 06431f4
  - iommu: disable SVA when CONFIG_X86 is set (CVE-2025-71089
    bsc#1256612).
  - commit 74dac8b
  - net: hns3: add VLAN id validation before using (CVE-2025-71112
    bsc#1256726).
  - net/handshake: duplicate handshake cancellations leak socket
    (CVE-2025-68775 bsc#1256665).
  - commit 5f03ae0
  - crypto: authencesn - reject too-short AAD (assoclen<8) to
    match ESP/ESN spec (git-fixes).
  - dpll: Prevent duplicate registrations (git-fixes).
  - wifi: ath12k: fix dma_free_coherent() pointer (git-fixes).
  - wifi: ath10k: fix dma_free_coherent() pointer (git-fixes).
  - wifi: mwifiex: Fix a loop in mwifiex_update_ampdu_rxwinsize()
    (git-fixes).
  - wifi: rsi: Fix memory corruption due to not set vif driver
    data size (git-fixes).
  - usbnet: limit max_mtu based on device's hard_mtu (git-fixes).
  - mISDN: annotate data-race around dev->work (git-fixes).
  - can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory
    leak (git-fixes).
  - can: mcba_usb: mcba_usb_read_bulk_callback(): fix URB memory
    leak (git-fixes).
  - can: kvaser_usb: kvaser_usb_read_bulk_callback(): fix URB
    memory leak (git-fixes).
  - can: ems_usb: ems_usb_read_bulk_callback(): fix URB memory leak
    (git-fixes).
  - Revert "nfc/nci: Add the inconsistency check between the input
    data length and count" (git-fixes).
  - net: usb: dm9601: remove broken SR9700 support (git-fixes).
  - leds: led-class: Only Add LED to leds_list when it is fully
    ready (git-fixes).
  - dpll: fix device-id-get and pin-id-get to return errors properly
    (git-fixes).
  - dpll: spec: add missing module-name and clock-id to pin-get
    reply (git-fixes).
  - dpll: fix return value check for kmemdup (git-fixes).
  - dpll: indent DPLL option type by a tab (git-fixes).
  - commit 0acacf9
  - drm/amdgpu: fix nullptr err of vm_handle_moved (bsc#1255428 CVE-2025-40339)
  - commit 42c8fa8
  - drm/amdgpu: update mappings not managed by KFD (bsc#1255428)
  - commit 2f69405

------------------------------------------------------------------
------------------  2026-1-22  -  Jan 22 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - mptcp: fix a race in mptcp_pm_del_add_timer() (CVE-2025-40257
    bsc#1254842).
  - commit 83400eb
  - fsnotify: do not generate ACCESS/MODIFY events on child for
    special files (bsc#1256638 CVE-2025-68788).
  - commit 6b6945d
  - ext4: xattr: fix null pointer deref in ext4_raw_inode()
    (bsc#1256754 CVE-2025-68820).
  - commit 8f80a8b
  - ext4: fix string copying in parse_apply_sb_mount_options()
    (bsc#1256757 CVE-2025-71123).
  - commit bd1f757
  - ext4: add i_data_sem protection in
    ext4_destroy_inline_data_nolock() (bsc#1255164 CVE-2025-68261).
  - commit 835edb6
  - nbd: defer config put in recv_work (bsc#1255537 CVE-2025-68372).
  - commit 4a0d1d2
  - nbd: defer config unlock in nbd_genl_connect (bsc#1255622
    CVE-2025-68366).
  - commit 7dc2ba0
  - jbd2: avoid bug_on in jbd2_journal_get_create_access() when
    file system corrupted (bsc#1255482 CVE-2025-68337).
  - commit dea6220
  - net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop
    (CVE-2025-68325 bsc#1255417).
  - commit 0e9df03
  - tcp: use dst_dev_rcu() in
    tcp_fastopen_active_disable_ofo_check() (CVE-2025-68188
    bsc#1255269).
  - commit 36ba28e

++++ kernel-rt:

  - mptcp: fix a race in mptcp_pm_del_add_timer() (CVE-2025-40257
    bsc#1254842).
  - commit 83400eb
  - fsnotify: do not generate ACCESS/MODIFY events on child for
    special files (bsc#1256638 CVE-2025-68788).
  - commit 6b6945d
  - ext4: xattr: fix null pointer deref in ext4_raw_inode()
    (bsc#1256754 CVE-2025-68820).
  - commit 8f80a8b
  - ext4: fix string copying in parse_apply_sb_mount_options()
    (bsc#1256757 CVE-2025-71123).
  - commit bd1f757
  - ext4: add i_data_sem protection in
    ext4_destroy_inline_data_nolock() (bsc#1255164 CVE-2025-68261).
  - commit 835edb6
  - nbd: defer config put in recv_work (bsc#1255537 CVE-2025-68372).
  - commit 4a0d1d2
  - nbd: defer config unlock in nbd_genl_connect (bsc#1255622
    CVE-2025-68366).
  - commit 7dc2ba0
  - jbd2: avoid bug_on in jbd2_journal_get_create_access() when
    file system corrupted (bsc#1255482 CVE-2025-68337).
  - commit dea6220
  - net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop
    (CVE-2025-68325 bsc#1255417).
  - commit 0e9df03
  - tcp: use dst_dev_rcu() in
    tcp_fastopen_active_disable_ofo_check() (CVE-2025-68188
    bsc#1255269).
  - commit 36ba28e

++++ kernel-rt_debug:

  - mptcp: fix a race in mptcp_pm_del_add_timer() (CVE-2025-40257
    bsc#1254842).
  - commit 83400eb
  - fsnotify: do not generate ACCESS/MODIFY events on child for
    special files (bsc#1256638 CVE-2025-68788).
  - commit 6b6945d
  - ext4: xattr: fix null pointer deref in ext4_raw_inode()
    (bsc#1256754 CVE-2025-68820).
  - commit 8f80a8b
  - ext4: fix string copying in parse_apply_sb_mount_options()
    (bsc#1256757 CVE-2025-71123).
  - commit bd1f757
  - ext4: add i_data_sem protection in
    ext4_destroy_inline_data_nolock() (bsc#1255164 CVE-2025-68261).
  - commit 835edb6
  - nbd: defer config put in recv_work (bsc#1255537 CVE-2025-68372).
  - commit 4a0d1d2
  - nbd: defer config unlock in nbd_genl_connect (bsc#1255622
    CVE-2025-68366).
  - commit 7dc2ba0
  - jbd2: avoid bug_on in jbd2_journal_get_create_access() when
    file system corrupted (bsc#1255482 CVE-2025-68337).
  - commit dea6220
  - net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop
    (CVE-2025-68325 bsc#1255417).
  - commit 0e9df03
  - tcp: use dst_dev_rcu() in
    tcp_fastopen_active_disable_ofo_check() (CVE-2025-68188
    bsc#1255269).
  - commit 36ba28e

++++ sqlite3:

  - Update to version 3.51.2:
    * bsc#1259619, CVE-2025-70873: zipfile extension may disclose
    uninitialized heap memory during inflation.
    * Fix an obscure deadlock in the new broken-posix-lock detection
    logic.
    * Fix multiple problems in the EXISTS-to-JOIN optimization.
    * Other minor bug fixes.

++++ libxml2:

  - CVE-2026-0989: call stack exhaustion leading to application crash
    due to RelaxNG parser not limiting the recursion depth when
    resolving `<include>` directives (bsc#1256804, bsc#1256805, bsc#1256810)
    * Add patch libxml2-CVE-2026-0989.patch
    * https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/374

++++ libxml2-python:

  - CVE-2026-0989: call stack exhaustion leading to application crash
    due to RelaxNG parser not limiting the recursion depth when
    resolving `<include>` directives (bsc#1256804, bsc#1256805, bsc#1256810)
    * Add patch libxml2-CVE-2026-0989.patch
    * https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/374

++++ suseconnect-ng:

  - Update version to 1.20:
  - Update error message for Public Cloud instances with registercloudguest
    installed. SUSEConnect -d is disabled on PYAG and BYOS when the
    registercloudguest command is available. (bsc#1230861)
  - Enhanced SAP detected. Take TREX into account and remove empty values when
    only /usr/sap but no installation exists (bsc#1241002)
  - Fixed modules and extension link to point to version less documentation. (bsc#1239439)
  - Fixed SAP instance detection (bsc#1244550)
  - Remove link to extensions documentation (bsc#1239439)
  - Migrate to the public library

------------------------------------------------------------------
------------------  2026-1-21  -  Jan 21 2026  -------------------
------------------------------------------------------------------

++++ cups:

  - Version upgrade to 2.4.16:
    See https://github.com/openprinting/cups/releases
    The hotfix release 2.4.16 includes fix for infinite loop in GTK,
    which was caused by change of internal behavior in libcups
    on which GTK depended on, and workaround for stopping
    the scheduler if configuration includes unknown directives.
    Detailed list (from CHANGES.md):
    * 'cupsUTF8ToCharset' didn't validate 2-byte UTF-8 sequences,
    potentially reading past the end of the source string
    (Issue #1438)
    * The web interface did not support domain usernames fully
    (Issue #1441)
    * Fixed an infinite loop issue in the GTK+ print dialog
    (Issue #1439 boo#1254353)
    * Fixed stopping scheduler on unknown directive in
    configuration (Issue #1443)
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Version upgrade to 2.4.15:
    See https://github.com/openprinting/cups/releases
    The release CUPS 2.4.15 brings two CVE fixes:
    Fix various cupsd issues which cause local DoS
    (CVE-2025-61915 bsc#1253783)
    Fix unresponsive cupsd process caused by slow client
    (CVE-2025-58436 bsc#1244057)
    and several bug fixes described in CHANGES.md.
    Detailed list (from CHANGES.md):
    * Fixed potential crash in 'cups-driverd' when there are
    duplicate PPDs (Issue #1355)
    * Fixed error recovery when scanning for PPDs
    in 'cups-driverd' (Issue #1416)
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.16
  - Fixed entry below dated "Sat Sep 30 08:52:42 UTC 2017"
    which contained needless UTF-8 Unicode characters that are
    now replaced by plain ASCII text in "... line - the ..."
    to fix a rpmlint "non-break-space" warning.
  - Adapted and enhanced 'tmpfiles.d' related things in cups.spec
    to "Fix packages for Immutable Mode - cups"
    (implementation task jsc#PED-14775 from epic jsc#PED-14688)

++++ glib2:

  - Add glib2-CVE-2026-0988.patch: fix a potential integer overflow
    in g_buffered_input_stream_peek (bsc#1257049 CVE-2026-0988
    glgo#GNOME/glib#3851).

++++ kernel-default:

  - net: ipv6: fix field-spanning memcpy warning in AH output
    (CVE-2025-40363 bsc#1255102).
  - commit b54ffd4
  - ipv4: route: Prevent rt_bind_exception() from rebinding stale
    fnhe (CVE-2025-68241 bsc#1255157).
  - net: netpoll: fix incorrect refcount handling causing incorrect
    cleanup (CVE-2025-68245 bsc#1255268).
  - commit f673593
  - Refresh patches.suse/dmaengine-idxd-Fix-refcount-underflow-on-module-unlo.patch
    Fix the missing cleanup, folding the upsteram stable 6.12.y fix
    (commit d28c1b1566a1) into the backport patch itself.
  - commit d2ae2ac
  - of: fix reference count leak in of_alias_scan() (git-fixes).
  - of: platform: Use default match table for /firmware (git-fixes).
  - ata: libata: Add cpr_log to ata_dev_print_features() early
    return (git-fixes).
  - commit 403f41b

++++ kernel-rt:

  - net: ipv6: fix field-spanning memcpy warning in AH output
    (CVE-2025-40363 bsc#1255102).
  - commit b54ffd4
  - ipv4: route: Prevent rt_bind_exception() from rebinding stale
    fnhe (CVE-2025-68241 bsc#1255157).
  - net: netpoll: fix incorrect refcount handling causing incorrect
    cleanup (CVE-2025-68245 bsc#1255268).
  - commit f673593
  - Refresh patches.suse/dmaengine-idxd-Fix-refcount-underflow-on-module-unlo.patch
    Fix the missing cleanup, folding the upsteram stable 6.12.y fix
    (commit d28c1b1566a1) into the backport patch itself.
  - commit d2ae2ac
  - of: fix reference count leak in of_alias_scan() (git-fixes).
  - of: platform: Use default match table for /firmware (git-fixes).
  - ata: libata: Add cpr_log to ata_dev_print_features() early
    return (git-fixes).
  - commit 403f41b

++++ kernel-rt_debug:

  - net: ipv6: fix field-spanning memcpy warning in AH output
    (CVE-2025-40363 bsc#1255102).
  - commit b54ffd4
  - ipv4: route: Prevent rt_bind_exception() from rebinding stale
    fnhe (CVE-2025-68241 bsc#1255157).
  - net: netpoll: fix incorrect refcount handling causing incorrect
    cleanup (CVE-2025-68245 bsc#1255268).
  - commit f673593
  - Refresh patches.suse/dmaengine-idxd-Fix-refcount-underflow-on-module-unlo.patch
    Fix the missing cleanup, folding the upsteram stable 6.12.y fix
    (commit d28c1b1566a1) into the backport patch itself.
  - commit d2ae2ac
  - of: fix reference count leak in of_alias_scan() (git-fixes).
  - of: platform: Use default match table for /firmware (git-fixes).
  - ata: libata: Add cpr_log to ata_dev_print_features() early
    return (git-fixes).
  - commit 403f41b

------------------------------------------------------------------
------------------  2026-1-20  -  Jan 20 2026  -------------------
------------------------------------------------------------------

++++ grub2:

  - Optimize PBKDF2 to reduce the decryption time (bsc#1248516)
    * 0001-lib-crypto-Introduce-new-HMAC-functions-to-reuse-buf.patch
    * 0002-lib-pbkdf2-Optimize-PBKDF2-by-reusing-HMAC-handle.patch
    * 0001-kern-misc-Implement-faster-grub_memcpy-for-aligned-b.patch

++++ kernel-default:

  - NFSD: NFSv4 file creation neglects setting ACL (CVE-2025-68803
    bsc#1256770).
  - commit cae9b7a
  - nfsd: set security label during create operations
    (CVE-2025-68803 bsc#1256770).
  - commit 8ee0c2b
  - RDMA/irdma: avoid invalid read in irdma_net_event (CVE-2025-71133 bsc#1256733)
  - commit c4b2e81
  - RDMA/cm: Fix leaking the multicast GID table reference (CVE-2025-71084 bsc#1256622)
  - commit 695ad1f
  - SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token
    in gss_read_proxy_verf (CVE-2025-71120 bsc#1256779).
  - commit 400a381
  - scsi: sg: Do not sleep in atomic context (CVE-2025-40259
    bsc#1254845).
  - commit 386a47a

++++ kernel-rt:

  - NFSD: NFSv4 file creation neglects setting ACL (CVE-2025-68803
    bsc#1256770).
  - commit cae9b7a
  - nfsd: set security label during create operations
    (CVE-2025-68803 bsc#1256770).
  - commit 8ee0c2b
  - RDMA/irdma: avoid invalid read in irdma_net_event (CVE-2025-71133 bsc#1256733)
  - commit c4b2e81
  - RDMA/cm: Fix leaking the multicast GID table reference (CVE-2025-71084 bsc#1256622)
  - commit 695ad1f
  - SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token
    in gss_read_proxy_verf (CVE-2025-71120 bsc#1256779).
  - commit 400a381
  - scsi: sg: Do not sleep in atomic context (CVE-2025-40259
    bsc#1254845).
  - commit 386a47a

++++ kernel-rt_debug:

  - NFSD: NFSv4 file creation neglects setting ACL (CVE-2025-68803
    bsc#1256770).
  - commit cae9b7a
  - nfsd: set security label during create operations
    (CVE-2025-68803 bsc#1256770).
  - commit 8ee0c2b
  - RDMA/irdma: avoid invalid read in irdma_net_event (CVE-2025-71133 bsc#1256733)
  - commit c4b2e81
  - RDMA/cm: Fix leaking the multicast GID table reference (CVE-2025-71084 bsc#1256622)
  - commit 695ad1f
  - SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token
    in gss_read_proxy_verf (CVE-2025-71120 bsc#1256779).
  - commit 400a381
  - scsi: sg: Do not sleep in atomic context (CVE-2025-40259
    bsc#1254845).
  - commit 386a47a

++++ nvidia-open-driver-G06-signed:

  - updated CUDA variant to version 580.126.09
  - supersedes kernel-6.18.patch

------------------------------------------------------------------
------------------  2026-1-19  -  Jan 19 2026  -------------------
------------------------------------------------------------------

++++ glibc:

  - memalign-overflow-check.patch: memalign: reinstate alignment overflow
    check (CVE-2026-0861, bsc#1256766, BZ #33796)
  - nss-dns-getnetbyaddr.patch: resolv: Fix NSS DNS backend for getnetbyaddr
    (CVE-2026-0915, bsc#1256822, BZ #33802)
  - wordexp-wrde-reuse.patch: posix: Reset wordexp_t fields with WRDE_REUSE
    (CVE-2025-15281, bsc#1257005, BZ #33814)

++++ kernel-default:

  - arp: do not assume dev_hard_header() does not change skb->head
    (CVE-2025-71098 bsc#1256591).
  - ip6_gre: make ip6gre_header() robust (CVE-2025-71098
    bsc#1256591).
  - commit 0de7076
  - drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup (bsc#1255128 CVE-2025-68296)
  - commit 4190209
  - dmaengine: apple-admac: Add "apple,t8103-admac" compatible
    (git-fixes).
  - dmaengine: omap-dma: fix dma_pool resource leak in error paths
    (git-fixes).
  - dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()
    (git-fixes).
  - dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all() (git-fixes).
  - dmaengine: xilinx_dma: Fix uninitialized addr_width when
    "xlnx,addrwidth" property is missing (git-fixes).
  - dmaengine: tegra-adma: Fix use-after-free (git-fixes).
  - dmaengine: ti: k3-udma: fix device leak on udma lookup
    (git-fixes).
  - dmaengine: ti: dma-crossbar: fix device leak on am335x route
    allocation (git-fixes).
  - dmaengine: ti: dma-crossbar: fix device leak on dra7x route
    allocation (git-fixes).
  - dmaengine: lpc18xx-dmamux: fix device leak on route allocation
    (git-fixes).
  - dmaengine: idxd: fix device leaks on compat bind and unbind
    (git-fixes).
  - dmaengine: dw: dmamux: fix OF node leak on route allocation
    failure (git-fixes).
  - dmaengine: bcm-sba-raid: fix device leak on probe (git-fixes).
  - dmaengine: at_hdmac: fix device leak on of_dma_xlate()
    (git-fixes).
  - dmaengine: xilinx: xdma: Fix regmap max_register (git-fixes).
  - phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7
    (git-fixes).
  - phy: rockchip: inno-usb2: fix communication disruption in
    gadget mode (git-fixes).
  - phy: rockchip: inno-usb2: fix disconnection in gadget mode
    (git-fixes).
  - phy: stm32-usphyc: Fix off by one in probe() (git-fixes).
  - commit c2d8602
  - Remove patches.suse/0001-drm-fbcon-vga_switcheroo-Avoid-race-condition-in-fbc.patch
  - commit 462d775

++++ kernel-rt:

  - arp: do not assume dev_hard_header() does not change skb->head
    (CVE-2025-71098 bsc#1256591).
  - ip6_gre: make ip6gre_header() robust (CVE-2025-71098
    bsc#1256591).
  - commit 0de7076
  - drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup (bsc#1255128 CVE-2025-68296)
  - commit 4190209
  - dmaengine: apple-admac: Add "apple,t8103-admac" compatible
    (git-fixes).
  - dmaengine: omap-dma: fix dma_pool resource leak in error paths
    (git-fixes).
  - dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()
    (git-fixes).
  - dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all() (git-fixes).
  - dmaengine: xilinx_dma: Fix uninitialized addr_width when
    "xlnx,addrwidth" property is missing (git-fixes).
  - dmaengine: tegra-adma: Fix use-after-free (git-fixes).
  - dmaengine: ti: k3-udma: fix device leak on udma lookup
    (git-fixes).
  - dmaengine: ti: dma-crossbar: fix device leak on am335x route
    allocation (git-fixes).
  - dmaengine: ti: dma-crossbar: fix device leak on dra7x route
    allocation (git-fixes).
  - dmaengine: lpc18xx-dmamux: fix device leak on route allocation
    (git-fixes).
  - dmaengine: idxd: fix device leaks on compat bind and unbind
    (git-fixes).
  - dmaengine: dw: dmamux: fix OF node leak on route allocation
    failure (git-fixes).
  - dmaengine: bcm-sba-raid: fix device leak on probe (git-fixes).
  - dmaengine: at_hdmac: fix device leak on of_dma_xlate()
    (git-fixes).
  - dmaengine: xilinx: xdma: Fix regmap max_register (git-fixes).
  - phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7
    (git-fixes).
  - phy: rockchip: inno-usb2: fix communication disruption in
    gadget mode (git-fixes).
  - phy: rockchip: inno-usb2: fix disconnection in gadget mode
    (git-fixes).
  - phy: stm32-usphyc: Fix off by one in probe() (git-fixes).
  - commit c2d8602
  - Remove patches.suse/0001-drm-fbcon-vga_switcheroo-Avoid-race-condition-in-fbc.patch
  - commit 462d775

++++ kernel-rt_debug:

  - arp: do not assume dev_hard_header() does not change skb->head
    (CVE-2025-71098 bsc#1256591).
  - ip6_gre: make ip6gre_header() robust (CVE-2025-71098
    bsc#1256591).
  - commit 0de7076
  - drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup (bsc#1255128 CVE-2025-68296)
  - commit 4190209
  - dmaengine: apple-admac: Add "apple,t8103-admac" compatible
    (git-fixes).
  - dmaengine: omap-dma: fix dma_pool resource leak in error paths
    (git-fixes).
  - dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config()
    (git-fixes).
  - dmaengine: sh: rz-dmac: Fix rz_dmac_terminate_all() (git-fixes).
  - dmaengine: xilinx_dma: Fix uninitialized addr_width when
    "xlnx,addrwidth" property is missing (git-fixes).
  - dmaengine: tegra-adma: Fix use-after-free (git-fixes).
  - dmaengine: ti: k3-udma: fix device leak on udma lookup
    (git-fixes).
  - dmaengine: ti: dma-crossbar: fix device leak on am335x route
    allocation (git-fixes).
  - dmaengine: ti: dma-crossbar: fix device leak on dra7x route
    allocation (git-fixes).
  - dmaengine: lpc18xx-dmamux: fix device leak on route allocation
    (git-fixes).
  - dmaengine: idxd: fix device leaks on compat bind and unbind
    (git-fixes).
  - dmaengine: dw: dmamux: fix OF node leak on route allocation
    failure (git-fixes).
  - dmaengine: bcm-sba-raid: fix device leak on probe (git-fixes).
  - dmaengine: at_hdmac: fix device leak on of_dma_xlate()
    (git-fixes).
  - dmaengine: xilinx: xdma: Fix regmap max_register (git-fixes).
  - phy: tegra: xusb: Explicitly configure HS_DISCON_LEVEL to 0x7
    (git-fixes).
  - phy: rockchip: inno-usb2: fix communication disruption in
    gadget mode (git-fixes).
  - phy: rockchip: inno-usb2: fix disconnection in gadget mode
    (git-fixes).
  - phy: stm32-usphyc: Fix off by one in probe() (git-fixes).
  - commit c2d8602
  - Remove patches.suse/0001-drm-fbcon-vga_switcheroo-Avoid-race-condition-in-fbc.patch
  - commit 462d775

++++ openssl-3:

  - Security fixes:
    * Missing ASN1_TYPE validation in PKCS#12 parsing
  - openssl-CVE-2026-22795.patch [bsc#1256839, CVE-2026-22795]
    * ASN1_TYPE Type Confusion in the PKCS7_digest_from_attributes() function
  - openssl-CVE-2026-22795.patch [bsc#1256840, CVE-2026-22796]
    * Missing ASN1_TYPE validation in TS_RESP_verify_response() function
  - openssl-CVE-2025-69420.patch [bsc#1256837, CVE-2025-69420]
    * NULL Pointer Dereference in PKCS12_item_decrypt_d2i_ex function
  - openssl-CVE-2025-69421.patch [bsc#1256838, CVE-2025-69421]
    * Out of bounds write in PKCS12_get_friendlyname() UTF-8 conversion
  - openssl-CVE-2025-69419.patch [bsc#1256836, CVE-2025-69419]
    * Heap out-of-bounds write in BIO_f_linebuffer on short writes
  - openssl-CVE-2025-68160.patch [bsc#1256834, CVE-2025-68160]
    * Unauthenticated/unencrypted trailing bytes with low-level OCB function calls
  - openssl-CVE-2025-69418.patch [bsc#1256835, CVE-2025-69418]
    * Stack buffer overflow in CMS AuthEnvelopedData parsing
  - openssl-CVE-2025-15467.patch [bsc#1256830, CVE-2025-15467]
  - openssl-CVE-2025-15467-comments.patch
  - openssl-CVE-2025-15467-test.patch

++++ python-pyasn1:

  - Add CVE-2026-23490.patch to fix CVE-2026-23490 (bsc#1256902)
  - fix broken changelog entries

------------------------------------------------------------------
------------------  2026-1-18  -  Jan 18 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - gpio: pca953x: fix wrong error probe return value (git-fixes).
  - commit df5f5f1
  - gpio: pca953x: Utilise temporary variable for struct device
    (stable-fixes).
  - Refresh
    patches.suse/gpio-pca953x-log-an-error-when-failing-to-get-the-re.patch.
  - commit b07f679
  - lib/crypto: aes: Fix missing MMU protection for AES S-box
    (git-fixes).
  - mei: me: add nova lake point S DID (stable-fixes).
  - gpio: pca953x: handle short interrupt pulses on PCAL devices
    (git-fixes).
  - drm/radeon: Remove __counted_by from ClockInfoArray.clockInfo[]
    (stable-fixes).
  - ASoC: fsl_sai: Add missing registers to cache default
    (stable-fixes).
  - ASoC: amd: yc: Add quirk for Honor MagicBook X16 2025
    (stable-fixes).
  - ALSA: usb-audio: Update for native DSD support quirks
    (stable-fixes).
  - drm/amd/display: Fix DP no audio issue (stable-fixes).
  - powercap: fix sscanf() error return value handling
    (stable-fixes).
  - powercap: fix race condition in register_control_type()
    (stable-fixes).
  - can: j1939: make j1939_session_activate() fail if device is
    no longer registered (stable-fixes).
  - mei: me: add wildcat lake P DID (stable-fixes).
  - gpio: pca953x: Add support for level-triggered interrupts
    (stable-fixes).
  - gpio: pca953x: Utilise dev_err_probe() where it makes sense
    (stable-fixes).
  - commit 46ebab7
  - ocfs2: fix kernel BUG in ocfs2_find_victim_chain (bsc#1256582
    CVE-2025-68771).
  - commit fae1ed0

++++ kernel-rt:

  - gpio: pca953x: fix wrong error probe return value (git-fixes).
  - commit df5f5f1
  - gpio: pca953x: Utilise temporary variable for struct device
    (stable-fixes).
  - Refresh
    patches.suse/gpio-pca953x-log-an-error-when-failing-to-get-the-re.patch.
  - commit b07f679
  - lib/crypto: aes: Fix missing MMU protection for AES S-box
    (git-fixes).
  - mei: me: add nova lake point S DID (stable-fixes).
  - gpio: pca953x: handle short interrupt pulses on PCAL devices
    (git-fixes).
  - drm/radeon: Remove __counted_by from ClockInfoArray.clockInfo[]
    (stable-fixes).
  - ASoC: fsl_sai: Add missing registers to cache default
    (stable-fixes).
  - ASoC: amd: yc: Add quirk for Honor MagicBook X16 2025
    (stable-fixes).
  - ALSA: usb-audio: Update for native DSD support quirks
    (stable-fixes).
  - drm/amd/display: Fix DP no audio issue (stable-fixes).
  - powercap: fix sscanf() error return value handling
    (stable-fixes).
  - powercap: fix race condition in register_control_type()
    (stable-fixes).
  - can: j1939: make j1939_session_activate() fail if device is
    no longer registered (stable-fixes).
  - mei: me: add wildcat lake P DID (stable-fixes).
  - gpio: pca953x: Add support for level-triggered interrupts
    (stable-fixes).
  - gpio: pca953x: Utilise dev_err_probe() where it makes sense
    (stable-fixes).
  - commit 46ebab7
  - ocfs2: fix kernel BUG in ocfs2_find_victim_chain (bsc#1256582
    CVE-2025-68771).
  - commit fae1ed0

++++ kernel-rt_debug:

  - gpio: pca953x: fix wrong error probe return value (git-fixes).
  - commit df5f5f1
  - gpio: pca953x: Utilise temporary variable for struct device
    (stable-fixes).
  - Refresh
    patches.suse/gpio-pca953x-log-an-error-when-failing-to-get-the-re.patch.
  - commit b07f679
  - lib/crypto: aes: Fix missing MMU protection for AES S-box
    (git-fixes).
  - mei: me: add nova lake point S DID (stable-fixes).
  - gpio: pca953x: handle short interrupt pulses on PCAL devices
    (git-fixes).
  - drm/radeon: Remove __counted_by from ClockInfoArray.clockInfo[]
    (stable-fixes).
  - ASoC: fsl_sai: Add missing registers to cache default
    (stable-fixes).
  - ASoC: amd: yc: Add quirk for Honor MagicBook X16 2025
    (stable-fixes).
  - ALSA: usb-audio: Update for native DSD support quirks
    (stable-fixes).
  - drm/amd/display: Fix DP no audio issue (stable-fixes).
  - powercap: fix sscanf() error return value handling
    (stable-fixes).
  - powercap: fix race condition in register_control_type()
    (stable-fixes).
  - can: j1939: make j1939_session_activate() fail if device is
    no longer registered (stable-fixes).
  - mei: me: add wildcat lake P DID (stable-fixes).
  - gpio: pca953x: Add support for level-triggered interrupts
    (stable-fixes).
  - gpio: pca953x: Utilise dev_err_probe() where it makes sense
    (stable-fixes).
  - commit 46ebab7
  - ocfs2: fix kernel BUG in ocfs2_find_victim_chain (bsc#1256582
    CVE-2025-68771).
  - commit fae1ed0

------------------------------------------------------------------
------------------  2026-1-17  -  Jan 17 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: codecs: wsa883x: fix unnecessary initialisation
    (git-fixes).
  - commit 9ad50cc
  - drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepare
    (git-fixes).
  - drm/panel-simple: fix connector type for DataImage
    SCF0700C48GGU18 panel (git-fixes).
  - drm/vmwgfx: Fix an error return check in vmw_compat_shader_add()
    (git-fixes).
  - drm/amdkfd: fix a memory leak in device_queue_manager_init()
    (git-fixes).
  - ASoC: tlv320adcx140: fix word length (git-fixes).
  - ASoC: tlv320adcx140: fix null pointer (git-fixes).
  - ASoC: codecs: wsa884x: fix codec initialisation (git-fixes).
  - commit b212696

++++ kernel-rt:

  - ASoC: codecs: wsa883x: fix unnecessary initialisation
    (git-fixes).
  - commit 9ad50cc
  - drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepare
    (git-fixes).
  - drm/panel-simple: fix connector type for DataImage
    SCF0700C48GGU18 panel (git-fixes).
  - drm/vmwgfx: Fix an error return check in vmw_compat_shader_add()
    (git-fixes).
  - drm/amdkfd: fix a memory leak in device_queue_manager_init()
    (git-fixes).
  - ASoC: tlv320adcx140: fix word length (git-fixes).
  - ASoC: tlv320adcx140: fix null pointer (git-fixes).
  - ASoC: codecs: wsa884x: fix codec initialisation (git-fixes).
  - commit b212696

++++ kernel-rt_debug:

  - ASoC: codecs: wsa883x: fix unnecessary initialisation
    (git-fixes).
  - commit 9ad50cc
  - drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepare
    (git-fixes).
  - drm/panel-simple: fix connector type for DataImage
    SCF0700C48GGU18 panel (git-fixes).
  - drm/vmwgfx: Fix an error return check in vmw_compat_shader_add()
    (git-fixes).
  - drm/amdkfd: fix a memory leak in device_queue_manager_init()
    (git-fixes).
  - ASoC: tlv320adcx140: fix word length (git-fixes).
  - ASoC: tlv320adcx140: fix null pointer (git-fixes).
  - ASoC: codecs: wsa884x: fix codec initialisation (git-fixes).
  - commit b212696

------------------------------------------------------------------
------------------  2026-1-16  -  Jan 16 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - NFS: Automounted filesystems should inherit ro,noexec,nodev,sync
    flags (CVE-2025-68764 bsc#1255930).
  - commit 84f3f58
  - net/hsr: fix NULL pointer dereference in prp_get_untagged_frame() (CVE-2025-68776 bsc#1256659)
  - commit 86f02f8
  - fs/ntfs3: Initialize allocated memory before use (CVE-2025-68365 bsc#1255548)
  - commit 354fd40
  - ntfs3: fix uninit memory after failed mi_read in mi_format_new (CVE-2025-68728 bsc#1255539)
  - commit 3c62fa0
  - iavf: fix off-by-one issues in iavf_config_rss_reg()
    (CVE-2025-71087 bsc#1256628).
  - commit 8d4da32
  - RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
  - commit 8aea2cc
  - Fix KABI for "md: fix rcu protection in md_wakeup_thread"
    (CVE-2025-68374 bsc#1255530).
  - commit 4078c1e
  - ice: use netif_get_num_default_rss_queues() (bsc#1247712).
  - commit eb0fac0
  - md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
    bsc#1255530).
  - commit 1b0738f
  - scsi: qla2xxx: Update version to 10.02.10.100-k (bsc#1256863).
  - scsi: qla2xxx: Fix bsg_done() causing double free
    (bsc#1256863).
  - scsi: qla2xxx: Query FW again before proceeding with login
    (bsc#1256863).
  - scsi: qla2xxx: Validate sp before freeing associated memory
    (bsc#1256863).
  - scsi: qla2xxx: Free sp in error path to fix system crash
    (bsc#1256863).
  - scsi: qla2xxx: Delay module unload while fabric scan in progress
    (bsc#1256863).
  - scsi: qla2xxx: Allow recovery for tape devices (bsc#1256863).
  - scsi: qla2xxx: Add bsg interface to support firmware img
    validation (bsc#1256863).
  - scsi: qla2xxx: Validate MCU signature before executing MBC 03h
    (bsc#1256863).
  - scsi: qla2xxx: Add load flash firmware mailbox support for 28xxx
    (bsc#1256863).
  - scsi: qla2xxx: Add support for 64G SFP speed (bsc#1256863).
  - scsi: qla2xxx: Add Speed in SFP print information
    (bsc#1256863).
  - scsi: lpfc: Update lpfc version to 14.4.0.13 (bsc#1256861).
  - scsi: lpfc: Rework lpfc_sli4_fcf_rr_next_index_get()
    (bsc#1256861).
  - commit da9bd89
  - nvme: nvme-fc: Ensure ->ioerr_work is cancelled in
    nvme_fc_delete_ctrl() (CVE-2025-40261 bsc#1254839).
  - commit 95251dd
  - NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in
    pnfs_mark_layout_stateid_invalid (CVE-2025-68349 bsc#1255544).
  - commit fea667d
  - ipvs: fix ipv4 null-ptr-deref in route error path
    (CVE-2025-68813 bsc#1256641).
  - commit 238038b
  - drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup (bsc#1255128 CVE-2025-68296)
  - commit b6c7c30
  - net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate
    session upon receiving the second rts (git-fixes).
  - can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher
    than 1 MBit (git-fixes).
  - can: etas_es58x: allow partial RX URB allocation to succeed
    (git-fixes).
  - commit 6e93ffe

++++ kernel-rt:

  - NFS: Automounted filesystems should inherit ro,noexec,nodev,sync
    flags (CVE-2025-68764 bsc#1255930).
  - commit 84f3f58
  - net/hsr: fix NULL pointer dereference in prp_get_untagged_frame() (CVE-2025-68776 bsc#1256659)
  - commit 86f02f8
  - fs/ntfs3: Initialize allocated memory before use (CVE-2025-68365 bsc#1255548)
  - commit 354fd40
  - ntfs3: fix uninit memory after failed mi_read in mi_format_new (CVE-2025-68728 bsc#1255539)
  - commit 3c62fa0
  - iavf: fix off-by-one issues in iavf_config_rss_reg()
    (CVE-2025-71087 bsc#1256628).
  - commit 8d4da32
  - RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
  - commit 8aea2cc
  - Fix KABI for "md: fix rcu protection in md_wakeup_thread"
    (CVE-2025-68374 bsc#1255530).
  - commit 4078c1e
  - ice: use netif_get_num_default_rss_queues() (bsc#1247712).
  - commit eb0fac0
  - md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
    bsc#1255530).
  - commit 1b0738f
  - scsi: qla2xxx: Update version to 10.02.10.100-k (bsc#1256863).
  - scsi: qla2xxx: Fix bsg_done() causing double free
    (bsc#1256863).
  - scsi: qla2xxx: Query FW again before proceeding with login
    (bsc#1256863).
  - scsi: qla2xxx: Validate sp before freeing associated memory
    (bsc#1256863).
  - scsi: qla2xxx: Free sp in error path to fix system crash
    (bsc#1256863).
  - scsi: qla2xxx: Delay module unload while fabric scan in progress
    (bsc#1256863).
  - scsi: qla2xxx: Allow recovery for tape devices (bsc#1256863).
  - scsi: qla2xxx: Add bsg interface to support firmware img
    validation (bsc#1256863).
  - scsi: qla2xxx: Validate MCU signature before executing MBC 03h
    (bsc#1256863).
  - scsi: qla2xxx: Add load flash firmware mailbox support for 28xxx
    (bsc#1256863).
  - scsi: qla2xxx: Add support for 64G SFP speed (bsc#1256863).
  - scsi: qla2xxx: Add Speed in SFP print information
    (bsc#1256863).
  - scsi: lpfc: Update lpfc version to 14.4.0.13 (bsc#1256861).
  - scsi: lpfc: Rework lpfc_sli4_fcf_rr_next_index_get()
    (bsc#1256861).
  - commit da9bd89
  - nvme: nvme-fc: Ensure ->ioerr_work is cancelled in
    nvme_fc_delete_ctrl() (CVE-2025-40261 bsc#1254839).
  - commit 95251dd
  - NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in
    pnfs_mark_layout_stateid_invalid (CVE-2025-68349 bsc#1255544).
  - commit fea667d
  - ipvs: fix ipv4 null-ptr-deref in route error path
    (CVE-2025-68813 bsc#1256641).
  - commit 238038b
  - drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup (bsc#1255128 CVE-2025-68296)
  - commit b6c7c30
  - net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate
    session upon receiving the second rts (git-fixes).
  - can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher
    than 1 MBit (git-fixes).
  - can: etas_es58x: allow partial RX URB allocation to succeed
    (git-fixes).
  - commit 6e93ffe

++++ kernel-rt_debug:

  - NFS: Automounted filesystems should inherit ro,noexec,nodev,sync
    flags (CVE-2025-68764 bsc#1255930).
  - commit 84f3f58
  - net/hsr: fix NULL pointer dereference in prp_get_untagged_frame() (CVE-2025-68776 bsc#1256659)
  - commit 86f02f8
  - fs/ntfs3: Initialize allocated memory before use (CVE-2025-68365 bsc#1255548)
  - commit 354fd40
  - ntfs3: fix uninit memory after failed mi_read in mi_format_new (CVE-2025-68728 bsc#1255539)
  - commit 3c62fa0
  - iavf: fix off-by-one issues in iavf_config_rss_reg()
    (CVE-2025-71087 bsc#1256628).
  - commit 8d4da32
  - RDMA/rxe: Fix null deref on srq->rq.queue after resize failure (CVE-2025-68379 bsc#1255695)
  - commit 8aea2cc
  - Fix KABI for "md: fix rcu protection in md_wakeup_thread"
    (CVE-2025-68374 bsc#1255530).
  - commit 4078c1e
  - ice: use netif_get_num_default_rss_queues() (bsc#1247712).
  - commit eb0fac0
  - md: fix rcu protection in md_wakeup_thread (CVE-2025-68374
    bsc#1255530).
  - commit 1b0738f
  - scsi: qla2xxx: Update version to 10.02.10.100-k (bsc#1256863).
  - scsi: qla2xxx: Fix bsg_done() causing double free
    (bsc#1256863).
  - scsi: qla2xxx: Query FW again before proceeding with login
    (bsc#1256863).
  - scsi: qla2xxx: Validate sp before freeing associated memory
    (bsc#1256863).
  - scsi: qla2xxx: Free sp in error path to fix system crash
    (bsc#1256863).
  - scsi: qla2xxx: Delay module unload while fabric scan in progress
    (bsc#1256863).
  - scsi: qla2xxx: Allow recovery for tape devices (bsc#1256863).
  - scsi: qla2xxx: Add bsg interface to support firmware img
    validation (bsc#1256863).
  - scsi: qla2xxx: Validate MCU signature before executing MBC 03h
    (bsc#1256863).
  - scsi: qla2xxx: Add load flash firmware mailbox support for 28xxx
    (bsc#1256863).
  - scsi: qla2xxx: Add support for 64G SFP speed (bsc#1256863).
  - scsi: qla2xxx: Add Speed in SFP print information
    (bsc#1256863).
  - scsi: lpfc: Update lpfc version to 14.4.0.13 (bsc#1256861).
  - scsi: lpfc: Rework lpfc_sli4_fcf_rr_next_index_get()
    (bsc#1256861).
  - commit da9bd89
  - nvme: nvme-fc: Ensure ->ioerr_work is cancelled in
    nvme_fc_delete_ctrl() (CVE-2025-40261 bsc#1254839).
  - commit 95251dd
  - NFSv4/pNFS: Clear NFS_INO_LAYOUTCOMMIT in
    pnfs_mark_layout_stateid_invalid (CVE-2025-68349 bsc#1255544).
  - commit fea667d
  - ipvs: fix ipv4 null-ptr-deref in route error path
    (CVE-2025-68813 bsc#1256641).
  - commit 238038b
  - drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup (bsc#1255128 CVE-2025-68296)
  - commit b6c7c30
  - net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate
    session upon receiving the second rts (git-fixes).
  - can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher
    than 1 MBit (git-fixes).
  - can: etas_es58x: allow partial RX URB allocation to succeed
    (git-fixes).
  - commit 6e93ffe

++++ openSUSE-build-key:

  - import-openSUSE-build-key: implement importing all keys from
    /usr/lib/rpm/gnupg/keys

------------------------------------------------------------------
------------------  2026-1-15  -  Jan 15 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ntfs3: Fix uninit buffer allocated by __getname() (CVE-2025-68727 bsc#1255568)
  - commit 97681c7
  - libceph: fix potential use-after-free in have_mon_and_osd_map() (CVE-2025-68285 bsc#1255401).
  - commit fdc5baf
  - interconnect: Don't access req_list while it's being manipulated
    (CVE-2023-54013 bsc#1256280).
  - commit 397aee1
  - interconnect: Fix locking for runpm vs reclaim (CVE-2023-54013
    bsc#1256280).
  - commit bacbc82
  - RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly (CVE-2025-71096 bsc#1256606)
  - commit 7a5edbb
  - mptcp: Fix proto fallback detection with BPF (CVE-2025-68227
    bsc#1255216).
  - commit 557d74c
  - sysfs: check visibility before changing group attribute
    ownership (CVE-2025-40355 bsc#1255261).
  - commit 7b1e9ed
  - x86/fpu: Ensure XFD state on signal delivery (CVE-2025-68171
    bsc#1255255).
  - commit 265a09f

++++ kernel-rt:

  - ntfs3: Fix uninit buffer allocated by __getname() (CVE-2025-68727 bsc#1255568)
  - commit 97681c7
  - libceph: fix potential use-after-free in have_mon_and_osd_map() (CVE-2025-68285 bsc#1255401).
  - commit fdc5baf
  - interconnect: Don't access req_list while it's being manipulated
    (CVE-2023-54013 bsc#1256280).
  - commit 397aee1
  - interconnect: Fix locking for runpm vs reclaim (CVE-2023-54013
    bsc#1256280).
  - commit bacbc82
  - RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly (CVE-2025-71096 bsc#1256606)
  - commit 7a5edbb
  - mptcp: Fix proto fallback detection with BPF (CVE-2025-68227
    bsc#1255216).
  - commit 557d74c
  - sysfs: check visibility before changing group attribute
    ownership (CVE-2025-40355 bsc#1255261).
  - commit 7b1e9ed
  - x86/fpu: Ensure XFD state on signal delivery (CVE-2025-68171
    bsc#1255255).
  - commit 265a09f

++++ kernel-rt_debug:

  - ntfs3: Fix uninit buffer allocated by __getname() (CVE-2025-68727 bsc#1255568)
  - commit 97681c7
  - libceph: fix potential use-after-free in have_mon_and_osd_map() (CVE-2025-68285 bsc#1255401).
  - commit fdc5baf
  - interconnect: Don't access req_list while it's being manipulated
    (CVE-2023-54013 bsc#1256280).
  - commit 397aee1
  - interconnect: Fix locking for runpm vs reclaim (CVE-2023-54013
    bsc#1256280).
  - commit bacbc82
  - RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctly (CVE-2025-71096 bsc#1256606)
  - commit 7a5edbb
  - mptcp: Fix proto fallback detection with BPF (CVE-2025-68227
    bsc#1255216).
  - commit 557d74c
  - sysfs: check visibility before changing group attribute
    ownership (CVE-2025-40355 bsc#1255261).
  - commit 7b1e9ed
  - x86/fpu: Ensure XFD state on signal delivery (CVE-2025-68171
    bsc#1255255).
  - commit 265a09f

++++ libpng16:

  - security update
  - added patches
    CVE-2026-22695 [bsc#1256525], Heap buffer over-read in png_image_finish_read
    * libpng16-CVE-2026-22695.patch
    CVE-2026-22801 [bsc#1256526], Integer truncation causing heap buffer over-read in png_image_write_*
    * libpng16-CVE-2026-22801.patch

------------------------------------------------------------------
------------------  2026-1-14  -  Jan 14 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - sched: Increase sched_tick_remote timeout (bsc#1254510).
  - commit 87d4295
  - drm/amdgpu: fix gpu page fault after hibernation on PF passthrough (bsc#1255134 CVE-2025-68230)
  - commit 19b936b
  - net: atlantic: fix fragment overflow handling in RX path
    (CVE-2025-68301 bsc#1255120).
  - be2net: pass wrb_params in case of OS2BMC (CVE-2025-40264
    bsc#1254835).
  - net: openvswitch: remove never-working support for setting
    nsh fields (CVE-2025-40254 bsc#1254852).
  - net/mlx5: Fix IPsec cleanup over MPV device (CVE-2025-40238
    bsc#1254871).
  - net/mlx5e: RX, Fix generating skb from non-linear xdp_buff
    for striding RQ (CVE-2025-40350 bsc#1255260).
  - commit 07231fa
  - drm/sysfb: Do not dereference NULL pointer in plane reset (bsc#1255095 CVE-2025-40360)
  - commit adae9ca
  - amd/amdkfd: enhance kfd process check in switch partition
    (CVE-2025-68174 bsc#1255327).
  - commit 9e3bffb
  - drm/amdgpu/atom: Check kcalloc() for WS buffer in
    amdgpu_atom_execute_table_locked() (CVE-2025-68190 bsc#1255131).
  - commit a195e39
  - selftests/bpf: Test bpf_skb_check_mtu(BPF_MTU_CHK_SEGS) when
    transport_header is not set (CVE-2025-68363 bsc#1255552).
  - commit 742de98
  - bpf: Check skb->transport_header is set in bpf_skb_check_mtu
    (CVE-2025-68363 bsc#1255552).
  - commit f6cdd52
  - drm/amdgpu: remove two invalid BUG_ON()s (CVE-2025-68201 bsc#1255136)
  - commit 9a27d5e

++++ kernel-rt:

  - sched: Increase sched_tick_remote timeout (bsc#1254510).
  - commit 87d4295
  - drm/amdgpu: fix gpu page fault after hibernation on PF passthrough (bsc#1255134 CVE-2025-68230)
  - commit 19b936b
  - net: atlantic: fix fragment overflow handling in RX path
    (CVE-2025-68301 bsc#1255120).
  - be2net: pass wrb_params in case of OS2BMC (CVE-2025-40264
    bsc#1254835).
  - net: openvswitch: remove never-working support for setting
    nsh fields (CVE-2025-40254 bsc#1254852).
  - net/mlx5: Fix IPsec cleanup over MPV device (CVE-2025-40238
    bsc#1254871).
  - net/mlx5e: RX, Fix generating skb from non-linear xdp_buff
    for striding RQ (CVE-2025-40350 bsc#1255260).
  - commit 07231fa
  - drm/sysfb: Do not dereference NULL pointer in plane reset (bsc#1255095 CVE-2025-40360)
  - commit adae9ca
  - amd/amdkfd: enhance kfd process check in switch partition
    (CVE-2025-68174 bsc#1255327).
  - commit 9e3bffb
  - drm/amdgpu/atom: Check kcalloc() for WS buffer in
    amdgpu_atom_execute_table_locked() (CVE-2025-68190 bsc#1255131).
  - commit a195e39
  - selftests/bpf: Test bpf_skb_check_mtu(BPF_MTU_CHK_SEGS) when
    transport_header is not set (CVE-2025-68363 bsc#1255552).
  - commit 742de98
  - bpf: Check skb->transport_header is set in bpf_skb_check_mtu
    (CVE-2025-68363 bsc#1255552).
  - commit f6cdd52
  - drm/amdgpu: remove two invalid BUG_ON()s (CVE-2025-68201 bsc#1255136)
  - commit 9a27d5e

++++ kernel-rt_debug:

  - sched: Increase sched_tick_remote timeout (bsc#1254510).
  - commit 87d4295
  - drm/amdgpu: fix gpu page fault after hibernation on PF passthrough (bsc#1255134 CVE-2025-68230)
  - commit 19b936b
  - net: atlantic: fix fragment overflow handling in RX path
    (CVE-2025-68301 bsc#1255120).
  - be2net: pass wrb_params in case of OS2BMC (CVE-2025-40264
    bsc#1254835).
  - net: openvswitch: remove never-working support for setting
    nsh fields (CVE-2025-40254 bsc#1254852).
  - net/mlx5: Fix IPsec cleanup over MPV device (CVE-2025-40238
    bsc#1254871).
  - net/mlx5e: RX, Fix generating skb from non-linear xdp_buff
    for striding RQ (CVE-2025-40350 bsc#1255260).
  - commit 07231fa
  - drm/sysfb: Do not dereference NULL pointer in plane reset (bsc#1255095 CVE-2025-40360)
  - commit adae9ca
  - amd/amdkfd: enhance kfd process check in switch partition
    (CVE-2025-68174 bsc#1255327).
  - commit 9e3bffb
  - drm/amdgpu/atom: Check kcalloc() for WS buffer in
    amdgpu_atom_execute_table_locked() (CVE-2025-68190 bsc#1255131).
  - commit a195e39
  - selftests/bpf: Test bpf_skb_check_mtu(BPF_MTU_CHK_SEGS) when
    transport_header is not set (CVE-2025-68363 bsc#1255552).
  - commit 742de98
  - bpf: Check skb->transport_header is set in bpf_skb_check_mtu
    (CVE-2025-68363 bsc#1255552).
  - commit f6cdd52
  - drm/amdgpu: remove two invalid BUG_ON()s (CVE-2025-68201 bsc#1255136)
  - commit 9a27d5e

++++ libzypp:

  - Avoid libcurl-mini4 when building as it does not support ftp
    protocol.
  - Translation: updated .pot file.
  - version 17.38.1 (35)

------------------------------------------------------------------
------------------  2026-1-13  -  Jan 13 2026  -------------------
------------------------------------------------------------------

++++ avahi:

  - Add avahi-CVE-2025-68276.patch:
    Backport 0c013e2 from upstream, refuse to create wide-area record
    browsers when wide-area is off.
    (CVE-2025-68276, bsc#1256498)
  - Add avahi-CVE-2025-68471.patch:
    Backport 9c6eb53 from upstream, fix DoS bug by changing assert to
    return.
    (CVE-2025-68471, bsc#1256500)
  - Add avahi-CVE-2025-68468.patch:
    Backport f66be13 from upstream, fix DoS bug by removing incorrect
    assertion.
    (CVE-2025-68468, bsc#1256499)

++++ kernel-default:

  - Refresh
    patches.suse/cifs-after-disabling-multichannel-mark-tcon-for-reconnect.patch.
  - Refresh
    patches.suse/cifs-avoid-redundant-calls-to-disable-multichannel.patch.
  - Refresh
    patches.suse/cifs-cifs_pick_channel-should-try-selecting-active-channels.patch.
  - Refresh
    patches.suse/cifs-deal-with-the-channel-loading-lag-while-picking-channels.patch.
  - Refresh
    patches.suse/cifs-dns-resolution-is-needed-only-for-primary-channel.patch.
  - Refresh
    patches.suse/cifs-do-not-search-for-channel-if-server-is-terminating.patch.
  - Refresh
    patches.suse/cifs-fix-a-pending-undercount-of-srv_count.patch.
  - Refresh
    patches.suse/cifs-fix-lock-ordering-while-disabling-multichannel.patch.
  - Refresh
    patches.suse/cifs-fix-stray-unlock-in-cifs_chan_skip_or_disable.patch.
  - Refresh
    patches.suse/cifs-fix-use-after-free-for-iface-while-disabling-secondary-channel.patch.
  - Refresh
    patches.suse/cifs-handle-when-server-stops-supporting-multichannel.patch.
  - Refresh
    patches.suse/cifs-reconnect-worker-should-take-reference-on-server-struct-uncond.patch.
  - Refresh
    patches.suse/cifs-reset-connections-for-all-channels-when-reconnect-requested.patch.
  - Refresh
    patches.suse/cifs-reset-iface-weights-when-we-cannot-find-a-candidate.patch.
  - Refresh
    patches.suse/smb-client-fix-cifs_pick_channel-when-channel-needs-reconnect.patch.
  - Refresh
    patches.suse/smb-client-introduce-close_cached_dir_locked-.patch.
  - Refresh
    patches.suse/smb3-add-missing-null-server-pointer-check.patch.
  - commit 966613b
  - cifs: fix use after free for iface while disabling secondary
    channels (git-fixes).
  - commit dfe1d44
  - cifs: reconnect worker should take reference on server struct
    unconditionally (git-fixes).
  - Refresh
    patches.suse/cifs-handle-servers-that-still-advertise-multichannel-after-disabli.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - commit a6f7e74
  - Refresh
    patches.suse/cifs-make-sure-that-channel-scaling-is-done-only-once.patch.
  - commit f14b40c
  - cifs: avoid redundant calls to disable multichannel (git-fixes).
  - smb3: add missing null server pointer check (git-fixes).
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch.
  - Refresh
    patches.suse/cifs-serialize-other-channels-when-query-server-interfaces-is-pendi.patch.
  - commit 6f71d7c
  - cifs: fix stray unlock in cifs_chan_skip_or_disable (git-fixes).
  - commit 9d297d5
  - cifs: do not search for channel if server is terminating
    (git-fixes).
  - commit 1796cf0
  - cifs: handle servers that still advertise multichannel after
    disabling (git-fixes).
  - cifs: serialize other channels when query server interfaces
    is pending (git-fixes).
  - Refresh
    patches.suse/cifs-do-not-disable-interface-polling-on-failure.patch.
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch.
  - Refresh
    patches.suse/cifs-make-sure-that-channel-scaling-is-done-only-once.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - Refresh
    patches.suse/smb3-fix-for-slab-out-of-bounds-on-mount-to-ksmbd.patch.
  - commit e76704e
  - smb: client: fix cifs_pick_channel when channel needs reconnect
    (git-fixes).
  - commit 59edbd9
  - cifs: cifs_pick_channel should try selecting active channels
    (git-fixes).
  - commit 3f9ba92
  - ext4: use optimized mballoc scanning regardless of inode format
    (bsc#1254378).
  - commit 7e74f80
  - supported.conf: Mark lan 743x supported (jsc#PED-14571)
  - commit c174efd
  - mlx5: Fix default values in create CQ (CVE-2025-68209
    bsc#1255230).
  - commit e7dee05
  - x86/microcode/AMD: Select which microcode patch to load
    (bsc#1256528).
  - Refresh
    patches.suse/x86-microcode-AMD-Handle-the-case-of-no-BIOS-microcode.patch.
  - commit dca6829
  - x86/microcode/AMD: Fix Entrysign revision check for Zen5/Strix
    Halo (bsc#1256528).
  - x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev
    (bsc#1256528).
  - x86/microcode/AMD: Add more known models to entry sign checking
    (bsc#1256528).
  - x86/microcode/AMD: Limit Entrysign signature checking to known
    generations (bsc#1256528).
  - x86/microcode: Fix Entrysign revision check for Zen1/Naples
    (bsc#1256528).
  - x86/microcode/AMD: Add TSA microcode SHAs (bsc#1256528).
  - x86/microcode/AMD: Use sha256() instead of init/update/final
    (bsc#1256528).
  - x86/microcode/AMD: Clean the cache if update did not load
    microcode (bsc#1256528).
  - x86/microcode/AMD: Extend the SHA check to Zen5, block
    loading of any unreleased standalone Zen5 microcode patches
    (bsc#1256528).
  - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value
    (bsc#1256528).
  - x86/microcode/AMD: Add some forgotten models to the SHA check
    (bsc#1256528).
  - x86/microcode/AMD: Load only SHA256-checksummed patches
    (bsc#1256528).
  - commit 4e60c5e
  - bpf: Fix invalid prog->stats access when update_effective_progs
    fails (CVE-2025-68742 bsc#1255707).
  - commit 53d4b3c
  - bpf: Improve program stats run-time calculation (CVE-2025-68742
    bsc#1255707).
  - commit 4ed738f

++++ kernel-rt:

  - Refresh
    patches.suse/cifs-after-disabling-multichannel-mark-tcon-for-reconnect.patch.
  - Refresh
    patches.suse/cifs-avoid-redundant-calls-to-disable-multichannel.patch.
  - Refresh
    patches.suse/cifs-cifs_pick_channel-should-try-selecting-active-channels.patch.
  - Refresh
    patches.suse/cifs-deal-with-the-channel-loading-lag-while-picking-channels.patch.
  - Refresh
    patches.suse/cifs-dns-resolution-is-needed-only-for-primary-channel.patch.
  - Refresh
    patches.suse/cifs-do-not-search-for-channel-if-server-is-terminating.patch.
  - Refresh
    patches.suse/cifs-fix-a-pending-undercount-of-srv_count.patch.
  - Refresh
    patches.suse/cifs-fix-lock-ordering-while-disabling-multichannel.patch.
  - Refresh
    patches.suse/cifs-fix-stray-unlock-in-cifs_chan_skip_or_disable.patch.
  - Refresh
    patches.suse/cifs-fix-use-after-free-for-iface-while-disabling-secondary-channel.patch.
  - Refresh
    patches.suse/cifs-handle-when-server-stops-supporting-multichannel.patch.
  - Refresh
    patches.suse/cifs-reconnect-worker-should-take-reference-on-server-struct-uncond.patch.
  - Refresh
    patches.suse/cifs-reset-connections-for-all-channels-when-reconnect-requested.patch.
  - Refresh
    patches.suse/cifs-reset-iface-weights-when-we-cannot-find-a-candidate.patch.
  - Refresh
    patches.suse/smb-client-fix-cifs_pick_channel-when-channel-needs-reconnect.patch.
  - Refresh
    patches.suse/smb-client-introduce-close_cached_dir_locked-.patch.
  - Refresh
    patches.suse/smb3-add-missing-null-server-pointer-check.patch.
  - commit 966613b
  - cifs: fix use after free for iface while disabling secondary
    channels (git-fixes).
  - commit dfe1d44
  - cifs: reconnect worker should take reference on server struct
    unconditionally (git-fixes).
  - Refresh
    patches.suse/cifs-handle-servers-that-still-advertise-multichannel-after-disabli.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - commit a6f7e74
  - Refresh
    patches.suse/cifs-make-sure-that-channel-scaling-is-done-only-once.patch.
  - commit f14b40c
  - cifs: avoid redundant calls to disable multichannel (git-fixes).
  - smb3: add missing null server pointer check (git-fixes).
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch.
  - Refresh
    patches.suse/cifs-serialize-other-channels-when-query-server-interfaces-is-pendi.patch.
  - commit 6f71d7c
  - cifs: fix stray unlock in cifs_chan_skip_or_disable (git-fixes).
  - commit 9d297d5
  - cifs: do not search for channel if server is terminating
    (git-fixes).
  - commit 1796cf0
  - cifs: handle servers that still advertise multichannel after
    disabling (git-fixes).
  - cifs: serialize other channels when query server interfaces
    is pending (git-fixes).
  - Refresh
    patches.suse/cifs-do-not-disable-interface-polling-on-failure.patch.
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch.
  - Refresh
    patches.suse/cifs-make-sure-that-channel-scaling-is-done-only-once.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - Refresh
    patches.suse/smb3-fix-for-slab-out-of-bounds-on-mount-to-ksmbd.patch.
  - commit e76704e
  - smb: client: fix cifs_pick_channel when channel needs reconnect
    (git-fixes).
  - commit 59edbd9
  - cifs: cifs_pick_channel should try selecting active channels
    (git-fixes).
  - commit 3f9ba92
  - ext4: use optimized mballoc scanning regardless of inode format
    (bsc#1254378).
  - commit 7e74f80
  - supported.conf: Mark lan 743x supported (jsc#PED-14571)
  - commit c174efd
  - mlx5: Fix default values in create CQ (CVE-2025-68209
    bsc#1255230).
  - commit e7dee05
  - x86/microcode/AMD: Select which microcode patch to load
    (bsc#1256528).
  - Refresh
    patches.suse/x86-microcode-AMD-Handle-the-case-of-no-BIOS-microcode.patch.
  - commit dca6829
  - x86/microcode/AMD: Fix Entrysign revision check for Zen5/Strix
    Halo (bsc#1256528).
  - x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev
    (bsc#1256528).
  - x86/microcode/AMD: Add more known models to entry sign checking
    (bsc#1256528).
  - x86/microcode/AMD: Limit Entrysign signature checking to known
    generations (bsc#1256528).
  - x86/microcode: Fix Entrysign revision check for Zen1/Naples
    (bsc#1256528).
  - x86/microcode/AMD: Add TSA microcode SHAs (bsc#1256528).
  - x86/microcode/AMD: Use sha256() instead of init/update/final
    (bsc#1256528).
  - x86/microcode/AMD: Clean the cache if update did not load
    microcode (bsc#1256528).
  - x86/microcode/AMD: Extend the SHA check to Zen5, block
    loading of any unreleased standalone Zen5 microcode patches
    (bsc#1256528).
  - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value
    (bsc#1256528).
  - x86/microcode/AMD: Add some forgotten models to the SHA check
    (bsc#1256528).
  - x86/microcode/AMD: Load only SHA256-checksummed patches
    (bsc#1256528).
  - commit 4e60c5e
  - bpf: Fix invalid prog->stats access when update_effective_progs
    fails (CVE-2025-68742 bsc#1255707).
  - commit 53d4b3c
  - bpf: Improve program stats run-time calculation (CVE-2025-68742
    bsc#1255707).
  - commit 4ed738f

++++ kernel-rt_debug:

  - Refresh
    patches.suse/cifs-after-disabling-multichannel-mark-tcon-for-reconnect.patch.
  - Refresh
    patches.suse/cifs-avoid-redundant-calls-to-disable-multichannel.patch.
  - Refresh
    patches.suse/cifs-cifs_pick_channel-should-try-selecting-active-channels.patch.
  - Refresh
    patches.suse/cifs-deal-with-the-channel-loading-lag-while-picking-channels.patch.
  - Refresh
    patches.suse/cifs-dns-resolution-is-needed-only-for-primary-channel.patch.
  - Refresh
    patches.suse/cifs-do-not-search-for-channel-if-server-is-terminating.patch.
  - Refresh
    patches.suse/cifs-fix-a-pending-undercount-of-srv_count.patch.
  - Refresh
    patches.suse/cifs-fix-lock-ordering-while-disabling-multichannel.patch.
  - Refresh
    patches.suse/cifs-fix-stray-unlock-in-cifs_chan_skip_or_disable.patch.
  - Refresh
    patches.suse/cifs-fix-use-after-free-for-iface-while-disabling-secondary-channel.patch.
  - Refresh
    patches.suse/cifs-handle-when-server-stops-supporting-multichannel.patch.
  - Refresh
    patches.suse/cifs-reconnect-worker-should-take-reference-on-server-struct-uncond.patch.
  - Refresh
    patches.suse/cifs-reset-connections-for-all-channels-when-reconnect-requested.patch.
  - Refresh
    patches.suse/cifs-reset-iface-weights-when-we-cannot-find-a-candidate.patch.
  - Refresh
    patches.suse/smb-client-fix-cifs_pick_channel-when-channel-needs-reconnect.patch.
  - Refresh
    patches.suse/smb-client-introduce-close_cached_dir_locked-.patch.
  - Refresh
    patches.suse/smb3-add-missing-null-server-pointer-check.patch.
  - commit 966613b
  - cifs: fix use after free for iface while disabling secondary
    channels (git-fixes).
  - commit dfe1d44
  - cifs: reconnect worker should take reference on server struct
    unconditionally (git-fixes).
  - Refresh
    patches.suse/cifs-handle-servers-that-still-advertise-multichannel-after-disabli.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - commit a6f7e74
  - Refresh
    patches.suse/cifs-make-sure-that-channel-scaling-is-done-only-once.patch.
  - commit f14b40c
  - cifs: avoid redundant calls to disable multichannel (git-fixes).
  - smb3: add missing null server pointer check (git-fixes).
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch.
  - Refresh
    patches.suse/cifs-serialize-other-channels-when-query-server-interfaces-is-pendi.patch.
  - commit 6f71d7c
  - cifs: fix stray unlock in cifs_chan_skip_or_disable (git-fixes).
  - commit 9d297d5
  - cifs: do not search for channel if server is terminating
    (git-fixes).
  - commit 1796cf0
  - cifs: handle servers that still advertise multichannel after
    disabling (git-fixes).
  - cifs: serialize other channels when query server interfaces
    is pending (git-fixes).
  - Refresh
    patches.suse/cifs-do-not-disable-interface-polling-on-failure.patch.
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch.
  - Refresh
    patches.suse/cifs-make-sure-that-channel-scaling-is-done-only-once.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - Refresh
    patches.suse/smb3-fix-for-slab-out-of-bounds-on-mount-to-ksmbd.patch.
  - commit e76704e
  - smb: client: fix cifs_pick_channel when channel needs reconnect
    (git-fixes).
  - commit 59edbd9
  - cifs: cifs_pick_channel should try selecting active channels
    (git-fixes).
  - commit 3f9ba92
  - ext4: use optimized mballoc scanning regardless of inode format
    (bsc#1254378).
  - commit 7e74f80
  - supported.conf: Mark lan 743x supported (jsc#PED-14571)
  - commit c174efd
  - mlx5: Fix default values in create CQ (CVE-2025-68209
    bsc#1255230).
  - commit e7dee05
  - x86/microcode/AMD: Select which microcode patch to load
    (bsc#1256528).
  - Refresh
    patches.suse/x86-microcode-AMD-Handle-the-case-of-no-BIOS-microcode.patch.
  - commit dca6829
  - x86/microcode/AMD: Fix Entrysign revision check for Zen5/Strix
    Halo (bsc#1256528).
  - x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrev
    (bsc#1256528).
  - x86/microcode/AMD: Add more known models to entry sign checking
    (bsc#1256528).
  - x86/microcode/AMD: Limit Entrysign signature checking to known
    generations (bsc#1256528).
  - x86/microcode: Fix Entrysign revision check for Zen1/Naples
    (bsc#1256528).
  - x86/microcode/AMD: Add TSA microcode SHAs (bsc#1256528).
  - x86/microcode/AMD: Use sha256() instead of init/update/final
    (bsc#1256528).
  - x86/microcode/AMD: Clean the cache if update did not load
    microcode (bsc#1256528).
  - x86/microcode/AMD: Extend the SHA check to Zen5, block
    loading of any unreleased standalone Zen5 microcode patches
    (bsc#1256528).
  - x86/microcode/AMD: Fix __apply_microcode_amd()'s return value
    (bsc#1256528).
  - x86/microcode/AMD: Add some forgotten models to the SHA check
    (bsc#1256528).
  - x86/microcode/AMD: Load only SHA256-checksummed patches
    (bsc#1256528).
  - commit 4e60c5e
  - bpf: Fix invalid prog->stats access when update_effective_progs
    fails (CVE-2025-68742 bsc#1255707).
  - commit 53d4b3c
  - bpf: Improve program stats run-time calculation (CVE-2025-68742
    bsc#1255707).
  - commit 4ed738f

++++ libsoup:

  - Add libsoup-CVE-2026-0716.patch: Fix out-of-bounds read for
    websocket (bsc#1256418, CVE-2026-0716, glgo#GNOME/libsoup!494).
  - Add libsoup-CVE-2026-0719.patch: Fix overflow for password md4sum
    (bsc#1256399, CVE-2026-0719, glgo#GNOME/libsoup!493).

++++ systemd:

  - Name libsystemd-{shared,core} based on the major version of systemd and the
    package release number (bsc#1228081 bsc#1256427)
    This way, both the old and new versions of the shared libraries will be
    present during the update. This should prevent issues during package updates
    when incompatible changes are introduced in the new versions of the shared
    libraries.
  - Import commit 8bbac1d508acb8aa4e7262f47c7f4076b8350f72
    8bbac1d508 detect-virt: bare-metal GCE only for x86 and i386 (bsc#1254293)

++++ linuxptp:

  - Move to DevicePolicy=closed instead of -PrivateDevices=true
    to allow access to devices (bsc#1256059)

++++ nvidia-open-driver-G06-signed:

  - kernel-5.14.patch
    * fixes build for sle15-sp4

++++ python-urllib3:

  - Add CVE-2026-21441.patch to fix excessive resource consumption
    during decompression of data in HTTP redirect responses
    (bsc#1256331, CVE-2026-21441)

------------------------------------------------------------------
------------------  2026-1-12  -  Jan 12 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - fuse: fix livelock in synchronous file put from fuseblk workers (CVE-2025-40220 bsc#1254520).
  - commit 46a797f
  - tracing: Fix access to trace_event_file (bsc#1254373).
  - commit 768b257
  - virtio_console: fix order of fields cols and rows
    (stable-fixes).
  - commit 0d412d7
  - drm/amdgpu: Forward VMID reservation errors (git-fixes).
  - commit a7344a2
  - pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling
    (stable-fixes).
  - Refresh
    patches.suse/pinctrl-single-fix-bias-pull-up-down-handling-in-pin.patch.
  - commit bc41b99
  - usb: ohci-nxp: fix device leak on probe failure (git-fixes).
  - usb: usb-storage: Maintain minimal modifications to the
    bcdDevice range (git-fixes).
  - Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042
    quirk table (stable-fixes).
  - drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()
    (stable-fixes).
  - ASoC: bcm: bcm63xx-pcm-whistler: Check return value of
    of_dma_configure() (git-fixes).
  - i2c: designware: Disable SMBus interrupts to prevent storms
    from mis-configured firmware (stable-fixes).
  - platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet to
    VGBS DMI quirks (stable-fixes).
  - pinctrl: single: Fix incorrect type for error return variable
    (git-fixes).
  - i3c: fix refcount inconsistency in i3c_master_register
    (git-fixes).
  - staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE
    parsing (stable-fixes).
  - staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie()
    parser (stable-fixes).
  - USB: serial: option: move Telit 0x10c7 composition in the
    right place (stable-fixes).
  - USB: serial: option: add Telit Cinterion FE910C04 new
    compositions (stable-fixes).
  - USB: serial: option: add Foxconn T99W760 (stable-fixes).
  - USB: serial: ftdi_sio: match on interface number for jtag
    (stable-fixes).
  - usb: usb-storage: No additional quirks need to be added to
    the EL-R12 optical drive (stable-fixes).
  - usb: dwc2: fix hang during shutdown if set as peripheral
    (git-fixes).
  - usb: xhci: limit run_graceperiod for only usb 3.0 devices
    (stable-fixes).
  - usb: typec: ucsi: Handle incorrect num_connectors capability
    (stable-fixes).
  - usbip: Fix locking bug in RT-enabled kernels (stable-fixes).
  - serial: sprd: Return -EPROBE_DEFER when uart clock is not ready
    (stable-fixes).
  - serial: add support of CPCI cards (stable-fixes).
  - char: applicom: fix NULL pointer dereference in ac_ioctl
    (stable-fixes).
  - iio: adc: ti_am335x_adc: Limit step_avg to valid range for
    gcc complains (stable-fixes).
  - fbdev: gbefb: fix to use physical address instead of dma address
    (stable-fixes).
  - via_wdt: fix critical boot hang due to unnamed resource
    allocation (stable-fixes).
  - ipmi: Fix __scan_channels() failing to rescan channels
    (stable-fixes).
  - ipmi: Fix the race between __scan_channels() and
    deliver_response() (stable-fixes).
  - reset: fix BIT macro reference (stable-fixes).
  - firmware: imx: scu-irq: Init workqueue before request mbox
    channel (stable-fixes).
  - HID: input: map HID_GD_Z to ABS_DISTANCE for stylus/pen
    (stable-fixes).
  - mmc: sdhci-msm: Avoid early clock doubling during HS400
    transition (stable-fixes).
  - ASoC: qcom: q6apm-dai: set flags to reflect correct operation
    of appl_ptr (git-fixes).
  - media: amphion: Remove vpu_vb_is_codecconfig (git-fixes).
  - media: verisilicon: Fix CPU stalls on G2 bus error (git-fixes).
  - Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 2b89/6275 for RTL8761BUV
    (stable-fixes).
  - wifi: brcmfmac: Add DMI nvram filename quirk for Acer A1 840
    tablet (stable-fixes).
  - wifi: rtw88: Add USB ID 2001:3329 for D-Link AC13U rev. A1
    (stable-fixes).
  - ACPI: property: Use ACPI functions in
    acpi_graph_get_next_endpoint() only (stable-fixes).
  - ACPICA: Avoid walking the Namespace if start_node is NULL
    (stable-fixes).
  - pinctrl: qcom: msm: Fix deadlock in pinmux configuration
    (stable-fixes).
  - platform/x86: acer-wmi: Ignore backlight event (stable-fixes).
  - platform/x86/amd: pmc: Add Lenovo Legion Go 2 to pmc quirk list
    (stable-fixes).
  - platform/x86/amd/pmc: Add spurious_8042 to Xbox Ally
    (stable-fixes).
  - platform/x86: huawei-wmi: add keys for HONOR models
    (stable-fixes).
  - HID: elecom: Add support for ELECOM M-XT3URBK (018F)
    (stable-fixes).
  - HID: hid-input: Extend Elan ignore battery quirk to USB
    (stable-fixes).
  - HID: apple: Add SONiX AK870 PRO to non_apple_keyboards quirk
    list (stable-fixes).
  - drm/vmwgfx: Use kref in vmw_bo_dirty (stable-fixes).
  - spi: xilinx: increase number of retries before declaring stall
    (stable-fixes).
  - spi: imx: keep dma request disabled before dma transfer setup
    (stable-fixes).
  - ALSA: usb-audio: Add native DSD quirks for PureAudio DAC series
    (stable-fixes).
  - Bluetooth: btrtl: Avoid loading the config file on security
    chips (stable-fixes).
  - media: amphion: Make some vpu_v4l2 functions static
    (stable-fixes).
  - usb: dwc2: disable platform lowlevel hw resources during
    shutdown (stable-fixes).
  - media: amphion: Add a frame flush mode for decoder
    (stable-fixes).
  - usb: ohci-nxp: Use helper function devm_clk_get_enabled()
    (stable-fixes).
  - drm/tilcdc: request and mapp iomem with devres (stable-fixes).
  - media: verisilicon: g2: Use common helpers to compute chroma
    and mv offsets (stable-fixes).
  - media: verisilicon: Store chroma and motion vectors offset
    (stable-fixes).
  - i3c: master: Inherit DMA masks and parameters from parent device
    (stable-fixes).
  - commit bc3be49
  - supported.conf: mark ksmbd unsupported
    Based on discussion with Enzo Matsumiya it has tuned out that ksmbd
    module is unsupported but the supported.conf entry is incorrect. Fix
    that.
  - commit c800e3f
  - powerpc/eeh: fix recursive pci_lock_rescan_remove locking in
    EEH event handling (bsc#1253262 ltc#216029).
  - commit daa4104
  - Update
    patches.suse/1260-drm-amdkfd-Add-missing-gfx11-MQD-manager-callbacks.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54261
    bsc#1255879).
  - Update
    patches.suse/ACPI-video-Fix-use-after-free-in-acpi_video_switch_b.patch
    (git-fixes CVE-2025-40211 bsc#1254126).
  - Update
    patches.suse/ALSA-dice-fix-buffer-overflow-in-detect_stream_forma.patch
    (git-fixes CVE-2025-68346 bsc#1255603).
  - Update
    patches.suse/ALSA-firewire-motu-add-bounds-check-in-put_user-loop.patch
    (git-fixes CVE-2025-68753 bsc#1256238).
  - Update
    patches.suse/ALSA-firewire-motu-fix-buffer-overflow-in-hwdep-read.patch
    (git-fixes CVE-2025-68347 bsc#1255706).
  - Update
    patches.suse/ALSA-hda-cs35l41-Fix-NULL-pointer-dereference-in-cs3-c34b04c.patch
    (git-fixes CVE-2025-68345 bsc#1255601).
  - Update
    patches.suse/ALSA-pcm-Fix-potential-data-race-at-PCM-memory-.patch
    (bsc#1012628 CVE-2023-54072 bsc#1256291).
  - Update
    patches.suse/ALSA-usb-audio-Fix-NULL-pointer-dereference-in-snd_u.patch
    (git-fixes CVE-2025-40275 bsc#1254829).
  - Update
    patches.suse/ALSA-usb-audio-Fix-potential-memory-leaks-at-error-p.patch
    (jsc#PED-6045 jsc#PED-6036 jsc#PED-6104 jsc#PED-6114
    jsc#PED-6067 jsc#PED-6123 CVE-2023-54022 bsc#1255545).
  - Update
    patches.suse/ALSA-usb-audio-Fix-potential-overflow-of-PCM-transfe.patch
    (stable-fixes CVE-2025-40269 bsc#1255035).
  - Update
    patches.suse/ASoC-codecs-wcd-mbhc-v2-fix-resource-leaks-on-c.patch
    (bsc#1012628 CVE-2023-53842 bsc#1254690).
  - Update
    patches.suse/Bluetooth-6lowpan-reset-link-local-header-on-ipv6-re.patch
    (git-fixes CVE-2025-40282 bsc#1254850).
  - Update
    patches.suse/Bluetooth-ISO-fix-iso_conn-related-locking-and-.patch
    (bsc#1012628 CVE-2023-54164 bsc#1256071).
  - Update
    patches.suse/Bluetooth-MGMT-cancel-mesh-send-timer-when-hdev-remo.patch
    (git-fixes CVE-2025-40284 bsc#1254860).
  - Update patches.suse/Bluetooth-SCO-Fix-UAF-on-sco_conn_free.patch
    (stable-fixes CVE-2025-40309 bsc#1255065).
  - Update
    patches.suse/Bluetooth-bcsp-receive-data-only-if-registered.patch
    (stable-fixes CVE-2025-40308 bsc#1255064).
  - Update
    patches.suse/Bluetooth-btusb-reorder-cleanup-in-btusb_disconnect-.patch
    (git-fixes CVE-2025-40283 bsc#1254858).
  - Update
    patches.suse/Bluetooth-hci_conn-return-ERR_PTR-instead-of-NU.patch
    (bsc#1012628 CVE-2023-54038 bsc#1255540).
  - Update
    patches.suse/Bluetooth-hci_event-validate-skb-length-for-unknown-.patch
    (git-fixes CVE-2025-40301 bsc#1255193).
  - Update
    patches.suse/Bluetooth-hci_sock-Prevent-race-in-socket-write-iter.patch
    (git-fixes CVE-2025-68305 bsc#1255169).
  - Update
    patches.suse/Bluetooth-hci_sync-Avoid-use-after-free-in-dbg-.patch
    (bsc#1012628 CVE-2023-54210 bsc#1255955).
  - Update
    patches.suse/Bluetooth-hci_sync-Avoid-use-after-free-in-dbg-for-h.patch
    (git-fixes CVE-2023-53828 bsc#1254623).
  - Update
    patches.suse/Bluetooth-hci_sync-Fix-UAF-in-hci_disconnect_all_syn.patch
    (git-fixes CVE-2023-53762 bsc#1254606).
  - Update
    patches.suse/Bluetooth-hci_sync-fix-race-in-hci_cmd_sync_dequeue_.patch
    (git-fixes CVE-2025-40318 bsc#1254798).
  - Update
    patches.suse/FS-JFS-Check-for-read-only-mounted-filesystem-i.patch
    (bsc#1012628 CVE-2023-53766 bsc#1255005).
  - Update
    patches.suse/HID-hidraw-fix-data-race-on-device-refcount.patch
    (bsc#1012628 CVE-2023-53759 bsc#1254663).
  - Update
    patches.suse/HID-uclogic-Correct-devm-device-reference-for-hidinp.patch
    (git-fixes CVE-2023-54207 bsc#1255961).
  - Update
    patches.suse/HID-wacom-Use-ktime_t-rather-than-int-when-deal.patch
    (bsc#1012628 CVE-2023-53797 bsc#1254733).
  - Update
    patches.suse/Input-cros_ec_keyb-fix-an-invalid-memory-access.patch
    (stable-fixes CVE-2025-40263 bsc#1255077).
  - Update
    patches.suse/Input-imx_sc_key-fix-memory-corruption-on-unload.patch
    (git-fixes CVE-2025-40262 bsc#1254840).
  - Update
    patches.suse/Input-pegasus-notetaker-fix-potential-out-of-bounds-.patch
    (git-fixes CVE-2025-68217 bsc#1255221).
  - Update
    patches.suse/KVM-SVM-Get-source-vCPUs-from-source-VM-for-SEV-ES-i.patch
    (git-fixes CVE-2023-54296 bsc#1255793).
  - Update
    patches.suse/KVM-s390-pv-fix-index-value-of-replaced-ASCE.patch
    (bsc#1012628 CVE-2023-54092 bsc#1256370).
  - Update patches.suse/MIPS-KVM-Fix-NULL-pointer-dereference.patch
    (bsc#1012628 CVE-2023-54241 bsc#1255838).
  - Update patches.suse/NFSD-Fix-crash-in-nfsd4_read_release.patch
    (git-fixes CVE-2025-40324 bsc#1254791).
  - Update
    patches.suse/NFSD-free-copynotify-stateid-in-nfs4_free_ol_stateid.patch
    (git-fixes CVE-2025-40273 bsc#1254828).
  - Update patches.suse/PCI-DOE-Fix-destroy_work_on_stack-race.patch
    (git-fixes CVE-2023-54235 bsc#1255921).
  - Update
    patches.suse/PCI-Free-released-resource-after-coalescing.patch
    (git-fixes CVE-2023-53743 bsc#1254782).
  - Update
    patches.suse/PCI-IOV-Add-PCI-rescan-remove-locking-when-enabling-.patch
    (git-fixes CVE-2025-40219 bsc#1254518).
  - Update
    patches.suse/PCI-cadence-Check-for-the-existence-of-cdns_pcie-ops.patch
    (stable-fixes CVE-2025-68176 bsc#1255329).
  - Update
    patches.suse/RDMA-bnxt_re-Prevent-handling-any-completions-a.patch
    (bsc#1012628 CVE-2023-54048 bsc#1256395).
  - Update
    patches.suse/RDMA-efa-Fix-wrong-resources-deallocation-order.patch
    (git-fixes CVE-2023-54201 bsc#1255964).
  - Update
    patches.suse/RDMA-irdma-Fix-data-race-on-CQP-completion-stat.patch
    (bsc#1012628 CVE-2023-54302 bsc#1255792).
  - Update
    patches.suse/RDMA-irdma-Fix-data-race-on-CQP-request-done.patch
    (bsc#1012628 CVE-2023-54292 bsc#1255800).
  - Update
    patches.suse/Revert-IB-isert-Fix-incorrect-release-of-isert-conne.patch
    (git-fixes CVE-2023-54219 bsc#1256231).
  - Update
    patches.suse/accel-habanalabs-support-mapping-cb-with-vmalloc-bac.patch
    (stable-fixes CVE-2025-40311 bsc#1255068).
  - Update
    patches.suse/accel-qaic-Clean-up-integer-overflow-checking-.patch
    (bsc#1012628 CVE-2023-53778 bsc#1254761).
  - Update
    patches.suse/af_unix-Fix-data-race-around-unix_tot_inflight.patch
    (git-fixes CVE-2023-54006 bsc#1255591).
  - Update patches.suse/amba-bus-fix-refcount-leak.patch (git-fixes
    CVE-2023-54230 bsc#1255925).
  - Update
    patches.suse/amd-amdkfd-resolve-a-race-in-amdgpu_amdkfd_device_fi.patch
    (stable-fixes CVE-2025-40310 bsc#1255041).
  - Update
    patches.suse/amdgpu-validate-offset_in_bo-of-drm_amdgpu_gem_.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53819
    bsc#1254712).
  - Update patches.suse/arm64-mm-fix-VA-range-sanity-check.patch
    (bsc#1012628 CVE-2023-53989 bsc#1256302).
  - Update
    patches.suse/arm64-set-__exception_irq_entry-with-__irq_entr.patch
    (bsc#1012628 CVE-2023-54322 bsc#1255763).
  - Update
    patches.suse/atm-fore200e-Fix-possible-data-race-in-fore200e_open.patch
    (git-fixes CVE-2025-68339 bsc#1255505).
  - Update
    patches.suse/audit-fix-possible-soft-lockup-in-__audit_inode_chil.patch
    (git-fixes CVE-2023-54045 bsc#1256285).
  - Update
    patches.suse/autofs-fix-memory-leak-of-waitqueues-in-autofs_catat.patch
    (git-fixes CVE-2023-54134 bsc#1256106).
  - Update
    patches.suse/backlight-led-bl-Add-devlink-to-supplier-LEDs.patch
    (git-fixes CVE-2025-68758 bsc#1255944).
  - Update
    patches.suse/bcache-fixup-btree_cache_wait-list-damage.patch
    (bsc#1012628 CVE-2023-54293 bsc#1255801).
  - Update patches.suse/binder-fix-memory-leak-in-binder_init.patch
    (bsc#1012628 CVE-2023-54005 bsc#1255629).
  - Update
    patches.suse/blk-cgroup-Fix-NULL-deref-caused-by-blkg_policy_data-being-installed-before-init.patch
    (bsc#1216062 CVE-2023-54271 bsc#1255902).
  - Update
    patches.suse/blk-cgroup-hold-queue_lock-when-removing-blkg-.patch
    (bsc#1012628 CVE-2023-54088 bsc#1256263).
  - Update
    patches.suse/blk-mq-fix-tags-leak-when-shrink-nr_hw_queues.patch
    (bsc#1216436 CVE-2023-54227 bsc#1255952).
  - Update
    patches.suse/block-fix-blktrace-debugfs-entries-leakage.patch
    (bsc#1012628 CVE-2023-54209 bsc#1255963).
  - Update
    patches.suse/block-rq_qos-protect-rq_qos-apis-with-a-new-loc.patch
    (bsc#1012628 CVE-2023-53823 bsc#1254691).
  - Update
    patches.suse/bpf-Address-KCSAN-report-on-bpf_lru_list.patch
    (bsc#1012628 CVE-2023-54283 bsc#1255809).
  - Update
    patches.suse/bpf-Disable-preemption-in-bpf_event_output.patch
    (bsc#1012628 CVE-2023-54173 bsc#1255996).
  - Update
    patches.suse/bpf-Disable-preemption-in-bpf_perf_event_outpu.patch
    (bsc#1012628 CVE-2023-54303 bsc#1255785).
  - Update
    patches.suse/bpf-Fix-issue-in-verifying-allow_ptr_leaks.patch
    (jsc#PED-6811 CVE-2023-54181 bsc#1255988).
  - Update
    patches.suse/bpf-Silence-a-warning-in-btf_type_id_size.patch
    (bsc#1012628 CVE-2023-54247 bsc#1255892).
  - Update
    patches.suse/bpf-bpf_sk_storage-Fix-invalid-wait-context-lockdep-.patch
    (jsc#PED-6811 CVE-2023-53857 bsc#1254648).
  - Update
    patches.suse/bpf-drop-unnecessary-user-triggerable-WARN_ONCE.patch
    (bsc#1012628 CVE-2023-54145 bsc#1256090).
  - Update
    patches.suse/bpf-sockmap-Fix-skb-refcnt-race-after-locking-change.patch
    (jsc#PED-6811 CVE-2023-53836 bsc#1254693).
  - Update
    patches.suse/btrfs-fix-incorrect-splitting-in-btrfs_drop_ex.patch
    (bsc#1012628 CVE-2023-54121 bsc#1256267).
  - Update
    patches.suse/btrfs-fix-lockdep-splat-and-potential-deadlock-after.patch
    (git-fixes CVE-2023-54224 bsc#1255951).
  - Update
    patches.suse/btrfs-fix-race-between-balance-and-cancel-pause.patch
    (bsc#1012628 CVE-2023-54023 bsc#1256301).
  - Update
    patches.suse/btrfs-fix-race-when-deleting-free-space-root-fr.patch
    (bsc#1012628 CVE-2023-54067 bsc#1256369).
  - Update
    patches.suse/btrfs-fix-race-when-deleting-quota-root-from-th.patch
    (bsc#1012628 CVE-2023-54032 bsc#1255617).
  - Update
    patches.suse/btrfs-fix-warning-when-putting-transaction-with.patch
    (bsc#1012628 CVE-2023-53865 bsc#1254762).
  - Update
    patches.suse/btrfs-release-path-before-inode-lookup-during-the-in.patch
    (git-fixes CVE-2023-54281 bsc#1255820).
  - Update
    patches.suse/btrfs-remove-BUG_ON-s-in-add_new_free_space.patch
    (bsc#1012628 CVE-2023-54185 bsc#1255984).
  - Update
    patches.suse/btrfs-set-page-extent-mapped-after-read_folio-in-rel.patch
    (git-fixes CVE-2023-54253 bsc#1255891).
  - Update
    patches.suse/btrfs-zoned-fix-memory-leak-after-finding-block.patch
    (bsc#1012628 CVE-2023-54297 bsc#1255795).
  - Update
    patches.suse/btrfs-zoned-skip-splitting-and-logical-rewriting-on-.patch
    (bsc#1223731 CVE-2024-26944 CVE-2023-54080 bsc#1256367).
  - Update
    patches.suse/can-gs_usb-gs_usb_xmit_callback-fix-handling-of-fail.patch
    (git-fixes CVE-2025-68307 bsc#1255146).
  - Update
    patches.suse/can-kvaser_usb-leaf-Fix-potential-infinite-loop-in-c.patch
    (git-fixes CVE-2025-68308 bsc#1255149).
  - Update
    patches.suse/cifs-fix-potential-oops-in-cifs_oplock_break.patch
    (bsc#1012628 CVE-2023-54258 bsc#1255886).
  - Update
    patches.suse/cifs-fix-session-state-check-in-reconnect-to-a.patch
    (bsc#1012628 CVE-2023-53794 bsc#1255163).
  - Update
    patches.suse/clk-clocking-wizard-Fix-Oops-in-clk_wzrd_regist.patch
    (bsc#1012628 CVE-2023-53807 bsc#1254724).
  - Update
    patches.suse/clk-imx93-fix-memory-leak-and-missing-unwind-go.patch
    (bsc#1012628 CVE-2023-54221 bsc#1255842).
  - Update
    patches.suse/comedi-c6xdigio-Fix-invalid-PNP-driver-unregistratio.patch
    (git-fixes CVE-2025-68332 bsc#1255483).
  - Update
    patches.suse/comedi-check-device-s-attached-status-in-compat-ioct.patch
    (git-fixes CVE-2025-68257 bsc#1255167).
  - Update
    patches.suse/comedi-multiq3-sanitize-config-options-in-multiq3_at.patch
    (git-fixes CVE-2025-68258 bsc#1255182).
  - Update
    patches.suse/comedi-pcl818-fix-null-ptr-deref-in-pcl818_ai_cancel.patch
    (git-fixes CVE-2025-68335 bsc#1255480).
  - Update
    patches.suse/crypto-api-Use-work-queue-in-crypto_destroy_instance.patch
    (git-fixes CVE-2023-53799 bsc#1254732).
  - Update
    patches.suse/crypto-aspeed-fix-double-free-caused-by-devm.patch
    (git-fixes CVE-2025-68172 bsc#1255253).
  - Update
    patches.suse/crypto-asymmetric_keys-prevent-overflow-in-asymmetri.patch
    (git-fixes CVE-2025-68724 bsc#1255550).
  - Update
    patches.suse/dccp-Fix-out-of-bounds-access-in-DCCP-error-handler.patch
    (bsc#1220419 CVE-2023-53782 bsc#1254758).
  - Update
    patches.suse/dccp-fix-data-race-around-dp-dccps_mss_cache.patch
    (bsc#1012628 CVE-2023-53839 bsc#1254655).
  - Update
    patches.suse/devlink-report-devlink_port_type_warn-source-de.patch
    (bsc#1012628 CVE-2023-53841 bsc#1255009).
  - Update
    patches.suse/dm-don-t-attempt-to-queue-IO-under-RCU-protection-a9ce.patch
    (jsc#PED-7514 CVE-2023-53860 bsc#1254626).
  - Update
    patches.suse/dm-fix-a-race-condition-in-retrieve_deps-f600.patch
    (jsc#PED-7514 CVE-2023-54324 bsc#1255759).
  - Update
    patches.suse/driver-soc-xilinx-use-_safe-loop-iterator-to-av.patch
    (bsc#1012628 CVE-2023-54101 bsc#1256153).
  - Update
    patches.suse/drm-amd-display-Check-NULL-before-accessing.patch
    (stable-fixes CVE-2025-68286 bsc#1255351).
  - Update
    patches.suse/drm-amd-display-Fix-NULL-deref-in-debugfs-odm_combin.patch
    (git-fixes CVE-2025-68180 bsc#1255252).
  - Update
    patches.suse/drm-amdgpu-Fix-NULL-pointer-dereference-in-VRAM-logi.patch
    (stable-fixes CVE-2025-40288 bsc#1255057).
  - Update
    patches.suse/drm-bridge-dw_hdmi-fix-connector-access-for-scd.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53784
    bsc#1254765).
  - Update
    patches.suse/drm-client-Fix-memory-leak-in-drm_client_target.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54091
    bsc#1256274).
  - Update
    patches.suse/drm-i915-Avoid-lock-inversion-when-pinning-to-GGTT-o.patch
    (git-fixes CVE-2025-68244 bsc#1255190).
  - Update
    patches.suse/drm-mediatek-Fix-device-use-after-free-on-unbind.patch
    (git-fixes CVE-2025-40316 bsc#1254797).
  - Update
    patches.suse/drm-msm-dp-Drop-aux-devices-together-with-DP-co.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53851
    bsc#1254695).
  - Update
    patches.suse/drm-mxsfb-Disable-overlay-plane-in-mxsfb_plane_overl.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53864
    bsc#1254754).
  - Update
    patches.suse/drm-nouveau-kms-nv50-init-hpd_irq_lock-for-PIOR.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54263
    bsc#1255883).
  - Update
    patches.suse/drm-sched-Fix-deadlock-in-drm_sched_entity_kill_jobs.patch
    (git-fixes CVE-2025-40329 bsc#1254621).
  - Update patches.suse/drm-tegra-Add-call-to-put_pid.patch
    (git-fixes CVE-2025-68233 bsc#1255206).
  - Update
    patches.suse/drm-ttm-Don-t-leak-a-resource-on-eviction-error.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54254
    bsc#1255890).
  - Update
    patches.suse/drm-ttm-Don-t-leak-a-resource-on-swapout-move-e.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53844
    bsc#1254649).
  - Update
    patches.suse/drm-vgem-fence-Fix-potential-deadlock-on-release.patch
    (git-fixes CVE-2025-68757 bsc#1255943).
  - Update
    patches.suse/drm-vmwgfx-Validate-command-header-size-against-SVGA.patch
    (git-fixes CVE-2025-40277 bsc#1254894).
  - Update
    patches.suse/erofs-kill-hooked-chains-to-avoid-loops-on-dedu.patch
    (bsc#1012628 CVE-2023-53777 bsc#1254749).
  - Update
    patches.suse/exfat-use-kvmalloc_array-kvfree-instead-of-kma.patch
    (bsc#1012628 CVE-2023-54194 bsc#1255974).
  - Update
    patches.suse/ext4-correct-grp-validation-in-ext4_mb_good_group.patch
    (bsc#1234163 CVE-2023-53861 bsc#1254678).
  - Update
    patches.suse/ext4-fix-BUG-in-ext4_mb_new_inode_pa-due-to-overflow.patch
    (bsc#1219165 CVE-2023-54069 bsc#1256371).
  - Update
    patches.suse/ext4-fix-rbtree-traversal-bug-in-ext4_mb_use_pr.patch
    (bsc#1012628 CVE-2023-53813 bsc#1254717).
  - Update
    patches.suse/ext4-turn-quotas-off-if-mount-failed-after-enab.patch
    (bsc#1012628 CVE-2023-54153 bsc#1256081).
  - Update
    patches.suse/f2fs-fix-to-do-sanity-check-on-direct-node-in-.patch
    (bsc#1012628 CVE-2023-53846 bsc#1254983).
  - Update
    patches.suse/fbcon-Set-fb_display-i-mode-to-NULL-when-the-mode-is.patch
    (stable-fixes CVE-2025-40323 bsc#1255094).
  - Update
    patches.suse/fbdev-Add-bounds-checking-in-bit_putcs-to-fix-vmallo.patch
    (stable-fixes CVE-2025-40304 bsc#1255034).
  - Update
    patches.suse/fbdev-bitblit-bound-check-glyph-index-in-bit_putcs.patch
    (stable-fixes CVE-2025-40322 bsc#1255092).
  - Update
    patches.suse/firmware-meson_sm-fix-to-avoid-potential-NULL-pointe.patch
    (git-fixes CVE-2023-54304 bsc#1255786).
  - Update
    patches.suse/firmware-stratix10-svc-fix-bug-in-saving-controller-.patch
    (git-fixes CVE-2025-68328 bsc#1255489).
  - Update
    patches.suse/fs-Protect-reconfiguration-of-sb-read-write-fr.patch
    (bsc#1012628 CVE-2023-54099 bsc#1256197).
  - Update
    patches.suse/fs-jfs-prevent-double-free-in-dbUnmount-after-failed-jfs_remount.patch
    (git-fixes CVE-2023-54127 bsc#1256119).
  - Update
    patches.suse/fs-ntfs3-Return-error-for-inconsistent-extende.patch
    (bsc#1012628 CVE-2023-54125 bsc#1256117).
  - Update
    patches.suse/fs-sysv-Null-check-to-prevent-null-ptr-deref-b.patch
    (bsc#1012628 CVE-2023-54264 bsc#1255872).
  - Update
    patches.suse/gpu-host1x-Fix-race-in-syncpt-alloc-free.patch
    (git-fixes CVE-2025-68732 bsc#1255688).
  - Update
    patches.suse/gtp-Fix-use-after-free-in-__gtp_encap_destroy.patch
    (bsc#1012628 CVE-2023-54142 bsc#1256095).
  - Update
    patches.suse/hfs-validate-record-offset-in-hfsplus_bmap_alloc.patch
    (git-fixes CVE-2025-40349 bsc#1255280).
  - Update
    patches.suse/hfsplus-fix-KMSAN-uninit-value-issue-in-__hfsplus_ext_cache_extent.patch
    (git-fixes CVE-2025-40244 bsc#1255033).
  - Update
    patches.suse/hfsplus-fix-KMSAN-uninit-value-issue-in-hfsplus_delete_cat.patch
    (git-fixes CVE-2025-40351 bsc#1255281).
  - Update
    patches.suse/hwrng-virtio-Fix-race-on-data_avail-and-actual-.patch
    (bsc#1012628 CVE-2023-53998 bsc#1255578).
  - Update
    patches.suse/iavf-use-internal-state-to-free-traffic-IRQs.patch
    (bsc#1012628 CVE-2023-53850 bsc#1254677).
  - Update
    patches.suse/ice-prevent-NULL-pointer-deref-during-reload.patch
    (bsc#1012628 CVE-2023-54037 bsc#1255557).
  - Update
    patches.suse/igb-clean-up-in-all-error-paths-when-enabling-SR-IOV.patch
    (jsc#PED-4866 CVE-2023-54070 bsc#1256364).
  - Update
    patches.suse/igc-Fix-Kernel-Panic-during-ndo_tx_timeout-call.patch
    (bsc#1012628 CVE-2023-54166 bsc#1256074).
  - Update
    patches.suse/iio-accel-bmc150-Fix-irq-assumption-regression.patch
    (stable-fixes CVE-2025-68330 bsc#1255493).
  - Update
    patches.suse/iio-adc-ina2xx-avoid-NULL-pointer-dereference-.patch
    (bsc#1012628 CVE-2023-53834 bsc#1254660).
  - Update
    patches.suse/iio-core-Prevent-invalid-memory-access-when-th.patch
    (bsc#1012628 CVE-2023-54027 bsc#1255579).
  - Update
    patches.suse/ima-Handle-error-code-returned-by-ima_filter_rule_ma.patch
    (git-fixes CVE-2025-68740 bsc#1255812).
  - Update
    patches.suse/ima-don-t-clear-IMA_DIGSIG-flag-when-setting-or-remo.patch
    (stable-fixes CVE-2025-68183 bsc#1255251).
  - Update
    patches.suse/io_uring-net-don-t-overflow-multishot-recv.patch
    (bsc#1215211 CVE-2023-54030 bsc#1255691).
  - Update
    patches.suse/iomap-Fix-possible-overflow-condition-in-iomap_write_delalloc_scan.patch
    (jsc#PED-5453 CVE-2023-54285 bsc#1255807).
  - Update
    patches.suse/iommufd-IOMMUFD_DESTROY-should-not-increase-the.patch
    (bsc#1012628 CVE-2023-53795 bsc#1254737).
  - Update
    patches.suse/iommufd-Set-end-correctly-when-doing-batch-carr.patch
    (bsc#1012628 CVE-2023-54060 bsc#1256379).
  - Update
    patches.suse/ionic-remove-WARN_ON-to-prevent-panic_on_warn.patch
    (bsc#1012628 CVE-2023-53994 bsc#1255570).
  - Update
    patches.suse/ip6_vti-fix-slab-use-after-free-in-decode_sess.patch
    (bsc#1012628 CVE-2023-53821 bsc#1254669).
  - Update
    patches.suse/ipmi-ssif-Fix-a-memory-leak-when-scanning-for-an-ada.patch
    (git-fixes CVE-2023-54064 bsc#1256375).
  - Update
    patches.suse/irqchip-mchp-eic-Fix-error-code-in-mchp_eic_domain_a.patch
    (git-fixes CVE-2025-68766 bsc#1255932).
  - Update
    patches.suse/isdn-mISDN-hfcsusb-fix-memory-leak-in-hfcsusb_probe.patch
    (git-fixes CVE-2025-68734 bsc#1255538).
  - Update
    patches.suse/jfs-Verify-inode-mode-when-loading-from-disk.patch
    (git-fixes CVE-2025-40312 bsc#1255046).
  - Update
    patches.suse/jfs-fix-uninitialized-waitqueue-in-transaction-manager.patch
    (git-fixes CVE-2025-68168 bsc#1255100).
  - Update
    patches.suse/kcm-Fix-error-handling-for-SOCK_DGRAM-in-kcm_sendmsg.patch
    (bsc#1220419 CVE-2023-53825 bsc#1254707).
  - Update
    patches.suse/kcm-Fix-memory-leak-in-error-path-of-kcm_sendmsg.patch
    (bsc#1220419 CVE-2023-54112 bsc#1256354).
  - Update
    patches.suse/keys-Fix-linking-a-duplicate-key-to-a-keyring-s.patch
    (bsc#1012628 CVE-2023-54170 bsc#1256045).
  - Update
    patches.suse/maple_tree-fix-potential-out-of-bounds-access-i.patch
    (bsc#1012628 CVE-2023-54135 bsc#1256107).
  - Update
    patches.suse/md-fix-warning-for-holder-mismatch-from-export_rdev.patch
    (git-fixes CVE-2023-53791 bsc#1254742).
  - Update
    patches.suse/md-raid5-cache-fix-a-deadlock-in-r5l_exit_log-a705.patch
    (jsc#PED-7542 CVE-2023-53848 bsc#1254753).
  - Update
    patches.suse/media-af9005-Fix-null-ptr-deref-in-af9005_i2c_xfer.patch
    (git-fixes CVE-2023-54314 bsc#1255776).
  - Update
    patches.suse/media-anysee-fix-null-ptr-deref-in-anysee_master_xfe.patch
    (git-fixes CVE-2023-54093 bsc#1256273).
  - Update
    patches.suse/media-dvb-usb-m920x-Fix-a-potential-memory-leak-in-m.patch
    (git-fixes CVE-2023-54266 bsc#1255875).
  - Update
    patches.suse/media-dvb-usb-v2-gl861-Fix-null-ptr-deref-in-gl861_i.patch
    (git-fixes CVE-2023-54066 bsc#1256373).
  - Update
    patches.suse/media-imon-make-send_packet-more-robust.patch
    (stable-fixes CVE-2025-68194 bsc#1255325).
  - Update
    patches.suse/media-mediatek-vcodec-fix-resource-leaks-in-vdec_msg.patch
    (git-fixes CVE-2023-54143 bsc#1256096).
  - Update
    patches.suse/media-tuners-qt1010-replace-BUG_ON-with-a-regular-er.patch
    (git-fixes CVE-2023-54282 bsc#1255810).
  - Update
    patches.suse/media-v4l2-core-Fix-a-potential-resource-leak-in-v4l.patch
    (git-fixes CVE-2023-54183 bsc#1255990).
  - Update
    patches.suse/misc-fastrpc-Fix-dma_buf-object-leak-in-fastrpc_map_.patch
    (git-fixes CVE-2025-68252 bsc#1255197).
  - Update
    patches.suse/misc-pci_endpoint_test-Free-IRQs-before-removin.patch
    (bsc#1012628 CVE-2023-54326 bsc#1255758).
  - Update
    patches.suse/mm-secretmem-fix-use-after-free-race-in-fault-handle.patch
    (git-fixes CVE-2025-40272 bsc#1254832).
  - Update
    patches.suse/mmc-sunplus-fix-return-value-check-of-mmc_add_.patch
    (bsc#1012628 CVE-2023-54204 bsc#1255967).
  - Update
    patches.suse/most-usb-Fix-use-after-free-in-hdm_disconnect.patch
    (git-fixes CVE-2025-40223 bsc#1254957).
  - Update
    patches.suse/most-usb-fix-double-free-on-late-probe-failure.patch
    (git-fixes CVE-2025-68290 bsc#1255154).
  - Update
    patches.suse/most-usb-hdm_probe-Fix-calling-put_device-before-dev.patch
    (git-fixes CVE-2025-68249 bsc#1255233).
  - Update
    patches.suse/mt76-mt7615-Fix-memory-leak-in-mt7615_mcu_wtbl_sta_a.patch
    (git-fixes CVE-2025-68765 bsc#1255931).
  - Update
    patches.suse/mt76-mt7921-don-t-assume-adequate-headroom-for-SDIO-.patch
    (git-fixes CVE-2023-53785 bsc#1254918).
  - Update
    patches.suse/mtd-rawnand-cadence-fix-DMA-device-NULL-pointer-dere.patch
    (git-fixes CVE-2025-68238 bsc#1255202).
  - Update
    patches.suse/mtd-rawnand-fsl_upm-Fix-an-off-by-one-test-in-.patch
    (bsc#1012628 CVE-2023-54104 bsc#1256145).
  - Update
    patches.suse/mtdchar-fix-integer-overflow-in-read-write-ioctls.patch
    (git-fixes CVE-2025-68237 bsc#1255203).
  - Update
    patches.suse/net-core-remove-unnecessary-frame_sz-check-in-.patch
    (bsc#1012628 CVE-2023-54155 bsc#1256083).
  - Update
    patches.suse/net-deal-with-integer-overflows-in-kmalloc_reserve.patch
    (bsc#1215146 CVE-2023-42752 CVE-2023-53752 bsc#1254613).
  - Update
    patches.suse/net-do-not-allow-gso_size-to-be-set-to-GSO_BY_.patch
    (bsc#1012628 CVE-2023-54051 bsc#1256394).
  - Update
    patches.suse/net-dsa-avoid-suspicious-RCU-usage-for-synced-V.patch
    (bsc#1012628 CVE-2023-54149 bsc#1256085).
  - Update
    patches.suse/net-dsa-ocelot-call-dsa_tag_8021q_unregister-u.patch
    (bsc#1012628 CVE-2023-53855 bsc#1254688).
  - Update
    patches.suse/net-ethernet-mtk_eth_soc-fix-possible-NULL-pointer-d.patch
    (git-fixes CVE-2023-54240 bsc#1255918).
  - Update
    patches.suse/net-hns3-fix-deadlock-issue-when-externel_lb-a.patch
    (bsc#1012628 CVE-2023-54000 bsc#1255564).
  - Update
    patches.suse/net-ipa-only-reset-hashed-tables-when-supported.patch
    (bsc#1012628 CVE-2023-54225 bsc#1256234).
  - Update
    patches.suse/net-ipv4-fix-one-memleak-in-__inet_del_ifa.patch
    (bsc#1220419 CVE-2023-53995 bsc#1255616).
  - Update
    patches.suse/net-mlx5-fix-potential-memory-leak-in-mlx5e_in.patch
    (bsc#1012628 CVE-2023-54106 bsc#1256358).
  - Update
    patches.suse/net-mlx5e-Move-representor-neigh-cleanup-to-pr.patch
    (bsc#1012628 CVE-2023-54148 bsc#1256084).
  - Update
    patches.suse/net-mlx5e-TC-Fix-internal-port-memory-leak.patch
    (bsc#1012628 CVE-2023-53999 bsc#1255621).
  - Update
    patches.suse/net-mlx5e-fix-memory-leak-in-mlx5e_ptp_open.patch
    (bsc#1012628 CVE-2023-54169 bsc#1256050).
  - Update
    patches.suse/net-mlx5e-xsk-Fix-invalid-buffer-access-for-le.patch
    (bsc#1012628 CVE-2023-54223 bsc#1256233).
  - Update
    patches.suse/net-openvswitch-reject-negative-ifindex.patch
    (bsc#1012628 CVE-2023-53843 bsc#1254705).
  - Update
    patches.suse/net-prevent-skb-corruption-on-frag-list-segment.patch
    (bsc#1012628 CVE-2023-54094 bsc#1256292).
  - Update
    patches.suse/net-read-sk-sk_family-once-in-sk_mc_loop.patch
    (bsc#1220419 CVE-2023-53831 bsc#1254701).
  - Update
    patches.suse/net-sched-taprio-Limit-TCA_TAPRIO_ATTR_SCHED_C.patch
    (bsc#1012628 CVE-2023-54251 bsc#1255888).
  - Update
    patches.suse/net-smc-use-smc_lgr_list.lock-to-protect-smc_lgr_lis.patch
    (git-fixes CVE-2023-54318 bsc#1255772).
  - Update
    patches.suse/net-usb-qmi_wwan-initialize-MAC-header-offset-in-qmi.patch
    (git-fixes CVE-2025-68192 bsc#1255246).
  - Update
    patches.suse/netfilter-nf_tables-fix-underflow-in-chain-refe.patch
    (bsc#1012628 CVE-2023-54035 bsc#1255563).
  - Update
    patches.suse/netlink-do-not-hard-code-device-address-lenth-i.patch
    (bsc#1012628 CVE-2023-53863 bsc#1254657).
  - Update
    patches.suse/nfp-clean-mc-addresses-in-application-firmware-.patch
    (bsc#1012628 CVE-2023-54133 bsc#1256104).
  - Update
    patches.suse/nfs4_setup_readdir-insufficient-locking-for-d_parent-d_inode-dereferencing.patch
    (git-fixes CVE-2025-68185 bsc#1255135).
  - Update
    patches.suse/nfsd-move-init-of-percpu-reply_cache_stats-coun.patch
    (bsc#1012628 CVE-2023-54276 bsc#1255907).
  - Update
    patches.suse/nilfs2-fix-WARNING-in-mark_buffer_dirty-due-to.patch
    (bsc#1012628 CVE-2023-54140 bsc#1256093).
  - Update
    patches.suse/nouveau-firmware-Add-missing-kfree-of-nvkm_falcon_fw.patch
    (git-fixes CVE-2025-68235 bsc#1255209).
  - Update
    patches.suse/nvme-core-fix-memory-leak-in-dhchap_ctrl_secret.patch
    (bsc#1012628 CVE-2023-53792 bsc#1254743).
  - Update
    patches.suse/nvme-core-fix-memory-leak-in-dhchap_secret_stor.patch
    (bsc#1012628 CVE-2023-53852 bsc#1254653).
  - Update
    patches.suse/nvme-fc-use-lock-accessing-port_state-and-rport-stat.patch
    (bsc#1245193 bsc#1247500 CVE-2025-40342 bsc#1255274).
  - Update
    patches.suse/nvme-multipath-fix-lockdep-WARN-due-to-partition-sca.patch
    (git-fixes bsc#1233640 CVE-2024-53093 CVE-2025-68218
    bsc#1255245).
  - Update
    patches.suse/nvmet-fc-avoid-scheduling-association-deletion-twice.patch
    (bsc#1245193 bsc#1247500 CVE-2025-40343 bsc#1255276).
  - Update
    patches.suse/of-overlay-Call-of_changeset_init-early.patch
    (git-fixes CVE-2023-53856 bsc#1254661).
  - Update
    patches.suse/of-unittest-fix-null-pointer-dereferencing-in-of_uni.patch
    (git-fixes CVE-2023-54178 bsc#1255992).
  - Update
    patches.suse/opp-Fix-use-after-free-in-lazy_opp_tables-after.patch
    (bsc#1012628 CVE-2023-54026 bsc#1255549).
  - Update
    patches.suse/orangefs-fix-xattr-related-buffer-overflow.patch
    (git-fixes CVE-2025-40306 bsc#1255062).
  - Update
    patches.suse/ovl-fix-null-pointer-dereference-in-ovl_get_acl.patch
    (bsc#1012628 CVE-2023-54313 bsc#1255775).
  - Update
    patches.suse/pcmcia-rsrc_nonstatic-Fix-memory-leak-in-nonst.patch
    (bsc#1012628 CVE-2023-54115 bsc#1256121).
  - Update patches.suse/perf-tool-x86-Fix-perf_env-memory-leak.patch
    (bsc#1012628 CVE-2023-53793 bsc#1254739).
  - Update
    patches.suse/phy-tegra-xusb-Clear-the-driver-reference-in-us.patch
    (bsc#1012628 CVE-2023-54083 bsc#1256368).
  - Update
    patches.suse/pinctrl-at91-pio4-check-return-value-of-devm_ka.patch
    (bsc#1012628 CVE-2023-54319 bsc#1255760).
  - Update
    patches.suse/pinctrl-freescale-Fix-a-memory-out-of-bounds-wh.patch
    (bsc#1012628 CVE-2023-53750 bsc#1254611).
  - Update
    patches.suse/pinctrl-s32cc-fix-uninitialized-memory-in-s32_pinctr.patch
    (git-fixes CVE-2025-68222 bsc#1255218).
  - Update
    patches.suse/platform-x86-intel-punit_ipc-fix-memory-corruption.patch
    (git-fixes CVE-2025-68303 bsc#1255122).
  - Update
    patches.suse/posix-timers-Prevent-RT-livelock-in-itimer_dele.patch
    (bsc#1012628 CVE-2023-53815 bsc#1254715).
  - Update patches.suse/powerpc-64s-Fix-VAS-mm-use-after-free.patch
    (bsc#1012628 CVE-2023-54042 bsc#1255702).
  - Update
    patches.suse/powerpc-iommu-Fix-notifiers-being-shared-by-PCI-and-.patch
    (bsc#1065729 CVE-2023-54095 bsc#1256271).
  - Update
    patches.suse/powerpc-powernv-sriov-perform-null-check-on-iov.patch
    (bsc#1012628 CVE-2023-54315 bsc#1255769).
  - Update
    patches.suse/powerpc-pseries-Rework-lppaca_shared_proc-to-avoid-D.patch
    (bsc#1194869 CVE-2023-54267 bsc#1255899).
  - Update
    patches.suse/powerpc-pseries-fix-possible-memory-leak-in-ibmebus_.patch
    (bsc#1194869 CVE-2023-54017 bsc#1255605).
  - Update patches.suse/pstore-ram-Add-check-for-kstrdup.patch
    (bsc#1012628 CVE-2023-54189 bsc#1255978).
  - Update patches.suse/quota-fix-warning-in-dqgrab.patch
    (bsc#1012628 CVE-2023-54177 bsc#1255993).
  - Update patches.suse/rcu-dump-vmalloc-memory-info-safely.patch
    (git-fixes CVE-2023-54113 bsc#1256351).
  - Update
    patches.suse/rcuscale-Move-rcu_scale_writer-schedule_timeout_unin.patch
    (git-fixes CVE-2023-54246 bsc#1255915).
  - Update
    patches.suse/refscale-Fix-uninitalized-use-of-wait_queue_head_t.patch
    (git-fixes CVE-2023-54316 bsc#1255770).
  - Update
    patches.suse/regmap-irq-Fix-out-of-bounds-access-when-alloca.patch
    (bsc#1012628 CVE-2023-53768 bsc#1254599).
  - Update
    patches.suse/regmap-slimbus-fix-bus_context-pointer-in-regmap-ini.patch
    (git-fixes CVE-2025-40317 bsc#1254796).
  - Update
    patches.suse/regulator-core-Protect-regulator_supply_alias_list-w.patch
    (git-fixes CVE-2025-68354 bsc#1255553).
  - Update
    patches.suse/regulator-da9063-fix-null-pointer-deref-with-pa.patch
    (bsc#1012628 CVE-2023-53787 bsc#1254750).
  - Update patches.suse/rpmsg-glink-Add-check-for-kstrdup.patch
    (git-fixes CVE-2023-54049 bsc#1256396).
  - Update
    patches.suse/s390-dcssblk-fix-kernel-crash-with-list_add-corruption.patch
    (git-fixes bsc#1215344 CVE-2023-54117 bsc#1256348).
  - Update
    patches.suse/s390-vmem-split-pages-when-debug-pagealloc-is-.patch
    (bsc#1012628 CVE-2023-54278 bsc#1255911).
  - Update
    patches.suse/samples-bpf-Fix-buffer-overflow-in-tcp_basertt.patch
    (bsc#1012628 CVE-2023-54312 bsc#1255774).
  - Update
    patches.suse/sched-psi-use-kernfs-polling-functions-for-PSI-.patch
    (bsc#1012628 CVE-2023-54019 bsc#1255636).
  - Update
    patches.suse/scsi-qedf-Fix-NULL-dereference-in-error-handlin.patch
    (bsc#1012628 CVE-2023-54289 bsc#1255806).
  - Update
    patches.suse/scsi-qla2xxx-Array-index-may-go-out-of-bound.patch
    (bsc#1012628 CVE-2023-54179 bsc#1255994).
  - Update
    patches.suse/scsi-qla2xxx-Check-valid-rport-returned-by-fc_b.patch
    (bsc#1012628 CVE-2023-54014 bsc#1256300).
  - Update
    patches.suse/scsi-target-core-Fix-target_cmd_counter-leak.patch
    (bsc#1214847 CVE-2023-54154 bsc#1256082).
  - Update
    patches.suse/serial-8250-Fix-oops-for-port-pm-on-uart_chang.patch
    (bsc#1012628 CVE-2023-54220 bsc#1255949).
  - Update patches.suse/serial-sprd-Fix-DMA-buffer-leak-issue.patch
    (git-fixes CVE-2023-54136 bsc#1256099).
  - Update
    patches.suse/sfc-fix-crash-when-reading-stats-while-NIC-is-r.patch
    (bsc#1012628 CVE-2023-54156 bsc#1255704).
  - Update
    patches.suse/sh-dma-Fix-DMA-channel-offset-calculation.patch
    (bsc#1012628 CVE-2023-54255 bsc#1255884).
  - Update patches.suse/smb-client-fix-missed-ses-refcounting.patch
    (bsc#1012628 CVE-2023-54076 bsc#1256335).
  - Update
    patches.suse/smb-client-fix-potential-cfid-UAF-in-smb2_query_info_compound.patch
    (bsc#1248886 CVE-2025-40320 bsc#1254793).
  - Update patches.suse/soundwire-fix-enumeration-completion.patch
    (bsc#1012628 CVE-2023-54096 bsc#1256178).
  - Update patches.suse/spi-tegra210-quad-Fix-timeout-handling.patch
    (bsc#1253155 CVE-2025-68746 bsc#1255722).
  - Update
    patches.suse/staging-r8712-Fix-memory-leak-in-_r8712_init_xm.patch
    (bsc#1012628 CVE-2023-54001 bsc#1255628).
  - Update
    patches.suse/thermal-of-fix-double-free-on-unregistration.patch
    (bsc#1012628 CVE-2023-53997 bsc#1255632).
  - Update
    patches.suse/tpm-tpm_vtpm_proxy-fix-a-race-condition-in-dev-.patch
    (bsc#1012628 CVE-2023-54309 bsc#1255780).
  - Update
    patches.suse/tracing-Fix-memory-leak-of-iter-temp-when-readi.patch
    (bsc#1012628 CVE-2023-54171 bsc#1256034).
  - Update
    patches.suse/tracing-Fix-warning-in-trace_buffered_event_dis.patch
    (bsc#1012628 CVE-2023-54211 bsc#1255843).
  - Update
    patches.suse/tty-serial-samsung_tty-Fix-a-memory-leak-in-s3c.patch
    (bsc#1012628 CVE-2023-53858 bsc#1254704).
  - Update
    patches.suse/usb-cdns3-gadget-Use-after-free-during-failed-initia.patch
    (stable-fixes CVE-2025-40314 bsc#1255072).
  - Update
    patches.suse/usb-dwc3-Fix-race-condition-between-concurrent-dwc3_.patch
    (git-fixes CVE-2025-68287 bsc#1255152).
  - Update
    patches.suse/usb-gadget-f_eem-Fix-memory-leak-in-eem_unwrap.patch
    (git-fixes CVE-2025-68289 bsc#1255155).
  - Update
    patches.suse/usb-gadget-f_fs-Fix-epfile-null-pointer-access-after.patch
    (stable-fixes CVE-2025-40315 bsc#1255083).
  - Update
    patches.suse/usb-potential-integer-overflow-in-usbg_make_tpg.patch
    (stable-fixes CVE-2025-68750 bsc#1255814).
  - Update
    patches.suse/usb-storage-alauda-Fix-uninit-value-in-alauda_.patch
    (bsc#1012628 CVE-2023-53847 bsc#1254698).
  - Update
    patches.suse/usb-storage-sddr55-Reject-out-of-bound-new_pba.patch
    (stable-fixes CVE-2025-40345 bsc#1255279).
  - Update
    patches.suse/usb-typec-bus-verify-partner-exists-in-typec_altmode.patch
    (git-fixes CVE-2023-54299 bsc#1255789).
  - Update
    patches.suse/usb-uas-fix-urb-unmapping-issue-when-the-uas-device-.patch
    (git-fixes CVE-2025-68331 bsc#1255495).
  - Update patches.suse/usbnet-Prevents-free-active-kevent.patch
    (git-fixes CVE-2025-68312 bsc#1255171).
  - Update
    patches.suse/vdpa-Add-queue-index-attr-to-vdpa_nl_policy-fo.patch
    (bsc#1012628 CVE-2023-54031 bsc#1255583).
  - Update patches.suse/vduse-fix-NULL-pointer-dereference.patch
    (bsc#1012628 CVE-2023-54291 bsc#1255798).
  - Update
    patches.suse/vfio-type1-fix-cap_migration-information-leak
    (jsc#PED-7779 jsc#PED-7780 CVE-2023-54137 bsc#1256100).
  - Update
    patches.suse/virtio-vdpa-Fix-cpumask-memory-leak-in-virtio_.patch
    (bsc#1012628 CVE-2023-54215 bsc#1255957).
  - Update
    patches.suse/virtio_pmem-add-the-missing-REQ_OP_WRITE-for-flush-b.patch
    (git-fixes CVE-2023-54089 bsc#1256268).
  - Update
    patches.suse/virtio_vdpa-build-affinity-masks-conditionally.patch
    (git-fixes CVE-2023-54008 bsc#1255630).
  - Update
    patches.suse/wifi-ath11k-Add-missing-hw_ops-get_ring_selecto.patch
    (bsc#1012628 CVE-2023-54141 bsc#1256094).
  - Update patches.suse/wifi-ath11k-fix-peer-HE-MCS-assignment.patch
    (git-fixes CVE-2025-68380 bsc#1255580).
  - Update
    patches.suse/wifi-ath11k-fix-registration-of-6Ghz-only-phy-w.patch
    (bsc#1012628 CVE-2023-54229 bsc#1255924).
  - Update
    patches.suse/wifi-ath12k-Fix-memory-leak-in-rx_desc-and-tx_desc.patch
    (git-fixes CVE-2023-54016 bsc#1256279).
  - Update
    patches.suse/wifi-ath9k-avoid-referencing-uninit-memory-in-a.patch
    (bsc#1012628 CVE-2023-54300 bsc#1255790).
  - Update
    patches.suse/wifi-brcmfmac-fix-crash-while-sending-Action-Frames-.patch
    (git-fixes CVE-2025-40321 bsc#1254795).
  - Update
    patches.suse/wifi-cfg80211-ocb-don-t-leave-if-not-joined.patch
    (git-fixes CVE-2023-53992 bsc#1256058).
  - Update
    patches.suse/wifi-mt76-mt7921-fix-skb-leak-by-txs-missing-i.patch
    (bsc#1012628 CVE-2023-54052 bsc#1256387).
  - Update
    patches.suse/wifi-mwifiex-fix-memory-leak-in-mwifiex_histogram_re.patch
    (git-fixes CVE-2023-53808 bsc#1254723).
  - Update
    patches.suse/wifi-rsi-Do-not-configure-WoWlan-in-shutdown-ho.patch
    (bsc#1012628 CVE-2023-54025 bsc#1255558).
  - Update
    patches.suse/wifi-rtl818x-Fix-potential-memory-leaks-in-rtl8180_i.patch
    (git-fixes CVE-2025-68759 bsc#1255934).
  - Update
    patches.suse/wifi-rtl818x-rtl8187-Fix-potential-buffer-underflow-.patch
    (git-fixes CVE-2025-68362 bsc#1255611).
  - Update patches.suse/x86-CPU-AMD-Add-RDSEED-fix-for-Zen5.patch
    (git-fixes CVE-2025-68313 bsc#1255415).
  - Update
    patches.suse/x86-CPU-AMD-Add-missing-terminator-for-zen5_rdseed_microco.patch
    (git-fixes CVE-2025-68195 bsc#1255259).
  - Update
    patches.suse/x86-hyperv-Disable-IBT-when-hypercall-page-lac.patch
    (bsc#1012628 CVE-2023-54172 bsc#1256033).
  - Update
    patches.suse/x86-sev-Make-enc_dec_hypercall-accept-a-size-instead-of-npages
    (bsc#1214635 CVE-2023-53996 bsc#1255618).
  - Update patches.suse/xen-speed-up-grant-table-reclaim.patch
    (bsc#1012628 CVE-2023-54081 bsc#1256361).
  - Update
    patches.suse/xfrm-also-call-xfrm_state_delete_tunnel-at-destroy-time-fo.patch
    (CVE-2025-40215 bsc#1254959 CVE-2025-40256 bsc#1254851).
  - commit c2db288
  - Update patches.suse/exfat-fix-refcount-leak-in-exfat_find.patch
    (CVE-2025-40287 bsc#1255030 CVE-2025-68351 bsc#1255567).
  - Update
    patches.suse/net-enetc-fix-the-deadlock-of-enetc_mdio_lock.patch
    (CVE-2025-40337 bsc#1255081 CVE-2025-40347 bsc#1255262).
  - commit 8022326

++++ kernel-firmware:

  - Update AMD ucode to 20251203 (bsc#1256483)

++++ kernel-rt:

  - fuse: fix livelock in synchronous file put from fuseblk workers (CVE-2025-40220 bsc#1254520).
  - commit 46a797f
  - tracing: Fix access to trace_event_file (bsc#1254373).
  - commit 768b257
  - virtio_console: fix order of fields cols and rows
    (stable-fixes).
  - commit 0d412d7
  - drm/amdgpu: Forward VMID reservation errors (git-fixes).
  - commit a7344a2
  - pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling
    (stable-fixes).
  - Refresh
    patches.suse/pinctrl-single-fix-bias-pull-up-down-handling-in-pin.patch.
  - commit bc41b99
  - usb: ohci-nxp: fix device leak on probe failure (git-fixes).
  - usb: usb-storage: Maintain minimal modifications to the
    bcdDevice range (git-fixes).
  - Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042
    quirk table (stable-fixes).
  - drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()
    (stable-fixes).
  - ASoC: bcm: bcm63xx-pcm-whistler: Check return value of
    of_dma_configure() (git-fixes).
  - i2c: designware: Disable SMBus interrupts to prevent storms
    from mis-configured firmware (stable-fixes).
  - platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet to
    VGBS DMI quirks (stable-fixes).
  - pinctrl: single: Fix incorrect type for error return variable
    (git-fixes).
  - i3c: fix refcount inconsistency in i3c_master_register
    (git-fixes).
  - staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE
    parsing (stable-fixes).
  - staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie()
    parser (stable-fixes).
  - USB: serial: option: move Telit 0x10c7 composition in the
    right place (stable-fixes).
  - USB: serial: option: add Telit Cinterion FE910C04 new
    compositions (stable-fixes).
  - USB: serial: option: add Foxconn T99W760 (stable-fixes).
  - USB: serial: ftdi_sio: match on interface number for jtag
    (stable-fixes).
  - usb: usb-storage: No additional quirks need to be added to
    the EL-R12 optical drive (stable-fixes).
  - usb: dwc2: fix hang during shutdown if set as peripheral
    (git-fixes).
  - usb: xhci: limit run_graceperiod for only usb 3.0 devices
    (stable-fixes).
  - usb: typec: ucsi: Handle incorrect num_connectors capability
    (stable-fixes).
  - usbip: Fix locking bug in RT-enabled kernels (stable-fixes).
  - serial: sprd: Return -EPROBE_DEFER when uart clock is not ready
    (stable-fixes).
  - serial: add support of CPCI cards (stable-fixes).
  - char: applicom: fix NULL pointer dereference in ac_ioctl
    (stable-fixes).
  - iio: adc: ti_am335x_adc: Limit step_avg to valid range for
    gcc complains (stable-fixes).
  - fbdev: gbefb: fix to use physical address instead of dma address
    (stable-fixes).
  - via_wdt: fix critical boot hang due to unnamed resource
    allocation (stable-fixes).
  - ipmi: Fix __scan_channels() failing to rescan channels
    (stable-fixes).
  - ipmi: Fix the race between __scan_channels() and
    deliver_response() (stable-fixes).
  - reset: fix BIT macro reference (stable-fixes).
  - firmware: imx: scu-irq: Init workqueue before request mbox
    channel (stable-fixes).
  - HID: input: map HID_GD_Z to ABS_DISTANCE for stylus/pen
    (stable-fixes).
  - mmc: sdhci-msm: Avoid early clock doubling during HS400
    transition (stable-fixes).
  - ASoC: qcom: q6apm-dai: set flags to reflect correct operation
    of appl_ptr (git-fixes).
  - media: amphion: Remove vpu_vb_is_codecconfig (git-fixes).
  - media: verisilicon: Fix CPU stalls on G2 bus error (git-fixes).
  - Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 2b89/6275 for RTL8761BUV
    (stable-fixes).
  - wifi: brcmfmac: Add DMI nvram filename quirk for Acer A1 840
    tablet (stable-fixes).
  - wifi: rtw88: Add USB ID 2001:3329 for D-Link AC13U rev. A1
    (stable-fixes).
  - ACPI: property: Use ACPI functions in
    acpi_graph_get_next_endpoint() only (stable-fixes).
  - ACPICA: Avoid walking the Namespace if start_node is NULL
    (stable-fixes).
  - pinctrl: qcom: msm: Fix deadlock in pinmux configuration
    (stable-fixes).
  - platform/x86: acer-wmi: Ignore backlight event (stable-fixes).
  - platform/x86/amd: pmc: Add Lenovo Legion Go 2 to pmc quirk list
    (stable-fixes).
  - platform/x86/amd/pmc: Add spurious_8042 to Xbox Ally
    (stable-fixes).
  - platform/x86: huawei-wmi: add keys for HONOR models
    (stable-fixes).
  - HID: elecom: Add support for ELECOM M-XT3URBK (018F)
    (stable-fixes).
  - HID: hid-input: Extend Elan ignore battery quirk to USB
    (stable-fixes).
  - HID: apple: Add SONiX AK870 PRO to non_apple_keyboards quirk
    list (stable-fixes).
  - drm/vmwgfx: Use kref in vmw_bo_dirty (stable-fixes).
  - spi: xilinx: increase number of retries before declaring stall
    (stable-fixes).
  - spi: imx: keep dma request disabled before dma transfer setup
    (stable-fixes).
  - ALSA: usb-audio: Add native DSD quirks for PureAudio DAC series
    (stable-fixes).
  - Bluetooth: btrtl: Avoid loading the config file on security
    chips (stable-fixes).
  - media: amphion: Make some vpu_v4l2 functions static
    (stable-fixes).
  - usb: dwc2: disable platform lowlevel hw resources during
    shutdown (stable-fixes).
  - media: amphion: Add a frame flush mode for decoder
    (stable-fixes).
  - usb: ohci-nxp: Use helper function devm_clk_get_enabled()
    (stable-fixes).
  - drm/tilcdc: request and mapp iomem with devres (stable-fixes).
  - media: verisilicon: g2: Use common helpers to compute chroma
    and mv offsets (stable-fixes).
  - media: verisilicon: Store chroma and motion vectors offset
    (stable-fixes).
  - i3c: master: Inherit DMA masks and parameters from parent device
    (stable-fixes).
  - commit bc3be49
  - supported.conf: mark ksmbd unsupported
    Based on discussion with Enzo Matsumiya it has tuned out that ksmbd
    module is unsupported but the supported.conf entry is incorrect. Fix
    that.
  - commit c800e3f
  - powerpc/eeh: fix recursive pci_lock_rescan_remove locking in
    EEH event handling (bsc#1253262 ltc#216029).
  - commit daa4104
  - Update
    patches.suse/1260-drm-amdkfd-Add-missing-gfx11-MQD-manager-callbacks.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54261
    bsc#1255879).
  - Update
    patches.suse/ACPI-video-Fix-use-after-free-in-acpi_video_switch_b.patch
    (git-fixes CVE-2025-40211 bsc#1254126).
  - Update
    patches.suse/ALSA-dice-fix-buffer-overflow-in-detect_stream_forma.patch
    (git-fixes CVE-2025-68346 bsc#1255603).
  - Update
    patches.suse/ALSA-firewire-motu-add-bounds-check-in-put_user-loop.patch
    (git-fixes CVE-2025-68753 bsc#1256238).
  - Update
    patches.suse/ALSA-firewire-motu-fix-buffer-overflow-in-hwdep-read.patch
    (git-fixes CVE-2025-68347 bsc#1255706).
  - Update
    patches.suse/ALSA-hda-cs35l41-Fix-NULL-pointer-dereference-in-cs3-c34b04c.patch
    (git-fixes CVE-2025-68345 bsc#1255601).
  - Update
    patches.suse/ALSA-pcm-Fix-potential-data-race-at-PCM-memory-.patch
    (bsc#1012628 CVE-2023-54072 bsc#1256291).
  - Update
    patches.suse/ALSA-usb-audio-Fix-NULL-pointer-dereference-in-snd_u.patch
    (git-fixes CVE-2025-40275 bsc#1254829).
  - Update
    patches.suse/ALSA-usb-audio-Fix-potential-memory-leaks-at-error-p.patch
    (jsc#PED-6045 jsc#PED-6036 jsc#PED-6104 jsc#PED-6114
    jsc#PED-6067 jsc#PED-6123 CVE-2023-54022 bsc#1255545).
  - Update
    patches.suse/ALSA-usb-audio-Fix-potential-overflow-of-PCM-transfe.patch
    (stable-fixes CVE-2025-40269 bsc#1255035).
  - Update
    patches.suse/ASoC-codecs-wcd-mbhc-v2-fix-resource-leaks-on-c.patch
    (bsc#1012628 CVE-2023-53842 bsc#1254690).
  - Update
    patches.suse/Bluetooth-6lowpan-reset-link-local-header-on-ipv6-re.patch
    (git-fixes CVE-2025-40282 bsc#1254850).
  - Update
    patches.suse/Bluetooth-ISO-fix-iso_conn-related-locking-and-.patch
    (bsc#1012628 CVE-2023-54164 bsc#1256071).
  - Update
    patches.suse/Bluetooth-MGMT-cancel-mesh-send-timer-when-hdev-remo.patch
    (git-fixes CVE-2025-40284 bsc#1254860).
  - Update patches.suse/Bluetooth-SCO-Fix-UAF-on-sco_conn_free.patch
    (stable-fixes CVE-2025-40309 bsc#1255065).
  - Update
    patches.suse/Bluetooth-bcsp-receive-data-only-if-registered.patch
    (stable-fixes CVE-2025-40308 bsc#1255064).
  - Update
    patches.suse/Bluetooth-btusb-reorder-cleanup-in-btusb_disconnect-.patch
    (git-fixes CVE-2025-40283 bsc#1254858).
  - Update
    patches.suse/Bluetooth-hci_conn-return-ERR_PTR-instead-of-NU.patch
    (bsc#1012628 CVE-2023-54038 bsc#1255540).
  - Update
    patches.suse/Bluetooth-hci_event-validate-skb-length-for-unknown-.patch
    (git-fixes CVE-2025-40301 bsc#1255193).
  - Update
    patches.suse/Bluetooth-hci_sock-Prevent-race-in-socket-write-iter.patch
    (git-fixes CVE-2025-68305 bsc#1255169).
  - Update
    patches.suse/Bluetooth-hci_sync-Avoid-use-after-free-in-dbg-.patch
    (bsc#1012628 CVE-2023-54210 bsc#1255955).
  - Update
    patches.suse/Bluetooth-hci_sync-Avoid-use-after-free-in-dbg-for-h.patch
    (git-fixes CVE-2023-53828 bsc#1254623).
  - Update
    patches.suse/Bluetooth-hci_sync-Fix-UAF-in-hci_disconnect_all_syn.patch
    (git-fixes CVE-2023-53762 bsc#1254606).
  - Update
    patches.suse/Bluetooth-hci_sync-fix-race-in-hci_cmd_sync_dequeue_.patch
    (git-fixes CVE-2025-40318 bsc#1254798).
  - Update
    patches.suse/FS-JFS-Check-for-read-only-mounted-filesystem-i.patch
    (bsc#1012628 CVE-2023-53766 bsc#1255005).
  - Update
    patches.suse/HID-hidraw-fix-data-race-on-device-refcount.patch
    (bsc#1012628 CVE-2023-53759 bsc#1254663).
  - Update
    patches.suse/HID-uclogic-Correct-devm-device-reference-for-hidinp.patch
    (git-fixes CVE-2023-54207 bsc#1255961).
  - Update
    patches.suse/HID-wacom-Use-ktime_t-rather-than-int-when-deal.patch
    (bsc#1012628 CVE-2023-53797 bsc#1254733).
  - Update
    patches.suse/Input-cros_ec_keyb-fix-an-invalid-memory-access.patch
    (stable-fixes CVE-2025-40263 bsc#1255077).
  - Update
    patches.suse/Input-imx_sc_key-fix-memory-corruption-on-unload.patch
    (git-fixes CVE-2025-40262 bsc#1254840).
  - Update
    patches.suse/Input-pegasus-notetaker-fix-potential-out-of-bounds-.patch
    (git-fixes CVE-2025-68217 bsc#1255221).
  - Update
    patches.suse/KVM-SVM-Get-source-vCPUs-from-source-VM-for-SEV-ES-i.patch
    (git-fixes CVE-2023-54296 bsc#1255793).
  - Update
    patches.suse/KVM-s390-pv-fix-index-value-of-replaced-ASCE.patch
    (bsc#1012628 CVE-2023-54092 bsc#1256370).
  - Update patches.suse/MIPS-KVM-Fix-NULL-pointer-dereference.patch
    (bsc#1012628 CVE-2023-54241 bsc#1255838).
  - Update patches.suse/NFSD-Fix-crash-in-nfsd4_read_release.patch
    (git-fixes CVE-2025-40324 bsc#1254791).
  - Update
    patches.suse/NFSD-free-copynotify-stateid-in-nfs4_free_ol_stateid.patch
    (git-fixes CVE-2025-40273 bsc#1254828).
  - Update patches.suse/PCI-DOE-Fix-destroy_work_on_stack-race.patch
    (git-fixes CVE-2023-54235 bsc#1255921).
  - Update
    patches.suse/PCI-Free-released-resource-after-coalescing.patch
    (git-fixes CVE-2023-53743 bsc#1254782).
  - Update
    patches.suse/PCI-IOV-Add-PCI-rescan-remove-locking-when-enabling-.patch
    (git-fixes CVE-2025-40219 bsc#1254518).
  - Update
    patches.suse/PCI-cadence-Check-for-the-existence-of-cdns_pcie-ops.patch
    (stable-fixes CVE-2025-68176 bsc#1255329).
  - Update
    patches.suse/RDMA-bnxt_re-Prevent-handling-any-completions-a.patch
    (bsc#1012628 CVE-2023-54048 bsc#1256395).
  - Update
    patches.suse/RDMA-efa-Fix-wrong-resources-deallocation-order.patch
    (git-fixes CVE-2023-54201 bsc#1255964).
  - Update
    patches.suse/RDMA-irdma-Fix-data-race-on-CQP-completion-stat.patch
    (bsc#1012628 CVE-2023-54302 bsc#1255792).
  - Update
    patches.suse/RDMA-irdma-Fix-data-race-on-CQP-request-done.patch
    (bsc#1012628 CVE-2023-54292 bsc#1255800).
  - Update
    patches.suse/Revert-IB-isert-Fix-incorrect-release-of-isert-conne.patch
    (git-fixes CVE-2023-54219 bsc#1256231).
  - Update
    patches.suse/accel-habanalabs-support-mapping-cb-with-vmalloc-bac.patch
    (stable-fixes CVE-2025-40311 bsc#1255068).
  - Update
    patches.suse/accel-qaic-Clean-up-integer-overflow-checking-.patch
    (bsc#1012628 CVE-2023-53778 bsc#1254761).
  - Update
    patches.suse/af_unix-Fix-data-race-around-unix_tot_inflight.patch
    (git-fixes CVE-2023-54006 bsc#1255591).
  - Update patches.suse/amba-bus-fix-refcount-leak.patch (git-fixes
    CVE-2023-54230 bsc#1255925).
  - Update
    patches.suse/amd-amdkfd-resolve-a-race-in-amdgpu_amdkfd_device_fi.patch
    (stable-fixes CVE-2025-40310 bsc#1255041).
  - Update
    patches.suse/amdgpu-validate-offset_in_bo-of-drm_amdgpu_gem_.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53819
    bsc#1254712).
  - Update patches.suse/arm64-mm-fix-VA-range-sanity-check.patch
    (bsc#1012628 CVE-2023-53989 bsc#1256302).
  - Update
    patches.suse/arm64-set-__exception_irq_entry-with-__irq_entr.patch
    (bsc#1012628 CVE-2023-54322 bsc#1255763).
  - Update
    patches.suse/atm-fore200e-Fix-possible-data-race-in-fore200e_open.patch
    (git-fixes CVE-2025-68339 bsc#1255505).
  - Update
    patches.suse/audit-fix-possible-soft-lockup-in-__audit_inode_chil.patch
    (git-fixes CVE-2023-54045 bsc#1256285).
  - Update
    patches.suse/autofs-fix-memory-leak-of-waitqueues-in-autofs_catat.patch
    (git-fixes CVE-2023-54134 bsc#1256106).
  - Update
    patches.suse/backlight-led-bl-Add-devlink-to-supplier-LEDs.patch
    (git-fixes CVE-2025-68758 bsc#1255944).
  - Update
    patches.suse/bcache-fixup-btree_cache_wait-list-damage.patch
    (bsc#1012628 CVE-2023-54293 bsc#1255801).
  - Update patches.suse/binder-fix-memory-leak-in-binder_init.patch
    (bsc#1012628 CVE-2023-54005 bsc#1255629).
  - Update
    patches.suse/blk-cgroup-Fix-NULL-deref-caused-by-blkg_policy_data-being-installed-before-init.patch
    (bsc#1216062 CVE-2023-54271 bsc#1255902).
  - Update
    patches.suse/blk-cgroup-hold-queue_lock-when-removing-blkg-.patch
    (bsc#1012628 CVE-2023-54088 bsc#1256263).
  - Update
    patches.suse/blk-mq-fix-tags-leak-when-shrink-nr_hw_queues.patch
    (bsc#1216436 CVE-2023-54227 bsc#1255952).
  - Update
    patches.suse/block-fix-blktrace-debugfs-entries-leakage.patch
    (bsc#1012628 CVE-2023-54209 bsc#1255963).
  - Update
    patches.suse/block-rq_qos-protect-rq_qos-apis-with-a-new-loc.patch
    (bsc#1012628 CVE-2023-53823 bsc#1254691).
  - Update
    patches.suse/bpf-Address-KCSAN-report-on-bpf_lru_list.patch
    (bsc#1012628 CVE-2023-54283 bsc#1255809).
  - Update
    patches.suse/bpf-Disable-preemption-in-bpf_event_output.patch
    (bsc#1012628 CVE-2023-54173 bsc#1255996).
  - Update
    patches.suse/bpf-Disable-preemption-in-bpf_perf_event_outpu.patch
    (bsc#1012628 CVE-2023-54303 bsc#1255785).
  - Update
    patches.suse/bpf-Fix-issue-in-verifying-allow_ptr_leaks.patch
    (jsc#PED-6811 CVE-2023-54181 bsc#1255988).
  - Update
    patches.suse/bpf-Silence-a-warning-in-btf_type_id_size.patch
    (bsc#1012628 CVE-2023-54247 bsc#1255892).
  - Update
    patches.suse/bpf-bpf_sk_storage-Fix-invalid-wait-context-lockdep-.patch
    (jsc#PED-6811 CVE-2023-53857 bsc#1254648).
  - Update
    patches.suse/bpf-drop-unnecessary-user-triggerable-WARN_ONCE.patch
    (bsc#1012628 CVE-2023-54145 bsc#1256090).
  - Update
    patches.suse/bpf-sockmap-Fix-skb-refcnt-race-after-locking-change.patch
    (jsc#PED-6811 CVE-2023-53836 bsc#1254693).
  - Update
    patches.suse/btrfs-fix-incorrect-splitting-in-btrfs_drop_ex.patch
    (bsc#1012628 CVE-2023-54121 bsc#1256267).
  - Update
    patches.suse/btrfs-fix-lockdep-splat-and-potential-deadlock-after.patch
    (git-fixes CVE-2023-54224 bsc#1255951).
  - Update
    patches.suse/btrfs-fix-race-between-balance-and-cancel-pause.patch
    (bsc#1012628 CVE-2023-54023 bsc#1256301).
  - Update
    patches.suse/btrfs-fix-race-when-deleting-free-space-root-fr.patch
    (bsc#1012628 CVE-2023-54067 bsc#1256369).
  - Update
    patches.suse/btrfs-fix-race-when-deleting-quota-root-from-th.patch
    (bsc#1012628 CVE-2023-54032 bsc#1255617).
  - Update
    patches.suse/btrfs-fix-warning-when-putting-transaction-with.patch
    (bsc#1012628 CVE-2023-53865 bsc#1254762).
  - Update
    patches.suse/btrfs-release-path-before-inode-lookup-during-the-in.patch
    (git-fixes CVE-2023-54281 bsc#1255820).
  - Update
    patches.suse/btrfs-remove-BUG_ON-s-in-add_new_free_space.patch
    (bsc#1012628 CVE-2023-54185 bsc#1255984).
  - Update
    patches.suse/btrfs-set-page-extent-mapped-after-read_folio-in-rel.patch
    (git-fixes CVE-2023-54253 bsc#1255891).
  - Update
    patches.suse/btrfs-zoned-fix-memory-leak-after-finding-block.patch
    (bsc#1012628 CVE-2023-54297 bsc#1255795).
  - Update
    patches.suse/btrfs-zoned-skip-splitting-and-logical-rewriting-on-.patch
    (bsc#1223731 CVE-2024-26944 CVE-2023-54080 bsc#1256367).
  - Update
    patches.suse/can-gs_usb-gs_usb_xmit_callback-fix-handling-of-fail.patch
    (git-fixes CVE-2025-68307 bsc#1255146).
  - Update
    patches.suse/can-kvaser_usb-leaf-Fix-potential-infinite-loop-in-c.patch
    (git-fixes CVE-2025-68308 bsc#1255149).
  - Update
    patches.suse/cifs-fix-potential-oops-in-cifs_oplock_break.patch
    (bsc#1012628 CVE-2023-54258 bsc#1255886).
  - Update
    patches.suse/cifs-fix-session-state-check-in-reconnect-to-a.patch
    (bsc#1012628 CVE-2023-53794 bsc#1255163).
  - Update
    patches.suse/clk-clocking-wizard-Fix-Oops-in-clk_wzrd_regist.patch
    (bsc#1012628 CVE-2023-53807 bsc#1254724).
  - Update
    patches.suse/clk-imx93-fix-memory-leak-and-missing-unwind-go.patch
    (bsc#1012628 CVE-2023-54221 bsc#1255842).
  - Update
    patches.suse/comedi-c6xdigio-Fix-invalid-PNP-driver-unregistratio.patch
    (git-fixes CVE-2025-68332 bsc#1255483).
  - Update
    patches.suse/comedi-check-device-s-attached-status-in-compat-ioct.patch
    (git-fixes CVE-2025-68257 bsc#1255167).
  - Update
    patches.suse/comedi-multiq3-sanitize-config-options-in-multiq3_at.patch
    (git-fixes CVE-2025-68258 bsc#1255182).
  - Update
    patches.suse/comedi-pcl818-fix-null-ptr-deref-in-pcl818_ai_cancel.patch
    (git-fixes CVE-2025-68335 bsc#1255480).
  - Update
    patches.suse/crypto-api-Use-work-queue-in-crypto_destroy_instance.patch
    (git-fixes CVE-2023-53799 bsc#1254732).
  - Update
    patches.suse/crypto-aspeed-fix-double-free-caused-by-devm.patch
    (git-fixes CVE-2025-68172 bsc#1255253).
  - Update
    patches.suse/crypto-asymmetric_keys-prevent-overflow-in-asymmetri.patch
    (git-fixes CVE-2025-68724 bsc#1255550).
  - Update
    patches.suse/dccp-Fix-out-of-bounds-access-in-DCCP-error-handler.patch
    (bsc#1220419 CVE-2023-53782 bsc#1254758).
  - Update
    patches.suse/dccp-fix-data-race-around-dp-dccps_mss_cache.patch
    (bsc#1012628 CVE-2023-53839 bsc#1254655).
  - Update
    patches.suse/devlink-report-devlink_port_type_warn-source-de.patch
    (bsc#1012628 CVE-2023-53841 bsc#1255009).
  - Update
    patches.suse/dm-don-t-attempt-to-queue-IO-under-RCU-protection-a9ce.patch
    (jsc#PED-7514 CVE-2023-53860 bsc#1254626).
  - Update
    patches.suse/dm-fix-a-race-condition-in-retrieve_deps-f600.patch
    (jsc#PED-7514 CVE-2023-54324 bsc#1255759).
  - Update
    patches.suse/driver-soc-xilinx-use-_safe-loop-iterator-to-av.patch
    (bsc#1012628 CVE-2023-54101 bsc#1256153).
  - Update
    patches.suse/drm-amd-display-Check-NULL-before-accessing.patch
    (stable-fixes CVE-2025-68286 bsc#1255351).
  - Update
    patches.suse/drm-amd-display-Fix-NULL-deref-in-debugfs-odm_combin.patch
    (git-fixes CVE-2025-68180 bsc#1255252).
  - Update
    patches.suse/drm-amdgpu-Fix-NULL-pointer-dereference-in-VRAM-logi.patch
    (stable-fixes CVE-2025-40288 bsc#1255057).
  - Update
    patches.suse/drm-bridge-dw_hdmi-fix-connector-access-for-scd.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53784
    bsc#1254765).
  - Update
    patches.suse/drm-client-Fix-memory-leak-in-drm_client_target.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54091
    bsc#1256274).
  - Update
    patches.suse/drm-i915-Avoid-lock-inversion-when-pinning-to-GGTT-o.patch
    (git-fixes CVE-2025-68244 bsc#1255190).
  - Update
    patches.suse/drm-mediatek-Fix-device-use-after-free-on-unbind.patch
    (git-fixes CVE-2025-40316 bsc#1254797).
  - Update
    patches.suse/drm-msm-dp-Drop-aux-devices-together-with-DP-co.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53851
    bsc#1254695).
  - Update
    patches.suse/drm-mxsfb-Disable-overlay-plane-in-mxsfb_plane_overl.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53864
    bsc#1254754).
  - Update
    patches.suse/drm-nouveau-kms-nv50-init-hpd_irq_lock-for-PIOR.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54263
    bsc#1255883).
  - Update
    patches.suse/drm-sched-Fix-deadlock-in-drm_sched_entity_kill_jobs.patch
    (git-fixes CVE-2025-40329 bsc#1254621).
  - Update patches.suse/drm-tegra-Add-call-to-put_pid.patch
    (git-fixes CVE-2025-68233 bsc#1255206).
  - Update
    patches.suse/drm-ttm-Don-t-leak-a-resource-on-eviction-error.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54254
    bsc#1255890).
  - Update
    patches.suse/drm-ttm-Don-t-leak-a-resource-on-swapout-move-e.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53844
    bsc#1254649).
  - Update
    patches.suse/drm-vgem-fence-Fix-potential-deadlock-on-release.patch
    (git-fixes CVE-2025-68757 bsc#1255943).
  - Update
    patches.suse/drm-vmwgfx-Validate-command-header-size-against-SVGA.patch
    (git-fixes CVE-2025-40277 bsc#1254894).
  - Update
    patches.suse/erofs-kill-hooked-chains-to-avoid-loops-on-dedu.patch
    (bsc#1012628 CVE-2023-53777 bsc#1254749).
  - Update
    patches.suse/exfat-use-kvmalloc_array-kvfree-instead-of-kma.patch
    (bsc#1012628 CVE-2023-54194 bsc#1255974).
  - Update
    patches.suse/ext4-correct-grp-validation-in-ext4_mb_good_group.patch
    (bsc#1234163 CVE-2023-53861 bsc#1254678).
  - Update
    patches.suse/ext4-fix-BUG-in-ext4_mb_new_inode_pa-due-to-overflow.patch
    (bsc#1219165 CVE-2023-54069 bsc#1256371).
  - Update
    patches.suse/ext4-fix-rbtree-traversal-bug-in-ext4_mb_use_pr.patch
    (bsc#1012628 CVE-2023-53813 bsc#1254717).
  - Update
    patches.suse/ext4-turn-quotas-off-if-mount-failed-after-enab.patch
    (bsc#1012628 CVE-2023-54153 bsc#1256081).
  - Update
    patches.suse/f2fs-fix-to-do-sanity-check-on-direct-node-in-.patch
    (bsc#1012628 CVE-2023-53846 bsc#1254983).
  - Update
    patches.suse/fbcon-Set-fb_display-i-mode-to-NULL-when-the-mode-is.patch
    (stable-fixes CVE-2025-40323 bsc#1255094).
  - Update
    patches.suse/fbdev-Add-bounds-checking-in-bit_putcs-to-fix-vmallo.patch
    (stable-fixes CVE-2025-40304 bsc#1255034).
  - Update
    patches.suse/fbdev-bitblit-bound-check-glyph-index-in-bit_putcs.patch
    (stable-fixes CVE-2025-40322 bsc#1255092).
  - Update
    patches.suse/firmware-meson_sm-fix-to-avoid-potential-NULL-pointe.patch
    (git-fixes CVE-2023-54304 bsc#1255786).
  - Update
    patches.suse/firmware-stratix10-svc-fix-bug-in-saving-controller-.patch
    (git-fixes CVE-2025-68328 bsc#1255489).
  - Update
    patches.suse/fs-Protect-reconfiguration-of-sb-read-write-fr.patch
    (bsc#1012628 CVE-2023-54099 bsc#1256197).
  - Update
    patches.suse/fs-jfs-prevent-double-free-in-dbUnmount-after-failed-jfs_remount.patch
    (git-fixes CVE-2023-54127 bsc#1256119).
  - Update
    patches.suse/fs-ntfs3-Return-error-for-inconsistent-extende.patch
    (bsc#1012628 CVE-2023-54125 bsc#1256117).
  - Update
    patches.suse/fs-sysv-Null-check-to-prevent-null-ptr-deref-b.patch
    (bsc#1012628 CVE-2023-54264 bsc#1255872).
  - Update
    patches.suse/gpu-host1x-Fix-race-in-syncpt-alloc-free.patch
    (git-fixes CVE-2025-68732 bsc#1255688).
  - Update
    patches.suse/gtp-Fix-use-after-free-in-__gtp_encap_destroy.patch
    (bsc#1012628 CVE-2023-54142 bsc#1256095).
  - Update
    patches.suse/hfs-validate-record-offset-in-hfsplus_bmap_alloc.patch
    (git-fixes CVE-2025-40349 bsc#1255280).
  - Update
    patches.suse/hfsplus-fix-KMSAN-uninit-value-issue-in-__hfsplus_ext_cache_extent.patch
    (git-fixes CVE-2025-40244 bsc#1255033).
  - Update
    patches.suse/hfsplus-fix-KMSAN-uninit-value-issue-in-hfsplus_delete_cat.patch
    (git-fixes CVE-2025-40351 bsc#1255281).
  - Update
    patches.suse/hwrng-virtio-Fix-race-on-data_avail-and-actual-.patch
    (bsc#1012628 CVE-2023-53998 bsc#1255578).
  - Update
    patches.suse/iavf-use-internal-state-to-free-traffic-IRQs.patch
    (bsc#1012628 CVE-2023-53850 bsc#1254677).
  - Update
    patches.suse/ice-prevent-NULL-pointer-deref-during-reload.patch
    (bsc#1012628 CVE-2023-54037 bsc#1255557).
  - Update
    patches.suse/igb-clean-up-in-all-error-paths-when-enabling-SR-IOV.patch
    (jsc#PED-4866 CVE-2023-54070 bsc#1256364).
  - Update
    patches.suse/igc-Fix-Kernel-Panic-during-ndo_tx_timeout-call.patch
    (bsc#1012628 CVE-2023-54166 bsc#1256074).
  - Update
    patches.suse/iio-accel-bmc150-Fix-irq-assumption-regression.patch
    (stable-fixes CVE-2025-68330 bsc#1255493).
  - Update
    patches.suse/iio-adc-ina2xx-avoid-NULL-pointer-dereference-.patch
    (bsc#1012628 CVE-2023-53834 bsc#1254660).
  - Update
    patches.suse/iio-core-Prevent-invalid-memory-access-when-th.patch
    (bsc#1012628 CVE-2023-54027 bsc#1255579).
  - Update
    patches.suse/ima-Handle-error-code-returned-by-ima_filter_rule_ma.patch
    (git-fixes CVE-2025-68740 bsc#1255812).
  - Update
    patches.suse/ima-don-t-clear-IMA_DIGSIG-flag-when-setting-or-remo.patch
    (stable-fixes CVE-2025-68183 bsc#1255251).
  - Update
    patches.suse/io_uring-net-don-t-overflow-multishot-recv.patch
    (bsc#1215211 CVE-2023-54030 bsc#1255691).
  - Update
    patches.suse/iomap-Fix-possible-overflow-condition-in-iomap_write_delalloc_scan.patch
    (jsc#PED-5453 CVE-2023-54285 bsc#1255807).
  - Update
    patches.suse/iommufd-IOMMUFD_DESTROY-should-not-increase-the.patch
    (bsc#1012628 CVE-2023-53795 bsc#1254737).
  - Update
    patches.suse/iommufd-Set-end-correctly-when-doing-batch-carr.patch
    (bsc#1012628 CVE-2023-54060 bsc#1256379).
  - Update
    patches.suse/ionic-remove-WARN_ON-to-prevent-panic_on_warn.patch
    (bsc#1012628 CVE-2023-53994 bsc#1255570).
  - Update
    patches.suse/ip6_vti-fix-slab-use-after-free-in-decode_sess.patch
    (bsc#1012628 CVE-2023-53821 bsc#1254669).
  - Update
    patches.suse/ipmi-ssif-Fix-a-memory-leak-when-scanning-for-an-ada.patch
    (git-fixes CVE-2023-54064 bsc#1256375).
  - Update
    patches.suse/irqchip-mchp-eic-Fix-error-code-in-mchp_eic_domain_a.patch
    (git-fixes CVE-2025-68766 bsc#1255932).
  - Update
    patches.suse/isdn-mISDN-hfcsusb-fix-memory-leak-in-hfcsusb_probe.patch
    (git-fixes CVE-2025-68734 bsc#1255538).
  - Update
    patches.suse/jfs-Verify-inode-mode-when-loading-from-disk.patch
    (git-fixes CVE-2025-40312 bsc#1255046).
  - Update
    patches.suse/jfs-fix-uninitialized-waitqueue-in-transaction-manager.patch
    (git-fixes CVE-2025-68168 bsc#1255100).
  - Update
    patches.suse/kcm-Fix-error-handling-for-SOCK_DGRAM-in-kcm_sendmsg.patch
    (bsc#1220419 CVE-2023-53825 bsc#1254707).
  - Update
    patches.suse/kcm-Fix-memory-leak-in-error-path-of-kcm_sendmsg.patch
    (bsc#1220419 CVE-2023-54112 bsc#1256354).
  - Update
    patches.suse/keys-Fix-linking-a-duplicate-key-to-a-keyring-s.patch
    (bsc#1012628 CVE-2023-54170 bsc#1256045).
  - Update
    patches.suse/maple_tree-fix-potential-out-of-bounds-access-i.patch
    (bsc#1012628 CVE-2023-54135 bsc#1256107).
  - Update
    patches.suse/md-fix-warning-for-holder-mismatch-from-export_rdev.patch
    (git-fixes CVE-2023-53791 bsc#1254742).
  - Update
    patches.suse/md-raid5-cache-fix-a-deadlock-in-r5l_exit_log-a705.patch
    (jsc#PED-7542 CVE-2023-53848 bsc#1254753).
  - Update
    patches.suse/media-af9005-Fix-null-ptr-deref-in-af9005_i2c_xfer.patch
    (git-fixes CVE-2023-54314 bsc#1255776).
  - Update
    patches.suse/media-anysee-fix-null-ptr-deref-in-anysee_master_xfe.patch
    (git-fixes CVE-2023-54093 bsc#1256273).
  - Update
    patches.suse/media-dvb-usb-m920x-Fix-a-potential-memory-leak-in-m.patch
    (git-fixes CVE-2023-54266 bsc#1255875).
  - Update
    patches.suse/media-dvb-usb-v2-gl861-Fix-null-ptr-deref-in-gl861_i.patch
    (git-fixes CVE-2023-54066 bsc#1256373).
  - Update
    patches.suse/media-imon-make-send_packet-more-robust.patch
    (stable-fixes CVE-2025-68194 bsc#1255325).
  - Update
    patches.suse/media-mediatek-vcodec-fix-resource-leaks-in-vdec_msg.patch
    (git-fixes CVE-2023-54143 bsc#1256096).
  - Update
    patches.suse/media-tuners-qt1010-replace-BUG_ON-with-a-regular-er.patch
    (git-fixes CVE-2023-54282 bsc#1255810).
  - Update
    patches.suse/media-v4l2-core-Fix-a-potential-resource-leak-in-v4l.patch
    (git-fixes CVE-2023-54183 bsc#1255990).
  - Update
    patches.suse/misc-fastrpc-Fix-dma_buf-object-leak-in-fastrpc_map_.patch
    (git-fixes CVE-2025-68252 bsc#1255197).
  - Update
    patches.suse/misc-pci_endpoint_test-Free-IRQs-before-removin.patch
    (bsc#1012628 CVE-2023-54326 bsc#1255758).
  - Update
    patches.suse/mm-secretmem-fix-use-after-free-race-in-fault-handle.patch
    (git-fixes CVE-2025-40272 bsc#1254832).
  - Update
    patches.suse/mmc-sunplus-fix-return-value-check-of-mmc_add_.patch
    (bsc#1012628 CVE-2023-54204 bsc#1255967).
  - Update
    patches.suse/most-usb-Fix-use-after-free-in-hdm_disconnect.patch
    (git-fixes CVE-2025-40223 bsc#1254957).
  - Update
    patches.suse/most-usb-fix-double-free-on-late-probe-failure.patch
    (git-fixes CVE-2025-68290 bsc#1255154).
  - Update
    patches.suse/most-usb-hdm_probe-Fix-calling-put_device-before-dev.patch
    (git-fixes CVE-2025-68249 bsc#1255233).
  - Update
    patches.suse/mt76-mt7615-Fix-memory-leak-in-mt7615_mcu_wtbl_sta_a.patch
    (git-fixes CVE-2025-68765 bsc#1255931).
  - Update
    patches.suse/mt76-mt7921-don-t-assume-adequate-headroom-for-SDIO-.patch
    (git-fixes CVE-2023-53785 bsc#1254918).
  - Update
    patches.suse/mtd-rawnand-cadence-fix-DMA-device-NULL-pointer-dere.patch
    (git-fixes CVE-2025-68238 bsc#1255202).
  - Update
    patches.suse/mtd-rawnand-fsl_upm-Fix-an-off-by-one-test-in-.patch
    (bsc#1012628 CVE-2023-54104 bsc#1256145).
  - Update
    patches.suse/mtdchar-fix-integer-overflow-in-read-write-ioctls.patch
    (git-fixes CVE-2025-68237 bsc#1255203).
  - Update
    patches.suse/net-core-remove-unnecessary-frame_sz-check-in-.patch
    (bsc#1012628 CVE-2023-54155 bsc#1256083).
  - Update
    patches.suse/net-deal-with-integer-overflows-in-kmalloc_reserve.patch
    (bsc#1215146 CVE-2023-42752 CVE-2023-53752 bsc#1254613).
  - Update
    patches.suse/net-do-not-allow-gso_size-to-be-set-to-GSO_BY_.patch
    (bsc#1012628 CVE-2023-54051 bsc#1256394).
  - Update
    patches.suse/net-dsa-avoid-suspicious-RCU-usage-for-synced-V.patch
    (bsc#1012628 CVE-2023-54149 bsc#1256085).
  - Update
    patches.suse/net-dsa-ocelot-call-dsa_tag_8021q_unregister-u.patch
    (bsc#1012628 CVE-2023-53855 bsc#1254688).
  - Update
    patches.suse/net-ethernet-mtk_eth_soc-fix-possible-NULL-pointer-d.patch
    (git-fixes CVE-2023-54240 bsc#1255918).
  - Update
    patches.suse/net-hns3-fix-deadlock-issue-when-externel_lb-a.patch
    (bsc#1012628 CVE-2023-54000 bsc#1255564).
  - Update
    patches.suse/net-ipa-only-reset-hashed-tables-when-supported.patch
    (bsc#1012628 CVE-2023-54225 bsc#1256234).
  - Update
    patches.suse/net-ipv4-fix-one-memleak-in-__inet_del_ifa.patch
    (bsc#1220419 CVE-2023-53995 bsc#1255616).
  - Update
    patches.suse/net-mlx5-fix-potential-memory-leak-in-mlx5e_in.patch
    (bsc#1012628 CVE-2023-54106 bsc#1256358).
  - Update
    patches.suse/net-mlx5e-Move-representor-neigh-cleanup-to-pr.patch
    (bsc#1012628 CVE-2023-54148 bsc#1256084).
  - Update
    patches.suse/net-mlx5e-TC-Fix-internal-port-memory-leak.patch
    (bsc#1012628 CVE-2023-53999 bsc#1255621).
  - Update
    patches.suse/net-mlx5e-fix-memory-leak-in-mlx5e_ptp_open.patch
    (bsc#1012628 CVE-2023-54169 bsc#1256050).
  - Update
    patches.suse/net-mlx5e-xsk-Fix-invalid-buffer-access-for-le.patch
    (bsc#1012628 CVE-2023-54223 bsc#1256233).
  - Update
    patches.suse/net-openvswitch-reject-negative-ifindex.patch
    (bsc#1012628 CVE-2023-53843 bsc#1254705).
  - Update
    patches.suse/net-prevent-skb-corruption-on-frag-list-segment.patch
    (bsc#1012628 CVE-2023-54094 bsc#1256292).
  - Update
    patches.suse/net-read-sk-sk_family-once-in-sk_mc_loop.patch
    (bsc#1220419 CVE-2023-53831 bsc#1254701).
  - Update
    patches.suse/net-sched-taprio-Limit-TCA_TAPRIO_ATTR_SCHED_C.patch
    (bsc#1012628 CVE-2023-54251 bsc#1255888).
  - Update
    patches.suse/net-smc-use-smc_lgr_list.lock-to-protect-smc_lgr_lis.patch
    (git-fixes CVE-2023-54318 bsc#1255772).
  - Update
    patches.suse/net-usb-qmi_wwan-initialize-MAC-header-offset-in-qmi.patch
    (git-fixes CVE-2025-68192 bsc#1255246).
  - Update
    patches.suse/netfilter-nf_tables-fix-underflow-in-chain-refe.patch
    (bsc#1012628 CVE-2023-54035 bsc#1255563).
  - Update
    patches.suse/netlink-do-not-hard-code-device-address-lenth-i.patch
    (bsc#1012628 CVE-2023-53863 bsc#1254657).
  - Update
    patches.suse/nfp-clean-mc-addresses-in-application-firmware-.patch
    (bsc#1012628 CVE-2023-54133 bsc#1256104).
  - Update
    patches.suse/nfs4_setup_readdir-insufficient-locking-for-d_parent-d_inode-dereferencing.patch
    (git-fixes CVE-2025-68185 bsc#1255135).
  - Update
    patches.suse/nfsd-move-init-of-percpu-reply_cache_stats-coun.patch
    (bsc#1012628 CVE-2023-54276 bsc#1255907).
  - Update
    patches.suse/nilfs2-fix-WARNING-in-mark_buffer_dirty-due-to.patch
    (bsc#1012628 CVE-2023-54140 bsc#1256093).
  - Update
    patches.suse/nouveau-firmware-Add-missing-kfree-of-nvkm_falcon_fw.patch
    (git-fixes CVE-2025-68235 bsc#1255209).
  - Update
    patches.suse/nvme-core-fix-memory-leak-in-dhchap_ctrl_secret.patch
    (bsc#1012628 CVE-2023-53792 bsc#1254743).
  - Update
    patches.suse/nvme-core-fix-memory-leak-in-dhchap_secret_stor.patch
    (bsc#1012628 CVE-2023-53852 bsc#1254653).
  - Update
    patches.suse/nvme-fc-use-lock-accessing-port_state-and-rport-stat.patch
    (bsc#1245193 bsc#1247500 CVE-2025-40342 bsc#1255274).
  - Update
    patches.suse/nvme-multipath-fix-lockdep-WARN-due-to-partition-sca.patch
    (git-fixes bsc#1233640 CVE-2024-53093 CVE-2025-68218
    bsc#1255245).
  - Update
    patches.suse/nvmet-fc-avoid-scheduling-association-deletion-twice.patch
    (bsc#1245193 bsc#1247500 CVE-2025-40343 bsc#1255276).
  - Update
    patches.suse/of-overlay-Call-of_changeset_init-early.patch
    (git-fixes CVE-2023-53856 bsc#1254661).
  - Update
    patches.suse/of-unittest-fix-null-pointer-dereferencing-in-of_uni.patch
    (git-fixes CVE-2023-54178 bsc#1255992).
  - Update
    patches.suse/opp-Fix-use-after-free-in-lazy_opp_tables-after.patch
    (bsc#1012628 CVE-2023-54026 bsc#1255549).
  - Update
    patches.suse/orangefs-fix-xattr-related-buffer-overflow.patch
    (git-fixes CVE-2025-40306 bsc#1255062).
  - Update
    patches.suse/ovl-fix-null-pointer-dereference-in-ovl_get_acl.patch
    (bsc#1012628 CVE-2023-54313 bsc#1255775).
  - Update
    patches.suse/pcmcia-rsrc_nonstatic-Fix-memory-leak-in-nonst.patch
    (bsc#1012628 CVE-2023-54115 bsc#1256121).
  - Update patches.suse/perf-tool-x86-Fix-perf_env-memory-leak.patch
    (bsc#1012628 CVE-2023-53793 bsc#1254739).
  - Update
    patches.suse/phy-tegra-xusb-Clear-the-driver-reference-in-us.patch
    (bsc#1012628 CVE-2023-54083 bsc#1256368).
  - Update
    patches.suse/pinctrl-at91-pio4-check-return-value-of-devm_ka.patch
    (bsc#1012628 CVE-2023-54319 bsc#1255760).
  - Update
    patches.suse/pinctrl-freescale-Fix-a-memory-out-of-bounds-wh.patch
    (bsc#1012628 CVE-2023-53750 bsc#1254611).
  - Update
    patches.suse/pinctrl-s32cc-fix-uninitialized-memory-in-s32_pinctr.patch
    (git-fixes CVE-2025-68222 bsc#1255218).
  - Update
    patches.suse/platform-x86-intel-punit_ipc-fix-memory-corruption.patch
    (git-fixes CVE-2025-68303 bsc#1255122).
  - Update
    patches.suse/posix-timers-Prevent-RT-livelock-in-itimer_dele.patch
    (bsc#1012628 CVE-2023-53815 bsc#1254715).
  - Update patches.suse/powerpc-64s-Fix-VAS-mm-use-after-free.patch
    (bsc#1012628 CVE-2023-54042 bsc#1255702).
  - Update
    patches.suse/powerpc-iommu-Fix-notifiers-being-shared-by-PCI-and-.patch
    (bsc#1065729 CVE-2023-54095 bsc#1256271).
  - Update
    patches.suse/powerpc-powernv-sriov-perform-null-check-on-iov.patch
    (bsc#1012628 CVE-2023-54315 bsc#1255769).
  - Update
    patches.suse/powerpc-pseries-Rework-lppaca_shared_proc-to-avoid-D.patch
    (bsc#1194869 CVE-2023-54267 bsc#1255899).
  - Update
    patches.suse/powerpc-pseries-fix-possible-memory-leak-in-ibmebus_.patch
    (bsc#1194869 CVE-2023-54017 bsc#1255605).
  - Update patches.suse/pstore-ram-Add-check-for-kstrdup.patch
    (bsc#1012628 CVE-2023-54189 bsc#1255978).
  - Update patches.suse/quota-fix-warning-in-dqgrab.patch
    (bsc#1012628 CVE-2023-54177 bsc#1255993).
  - Update patches.suse/rcu-dump-vmalloc-memory-info-safely.patch
    (git-fixes CVE-2023-54113 bsc#1256351).
  - Update
    patches.suse/rcuscale-Move-rcu_scale_writer-schedule_timeout_unin.patch
    (git-fixes CVE-2023-54246 bsc#1255915).
  - Update
    patches.suse/refscale-Fix-uninitalized-use-of-wait_queue_head_t.patch
    (git-fixes CVE-2023-54316 bsc#1255770).
  - Update
    patches.suse/regmap-irq-Fix-out-of-bounds-access-when-alloca.patch
    (bsc#1012628 CVE-2023-53768 bsc#1254599).
  - Update
    patches.suse/regmap-slimbus-fix-bus_context-pointer-in-regmap-ini.patch
    (git-fixes CVE-2025-40317 bsc#1254796).
  - Update
    patches.suse/regulator-core-Protect-regulator_supply_alias_list-w.patch
    (git-fixes CVE-2025-68354 bsc#1255553).
  - Update
    patches.suse/regulator-da9063-fix-null-pointer-deref-with-pa.patch
    (bsc#1012628 CVE-2023-53787 bsc#1254750).
  - Update patches.suse/rpmsg-glink-Add-check-for-kstrdup.patch
    (git-fixes CVE-2023-54049 bsc#1256396).
  - Update
    patches.suse/s390-dcssblk-fix-kernel-crash-with-list_add-corruption.patch
    (git-fixes bsc#1215344 CVE-2023-54117 bsc#1256348).
  - Update
    patches.suse/s390-vmem-split-pages-when-debug-pagealloc-is-.patch
    (bsc#1012628 CVE-2023-54278 bsc#1255911).
  - Update
    patches.suse/samples-bpf-Fix-buffer-overflow-in-tcp_basertt.patch
    (bsc#1012628 CVE-2023-54312 bsc#1255774).
  - Update
    patches.suse/sched-psi-use-kernfs-polling-functions-for-PSI-.patch
    (bsc#1012628 CVE-2023-54019 bsc#1255636).
  - Update
    patches.suse/scsi-qedf-Fix-NULL-dereference-in-error-handlin.patch
    (bsc#1012628 CVE-2023-54289 bsc#1255806).
  - Update
    patches.suse/scsi-qla2xxx-Array-index-may-go-out-of-bound.patch
    (bsc#1012628 CVE-2023-54179 bsc#1255994).
  - Update
    patches.suse/scsi-qla2xxx-Check-valid-rport-returned-by-fc_b.patch
    (bsc#1012628 CVE-2023-54014 bsc#1256300).
  - Update
    patches.suse/scsi-target-core-Fix-target_cmd_counter-leak.patch
    (bsc#1214847 CVE-2023-54154 bsc#1256082).
  - Update
    patches.suse/serial-8250-Fix-oops-for-port-pm-on-uart_chang.patch
    (bsc#1012628 CVE-2023-54220 bsc#1255949).
  - Update patches.suse/serial-sprd-Fix-DMA-buffer-leak-issue.patch
    (git-fixes CVE-2023-54136 bsc#1256099).
  - Update
    patches.suse/sfc-fix-crash-when-reading-stats-while-NIC-is-r.patch
    (bsc#1012628 CVE-2023-54156 bsc#1255704).
  - Update
    patches.suse/sh-dma-Fix-DMA-channel-offset-calculation.patch
    (bsc#1012628 CVE-2023-54255 bsc#1255884).
  - Update patches.suse/smb-client-fix-missed-ses-refcounting.patch
    (bsc#1012628 CVE-2023-54076 bsc#1256335).
  - Update
    patches.suse/smb-client-fix-potential-cfid-UAF-in-smb2_query_info_compound.patch
    (bsc#1248886 CVE-2025-40320 bsc#1254793).
  - Update patches.suse/soundwire-fix-enumeration-completion.patch
    (bsc#1012628 CVE-2023-54096 bsc#1256178).
  - Update patches.suse/spi-tegra210-quad-Fix-timeout-handling.patch
    (bsc#1253155 CVE-2025-68746 bsc#1255722).
  - Update
    patches.suse/staging-r8712-Fix-memory-leak-in-_r8712_init_xm.patch
    (bsc#1012628 CVE-2023-54001 bsc#1255628).
  - Update
    patches.suse/thermal-of-fix-double-free-on-unregistration.patch
    (bsc#1012628 CVE-2023-53997 bsc#1255632).
  - Update
    patches.suse/tpm-tpm_vtpm_proxy-fix-a-race-condition-in-dev-.patch
    (bsc#1012628 CVE-2023-54309 bsc#1255780).
  - Update
    patches.suse/tracing-Fix-memory-leak-of-iter-temp-when-readi.patch
    (bsc#1012628 CVE-2023-54171 bsc#1256034).
  - Update
    patches.suse/tracing-Fix-warning-in-trace_buffered_event_dis.patch
    (bsc#1012628 CVE-2023-54211 bsc#1255843).
  - Update
    patches.suse/tty-serial-samsung_tty-Fix-a-memory-leak-in-s3c.patch
    (bsc#1012628 CVE-2023-53858 bsc#1254704).
  - Update
    patches.suse/usb-cdns3-gadget-Use-after-free-during-failed-initia.patch
    (stable-fixes CVE-2025-40314 bsc#1255072).
  - Update
    patches.suse/usb-dwc3-Fix-race-condition-between-concurrent-dwc3_.patch
    (git-fixes CVE-2025-68287 bsc#1255152).
  - Update
    patches.suse/usb-gadget-f_eem-Fix-memory-leak-in-eem_unwrap.patch
    (git-fixes CVE-2025-68289 bsc#1255155).
  - Update
    patches.suse/usb-gadget-f_fs-Fix-epfile-null-pointer-access-after.patch
    (stable-fixes CVE-2025-40315 bsc#1255083).
  - Update
    patches.suse/usb-potential-integer-overflow-in-usbg_make_tpg.patch
    (stable-fixes CVE-2025-68750 bsc#1255814).
  - Update
    patches.suse/usb-storage-alauda-Fix-uninit-value-in-alauda_.patch
    (bsc#1012628 CVE-2023-53847 bsc#1254698).
  - Update
    patches.suse/usb-storage-sddr55-Reject-out-of-bound-new_pba.patch
    (stable-fixes CVE-2025-40345 bsc#1255279).
  - Update
    patches.suse/usb-typec-bus-verify-partner-exists-in-typec_altmode.patch
    (git-fixes CVE-2023-54299 bsc#1255789).
  - Update
    patches.suse/usb-uas-fix-urb-unmapping-issue-when-the-uas-device-.patch
    (git-fixes CVE-2025-68331 bsc#1255495).
  - Update patches.suse/usbnet-Prevents-free-active-kevent.patch
    (git-fixes CVE-2025-68312 bsc#1255171).
  - Update
    patches.suse/vdpa-Add-queue-index-attr-to-vdpa_nl_policy-fo.patch
    (bsc#1012628 CVE-2023-54031 bsc#1255583).
  - Update patches.suse/vduse-fix-NULL-pointer-dereference.patch
    (bsc#1012628 CVE-2023-54291 bsc#1255798).
  - Update
    patches.suse/vfio-type1-fix-cap_migration-information-leak
    (jsc#PED-7779 jsc#PED-7780 CVE-2023-54137 bsc#1256100).
  - Update
    patches.suse/virtio-vdpa-Fix-cpumask-memory-leak-in-virtio_.patch
    (bsc#1012628 CVE-2023-54215 bsc#1255957).
  - Update
    patches.suse/virtio_pmem-add-the-missing-REQ_OP_WRITE-for-flush-b.patch
    (git-fixes CVE-2023-54089 bsc#1256268).
  - Update
    patches.suse/virtio_vdpa-build-affinity-masks-conditionally.patch
    (git-fixes CVE-2023-54008 bsc#1255630).
  - Update
    patches.suse/wifi-ath11k-Add-missing-hw_ops-get_ring_selecto.patch
    (bsc#1012628 CVE-2023-54141 bsc#1256094).
  - Update patches.suse/wifi-ath11k-fix-peer-HE-MCS-assignment.patch
    (git-fixes CVE-2025-68380 bsc#1255580).
  - Update
    patches.suse/wifi-ath11k-fix-registration-of-6Ghz-only-phy-w.patch
    (bsc#1012628 CVE-2023-54229 bsc#1255924).
  - Update
    patches.suse/wifi-ath12k-Fix-memory-leak-in-rx_desc-and-tx_desc.patch
    (git-fixes CVE-2023-54016 bsc#1256279).
  - Update
    patches.suse/wifi-ath9k-avoid-referencing-uninit-memory-in-a.patch
    (bsc#1012628 CVE-2023-54300 bsc#1255790).
  - Update
    patches.suse/wifi-brcmfmac-fix-crash-while-sending-Action-Frames-.patch
    (git-fixes CVE-2025-40321 bsc#1254795).
  - Update
    patches.suse/wifi-cfg80211-ocb-don-t-leave-if-not-joined.patch
    (git-fixes CVE-2023-53992 bsc#1256058).
  - Update
    patches.suse/wifi-mt76-mt7921-fix-skb-leak-by-txs-missing-i.patch
    (bsc#1012628 CVE-2023-54052 bsc#1256387).
  - Update
    patches.suse/wifi-mwifiex-fix-memory-leak-in-mwifiex_histogram_re.patch
    (git-fixes CVE-2023-53808 bsc#1254723).
  - Update
    patches.suse/wifi-rsi-Do-not-configure-WoWlan-in-shutdown-ho.patch
    (bsc#1012628 CVE-2023-54025 bsc#1255558).
  - Update
    patches.suse/wifi-rtl818x-Fix-potential-memory-leaks-in-rtl8180_i.patch
    (git-fixes CVE-2025-68759 bsc#1255934).
  - Update
    patches.suse/wifi-rtl818x-rtl8187-Fix-potential-buffer-underflow-.patch
    (git-fixes CVE-2025-68362 bsc#1255611).
  - Update patches.suse/x86-CPU-AMD-Add-RDSEED-fix-for-Zen5.patch
    (git-fixes CVE-2025-68313 bsc#1255415).
  - Update
    patches.suse/x86-CPU-AMD-Add-missing-terminator-for-zen5_rdseed_microco.patch
    (git-fixes CVE-2025-68195 bsc#1255259).
  - Update
    patches.suse/x86-hyperv-Disable-IBT-when-hypercall-page-lac.patch
    (bsc#1012628 CVE-2023-54172 bsc#1256033).
  - Update
    patches.suse/x86-sev-Make-enc_dec_hypercall-accept-a-size-instead-of-npages
    (bsc#1214635 CVE-2023-53996 bsc#1255618).
  - Update patches.suse/xen-speed-up-grant-table-reclaim.patch
    (bsc#1012628 CVE-2023-54081 bsc#1256361).
  - Update
    patches.suse/xfrm-also-call-xfrm_state_delete_tunnel-at-destroy-time-fo.patch
    (CVE-2025-40215 bsc#1254959 CVE-2025-40256 bsc#1254851).
  - commit c2db288
  - Update patches.suse/exfat-fix-refcount-leak-in-exfat_find.patch
    (CVE-2025-40287 bsc#1255030 CVE-2025-68351 bsc#1255567).
  - Update
    patches.suse/net-enetc-fix-the-deadlock-of-enetc_mdio_lock.patch
    (CVE-2025-40337 bsc#1255081 CVE-2025-40347 bsc#1255262).
  - commit 8022326

++++ kernel-rt_debug:

  - fuse: fix livelock in synchronous file put from fuseblk workers (CVE-2025-40220 bsc#1254520).
  - commit 46a797f
  - tracing: Fix access to trace_event_file (bsc#1254373).
  - commit 768b257
  - virtio_console: fix order of fields cols and rows
    (stable-fixes).
  - commit 0d412d7
  - drm/amdgpu: Forward VMID reservation errors (git-fixes).
  - commit a7344a2
  - pinctrl: single: Fix PIN_CONFIG_BIAS_DISABLE handling
    (stable-fixes).
  - Refresh
    patches.suse/pinctrl-single-fix-bias-pull-up-down-handling-in-pin.patch.
  - commit bc41b99
  - usb: ohci-nxp: fix device leak on probe failure (git-fixes).
  - usb: usb-storage: Maintain minimal modifications to the
    bcdDevice range (git-fixes).
  - Input: i8042 - add TUXEDO InfinityBook Max Gen10 AMD to i8042
    quirk table (stable-fixes).
  - drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()
    (stable-fixes).
  - ASoC: bcm: bcm63xx-pcm-whistler: Check return value of
    of_dma_configure() (git-fixes).
  - i2c: designware: Disable SMBus interrupts to prevent storms
    from mis-configured firmware (stable-fixes).
  - platform/x86/intel/hid: Add Dell Pro Rugged 10/12 tablet to
    VGBS DMI quirks (stable-fixes).
  - pinctrl: single: Fix incorrect type for error return variable
    (git-fixes).
  - i3c: fix refcount inconsistency in i3c_master_register
    (git-fixes).
  - staging: rtl8723bs: fix out-of-bounds read in OnBeacon ESR IE
    parsing (stable-fixes).
  - staging: rtl8723bs: fix out-of-bounds read in rtw_get_ie()
    parser (stable-fixes).
  - USB: serial: option: move Telit 0x10c7 composition in the
    right place (stable-fixes).
  - USB: serial: option: add Telit Cinterion FE910C04 new
    compositions (stable-fixes).
  - USB: serial: option: add Foxconn T99W760 (stable-fixes).
  - USB: serial: ftdi_sio: match on interface number for jtag
    (stable-fixes).
  - usb: usb-storage: No additional quirks need to be added to
    the EL-R12 optical drive (stable-fixes).
  - usb: dwc2: fix hang during shutdown if set as peripheral
    (git-fixes).
  - usb: xhci: limit run_graceperiod for only usb 3.0 devices
    (stable-fixes).
  - usb: typec: ucsi: Handle incorrect num_connectors capability
    (stable-fixes).
  - usbip: Fix locking bug in RT-enabled kernels (stable-fixes).
  - serial: sprd: Return -EPROBE_DEFER when uart clock is not ready
    (stable-fixes).
  - serial: add support of CPCI cards (stable-fixes).
  - char: applicom: fix NULL pointer dereference in ac_ioctl
    (stable-fixes).
  - iio: adc: ti_am335x_adc: Limit step_avg to valid range for
    gcc complains (stable-fixes).
  - fbdev: gbefb: fix to use physical address instead of dma address
    (stable-fixes).
  - via_wdt: fix critical boot hang due to unnamed resource
    allocation (stable-fixes).
  - ipmi: Fix __scan_channels() failing to rescan channels
    (stable-fixes).
  - ipmi: Fix the race between __scan_channels() and
    deliver_response() (stable-fixes).
  - reset: fix BIT macro reference (stable-fixes).
  - firmware: imx: scu-irq: Init workqueue before request mbox
    channel (stable-fixes).
  - HID: input: map HID_GD_Z to ABS_DISTANCE for stylus/pen
    (stable-fixes).
  - mmc: sdhci-msm: Avoid early clock doubling during HS400
    transition (stable-fixes).
  - ASoC: qcom: q6apm-dai: set flags to reflect correct operation
    of appl_ptr (git-fixes).
  - media: amphion: Remove vpu_vb_is_codecconfig (git-fixes).
  - media: verisilicon: Fix CPU stalls on G2 bus error (git-fixes).
  - Bluetooth: btusb: Add new VID/PID 13d3/3533 for RTL8821CE
    (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 2b89/6275 for RTL8761BUV
    (stable-fixes).
  - wifi: brcmfmac: Add DMI nvram filename quirk for Acer A1 840
    tablet (stable-fixes).
  - wifi: rtw88: Add USB ID 2001:3329 for D-Link AC13U rev. A1
    (stable-fixes).
  - ACPI: property: Use ACPI functions in
    acpi_graph_get_next_endpoint() only (stable-fixes).
  - ACPICA: Avoid walking the Namespace if start_node is NULL
    (stable-fixes).
  - pinctrl: qcom: msm: Fix deadlock in pinmux configuration
    (stable-fixes).
  - platform/x86: acer-wmi: Ignore backlight event (stable-fixes).
  - platform/x86/amd: pmc: Add Lenovo Legion Go 2 to pmc quirk list
    (stable-fixes).
  - platform/x86/amd/pmc: Add spurious_8042 to Xbox Ally
    (stable-fixes).
  - platform/x86: huawei-wmi: add keys for HONOR models
    (stable-fixes).
  - HID: elecom: Add support for ELECOM M-XT3URBK (018F)
    (stable-fixes).
  - HID: hid-input: Extend Elan ignore battery quirk to USB
    (stable-fixes).
  - HID: apple: Add SONiX AK870 PRO to non_apple_keyboards quirk
    list (stable-fixes).
  - drm/vmwgfx: Use kref in vmw_bo_dirty (stable-fixes).
  - spi: xilinx: increase number of retries before declaring stall
    (stable-fixes).
  - spi: imx: keep dma request disabled before dma transfer setup
    (stable-fixes).
  - ALSA: usb-audio: Add native DSD quirks for PureAudio DAC series
    (stable-fixes).
  - Bluetooth: btrtl: Avoid loading the config file on security
    chips (stable-fixes).
  - media: amphion: Make some vpu_v4l2 functions static
    (stable-fixes).
  - usb: dwc2: disable platform lowlevel hw resources during
    shutdown (stable-fixes).
  - media: amphion: Add a frame flush mode for decoder
    (stable-fixes).
  - usb: ohci-nxp: Use helper function devm_clk_get_enabled()
    (stable-fixes).
  - drm/tilcdc: request and mapp iomem with devres (stable-fixes).
  - media: verisilicon: g2: Use common helpers to compute chroma
    and mv offsets (stable-fixes).
  - media: verisilicon: Store chroma and motion vectors offset
    (stable-fixes).
  - i3c: master: Inherit DMA masks and parameters from parent device
    (stable-fixes).
  - commit bc3be49
  - supported.conf: mark ksmbd unsupported
    Based on discussion with Enzo Matsumiya it has tuned out that ksmbd
    module is unsupported but the supported.conf entry is incorrect. Fix
    that.
  - commit c800e3f
  - powerpc/eeh: fix recursive pci_lock_rescan_remove locking in
    EEH event handling (bsc#1253262 ltc#216029).
  - commit daa4104
  - Update
    patches.suse/1260-drm-amdkfd-Add-missing-gfx11-MQD-manager-callbacks.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54261
    bsc#1255879).
  - Update
    patches.suse/ACPI-video-Fix-use-after-free-in-acpi_video_switch_b.patch
    (git-fixes CVE-2025-40211 bsc#1254126).
  - Update
    patches.suse/ALSA-dice-fix-buffer-overflow-in-detect_stream_forma.patch
    (git-fixes CVE-2025-68346 bsc#1255603).
  - Update
    patches.suse/ALSA-firewire-motu-add-bounds-check-in-put_user-loop.patch
    (git-fixes CVE-2025-68753 bsc#1256238).
  - Update
    patches.suse/ALSA-firewire-motu-fix-buffer-overflow-in-hwdep-read.patch
    (git-fixes CVE-2025-68347 bsc#1255706).
  - Update
    patches.suse/ALSA-hda-cs35l41-Fix-NULL-pointer-dereference-in-cs3-c34b04c.patch
    (git-fixes CVE-2025-68345 bsc#1255601).
  - Update
    patches.suse/ALSA-pcm-Fix-potential-data-race-at-PCM-memory-.patch
    (bsc#1012628 CVE-2023-54072 bsc#1256291).
  - Update
    patches.suse/ALSA-usb-audio-Fix-NULL-pointer-dereference-in-snd_u.patch
    (git-fixes CVE-2025-40275 bsc#1254829).
  - Update
    patches.suse/ALSA-usb-audio-Fix-potential-memory-leaks-at-error-p.patch
    (jsc#PED-6045 jsc#PED-6036 jsc#PED-6104 jsc#PED-6114
    jsc#PED-6067 jsc#PED-6123 CVE-2023-54022 bsc#1255545).
  - Update
    patches.suse/ALSA-usb-audio-Fix-potential-overflow-of-PCM-transfe.patch
    (stable-fixes CVE-2025-40269 bsc#1255035).
  - Update
    patches.suse/ASoC-codecs-wcd-mbhc-v2-fix-resource-leaks-on-c.patch
    (bsc#1012628 CVE-2023-53842 bsc#1254690).
  - Update
    patches.suse/Bluetooth-6lowpan-reset-link-local-header-on-ipv6-re.patch
    (git-fixes CVE-2025-40282 bsc#1254850).
  - Update
    patches.suse/Bluetooth-ISO-fix-iso_conn-related-locking-and-.patch
    (bsc#1012628 CVE-2023-54164 bsc#1256071).
  - Update
    patches.suse/Bluetooth-MGMT-cancel-mesh-send-timer-when-hdev-remo.patch
    (git-fixes CVE-2025-40284 bsc#1254860).
  - Update patches.suse/Bluetooth-SCO-Fix-UAF-on-sco_conn_free.patch
    (stable-fixes CVE-2025-40309 bsc#1255065).
  - Update
    patches.suse/Bluetooth-bcsp-receive-data-only-if-registered.patch
    (stable-fixes CVE-2025-40308 bsc#1255064).
  - Update
    patches.suse/Bluetooth-btusb-reorder-cleanup-in-btusb_disconnect-.patch
    (git-fixes CVE-2025-40283 bsc#1254858).
  - Update
    patches.suse/Bluetooth-hci_conn-return-ERR_PTR-instead-of-NU.patch
    (bsc#1012628 CVE-2023-54038 bsc#1255540).
  - Update
    patches.suse/Bluetooth-hci_event-validate-skb-length-for-unknown-.patch
    (git-fixes CVE-2025-40301 bsc#1255193).
  - Update
    patches.suse/Bluetooth-hci_sock-Prevent-race-in-socket-write-iter.patch
    (git-fixes CVE-2025-68305 bsc#1255169).
  - Update
    patches.suse/Bluetooth-hci_sync-Avoid-use-after-free-in-dbg-.patch
    (bsc#1012628 CVE-2023-54210 bsc#1255955).
  - Update
    patches.suse/Bluetooth-hci_sync-Avoid-use-after-free-in-dbg-for-h.patch
    (git-fixes CVE-2023-53828 bsc#1254623).
  - Update
    patches.suse/Bluetooth-hci_sync-Fix-UAF-in-hci_disconnect_all_syn.patch
    (git-fixes CVE-2023-53762 bsc#1254606).
  - Update
    patches.suse/Bluetooth-hci_sync-fix-race-in-hci_cmd_sync_dequeue_.patch
    (git-fixes CVE-2025-40318 bsc#1254798).
  - Update
    patches.suse/FS-JFS-Check-for-read-only-mounted-filesystem-i.patch
    (bsc#1012628 CVE-2023-53766 bsc#1255005).
  - Update
    patches.suse/HID-hidraw-fix-data-race-on-device-refcount.patch
    (bsc#1012628 CVE-2023-53759 bsc#1254663).
  - Update
    patches.suse/HID-uclogic-Correct-devm-device-reference-for-hidinp.patch
    (git-fixes CVE-2023-54207 bsc#1255961).
  - Update
    patches.suse/HID-wacom-Use-ktime_t-rather-than-int-when-deal.patch
    (bsc#1012628 CVE-2023-53797 bsc#1254733).
  - Update
    patches.suse/Input-cros_ec_keyb-fix-an-invalid-memory-access.patch
    (stable-fixes CVE-2025-40263 bsc#1255077).
  - Update
    patches.suse/Input-imx_sc_key-fix-memory-corruption-on-unload.patch
    (git-fixes CVE-2025-40262 bsc#1254840).
  - Update
    patches.suse/Input-pegasus-notetaker-fix-potential-out-of-bounds-.patch
    (git-fixes CVE-2025-68217 bsc#1255221).
  - Update
    patches.suse/KVM-SVM-Get-source-vCPUs-from-source-VM-for-SEV-ES-i.patch
    (git-fixes CVE-2023-54296 bsc#1255793).
  - Update
    patches.suse/KVM-s390-pv-fix-index-value-of-replaced-ASCE.patch
    (bsc#1012628 CVE-2023-54092 bsc#1256370).
  - Update patches.suse/MIPS-KVM-Fix-NULL-pointer-dereference.patch
    (bsc#1012628 CVE-2023-54241 bsc#1255838).
  - Update patches.suse/NFSD-Fix-crash-in-nfsd4_read_release.patch
    (git-fixes CVE-2025-40324 bsc#1254791).
  - Update
    patches.suse/NFSD-free-copynotify-stateid-in-nfs4_free_ol_stateid.patch
    (git-fixes CVE-2025-40273 bsc#1254828).
  - Update patches.suse/PCI-DOE-Fix-destroy_work_on_stack-race.patch
    (git-fixes CVE-2023-54235 bsc#1255921).
  - Update
    patches.suse/PCI-Free-released-resource-after-coalescing.patch
    (git-fixes CVE-2023-53743 bsc#1254782).
  - Update
    patches.suse/PCI-IOV-Add-PCI-rescan-remove-locking-when-enabling-.patch
    (git-fixes CVE-2025-40219 bsc#1254518).
  - Update
    patches.suse/PCI-cadence-Check-for-the-existence-of-cdns_pcie-ops.patch
    (stable-fixes CVE-2025-68176 bsc#1255329).
  - Update
    patches.suse/RDMA-bnxt_re-Prevent-handling-any-completions-a.patch
    (bsc#1012628 CVE-2023-54048 bsc#1256395).
  - Update
    patches.suse/RDMA-efa-Fix-wrong-resources-deallocation-order.patch
    (git-fixes CVE-2023-54201 bsc#1255964).
  - Update
    patches.suse/RDMA-irdma-Fix-data-race-on-CQP-completion-stat.patch
    (bsc#1012628 CVE-2023-54302 bsc#1255792).
  - Update
    patches.suse/RDMA-irdma-Fix-data-race-on-CQP-request-done.patch
    (bsc#1012628 CVE-2023-54292 bsc#1255800).
  - Update
    patches.suse/Revert-IB-isert-Fix-incorrect-release-of-isert-conne.patch
    (git-fixes CVE-2023-54219 bsc#1256231).
  - Update
    patches.suse/accel-habanalabs-support-mapping-cb-with-vmalloc-bac.patch
    (stable-fixes CVE-2025-40311 bsc#1255068).
  - Update
    patches.suse/accel-qaic-Clean-up-integer-overflow-checking-.patch
    (bsc#1012628 CVE-2023-53778 bsc#1254761).
  - Update
    patches.suse/af_unix-Fix-data-race-around-unix_tot_inflight.patch
    (git-fixes CVE-2023-54006 bsc#1255591).
  - Update patches.suse/amba-bus-fix-refcount-leak.patch (git-fixes
    CVE-2023-54230 bsc#1255925).
  - Update
    patches.suse/amd-amdkfd-resolve-a-race-in-amdgpu_amdkfd_device_fi.patch
    (stable-fixes CVE-2025-40310 bsc#1255041).
  - Update
    patches.suse/amdgpu-validate-offset_in_bo-of-drm_amdgpu_gem_.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53819
    bsc#1254712).
  - Update patches.suse/arm64-mm-fix-VA-range-sanity-check.patch
    (bsc#1012628 CVE-2023-53989 bsc#1256302).
  - Update
    patches.suse/arm64-set-__exception_irq_entry-with-__irq_entr.patch
    (bsc#1012628 CVE-2023-54322 bsc#1255763).
  - Update
    patches.suse/atm-fore200e-Fix-possible-data-race-in-fore200e_open.patch
    (git-fixes CVE-2025-68339 bsc#1255505).
  - Update
    patches.suse/audit-fix-possible-soft-lockup-in-__audit_inode_chil.patch
    (git-fixes CVE-2023-54045 bsc#1256285).
  - Update
    patches.suse/autofs-fix-memory-leak-of-waitqueues-in-autofs_catat.patch
    (git-fixes CVE-2023-54134 bsc#1256106).
  - Update
    patches.suse/backlight-led-bl-Add-devlink-to-supplier-LEDs.patch
    (git-fixes CVE-2025-68758 bsc#1255944).
  - Update
    patches.suse/bcache-fixup-btree_cache_wait-list-damage.patch
    (bsc#1012628 CVE-2023-54293 bsc#1255801).
  - Update patches.suse/binder-fix-memory-leak-in-binder_init.patch
    (bsc#1012628 CVE-2023-54005 bsc#1255629).
  - Update
    patches.suse/blk-cgroup-Fix-NULL-deref-caused-by-blkg_policy_data-being-installed-before-init.patch
    (bsc#1216062 CVE-2023-54271 bsc#1255902).
  - Update
    patches.suse/blk-cgroup-hold-queue_lock-when-removing-blkg-.patch
    (bsc#1012628 CVE-2023-54088 bsc#1256263).
  - Update
    patches.suse/blk-mq-fix-tags-leak-when-shrink-nr_hw_queues.patch
    (bsc#1216436 CVE-2023-54227 bsc#1255952).
  - Update
    patches.suse/block-fix-blktrace-debugfs-entries-leakage.patch
    (bsc#1012628 CVE-2023-54209 bsc#1255963).
  - Update
    patches.suse/block-rq_qos-protect-rq_qos-apis-with-a-new-loc.patch
    (bsc#1012628 CVE-2023-53823 bsc#1254691).
  - Update
    patches.suse/bpf-Address-KCSAN-report-on-bpf_lru_list.patch
    (bsc#1012628 CVE-2023-54283 bsc#1255809).
  - Update
    patches.suse/bpf-Disable-preemption-in-bpf_event_output.patch
    (bsc#1012628 CVE-2023-54173 bsc#1255996).
  - Update
    patches.suse/bpf-Disable-preemption-in-bpf_perf_event_outpu.patch
    (bsc#1012628 CVE-2023-54303 bsc#1255785).
  - Update
    patches.suse/bpf-Fix-issue-in-verifying-allow_ptr_leaks.patch
    (jsc#PED-6811 CVE-2023-54181 bsc#1255988).
  - Update
    patches.suse/bpf-Silence-a-warning-in-btf_type_id_size.patch
    (bsc#1012628 CVE-2023-54247 bsc#1255892).
  - Update
    patches.suse/bpf-bpf_sk_storage-Fix-invalid-wait-context-lockdep-.patch
    (jsc#PED-6811 CVE-2023-53857 bsc#1254648).
  - Update
    patches.suse/bpf-drop-unnecessary-user-triggerable-WARN_ONCE.patch
    (bsc#1012628 CVE-2023-54145 bsc#1256090).
  - Update
    patches.suse/bpf-sockmap-Fix-skb-refcnt-race-after-locking-change.patch
    (jsc#PED-6811 CVE-2023-53836 bsc#1254693).
  - Update
    patches.suse/btrfs-fix-incorrect-splitting-in-btrfs_drop_ex.patch
    (bsc#1012628 CVE-2023-54121 bsc#1256267).
  - Update
    patches.suse/btrfs-fix-lockdep-splat-and-potential-deadlock-after.patch
    (git-fixes CVE-2023-54224 bsc#1255951).
  - Update
    patches.suse/btrfs-fix-race-between-balance-and-cancel-pause.patch
    (bsc#1012628 CVE-2023-54023 bsc#1256301).
  - Update
    patches.suse/btrfs-fix-race-when-deleting-free-space-root-fr.patch
    (bsc#1012628 CVE-2023-54067 bsc#1256369).
  - Update
    patches.suse/btrfs-fix-race-when-deleting-quota-root-from-th.patch
    (bsc#1012628 CVE-2023-54032 bsc#1255617).
  - Update
    patches.suse/btrfs-fix-warning-when-putting-transaction-with.patch
    (bsc#1012628 CVE-2023-53865 bsc#1254762).
  - Update
    patches.suse/btrfs-release-path-before-inode-lookup-during-the-in.patch
    (git-fixes CVE-2023-54281 bsc#1255820).
  - Update
    patches.suse/btrfs-remove-BUG_ON-s-in-add_new_free_space.patch
    (bsc#1012628 CVE-2023-54185 bsc#1255984).
  - Update
    patches.suse/btrfs-set-page-extent-mapped-after-read_folio-in-rel.patch
    (git-fixes CVE-2023-54253 bsc#1255891).
  - Update
    patches.suse/btrfs-zoned-fix-memory-leak-after-finding-block.patch
    (bsc#1012628 CVE-2023-54297 bsc#1255795).
  - Update
    patches.suse/btrfs-zoned-skip-splitting-and-logical-rewriting-on-.patch
    (bsc#1223731 CVE-2024-26944 CVE-2023-54080 bsc#1256367).
  - Update
    patches.suse/can-gs_usb-gs_usb_xmit_callback-fix-handling-of-fail.patch
    (git-fixes CVE-2025-68307 bsc#1255146).
  - Update
    patches.suse/can-kvaser_usb-leaf-Fix-potential-infinite-loop-in-c.patch
    (git-fixes CVE-2025-68308 bsc#1255149).
  - Update
    patches.suse/cifs-fix-potential-oops-in-cifs_oplock_break.patch
    (bsc#1012628 CVE-2023-54258 bsc#1255886).
  - Update
    patches.suse/cifs-fix-session-state-check-in-reconnect-to-a.patch
    (bsc#1012628 CVE-2023-53794 bsc#1255163).
  - Update
    patches.suse/clk-clocking-wizard-Fix-Oops-in-clk_wzrd_regist.patch
    (bsc#1012628 CVE-2023-53807 bsc#1254724).
  - Update
    patches.suse/clk-imx93-fix-memory-leak-and-missing-unwind-go.patch
    (bsc#1012628 CVE-2023-54221 bsc#1255842).
  - Update
    patches.suse/comedi-c6xdigio-Fix-invalid-PNP-driver-unregistratio.patch
    (git-fixes CVE-2025-68332 bsc#1255483).
  - Update
    patches.suse/comedi-check-device-s-attached-status-in-compat-ioct.patch
    (git-fixes CVE-2025-68257 bsc#1255167).
  - Update
    patches.suse/comedi-multiq3-sanitize-config-options-in-multiq3_at.patch
    (git-fixes CVE-2025-68258 bsc#1255182).
  - Update
    patches.suse/comedi-pcl818-fix-null-ptr-deref-in-pcl818_ai_cancel.patch
    (git-fixes CVE-2025-68335 bsc#1255480).
  - Update
    patches.suse/crypto-api-Use-work-queue-in-crypto_destroy_instance.patch
    (git-fixes CVE-2023-53799 bsc#1254732).
  - Update
    patches.suse/crypto-aspeed-fix-double-free-caused-by-devm.patch
    (git-fixes CVE-2025-68172 bsc#1255253).
  - Update
    patches.suse/crypto-asymmetric_keys-prevent-overflow-in-asymmetri.patch
    (git-fixes CVE-2025-68724 bsc#1255550).
  - Update
    patches.suse/dccp-Fix-out-of-bounds-access-in-DCCP-error-handler.patch
    (bsc#1220419 CVE-2023-53782 bsc#1254758).
  - Update
    patches.suse/dccp-fix-data-race-around-dp-dccps_mss_cache.patch
    (bsc#1012628 CVE-2023-53839 bsc#1254655).
  - Update
    patches.suse/devlink-report-devlink_port_type_warn-source-de.patch
    (bsc#1012628 CVE-2023-53841 bsc#1255009).
  - Update
    patches.suse/dm-don-t-attempt-to-queue-IO-under-RCU-protection-a9ce.patch
    (jsc#PED-7514 CVE-2023-53860 bsc#1254626).
  - Update
    patches.suse/dm-fix-a-race-condition-in-retrieve_deps-f600.patch
    (jsc#PED-7514 CVE-2023-54324 bsc#1255759).
  - Update
    patches.suse/driver-soc-xilinx-use-_safe-loop-iterator-to-av.patch
    (bsc#1012628 CVE-2023-54101 bsc#1256153).
  - Update
    patches.suse/drm-amd-display-Check-NULL-before-accessing.patch
    (stable-fixes CVE-2025-68286 bsc#1255351).
  - Update
    patches.suse/drm-amd-display-Fix-NULL-deref-in-debugfs-odm_combin.patch
    (git-fixes CVE-2025-68180 bsc#1255252).
  - Update
    patches.suse/drm-amdgpu-Fix-NULL-pointer-dereference-in-VRAM-logi.patch
    (stable-fixes CVE-2025-40288 bsc#1255057).
  - Update
    patches.suse/drm-bridge-dw_hdmi-fix-connector-access-for-scd.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53784
    bsc#1254765).
  - Update
    patches.suse/drm-client-Fix-memory-leak-in-drm_client_target.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54091
    bsc#1256274).
  - Update
    patches.suse/drm-i915-Avoid-lock-inversion-when-pinning-to-GGTT-o.patch
    (git-fixes CVE-2025-68244 bsc#1255190).
  - Update
    patches.suse/drm-mediatek-Fix-device-use-after-free-on-unbind.patch
    (git-fixes CVE-2025-40316 bsc#1254797).
  - Update
    patches.suse/drm-msm-dp-Drop-aux-devices-together-with-DP-co.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53851
    bsc#1254695).
  - Update
    patches.suse/drm-mxsfb-Disable-overlay-plane-in-mxsfb_plane_overl.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53864
    bsc#1254754).
  - Update
    patches.suse/drm-nouveau-kms-nv50-init-hpd_irq_lock-for-PIOR.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54263
    bsc#1255883).
  - Update
    patches.suse/drm-sched-Fix-deadlock-in-drm_sched_entity_kill_jobs.patch
    (git-fixes CVE-2025-40329 bsc#1254621).
  - Update patches.suse/drm-tegra-Add-call-to-put_pid.patch
    (git-fixes CVE-2025-68233 bsc#1255206).
  - Update
    patches.suse/drm-ttm-Don-t-leak-a-resource-on-eviction-error.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-54254
    bsc#1255890).
  - Update
    patches.suse/drm-ttm-Don-t-leak-a-resource-on-swapout-move-e.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53844
    bsc#1254649).
  - Update
    patches.suse/drm-vgem-fence-Fix-potential-deadlock-on-release.patch
    (git-fixes CVE-2025-68757 bsc#1255943).
  - Update
    patches.suse/drm-vmwgfx-Validate-command-header-size-against-SVGA.patch
    (git-fixes CVE-2025-40277 bsc#1254894).
  - Update
    patches.suse/erofs-kill-hooked-chains-to-avoid-loops-on-dedu.patch
    (bsc#1012628 CVE-2023-53777 bsc#1254749).
  - Update
    patches.suse/exfat-use-kvmalloc_array-kvfree-instead-of-kma.patch
    (bsc#1012628 CVE-2023-54194 bsc#1255974).
  - Update
    patches.suse/ext4-correct-grp-validation-in-ext4_mb_good_group.patch
    (bsc#1234163 CVE-2023-53861 bsc#1254678).
  - Update
    patches.suse/ext4-fix-BUG-in-ext4_mb_new_inode_pa-due-to-overflow.patch
    (bsc#1219165 CVE-2023-54069 bsc#1256371).
  - Update
    patches.suse/ext4-fix-rbtree-traversal-bug-in-ext4_mb_use_pr.patch
    (bsc#1012628 CVE-2023-53813 bsc#1254717).
  - Update
    patches.suse/ext4-turn-quotas-off-if-mount-failed-after-enab.patch
    (bsc#1012628 CVE-2023-54153 bsc#1256081).
  - Update
    patches.suse/f2fs-fix-to-do-sanity-check-on-direct-node-in-.patch
    (bsc#1012628 CVE-2023-53846 bsc#1254983).
  - Update
    patches.suse/fbcon-Set-fb_display-i-mode-to-NULL-when-the-mode-is.patch
    (stable-fixes CVE-2025-40323 bsc#1255094).
  - Update
    patches.suse/fbdev-Add-bounds-checking-in-bit_putcs-to-fix-vmallo.patch
    (stable-fixes CVE-2025-40304 bsc#1255034).
  - Update
    patches.suse/fbdev-bitblit-bound-check-glyph-index-in-bit_putcs.patch
    (stable-fixes CVE-2025-40322 bsc#1255092).
  - Update
    patches.suse/firmware-meson_sm-fix-to-avoid-potential-NULL-pointe.patch
    (git-fixes CVE-2023-54304 bsc#1255786).
  - Update
    patches.suse/firmware-stratix10-svc-fix-bug-in-saving-controller-.patch
    (git-fixes CVE-2025-68328 bsc#1255489).
  - Update
    patches.suse/fs-Protect-reconfiguration-of-sb-read-write-fr.patch
    (bsc#1012628 CVE-2023-54099 bsc#1256197).
  - Update
    patches.suse/fs-jfs-prevent-double-free-in-dbUnmount-after-failed-jfs_remount.patch
    (git-fixes CVE-2023-54127 bsc#1256119).
  - Update
    patches.suse/fs-ntfs3-Return-error-for-inconsistent-extende.patch
    (bsc#1012628 CVE-2023-54125 bsc#1256117).
  - Update
    patches.suse/fs-sysv-Null-check-to-prevent-null-ptr-deref-b.patch
    (bsc#1012628 CVE-2023-54264 bsc#1255872).
  - Update
    patches.suse/gpu-host1x-Fix-race-in-syncpt-alloc-free.patch
    (git-fixes CVE-2025-68732 bsc#1255688).
  - Update
    patches.suse/gtp-Fix-use-after-free-in-__gtp_encap_destroy.patch
    (bsc#1012628 CVE-2023-54142 bsc#1256095).
  - Update
    patches.suse/hfs-validate-record-offset-in-hfsplus_bmap_alloc.patch
    (git-fixes CVE-2025-40349 bsc#1255280).
  - Update
    patches.suse/hfsplus-fix-KMSAN-uninit-value-issue-in-__hfsplus_ext_cache_extent.patch
    (git-fixes CVE-2025-40244 bsc#1255033).
  - Update
    patches.suse/hfsplus-fix-KMSAN-uninit-value-issue-in-hfsplus_delete_cat.patch
    (git-fixes CVE-2025-40351 bsc#1255281).
  - Update
    patches.suse/hwrng-virtio-Fix-race-on-data_avail-and-actual-.patch
    (bsc#1012628 CVE-2023-53998 bsc#1255578).
  - Update
    patches.suse/iavf-use-internal-state-to-free-traffic-IRQs.patch
    (bsc#1012628 CVE-2023-53850 bsc#1254677).
  - Update
    patches.suse/ice-prevent-NULL-pointer-deref-during-reload.patch
    (bsc#1012628 CVE-2023-54037 bsc#1255557).
  - Update
    patches.suse/igb-clean-up-in-all-error-paths-when-enabling-SR-IOV.patch
    (jsc#PED-4866 CVE-2023-54070 bsc#1256364).
  - Update
    patches.suse/igc-Fix-Kernel-Panic-during-ndo_tx_timeout-call.patch
    (bsc#1012628 CVE-2023-54166 bsc#1256074).
  - Update
    patches.suse/iio-accel-bmc150-Fix-irq-assumption-regression.patch
    (stable-fixes CVE-2025-68330 bsc#1255493).
  - Update
    patches.suse/iio-adc-ina2xx-avoid-NULL-pointer-dereference-.patch
    (bsc#1012628 CVE-2023-53834 bsc#1254660).
  - Update
    patches.suse/iio-core-Prevent-invalid-memory-access-when-th.patch
    (bsc#1012628 CVE-2023-54027 bsc#1255579).
  - Update
    patches.suse/ima-Handle-error-code-returned-by-ima_filter_rule_ma.patch
    (git-fixes CVE-2025-68740 bsc#1255812).
  - Update
    patches.suse/ima-don-t-clear-IMA_DIGSIG-flag-when-setting-or-remo.patch
    (stable-fixes CVE-2025-68183 bsc#1255251).
  - Update
    patches.suse/io_uring-net-don-t-overflow-multishot-recv.patch
    (bsc#1215211 CVE-2023-54030 bsc#1255691).
  - Update
    patches.suse/iomap-Fix-possible-overflow-condition-in-iomap_write_delalloc_scan.patch
    (jsc#PED-5453 CVE-2023-54285 bsc#1255807).
  - Update
    patches.suse/iommufd-IOMMUFD_DESTROY-should-not-increase-the.patch
    (bsc#1012628 CVE-2023-53795 bsc#1254737).
  - Update
    patches.suse/iommufd-Set-end-correctly-when-doing-batch-carr.patch
    (bsc#1012628 CVE-2023-54060 bsc#1256379).
  - Update
    patches.suse/ionic-remove-WARN_ON-to-prevent-panic_on_warn.patch
    (bsc#1012628 CVE-2023-53994 bsc#1255570).
  - Update
    patches.suse/ip6_vti-fix-slab-use-after-free-in-decode_sess.patch
    (bsc#1012628 CVE-2023-53821 bsc#1254669).
  - Update
    patches.suse/ipmi-ssif-Fix-a-memory-leak-when-scanning-for-an-ada.patch
    (git-fixes CVE-2023-54064 bsc#1256375).
  - Update
    patches.suse/irqchip-mchp-eic-Fix-error-code-in-mchp_eic_domain_a.patch
    (git-fixes CVE-2025-68766 bsc#1255932).
  - Update
    patches.suse/isdn-mISDN-hfcsusb-fix-memory-leak-in-hfcsusb_probe.patch
    (git-fixes CVE-2025-68734 bsc#1255538).
  - Update
    patches.suse/jfs-Verify-inode-mode-when-loading-from-disk.patch
    (git-fixes CVE-2025-40312 bsc#1255046).
  - Update
    patches.suse/jfs-fix-uninitialized-waitqueue-in-transaction-manager.patch
    (git-fixes CVE-2025-68168 bsc#1255100).
  - Update
    patches.suse/kcm-Fix-error-handling-for-SOCK_DGRAM-in-kcm_sendmsg.patch
    (bsc#1220419 CVE-2023-53825 bsc#1254707).
  - Update
    patches.suse/kcm-Fix-memory-leak-in-error-path-of-kcm_sendmsg.patch
    (bsc#1220419 CVE-2023-54112 bsc#1256354).
  - Update
    patches.suse/keys-Fix-linking-a-duplicate-key-to-a-keyring-s.patch
    (bsc#1012628 CVE-2023-54170 bsc#1256045).
  - Update
    patches.suse/maple_tree-fix-potential-out-of-bounds-access-i.patch
    (bsc#1012628 CVE-2023-54135 bsc#1256107).
  - Update
    patches.suse/md-fix-warning-for-holder-mismatch-from-export_rdev.patch
    (git-fixes CVE-2023-53791 bsc#1254742).
  - Update
    patches.suse/md-raid5-cache-fix-a-deadlock-in-r5l_exit_log-a705.patch
    (jsc#PED-7542 CVE-2023-53848 bsc#1254753).
  - Update
    patches.suse/media-af9005-Fix-null-ptr-deref-in-af9005_i2c_xfer.patch
    (git-fixes CVE-2023-54314 bsc#1255776).
  - Update
    patches.suse/media-anysee-fix-null-ptr-deref-in-anysee_master_xfe.patch
    (git-fixes CVE-2023-54093 bsc#1256273).
  - Update
    patches.suse/media-dvb-usb-m920x-Fix-a-potential-memory-leak-in-m.patch
    (git-fixes CVE-2023-54266 bsc#1255875).
  - Update
    patches.suse/media-dvb-usb-v2-gl861-Fix-null-ptr-deref-in-gl861_i.patch
    (git-fixes CVE-2023-54066 bsc#1256373).
  - Update
    patches.suse/media-imon-make-send_packet-more-robust.patch
    (stable-fixes CVE-2025-68194 bsc#1255325).
  - Update
    patches.suse/media-mediatek-vcodec-fix-resource-leaks-in-vdec_msg.patch
    (git-fixes CVE-2023-54143 bsc#1256096).
  - Update
    patches.suse/media-tuners-qt1010-replace-BUG_ON-with-a-regular-er.patch
    (git-fixes CVE-2023-54282 bsc#1255810).
  - Update
    patches.suse/media-v4l2-core-Fix-a-potential-resource-leak-in-v4l.patch
    (git-fixes CVE-2023-54183 bsc#1255990).
  - Update
    patches.suse/misc-fastrpc-Fix-dma_buf-object-leak-in-fastrpc_map_.patch
    (git-fixes CVE-2025-68252 bsc#1255197).
  - Update
    patches.suse/misc-pci_endpoint_test-Free-IRQs-before-removin.patch
    (bsc#1012628 CVE-2023-54326 bsc#1255758).
  - Update
    patches.suse/mm-secretmem-fix-use-after-free-race-in-fault-handle.patch
    (git-fixes CVE-2025-40272 bsc#1254832).
  - Update
    patches.suse/mmc-sunplus-fix-return-value-check-of-mmc_add_.patch
    (bsc#1012628 CVE-2023-54204 bsc#1255967).
  - Update
    patches.suse/most-usb-Fix-use-after-free-in-hdm_disconnect.patch
    (git-fixes CVE-2025-40223 bsc#1254957).
  - Update
    patches.suse/most-usb-fix-double-free-on-late-probe-failure.patch
    (git-fixes CVE-2025-68290 bsc#1255154).
  - Update
    patches.suse/most-usb-hdm_probe-Fix-calling-put_device-before-dev.patch
    (git-fixes CVE-2025-68249 bsc#1255233).
  - Update
    patches.suse/mt76-mt7615-Fix-memory-leak-in-mt7615_mcu_wtbl_sta_a.patch
    (git-fixes CVE-2025-68765 bsc#1255931).
  - Update
    patches.suse/mt76-mt7921-don-t-assume-adequate-headroom-for-SDIO-.patch
    (git-fixes CVE-2023-53785 bsc#1254918).
  - Update
    patches.suse/mtd-rawnand-cadence-fix-DMA-device-NULL-pointer-dere.patch
    (git-fixes CVE-2025-68238 bsc#1255202).
  - Update
    patches.suse/mtd-rawnand-fsl_upm-Fix-an-off-by-one-test-in-.patch
    (bsc#1012628 CVE-2023-54104 bsc#1256145).
  - Update
    patches.suse/mtdchar-fix-integer-overflow-in-read-write-ioctls.patch
    (git-fixes CVE-2025-68237 bsc#1255203).
  - Update
    patches.suse/net-core-remove-unnecessary-frame_sz-check-in-.patch
    (bsc#1012628 CVE-2023-54155 bsc#1256083).
  - Update
    patches.suse/net-deal-with-integer-overflows-in-kmalloc_reserve.patch
    (bsc#1215146 CVE-2023-42752 CVE-2023-53752 bsc#1254613).
  - Update
    patches.suse/net-do-not-allow-gso_size-to-be-set-to-GSO_BY_.patch
    (bsc#1012628 CVE-2023-54051 bsc#1256394).
  - Update
    patches.suse/net-dsa-avoid-suspicious-RCU-usage-for-synced-V.patch
    (bsc#1012628 CVE-2023-54149 bsc#1256085).
  - Update
    patches.suse/net-dsa-ocelot-call-dsa_tag_8021q_unregister-u.patch
    (bsc#1012628 CVE-2023-53855 bsc#1254688).
  - Update
    patches.suse/net-ethernet-mtk_eth_soc-fix-possible-NULL-pointer-d.patch
    (git-fixes CVE-2023-54240 bsc#1255918).
  - Update
    patches.suse/net-hns3-fix-deadlock-issue-when-externel_lb-a.patch
    (bsc#1012628 CVE-2023-54000 bsc#1255564).
  - Update
    patches.suse/net-ipa-only-reset-hashed-tables-when-supported.patch
    (bsc#1012628 CVE-2023-54225 bsc#1256234).
  - Update
    patches.suse/net-ipv4-fix-one-memleak-in-__inet_del_ifa.patch
    (bsc#1220419 CVE-2023-53995 bsc#1255616).
  - Update
    patches.suse/net-mlx5-fix-potential-memory-leak-in-mlx5e_in.patch
    (bsc#1012628 CVE-2023-54106 bsc#1256358).
  - Update
    patches.suse/net-mlx5e-Move-representor-neigh-cleanup-to-pr.patch
    (bsc#1012628 CVE-2023-54148 bsc#1256084).
  - Update
    patches.suse/net-mlx5e-TC-Fix-internal-port-memory-leak.patch
    (bsc#1012628 CVE-2023-53999 bsc#1255621).
  - Update
    patches.suse/net-mlx5e-fix-memory-leak-in-mlx5e_ptp_open.patch
    (bsc#1012628 CVE-2023-54169 bsc#1256050).
  - Update
    patches.suse/net-mlx5e-xsk-Fix-invalid-buffer-access-for-le.patch
    (bsc#1012628 CVE-2023-54223 bsc#1256233).
  - Update
    patches.suse/net-openvswitch-reject-negative-ifindex.patch
    (bsc#1012628 CVE-2023-53843 bsc#1254705).
  - Update
    patches.suse/net-prevent-skb-corruption-on-frag-list-segment.patch
    (bsc#1012628 CVE-2023-54094 bsc#1256292).
  - Update
    patches.suse/net-read-sk-sk_family-once-in-sk_mc_loop.patch
    (bsc#1220419 CVE-2023-53831 bsc#1254701).
  - Update
    patches.suse/net-sched-taprio-Limit-TCA_TAPRIO_ATTR_SCHED_C.patch
    (bsc#1012628 CVE-2023-54251 bsc#1255888).
  - Update
    patches.suse/net-smc-use-smc_lgr_list.lock-to-protect-smc_lgr_lis.patch
    (git-fixes CVE-2023-54318 bsc#1255772).
  - Update
    patches.suse/net-usb-qmi_wwan-initialize-MAC-header-offset-in-qmi.patch
    (git-fixes CVE-2025-68192 bsc#1255246).
  - Update
    patches.suse/netfilter-nf_tables-fix-underflow-in-chain-refe.patch
    (bsc#1012628 CVE-2023-54035 bsc#1255563).
  - Update
    patches.suse/netlink-do-not-hard-code-device-address-lenth-i.patch
    (bsc#1012628 CVE-2023-53863 bsc#1254657).
  - Update
    patches.suse/nfp-clean-mc-addresses-in-application-firmware-.patch
    (bsc#1012628 CVE-2023-54133 bsc#1256104).
  - Update
    patches.suse/nfs4_setup_readdir-insufficient-locking-for-d_parent-d_inode-dereferencing.patch
    (git-fixes CVE-2025-68185 bsc#1255135).
  - Update
    patches.suse/nfsd-move-init-of-percpu-reply_cache_stats-coun.patch
    (bsc#1012628 CVE-2023-54276 bsc#1255907).
  - Update
    patches.suse/nilfs2-fix-WARNING-in-mark_buffer_dirty-due-to.patch
    (bsc#1012628 CVE-2023-54140 bsc#1256093).
  - Update
    patches.suse/nouveau-firmware-Add-missing-kfree-of-nvkm_falcon_fw.patch
    (git-fixes CVE-2025-68235 bsc#1255209).
  - Update
    patches.suse/nvme-core-fix-memory-leak-in-dhchap_ctrl_secret.patch
    (bsc#1012628 CVE-2023-53792 bsc#1254743).
  - Update
    patches.suse/nvme-core-fix-memory-leak-in-dhchap_secret_stor.patch
    (bsc#1012628 CVE-2023-53852 bsc#1254653).
  - Update
    patches.suse/nvme-fc-use-lock-accessing-port_state-and-rport-stat.patch
    (bsc#1245193 bsc#1247500 CVE-2025-40342 bsc#1255274).
  - Update
    patches.suse/nvme-multipath-fix-lockdep-WARN-due-to-partition-sca.patch
    (git-fixes bsc#1233640 CVE-2024-53093 CVE-2025-68218
    bsc#1255245).
  - Update
    patches.suse/nvmet-fc-avoid-scheduling-association-deletion-twice.patch
    (bsc#1245193 bsc#1247500 CVE-2025-40343 bsc#1255276).
  - Update
    patches.suse/of-overlay-Call-of_changeset_init-early.patch
    (git-fixes CVE-2023-53856 bsc#1254661).
  - Update
    patches.suse/of-unittest-fix-null-pointer-dereferencing-in-of_uni.patch
    (git-fixes CVE-2023-54178 bsc#1255992).
  - Update
    patches.suse/opp-Fix-use-after-free-in-lazy_opp_tables-after.patch
    (bsc#1012628 CVE-2023-54026 bsc#1255549).
  - Update
    patches.suse/orangefs-fix-xattr-related-buffer-overflow.patch
    (git-fixes CVE-2025-40306 bsc#1255062).
  - Update
    patches.suse/ovl-fix-null-pointer-dereference-in-ovl_get_acl.patch
    (bsc#1012628 CVE-2023-54313 bsc#1255775).
  - Update
    patches.suse/pcmcia-rsrc_nonstatic-Fix-memory-leak-in-nonst.patch
    (bsc#1012628 CVE-2023-54115 bsc#1256121).
  - Update patches.suse/perf-tool-x86-Fix-perf_env-memory-leak.patch
    (bsc#1012628 CVE-2023-53793 bsc#1254739).
  - Update
    patches.suse/phy-tegra-xusb-Clear-the-driver-reference-in-us.patch
    (bsc#1012628 CVE-2023-54083 bsc#1256368).
  - Update
    patches.suse/pinctrl-at91-pio4-check-return-value-of-devm_ka.patch
    (bsc#1012628 CVE-2023-54319 bsc#1255760).
  - Update
    patches.suse/pinctrl-freescale-Fix-a-memory-out-of-bounds-wh.patch
    (bsc#1012628 CVE-2023-53750 bsc#1254611).
  - Update
    patches.suse/pinctrl-s32cc-fix-uninitialized-memory-in-s32_pinctr.patch
    (git-fixes CVE-2025-68222 bsc#1255218).
  - Update
    patches.suse/platform-x86-intel-punit_ipc-fix-memory-corruption.patch
    (git-fixes CVE-2025-68303 bsc#1255122).
  - Update
    patches.suse/posix-timers-Prevent-RT-livelock-in-itimer_dele.patch
    (bsc#1012628 CVE-2023-53815 bsc#1254715).
  - Update patches.suse/powerpc-64s-Fix-VAS-mm-use-after-free.patch
    (bsc#1012628 CVE-2023-54042 bsc#1255702).
  - Update
    patches.suse/powerpc-iommu-Fix-notifiers-being-shared-by-PCI-and-.patch
    (bsc#1065729 CVE-2023-54095 bsc#1256271).
  - Update
    patches.suse/powerpc-powernv-sriov-perform-null-check-on-iov.patch
    (bsc#1012628 CVE-2023-54315 bsc#1255769).
  - Update
    patches.suse/powerpc-pseries-Rework-lppaca_shared_proc-to-avoid-D.patch
    (bsc#1194869 CVE-2023-54267 bsc#1255899).
  - Update
    patches.suse/powerpc-pseries-fix-possible-memory-leak-in-ibmebus_.patch
    (bsc#1194869 CVE-2023-54017 bsc#1255605).
  - Update patches.suse/pstore-ram-Add-check-for-kstrdup.patch
    (bsc#1012628 CVE-2023-54189 bsc#1255978).
  - Update patches.suse/quota-fix-warning-in-dqgrab.patch
    (bsc#1012628 CVE-2023-54177 bsc#1255993).
  - Update patches.suse/rcu-dump-vmalloc-memory-info-safely.patch
    (git-fixes CVE-2023-54113 bsc#1256351).
  - Update
    patches.suse/rcuscale-Move-rcu_scale_writer-schedule_timeout_unin.patch
    (git-fixes CVE-2023-54246 bsc#1255915).
  - Update
    patches.suse/refscale-Fix-uninitalized-use-of-wait_queue_head_t.patch
    (git-fixes CVE-2023-54316 bsc#1255770).
  - Update
    patches.suse/regmap-irq-Fix-out-of-bounds-access-when-alloca.patch
    (bsc#1012628 CVE-2023-53768 bsc#1254599).
  - Update
    patches.suse/regmap-slimbus-fix-bus_context-pointer-in-regmap-ini.patch
    (git-fixes CVE-2025-40317 bsc#1254796).
  - Update
    patches.suse/regulator-core-Protect-regulator_supply_alias_list-w.patch
    (git-fixes CVE-2025-68354 bsc#1255553).
  - Update
    patches.suse/regulator-da9063-fix-null-pointer-deref-with-pa.patch
    (bsc#1012628 CVE-2023-53787 bsc#1254750).
  - Update patches.suse/rpmsg-glink-Add-check-for-kstrdup.patch
    (git-fixes CVE-2023-54049 bsc#1256396).
  - Update
    patches.suse/s390-dcssblk-fix-kernel-crash-with-list_add-corruption.patch
    (git-fixes bsc#1215344 CVE-2023-54117 bsc#1256348).
  - Update
    patches.suse/s390-vmem-split-pages-when-debug-pagealloc-is-.patch
    (bsc#1012628 CVE-2023-54278 bsc#1255911).
  - Update
    patches.suse/samples-bpf-Fix-buffer-overflow-in-tcp_basertt.patch
    (bsc#1012628 CVE-2023-54312 bsc#1255774).
  - Update
    patches.suse/sched-psi-use-kernfs-polling-functions-for-PSI-.patch
    (bsc#1012628 CVE-2023-54019 bsc#1255636).
  - Update
    patches.suse/scsi-qedf-Fix-NULL-dereference-in-error-handlin.patch
    (bsc#1012628 CVE-2023-54289 bsc#1255806).
  - Update
    patches.suse/scsi-qla2xxx-Array-index-may-go-out-of-bound.patch
    (bsc#1012628 CVE-2023-54179 bsc#1255994).
  - Update
    patches.suse/scsi-qla2xxx-Check-valid-rport-returned-by-fc_b.patch
    (bsc#1012628 CVE-2023-54014 bsc#1256300).
  - Update
    patches.suse/scsi-target-core-Fix-target_cmd_counter-leak.patch
    (bsc#1214847 CVE-2023-54154 bsc#1256082).
  - Update
    patches.suse/serial-8250-Fix-oops-for-port-pm-on-uart_chang.patch
    (bsc#1012628 CVE-2023-54220 bsc#1255949).
  - Update patches.suse/serial-sprd-Fix-DMA-buffer-leak-issue.patch
    (git-fixes CVE-2023-54136 bsc#1256099).
  - Update
    patches.suse/sfc-fix-crash-when-reading-stats-while-NIC-is-r.patch
    (bsc#1012628 CVE-2023-54156 bsc#1255704).
  - Update
    patches.suse/sh-dma-Fix-DMA-channel-offset-calculation.patch
    (bsc#1012628 CVE-2023-54255 bsc#1255884).
  - Update patches.suse/smb-client-fix-missed-ses-refcounting.patch
    (bsc#1012628 CVE-2023-54076 bsc#1256335).
  - Update
    patches.suse/smb-client-fix-potential-cfid-UAF-in-smb2_query_info_compound.patch
    (bsc#1248886 CVE-2025-40320 bsc#1254793).
  - Update patches.suse/soundwire-fix-enumeration-completion.patch
    (bsc#1012628 CVE-2023-54096 bsc#1256178).
  - Update patches.suse/spi-tegra210-quad-Fix-timeout-handling.patch
    (bsc#1253155 CVE-2025-68746 bsc#1255722).
  - Update
    patches.suse/staging-r8712-Fix-memory-leak-in-_r8712_init_xm.patch
    (bsc#1012628 CVE-2023-54001 bsc#1255628).
  - Update
    patches.suse/thermal-of-fix-double-free-on-unregistration.patch
    (bsc#1012628 CVE-2023-53997 bsc#1255632).
  - Update
    patches.suse/tpm-tpm_vtpm_proxy-fix-a-race-condition-in-dev-.patch
    (bsc#1012628 CVE-2023-54309 bsc#1255780).
  - Update
    patches.suse/tracing-Fix-memory-leak-of-iter-temp-when-readi.patch
    (bsc#1012628 CVE-2023-54171 bsc#1256034).
  - Update
    patches.suse/tracing-Fix-warning-in-trace_buffered_event_dis.patch
    (bsc#1012628 CVE-2023-54211 bsc#1255843).
  - Update
    patches.suse/tty-serial-samsung_tty-Fix-a-memory-leak-in-s3c.patch
    (bsc#1012628 CVE-2023-53858 bsc#1254704).
  - Update
    patches.suse/usb-cdns3-gadget-Use-after-free-during-failed-initia.patch
    (stable-fixes CVE-2025-40314 bsc#1255072).
  - Update
    patches.suse/usb-dwc3-Fix-race-condition-between-concurrent-dwc3_.patch
    (git-fixes CVE-2025-68287 bsc#1255152).
  - Update
    patches.suse/usb-gadget-f_eem-Fix-memory-leak-in-eem_unwrap.patch
    (git-fixes CVE-2025-68289 bsc#1255155).
  - Update
    patches.suse/usb-gadget-f_fs-Fix-epfile-null-pointer-access-after.patch
    (stable-fixes CVE-2025-40315 bsc#1255083).
  - Update
    patches.suse/usb-potential-integer-overflow-in-usbg_make_tpg.patch
    (stable-fixes CVE-2025-68750 bsc#1255814).
  - Update
    patches.suse/usb-storage-alauda-Fix-uninit-value-in-alauda_.patch
    (bsc#1012628 CVE-2023-53847 bsc#1254698).
  - Update
    patches.suse/usb-storage-sddr55-Reject-out-of-bound-new_pba.patch
    (stable-fixes CVE-2025-40345 bsc#1255279).
  - Update
    patches.suse/usb-typec-bus-verify-partner-exists-in-typec_altmode.patch
    (git-fixes CVE-2023-54299 bsc#1255789).
  - Update
    patches.suse/usb-uas-fix-urb-unmapping-issue-when-the-uas-device-.patch
    (git-fixes CVE-2025-68331 bsc#1255495).
  - Update patches.suse/usbnet-Prevents-free-active-kevent.patch
    (git-fixes CVE-2025-68312 bsc#1255171).
  - Update
    patches.suse/vdpa-Add-queue-index-attr-to-vdpa_nl_policy-fo.patch
    (bsc#1012628 CVE-2023-54031 bsc#1255583).
  - Update patches.suse/vduse-fix-NULL-pointer-dereference.patch
    (bsc#1012628 CVE-2023-54291 bsc#1255798).
  - Update
    patches.suse/vfio-type1-fix-cap_migration-information-leak
    (jsc#PED-7779 jsc#PED-7780 CVE-2023-54137 bsc#1256100).
  - Update
    patches.suse/virtio-vdpa-Fix-cpumask-memory-leak-in-virtio_.patch
    (bsc#1012628 CVE-2023-54215 bsc#1255957).
  - Update
    patches.suse/virtio_pmem-add-the-missing-REQ_OP_WRITE-for-flush-b.patch
    (git-fixes CVE-2023-54089 bsc#1256268).
  - Update
    patches.suse/virtio_vdpa-build-affinity-masks-conditionally.patch
    (git-fixes CVE-2023-54008 bsc#1255630).
  - Update
    patches.suse/wifi-ath11k-Add-missing-hw_ops-get_ring_selecto.patch
    (bsc#1012628 CVE-2023-54141 bsc#1256094).
  - Update patches.suse/wifi-ath11k-fix-peer-HE-MCS-assignment.patch
    (git-fixes CVE-2025-68380 bsc#1255580).
  - Update
    patches.suse/wifi-ath11k-fix-registration-of-6Ghz-only-phy-w.patch
    (bsc#1012628 CVE-2023-54229 bsc#1255924).
  - Update
    patches.suse/wifi-ath12k-Fix-memory-leak-in-rx_desc-and-tx_desc.patch
    (git-fixes CVE-2023-54016 bsc#1256279).
  - Update
    patches.suse/wifi-ath9k-avoid-referencing-uninit-memory-in-a.patch
    (bsc#1012628 CVE-2023-54300 bsc#1255790).
  - Update
    patches.suse/wifi-brcmfmac-fix-crash-while-sending-Action-Frames-.patch
    (git-fixes CVE-2025-40321 bsc#1254795).
  - Update
    patches.suse/wifi-cfg80211-ocb-don-t-leave-if-not-joined.patch
    (git-fixes CVE-2023-53992 bsc#1256058).
  - Update
    patches.suse/wifi-mt76-mt7921-fix-skb-leak-by-txs-missing-i.patch
    (bsc#1012628 CVE-2023-54052 bsc#1256387).
  - Update
    patches.suse/wifi-mwifiex-fix-memory-leak-in-mwifiex_histogram_re.patch
    (git-fixes CVE-2023-53808 bsc#1254723).
  - Update
    patches.suse/wifi-rsi-Do-not-configure-WoWlan-in-shutdown-ho.patch
    (bsc#1012628 CVE-2023-54025 bsc#1255558).
  - Update
    patches.suse/wifi-rtl818x-Fix-potential-memory-leaks-in-rtl8180_i.patch
    (git-fixes CVE-2025-68759 bsc#1255934).
  - Update
    patches.suse/wifi-rtl818x-rtl8187-Fix-potential-buffer-underflow-.patch
    (git-fixes CVE-2025-68362 bsc#1255611).
  - Update patches.suse/x86-CPU-AMD-Add-RDSEED-fix-for-Zen5.patch
    (git-fixes CVE-2025-68313 bsc#1255415).
  - Update
    patches.suse/x86-CPU-AMD-Add-missing-terminator-for-zen5_rdseed_microco.patch
    (git-fixes CVE-2025-68195 bsc#1255259).
  - Update
    patches.suse/x86-hyperv-Disable-IBT-when-hypercall-page-lac.patch
    (bsc#1012628 CVE-2023-54172 bsc#1256033).
  - Update
    patches.suse/x86-sev-Make-enc_dec_hypercall-accept-a-size-instead-of-npages
    (bsc#1214635 CVE-2023-53996 bsc#1255618).
  - Update patches.suse/xen-speed-up-grant-table-reclaim.patch
    (bsc#1012628 CVE-2023-54081 bsc#1256361).
  - Update
    patches.suse/xfrm-also-call-xfrm_state_delete_tunnel-at-destroy-time-fo.patch
    (CVE-2025-40215 bsc#1254959 CVE-2025-40256 bsc#1254851).
  - commit c2db288
  - Update patches.suse/exfat-fix-refcount-leak-in-exfat_find.patch
    (CVE-2025-40287 bsc#1255030 CVE-2025-68351 bsc#1255567).
  - Update
    patches.suse/net-enetc-fix-the-deadlock-of-enetc_mdio_lock.patch
    (CVE-2025-40337 bsc#1255081 CVE-2025-40347 bsc#1255262).
  - commit 8022326

++++ net-snmp:

  - Fix snmptrapd buffer overflow (bsc#1255491, CVE-2025-68615).
    Add net-snmp-5.9.4-fix-out-of-bounds-trapOid-access.patch

------------------------------------------------------------------
------------------  2026-1-11  -  Jan 11 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - docs: ABI: sysfs-devices-soc: Fix swapped sample values
    (git-fixes).
  - commit 208252e

++++ kernel-rt:

  - docs: ABI: sysfs-devices-soc: Fix swapped sample values
    (git-fixes).
  - commit 208252e

++++ kernel-rt_debug:

  - docs: ABI: sysfs-devices-soc: Fix swapped sample values
    (git-fixes).
  - commit 208252e

++++ util-linux-systemd:

  - Fix heap buffer overread in setpwnam() when processing 256-byte
    usernames (bsc#1254666, CVE-2025-14104,
    util-linux-CVE-2025-14104-1.patch,
    util-linux-CVE-2025-14104-2.patch).

++++ util-linux:

  - Fix heap buffer overread in setpwnam() when processing 256-byte
    usernames (bsc#1254666, CVE-2025-14104,
    util-linux-CVE-2025-14104-1.patch,
    util-linux-CVE-2025-14104-2.patch).

++++ libzypp:

  - zypp.conf: follow the UAPI configuration file specification
    (PED-14658)
    In short terms it means we will no longer ship an
    /etc/zypp/zypp.conf, but store our own defaults in
    /usr/etc/zypp/zypp.conf. The systems administrator may choose to
    keep a full copy in /etc/zypp/zypp.conf ignoring our config file
    settings completely, or - the preferred way - to overwrite
    specific settings via /etc/zypp/zypp.conf.d/*.conf overlay files.
    See the ZYPP.CONF(5) man page for details.
  - cmake: correctly detect rpm6 (fixes #689)
  - Use 'zypp.tmp' as temp directory component to ease setting up
    SELinux policies (bsc#1249435)
  - zyppng: Update Provider to current MediaCurl2 download
    approach, drop Metalink ( fixes #682 )
  - version 17.38.0 (35)

------------------------------------------------------------------
------------------  2026-1-10  -  Jan 10 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - gpio: rockchip: mark the GPIO controller as sleeping
    (git-fixes).
  - drm/pl111: Fix error handling in pl111_amba_probe (git-fixes).
  - crypto: qat - fix duplicate restarting msg during AER error
    (git-fixes).
  - commit db7c5b1

++++ kernel-rt:

  - gpio: rockchip: mark the GPIO controller as sleeping
    (git-fixes).
  - drm/pl111: Fix error handling in pl111_amba_probe (git-fixes).
  - crypto: qat - fix duplicate restarting msg during AER error
    (git-fixes).
  - commit db7c5b1

++++ kernel-rt_debug:

  - gpio: rockchip: mark the GPIO controller as sleeping
    (git-fixes).
  - drm/pl111: Fix error handling in pl111_amba_probe (git-fixes).
  - crypto: qat - fix duplicate restarting msg during AER error
    (git-fixes).
  - commit db7c5b1

------------------------------------------------------------------
------------------  2026-1-9  -  Jan 9 2026  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed ramdisk sysroot generator
    Do not use a custom _dev name and stick with the UUID representation
    of the disk image in RAM after deployment. Former versions of udev
    did not create a by-uuid device representation which now seems to
    have changed. This then leads to the device name RamDisk_rootfs
    not being created the and respective .device unit times out.
    In addition the timer unit for the standard device representation
    changed to infinity. This fixes bsc#1254116

++++ kernel-default:

  - cifs: client: fix memory leak in smb3_fs_context_parse_param
    (bsc#1255082, CVE-2025-40268).
  - commit 1547549
  - ext4: wait for ongoing I/O to complete before freeing blocks
    (bsc#1256366).
  - commit 73f54be
  - selftests/bpf: Add test to verify freeing the special fields
    in pcpu maps (CVE-2025-68744 bsc#1255709).
  - commit 7a07150
  - bpf: Free special fields when update [lru_,]percpu_hash maps
    (CVE-2025-68744 bsc#1255709).
  - commit 5246440
  - pmdomain: arm: scmi: Fix genpd leak on provider registration
    failure (CVE-2025-68204 bsc#1255224).
  - commit 51ed7f6
  - wifi: mac80211: restore non-chanctx injection behaviour
    (git-fixes).
  - pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping
    (git-fixes).
  - wifi: avoid kernel-infoleak from struct iw_point (git-fixes).
  - atm: Fix dma_free_coherent() size (git-fixes).
  - net: usb: pegasus: fix memory leak in update_eth_regs_async()
    (git-fixes).
  - net: wwan: iosm: Fix memory leak in ipc_mux_deinit()
    (git-fixes).
  - HID: quirks: work around VID/PID conflict for appledisplay
    (git-fixes).
  - ASoC: sun4i-spdif: Add missing kerneldoc fields for
    sun4i_spdif_quirks (git-fixes).
  - ALSA: ac97: fix a double free in snd_ac97_controller_register()
    (git-fixes).
  - commit 31818ae
  - binfmt_misc: restore write access before closing files opened
    by open_exec() (bsc#1255272 CVE-2025-68239).
  - commit 40d7043
  - fs/proc: fix uaf in proc_readdir_de() (bsc#1255297
    CVE-2025-40271).
  - commit e033d9a
  - ext4: refresh inline data size before write operations
    (bsc#1255380 CVE-2025-68264).
  - commit eb0de51
  - ext4: guard against EA inode refcount underflow in xattr update
    (bsc#1253623 CVE-2025-40190).
  - commit 7ad9fff
  - KVM: SVM: Don't skip unrelated instruction if INT3/INTO is
    replaced (CVE-2025-68259 bsc#1255199).
  - commit bca135e

++++ kernel-rt:

  - cifs: client: fix memory leak in smb3_fs_context_parse_param
    (bsc#1255082, CVE-2025-40268).
  - commit 1547549
  - ext4: wait for ongoing I/O to complete before freeing blocks
    (bsc#1256366).
  - commit 73f54be
  - selftests/bpf: Add test to verify freeing the special fields
    in pcpu maps (CVE-2025-68744 bsc#1255709).
  - commit 7a07150
  - bpf: Free special fields when update [lru_,]percpu_hash maps
    (CVE-2025-68744 bsc#1255709).
  - commit 5246440
  - pmdomain: arm: scmi: Fix genpd leak on provider registration
    failure (CVE-2025-68204 bsc#1255224).
  - commit 51ed7f6
  - wifi: mac80211: restore non-chanctx injection behaviour
    (git-fixes).
  - pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping
    (git-fixes).
  - wifi: avoid kernel-infoleak from struct iw_point (git-fixes).
  - atm: Fix dma_free_coherent() size (git-fixes).
  - net: usb: pegasus: fix memory leak in update_eth_regs_async()
    (git-fixes).
  - net: wwan: iosm: Fix memory leak in ipc_mux_deinit()
    (git-fixes).
  - HID: quirks: work around VID/PID conflict for appledisplay
    (git-fixes).
  - ASoC: sun4i-spdif: Add missing kerneldoc fields for
    sun4i_spdif_quirks (git-fixes).
  - ALSA: ac97: fix a double free in snd_ac97_controller_register()
    (git-fixes).
  - commit 31818ae
  - binfmt_misc: restore write access before closing files opened
    by open_exec() (bsc#1255272 CVE-2025-68239).
  - commit 40d7043
  - fs/proc: fix uaf in proc_readdir_de() (bsc#1255297
    CVE-2025-40271).
  - commit e033d9a
  - ext4: refresh inline data size before write operations
    (bsc#1255380 CVE-2025-68264).
  - commit eb0de51
  - ext4: guard against EA inode refcount underflow in xattr update
    (bsc#1253623 CVE-2025-40190).
  - commit 7ad9fff
  - KVM: SVM: Don't skip unrelated instruction if INT3/INTO is
    replaced (CVE-2025-68259 bsc#1255199).
  - commit bca135e

++++ kernel-rt_debug:

  - cifs: client: fix memory leak in smb3_fs_context_parse_param
    (bsc#1255082, CVE-2025-40268).
  - commit 1547549
  - ext4: wait for ongoing I/O to complete before freeing blocks
    (bsc#1256366).
  - commit 73f54be
  - selftests/bpf: Add test to verify freeing the special fields
    in pcpu maps (CVE-2025-68744 bsc#1255709).
  - commit 7a07150
  - bpf: Free special fields when update [lru_,]percpu_hash maps
    (CVE-2025-68744 bsc#1255709).
  - commit 5246440
  - pmdomain: arm: scmi: Fix genpd leak on provider registration
    failure (CVE-2025-68204 bsc#1255224).
  - commit 51ed7f6
  - wifi: mac80211: restore non-chanctx injection behaviour
    (git-fixes).
  - pinctrl: qcom: lpass-lpi: mark the GPIO controller as sleeping
    (git-fixes).
  - wifi: avoid kernel-infoleak from struct iw_point (git-fixes).
  - atm: Fix dma_free_coherent() size (git-fixes).
  - net: usb: pegasus: fix memory leak in update_eth_regs_async()
    (git-fixes).
  - net: wwan: iosm: Fix memory leak in ipc_mux_deinit()
    (git-fixes).
  - HID: quirks: work around VID/PID conflict for appledisplay
    (git-fixes).
  - ASoC: sun4i-spdif: Add missing kerneldoc fields for
    sun4i_spdif_quirks (git-fixes).
  - ALSA: ac97: fix a double free in snd_ac97_controller_register()
    (git-fixes).
  - commit 31818ae
  - binfmt_misc: restore write access before closing files opened
    by open_exec() (bsc#1255272 CVE-2025-68239).
  - commit 40d7043
  - fs/proc: fix uaf in proc_readdir_de() (bsc#1255297
    CVE-2025-40271).
  - commit e033d9a
  - ext4: refresh inline data size before write operations
    (bsc#1255380 CVE-2025-68264).
  - commit eb0de51
  - ext4: guard against EA inode refcount underflow in xattr update
    (bsc#1253623 CVE-2025-40190).
  - commit 7ad9fff
  - KVM: SVM: Don't skip unrelated instruction if INT3/INTO is
    replaced (CVE-2025-68259 bsc#1255199).
  - commit bca135e

++++ libtasn1:

  - Security fix: [bsc#1256341, CVE-2025-13151]
    * Stack-based buffer overflow. The function asn1_expend_octet_string()
    fails to validate the size of input data resulting in a buffer overflow.
    * Add libtasn1-CVE-2025-13151.patch

------------------------------------------------------------------
------------------  2026-1-8  -  Jan 8 2026  -------------------
------------------------------------------------------------------

++++ SL-Micro-release:

  - fix issue generator.conf bsc#1256098

++++ gpg2:

  - Security fix: [bsc#1255715, CVE-2025-68973] (gpg.fail/memcpy)
    * gpg: Fix possible memory corruption in the armor parser [T7906]
    * Add gnupg-CVE-2025-68973.patch
  - Security fix: [bsc#1256246] (gpg.fail/sha1)
    * gpg: Avoid potential downgrade to SHA1 in 3rd party key signatures [T7904]
    * Add gnupg-gpg-Avoid-potential-downgrade-to-SHA1-in-3rd-party-keysig.patch
  - Security fix: [bsc#1256244] (gpg.fail/detached)
    * gpg: Error out on unverified output for non-detached signatures [T7903]
    * Add gnupg-gpg-Error-out-on-unverified-output-for-non-detached-signatures.patch
  - Security fix: [bsc#1256243]
    * gpg2 agent: Fix a memory leak
    * Add patch gnupg-agent-memleak.patch
  - Security fix: [bsc#1256390] (gpg.fail/notdash)
    * gpg2: Cleartext Signature Forgery in the NotDashEscaped header
    implementation in GnuPG
    * Add patch gnupg-notdash-escape.patch

++++ kernel-default:

  - smb: client: introduce close_cached_dir_locked() (git-fixes).
  - commit f4f985c
  - smb: client: fix potential UAF in smb2_close_cached_fid()
    (CVE-2025-40328 bsc#1254624).
  - commit e0eb1d9
  - cifs: after disabling multichannel, mark tcon for reconnect
    (git-fixes).
  - Refresh
    patches.suse/cifs-cifs_chan_is_iface_active-should-be-called-with-chan_lock-held.patch.
  - Refresh
    patches.suse/cifs-handle-cases-where-multiple-sessions-share-connection.patch.
  - Refresh
    patches.suse/smb-client-fix-UAF-in-smb2_reconnect_server-.patch.
  - commit 5105d2e
  - cifs: fix a pending undercount of srv_count (git-fixes).
  - Refresh
    patches.suse/cifs-make-sure-that-channel-scaling-is-done-only-once.patch.
  - commit f2eddbf
  - cifs: fix lock ordering while disabling multichannel
    (git-fixes).
  - commit 897a8e5
  - arch_topology: Fix incorrect error check in topology_parse_cpu_capacity() (CVE-2025-40346 bsc#1255318)
  - commit 24256b7
  - net: sched: act_ife: initialize struct tc_ife to fix KMSAN
    kernel-infoleak (CVE-2025-40278 bsc#1254825).
  - commit 34ab5ba
  - bpf: Fix stackmap overflow check in __bpf_get_stackid()
    (CVE-2025-68378 bsc#1255614).
  - commit f957faa
  - bpf: Refactor stack map trace depth calculation into helper
    function (CVE-2025-68378 bsc#1255614).
  - commit 89dceec

++++ kernel-rt:

  - smb: client: introduce close_cached_dir_locked() (git-fixes).
  - commit f4f985c
  - smb: client: fix potential UAF in smb2_close_cached_fid()
    (CVE-2025-40328 bsc#1254624).
  - commit e0eb1d9
  - cifs: after disabling multichannel, mark tcon for reconnect
    (git-fixes).
  - Refresh
    patches.suse/cifs-cifs_chan_is_iface_active-should-be-called-with-chan_lock-held.patch.
  - Refresh
    patches.suse/cifs-handle-cases-where-multiple-sessions-share-connection.patch.
  - Refresh
    patches.suse/smb-client-fix-UAF-in-smb2_reconnect_server-.patch.
  - commit 5105d2e
  - cifs: fix a pending undercount of srv_count (git-fixes).
  - Refresh
    patches.suse/cifs-make-sure-that-channel-scaling-is-done-only-once.patch.
  - commit f2eddbf
  - cifs: fix lock ordering while disabling multichannel
    (git-fixes).
  - commit 897a8e5
  - arch_topology: Fix incorrect error check in topology_parse_cpu_capacity() (CVE-2025-40346 bsc#1255318)
  - commit 24256b7
  - net: sched: act_ife: initialize struct tc_ife to fix KMSAN
    kernel-infoleak (CVE-2025-40278 bsc#1254825).
  - commit 34ab5ba
  - bpf: Fix stackmap overflow check in __bpf_get_stackid()
    (CVE-2025-68378 bsc#1255614).
  - commit f957faa
  - bpf: Refactor stack map trace depth calculation into helper
    function (CVE-2025-68378 bsc#1255614).
  - commit 89dceec

++++ kernel-rt_debug:

  - smb: client: introduce close_cached_dir_locked() (git-fixes).
  - commit f4f985c
  - smb: client: fix potential UAF in smb2_close_cached_fid()
    (CVE-2025-40328 bsc#1254624).
  - commit e0eb1d9
  - cifs: after disabling multichannel, mark tcon for reconnect
    (git-fixes).
  - Refresh
    patches.suse/cifs-cifs_chan_is_iface_active-should-be-called-with-chan_lock-held.patch.
  - Refresh
    patches.suse/cifs-handle-cases-where-multiple-sessions-share-connection.patch.
  - Refresh
    patches.suse/smb-client-fix-UAF-in-smb2_reconnect_server-.patch.
  - commit 5105d2e
  - cifs: fix a pending undercount of srv_count (git-fixes).
  - Refresh
    patches.suse/cifs-make-sure-that-channel-scaling-is-done-only-once.patch.
  - commit f2eddbf
  - cifs: fix lock ordering while disabling multichannel
    (git-fixes).
  - commit 897a8e5
  - arch_topology: Fix incorrect error check in topology_parse_cpu_capacity() (CVE-2025-40346 bsc#1255318)
  - commit 24256b7
  - net: sched: act_ife: initialize struct tc_ife to fix KMSAN
    kernel-infoleak (CVE-2025-40278 bsc#1254825).
  - commit 34ab5ba
  - bpf: Fix stackmap overflow check in __bpf_get_stackid()
    (CVE-2025-68378 bsc#1255614).
  - commit f957faa
  - bpf: Refactor stack map trace depth calculation into helper
    function (CVE-2025-68378 bsc#1255614).
  - commit 89dceec

++++ libsodium:

  - Security fix: [bsc#1256070, CVE-2025-15444, bsc#1255764, CVE-2025-69277]
    * check Y==Z in addition to X==0
    * Add patch libsodium-CVE-2025-15444.patch

++++ libsoup:

  - Refresh libsoup-CVE-2025-14523.patch: Follow the update of
    upstream (bsc#1254876, CVE-2025-14523, glgo#GNOME/libsoup!491).

++++ opensuse-migration-tool:

  - Update to version 20260106.d2cfd39:
    * Update scripts/20_pulse2pipewire.sh
    * Update scripts/20_ia32.sh
    * Update scripts/20_pulse2pipewire.sh
    * Consistent no-use of sudo in migration scripts
    * Update scripts/10_keepapparmor.sh
    * Update scripts/10_keepselinux.sh
    * Update scripts/10_keepapparmor.sh
    * Update scripts/10_keepapparmor.sh
    * Update opensuse-migration-tool
    * Update scripts/10_keepselinux.sh
    * Improve DRYRUN option to work well even from scripts
    * Enable migration to SElinux with proper dryrun
    * Update 10_keepselinux.sh
    * Update 10_keepapparmor.sh
    * Update 10_keepapparmor.sh

------------------------------------------------------------------
------------------  2026-1-7  -  Jan 7 2026  -------------------
------------------------------------------------------------------

++++ curl:

  - Security fix: [bsc#1256105, CVE-2025-14017]
    * call ldap_init() before setting the options
    * Add patch curl-CVE-2025-14017.patch

++++ kernel-default:

  - cifs: make sure server interfaces are requested only for SMB3+
    (git-fixes).
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - commit 850b9c8
  - iommufd: Don't overflow during division for dirty tracking
    (CVE-2025-40293 bsc#1255179).
  - commit 8fb40bc

++++ kernel-rt:

  - cifs: make sure server interfaces are requested only for SMB3+
    (git-fixes).
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - commit 850b9c8
  - iommufd: Don't overflow during division for dirty tracking
    (CVE-2025-40293 bsc#1255179).
  - commit 8fb40bc

++++ kernel-rt_debug:

  - cifs: make sure server interfaces are requested only for SMB3+
    (git-fixes).
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - commit 850b9c8
  - iommufd: Don't overflow during division for dirty tracking
    (CVE-2025-40293 bsc#1255179).
  - commit 8fb40bc

++++ rust-keylime:

  - Use tmpfiles.d for /var directories (PED-14736)
    + tmpfiles.keylime renamed to rust-keylime.conf and extended
  - Update to version 0.2.8+96:
    * build(deps): bump wiremock from 0.6.4 to 0.6.5
    * build(deps): bump actions/checkout from 5 to 6
    * build(deps): bump chrono from 0.4.41 to 0.4.42
    * packit: Get coverage from Fedora 43 runs
    * Fix issues pointed out by clippy
    * Replace mutex unwraps with proper error handling in TPM library
    * Remove unused session request methods from StructureFiller
    * Fix config panic on missing ek_handle in push model agent
    * build(deps): bump tempfile from 3.21.0 to 3.23.0
    * build(deps): bump actions/upload-artifact from 4 to 6 (#1163)
    * Fix clippy warnings project-wide
    * Add KEYLIME_DIR support for verifier TLS certificates in push model agent
    * Thread privileged resources and use MeasurementList for IMA reading
    * Add privileged resource initialization and privilege dropping to push model agent
    * Fix privilege dropping order in run_as()
    * add documentation on FQDN hostnames
    * Remove confusing logs for push mode agent
    * Set correct default Verifier port (8891->8881) (#1159)
    * Add verifier_url to reference configuration file (#1158)
    * Add TLS support for Registrar communication (#1139)
    * Fix agent handling of 403 registration responses (#1154)
    * Add minor README.md rephrasing (#1151)
    * build(deps): bump actions/checkout from 5 to 6 (#1153)
    * ci: update spec files for packit COPR build
    * docs: improve challenge encoding and async TPM documentation
    * refactor: improve middleware and error handling
    * feat: add authentication client with middleware integration
    * docker: Include keylime_push_model_agent binary
    * Include attestation_interval configuration (#1146)
    * Persist payload keys to avoid attestation failure on restart
    * crypto: Implement the load or generate pattern for keys
    * Use simple algorithm specifiers in certification_keys object (#1140)
    * tests: Enable more tests in CI
    * Fix RSA2048 algorithm reporting in keylime agent
    * Remove disabled_signing_algorithms configuration
    * rpm: Fix metadata patches to apply to current code
    * workflows/rpm.yml: Use more strict patching
    * build(deps): bump uuid from 1.17.0 to 1.18.1
    * Fix ECC algorithm selection and reporting for keylime agent
    * Improve logging consistency and coherency
    * Implement minimal RFC compliance for Location header and URI parsing (#1125)
    * Use separate keys for payload mechanism and mTLS
    * docker: update rust to 1.81 for distroless Dockerfile
    * Ensure UEFI log capabilities are set to false
    * build(deps): bump http from 1.1.0 to 1.3.1
    * build(deps): bump log from 0.4.27 to 0.4.28
    * build(deps): bump cfg-if from 1.0.1 to 1.0.3
    * build(deps): bump actix-rt from 2.10.0 to 2.11.0
    * build(deps): bump async-trait from 0.1.88 to 0.1.89
    * build(deps): bump trybuild from 1.0.105 to 1.0.110
    * Accept evidence handling structures null entries
    * workflows: Add test to check if RPM patches still apply
    * CI: Enable test add-agent-with-malformed-ek-cert
    * config: Fix singleton tests
    * FSM: Remove needless lifetime annotations (#1105)
    * rpm: Do not remove wiremock which is now available in Fedora
    * Use latest Fedora httpdate version (1.0.3)
    * Enhance coverage with parse_retry_after test
    * Fix issues reported by CI regarding unwrap() calls
    * Reuse max retries indicated to the ResilientClient
    * Include limit of retries to 5 for Retry-After
    * Add policy to handle Retry-After response headers
    * build(deps): bump wiremock from 0.6.3 to 0.6.4
    * build(deps): bump serde_json from 1.0.140 to 1.0.143
    * build(deps): bump pest_derive from 2.8.0 to 2.8.1
    * build(deps): bump syn from 2.0.90 to 2.0.106
    * build(deps): bump tempfile from 3.20.0 to 3.21.0
    * build(deps): bump thiserror from 2.0.12 to 2.0.16
    * rpm: Fix patches to apply to current master code
    * build(deps): bump anyhow from 1.0.98 to 1.0.99
    * state_machine: Automatically clean config override during tests
    * config: Implement singleton and factory pattern
    * testing: Support overriding configuration during tests
    * feat: implement standalone challenge-response authentication module
    * structures: rename session structs for clarity and fix typos
    * tpm: refactor certify_credential_with_iak() into a more generic function
    * Add Push Model Agent Mermaid FSM chart (#1095)
    * Add state to avoid exiting on wrong attestation (#1093)
    * Add 6 alphanumeric lowercase X-Request-ID header
    * Enhance Evidence Handling response parsing
    * build(deps): bump quote from 1.0.35 to 1.0.40
    * build(deps): bump libc from 0.2.172 to 0.2.175
    * build(deps): bump glob from 0.3.2 to 0.3.3
    * build(deps): bump actix-web from 4.10.2 to 4.11.0

++++ selinux-policy:

  - Update to version 20241031+git17.66062d7a5:
    * rsync: add rsync_exec_commands boolean and enable it by default (bsc#1231494, bsc#1255372)

------------------------------------------------------------------
------------------  2026-1-6  -  Jan 6 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - devlink: rate: Unset parent pointer in devl_rate_nodes_destroy
    (CVE-2025-40251 bsc#1254856).
  - commit 07d80e9
  - Refresh
    patches.suse/cifs-do-not-disable-interface-polling-on-failure.patch.
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch.
  - commit 4e4929f
  - cifs: reset iface weights when we cannot find a candidate
    (git-fixes).
  - commit a4fc567
  - cifs: make cifs_chan_update_iface() a void function (git-fixes).
  - Refresh
    patches.suse/cifs-reduce-warning-log-level-for-server-not-advertising-interfaces.patch.
  - commit d2b9424
  - smb: client: fix warning when reconnecting channel (git-fixes).
  - commit 87ea733
  - cifs: do not disable interface polling on failure (git-fixes).
  - commit 40cfdea
  - cifs: deal with the channel loading lag while picking channels
    (git-fixes).
  - commit 979af19
  - cifs: handle when server stops supporting multichannel
    (git-fixes).
  - Refresh
    patches.suse/cifs-cifs_chan_is_iface_active-should-be-called-with-chan_lock-held.patch.
  - Refresh
    patches.suse/cifs-handle-cases-where-multiple-sessions-share-connection.patch.
  - Refresh
    patches.suse/smb-client-fix-UAF-in-smb2_reconnect_server-.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - commit c8dfa59
  - cifs: make sure that channel scaling is done only once
    (git-fixes).
  - commit 3175d69
  - cifs: handle when server starts supporting multichannel
    (git-fixes).
  - commit cc5563a
  - cifs: dns resolution is needed only for primary channel
    (git-fixes).
  - commit b750bd0
  - cifs: update dstaddr whenever channel iface is updated
    (git-fixes).
  - commit 87415ee
  - cifs: reset connections for all channels when reconnect
    requested (git-fixes).
  - commit 506f274
  - mptcp: fix race condition in mptcp_schedule_work()
    (CVE-2025-40258 bsc#1254843).
  - commit 664f157

++++ kernel-rt:

  - devlink: rate: Unset parent pointer in devl_rate_nodes_destroy
    (CVE-2025-40251 bsc#1254856).
  - commit 07d80e9
  - Refresh
    patches.suse/cifs-do-not-disable-interface-polling-on-failure.patch.
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch.
  - commit 4e4929f
  - cifs: reset iface weights when we cannot find a candidate
    (git-fixes).
  - commit a4fc567
  - cifs: make cifs_chan_update_iface() a void function (git-fixes).
  - Refresh
    patches.suse/cifs-reduce-warning-log-level-for-server-not-advertising-interfaces.patch.
  - commit d2b9424
  - smb: client: fix warning when reconnecting channel (git-fixes).
  - commit 87ea733
  - cifs: do not disable interface polling on failure (git-fixes).
  - commit 40cfdea
  - cifs: deal with the channel loading lag while picking channels
    (git-fixes).
  - commit 979af19
  - cifs: handle when server stops supporting multichannel
    (git-fixes).
  - Refresh
    patches.suse/cifs-cifs_chan_is_iface_active-should-be-called-with-chan_lock-held.patch.
  - Refresh
    patches.suse/cifs-handle-cases-where-multiple-sessions-share-connection.patch.
  - Refresh
    patches.suse/smb-client-fix-UAF-in-smb2_reconnect_server-.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - commit c8dfa59
  - cifs: make sure that channel scaling is done only once
    (git-fixes).
  - commit 3175d69
  - cifs: handle when server starts supporting multichannel
    (git-fixes).
  - commit cc5563a
  - cifs: dns resolution is needed only for primary channel
    (git-fixes).
  - commit b750bd0
  - cifs: update dstaddr whenever channel iface is updated
    (git-fixes).
  - commit 87415ee
  - cifs: reset connections for all channels when reconnect
    requested (git-fixes).
  - commit 506f274
  - mptcp: fix race condition in mptcp_schedule_work()
    (CVE-2025-40258 bsc#1254843).
  - commit 664f157

++++ kernel-rt_debug:

  - devlink: rate: Unset parent pointer in devl_rate_nodes_destroy
    (CVE-2025-40251 bsc#1254856).
  - commit 07d80e9
  - Refresh
    patches.suse/cifs-do-not-disable-interface-polling-on-failure.patch.
  - Refresh
    patches.suse/cifs-make-sure-server-interfaces-are-requested-only-for-SMB3-.patch.
  - commit 4e4929f
  - cifs: reset iface weights when we cannot find a candidate
    (git-fixes).
  - commit a4fc567
  - cifs: make cifs_chan_update_iface() a void function (git-fixes).
  - Refresh
    patches.suse/cifs-reduce-warning-log-level-for-server-not-advertising-interfaces.patch.
  - commit d2b9424
  - smb: client: fix warning when reconnecting channel (git-fixes).
  - commit 87ea733
  - cifs: do not disable interface polling on failure (git-fixes).
  - commit 40cfdea
  - cifs: deal with the channel loading lag while picking channels
    (git-fixes).
  - commit 979af19
  - cifs: handle when server stops supporting multichannel
    (git-fixes).
  - Refresh
    patches.suse/cifs-cifs_chan_is_iface_active-should-be-called-with-chan_lock-held.patch.
  - Refresh
    patches.suse/cifs-handle-cases-where-multiple-sessions-share-connection.patch.
  - Refresh
    patches.suse/smb-client-fix-UAF-in-smb2_reconnect_server-.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-nlsc-param-in-cifs_tree_connect-.patch.
  - commit c8dfa59
  - cifs: make sure that channel scaling is done only once
    (git-fixes).
  - commit 3175d69
  - cifs: handle when server starts supporting multichannel
    (git-fixes).
  - commit cc5563a
  - cifs: dns resolution is needed only for primary channel
    (git-fixes).
  - commit b750bd0
  - cifs: update dstaddr whenever channel iface is updated
    (git-fixes).
  - commit 87415ee
  - cifs: reset connections for all channels when reconnect
    requested (git-fixes).
  - commit 506f274
  - mptcp: fix race condition in mptcp_schedule_work()
    (CVE-2025-40258 bsc#1254843).
  - commit 664f157

++++ libsoup:

  - Add libsoup-CVE-2025-14523.patch: Reject duplicated Host in
    headers (bsc#1254876, CVE-2025-14523, glgo#GNOME/libsoup!490).

------------------------------------------------------------------
------------------  2026-1-5  -  Jan 5 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bs-upload-kernel: Fix cve branch uploads
  - commit 2716d28
  - team: Move team device type change at the end of team_port_add
    (CVE-2025-68340 bsc#1255507).
  - net/mlx5: Clean up only new IRQ glue on request_irq() failure
    (CVE-2025-40250 bsc#1254854).
  - net: qlogic/qede: fix potential out-of-bounds read in
    qede_tpa_cont() and qede_tpa_end() (CVE-2025-40252 bsc#1254849).
  - net: enetc: fix the deadlock of enetc_mdio_lock (CVE-2025-40337
    bsc#1255081).
  - net: stmmac: Correctly handle Rx checksum offload errors
    (CVE-2025-40337 bsc#1255081).
  - commit 3ae940f
  - staging: rtl8723bs: fix stack buffer overflow in OnAssocReq
    IE parsing (CVE-2025-68255 bsc#1255395).
  - commit d962eb4
  - ASoC: Intel: avs: Do not share the name pointer between
    components (CVE-2025-40338 bsc#1255273).
  - commit 968173c
  - drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAM
    (CVE-2025-40289 bsc#1255042).
  - commit ff414f2
  - scripts: teaapi: Add paging
  - commit dfea5bd
  - scrits: teaapi: Add list_repos
  - commit 83fa609
  - net: sched: act_connmark: initialize struct tc_ife to fix
    kernel leak (CVE-2025-40279 bsc#1254846).
  - commit 9f73fa4
  - scripts: bs-upload-kernel: do not create the IGNORE-KABI-BADNESS file
    There is a tar-up option that creates it. bs-upload-kernel should only
    set the ignore_kabi_badness macro in prjconf.
  - commit 1bc75ca
  - usb: phy: isp1301: fix non-OF device reference imbalance
    (git-fixes).
  - usb: gadget: lpc32xx_udc: fix clock imbalance in error path
    (git-fixes).
  - commit 4724dd4
  - platform/x86: ibm_rtl: fix EBDA signature search pointer
    arithmetic (git-fixes).
  - platform/x86: msi-laptop: add missing sysfs_remove_group()
    (git-fixes).
  - platform/mellanox: mlxbf-pmc: Remove trailing whitespaces from
    event names (git-fixes).
  - wifi: mac80211: do not use old MBSSID elements (git-fixes).
  - wifi: cfg80211: sme: store capped length in
    __cfg80211_connect_result() (git-fixes).
  - wifi: rtlwifi: 8192cu: fix tid out of range in
    rtl92cu_tx_fill_desc() (git-fixes).
  - wifi: rtw88: limit indirect IO under powered off for RTL8822CS
    (git-fixes).
  - smc91x: fix broken irq-context in PREEMPT_RT (git-fixes).
  - usb: dwc3: of-simple: fix clock resource leak in
    dwc3_of_simple_probe (git-fixes).
  - USB: lpc32xx_udc: Fix error handling in probe (git-fixes).
  - usb: renesas_usbhs: Fix a resource leak in usbhs_pipe_malloc()
    (git-fixes).
  - usb: dwc3: keep susphy enabled during exit to avoid controller
    faults (git-fixes).
  - spi: fsl-cpm: Check length parity before switching to 16 bit
    mode (git-fixes).
  - PM: runtime: Do not clear needs_force_resume with enabled
    runtime PM (git-fixes).
  - nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()
    (git-fixes).
  - commit 29120de
  - sctp: avoid NULL dereference when chunk data buffer is missing
    (CVE-2025-40240 bsc#1254869).
  - commit 7732dc5
  - net: rose: fix invalid array index in rose_kill_by_device()
    (git-fixes).
  - net: usb: sr9700: fix incorrect command used to write single
    register (git-fixes).
  - net: nfc: fix deadlock between nfc_unregister_device and
    rfkill_fop_write (git-fixes).
  - net: usb: rtl8150: fix memory leak on usb_submit_urb() failure
    (git-fixes).
  - net: mdio: aspeed: add dummy read to avoid read-after-write
    issue (git-fixes).
  - Input: ti_am335x_tsc - fix off-by-one error in wire_order
    validation (git-fixes).
  - Input: atkbd - skip deactivate for HONOR FMB-P's internal
    keyboard (git-fixes).
  - mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to
    Kconfig (git-fixes).
  - commit 0ed2427
  - drm/i915/gem: Zero-initialize the eb.vma array in
    i915_gem_do_execbuffer (git-fixes).
  - drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state()
    in prepare_fb (git-fixes).
  - Bluetooth: btusb: revert use of devm_kzalloc in btusb
    (git-fixes).
  - idr: fix idr_alloc() returning an ID out of range (git-fixes).
  - genalloc.h: fix htmldocs warning (git-fixes).
  - crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
    (git-fixes).
  - firewire: nosy: Fix dma_free_coherent() size (git-fixes).
  - drm/msm/dpu: Add missing NULL pointer check for pingpong
    interface (git-fixes).
  - ALSA: usb-mixer: us16x08: validate meter packet indices
    (git-fixes).
  - ALSA: pcmcia: Fix resource leak in snd_pdacf_probe error path
    (git-fixes).
  - ALSA: vxpocket: Fix resource leak in vxpocket_probe error path
    (git-fixes).
  - hwmon: (tmp401) fix overflow caused by default conversion rate
    value (git-fixes).
  - hwmon: (ibmpex) fix use-after-free in high/low store
    (git-fixes).
  - drm/panel: sony-td4353-jdi: Enable prepare_prev_first
    (git-fixes).
  - ACPI: PCC: Fix race condition by removing static qualifier
    (git-fixes).
  - ACPI: CPPC: Fix missing PCC check for guaranteed_perf
    (git-fixes).
  - can: j1939: make j1939_sk_bind() fail if device is no longer
    registered (git-fixes).
  - can: gs_usb: gs_can_open(): fix error handling (git-fixes).
  - broadcom: b44: prevent uninitialized value usage (git-fixes).
  - commit bf82bcb

++++ kernel-rt:

  - bs-upload-kernel: Fix cve branch uploads
  - commit 2716d28
  - team: Move team device type change at the end of team_port_add
    (CVE-2025-68340 bsc#1255507).
  - net/mlx5: Clean up only new IRQ glue on request_irq() failure
    (CVE-2025-40250 bsc#1254854).
  - net: qlogic/qede: fix potential out-of-bounds read in
    qede_tpa_cont() and qede_tpa_end() (CVE-2025-40252 bsc#1254849).
  - net: enetc: fix the deadlock of enetc_mdio_lock (CVE-2025-40337
    bsc#1255081).
  - net: stmmac: Correctly handle Rx checksum offload errors
    (CVE-2025-40337 bsc#1255081).
  - commit 3ae940f
  - staging: rtl8723bs: fix stack buffer overflow in OnAssocReq
    IE parsing (CVE-2025-68255 bsc#1255395).
  - commit d962eb4
  - ASoC: Intel: avs: Do not share the name pointer between
    components (CVE-2025-40338 bsc#1255273).
  - commit 968173c
  - drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAM
    (CVE-2025-40289 bsc#1255042).
  - commit ff414f2
  - scripts: teaapi: Add paging
  - commit dfea5bd
  - scrits: teaapi: Add list_repos
  - commit 83fa609
  - net: sched: act_connmark: initialize struct tc_ife to fix
    kernel leak (CVE-2025-40279 bsc#1254846).
  - commit 9f73fa4
  - scripts: bs-upload-kernel: do not create the IGNORE-KABI-BADNESS file
    There is a tar-up option that creates it. bs-upload-kernel should only
    set the ignore_kabi_badness macro in prjconf.
  - commit 1bc75ca
  - usb: phy: isp1301: fix non-OF device reference imbalance
    (git-fixes).
  - usb: gadget: lpc32xx_udc: fix clock imbalance in error path
    (git-fixes).
  - commit 4724dd4
  - platform/x86: ibm_rtl: fix EBDA signature search pointer
    arithmetic (git-fixes).
  - platform/x86: msi-laptop: add missing sysfs_remove_group()
    (git-fixes).
  - platform/mellanox: mlxbf-pmc: Remove trailing whitespaces from
    event names (git-fixes).
  - wifi: mac80211: do not use old MBSSID elements (git-fixes).
  - wifi: cfg80211: sme: store capped length in
    __cfg80211_connect_result() (git-fixes).
  - wifi: rtlwifi: 8192cu: fix tid out of range in
    rtl92cu_tx_fill_desc() (git-fixes).
  - wifi: rtw88: limit indirect IO under powered off for RTL8822CS
    (git-fixes).
  - smc91x: fix broken irq-context in PREEMPT_RT (git-fixes).
  - usb: dwc3: of-simple: fix clock resource leak in
    dwc3_of_simple_probe (git-fixes).
  - USB: lpc32xx_udc: Fix error handling in probe (git-fixes).
  - usb: renesas_usbhs: Fix a resource leak in usbhs_pipe_malloc()
    (git-fixes).
  - usb: dwc3: keep susphy enabled during exit to avoid controller
    faults (git-fixes).
  - spi: fsl-cpm: Check length parity before switching to 16 bit
    mode (git-fixes).
  - PM: runtime: Do not clear needs_force_resume with enabled
    runtime PM (git-fixes).
  - nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()
    (git-fixes).
  - commit 29120de
  - sctp: avoid NULL dereference when chunk data buffer is missing
    (CVE-2025-40240 bsc#1254869).
  - commit 7732dc5
  - net: rose: fix invalid array index in rose_kill_by_device()
    (git-fixes).
  - net: usb: sr9700: fix incorrect command used to write single
    register (git-fixes).
  - net: nfc: fix deadlock between nfc_unregister_device and
    rfkill_fop_write (git-fixes).
  - net: usb: rtl8150: fix memory leak on usb_submit_urb() failure
    (git-fixes).
  - net: mdio: aspeed: add dummy read to avoid read-after-write
    issue (git-fixes).
  - Input: ti_am335x_tsc - fix off-by-one error in wire_order
    validation (git-fixes).
  - Input: atkbd - skip deactivate for HONOR FMB-P's internal
    keyboard (git-fixes).
  - mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to
    Kconfig (git-fixes).
  - commit 0ed2427
  - drm/i915/gem: Zero-initialize the eb.vma array in
    i915_gem_do_execbuffer (git-fixes).
  - drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state()
    in prepare_fb (git-fixes).
  - Bluetooth: btusb: revert use of devm_kzalloc in btusb
    (git-fixes).
  - idr: fix idr_alloc() returning an ID out of range (git-fixes).
  - genalloc.h: fix htmldocs warning (git-fixes).
  - crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
    (git-fixes).
  - firewire: nosy: Fix dma_free_coherent() size (git-fixes).
  - drm/msm/dpu: Add missing NULL pointer check for pingpong
    interface (git-fixes).
  - ALSA: usb-mixer: us16x08: validate meter packet indices
    (git-fixes).
  - ALSA: pcmcia: Fix resource leak in snd_pdacf_probe error path
    (git-fixes).
  - ALSA: vxpocket: Fix resource leak in vxpocket_probe error path
    (git-fixes).
  - hwmon: (tmp401) fix overflow caused by default conversion rate
    value (git-fixes).
  - hwmon: (ibmpex) fix use-after-free in high/low store
    (git-fixes).
  - drm/panel: sony-td4353-jdi: Enable prepare_prev_first
    (git-fixes).
  - ACPI: PCC: Fix race condition by removing static qualifier
    (git-fixes).
  - ACPI: CPPC: Fix missing PCC check for guaranteed_perf
    (git-fixes).
  - can: j1939: make j1939_sk_bind() fail if device is no longer
    registered (git-fixes).
  - can: gs_usb: gs_can_open(): fix error handling (git-fixes).
  - broadcom: b44: prevent uninitialized value usage (git-fixes).
  - commit bf82bcb

++++ kernel-rt_debug:

  - bs-upload-kernel: Fix cve branch uploads
  - commit 2716d28
  - team: Move team device type change at the end of team_port_add
    (CVE-2025-68340 bsc#1255507).
  - net/mlx5: Clean up only new IRQ glue on request_irq() failure
    (CVE-2025-40250 bsc#1254854).
  - net: qlogic/qede: fix potential out-of-bounds read in
    qede_tpa_cont() and qede_tpa_end() (CVE-2025-40252 bsc#1254849).
  - net: enetc: fix the deadlock of enetc_mdio_lock (CVE-2025-40337
    bsc#1255081).
  - net: stmmac: Correctly handle Rx checksum offload errors
    (CVE-2025-40337 bsc#1255081).
  - commit 3ae940f
  - staging: rtl8723bs: fix stack buffer overflow in OnAssocReq
    IE parsing (CVE-2025-68255 bsc#1255395).
  - commit d962eb4
  - ASoC: Intel: avs: Do not share the name pointer between
    components (CVE-2025-40338 bsc#1255273).
  - commit 968173c
  - drm/amdgpu: hide VRAM sysfs attributes on GPUs without VRAM
    (CVE-2025-40289 bsc#1255042).
  - commit ff414f2
  - scripts: teaapi: Add paging
  - commit dfea5bd
  - scrits: teaapi: Add list_repos
  - commit 83fa609
  - net: sched: act_connmark: initialize struct tc_ife to fix
    kernel leak (CVE-2025-40279 bsc#1254846).
  - commit 9f73fa4
  - scripts: bs-upload-kernel: do not create the IGNORE-KABI-BADNESS file
    There is a tar-up option that creates it. bs-upload-kernel should only
    set the ignore_kabi_badness macro in prjconf.
  - commit 1bc75ca
  - usb: phy: isp1301: fix non-OF device reference imbalance
    (git-fixes).
  - usb: gadget: lpc32xx_udc: fix clock imbalance in error path
    (git-fixes).
  - commit 4724dd4
  - platform/x86: ibm_rtl: fix EBDA signature search pointer
    arithmetic (git-fixes).
  - platform/x86: msi-laptop: add missing sysfs_remove_group()
    (git-fixes).
  - platform/mellanox: mlxbf-pmc: Remove trailing whitespaces from
    event names (git-fixes).
  - wifi: mac80211: do not use old MBSSID elements (git-fixes).
  - wifi: cfg80211: sme: store capped length in
    __cfg80211_connect_result() (git-fixes).
  - wifi: rtlwifi: 8192cu: fix tid out of range in
    rtl92cu_tx_fill_desc() (git-fixes).
  - wifi: rtw88: limit indirect IO under powered off for RTL8822CS
    (git-fixes).
  - smc91x: fix broken irq-context in PREEMPT_RT (git-fixes).
  - usb: dwc3: of-simple: fix clock resource leak in
    dwc3_of_simple_probe (git-fixes).
  - USB: lpc32xx_udc: Fix error handling in probe (git-fixes).
  - usb: renesas_usbhs: Fix a resource leak in usbhs_pipe_malloc()
    (git-fixes).
  - usb: dwc3: keep susphy enabled during exit to avoid controller
    faults (git-fixes).
  - spi: fsl-cpm: Check length parity before switching to 16 bit
    mode (git-fixes).
  - PM: runtime: Do not clear needs_force_resume with enabled
    runtime PM (git-fixes).
  - nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()
    (git-fixes).
  - commit 29120de
  - sctp: avoid NULL dereference when chunk data buffer is missing
    (CVE-2025-40240 bsc#1254869).
  - commit 7732dc5
  - net: rose: fix invalid array index in rose_kill_by_device()
    (git-fixes).
  - net: usb: sr9700: fix incorrect command used to write single
    register (git-fixes).
  - net: nfc: fix deadlock between nfc_unregister_device and
    rfkill_fop_write (git-fixes).
  - net: usb: rtl8150: fix memory leak on usb_submit_urb() failure
    (git-fixes).
  - net: mdio: aspeed: add dummy read to avoid read-after-write
    issue (git-fixes).
  - Input: ti_am335x_tsc - fix off-by-one error in wire_order
    validation (git-fixes).
  - Input: atkbd - skip deactivate for HONOR FMB-P's internal
    keyboard (git-fixes).
  - mmc: sdhci-esdhc-imx: add alternate ARCH_S32 dependency to
    Kconfig (git-fixes).
  - commit 0ed2427
  - drm/i915/gem: Zero-initialize the eb.vma array in
    i915_gem_do_execbuffer (git-fixes).
  - drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state()
    in prepare_fb (git-fixes).
  - Bluetooth: btusb: revert use of devm_kzalloc in btusb
    (git-fixes).
  - idr: fix idr_alloc() returning an ID out of range (git-fixes).
  - genalloc.h: fix htmldocs warning (git-fixes).
  - crypto: seqiv - Do not use req->iv after crypto_aead_encrypt
    (git-fixes).
  - firewire: nosy: Fix dma_free_coherent() size (git-fixes).
  - drm/msm/dpu: Add missing NULL pointer check for pingpong
    interface (git-fixes).
  - ALSA: usb-mixer: us16x08: validate meter packet indices
    (git-fixes).
  - ALSA: pcmcia: Fix resource leak in snd_pdacf_probe error path
    (git-fixes).
  - ALSA: vxpocket: Fix resource leak in vxpocket_probe error path
    (git-fixes).
  - hwmon: (tmp401) fix overflow caused by default conversion rate
    value (git-fixes).
  - hwmon: (ibmpex) fix use-after-free in high/low store
    (git-fixes).
  - drm/panel: sony-td4353-jdi: Enable prepare_prev_first
    (git-fixes).
  - ACPI: PCC: Fix race condition by removing static qualifier
    (git-fixes).
  - ACPI: CPPC: Fix missing PCC check for guaranteed_perf
    (git-fixes).
  - can: j1939: make j1939_sk_bind() fail if device is no longer
    registered (git-fixes).
  - can: gs_usb: gs_can_open(): fix error handling (git-fixes).
  - broadcom: b44: prevent uninitialized value usage (git-fixes).
  - commit bf82bcb

++++ libpcap:

  - Security fix: [bsc#1255765, CVE-2025-11961]
    * Fix out-of-bound-write and out-of-bound-read in pcap_ether_aton()
    due to missing validation of provided MAC-48 address string
    * Add libpcap-CVE-2025-11961.patch

------------------------------------------------------------------
------------------  2026-1-3  -  Jan 3 2026  -------------------
------------------------------------------------------------------

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to version 580.126.09 (boo#1255858)

------------------------------------------------------------------
------------------  2026-1-2  -  Jan 2 2026  -------------------
------------------------------------------------------------------

++++ curl:

  - Security fixes:
    * [bsc#1255731, CVE-2025-14524] if redirected, require permission to use bearer
    * [bsc#1255734, CVE-2025-15224] require private key or user-agent for public key auth
    * [bsc#1255732, CVE-2025-14819] toggling CURLSSLOPT_NO_PARTIALCHAIN makes a different CA cache
    * [bsc#1255733, CVE-2025-15079] set both knownhosts options to the same file
    * Add patches:
  - curl-CVE-2025-14524.patch
  - curl-CVE-2025-15224.patch
  - curl-CVE-2025-14819.patch
  - curl-CVE-2025-15079.patch

++++ kernel-default:

  - exfat: validate cluster allocation bits of the allocation bitmap
    (CVE-2025-40307 bsc#1255039).
  - commit 61971f7
  - exfat: using hweight instead of internal logic (git-fixes).
  - commit 18b7ccc
  - powerpc/kexec: Enable SMT before waking offline CPUs
    (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes
    bsc#1253739 ltc#211493 bsc#1254244 ltc#216496).
  - commit 8505ec5

++++ kernel-rt:

  - exfat: validate cluster allocation bits of the allocation bitmap
    (CVE-2025-40307 bsc#1255039).
  - commit 61971f7
  - exfat: using hweight instead of internal logic (git-fixes).
  - commit 18b7ccc
  - powerpc/kexec: Enable SMT before waking offline CPUs
    (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes
    bsc#1253739 ltc#211493 bsc#1254244 ltc#216496).
  - commit 8505ec5

++++ kernel-rt_debug:

  - exfat: validate cluster allocation bits of the allocation bitmap
    (CVE-2025-40307 bsc#1255039).
  - commit 61971f7
  - exfat: using hweight instead of internal logic (git-fixes).
  - commit 18b7ccc
  - powerpc/kexec: Enable SMT before waking offline CPUs
    (bsc#1214285 bsc#1205462 ltc#200161 ltc#200588 git-fixes
    bsc#1253739 ltc#211493 bsc#1254244 ltc#216496).
  - commit 8505ec5

------------------------------------------------------------------
------------------  2026-1-1  -  Jan 1 2026  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Branch maintainers was auto-merged from SLE15-SP6-LTSS.
    Restore to SP7 maintainers per ML discussion at:
    https://mailman.suse.de/mlarch/SuSE/kernel/2025/kernel.2025.12/msg00127.html
    https://mailman.suse.de/mlarch/SuSE/kernel/2025/kernel.2025.12/msg00134.html
  - commit ca6d40d

++++ kernel-rt:

  - Branch maintainers was auto-merged from SLE15-SP6-LTSS.
    Restore to SP7 maintainers per ML discussion at:
    https://mailman.suse.de/mlarch/SuSE/kernel/2025/kernel.2025.12/msg00127.html
    https://mailman.suse.de/mlarch/SuSE/kernel/2025/kernel.2025.12/msg00134.html
  - commit ca6d40d

++++ kernel-rt_debug:

  - Branch maintainers was auto-merged from SLE15-SP6-LTSS.
    Restore to SP7 maintainers per ML discussion at:
    https://mailman.suse.de/mlarch/SuSE/kernel/2025/kernel.2025.12/msg00127.html
    https://mailman.suse.de/mlarch/SuSE/kernel/2025/kernel.2025.12/msg00134.html
  - commit ca6d40d

------------------------------------------------------------------
------------------  2025-12-31  -  Dec 31 2025  -------------------
------------------------------------------------------------------

++++ fde-tools:

  - Add fde-tools.conf to create /var/log/fde with tmpfiles.d
    (jsc#PED-14754)

++++ kernel-default:

  - tracing: Fix race condition in kprobe initialization causing
    NULL pointer dereference (CVE-2025-40042 bsc#1252861).
  - commit ee6a745

++++ kernel-rt:

  - tracing: Fix race condition in kprobe initialization causing
    NULL pointer dereference (CVE-2025-40042 bsc#1252861).
  - commit ee6a745

++++ kernel-rt_debug:

  - tracing: Fix race condition in kprobe initialization causing
    NULL pointer dereference (CVE-2025-40042 bsc#1252861).
  - commit ee6a745

------------------------------------------------------------------
------------------  2025-12-30  -  Dec 30 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - README.BRANCH: SLE15-SP6 became LTSS, update maintainers
  - commit f86184e

++++ kernel-rt:

  - README.BRANCH: SLE15-SP6 became LTSS, update maintainers
  - commit f86184e

++++ kernel-rt_debug:

  - README.BRANCH: SLE15-SP6 became LTSS, update maintainers
  - commit f86184e

------------------------------------------------------------------
------------------  2025-12-29  -  Dec 29 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - cpuidle: menu: Use residency threshold in polling state override
    decisions (bsc#1255026).
  - commit 2c42ea1
  - fs: dlm: allow to F_SETLKW getting interrupted (bsc#1255025).
  - commit c5ce147
  - selftests/bpf: Add test case for different expected_attach_type
    (CVE-2025-40123 bsc#1253365).
  - commit a20378c
  - kABI workaround for bpf: Enforce expected_attach_type for
    tailcall compatibility (CVE-2025-40123 bsc#1253365).
  - commit b3b5837
  - bpf: Enforce expected_attach_type for tailcall compatibility
    (CVE-2025-40123 bsc#1253365).
    Refresh patches.kabi/bpf-struct-bpf_map-workaround.patch.
  - commit 4229239

++++ kernel-rt:

  - cpuidle: menu: Use residency threshold in polling state override
    decisions (bsc#1255026).
  - commit 2c42ea1
  - fs: dlm: allow to F_SETLKW getting interrupted (bsc#1255025).
  - commit c5ce147
  - selftests/bpf: Add test case for different expected_attach_type
    (CVE-2025-40123 bsc#1253365).
  - commit a20378c
  - kABI workaround for bpf: Enforce expected_attach_type for
    tailcall compatibility (CVE-2025-40123 bsc#1253365).
  - commit b3b5837
  - bpf: Enforce expected_attach_type for tailcall compatibility
    (CVE-2025-40123 bsc#1253365).
    Refresh patches.kabi/bpf-struct-bpf_map-workaround.patch.
  - commit 4229239

++++ kernel-rt_debug:

  - cpuidle: menu: Use residency threshold in polling state override
    decisions (bsc#1255026).
  - commit 2c42ea1
  - fs: dlm: allow to F_SETLKW getting interrupted (bsc#1255025).
  - commit c5ce147
  - selftests/bpf: Add test case for different expected_attach_type
    (CVE-2025-40123 bsc#1253365).
  - commit a20378c
  - kABI workaround for bpf: Enforce expected_attach_type for
    tailcall compatibility (CVE-2025-40123 bsc#1253365).
  - commit b3b5837
  - bpf: Enforce expected_attach_type for tailcall compatibility
    (CVE-2025-40123 bsc#1253365).
    Refresh patches.kabi/bpf-struct-bpf_map-workaround.patch.
  - commit 4229239

------------------------------------------------------------------
------------------  2025-12-23  -  Dec 23 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - exfat: fix refcount leak in exfat_find (CVE-2025-40287
    bsc#1255030).
  - commit 8d74fe6
  - exfat: fix improper check of dentry.stream.valid_size
    (CVE-2025-40287 bsc#1255030).
  - commit 6d6e321
  - exfat: add a check for invalid data size (git-fixes).
  - commit 2af7089
  - selftests/bpf: Test widen_imprecise_scalars() with different
    stack depth (CVE-2025-68208 bsc#1255227).
  - commit 7bc82c5
  - bpf: account for current allocated stack depth in
    widen_imprecise_scalars() (CVE-2025-68208 bsc#1255227).
  - commit 59eb6d6
  - gfs2: Fix unlikely race in gdlm_put_lock (CVE-2025-40242
    bsc#1255075).
  - commit c371711

++++ kernel-rt:

  - exfat: fix refcount leak in exfat_find (CVE-2025-40287
    bsc#1255030).
  - commit 8d74fe6
  - exfat: fix improper check of dentry.stream.valid_size
    (CVE-2025-40287 bsc#1255030).
  - commit 6d6e321
  - exfat: add a check for invalid data size (git-fixes).
  - commit 2af7089
  - selftests/bpf: Test widen_imprecise_scalars() with different
    stack depth (CVE-2025-68208 bsc#1255227).
  - commit 7bc82c5
  - bpf: account for current allocated stack depth in
    widen_imprecise_scalars() (CVE-2025-68208 bsc#1255227).
  - commit 59eb6d6
  - gfs2: Fix unlikely race in gdlm_put_lock (CVE-2025-40242
    bsc#1255075).
  - commit c371711

++++ kernel-rt_debug:

  - exfat: fix refcount leak in exfat_find (CVE-2025-40287
    bsc#1255030).
  - commit 8d74fe6
  - exfat: fix improper check of dentry.stream.valid_size
    (CVE-2025-40287 bsc#1255030).
  - commit 6d6e321
  - exfat: add a check for invalid data size (git-fixes).
  - commit 2af7089
  - selftests/bpf: Test widen_imprecise_scalars() with different
    stack depth (CVE-2025-68208 bsc#1255227).
  - commit 7bc82c5
  - bpf: account for current allocated stack depth in
    widen_imprecise_scalars() (CVE-2025-68208 bsc#1255227).
  - commit 59eb6d6
  - gfs2: Fix unlikely race in gdlm_put_lock (CVE-2025-40242
    bsc#1255075).
  - commit c371711

++++ capstone:

  - fix bsc#1255309 (CVE-2025-67873)
    Patch added:
    * fix-unchecked-lenght-cbef76.patch

------------------------------------------------------------------
------------------  2025-12-22  -  Dec 22 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - selftests/bpf: Skip timer cases when bpf_timer is not supported
    (git-fixes).
  - commit c865cf8
  - bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
  - commit 4c49578
  - bpf: Sync pending IRQ work before freeing ring buffer
    (CVE-2025-40319 bsc#1254794).
  - commit d39f398
  - netfilter: nft_ct: add seqadj extension for natted connections
    (CVE-2025-68206 bsc#1255142).
  - commit 85cf637
  - sctp: Prevent TOCTOU out-of-bounds write (CVE-2025-40331
    bsc#1254615).
  - commit a261090
  - net: bridge: fix use-after-free due to MST port state bypass
    (CVE-2025-40297 bsc#1255187).
  - commit 551613c

++++ kernel-rt:

  - selftests/bpf: Skip timer cases when bpf_timer is not supported
    (git-fixes).
  - commit c865cf8
  - bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
  - commit 4c49578
  - bpf: Sync pending IRQ work before freeing ring buffer
    (CVE-2025-40319 bsc#1254794).
  - commit d39f398
  - netfilter: nft_ct: add seqadj extension for natted connections
    (CVE-2025-68206 bsc#1255142).
  - commit 85cf637
  - sctp: Prevent TOCTOU out-of-bounds write (CVE-2025-40331
    bsc#1254615).
  - commit a261090
  - net: bridge: fix use-after-free due to MST port state bypass
    (CVE-2025-40297 bsc#1255187).
  - commit 551613c

++++ kernel-rt_debug:

  - selftests/bpf: Skip timer cases when bpf_timer is not supported
    (git-fixes).
  - commit c865cf8
  - bpf: Reject bpf_timer for PREEMPT_RT (git-fixes).
  - commit 4c49578
  - bpf: Sync pending IRQ work before freeing ring buffer
    (CVE-2025-40319 bsc#1254794).
  - commit d39f398
  - netfilter: nft_ct: add seqadj extension for natted connections
    (CVE-2025-68206 bsc#1255142).
  - commit 85cf637
  - sctp: Prevent TOCTOU out-of-bounds write (CVE-2025-40331
    bsc#1254615).
  - commit a261090
  - net: bridge: fix use-after-free due to MST port state bypass
    (CVE-2025-40297 bsc#1255187).
  - commit 551613c

++++ qemu:

  - More spec file cleanup:
    * [openSUSE][RPM} spec: delete old specfile constructs

------------------------------------------------------------------
------------------  2025-12-21  -  Dec 21 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ocfs2: clear extent cache after moving/defragmenting extents
    (CVE-2025-40233 bsc#1254813).
  - commit 2e6aaae
  - net: use dst_dev_rcu() in sk_setup_caps() (CVE-2025-40170
    bsc#1253413).
  - commit 7607c99
  - ipv6: use RCU in ip6_output() (CVE-2025-40158 bsc#1253402).
  - ipv6: use RCU in ip6_xmit() (CVE-2025-40135 bsc#1253342).
  - ipv6: use RCU in ip6_output() (CVE-2025-40158 bsc#1253402).
  - ipv6: use RCU in ip6_xmit() (CVE-2025-40135 bsc#1253342).
  - commit c7716e0

++++ kernel-rt:

  - ocfs2: clear extent cache after moving/defragmenting extents
    (CVE-2025-40233 bsc#1254813).
  - commit 2e6aaae
  - net: use dst_dev_rcu() in sk_setup_caps() (CVE-2025-40170
    bsc#1253413).
  - commit 7607c99
  - ipv6: use RCU in ip6_output() (CVE-2025-40158 bsc#1253402).
  - ipv6: use RCU in ip6_xmit() (CVE-2025-40135 bsc#1253342).
  - ipv6: use RCU in ip6_output() (CVE-2025-40158 bsc#1253402).
  - ipv6: use RCU in ip6_xmit() (CVE-2025-40135 bsc#1253342).
  - commit c7716e0

++++ kernel-rt_debug:

  - ocfs2: clear extent cache after moving/defragmenting extents
    (CVE-2025-40233 bsc#1254813).
  - commit 2e6aaae
  - net: use dst_dev_rcu() in sk_setup_caps() (CVE-2025-40170
    bsc#1253413).
  - commit 7607c99
  - ipv6: use RCU in ip6_output() (CVE-2025-40158 bsc#1253402).
  - ipv6: use RCU in ip6_xmit() (CVE-2025-40135 bsc#1253342).
  - ipv6: use RCU in ip6_output() (CVE-2025-40158 bsc#1253402).
  - ipv6: use RCU in ip6_xmit() (CVE-2025-40135 bsc#1253342).
  - commit c7716e0

------------------------------------------------------------------
------------------  2025-12-19  -  Dec 19 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - tipc: Fix use-after-free in tipc_mon_reinit_self()
    (CVE-2025-40280 bsc#1254847).
  - commit 293c735
  - virtio-net: fix received length check in big packets (bsc#1255175, CVE-2025-40292).
  - commit 640f7af
  - vsock: Ignore signal/timeout on connect() if already established
    (CVE-2025-40248, bsc#1254864).
  - commit 76e0cd6
  - vsock: fix lock inversion in vsock_assign_transport()
    (CVE-2025-40231, bsc#1254815).
  - commit f20ceef
  - xen/events: Return -EEXIST for bound VIRQs (CVE-2025-40160,
    bsc#1253400).
  - commit a401c8b
  - xen/events: Cleanup find_virq() return codes (CVE-2025-40160,
    bsc#1253400).
  - commit 3a48f4b

++++ kernel-rt:

  - tipc: Fix use-after-free in tipc_mon_reinit_self()
    (CVE-2025-40280 bsc#1254847).
  - commit 293c735
  - virtio-net: fix received length check in big packets (bsc#1255175, CVE-2025-40292).
  - commit 640f7af
  - vsock: Ignore signal/timeout on connect() if already established
    (CVE-2025-40248, bsc#1254864).
  - commit 76e0cd6
  - vsock: fix lock inversion in vsock_assign_transport()
    (CVE-2025-40231, bsc#1254815).
  - commit f20ceef
  - xen/events: Return -EEXIST for bound VIRQs (CVE-2025-40160,
    bsc#1253400).
  - commit a401c8b
  - xen/events: Cleanup find_virq() return codes (CVE-2025-40160,
    bsc#1253400).
  - commit 3a48f4b

++++ kernel-rt_debug:

  - tipc: Fix use-after-free in tipc_mon_reinit_self()
    (CVE-2025-40280 bsc#1254847).
  - commit 293c735
  - virtio-net: fix received length check in big packets (bsc#1255175, CVE-2025-40292).
  - commit 640f7af
  - vsock: Ignore signal/timeout on connect() if already established
    (CVE-2025-40248, bsc#1254864).
  - commit 76e0cd6
  - vsock: fix lock inversion in vsock_assign_transport()
    (CVE-2025-40231, bsc#1254815).
  - commit f20ceef
  - xen/events: Return -EEXIST for bound VIRQs (CVE-2025-40160,
    bsc#1253400).
  - commit a401c8b
  - xen/events: Cleanup find_virq() return codes (CVE-2025-40160,
    bsc#1253400).
  - commit 3a48f4b

++++ capstone:

  - Fix bsc#1255310 (CVE-2025-68114)
    Patch added:
    * fix-buffer-overflow-2c7797.patch

------------------------------------------------------------------
------------------  2025-12-18  -  Dec 18 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - xfrm: also call xfrm_state_delete_tunnel at destroy time for
    states that were never added (CVE-2025-40215 bsc#1254959).
  - commit ae22a6c
  - xfrm: delete x->tunnel as we delete x (CVE-2025-40215
    bsc#1254959).
  - commit 13f0f1f
  - kABI: xfrm: delete x->tunnel as we delete x (bsc#1254959
    CVE-2025-40215).
  - commit 63a872c
  - cifs: Fix copy offload to flush destination region
    (bsc#1252511).
  - commit 5ef1ba0
  - cifs: Fix flushing, invalidation and file size with
    copy_file_range() (bsc#1252511).
  - commit 957492b

++++ kernel-rt:

  - xfrm: also call xfrm_state_delete_tunnel at destroy time for
    states that were never added (CVE-2025-40215 bsc#1254959).
  - commit ae22a6c
  - xfrm: delete x->tunnel as we delete x (CVE-2025-40215
    bsc#1254959).
  - commit 13f0f1f
  - kABI: xfrm: delete x->tunnel as we delete x (bsc#1254959
    CVE-2025-40215).
  - commit 63a872c
  - cifs: Fix copy offload to flush destination region
    (bsc#1252511).
  - commit 5ef1ba0
  - cifs: Fix flushing, invalidation and file size with
    copy_file_range() (bsc#1252511).
  - commit 957492b

++++ kernel-rt_debug:

  - xfrm: also call xfrm_state_delete_tunnel at destroy time for
    states that were never added (CVE-2025-40215 bsc#1254959).
  - commit ae22a6c
  - xfrm: delete x->tunnel as we delete x (CVE-2025-40215
    bsc#1254959).
  - commit 13f0f1f
  - kABI: xfrm: delete x->tunnel as we delete x (bsc#1254959
    CVE-2025-40215).
  - commit 63a872c
  - cifs: Fix copy offload to flush destination region
    (bsc#1252511).
  - commit 5ef1ba0
  - cifs: Fix flushing, invalidation and file size with
    copy_file_range() (bsc#1252511).
  - commit 957492b

++++ python311-core:

  - Add CVE-2025-13836-http-resp-cont-len.patch (bsc#1254400,
    CVE-2025-13836) to prevent reading an HTTP response from
    a server, if no read amount is specified, with using
    Content-Length per default as the length.
  - Add CVE-2025-12084-minidom-quad-search.patch prevent quadratic
    behavior in node ID cache clearing (CVE-2025-12084,
    bsc#1254997).
  - Add CVE-2025-13837-plistlib-mailicious-length.patch protect
    against OOM when loading malicious content (CVE-2025-13837,
    bsc#1254401).

++++ python311:

  - Add CVE-2025-13836-http-resp-cont-len.patch (bsc#1254400,
    CVE-2025-13836) to prevent reading an HTTP response from
    a server, if no read amount is specified, with using
    Content-Length per default as the length.
  - Add CVE-2025-12084-minidom-quad-search.patch prevent quadratic
    behavior in node ID cache clearing (CVE-2025-12084,
    bsc#1254997).
  - Add CVE-2025-13837-plistlib-mailicious-length.patch protect
    against OOM when loading malicious content (CVE-2025-13837,
    bsc#1254401).

++++ qemu:

  - We *always* want a display driver in x86 too:
    * [openSUSE][RPM] spec: require qemu-hw-display-virtio-gpu-pci for x86 too

------------------------------------------------------------------
------------------  2025-12-17  -  Dec 17 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: guest_memfd: Remove bindings on memslot deletion when
    gmem is dying (CVE-2025-40274, bsc#1254830).
  - commit 539aace

++++ kernel-rt:

  - KVM: guest_memfd: Remove bindings on memslot deletion when
    gmem is dying (CVE-2025-40274, bsc#1254830).
  - commit 539aace

++++ kernel-rt_debug:

  - KVM: guest_memfd: Remove bindings on memslot deletion when
    gmem is dying (CVE-2025-40274, bsc#1254830).
  - commit 539aace

------------------------------------------------------------------
------------------  2025-12-16  -  Dec 16 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Move upstreamed ath12k patch into sorted section
  - commit fa80682
  - Move upstreamed SCSI patches into sorted section
  - commit 8ea340d
  - futex: Prevent use-after-free during requeue-PI (CVE-2025-39977
    bsc#1252046).
  - commit 3062182

++++ kernel-rt:

  - Move upstreamed ath12k patch into sorted section
  - commit fa80682
  - Move upstreamed SCSI patches into sorted section
  - commit 8ea340d
  - futex: Prevent use-after-free during requeue-PI (CVE-2025-39977
    bsc#1252046).
  - commit 3062182

++++ kernel-rt_debug:

  - Move upstreamed ath12k patch into sorted section
  - commit fa80682
  - Move upstreamed SCSI patches into sorted section
  - commit 8ea340d
  - futex: Prevent use-after-free during requeue-PI (CVE-2025-39977
    bsc#1252046).
  - commit 3062182

++++ libvirt:

  - CVE-2025-13193: qemu: Set umask for 'qemu-img' when creating
    external inactive snapshots
    bsc#1253703
  - CVE-2025-12748: Check ACLs before parsing the whole domain XML
    bsc#1253278

++++ qemu:

  - Bug and CVE fixes:
    * [openSUSE][RPM]: really fix *-virtio-gpu-pci dependency on ARM (bsc#1254286)
    * net: pad packets to minimum length in qemu_receive_packet() (bsc#1253002, CVE-2025-12464)

++++ rsync:

  - Security update (CVE-2025-10158, bsc#1254441): rsync: Out of
    bounds array access via negative index
  - Add rsync-CVE-2025-10158.patch

++++ selinux-policy:

  - Update to version 20241031+git15.e32e86fd5:
    * Add a new type for systemd-ssh-issue PID files (bsc#1254889)
    * Label /usr/lib/systemd/systemd-ssh-issue with systemd_ssh_issue_exec_t (bsc#1254889)

++++ shim:

  - shim-install: Add ca_string for SL Micro to update fallback loader
    The fallback loader, /boot/efi/EFI/BOOT/bootaa64.efi or bootx64.efi,
    cannot be upgraded by shim-install on SL Micro. The issue case is
    SL Micro 6.0. It causes that system gets regression bug because it's
    fallback to a old shim. So this patch adds ca_string to SL Micro.
    (bsc#1254336)

------------------------------------------------------------------
------------------  2025-12-15  -  Dec 15 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE
    (git-fixes).
  - commit 808d009
  - usb: typec: ucsi: psy: Set max current to zero when disconnected
    (git-fixes).
  - commit de6f0cd
  - USB: serial: option: add Telit FN920C04 ECM compositions
    (stable-fixes).
  - USB: serial: option: add Quectel RG255C (stable-fixes).
  - USB: serial: option: add UNISOC UIS7720 (stable-fixes).
  - usb: dwc3: Abort suspend on soft disconnect failure (git-fixes).
  - usb: chipidea: udc: limit usb request length to max 16KB
    (stable-fixes).
  - commit 15d4d36
  - usb: raw-gadget: do not limit transfer length (git-fixes).
  - usb: vhci-hcd: Prevent suspending virtually attached devices
    (git-fixes).
  - usb: typec: tipd: Clear interrupts first (git-fixes).
  - usb: udc: Add trace event for usb_gadget_set_state
    (stable-fixes).
  - usb: gadget: configfs: Correctly set use_os_string at bind
    (git-fixes).
  - commit c4f787c
  - Correct USB typec tcpm patches
    In upstream backports, changes were applied to wrong places (sink
    instead of source).  In the stable upstream, it was corrected in a
    commit d967f6ae3149, but we fold the corrections in each patch,
    instead.
    Refreshed:
    patches.suse/usb-typec-tcpm-fix-use-after-free-case-in-tcpm_regis.patch
    patches.suse/usb-typec-tcpm-unregister-existing-source-caps-befor.patch
  - commit 55aaa8f
  - x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap() (git-fixes).
  - commit 4dc2ee9

++++ kernel-rt:

  - usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE
    (git-fixes).
  - commit 808d009
  - usb: typec: ucsi: psy: Set max current to zero when disconnected
    (git-fixes).
  - commit de6f0cd
  - USB: serial: option: add Telit FN920C04 ECM compositions
    (stable-fixes).
  - USB: serial: option: add Quectel RG255C (stable-fixes).
  - USB: serial: option: add UNISOC UIS7720 (stable-fixes).
  - usb: dwc3: Abort suspend on soft disconnect failure (git-fixes).
  - usb: chipidea: udc: limit usb request length to max 16KB
    (stable-fixes).
  - commit 15d4d36
  - usb: raw-gadget: do not limit transfer length (git-fixes).
  - usb: vhci-hcd: Prevent suspending virtually attached devices
    (git-fixes).
  - usb: typec: tipd: Clear interrupts first (git-fixes).
  - usb: udc: Add trace event for usb_gadget_set_state
    (stable-fixes).
  - usb: gadget: configfs: Correctly set use_os_string at bind
    (git-fixes).
  - commit c4f787c
  - Correct USB typec tcpm patches
    In upstream backports, changes were applied to wrong places (sink
    instead of source).  In the stable upstream, it was corrected in a
    commit d967f6ae3149, but we fold the corrections in each patch,
    instead.
    Refreshed:
    patches.suse/usb-typec-tcpm-fix-use-after-free-case-in-tcpm_regis.patch
    patches.suse/usb-typec-tcpm-unregister-existing-source-caps-befor.patch
  - commit 55aaa8f
  - x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap() (git-fixes).
  - commit 4dc2ee9

++++ kernel-rt_debug:

  - usb: raw-gadget: cap raw_io transfer length to KMALLOC_MAX_SIZE
    (git-fixes).
  - commit 808d009
  - usb: typec: ucsi: psy: Set max current to zero when disconnected
    (git-fixes).
  - commit de6f0cd
  - USB: serial: option: add Telit FN920C04 ECM compositions
    (stable-fixes).
  - USB: serial: option: add Quectel RG255C (stable-fixes).
  - USB: serial: option: add UNISOC UIS7720 (stable-fixes).
  - usb: dwc3: Abort suspend on soft disconnect failure (git-fixes).
  - usb: chipidea: udc: limit usb request length to max 16KB
    (stable-fixes).
  - commit 15d4d36
  - usb: raw-gadget: do not limit transfer length (git-fixes).
  - usb: vhci-hcd: Prevent suspending virtually attached devices
    (git-fixes).
  - usb: typec: tipd: Clear interrupts first (git-fixes).
  - usb: udc: Add trace event for usb_gadget_set_state
    (stable-fixes).
  - usb: gadget: configfs: Correctly set use_os_string at bind
    (git-fixes).
  - commit c4f787c
  - Correct USB typec tcpm patches
    In upstream backports, changes were applied to wrong places (sink
    instead of source).  In the stable upstream, it was corrected in a
    commit d967f6ae3149, but we fold the corrections in each patch,
    instead.
    Refreshed:
    patches.suse/usb-typec-tcpm-fix-use-after-free-case-in-tcpm_regis.patch
    patches.suse/usb-typec-tcpm-unregister-existing-source-caps-befor.patch
  - commit 55aaa8f
  - x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap() (git-fixes).
  - commit 4dc2ee9

++++ systemd:

  - Import commit 9ecd16228492f44212e2771bec11ec78245b4094
    9ecd162284 timer: rebase last_trigger timestamp if needed
    cd4a9103ef timer: rebase the next elapse timestamp only if timer didn't already run
    c3f4407e97 timer: don't run service immediately after restart of a timer (bsc#1254563)
    05bcfe3295 test: check the next elapse timer timestamp after deserialization
    fe8f656975 test: restarting elapsed timer shouldn't trigger the corresponding service
    e4dd315b6c units: don't force the loading of the loop and dm_mod modules in systemd-repart.service (bsc#1248356)
    b58e72215a units: add dep on systemd-logind.service by user@.service
    97ceca445c detect-virt: add bare-metal support for GCE (bsc#1244449
  - Sync systemd-update-helper with the version shipped in Base:System
    This includes the following changes:
  - systemd-update-helper: do not stop or disable services when they are migrated
    to other packages. This can occur during package renaming or splitting.
  - systemd-update-helper: Fix invalid use of "break" in case statement
  - systemd-update-helper: fix regression introduced when support for package
    renaming/splitting was added (bsc#1245551)
  - systemd-update-helper: backport commit 2d0af8bc354f4a1429ce
    Since user@.service has `Type=notify-reload` (making the reloading process
    synchronous) and reloading implies reexecuting with `ReloadSignal=RTMIN+25`,
    reexecuting user managers synchronously can be achieved with `systemctl reload
    user@*.service" now.

++++ python-tornado6:

  - Add security patches:
    * CVE-2025-67724.patch (bsc#1254903)
    * CVE-2025-67725.patch (bsc#1254905)
    * CVE-2025-67726.patch (bsc#1254904)

++++ shim:

  - Add DER format certificate files for the pretrans script to verify
    that the necessary certificate is in the UEFI db
  - openSUSE Secure Boot CA, 2013-2035
    openSUSE_Secure_Boot_CA_2013.crt
  - SUSE Linux Enterprise Secure Boot CA, 2013-2035
    SUSE_Linux_Enterprise_Secure_Boot_CA_2013.crt
  - Microsoft Corporation UEFI CA 2011, 2011-2026
    Microsoft_Corporation_UEFI_CA_2011.crt
  - Microsoft UEFI CA 2023, 2023-2038
    Microsoft_UEFI_CA_2023.crt
  - shim.spec: Add a pretrans script to verify that the necessary certificate
    is in the UEFI db.
  - Always put SUSE Linux Enterprise Secure Boot CA to target array.
    (bsc#1254679)

------------------------------------------------------------------
------------------  2025-12-14  -  Dec 14 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()
    (git-fixes).
  - drm/mgag200: Fix big-endian support (git-fixes).
  - drm/ttm: Avoid NULL pointer deref for evicted BOs (git-fixes).
  - drm: nouveau: Replace sprintf() with sysfs_emit() (git-fixes).
  - rtc: gamecube: Check the return value of ioremap() (git-fixes).
  - commit 4a0695a

++++ kernel-rt:

  - irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()
    (git-fixes).
  - drm/mgag200: Fix big-endian support (git-fixes).
  - drm/ttm: Avoid NULL pointer deref for evicted BOs (git-fixes).
  - drm: nouveau: Replace sprintf() with sysfs_emit() (git-fixes).
  - rtc: gamecube: Check the return value of ioremap() (git-fixes).
  - commit 4a0695a

++++ kernel-rt_debug:

  - irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()
    (git-fixes).
  - drm/mgag200: Fix big-endian support (git-fixes).
  - drm/ttm: Avoid NULL pointer deref for evicted BOs (git-fixes).
  - drm: nouveau: Replace sprintf() with sysfs_emit() (git-fixes).
  - rtc: gamecube: Check the return value of ioremap() (git-fixes).
  - commit 4a0695a

------------------------------------------------------------------
------------------  2025-12-13  -  Dec 13 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: codecs: wcd938x: fix OF node leaks on probe failure
    (git-fixes).
  - ASoC: ak5558: Disable regulator when error happens (git-fixes).
  - ASoC: ak4458: Disable regulator when error happens (git-fixes).
  - ALSA: firewire-motu: add bounds check in put_user loop for
    DSP events (git-fixes).
  - ALSA: uapi: Fix typo in asound.h comment (git-fixes).
  - ALSA: firewire-motu: fix buffer overflow in hwdep read for
    DSP events (git-fixes).
  - ALSA: hda: cs35l41: Fix NULL pointer dereference in
    cs35l41_hda_read_acpi() (git-fixes).
  - commit 203c44f

++++ kernel-rt:

  - ASoC: codecs: wcd938x: fix OF node leaks on probe failure
    (git-fixes).
  - ASoC: ak5558: Disable regulator when error happens (git-fixes).
  - ASoC: ak4458: Disable regulator when error happens (git-fixes).
  - ALSA: firewire-motu: add bounds check in put_user loop for
    DSP events (git-fixes).
  - ALSA: uapi: Fix typo in asound.h comment (git-fixes).
  - ALSA: firewire-motu: fix buffer overflow in hwdep read for
    DSP events (git-fixes).
  - ALSA: hda: cs35l41: Fix NULL pointer dereference in
    cs35l41_hda_read_acpi() (git-fixes).
  - commit 203c44f

++++ kernel-rt_debug:

  - ASoC: codecs: wcd938x: fix OF node leaks on probe failure
    (git-fixes).
  - ASoC: ak5558: Disable regulator when error happens (git-fixes).
  - ASoC: ak4458: Disable regulator when error happens (git-fixes).
  - ALSA: firewire-motu: add bounds check in put_user loop for
    DSP events (git-fixes).
  - ALSA: uapi: Fix typo in asound.h comment (git-fixes).
  - ALSA: firewire-motu: fix buffer overflow in hwdep read for
    DSP events (git-fixes).
  - ALSA: hda: cs35l41: Fix NULL pointer dereference in
    cs35l41_hda_read_acpi() (git-fixes).
  - commit 203c44f

------------------------------------------------------------------
------------------  2025-12-12  -  Dec 12 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ext4: detect invalid INLINE_DATA + EXTENTS flag combination
    (bsc#1253458 CVE-2025-40167).
  - commit 18e6218
  - ext4: align max orphan file size with e2fsprogs limit
    (bsc#1253442 CVE-2025-40179).
  - commit 7ae82ce
  - ext4: free orphan info with kvfree (bsc#1253442 CVE-2025-40179).
  - commit a10c019
  - ext4: verify orphan file size is not too big (bsc#1253442
    CVE-2025-40179).
  - commit 6c1724d
  - Revert "ipmi: fix msg stack when IPMI is disconnected" (bsc#1253622 CVE-2025-40192)
  - commit 33bdbac

++++ kernel-rt:

  - ext4: detect invalid INLINE_DATA + EXTENTS flag combination
    (bsc#1253458 CVE-2025-40167).
  - commit 18e6218
  - ext4: align max orphan file size with e2fsprogs limit
    (bsc#1253442 CVE-2025-40179).
  - commit 7ae82ce
  - ext4: free orphan info with kvfree (bsc#1253442 CVE-2025-40179).
  - commit a10c019
  - ext4: verify orphan file size is not too big (bsc#1253442
    CVE-2025-40179).
  - commit 6c1724d
  - Revert "ipmi: fix msg stack when IPMI is disconnected" (bsc#1253622 CVE-2025-40192)
  - commit 33bdbac

++++ kernel-rt_debug:

  - ext4: detect invalid INLINE_DATA + EXTENTS flag combination
    (bsc#1253458 CVE-2025-40167).
  - commit 18e6218
  - ext4: align max orphan file size with e2fsprogs limit
    (bsc#1253442 CVE-2025-40179).
  - commit 7ae82ce
  - ext4: free orphan info with kvfree (bsc#1253442 CVE-2025-40179).
  - commit a10c019
  - ext4: verify orphan file size is not too big (bsc#1253442
    CVE-2025-40179).
  - commit 6c1724d
  - Revert "ipmi: fix msg stack when IPMI is disconnected" (bsc#1253622 CVE-2025-40192)
  - commit 33bdbac

++++ shim:

  - Update to 16.1
  - RPMs
    shim-16.1-150300.4.31.1.x86_64.rpm
    shim-debuginfo-16.1-150300.4.31.1.x86_64.rpm
    shim-debugsource-16.1-150300.4.31.1.x86_64.rpm
    shim-16.1-150300.4.31.1.aarch64.rpm
    shim-debuginfo-16.1-150300.4.31.1.aarch64.rpm
    shim-debugsource-16.1-150300.4.31.1.aarch64.rpm
  - submitreq: https://build.suse.de/request/show/395247
  - repo: https://build.suse.de/package/show/SUSE:Maintenance:39913/shim.SUSE_SLE-15-SP3_Update
  - Patches (git log --oneline --reverse 16.0..16.1)
    4040ec4 shim_start_image(): fix guid/handle pairing when uninstalling protocols
    39c0aa1 str2ip6(): parsing of "uncompressed" ipv6 addresses
    3133d19 test-mock-variables: make our filter list entries safer.
    d44405e mock-variables: remove unused variable
    0e8459f Update CI to use ubuntu-24.04 instead of ubuntu-20.04
    d16a5a6 SbatLevel_Variable.txt: minor typo fix.
    32804cf Realloc() needs one more byte for sprintf()
    431d370 IPv6: Add more check to avoid multiple double colon and illegal char
    5e4d93c Loader Proto: make freeing of bprop.buffer conditional.
    33deac2 Prepare to move things from shim.c to verify.c
    030e7df Move a bunch of stuff from shim.c to verify.c
    f3ddda7 handle_image(): make verification conditional
    774f226 Cache sections of a loaded image and sub-images from them.
    eb0d20b loader-protocol: handle sub-section loading for UKIs
    2f64bb9 loader-protocol: add workaround for EDK2 2025.02 page fault on FreePages
    1abc7ca loader-protocol: NULL output variable in load_image on failure
    fb77b44 Generate Authenticode for the entire PE file
    b86b909 README: mention new loader protocol and interaction with UKIs
    8522612 ci: add mkosi configuration and CI
    9ebab84 mkosi workflow: fix the branch name for main.
    72a4c41 shim: change automatically enable MOK_POLICY_REQUIRE_NX
    a2f0dfa This is an organizational patch to move some things around in mok.c
    54b9946 Update to the shim-16.1 branch of gnu-efi to get AsciiSPrint()
    a5a6922 get_max_var_sz(): add more debugging for apple platforms
    77a2922 Add a "VariableInfo" variable to mok-variables.
    efc71c9 build: Avoid passing *FLAGS to sub-make
    7670932 Fixes for 'make TOPDIR=... clean'
    13ab598 add SbatLevel entry 2025051000 for PSA-2025-00012-1
    617aed5 Update version to 16.1~rc1
    d316ba8 format_variable_info(): fix wrong size test.
    f5fad0e _do_sha256_sum(): Fix missing error check.
    3a9734d doc: add howto for running mkosi locally
    ced5f71 mkosi: remove spurious slashes from script
    0076155 ci: update mkosi commit
    5481105 fix http boot
    121cddf loader-protocol: Handle UnloadImage after StartImage properly
    6a1d1a9 loader-protocol: Fix memory leaks
    27a5d22 gitignore: add more mkosi dirs and vscode dir
    346ed15 mkosi: disable repository key check on Fedora
    afc4955 Update version to 16.1
  - 16.1 release note https://github.com/rhboot/shim/releases
    shim_start_image(): fix guid/handle pairing when uninstalling protocols by @vathpela in #738
    Fix uncompressed ipv6 netboot by @hrvach in #742
    fix test segfaults caused by uninitialized memory by @Fabian-Gruenbichler in #739
    Update CI to use ubuntu-24.04 instead of ubuntu-20.04 by @vathpela in #749
    SbatLevel_Variable.txt: minor typo fix. by @vathpela in #751
    Realloc() needs to allocate one more byte for sprintf() by @dennis-tseng99 in #746
    IPv6: Add more check to avoid multiple double colon and illegal char by @dennis-tseng99 in #753
    Loader proto v2 by @vathpela in #748
    loader-protocol: add workaround for EDK2 2025.02 page fault on FreePages by @bluca in #750
    Generate Authenticode for the entire PE file by @esnowberg in #604
    README: mention new loader protocol and interaction with UKIs by @bluca in #755
    ci: add mkosi configuration and CI by @bluca in #764
    shim: change automatically enable MOK_POLICY_REQUIRE_NX by @vathpela in #761
    Save var info by @vathpela in #763
    build: Avoid passing *FLAGS to sub-make by @rosslagerwall in #758
    Fixes for 'make TOPDIR=... clean' by @bluca in #762
    add SbatLevel entry 2025051000 for PSA-2025-00012-1 by @Fabian-Gruenbichler in #766
    Coverity fixes 20250804 by @vathpela in #767
    ci: fixlets and docs for mkosi workflow by @bluca in #768
    fix http boot by @jsetje in #770
    Fix double free and leak in the loader protocol by @rosslagerwall in #769
    gitignore: add more mkosi dirs and vscode dir by @bluca in #771
  - Drop upstreamed patch:
    The following patches are merged to 16.1
  - shim-alloc-one-more-byte-for-sprintf.patch
  - 32804cf5d9 Realloc() needs one more byte for sprintf()    [16.1]
  - shim-change-automatically-enable-MOK_POLICY_REQUIRE_NX.patch (bsc#1205588)
  - 72a4c41877 shim: change automatically enable MOK_POLICY_REQUIRE_NX [16.1]
  - Building MokManager.efi and fallback.efi with POST_PROCESS_PE_FLAGS=-n (bsc#1205588)
  - Building with the latest version of gcc in the codebase:
  - The gcc13 can workaround dxe_get_mem_attrs() hsi_status problem
  - We prefer that building shim with the latest version of gcc in codebase.
  - Set the minimum version is gcc-13.
    (bsc#1247432)
  - SLE shim should includes vendor-dbx-sles.esl instead of
    vendor-dbx-opensuse.esl. Fixed it in shim.spec.

++++ supportutils:

  - Changes to version 3.2.12
    + Optimized lsof usage and honors OPTION_OFILES (bsc#1232351, PR#274)
    + Run in containers without errors (bsc#1245667, PR#272)
    + Removed pmap PID from memory.txt (bsc#1246011, PR#263)
    + Added missing /proc/pagetypeinfo to memory.txt (bsc#1246025, PR#264)
    + Improved database perforce with kGraft patching (bsc#1249657, PR#273)
    + Using last boot for journalctl for optimization (bsc#1250224, PR#287)
    + Fixed extraction failures (bsc#1252318, PR#275)
    + Update supportconfig.conf path in docs (bsc#1254425, PR#281)
    + drm_sub_info: Catch error when dir doesn't exist (PR#265)
    + Replace remaining `egrep` with `grep -E` (PR#261, PR#266)
    + Add process affinity to slert logs (PR#269)
    + Reintroduce cgroup statistics (and v2) (PR#270)
    + Minor changes to basic-health-check: improve information level (PR#271)
    + Collect important machine health counters (PR#276)
    + powerpc: collect hot-pluggable PCI and PHB slots (PR#278)
    + podman: collect podman disk usage (PR#279)
    + Exclude binary files in crondir (PR#282)
    + kexec/kdump: collect everything under /sys/kernel/kexec dir (PR#284)
    + Use short-iso for journalctl (PR#288)

------------------------------------------------------------------
------------------  2025-12-11  -  Dec 11 2025  -------------------
------------------------------------------------------------------

++++ glib2:

  - Add CVE fixes:
    + glib2-CVE-2025-13601-1.patch, glib2-CVE-2025-13601-2.patch
    (bsc#1254297 CVE-2025-13601 glgo#GNOME/glib#3827).
    + glib2-CVE-2025-14087-1.patch, glib2-CVE-2025-14087-2.patch,
    glib2-CVE-2025-14087-3.patch (bsc#1254662 CVE-2025-14087
    glgo#GNOME/glib#3834).
    + glib2-CVE-2025-14512.patch (bsc#1254878 CVE-2025-14512
    glgo#GNOME/glib#3845).

++++ kernel-default:

  - kABI workaround for HCI_LE_ADV_0 addition (git-fixes).
  - commit 90a4a45
  - Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00
    (git-fixes).
  - commit 02e48bb

++++ kernel-rt:

  - kABI workaround for HCI_LE_ADV_0 addition (git-fixes).
  - commit 90a4a45
  - Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00
    (git-fixes).
  - commit 02e48bb

++++ kernel-rt_debug:

  - kABI workaround for HCI_LE_ADV_0 addition (git-fixes).
  - commit 90a4a45
  - Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00
    (git-fixes).
  - commit 02e48bb

++++ nvidia-open-driver-G06-signed:

  - readded kernel-6.18.patch still needed for cuda driver version
    580.105.08
  - update non-CUDA variant to version 580.119.02 (boo#1254801)

------------------------------------------------------------------
------------------  2025-12-10  -  Dec 10 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - cpufreq: intel_pstate: Check IDA only before MSR_IA32_PERF_CTL
    writes (git-fixes).
  - commit 8914d15
  - i2c: amd-mp2: fix reference leak in MP2 PCI device (git-fixes).
  - i2c: i2c.h: fix a bad kernel-doc line (git-fixes).
  - platform/x86: asus-wmi: use brightness_set_blocking() for kbd
    led (git-fixes).
  - commit 9bd979e

++++ kernel-rt:

  - cpufreq: intel_pstate: Check IDA only before MSR_IA32_PERF_CTL
    writes (git-fixes).
  - commit 8914d15
  - i2c: amd-mp2: fix reference leak in MP2 PCI device (git-fixes).
  - i2c: i2c.h: fix a bad kernel-doc line (git-fixes).
  - platform/x86: asus-wmi: use brightness_set_blocking() for kbd
    led (git-fixes).
  - commit 9bd979e

++++ kernel-rt_debug:

  - cpufreq: intel_pstate: Check IDA only before MSR_IA32_PERF_CTL
    writes (git-fixes).
  - commit 8914d15
  - i2c: amd-mp2: fix reference leak in MP2 PCI device (git-fixes).
  - i2c: i2c.h: fix a bad kernel-doc line (git-fixes).
  - platform/x86: asus-wmi: use brightness_set_blocking() for kbd
    led (git-fixes).
  - commit 9bd979e

------------------------------------------------------------------
------------------  2025-12-9  -  Dec 9 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - smb3: fix for slab out of bounds on mount to ksmbd (bsc#1249256,
    CVE-2025-38728).
  - commit 8caf30e
  - spi: tegra210-quad: Check hardware status on timeout (bsc#1253155)
  - commit d031559
  - spi: tegra210-quad: Refactor error handling into helper functions (bsc#1253155)
  - commit 82f1192
  - spi: tegra210-quad: Fix timeout handling (bsc#1253155)
  - commit bd1de03
  - spi: tegra210-qspi: Remove cache operations (git-fixes)
  - commit a5fab01
  - spi: tegra210-quad: Add support for internal DMA (git-fixes)
  - commit 8c1e0cc
  - spi: tegra210-quad: Update dummy sequence configuration (git-fixes)
  - commit 8db7584
  - Delete patches.suse/spi-tegra210-quad-Fix-timeout-handling.patch.
    It will reinserted as part of bsc#1253155 update request.
  - commit aed40ae
  - smb: Log an error when close_all_cached_dirs fails (bsc#1246328,
    CVE-2025-38321).
  - commit a8a838a
  - arm64: zynqmp: Revert usb node drive strength and slew rate for (git-fixes)
  - commit 056601e
  - arm64: zynqmp: Fix usb node drive strength and slew rate (git-fixes)
  - commit 10b4884
  - wifi: ath12k: fix memory leak in ath12k_service_ready_ext_event
    (CVE-2025-39890 bsc#1250334).
  - commit 51d9ba6
  - dm-verity: fix unreliable memory allocation (git-fixes).
  - commit 811cec6
  - ipmi: Fix handling of messages with provided receive message
    pointer (git-fixes).
  - commit 2e987f2
  - ipmi: Rework user message limit handling (git-fixes).
  - commit 4cbb961
  - mm/hugetlb: fix folio is still mapped when deleted
    (CVE-2025-40006 bsc#1252342).
  - commit e2e7e3b
  - hwmon: (w83791d) Convert macros to functions to avoid TOCTOU
    (git-fixes).
  - pinctrl: stm32: fix hwspinlock resource leak in probe function
    (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Fix an error handling path in
    rcar_gen3_phy_usb2_probe() (git-fixes).
  - phy: broadcom: bcm63xx-usbh: fix section mismatches (git-fixes).
  - commit 2f1faf6
  - kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader)
    in sys_prlimit64() paths (CVE-2025-40201 bsc#1253455).
  - commit 4c20c7d
  - mm: hugetlb: avoid soft lockup when mprotect to large memory
    area (CVE-2025-40153 bsc#1253408).
  - commit 03b4aee

++++ kernel-rt:

  - smb3: fix for slab out of bounds on mount to ksmbd (bsc#1249256,
    CVE-2025-38728).
  - commit 8caf30e
  - spi: tegra210-quad: Check hardware status on timeout (bsc#1253155)
  - commit d031559
  - spi: tegra210-quad: Refactor error handling into helper functions (bsc#1253155)
  - commit 82f1192
  - spi: tegra210-quad: Fix timeout handling (bsc#1253155)
  - commit bd1de03
  - spi: tegra210-qspi: Remove cache operations (git-fixes)
  - commit a5fab01
  - spi: tegra210-quad: Add support for internal DMA (git-fixes)
  - commit 8c1e0cc
  - spi: tegra210-quad: Update dummy sequence configuration (git-fixes)
  - commit 8db7584
  - Delete patches.suse/spi-tegra210-quad-Fix-timeout-handling.patch.
    It will reinserted as part of bsc#1253155 update request.
  - commit aed40ae
  - smb: Log an error when close_all_cached_dirs fails (bsc#1246328,
    CVE-2025-38321).
  - commit a8a838a
  - arm64: zynqmp: Revert usb node drive strength and slew rate for (git-fixes)
  - commit 056601e
  - arm64: zynqmp: Fix usb node drive strength and slew rate (git-fixes)
  - commit 10b4884
  - wifi: ath12k: fix memory leak in ath12k_service_ready_ext_event
    (CVE-2025-39890 bsc#1250334).
  - commit 51d9ba6
  - dm-verity: fix unreliable memory allocation (git-fixes).
  - commit 811cec6
  - ipmi: Fix handling of messages with provided receive message
    pointer (git-fixes).
  - commit 2e987f2
  - ipmi: Rework user message limit handling (git-fixes).
  - commit 4cbb961
  - mm/hugetlb: fix folio is still mapped when deleted
    (CVE-2025-40006 bsc#1252342).
  - commit e2e7e3b
  - hwmon: (w83791d) Convert macros to functions to avoid TOCTOU
    (git-fixes).
  - pinctrl: stm32: fix hwspinlock resource leak in probe function
    (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Fix an error handling path in
    rcar_gen3_phy_usb2_probe() (git-fixes).
  - phy: broadcom: bcm63xx-usbh: fix section mismatches (git-fixes).
  - commit 2f1faf6
  - kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader)
    in sys_prlimit64() paths (CVE-2025-40201 bsc#1253455).
  - commit 4c20c7d
  - mm: hugetlb: avoid soft lockup when mprotect to large memory
    area (CVE-2025-40153 bsc#1253408).
  - commit 03b4aee

++++ kernel-rt_debug:

  - smb3: fix for slab out of bounds on mount to ksmbd (bsc#1249256,
    CVE-2025-38728).
  - commit 8caf30e
  - spi: tegra210-quad: Check hardware status on timeout (bsc#1253155)
  - commit d031559
  - spi: tegra210-quad: Refactor error handling into helper functions (bsc#1253155)
  - commit 82f1192
  - spi: tegra210-quad: Fix timeout handling (bsc#1253155)
  - commit bd1de03
  - spi: tegra210-qspi: Remove cache operations (git-fixes)
  - commit a5fab01
  - spi: tegra210-quad: Add support for internal DMA (git-fixes)
  - commit 8c1e0cc
  - spi: tegra210-quad: Update dummy sequence configuration (git-fixes)
  - commit 8db7584
  - Delete patches.suse/spi-tegra210-quad-Fix-timeout-handling.patch.
    It will reinserted as part of bsc#1253155 update request.
  - commit aed40ae
  - smb: Log an error when close_all_cached_dirs fails (bsc#1246328,
    CVE-2025-38321).
  - commit a8a838a
  - arm64: zynqmp: Revert usb node drive strength and slew rate for (git-fixes)
  - commit 056601e
  - arm64: zynqmp: Fix usb node drive strength and slew rate (git-fixes)
  - commit 10b4884
  - wifi: ath12k: fix memory leak in ath12k_service_ready_ext_event
    (CVE-2025-39890 bsc#1250334).
  - commit 51d9ba6
  - dm-verity: fix unreliable memory allocation (git-fixes).
  - commit 811cec6
  - ipmi: Fix handling of messages with provided receive message
    pointer (git-fixes).
  - commit 2e987f2
  - ipmi: Rework user message limit handling (git-fixes).
  - commit 4cbb961
  - mm/hugetlb: fix folio is still mapped when deleted
    (CVE-2025-40006 bsc#1252342).
  - commit e2e7e3b
  - hwmon: (w83791d) Convert macros to functions to avoid TOCTOU
    (git-fixes).
  - pinctrl: stm32: fix hwspinlock resource leak in probe function
    (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Fix an error handling path in
    rcar_gen3_phy_usb2_probe() (git-fixes).
  - phy: broadcom: bcm63xx-usbh: fix section mismatches (git-fixes).
  - commit 2f1faf6
  - kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader)
    in sys_prlimit64() paths (CVE-2025-40201 bsc#1253455).
  - commit 4c20c7d
  - mm: hugetlb: avoid soft lockup when mprotect to large memory
    area (CVE-2025-40153 bsc#1253408).
  - commit 03b4aee

------------------------------------------------------------------
------------------  2025-12-8  -  Dec 8 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - powerpc/64s/slb: Fix SLB multihit issue during SLB preload
    (bac#1236022 ltc#211187).
  - commit 1a4723e
  - i3c: master: svc: Prevent incomplete IBI transaction
    (git-fixes).
  - clk: qcom: camcc-sm6350: Fix PLL config of PLL2 (git-fixes).
  - clk: qcom: camcc-sm6350: Specify Titan GDSC power domain as
    a parent to other (git-fixes).
  - clk: renesas: r9a06g032: Fix memory leak in error path
    (git-fixes).
  - clk: renesas: cpg-mssr: Add missing 1ms delay into reset toggle
    callback (git-fixes).
  - commit 4cf8a99

++++ kernel-rt:

  - powerpc/64s/slb: Fix SLB multihit issue during SLB preload
    (bac#1236022 ltc#211187).
  - commit 1a4723e
  - i3c: master: svc: Prevent incomplete IBI transaction
    (git-fixes).
  - clk: qcom: camcc-sm6350: Fix PLL config of PLL2 (git-fixes).
  - clk: qcom: camcc-sm6350: Specify Titan GDSC power domain as
    a parent to other (git-fixes).
  - clk: renesas: r9a06g032: Fix memory leak in error path
    (git-fixes).
  - clk: renesas: cpg-mssr: Add missing 1ms delay into reset toggle
    callback (git-fixes).
  - commit 4cf8a99

++++ kernel-rt_debug:

  - powerpc/64s/slb: Fix SLB multihit issue during SLB preload
    (bac#1236022 ltc#211187).
  - commit 1a4723e
  - i3c: master: svc: Prevent incomplete IBI transaction
    (git-fixes).
  - clk: qcom: camcc-sm6350: Fix PLL config of PLL2 (git-fixes).
  - clk: qcom: camcc-sm6350: Specify Titan GDSC power domain as
    a parent to other (git-fixes).
  - clk: renesas: r9a06g032: Fix memory leak in error path
    (git-fixes).
  - clk: renesas: cpg-mssr: Add missing 1ms delay into reset toggle
    callback (git-fixes).
  - commit 4cf8a99

------------------------------------------------------------------
------------------  2025-12-7  -  Dec 7 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - staging: fbtft: core: fix potential memory leak in
    fbtft_probe_common() (git-fixes).
  - usb: gadget: tegra-xudc: Always reinitialize data toggle when
    clear halt (git-fixes).
  - USB: serial: kobil_sct: fix TIOCMBIS and TIOCMBIC (git-fixes).
  - USB: serial: belkin_sa: fix TIOCMBIS and TIOCMBIC (git-fixes).
  - usb: phy: Initialize struct usb_phy list_head (git-fixes).
  - usb: dwc2: fix hang during suspend if set as peripheral
    (git-fixes).
  - usb: chaoskey: fix locking for O_NONBLOCK (git-fixes).
  - USB: Fix descriptor count when handling invalid MBIM extended
    descriptor (git-fixes).
  - intel_th: Fix error handling in intel_th_output_open
    (git-fixes).
  - comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()
    (git-fixes).
  - comedi: multiq3: sanitize config options in multiq3_attach()
    (git-fixes).
  - comedi: check device's attached status in compat ioctls
    (git-fixes).
  - comedi: c6xdigio: Fix invalid PNP driver unregistration
    (git-fixes).
  - firmware: stratix10-svc: fix make htmldocs warning for
    stratix10_svc (git-fixes).
  - iio: core: Clean up device correctly on iio_device_alloc()
    failure (git-fixes).
  - iio: core: add missing mutex_destroy in iio_dev_release()
    (git-fixes).
  - iio: imu: st_lsm6dsx: Fix measurement unit for odr struct member
    (git-fixes).
  - firmware: stratix10-svc: Add mutex in stratix10 memory
    management (git-fixes).
  - uio: uio_fsl_elbc_gpcm:: Add null pointer check to
    uio_fsl_elbc_gpcm_probe (git-fixes).
  - fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()
    (git-fixes).
  - fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing
    (git-fixes).
  - fbdev: tcx.c fix mem_map to correct smem_start offset
    (git-fixes).
  - watchdog: wdat_wdt: Fix ACPI table leak in probe function
    (git-fixes).
  - rpmsg: glink: fix rpmsg device leak (git-fixes).
  - iio: accel: bmc150: Fix irq assumption regression
    (stable-fixes).
  - usb: storage: sddr55: Reject out-of-bound new_pba
    (stable-fixes).
  - USB: serial: option: add support for Rolling RW101R-GL
    (stable-fixes).
  - USB: serial: ftdi_sio: add support for u-blox EVK-M101
    (stable-fixes).
  - usb: dwc3: pci: Sort out the Intel device IDs (stable-fixes).
  - usb: dwc3: pci: add support for the Intel Nova Lake -S
    (stable-fixes).
  - thunderbolt: Add support for Intel Wildcat Lake (stable-fixes).
  - drm/amd/display: Check NULL before accessing (stable-fixes).
  - ALSA: usb-audio: Add DSD quirk for LEAK Stereo 230
    (stable-fixes).
  - commit a6f8c1f

++++ kernel-rt:

  - staging: fbtft: core: fix potential memory leak in
    fbtft_probe_common() (git-fixes).
  - usb: gadget: tegra-xudc: Always reinitialize data toggle when
    clear halt (git-fixes).
  - USB: serial: kobil_sct: fix TIOCMBIS and TIOCMBIC (git-fixes).
  - USB: serial: belkin_sa: fix TIOCMBIS and TIOCMBIC (git-fixes).
  - usb: phy: Initialize struct usb_phy list_head (git-fixes).
  - usb: dwc2: fix hang during suspend if set as peripheral
    (git-fixes).
  - usb: chaoskey: fix locking for O_NONBLOCK (git-fixes).
  - USB: Fix descriptor count when handling invalid MBIM extended
    descriptor (git-fixes).
  - intel_th: Fix error handling in intel_th_output_open
    (git-fixes).
  - comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()
    (git-fixes).
  - comedi: multiq3: sanitize config options in multiq3_attach()
    (git-fixes).
  - comedi: check device's attached status in compat ioctls
    (git-fixes).
  - comedi: c6xdigio: Fix invalid PNP driver unregistration
    (git-fixes).
  - firmware: stratix10-svc: fix make htmldocs warning for
    stratix10_svc (git-fixes).
  - iio: core: Clean up device correctly on iio_device_alloc()
    failure (git-fixes).
  - iio: core: add missing mutex_destroy in iio_dev_release()
    (git-fixes).
  - iio: imu: st_lsm6dsx: Fix measurement unit for odr struct member
    (git-fixes).
  - firmware: stratix10-svc: Add mutex in stratix10 memory
    management (git-fixes).
  - uio: uio_fsl_elbc_gpcm:: Add null pointer check to
    uio_fsl_elbc_gpcm_probe (git-fixes).
  - fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()
    (git-fixes).
  - fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing
    (git-fixes).
  - fbdev: tcx.c fix mem_map to correct smem_start offset
    (git-fixes).
  - watchdog: wdat_wdt: Fix ACPI table leak in probe function
    (git-fixes).
  - rpmsg: glink: fix rpmsg device leak (git-fixes).
  - iio: accel: bmc150: Fix irq assumption regression
    (stable-fixes).
  - usb: storage: sddr55: Reject out-of-bound new_pba
    (stable-fixes).
  - USB: serial: option: add support for Rolling RW101R-GL
    (stable-fixes).
  - USB: serial: ftdi_sio: add support for u-blox EVK-M101
    (stable-fixes).
  - usb: dwc3: pci: Sort out the Intel device IDs (stable-fixes).
  - usb: dwc3: pci: add support for the Intel Nova Lake -S
    (stable-fixes).
  - thunderbolt: Add support for Intel Wildcat Lake (stable-fixes).
  - drm/amd/display: Check NULL before accessing (stable-fixes).
  - ALSA: usb-audio: Add DSD quirk for LEAK Stereo 230
    (stable-fixes).
  - commit a6f8c1f

++++ kernel-rt_debug:

  - staging: fbtft: core: fix potential memory leak in
    fbtft_probe_common() (git-fixes).
  - usb: gadget: tegra-xudc: Always reinitialize data toggle when
    clear halt (git-fixes).
  - USB: serial: kobil_sct: fix TIOCMBIS and TIOCMBIC (git-fixes).
  - USB: serial: belkin_sa: fix TIOCMBIS and TIOCMBIC (git-fixes).
  - usb: phy: Initialize struct usb_phy list_head (git-fixes).
  - usb: dwc2: fix hang during suspend if set as peripheral
    (git-fixes).
  - usb: chaoskey: fix locking for O_NONBLOCK (git-fixes).
  - USB: Fix descriptor count when handling invalid MBIM extended
    descriptor (git-fixes).
  - intel_th: Fix error handling in intel_th_output_open
    (git-fixes).
  - comedi: pcl818: fix null-ptr-deref in pcl818_ai_cancel()
    (git-fixes).
  - comedi: multiq3: sanitize config options in multiq3_attach()
    (git-fixes).
  - comedi: check device's attached status in compat ioctls
    (git-fixes).
  - comedi: c6xdigio: Fix invalid PNP driver unregistration
    (git-fixes).
  - firmware: stratix10-svc: fix make htmldocs warning for
    stratix10_svc (git-fixes).
  - iio: core: Clean up device correctly on iio_device_alloc()
    failure (git-fixes).
  - iio: core: add missing mutex_destroy in iio_dev_release()
    (git-fixes).
  - iio: imu: st_lsm6dsx: Fix measurement unit for odr struct member
    (git-fixes).
  - firmware: stratix10-svc: Add mutex in stratix10 memory
    management (git-fixes).
  - uio: uio_fsl_elbc_gpcm:: Add null pointer check to
    uio_fsl_elbc_gpcm_probe (git-fixes).
  - fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()
    (git-fixes).
  - fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing
    (git-fixes).
  - fbdev: tcx.c fix mem_map to correct smem_start offset
    (git-fixes).
  - watchdog: wdat_wdt: Fix ACPI table leak in probe function
    (git-fixes).
  - rpmsg: glink: fix rpmsg device leak (git-fixes).
  - iio: accel: bmc150: Fix irq assumption regression
    (stable-fixes).
  - usb: storage: sddr55: Reject out-of-bound new_pba
    (stable-fixes).
  - USB: serial: option: add support for Rolling RW101R-GL
    (stable-fixes).
  - USB: serial: ftdi_sio: add support for u-blox EVK-M101
    (stable-fixes).
  - usb: dwc3: pci: Sort out the Intel device IDs (stable-fixes).
  - usb: dwc3: pci: add support for the Intel Nova Lake -S
    (stable-fixes).
  - thunderbolt: Add support for Intel Wildcat Lake (stable-fixes).
  - drm/amd/display: Check NULL before accessing (stable-fixes).
  - ALSA: usb-audio: Add DSD quirk for LEAK Stereo 230
    (stable-fixes).
  - commit a6f8c1f

------------------------------------------------------------------
------------------  2025-12-6  -  Dec 6 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - soc: amlogic: canvas: fix device leak on lookup (git-fixes).
  - soc: qcom: smem: fix hwspinlock resource leak in probe error
    paths (git-fixes).
  - soc: qcom: ocmem: fix device leak on lookup (git-fixes).
  - firmware: imx: scu-irq: fix OF node leak in (git-fixes).
  - soc/tegra: fuse: speedo-tegra210: Update speedo IDs (git-fixes).
  - commit 67bcab6

++++ kernel-rt:

  - soc: amlogic: canvas: fix device leak on lookup (git-fixes).
  - soc: qcom: smem: fix hwspinlock resource leak in probe error
    paths (git-fixes).
  - soc: qcom: ocmem: fix device leak on lookup (git-fixes).
  - firmware: imx: scu-irq: fix OF node leak in (git-fixes).
  - soc/tegra: fuse: speedo-tegra210: Update speedo IDs (git-fixes).
  - commit 67bcab6

++++ kernel-rt_debug:

  - soc: amlogic: canvas: fix device leak on lookup (git-fixes).
  - soc: qcom: smem: fix hwspinlock resource leak in probe error
    paths (git-fixes).
  - soc: qcom: ocmem: fix device leak on lookup (git-fixes).
  - firmware: imx: scu-irq: fix OF node leak in (git-fixes).
  - soc/tegra: fuse: speedo-tegra210: Update speedo IDs (git-fixes).
  - commit 67bcab6

------------------------------------------------------------------
------------------  2025-12-5  -  Dec 5 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - PCI: rcar-gen2: Drop ARM dependency from PCI_RCAR_GEN2
    (git-fixes).
  - PCI: keystone: Exit ks_pcie_probe() for invalid mode
    (git-fixes).
  - PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition
    (git-fixes).
  - PCI/PM: Reinstate clearing state_saved in legacy and !PM
    codepaths (git-fixes).
  - power: supply: apm_power: only unset own apm_get_power_status
    (git-fixes).
  - power: supply: wm831x: Check wm831x_set_bits() return value
    (git-fixes).
  - power: supply: rt9467: Prevent using uninitialized local
    variable in rt9467_set_value_from_ranges() (git-fixes).
  - power: supply: rt9467: Return error on failure in
    rt9467_set_value_from_ranges() (git-fixes).
  - power: supply: cw2015: Check devm_delayed_work_autocancel()
    return code (git-fixes).
  - mfd: mt6358-irq: Fix missing irq_domain_remove() in error path
    (git-fixes).
  - mfd: mt6397-irq: Fix missing irq_domain_remove() in error path
    (git-fixes).
  - mfd: max77620: Fix potential IRQ chip conflict when probing
    two devices (git-fixes).
  - platform/x86: intel: chtwc_int33fe: don't dereference swnode
    args (git-fixes).
  - spi: bcm63xx: drop wrong casts in probe() (git-fixes).
  - spi: tegra210-quad: Fix timeout handling (git-fixes).
  - regulator: core: Protect regulator_supply_alias_list with
    regulator_list_mutex (git-fixes).
  - regulator: core: disable supply if enabling main regulator fails
    (git-fixes).
  - mtd: rawnand: renesas: Handle devm_pm_runtime_enable() errors
    (git-fixes).
  - mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe
    error and remove (git-fixes).
  - mtd: nand: relax ECC parameter validation check (git-fixes).
  - Revert "mtd: rawnand: marvell: fix layouts" (git-fixes).
  - mtd: lpddr_cmds: fix signed shifts in lpddr_cmds (git-fixes).
  - mtd: maps: pcmciamtd: fix potential memory leak in
    pcmciamtd_detach() (git-fixes).
  - pwm: bcm2835: Make sure the channel is enabled after
    pwm_request() (git-fixes).
  - platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver
    (git-fixes).
  - commit 6ae74c9
  - mfd: da9055: Fix missing regmap_del_irq_chip() in error path
    (git-fixes).
  - mfd: altera-sysmgr: Fix device leak on sysmgr regmap lookup
    (git-fixes).
  - media: rc: st_rc: Fix reset control resource leak (git-fixes).
  - media: videobuf2: Fix device reference leak in vb2_dc_alloc
    error path (git-fixes).
  - media: vpif_display: fix section mismatch (git-fixes).
  - media: vpif_capture: fix section mismatch (git-fixes).
  - media: samsung: exynos4-is: fix potential ABBA deadlock on init
    (git-fixes).
  - media: renesas: rcar_drif: fix device node reference leak in
    rcar_drif_bond_enabled (git-fixes).
  - media: amphion: Cancel message work before releasing the VPU
    core (git-fixes).
  - media: verisilicon: Protect G2 HEVC decoder against invalid
    DPB index (git-fixes).
  - media: v4l2-mem2mem: Fix outdated documentation (git-fixes).
  - media: cec: Fix debugfs leak on bus_register() failure
    (git-fixes).
  - media: vidtv: initialize local pointers upon transfer of memory
    ownership (git-fixes).
  - media: pvrusb2: Fix incorrect variable used in trace message
    (git-fixes).
  - media: msp3400: Avoid possible out-of-bounds array accesses
    in msp3400c_thread() (git-fixes).
  - media: adv7842: Avoid possible out-of-bounds array accesses
    in adv7842_cp_log_status() (git-fixes).
  - media: i2c: ADV7604: Remove redundant cancel_delayed_work in
    probe (git-fixes).
  - media: i2c: adv7842: Remove redundant cancel_delayed_work in
    probe (git-fixes).
  - media: TDA1997x: Remove redundant cancel_delayed_work in probe
    (git-fixes).
  - media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()
    (git-fixes).
  - commit 0f91c8f
  - Documentation: hid-alps: Fix packet format section headings
    (git-fixes).
  - HID: logitech-hidpp: Do not assume FAP in
    hidpp_send_message_sync() (git-fixes).
  - HID: logitech-dj: Remove duplicate error logging (git-fixes).
  - backlight: lp855x: Fix lp855x.h kernel-doc warnings (git-fixes).
  - backlight: led-bl: Add devlink to supplier LEDs (git-fixes).
  - leds: netxbig: Fix GPIO descriptor leak in error paths
    (git-fixes).
  - leds: leds-lp50xx: Enable chip before any communication
    (git-fixes).
  - leds: leds-lp50xx: LP5009 supports 3 modules for a total of
    9 LEDs (git-fixes).
  - leds: leds-lp50xx: Allow LED 0 to be added to module bank
    (git-fixes).
  - hwmon: (max16065) Use local variable to avoid TOCTOU
    (git-fixes).
  - hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOU
    (git-fixes).
  - hwmon: sy7636a: Fix regulator_enable resource leak on error path
    (git-fixes).
  - ASoC: Intel: catpt: Fix error path in hw_params() (git-fixes).
  - ASoC: stm32: sai: fix OF node leak on probe (git-fixes).
  - ASoC: stm32: sai: fix clk prepare imbalance on probe failure
    (git-fixes).
  - ASoC: stm32: sai: fix device leak on probe (git-fixes).
  - ASoC: qcom: q6asm-dai: perform correct state check before
    closing (git-fixes).
  - ASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer
    alignment (git-fixes).
  - ASoC: qcom: q6adm: the the copp device only during last instance
    (git-fixes).
  - ALSA: dice: fix buffer overflow in detect_stream_formats()
    (git-fixes).
  - ASoC: fsl_xcvr: clear the channel status control memory
    (git-fixes).
  - drm/amdgpu: add missing lock to amdgpu_ttm_access_memory_sdma
    (git-fixes).
  - drm/amd/display: Fix logical vs bitwise bug in
    get_embedded_panel_info_v2_1() (git-fixes).
  - drm/nouveau: restrict the flush page to a 32-bit address
    (git-fixes).
  - drm/mediatek: Fix device node reference leak in
    mtk_dp_dt_parse() (git-fixes).
  - drm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issue
    (git-fixes).
  - drm/msm/a6xx: Flush LRZ cache before PT switch (git-fixes).
  - drm/msm/a6xx: Fix out of bound IO access in
    a6xx_get_gmu_registers (git-fixes).
  - drm/msm/a2xx: stop over-complaining about the legacy firmware
    (git-fixes).
  - drm/msm/dpu: Remove dead-code in
    dpu_encoder_helper_reset_mixers() (git-fixes).
  - drm/vgem-fence: Fix potential deadlock on release (git-fixes).
  - drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg()
    (git-fixes).
  - gpu: host1x: Fix race in syncpt alloc/free (git-fixes).
  - commit 7fcfbe3

++++ kernel-rt:

  - PCI: rcar-gen2: Drop ARM dependency from PCI_RCAR_GEN2
    (git-fixes).
  - PCI: keystone: Exit ks_pcie_probe() for invalid mode
    (git-fixes).
  - PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition
    (git-fixes).
  - PCI/PM: Reinstate clearing state_saved in legacy and !PM
    codepaths (git-fixes).
  - power: supply: apm_power: only unset own apm_get_power_status
    (git-fixes).
  - power: supply: wm831x: Check wm831x_set_bits() return value
    (git-fixes).
  - power: supply: rt9467: Prevent using uninitialized local
    variable in rt9467_set_value_from_ranges() (git-fixes).
  - power: supply: rt9467: Return error on failure in
    rt9467_set_value_from_ranges() (git-fixes).
  - power: supply: cw2015: Check devm_delayed_work_autocancel()
    return code (git-fixes).
  - mfd: mt6358-irq: Fix missing irq_domain_remove() in error path
    (git-fixes).
  - mfd: mt6397-irq: Fix missing irq_domain_remove() in error path
    (git-fixes).
  - mfd: max77620: Fix potential IRQ chip conflict when probing
    two devices (git-fixes).
  - platform/x86: intel: chtwc_int33fe: don't dereference swnode
    args (git-fixes).
  - spi: bcm63xx: drop wrong casts in probe() (git-fixes).
  - spi: tegra210-quad: Fix timeout handling (git-fixes).
  - regulator: core: Protect regulator_supply_alias_list with
    regulator_list_mutex (git-fixes).
  - regulator: core: disable supply if enabling main regulator fails
    (git-fixes).
  - mtd: rawnand: renesas: Handle devm_pm_runtime_enable() errors
    (git-fixes).
  - mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe
    error and remove (git-fixes).
  - mtd: nand: relax ECC parameter validation check (git-fixes).
  - Revert "mtd: rawnand: marvell: fix layouts" (git-fixes).
  - mtd: lpddr_cmds: fix signed shifts in lpddr_cmds (git-fixes).
  - mtd: maps: pcmciamtd: fix potential memory leak in
    pcmciamtd_detach() (git-fixes).
  - pwm: bcm2835: Make sure the channel is enabled after
    pwm_request() (git-fixes).
  - platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver
    (git-fixes).
  - commit 6ae74c9
  - mfd: da9055: Fix missing regmap_del_irq_chip() in error path
    (git-fixes).
  - mfd: altera-sysmgr: Fix device leak on sysmgr regmap lookup
    (git-fixes).
  - media: rc: st_rc: Fix reset control resource leak (git-fixes).
  - media: videobuf2: Fix device reference leak in vb2_dc_alloc
    error path (git-fixes).
  - media: vpif_display: fix section mismatch (git-fixes).
  - media: vpif_capture: fix section mismatch (git-fixes).
  - media: samsung: exynos4-is: fix potential ABBA deadlock on init
    (git-fixes).
  - media: renesas: rcar_drif: fix device node reference leak in
    rcar_drif_bond_enabled (git-fixes).
  - media: amphion: Cancel message work before releasing the VPU
    core (git-fixes).
  - media: verisilicon: Protect G2 HEVC decoder against invalid
    DPB index (git-fixes).
  - media: v4l2-mem2mem: Fix outdated documentation (git-fixes).
  - media: cec: Fix debugfs leak on bus_register() failure
    (git-fixes).
  - media: vidtv: initialize local pointers upon transfer of memory
    ownership (git-fixes).
  - media: pvrusb2: Fix incorrect variable used in trace message
    (git-fixes).
  - media: msp3400: Avoid possible out-of-bounds array accesses
    in msp3400c_thread() (git-fixes).
  - media: adv7842: Avoid possible out-of-bounds array accesses
    in adv7842_cp_log_status() (git-fixes).
  - media: i2c: ADV7604: Remove redundant cancel_delayed_work in
    probe (git-fixes).
  - media: i2c: adv7842: Remove redundant cancel_delayed_work in
    probe (git-fixes).
  - media: TDA1997x: Remove redundant cancel_delayed_work in probe
    (git-fixes).
  - media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()
    (git-fixes).
  - commit 0f91c8f
  - Documentation: hid-alps: Fix packet format section headings
    (git-fixes).
  - HID: logitech-hidpp: Do not assume FAP in
    hidpp_send_message_sync() (git-fixes).
  - HID: logitech-dj: Remove duplicate error logging (git-fixes).
  - backlight: lp855x: Fix lp855x.h kernel-doc warnings (git-fixes).
  - backlight: led-bl: Add devlink to supplier LEDs (git-fixes).
  - leds: netxbig: Fix GPIO descriptor leak in error paths
    (git-fixes).
  - leds: leds-lp50xx: Enable chip before any communication
    (git-fixes).
  - leds: leds-lp50xx: LP5009 supports 3 modules for a total of
    9 LEDs (git-fixes).
  - leds: leds-lp50xx: Allow LED 0 to be added to module bank
    (git-fixes).
  - hwmon: (max16065) Use local variable to avoid TOCTOU
    (git-fixes).
  - hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOU
    (git-fixes).
  - hwmon: sy7636a: Fix regulator_enable resource leak on error path
    (git-fixes).
  - ASoC: Intel: catpt: Fix error path in hw_params() (git-fixes).
  - ASoC: stm32: sai: fix OF node leak on probe (git-fixes).
  - ASoC: stm32: sai: fix clk prepare imbalance on probe failure
    (git-fixes).
  - ASoC: stm32: sai: fix device leak on probe (git-fixes).
  - ASoC: qcom: q6asm-dai: perform correct state check before
    closing (git-fixes).
  - ASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer
    alignment (git-fixes).
  - ASoC: qcom: q6adm: the the copp device only during last instance
    (git-fixes).
  - ALSA: dice: fix buffer overflow in detect_stream_formats()
    (git-fixes).
  - ASoC: fsl_xcvr: clear the channel status control memory
    (git-fixes).
  - drm/amdgpu: add missing lock to amdgpu_ttm_access_memory_sdma
    (git-fixes).
  - drm/amd/display: Fix logical vs bitwise bug in
    get_embedded_panel_info_v2_1() (git-fixes).
  - drm/nouveau: restrict the flush page to a 32-bit address
    (git-fixes).
  - drm/mediatek: Fix device node reference leak in
    mtk_dp_dt_parse() (git-fixes).
  - drm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issue
    (git-fixes).
  - drm/msm/a6xx: Flush LRZ cache before PT switch (git-fixes).
  - drm/msm/a6xx: Fix out of bound IO access in
    a6xx_get_gmu_registers (git-fixes).
  - drm/msm/a2xx: stop over-complaining about the legacy firmware
    (git-fixes).
  - drm/msm/dpu: Remove dead-code in
    dpu_encoder_helper_reset_mixers() (git-fixes).
  - drm/vgem-fence: Fix potential deadlock on release (git-fixes).
  - drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg()
    (git-fixes).
  - gpu: host1x: Fix race in syncpt alloc/free (git-fixes).
  - commit 7fcfbe3

++++ kernel-rt_debug:

  - PCI: rcar-gen2: Drop ARM dependency from PCI_RCAR_GEN2
    (git-fixes).
  - PCI: keystone: Exit ks_pcie_probe() for invalid mode
    (git-fixes).
  - PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definition
    (git-fixes).
  - PCI/PM: Reinstate clearing state_saved in legacy and !PM
    codepaths (git-fixes).
  - power: supply: apm_power: only unset own apm_get_power_status
    (git-fixes).
  - power: supply: wm831x: Check wm831x_set_bits() return value
    (git-fixes).
  - power: supply: rt9467: Prevent using uninitialized local
    variable in rt9467_set_value_from_ranges() (git-fixes).
  - power: supply: rt9467: Return error on failure in
    rt9467_set_value_from_ranges() (git-fixes).
  - power: supply: cw2015: Check devm_delayed_work_autocancel()
    return code (git-fixes).
  - mfd: mt6358-irq: Fix missing irq_domain_remove() in error path
    (git-fixes).
  - mfd: mt6397-irq: Fix missing irq_domain_remove() in error path
    (git-fixes).
  - mfd: max77620: Fix potential IRQ chip conflict when probing
    two devices (git-fixes).
  - platform/x86: intel: chtwc_int33fe: don't dereference swnode
    args (git-fixes).
  - spi: bcm63xx: drop wrong casts in probe() (git-fixes).
  - spi: tegra210-quad: Fix timeout handling (git-fixes).
  - regulator: core: Protect regulator_supply_alias_list with
    regulator_list_mutex (git-fixes).
  - regulator: core: disable supply if enabling main regulator fails
    (git-fixes).
  - mtd: rawnand: renesas: Handle devm_pm_runtime_enable() errors
    (git-fixes).
  - mtd: rawnand: lpc32xx_slc: fix GPIO descriptor leak on probe
    error and remove (git-fixes).
  - mtd: nand: relax ECC parameter validation check (git-fixes).
  - Revert "mtd: rawnand: marvell: fix layouts" (git-fixes).
  - mtd: lpddr_cmds: fix signed shifts in lpddr_cmds (git-fixes).
  - mtd: maps: pcmciamtd: fix potential memory leak in
    pcmciamtd_detach() (git-fixes).
  - pwm: bcm2835: Make sure the channel is enabled after
    pwm_request() (git-fixes).
  - platform/chrome: cros_ec_ishtp: Fix UAF after unbinding driver
    (git-fixes).
  - commit 6ae74c9
  - mfd: da9055: Fix missing regmap_del_irq_chip() in error path
    (git-fixes).
  - mfd: altera-sysmgr: Fix device leak on sysmgr regmap lookup
    (git-fixes).
  - media: rc: st_rc: Fix reset control resource leak (git-fixes).
  - media: videobuf2: Fix device reference leak in vb2_dc_alloc
    error path (git-fixes).
  - media: vpif_display: fix section mismatch (git-fixes).
  - media: vpif_capture: fix section mismatch (git-fixes).
  - media: samsung: exynos4-is: fix potential ABBA deadlock on init
    (git-fixes).
  - media: renesas: rcar_drif: fix device node reference leak in
    rcar_drif_bond_enabled (git-fixes).
  - media: amphion: Cancel message work before releasing the VPU
    core (git-fixes).
  - media: verisilicon: Protect G2 HEVC decoder against invalid
    DPB index (git-fixes).
  - media: v4l2-mem2mem: Fix outdated documentation (git-fixes).
  - media: cec: Fix debugfs leak on bus_register() failure
    (git-fixes).
  - media: vidtv: initialize local pointers upon transfer of memory
    ownership (git-fixes).
  - media: pvrusb2: Fix incorrect variable used in trace message
    (git-fixes).
  - media: msp3400: Avoid possible out-of-bounds array accesses
    in msp3400c_thread() (git-fixes).
  - media: adv7842: Avoid possible out-of-bounds array accesses
    in adv7842_cp_log_status() (git-fixes).
  - media: i2c: ADV7604: Remove redundant cancel_delayed_work in
    probe (git-fixes).
  - media: i2c: adv7842: Remove redundant cancel_delayed_work in
    probe (git-fixes).
  - media: TDA1997x: Remove redundant cancel_delayed_work in probe
    (git-fixes).
  - media: dvb-usb: dtv5100: fix out-of-bounds in dtv5100_i2c_msg()
    (git-fixes).
  - commit 0f91c8f
  - Documentation: hid-alps: Fix packet format section headings
    (git-fixes).
  - HID: logitech-hidpp: Do not assume FAP in
    hidpp_send_message_sync() (git-fixes).
  - HID: logitech-dj: Remove duplicate error logging (git-fixes).
  - backlight: lp855x: Fix lp855x.h kernel-doc warnings (git-fixes).
  - backlight: led-bl: Add devlink to supplier LEDs (git-fixes).
  - leds: netxbig: Fix GPIO descriptor leak in error paths
    (git-fixes).
  - leds: leds-lp50xx: Enable chip before any communication
    (git-fixes).
  - leds: leds-lp50xx: LP5009 supports 3 modules for a total of
    9 LEDs (git-fixes).
  - leds: leds-lp50xx: Allow LED 0 to be added to module bank
    (git-fixes).
  - hwmon: (max16065) Use local variable to avoid TOCTOU
    (git-fixes).
  - hwmon: (w83l786ng) Convert macros to functions to avoid TOCTOU
    (git-fixes).
  - hwmon: sy7636a: Fix regulator_enable resource leak on error path
    (git-fixes).
  - ASoC: Intel: catpt: Fix error path in hw_params() (git-fixes).
  - ASoC: stm32: sai: fix OF node leak on probe (git-fixes).
  - ASoC: stm32: sai: fix clk prepare imbalance on probe failure
    (git-fixes).
  - ASoC: stm32: sai: fix device leak on probe (git-fixes).
  - ASoC: qcom: q6asm-dai: perform correct state check before
    closing (git-fixes).
  - ASoC: qcom: qdsp6: q6asm-dai: set 10 ms period and buffer
    alignment (git-fixes).
  - ASoC: qcom: q6adm: the the copp device only during last instance
    (git-fixes).
  - ALSA: dice: fix buffer overflow in detect_stream_formats()
    (git-fixes).
  - ASoC: fsl_xcvr: clear the channel status control memory
    (git-fixes).
  - drm/amdgpu: add missing lock to amdgpu_ttm_access_memory_sdma
    (git-fixes).
  - drm/amd/display: Fix logical vs bitwise bug in
    get_embedded_panel_info_v2_1() (git-fixes).
  - drm/nouveau: restrict the flush page to a 32-bit address
    (git-fixes).
  - drm/mediatek: Fix device node reference leak in
    mtk_dp_dt_parse() (git-fixes).
  - drm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issue
    (git-fixes).
  - drm/msm/a6xx: Flush LRZ cache before PT switch (git-fixes).
  - drm/msm/a6xx: Fix out of bound IO access in
    a6xx_get_gmu_registers (git-fixes).
  - drm/msm/a2xx: stop over-complaining about the legacy firmware
    (git-fixes).
  - drm/msm/dpu: Remove dead-code in
    dpu_encoder_helper_reset_mixers() (git-fixes).
  - drm/vgem-fence: Fix potential deadlock on release (git-fixes).
  - drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg()
    (git-fixes).
  - gpu: host1x: Fix race in syncpt alloc/free (git-fixes).
  - commit 7fcfbe3

++++ libpng16:

  - security update
  - added patches
    CVE-2025-66293 [bsc#1254480], LIBPNG out-of-bounds read in png_image_read_composite
    * libpng16-CVE-2025-66293-1.patch
    * libpng16-CVE-2025-66293-2.patch

------------------------------------------------------------------
------------------  2025-12-4  -  Dec 4 2025  -------------------
------------------------------------------------------------------

++++ fde-tools:

  - Build with distro flags

++++ kernel-default:

  - RDMA/irdma: Remove unused struct irdma_cq fields (git-fixes)
    Refresh patches.suse/RDMA-irdma-Set-irdma_cq-cq_num-field-during-CQ-creat.patch
  - commit acb152c
  - wifi: nl80211: vendor-cmd: intel: fix a blank kernel-doc line
    warning (git-fixes).
  - wifi: ieee80211: correct FILS status codes (git-fixes).
  - mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()
    (git-fixes).
  - wifi: mt76: Fix DTS power-limits on little endian systems
    (git-fixes).
  - wifi: rtl818x: rtl8187: Fix potential buffer underflow in
    rtl8187_rx_cb() (git-fixes).
  - wifi: rtl818x: Fix potential memory leaks in
    rtl8180_init_rx_ring() (git-fixes).
  - wifi: mac80211: fix CMAC functions not handling errors
    (git-fixes).
  - net: phy: adin1100: Fix software power-down ready condition
    (git-fixes).
  - wifi: cw1200: Fix potential memory leak in cw1200_bh_rx_helper()
    (git-fixes).
  - wifi: ath11k: fix peer HE MCS assignment (git-fixes).
  - wifi: ath11k: restore register window after global reset
    (git-fixes).
  - lib/vsprintf: Check pointer before dereferencing in
    time_and_date() (git-fixes).
  - Documentation/kernel-parameters: fix typo in retbleed= kernel
    parameter description (git-fixes).
  - Documentation: parport-lowlevel: Separate function listing
    code blocks (git-fixes).
  - docs: w1: fix w1-netlink invalid URL (git-fixes).
  - crypto: ccree - Correctly handle return of sg_nents_for_len
    (git-fixes).
  - crypto: iaa - Fix incorrect return value in save_iaa_wq()
    (git-fixes).
  - crypto: rockchip - drop redundant crypto_skcipher_ivsize()
    calls (git-fixes).
  - crypto: hisilicon/qm - restore original qos values (git-fixes).
  - crypto: asymmetric_keys - prevent overflow in
    asymmetric_key_generate_id (git-fixes).
  - crypto: authenc - Correctly pass EINPROGRESS back up to the
    caller (git-fixes).
  - ima: Handle error code returned by ima_filter_rule_match()
    (git-fixes).
  - KEYS: trusted: Fix a memory leak in tpm2_load_cmd (git-fixes).
  - KEYS: trusted_tpm1: Compare HMAC values in constant time
    (git-fixes).
  - commit 912d691
  - btrfs: make sure extent and csum paths are always released in
    scrub_raid56_parity_stripe() (git-fixes).
  - commit 6dcb53c

++++ kernel-rt:

  - RDMA/irdma: Remove unused struct irdma_cq fields (git-fixes)
    Refresh patches.suse/RDMA-irdma-Set-irdma_cq-cq_num-field-during-CQ-creat.patch
  - commit acb152c
  - wifi: nl80211: vendor-cmd: intel: fix a blank kernel-doc line
    warning (git-fixes).
  - wifi: ieee80211: correct FILS status codes (git-fixes).
  - mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()
    (git-fixes).
  - wifi: mt76: Fix DTS power-limits on little endian systems
    (git-fixes).
  - wifi: rtl818x: rtl8187: Fix potential buffer underflow in
    rtl8187_rx_cb() (git-fixes).
  - wifi: rtl818x: Fix potential memory leaks in
    rtl8180_init_rx_ring() (git-fixes).
  - wifi: mac80211: fix CMAC functions not handling errors
    (git-fixes).
  - net: phy: adin1100: Fix software power-down ready condition
    (git-fixes).
  - wifi: cw1200: Fix potential memory leak in cw1200_bh_rx_helper()
    (git-fixes).
  - wifi: ath11k: fix peer HE MCS assignment (git-fixes).
  - wifi: ath11k: restore register window after global reset
    (git-fixes).
  - lib/vsprintf: Check pointer before dereferencing in
    time_and_date() (git-fixes).
  - Documentation/kernel-parameters: fix typo in retbleed= kernel
    parameter description (git-fixes).
  - Documentation: parport-lowlevel: Separate function listing
    code blocks (git-fixes).
  - docs: w1: fix w1-netlink invalid URL (git-fixes).
  - crypto: ccree - Correctly handle return of sg_nents_for_len
    (git-fixes).
  - crypto: iaa - Fix incorrect return value in save_iaa_wq()
    (git-fixes).
  - crypto: rockchip - drop redundant crypto_skcipher_ivsize()
    calls (git-fixes).
  - crypto: hisilicon/qm - restore original qos values (git-fixes).
  - crypto: asymmetric_keys - prevent overflow in
    asymmetric_key_generate_id (git-fixes).
  - crypto: authenc - Correctly pass EINPROGRESS back up to the
    caller (git-fixes).
  - ima: Handle error code returned by ima_filter_rule_match()
    (git-fixes).
  - KEYS: trusted: Fix a memory leak in tpm2_load_cmd (git-fixes).
  - KEYS: trusted_tpm1: Compare HMAC values in constant time
    (git-fixes).
  - commit 912d691
  - btrfs: make sure extent and csum paths are always released in
    scrub_raid56_parity_stripe() (git-fixes).
  - commit 6dcb53c

++++ kernel-rt_debug:

  - RDMA/irdma: Remove unused struct irdma_cq fields (git-fixes)
    Refresh patches.suse/RDMA-irdma-Set-irdma_cq-cq_num-field-during-CQ-creat.patch
  - commit acb152c
  - wifi: nl80211: vendor-cmd: intel: fix a blank kernel-doc line
    warning (git-fixes).
  - wifi: ieee80211: correct FILS status codes (git-fixes).
  - mt76: mt7615: Fix memory leak in mt7615_mcu_wtbl_sta_add()
    (git-fixes).
  - wifi: mt76: Fix DTS power-limits on little endian systems
    (git-fixes).
  - wifi: rtl818x: rtl8187: Fix potential buffer underflow in
    rtl8187_rx_cb() (git-fixes).
  - wifi: rtl818x: Fix potential memory leaks in
    rtl8180_init_rx_ring() (git-fixes).
  - wifi: mac80211: fix CMAC functions not handling errors
    (git-fixes).
  - net: phy: adin1100: Fix software power-down ready condition
    (git-fixes).
  - wifi: cw1200: Fix potential memory leak in cw1200_bh_rx_helper()
    (git-fixes).
  - wifi: ath11k: fix peer HE MCS assignment (git-fixes).
  - wifi: ath11k: restore register window after global reset
    (git-fixes).
  - lib/vsprintf: Check pointer before dereferencing in
    time_and_date() (git-fixes).
  - Documentation/kernel-parameters: fix typo in retbleed= kernel
    parameter description (git-fixes).
  - Documentation: parport-lowlevel: Separate function listing
    code blocks (git-fixes).
  - docs: w1: fix w1-netlink invalid URL (git-fixes).
  - crypto: ccree - Correctly handle return of sg_nents_for_len
    (git-fixes).
  - crypto: iaa - Fix incorrect return value in save_iaa_wq()
    (git-fixes).
  - crypto: rockchip - drop redundant crypto_skcipher_ivsize()
    calls (git-fixes).
  - crypto: hisilicon/qm - restore original qos values (git-fixes).
  - crypto: asymmetric_keys - prevent overflow in
    asymmetric_key_generate_id (git-fixes).
  - crypto: authenc - Correctly pass EINPROGRESS back up to the
    caller (git-fixes).
  - ima: Handle error code returned by ima_filter_rule_match()
    (git-fixes).
  - KEYS: trusted: Fix a memory leak in tpm2_load_cmd (git-fixes).
  - KEYS: trusted_tpm1: Compare HMAC values in constant time
    (git-fixes).
  - commit 912d691
  - btrfs: make sure extent and csum paths are always released in
    scrub_raid56_parity_stripe() (git-fixes).
  - commit 6dcb53c

------------------------------------------------------------------
------------------  2025-12-3  -  Dec 3 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ACPI: property: Fix fwnode refcount leak in
    acpi_fwnode_graph_parse_endpoint() (git-fixes).
  - ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4
    (git-fixes).
  - efi/libstub: Fix page table access in 5-level to 4-level paging
    transition (git-fixes).
  - efi/libstub: Describe missing 'out' parameter in efi_load_initrd
    (git-fixes).
  - commit 242aae6

++++ kernel-rt:

  - ACPI: property: Fix fwnode refcount leak in
    acpi_fwnode_graph_parse_endpoint() (git-fixes).
  - ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4
    (git-fixes).
  - efi/libstub: Fix page table access in 5-level to 4-level paging
    transition (git-fixes).
  - efi/libstub: Describe missing 'out' parameter in efi_load_initrd
    (git-fixes).
  - commit 242aae6

++++ kernel-rt_debug:

  - ACPI: property: Fix fwnode refcount leak in
    acpi_fwnode_graph_parse_endpoint() (git-fixes).
  - ACPI: processor_core: fix map_x2apic_id for amd-pstate on am4
    (git-fixes).
  - efi/libstub: Fix page table access in 5-level to 4-level paging
    transition (git-fixes).
  - efi/libstub: Describe missing 'out' parameter in efi_load_initrd
    (git-fixes).
  - commit 242aae6

++++ nvidia-open-driver-G06-signed:

  - kernel-6.18.patch
    * fixed build against kernel 6.18

------------------------------------------------------------------
------------------  2025-12-2  -  Dec 2 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Adding support for import of custom certificates
    This commit adds support for providing custom CA certificates
    during the build process. It allows a user to specify one ore
    more CA file(s) via the new <certificates> section and/or
    via the command line. The certificate files will be imported
    directly after the image bootstrap has finished (where the
    required CA update tools are available), but before any
    further packages are retrieved, solving for situations where
    the chroot environment needs certificates, e.g. when there's
    a proxy server in the build environment.
    This fixes bsc#1271367
    Co-authored-by: Marcus Schaefer <marcus.schaefer@gmail.com>
    (cherry picked from commit 88107398f5495b30b907cab7e6aacc9ff46ff316)

++++ kernel-default:

  - Input: cros_ec_keyb - fix an invalid memory access
    (stable-fixes).
  - Input: goodix - add support for ACPI ID GDIX1003 (stable-fixes).
  - drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabled
    (stable-fixes).
  - drm/amd/display: Increase DPCD read retries (stable-fixes).
  - drm/amd/display: Move sleep into each retry for
    retrieve_link_cap() (stable-fixes).
  - kconfig/nconf: Initialize the default locale at startup
    (stable-fixes).
  - kconfig/mconf: Initialize the default locale at startup
    (stable-fixes).
  - Input: goodix - add support for ACPI ID GDX9110 (stable-fixes).
  - commit 7011d30

++++ kernel-rt:

  - Input: cros_ec_keyb - fix an invalid memory access
    (stable-fixes).
  - Input: goodix - add support for ACPI ID GDIX1003 (stable-fixes).
  - drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabled
    (stable-fixes).
  - drm/amd/display: Increase DPCD read retries (stable-fixes).
  - drm/amd/display: Move sleep into each retry for
    retrieve_link_cap() (stable-fixes).
  - kconfig/nconf: Initialize the default locale at startup
    (stable-fixes).
  - kconfig/mconf: Initialize the default locale at startup
    (stable-fixes).
  - Input: goodix - add support for ACPI ID GDX9110 (stable-fixes).
  - commit 7011d30

++++ kernel-rt_debug:

  - Input: cros_ec_keyb - fix an invalid memory access
    (stable-fixes).
  - Input: goodix - add support for ACPI ID GDIX1003 (stable-fixes).
  - drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabled
    (stable-fixes).
  - drm/amd/display: Increase DPCD read retries (stable-fixes).
  - drm/amd/display: Move sleep into each retry for
    retrieve_link_cap() (stable-fixes).
  - kconfig/nconf: Initialize the default locale at startup
    (stable-fixes).
  - kconfig/mconf: Initialize the default locale at startup
    (stable-fixes).
  - Input: goodix - add support for ACPI ID GDX9110 (stable-fixes).
  - commit 7011d30

------------------------------------------------------------------
------------------  2025-12-1  -  Dec 1 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - orangefs: fix xattr related buffer overflow.. (git-fixes).
  - commit f97ca07
  - rpm/mkspec: Exclude azure from kernel-syms dependencies
    Similar to rt azure was initially a separate kernel variant, and not all
    KMPs are built for it. kernel-azure-devel should be included as explicit
    build depedency to get a KMP for this kernel flavor.
  - commit c174e9b

++++ kernel-rt:

  - orangefs: fix xattr related buffer overflow.. (git-fixes).
  - commit f97ca07
  - rpm/mkspec: Exclude azure from kernel-syms dependencies
    Similar to rt azure was initially a separate kernel variant, and not all
    KMPs are built for it. kernel-azure-devel should be included as explicit
    build depedency to get a KMP for this kernel flavor.
  - commit c174e9b

++++ kernel-rt_debug:

  - orangefs: fix xattr related buffer overflow.. (git-fixes).
  - commit f97ca07
  - rpm/mkspec: Exclude azure from kernel-syms dependencies
    Similar to rt azure was initially a separate kernel variant, and not all
    KMPs are built for it. kernel-azure-devel should be included as explicit
    build depedency to get a KMP for this kernel flavor.
  - commit c174e9b

------------------------------------------------------------------
------------------  2025-11-29  -  Nov 29 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - spi: amlogic-spifc-a1: Handle devm_pm_runtime_enable() errors
    (git-fixes).
  - spi: bcm63xx: fix premature CS deassertion on RX-only
    transactions (git-fixes).
  - firmware: stratix10-svc: fix bug in saving controller data
    (git-fixes).
  - iio: st_lsm6dsx: Fixed calibrated timestamp calculation
    (git-fixes).
  - iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings
    fields (git-fixes).
  - iio: accel: fix ADXL355 startup race condition (git-fixes).
  - iio:common:ssp_sensors: Fix an error handling path ssp_probe()
    (git-fixes).
  - iio: adc: ad7280a: fix ad7280_store_balance_timer() (git-fixes).
  - most: usb: fix double free on late probe failure (git-fixes).
  - slimbus: ngd: Fix reference count leak in
    qcom_slim_ngd_notify_slaves (git-fixes).
  - serial: amba-pl011: prefer dma_mapping_error() over explicit
    address checking (git-fixes).
  - usb: gadget: renesas_usbf: Handle devm_pm_runtime_enable()
    errors (git-fixes).
  - USB: storage: Remove subclass and protocol overrides from
    Novatek quirk (git-fixes).
  - usb: uas: fix urb unmapping issue when the uas device is remove
    during ongoing data transfer (git-fixes).
  - usb: dwc3: Fix race condition between concurrent
    dwc3_remove_requests() call paths (git-fixes).
  - xhci: dbgtty: fix device unregister (git-fixes).
  - usb: gadget: f_eem: Fix memory leak in eem_unwrap (git-fixes).
  - drivers/usb/dwc3: fix PCI parent check (git-fixes).
  - usb: storage: Fix memory leak in USB bulk transport (git-fixes).
  - usb: cdns3: Fix double resource release in cdns3_pci_probe
    (git-fixes).
  - mailbox: mailbox-test: Fix debugfs_create_dir error checking
    (git-fixes).
  - drm: sti: fix device leaks at component probe (git-fixes).
  - drm/amdgpu: fix cyan_skillfish2 gpu info fw handling
    (git-fixes).
  - commit 17705d7
  - net: dlink: handle copy_thresh allocation failure (CVE-2025-40053 bsc#1252808)
  - commit 975011b

++++ kernel-rt:

  - spi: amlogic-spifc-a1: Handle devm_pm_runtime_enable() errors
    (git-fixes).
  - spi: bcm63xx: fix premature CS deassertion on RX-only
    transactions (git-fixes).
  - firmware: stratix10-svc: fix bug in saving controller data
    (git-fixes).
  - iio: st_lsm6dsx: Fixed calibrated timestamp calculation
    (git-fixes).
  - iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings
    fields (git-fixes).
  - iio: accel: fix ADXL355 startup race condition (git-fixes).
  - iio:common:ssp_sensors: Fix an error handling path ssp_probe()
    (git-fixes).
  - iio: adc: ad7280a: fix ad7280_store_balance_timer() (git-fixes).
  - most: usb: fix double free on late probe failure (git-fixes).
  - slimbus: ngd: Fix reference count leak in
    qcom_slim_ngd_notify_slaves (git-fixes).
  - serial: amba-pl011: prefer dma_mapping_error() over explicit
    address checking (git-fixes).
  - usb: gadget: renesas_usbf: Handle devm_pm_runtime_enable()
    errors (git-fixes).
  - USB: storage: Remove subclass and protocol overrides from
    Novatek quirk (git-fixes).
  - usb: uas: fix urb unmapping issue when the uas device is remove
    during ongoing data transfer (git-fixes).
  - usb: dwc3: Fix race condition between concurrent
    dwc3_remove_requests() call paths (git-fixes).
  - xhci: dbgtty: fix device unregister (git-fixes).
  - usb: gadget: f_eem: Fix memory leak in eem_unwrap (git-fixes).
  - drivers/usb/dwc3: fix PCI parent check (git-fixes).
  - usb: storage: Fix memory leak in USB bulk transport (git-fixes).
  - usb: cdns3: Fix double resource release in cdns3_pci_probe
    (git-fixes).
  - mailbox: mailbox-test: Fix debugfs_create_dir error checking
    (git-fixes).
  - drm: sti: fix device leaks at component probe (git-fixes).
  - drm/amdgpu: fix cyan_skillfish2 gpu info fw handling
    (git-fixes).
  - commit 17705d7
  - net: dlink: handle copy_thresh allocation failure (CVE-2025-40053 bsc#1252808)
  - commit 975011b

++++ kernel-rt_debug:

  - spi: amlogic-spifc-a1: Handle devm_pm_runtime_enable() errors
    (git-fixes).
  - spi: bcm63xx: fix premature CS deassertion on RX-only
    transactions (git-fixes).
  - firmware: stratix10-svc: fix bug in saving controller data
    (git-fixes).
  - iio: st_lsm6dsx: Fixed calibrated timestamp calculation
    (git-fixes).
  - iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings
    fields (git-fixes).
  - iio: accel: fix ADXL355 startup race condition (git-fixes).
  - iio:common:ssp_sensors: Fix an error handling path ssp_probe()
    (git-fixes).
  - iio: adc: ad7280a: fix ad7280_store_balance_timer() (git-fixes).
  - most: usb: fix double free on late probe failure (git-fixes).
  - slimbus: ngd: Fix reference count leak in
    qcom_slim_ngd_notify_slaves (git-fixes).
  - serial: amba-pl011: prefer dma_mapping_error() over explicit
    address checking (git-fixes).
  - usb: gadget: renesas_usbf: Handle devm_pm_runtime_enable()
    errors (git-fixes).
  - USB: storage: Remove subclass and protocol overrides from
    Novatek quirk (git-fixes).
  - usb: uas: fix urb unmapping issue when the uas device is remove
    during ongoing data transfer (git-fixes).
  - usb: dwc3: Fix race condition between concurrent
    dwc3_remove_requests() call paths (git-fixes).
  - xhci: dbgtty: fix device unregister (git-fixes).
  - usb: gadget: f_eem: Fix memory leak in eem_unwrap (git-fixes).
  - drivers/usb/dwc3: fix PCI parent check (git-fixes).
  - usb: storage: Fix memory leak in USB bulk transport (git-fixes).
  - usb: cdns3: Fix double resource release in cdns3_pci_probe
    (git-fixes).
  - mailbox: mailbox-test: Fix debugfs_create_dir error checking
    (git-fixes).
  - drm: sti: fix device leaks at component probe (git-fixes).
  - drm/amdgpu: fix cyan_skillfish2 gpu info fw handling
    (git-fixes).
  - commit 17705d7
  - net: dlink: handle copy_thresh allocation failure (CVE-2025-40053 bsc#1252808)
  - commit 975011b

------------------------------------------------------------------
------------------  2025-11-28  -  Nov 28 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - pid: Add a judgment for ns null in pid_nr_ns (CVE-2025-40178 bsc#1253463)
  - commit ce07984
  - net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce() (CVE-2025-40187 bsc#1253647)
  - commit e8a76b4
  - can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling
    (git-fixes).
  - can: gs_usb: gs_usb_xmit_callback(): fix handling of failed
    transmitted URBs (git-fixes).
  - can: sja1000: fix max irq loop handling (git-fixes).
  - can: kvaser_usb: leaf: Fix potential infinite loop in command
    parsers (git-fixes).
  - net: phy: mxl-gpy: fix link properties on USXGMII and internal
    PHYs (git-fixes).
  - atm/fore200e: Fix possible data race in fore200e_open()
    (git-fixes).
  - Bluetooth: SMP: Fix not generating mackey and ltk when repairing
    (git-fixes).
  - Bluetooth: hci_sock: Prevent race in socket write iter and
    sock bind (git-fixes).
  - net: phy: mxl-gpy: fix bogus error on USXGMII and integrated
    PHY (git-fixes).
  - platform/x86: intel: punit_ipc: fix memory corruption
    (git-fixes).
  - atm: idt77252: Add missing `dma_map_error()` (stable-fixes).
  - commit 2366cbf

++++ kernel-rt:

  - pid: Add a judgment for ns null in pid_nr_ns (CVE-2025-40178 bsc#1253463)
  - commit ce07984
  - net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce() (CVE-2025-40187 bsc#1253647)
  - commit e8a76b4
  - can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling
    (git-fixes).
  - can: gs_usb: gs_usb_xmit_callback(): fix handling of failed
    transmitted URBs (git-fixes).
  - can: sja1000: fix max irq loop handling (git-fixes).
  - can: kvaser_usb: leaf: Fix potential infinite loop in command
    parsers (git-fixes).
  - net: phy: mxl-gpy: fix link properties on USXGMII and internal
    PHYs (git-fixes).
  - atm/fore200e: Fix possible data race in fore200e_open()
    (git-fixes).
  - Bluetooth: SMP: Fix not generating mackey and ltk when repairing
    (git-fixes).
  - Bluetooth: hci_sock: Prevent race in socket write iter and
    sock bind (git-fixes).
  - net: phy: mxl-gpy: fix bogus error on USXGMII and integrated
    PHY (git-fixes).
  - platform/x86: intel: punit_ipc: fix memory corruption
    (git-fixes).
  - atm: idt77252: Add missing `dma_map_error()` (stable-fixes).
  - commit 2366cbf

++++ kernel-rt_debug:

  - pid: Add a judgment for ns null in pid_nr_ns (CVE-2025-40178 bsc#1253463)
  - commit ce07984
  - net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce() (CVE-2025-40187 bsc#1253647)
  - commit e8a76b4
  - can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling
    (git-fixes).
  - can: gs_usb: gs_usb_xmit_callback(): fix handling of failed
    transmitted URBs (git-fixes).
  - can: sja1000: fix max irq loop handling (git-fixes).
  - can: kvaser_usb: leaf: Fix potential infinite loop in command
    parsers (git-fixes).
  - net: phy: mxl-gpy: fix link properties on USXGMII and internal
    PHYs (git-fixes).
  - atm/fore200e: Fix possible data race in fore200e_open()
    (git-fixes).
  - Bluetooth: SMP: Fix not generating mackey and ltk when repairing
    (git-fixes).
  - Bluetooth: hci_sock: Prevent race in socket write iter and
    sock bind (git-fixes).
  - net: phy: mxl-gpy: fix bogus error on USXGMII and integrated
    PHY (git-fixes).
  - platform/x86: intel: punit_ipc: fix memory corruption
    (git-fixes).
  - atm: idt77252: Add missing `dma_map_error()` (stable-fixes).
  - commit 2366cbf

++++ libpng16:

  - security update
  - added patches
    CVE-2025-64505 [bsc#1254157], heap buffer over-read in `png_do_quantize` via malformed palette index
    * libpng16-CVE-2025-64505.patch
    CVE-2025-64506 [bsc#1254158], heap buffer over-read in `png_write_image_8bit` with 8-bit input and `convert_to_8bit` enabled
    * libpng16-CVE-2025-64506.patch
    CVE-2025-64720 [bsc#1254159], buffer overflow in `png_image_read_composite` via incorrect palette premultiplication
    * libpng16-CVE-2025-64720.patch
    CVE-2025-65018 [bsc#1254160], heap buffer overflow in `png_combine_row` triggered via `png_image_finish_read`
    * libpng16-CVE-2025-65018.patch

++++ sqlite3:

  - Update to version 3.51.1:
    * Fix incorrect results from nested EXISTS queries caused by the
    optimization in item 6b in the 3.51.0 release.
    * Fix a latent bug in fts5vocab virtual table, exposed by new
    optimizations in the 3.51.0 release
  - Changes in version 3.51.0:
    * New macros in sqlite3.h:
  - SQLITE_SCM_BRANCH → the name of the branch from which the
    source code is taken.
  - SQLITE_SCM_TAGS → space-separated list of tags on the source
    code check-in.
  - SQLITE_SCM_DATETIME → ISO-8601 date and time of the source
    code check-in.
    * Two new JSON functions, jsonb_each() and jsonb_tree() work the
    same as the existing json_each() and json_tree() functions
    except that they return JSONB for the "value" column when the
    "type" is 'array' or 'object'.
    * The carray and percentile extensions are now built into the
    amalgamation, though they are disabled by default and must be
    activated at compile-time using the -DSQLITE_ENABLE_CARRAY
    and/or -DSQLITE_ENABLE_PERCENTILE options, respectively.
    * Enhancements to TCL Interface:
  - Add the -asdict flag to the eval command to have it set the
    row data as a dict instead of an array.
  - User-defined functions may now break to return an SQL NULL.
    * CLI enhancements:
  - Increase the precision of ".timer" to microseconds.
  - Enhance the "box" and "column" formatting modes to deal with
    double-wide characters.
  - The ".imposter" command provides read-only imposter tables
    that work with VACUUM and do not require the --unsafe-testing
    option.
  - Add the --ifexists option to the CLI command-line option and
    to the .open command.
  - Limit columns widths set by the ".width" command to 30,000 or
    less, as there is not good reason to have wider columns, but
    supporting wider columns provides opportunity to malefactors.
    * Performance enhancements:
  - Use fewer CPU cycles to commit a read transaction.
  - Early detection of joins that return no rows due to one or
    more of the tables containing no rows.
  - Avoid evaluation of scalar subqueries if the result of the
    subquery does not change the result of the overall expression.
  - Faster window function queries when using
    "BETWEEN :x FOLLOWING AND :y FOLLOWING" with a large :y.
    * Add the PRAGMA wal_checkpoint=NOOP; command and the
    SQLITE_CHECKPOINT_NOOP argument for sqlite3_wal_checkpoint_v2().
    * Add the sqlite3_set_errmsg() API for use by extensions.
    * Add the sqlite3_db_status64() API, which works just like the
    existing sqlite3_db_status() API except that it returns 64-bit
    results.
    * Add the SQLITE_DBSTATUS_TEMPBUF_SPILL option to the
    sqlite3_db_status() and sqlite3_db_status64() interfaces.
    * In the session extension add the sqlite3changeset_apply_v3()
    interface.
    * For the built-in printf() and the format() SQL function, omit
    the leading '-' from negative floating point numbers if the '+'
    flag is omitted and the "#" flag is present and all displayed
    digits are '0'. Use '%#f' or similar to avoid outputs like
    '-0.00' and instead show just '0.00'.
    * Improved error messages generated by FTS5.
    * Enforce STRICT typing on computed columns.
    * Improved support for VxWorks
    * JavaScript/WASM now supports 64-bit WASM. The canonical builds
    continue to be 32-bit but creating one's own 64-bit build is
    now as simple as running "make".
    * Improved resistance to database corruption caused by an
    application breaking Posix advisory locks using close().

++++ runc:

  - Update to runc v1.3.4. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.3.4>. bsc#1254362

------------------------------------------------------------------
------------------  2025-11-27  -  Nov 27 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable() (CVE-2025-40033 bsc#1252824)
  - commit 2054391
  - dm: fix NULL pointer dereference in __dm_suspend() (CVE-2025-40134 bsc#1253386)
  - commit 1e5953d
  - dm: fix queue start/stop imbalance under suspend/load/resume races (bsc#1253386)
  - commit bd1d198
  - KVM: arm64: Prevent access to vCPU events before init (CVE-2025-40102 bsc#1252919)
  - commit 104fba7
  - perf: arm_spe: Prevent overflow in PERF_IDX2OFF() (CVE-2025-40081 bsc#1252776)
  - commit f1cab17
  - Add dtb-spacemit
    SpacemiT boards include MilkV-Jupiter, Banana Pi F3 and Orange Pi RV2.
  - commit f2f396d
  - scsi: lpfc: Update lpfc version to 14.4.0.12 (bsc#1254119).
  - scsi: lpfc: Add capability to register Platform Name ID to
    fabric (bsc#1254119).
  - scsi: lpfc: Allow support for BB credit recovery in
    point-to-point topology (bsc#1254119).
  - scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED
    during FLOGI (bsc#1254119).
  - scsi: lpfc: Modify kref handling for Fabric Controller ndlps
    (bsc#1254119).
  - scsi: lpfc: Fix leaked ndlp krefs when in point-to-point
    topology (bsc#1254119).
  - scsi: lpfc: Ensure unregistration of rpis for received PLOGIs
    (bsc#1254119).
  - scsi: lpfc: Remove redundant NULL ptr assignment in
    lpfc_els_free_iocb() (bsc#1254119).
  - scsi: lpfc: Revise discovery related function headers and
    comments (bsc#1254119).
  - scsi: lpfc: Update various NPIV diagnostic log messaging
    (bsc#1254119).
  - commit bfcfc18
  - nvme-multipath: fix lockdep WARN due to partition scan work
    (git-fixes bsc#1233640 CVE-2024-53093).
  - commit 28a7b7d
  - dm-integrity: limit MAX_TAG_SIZE to 255 (git-fixes).
  - commit a7bb416
  - nvme: Use non zero KATO for persistent discovery connections
    (git-fixes).
  - commit 4d9eece
  - ALSA: usb-audio: fix uac2 clock source at terminal parser
    (git-fixes).
  - commit 74497c6

++++ kernel-rt:

  - remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable() (CVE-2025-40033 bsc#1252824)
  - commit 2054391
  - dm: fix NULL pointer dereference in __dm_suspend() (CVE-2025-40134 bsc#1253386)
  - commit 1e5953d
  - dm: fix queue start/stop imbalance under suspend/load/resume races (bsc#1253386)
  - commit bd1d198
  - KVM: arm64: Prevent access to vCPU events before init (CVE-2025-40102 bsc#1252919)
  - commit 104fba7
  - perf: arm_spe: Prevent overflow in PERF_IDX2OFF() (CVE-2025-40081 bsc#1252776)
  - commit f1cab17
  - Add dtb-spacemit
    SpacemiT boards include MilkV-Jupiter, Banana Pi F3 and Orange Pi RV2.
  - commit f2f396d
  - scsi: lpfc: Update lpfc version to 14.4.0.12 (bsc#1254119).
  - scsi: lpfc: Add capability to register Platform Name ID to
    fabric (bsc#1254119).
  - scsi: lpfc: Allow support for BB credit recovery in
    point-to-point topology (bsc#1254119).
  - scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED
    during FLOGI (bsc#1254119).
  - scsi: lpfc: Modify kref handling for Fabric Controller ndlps
    (bsc#1254119).
  - scsi: lpfc: Fix leaked ndlp krefs when in point-to-point
    topology (bsc#1254119).
  - scsi: lpfc: Ensure unregistration of rpis for received PLOGIs
    (bsc#1254119).
  - scsi: lpfc: Remove redundant NULL ptr assignment in
    lpfc_els_free_iocb() (bsc#1254119).
  - scsi: lpfc: Revise discovery related function headers and
    comments (bsc#1254119).
  - scsi: lpfc: Update various NPIV diagnostic log messaging
    (bsc#1254119).
  - commit bfcfc18
  - nvme-multipath: fix lockdep WARN due to partition scan work
    (git-fixes bsc#1233640 CVE-2024-53093).
  - commit 28a7b7d
  - dm-integrity: limit MAX_TAG_SIZE to 255 (git-fixes).
  - commit a7bb416
  - nvme: Use non zero KATO for persistent discovery connections
    (git-fixes).
  - commit 4d9eece
  - ALSA: usb-audio: fix uac2 clock source at terminal parser
    (git-fixes).
  - commit 74497c6

++++ kernel-rt_debug:

  - remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctable() (CVE-2025-40033 bsc#1252824)
  - commit 2054391
  - dm: fix NULL pointer dereference in __dm_suspend() (CVE-2025-40134 bsc#1253386)
  - commit 1e5953d
  - dm: fix queue start/stop imbalance under suspend/load/resume races (bsc#1253386)
  - commit bd1d198
  - KVM: arm64: Prevent access to vCPU events before init (CVE-2025-40102 bsc#1252919)
  - commit 104fba7
  - perf: arm_spe: Prevent overflow in PERF_IDX2OFF() (CVE-2025-40081 bsc#1252776)
  - commit f1cab17
  - Add dtb-spacemit
    SpacemiT boards include MilkV-Jupiter, Banana Pi F3 and Orange Pi RV2.
  - commit f2f396d
  - scsi: lpfc: Update lpfc version to 14.4.0.12 (bsc#1254119).
  - scsi: lpfc: Add capability to register Platform Name ID to
    fabric (bsc#1254119).
  - scsi: lpfc: Allow support for BB credit recovery in
    point-to-point topology (bsc#1254119).
  - scsi: lpfc: Fix reusing an ndlp that is marked NLP_DROPPED
    during FLOGI (bsc#1254119).
  - scsi: lpfc: Modify kref handling for Fabric Controller ndlps
    (bsc#1254119).
  - scsi: lpfc: Fix leaked ndlp krefs when in point-to-point
    topology (bsc#1254119).
  - scsi: lpfc: Ensure unregistration of rpis for received PLOGIs
    (bsc#1254119).
  - scsi: lpfc: Remove redundant NULL ptr assignment in
    lpfc_els_free_iocb() (bsc#1254119).
  - scsi: lpfc: Revise discovery related function headers and
    comments (bsc#1254119).
  - scsi: lpfc: Update various NPIV diagnostic log messaging
    (bsc#1254119).
  - commit bfcfc18
  - nvme-multipath: fix lockdep WARN due to partition scan work
    (git-fixes bsc#1233640 CVE-2024-53093).
  - commit 28a7b7d
  - dm-integrity: limit MAX_TAG_SIZE to 255 (git-fixes).
  - commit a7bb416
  - nvme: Use non zero KATO for persistent discovery connections
    (git-fixes).
  - commit 4d9eece
  - ALSA: usb-audio: fix uac2 clock source at terminal parser
    (git-fixes).
  - commit 74497c6

------------------------------------------------------------------
------------------  2025-11-26  -  Nov 26 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nfsd: fix return error codes for nfsd_map_name_to_id
    (bsc#1232223).
  - commit 24071c5
  - vhost: Take a reference on the task in struct vhost_task (CVE-2025-40024 bsc#1252686)
  - commit fc81dc2
  - nfsd: do not defer requests during idmap lookup in v4 compound
    decode (bsc#1232223).
  - commit 4b41b11
  - tls: Use __sk_dst_get() and dst_dev_rcu() in
    get_netdev_for_sock() (CVE-2025-40149 bsc#1253355).
  - commit c8fb6ed
  - smc: Use __sk_dst_get() and dst_dev_rcu() in
    smc_clc_prfx_match() (CVE-2025-40168 bsc#1253427).
  - commit 0f10629
  - smc: Use __sk_dst_get() and dst_dev_rcu() in in
    smc_clc_prfx_set() (CVE-2025-40139 bsc#1253409).
  - commit a7ae1b3
  - smc: Fix use-after-free in __pnet_find_base_ndev()
    (CVE-2025-40064 bsc#1252845).
  - commit 2971b90
  - tcp_metrics: use dst_dev_net_rcu() (CVE-2025-40075 bsc#1252795).
  - commit fcb52d9
  - Update
    patches.suse/ASoC-Intel-bytcr_rt5640-Fix-invalid-quirk-input-mapp.patch
    (git-fixes CVE-2025-40154 bsc#1253431).
  - Update
    patches.suse/ASoC-Intel-bytcr_rt5651-Fix-invalid-quirk-input-mapp.patch
    (git-fixes CVE-2025-40121 bsc#1253367).
  - Update
    patches.suse/Bluetooth-ISO-Fix-possible-UAF-on-iso_conn_free.patch
    (git-fixes CVE-2025-40141 bsc#1253352).
  - Update
    patches.suse/EDAC-i10nm-Skip-DIMM-enumeration-on-a-disabled-memor.patch
    (git-fixes CVE-2025-40157 bsc#1253423).
  - Update
    patches.suse/PM-devfreq-mtk-cci-Fix-potential-error-pointer-deref.patch
    (git-fixes CVE-2025-40156 bsc#1253428).
  - Update
    patches.suse/Squashfs-reject-negative-file-sizes-in-squashfs_read_inode.patch
    (git-fixes CVE-2025-40200 bsc#1253448).
  - Update
    patches.suse/accel-qaic-Treat-remaining-0-as-error-in-find_and_ma.patch
    (git-fixes CVE-2025-40172 bsc#1253424).
  - Update
    patches.suse/bpf-Fix-metadata_dst-leak-__bpf_redirect_neigh_v-4-6.patch
    (git-fixes CVE-2025-40183 bsc#1253441).
  - Update
    patches.suse/btrfs-avoid-potential-out-of-bounds-in-btrfs_encode_.patch
    (git-fixes CVE-2025-40205 bsc#1253456).
  - Update
    patches.suse/can-hi311x-fix-null-pointer-dereference-when-resumin.patch
    (stable-fixes CVE-2025-40107 bsc#1253018).
  - Update
    patches.suse/cpufreq-intel_pstate-Fix-object-lifecycle-issue-in-update_qos_request.patch
    (stable-fixes git-fixes CVE-2025-40194 bsc#1253445).
  - Update
    patches.suse/crypto-rng-Ensure-set_ent-is-always-present.patch
    (git-fixes CVE-2025-40109 bsc#1253176).
  - Update
    patches.suse/drm-vmwgfx-Fix-Use-after-free-in-validation.patch
    (git-fixes CVE-2025-40111 bsc#1253362).
  - Update
    patches.suse/drm-vmwgfx-Fix-a-null-ptr-access-in-the-cursor-snoop.patch
    (git-fixes CVE-2025-40110 bsc#1253275).
  - Update
    patches.suse/ext4-avoid-potential-buffer-over-read-in-parse_apply.patch
    (git-fixes CVE-2025-40198 bsc#1253453).
  - Update
    patches.suse/hwrng-ks-sa-fix-division-by-zero-in-ks_sa_rng_init.patch
    (git-fixes CVE-2025-40127 bsc#1253369).
  - Update
    patches.suse/mailbox-zynqmp-ipi-Fix-out-of-bounds-access-in-mailb.patch
    (git-fixes CVE-2025-40180 bsc#1253440).
  - Update
    patches.suse/media-v4l2-subdev-Fix-alloc-failure-check-in-v4l2_su.patch
    (git-fixes CVE-2025-40207 bsc#1253395).
  - Update
    patches.suse/net-usb-Remove-disruptive-netif_wake_queue-in-rtl815.patch
    (git-fixes CVE-2025-40140 bsc#1253349).
  - Update
    patches.suse/net-usb-asix-hold-PM-usage-ref-to-avoid-PM-MDIO-RTNL.patch
    (git-fixes CVE-2025-40120 bsc#1253360).
  - Update
    patches.suse/nvmet-fc-move-lsop-put-work-to-nvmet_fc_ls_req_op.patch
    (bsc#1245193 bsc#1247500 CVE-2025-40171 bsc#1253412).
  - Update
    patches.suse/pwm-berlin-Fix-wrong-register-in-suspend-resume.patch
    (git-fixes CVE-2025-40188 bsc#1253449).
  - Update
    patches.suse/scsi-mpt3sas-Fix-crash-in-transport-port-remove-by-using-i.patch
    (git-fixes CVE-2025-40115 bsc#1253318).
  - Update
    patches.suse/scsi-pm80xx-Fix-array-index-out-of-of-bounds-on-rmmod.patch
    (git-fixes CVE-2025-40118 bsc#1253363).
  - Update
    patches.suse/sunrpc-fix-null-pointer-dereference-on-zero-length-checksum.patch
    (git-fixes CVE-2025-40129 bsc#1253472).
  - Update
    patches.suse/tcp-Don-t-call-reqsk_fastopen_remove-in-tcp_conn_request.patch
    (git-fixes CVE-2025-40186 bsc#1253438).
  - Update
    patches.suse/usb-host-max3421-hcd-Fix-error-pointer-dereference-i.patch
    (git-fixes CVE-2025-40116 bsc#1253324).
  - Update
    patches.suse/usbnet-Fix-using-smp_processor_id-in-preemptible-cod.patch
    (git-fixes CVE-2025-40164 bsc#1253407).
  - commit d8d3cd1

++++ kernel-rt:

  - nfsd: fix return error codes for nfsd_map_name_to_id
    (bsc#1232223).
  - commit 24071c5
  - vhost: Take a reference on the task in struct vhost_task (CVE-2025-40024 bsc#1252686)
  - commit fc81dc2
  - nfsd: do not defer requests during idmap lookup in v4 compound
    decode (bsc#1232223).
  - commit 4b41b11
  - tls: Use __sk_dst_get() and dst_dev_rcu() in
    get_netdev_for_sock() (CVE-2025-40149 bsc#1253355).
  - commit c8fb6ed
  - smc: Use __sk_dst_get() and dst_dev_rcu() in
    smc_clc_prfx_match() (CVE-2025-40168 bsc#1253427).
  - commit 0f10629
  - smc: Use __sk_dst_get() and dst_dev_rcu() in in
    smc_clc_prfx_set() (CVE-2025-40139 bsc#1253409).
  - commit a7ae1b3
  - smc: Fix use-after-free in __pnet_find_base_ndev()
    (CVE-2025-40064 bsc#1252845).
  - commit 2971b90
  - tcp_metrics: use dst_dev_net_rcu() (CVE-2025-40075 bsc#1252795).
  - commit fcb52d9
  - Update
    patches.suse/ASoC-Intel-bytcr_rt5640-Fix-invalid-quirk-input-mapp.patch
    (git-fixes CVE-2025-40154 bsc#1253431).
  - Update
    patches.suse/ASoC-Intel-bytcr_rt5651-Fix-invalid-quirk-input-mapp.patch
    (git-fixes CVE-2025-40121 bsc#1253367).
  - Update
    patches.suse/Bluetooth-ISO-Fix-possible-UAF-on-iso_conn_free.patch
    (git-fixes CVE-2025-40141 bsc#1253352).
  - Update
    patches.suse/EDAC-i10nm-Skip-DIMM-enumeration-on-a-disabled-memor.patch
    (git-fixes CVE-2025-40157 bsc#1253423).
  - Update
    patches.suse/PM-devfreq-mtk-cci-Fix-potential-error-pointer-deref.patch
    (git-fixes CVE-2025-40156 bsc#1253428).
  - Update
    patches.suse/Squashfs-reject-negative-file-sizes-in-squashfs_read_inode.patch
    (git-fixes CVE-2025-40200 bsc#1253448).
  - Update
    patches.suse/accel-qaic-Treat-remaining-0-as-error-in-find_and_ma.patch
    (git-fixes CVE-2025-40172 bsc#1253424).
  - Update
    patches.suse/bpf-Fix-metadata_dst-leak-__bpf_redirect_neigh_v-4-6.patch
    (git-fixes CVE-2025-40183 bsc#1253441).
  - Update
    patches.suse/btrfs-avoid-potential-out-of-bounds-in-btrfs_encode_.patch
    (git-fixes CVE-2025-40205 bsc#1253456).
  - Update
    patches.suse/can-hi311x-fix-null-pointer-dereference-when-resumin.patch
    (stable-fixes CVE-2025-40107 bsc#1253018).
  - Update
    patches.suse/cpufreq-intel_pstate-Fix-object-lifecycle-issue-in-update_qos_request.patch
    (stable-fixes git-fixes CVE-2025-40194 bsc#1253445).
  - Update
    patches.suse/crypto-rng-Ensure-set_ent-is-always-present.patch
    (git-fixes CVE-2025-40109 bsc#1253176).
  - Update
    patches.suse/drm-vmwgfx-Fix-Use-after-free-in-validation.patch
    (git-fixes CVE-2025-40111 bsc#1253362).
  - Update
    patches.suse/drm-vmwgfx-Fix-a-null-ptr-access-in-the-cursor-snoop.patch
    (git-fixes CVE-2025-40110 bsc#1253275).
  - Update
    patches.suse/ext4-avoid-potential-buffer-over-read-in-parse_apply.patch
    (git-fixes CVE-2025-40198 bsc#1253453).
  - Update
    patches.suse/hwrng-ks-sa-fix-division-by-zero-in-ks_sa_rng_init.patch
    (git-fixes CVE-2025-40127 bsc#1253369).
  - Update
    patches.suse/mailbox-zynqmp-ipi-Fix-out-of-bounds-access-in-mailb.patch
    (git-fixes CVE-2025-40180 bsc#1253440).
  - Update
    patches.suse/media-v4l2-subdev-Fix-alloc-failure-check-in-v4l2_su.patch
    (git-fixes CVE-2025-40207 bsc#1253395).
  - Update
    patches.suse/net-usb-Remove-disruptive-netif_wake_queue-in-rtl815.patch
    (git-fixes CVE-2025-40140 bsc#1253349).
  - Update
    patches.suse/net-usb-asix-hold-PM-usage-ref-to-avoid-PM-MDIO-RTNL.patch
    (git-fixes CVE-2025-40120 bsc#1253360).
  - Update
    patches.suse/nvmet-fc-move-lsop-put-work-to-nvmet_fc_ls_req_op.patch
    (bsc#1245193 bsc#1247500 CVE-2025-40171 bsc#1253412).
  - Update
    patches.suse/pwm-berlin-Fix-wrong-register-in-suspend-resume.patch
    (git-fixes CVE-2025-40188 bsc#1253449).
  - Update
    patches.suse/scsi-mpt3sas-Fix-crash-in-transport-port-remove-by-using-i.patch
    (git-fixes CVE-2025-40115 bsc#1253318).
  - Update
    patches.suse/scsi-pm80xx-Fix-array-index-out-of-of-bounds-on-rmmod.patch
    (git-fixes CVE-2025-40118 bsc#1253363).
  - Update
    patches.suse/sunrpc-fix-null-pointer-dereference-on-zero-length-checksum.patch
    (git-fixes CVE-2025-40129 bsc#1253472).
  - Update
    patches.suse/tcp-Don-t-call-reqsk_fastopen_remove-in-tcp_conn_request.patch
    (git-fixes CVE-2025-40186 bsc#1253438).
  - Update
    patches.suse/usb-host-max3421-hcd-Fix-error-pointer-dereference-i.patch
    (git-fixes CVE-2025-40116 bsc#1253324).
  - Update
    patches.suse/usbnet-Fix-using-smp_processor_id-in-preemptible-cod.patch
    (git-fixes CVE-2025-40164 bsc#1253407).
  - commit d8d3cd1

++++ kernel-rt_debug:

  - nfsd: fix return error codes for nfsd_map_name_to_id
    (bsc#1232223).
  - commit 24071c5
  - vhost: Take a reference on the task in struct vhost_task (CVE-2025-40024 bsc#1252686)
  - commit fc81dc2
  - nfsd: do not defer requests during idmap lookup in v4 compound
    decode (bsc#1232223).
  - commit 4b41b11
  - tls: Use __sk_dst_get() and dst_dev_rcu() in
    get_netdev_for_sock() (CVE-2025-40149 bsc#1253355).
  - commit c8fb6ed
  - smc: Use __sk_dst_get() and dst_dev_rcu() in
    smc_clc_prfx_match() (CVE-2025-40168 bsc#1253427).
  - commit 0f10629
  - smc: Use __sk_dst_get() and dst_dev_rcu() in in
    smc_clc_prfx_set() (CVE-2025-40139 bsc#1253409).
  - commit a7ae1b3
  - smc: Fix use-after-free in __pnet_find_base_ndev()
    (CVE-2025-40064 bsc#1252845).
  - commit 2971b90
  - tcp_metrics: use dst_dev_net_rcu() (CVE-2025-40075 bsc#1252795).
  - commit fcb52d9
  - Update
    patches.suse/ASoC-Intel-bytcr_rt5640-Fix-invalid-quirk-input-mapp.patch
    (git-fixes CVE-2025-40154 bsc#1253431).
  - Update
    patches.suse/ASoC-Intel-bytcr_rt5651-Fix-invalid-quirk-input-mapp.patch
    (git-fixes CVE-2025-40121 bsc#1253367).
  - Update
    patches.suse/Bluetooth-ISO-Fix-possible-UAF-on-iso_conn_free.patch
    (git-fixes CVE-2025-40141 bsc#1253352).
  - Update
    patches.suse/EDAC-i10nm-Skip-DIMM-enumeration-on-a-disabled-memor.patch
    (git-fixes CVE-2025-40157 bsc#1253423).
  - Update
    patches.suse/PM-devfreq-mtk-cci-Fix-potential-error-pointer-deref.patch
    (git-fixes CVE-2025-40156 bsc#1253428).
  - Update
    patches.suse/Squashfs-reject-negative-file-sizes-in-squashfs_read_inode.patch
    (git-fixes CVE-2025-40200 bsc#1253448).
  - Update
    patches.suse/accel-qaic-Treat-remaining-0-as-error-in-find_and_ma.patch
    (git-fixes CVE-2025-40172 bsc#1253424).
  - Update
    patches.suse/bpf-Fix-metadata_dst-leak-__bpf_redirect_neigh_v-4-6.patch
    (git-fixes CVE-2025-40183 bsc#1253441).
  - Update
    patches.suse/btrfs-avoid-potential-out-of-bounds-in-btrfs_encode_.patch
    (git-fixes CVE-2025-40205 bsc#1253456).
  - Update
    patches.suse/can-hi311x-fix-null-pointer-dereference-when-resumin.patch
    (stable-fixes CVE-2025-40107 bsc#1253018).
  - Update
    patches.suse/cpufreq-intel_pstate-Fix-object-lifecycle-issue-in-update_qos_request.patch
    (stable-fixes git-fixes CVE-2025-40194 bsc#1253445).
  - Update
    patches.suse/crypto-rng-Ensure-set_ent-is-always-present.patch
    (git-fixes CVE-2025-40109 bsc#1253176).
  - Update
    patches.suse/drm-vmwgfx-Fix-Use-after-free-in-validation.patch
    (git-fixes CVE-2025-40111 bsc#1253362).
  - Update
    patches.suse/drm-vmwgfx-Fix-a-null-ptr-access-in-the-cursor-snoop.patch
    (git-fixes CVE-2025-40110 bsc#1253275).
  - Update
    patches.suse/ext4-avoid-potential-buffer-over-read-in-parse_apply.patch
    (git-fixes CVE-2025-40198 bsc#1253453).
  - Update
    patches.suse/hwrng-ks-sa-fix-division-by-zero-in-ks_sa_rng_init.patch
    (git-fixes CVE-2025-40127 bsc#1253369).
  - Update
    patches.suse/mailbox-zynqmp-ipi-Fix-out-of-bounds-access-in-mailb.patch
    (git-fixes CVE-2025-40180 bsc#1253440).
  - Update
    patches.suse/media-v4l2-subdev-Fix-alloc-failure-check-in-v4l2_su.patch
    (git-fixes CVE-2025-40207 bsc#1253395).
  - Update
    patches.suse/net-usb-Remove-disruptive-netif_wake_queue-in-rtl815.patch
    (git-fixes CVE-2025-40140 bsc#1253349).
  - Update
    patches.suse/net-usb-asix-hold-PM-usage-ref-to-avoid-PM-MDIO-RTNL.patch
    (git-fixes CVE-2025-40120 bsc#1253360).
  - Update
    patches.suse/nvmet-fc-move-lsop-put-work-to-nvmet_fc_ls_req_op.patch
    (bsc#1245193 bsc#1247500 CVE-2025-40171 bsc#1253412).
  - Update
    patches.suse/pwm-berlin-Fix-wrong-register-in-suspend-resume.patch
    (git-fixes CVE-2025-40188 bsc#1253449).
  - Update
    patches.suse/scsi-mpt3sas-Fix-crash-in-transport-port-remove-by-using-i.patch
    (git-fixes CVE-2025-40115 bsc#1253318).
  - Update
    patches.suse/scsi-pm80xx-Fix-array-index-out-of-of-bounds-on-rmmod.patch
    (git-fixes CVE-2025-40118 bsc#1253363).
  - Update
    patches.suse/sunrpc-fix-null-pointer-dereference-on-zero-length-checksum.patch
    (git-fixes CVE-2025-40129 bsc#1253472).
  - Update
    patches.suse/tcp-Don-t-call-reqsk_fastopen_remove-in-tcp_conn_request.patch
    (git-fixes CVE-2025-40186 bsc#1253438).
  - Update
    patches.suse/usb-host-max3421-hcd-Fix-error-pointer-dereference-i.patch
    (git-fixes CVE-2025-40116 bsc#1253324).
  - Update
    patches.suse/usbnet-Fix-using-smp_processor_id-in-preemptible-cod.patch
    (git-fixes CVE-2025-40164 bsc#1253407).
  - commit d8d3cd1

++++ openvswitch:

  - OpenvSwitch upstream bugfix updates:
    * https://www.openvswitch.org/releases/NEWS-3.1.7.txt
    * v3.1.7
  - Bug fixes
  - OVS validated with DPDK 22.11.7.
    * v3.1.6
  - Bug fixes
  - OVS validated with DPDK 22.11.6.
    * v3.1.5
  - Bug fixes
  - OVS validated with DPDK 22.11.5.
    * v3.1.4
  - Bug fixes
  - Fixed vulnerabilities CVE-2023-3966 (bsc#1219465)
    and CVE-2023-5366 (bsc#1216002).
  - OVS validated with DPDK 22.11.4.
    * v3.1.3
  - Bug fixes
    * v3.1.2
  - Bug fixes
    * v3.1.1
  - Bug fixes
  - Fixed vulnerability CVE-2023-1668 (bsc#1210054)
  - Remove included patches:
    CVE-2023-1668.patch
  - OVN upstream bugfix updates:
    * https://github.com/ovn-org/ovn/blob/branch-23.03/NEWS
  - Fix CVE-2025-0650 (bsc#1236353) ovn: egress ACLs may be bypassed
    via specially crafted UDP packet (CVE-2025-0650.patch)
    * v23.03.3
  - Bug fixes
  - Add "garp-max-timeout-sec" config option to vswitchd external-ids to
    cap the time between when ovn-controller sends gARP packets.
  - Security: Fixed vulnerability CVE-2024-2182 (bsc#1255435).
  - Updated patches
    install-ovsdb-tools.patch
    * v23.03.2
  - Bug fixes
    * v23.03.1
  - Bug fixes
  - CT entries are not flushed by default anymore whenever a load balancer
    backend is removed.  A new, per-LB, option 'ct_flush' can be used to
    restore the previous behavior.  Disabled by default.
  - Always allow IPv6 Router Discovery, Neighbor Discovery, and Multicast
    Listener Discovery protocols, regardless of ACLs defined.
  - Send ICMP Fragmentation Needed packets back to offending ports when
    communicating with multichassis ports using frames that don't fit through a
    tunnel. This is done only for logical switches that are attached to a
    physical network via a localnet port, in which case multichassis ports may
    have an effective MTU different from regular ports and hence may need this
    mechanism to maintain connectivity with other peers in the network.
  - ECMP routes use L4_SYM dp-hash by default if the datapath supports it.
    Existing sessions might get re-hashed to a different ECMP path when
    OVN detects the algorithm support in the datapath during an upgrade
    or restart of ovn-controller.
  - Add CoPP for the svc_monitor_mac. This addresses CVE-2023-3153
    (bsc#1212125).
  - Remove included patches:
    CVE-2023-3152.patch

------------------------------------------------------------------
------------------  2025-11-25  -  Nov 25 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - cifs: Fix uncached read into ITER_KVEC iterator (bsc#1245449).
  - commit caf12ec
  - ipv4: start using dst_dev_rcu() (CVE-2025-40074 bsc#1252794).
  - commit d58640c
  - kabi: hide dst_entry::dev_rcu (CVE-2025-40074 bsc#1252794).
  - commit 7047515
  - net: dst: introduce dst->dev_rcu (CVE-2025-40074 bsc#1252794).
  - commit bc25dd4
  - net: Add locking to protect skb->dev access in ip_output
    (CVE-2025-40074 bsc#1252794).
  - commit ba856a3
  - ipv6: ip6_mc_input() and ip6_mr_input() cleanups (CVE-2025-40074
    bsc#1252794).
  - commit 74e34e6
  - ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpers
    (CVE-2025-40074 bsc#1252794).
  - commit bef51be
  - ipv6: adopt dst_dev() helper (CVE-2025-40074 bsc#1252794).
  - refresh patches.suse/net-ip6_tunnel-Prevent-perpetual-tunnel-growth.patch
  - commit 7eda2f1
  - ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]
    (CVE-2025-40074 bsc#1252794).
  - commit 172fe2b
  - net: dst: add four helpers to annotate data-races around
    dst->dev (CVE-2025-40074 bsc#1252794).
  - commit d644653
  - net: dst: annotate data-races around dst->output (CVE-2025-40074
    bsc#1252794).
  - commit a54672b
  - net: dst: annotate data-races around dst->input (CVE-2025-40074
    bsc#1252794).
  - commit ffc43da
  - net: dst: annotate data-races around dst->lastuse
    (CVE-2025-40074 bsc#1252794).
  - commit 8826356
  - net: dst: annotate data-races around dst->expires
    (CVE-2025-40074 bsc#1252794).
  - commit 2c55499
  - net: dst: annotate data-races around dst->obsolete
    (CVE-2025-40074 bsc#1252794).
  - commit 2ab42e2
  - net: ipv4: ipmr: ipmr_queue_xmit(): Drop local variable `dev'
    (CVE-2025-40074 bsc#1252794).
  - commit 3c39f8c
  - net: gro: convert four dev_net() calls (CVE-2025-40074
    bsc#1252794).
  - commit cf41694
  - tcp: convert to dev_net_rcu() (CVE-2025-40074 bsc#1252794).
  - commit 2fe0b75
  - net: dst_cache: annotate data-races around dst_cache->reset_ts
    (CVE-2025-40074 bsc#1252794).
  - commit 5a73952
  - Refresh patches.suse/ALSA-usb-audio-Fix-potential-overflow-of-PCM-transfe.patch
    Fix the missing mutex unlock at the error path
  - commit f1238c1
  - rpm/kernel-obs-build.spec.in: Add xt_addrtype module for docker
    Needed by docker meanwhile.
  - commit 1cd2f7d
  - x86/amd_nb: Add new PCI IDs for AMD family 0x1a (stable-fixes).
  - Refresh
    patches.suse/x86-amd_nb-Add-new-PCI-IDs-for-AMD-family-1Ah-model-60h.patch.
  - commit 5a88cd1
  - ALSA: hda: Fix missing pointer check in
    hda_component_manager_init function (git-fixes).
  - commit 39c22db
  - tools: lib: thermal: don't preserve owner in install
    (stable-fixes).
  - watchdog: s3c2410_wdt: Fix max_timeout being calculated larger
    (stable-fixes).
  - usb: gadget: f_fs: Fix epfile null pointer access after ep
    enable (stable-fixes).
  - usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs
    (stable-fixes).
  - usb: xhci: plat: Facilitate using autosuspend for xhci plat
    devices (stable-fixes).
  - usb: cdns3: gadget: Use-after-free during failed initialization
    and exit of cdnsp gadget (stable-fixes).
  - usb: gadget: f_hid: Fix zero length packet transfer
    (stable-fixes).
  - usb: gadget: f_ncm: Fix MAC assignment NCM ethernet
    (stable-fixes).
  - wifi: ath12k: Increase DP_REO_CMD_RING_SIZE to 256
    (stable-fixes).
  - wifi: ath10k: Fix connection after GTK rekeying (stable-fixes).
  - wifi: rtw88: sdio: use indirect IO for device registers before
    power-on (stable-fixes).
  - wifi: mt76: mt7996: Temporarily disable EPCS (stable-fixes).
  - wifi: mt76: mt7921: Add 160MHz beamformee capability for mt7922
    device (stable-fixes).
  - wifi: mac80211: Fix HE capabilities element check
    (stable-fixes).
  - video: backlight: lp855x_bl: Set correct EPROM start for LP8556
    (stable-fixes).
  - commit 7dad19b
  - tools: lib: thermal: use pkg-config to locate libnl3
    (stable-fixes).
  - phy: rockchip: phy-rockchip-inno-csidphy: allow writes to grf
    register 0 (stable-fixes).
  - thunderbolt: Use is_pciehp instead of is_hotplug_bridge
    (stable-fixes).
  - soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookups
    (stable-fixes).
  - soc: qcom: smem: Fix endian-unaware access of num_entries
    (stable-fixes).
  - soc: aspeed: socinfo: Add AST27xx silicon IDs (stable-fixes).
  - pinctrl: single: fix bias pull up/down handling in
    pin_config_set (stable-fixes).
  - power: supply: qcom_battmgr: handle charging state change
    notifications (stable-fixes).
  - power: supply: sbs-charger: Support multiple devices
    (stable-fixes).
  - power: supply: qcom_battmgr: add OOI chemistry (stable-fixes).
  - spi: rpc-if: Add resume support for RZ/G3E (stable-fixes).
  - spi: loopback-test: Don't use %pK through printk (stable-fixes).
  - commit 47c8f1c
  - NFS4: Fix state renewals missing after boot (git-fixes).
  - commit 1f41fdb
  - NFS: check if suid/sgid was cleared after a write as needed
    (git-fixes).
  - commit 6f2e3ba
  - nfs4_setup_readdir(): insufficient locking for
  - >d_parent->d_inode dereferencing (git-fixes).
  - commit cbc0708
  - PCI: cadence: Check for the existence of cdns_pcie::ops before
    using it (stable-fixes).
  - PCI: rcar-host: Convert struct rcar_msi mask_lock into raw
    spinlock (git-fixes).
  - PCI: dwc: Verify the single eDMA IRQ in
    dw_pcie_edma_irq_verify() (stable-fixes).
  - PCI/PM: Skip resuming to D0 if device is disconnected
    (stable-fixes).
  - PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() call
    (stable-fixes).
  - PCI: Disable MSI on RDC PCI to PCIe bridges (stable-fixes).
  - phy: cadence: cdns-dphy: Enable lower resolutions in dphy
    (stable-fixes).
  - phy: renesas: r8a779f0-ether-serdes: add new step added to
    latest datasheet (stable-fixes).
  - net: phy: clear link parameters on admin link down
    (stable-fixes).
  - net: phy: marvell: Fix 88e1510 downshift counter errata
    (stable-fixes).
  - net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms
    (stable-fixes).
  - net: phy: fixed_phy: let fixed_phy_unregister free the
    phy_device (stable-fixes).
  - media: redrat3: use int type to store negative error codes
    (stable-fixes).
  - media: ov08x40: Fix the horizontal flip control (stable-fixes).
  - media: i2c: og01a1b: Specify monochrome media bus format
    instead of Bayer (stable-fixes).
  - media: adv7180: Only validate format in querystd (stable-fixes).
  - media: adv7180: Do not write format to device in set_fmt
    (stable-fixes).
  - media: adv7180: Add missing lock in suspend callback
    (stable-fixes).
  - media: fix uninitialized symbol warnings (stable-fixes).
  - media: imon: make send_packet() more robust (stable-fixes).
  - media: i2c: Kconfig: Ensure a dependency on HAVE_CLK for
    VIDEO_CAMERA_SENSOR (stable-fixes).
  - media: amphion: Delete v4l2_fh synchronously in .release()
    (stable-fixes).
  - mfd: madera: Work around false-positive -Wininitialized warning
    (stable-fixes).
  - mfd: da9063: Split chip variant reading in two bus transactions
    (stable-fixes).
  - mfd: stmpe-i2c: Add missing MODULE_LICENSE (stable-fixes).
  - mfd: stmpe: Remove IRQ domain upon removal (stable-fixes).
  - mmc: sdhci-msm: Enable tuning for SDR50 mode for SD card
    (stable-fixes).
  - memstick: Add timeout to prevent indefinite waiting
    (stable-fixes).
  - mmc: host: renesas_sdhi: Fix the actual clock (stable-fixes).
  - commit 8c57bbb
  - NFSv4.1: fix mount hang after CREATE_SESSION failure
    (git-fixes).
  - commit c832cc2
  - NFSv4: handle ERR_GRACE on delegation recalls (git-fixes).
  - commit aaacda9
  - ima: don't clear IMA_DIGSIG flag when setting or removing
    non-IMA xattr (stable-fixes).
  - iio: adc: imx93_adc: load calibrated values even calibration
    failed (stable-fixes).
  - iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg
    sample before setting register (stable-fixes).
  - hwmon: (dell-smm) Add support for Dell OptiPlex 7040
    (stable-fixes).
  - hwmon: (asus-ec-sensors) increase timeout for locking ACPI mutex
    (stable-fixes).
  - hwmon: sy7636a: add alias (stable-fixes).
  - hwmon: (sbtsi_temp) AMD CPU extended temperature range support
    (stable-fixes).
  - hwmon: (k10temp) Add device ID for Strix Halo (stable-fixes).
  - hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based
    models (stable-fixes).
  - commit f501af0
  - jfs: fix uninitialized waitqueue in transaction manager
    (git-fixes).
  - commit 0b36ea1
  - jfs: Verify inode mode when loading from disk (git-fixes).
  - commit 475a90c
  - extcon: adc-jack: Cleanup wakeup source only if it was enabled
    (git-fixes).
  - commit 5b8d1e6
  - drm/amd/display: Disable VRR on DCE 6 (stable-fixes).
  - commit d98de00
  - drm/amd/display: ensure committing streams is seamless
    (stable-fixes).
  - commit 0def0fa
  - exfat: limit log print for IO error (git-fixes).
  - commit 1fa4a3d
  - drm/amd/display: Fix black screen with HDMI outputs (git-fixes).
  - fbcon: Set fb_display[i]->mode to NULL when the mode is released
    (stable-fixes).
  - fbdev: bitblit: bound-check glyph index in bit_putcs*
    (stable-fixes).
  - fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS
    (stable-fixes).
  - HID: quirks: avoid Cooler Master MM712 dongle wakeup bug
    (stable-fixes).
  - drm/amdgpu: Fix NULL pointer dereference in VRAM logic for
    APU devices (stable-fixes).
  - drm/amd/pm: Disable MCLK switching on SI at high pixel clocks
    (stable-fixes).
  - fbdev: Add bounds checking in bit_putcs to fix
    vmalloc-out-of-bounds (stable-fixes).
  - extcon: adc-jack: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - char: misc: Does not request module for miscdevice with dynamic
    minor (stable-fixes).
  - char: misc: Make misc_register() reentry for miscdevice who
    wants dynamic minor (stable-fixes).
  - drm/amd/display: Add AVI infoframe copy in
    copy_stream_update_to_stream (stable-fixes).
  - drm/amdgpu: reject gang submissions under SRIOV (stable-fixes).
  - drm/amd/display: Fix DVI-D/HDMI adapters (stable-fixes).
  - drm/amd: Avoid evicting resources at S5 (stable-fixes).
  - drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctl
    (stable-fixes).
  - drm/msm: make sure to not queue up recovery more than once
    (stable-fixes).
  - drm/msm/dsi/phy_7nm: Fix missing initial VCO rate
    (stable-fixes).
  - drm/msm/dsi/phy: Toggle back buffer resync after preparing PLL
    (stable-fixes).
  - drm/amdgpu: don't enable SMU on cyan skillfish (stable-fixes).
  - drm/amdgpu: add support for cyan skillfish gpu_info
    (stable-fixes).
  - drm/amd: add more cyan skillfish PCI ids (stable-fixes).
  - drm/amdgpu: Allow kfd CRIU with no buffer objects
    (stable-fixes).
  - drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption
    (stable-fixes).
  - drm/amdkfd: fix vram allocation failure for a special case
    (stable-fixes).
  - drm/amdkfd: Handle lack of READ permissions in SVM mapping
    (stable-fixes).
  - drm/amdkfd: return -ENOTTY for unsupported IOCTLs
    (stable-fixes).
  - drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroff
    (stable-fixes).
  - drm/amd/pm: Use cached metrics data on arcturus (stable-fixes).
  - drm/amd/pm: Use cached metrics data on aldebaran (stable-fixes).
  - drm/amd/display: update dpp/disp clock from smu clock table
    (stable-fixes).
  - drm/amd/display: add more cyan skillfish devices (stable-fixes).
  - drm/amd/display: Increase AUX Intra-Hop Done Max Wait Duration
    (stable-fixes).
  - drm/bridge: display-connector: don't set OP_DETECT for
    DisplayPorts (stable-fixes).
  - drm/tidss: Set crtc modesetting parameters with adjusted mode
    (stable-fixes).
  - drm/bridge: cdns-dsi: Don't fail on MIPI_DSI_MODE_VIDEO_BURST
    (stable-fixes).
  - drm/bridge: cdns-dsi: Fix REG_WAKEUP_TIME value (stable-fixes).
  - drm/tidss: Use the crtc_* timings when programming the HW
    (stable-fixes).
  - commit 304e918
  - tcp: correct handling of extreme memory squeeze (bsc#1253779
    CVE-2025-21710 bsc#1237888).
  - commit bba09b0
  - net: tcp: send zero-window ACK when no memory (bsc#1253779).
  - commit f54e913
  - ACPI: property: Return present device nodes only on fwnode
    interface (stable-fixes).
  - commit 7bfc861
  - ACPI: PRM: Skip handlers with NULL handler_address or NULL VA
    (stable-fixes).
  - commit d4e809a
  - ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids
    (stable-fixes).
  - commit cea477f
  - ACPICA: Update dsmethod.c to get rid of unused variable warning
    (stable-fixes).
  - commit 47d058d
  - ACPICA: dispatcher: Use acpi_ds_clear_operands() in
    acpi_ds_call_control_method() (stable-fixes).
  - commit a383be8
  - tools/cpupower: Fix incorrect size in cpuidle_state_disable()
    (stable-fixes).
  - commit 2d1aa96
  - tools/cpupower: fix error return value in cpupower_write_sysfs()
    (stable-fixes).
  - commit c9d6e6c
  - tools/power x86_energy_perf_policy: Prefer driver HWP limits
    (stable-fixes).
  - commit e772bc7
  - tools/power x86_energy_perf_policy: Enhance HWP enable
    (stable-fixes).
  - commit 1133dff
  - tools/power x86_energy_perf_policy: Fix incorrect fopen mode
    usage (stable-fixes).
  - commit 23d6e42
  - Update
    patches.suse/net-smc-Remove-validation-of-reserved-bits-in-CLC-Decline-.patch
    (bsc#1252353).
  - commit d9fe289
  - crypto: aspeed - fix double free caused by devm (git-fixes).
  - dmaengine: dw-edma: Set status for callback_result
    (stable-fixes).
  - dmaengine: mv_xor: match alloc_wc and free_wc (stable-fixes).
  - crypto: qat - use kcalloc() in qat_uclo_map_objs_from_mof()
    (stable-fixes).
  - drm/nouveau: replace snprintf() with scnprintf() in
    nvkm_snprintbf() (stable-fixes).
  - char: misc: restrict the dynamic range to exclude reserved
    minors (stable-fixes).
  - crypto: aspeed-acry - Convert to platform remove callback
    returning void (stable-fixes).
  - commit 89d05dd
  - ALSA: usb-audio: Fix potential overflow of PCM transfer buffer
    (stable-fixes).
  - ALSA: usb-audio: don't log messages meant for 1810c when
    initializing 1824c (git-fixes).
  - ASoC: max98090/91: fixed max98091 ALSA widget powering up/down
    (stable-fixes).
  - ASoC: meson: aiu-encoder-i2s: fix bit clock polarity
    (stable-fixes).
  - Bluetooth: SCO: Fix UAF on sco_conn_free (stable-fixes).
  - Bluetooth: bcsp: receive data only if registered (stable-fixes).
  - Bluetooth: btusb: Check for unexpected bytes when defragmenting
    HCI frames (stable-fixes).
  - amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw
    (stable-fixes).
  - accel/habanalabs/gaudi2: read preboot status after recovering
    from dirty state (stable-fixes).
  - accel/habanalabs: support mapping cb with vmalloc-backed
    coherent memory (stable-fixes).
  - accel/habanalabs/gaudi2: fix BMON disable configuration
    (stable-fixes).
  - accel/habanalabs: return ENOMEM if less than requested pages
    were pinned (stable-fixes).
  - ASoC: tlv320aic3x: Fix class-D initialization for tlv320aic3007
    (stable-fixes).
  - ASoC: stm32: sai: manage context in set_sysclk callback
    (stable-fixes).
  - ALSA: usb-audio: add mono main switch to Presonus S1824c
    (stable-fixes).
  - ASoC: qcom: sc8280xp: explicitly set S16LE format in
    sc8280xp_be_hw_params_fixup() (stable-fixes).
  - ALSA: serial-generic: remove shared static buffer
    (stable-fixes).
  - ALSA: usb-audio: apply quirk for MOONDROP Quark2 (stable-fixes).
  - ALSA: usb-audio: Add validation of UAC2/UAC3 effect units
    (stable-fixes).
  - commit d6deb82

++++ kernel-rt:

  - cifs: Fix uncached read into ITER_KVEC iterator (bsc#1245449).
  - commit caf12ec
  - ipv4: start using dst_dev_rcu() (CVE-2025-40074 bsc#1252794).
  - commit d58640c
  - kabi: hide dst_entry::dev_rcu (CVE-2025-40074 bsc#1252794).
  - commit 7047515
  - net: dst: introduce dst->dev_rcu (CVE-2025-40074 bsc#1252794).
  - commit bc25dd4
  - net: Add locking to protect skb->dev access in ip_output
    (CVE-2025-40074 bsc#1252794).
  - commit ba856a3
  - ipv6: ip6_mc_input() and ip6_mr_input() cleanups (CVE-2025-40074
    bsc#1252794).
  - commit 74e34e6
  - ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpers
    (CVE-2025-40074 bsc#1252794).
  - commit bef51be
  - ipv6: adopt dst_dev() helper (CVE-2025-40074 bsc#1252794).
  - refresh patches.suse/net-ip6_tunnel-Prevent-perpetual-tunnel-growth.patch
  - commit 7eda2f1
  - ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]
    (CVE-2025-40074 bsc#1252794).
  - commit 172fe2b
  - net: dst: add four helpers to annotate data-races around
    dst->dev (CVE-2025-40074 bsc#1252794).
  - commit d644653
  - net: dst: annotate data-races around dst->output (CVE-2025-40074
    bsc#1252794).
  - commit a54672b
  - net: dst: annotate data-races around dst->input (CVE-2025-40074
    bsc#1252794).
  - commit ffc43da
  - net: dst: annotate data-races around dst->lastuse
    (CVE-2025-40074 bsc#1252794).
  - commit 8826356
  - net: dst: annotate data-races around dst->expires
    (CVE-2025-40074 bsc#1252794).
  - commit 2c55499
  - net: dst: annotate data-races around dst->obsolete
    (CVE-2025-40074 bsc#1252794).
  - commit 2ab42e2
  - net: ipv4: ipmr: ipmr_queue_xmit(): Drop local variable `dev'
    (CVE-2025-40074 bsc#1252794).
  - commit 3c39f8c
  - net: gro: convert four dev_net() calls (CVE-2025-40074
    bsc#1252794).
  - commit cf41694
  - tcp: convert to dev_net_rcu() (CVE-2025-40074 bsc#1252794).
  - commit 2fe0b75
  - net: dst_cache: annotate data-races around dst_cache->reset_ts
    (CVE-2025-40074 bsc#1252794).
  - commit 5a73952
  - Refresh patches.suse/ALSA-usb-audio-Fix-potential-overflow-of-PCM-transfe.patch
    Fix the missing mutex unlock at the error path
  - commit f1238c1
  - rpm/kernel-obs-build.spec.in: Add xt_addrtype module for docker
    Needed by docker meanwhile.
  - commit 1cd2f7d
  - x86/amd_nb: Add new PCI IDs for AMD family 0x1a (stable-fixes).
  - Refresh
    patches.suse/x86-amd_nb-Add-new-PCI-IDs-for-AMD-family-1Ah-model-60h.patch.
  - commit 5a88cd1
  - ALSA: hda: Fix missing pointer check in
    hda_component_manager_init function (git-fixes).
  - commit 39c22db
  - tools: lib: thermal: don't preserve owner in install
    (stable-fixes).
  - watchdog: s3c2410_wdt: Fix max_timeout being calculated larger
    (stable-fixes).
  - usb: gadget: f_fs: Fix epfile null pointer access after ep
    enable (stable-fixes).
  - usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs
    (stable-fixes).
  - usb: xhci: plat: Facilitate using autosuspend for xhci plat
    devices (stable-fixes).
  - usb: cdns3: gadget: Use-after-free during failed initialization
    and exit of cdnsp gadget (stable-fixes).
  - usb: gadget: f_hid: Fix zero length packet transfer
    (stable-fixes).
  - usb: gadget: f_ncm: Fix MAC assignment NCM ethernet
    (stable-fixes).
  - wifi: ath12k: Increase DP_REO_CMD_RING_SIZE to 256
    (stable-fixes).
  - wifi: ath10k: Fix connection after GTK rekeying (stable-fixes).
  - wifi: rtw88: sdio: use indirect IO for device registers before
    power-on (stable-fixes).
  - wifi: mt76: mt7996: Temporarily disable EPCS (stable-fixes).
  - wifi: mt76: mt7921: Add 160MHz beamformee capability for mt7922
    device (stable-fixes).
  - wifi: mac80211: Fix HE capabilities element check
    (stable-fixes).
  - video: backlight: lp855x_bl: Set correct EPROM start for LP8556
    (stable-fixes).
  - commit 7dad19b
  - tools: lib: thermal: use pkg-config to locate libnl3
    (stable-fixes).
  - phy: rockchip: phy-rockchip-inno-csidphy: allow writes to grf
    register 0 (stable-fixes).
  - thunderbolt: Use is_pciehp instead of is_hotplug_bridge
    (stable-fixes).
  - soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookups
    (stable-fixes).
  - soc: qcom: smem: Fix endian-unaware access of num_entries
    (stable-fixes).
  - soc: aspeed: socinfo: Add AST27xx silicon IDs (stable-fixes).
  - pinctrl: single: fix bias pull up/down handling in
    pin_config_set (stable-fixes).
  - power: supply: qcom_battmgr: handle charging state change
    notifications (stable-fixes).
  - power: supply: sbs-charger: Support multiple devices
    (stable-fixes).
  - power: supply: qcom_battmgr: add OOI chemistry (stable-fixes).
  - spi: rpc-if: Add resume support for RZ/G3E (stable-fixes).
  - spi: loopback-test: Don't use %pK through printk (stable-fixes).
  - commit 47c8f1c
  - NFS4: Fix state renewals missing after boot (git-fixes).
  - commit 1f41fdb
  - NFS: check if suid/sgid was cleared after a write as needed
    (git-fixes).
  - commit 6f2e3ba
  - nfs4_setup_readdir(): insufficient locking for
  - >d_parent->d_inode dereferencing (git-fixes).
  - commit cbc0708
  - PCI: cadence: Check for the existence of cdns_pcie::ops before
    using it (stable-fixes).
  - PCI: rcar-host: Convert struct rcar_msi mask_lock into raw
    spinlock (git-fixes).
  - PCI: dwc: Verify the single eDMA IRQ in
    dw_pcie_edma_irq_verify() (stable-fixes).
  - PCI/PM: Skip resuming to D0 if device is disconnected
    (stable-fixes).
  - PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() call
    (stable-fixes).
  - PCI: Disable MSI on RDC PCI to PCIe bridges (stable-fixes).
  - phy: cadence: cdns-dphy: Enable lower resolutions in dphy
    (stable-fixes).
  - phy: renesas: r8a779f0-ether-serdes: add new step added to
    latest datasheet (stable-fixes).
  - net: phy: clear link parameters on admin link down
    (stable-fixes).
  - net: phy: marvell: Fix 88e1510 downshift counter errata
    (stable-fixes).
  - net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms
    (stable-fixes).
  - net: phy: fixed_phy: let fixed_phy_unregister free the
    phy_device (stable-fixes).
  - media: redrat3: use int type to store negative error codes
    (stable-fixes).
  - media: ov08x40: Fix the horizontal flip control (stable-fixes).
  - media: i2c: og01a1b: Specify monochrome media bus format
    instead of Bayer (stable-fixes).
  - media: adv7180: Only validate format in querystd (stable-fixes).
  - media: adv7180: Do not write format to device in set_fmt
    (stable-fixes).
  - media: adv7180: Add missing lock in suspend callback
    (stable-fixes).
  - media: fix uninitialized symbol warnings (stable-fixes).
  - media: imon: make send_packet() more robust (stable-fixes).
  - media: i2c: Kconfig: Ensure a dependency on HAVE_CLK for
    VIDEO_CAMERA_SENSOR (stable-fixes).
  - media: amphion: Delete v4l2_fh synchronously in .release()
    (stable-fixes).
  - mfd: madera: Work around false-positive -Wininitialized warning
    (stable-fixes).
  - mfd: da9063: Split chip variant reading in two bus transactions
    (stable-fixes).
  - mfd: stmpe-i2c: Add missing MODULE_LICENSE (stable-fixes).
  - mfd: stmpe: Remove IRQ domain upon removal (stable-fixes).
  - mmc: sdhci-msm: Enable tuning for SDR50 mode for SD card
    (stable-fixes).
  - memstick: Add timeout to prevent indefinite waiting
    (stable-fixes).
  - mmc: host: renesas_sdhi: Fix the actual clock (stable-fixes).
  - commit 8c57bbb
  - NFSv4.1: fix mount hang after CREATE_SESSION failure
    (git-fixes).
  - commit c832cc2
  - NFSv4: handle ERR_GRACE on delegation recalls (git-fixes).
  - commit aaacda9
  - ima: don't clear IMA_DIGSIG flag when setting or removing
    non-IMA xattr (stable-fixes).
  - iio: adc: imx93_adc: load calibrated values even calibration
    failed (stable-fixes).
  - iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg
    sample before setting register (stable-fixes).
  - hwmon: (dell-smm) Add support for Dell OptiPlex 7040
    (stable-fixes).
  - hwmon: (asus-ec-sensors) increase timeout for locking ACPI mutex
    (stable-fixes).
  - hwmon: sy7636a: add alias (stable-fixes).
  - hwmon: (sbtsi_temp) AMD CPU extended temperature range support
    (stable-fixes).
  - hwmon: (k10temp) Add device ID for Strix Halo (stable-fixes).
  - hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based
    models (stable-fixes).
  - commit f501af0
  - jfs: fix uninitialized waitqueue in transaction manager
    (git-fixes).
  - commit 0b36ea1
  - jfs: Verify inode mode when loading from disk (git-fixes).
  - commit 475a90c
  - extcon: adc-jack: Cleanup wakeup source only if it was enabled
    (git-fixes).
  - commit 5b8d1e6
  - drm/amd/display: Disable VRR on DCE 6 (stable-fixes).
  - commit d98de00
  - drm/amd/display: ensure committing streams is seamless
    (stable-fixes).
  - commit 0def0fa
  - exfat: limit log print for IO error (git-fixes).
  - commit 1fa4a3d
  - drm/amd/display: Fix black screen with HDMI outputs (git-fixes).
  - fbcon: Set fb_display[i]->mode to NULL when the mode is released
    (stable-fixes).
  - fbdev: bitblit: bound-check glyph index in bit_putcs*
    (stable-fixes).
  - fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS
    (stable-fixes).
  - HID: quirks: avoid Cooler Master MM712 dongle wakeup bug
    (stable-fixes).
  - drm/amdgpu: Fix NULL pointer dereference in VRAM logic for
    APU devices (stable-fixes).
  - drm/amd/pm: Disable MCLK switching on SI at high pixel clocks
    (stable-fixes).
  - fbdev: Add bounds checking in bit_putcs to fix
    vmalloc-out-of-bounds (stable-fixes).
  - extcon: adc-jack: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - char: misc: Does not request module for miscdevice with dynamic
    minor (stable-fixes).
  - char: misc: Make misc_register() reentry for miscdevice who
    wants dynamic minor (stable-fixes).
  - drm/amd/display: Add AVI infoframe copy in
    copy_stream_update_to_stream (stable-fixes).
  - drm/amdgpu: reject gang submissions under SRIOV (stable-fixes).
  - drm/amd/display: Fix DVI-D/HDMI adapters (stable-fixes).
  - drm/amd: Avoid evicting resources at S5 (stable-fixes).
  - drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctl
    (stable-fixes).
  - drm/msm: make sure to not queue up recovery more than once
    (stable-fixes).
  - drm/msm/dsi/phy_7nm: Fix missing initial VCO rate
    (stable-fixes).
  - drm/msm/dsi/phy: Toggle back buffer resync after preparing PLL
    (stable-fixes).
  - drm/amdgpu: don't enable SMU on cyan skillfish (stable-fixes).
  - drm/amdgpu: add support for cyan skillfish gpu_info
    (stable-fixes).
  - drm/amd: add more cyan skillfish PCI ids (stable-fixes).
  - drm/amdgpu: Allow kfd CRIU with no buffer objects
    (stable-fixes).
  - drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption
    (stable-fixes).
  - drm/amdkfd: fix vram allocation failure for a special case
    (stable-fixes).
  - drm/amdkfd: Handle lack of READ permissions in SVM mapping
    (stable-fixes).
  - drm/amdkfd: return -ENOTTY for unsupported IOCTLs
    (stable-fixes).
  - drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroff
    (stable-fixes).
  - drm/amd/pm: Use cached metrics data on arcturus (stable-fixes).
  - drm/amd/pm: Use cached metrics data on aldebaran (stable-fixes).
  - drm/amd/display: update dpp/disp clock from smu clock table
    (stable-fixes).
  - drm/amd/display: add more cyan skillfish devices (stable-fixes).
  - drm/amd/display: Increase AUX Intra-Hop Done Max Wait Duration
    (stable-fixes).
  - drm/bridge: display-connector: don't set OP_DETECT for
    DisplayPorts (stable-fixes).
  - drm/tidss: Set crtc modesetting parameters with adjusted mode
    (stable-fixes).
  - drm/bridge: cdns-dsi: Don't fail on MIPI_DSI_MODE_VIDEO_BURST
    (stable-fixes).
  - drm/bridge: cdns-dsi: Fix REG_WAKEUP_TIME value (stable-fixes).
  - drm/tidss: Use the crtc_* timings when programming the HW
    (stable-fixes).
  - commit 304e918
  - tcp: correct handling of extreme memory squeeze (bsc#1253779
    CVE-2025-21710 bsc#1237888).
  - commit bba09b0
  - net: tcp: send zero-window ACK when no memory (bsc#1253779).
  - commit f54e913
  - ACPI: property: Return present device nodes only on fwnode
    interface (stable-fixes).
  - commit 7bfc861
  - ACPI: PRM: Skip handlers with NULL handler_address or NULL VA
    (stable-fixes).
  - commit d4e809a
  - ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids
    (stable-fixes).
  - commit cea477f
  - ACPICA: Update dsmethod.c to get rid of unused variable warning
    (stable-fixes).
  - commit 47d058d
  - ACPICA: dispatcher: Use acpi_ds_clear_operands() in
    acpi_ds_call_control_method() (stable-fixes).
  - commit a383be8
  - tools/cpupower: Fix incorrect size in cpuidle_state_disable()
    (stable-fixes).
  - commit 2d1aa96
  - tools/cpupower: fix error return value in cpupower_write_sysfs()
    (stable-fixes).
  - commit c9d6e6c
  - tools/power x86_energy_perf_policy: Prefer driver HWP limits
    (stable-fixes).
  - commit e772bc7
  - tools/power x86_energy_perf_policy: Enhance HWP enable
    (stable-fixes).
  - commit 1133dff
  - tools/power x86_energy_perf_policy: Fix incorrect fopen mode
    usage (stable-fixes).
  - commit 23d6e42
  - Update
    patches.suse/net-smc-Remove-validation-of-reserved-bits-in-CLC-Decline-.patch
    (bsc#1252353).
  - commit d9fe289
  - crypto: aspeed - fix double free caused by devm (git-fixes).
  - dmaengine: dw-edma: Set status for callback_result
    (stable-fixes).
  - dmaengine: mv_xor: match alloc_wc and free_wc (stable-fixes).
  - crypto: qat - use kcalloc() in qat_uclo_map_objs_from_mof()
    (stable-fixes).
  - drm/nouveau: replace snprintf() with scnprintf() in
    nvkm_snprintbf() (stable-fixes).
  - char: misc: restrict the dynamic range to exclude reserved
    minors (stable-fixes).
  - crypto: aspeed-acry - Convert to platform remove callback
    returning void (stable-fixes).
  - commit 89d05dd
  - ALSA: usb-audio: Fix potential overflow of PCM transfer buffer
    (stable-fixes).
  - ALSA: usb-audio: don't log messages meant for 1810c when
    initializing 1824c (git-fixes).
  - ASoC: max98090/91: fixed max98091 ALSA widget powering up/down
    (stable-fixes).
  - ASoC: meson: aiu-encoder-i2s: fix bit clock polarity
    (stable-fixes).
  - Bluetooth: SCO: Fix UAF on sco_conn_free (stable-fixes).
  - Bluetooth: bcsp: receive data only if registered (stable-fixes).
  - Bluetooth: btusb: Check for unexpected bytes when defragmenting
    HCI frames (stable-fixes).
  - amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw
    (stable-fixes).
  - accel/habanalabs/gaudi2: read preboot status after recovering
    from dirty state (stable-fixes).
  - accel/habanalabs: support mapping cb with vmalloc-backed
    coherent memory (stable-fixes).
  - accel/habanalabs/gaudi2: fix BMON disable configuration
    (stable-fixes).
  - accel/habanalabs: return ENOMEM if less than requested pages
    were pinned (stable-fixes).
  - ASoC: tlv320aic3x: Fix class-D initialization for tlv320aic3007
    (stable-fixes).
  - ASoC: stm32: sai: manage context in set_sysclk callback
    (stable-fixes).
  - ALSA: usb-audio: add mono main switch to Presonus S1824c
    (stable-fixes).
  - ASoC: qcom: sc8280xp: explicitly set S16LE format in
    sc8280xp_be_hw_params_fixup() (stable-fixes).
  - ALSA: serial-generic: remove shared static buffer
    (stable-fixes).
  - ALSA: usb-audio: apply quirk for MOONDROP Quark2 (stable-fixes).
  - ALSA: usb-audio: Add validation of UAC2/UAC3 effect units
    (stable-fixes).
  - commit d6deb82

++++ kernel-rt_debug:

  - cifs: Fix uncached read into ITER_KVEC iterator (bsc#1245449).
  - commit caf12ec
  - ipv4: start using dst_dev_rcu() (CVE-2025-40074 bsc#1252794).
  - commit d58640c
  - kabi: hide dst_entry::dev_rcu (CVE-2025-40074 bsc#1252794).
  - commit 7047515
  - net: dst: introduce dst->dev_rcu (CVE-2025-40074 bsc#1252794).
  - commit bc25dd4
  - net: Add locking to protect skb->dev access in ip_output
    (CVE-2025-40074 bsc#1252794).
  - commit ba856a3
  - ipv6: ip6_mc_input() and ip6_mr_input() cleanups (CVE-2025-40074
    bsc#1252794).
  - commit 74e34e6
  - ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpers
    (CVE-2025-40074 bsc#1252794).
  - commit bef51be
  - ipv6: adopt dst_dev() helper (CVE-2025-40074 bsc#1252794).
  - refresh patches.suse/net-ip6_tunnel-Prevent-perpetual-tunnel-growth.patch
  - commit 7eda2f1
  - ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]
    (CVE-2025-40074 bsc#1252794).
  - commit 172fe2b
  - net: dst: add four helpers to annotate data-races around
    dst->dev (CVE-2025-40074 bsc#1252794).
  - commit d644653
  - net: dst: annotate data-races around dst->output (CVE-2025-40074
    bsc#1252794).
  - commit a54672b
  - net: dst: annotate data-races around dst->input (CVE-2025-40074
    bsc#1252794).
  - commit ffc43da
  - net: dst: annotate data-races around dst->lastuse
    (CVE-2025-40074 bsc#1252794).
  - commit 8826356
  - net: dst: annotate data-races around dst->expires
    (CVE-2025-40074 bsc#1252794).
  - commit 2c55499
  - net: dst: annotate data-races around dst->obsolete
    (CVE-2025-40074 bsc#1252794).
  - commit 2ab42e2
  - net: ipv4: ipmr: ipmr_queue_xmit(): Drop local variable `dev'
    (CVE-2025-40074 bsc#1252794).
  - commit 3c39f8c
  - net: gro: convert four dev_net() calls (CVE-2025-40074
    bsc#1252794).
  - commit cf41694
  - tcp: convert to dev_net_rcu() (CVE-2025-40074 bsc#1252794).
  - commit 2fe0b75
  - net: dst_cache: annotate data-races around dst_cache->reset_ts
    (CVE-2025-40074 bsc#1252794).
  - commit 5a73952
  - Refresh patches.suse/ALSA-usb-audio-Fix-potential-overflow-of-PCM-transfe.patch
    Fix the missing mutex unlock at the error path
  - commit f1238c1
  - rpm/kernel-obs-build.spec.in: Add xt_addrtype module for docker
    Needed by docker meanwhile.
  - commit 1cd2f7d
  - x86/amd_nb: Add new PCI IDs for AMD family 0x1a (stable-fixes).
  - Refresh
    patches.suse/x86-amd_nb-Add-new-PCI-IDs-for-AMD-family-1Ah-model-60h.patch.
  - commit 5a88cd1
  - ALSA: hda: Fix missing pointer check in
    hda_component_manager_init function (git-fixes).
  - commit 39c22db
  - tools: lib: thermal: don't preserve owner in install
    (stable-fixes).
  - watchdog: s3c2410_wdt: Fix max_timeout being calculated larger
    (stable-fixes).
  - usb: gadget: f_fs: Fix epfile null pointer access after ep
    enable (stable-fixes).
  - usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs
    (stable-fixes).
  - usb: xhci: plat: Facilitate using autosuspend for xhci plat
    devices (stable-fixes).
  - usb: cdns3: gadget: Use-after-free during failed initialization
    and exit of cdnsp gadget (stable-fixes).
  - usb: gadget: f_hid: Fix zero length packet transfer
    (stable-fixes).
  - usb: gadget: f_ncm: Fix MAC assignment NCM ethernet
    (stable-fixes).
  - wifi: ath12k: Increase DP_REO_CMD_RING_SIZE to 256
    (stable-fixes).
  - wifi: ath10k: Fix connection after GTK rekeying (stable-fixes).
  - wifi: rtw88: sdio: use indirect IO for device registers before
    power-on (stable-fixes).
  - wifi: mt76: mt7996: Temporarily disable EPCS (stable-fixes).
  - wifi: mt76: mt7921: Add 160MHz beamformee capability for mt7922
    device (stable-fixes).
  - wifi: mac80211: Fix HE capabilities element check
    (stable-fixes).
  - video: backlight: lp855x_bl: Set correct EPROM start for LP8556
    (stable-fixes).
  - commit 7dad19b
  - tools: lib: thermal: use pkg-config to locate libnl3
    (stable-fixes).
  - phy: rockchip: phy-rockchip-inno-csidphy: allow writes to grf
    register 0 (stable-fixes).
  - thunderbolt: Use is_pciehp instead of is_hotplug_bridge
    (stable-fixes).
  - soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookups
    (stable-fixes).
  - soc: qcom: smem: Fix endian-unaware access of num_entries
    (stable-fixes).
  - soc: aspeed: socinfo: Add AST27xx silicon IDs (stable-fixes).
  - pinctrl: single: fix bias pull up/down handling in
    pin_config_set (stable-fixes).
  - power: supply: qcom_battmgr: handle charging state change
    notifications (stable-fixes).
  - power: supply: sbs-charger: Support multiple devices
    (stable-fixes).
  - power: supply: qcom_battmgr: add OOI chemistry (stable-fixes).
  - spi: rpc-if: Add resume support for RZ/G3E (stable-fixes).
  - spi: loopback-test: Don't use %pK through printk (stable-fixes).
  - commit 47c8f1c
  - NFS4: Fix state renewals missing after boot (git-fixes).
  - commit 1f41fdb
  - NFS: check if suid/sgid was cleared after a write as needed
    (git-fixes).
  - commit 6f2e3ba
  - nfs4_setup_readdir(): insufficient locking for
  - >d_parent->d_inode dereferencing (git-fixes).
  - commit cbc0708
  - PCI: cadence: Check for the existence of cdns_pcie::ops before
    using it (stable-fixes).
  - PCI: rcar-host: Convert struct rcar_msi mask_lock into raw
    spinlock (git-fixes).
  - PCI: dwc: Verify the single eDMA IRQ in
    dw_pcie_edma_irq_verify() (stable-fixes).
  - PCI/PM: Skip resuming to D0 if device is disconnected
    (stable-fixes).
  - PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() call
    (stable-fixes).
  - PCI: Disable MSI on RDC PCI to PCIe bridges (stable-fixes).
  - phy: cadence: cdns-dphy: Enable lower resolutions in dphy
    (stable-fixes).
  - phy: renesas: r8a779f0-ether-serdes: add new step added to
    latest datasheet (stable-fixes).
  - net: phy: clear link parameters on admin link down
    (stable-fixes).
  - net: phy: marvell: Fix 88e1510 downshift counter errata
    (stable-fixes).
  - net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms
    (stable-fixes).
  - net: phy: fixed_phy: let fixed_phy_unregister free the
    phy_device (stable-fixes).
  - media: redrat3: use int type to store negative error codes
    (stable-fixes).
  - media: ov08x40: Fix the horizontal flip control (stable-fixes).
  - media: i2c: og01a1b: Specify monochrome media bus format
    instead of Bayer (stable-fixes).
  - media: adv7180: Only validate format in querystd (stable-fixes).
  - media: adv7180: Do not write format to device in set_fmt
    (stable-fixes).
  - media: adv7180: Add missing lock in suspend callback
    (stable-fixes).
  - media: fix uninitialized symbol warnings (stable-fixes).
  - media: imon: make send_packet() more robust (stable-fixes).
  - media: i2c: Kconfig: Ensure a dependency on HAVE_CLK for
    VIDEO_CAMERA_SENSOR (stable-fixes).
  - media: amphion: Delete v4l2_fh synchronously in .release()
    (stable-fixes).
  - mfd: madera: Work around false-positive -Wininitialized warning
    (stable-fixes).
  - mfd: da9063: Split chip variant reading in two bus transactions
    (stable-fixes).
  - mfd: stmpe-i2c: Add missing MODULE_LICENSE (stable-fixes).
  - mfd: stmpe: Remove IRQ domain upon removal (stable-fixes).
  - mmc: sdhci-msm: Enable tuning for SDR50 mode for SD card
    (stable-fixes).
  - memstick: Add timeout to prevent indefinite waiting
    (stable-fixes).
  - mmc: host: renesas_sdhi: Fix the actual clock (stable-fixes).
  - commit 8c57bbb
  - NFSv4.1: fix mount hang after CREATE_SESSION failure
    (git-fixes).
  - commit c832cc2
  - NFSv4: handle ERR_GRACE on delegation recalls (git-fixes).
  - commit aaacda9
  - ima: don't clear IMA_DIGSIG flag when setting or removing
    non-IMA xattr (stable-fixes).
  - iio: adc: imx93_adc: load calibrated values even calibration
    failed (stable-fixes).
  - iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg
    sample before setting register (stable-fixes).
  - hwmon: (dell-smm) Add support for Dell OptiPlex 7040
    (stable-fixes).
  - hwmon: (asus-ec-sensors) increase timeout for locking ACPI mutex
    (stable-fixes).
  - hwmon: sy7636a: add alias (stable-fixes).
  - hwmon: (sbtsi_temp) AMD CPU extended temperature range support
    (stable-fixes).
  - hwmon: (k10temp) Add device ID for Strix Halo (stable-fixes).
  - hwmon: (k10temp) Add thermal support for AMD Family 1Ah-based
    models (stable-fixes).
  - commit f501af0
  - jfs: fix uninitialized waitqueue in transaction manager
    (git-fixes).
  - commit 0b36ea1
  - jfs: Verify inode mode when loading from disk (git-fixes).
  - commit 475a90c
  - extcon: adc-jack: Cleanup wakeup source only if it was enabled
    (git-fixes).
  - commit 5b8d1e6
  - drm/amd/display: Disable VRR on DCE 6 (stable-fixes).
  - commit d98de00
  - drm/amd/display: ensure committing streams is seamless
    (stable-fixes).
  - commit 0def0fa
  - exfat: limit log print for IO error (git-fixes).
  - commit 1fa4a3d
  - drm/amd/display: Fix black screen with HDMI outputs (git-fixes).
  - fbcon: Set fb_display[i]->mode to NULL when the mode is released
    (stable-fixes).
  - fbdev: bitblit: bound-check glyph index in bit_putcs*
    (stable-fixes).
  - fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS
    (stable-fixes).
  - HID: quirks: avoid Cooler Master MM712 dongle wakeup bug
    (stable-fixes).
  - drm/amdgpu: Fix NULL pointer dereference in VRAM logic for
    APU devices (stable-fixes).
  - drm/amd/pm: Disable MCLK switching on SI at high pixel clocks
    (stable-fixes).
  - fbdev: Add bounds checking in bit_putcs to fix
    vmalloc-out-of-bounds (stable-fixes).
  - extcon: adc-jack: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - char: misc: Does not request module for miscdevice with dynamic
    minor (stable-fixes).
  - char: misc: Make misc_register() reentry for miscdevice who
    wants dynamic minor (stable-fixes).
  - drm/amd/display: Add AVI infoframe copy in
    copy_stream_update_to_stream (stable-fixes).
  - drm/amdgpu: reject gang submissions under SRIOV (stable-fixes).
  - drm/amd/display: Fix DVI-D/HDMI adapters (stable-fixes).
  - drm/amd: Avoid evicting resources at S5 (stable-fixes).
  - drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctl
    (stable-fixes).
  - drm/msm: make sure to not queue up recovery more than once
    (stable-fixes).
  - drm/msm/dsi/phy_7nm: Fix missing initial VCO rate
    (stable-fixes).
  - drm/msm/dsi/phy: Toggle back buffer resync after preparing PLL
    (stable-fixes).
  - drm/amdgpu: don't enable SMU on cyan skillfish (stable-fixes).
  - drm/amdgpu: add support for cyan skillfish gpu_info
    (stable-fixes).
  - drm/amd: add more cyan skillfish PCI ids (stable-fixes).
  - drm/amdgpu: Allow kfd CRIU with no buffer objects
    (stable-fixes).
  - drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption
    (stable-fixes).
  - drm/amdkfd: fix vram allocation failure for a special case
    (stable-fixes).
  - drm/amdkfd: Handle lack of READ permissions in SVM mapping
    (stable-fixes).
  - drm/amdkfd: return -ENOTTY for unsupported IOCTLs
    (stable-fixes).
  - drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroff
    (stable-fixes).
  - drm/amd/pm: Use cached metrics data on arcturus (stable-fixes).
  - drm/amd/pm: Use cached metrics data on aldebaran (stable-fixes).
  - drm/amd/display: update dpp/disp clock from smu clock table
    (stable-fixes).
  - drm/amd/display: add more cyan skillfish devices (stable-fixes).
  - drm/amd/display: Increase AUX Intra-Hop Done Max Wait Duration
    (stable-fixes).
  - drm/bridge: display-connector: don't set OP_DETECT for
    DisplayPorts (stable-fixes).
  - drm/tidss: Set crtc modesetting parameters with adjusted mode
    (stable-fixes).
  - drm/bridge: cdns-dsi: Don't fail on MIPI_DSI_MODE_VIDEO_BURST
    (stable-fixes).
  - drm/bridge: cdns-dsi: Fix REG_WAKEUP_TIME value (stable-fixes).
  - drm/tidss: Use the crtc_* timings when programming the HW
    (stable-fixes).
  - commit 304e918
  - tcp: correct handling of extreme memory squeeze (bsc#1253779
    CVE-2025-21710 bsc#1237888).
  - commit bba09b0
  - net: tcp: send zero-window ACK when no memory (bsc#1253779).
  - commit f54e913
  - ACPI: property: Return present device nodes only on fwnode
    interface (stable-fixes).
  - commit 7bfc861
  - ACPI: PRM: Skip handlers with NULL handler_address or NULL VA
    (stable-fixes).
  - commit d4e809a
  - ACPI: scan: Add Intel CVS ACPI HIDs to acpi_ignore_dep_ids
    (stable-fixes).
  - commit cea477f
  - ACPICA: Update dsmethod.c to get rid of unused variable warning
    (stable-fixes).
  - commit 47d058d
  - ACPICA: dispatcher: Use acpi_ds_clear_operands() in
    acpi_ds_call_control_method() (stable-fixes).
  - commit a383be8
  - tools/cpupower: Fix incorrect size in cpuidle_state_disable()
    (stable-fixes).
  - commit 2d1aa96
  - tools/cpupower: fix error return value in cpupower_write_sysfs()
    (stable-fixes).
  - commit c9d6e6c
  - tools/power x86_energy_perf_policy: Prefer driver HWP limits
    (stable-fixes).
  - commit e772bc7
  - tools/power x86_energy_perf_policy: Enhance HWP enable
    (stable-fixes).
  - commit 1133dff
  - tools/power x86_energy_perf_policy: Fix incorrect fopen mode
    usage (stable-fixes).
  - commit 23d6e42
  - Update
    patches.suse/net-smc-Remove-validation-of-reserved-bits-in-CLC-Decline-.patch
    (bsc#1252353).
  - commit d9fe289
  - crypto: aspeed - fix double free caused by devm (git-fixes).
  - dmaengine: dw-edma: Set status for callback_result
    (stable-fixes).
  - dmaengine: mv_xor: match alloc_wc and free_wc (stable-fixes).
  - crypto: qat - use kcalloc() in qat_uclo_map_objs_from_mof()
    (stable-fixes).
  - drm/nouveau: replace snprintf() with scnprintf() in
    nvkm_snprintbf() (stable-fixes).
  - char: misc: restrict the dynamic range to exclude reserved
    minors (stable-fixes).
  - crypto: aspeed-acry - Convert to platform remove callback
    returning void (stable-fixes).
  - commit 89d05dd
  - ALSA: usb-audio: Fix potential overflow of PCM transfer buffer
    (stable-fixes).
  - ALSA: usb-audio: don't log messages meant for 1810c when
    initializing 1824c (git-fixes).
  - ASoC: max98090/91: fixed max98091 ALSA widget powering up/down
    (stable-fixes).
  - ASoC: meson: aiu-encoder-i2s: fix bit clock polarity
    (stable-fixes).
  - Bluetooth: SCO: Fix UAF on sco_conn_free (stable-fixes).
  - Bluetooth: bcsp: receive data only if registered (stable-fixes).
  - Bluetooth: btusb: Check for unexpected bytes when defragmenting
    HCI frames (stable-fixes).
  - amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_sw
    (stable-fixes).
  - accel/habanalabs/gaudi2: read preboot status after recovering
    from dirty state (stable-fixes).
  - accel/habanalabs: support mapping cb with vmalloc-backed
    coherent memory (stable-fixes).
  - accel/habanalabs/gaudi2: fix BMON disable configuration
    (stable-fixes).
  - accel/habanalabs: return ENOMEM if less than requested pages
    were pinned (stable-fixes).
  - ASoC: tlv320aic3x: Fix class-D initialization for tlv320aic3007
    (stable-fixes).
  - ASoC: stm32: sai: manage context in set_sysclk callback
    (stable-fixes).
  - ALSA: usb-audio: add mono main switch to Presonus S1824c
    (stable-fixes).
  - ASoC: qcom: sc8280xp: explicitly set S16LE format in
    sc8280xp_be_hw_params_fixup() (stable-fixes).
  - ALSA: serial-generic: remove shared static buffer
    (stable-fixes).
  - ALSA: usb-audio: apply quirk for MOONDROP Quark2 (stable-fixes).
  - ALSA: usb-audio: Add validation of UAC2/UAC3 effect units
    (stable-fixes).
  - commit d6deb82

++++ salt:

  - Add minimum_auth_version to enforce security (CVE-2025-62349)
  - Backport security fixes for vendored tornado
    * BDSA-2024-3438
    * BDSA-2024-3439
    * BDSA-2024-9026
  - Junos module yaml loader fix (CVE-2025-62348)
  - Require Python dependencies only for used Python version
  - Fix TLS and x509 modules for OSes with older cryptography module
  - Require python-legacy-cgi only for Python > 3.12
  - Builds with py >=3.13 require python-legacy-cgi
  - Fix Salt for Python > 3.11 (bsc#1252285) (bsc#1252244)
  - * Use external tornado on Python > 3.11
  - * Make tls and x509 to use python-cryptography
  - * Remove usage of spwd
  - Fix payload signature verification on Tumbleweed (bsc#1251776)
  - Fix broken symlink on migration to Leap 16.0 (bsc#1250755)
  - Use versioned python interpreter for salt-ssh
  - Fix known_hosts error on gitfs (bsc#1250520) (bsc#1227207)
  - Add python3.11 as preferable for salt-ssh to avoid tests fails
  - Make test_pillar_timeout test more reliable
  - Modify README and other doc files for openSUSE
  - Set python-CherryPy as required for python-salt-testsuite (#115)
  - Revert require M2Crypto >= 0.44.0 for SUSE Family distros
  - This reverts commit aa40615dcf7a15325ef71bbc09a5423ce512491d.
  - Improve SL Micro 6.2 detection with grains
  - Fix functional.states.test_user for SLES 16 and Micro systems
  - Fix the tests failing on AlmaLinux 10 and other clones
  - Add `minion_legacy_req_warnings` option to avoid noisy warnings
  - Require M2Crypto >= 0.44.0 for SUSE Family distros
  - Added:
    * backport-3006.17-security-fixes-739.patch
    * fix-tls-and-x509-modules-for-older-cryptography-modu.patch
    * fix-salt-for-python-3.11.patch
    * do-not-break-signature-verification-on-latest-m2cryp.patch
    * use-versioned-python-interpreter-for-salt-ssh.patch
    * allow-libgit2-to-guess-sysdir-homedir-successfully-b.patch
    * add-python3.11-as-preferable-for-salt-ssh-to-avoid-t.patch
    * even-more-reliable-pillar-timeout-test.patch
    * modify-readme-for-opensuse-728.patch
    * improve-sl-micro-6.2-detection-with-grains.patch
    * fix-functional.states.test_user-for-sles-16-and-micr.patch
    * fix-the-tests-failing-on-almalinux-10-and-other-clon.patch
    * add-minion_legacy_req_warnings-option-to-avoid-noisy.patch

------------------------------------------------------------------
------------------  2025-11-24  -  Nov 24 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Delete workflows conflicting with upstream

++++ gnutls:

  - Security fix bsc#1254132 CVE-2025-9820
    * Fix buffer overflow in gnutls_pkcs11_token_init
    * Added gnutls-CVE-2025-9820.patch

++++ kernel-default:

  - kernel-binary: Only skip brp-strip when debuginfo is enabled
    Fixes: 4fc8f912b4f2 ("kernel-binary: Do not change debuginfo config during build")
  - commit cd9963e
  - octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp() (CVE-2025-39944 bsc#1251120)
  - commit f5c6371
  - ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdog (CVE-2025-39859 bsc#1250252)
  - commit b475528
  - x86/bugs: Fix reporting of LFENCE retpoline (git-fixes).
  - commit 879f123
  - x86/vmscape: Add old Intel CPUs to affected list (git-fixes).
  - commit 3042143
  - net: macb: fix unregister_netdev call order in macb_remove() (CVE-2025-39805 bsc#1249982)
  - commit 8a9576d
  - x86/bugs: Report correct retbleed mitigation status (git-fixes).
  - commit 11da480
  - x86/CPU/AMD: Add additional fixed RDSEED microcode revisions (git-fixes).
  - commit 265ca5a
  - x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcode (git-fixes).
  - commit 0a4b156
  - net/ip6_tunnel: Prevent perpetual tunnel growth (CVE-2025-40173
    bsc#1253421).
  - commit 2d9c02f
  - net/smc: Remove validation of reserved bits in CLC Decline
    message (bsc#1253779).
  - commit 6b0f67d
  - kernel-binary: Support building gendwarfksyms on SLE/Leap 15
  - commit 940a186
  - cramfs: Verify inode mode when loading from disk (git-fixes).
  - commit 593324b
  - minixfs: Verify inode mode when loading from disk (git-fixes).
  - commit a428067
  - Add missing bugzilla reference to net fix (bsc#1250237 CVE-2025-40206 bsc#1253393)
  - commit 9ef65cb

++++ kernel-rt:

  - kernel-binary: Only skip brp-strip when debuginfo is enabled
    Fixes: 4fc8f912b4f2 ("kernel-binary: Do not change debuginfo config during build")
  - commit cd9963e
  - octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp() (CVE-2025-39944 bsc#1251120)
  - commit f5c6371
  - ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdog (CVE-2025-39859 bsc#1250252)
  - commit b475528
  - x86/bugs: Fix reporting of LFENCE retpoline (git-fixes).
  - commit 879f123
  - x86/vmscape: Add old Intel CPUs to affected list (git-fixes).
  - commit 3042143
  - net: macb: fix unregister_netdev call order in macb_remove() (CVE-2025-39805 bsc#1249982)
  - commit 8a9576d
  - x86/bugs: Report correct retbleed mitigation status (git-fixes).
  - commit 11da480
  - x86/CPU/AMD: Add additional fixed RDSEED microcode revisions (git-fixes).
  - commit 265ca5a
  - x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcode (git-fixes).
  - commit 0a4b156
  - net/ip6_tunnel: Prevent perpetual tunnel growth (CVE-2025-40173
    bsc#1253421).
  - commit 2d9c02f
  - net/smc: Remove validation of reserved bits in CLC Decline
    message (bsc#1253779).
  - commit 6b0f67d
  - kernel-binary: Support building gendwarfksyms on SLE/Leap 15
  - commit 940a186
  - cramfs: Verify inode mode when loading from disk (git-fixes).
  - commit 593324b
  - minixfs: Verify inode mode when loading from disk (git-fixes).
  - commit a428067
  - Add missing bugzilla reference to net fix (bsc#1250237 CVE-2025-40206 bsc#1253393)
  - commit 9ef65cb

++++ kernel-rt_debug:

  - kernel-binary: Only skip brp-strip when debuginfo is enabled
    Fixes: 4fc8f912b4f2 ("kernel-binary: Do not change debuginfo config during build")
  - commit cd9963e
  - octeontx2-pf: Fix use-after-free bugs in otx2_sync_tstamp() (CVE-2025-39944 bsc#1251120)
  - commit f5c6371
  - ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdog (CVE-2025-39859 bsc#1250252)
  - commit b475528
  - x86/bugs: Fix reporting of LFENCE retpoline (git-fixes).
  - commit 879f123
  - x86/vmscape: Add old Intel CPUs to affected list (git-fixes).
  - commit 3042143
  - net: macb: fix unregister_netdev call order in macb_remove() (CVE-2025-39805 bsc#1249982)
  - commit 8a9576d
  - x86/bugs: Report correct retbleed mitigation status (git-fixes).
  - commit 11da480
  - x86/CPU/AMD: Add additional fixed RDSEED microcode revisions (git-fixes).
  - commit 265ca5a
  - x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcode (git-fixes).
  - commit 0a4b156
  - net/ip6_tunnel: Prevent perpetual tunnel growth (CVE-2025-40173
    bsc#1253421).
  - commit 2d9c02f
  - net/smc: Remove validation of reserved bits in CLC Decline
    message (bsc#1253779).
  - commit 6b0f67d
  - kernel-binary: Support building gendwarfksyms on SLE/Leap 15
  - commit 940a186
  - cramfs: Verify inode mode when loading from disk (git-fixes).
  - commit 593324b
  - minixfs: Verify inode mode when loading from disk (git-fixes).
  - commit a428067
  - Add missing bugzilla reference to net fix (bsc#1250237 CVE-2025-40206 bsc#1253393)
  - commit 9ef65cb

------------------------------------------------------------------
------------------  2025-11-23  -  Nov 23 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Input: imx_sc_key - fix memory corruption on unload (git-fixes).
  - Input: pegasus-notetaker - fix potential out-of-bounds access
    (git-fixes).
  - Input: atmel_mxt_ts - allow reset GPIO to sleep (stable-fixes).
  - commit a07d058

++++ kernel-rt:

  - Input: imx_sc_key - fix memory corruption on unload (git-fixes).
  - Input: pegasus-notetaker - fix potential out-of-bounds access
    (git-fixes).
  - Input: atmel_mxt_ts - allow reset GPIO to sleep (stable-fixes).
  - commit a07d058

++++ kernel-rt_debug:

  - Input: imx_sc_key - fix memory corruption on unload (git-fixes).
  - Input: pegasus-notetaker - fix potential out-of-bounds access
    (git-fixes).
  - Input: atmel_mxt_ts - allow reset GPIO to sleep (stable-fixes).
  - commit a07d058

------------------------------------------------------------------
------------------  2025-11-22  -  Nov 22 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: mvsas: Fix use-after-free bugs in mvs_work_queue
    (CVE-2025-40001 bsc#1252303).
  - commit 2c846dd
  - Disable CONFIG_CPU5_WDT
    The cpu5wdt driver doesn't implement a proper watchdog interface and
    has many code issues. It only handles obscure and obsolete hardware.
    Stop building and supporting this driver (jsc#PED-14062).
  - commit 5170874
  - pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()
    (git-fixes).
  - pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc
    (git-fixes).
  - nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::boot
    (git-fixes).
  - Revert "drm/tegra: dsi: Clear enable register if powered by
    bootloader" (git-fixes).
  - drm/tegra: Add call to put_pid() (git-fixes).
  - drm/tegra: dc: Fix reference leak in tegra_dc_couple()
    (git-fixes).
  - commit 401121e

++++ kernel-rt:

  - scsi: mvsas: Fix use-after-free bugs in mvs_work_queue
    (CVE-2025-40001 bsc#1252303).
  - commit 2c846dd
  - Disable CONFIG_CPU5_WDT
    The cpu5wdt driver doesn't implement a proper watchdog interface and
    has many code issues. It only handles obscure and obsolete hardware.
    Stop building and supporting this driver (jsc#PED-14062).
  - commit 5170874
  - pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()
    (git-fixes).
  - pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc
    (git-fixes).
  - nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::boot
    (git-fixes).
  - Revert "drm/tegra: dsi: Clear enable register if powered by
    bootloader" (git-fixes).
  - drm/tegra: Add call to put_pid() (git-fixes).
  - drm/tegra: dc: Fix reference leak in tegra_dc_couple()
    (git-fixes).
  - commit 401121e

++++ kernel-rt_debug:

  - scsi: mvsas: Fix use-after-free bugs in mvs_work_queue
    (CVE-2025-40001 bsc#1252303).
  - commit 2c846dd
  - Disable CONFIG_CPU5_WDT
    The cpu5wdt driver doesn't implement a proper watchdog interface and
    has many code issues. It only handles obscure and obsolete hardware.
    Stop building and supporting this driver (jsc#PED-14062).
  - commit 5170874
  - pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()
    (git-fixes).
  - pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_desc
    (git-fixes).
  - nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::boot
    (git-fixes).
  - Revert "drm/tegra: dsi: Clear enable register if powered by
    bootloader" (git-fixes).
  - drm/tegra: Add call to put_pid() (git-fixes).
  - drm/tegra: dc: Fix reference leak in tegra_dc_couple()
    (git-fixes).
  - commit 401121e

------------------------------------------------------------------
------------------  2025-11-21  -  Nov 21 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - tls: wait for pending async decryptions if tls_strp_msg_hold
    fails (CVE-2025-40176 bsc#1253425).
  - commit 411c26e
  - series.conf: reorder misplaced patches from kABI section
    Fix misplaced patches in the kABI section by restoring correct order.
  - commit f6506b9
  - platform/x86/intel/speed_select_if: Convert PCIBIOS_* return
    codes to errnos (git-fixes).
  - commit e814a2b
  - vfs: Don't leak disconnected dentries on umount (CVE-2025-40105
    bsc#1252928).
  - commit 29d6b54

++++ kernel-rt:

  - tls: wait for pending async decryptions if tls_strp_msg_hold
    fails (CVE-2025-40176 bsc#1253425).
  - commit 411c26e
  - series.conf: reorder misplaced patches from kABI section
    Fix misplaced patches in the kABI section by restoring correct order.
  - commit f6506b9
  - platform/x86/intel/speed_select_if: Convert PCIBIOS_* return
    codes to errnos (git-fixes).
  - commit e814a2b
  - vfs: Don't leak disconnected dentries on umount (CVE-2025-40105
    bsc#1252928).
  - commit 29d6b54

++++ kernel-rt_debug:

  - tls: wait for pending async decryptions if tls_strp_msg_hold
    fails (CVE-2025-40176 bsc#1253425).
  - commit 411c26e
  - series.conf: reorder misplaced patches from kABI section
    Fix misplaced patches in the kABI section by restoring correct order.
  - commit f6506b9
  - platform/x86/intel/speed_select_if: Convert PCIBIOS_* return
    codes to errnos (git-fixes).
  - commit e814a2b
  - vfs: Don't leak disconnected dentries on umount (CVE-2025-40105
    bsc#1252928).
  - commit 29d6b54

++++ multipath-tools:

  - Update to version 0.10.5+213+suse.04c3a0ac:
    * Log offline path state if "log_checker_err always" is set
    (bsc#1254094)
    * mpathpersist: Fix REPORT CAPABILITIES output

++++ libmicrohttpd:

  - Fix for the following bugs:
    * bsc#1253177 CVE-2025-59777
    * bsc#1253178 CVE-2025-62689
  - Add patch:
    * CVE-2025-59777.patch
    * this same patch fixes both CVEs
    * git commit ff13abc1c1d7d2b30d69d5c0bd4a237e1801c50b

------------------------------------------------------------------
------------------  2025-11-20  -  Nov 20 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is
    updated (git-fixes).
  - commit f6f6b8f
  - KVM: VMX: Fix check for valid GVA on an EPT violation
    (git-fixes).
  - commit dab0856
  - KVM: x86: Don't treat ENTER and LEAVE as branches, because
    they aren't (git-fixes).
  - commit 4d07448
  - HID: uclogic: Fix potential memory leak in error path
    (git-fixes).
  - HID: hid-ntrig: Prevent memory leak in ntrig_report_version()
    (git-fixes).
  - HID: amd_sfh: Stop sensor before starting (git-fixes).
  - HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155
    (git-fixes).
  - commit 98129db

++++ kernel-rt:

  - KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is
    updated (git-fixes).
  - commit f6f6b8f
  - KVM: VMX: Fix check for valid GVA on an EPT violation
    (git-fixes).
  - commit dab0856
  - KVM: x86: Don't treat ENTER and LEAVE as branches, because
    they aren't (git-fixes).
  - commit 4d07448
  - HID: uclogic: Fix potential memory leak in error path
    (git-fixes).
  - HID: hid-ntrig: Prevent memory leak in ntrig_report_version()
    (git-fixes).
  - HID: amd_sfh: Stop sensor before starting (git-fixes).
  - HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155
    (git-fixes).
  - commit 98129db

++++ kernel-rt_debug:

  - KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is
    updated (git-fixes).
  - commit f6f6b8f
  - KVM: VMX: Fix check for valid GVA on an EPT violation
    (git-fixes).
  - commit dab0856
  - KVM: x86: Don't treat ENTER and LEAVE as branches, because
    they aren't (git-fixes).
  - commit 4d07448
  - HID: uclogic: Fix potential memory leak in error path
    (git-fixes).
  - HID: hid-ntrig: Prevent memory leak in ntrig_report_version()
    (git-fixes).
  - HID: amd_sfh: Stop sensor before starting (git-fixes).
  - HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155
    (git-fixes).
  - commit 98129db

------------------------------------------------------------------
------------------  2025-11-19  -  Nov 19 2025  -------------------
------------------------------------------------------------------

++++ curl:

  - Security fix: [bsc#1253757, CVE-2025-11563]
    * curl: wcurl path traversal with percent-encoded slashes
    * Add curl-CVE-2025-11563.patch

++++ kernel-default:

  - scsi: storvsc: Prefer returning channel with the same CPU as on the I/O issuing CPU (bsc#1252267).
  - uio_hv_generic: Let userspace take care of interrupt mask (git-fixes CVE-2025-40048 bsc#1252862).
  - net/mana: fix warning in the writer of client oob (git-fixes).
  - uio_hv_generic: Query the ringbuffer size for device (git-fixes).
  - Drivers: hv: vmbus: Add utility function for querying ring size (git-fixes).
  - commit 0473d84
  - sctp: Fix MAC comparison to be constant-time (CVE-2025-40204
    bsc#1253436).
  - commit 53f522f
  - tracing: dynevent: Add a missing lockdown check on dynevent
    (CVE-2025-40021 bsc#1252681).
  - commit c113400
  - Update
    patches.suse/netfilter-nft_objref-validate-objref-and-objrefmap-e.patch
    (bsc#1250237 CVE-2025-40206).
    Inserted series, updated CVE reference and mainline
  - commit 617e07d
  - selftests/bpf: Close fd in error path in drop_on_reuseport
    (git-fixes).
  - commit 9eacaa7
  - selftests/bpf: Close obj in error path in xdp_adjust_tail
    (git-fixes).
  - commit 32804dc
  - selftests/bpf: Use pid_t consistently in test_progs.c
    (git-fixes).
  - commit 12adc35
  - bpf: Reject negative offsets for ALU ops (CVE-2025-40169
    bsc#1253416).
  - commit 004bd79

++++ kernel-rt:

  - scsi: storvsc: Prefer returning channel with the same CPU as on the I/O issuing CPU (bsc#1252267).
  - uio_hv_generic: Let userspace take care of interrupt mask (git-fixes CVE-2025-40048 bsc#1252862).
  - net/mana: fix warning in the writer of client oob (git-fixes).
  - uio_hv_generic: Query the ringbuffer size for device (git-fixes).
  - Drivers: hv: vmbus: Add utility function for querying ring size (git-fixes).
  - commit 0473d84
  - sctp: Fix MAC comparison to be constant-time (CVE-2025-40204
    bsc#1253436).
  - commit 53f522f
  - tracing: dynevent: Add a missing lockdown check on dynevent
    (CVE-2025-40021 bsc#1252681).
  - commit c113400
  - Update
    patches.suse/netfilter-nft_objref-validate-objref-and-objrefmap-e.patch
    (bsc#1250237 CVE-2025-40206).
    Inserted series, updated CVE reference and mainline
  - commit 617e07d
  - selftests/bpf: Close fd in error path in drop_on_reuseport
    (git-fixes).
  - commit 9eacaa7
  - selftests/bpf: Close obj in error path in xdp_adjust_tail
    (git-fixes).
  - commit 32804dc
  - selftests/bpf: Use pid_t consistently in test_progs.c
    (git-fixes).
  - commit 12adc35
  - bpf: Reject negative offsets for ALU ops (CVE-2025-40169
    bsc#1253416).
  - commit 004bd79

++++ kernel-rt_debug:

  - scsi: storvsc: Prefer returning channel with the same CPU as on the I/O issuing CPU (bsc#1252267).
  - uio_hv_generic: Let userspace take care of interrupt mask (git-fixes CVE-2025-40048 bsc#1252862).
  - net/mana: fix warning in the writer of client oob (git-fixes).
  - uio_hv_generic: Query the ringbuffer size for device (git-fixes).
  - Drivers: hv: vmbus: Add utility function for querying ring size (git-fixes).
  - commit 0473d84
  - sctp: Fix MAC comparison to be constant-time (CVE-2025-40204
    bsc#1253436).
  - commit 53f522f
  - tracing: dynevent: Add a missing lockdown check on dynevent
    (CVE-2025-40021 bsc#1252681).
  - commit c113400
  - Update
    patches.suse/netfilter-nft_objref-validate-objref-and-objrefmap-e.patch
    (bsc#1250237 CVE-2025-40206).
    Inserted series, updated CVE reference and mainline
  - commit 617e07d
  - selftests/bpf: Close fd in error path in drop_on_reuseport
    (git-fixes).
  - commit 9eacaa7
  - selftests/bpf: Close obj in error path in xdp_adjust_tail
    (git-fixes).
  - commit 32804dc
  - selftests/bpf: Use pid_t consistently in test_progs.c
    (git-fixes).
  - commit 12adc35
  - bpf: Reject negative offsets for ALU ops (CVE-2025-40169
    bsc#1253416).
  - commit 004bd79

++++ kmod:

  - man: modprobe.d: document the config file order handling (bsc#1253741)
    * man-modprobe.d-document-the-config-file-order-handling.patch

------------------------------------------------------------------
------------------  2025-11-18  -  Nov 18 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - kernel-binary: Require libdw in Factory
    Libdw is required for gendwarfksyms
  - commit 0d3f66b
  - mtd: onenand: Pass correct pointer to IRQ handler (git-fixes).
  - mtd: rawnand: cadence: fix DMA device NULL pointer dereference
    (git-fixes).
  - mtdchar: fix integer overflow in read/write ioctls (git-fixes).
  - commit fd43643

++++ kernel-rt:

  - kernel-binary: Require libdw in Factory
    Libdw is required for gendwarfksyms
  - commit 0d3f66b
  - mtd: onenand: Pass correct pointer to IRQ handler (git-fixes).
  - mtd: rawnand: cadence: fix DMA device NULL pointer dereference
    (git-fixes).
  - mtdchar: fix integer overflow in read/write ioctls (git-fixes).
  - commit fd43643

++++ kernel-rt_debug:

  - kernel-binary: Require libdw in Factory
    Libdw is required for gendwarfksyms
  - commit 0d3f66b
  - mtd: onenand: Pass correct pointer to IRQ handler (git-fixes).
  - mtd: rawnand: cadence: fix DMA device NULL pointer dereference
    (git-fixes).
  - mtdchar: fix integer overflow in read/write ioctls (git-fixes).
  - commit fd43643

++++ libsoup:

  - Add libsoup-CVE-2025-12105.patch: fix use after free caused by
    'finishing' queue item twice (bsc#1252555 CVE-2025-12105
    glgo#GNOME/libsoup!481).

++++ sssd:

  - Install file in krb5.conf.d to include sssd krb5 config snippets;
    (bsc#1244325);
  - Disable Kerberos localauth an2ln plugin for AD; (CVE-2025-11561);
    (bsc#1251827); Add patch
    0005-krb5-disable-Kerberos-localauth-an2ln-plugin-for-AD-.patch

------------------------------------------------------------------
------------------  2025-11-17  -  Nov 17 2025  -------------------
------------------------------------------------------------------

++++ dpdk:

  - Upstream bugfix update:
  - Version 22.11.10
  - net/mlx5: fix out-of-order completions in ordinary Rx burst
    (CVE-2025-23259, bsc#1254161)
  - Version 22.11.9
    https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html#id24
  - Version 22.11.8
    https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html#id21
  - Version 22.11.7
    https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html#id18
  - Remove included fix dpdk-CVE-2024-11614.patch
  - Version 22.11.6
    https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html#id15
  - Version 22.11.5
    https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html#id12
  - Version 22.11.4
    https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html#id8
  - Version 22.11.3
    https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html#id4
    Remove included fixes:
  - 0001-kni-fix-build-with-Linux-6.3.patch
  - Version 22.11.2
    https://doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html#id2
  - Fix [bsc#1214724], SUSE provided DPDK modules taint the kernel as unsupported
    + Add kernel support flag for rte_kni.ko

++++ python-kiwi:

  - Fixed spec file requires
    The package requirement for binutils was set to TW (>=1650)
    only but is also required for SLES16/Leap16 which is 1600
    This commit fixes the condition to match with all required
    distributions and fixes bsc#1253637

++++ kernel-default:

  - net/sched: sch_qfq: Fix null-deref in agg_dequeue (CVE-2025-40083 bsc#1252912).
  - commit 517474e
  - mm/secretmem: fix use-after-free race in fault handler
    (git-fixes).
  - commit 8bf2ad9
  - mm/mm_init: fix hash table order logging in
    alloc_large_system_hash() (git-fixes).
  - commit fdeb2e0
  - xsk: Harden userspace-supplied xdp_desc validation
    (CVE-2025-40159 bsc#1253403).
  - commit 7cd1a7d

++++ kernel-rt:

  - net/sched: sch_qfq: Fix null-deref in agg_dequeue (CVE-2025-40083 bsc#1252912).
  - commit 517474e
  - mm/secretmem: fix use-after-free race in fault handler
    (git-fixes).
  - commit 8bf2ad9
  - mm/mm_init: fix hash table order logging in
    alloc_large_system_hash() (git-fixes).
  - commit fdeb2e0
  - xsk: Harden userspace-supplied xdp_desc validation
    (CVE-2025-40159 bsc#1253403).
  - commit 7cd1a7d

++++ kernel-rt_debug:

  - net/sched: sch_qfq: Fix null-deref in agg_dequeue (CVE-2025-40083 bsc#1252912).
  - commit 517474e
  - mm/secretmem: fix use-after-free race in fault handler
    (git-fixes).
  - commit 8bf2ad9
  - mm/mm_init: fix hash table order logging in
    alloc_large_system_hash() (git-fixes).
  - commit fdeb2e0
  - xsk: Harden userspace-supplied xdp_desc validation
    (CVE-2025-40159 bsc#1253403).
  - commit 7cd1a7d

++++ multipath-tools:

  - Update to version 0.10.5+190+suse.a9f87040:
    * CI: GitHub workflow updates. No code changes.

++++ freetype2:

  - update to 2.14.1:
    * The auto-hinter got new abilities. It can now better separate
    diacritic glyphs from base glyphs at small sizes  by
    artificially moving  diacritics up (or  down) if necessary
    * Tilde accent  glyphs get vertically stretched at small sizes so
    that they don't degenerate to horizontal lines.
    * Diacritics directly attached to a base glyph (like the ogonek in
    character 'ę') no longer distort the shape of the base glyph
    * The TrueType  instruction interpreter  was optimized to
    produce a 15% gain in the glyph loading speed.
    * Handling of Variation Fonts is now considerably faster
    * TrueType and CFF glyph loading speed has been improved by 5-10%
    on modern 64-bit platforms  as  a result of better handling of
    fixed-point multiplication.
    * The BDF driver now loads fonts 75% faster.

------------------------------------------------------------------
------------------  2025-11-16  -  Nov 16 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
    (git-fixes).
  - commit f67cafa
  - selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
    (git-fixes).
  - commit 172ead3
  - selftests/bpf: Fix missing BUILD_BUG_ON() declaration
    (git-fixes).
  - commit 67585df

++++ kernel-rt:

  - selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
    (git-fixes).
  - commit f67cafa
  - selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
    (git-fixes).
  - commit 172ead3
  - selftests/bpf: Fix missing BUILD_BUG_ON() declaration
    (git-fixes).
  - commit 67585df

++++ kernel-rt_debug:

  - selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.c
    (git-fixes).
  - commit f67cafa
  - selftests/bpf: Fix missing UINT_MAX definitions in benchmarks
    (git-fixes).
  - commit 172ead3
  - selftests/bpf: Fix missing BUILD_BUG_ON() declaration
    (git-fixes).
  - commit 67585df

------------------------------------------------------------------
------------------  2025-11-15  -  Nov 15 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/vmwgfx: Validate command header size against
    SVGA_CMD_MAX_DATASIZE (git-fixes).
  - mmc: sdhci-of-dwcmshc: Change DLL_STRBIN_TAPNUM_DEFAULT to 0x4
    (git-fixes).
  - acpi,srat: Fix incorrect device handle check for Generic
    Initiator (git-fixes).
  - spi: Try to get ACPI GPIO IRQ earlier (git-fixes).
  - regulator: fixed: fix GPIO descriptor leak on register failure
    (git-fixes).
  - ASoC: codecs: va-macro: fix resource leak in probe error path
    (git-fixes).
  - ASoC: cs4271: Fix regulator leak on probe failure (git-fixes).
  - ALSA: usb-audio: Fix NULL pointer dereference in
    snd_usb_mixer_controls_badd (git-fixes).
  - crypto: hisilicon/qm - Fix device reference leak in
    qm_get_qos_value (git-fixes).
  - commit c9e8681

++++ kernel-rt:

  - drm/vmwgfx: Validate command header size against
    SVGA_CMD_MAX_DATASIZE (git-fixes).
  - mmc: sdhci-of-dwcmshc: Change DLL_STRBIN_TAPNUM_DEFAULT to 0x4
    (git-fixes).
  - acpi,srat: Fix incorrect device handle check for Generic
    Initiator (git-fixes).
  - spi: Try to get ACPI GPIO IRQ earlier (git-fixes).
  - regulator: fixed: fix GPIO descriptor leak on register failure
    (git-fixes).
  - ASoC: codecs: va-macro: fix resource leak in probe error path
    (git-fixes).
  - ASoC: cs4271: Fix regulator leak on probe failure (git-fixes).
  - ALSA: usb-audio: Fix NULL pointer dereference in
    snd_usb_mixer_controls_badd (git-fixes).
  - crypto: hisilicon/qm - Fix device reference leak in
    qm_get_qos_value (git-fixes).
  - commit c9e8681

++++ kernel-rt_debug:

  - drm/vmwgfx: Validate command header size against
    SVGA_CMD_MAX_DATASIZE (git-fixes).
  - mmc: sdhci-of-dwcmshc: Change DLL_STRBIN_TAPNUM_DEFAULT to 0x4
    (git-fixes).
  - acpi,srat: Fix incorrect device handle check for Generic
    Initiator (git-fixes).
  - spi: Try to get ACPI GPIO IRQ earlier (git-fixes).
  - regulator: fixed: fix GPIO descriptor leak on register failure
    (git-fixes).
  - ASoC: codecs: va-macro: fix resource leak in probe error path
    (git-fixes).
  - ASoC: cs4271: Fix regulator leak on probe failure (git-fixes).
  - ALSA: usb-audio: Fix NULL pointer dereference in
    snd_usb_mixer_controls_badd (git-fixes).
  - crypto: hisilicon/qm - Fix device reference leak in
    qm_get_qos_value (git-fixes).
  - commit c9e8681

------------------------------------------------------------------
------------------  2025-11-14  -  Nov 14 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - s390/mm: Fix in_atomic() handling in do_secure_storage_access()
    (git-fixes CVE-2025-38359 bsc#1247076).
  - s390/mm,fault: simplify kfence fault handling (bsc#1247076).
  - commit 5eab67b
  - kernel-binary: Do not change debuginfo config during build
    Historically when debuginfo build was disabled in OBS kernel was
    configured to not generate the debuginfo at all saving space during
    build and making the build faster.
    More and more kernel features depend on debuginfo, and disabling it
    changes the kernel significantly disabling functionality that is
    otherwise available and causing ABI breakage.
    Recently genksyms was rewritten as gendwarfksyms to support more
    features but requires debuginfo to operate. With that kernel builds
    without deuginfo are not very useful anymore. Even if rpm eventually
    trashes the debuginfo it needs to be always generated.
  - commit 4fc8f91
  - Bluetooth: L2CAP: export l2cap_chan_hold for modules
    (stable-fixes).
  - commit 0d1ed96
  - ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUs
    (git-fixes).
  - ACPI: CPPC: Perform fast check switch only for online CPUs
    (git-fixes).
  - ACPI: CPPC: Check _CPC validity for only the online CPUs
    (git-fixes).
  - wifi: mwl8k: inject DSSS Parameter Set element into beacons
    if missing (git-fixes).
  - wifi: mac80211: skip rate verification for not captured PSDUs
    (git-fixes).
  - wifi: ath11k: zero init info->status in
    wmi_process_mgmt_tx_comp() (git-fixes).
  - wifi: mac80211: reject address change while connecting
    (git-fixes).
  - Bluetooth: 6lowpan: add missing l2cap_chan_lock() (git-fixes).
  - Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions
    (git-fixes).
  - Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type
    confusion (git-fixes).
  - Bluetooth: 6lowpan: reset link-local header on ipv6 recv path
    (git-fixes).
  - Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid
    UAF (git-fixes).
  - Bluetooth: MGMT: cancel mesh send timer when hdev removed
    (git-fixes).
  - strparser: Fix signed/unsigned mismatch bug (git-fixes).
  - commit 22e4e84

++++ kernel-rt:

  - s390/mm: Fix in_atomic() handling in do_secure_storage_access()
    (git-fixes CVE-2025-38359 bsc#1247076).
  - s390/mm,fault: simplify kfence fault handling (bsc#1247076).
  - commit 5eab67b
  - kernel-binary: Do not change debuginfo config during build
    Historically when debuginfo build was disabled in OBS kernel was
    configured to not generate the debuginfo at all saving space during
    build and making the build faster.
    More and more kernel features depend on debuginfo, and disabling it
    changes the kernel significantly disabling functionality that is
    otherwise available and causing ABI breakage.
    Recently genksyms was rewritten as gendwarfksyms to support more
    features but requires debuginfo to operate. With that kernel builds
    without deuginfo are not very useful anymore. Even if rpm eventually
    trashes the debuginfo it needs to be always generated.
  - commit 4fc8f91
  - Bluetooth: L2CAP: export l2cap_chan_hold for modules
    (stable-fixes).
  - commit 0d1ed96
  - ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUs
    (git-fixes).
  - ACPI: CPPC: Perform fast check switch only for online CPUs
    (git-fixes).
  - ACPI: CPPC: Check _CPC validity for only the online CPUs
    (git-fixes).
  - wifi: mwl8k: inject DSSS Parameter Set element into beacons
    if missing (git-fixes).
  - wifi: mac80211: skip rate verification for not captured PSDUs
    (git-fixes).
  - wifi: ath11k: zero init info->status in
    wmi_process_mgmt_tx_comp() (git-fixes).
  - wifi: mac80211: reject address change while connecting
    (git-fixes).
  - Bluetooth: 6lowpan: add missing l2cap_chan_lock() (git-fixes).
  - Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions
    (git-fixes).
  - Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type
    confusion (git-fixes).
  - Bluetooth: 6lowpan: reset link-local header on ipv6 recv path
    (git-fixes).
  - Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid
    UAF (git-fixes).
  - Bluetooth: MGMT: cancel mesh send timer when hdev removed
    (git-fixes).
  - strparser: Fix signed/unsigned mismatch bug (git-fixes).
  - commit 22e4e84

++++ kernel-rt_debug:

  - s390/mm: Fix in_atomic() handling in do_secure_storage_access()
    (git-fixes CVE-2025-38359 bsc#1247076).
  - s390/mm,fault: simplify kfence fault handling (bsc#1247076).
  - commit 5eab67b
  - kernel-binary: Do not change debuginfo config during build
    Historically when debuginfo build was disabled in OBS kernel was
    configured to not generate the debuginfo at all saving space during
    build and making the build faster.
    More and more kernel features depend on debuginfo, and disabling it
    changes the kernel significantly disabling functionality that is
    otherwise available and causing ABI breakage.
    Recently genksyms was rewritten as gendwarfksyms to support more
    features but requires debuginfo to operate. With that kernel builds
    without deuginfo are not very useful anymore. Even if rpm eventually
    trashes the debuginfo it needs to be always generated.
  - commit 4fc8f91
  - Bluetooth: L2CAP: export l2cap_chan_hold for modules
    (stable-fixes).
  - commit 0d1ed96
  - ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUs
    (git-fixes).
  - ACPI: CPPC: Perform fast check switch only for online CPUs
    (git-fixes).
  - ACPI: CPPC: Check _CPC validity for only the online CPUs
    (git-fixes).
  - wifi: mwl8k: inject DSSS Parameter Set element into beacons
    if missing (git-fixes).
  - wifi: mac80211: skip rate verification for not captured PSDUs
    (git-fixes).
  - wifi: ath11k: zero init info->status in
    wmi_process_mgmt_tx_comp() (git-fixes).
  - wifi: mac80211: reject address change while connecting
    (git-fixes).
  - Bluetooth: 6lowpan: add missing l2cap_chan_lock() (git-fixes).
  - Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions
    (git-fixes).
  - Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type
    confusion (git-fixes).
  - Bluetooth: 6lowpan: reset link-local header on ipv6 recv path
    (git-fixes).
  - Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid
    UAF (git-fixes).
  - Bluetooth: MGMT: cancel mesh send timer when hdev removed
    (git-fixes).
  - strparser: Fix signed/unsigned mismatch bug (git-fixes).
  - commit 22e4e84

------------------------------------------------------------------
------------------  2025-11-13  -  Nov 13 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bpf: make sure skb->len != 0 when redirecting to a tunneling device (CVE-2022-50253 bsc#1249912)
  - commit 9d76bea
  - scsi: ufs: exynos: Fix programming of HCI_UTRL_NEXUS_TYPE (CVE-2025-39788 bsc#1249547)
  - commit 8ecb142
  - drm/amd/display: Check dce_hwseq before dereferencing it (CVE-2025-38361 bsc#1247079)
  - commit c29726d
  - NFSD: Skip close replay processing if XDR encoding fails
    (git-fixes).
  - commit a56f52a
  - NFSD: Never cache a COMPOUND when the SEQUENCE operation fails
    (git-fixes).
  - commit bd549b4
  - NFSD: free copynotify stateid in nfs4_free_ol_stateid()
    (git-fixes).
  - commit e5427cd

++++ kernel-rt:

  - bpf: make sure skb->len != 0 when redirecting to a tunneling device (CVE-2022-50253 bsc#1249912)
  - commit 9d76bea
  - scsi: ufs: exynos: Fix programming of HCI_UTRL_NEXUS_TYPE (CVE-2025-39788 bsc#1249547)
  - commit 8ecb142
  - drm/amd/display: Check dce_hwseq before dereferencing it (CVE-2025-38361 bsc#1247079)
  - commit c29726d
  - NFSD: Skip close replay processing if XDR encoding fails
    (git-fixes).
  - commit a56f52a
  - NFSD: Never cache a COMPOUND when the SEQUENCE operation fails
    (git-fixes).
  - commit bd549b4
  - NFSD: free copynotify stateid in nfs4_free_ol_stateid()
    (git-fixes).
  - commit e5427cd

++++ kernel-rt_debug:

  - bpf: make sure skb->len != 0 when redirecting to a tunneling device (CVE-2022-50253 bsc#1249912)
  - commit 9d76bea
  - scsi: ufs: exynos: Fix programming of HCI_UTRL_NEXUS_TYPE (CVE-2025-39788 bsc#1249547)
  - commit 8ecb142
  - drm/amd/display: Check dce_hwseq before dereferencing it (CVE-2025-38361 bsc#1247079)
  - commit c29726d
  - NFSD: Skip close replay processing if XDR encoding fails
    (git-fixes).
  - commit a56f52a
  - NFSD: Never cache a COMPOUND when the SEQUENCE operation fails
    (git-fixes).
  - commit bd549b4
  - NFSD: free copynotify stateid in nfs4_free_ol_stateid()
    (git-fixes).
  - commit e5427cd

++++ python311-core:

  - Add CVE-2025-6075-expandvars-perf-degrad.patch avoid simple
    quadratic complexity vulnerabilities of os.path.expandvars()
    (CVE-2025-6075, bsc#1252974).
  - Readjusted patches:
  - CVE-2023-52425-libexpat-2.6.0-backport.patch
  - CVE-2023-52425-remove-reparse_deferral-tests.patch
  - fix_configure_rst.patch
  - skip_if_buildbot-extend.patch

++++ unbound:

  - Fix CVE-2025-11411 (possible domain hijacking attack).
    Since this minimal patch interferes with most of the unit tests,
    the '%check' section has been removed from the spec file.
    [CVE-2025-11411, bsc#1252525, unbound-1.22-CVE-2025-11411.patch]

++++ nvidia-open-driver-G06-signed:

  - introduced extra %gfx_aarch64_version and appropriate
    tarball/pci_id file in the hope that build service will no
    longer complain
  - update CUDA variant to 580.105.08

++++ python311:

  - Add CVE-2025-6075-expandvars-perf-degrad.patch avoid simple
    quadratic complexity vulnerabilities of os.path.expandvars()
    (CVE-2025-6075, bsc#1252974).
  - Readjusted patches:
  - CVE-2023-52425-libexpat-2.6.0-backport.patch
  - CVE-2023-52425-remove-reparse_deferral-tests.patch
  - fix_configure_rst.patch
  - skip_if_buildbot-extend.patch

++++ qemu:

  - Bugfixes:
    * io: fix use after free in websocket handshake code (bsc#1250984, CVE-2025-11234)
    * io: move websock resource release to close method (bsc#1250984, CVE-2025-11234)
    * io: release active GSource in TLS channel finalizer (bsc#1250984, CVE-2025-11234)
    * block/curl: fix curl internal handles handling (bsc#1252768, CVE-2025-11234)

------------------------------------------------------------------
------------------  2025-11-12  -  Nov 12 2025  -------------------
------------------------------------------------------------------

++++ grub2:

  - Fix CVE-2025-54771 (bsc#1252931)
    * 0001-kern-file-Call-grub_dl_unref-after-fs-fs_close.patch
  - Fix CVE-2025-54770 (bsc#1252930)
    * 0002-net-net-Unregister-net_set_vlan-command-on-unload.patch
  - Fix CVE-2025-61662 (bsc#1252933)
    * 0003-gettext-gettext-Unregister-gettext-command-on-module.patch
  - Fix CVE-2025-61663 (bsc#1252934)
  - Fix CVE-2025-61664 (bsc#1252935)
    * 0004-normal-main-Unregister-commands-on-module-unload.patch
    * 0005-tests-lib-functional_test-Unregister-commands-on-mod.patch
  - Fix CVE-2025-61661 (bsc#1252932)
    * 0006-commands-usbtest-Use-correct-string-length-field.patch
    * 0007-commands-usbtest-Ensure-string-length-is-sufficient-.patch
  - Bump upstream SBAT generation to 6

++++ kernel-default:

  - perf script: add --addr2line option (bsc#1247509).
  - commit b555487
  - scsi: target: iscsi: Fix buffer overflow in
    lio_target_nacl_info_show() (bsc#1251786 CVE-2023-53676).
  - commit 9f54767
  - crypto: iaa - Do not clobber req->base.data (git-fixes).
  - commit 5feccb5
  - btrfs: scrub: put bio after errors in
    scrub_raid56_parity_stripe() (git-fixes).
  - commit 065dd63
  - btrfs: do not update last_log_commit when logging inode due
    to a new name (git-fixes).
  - commit c42dda1
  - KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
    (git-fixes).
  - commit 187ad0b
  - KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from
    SEV-ES guest (git-fixes).
  - commit ce2cf8f
  - KVM: x86: Add helper to retrieve current value of user return
    MSR (git-fixes).
  - commit aaea082
  - KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while
    running the guest (git-fixes).
  - commit 6c43180
  - btrfs: tree-checker: fix the wrong output of data backref
    objectid (git-fix).
  - commit b216859
  - btrfs: fix COW handling in run_delalloc_nocow() (git-fix).
  - commit 1ee428c
  - btrfs: avoid page_lockend underflow in
    btrfs_punch_hole_lock_range() (git-fix).
  - commit 0febf2a
  - btrfs: run btrfs_error_commit_super() early (git-fix).
  - commit 8643309
  - btrfs: tree-checker: add dev extent item checks (git-fix).
  - commit 48bfe9b
  - btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type (git-fix).
  - commit 4308950
  - btrfs: avoid using fixed char array size for tree names
    (git-fix).
  - commit f141f17
  - btrfs: tree-checker: validate dref root and objectid (git-fix).
  - commit 3243d37
  - btrfs: make btrfs_clear_delalloc_extent() free delalloc  reserve
    (git-fix).
  - commit 36065ed
  - btrfs: qgroup: correctly model root qgroup rsv in convert
    (git-fix).
  - commit 9e4469e
  - btrfs: tree-checker: add type and sequence check for inline
    backrefs (git-fix).
  - commit d1d2092
  - btrfs: scrub: put bio after errors in
    scrub_raid56_parity_stripe() (git-fix).
  - commit ee165a1

++++ kernel-rt:

  - perf script: add --addr2line option (bsc#1247509).
  - commit b555487
  - scsi: target: iscsi: Fix buffer overflow in
    lio_target_nacl_info_show() (bsc#1251786 CVE-2023-53676).
  - commit 9f54767
  - crypto: iaa - Do not clobber req->base.data (git-fixes).
  - commit 5feccb5
  - btrfs: scrub: put bio after errors in
    scrub_raid56_parity_stripe() (git-fixes).
  - commit 065dd63
  - btrfs: do not update last_log_commit when logging inode due
    to a new name (git-fixes).
  - commit c42dda1
  - KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
    (git-fixes).
  - commit 187ad0b
  - KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from
    SEV-ES guest (git-fixes).
  - commit ce2cf8f
  - KVM: x86: Add helper to retrieve current value of user return
    MSR (git-fixes).
  - commit aaea082
  - KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while
    running the guest (git-fixes).
  - commit 6c43180
  - btrfs: tree-checker: fix the wrong output of data backref
    objectid (git-fix).
  - commit b216859
  - btrfs: fix COW handling in run_delalloc_nocow() (git-fix).
  - commit 1ee428c
  - btrfs: avoid page_lockend underflow in
    btrfs_punch_hole_lock_range() (git-fix).
  - commit 0febf2a
  - btrfs: run btrfs_error_commit_super() early (git-fix).
  - commit 8643309
  - btrfs: tree-checker: add dev extent item checks (git-fix).
  - commit 48bfe9b
  - btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type (git-fix).
  - commit 4308950
  - btrfs: avoid using fixed char array size for tree names
    (git-fix).
  - commit f141f17
  - btrfs: tree-checker: validate dref root and objectid (git-fix).
  - commit 3243d37
  - btrfs: make btrfs_clear_delalloc_extent() free delalloc  reserve
    (git-fix).
  - commit 36065ed
  - btrfs: qgroup: correctly model root qgroup rsv in convert
    (git-fix).
  - commit 9e4469e
  - btrfs: tree-checker: add type and sequence check for inline
    backrefs (git-fix).
  - commit d1d2092
  - btrfs: scrub: put bio after errors in
    scrub_raid56_parity_stripe() (git-fix).
  - commit ee165a1

++++ kernel-rt_debug:

  - perf script: add --addr2line option (bsc#1247509).
  - commit b555487
  - scsi: target: iscsi: Fix buffer overflow in
    lio_target_nacl_info_show() (bsc#1251786 CVE-2023-53676).
  - commit 9f54767
  - crypto: iaa - Do not clobber req->base.data (git-fixes).
  - commit 5feccb5
  - btrfs: scrub: put bio after errors in
    scrub_raid56_parity_stripe() (git-fixes).
  - commit 065dd63
  - btrfs: do not update last_log_commit when logging inode due
    to a new name (git-fixes).
  - commit c42dda1
  - KVM: SVM: Emulate PERF_CNTR_GLOBAL_STATUS_SET for PerfMonV2
    (git-fixes).
  - commit 187ad0b
  - KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from
    SEV-ES guest (git-fixes).
  - commit ce2cf8f
  - KVM: x86: Add helper to retrieve current value of user return
    MSR (git-fixes).
  - commit aaea082
  - KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while
    running the guest (git-fixes).
  - commit 6c43180
  - btrfs: tree-checker: fix the wrong output of data backref
    objectid (git-fix).
  - commit b216859
  - btrfs: fix COW handling in run_delalloc_nocow() (git-fix).
  - commit 1ee428c
  - btrfs: avoid page_lockend underflow in
    btrfs_punch_hole_lock_range() (git-fix).
  - commit 0febf2a
  - btrfs: run btrfs_error_commit_super() early (git-fix).
  - commit 8643309
  - btrfs: tree-checker: add dev extent item checks (git-fix).
  - commit 48bfe9b
  - btrfs: tree-checker: reject BTRFS_FT_UNKNOWN dir type (git-fix).
  - commit 4308950
  - btrfs: avoid using fixed char array size for tree names
    (git-fix).
  - commit f141f17
  - btrfs: tree-checker: validate dref root and objectid (git-fix).
  - commit 3243d37
  - btrfs: make btrfs_clear_delalloc_extent() free delalloc  reserve
    (git-fix).
  - commit 36065ed
  - btrfs: qgroup: correctly model root qgroup rsv in convert
    (git-fix).
  - commit 9e4469e
  - btrfs: tree-checker: add type and sequence check for inline
    backrefs (git-fix).
  - commit d1d2092
  - btrfs: scrub: put bio after errors in
    scrub_raid56_parity_stripe() (git-fix).
  - commit ee165a1

++++ multipath-tools:

  - _service: switched to tar_scm for git LFS
  - Update to version 0.10.5+125+suse.1ed79487:
  - Fixes from upstream 0.10.5 (see also NEWS.md) (bsc#1253260)
    * Improved the communication with **udev** and **systemd** by triggering
    uevents when path devices are added to or removed from multipath maps,
    or when `multipathd reconfigure` is executed after changing blacklist
    directives in `multipath.conf`.
    * Failed paths should be checked every `polling_interval`. In certain cases,
    this wouldn't happen, because the check interval wasn't reset by multipathd.
    * It could happen that multipathd would accidentally release a SCSI persistent
    reservation held by another node. Fix it.
    * After manually failing some paths and then reinstating them, sometimes
    the reinstated paths were immediately failed again by multipathd. Fix it.
    * Various minor fixes reported by coverity.

++++ ucode-intel:

  - Intel CPU Microcode was updated to the 20251111 release (bsc#1253319)
  - Update for functional issues.
    New Platforms:
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | GNR-D          | B0/B1    | 06-ae-01/97 |          | 01000273 | Xeon 6700P-B/6500P-B Series SoC with P-Cores
    Updated Platforms:
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | ADL            | C0       | 06-97-02/07 | 0000003a | 0000003d | Core Gen12
    | ADL            | H0       | 06-97-05/07 | 0000003a | 0000003d | Core Gen12
    | ADL            | L0       | 06-9a-03/80 | 00000437 | 0000043a | Core Gen12
    | ADL            | R0       | 06-9a-04/80 | 00000437 | 0000043a | Core Gen12
    | ADL-N          | N0       | 06-be-00/19 | 0000001d | 0000001e | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
    | ARL-H          | A1       | 06-c5-02/82 | 00000119 | 0000011a | Core Ultra Processor (Series 2)
    | ARL-S/HX (8P)  | B0       | 06-c6-02/82 | 00000119 | 0000011a | Core Ultra Processor (Series 2)
    | AZB            | A0/R0    | 06-9a-04/40 | 0000000a | 0000000b | Atom C1100
    | EMR-SP         | A1       | 06-cf-02/87 | 210002b3 | 210002c0 | Xeon Scalable Gen5
    | GNR-AP/SP      | Bx/Hx/Lx | 06-ad-01/95 | 010003d0 | 010003f0 | Xeon 6900-6700/6500-Series Processors with P-Cores
    | GNR-SP R1S     | Bx/Hx/Lx | 06-ad-01/20 | 0a000100 | 0a000124 | Xeon 6700/6500-Series Processors with P-Cores
    | LNL            | B0       | 06-bd-01/80 | 00000123 | 00000125 | Core Ultra 200 V Series Processor
    | RPL-E/HX/S     | B0       | 06-b7-01/32 | 0000012f | 00000132 | Core Gen13/Gen14
    | RPL-H/P/PX 6+8 | J0       | 06-ba-02/e0 | 00004129 | 00006133 | Core Gen13
    | RPL-HX/S       | C0       | 06-bf-02/07 | 0000003a | 0000003d | Core Gen13/Gen14
    | RPL-S          | H0       | 06-bf-05/07 | 0000003a | 0000003d | Core Gen13/Gen14
    | RPL-U 2+8      | Q0       | 06-ba-03/e0 | 00004129 | 00006133 | Core Gen13
    | SPR-HBM        | Bx       | 06-8f-08/10 | 2c000401 | 2c000410 | Xeon Max
    | SPR-SP         | E4/S2    | 06-8f-07/87 | 2b000643 | 2b000650 | Xeon Scalable Gen4
    | SPR-SP         | E5/S3    | 06-8f-08/87 | 2b000643 | 2b000650 | Xeon Scalable Gen4
    | SRF-AP/SP      | C0       | 06-af-03/01 | 03000362 | 03000382 | Xeon 6900/6700-Series Processors with E-Cores
    | TWL            | N0       | 06-be-00/19 | 0000001d | 0000001e | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E

------------------------------------------------------------------
------------------  2025-11-11  -  Nov 11 2025  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Fix dependency replace -serial with -pyserial

++++ kernel-default:

  - Alt-commit updates
  - Refresh
    patches.suse/drm-amd-display-Fix-brightness-level-not-retained-ov.patch.
  - Refresh
    patches.suse/drm-amdkfd-Don-t-call-mmput-from-MMU-notifier-callba.patch.
  - Refresh
    patches.suse/drm-i915-dsi-Use-TRANS_DDI_FUNC_CTL-s-own-port-width.patch.
  - Refresh
    patches.suse/drm-panel-simple-Update-timings-for-AUO-G101EVN010.patch.
  - Refresh
    patches.suse/drm-sched-Add-locking-to-drm_sched_entity_modify_sch.patch.
  - commit 1d2b5d5
  - KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter
    APIs (git-fixes).
  - commit baa92d8
  - KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter
    (git-fixes).
  - commit 508e295
  - btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging
    new name (git-fixes).
  - commit c373962
  - btrfs: simplify error handling logic for btrfs_link()
    (git-fixes).
  - commit 5e3a1fc
  - btrfs: fix inode leak on failure to add link to inode
    (git-fixes).
  - commit 5155c3a
  - btrfs: abort transaction on failure to add link to inode
    (git-fixes).
  - commit 91c4075
  - btrfs: rename err to ret in btrfs_link() (git-fixes).
  - commit 4d5a044
  - btrfs: send: fix duplicated rmdir operations when using extrefs
    (git-fixes).
  - commit 2c08529
  - KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is
    supported (git-fixes).
  - commit 78a2926
  - KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN
    flag (git-fixes).
  - commit d3c0a38
  - KVM: x86: Convert vcpu_run()'s immediate exit param into a
    generic bitmap (git-fixes).
  - commit b58dbd2
  - Delete
    patches.kabi/KVM-x86-Snapshot-the-host-s-DEBUGCTL-in-common-x86.patch.
    Now that kabi/severities is amended to ignore
    xfer_to_guest_mode_handle_work(), drop the unneeded kABI workaround.
  - commit 27b5996

++++ kernel-rt:

  - Alt-commit updates
  - Refresh
    patches.suse/drm-amd-display-Fix-brightness-level-not-retained-ov.patch.
  - Refresh
    patches.suse/drm-amdkfd-Don-t-call-mmput-from-MMU-notifier-callba.patch.
  - Refresh
    patches.suse/drm-i915-dsi-Use-TRANS_DDI_FUNC_CTL-s-own-port-width.patch.
  - Refresh
    patches.suse/drm-panel-simple-Update-timings-for-AUO-G101EVN010.patch.
  - Refresh
    patches.suse/drm-sched-Add-locking-to-drm_sched_entity_modify_sch.patch.
  - commit 1d2b5d5
  - KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter
    APIs (git-fixes).
  - commit baa92d8
  - KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter
    (git-fixes).
  - commit 508e295
  - btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging
    new name (git-fixes).
  - commit c373962
  - btrfs: simplify error handling logic for btrfs_link()
    (git-fixes).
  - commit 5e3a1fc
  - btrfs: fix inode leak on failure to add link to inode
    (git-fixes).
  - commit 5155c3a
  - btrfs: abort transaction on failure to add link to inode
    (git-fixes).
  - commit 91c4075
  - btrfs: rename err to ret in btrfs_link() (git-fixes).
  - commit 4d5a044
  - btrfs: send: fix duplicated rmdir operations when using extrefs
    (git-fixes).
  - commit 2c08529
  - KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is
    supported (git-fixes).
  - commit 78a2926
  - KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN
    flag (git-fixes).
  - commit d3c0a38
  - KVM: x86: Convert vcpu_run()'s immediate exit param into a
    generic bitmap (git-fixes).
  - commit b58dbd2
  - Delete
    patches.kabi/KVM-x86-Snapshot-the-host-s-DEBUGCTL-in-common-x86.patch.
    Now that kabi/severities is amended to ignore
    xfer_to_guest_mode_handle_work(), drop the unneeded kABI workaround.
  - commit 27b5996

++++ kernel-rt_debug:

  - Alt-commit updates
  - Refresh
    patches.suse/drm-amd-display-Fix-brightness-level-not-retained-ov.patch.
  - Refresh
    patches.suse/drm-amdkfd-Don-t-call-mmput-from-MMU-notifier-callba.patch.
  - Refresh
    patches.suse/drm-i915-dsi-Use-TRANS_DDI_FUNC_CTL-s-own-port-width.patch.
  - Refresh
    patches.suse/drm-panel-simple-Update-timings-for-AUO-G101EVN010.patch.
  - Refresh
    patches.suse/drm-sched-Add-locking-to-drm_sched_entity_modify_sch.patch.
  - commit 1d2b5d5
  - KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter
    APIs (git-fixes).
  - commit baa92d8
  - KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter
    (git-fixes).
  - commit 508e295
  - btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging
    new name (git-fixes).
  - commit c373962
  - btrfs: simplify error handling logic for btrfs_link()
    (git-fixes).
  - commit 5e3a1fc
  - btrfs: fix inode leak on failure to add link to inode
    (git-fixes).
  - commit 5155c3a
  - btrfs: abort transaction on failure to add link to inode
    (git-fixes).
  - commit 91c4075
  - btrfs: rename err to ret in btrfs_link() (git-fixes).
  - commit 4d5a044
  - btrfs: send: fix duplicated rmdir operations when using extrefs
    (git-fixes).
  - commit 2c08529
  - KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is
    supported (git-fixes).
  - commit 78a2926
  - KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN
    flag (git-fixes).
  - commit d3c0a38
  - KVM: x86: Convert vcpu_run()'s immediate exit param into a
    generic bitmap (git-fixes).
  - commit b58dbd2
  - Delete
    patches.kabi/KVM-x86-Snapshot-the-host-s-DEBUGCTL-in-common-x86.patch.
    Now that kabi/severities is amended to ignore
    xfer_to_guest_mode_handle_work(), drop the unneeded kABI workaround.
  - commit 27b5996

------------------------------------------------------------------
------------------  2025-11-10  -  Nov 10 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - btrfs: mark dirty extent range for out of bound prealloc extents
    (git-fixes).
  - commit d11dc7c
  - btrfs: use smp_mb__after_atomic() when forcing COW in
    create_pending_snapshot() (git-fixes).
  - commit 0e43958
  - usb/core/quirks: Add Huawei ME906S to wakeup quirk (git-fixes).
  - commit add9d74
  - kABI fix for KVM: VMX: Apply MMIO Stale Data mitigation if
    KVM maps MMIO into the guest (git-fixes) (git-fixes).
  - commit 10ade44
  - pds_core: remove write-after-free of client_id (CVE-2025-37916 bsc#1243474)
  - commit 40805a0
  - coresight: Fix incorrect handling for return value of devm_kzalloc (CVE-2025-40059 bsc#1252809)
  - commit f7e7b0e
  - ocfs2: fix double free in user_cluster_connect() (CVE-2025-40055 bsc#1252821)
  - commit 9897d8a
  - pinctrl: check the return value of
    pinmux_ops::get_function_name() (CVE-2025-40030 bsc#1252773).
  - commit 060cddf
  - KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO
    into the guest (git-fixes).
  - commit 0701a3a
  - pps: fix warning in pps_register_cdev when register device fail
    (CVE-2025-40070 bsc#1252836).
  - commit 98a58ce
  - KVM: x86/mmu: Locally cache whether a PFN is host MMIO when
    making a SPTE (git-fixes).
  - commit 15e0a05
  - ALSA: hda: cs35l41: Fix NULL pointer dereference in
    cs35l41_get_acpi_mute_state() (CVE-2025-40098 bsc#1252917).
  - commit 8b9eeeb
  - rtc: rx8025: fix incorrect register reference (git-fixes).
  - drm/amd: Fix suspend failure with secure display TA (git-fixes).
  - drm/amd/display: Fix NULL deref in debugfs odm_combine_segments
    (git-fixes).
  - drm/i915: Fix conversion between clock ticks and nanoseconds
    (git-fixes).
  - drm/i915: Avoid lock inversion when pinning to GGTT on
    CHV/BXT+VTD (git-fixes).
  - drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb
    (git-fixes).
  - Documentation: ACPI: i2c-muxes: fix I2C device references
    (git-fixes).
  - ACPI: SBS: Fix present test in acpi_battery_read() (git-fixes).
  - lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround
    for GCC (git-fixes).
  - wifi: mac80211_hwsim: Limit destroy_on_close radio removal to
    netgroup (git-fixes).
  - net: usb: qmi_wwan: initialize MAC header offset in
    qmimux_rx_fixup (git-fixes).
  - isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()
    (git-fixes).
  - Bluetooth: btrtl: Fix memory leak in rtlbt_parse_firmware_v2()
    (git-fixes).
  - Bluetooth: hci_event: validate skb length for unknown CC opcode
    (git-fixes).
  - wifi: zd1211rw: fix potential memory leak in
    __zd_usb_enable_rx() (git-fixes).
  - Revert "wifi: ath10k: avoid unnecessary wait for service ready
    message" (git-fixes).
  - media: uvcvideo: Use heuristic to find stream entity
    (git-fixes).
  - xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races
    with stall event (git-fixes).
  - xhci: dbc: Avoid event polling busyloop if pending rx transfers
    are inactive (git-fixes).
  - xhci: dbc: Improve performance by removing delay in transfer
    event polling (stable-fixes).
  - xhci: dbc: Allow users to modify DbC poll interval via sysfs
    (stable-fixes).
  - xhci: dbc: poll at different rate depending on data transfer
    activity (stable-fixes).
  - commit 6309683

++++ kernel-rt:

  - btrfs: mark dirty extent range for out of bound prealloc extents
    (git-fixes).
  - commit d11dc7c
  - btrfs: use smp_mb__after_atomic() when forcing COW in
    create_pending_snapshot() (git-fixes).
  - commit 0e43958
  - usb/core/quirks: Add Huawei ME906S to wakeup quirk (git-fixes).
  - commit add9d74
  - kABI fix for KVM: VMX: Apply MMIO Stale Data mitigation if
    KVM maps MMIO into the guest (git-fixes) (git-fixes).
  - commit 10ade44
  - pds_core: remove write-after-free of client_id (CVE-2025-37916 bsc#1243474)
  - commit 40805a0
  - coresight: Fix incorrect handling for return value of devm_kzalloc (CVE-2025-40059 bsc#1252809)
  - commit f7e7b0e
  - ocfs2: fix double free in user_cluster_connect() (CVE-2025-40055 bsc#1252821)
  - commit 9897d8a
  - pinctrl: check the return value of
    pinmux_ops::get_function_name() (CVE-2025-40030 bsc#1252773).
  - commit 060cddf
  - KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO
    into the guest (git-fixes).
  - commit 0701a3a
  - pps: fix warning in pps_register_cdev when register device fail
    (CVE-2025-40070 bsc#1252836).
  - commit 98a58ce
  - KVM: x86/mmu: Locally cache whether a PFN is host MMIO when
    making a SPTE (git-fixes).
  - commit 15e0a05
  - ALSA: hda: cs35l41: Fix NULL pointer dereference in
    cs35l41_get_acpi_mute_state() (CVE-2025-40098 bsc#1252917).
  - commit 8b9eeeb
  - rtc: rx8025: fix incorrect register reference (git-fixes).
  - drm/amd: Fix suspend failure with secure display TA (git-fixes).
  - drm/amd/display: Fix NULL deref in debugfs odm_combine_segments
    (git-fixes).
  - drm/i915: Fix conversion between clock ticks and nanoseconds
    (git-fixes).
  - drm/i915: Avoid lock inversion when pinning to GGTT on
    CHV/BXT+VTD (git-fixes).
  - drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb
    (git-fixes).
  - Documentation: ACPI: i2c-muxes: fix I2C device references
    (git-fixes).
  - ACPI: SBS: Fix present test in acpi_battery_read() (git-fixes).
  - lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround
    for GCC (git-fixes).
  - wifi: mac80211_hwsim: Limit destroy_on_close radio removal to
    netgroup (git-fixes).
  - net: usb: qmi_wwan: initialize MAC header offset in
    qmimux_rx_fixup (git-fixes).
  - isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()
    (git-fixes).
  - Bluetooth: btrtl: Fix memory leak in rtlbt_parse_firmware_v2()
    (git-fixes).
  - Bluetooth: hci_event: validate skb length for unknown CC opcode
    (git-fixes).
  - wifi: zd1211rw: fix potential memory leak in
    __zd_usb_enable_rx() (git-fixes).
  - Revert "wifi: ath10k: avoid unnecessary wait for service ready
    message" (git-fixes).
  - media: uvcvideo: Use heuristic to find stream entity
    (git-fixes).
  - xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races
    with stall event (git-fixes).
  - xhci: dbc: Avoid event polling busyloop if pending rx transfers
    are inactive (git-fixes).
  - xhci: dbc: Improve performance by removing delay in transfer
    event polling (stable-fixes).
  - xhci: dbc: Allow users to modify DbC poll interval via sysfs
    (stable-fixes).
  - xhci: dbc: poll at different rate depending on data transfer
    activity (stable-fixes).
  - commit 6309683

++++ kernel-rt_debug:

  - btrfs: mark dirty extent range for out of bound prealloc extents
    (git-fixes).
  - commit d11dc7c
  - btrfs: use smp_mb__after_atomic() when forcing COW in
    create_pending_snapshot() (git-fixes).
  - commit 0e43958
  - usb/core/quirks: Add Huawei ME906S to wakeup quirk (git-fixes).
  - commit add9d74
  - kABI fix for KVM: VMX: Apply MMIO Stale Data mitigation if
    KVM maps MMIO into the guest (git-fixes) (git-fixes).
  - commit 10ade44
  - pds_core: remove write-after-free of client_id (CVE-2025-37916 bsc#1243474)
  - commit 40805a0
  - coresight: Fix incorrect handling for return value of devm_kzalloc (CVE-2025-40059 bsc#1252809)
  - commit f7e7b0e
  - ocfs2: fix double free in user_cluster_connect() (CVE-2025-40055 bsc#1252821)
  - commit 9897d8a
  - pinctrl: check the return value of
    pinmux_ops::get_function_name() (CVE-2025-40030 bsc#1252773).
  - commit 060cddf
  - KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO
    into the guest (git-fixes).
  - commit 0701a3a
  - pps: fix warning in pps_register_cdev when register device fail
    (CVE-2025-40070 bsc#1252836).
  - commit 98a58ce
  - KVM: x86/mmu: Locally cache whether a PFN is host MMIO when
    making a SPTE (git-fixes).
  - commit 15e0a05
  - ALSA: hda: cs35l41: Fix NULL pointer dereference in
    cs35l41_get_acpi_mute_state() (CVE-2025-40098 bsc#1252917).
  - commit 8b9eeeb
  - rtc: rx8025: fix incorrect register reference (git-fixes).
  - drm/amd: Fix suspend failure with secure display TA (git-fixes).
  - drm/amd/display: Fix NULL deref in debugfs odm_combine_segments
    (git-fixes).
  - drm/i915: Fix conversion between clock ticks and nanoseconds
    (git-fixes).
  - drm/i915: Avoid lock inversion when pinning to GGTT on
    CHV/BXT+VTD (git-fixes).
  - drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb
    (git-fixes).
  - Documentation: ACPI: i2c-muxes: fix I2C device references
    (git-fixes).
  - ACPI: SBS: Fix present test in acpi_battery_read() (git-fixes).
  - lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround
    for GCC (git-fixes).
  - wifi: mac80211_hwsim: Limit destroy_on_close radio removal to
    netgroup (git-fixes).
  - net: usb: qmi_wwan: initialize MAC header offset in
    qmimux_rx_fixup (git-fixes).
  - isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()
    (git-fixes).
  - Bluetooth: btrtl: Fix memory leak in rtlbt_parse_firmware_v2()
    (git-fixes).
  - Bluetooth: hci_event: validate skb length for unknown CC opcode
    (git-fixes).
  - wifi: zd1211rw: fix potential memory leak in
    __zd_usb_enable_rx() (git-fixes).
  - Revert "wifi: ath10k: avoid unnecessary wait for service ready
    message" (git-fixes).
  - media: uvcvideo: Use heuristic to find stream entity
    (git-fixes).
  - xhci: dbc: fix bogus 1024 byte prefix if ttyDBC read races
    with stall event (git-fixes).
  - xhci: dbc: Avoid event polling busyloop if pending rx transfers
    are inactive (git-fixes).
  - xhci: dbc: Improve performance by removing delay in transfer
    event polling (stable-fixes).
  - xhci: dbc: Allow users to modify DbC poll interval via sysfs
    (stable-fixes).
  - xhci: dbc: poll at different rate depending on data transfer
    activity (stable-fixes).
  - commit 6309683

------------------------------------------------------------------
------------------  2025-11-9  -  Nov 9 2025  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.29. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.29>
    * CVE-2024-25621 bsc#1253126
    * CVE-2025-64329 bsc#1253132
  - Rebase patches:
    * 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

------------------------------------------------------------------
------------------  2025-11-7  -  Nov 7 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - x86/CPU/AMD: Do the common init on future Zens too (git-fixes).
  - Refresh patches.suse/x86-CPU-AMD-Add-RDSEED-fix-for-Zen5.patch.
  - Refresh patches.suse/x86-CPU-AMD-Clear-virtualized-VMLOAD-VMSAVE-on-Zen4-client.
  - commit d7ef23e
  - x86/CPU/AMD: Add RDSEED fix for Zen5 (git-fixes).
  - commit 85fd0b8
  - fs/smb: Fix inconsistent refcnt update (bsc#1250176,
    CVE-2025-39819).
  - commit 966a58e
  - kabi/severities: drop xfer_to_guest_mode_handle_work
    This is part of KVM, and it is already ignored in SL-16.0. The function
    only takes a pointer to a KVM struct and feeds it back to the KVM
    subsystem.
  - commit dc5bb81
  - net/9p: fix double req put in p9_fd_cancelled (CVE-2025-40027
    bsc#1252763).
  - commit bff03bd
  - KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't
    valid (CVE-2025-40038 bsc#1252817).
  - commit d00fe85
  - tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails
    to allocate psock->cork (bsc#1250705).
  - commit fd68ed6

++++ kernel-rt:

  - x86/CPU/AMD: Do the common init on future Zens too (git-fixes).
  - Refresh patches.suse/x86-CPU-AMD-Add-RDSEED-fix-for-Zen5.patch.
  - Refresh patches.suse/x86-CPU-AMD-Clear-virtualized-VMLOAD-VMSAVE-on-Zen4-client.
  - commit d7ef23e
  - x86/CPU/AMD: Add RDSEED fix for Zen5 (git-fixes).
  - commit 85fd0b8
  - fs/smb: Fix inconsistent refcnt update (bsc#1250176,
    CVE-2025-39819).
  - commit 966a58e
  - kabi/severities: drop xfer_to_guest_mode_handle_work
    This is part of KVM, and it is already ignored in SL-16.0. The function
    only takes a pointer to a KVM struct and feeds it back to the KVM
    subsystem.
  - commit dc5bb81
  - net/9p: fix double req put in p9_fd_cancelled (CVE-2025-40027
    bsc#1252763).
  - commit bff03bd
  - KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't
    valid (CVE-2025-40038 bsc#1252817).
  - commit d00fe85
  - tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails
    to allocate psock->cork (bsc#1250705).
  - commit fd68ed6

++++ kernel-rt_debug:

  - x86/CPU/AMD: Do the common init on future Zens too (git-fixes).
  - Refresh patches.suse/x86-CPU-AMD-Add-RDSEED-fix-for-Zen5.patch.
  - Refresh patches.suse/x86-CPU-AMD-Clear-virtualized-VMLOAD-VMSAVE-on-Zen4-client.
  - commit d7ef23e
  - x86/CPU/AMD: Add RDSEED fix for Zen5 (git-fixes).
  - commit 85fd0b8
  - fs/smb: Fix inconsistent refcnt update (bsc#1250176,
    CVE-2025-39819).
  - commit 966a58e
  - kabi/severities: drop xfer_to_guest_mode_handle_work
    This is part of KVM, and it is already ignored in SL-16.0. The function
    only takes a pointer to a KVM struct and feeds it back to the KVM
    subsystem.
  - commit dc5bb81
  - net/9p: fix double req put in p9_fd_cancelled (CVE-2025-40027
    bsc#1252763).
  - commit bff03bd
  - KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't
    valid (CVE-2025-40038 bsc#1252817).
  - commit d00fe85
  - tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails
    to allocate psock->cork (bsc#1250705).
  - commit fd68ed6

++++ openssh:

  - Add openssh-cve-2025-61984-username-validation.patch
    (bsc#1251198, CVE-2025-61984).
  - Add openssh-cve-2025-61985-nul-url-encode.patch
    (bsc#1251199, CVE-2025-61985).

++++ opensuse-migration-tool:

  - Drop accidentally created submodule
    * Add opensuse-migration-tool to .gitignore

------------------------------------------------------------------
------------------  2025-11-6  -  Nov 6 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: libfc: Prevent integer overflow in fc_fcp_recv_data()
    (git-fixes).
  - scsi: mpt3sas: Fix crash in transport port remove by using
    ioc_info() (git-fixes).
  - scsi: hpsa: Fix potential memory leak in
    hpsa_big_passthru_ioctl() (git-fixes).
  - scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmod
    (git-fixes).
  - md: fix mssing blktrace bio split events (git-fixes).
  - md/raid1: fix data lost for writemostly rdev (git-fixes).
  - scsi: core: sysfs: Correct sysfs attributes access rights
    (git-fixes).
  - block: fix kobject double initialization in add_disk
    (git-fixes).
  - block: avoid possible overflow for chunk_sectors check in
    blk_stack_limits() (git-fixes).
  - scsi: Fix sas_user_scan() to handle wildcard and multi-channel
    scans (git-fixes).
  - scsi: aacraid: Stop using PCI_IRQ_AFFINITY (git-fixes).
  - commit 59aa14f
  - nexthop: Forbid FDB status change while nexthop is in a group
    (CVE-2025-39980 bsc#1252063).
  - commit 44a7e79
  - mm/ksm: fix flag-dropping behavior in ksm_madvise
    (CVE-2025-40040 bsc#1252780).
  - commit ff8401e
  - serial: 8250_mtk: Enable baud clock and manage in runtime PM
    (git-fixes).
  - serial: 8250_exar: add support for Advantech 2 port card with
    Device ID 0x0018 (git-fixes).
  - PCI: j721e: Fix incorrect error message in probe() (git-fixes).
  - PCI: tegra194: Reset BARs when running in PCIe endpoint mode
    (git-fixes).
  - commit c2ea229
  - media: atomisp: Prefix firmware paths with "intel/ipu/"
    (bsc#1252973).
  - media: atomisp: Remove firmware_name module parameter
    (bsc#1252973).
  - commit 903670f

++++ kernel-rt:

  - scsi: libfc: Prevent integer overflow in fc_fcp_recv_data()
    (git-fixes).
  - scsi: mpt3sas: Fix crash in transport port remove by using
    ioc_info() (git-fixes).
  - scsi: hpsa: Fix potential memory leak in
    hpsa_big_passthru_ioctl() (git-fixes).
  - scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmod
    (git-fixes).
  - md: fix mssing blktrace bio split events (git-fixes).
  - md/raid1: fix data lost for writemostly rdev (git-fixes).
  - scsi: core: sysfs: Correct sysfs attributes access rights
    (git-fixes).
  - block: fix kobject double initialization in add_disk
    (git-fixes).
  - block: avoid possible overflow for chunk_sectors check in
    blk_stack_limits() (git-fixes).
  - scsi: Fix sas_user_scan() to handle wildcard and multi-channel
    scans (git-fixes).
  - scsi: aacraid: Stop using PCI_IRQ_AFFINITY (git-fixes).
  - commit 59aa14f
  - nexthop: Forbid FDB status change while nexthop is in a group
    (CVE-2025-39980 bsc#1252063).
  - commit 44a7e79
  - mm/ksm: fix flag-dropping behavior in ksm_madvise
    (CVE-2025-40040 bsc#1252780).
  - commit ff8401e
  - serial: 8250_mtk: Enable baud clock and manage in runtime PM
    (git-fixes).
  - serial: 8250_exar: add support for Advantech 2 port card with
    Device ID 0x0018 (git-fixes).
  - PCI: j721e: Fix incorrect error message in probe() (git-fixes).
  - PCI: tegra194: Reset BARs when running in PCIe endpoint mode
    (git-fixes).
  - commit c2ea229
  - media: atomisp: Prefix firmware paths with "intel/ipu/"
    (bsc#1252973).
  - media: atomisp: Remove firmware_name module parameter
    (bsc#1252973).
  - commit 903670f

++++ kernel-rt_debug:

  - scsi: libfc: Prevent integer overflow in fc_fcp_recv_data()
    (git-fixes).
  - scsi: mpt3sas: Fix crash in transport port remove by using
    ioc_info() (git-fixes).
  - scsi: hpsa: Fix potential memory leak in
    hpsa_big_passthru_ioctl() (git-fixes).
  - scsi: pm80xx: Fix array-index-out-of-of-bounds on rmmod
    (git-fixes).
  - md: fix mssing blktrace bio split events (git-fixes).
  - md/raid1: fix data lost for writemostly rdev (git-fixes).
  - scsi: core: sysfs: Correct sysfs attributes access rights
    (git-fixes).
  - block: fix kobject double initialization in add_disk
    (git-fixes).
  - block: avoid possible overflow for chunk_sectors check in
    blk_stack_limits() (git-fixes).
  - scsi: Fix sas_user_scan() to handle wildcard and multi-channel
    scans (git-fixes).
  - scsi: aacraid: Stop using PCI_IRQ_AFFINITY (git-fixes).
  - commit 59aa14f
  - nexthop: Forbid FDB status change while nexthop is in a group
    (CVE-2025-39980 bsc#1252063).
  - commit 44a7e79
  - mm/ksm: fix flag-dropping behavior in ksm_madvise
    (CVE-2025-40040 bsc#1252780).
  - commit ff8401e
  - serial: 8250_mtk: Enable baud clock and manage in runtime PM
    (git-fixes).
  - serial: 8250_exar: add support for Advantech 2 port card with
    Device ID 0x0018 (git-fixes).
  - PCI: j721e: Fix incorrect error message in probe() (git-fixes).
  - PCI: tegra194: Reset BARs when running in PCIe endpoint mode
    (git-fixes).
  - commit c2ea229
  - media: atomisp: Prefix firmware paths with "intel/ipu/"
    (bsc#1252973).
  - media: atomisp: Remove firmware_name module parameter
    (bsc#1252973).
  - commit 903670f

------------------------------------------------------------------
------------------  2025-11-5  -  Nov 5 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - selftests/bpf: Fix string read in strncmp benchmark (git-fixes).
  - commit 0165696
  - selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete
    failure (git-fixes).
  - commit 2116607
  - selftests/bpf: fix signedness bug in redir_partial()
    (git-fixes).
  - commit b261c17
  - nbd: restrict sockets to TCP and UDP (bsc#1252774
    CVE-2025-40080).
  - commit a7c3e39
  - KVM: SVM: Delete IRTE link from previous vCPU irrespective of
    new routing (git-fixes).
  - commit 6f9b1c9
  - KVM: SVM: Delete IRTE link from previous vCPU before setting
    new IRTE (git-fixes).
  - commit b83e48d
  - KVM: SVM: WARN if an invalid posted interrupt IRTE entry is
    added (git-fixes).
  - commit 2982d0e
  - iommu/amd: Return an error if vCPU affinity is set for non-vCPU
    IRTE (git-fixes).
  - commit 5cc1fcc
  - KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
    (git-fixes).
  - commit 9e70f85
  - KVM: Pass new routing entries and irqfd when updating IRTEs
    (git-fixes).
  - commit 2630cbd
  - Refresh
    patches.suse/Revert-KVM-VMX-Move-LOAD_IA32_PERF_GLOBAL_CTRL-errat.patch.
    Fix whitespace (patch was using spaces).
  - commit 04dc661
  - kernel-subpackage-spec: Do not doubly-sign modules (bsc#1251930).
  - commit 0f034b6
  - RDMA/bnxt_re: Don't fail destroy QP and cleanup debugfs earlier (git-fixes)
  - commit c7164d9
  - RDMA/hns: Fix wrong WQE data when QP wraps around (git-fixes)
  - commit ff60916
  - RDMA/hns: Fix the modification of max_send_sge (git-fixes)
  - commit e73e586
  - RDMA/hns: Fix recv CQ and QP cache affinity (git-fixes)
  - commit 80efef8
  - RDMA/irdma: Set irdma_cq cq_num field during CQ create (git-fixes)
  - commit 8445b54
  - RDMA/irdma: Fix SD index calculation (git-fixes)
  - commit 05d9bdd
  - RDMA/bnxt_re: Fix a potential memory leak in destroy_gsi_sqp (git-fixes)
  - commit 3c9a931

++++ kernel-rt:

  - selftests/bpf: Fix string read in strncmp benchmark (git-fixes).
  - commit 0165696
  - selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete
    failure (git-fixes).
  - commit 2116607
  - selftests/bpf: fix signedness bug in redir_partial()
    (git-fixes).
  - commit b261c17
  - nbd: restrict sockets to TCP and UDP (bsc#1252774
    CVE-2025-40080).
  - commit a7c3e39
  - KVM: SVM: Delete IRTE link from previous vCPU irrespective of
    new routing (git-fixes).
  - commit 6f9b1c9
  - KVM: SVM: Delete IRTE link from previous vCPU before setting
    new IRTE (git-fixes).
  - commit b83e48d
  - KVM: SVM: WARN if an invalid posted interrupt IRTE entry is
    added (git-fixes).
  - commit 2982d0e
  - iommu/amd: Return an error if vCPU affinity is set for non-vCPU
    IRTE (git-fixes).
  - commit 5cc1fcc
  - KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
    (git-fixes).
  - commit 9e70f85
  - KVM: Pass new routing entries and irqfd when updating IRTEs
    (git-fixes).
  - commit 2630cbd
  - Refresh
    patches.suse/Revert-KVM-VMX-Move-LOAD_IA32_PERF_GLOBAL_CTRL-errat.patch.
    Fix whitespace (patch was using spaces).
  - commit 04dc661
  - kernel-subpackage-spec: Do not doubly-sign modules (bsc#1251930).
  - commit 0f034b6
  - RDMA/bnxt_re: Don't fail destroy QP and cleanup debugfs earlier (git-fixes)
  - commit c7164d9
  - RDMA/hns: Fix wrong WQE data when QP wraps around (git-fixes)
  - commit ff60916
  - RDMA/hns: Fix the modification of max_send_sge (git-fixes)
  - commit e73e586
  - RDMA/hns: Fix recv CQ and QP cache affinity (git-fixes)
  - commit 80efef8
  - RDMA/irdma: Set irdma_cq cq_num field during CQ create (git-fixes)
  - commit 8445b54
  - RDMA/irdma: Fix SD index calculation (git-fixes)
  - commit 05d9bdd
  - RDMA/bnxt_re: Fix a potential memory leak in destroy_gsi_sqp (git-fixes)
  - commit 3c9a931

++++ kernel-rt_debug:

  - selftests/bpf: Fix string read in strncmp benchmark (git-fixes).
  - commit 0165696
  - selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete
    failure (git-fixes).
  - commit 2116607
  - selftests/bpf: fix signedness bug in redir_partial()
    (git-fixes).
  - commit b261c17
  - nbd: restrict sockets to TCP and UDP (bsc#1252774
    CVE-2025-40080).
  - commit a7c3e39
  - KVM: SVM: Delete IRTE link from previous vCPU irrespective of
    new routing (git-fixes).
  - commit 6f9b1c9
  - KVM: SVM: Delete IRTE link from previous vCPU before setting
    new IRTE (git-fixes).
  - commit b83e48d
  - KVM: SVM: WARN if an invalid posted interrupt IRTE entry is
    added (git-fixes).
  - commit 2982d0e
  - iommu/amd: Return an error if vCPU affinity is set for non-vCPU
    IRTE (git-fixes).
  - commit 5cc1fcc
  - KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
    (git-fixes).
  - commit 9e70f85
  - KVM: Pass new routing entries and irqfd when updating IRTEs
    (git-fixes).
  - commit 2630cbd
  - Refresh
    patches.suse/Revert-KVM-VMX-Move-LOAD_IA32_PERF_GLOBAL_CTRL-errat.patch.
    Fix whitespace (patch was using spaces).
  - commit 04dc661
  - kernel-subpackage-spec: Do not doubly-sign modules (bsc#1251930).
  - commit 0f034b6
  - RDMA/bnxt_re: Don't fail destroy QP and cleanup debugfs earlier (git-fixes)
  - commit c7164d9
  - RDMA/hns: Fix wrong WQE data when QP wraps around (git-fixes)
  - commit ff60916
  - RDMA/hns: Fix the modification of max_send_sge (git-fixes)
  - commit e73e586
  - RDMA/hns: Fix recv CQ and QP cache affinity (git-fixes)
  - commit 80efef8
  - RDMA/irdma: Set irdma_cq cq_num field during CQ create (git-fixes)
  - commit 8445b54
  - RDMA/irdma: Fix SD index calculation (git-fixes)
  - commit 05d9bdd
  - RDMA/bnxt_re: Fix a potential memory leak in destroy_gsi_sqp (git-fixes)
  - commit 3c9a931

++++ runc:

  - Update to runc v1.3.3. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.3.3>. bsc#1252232
    * CVE-2025-31133
    * CVE-2025-52565
    * CVE-2025-52881
  - Remove upstreamed patches for bsc#1252232:
  - 2025-11-05-CVEs.patch

------------------------------------------------------------------
------------------  2025-11-4  -  Nov 4 2025  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.641.g906a3d31:
    * fix(kernel-modules-extra): remove stray \ before / (bsc#1253029)

++++ kernel-default:

  - Delete
    patches.kabi/KVM-x86-pmu-Allow-programming-events-that-match-unsu.patch.
    This avoids a kbuild error in check-patchrv. This patch is not needed
    anyway since 4f5efb71e1f4.
  - commit 624b1b2
  - vhost: vringh: Modify the return value check (CVE-2025-40051
    bsc#1252858).
  - commit 80d9f20
  - btrfs: fix the incorrect max_bytes value for
    find_lock_delalloc_range() (git-fixes).
  - commit 91a9728

++++ kernel-rt:

  - Delete
    patches.kabi/KVM-x86-pmu-Allow-programming-events-that-match-unsu.patch.
    This avoids a kbuild error in check-patchrv. This patch is not needed
    anyway since 4f5efb71e1f4.
  - commit 624b1b2
  - vhost: vringh: Modify the return value check (CVE-2025-40051
    bsc#1252858).
  - commit 80d9f20
  - btrfs: fix the incorrect max_bytes value for
    find_lock_delalloc_range() (git-fixes).
  - commit 91a9728

++++ kernel-rt_debug:

  - Delete
    patches.kabi/KVM-x86-pmu-Allow-programming-events-that-match-unsu.patch.
    This avoids a kbuild error in check-patchrv. This patch is not needed
    anyway since 4f5efb71e1f4.
  - commit 624b1b2
  - vhost: vringh: Modify the return value check (CVE-2025-40051
    bsc#1252858).
  - commit 80d9f20
  - btrfs: fix the incorrect max_bytes value for
    find_lock_delalloc_range() (git-fixes).
  - commit 91a9728

++++ nvidia-open-driver-G06-signed:

  - back to 580.95.05 on aarch64, since userspace drivers have not
    been updated for this platform

------------------------------------------------------------------
------------------  2025-11-3  -  Nov 3 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: x86: Introduce kvm_x86_call() to simplify static calls
    of kvm_x86_ops (git-fixes).
  - Refresh
    patches.suse/KVM-x86-Don-t-inject-PV-async-PF-if-SEND_ALWAYS-0-an.patch.
  - Refresh
    patches.suse/KVM-x86-Exit-to-userspace-if-fastpath-triggers-one-o.patch.
  - Refresh patches.suse/KVM-x86-Introduce-kvm_set_mp_state.patch.
  - Refresh
    patches.suse/KVM-x86-Route-non-canonical-checks-in-emulator-throu.patch.
  - Refresh
    patches.suse/KVM-x86-model-canonical-checks-more-precisely.patch.
  - commit 3454959
  - KVM: x86: Replace static_call_cond() with static_call()
    (git-fixes).
  - commit 6bb685c
  - Update
    patches.suse/ACPI-x86-s2idle-Catch-multiple-ACPI_TYPE_PACKAGE-obj.patch
    (git-fixes CVE-2023-53708 bsc#1252537).
  - Update
    patches.suse/ALSA-usb-audio-Fix-NULL-pointer-deference-in-try_to_.patch
    (git-fixes CVE-2025-40085 bsc#1252873).
  - Update
    patches.suse/ALSA-usb-audio-fix-race-condition-to-UAF-in-snd_usbm.patch
    (git-fixes CVE-2025-39997 bsc#1252056).
  - Update
    patches.suse/ASoC-qcom-audioreach-fix-potential-null-pointer-dere.patch
    (git-fixes CVE-2025-40013 bsc#1252348).
  - Update patches.suse/Bluetooth-MGMT-Fix-possible-UAFs.patch
    (git-fixes CVE-2025-39981 bsc#1252060).
  - Update
    patches.suse/Bluetooth-hci_event-Fix-UAF-in-hci_acl_create_conn_s.patch
    (git-fixes CVE-2025-39982 bsc#1252083).
  - Update
    patches.suse/HID-amd_sfh-Fix-for-shift-out-of-bounds.patch
    (bsc#1012628 CVE-2023-53703 bsc#1252553).
  - Update
    patches.suse/Input-uinput-zero-initialize-uinput_ff_upload_compat.patch
    (git-fixes CVE-2025-40035 bsc#1252866).
  - Update patches.suse/NFS-Fix-a-potential-data-corruption.patch
    (git-fixes CVE-2023-53711 bsc#1252536).
  - Update
    patches.suse/NFSD-Define-a-proc_layoutcommit-for-the-FlexFiles-layout-type.patch
    (git-fixes CVE-2025-40087 bsc#1252909).
  - Update
    patches.suse/PCI-endpoint-pci-epf-test-Add-NULL-check-for-DMA-cha.patch
    (git-fixes CVE-2025-40032 bsc#1252841).
  - Update
    patches.suse/RDMA-rxe-Fix-race-in-do_task-when-draining.patch
    (git-fixes CVE-2025-40061 bsc#1252849).
  - Update
    patches.suse/Squashfs-fix-uninit-value-in-squashfs_get_parent.patch
    (git-fixes CVE-2025-40049 bsc#1252822).
  - Update
    patches.suse/USB-gadget-Fix-the-memory-leak-in-raw_gadget-dr.patch
    (bsc#1012628 CVE-2023-53693 bsc#1252489).
  - Update
    patches.suse/afs-Fix-potential-null-pointer-dereference-in-afs_put_server.patch
    (git-fixes CVE-2025-40010 bsc#1252332).
  - Update
    patches.suse/arm64-csum-Fix-OoB-access-in-IP-checksum-code-for-ne.patch
    (git-fixes CVE-2023-53726 bsc#1252565).
  - Update
    patches.suse/arm64-sme-Use-STR-P-to-clear-FFR-context-field-.patch
    (bsc#1012628 CVE-2023-53713 bsc#1252559).
  - Update
    patches.suse/blk-iocost-use-spin_lock_irqsave-in-adjust_inus.patch
    (bsc#1012628 CVE-2023-53730 bsc#1252495).
  - Update
    patches.suse/bus-fsl-mc-Check-return-value-of-platform_get_resour.patch
    (git-fixes CVE-2025-40029 bsc#1252772).
  - Update
    patches.suse/can-etas_es58x-populate-ndo_change_mtu-to-prevent-bu.patch
    (git-fixes CVE-2025-39988 bsc#1252074).
  - Update
    patches.suse/can-hi311x-populate-ndo_change_mtu-to-prevent-buffer.patch
    (git-fixes CVE-2025-39987 bsc#1252079).
  - Update
    patches.suse/can-mcba_usb-populate-ndo_change_mtu-to-prevent-buff.patch
    (git-fixes CVE-2025-39985 bsc#1252082).
  - Update
    patches.suse/can-peak_usb-fix-shift-out-of-bounds-issue.patch
    (git-fixes CVE-2025-40020 bsc#1252679).
  - Update
    patches.suse/can-sun4i_can-populate-ndo_change_mtu-to-prevent-buf.patch
    (git-fixes CVE-2025-39986 bsc#1252078).
  - Update
    patches.suse/clk-imx-clk-imx8mp-improve-error-handling-in-im.patch
    (bsc#1012628 CVE-2023-53704 bsc#1252490).
  - Update
    patches.suse/clocksource-drivers-cadence-ttc-Fix-memory-leak.patch
    (bsc#1012628 CVE-2023-53725 bsc#1252492).
  - Update
    patches.suse/crypto-essiv-Check-ssize-for-decryption-and-in-place.patch
    (git-fixes CVE-2025-40019 bsc#1252678).
  - Update
    patches.suse/crypto-hisilicon-qm-set-NULL-to-qm-debug.qm_diff_reg.patch
    (git-fixes CVE-2025-40062 bsc#1252850).
  - Update
    patches.suse/drm-amdgpu-Fix-integer-overflow-in-amdgpu_cs_p.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53707
    bsc#1252632).
  - Update
    patches.suse/drm-gma500-Fix-null-dereference-in-hdmi-teardown.patch
    (git-fixes CVE-2025-40011 bsc#1252336).
  - Update
    patches.suse/drm-sched-Fix-potential-double-free-in-drm_sched_job.patch
    (git-fixes CVE-2025-40096 bsc#1252902).
  - Update
    patches.suse/fbcon-fix-integer-overflow-in-fbcon_do_set_font.patch
    (git-fixes CVE-2025-39967 bsc#1252033).
  - Update
    patches.suse/fs-udf-fix-OOB-read-in-lengthAllocDescs-handling.patch
    (git-fixes CVE-2025-40044 bsc#1252785).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-read-in-hfsplus_strcasecmp.patch
    (git-fixes CVE-2025-40088 bsc#1252904).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-read-in-hfsplus_uni2asc_followup.patch
    (git-fixes CVE-2025-40082 bsc#1252775).
  - Update
    patches.suse/iommu-vt-d-Disallow-dirty-tracking-if-incoherent-pag.patch
    (git-fixes CVE-2025-40058 bsc#1252854).
  - Update
    patches.suse/md-raid1-fix-potential-OOB-in-raid1_remove_disk-8b04.patch
    (jsc#PED-7542 CVE-2023-53722 bsc#1252499).
  - Update
    patches.suse/media-b2c2-Fix-use-after-free-causing-by-irq_check_w.patch
    (git-fixes CVE-2025-39996 bsc#1252065).
  - Update
    patches.suse/media-i2c-tc358743-Fix-use-after-free-bugs-caused-by.patch
    (git-fixes CVE-2025-39995 bsc#1252064).
  - Update
    patches.suse/media-rc-fix-races-with-imon_disconnect.patch
    (git-fixes CVE-2025-39993 bsc#1252070).
  - Update
    patches.suse/media-tuner-xc5000-Fix-use-after-free-in-xc5000_rele.patch
    (git-fixes CVE-2025-39994 bsc#1252072).
  - Update
    patches.suse/media-uvcvideo-Mark-invalid-entities-with-id-UVC_INV.patch
    (git-fixes CVE-2025-40016 bsc#1252346).
  - Update
    patches.suse/misc-fastrpc-fix-possible-map-leak-in-fastrpc_put_ar.patch
    (git-fixes CVE-2025-40036 bsc#1252865).
  - Update
    patches.suse/net-nfc-nci-Add-parameter-validation-for-packet-data.patch
    (git-fixes CVE-2025-40043 bsc#1252787).
  - Update
    patches.suse/net-sched-cls_u32-Undo-tcf_bind_filter-if-u32_r.patch
    (bsc#1012628 CVE-2023-53733 bsc#1252685).
  - Update
    patches.suse/net-sched-fq_pie-avoid-stalls-in-fq_pie_timer.patch
    (bsc#1220419 CVE-2023-53727 bsc#1252566).
  - Update
    patches.suse/netlink-fix-potential-deadlock-in-netlink_set_e.patch
    (bsc#1012628 CVE-2023-53731 bsc#1252481).
  - Update
    patches.suse/nvdimm-Fix-memleak-of-pmu-attr_groups-in-unregister_-85ae.patch
    (jsc#PED-5853 CVE-2023-53697 bsc#1252534).
  - Update
    patches.suse/posix-timers-Ensure-timer-ID-search-loop-limit-.patch
    (bsc#1012628 CVE-2023-53728 bsc#1252668).
  - Update
    patches.suse/ring-buffer-Do-not-swap-cpu_buffer-during-resi.patch
    (bsc#1012628 CVE-2023-53718 bsc#1252564).
  - Update
    patches.suse/riscv-move-memblock_allow_resize-after-linear-m.patch
    (bsc#1012628 CVE-2023-53699 bsc#1252550).
  - Update
    patches.suse/smb-client-fix-crypto-buffers-in-non-linear-memory.patch
    (bsc#1250491 boo#1239206 CVE-2025-40052 bsc#1252851).
  - Update
    patches.suse/soc-qcom-qmi_encdec-Restrict-string-length-in-decode.patch
    (git-fixes CVE-2023-53729 bsc#1252496).
  - Update
    patches.suse/tty-n_gsm-Don-t-block-input-queue-by-waiting-MSC.patch
    (git-fixes CVE-2025-40071 bsc#1252797).
  - Update
    patches.suse/wifi-ath11k-fix-NULL-dereference-in-ath11k_qmi_m3_lo.patch
    (git-fixes CVE-2025-39991 bsc#1252075).
  - Update
    patches.suse/wifi-ath12k-Fix-a-NULL-pointer-dereference-in-ath12k.patch
    (git-fixes CVE-2023-53721 bsc#1252561).
  - Update
    patches.suse/xfrm-xfrm_alloc_spi-shouldn-t-use-0-as-SPI.patch
    (CVE-2025-39797 bsc#1249608 CVE-2025-39965 bsc#1251967).
  - Update
    patches.suse/xsk-fix-refcount-underflow-in-error-path.patch
    (bsc#1012628 CVE-2023-53698 bsc#1252479).
  - commit 9042362
  - coresight: trbe: Return NULL pointer for allocation failures
    (CVE-2025-40060 bsc#1252848).
  - commit 4543e34

++++ kernel-rt:

  - KVM: x86: Introduce kvm_x86_call() to simplify static calls
    of kvm_x86_ops (git-fixes).
  - Refresh
    patches.suse/KVM-x86-Don-t-inject-PV-async-PF-if-SEND_ALWAYS-0-an.patch.
  - Refresh
    patches.suse/KVM-x86-Exit-to-userspace-if-fastpath-triggers-one-o.patch.
  - Refresh patches.suse/KVM-x86-Introduce-kvm_set_mp_state.patch.
  - Refresh
    patches.suse/KVM-x86-Route-non-canonical-checks-in-emulator-throu.patch.
  - Refresh
    patches.suse/KVM-x86-model-canonical-checks-more-precisely.patch.
  - commit 3454959
  - KVM: x86: Replace static_call_cond() with static_call()
    (git-fixes).
  - commit 6bb685c
  - Update
    patches.suse/ACPI-x86-s2idle-Catch-multiple-ACPI_TYPE_PACKAGE-obj.patch
    (git-fixes CVE-2023-53708 bsc#1252537).
  - Update
    patches.suse/ALSA-usb-audio-Fix-NULL-pointer-deference-in-try_to_.patch
    (git-fixes CVE-2025-40085 bsc#1252873).
  - Update
    patches.suse/ALSA-usb-audio-fix-race-condition-to-UAF-in-snd_usbm.patch
    (git-fixes CVE-2025-39997 bsc#1252056).
  - Update
    patches.suse/ASoC-qcom-audioreach-fix-potential-null-pointer-dere.patch
    (git-fixes CVE-2025-40013 bsc#1252348).
  - Update patches.suse/Bluetooth-MGMT-Fix-possible-UAFs.patch
    (git-fixes CVE-2025-39981 bsc#1252060).
  - Update
    patches.suse/Bluetooth-hci_event-Fix-UAF-in-hci_acl_create_conn_s.patch
    (git-fixes CVE-2025-39982 bsc#1252083).
  - Update
    patches.suse/HID-amd_sfh-Fix-for-shift-out-of-bounds.patch
    (bsc#1012628 CVE-2023-53703 bsc#1252553).
  - Update
    patches.suse/Input-uinput-zero-initialize-uinput_ff_upload_compat.patch
    (git-fixes CVE-2025-40035 bsc#1252866).
  - Update patches.suse/NFS-Fix-a-potential-data-corruption.patch
    (git-fixes CVE-2023-53711 bsc#1252536).
  - Update
    patches.suse/NFSD-Define-a-proc_layoutcommit-for-the-FlexFiles-layout-type.patch
    (git-fixes CVE-2025-40087 bsc#1252909).
  - Update
    patches.suse/PCI-endpoint-pci-epf-test-Add-NULL-check-for-DMA-cha.patch
    (git-fixes CVE-2025-40032 bsc#1252841).
  - Update
    patches.suse/RDMA-rxe-Fix-race-in-do_task-when-draining.patch
    (git-fixes CVE-2025-40061 bsc#1252849).
  - Update
    patches.suse/Squashfs-fix-uninit-value-in-squashfs_get_parent.patch
    (git-fixes CVE-2025-40049 bsc#1252822).
  - Update
    patches.suse/USB-gadget-Fix-the-memory-leak-in-raw_gadget-dr.patch
    (bsc#1012628 CVE-2023-53693 bsc#1252489).
  - Update
    patches.suse/afs-Fix-potential-null-pointer-dereference-in-afs_put_server.patch
    (git-fixes CVE-2025-40010 bsc#1252332).
  - Update
    patches.suse/arm64-csum-Fix-OoB-access-in-IP-checksum-code-for-ne.patch
    (git-fixes CVE-2023-53726 bsc#1252565).
  - Update
    patches.suse/arm64-sme-Use-STR-P-to-clear-FFR-context-field-.patch
    (bsc#1012628 CVE-2023-53713 bsc#1252559).
  - Update
    patches.suse/blk-iocost-use-spin_lock_irqsave-in-adjust_inus.patch
    (bsc#1012628 CVE-2023-53730 bsc#1252495).
  - Update
    patches.suse/bus-fsl-mc-Check-return-value-of-platform_get_resour.patch
    (git-fixes CVE-2025-40029 bsc#1252772).
  - Update
    patches.suse/can-etas_es58x-populate-ndo_change_mtu-to-prevent-bu.patch
    (git-fixes CVE-2025-39988 bsc#1252074).
  - Update
    patches.suse/can-hi311x-populate-ndo_change_mtu-to-prevent-buffer.patch
    (git-fixes CVE-2025-39987 bsc#1252079).
  - Update
    patches.suse/can-mcba_usb-populate-ndo_change_mtu-to-prevent-buff.patch
    (git-fixes CVE-2025-39985 bsc#1252082).
  - Update
    patches.suse/can-peak_usb-fix-shift-out-of-bounds-issue.patch
    (git-fixes CVE-2025-40020 bsc#1252679).
  - Update
    patches.suse/can-sun4i_can-populate-ndo_change_mtu-to-prevent-buf.patch
    (git-fixes CVE-2025-39986 bsc#1252078).
  - Update
    patches.suse/clk-imx-clk-imx8mp-improve-error-handling-in-im.patch
    (bsc#1012628 CVE-2023-53704 bsc#1252490).
  - Update
    patches.suse/clocksource-drivers-cadence-ttc-Fix-memory-leak.patch
    (bsc#1012628 CVE-2023-53725 bsc#1252492).
  - Update
    patches.suse/crypto-essiv-Check-ssize-for-decryption-and-in-place.patch
    (git-fixes CVE-2025-40019 bsc#1252678).
  - Update
    patches.suse/crypto-hisilicon-qm-set-NULL-to-qm-debug.qm_diff_reg.patch
    (git-fixes CVE-2025-40062 bsc#1252850).
  - Update
    patches.suse/drm-amdgpu-Fix-integer-overflow-in-amdgpu_cs_p.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53707
    bsc#1252632).
  - Update
    patches.suse/drm-gma500-Fix-null-dereference-in-hdmi-teardown.patch
    (git-fixes CVE-2025-40011 bsc#1252336).
  - Update
    patches.suse/drm-sched-Fix-potential-double-free-in-drm_sched_job.patch
    (git-fixes CVE-2025-40096 bsc#1252902).
  - Update
    patches.suse/fbcon-fix-integer-overflow-in-fbcon_do_set_font.patch
    (git-fixes CVE-2025-39967 bsc#1252033).
  - Update
    patches.suse/fs-udf-fix-OOB-read-in-lengthAllocDescs-handling.patch
    (git-fixes CVE-2025-40044 bsc#1252785).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-read-in-hfsplus_strcasecmp.patch
    (git-fixes CVE-2025-40088 bsc#1252904).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-read-in-hfsplus_uni2asc_followup.patch
    (git-fixes CVE-2025-40082 bsc#1252775).
  - Update
    patches.suse/iommu-vt-d-Disallow-dirty-tracking-if-incoherent-pag.patch
    (git-fixes CVE-2025-40058 bsc#1252854).
  - Update
    patches.suse/md-raid1-fix-potential-OOB-in-raid1_remove_disk-8b04.patch
    (jsc#PED-7542 CVE-2023-53722 bsc#1252499).
  - Update
    patches.suse/media-b2c2-Fix-use-after-free-causing-by-irq_check_w.patch
    (git-fixes CVE-2025-39996 bsc#1252065).
  - Update
    patches.suse/media-i2c-tc358743-Fix-use-after-free-bugs-caused-by.patch
    (git-fixes CVE-2025-39995 bsc#1252064).
  - Update
    patches.suse/media-rc-fix-races-with-imon_disconnect.patch
    (git-fixes CVE-2025-39993 bsc#1252070).
  - Update
    patches.suse/media-tuner-xc5000-Fix-use-after-free-in-xc5000_rele.patch
    (git-fixes CVE-2025-39994 bsc#1252072).
  - Update
    patches.suse/media-uvcvideo-Mark-invalid-entities-with-id-UVC_INV.patch
    (git-fixes CVE-2025-40016 bsc#1252346).
  - Update
    patches.suse/misc-fastrpc-fix-possible-map-leak-in-fastrpc_put_ar.patch
    (git-fixes CVE-2025-40036 bsc#1252865).
  - Update
    patches.suse/net-nfc-nci-Add-parameter-validation-for-packet-data.patch
    (git-fixes CVE-2025-40043 bsc#1252787).
  - Update
    patches.suse/net-sched-cls_u32-Undo-tcf_bind_filter-if-u32_r.patch
    (bsc#1012628 CVE-2023-53733 bsc#1252685).
  - Update
    patches.suse/net-sched-fq_pie-avoid-stalls-in-fq_pie_timer.patch
    (bsc#1220419 CVE-2023-53727 bsc#1252566).
  - Update
    patches.suse/netlink-fix-potential-deadlock-in-netlink_set_e.patch
    (bsc#1012628 CVE-2023-53731 bsc#1252481).
  - Update
    patches.suse/nvdimm-Fix-memleak-of-pmu-attr_groups-in-unregister_-85ae.patch
    (jsc#PED-5853 CVE-2023-53697 bsc#1252534).
  - Update
    patches.suse/posix-timers-Ensure-timer-ID-search-loop-limit-.patch
    (bsc#1012628 CVE-2023-53728 bsc#1252668).
  - Update
    patches.suse/ring-buffer-Do-not-swap-cpu_buffer-during-resi.patch
    (bsc#1012628 CVE-2023-53718 bsc#1252564).
  - Update
    patches.suse/riscv-move-memblock_allow_resize-after-linear-m.patch
    (bsc#1012628 CVE-2023-53699 bsc#1252550).
  - Update
    patches.suse/smb-client-fix-crypto-buffers-in-non-linear-memory.patch
    (bsc#1250491 boo#1239206 CVE-2025-40052 bsc#1252851).
  - Update
    patches.suse/soc-qcom-qmi_encdec-Restrict-string-length-in-decode.patch
    (git-fixes CVE-2023-53729 bsc#1252496).
  - Update
    patches.suse/tty-n_gsm-Don-t-block-input-queue-by-waiting-MSC.patch
    (git-fixes CVE-2025-40071 bsc#1252797).
  - Update
    patches.suse/wifi-ath11k-fix-NULL-dereference-in-ath11k_qmi_m3_lo.patch
    (git-fixes CVE-2025-39991 bsc#1252075).
  - Update
    patches.suse/wifi-ath12k-Fix-a-NULL-pointer-dereference-in-ath12k.patch
    (git-fixes CVE-2023-53721 bsc#1252561).
  - Update
    patches.suse/xfrm-xfrm_alloc_spi-shouldn-t-use-0-as-SPI.patch
    (CVE-2025-39797 bsc#1249608 CVE-2025-39965 bsc#1251967).
  - Update
    patches.suse/xsk-fix-refcount-underflow-in-error-path.patch
    (bsc#1012628 CVE-2023-53698 bsc#1252479).
  - commit 9042362
  - coresight: trbe: Return NULL pointer for allocation failures
    (CVE-2025-40060 bsc#1252848).
  - commit 4543e34

++++ kernel-rt_debug:

  - KVM: x86: Introduce kvm_x86_call() to simplify static calls
    of kvm_x86_ops (git-fixes).
  - Refresh
    patches.suse/KVM-x86-Don-t-inject-PV-async-PF-if-SEND_ALWAYS-0-an.patch.
  - Refresh
    patches.suse/KVM-x86-Exit-to-userspace-if-fastpath-triggers-one-o.patch.
  - Refresh patches.suse/KVM-x86-Introduce-kvm_set_mp_state.patch.
  - Refresh
    patches.suse/KVM-x86-Route-non-canonical-checks-in-emulator-throu.patch.
  - Refresh
    patches.suse/KVM-x86-model-canonical-checks-more-precisely.patch.
  - commit 3454959
  - KVM: x86: Replace static_call_cond() with static_call()
    (git-fixes).
  - commit 6bb685c
  - Update
    patches.suse/ACPI-x86-s2idle-Catch-multiple-ACPI_TYPE_PACKAGE-obj.patch
    (git-fixes CVE-2023-53708 bsc#1252537).
  - Update
    patches.suse/ALSA-usb-audio-Fix-NULL-pointer-deference-in-try_to_.patch
    (git-fixes CVE-2025-40085 bsc#1252873).
  - Update
    patches.suse/ALSA-usb-audio-fix-race-condition-to-UAF-in-snd_usbm.patch
    (git-fixes CVE-2025-39997 bsc#1252056).
  - Update
    patches.suse/ASoC-qcom-audioreach-fix-potential-null-pointer-dere.patch
    (git-fixes CVE-2025-40013 bsc#1252348).
  - Update patches.suse/Bluetooth-MGMT-Fix-possible-UAFs.patch
    (git-fixes CVE-2025-39981 bsc#1252060).
  - Update
    patches.suse/Bluetooth-hci_event-Fix-UAF-in-hci_acl_create_conn_s.patch
    (git-fixes CVE-2025-39982 bsc#1252083).
  - Update
    patches.suse/HID-amd_sfh-Fix-for-shift-out-of-bounds.patch
    (bsc#1012628 CVE-2023-53703 bsc#1252553).
  - Update
    patches.suse/Input-uinput-zero-initialize-uinput_ff_upload_compat.patch
    (git-fixes CVE-2025-40035 bsc#1252866).
  - Update patches.suse/NFS-Fix-a-potential-data-corruption.patch
    (git-fixes CVE-2023-53711 bsc#1252536).
  - Update
    patches.suse/NFSD-Define-a-proc_layoutcommit-for-the-FlexFiles-layout-type.patch
    (git-fixes CVE-2025-40087 bsc#1252909).
  - Update
    patches.suse/PCI-endpoint-pci-epf-test-Add-NULL-check-for-DMA-cha.patch
    (git-fixes CVE-2025-40032 bsc#1252841).
  - Update
    patches.suse/RDMA-rxe-Fix-race-in-do_task-when-draining.patch
    (git-fixes CVE-2025-40061 bsc#1252849).
  - Update
    patches.suse/Squashfs-fix-uninit-value-in-squashfs_get_parent.patch
    (git-fixes CVE-2025-40049 bsc#1252822).
  - Update
    patches.suse/USB-gadget-Fix-the-memory-leak-in-raw_gadget-dr.patch
    (bsc#1012628 CVE-2023-53693 bsc#1252489).
  - Update
    patches.suse/afs-Fix-potential-null-pointer-dereference-in-afs_put_server.patch
    (git-fixes CVE-2025-40010 bsc#1252332).
  - Update
    patches.suse/arm64-csum-Fix-OoB-access-in-IP-checksum-code-for-ne.patch
    (git-fixes CVE-2023-53726 bsc#1252565).
  - Update
    patches.suse/arm64-sme-Use-STR-P-to-clear-FFR-context-field-.patch
    (bsc#1012628 CVE-2023-53713 bsc#1252559).
  - Update
    patches.suse/blk-iocost-use-spin_lock_irqsave-in-adjust_inus.patch
    (bsc#1012628 CVE-2023-53730 bsc#1252495).
  - Update
    patches.suse/bus-fsl-mc-Check-return-value-of-platform_get_resour.patch
    (git-fixes CVE-2025-40029 bsc#1252772).
  - Update
    patches.suse/can-etas_es58x-populate-ndo_change_mtu-to-prevent-bu.patch
    (git-fixes CVE-2025-39988 bsc#1252074).
  - Update
    patches.suse/can-hi311x-populate-ndo_change_mtu-to-prevent-buffer.patch
    (git-fixes CVE-2025-39987 bsc#1252079).
  - Update
    patches.suse/can-mcba_usb-populate-ndo_change_mtu-to-prevent-buff.patch
    (git-fixes CVE-2025-39985 bsc#1252082).
  - Update
    patches.suse/can-peak_usb-fix-shift-out-of-bounds-issue.patch
    (git-fixes CVE-2025-40020 bsc#1252679).
  - Update
    patches.suse/can-sun4i_can-populate-ndo_change_mtu-to-prevent-buf.patch
    (git-fixes CVE-2025-39986 bsc#1252078).
  - Update
    patches.suse/clk-imx-clk-imx8mp-improve-error-handling-in-im.patch
    (bsc#1012628 CVE-2023-53704 bsc#1252490).
  - Update
    patches.suse/clocksource-drivers-cadence-ttc-Fix-memory-leak.patch
    (bsc#1012628 CVE-2023-53725 bsc#1252492).
  - Update
    patches.suse/crypto-essiv-Check-ssize-for-decryption-and-in-place.patch
    (git-fixes CVE-2025-40019 bsc#1252678).
  - Update
    patches.suse/crypto-hisilicon-qm-set-NULL-to-qm-debug.qm_diff_reg.patch
    (git-fixes CVE-2025-40062 bsc#1252850).
  - Update
    patches.suse/drm-amdgpu-Fix-integer-overflow-in-amdgpu_cs_p.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53707
    bsc#1252632).
  - Update
    patches.suse/drm-gma500-Fix-null-dereference-in-hdmi-teardown.patch
    (git-fixes CVE-2025-40011 bsc#1252336).
  - Update
    patches.suse/drm-sched-Fix-potential-double-free-in-drm_sched_job.patch
    (git-fixes CVE-2025-40096 bsc#1252902).
  - Update
    patches.suse/fbcon-fix-integer-overflow-in-fbcon_do_set_font.patch
    (git-fixes CVE-2025-39967 bsc#1252033).
  - Update
    patches.suse/fs-udf-fix-OOB-read-in-lengthAllocDescs-handling.patch
    (git-fixes CVE-2025-40044 bsc#1252785).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-read-in-hfsplus_strcasecmp.patch
    (git-fixes CVE-2025-40088 bsc#1252904).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-read-in-hfsplus_uni2asc_followup.patch
    (git-fixes CVE-2025-40082 bsc#1252775).
  - Update
    patches.suse/iommu-vt-d-Disallow-dirty-tracking-if-incoherent-pag.patch
    (git-fixes CVE-2025-40058 bsc#1252854).
  - Update
    patches.suse/md-raid1-fix-potential-OOB-in-raid1_remove_disk-8b04.patch
    (jsc#PED-7542 CVE-2023-53722 bsc#1252499).
  - Update
    patches.suse/media-b2c2-Fix-use-after-free-causing-by-irq_check_w.patch
    (git-fixes CVE-2025-39996 bsc#1252065).
  - Update
    patches.suse/media-i2c-tc358743-Fix-use-after-free-bugs-caused-by.patch
    (git-fixes CVE-2025-39995 bsc#1252064).
  - Update
    patches.suse/media-rc-fix-races-with-imon_disconnect.patch
    (git-fixes CVE-2025-39993 bsc#1252070).
  - Update
    patches.suse/media-tuner-xc5000-Fix-use-after-free-in-xc5000_rele.patch
    (git-fixes CVE-2025-39994 bsc#1252072).
  - Update
    patches.suse/media-uvcvideo-Mark-invalid-entities-with-id-UVC_INV.patch
    (git-fixes CVE-2025-40016 bsc#1252346).
  - Update
    patches.suse/misc-fastrpc-fix-possible-map-leak-in-fastrpc_put_ar.patch
    (git-fixes CVE-2025-40036 bsc#1252865).
  - Update
    patches.suse/net-nfc-nci-Add-parameter-validation-for-packet-data.patch
    (git-fixes CVE-2025-40043 bsc#1252787).
  - Update
    patches.suse/net-sched-cls_u32-Undo-tcf_bind_filter-if-u32_r.patch
    (bsc#1012628 CVE-2023-53733 bsc#1252685).
  - Update
    patches.suse/net-sched-fq_pie-avoid-stalls-in-fq_pie_timer.patch
    (bsc#1220419 CVE-2023-53727 bsc#1252566).
  - Update
    patches.suse/netlink-fix-potential-deadlock-in-netlink_set_e.patch
    (bsc#1012628 CVE-2023-53731 bsc#1252481).
  - Update
    patches.suse/nvdimm-Fix-memleak-of-pmu-attr_groups-in-unregister_-85ae.patch
    (jsc#PED-5853 CVE-2023-53697 bsc#1252534).
  - Update
    patches.suse/posix-timers-Ensure-timer-ID-search-loop-limit-.patch
    (bsc#1012628 CVE-2023-53728 bsc#1252668).
  - Update
    patches.suse/ring-buffer-Do-not-swap-cpu_buffer-during-resi.patch
    (bsc#1012628 CVE-2023-53718 bsc#1252564).
  - Update
    patches.suse/riscv-move-memblock_allow_resize-after-linear-m.patch
    (bsc#1012628 CVE-2023-53699 bsc#1252550).
  - Update
    patches.suse/smb-client-fix-crypto-buffers-in-non-linear-memory.patch
    (bsc#1250491 boo#1239206 CVE-2025-40052 bsc#1252851).
  - Update
    patches.suse/soc-qcom-qmi_encdec-Restrict-string-length-in-decode.patch
    (git-fixes CVE-2023-53729 bsc#1252496).
  - Update
    patches.suse/tty-n_gsm-Don-t-block-input-queue-by-waiting-MSC.patch
    (git-fixes CVE-2025-40071 bsc#1252797).
  - Update
    patches.suse/wifi-ath11k-fix-NULL-dereference-in-ath11k_qmi_m3_lo.patch
    (git-fixes CVE-2025-39991 bsc#1252075).
  - Update
    patches.suse/wifi-ath12k-Fix-a-NULL-pointer-dereference-in-ath12k.patch
    (git-fixes CVE-2023-53721 bsc#1252561).
  - Update
    patches.suse/xfrm-xfrm_alloc_spi-shouldn-t-use-0-as-SPI.patch
    (CVE-2025-39797 bsc#1249608 CVE-2025-39965 bsc#1251967).
  - Update
    patches.suse/xsk-fix-refcount-underflow-in-error-path.patch
    (bsc#1012628 CVE-2023-53698 bsc#1252479).
  - commit 9042362
  - coresight: trbe: Return NULL pointer for allocation failures
    (CVE-2025-40060 bsc#1252848).
  - commit 4543e34

------------------------------------------------------------------
------------------  2025-11-2  -  Nov 2 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - regulator: bd718x7: Fix voltages scaled by resistor divider
    (git-fixes).
  - regmap: slimbus: fix bus_context pointer in regmap init calls
    (git-fixes).
  - commit 20abe4b
  - scsi: mpi3mr: Drop unnecessary volatile from __iomem pointers
    (git-fixes).
  - Refresh
    patches.suse/scsi-mpi3mr-Serialize-admin-queue-BAR-writes-on-32-bit-sys.patch.
  - commit 0321942

++++ kernel-rt:

  - regulator: bd718x7: Fix voltages scaled by resistor divider
    (git-fixes).
  - regmap: slimbus: fix bus_context pointer in regmap init calls
    (git-fixes).
  - commit 20abe4b
  - scsi: mpi3mr: Drop unnecessary volatile from __iomem pointers
    (git-fixes).
  - Refresh
    patches.suse/scsi-mpi3mr-Serialize-admin-queue-BAR-writes-on-32-bit-sys.patch.
  - commit 0321942

++++ kernel-rt_debug:

  - regulator: bd718x7: Fix voltages scaled by resistor divider
    (git-fixes).
  - regmap: slimbus: fix bus_context pointer in regmap init calls
    (git-fixes).
  - commit 20abe4b
  - scsi: mpi3mr: Drop unnecessary volatile from __iomem pointers
    (git-fixes).
  - Refresh
    patches.suse/scsi-mpi3mr-Serialize-admin-queue-BAR-writes-on-32-bit-sys.patch.
  - commit 0321942

------------------------------------------------------------------
------------------  2025-11-1  -  Nov 1 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: mpt3sas: Correctly handle ATA device errors (git-fixes).
  - scsi: mpi3mr: Correctly handle ATA device errors (git-fixes).
  - commit 237fed8
  - drm/panel: kingdisplay-kd097d04: Disable EoTp (git-fixes).
  - drm/panel: sitronix-st7789v: fix sync flags for t28cp45tn89
    (git-fixes).
  - drm/etnaviv: fix flush sequence logic (git-fixes).
  - drm/msm/dpu: Fix pixel extension sub-sampling (git-fixes).
  - drm/msm/a6xx: Fix GMU firmware parser (git-fixes).
  - drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on
    Iceland (git-fixes).
  - drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji
    (git-fixes).
  - drm/amd/pm: fix smu table id bound check issue in
    smu_cmn_update_table() (git-fixes).
  - drm/mediatek: Fix device use-after-free on unbind (git-fixes).
  - ASoC: fsl_sai: fix bit order for DSD format (git-fixes).
  - ASoC: Intel: avs: Unprepare a stream when XRUN occurs
    (git-fixes).
  - ASoC: qdsp6: q6asm: do not sleep while atomic (git-fixes).
  - ALSA: usb-audio: fix control pipe direction (git-fixes).
  - commit acb4ea2

++++ kernel-rt:

  - scsi: mpt3sas: Correctly handle ATA device errors (git-fixes).
  - scsi: mpi3mr: Correctly handle ATA device errors (git-fixes).
  - commit 237fed8
  - drm/panel: kingdisplay-kd097d04: Disable EoTp (git-fixes).
  - drm/panel: sitronix-st7789v: fix sync flags for t28cp45tn89
    (git-fixes).
  - drm/etnaviv: fix flush sequence logic (git-fixes).
  - drm/msm/dpu: Fix pixel extension sub-sampling (git-fixes).
  - drm/msm/a6xx: Fix GMU firmware parser (git-fixes).
  - drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on
    Iceland (git-fixes).
  - drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji
    (git-fixes).
  - drm/amd/pm: fix smu table id bound check issue in
    smu_cmn_update_table() (git-fixes).
  - drm/mediatek: Fix device use-after-free on unbind (git-fixes).
  - ASoC: fsl_sai: fix bit order for DSD format (git-fixes).
  - ASoC: Intel: avs: Unprepare a stream when XRUN occurs
    (git-fixes).
  - ASoC: qdsp6: q6asm: do not sleep while atomic (git-fixes).
  - ALSA: usb-audio: fix control pipe direction (git-fixes).
  - commit acb4ea2

++++ kernel-rt_debug:

  - scsi: mpt3sas: Correctly handle ATA device errors (git-fixes).
  - scsi: mpi3mr: Correctly handle ATA device errors (git-fixes).
  - commit 237fed8
  - drm/panel: kingdisplay-kd097d04: Disable EoTp (git-fixes).
  - drm/panel: sitronix-st7789v: fix sync flags for t28cp45tn89
    (git-fixes).
  - drm/etnaviv: fix flush sequence logic (git-fixes).
  - drm/msm/dpu: Fix pixel extension sub-sampling (git-fixes).
  - drm/msm/a6xx: Fix GMU firmware parser (git-fixes).
  - drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on
    Iceland (git-fixes).
  - drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji
    (git-fixes).
  - drm/amd/pm: fix smu table id bound check issue in
    smu_cmn_update_table() (git-fixes).
  - drm/mediatek: Fix device use-after-free on unbind (git-fixes).
  - ASoC: fsl_sai: fix bit order for DSD format (git-fixes).
  - ASoC: Intel: avs: Unprepare a stream when XRUN occurs
    (git-fixes).
  - ASoC: qdsp6: q6asm: do not sleep while atomic (git-fixes).
  - ALSA: usb-audio: fix control pipe direction (git-fixes).
  - commit acb4ea2

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to version 580.105.08 (boo#1252978)

------------------------------------------------------------------
------------------  2025-10-31  -  Oct 31 2025  -------------------
------------------------------------------------------------------

++++ glib2:

  - Add glib2-CVE-2025-7039.patch: fix computation of temporary file
    name (bsc#1249055 CVE-2025-7039 glgo#GNOME/glib#3716).

++++ kernel-default:

  - smb: client: fix potential cfid UAF in smb2_query_info_compound
    (bsc#1248886).
  - commit 5e5239d
  - vhost: vringh: Fix copy_to_iter return value check (CVE-2025-40056 bsc#1252826)
  - commit 4efa16a
  - btrfs: do not assert we found block group item when creating
    free space tree (bsc#1252918 CVE-2025-40100).
  - commit 327502f
  - btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation
    already running (git-fixes).
  - commit f5ef369
  - btrfs: avoid potential out-of-bounds in btrfs_encode_fh()
    (git-fixes).
  - commit 8cb68fe
  - KVM: x86/mmu: Prevent installing hugepages when mem attributes
    are changing (git-fixes).
  - commit 37d594a
  - selftests/bpf: Fix a fd leak in error paths in open_netns
    (git-fixes).
  - commit 51d3745
  - selftests/bpf: Fix umount cgroup2 error in test_sockmap
    (git-fixes).
  - commit 24ba5aa
  - selftests/bpf: Use bpf_link__destroy in fill_link_info tests
    (git-fixes).
  - commit 9809b14
  - ACPI: video: Fix use-after-free in
    acpi_video_switch_brightness() (git-fixes).
  - ACPI: button: Call input_free_device() on failing input device
    registration (git-fixes).
  - fbdev: atyfb: Check if pll_ops->init_pll failed (git-fixes).
  - fbdev: valkyriefb: Fix reference count leak in valkyriefb_init
    (git-fixes).
  - net: phy: dp83869: fix STRAP_OPMODE bitmask (git-fixes).
  - net: usb: asix_devices: Check return value of
    usbnet_get_endpoints (git-fixes).
  - Bluetooth: btmtksdio: Add pmctrl handling for BT closed state
    during reset (git-fixes).
  - Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once
    (git-fixes).
  - usbnet: Prevents free active kevent (git-fixes).
  - wifi: brcmfmac: fix crash while sending Action Frames in
    standalone AP Mode (git-fixes).
  - wifi: ath12k: free skb during idr cleanup callback (git-fixes).
  - wifi: ath11k: Add missing platform IDs for quirk table
    (git-fixes).
  - wifi: ath10k: Fix memory leak on unsupported WMI command
    (git-fixes).
  - wifi: mac80211: reset FILS discovery and unsol probe resp
    intervals (git-fixes).
  - commit cc1ca5e

++++ kernel-rt:

  - smb: client: fix potential cfid UAF in smb2_query_info_compound
    (bsc#1248886).
  - commit 5e5239d
  - vhost: vringh: Fix copy_to_iter return value check (CVE-2025-40056 bsc#1252826)
  - commit 4efa16a
  - btrfs: do not assert we found block group item when creating
    free space tree (bsc#1252918 CVE-2025-40100).
  - commit 327502f
  - btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation
    already running (git-fixes).
  - commit f5ef369
  - btrfs: avoid potential out-of-bounds in btrfs_encode_fh()
    (git-fixes).
  - commit 8cb68fe
  - KVM: x86/mmu: Prevent installing hugepages when mem attributes
    are changing (git-fixes).
  - commit 37d594a
  - selftests/bpf: Fix a fd leak in error paths in open_netns
    (git-fixes).
  - commit 51d3745
  - selftests/bpf: Fix umount cgroup2 error in test_sockmap
    (git-fixes).
  - commit 24ba5aa
  - selftests/bpf: Use bpf_link__destroy in fill_link_info tests
    (git-fixes).
  - commit 9809b14
  - ACPI: video: Fix use-after-free in
    acpi_video_switch_brightness() (git-fixes).
  - ACPI: button: Call input_free_device() on failing input device
    registration (git-fixes).
  - fbdev: atyfb: Check if pll_ops->init_pll failed (git-fixes).
  - fbdev: valkyriefb: Fix reference count leak in valkyriefb_init
    (git-fixes).
  - net: phy: dp83869: fix STRAP_OPMODE bitmask (git-fixes).
  - net: usb: asix_devices: Check return value of
    usbnet_get_endpoints (git-fixes).
  - Bluetooth: btmtksdio: Add pmctrl handling for BT closed state
    during reset (git-fixes).
  - Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once
    (git-fixes).
  - usbnet: Prevents free active kevent (git-fixes).
  - wifi: brcmfmac: fix crash while sending Action Frames in
    standalone AP Mode (git-fixes).
  - wifi: ath12k: free skb during idr cleanup callback (git-fixes).
  - wifi: ath11k: Add missing platform IDs for quirk table
    (git-fixes).
  - wifi: ath10k: Fix memory leak on unsupported WMI command
    (git-fixes).
  - wifi: mac80211: reset FILS discovery and unsol probe resp
    intervals (git-fixes).
  - commit cc1ca5e

++++ kernel-rt_debug:

  - smb: client: fix potential cfid UAF in smb2_query_info_compound
    (bsc#1248886).
  - commit 5e5239d
  - vhost: vringh: Fix copy_to_iter return value check (CVE-2025-40056 bsc#1252826)
  - commit 4efa16a
  - btrfs: do not assert we found block group item when creating
    free space tree (bsc#1252918 CVE-2025-40100).
  - commit 327502f
  - btrfs: fix clearing of BTRFS_FS_RELOC_RUNNING if relocation
    already running (git-fixes).
  - commit f5ef369
  - btrfs: avoid potential out-of-bounds in btrfs_encode_fh()
    (git-fixes).
  - commit 8cb68fe
  - KVM: x86/mmu: Prevent installing hugepages when mem attributes
    are changing (git-fixes).
  - commit 37d594a
  - selftests/bpf: Fix a fd leak in error paths in open_netns
    (git-fixes).
  - commit 51d3745
  - selftests/bpf: Fix umount cgroup2 error in test_sockmap
    (git-fixes).
  - commit 24ba5aa
  - selftests/bpf: Use bpf_link__destroy in fill_link_info tests
    (git-fixes).
  - commit 9809b14
  - ACPI: video: Fix use-after-free in
    acpi_video_switch_brightness() (git-fixes).
  - ACPI: button: Call input_free_device() on failing input device
    registration (git-fixes).
  - fbdev: atyfb: Check if pll_ops->init_pll failed (git-fixes).
  - fbdev: valkyriefb: Fix reference count leak in valkyriefb_init
    (git-fixes).
  - net: phy: dp83869: fix STRAP_OPMODE bitmask (git-fixes).
  - net: usb: asix_devices: Check return value of
    usbnet_get_endpoints (git-fixes).
  - Bluetooth: btmtksdio: Add pmctrl handling for BT closed state
    during reset (git-fixes).
  - Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once
    (git-fixes).
  - usbnet: Prevents free active kevent (git-fixes).
  - wifi: brcmfmac: fix crash while sending Action Frames in
    standalone AP Mode (git-fixes).
  - wifi: ath12k: free skb during idr cleanup callback (git-fixes).
  - wifi: ath11k: Add missing platform IDs for quirk table
    (git-fixes).
  - wifi: ath10k: Fix memory leak on unsupported WMI command
    (git-fixes).
  - wifi: mac80211: reset FILS discovery and unsol probe resp
    intervals (git-fixes).
  - commit cc1ca5e

------------------------------------------------------------------
------------------  2025-10-30  -  Oct 30 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bpf: Explicitly check accesses to bpf_sock_addr (CVE-2025-40078
    bsc#1252789).
  - commit 6edd4b3
  - KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass
    producer (git-fixes).
  - commit fdfcdff
  - KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
    (git-fixes).
  - commit cb2e3ab
  - kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
    (bsc#1252939).
  - commit 7cb788c
  - Revert "KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata
    handling out of setup_vmcs_config()" (git-fixes).
  - commit 769724a
  - hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()
    (git-fixes).
  - commit 40898e0
  - hfsplus: fix KMSAN uninit-value issue in
    __hfsplus_ext_cache_extent() (git-fixes).
  - commit a2e4db9
  - hfs: validate record offset in hfsplus_bmap_alloc (git-fixes).
  - commit 693ef92
  - hfsplus: return EIO when type of hidden directory mismatch in
    hfsplus_fill_super() (git-fixes).
  - commit 6aec9cc

++++ kernel-rt:

  - bpf: Explicitly check accesses to bpf_sock_addr (CVE-2025-40078
    bsc#1252789).
  - commit 6edd4b3
  - KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass
    producer (git-fixes).
  - commit fdfcdff
  - KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
    (git-fixes).
  - commit cb2e3ab
  - kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
    (bsc#1252939).
  - commit 7cb788c
  - Revert "KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata
    handling out of setup_vmcs_config()" (git-fixes).
  - commit 769724a
  - hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()
    (git-fixes).
  - commit 40898e0
  - hfsplus: fix KMSAN uninit-value issue in
    __hfsplus_ext_cache_extent() (git-fixes).
  - commit a2e4db9
  - hfs: validate record offset in hfsplus_bmap_alloc (git-fixes).
  - commit 693ef92
  - hfsplus: return EIO when type of hidden directory mismatch in
    hfsplus_fill_super() (git-fixes).
  - commit 6aec9cc

++++ kernel-rt_debug:

  - bpf: Explicitly check accesses to bpf_sock_addr (CVE-2025-40078
    bsc#1252789).
  - commit 6edd4b3
  - KVM: x86: Take irqfds.lock when adding/deleting IRQ bypass
    producer (git-fixes).
  - commit fdfcdff
  - KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()
    (git-fixes).
  - commit cb2e3ab
  - kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
    (bsc#1252939).
  - commit 7cb788c
  - Revert "KVM: VMX: Move LOAD_IA32_PERF_GLOBAL_CTRL errata
    handling out of setup_vmcs_config()" (git-fixes).
  - commit 769724a
  - hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()
    (git-fixes).
  - commit 40898e0
  - hfsplus: fix KMSAN uninit-value issue in
    __hfsplus_ext_cache_extent() (git-fixes).
  - commit a2e4db9
  - hfs: validate record offset in hfsplus_bmap_alloc (git-fixes).
  - commit 693ef92
  - hfsplus: return EIO when type of hidden directory mismatch in
    hfsplus_fill_super() (git-fixes).
  - commit 6aec9cc

------------------------------------------------------------------
------------------  2025-10-29  -  Oct 29 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ARM: tegra: Use I/O memcpy to write to IRAM (CVE-2025-39794 bsc#1249595)
  - commit ad8d355
  - ipvs: Defer ip_vs_ftp unregister during netns cleanup
    (CVE-2025-40018 bsc#1252688).
  - commit d48a123
  - NFSD: Fix crash in nfsd4_read_release() (git-fixes).
  - commit 1a326b8
  - Fix Git-commit for patches.suse/cxl-downgrade-a-warning-message-to-debug-level-in-cxl.patch.
  - commit 31a5035

++++ kernel-rt:

  - ARM: tegra: Use I/O memcpy to write to IRAM (CVE-2025-39794 bsc#1249595)
  - commit ad8d355
  - ipvs: Defer ip_vs_ftp unregister during netns cleanup
    (CVE-2025-40018 bsc#1252688).
  - commit d48a123
  - NFSD: Fix crash in nfsd4_read_release() (git-fixes).
  - commit 1a326b8
  - Fix Git-commit for patches.suse/cxl-downgrade-a-warning-message-to-debug-level-in-cxl.patch.
  - commit 31a5035

++++ kernel-rt_debug:

  - ARM: tegra: Use I/O memcpy to write to IRAM (CVE-2025-39794 bsc#1249595)
  - commit ad8d355
  - ipvs: Defer ip_vs_ftp unregister during netns cleanup
    (CVE-2025-40018 bsc#1252688).
  - commit d48a123
  - NFSD: Fix crash in nfsd4_read_release() (git-fixes).
  - commit 1a326b8
  - Fix Git-commit for patches.suse/cxl-downgrade-a-warning-message-to-debug-level-in-cxl.patch.
  - commit 31a5035

++++ opensuse-migration-tool:

  - Update to version 20251029.ed0d12d:
    * Update opensuse-migration-tool

------------------------------------------------------------------
------------------  2025-10-28  -  Oct 28 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog
    types (bsc#1252364).
  - commit 82fd58d
  - tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request()
    (git-fixes).
  - commit fceae30
  - octeontx2-pf: Fix potential use after free in otx2_tc_add_flow()
    (CVE-2025-39978 bsc#1252069).
  - tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect()
    (CVE-2025-39955 bsc#1251804).
  - commit 0468786
  - Revert "e1000e: fix heap overflow in e1000_set_eeprom (CVE-2025-39898"
    This reverts commit df2ae2c1bd0dd998b7e23e3d49e90e95ada467f0.
  - commit 79fa523
  - i40e: add max boundary check for VF filters (CVE-2025-39968
    bsc#1252047).
  - i40e: fix validation of VF state in get resources
    (CVE-2025-39969 bsc#1252044).
  - i40e: fix idx validation in i40e_validate_queue_map
    (CVE-2025-39972 bsc#1252039).
  - i40e: add validation for ring_len param (CVE-2025-39973
    bsc#1252035).
  - ice: fix Rx page leak on multi-buffer frames (CVE-2025-39948
    bsc#1251233).
  - qed: Don't collect too many protection override GRC elements
    (CVE-2025-39949 bsc#1251177).
  - commit 2c4293d
  - Delete
    patches.suse/cpuidle-menu-Avoid-discarding-useful-information.patch.
  - commit c2e3ac6
  - Delete
    patches.suse/cpuidle-governors-menu-Avoid-using-invalid-recent-intervals-data.patch.
  - commit b1a47b7
  - nvme/tcp: handle tls partially sent records in write_space()
    (git-fixes).
  - nvme-multipath: Skip nr_active increments in RETRY disposition
    (git-fixes).
  - nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk
    (git-fixes).
  - commit 4b35633
  - ACPI: battery: Add synchronization between interface updates
    (git-fixes).
  - locking/mutex: Mark devm_mutex_init() as __must_check
    (stable-fixes).
  - ACPI: battery: Check for error code from devm_mutex_init()
    call (git-fixes).
  - ACPI: battery: initialize mutexes through devm_ APIs
    (stable-fixes).
  - accel/ivpu: Add missing MODULE_FIRMWARE metadata (git-fixes).
  - locking/mutex: Introduce devm_mutex_init() (stable-fixes).
  - commit 7bacc8f

++++ kernel-rt:

  - bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog
    types (bsc#1252364).
  - commit 82fd58d
  - tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request()
    (git-fixes).
  - commit fceae30
  - octeontx2-pf: Fix potential use after free in otx2_tc_add_flow()
    (CVE-2025-39978 bsc#1252069).
  - tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect()
    (CVE-2025-39955 bsc#1251804).
  - commit 0468786
  - Revert "e1000e: fix heap overflow in e1000_set_eeprom (CVE-2025-39898"
    This reverts commit df2ae2c1bd0dd998b7e23e3d49e90e95ada467f0.
  - commit 79fa523
  - i40e: add max boundary check for VF filters (CVE-2025-39968
    bsc#1252047).
  - i40e: fix validation of VF state in get resources
    (CVE-2025-39969 bsc#1252044).
  - i40e: fix idx validation in i40e_validate_queue_map
    (CVE-2025-39972 bsc#1252039).
  - i40e: add validation for ring_len param (CVE-2025-39973
    bsc#1252035).
  - ice: fix Rx page leak on multi-buffer frames (CVE-2025-39948
    bsc#1251233).
  - qed: Don't collect too many protection override GRC elements
    (CVE-2025-39949 bsc#1251177).
  - commit 2c4293d
  - Delete
    patches.suse/cpuidle-menu-Avoid-discarding-useful-information.patch.
  - commit c2e3ac6
  - Delete
    patches.suse/cpuidle-governors-menu-Avoid-using-invalid-recent-intervals-data.patch.
  - commit b1a47b7
  - nvme/tcp: handle tls partially sent records in write_space()
    (git-fixes).
  - nvme-multipath: Skip nr_active increments in RETRY disposition
    (git-fixes).
  - nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk
    (git-fixes).
  - commit 4b35633
  - ACPI: battery: Add synchronization between interface updates
    (git-fixes).
  - locking/mutex: Mark devm_mutex_init() as __must_check
    (stable-fixes).
  - ACPI: battery: Check for error code from devm_mutex_init()
    call (git-fixes).
  - ACPI: battery: initialize mutexes through devm_ APIs
    (stable-fixes).
  - accel/ivpu: Add missing MODULE_FIRMWARE metadata (git-fixes).
  - locking/mutex: Introduce devm_mutex_init() (stable-fixes).
  - commit 7bacc8f

++++ kernel-rt_debug:

  - bpf: Allow helper bpf_get_[ns_]current_pid_tgid() for all prog
    types (bsc#1252364).
  - commit 82fd58d
  - tcp: Don't call reqsk_fastopen_remove() in tcp_conn_request()
    (git-fixes).
  - commit fceae30
  - octeontx2-pf: Fix potential use after free in otx2_tc_add_flow()
    (CVE-2025-39978 bsc#1252069).
  - tcp: Clear tcp_sk(sk)->fastopen_rsk in tcp_disconnect()
    (CVE-2025-39955 bsc#1251804).
  - commit 0468786
  - Revert "e1000e: fix heap overflow in e1000_set_eeprom (CVE-2025-39898"
    This reverts commit df2ae2c1bd0dd998b7e23e3d49e90e95ada467f0.
  - commit 79fa523
  - i40e: add max boundary check for VF filters (CVE-2025-39968
    bsc#1252047).
  - i40e: fix validation of VF state in get resources
    (CVE-2025-39969 bsc#1252044).
  - i40e: fix idx validation in i40e_validate_queue_map
    (CVE-2025-39972 bsc#1252039).
  - i40e: add validation for ring_len param (CVE-2025-39973
    bsc#1252035).
  - ice: fix Rx page leak on multi-buffer frames (CVE-2025-39948
    bsc#1251233).
  - qed: Don't collect too many protection override GRC elements
    (CVE-2025-39949 bsc#1251177).
  - commit 2c4293d
  - Delete
    patches.suse/cpuidle-menu-Avoid-discarding-useful-information.patch.
  - commit c2e3ac6
  - Delete
    patches.suse/cpuidle-governors-menu-Avoid-using-invalid-recent-intervals-data.patch.
  - commit b1a47b7
  - nvme/tcp: handle tls partially sent records in write_space()
    (git-fixes).
  - nvme-multipath: Skip nr_active increments in RETRY disposition
    (git-fixes).
  - nvme-pci: Add TUXEDO IBS Gen8 to Samsung sleep quirk
    (git-fixes).
  - commit 4b35633
  - ACPI: battery: Add synchronization between interface updates
    (git-fixes).
  - locking/mutex: Mark devm_mutex_init() as __must_check
    (stable-fixes).
  - ACPI: battery: Check for error code from devm_mutex_init()
    call (git-fixes).
  - ACPI: battery: initialize mutexes through devm_ APIs
    (stable-fixes).
  - accel/ivpu: Add missing MODULE_FIRMWARE metadata (git-fixes).
  - locking/mutex: Introduce devm_mutex_init() (stable-fixes).
  - commit 7bacc8f

++++ libgcrypt:

  - Fix running the test suite in FIPS mode [bsc#1246934]
    * Add libgcrypt-fix-pkcs12-test-in-FIPS-mode.patch
    * Rebase libgcrypt-FIPS-SLI-kdf-leylength.patch

------------------------------------------------------------------
------------------  2025-10-27  -  Oct 27 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Enable SELinux in default daemon.json config (--selinux-enabled). This has no
    practical impact on non-SELinux systems. bsc#1252290

++++ kernel-default:

  - wifi: rtw89: fix use-after-free in
    rtw89_core_tx_kick_off_and_wait() (CVE-2025-40000 bsc#1252062).
  - commit b7a479d
  - sched/fair: set_load_weight() must also call reweight_task() (git-fixes)
  - commit b185921
  - misc: fastrpc: Save actual DMA size in fastrpc_map structure
    (git-fixes).
  - Refresh
    patches.suse/misc-fastrpc-Skip-reference-for-DMA-handles.patch.
  - commit b472422
  - most: usb: hdm_probe: Fix calling put_device() before device
    initialization (git-fixes).
  - most: usb: Fix use-after-free in hdm_disconnect (git-fixes).
  - misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup
    (git-fixes).
  - serial: 8250_dw: handle reset control deassert error
    (git-fixes).
  - xhci: dbc: enable back DbC in resume if it was enabled before
    suspend (git-fixes).
  - spi: spi-nxp-fspi: add extra delay after dll locked (git-fixes).
  - net: usb: rtl8150: Fix frame padding (git-fixes).
  - HID: multitouch: fix name of Stylus input devices (git-fixes).
  - HID: hid-input: only ignore 0 battery events for digitizers
    (git-fixes).
  - r8169: fix packet truncation after S4 resume on
    RTL8168H/RTL8111H (git-fixes).
  - rtc: interface: Ensure alarm irq is enabled when UIE is enabled
    (stable-fixes).
  - rtc: interface: Fix long-standing race when setting alarm
    (stable-fixes).
  - PCI: j721e: Fix programming sequence of "strap" settings
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Add NULL check for DMA channels
    before release (git-fixes).
  - PCI/AER: Support errors introduced by PCIe r6.0 (stable-fixes).
  - phy: cadence: cdns-dphy: Update calibration wait time for
    startup state machine (git-fixes).
  - phy: cadence: cdns-dphy: Fix PLL lock and O_CMN_READY polling
    (git-fixes).
  - phy: cdns-dphy: Store hs_clk_rate and return it (stable-fixes).
  - mtd: rawnand: fsmc: Default to autodetect buswidth
    (stable-fixes).
  - wifi: mt76: mt7921u: Add VID/PID for Netgear A7500
    (stable-fixes).
  - media: nxp: imx8-isi: Drop unused argument to
    mxc_isi_channel_chain() (stable-fixes).
  - mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config
    flag (git-fixes).
  - mmc: core: SPI mode remove cmd7 (stable-fixes).
  - lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and
    older (stable-fixes).
  - PM: runtime: Add new devm functions (stable-fixes).
  - mfd: intel_soc_pmic_chtdc_ti: Drop unneeded assignment for
    cache_type (stable-fixes).
  - mfd: intel_soc_pmic_chtdc_ti: Fix invalid regmap-config
    max_register value (stable-fixes).
  - PCI: Add PCI_VDEVICE_SUB helper macro (stable-fixes).
  - PCI: endpoint: Remove surplus return statement from
    pci_epf_test_clean_dma_chan() (stable-fixes).
  - PCI: j721e: Enable ACSPCIE Refclk if
    "ti,syscon-acspcie-proxy-ctrl" exists (stable-fixes).
  - misc: fastrpc: Add missing dev_err newlines (stable-fixes).
  - commit 9f99f4e
  - firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing
    in raw mode (git-fixes).
  - drm/sched: Fix potential double free in
    drm_sched_job_add_resv_dependencies (git-fixes).
  - drm/rockchip: vop2: use correct destination rectangle height
    check (git-fixes).
  - drm/bridge: lt9211: Drop check for last nibble of version
    register (git-fixes).
  - drm/amd/powerplay: Fix CIK shutdown temperature (git-fixes).
  - drm/amdgpu: use atomic functions with memory barriers for vm
    fault info (git-fixes).
  - drm/i915/guc: Skip communication warning on reset in progress
    (git-fixes).
  - drm/amd: Check whether secure display TA loaded successfully
    (stable-fixes).
  - drm/exynos: exynos7_drm_decon: properly clear channels during
    bind (stable-fixes).
  - drm/exynos: exynos7_drm_decon: fix uninitialized crtc reference
    in functions (stable-fixes).
  - commit 110d102
  - can: netlink: can_changelink(): allow disabling of automatic
    restart (git-fixes).
  - can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb()
    instead of can_dropped_invalid_skb() (git-fixes).
  - ASoC: nau8821: Add DMI quirk to bypass jack debounce circuit
    (git-fixes).
  - ASoC: nau8821: Generalize helper to clear IRQ status
    (git-fixes).
  - ASoC: nau8821: Cancel jdet_work before handling jack ejection
    (git-fixes).
  - ASoC: codecs: Fix gain setting ranges for Renesas IDT821034
    codec (git-fixes).
  - ALSA: usb-audio: Fix NULL pointer deference in
    try_to_register_card (git-fixes).
  - ALSA: firewire: amdtp-stream: fix enum kernel-doc warnings
    (git-fixes).
  - accel/qaic: Treat remaining == 0 as error in
    find_and_map_user_pages() (git-fixes).
  - Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
    (stable-fixes).
  - ACPI: property: Add code comments explaining what is going on
    (stable-fixes).
  - ACPI: property: Disregard references in data-only subnode lists
    (stable-fixes).
  - ACPICA: Allow to skip Global Lock initialization (stable-fixes).
  - ACPI: battery: allocate driver data through devm_ APIs
    (stable-fixes).
  - drm/msm/adreno: De-spaghettify the use of memory barriers
    (stable-fixes).
  - commit e53e617
  - spi: cadence-quadspi: Implement refcount to handle unbind
    during busy (CVE-2025-40005 bsc#1252349).
  - commit 7406f70

++++ kernel-rt:

  - wifi: rtw89: fix use-after-free in
    rtw89_core_tx_kick_off_and_wait() (CVE-2025-40000 bsc#1252062).
  - commit b7a479d
  - sched/fair: set_load_weight() must also call reweight_task() (git-fixes)
  - commit b185921
  - misc: fastrpc: Save actual DMA size in fastrpc_map structure
    (git-fixes).
  - Refresh
    patches.suse/misc-fastrpc-Skip-reference-for-DMA-handles.patch.
  - commit b472422
  - most: usb: hdm_probe: Fix calling put_device() before device
    initialization (git-fixes).
  - most: usb: Fix use-after-free in hdm_disconnect (git-fixes).
  - misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup
    (git-fixes).
  - serial: 8250_dw: handle reset control deassert error
    (git-fixes).
  - xhci: dbc: enable back DbC in resume if it was enabled before
    suspend (git-fixes).
  - spi: spi-nxp-fspi: add extra delay after dll locked (git-fixes).
  - net: usb: rtl8150: Fix frame padding (git-fixes).
  - HID: multitouch: fix name of Stylus input devices (git-fixes).
  - HID: hid-input: only ignore 0 battery events for digitizers
    (git-fixes).
  - r8169: fix packet truncation after S4 resume on
    RTL8168H/RTL8111H (git-fixes).
  - rtc: interface: Ensure alarm irq is enabled when UIE is enabled
    (stable-fixes).
  - rtc: interface: Fix long-standing race when setting alarm
    (stable-fixes).
  - PCI: j721e: Fix programming sequence of "strap" settings
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Add NULL check for DMA channels
    before release (git-fixes).
  - PCI/AER: Support errors introduced by PCIe r6.0 (stable-fixes).
  - phy: cadence: cdns-dphy: Update calibration wait time for
    startup state machine (git-fixes).
  - phy: cadence: cdns-dphy: Fix PLL lock and O_CMN_READY polling
    (git-fixes).
  - phy: cdns-dphy: Store hs_clk_rate and return it (stable-fixes).
  - mtd: rawnand: fsmc: Default to autodetect buswidth
    (stable-fixes).
  - wifi: mt76: mt7921u: Add VID/PID for Netgear A7500
    (stable-fixes).
  - media: nxp: imx8-isi: Drop unused argument to
    mxc_isi_channel_chain() (stable-fixes).
  - mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config
    flag (git-fixes).
  - mmc: core: SPI mode remove cmd7 (stable-fixes).
  - lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and
    older (stable-fixes).
  - PM: runtime: Add new devm functions (stable-fixes).
  - mfd: intel_soc_pmic_chtdc_ti: Drop unneeded assignment for
    cache_type (stable-fixes).
  - mfd: intel_soc_pmic_chtdc_ti: Fix invalid regmap-config
    max_register value (stable-fixes).
  - PCI: Add PCI_VDEVICE_SUB helper macro (stable-fixes).
  - PCI: endpoint: Remove surplus return statement from
    pci_epf_test_clean_dma_chan() (stable-fixes).
  - PCI: j721e: Enable ACSPCIE Refclk if
    "ti,syscon-acspcie-proxy-ctrl" exists (stable-fixes).
  - misc: fastrpc: Add missing dev_err newlines (stable-fixes).
  - commit 9f99f4e
  - firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing
    in raw mode (git-fixes).
  - drm/sched: Fix potential double free in
    drm_sched_job_add_resv_dependencies (git-fixes).
  - drm/rockchip: vop2: use correct destination rectangle height
    check (git-fixes).
  - drm/bridge: lt9211: Drop check for last nibble of version
    register (git-fixes).
  - drm/amd/powerplay: Fix CIK shutdown temperature (git-fixes).
  - drm/amdgpu: use atomic functions with memory barriers for vm
    fault info (git-fixes).
  - drm/i915/guc: Skip communication warning on reset in progress
    (git-fixes).
  - drm/amd: Check whether secure display TA loaded successfully
    (stable-fixes).
  - drm/exynos: exynos7_drm_decon: properly clear channels during
    bind (stable-fixes).
  - drm/exynos: exynos7_drm_decon: fix uninitialized crtc reference
    in functions (stable-fixes).
  - commit 110d102
  - can: netlink: can_changelink(): allow disabling of automatic
    restart (git-fixes).
  - can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb()
    instead of can_dropped_invalid_skb() (git-fixes).
  - ASoC: nau8821: Add DMI quirk to bypass jack debounce circuit
    (git-fixes).
  - ASoC: nau8821: Generalize helper to clear IRQ status
    (git-fixes).
  - ASoC: nau8821: Cancel jdet_work before handling jack ejection
    (git-fixes).
  - ASoC: codecs: Fix gain setting ranges for Renesas IDT821034
    codec (git-fixes).
  - ALSA: usb-audio: Fix NULL pointer deference in
    try_to_register_card (git-fixes).
  - ALSA: firewire: amdtp-stream: fix enum kernel-doc warnings
    (git-fixes).
  - accel/qaic: Treat remaining == 0 as error in
    find_and_map_user_pages() (git-fixes).
  - Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
    (stable-fixes).
  - ACPI: property: Add code comments explaining what is going on
    (stable-fixes).
  - ACPI: property: Disregard references in data-only subnode lists
    (stable-fixes).
  - ACPICA: Allow to skip Global Lock initialization (stable-fixes).
  - ACPI: battery: allocate driver data through devm_ APIs
    (stable-fixes).
  - drm/msm/adreno: De-spaghettify the use of memory barriers
    (stable-fixes).
  - commit e53e617
  - spi: cadence-quadspi: Implement refcount to handle unbind
    during busy (CVE-2025-40005 bsc#1252349).
  - commit 7406f70

++++ kernel-rt_debug:

  - wifi: rtw89: fix use-after-free in
    rtw89_core_tx_kick_off_and_wait() (CVE-2025-40000 bsc#1252062).
  - commit b7a479d
  - sched/fair: set_load_weight() must also call reweight_task() (git-fixes)
  - commit b185921
  - misc: fastrpc: Save actual DMA size in fastrpc_map structure
    (git-fixes).
  - Refresh
    patches.suse/misc-fastrpc-Skip-reference-for-DMA-handles.patch.
  - commit b472422
  - most: usb: hdm_probe: Fix calling put_device() before device
    initialization (git-fixes).
  - most: usb: Fix use-after-free in hdm_disconnect (git-fixes).
  - misc: fastrpc: Fix dma_buf object leak in fastrpc_map_lookup
    (git-fixes).
  - serial: 8250_dw: handle reset control deassert error
    (git-fixes).
  - xhci: dbc: enable back DbC in resume if it was enabled before
    suspend (git-fixes).
  - spi: spi-nxp-fspi: add extra delay after dll locked (git-fixes).
  - net: usb: rtl8150: Fix frame padding (git-fixes).
  - HID: multitouch: fix name of Stylus input devices (git-fixes).
  - HID: hid-input: only ignore 0 battery events for digitizers
    (git-fixes).
  - r8169: fix packet truncation after S4 resume on
    RTL8168H/RTL8111H (git-fixes).
  - rtc: interface: Ensure alarm irq is enabled when UIE is enabled
    (stable-fixes).
  - rtc: interface: Fix long-standing race when setting alarm
    (stable-fixes).
  - PCI: j721e: Fix programming sequence of "strap" settings
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Add NULL check for DMA channels
    before release (git-fixes).
  - PCI/AER: Support errors introduced by PCIe r6.0 (stable-fixes).
  - phy: cadence: cdns-dphy: Update calibration wait time for
    startup state machine (git-fixes).
  - phy: cadence: cdns-dphy: Fix PLL lock and O_CMN_READY polling
    (git-fixes).
  - phy: cdns-dphy: Store hs_clk_rate and return it (stable-fixes).
  - mtd: rawnand: fsmc: Default to autodetect buswidth
    (stable-fixes).
  - wifi: mt76: mt7921u: Add VID/PID for Netgear A7500
    (stable-fixes).
  - media: nxp: imx8-isi: Drop unused argument to
    mxc_isi_channel_chain() (stable-fixes).
  - mfd: intel_soc_pmic_chtdc_ti: Set use_single_read regmap_config
    flag (git-fixes).
  - mmc: core: SPI mode remove cmd7 (stable-fixes).
  - lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and
    older (stable-fixes).
  - PM: runtime: Add new devm functions (stable-fixes).
  - mfd: intel_soc_pmic_chtdc_ti: Drop unneeded assignment for
    cache_type (stable-fixes).
  - mfd: intel_soc_pmic_chtdc_ti: Fix invalid regmap-config
    max_register value (stable-fixes).
  - PCI: Add PCI_VDEVICE_SUB helper macro (stable-fixes).
  - PCI: endpoint: Remove surplus return statement from
    pci_epf_test_clean_dma_chan() (stable-fixes).
  - PCI: j721e: Enable ACSPCIE Refclk if
    "ti,syscon-acspcie-proxy-ctrl" exists (stable-fixes).
  - misc: fastrpc: Add missing dev_err newlines (stable-fixes).
  - commit 9f99f4e
  - firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing
    in raw mode (git-fixes).
  - drm/sched: Fix potential double free in
    drm_sched_job_add_resv_dependencies (git-fixes).
  - drm/rockchip: vop2: use correct destination rectangle height
    check (git-fixes).
  - drm/bridge: lt9211: Drop check for last nibble of version
    register (git-fixes).
  - drm/amd/powerplay: Fix CIK shutdown temperature (git-fixes).
  - drm/amdgpu: use atomic functions with memory barriers for vm
    fault info (git-fixes).
  - drm/i915/guc: Skip communication warning on reset in progress
    (git-fixes).
  - drm/amd: Check whether secure display TA loaded successfully
    (stable-fixes).
  - drm/exynos: exynos7_drm_decon: properly clear channels during
    bind (stable-fixes).
  - drm/exynos: exynos7_drm_decon: fix uninitialized crtc reference
    in functions (stable-fixes).
  - commit 110d102
  - can: netlink: can_changelink(): allow disabling of automatic
    restart (git-fixes).
  - can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb()
    instead of can_dropped_invalid_skb() (git-fixes).
  - ASoC: nau8821: Add DMI quirk to bypass jack debounce circuit
    (git-fixes).
  - ASoC: nau8821: Generalize helper to clear IRQ status
    (git-fixes).
  - ASoC: nau8821: Cancel jdet_work before handling jack ejection
    (git-fixes).
  - ASoC: codecs: Fix gain setting ranges for Renesas IDT821034
    codec (git-fixes).
  - ALSA: usb-audio: Fix NULL pointer deference in
    try_to_register_card (git-fixes).
  - ALSA: firewire: amdtp-stream: fix enum kernel-doc warnings
    (git-fixes).
  - accel/qaic: Treat remaining == 0 as error in
    find_and_map_user_pages() (git-fixes).
  - Bluetooth: btusb: Add USB ID 2001:332a for D-Link AX9U rev. A1
    (stable-fixes).
  - ACPI: property: Add code comments explaining what is going on
    (stable-fixes).
  - ACPI: property: Disregard references in data-only subnode lists
    (stable-fixes).
  - ACPICA: Allow to skip Global Lock initialization (stable-fixes).
  - ACPI: battery: allocate driver data through devm_ APIs
    (stable-fixes).
  - drm/msm/adreno: De-spaghettify the use of memory barriers
    (stable-fixes).
  - commit e53e617
  - spi: cadence-quadspi: Implement refcount to handle unbind
    during busy (CVE-2025-40005 bsc#1252349).
  - commit 7406f70

++++ python-PyJWT:

  - Remove not needed update-alternatives requirement.

------------------------------------------------------------------
------------------  2025-10-26  -  Oct 26 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i40e: fix idx validation in config queues msg (CVE-2025-39971 bsc#1252052)
  - commit 70699a8
  - i40e: fix input validation logic for action_meta (CVE-2025-39970 bsc#1252051)
  - commit 57401e3

++++ kernel-rt:

  - i40e: fix idx validation in config queues msg (CVE-2025-39971 bsc#1252052)
  - commit 70699a8
  - i40e: fix input validation logic for action_meta (CVE-2025-39970 bsc#1252051)
  - commit 57401e3

++++ kernel-rt_debug:

  - i40e: fix idx validation in config queues msg (CVE-2025-39971 bsc#1252052)
  - commit 70699a8
  - i40e: fix input validation logic for action_meta (CVE-2025-39970 bsc#1252051)
  - commit 57401e3

------------------------------------------------------------------
------------------  2025-10-25  -  Oct 25 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - arm64, mm: avoid always making PTE dirty in pte_mkwrite() (git-fixes)
  - commit 59db3fb
  - arm64: errata: Apply workarounds for Neoverse-V3AE (git-fixes)
  - commit da235eb
  - arm64: cputype: Add Neoverse-V3AE definitions (git-fixes)
  - commit 5587842

++++ kernel-rt:

  - arm64, mm: avoid always making PTE dirty in pte_mkwrite() (git-fixes)
  - commit 59db3fb
  - arm64: errata: Apply workarounds for Neoverse-V3AE (git-fixes)
  - commit da235eb
  - arm64: cputype: Add Neoverse-V3AE definitions (git-fixes)
  - commit 5587842

++++ kernel-rt_debug:

  - arm64, mm: avoid always making PTE dirty in pte_mkwrite() (git-fixes)
  - commit 59db3fb
  - arm64: errata: Apply workarounds for Neoverse-V3AE (git-fixes)
  - commit da235eb
  - arm64: cputype: Add Neoverse-V3AE definitions (git-fixes)
  - commit 5587842

------------------------------------------------------------------
------------------  2025-10-24  -  Oct 24 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - NFSD: Minor cleanup in layoutcommit processing (git-fixes).
  - commit baef4e7
  - NFSD: Rework encoding and decoding of nfsd4_deviceid
    (git-fixes).
  - commit 72f1d28
  - hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
    (git-fixes).
  - commit a6f88ab
  - xfs: rename the old_crc variable in xlog_recover_process
    (git-fixes).
  - commit 677fb8c

++++ kernel-rt:

  - NFSD: Minor cleanup in layoutcommit processing (git-fixes).
  - commit baef4e7
  - NFSD: Rework encoding and decoding of nfsd4_deviceid
    (git-fixes).
  - commit 72f1d28
  - hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
    (git-fixes).
  - commit a6f88ab
  - xfs: rename the old_crc variable in xlog_recover_process
    (git-fixes).
  - commit 677fb8c

++++ kernel-rt_debug:

  - NFSD: Minor cleanup in layoutcommit processing (git-fixes).
  - commit baef4e7
  - NFSD: Rework encoding and decoding of nfsd4_deviceid
    (git-fixes).
  - commit 72f1d28
  - hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()
    (git-fixes).
  - commit a6f88ab
  - xfs: rename the old_crc variable in xlog_recover_process
    (git-fixes).
  - commit 677fb8c

------------------------------------------------------------------
------------------  2025-10-23  -  Oct 23 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable() (CVE-2025-39876 bsc#1250400)
  - commit 137f367
  - proc: fix type confusion in pde_set_flags() (bsc#1248630)
  - commit c6a1bb4
  - proc: fix missing pde_set_flags() for net proc files (bsc#1248630)
  - commit 539da61
  - proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al (CVE-2025-38653 bsc#1248630)
  - commit bcff9b5
  - ovl: fix file reference leak when submitting aio (stable-fixes).
  - commit 57db5b5
  - KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not
    for Xen PV clock (git-fixes).
  - commit 85e57cf
  - KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocks
    (git-fixes).
  - commit cd63f69
  - KVM: x86: Process "guest stopped request" once per guest time
    update (git-fixes).
  - commit 29a55cf
  - add bug reference to existing hv_netvsc change (bsc#1252265)
  - commit 95261dd

++++ kernel-rt:

  - net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable() (CVE-2025-39876 bsc#1250400)
  - commit 137f367
  - proc: fix type confusion in pde_set_flags() (bsc#1248630)
  - commit c6a1bb4
  - proc: fix missing pde_set_flags() for net proc files (bsc#1248630)
  - commit 539da61
  - proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al (CVE-2025-38653 bsc#1248630)
  - commit bcff9b5
  - ovl: fix file reference leak when submitting aio (stable-fixes).
  - commit 57db5b5
  - KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not
    for Xen PV clock (git-fixes).
  - commit 85e57cf
  - KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocks
    (git-fixes).
  - commit cd63f69
  - KVM: x86: Process "guest stopped request" once per guest time
    update (git-fixes).
  - commit 29a55cf
  - add bug reference to existing hv_netvsc change (bsc#1252265)
  - commit 95261dd

++++ kernel-rt_debug:

  - net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable() (CVE-2025-39876 bsc#1250400)
  - commit 137f367
  - proc: fix type confusion in pde_set_flags() (bsc#1248630)
  - commit c6a1bb4
  - proc: fix missing pde_set_flags() for net proc files (bsc#1248630)
  - commit 539da61
  - proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al (CVE-2025-38653 bsc#1248630)
  - commit bcff9b5
  - ovl: fix file reference leak when submitting aio (stable-fixes).
  - commit 57db5b5
  - KVM: x86: Set PVCLOCK_GUEST_STOPPED only for kvmclock, not
    for Xen PV clock (git-fixes).
  - commit 85e57cf
  - KVM: x86: Don't bleed PVCLOCK_GUEST_STOPPED across PV clocks
    (git-fixes).
  - commit cd63f69
  - KVM: x86: Process "guest stopped request" once per guest time
    update (git-fixes).
  - commit 29a55cf
  - add bug reference to existing hv_netvsc change (bsc#1252265)
  - commit 95261dd

------------------------------------------------------------------
------------------  2025-10-22  -  Oct 22 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: SVM: Inject #GP if memory operand for INVPCID is
    non-canonical (git-fixes).
  - commit ed9dfb1
  - KVM: x86: Clear pv_unhalted on all transitions to
    KVM_MP_STATE_RUNNABLE (git-fixes).
  - commit f4d45de
  - KVM: x86: Introduce kvm_set_mp_state() (git-fixes).
  - commit 4b1f2ec

++++ kernel-rt:

  - KVM: SVM: Inject #GP if memory operand for INVPCID is
    non-canonical (git-fixes).
  - commit ed9dfb1
  - KVM: x86: Clear pv_unhalted on all transitions to
    KVM_MP_STATE_RUNNABLE (git-fixes).
  - commit f4d45de
  - KVM: x86: Introduce kvm_set_mp_state() (git-fixes).
  - commit 4b1f2ec

++++ kernel-rt_debug:

  - KVM: SVM: Inject #GP if memory operand for INVPCID is
    non-canonical (git-fixes).
  - commit ed9dfb1
  - KVM: x86: Clear pv_unhalted on all transitions to
    KVM_MP_STATE_RUNNABLE (git-fixes).
  - commit f4d45de
  - KVM: x86: Introduce kvm_set_mp_state() (git-fixes).
  - commit 4b1f2ec

++++ gpgme:

  - Treat empty DISPLAY variable as unset. [bsc#1252425, bsc#1231055]
    * To avoid gpgme constructing an invalid gpg command line when
    the DISPLAY variable is empty it can be treated as unset.
    * Add gpgme-Treat-empty-DISPLAY-variable-as-unset.patch
    * Reported upstream: dev.gnupg.org/T7919

------------------------------------------------------------------
------------------  2025-10-21  -  Oct 21 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - NFS: Fix a race when updating an existing write (bsc#1249319
    bsc#1252236 CVE-2025-39697).
  - commit 40cab0c
  - nfs: Add missing release on error in
    nfs_lock_and_join_requests() (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit b903556
  - nfs: fold nfs_page_group_lock_subrequests into
    nfs_lock_and_join_requests (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit 13ceff1
  - nfs: fold nfs_folio_find_and_lock_request into
    nfs_lock_and_join_requests (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit 14874ac
  - nfs: simplify nfs_folio_find_and_lock_request (bsc#1249319
    bsc#1252236 CVE-2025-39697).
  - commit 1b25c26
  - nfs: remove nfs_folio_private_request (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit c28ea5d
  - nfs: remove dead code for the old swap over NFS implementation
    (bsc#1249319 bsc#1252236 CVE-2025-39697).
  - Refresh
    patches.suse/NFS-fix-nfs_release_folio-to-not-deadlock-via-kcompa.patch.
  - commit e7a5c52
  - kABI fix for KVM: x86: Snapshot the host's DEBUGCTL in common
    x86 (git-fixes).
  - commit 0bb2570
  - overlayfs: set ctime when setting mtime and atime
    (stable-fixes).
  - ovl: fix incorrect fdput() on aio completion (stable-fixes).
  - ovl: Always reevaluate the file signature for IMA
    (stable-fixes).
  - commit 4cfc4ed
  - i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path (CVE-2025-39911 bsc#1250704)
  - commit 627f938
  - sched: Fix sched_numa_find_nth_cpu() if mask offline (CVE-2025-39895 bsc#1250721)
  - commit 581de7a
  - sctp: initialize more fields in sctp_v6_from_sk() (CVE-2025-39812 bsc#1250202)
  - commit 56a7db3

++++ kernel-rt:

  - NFS: Fix a race when updating an existing write (bsc#1249319
    bsc#1252236 CVE-2025-39697).
  - commit 40cab0c
  - nfs: Add missing release on error in
    nfs_lock_and_join_requests() (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit b903556
  - nfs: fold nfs_page_group_lock_subrequests into
    nfs_lock_and_join_requests (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit 13ceff1
  - nfs: fold nfs_folio_find_and_lock_request into
    nfs_lock_and_join_requests (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit 14874ac
  - nfs: simplify nfs_folio_find_and_lock_request (bsc#1249319
    bsc#1252236 CVE-2025-39697).
  - commit 1b25c26
  - nfs: remove nfs_folio_private_request (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit c28ea5d
  - nfs: remove dead code for the old swap over NFS implementation
    (bsc#1249319 bsc#1252236 CVE-2025-39697).
  - Refresh
    patches.suse/NFS-fix-nfs_release_folio-to-not-deadlock-via-kcompa.patch.
  - commit e7a5c52
  - kABI fix for KVM: x86: Snapshot the host's DEBUGCTL in common
    x86 (git-fixes).
  - commit 0bb2570
  - overlayfs: set ctime when setting mtime and atime
    (stable-fixes).
  - ovl: fix incorrect fdput() on aio completion (stable-fixes).
  - ovl: Always reevaluate the file signature for IMA
    (stable-fixes).
  - commit 4cfc4ed
  - i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path (CVE-2025-39911 bsc#1250704)
  - commit 627f938
  - sched: Fix sched_numa_find_nth_cpu() if mask offline (CVE-2025-39895 bsc#1250721)
  - commit 581de7a
  - sctp: initialize more fields in sctp_v6_from_sk() (CVE-2025-39812 bsc#1250202)
  - commit 56a7db3

++++ kernel-rt_debug:

  - NFS: Fix a race when updating an existing write (bsc#1249319
    bsc#1252236 CVE-2025-39697).
  - commit 40cab0c
  - nfs: Add missing release on error in
    nfs_lock_and_join_requests() (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit b903556
  - nfs: fold nfs_page_group_lock_subrequests into
    nfs_lock_and_join_requests (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit 13ceff1
  - nfs: fold nfs_folio_find_and_lock_request into
    nfs_lock_and_join_requests (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit 14874ac
  - nfs: simplify nfs_folio_find_and_lock_request (bsc#1249319
    bsc#1252236 CVE-2025-39697).
  - commit 1b25c26
  - nfs: remove nfs_folio_private_request (bsc#1249319 bsc#1252236
    CVE-2025-39697).
  - commit c28ea5d
  - nfs: remove dead code for the old swap over NFS implementation
    (bsc#1249319 bsc#1252236 CVE-2025-39697).
  - Refresh
    patches.suse/NFS-fix-nfs_release_folio-to-not-deadlock-via-kcompa.patch.
  - commit e7a5c52
  - kABI fix for KVM: x86: Snapshot the host's DEBUGCTL in common
    x86 (git-fixes).
  - commit 0bb2570
  - overlayfs: set ctime when setting mtime and atime
    (stable-fixes).
  - ovl: fix incorrect fdput() on aio completion (stable-fixes).
  - ovl: Always reevaluate the file signature for IMA
    (stable-fixes).
  - commit 4cfc4ed
  - i40e: fix IRQ freeing in i40e_vsi_request_irq_msix error path (CVE-2025-39911 bsc#1250704)
  - commit 627f938
  - sched: Fix sched_numa_find_nth_cpu() if mask offline (CVE-2025-39895 bsc#1250721)
  - commit 581de7a
  - sctp: initialize more fields in sctp_v6_from_sk() (CVE-2025-39812 bsc#1250202)
  - commit 56a7db3

++++ sqlite3:

  - bsc#1252217: Add a %license file.

------------------------------------------------------------------
------------------  2025-10-20  -  Oct 20 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ipv6: sr: Fix MAC comparison to be constant-time (CVE-2025-39702 bsc#1249317)
  - commit 3d85c5c
  - sctp: linearize cloned gso packets in sctp_rcv (CVE-2025-38718 bsc#1249161)
  - commit 0083867
  - scsi: qla4xxx: Prevent a potential error pointer dereference (CVE-2025-39676 bsc#1249302)
  - commit a3b8686
  - net: usb: lan78xx: Add error handling to
    lan78xx_init_mac_address (git-fixes).
  - commit f1ec116
  - net/mlx5e: Harden uplink netdev access against device unbind
    (CVE-2025-39947 bsc#1251232).
  - commit d4278a0
  - KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
    (git-fixes).
  - commit 09e399f
  - KVM: x86: Bypass register cache when querying CPL from
    kvm_sched_out() (git-fixes).
  - commit 27a06fc
  - net: usb: lan78xx: fix use of improperly initialized dev->chipid
    in lan78xx_reset (git-fixes).
  - commit ad26239
  - r8152: add error handling in rtl8152_driver_init (git-fixes).
  - commit db73d98
  - usbnet: Fix using smp_processor_id() in preemptible code
    warnings (git-fixes).
  - commit b2c518b
  - config.sh: Update IBS project
  - commit f8ef735
  - cpufreq: scmi: Account for malformed DT in
    scmi_dev_used_by_cpus() (git-fixes).
  - commit 149500a
  - cpuidle: governors: menu: Avoid using invalid recent intervals
    data (git-fixes).
  - commit a4ef664
  - hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
    (git-fixes).
  - commit baddd40
  - selftests/bpf: Fix backtrace printing for selftests crashes
    (git-fixes).
  - commit 63e24c4
  - tools/resolve_btfids: Fix build when cross compiling kernel
    with clang (git-fixes).
  - commit f4f0a36
  - samples/bpf: Fix compilation failure for samples/bpf on
    LoongArch Fedora (git-fixes).
  - commit fa036e9
  - selftests/bpf: Fix cross-compiling urandom_read (git-fixes).
  - commit d19eec5
  - selftests/bpf: Fix compile if backtrace support missing in libc
    (git-fixes).
  - commit 3353a4b
  - selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
    (git-fixes).
  - commit b5270ce
  - selftests/bpf: Fix C++ compile error from missing _Bool type
    (git-fixes).
  - commit 736692a
  - selftests/bpf: Fix error compiling test_lru_map.c (git-fixes).
  - commit 8aa3099
  - selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
    (git-fixes).
  - commit 35f5a49

++++ kernel-rt:

  - ipv6: sr: Fix MAC comparison to be constant-time (CVE-2025-39702 bsc#1249317)
  - commit 3d85c5c
  - sctp: linearize cloned gso packets in sctp_rcv (CVE-2025-38718 bsc#1249161)
  - commit 0083867
  - scsi: qla4xxx: Prevent a potential error pointer dereference (CVE-2025-39676 bsc#1249302)
  - commit a3b8686
  - net: usb: lan78xx: Add error handling to
    lan78xx_init_mac_address (git-fixes).
  - commit f1ec116
  - net/mlx5e: Harden uplink netdev access against device unbind
    (CVE-2025-39947 bsc#1251232).
  - commit d4278a0
  - KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
    (git-fixes).
  - commit 09e399f
  - KVM: x86: Bypass register cache when querying CPL from
    kvm_sched_out() (git-fixes).
  - commit 27a06fc
  - net: usb: lan78xx: fix use of improperly initialized dev->chipid
    in lan78xx_reset (git-fixes).
  - commit ad26239
  - r8152: add error handling in rtl8152_driver_init (git-fixes).
  - commit db73d98
  - usbnet: Fix using smp_processor_id() in preemptible code
    warnings (git-fixes).
  - commit b2c518b
  - config.sh: Update IBS project
  - commit f8ef735
  - cpufreq: scmi: Account for malformed DT in
    scmi_dev_used_by_cpus() (git-fixes).
  - commit 149500a
  - cpuidle: governors: menu: Avoid using invalid recent intervals
    data (git-fixes).
  - commit a4ef664
  - serial: jsm: fix NPE during jsm_uart_port_init (git fixes,
    bsc#1246244).
  - commit 8f7711f
  - hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
    (git-fixes).
  - commit baddd40
  - selftests/bpf: Fix backtrace printing for selftests crashes
    (git-fixes).
  - commit 63e24c4
  - tools/resolve_btfids: Fix build when cross compiling kernel
    with clang (git-fixes).
  - commit f4f0a36
  - samples/bpf: Fix compilation failure for samples/bpf on
    LoongArch Fedora (git-fixes).
  - commit fa036e9
  - selftests/bpf: Fix cross-compiling urandom_read (git-fixes).
  - commit d19eec5
  - selftests/bpf: Fix compile if backtrace support missing in libc
    (git-fixes).
  - commit 3353a4b
  - selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
    (git-fixes).
  - commit b5270ce
  - selftests/bpf: Fix C++ compile error from missing _Bool type
    (git-fixes).
  - commit 736692a
  - selftests/bpf: Fix error compiling test_lru_map.c (git-fixes).
  - commit 8aa3099
  - selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
    (git-fixes).
  - commit 35f5a49

++++ kernel-rt_debug:

  - ipv6: sr: Fix MAC comparison to be constant-time (CVE-2025-39702 bsc#1249317)
  - commit 3d85c5c
  - sctp: linearize cloned gso packets in sctp_rcv (CVE-2025-38718 bsc#1249161)
  - commit 0083867
  - scsi: qla4xxx: Prevent a potential error pointer dereference (CVE-2025-39676 bsc#1249302)
  - commit a3b8686
  - net: usb: lan78xx: Add error handling to
    lan78xx_init_mac_address (git-fixes).
  - commit f1ec116
  - net/mlx5e: Harden uplink netdev access against device unbind
    (CVE-2025-39947 bsc#1251232).
  - commit d4278a0
  - KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQs
    (git-fixes).
  - commit 09e399f
  - KVM: x86: Bypass register cache when querying CPL from
    kvm_sched_out() (git-fixes).
  - commit 27a06fc
  - net: usb: lan78xx: fix use of improperly initialized dev->chipid
    in lan78xx_reset (git-fixes).
  - commit ad26239
  - r8152: add error handling in rtl8152_driver_init (git-fixes).
  - commit db73d98
  - usbnet: Fix using smp_processor_id() in preemptible code
    warnings (git-fixes).
  - commit b2c518b
  - config.sh: Update IBS project
  - commit f8ef735
  - cpufreq: scmi: Account for malformed DT in
    scmi_dev_used_by_cpus() (git-fixes).
  - commit 149500a
  - cpuidle: governors: menu: Avoid using invalid recent intervals
    data (git-fixes).
  - commit a4ef664
  - serial: jsm: fix NPE during jsm_uart_port_init (git fixes,
    bsc#1246244).
  - commit 8f7711f
  - hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
    (git-fixes).
  - commit baddd40
  - selftests/bpf: Fix backtrace printing for selftests crashes
    (git-fixes).
  - commit 63e24c4
  - tools/resolve_btfids: Fix build when cross compiling kernel
    with clang (git-fixes).
  - commit f4f0a36
  - samples/bpf: Fix compilation failure for samples/bpf on
    LoongArch Fedora (git-fixes).
  - commit fa036e9
  - selftests/bpf: Fix cross-compiling urandom_read (git-fixes).
  - commit d19eec5
  - selftests/bpf: Fix compile if backtrace support missing in libc
    (git-fixes).
  - commit 3353a4b
  - selftests/bpf: Fix redefinition errors compiling lwt_reroute.c
    (git-fixes).
  - commit b5270ce
  - selftests/bpf: Fix C++ compile error from missing _Bool type
    (git-fixes).
  - commit 736692a
  - selftests/bpf: Fix error compiling test_lru_map.c (git-fixes).
  - commit 8aa3099
  - selftests/bpf: Fix compile error from rlim_t in sk_storage_map.c
    (git-fixes).
  - commit 35f5a49

------------------------------------------------------------------
------------------  2025-10-19  -  Oct 19 2025  -------------------
------------------------------------------------------------------

++++ util-linux-systemd:

  - lscpu: Add support for NVIDIA Olympus arm64 core (jsc#PED-13682,
    util-linux-lscpu-add-arm64-NVIDIA-Olympus.patch).

++++ util-linux:

  - lscpu: Add support for NVIDIA Olympus arm64 core (jsc#PED-13682,
    util-linux-lscpu-add-arm64-NVIDIA-Olympus.patch).

------------------------------------------------------------------
------------------  2025-10-17  -  Oct 17 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - perf/core: Fix the WARN_ON_ONCE is out of lock protected region
    (git-fixes).
  - perf/x86/intel: Fix crash in icl_update_topdown_event()
    (git-fixes).
  - perf/x86: Fix non-sampling (counting) events on certain x86
    platforms (git-fixes).
  - commit 814983a
  - doc/README.SUSE: Correct the character used for TAINT_NO_SUPPORT
    The character was previously 'N', but upstream used it for TAINT_TEST,
    which prompted the change of TAINT_NO_SUPPORT to 'n'. This occurred in
    commit c35dc3823d08 ("Update to 6.0-rc1") on master and in d016c04d731d
    ("Bump to 6.4 kernel (jsc#PED-4593)") for SLE15-SP6 (and onwards).
    Update the documentation to reflect this change.
  - commit f42ecf5
  - ACPI: property: Do not pass NULL handles to acpi_attach_data()
    (stable-fixes git-fixes).
  - commit 19fb175
  - ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic path
    (stable-fixes).
  - commit d0f4111
  - cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
    (git-fixes).
  - commit 59c2171
  - ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of
    CONFIG_X86_ANDROID_TABLETS (stable-fixes).
  - commit 793bb70
  - cpuidle: qcom-spm: fix device and OF node leaks at probe
    (git-fixes).
  - commit 39be628
  - cpuidle: menu: Avoid discarding useful information
    (stable-fixes).
  - commit b136410
  - cpufreq: tegra186: Set target frequency for all cpus in policy
    (git-fixes).
  - commit e1cfca8
  - cpufreq: intel_pstate: Fix object lifecycle issue in
    update_qos_request() (stable-fixes git-fixes).
  - commit 8b10f36
  - cpufreq: armada-8k: Fix off by one in
    armada_8k_cpufreq_free_table() (stable-fixes git-fixes).
  - commit 3e7dc0b
  - cpufreq: scmi: Skip SCMI devices that aren't used by the CPUs
    (stable-fixes).
  - commit 2dde40f
  - tcp_bpf: Fix copied value in tcp_bpf_sendmsg (bsc#1250650).
  - skmsg: Return copied bytes in sk_msg_memcopy_from_iter
    (bsc#1250650).
  - commit 5925a0e
  - sched/idle: Conditionally handle tick broadcast in
    default_idle_call() (bsc#1248517).
  - Update config files.
  - commit 1a58311
  - x86/idle: Sanitize X86_BUG_AMD_E400 handling (bsc#1248517).
  - Refresh
    patches.suse/x86-tdx-Fix-arch_safe_halt-execution-for-TDX-VMs.patch.
  - commit be42a2d

++++ kernel-rt:

  - perf/core: Fix the WARN_ON_ONCE is out of lock protected region
    (git-fixes).
  - perf/x86/intel: Fix crash in icl_update_topdown_event()
    (git-fixes).
  - perf/x86: Fix non-sampling (counting) events on certain x86
    platforms (git-fixes).
  - commit 814983a
  - doc/README.SUSE: Correct the character used for TAINT_NO_SUPPORT
    The character was previously 'N', but upstream used it for TAINT_TEST,
    which prompted the change of TAINT_NO_SUPPORT to 'n'. This occurred in
    commit c35dc3823d08 ("Update to 6.0-rc1") on master and in d016c04d731d
    ("Bump to 6.4 kernel (jsc#PED-4593)") for SLE15-SP6 (and onwards).
    Update the documentation to reflect this change.
  - commit f42ecf5
  - ACPI: property: Do not pass NULL handles to acpi_attach_data()
    (stable-fixes git-fixes).
  - commit 19fb175
  - ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic path
    (stable-fixes).
  - commit d0f4111
  - cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
    (git-fixes).
  - commit 59c2171
  - ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of
    CONFIG_X86_ANDROID_TABLETS (stable-fixes).
  - commit 793bb70
  - cpuidle: qcom-spm: fix device and OF node leaks at probe
    (git-fixes).
  - commit 39be628
  - cpuidle: menu: Avoid discarding useful information
    (stable-fixes).
  - commit b136410
  - cpufreq: tegra186: Set target frequency for all cpus in policy
    (git-fixes).
  - commit e1cfca8
  - cpufreq: intel_pstate: Fix object lifecycle issue in
    update_qos_request() (stable-fixes git-fixes).
  - commit 8b10f36
  - cpufreq: armada-8k: Fix off by one in
    armada_8k_cpufreq_free_table() (stable-fixes git-fixes).
  - commit 3e7dc0b
  - cpufreq: scmi: Skip SCMI devices that aren't used by the CPUs
    (stable-fixes).
  - commit 2dde40f
  - tcp_bpf: Fix copied value in tcp_bpf_sendmsg (bsc#1250650).
  - skmsg: Return copied bytes in sk_msg_memcopy_from_iter
    (bsc#1250650).
  - commit 5925a0e
  - sched/idle: Conditionally handle tick broadcast in
    default_idle_call() (bsc#1248517).
  - Update config files.
  - commit 1a58311
  - x86/idle: Sanitize X86_BUG_AMD_E400 handling (bsc#1248517).
  - Refresh
    patches.suse/x86-tdx-Fix-arch_safe_halt-execution-for-TDX-VMs.patch.
  - commit be42a2d

++++ kernel-rt_debug:

  - perf/core: Fix the WARN_ON_ONCE is out of lock protected region
    (git-fixes).
  - perf/x86/intel: Fix crash in icl_update_topdown_event()
    (git-fixes).
  - perf/x86: Fix non-sampling (counting) events on certain x86
    platforms (git-fixes).
  - commit 814983a
  - doc/README.SUSE: Correct the character used for TAINT_NO_SUPPORT
    The character was previously 'N', but upstream used it for TAINT_TEST,
    which prompted the change of TAINT_NO_SUPPORT to 'n'. This occurred in
    commit c35dc3823d08 ("Update to 6.0-rc1") on master and in d016c04d731d
    ("Bump to 6.4 kernel (jsc#PED-4593)") for SLE15-SP6 (and onwards).
    Update the documentation to reflect this change.
  - commit f42ecf5
  - ACPI: property: Do not pass NULL handles to acpi_attach_data()
    (stable-fixes git-fixes).
  - commit 19fb175
  - ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic path
    (stable-fixes).
  - commit d0f4111
  - cpufreq: CPPC: fix perf_to_khz/khz_to_perf conversion exception
    (git-fixes).
  - commit 59c2171
  - ACPI: x86: Move acpi_quirk_skip_serdev_enumeration() out of
    CONFIG_X86_ANDROID_TABLETS (stable-fixes).
  - commit 793bb70
  - cpuidle: qcom-spm: fix device and OF node leaks at probe
    (git-fixes).
  - commit 39be628
  - cpuidle: menu: Avoid discarding useful information
    (stable-fixes).
  - commit b136410
  - cpufreq: tegra186: Set target frequency for all cpus in policy
    (git-fixes).
  - commit e1cfca8
  - cpufreq: intel_pstate: Fix object lifecycle issue in
    update_qos_request() (stable-fixes git-fixes).
  - commit 8b10f36
  - cpufreq: armada-8k: Fix off by one in
    armada_8k_cpufreq_free_table() (stable-fixes git-fixes).
  - commit 3e7dc0b
  - cpufreq: scmi: Skip SCMI devices that aren't used by the CPUs
    (stable-fixes).
  - commit 2dde40f
  - tcp_bpf: Fix copied value in tcp_bpf_sendmsg (bsc#1250650).
  - skmsg: Return copied bytes in sk_msg_memcopy_from_iter
    (bsc#1250650).
  - commit 5925a0e
  - sched/idle: Conditionally handle tick broadcast in
    default_idle_call() (bsc#1248517).
  - Update config files.
  - commit 1a58311
  - x86/idle: Sanitize X86_BUG_AMD_E400 handling (bsc#1248517).
  - Refresh
    patches.suse/x86-tdx-Fix-arch_safe_halt-execution-for-TDX-VMs.patch.
  - commit be42a2d

++++ freetype2:

  - package FTL.TXT and GPLv2.TXT [bsc#1252148]

++++ opensuse-migration-tool:

  - Update to version 20251017.e28f94c:
    * fix: remove the check for x86-64-v3 flag xsave from the v2 check

------------------------------------------------------------------
------------------  2025-10-16  -  Oct 16 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - perf/aux: Fix pending disable flow when the AUX ring buffer
    overruns (git-fixes).
  - perf/core: Fix WARN in perf_cgroup_switch() (git-fixes).
  - perf: Fix cgroup state vs ERROR (git-fixes).
  - perf/core: Fix broken throttling when max_samples_per_tick=1
    (git-fixes).
  - perf: Ensure bpf_perf_link path is properly serialized
    (git-fixes).
  - perf/x86/intel: Only check the group flag for X86 leader
    (git-fixes).
  - perf/x86/intel: Allow to update user space GPRs from PEBS
    records (git-fixes).
  - perf/x86/intel/uncore: Fix the scale of IIO free running
    counters on SPR (git-fixes).
  - perf/x86/intel/uncore: Fix the scale of IIO free running
    counters on ICX (git-fixes).
  - perf/x86/intel/uncore: Fix the scale of IIO free running
    counters on SNR (git-fixes).
  - perf/core: Fix child_total_time_enabled accounting bug at task
    exit (git-fixes).
  - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll
    (git-fixes).
  - perf/bpf: Robustify perf_event_free_bpf_prog() (git-fixes).
  - perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint
    type (git-fixes).
  - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample
    read (git-fixes).
  - perf/x86/intel: Apply static call for drain_pebs (git-fixes).
  - perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt (git-fixes).
  - perf/amd/ibs: Fix ->config to sample period calculation for
    OP PMU (git-fixes).
  - perf/core: Fix pmus_lock vs. pmus_srcu ordering (git-fixes).
  - perf/x86/intel: Use better start period for frequency mode
    (git-fixes).
  - perf/core: Fix low freq setting via IOC_PERIOD (git-fixes).
  - perf/x86: Fix low freqency setting issue (git-fixes).
  - perf/x86/intel/ds: Unconditionally drain PEBS DS when changing
    PEBS_DATA_CFG (git-fixes).
  - perf/x86/amd: Warn only on new bits set (git-fixes).
  - s390: Initialize psw mask in perf_arch_fetch_caller_regs()
    (git-fixes).
  - perf/core: Fix small negative period being ignored (git-fixes).
  - perf: Extract a few helpers (git-fixes).
  - perf/x86/intel/pt: Fix sampling synchronization (git-fixes).
  - perf/x86/intel: Allow to setup LBR for counting event for BPF
    (git-fixes).
  - drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
    (git-fixes).
  - perf/amd: Prevent grouping of IBS events (git-fixes).
  - commit 76eb280
  - tls: make sure to abort the stream if headers are bogus
    (CVE-2025-39946 bsc#1251114).
  - commit d62deaa
  - selftests/bpf: Fix error compiling tc_redirect.c with musl libc
    (git-fixes).
  - commit b2a359c
  - selftests/bpf: Fix errors compiling cg_storage_multi.h with
    musl libc (git-fixes).
  - commit 799529b
  - selftests/bpf: Fix errors compiling decap_sanity.c with musl
    libc (git-fixes).
  - commit f14b275
  - selftests/bpf: Fix errors compiling lwt_redirect.c with musl
    libc (git-fixes).
  - commit 498999e
  - selftests/bpf: Fix compiling core_reloc.c with musl-libc
    (git-fixes).
  - commit eb3a7bd
  - selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
    (git-fixes).
  - commit 109e7cc
  - selftests/bpf: Fix compiling flow_dissector.c with musl-libc
    (git-fixes).
  - commit 9b43d04
  - selftests/bpf: Fix compiling kfree_skb.c with musl-libc
    (git-fixes).
  - commit 442e8bf
  - selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
    (git-fixes).
  - commit 1f65169
  - selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with
    musl libc (git-fixes).
  - commit 7613608
  - selftests/bpf: Add test for unpinning htab with internal timer
    struct (git-fixes).
  - commit 8a1df26
  - bpf: Avoid RCU context warning when unpinning htab with internal
    structs (git-fixes).
  - commit 73d4d2d
  - bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
    (git-fixes).
  - commit 1a82fe5
  - kabi: hide new member allow_subflows in struct mptcp_sock
    (CVE-2025-38552 bsc#1248230).
  - commit f51a25e
  - mptcp: plug races between subflow fail and subflow creation
    (CVE-2025-38552 bsc#1248230).
  - Refresh
    patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
    (also delete outdated part of a comment)
  - commit fdbbed8

++++ kernel-rt:

  - perf/aux: Fix pending disable flow when the AUX ring buffer
    overruns (git-fixes).
  - perf/core: Fix WARN in perf_cgroup_switch() (git-fixes).
  - perf: Fix cgroup state vs ERROR (git-fixes).
  - perf/core: Fix broken throttling when max_samples_per_tick=1
    (git-fixes).
  - perf: Ensure bpf_perf_link path is properly serialized
    (git-fixes).
  - perf/x86/intel: Only check the group flag for X86 leader
    (git-fixes).
  - perf/x86/intel: Allow to update user space GPRs from PEBS
    records (git-fixes).
  - perf/x86/intel/uncore: Fix the scale of IIO free running
    counters on SPR (git-fixes).
  - perf/x86/intel/uncore: Fix the scale of IIO free running
    counters on ICX (git-fixes).
  - perf/x86/intel/uncore: Fix the scale of IIO free running
    counters on SNR (git-fixes).
  - perf/core: Fix child_total_time_enabled accounting bug at task
    exit (git-fixes).
  - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll
    (git-fixes).
  - perf/bpf: Robustify perf_event_free_bpf_prog() (git-fixes).
  - perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint
    type (git-fixes).
  - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample
    read (git-fixes).
  - perf/x86/intel: Apply static call for drain_pebs (git-fixes).
  - perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt (git-fixes).
  - perf/amd/ibs: Fix ->config to sample period calculation for
    OP PMU (git-fixes).
  - perf/core: Fix pmus_lock vs. pmus_srcu ordering (git-fixes).
  - perf/x86/intel: Use better start period for frequency mode
    (git-fixes).
  - perf/core: Fix low freq setting via IOC_PERIOD (git-fixes).
  - perf/x86: Fix low freqency setting issue (git-fixes).
  - perf/x86/intel/ds: Unconditionally drain PEBS DS when changing
    PEBS_DATA_CFG (git-fixes).
  - perf/x86/amd: Warn only on new bits set (git-fixes).
  - s390: Initialize psw mask in perf_arch_fetch_caller_regs()
    (git-fixes).
  - perf/core: Fix small negative period being ignored (git-fixes).
  - perf: Extract a few helpers (git-fixes).
  - perf/x86/intel/pt: Fix sampling synchronization (git-fixes).
  - perf/x86/intel: Allow to setup LBR for counting event for BPF
    (git-fixes).
  - drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
    (git-fixes).
  - perf/amd: Prevent grouping of IBS events (git-fixes).
  - commit 76eb280
  - tls: make sure to abort the stream if headers are bogus
    (CVE-2025-39946 bsc#1251114).
  - commit d62deaa
  - selftests/bpf: Fix error compiling tc_redirect.c with musl libc
    (git-fixes).
  - commit b2a359c
  - selftests/bpf: Fix errors compiling cg_storage_multi.h with
    musl libc (git-fixes).
  - commit 799529b
  - selftests/bpf: Fix errors compiling decap_sanity.c with musl
    libc (git-fixes).
  - commit f14b275
  - selftests/bpf: Fix errors compiling lwt_redirect.c with musl
    libc (git-fixes).
  - commit 498999e
  - selftests/bpf: Fix compiling core_reloc.c with musl-libc
    (git-fixes).
  - commit eb3a7bd
  - selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
    (git-fixes).
  - commit 109e7cc
  - selftests/bpf: Fix compiling flow_dissector.c with musl-libc
    (git-fixes).
  - commit 9b43d04
  - selftests/bpf: Fix compiling kfree_skb.c with musl-libc
    (git-fixes).
  - commit 442e8bf
  - selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
    (git-fixes).
  - commit 1f65169
  - selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with
    musl libc (git-fixes).
  - commit 7613608
  - selftests/bpf: Add test for unpinning htab with internal timer
    struct (git-fixes).
  - commit 8a1df26
  - bpf: Avoid RCU context warning when unpinning htab with internal
    structs (git-fixes).
  - commit 73d4d2d
  - bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
    (git-fixes).
  - commit 1a82fe5
  - kabi: hide new member allow_subflows in struct mptcp_sock
    (CVE-2025-38552 bsc#1248230).
  - commit f51a25e
  - mptcp: plug races between subflow fail and subflow creation
    (CVE-2025-38552 bsc#1248230).
  - Refresh
    patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
    (also delete outdated part of a comment)
  - commit fdbbed8

++++ kernel-rt_debug:

  - perf/aux: Fix pending disable flow when the AUX ring buffer
    overruns (git-fixes).
  - perf/core: Fix WARN in perf_cgroup_switch() (git-fixes).
  - perf: Fix cgroup state vs ERROR (git-fixes).
  - perf/core: Fix broken throttling when max_samples_per_tick=1
    (git-fixes).
  - perf: Ensure bpf_perf_link path is properly serialized
    (git-fixes).
  - perf/x86/intel: Only check the group flag for X86 leader
    (git-fixes).
  - perf/x86/intel: Allow to update user space GPRs from PEBS
    records (git-fixes).
  - perf/x86/intel/uncore: Fix the scale of IIO free running
    counters on SPR (git-fixes).
  - perf/x86/intel/uncore: Fix the scale of IIO free running
    counters on ICX (git-fixes).
  - perf/x86/intel/uncore: Fix the scale of IIO free running
    counters on SNR (git-fixes).
  - perf/core: Fix child_total_time_enabled accounting bug at task
    exit (git-fixes).
  - perf/ring_buffer: Allow the EPOLLRDNORM flag for poll
    (git-fixes).
  - perf/bpf: Robustify perf_event_free_bpf_prog() (git-fixes).
  - perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint
    type (git-fixes).
  - perf/x86/intel: Avoid disable PMU if !cpuc->enabled in sample
    read (git-fixes).
  - perf/x86/intel: Apply static call for drain_pebs (git-fixes).
  - perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt (git-fixes).
  - perf/amd/ibs: Fix ->config to sample period calculation for
    OP PMU (git-fixes).
  - perf/core: Fix pmus_lock vs. pmus_srcu ordering (git-fixes).
  - perf/x86/intel: Use better start period for frequency mode
    (git-fixes).
  - perf/core: Fix low freq setting via IOC_PERIOD (git-fixes).
  - perf/x86: Fix low freqency setting issue (git-fixes).
  - perf/x86/intel/ds: Unconditionally drain PEBS DS when changing
    PEBS_DATA_CFG (git-fixes).
  - perf/x86/amd: Warn only on new bits set (git-fixes).
  - s390: Initialize psw mask in perf_arch_fetch_caller_regs()
    (git-fixes).
  - perf/core: Fix small negative period being ignored (git-fixes).
  - perf: Extract a few helpers (git-fixes).
  - perf/x86/intel/pt: Fix sampling synchronization (git-fixes).
  - perf/x86/intel: Allow to setup LBR for counting event for BPF
    (git-fixes).
  - drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
    (git-fixes).
  - perf/amd: Prevent grouping of IBS events (git-fixes).
  - commit 76eb280
  - tls: make sure to abort the stream if headers are bogus
    (CVE-2025-39946 bsc#1251114).
  - commit d62deaa
  - selftests/bpf: Fix error compiling tc_redirect.c with musl libc
    (git-fixes).
  - commit b2a359c
  - selftests/bpf: Fix errors compiling cg_storage_multi.h with
    musl libc (git-fixes).
  - commit 799529b
  - selftests/bpf: Fix errors compiling decap_sanity.c with musl
    libc (git-fixes).
  - commit f14b275
  - selftests/bpf: Fix errors compiling lwt_redirect.c with musl
    libc (git-fixes).
  - commit 498999e
  - selftests/bpf: Fix compiling core_reloc.c with musl-libc
    (git-fixes).
  - commit eb3a7bd
  - selftests/bpf: Fix compiling tcp_rtt.c with musl-libc
    (git-fixes).
  - commit 109e7cc
  - selftests/bpf: Fix compiling flow_dissector.c with musl-libc
    (git-fixes).
  - commit 9b43d04
  - selftests/bpf: Fix compiling kfree_skb.c with musl-libc
    (git-fixes).
  - commit 442e8bf
  - selftests/bpf: Fix compiling parse_tcp_hdr_opt.c with musl-libc
    (git-fixes).
  - commit 1f65169
  - selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with
    musl libc (git-fixes).
  - commit 7613608
  - selftests/bpf: Add test for unpinning htab with internal timer
    struct (git-fixes).
  - commit 8a1df26
  - bpf: Avoid RCU context warning when unpinning htab with internal
    structs (git-fixes).
  - commit 73d4d2d
  - bpf: Fix metadata_dst leak __bpf_redirect_neigh_v{4,6}
    (git-fixes).
  - commit 1a82fe5
  - kabi: hide new member allow_subflows in struct mptcp_sock
    (CVE-2025-38552 bsc#1248230).
  - commit f51a25e
  - mptcp: plug races between subflow fail and subflow creation
    (CVE-2025-38552 bsc#1248230).
  - Refresh
    patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
    (also delete outdated part of a comment)
  - commit fdbbed8

++++ libsoup:

  - Update libsoup-CVE-2025-11021.patch: Add NULL check for
    soup_date_time_to_string() (bsc#1250562, CVE-2025-11021,
    glgo#GNOME/libsoup!483).

++++ nvidia-open-driver-G06-signed:

  - renamed check to %name-check package

++++ runc:

    [ This update was only released for SLE 12 and 15. ]
  - Backport patches for three CVEs. All three vulnerabilities ultimately allow
    (through different methods) for full container breakouts by bypassing runc's
    restrictions for writing to arbitrary /proc files. bsc#1252232
    * CVE-2025-31133
    * CVE-2025-52565
    * CVE-2025-52881
    + 2025-11-05-CVEs.patch

------------------------------------------------------------------
------------------  2025-10-15  -  Oct 15 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update
    patches.suse/ALSA-ac97-Fix-possible-NULL-dereference-in-snd_.patch
    (bsc#1012628 CVE-2023-53648 bsc#1251750).
  - Update
    patches.suse/ASoC-codecs-wcd938x-fix-missing-mbhc-init-error.patch
    (bsc#1012628 CVE-2023-53666 bsc#1251760).
  - Update
    patches.suse/ASoC-qcom-q6apm-lpass-dais-Fix-NULL-pointer-derefere.patch
    (git-fixes CVE-2025-39938 bsc#1251134).
  - Update
    patches.suse/Bluetooth-hci_event-call-disconnect-callback-be.patch
    (bsc#1012628 CVE-2023-53673 bsc#1251763).
  - Update
    patches.suse/HID-hyperv-avoid-struct-memcpy-overrun-warning.patch
    (bsc#1012628 CVE-2023-53553 bsc#1251068).
  - Update
    patches.suse/KVM-nSVM-Check-instead-of-asserting-on-nested-TSC-sc.patch
    (git-fixes CVE-2023-53663 bsc#1251290).
  - Update
    patches.suse/RDMA-rxe-Fix-incomplete-state-save-in-rxe_requester.patch
    (git-fixes CVE-2023-53539 bsc#1251060).
  - Update
    patches.suse/USB-Gadget-core-Help-prevent-panic-during-UVC-.patch
    (bsc#1012628 CVE-2023-53580 bsc#1251105).
  - Update
    patches.suse/accel-qaic-Fix-a-leak-in-map_user_pages.patch
    (bsc#1012628 CVE-2023-53633 bsc#1251746).
  - Update
    patches.suse/bcache-Fix-__bch_btree_node_alloc-to-make-the-f.patch
    (bsc#1012628 CVE-2023-53681 bsc#1251769).
  - Update
    patches.suse/bonding-do-not-assume-skb-mac_header-is-set.patch
    (bsc#1012628 CVE-2023-53601 bsc#1251153).
  - Update
    patches.suse/bpf-Make-bpf_refcount_acquire-fallible-for-non-.patch
    (bsc#1012628 CVE-2023-53645 bsc#1251321).
  - Update
    patches.suse/bpf-cpumap-Handle-skb-as-well-when-clean-up-pt.patch
    (bsc#1012628 CVE-2023-53660 bsc#1251721).
  - Update
    patches.suse/bpf-cpumap-Make-sure-kthread-is-running-before.patch
    (bsc#1012628 CVE-2023-53577 bsc#1251028).
  - Update
    patches.suse/bpf-reject-unhashed-sockets-in-bpf_sk_assign.patch
    (jsc#PED-6811 CVE-2023-53585 bsc#1251126).
  - Update
    patches.suse/btrfs-insert-tree-mod-log-move-in-push_node_lef.patch
    (bsc#1012628 CVE-2023-53538 bsc#1251024).
  - Update
    patches.suse/btrfs-output-extra-debug-info-if-we-failed-to-find-a.patch
    (git-fixes CVE-2023-53672 bsc#1251780).
  - Update
    patches.suse/btrfs-reject-invalid-reloc-tree-root-keys-with.patch
    (bsc#1012628 CVE-2023-53618 bsc#1251748).
  - Update
    patches.suse/cifs-Release-folio-lock-on-fscache-read-hit.patch
    (bsc#1012628 CVE-2023-53593 bsc#1251132).
  - Update
    patches.suse/cifs-fix-mid-leak-during-reconnection-after-tim.patch
    (bsc#1012628 CVE-2023-53597 bsc#1251159).
  - Update
    patches.suse/clk-Fix-memory-leak-in-devm_clk_notifier_regist.patch
    (bsc#1012628 CVE-2023-53674 bsc#1251764).
  - Update
    patches.suse/clk-imx-scu-use-_safe-list-iterator-to-avoid-a-.patch
    (bsc#1012628 CVE-2023-53572 bsc#1251027).
  - Update
    patches.suse/cpufreq-amd-pstate-fix-global-sysfs-attribute-.patch
    (bsc#1012628 CVE-2023-53550 bsc#1251071).
  - Update
    patches.suse/cpufreq-amd-pstate-ut-Fix-kernel-panic-when-loading-.patch
    (git-fixes CVE-2023-53563 bsc#1251038).
  - Update
    patches.suse/crypto-af_alg-Fix-missing-initialisation-affecting-g.patch
    (bsc#1216396 CVE-2023-53599 bsc#1251150).
  - Update
    patches.suse/crypto-af_alg-Set-merge-to-zero-early-in-af_alg_send.patch
    (git-fixes CVE-2025-39931 bsc#1251100).
  - Update
    patches.suse/dax-Fix-dax_mapping_release-use-after-free.patch
    (bsc#1012628 CVE-2023-53613 bsc#1251119).
  - Update
    patches.suse/drivers-base-Free-devm-resources-when-unregistering-.patch
    (jsc#PED-6054 CVE-2023-53596 bsc#1251161).
  - Update
    patches.suse/drivers-perf-hisi-Don-t-migrate-perf-to-the-CPU.patch
    (bsc#1012628 CVE-2023-53656 bsc#1251758).
  - Update
    patches.suse/drm-amdgpu-unmap-and-remove-csa_va-properly.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53545
    bsc#1251084).
  - Update
    patches.suse/drm-bridge-anx7625-Fix-NULL-pointer-dereference-with.patch
    (git-fixes CVE-2025-39934 bsc#1251146).
  - Update
    patches.suse/drm-i915-mark-requests-for-GuC-virtual-engines-to-av.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53552
    bsc#1251065).
  - Update
    patches.suse/drm-i915-perf-add-sentinel-to-xehp_oa_b_counter.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53646
    bsc#1251742).
  - Update
    patches.suse/ext4-fix-memory-leaks-in-ext4_fname_-setup_filename-.patch
    (bsc#1214954 CVE-2023-53662 bsc#1251282).
  - Update
    patches.suse/fbdev-omapfb-lcd_mipid-Fix-an-error-handling-pa.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53650
    bsc#1251283).
  - Update
    patches.suse/fprobe-Release-rethook-after-the-ftrace_ops-is-.patch
    (bsc#1012628 CVE-2023-53557 bsc#1251054).
  - Update
    patches.suse/gfs2-Fix-possible-data-races-in-gfs2_show_opti.patch
    (bsc#1012628 CVE-2023-53622 bsc#1251777).
  - Update patches.suse/gpio-mvebu-fix-irq-domain-leak.patch
    (bsc#1012628 CVE-2023-53579 bsc#1251170).
  - Update
    patches.suse/iavf-Fix-out-of-bounds-when-setting-channels-on.patch
    (bsc#1012628 CVE-2023-53659 bsc#1251247).
  - Update patches.suse/iavf-Fix-use-after-free-in-free_netdev.patch
    (bsc#1012628 CVE-2023-53556 bsc#1251059).
  - Update
    patches.suse/ice-Don-t-tx-before-switchdev-is-fully-configured.patch
    (jsc#PED-4876 CVE-2023-53657 bsc#1251319).
  - Update
    patches.suse/ip_vti-fix-potential-slab-use-after-free-in-de.patch
    (bsc#1012628 CVE-2023-53559 bsc#1251052).
  - Update patches.suse/ipmi_si-fix-a-memleak-in-try_smi_init.patch
    (git-fixes CVE-2023-53611 bsc#1251123).
  - Update
    patches.suse/jfs-fix-invalid-free-of-JFS_IP-ipimap-i_imap-in-diUnmount.patch
    (git-fixes CVE-2023-53616 bsc#1251215).
  - Update
    patches.suse/md-don-t-dereference-mddev-after-export_rdev-7dea.patch
    (jsc#PED-7542 CVE-2023-53665 bsc#1251270).
  - Update
    patches.suse/media-amphion-fix-REVERSE_INULL-issues-reported-by-c.patch
    (git-fixes CVE-2023-53653 bsc#1251755).
  - Update
    patches.suse/memcontrol-ensure-memcg-acquired-by-id-is-properly-s.patch
    (git-fixes CVE-2023-53621 bsc#1251323).
  - Update
    patches.suse/mm-damon-core-initialize-damo_filter-list-from.patch
    (bsc#1012628 CVE-2023-53555 bsc#1251056).
  - Update
    patches.suse/msft-hv-2870-Drivers-hv-vmbus-Don-t-dereference-ACPI-root-object-.patch
    (git-fixes CVE-2023-53647 bsc#1251732).
  - Update
    patches.suse/mtd-rawnand-brcmnand-Fix-potential-out-of-bounds-acc.patch
    (git-fixes CVE-2023-53541 bsc#1251043).
  - Update
    patches.suse/net-handshake-fix-null-ptr-deref-in-handshake_nl_don.patch
    (bsc#1220419 CVE-2023-53686 bsc#1251771).
  - Update
    patches.suse/net-mlx5-DR-fix-memory-leak-in-mlx5dr_cmd_crea.patch
    (bsc#1012628 CVE-2023-53546 bsc#1251079).
  - Update
    patches.suse/net-mlx5e-Check-for-NOT_READY-flag-state-after-.patch
    (bsc#1012628 CVE-2023-53581 bsc#1251106).
  - Update
    patches.suse/net-mlx5e-Take-RTNL-lock-when-needed-before-ca.patch
    (bsc#1012628 CVE-2023-53632 bsc#1251269).
  - Update
    patches.suse/net-rfkill-gpio-Fix-crash-due-to-dereferencering-uni.patch
    (git-fixes CVE-2025-39937 bsc#1251143).
  - Update
    patches.suse/net-usbnet-Fix-WARNING-in-usbnet_start_xmit-us.patch
    (bsc#1012628 CVE-2023-53548 bsc#1251066).
  - Update
    patches.suse/netfilter-conntrack-Avoid-nf_ct_helper_hash-use.patch
    (bsc#1012628 CVE-2023-53619 bsc#1251743).
  - Update patches.suse/nvme-core-fix-dev_pm_qos-memleak.patch
    (bsc#1012628 CVE-2023-53670 bsc#1251762).
  - Update
    patches.suse/octeon_ep-cancel-queued-works-in-probe-error-p.patch
    (bsc#1012628 CVE-2023-53638 bsc#1251328).
  - Update
    patches.suse/octeontx2-af-Add-validation-before-accessing-cg.patch
    (bsc#1012628 CVE-2023-53654 bsc#1251756).
  - Update
    patches.suse/perf-RISC-V-Remove-PERF_HES_STOPPED-flag-checki.patch
    (bsc#1012628 CVE-2023-53583 bsc#1251108).
  - Update
    patches.suse/perf-trace-Really-free-the-evsel-priv-area.patch
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121) CVE-2023-53649
    bsc#1251749).
  - Update
    patches.suse/platform-x86-dell-sysman-Fix-reference-leak.patch
    (git-fixes CVE-2023-53631 bsc#1251529).
  - Update
    patches.suse/rcu-tasks-Avoid-pr_info-with-spin-lock-in-cblis.patch
    (bsc#1012628 CVE-2023-53558 bsc#1251081).
  - Update
    patches.suse/ring-buffer-Fix-deadloop-issue-on-reading-trace.patch
    (bsc#1012628 CVE-2023-53668 bsc#1251286).
  - Update
    patches.suse/s390-zcrypt-don-t-leak-memory-if-dev_set_name-fails.patch
    (git-fixes bsc#1215143 CVE-2023-53568 bsc#1251035).
  - Update
    patches.suse/scsi-qla2xxx-Avoid-fcport-pointer-dereference.patch
    (bsc#1012628 CVE-2023-53603 bsc#1251180).
  - Update
    patches.suse/scsi-qla2xxx-Fix-deletion-race-condition.patch
    (git-fixes CVE-2023-53615 bsc#1251113).
  - Update
    patches.suse/soc-aspeed-socinfo-Add-kfree-for-kstrdup.patch
    (bsc#1012628 CVE-2023-53617 bsc#1251268).
  - Update
    patches.suse/spi-bcm-qspi-return-error-if-neither-hif_mspi-n.patch
    (bsc#1012628 CVE-2023-53658 bsc#1251759).
  - Update
    patches.suse/staging-ks7010-potential-buffer-overflow-in-ks_.patch
    (bsc#1012628 CVE-2023-53554 bsc#1251057).
  - Update
    patches.suse/tracing-histograms-Add-histograms-to-hist_vars-.patch
    (bsc#1012628 CVE-2023-53560 bsc#1251045).
  - Update
    patches.suse/tty-serial-samsung_tty-Fix-a-memory-leak-in-s3c-832e231.patch
    (bsc#1012628 CVE-2023-53687 bsc#1251772).
  - Update
    patches.suse/tunnels-fix-kasan-splat-when-generating-ipv4-p.patch
    (bsc#1012628 CVE-2023-53600 bsc#1251152).
  - Update
    patches.suse/vdpa-Add-features-attr-to-vdpa_nl_policy-for-n.patch
    (bsc#1012628 CVE-2023-53652 bsc#1251754).
  - Update
    patches.suse/vdpa-Add-max-vqp-attr-to-vdpa_nl_policy-for-nl.patch
    (bsc#1012628 CVE-2023-53543 bsc#1251083).
  - Update
    patches.suse/wifi-ath11k-fix-memory-leak-in-WMI-firmware-sta.patch
    (bsc#1012628 CVE-2023-53602 bsc#1251076).
  - Update
    patches.suse/wifi-cfg80211-reject-auth-assoc-to-AP-with-our-addre.patch
    (git-fixes CVE-2023-53540 bsc#1251053).
  - Update
    patches.suse/wifi-iwlwifi-mvm-fix-potential-array-out-of-bou.patch
    (bsc#1012628 CVE-2023-53575 bsc#1251067).
  - Update
    patches.suse/wifi-mac80211-check-for-station-first-in-client-prob.patch
    (git-fixes CVE-2023-53588 bsc#1251206).
  - Update
    patches.suse/wifi-mac80211-increase-scan_ies_len-for-S1G.patch
    (stable-fixes CVE-2025-39957 bsc#1251810).
  - Update
    patches.suse/wifi-nl80211-fix-integer-overflow-in-nl80211_p.patch
    (bsc#1012628 CVE-2023-53570 bsc#1251031).
  - Update
    patches.suse/wifi-rtw88-delete-timer-and-free-skb-queue-when-unlo.patch
    (git-fixes CVE-2023-53574 bsc#1251222).
  - Update
    patches.suse/wifi-wilc1000-avoid-buffer-overflow-in-WID-string-co.patch
    (stable-fixes CVE-2025-39952 bsc#1251216).
  - commit 56ea93d
  - iommu/vt-d: Disallow dirty tracking if incoherent page walk
    (git-fixes).
  - iommu/vt-d: PRS isn't usable if PDS isn't supported (git-fixes).
  - commit 9da1184
  - mm/page_alloc: fix race condition in unaccepted memory handling
    (CVE-2025-38008 bsc#1244939).
  - commit b445cb1
  - mm/slub: avoid accessing metadata when pointer is invalid in
    object_err() (CVE-2025-39902 bsc#1250702).
  - commit 46c39b3
  - NFSD: Define a proc_layoutcommit for the FlexFiles layout type
    (git-fixes).
  - commit b115f79
  - tracing: Fix filter string testing (git-fixes).
  - commit 864d37b
  - selftests/tracing: Fix event filter test to retry up to 10 times
    (git-fixes).
  - commit a9de969
  - tracing/selftests: Fix kprobe event name test for
    .isra. functions (git-fixes).
  - commit 6a094d4
  - bpf: Check link_create.flags parameter for multi_kprobe
    (git-fixes).
  - commit 0e75825
  - bpf: Check link_create.flags parameter for multi_uprobe
    (git-fixes).
  - commit 10550c7
  - ftrace: fix incorrect hash size in register_ftrace_direct()
    (git-fixes).
  - commit 9288055
  - bpf: Use preempt_count() directly in bpf_send_signal_common()
    (git-fixes).
  - commit 9258f2a
  - tracing: Correct the refcount if the hist/hist_debug file
    fails to open (git-fixes).
  - commit 6e8ac35
  - module: Prevent silent truncation of module name in
    delete_module(2) (git-fixes).
  - commit 44dc7b7
  - tracing: Add down_write(trace_event_sem) when adding trace event
    (bsc#1248211 CVE-2025-38539).
  - commit b1816b0
  - tracing: Limit access to parser->buffer when trace_get_user
    failed (bsc#1249286 CVE-2025-39683).
  - tracing: Remove unneeded goto out logic (bsc#1249286).
  - commit 8eaad3a

++++ kernel-rt:

  - Update
    patches.suse/ALSA-ac97-Fix-possible-NULL-dereference-in-snd_.patch
    (bsc#1012628 CVE-2023-53648 bsc#1251750).
  - Update
    patches.suse/ASoC-codecs-wcd938x-fix-missing-mbhc-init-error.patch
    (bsc#1012628 CVE-2023-53666 bsc#1251760).
  - Update
    patches.suse/ASoC-qcom-q6apm-lpass-dais-Fix-NULL-pointer-derefere.patch
    (git-fixes CVE-2025-39938 bsc#1251134).
  - Update
    patches.suse/Bluetooth-hci_event-call-disconnect-callback-be.patch
    (bsc#1012628 CVE-2023-53673 bsc#1251763).
  - Update
    patches.suse/HID-hyperv-avoid-struct-memcpy-overrun-warning.patch
    (bsc#1012628 CVE-2023-53553 bsc#1251068).
  - Update
    patches.suse/KVM-nSVM-Check-instead-of-asserting-on-nested-TSC-sc.patch
    (git-fixes CVE-2023-53663 bsc#1251290).
  - Update
    patches.suse/RDMA-rxe-Fix-incomplete-state-save-in-rxe_requester.patch
    (git-fixes CVE-2023-53539 bsc#1251060).
  - Update
    patches.suse/USB-Gadget-core-Help-prevent-panic-during-UVC-.patch
    (bsc#1012628 CVE-2023-53580 bsc#1251105).
  - Update
    patches.suse/accel-qaic-Fix-a-leak-in-map_user_pages.patch
    (bsc#1012628 CVE-2023-53633 bsc#1251746).
  - Update
    patches.suse/bcache-Fix-__bch_btree_node_alloc-to-make-the-f.patch
    (bsc#1012628 CVE-2023-53681 bsc#1251769).
  - Update
    patches.suse/bonding-do-not-assume-skb-mac_header-is-set.patch
    (bsc#1012628 CVE-2023-53601 bsc#1251153).
  - Update
    patches.suse/bpf-Make-bpf_refcount_acquire-fallible-for-non-.patch
    (bsc#1012628 CVE-2023-53645 bsc#1251321).
  - Update
    patches.suse/bpf-cpumap-Handle-skb-as-well-when-clean-up-pt.patch
    (bsc#1012628 CVE-2023-53660 bsc#1251721).
  - Update
    patches.suse/bpf-cpumap-Make-sure-kthread-is-running-before.patch
    (bsc#1012628 CVE-2023-53577 bsc#1251028).
  - Update
    patches.suse/bpf-reject-unhashed-sockets-in-bpf_sk_assign.patch
    (jsc#PED-6811 CVE-2023-53585 bsc#1251126).
  - Update
    patches.suse/btrfs-insert-tree-mod-log-move-in-push_node_lef.patch
    (bsc#1012628 CVE-2023-53538 bsc#1251024).
  - Update
    patches.suse/btrfs-output-extra-debug-info-if-we-failed-to-find-a.patch
    (git-fixes CVE-2023-53672 bsc#1251780).
  - Update
    patches.suse/btrfs-reject-invalid-reloc-tree-root-keys-with.patch
    (bsc#1012628 CVE-2023-53618 bsc#1251748).
  - Update
    patches.suse/cifs-Release-folio-lock-on-fscache-read-hit.patch
    (bsc#1012628 CVE-2023-53593 bsc#1251132).
  - Update
    patches.suse/cifs-fix-mid-leak-during-reconnection-after-tim.patch
    (bsc#1012628 CVE-2023-53597 bsc#1251159).
  - Update
    patches.suse/clk-Fix-memory-leak-in-devm_clk_notifier_regist.patch
    (bsc#1012628 CVE-2023-53674 bsc#1251764).
  - Update
    patches.suse/clk-imx-scu-use-_safe-list-iterator-to-avoid-a-.patch
    (bsc#1012628 CVE-2023-53572 bsc#1251027).
  - Update
    patches.suse/cpufreq-amd-pstate-fix-global-sysfs-attribute-.patch
    (bsc#1012628 CVE-2023-53550 bsc#1251071).
  - Update
    patches.suse/cpufreq-amd-pstate-ut-Fix-kernel-panic-when-loading-.patch
    (git-fixes CVE-2023-53563 bsc#1251038).
  - Update
    patches.suse/crypto-af_alg-Fix-missing-initialisation-affecting-g.patch
    (bsc#1216396 CVE-2023-53599 bsc#1251150).
  - Update
    patches.suse/crypto-af_alg-Set-merge-to-zero-early-in-af_alg_send.patch
    (git-fixes CVE-2025-39931 bsc#1251100).
  - Update
    patches.suse/dax-Fix-dax_mapping_release-use-after-free.patch
    (bsc#1012628 CVE-2023-53613 bsc#1251119).
  - Update
    patches.suse/drivers-base-Free-devm-resources-when-unregistering-.patch
    (jsc#PED-6054 CVE-2023-53596 bsc#1251161).
  - Update
    patches.suse/drivers-perf-hisi-Don-t-migrate-perf-to-the-CPU.patch
    (bsc#1012628 CVE-2023-53656 bsc#1251758).
  - Update
    patches.suse/drm-amdgpu-unmap-and-remove-csa_va-properly.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53545
    bsc#1251084).
  - Update
    patches.suse/drm-bridge-anx7625-Fix-NULL-pointer-dereference-with.patch
    (git-fixes CVE-2025-39934 bsc#1251146).
  - Update
    patches.suse/drm-i915-mark-requests-for-GuC-virtual-engines-to-av.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53552
    bsc#1251065).
  - Update
    patches.suse/drm-i915-perf-add-sentinel-to-xehp_oa_b_counter.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53646
    bsc#1251742).
  - Update
    patches.suse/ext4-fix-memory-leaks-in-ext4_fname_-setup_filename-.patch
    (bsc#1214954 CVE-2023-53662 bsc#1251282).
  - Update
    patches.suse/fbdev-omapfb-lcd_mipid-Fix-an-error-handling-pa.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53650
    bsc#1251283).
  - Update
    patches.suse/fprobe-Release-rethook-after-the-ftrace_ops-is-.patch
    (bsc#1012628 CVE-2023-53557 bsc#1251054).
  - Update
    patches.suse/gfs2-Fix-possible-data-races-in-gfs2_show_opti.patch
    (bsc#1012628 CVE-2023-53622 bsc#1251777).
  - Update patches.suse/gpio-mvebu-fix-irq-domain-leak.patch
    (bsc#1012628 CVE-2023-53579 bsc#1251170).
  - Update
    patches.suse/iavf-Fix-out-of-bounds-when-setting-channels-on.patch
    (bsc#1012628 CVE-2023-53659 bsc#1251247).
  - Update patches.suse/iavf-Fix-use-after-free-in-free_netdev.patch
    (bsc#1012628 CVE-2023-53556 bsc#1251059).
  - Update
    patches.suse/ice-Don-t-tx-before-switchdev-is-fully-configured.patch
    (jsc#PED-4876 CVE-2023-53657 bsc#1251319).
  - Update
    patches.suse/ip_vti-fix-potential-slab-use-after-free-in-de.patch
    (bsc#1012628 CVE-2023-53559 bsc#1251052).
  - Update patches.suse/ipmi_si-fix-a-memleak-in-try_smi_init.patch
    (git-fixes CVE-2023-53611 bsc#1251123).
  - Update
    patches.suse/jfs-fix-invalid-free-of-JFS_IP-ipimap-i_imap-in-diUnmount.patch
    (git-fixes CVE-2023-53616 bsc#1251215).
  - Update
    patches.suse/md-don-t-dereference-mddev-after-export_rdev-7dea.patch
    (jsc#PED-7542 CVE-2023-53665 bsc#1251270).
  - Update
    patches.suse/media-amphion-fix-REVERSE_INULL-issues-reported-by-c.patch
    (git-fixes CVE-2023-53653 bsc#1251755).
  - Update
    patches.suse/memcontrol-ensure-memcg-acquired-by-id-is-properly-s.patch
    (git-fixes CVE-2023-53621 bsc#1251323).
  - Update
    patches.suse/mm-damon-core-initialize-damo_filter-list-from.patch
    (bsc#1012628 CVE-2023-53555 bsc#1251056).
  - Update
    patches.suse/msft-hv-2870-Drivers-hv-vmbus-Don-t-dereference-ACPI-root-object-.patch
    (git-fixes CVE-2023-53647 bsc#1251732).
  - Update
    patches.suse/mtd-rawnand-brcmnand-Fix-potential-out-of-bounds-acc.patch
    (git-fixes CVE-2023-53541 bsc#1251043).
  - Update
    patches.suse/net-handshake-fix-null-ptr-deref-in-handshake_nl_don.patch
    (bsc#1220419 CVE-2023-53686 bsc#1251771).
  - Update
    patches.suse/net-mlx5-DR-fix-memory-leak-in-mlx5dr_cmd_crea.patch
    (bsc#1012628 CVE-2023-53546 bsc#1251079).
  - Update
    patches.suse/net-mlx5e-Check-for-NOT_READY-flag-state-after-.patch
    (bsc#1012628 CVE-2023-53581 bsc#1251106).
  - Update
    patches.suse/net-mlx5e-Take-RTNL-lock-when-needed-before-ca.patch
    (bsc#1012628 CVE-2023-53632 bsc#1251269).
  - Update
    patches.suse/net-rfkill-gpio-Fix-crash-due-to-dereferencering-uni.patch
    (git-fixes CVE-2025-39937 bsc#1251143).
  - Update
    patches.suse/net-usbnet-Fix-WARNING-in-usbnet_start_xmit-us.patch
    (bsc#1012628 CVE-2023-53548 bsc#1251066).
  - Update
    patches.suse/netfilter-conntrack-Avoid-nf_ct_helper_hash-use.patch
    (bsc#1012628 CVE-2023-53619 bsc#1251743).
  - Update patches.suse/nvme-core-fix-dev_pm_qos-memleak.patch
    (bsc#1012628 CVE-2023-53670 bsc#1251762).
  - Update
    patches.suse/octeon_ep-cancel-queued-works-in-probe-error-p.patch
    (bsc#1012628 CVE-2023-53638 bsc#1251328).
  - Update
    patches.suse/octeontx2-af-Add-validation-before-accessing-cg.patch
    (bsc#1012628 CVE-2023-53654 bsc#1251756).
  - Update
    patches.suse/perf-RISC-V-Remove-PERF_HES_STOPPED-flag-checki.patch
    (bsc#1012628 CVE-2023-53583 bsc#1251108).
  - Update
    patches.suse/perf-trace-Really-free-the-evsel-priv-area.patch
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121) CVE-2023-53649
    bsc#1251749).
  - Update
    patches.suse/platform-x86-dell-sysman-Fix-reference-leak.patch
    (git-fixes CVE-2023-53631 bsc#1251529).
  - Update
    patches.suse/rcu-tasks-Avoid-pr_info-with-spin-lock-in-cblis.patch
    (bsc#1012628 CVE-2023-53558 bsc#1251081).
  - Update
    patches.suse/ring-buffer-Fix-deadloop-issue-on-reading-trace.patch
    (bsc#1012628 CVE-2023-53668 bsc#1251286).
  - Update
    patches.suse/s390-zcrypt-don-t-leak-memory-if-dev_set_name-fails.patch
    (git-fixes bsc#1215143 CVE-2023-53568 bsc#1251035).
  - Update
    patches.suse/scsi-qla2xxx-Avoid-fcport-pointer-dereference.patch
    (bsc#1012628 CVE-2023-53603 bsc#1251180).
  - Update
    patches.suse/scsi-qla2xxx-Fix-deletion-race-condition.patch
    (git-fixes CVE-2023-53615 bsc#1251113).
  - Update
    patches.suse/soc-aspeed-socinfo-Add-kfree-for-kstrdup.patch
    (bsc#1012628 CVE-2023-53617 bsc#1251268).
  - Update
    patches.suse/spi-bcm-qspi-return-error-if-neither-hif_mspi-n.patch
    (bsc#1012628 CVE-2023-53658 bsc#1251759).
  - Update
    patches.suse/staging-ks7010-potential-buffer-overflow-in-ks_.patch
    (bsc#1012628 CVE-2023-53554 bsc#1251057).
  - Update
    patches.suse/tracing-histograms-Add-histograms-to-hist_vars-.patch
    (bsc#1012628 CVE-2023-53560 bsc#1251045).
  - Update
    patches.suse/tty-serial-samsung_tty-Fix-a-memory-leak-in-s3c-832e231.patch
    (bsc#1012628 CVE-2023-53687 bsc#1251772).
  - Update
    patches.suse/tunnels-fix-kasan-splat-when-generating-ipv4-p.patch
    (bsc#1012628 CVE-2023-53600 bsc#1251152).
  - Update
    patches.suse/vdpa-Add-features-attr-to-vdpa_nl_policy-for-n.patch
    (bsc#1012628 CVE-2023-53652 bsc#1251754).
  - Update
    patches.suse/vdpa-Add-max-vqp-attr-to-vdpa_nl_policy-for-nl.patch
    (bsc#1012628 CVE-2023-53543 bsc#1251083).
  - Update
    patches.suse/wifi-ath11k-fix-memory-leak-in-WMI-firmware-sta.patch
    (bsc#1012628 CVE-2023-53602 bsc#1251076).
  - Update
    patches.suse/wifi-cfg80211-reject-auth-assoc-to-AP-with-our-addre.patch
    (git-fixes CVE-2023-53540 bsc#1251053).
  - Update
    patches.suse/wifi-iwlwifi-mvm-fix-potential-array-out-of-bou.patch
    (bsc#1012628 CVE-2023-53575 bsc#1251067).
  - Update
    patches.suse/wifi-mac80211-check-for-station-first-in-client-prob.patch
    (git-fixes CVE-2023-53588 bsc#1251206).
  - Update
    patches.suse/wifi-mac80211-increase-scan_ies_len-for-S1G.patch
    (stable-fixes CVE-2025-39957 bsc#1251810).
  - Update
    patches.suse/wifi-nl80211-fix-integer-overflow-in-nl80211_p.patch
    (bsc#1012628 CVE-2023-53570 bsc#1251031).
  - Update
    patches.suse/wifi-rtw88-delete-timer-and-free-skb-queue-when-unlo.patch
    (git-fixes CVE-2023-53574 bsc#1251222).
  - Update
    patches.suse/wifi-wilc1000-avoid-buffer-overflow-in-WID-string-co.patch
    (stable-fixes CVE-2025-39952 bsc#1251216).
  - commit 56ea93d
  - iommu/vt-d: Disallow dirty tracking if incoherent page walk
    (git-fixes).
  - iommu/vt-d: PRS isn't usable if PDS isn't supported (git-fixes).
  - commit 9da1184
  - mm/page_alloc: fix race condition in unaccepted memory handling
    (CVE-2025-38008 bsc#1244939).
  - commit b445cb1
  - mm/slub: avoid accessing metadata when pointer is invalid in
    object_err() (CVE-2025-39902 bsc#1250702).
  - commit 46c39b3
  - NFSD: Define a proc_layoutcommit for the FlexFiles layout type
    (git-fixes).
  - commit b115f79
  - tracing: Fix filter string testing (git-fixes).
  - commit 864d37b
  - selftests/tracing: Fix event filter test to retry up to 10 times
    (git-fixes).
  - commit a9de969
  - tracing/selftests: Fix kprobe event name test for
    .isra. functions (git-fixes).
  - commit 6a094d4
  - bpf: Check link_create.flags parameter for multi_kprobe
    (git-fixes).
  - commit 0e75825
  - bpf: Check link_create.flags parameter for multi_uprobe
    (git-fixes).
  - commit 10550c7
  - ftrace: fix incorrect hash size in register_ftrace_direct()
    (git-fixes).
  - commit 9288055
  - bpf: Use preempt_count() directly in bpf_send_signal_common()
    (git-fixes).
  - commit 9258f2a
  - tracing: Correct the refcount if the hist/hist_debug file
    fails to open (git-fixes).
  - commit 6e8ac35
  - module: Prevent silent truncation of module name in
    delete_module(2) (git-fixes).
  - commit 44dc7b7
  - tracing: Add down_write(trace_event_sem) when adding trace event
    (bsc#1248211 CVE-2025-38539).
  - commit b1816b0
  - tracing: Limit access to parser->buffer when trace_get_user
    failed (bsc#1249286 CVE-2025-39683).
  - tracing: Remove unneeded goto out logic (bsc#1249286).
  - commit 8eaad3a

++++ kernel-rt_debug:

  - Update
    patches.suse/ALSA-ac97-Fix-possible-NULL-dereference-in-snd_.patch
    (bsc#1012628 CVE-2023-53648 bsc#1251750).
  - Update
    patches.suse/ASoC-codecs-wcd938x-fix-missing-mbhc-init-error.patch
    (bsc#1012628 CVE-2023-53666 bsc#1251760).
  - Update
    patches.suse/ASoC-qcom-q6apm-lpass-dais-Fix-NULL-pointer-derefere.patch
    (git-fixes CVE-2025-39938 bsc#1251134).
  - Update
    patches.suse/Bluetooth-hci_event-call-disconnect-callback-be.patch
    (bsc#1012628 CVE-2023-53673 bsc#1251763).
  - Update
    patches.suse/HID-hyperv-avoid-struct-memcpy-overrun-warning.patch
    (bsc#1012628 CVE-2023-53553 bsc#1251068).
  - Update
    patches.suse/KVM-nSVM-Check-instead-of-asserting-on-nested-TSC-sc.patch
    (git-fixes CVE-2023-53663 bsc#1251290).
  - Update
    patches.suse/RDMA-rxe-Fix-incomplete-state-save-in-rxe_requester.patch
    (git-fixes CVE-2023-53539 bsc#1251060).
  - Update
    patches.suse/USB-Gadget-core-Help-prevent-panic-during-UVC-.patch
    (bsc#1012628 CVE-2023-53580 bsc#1251105).
  - Update
    patches.suse/accel-qaic-Fix-a-leak-in-map_user_pages.patch
    (bsc#1012628 CVE-2023-53633 bsc#1251746).
  - Update
    patches.suse/bcache-Fix-__bch_btree_node_alloc-to-make-the-f.patch
    (bsc#1012628 CVE-2023-53681 bsc#1251769).
  - Update
    patches.suse/bonding-do-not-assume-skb-mac_header-is-set.patch
    (bsc#1012628 CVE-2023-53601 bsc#1251153).
  - Update
    patches.suse/bpf-Make-bpf_refcount_acquire-fallible-for-non-.patch
    (bsc#1012628 CVE-2023-53645 bsc#1251321).
  - Update
    patches.suse/bpf-cpumap-Handle-skb-as-well-when-clean-up-pt.patch
    (bsc#1012628 CVE-2023-53660 bsc#1251721).
  - Update
    patches.suse/bpf-cpumap-Make-sure-kthread-is-running-before.patch
    (bsc#1012628 CVE-2023-53577 bsc#1251028).
  - Update
    patches.suse/bpf-reject-unhashed-sockets-in-bpf_sk_assign.patch
    (jsc#PED-6811 CVE-2023-53585 bsc#1251126).
  - Update
    patches.suse/btrfs-insert-tree-mod-log-move-in-push_node_lef.patch
    (bsc#1012628 CVE-2023-53538 bsc#1251024).
  - Update
    patches.suse/btrfs-output-extra-debug-info-if-we-failed-to-find-a.patch
    (git-fixes CVE-2023-53672 bsc#1251780).
  - Update
    patches.suse/btrfs-reject-invalid-reloc-tree-root-keys-with.patch
    (bsc#1012628 CVE-2023-53618 bsc#1251748).
  - Update
    patches.suse/cifs-Release-folio-lock-on-fscache-read-hit.patch
    (bsc#1012628 CVE-2023-53593 bsc#1251132).
  - Update
    patches.suse/cifs-fix-mid-leak-during-reconnection-after-tim.patch
    (bsc#1012628 CVE-2023-53597 bsc#1251159).
  - Update
    patches.suse/clk-Fix-memory-leak-in-devm_clk_notifier_regist.patch
    (bsc#1012628 CVE-2023-53674 bsc#1251764).
  - Update
    patches.suse/clk-imx-scu-use-_safe-list-iterator-to-avoid-a-.patch
    (bsc#1012628 CVE-2023-53572 bsc#1251027).
  - Update
    patches.suse/cpufreq-amd-pstate-fix-global-sysfs-attribute-.patch
    (bsc#1012628 CVE-2023-53550 bsc#1251071).
  - Update
    patches.suse/cpufreq-amd-pstate-ut-Fix-kernel-panic-when-loading-.patch
    (git-fixes CVE-2023-53563 bsc#1251038).
  - Update
    patches.suse/crypto-af_alg-Fix-missing-initialisation-affecting-g.patch
    (bsc#1216396 CVE-2023-53599 bsc#1251150).
  - Update
    patches.suse/crypto-af_alg-Set-merge-to-zero-early-in-af_alg_send.patch
    (git-fixes CVE-2025-39931 bsc#1251100).
  - Update
    patches.suse/dax-Fix-dax_mapping_release-use-after-free.patch
    (bsc#1012628 CVE-2023-53613 bsc#1251119).
  - Update
    patches.suse/drivers-base-Free-devm-resources-when-unregistering-.patch
    (jsc#PED-6054 CVE-2023-53596 bsc#1251161).
  - Update
    patches.suse/drivers-perf-hisi-Don-t-migrate-perf-to-the-CPU.patch
    (bsc#1012628 CVE-2023-53656 bsc#1251758).
  - Update
    patches.suse/drm-amdgpu-unmap-and-remove-csa_va-properly.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53545
    bsc#1251084).
  - Update
    patches.suse/drm-bridge-anx7625-Fix-NULL-pointer-dereference-with.patch
    (git-fixes CVE-2025-39934 bsc#1251146).
  - Update
    patches.suse/drm-i915-mark-requests-for-GuC-virtual-engines-to-av.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53552
    bsc#1251065).
  - Update
    patches.suse/drm-i915-perf-add-sentinel-to-xehp_oa_b_counter.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53646
    bsc#1251742).
  - Update
    patches.suse/ext4-fix-memory-leaks-in-ext4_fname_-setup_filename-.patch
    (bsc#1214954 CVE-2023-53662 bsc#1251282).
  - Update
    patches.suse/fbdev-omapfb-lcd_mipid-Fix-an-error-handling-pa.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53650
    bsc#1251283).
  - Update
    patches.suse/fprobe-Release-rethook-after-the-ftrace_ops-is-.patch
    (bsc#1012628 CVE-2023-53557 bsc#1251054).
  - Update
    patches.suse/gfs2-Fix-possible-data-races-in-gfs2_show_opti.patch
    (bsc#1012628 CVE-2023-53622 bsc#1251777).
  - Update patches.suse/gpio-mvebu-fix-irq-domain-leak.patch
    (bsc#1012628 CVE-2023-53579 bsc#1251170).
  - Update
    patches.suse/iavf-Fix-out-of-bounds-when-setting-channels-on.patch
    (bsc#1012628 CVE-2023-53659 bsc#1251247).
  - Update patches.suse/iavf-Fix-use-after-free-in-free_netdev.patch
    (bsc#1012628 CVE-2023-53556 bsc#1251059).
  - Update
    patches.suse/ice-Don-t-tx-before-switchdev-is-fully-configured.patch
    (jsc#PED-4876 CVE-2023-53657 bsc#1251319).
  - Update
    patches.suse/ip_vti-fix-potential-slab-use-after-free-in-de.patch
    (bsc#1012628 CVE-2023-53559 bsc#1251052).
  - Update patches.suse/ipmi_si-fix-a-memleak-in-try_smi_init.patch
    (git-fixes CVE-2023-53611 bsc#1251123).
  - Update
    patches.suse/jfs-fix-invalid-free-of-JFS_IP-ipimap-i_imap-in-diUnmount.patch
    (git-fixes CVE-2023-53616 bsc#1251215).
  - Update
    patches.suse/md-don-t-dereference-mddev-after-export_rdev-7dea.patch
    (jsc#PED-7542 CVE-2023-53665 bsc#1251270).
  - Update
    patches.suse/media-amphion-fix-REVERSE_INULL-issues-reported-by-c.patch
    (git-fixes CVE-2023-53653 bsc#1251755).
  - Update
    patches.suse/memcontrol-ensure-memcg-acquired-by-id-is-properly-s.patch
    (git-fixes CVE-2023-53621 bsc#1251323).
  - Update
    patches.suse/mm-damon-core-initialize-damo_filter-list-from.patch
    (bsc#1012628 CVE-2023-53555 bsc#1251056).
  - Update
    patches.suse/msft-hv-2870-Drivers-hv-vmbus-Don-t-dereference-ACPI-root-object-.patch
    (git-fixes CVE-2023-53647 bsc#1251732).
  - Update
    patches.suse/mtd-rawnand-brcmnand-Fix-potential-out-of-bounds-acc.patch
    (git-fixes CVE-2023-53541 bsc#1251043).
  - Update
    patches.suse/net-handshake-fix-null-ptr-deref-in-handshake_nl_don.patch
    (bsc#1220419 CVE-2023-53686 bsc#1251771).
  - Update
    patches.suse/net-mlx5-DR-fix-memory-leak-in-mlx5dr_cmd_crea.patch
    (bsc#1012628 CVE-2023-53546 bsc#1251079).
  - Update
    patches.suse/net-mlx5e-Check-for-NOT_READY-flag-state-after-.patch
    (bsc#1012628 CVE-2023-53581 bsc#1251106).
  - Update
    patches.suse/net-mlx5e-Take-RTNL-lock-when-needed-before-ca.patch
    (bsc#1012628 CVE-2023-53632 bsc#1251269).
  - Update
    patches.suse/net-rfkill-gpio-Fix-crash-due-to-dereferencering-uni.patch
    (git-fixes CVE-2025-39937 bsc#1251143).
  - Update
    patches.suse/net-usbnet-Fix-WARNING-in-usbnet_start_xmit-us.patch
    (bsc#1012628 CVE-2023-53548 bsc#1251066).
  - Update
    patches.suse/netfilter-conntrack-Avoid-nf_ct_helper_hash-use.patch
    (bsc#1012628 CVE-2023-53619 bsc#1251743).
  - Update patches.suse/nvme-core-fix-dev_pm_qos-memleak.patch
    (bsc#1012628 CVE-2023-53670 bsc#1251762).
  - Update
    patches.suse/octeon_ep-cancel-queued-works-in-probe-error-p.patch
    (bsc#1012628 CVE-2023-53638 bsc#1251328).
  - Update
    patches.suse/octeontx2-af-Add-validation-before-accessing-cg.patch
    (bsc#1012628 CVE-2023-53654 bsc#1251756).
  - Update
    patches.suse/perf-RISC-V-Remove-PERF_HES_STOPPED-flag-checki.patch
    (bsc#1012628 CVE-2023-53583 bsc#1251108).
  - Update
    patches.suse/perf-trace-Really-free-the-evsel-priv-area.patch
    (perf-v6.7 (jsc#PED-6012 jsc#PED-6121) CVE-2023-53649
    bsc#1251749).
  - Update
    patches.suse/platform-x86-dell-sysman-Fix-reference-leak.patch
    (git-fixes CVE-2023-53631 bsc#1251529).
  - Update
    patches.suse/rcu-tasks-Avoid-pr_info-with-spin-lock-in-cblis.patch
    (bsc#1012628 CVE-2023-53558 bsc#1251081).
  - Update
    patches.suse/ring-buffer-Fix-deadloop-issue-on-reading-trace.patch
    (bsc#1012628 CVE-2023-53668 bsc#1251286).
  - Update
    patches.suse/s390-zcrypt-don-t-leak-memory-if-dev_set_name-fails.patch
    (git-fixes bsc#1215143 CVE-2023-53568 bsc#1251035).
  - Update
    patches.suse/scsi-qla2xxx-Avoid-fcport-pointer-dereference.patch
    (bsc#1012628 CVE-2023-53603 bsc#1251180).
  - Update
    patches.suse/scsi-qla2xxx-Fix-deletion-race-condition.patch
    (git-fixes CVE-2023-53615 bsc#1251113).
  - Update
    patches.suse/soc-aspeed-socinfo-Add-kfree-for-kstrdup.patch
    (bsc#1012628 CVE-2023-53617 bsc#1251268).
  - Update
    patches.suse/spi-bcm-qspi-return-error-if-neither-hif_mspi-n.patch
    (bsc#1012628 CVE-2023-53658 bsc#1251759).
  - Update
    patches.suse/staging-ks7010-potential-buffer-overflow-in-ks_.patch
    (bsc#1012628 CVE-2023-53554 bsc#1251057).
  - Update
    patches.suse/tracing-histograms-Add-histograms-to-hist_vars-.patch
    (bsc#1012628 CVE-2023-53560 bsc#1251045).
  - Update
    patches.suse/tty-serial-samsung_tty-Fix-a-memory-leak-in-s3c-832e231.patch
    (bsc#1012628 CVE-2023-53687 bsc#1251772).
  - Update
    patches.suse/tunnels-fix-kasan-splat-when-generating-ipv4-p.patch
    (bsc#1012628 CVE-2023-53600 bsc#1251152).
  - Update
    patches.suse/vdpa-Add-features-attr-to-vdpa_nl_policy-for-n.patch
    (bsc#1012628 CVE-2023-53652 bsc#1251754).
  - Update
    patches.suse/vdpa-Add-max-vqp-attr-to-vdpa_nl_policy-for-nl.patch
    (bsc#1012628 CVE-2023-53543 bsc#1251083).
  - Update
    patches.suse/wifi-ath11k-fix-memory-leak-in-WMI-firmware-sta.patch
    (bsc#1012628 CVE-2023-53602 bsc#1251076).
  - Update
    patches.suse/wifi-cfg80211-reject-auth-assoc-to-AP-with-our-addre.patch
    (git-fixes CVE-2023-53540 bsc#1251053).
  - Update
    patches.suse/wifi-iwlwifi-mvm-fix-potential-array-out-of-bou.patch
    (bsc#1012628 CVE-2023-53575 bsc#1251067).
  - Update
    patches.suse/wifi-mac80211-check-for-station-first-in-client-prob.patch
    (git-fixes CVE-2023-53588 bsc#1251206).
  - Update
    patches.suse/wifi-mac80211-increase-scan_ies_len-for-S1G.patch
    (stable-fixes CVE-2025-39957 bsc#1251810).
  - Update
    patches.suse/wifi-nl80211-fix-integer-overflow-in-nl80211_p.patch
    (bsc#1012628 CVE-2023-53570 bsc#1251031).
  - Update
    patches.suse/wifi-rtw88-delete-timer-and-free-skb-queue-when-unlo.patch
    (git-fixes CVE-2023-53574 bsc#1251222).
  - Update
    patches.suse/wifi-wilc1000-avoid-buffer-overflow-in-WID-string-co.patch
    (stable-fixes CVE-2025-39952 bsc#1251216).
  - commit 56ea93d
  - iommu/vt-d: Disallow dirty tracking if incoherent page walk
    (git-fixes).
  - iommu/vt-d: PRS isn't usable if PDS isn't supported (git-fixes).
  - commit 9da1184
  - mm/page_alloc: fix race condition in unaccepted memory handling
    (CVE-2025-38008 bsc#1244939).
  - commit b445cb1
  - mm/slub: avoid accessing metadata when pointer is invalid in
    object_err() (CVE-2025-39902 bsc#1250702).
  - commit 46c39b3
  - NFSD: Define a proc_layoutcommit for the FlexFiles layout type
    (git-fixes).
  - commit b115f79
  - tracing: Fix filter string testing (git-fixes).
  - commit 864d37b
  - selftests/tracing: Fix event filter test to retry up to 10 times
    (git-fixes).
  - commit a9de969
  - tracing/selftests: Fix kprobe event name test for
    .isra. functions (git-fixes).
  - commit 6a094d4
  - bpf: Check link_create.flags parameter for multi_kprobe
    (git-fixes).
  - commit 0e75825
  - bpf: Check link_create.flags parameter for multi_uprobe
    (git-fixes).
  - commit 10550c7
  - ftrace: fix incorrect hash size in register_ftrace_direct()
    (git-fixes).
  - commit 9288055
  - bpf: Use preempt_count() directly in bpf_send_signal_common()
    (git-fixes).
  - commit 9258f2a
  - tracing: Correct the refcount if the hist/hist_debug file
    fails to open (git-fixes).
  - commit 6e8ac35
  - module: Prevent silent truncation of module name in
    delete_module(2) (git-fixes).
  - commit 44dc7b7
  - tracing: Add down_write(trace_event_sem) when adding trace event
    (bsc#1248211 CVE-2025-38539).
  - commit b1816b0
  - tracing: Limit access to parser->buffer when trace_get_user
    failed (bsc#1249286 CVE-2025-39683).
  - tracing: Remove unneeded goto out logic (bsc#1249286).
  - commit 8eaad3a

++++ libxslt:

  - security update
  - added patches
    CVE-2025-11731 [bsc#1251979], type confusion in exsltFuncResultCompfunction leading to denial of service
    * libxslt-CVE-2025-11731.patch

++++ python311-core:

  - Update to 3.11.14:
  - Security
  - gh-139700: Check consistency of the zip64 end of central
    directory record. Support records with “zip64 extensible data”
    if there are no bytes prepended to the ZIP file
    (CVE-2025-8291, bsc#1251305).
  - gh-139400: xml.parsers.expat: Make sure that parent Expat
    parsers are only garbage-collected once they are no longer
    referenced by subparsers created by
    ExternalEntityParserCreate(). Patch by Sebastian Pipping.
  - gh-135661: Fix parsing start and end tags in
    html.parser.HTMLParser according to the HTML5 standard.
    * Whitespaces no longer accepted between </ and the tag name. E.g.
    </ script> does not end the script section.
    * Vertical tabulation (\v) and non-ASCII whitespaces no longer
    recognized as whitespaces. The only whitespaces are \t\n\r\f and
    space.
    * Null character (U+0000) no longer ends the tag name.
    * Attributes and slashes after the tag name in end tags are now
    ignored, instead of terminating after the first > in quoted
    attribute value. E.g. </script/foo=">"/>.
    * Multiple slashes and whitespaces between the last attribute and
    closing > are now ignored in both start and end tags. E.g. <a
    foo=bar/ //>.
    * Multiple = between attribute name and value are no longer
    collapsed. E.g. <a foo==bar> produces attribute “foo” with value
    “=bar”.
  - gh-135661: Fix CDATA section parsing in html.parser.HTMLParser
    according to the HTML5 standard: ] ]> and ]] > no longer end the
    CDATA section. Add private method _set_support_cdata() which can
    be used to specify how to parse <[CDATA[ — as a CDATA section in
    foreign content (SVG or MathML) or as a bogus comment in the
    HTML namespace.
  - gh-102555: Fix comment parsing in html.parser.HTMLParser
    according to the HTML5 standard. --!> now ends the comment. -- >
    no longer ends the comment. Support abnormally ended empty
    comments <--> and <--->.
  - gh-135462: Fix quadratic complexity in processing specially
    crafted input in html.parser.HTMLParser. End-of-file errors are
    now handled according to the HTML5 specs – comments and
    declarations are automatically closed, tags are ignored.
  - gh-118350: Fix support of escapable raw text mode (elements
    “textarea” and “title”) in html.parser.HTMLParser.
  - gh-86155: html.parser.HTMLParser.close() no longer loses data
    when the <script> tag is not closed. Patch by Waylan Limberg.
  - Library
  - gh-139312: Upgrade bundled libexpat to 2.7.3
  - gh-138998: Update bundled libexpat to 2.7.2
  - gh-130577: tarfile now validates archives to ensure member
    offsets are non-negative. (Contributed by Alexander Enrique
    Urieles Nieto in gh-130577.)
  - gh-135374: Update the bundled copy of setuptools to 79.0.1.
  - Drop upstreamed patches:
  - CVE-2025-8194-tarfile-no-neg-offsets.patch
  - CVE-2025-6069-quad-complex-HTMLParser.patch

++++ python311:

  - Update to 3.11.14:
  - Security
  - gh-139700: Check consistency of the zip64 end of central
    directory record. Support records with “zip64 extensible data”
    if there are no bytes prepended to the ZIP file
    (CVE-2025-8291, bsc#1251305).
  - gh-139400: xml.parsers.expat: Make sure that parent Expat
    parsers are only garbage-collected once they are no longer
    referenced by subparsers created by
    ExternalEntityParserCreate(). Patch by Sebastian Pipping.
  - gh-135661: Fix parsing start and end tags in
    html.parser.HTMLParser according to the HTML5 standard.
    * Whitespaces no longer accepted between </ and the tag name. E.g.
    </ script> does not end the script section.
    * Vertical tabulation (\v) and non-ASCII whitespaces no longer
    recognized as whitespaces. The only whitespaces are \t\n\r\f and
    space.
    * Null character (U+0000) no longer ends the tag name.
    * Attributes and slashes after the tag name in end tags are now
    ignored, instead of terminating after the first > in quoted
    attribute value. E.g. </script/foo=">"/>.
    * Multiple slashes and whitespaces between the last attribute and
    closing > are now ignored in both start and end tags. E.g. <a
    foo=bar/ //>.
    * Multiple = between attribute name and value are no longer
    collapsed. E.g. <a foo==bar> produces attribute “foo” with value
    “=bar”.
  - gh-135661: Fix CDATA section parsing in html.parser.HTMLParser
    according to the HTML5 standard: ] ]> and ]] > no longer end the
    CDATA section. Add private method _set_support_cdata() which can
    be used to specify how to parse <[CDATA[ — as a CDATA section in
    foreign content (SVG or MathML) or as a bogus comment in the
    HTML namespace.
  - gh-102555: Fix comment parsing in html.parser.HTMLParser
    according to the HTML5 standard. --!> now ends the comment. -- >
    no longer ends the comment. Support abnormally ended empty
    comments <--> and <--->.
  - gh-135462: Fix quadratic complexity in processing specially
    crafted input in html.parser.HTMLParser. End-of-file errors are
    now handled according to the HTML5 specs – comments and
    declarations are automatically closed, tags are ignored.
  - gh-118350: Fix support of escapable raw text mode (elements
    “textarea” and “title”) in html.parser.HTMLParser.
  - gh-86155: html.parser.HTMLParser.close() no longer loses data
    when the <script> tag is not closed. Patch by Waylan Limberg.
  - Library
  - gh-139312: Upgrade bundled libexpat to 2.7.3
  - gh-138998: Update bundled libexpat to 2.7.2
  - gh-130577: tarfile now validates archives to ensure member
    offsets are non-negative. (Contributed by Alexander Enrique
    Urieles Nieto in gh-130577.)
  - gh-135374: Update the bundled copy of setuptools to 79.0.1.
  - Drop upstreamed patches:
  - CVE-2025-8194-tarfile-no-neg-offsets.patch
  - CVE-2025-6069-quad-complex-HTMLParser.patch

++++ selinux-policy:

  - Update to version 20241031+git12.52417acff:
    * Mark configfs_t as mountpoint (bsc#1246080, bsc#1250628)

------------------------------------------------------------------
------------------  2025-10-14  -  Oct 14 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ftrace: Also allocate and copy hash for reading of filter files
    (bsc#1250032 CVE-2025-39813).
  - commit 69f706b
  - media: i2c: tc358743: Fix use-after-free bugs caused by orphan
    timer in probe (git-fixes).
  - commit 4cb2ef2
  - media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
    (git-fixes).
  - commit eb03975
  - ftrace: Fix potential warning in trace_printk_seq during
    ftrace_dump (bsc#1250032 CVE-2025-39813).
  - commit 287d6f8
  - net: sysfs: Fix /sys/class/net/<iface> path (git-fixes).
  - commit 753f6d8
  - trace/fgraph: Fix the warning caused by missing unregister
    notifier (bsc#1248211 CVE-2025-38539).
  - commit 739d6c6
  - i2c: ocores: use devm_ managed clks (git-fixes).
  - commit bc09888
  - USB: serial: option: add SIMCom 8230C compositions (git-fixes).
  - commit fbae6a0
  - usb: phy: twl6030: Fix incorrect type for ret (git-fixes).
  - commit 2464609
  - net: mana: Use page pool fragments for RX buffers instead of
    full pages to improve memory efficiency (bsc#1248754).
  - cnic: Fix use-after-free bugs in cnic_delete_task
    (CVE-2025-39945 bsc#1251230).
  - commit 8a42c4d

++++ kernel-rt:

  - ftrace: Also allocate and copy hash for reading of filter files
    (bsc#1250032 CVE-2025-39813).
  - commit 69f706b
  - media: i2c: tc358743: Fix use-after-free bugs caused by orphan
    timer in probe (git-fixes).
  - commit 4cb2ef2
  - media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
    (git-fixes).
  - commit eb03975
  - ftrace: Fix potential warning in trace_printk_seq during
    ftrace_dump (bsc#1250032 CVE-2025-39813).
  - commit 287d6f8
  - net: sysfs: Fix /sys/class/net/<iface> path (git-fixes).
  - commit 753f6d8
  - trace/fgraph: Fix the warning caused by missing unregister
    notifier (bsc#1248211 CVE-2025-38539).
  - commit 739d6c6
  - i2c: ocores: use devm_ managed clks (git-fixes).
  - commit bc09888
  - USB: serial: option: add SIMCom 8230C compositions (git-fixes).
  - commit fbae6a0
  - usb: phy: twl6030: Fix incorrect type for ret (git-fixes).
  - commit 2464609
  - net: mana: Use page pool fragments for RX buffers instead of
    full pages to improve memory efficiency (bsc#1248754).
  - cnic: Fix use-after-free bugs in cnic_delete_task
    (CVE-2025-39945 bsc#1251230).
  - commit 8a42c4d

++++ kernel-rt_debug:

  - ftrace: Also allocate and copy hash for reading of filter files
    (bsc#1250032 CVE-2025-39813).
  - commit 69f706b
  - media: i2c: tc358743: Fix use-after-free bugs caused by orphan
    timer in probe (git-fixes).
  - commit 4cb2ef2
  - media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
    (git-fixes).
  - commit eb03975
  - ftrace: Fix potential warning in trace_printk_seq during
    ftrace_dump (bsc#1250032 CVE-2025-39813).
  - commit 287d6f8
  - net: sysfs: Fix /sys/class/net/<iface> path (git-fixes).
  - commit 753f6d8
  - trace/fgraph: Fix the warning caused by missing unregister
    notifier (bsc#1248211 CVE-2025-38539).
  - commit 739d6c6
  - i2c: ocores: use devm_ managed clks (git-fixes).
  - commit bc09888
  - USB: serial: option: add SIMCom 8230C compositions (git-fixes).
  - commit fbae6a0
  - usb: phy: twl6030: Fix incorrect type for ret (git-fixes).
  - commit 2464609
  - net: mana: Use page pool fragments for RX buffers instead of
    full pages to improve memory efficiency (bsc#1248754).
  - cnic: Fix use-after-free bugs in cnic_delete_task
    (CVE-2025-39945 bsc#1251230).
  - commit 8a42c4d

++++ nvidia-open-driver-G06-signed:

  - changed Requires to
    * nvidia-modprobe = %version
    * nvidia-persitenced = %version
    it has been >= before ...

------------------------------------------------------------------
------------------  2025-10-13  -  Oct 13 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len (git-fixes).
  - commit 8628058
  - powerpc/powernv/pci: Fix underflow and leak issue (bsc#1215199).
  - powerpc/pseries/msi: Fix potential underflow and leak issue
    (bsc#1215199).
  - powerpc/kvm: Fix ifdef to remove build warning (bsc#1215199).
  - KVM: PPC: Fix misleading interrupts comment in
    kvmppc_prepare_to_enter() (bsc#1215199).
  - powerpc: floppy: Add missing checks after DMA map (bsc#1215199).
  - powerpc/boot: Fix build with gcc 15 (bsc#1215199).
  - commit c79aae4
  - crypto: rng - Ensure set_ent is always present (git-fixes).
  - USB: serial: option: add SIMCom 8230C compositions
    (stable-fixes).
  - wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188
    (stable-fixes).
  - media: tuner: xc5000: Fix use-after-free in xc5000_release
    (git-fixes).
  - driver core/PM: Set power.no_callbacks along with power.no_pm
    (stable-fixes).
  - platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious
    8042 quirks list (stable-fixes).
  - can: rcar_canfd: Fix controller mode setting (stable-fixes).
  - can: hi311x: fix null pointer dereference when resuming from
    sleep before interface was enabled (stable-fixes).
  - ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue
    (stable-fixes).
  - ASoC: amd: acp: Adjust pdm gain value (stable-fixes).
  - platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042
    list (stable-fixes).
  - hid: fix I2C read buffer overflow in raw_event() for mcp2221
    (stable-fixes).
  - media: tunner: xc5000: Refactor firmware load (stable-fixes).
  - commit 6771085

++++ kernel-rt:

  - selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len (git-fixes).
  - commit 8628058
  - powerpc/powernv/pci: Fix underflow and leak issue (bsc#1215199).
  - powerpc/pseries/msi: Fix potential underflow and leak issue
    (bsc#1215199).
  - powerpc/kvm: Fix ifdef to remove build warning (bsc#1215199).
  - KVM: PPC: Fix misleading interrupts comment in
    kvmppc_prepare_to_enter() (bsc#1215199).
  - powerpc: floppy: Add missing checks after DMA map (bsc#1215199).
  - powerpc/boot: Fix build with gcc 15 (bsc#1215199).
  - commit c79aae4
  - crypto: rng - Ensure set_ent is always present (git-fixes).
  - USB: serial: option: add SIMCom 8230C compositions
    (stable-fixes).
  - wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188
    (stable-fixes).
  - media: tuner: xc5000: Fix use-after-free in xc5000_release
    (git-fixes).
  - driver core/PM: Set power.no_callbacks along with power.no_pm
    (stable-fixes).
  - platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious
    8042 quirks list (stable-fixes).
  - can: rcar_canfd: Fix controller mode setting (stable-fixes).
  - can: hi311x: fix null pointer dereference when resuming from
    sleep before interface was enabled (stable-fixes).
  - ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue
    (stable-fixes).
  - ASoC: amd: acp: Adjust pdm gain value (stable-fixes).
  - platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042
    list (stable-fixes).
  - hid: fix I2C read buffer overflow in raw_event() for mcp2221
    (stable-fixes).
  - media: tunner: xc5000: Refactor firmware load (stable-fixes).
  - commit 6771085

++++ kernel-rt_debug:

  - selinux: fix selinux_xfrm_alloc_user() to set correct ctx_len (git-fixes).
  - commit 8628058
  - powerpc/powernv/pci: Fix underflow and leak issue (bsc#1215199).
  - powerpc/pseries/msi: Fix potential underflow and leak issue
    (bsc#1215199).
  - powerpc/kvm: Fix ifdef to remove build warning (bsc#1215199).
  - KVM: PPC: Fix misleading interrupts comment in
    kvmppc_prepare_to_enter() (bsc#1215199).
  - powerpc: floppy: Add missing checks after DMA map (bsc#1215199).
  - powerpc/boot: Fix build with gcc 15 (bsc#1215199).
  - commit c79aae4
  - crypto: rng - Ensure set_ent is always present (git-fixes).
  - USB: serial: option: add SIMCom 8230C compositions
    (stable-fixes).
  - wifi: rtlwifi: rtl8192cu: Don't claim USB ID 07b8:8188
    (stable-fixes).
  - media: tuner: xc5000: Fix use-after-free in xc5000_release
    (git-fixes).
  - driver core/PM: Set power.no_callbacks along with power.no_pm
    (stable-fixes).
  - platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious
    8042 quirks list (stable-fixes).
  - can: rcar_canfd: Fix controller mode setting (stable-fixes).
  - can: hi311x: fix null pointer dereference when resuming from
    sleep before interface was enabled (stable-fixes).
  - ASoC: rt5682s: Adjust SAR ADC button mode to fix noise issue
    (stable-fixes).
  - ASoC: amd: acp: Adjust pdm gain value (stable-fixes).
  - platform/x86/amd/pmc: Add MECHREVO Yilong15Pro to spurious_8042
    list (stable-fixes).
  - hid: fix I2C read buffer overflow in raw_event() for mcp2221
    (stable-fixes).
  - media: tunner: xc5000: Refactor firmware load (stable-fixes).
  - commit 6771085

------------------------------------------------------------------
------------------  2025-10-12  -  Oct 12 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - rtc: optee: fix memory leak on driver removal (git-fixes).
  - rtc: x1205: Fix Xicor X1205 vendor prefix (git-fixes).
  - commit 3f4b7b9

++++ kernel-rt:

  - rtc: optee: fix memory leak on driver removal (git-fixes).
  - rtc: x1205: Fix Xicor X1205 vendor prefix (git-fixes).
  - commit 3f4b7b9

++++ kernel-rt_debug:

  - rtc: optee: fix memory leak on driver removal (git-fixes).
  - rtc: x1205: Fix Xicor X1205 vendor prefix (git-fixes).
  - commit 3f4b7b9

------------------------------------------------------------------
------------------  2025-10-11  -  Oct 11 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/amd/display: Disable scaling on DCE6 for now (git-fixes).
  - drm/amd/display: Properly disable scaling on DCE6 (git-fixes).
  - drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6
    (git-fixes).
  - drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIs
    (git-fixes).
  - drm/amdgpu: Add additional DCE6 SCL registers (git-fixes).
  - drm/nouveau: fix bad ret code in nouveau_bo_move_prep
    (git-fixes).
  - drm/vmwgfx: Fix copy-paste typo in validation (git-fixes).
  - drm/vmwgfx: Fix Use-after-free in validation (git-fixes).
  - drm/vmwgfx: Fix a null-ptr access in the cursor snooper
    (git-fixes).
  - ASoC: SOF: ipc4-topology: Correct the minimum host DMA buffer
    size (git-fixes).
  - ASoC: SOF: ipc3-topology: Fix multi-core and static pipelines
    tear down (git-fixes).
  - fbdev: Fix logic error in "offb" name match (git-fixes).
  - gpio: wcd934x: mark the GPIO controller as sleeping (git-fixes).
  - crypto: essiv - Check ssize for decryption and in-place
    encryption (git-fixes).
  - tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_single
    (git-fixes).
  - commit a90f502
  - scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory
    is allocated (CVE-2025-38700 bsc#1249182).
  - scsi: bfa: Double-free fix (CVE-2025-38699 bsc#1249224).
  - commit d981d82

++++ kernel-rt:

  - drm/amd/display: Disable scaling on DCE6 for now (git-fixes).
  - drm/amd/display: Properly disable scaling on DCE6 (git-fixes).
  - drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6
    (git-fixes).
  - drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIs
    (git-fixes).
  - drm/amdgpu: Add additional DCE6 SCL registers (git-fixes).
  - drm/nouveau: fix bad ret code in nouveau_bo_move_prep
    (git-fixes).
  - drm/vmwgfx: Fix copy-paste typo in validation (git-fixes).
  - drm/vmwgfx: Fix Use-after-free in validation (git-fixes).
  - drm/vmwgfx: Fix a null-ptr access in the cursor snooper
    (git-fixes).
  - ASoC: SOF: ipc4-topology: Correct the minimum host DMA buffer
    size (git-fixes).
  - ASoC: SOF: ipc3-topology: Fix multi-core and static pipelines
    tear down (git-fixes).
  - fbdev: Fix logic error in "offb" name match (git-fixes).
  - gpio: wcd934x: mark the GPIO controller as sleeping (git-fixes).
  - crypto: essiv - Check ssize for decryption and in-place
    encryption (git-fixes).
  - tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_single
    (git-fixes).
  - commit a90f502
  - scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory
    is allocated (CVE-2025-38700 bsc#1249182).
  - scsi: bfa: Double-free fix (CVE-2025-38699 bsc#1249224).
  - commit d981d82

++++ kernel-rt_debug:

  - drm/amd/display: Disable scaling on DCE6 for now (git-fixes).
  - drm/amd/display: Properly disable scaling on DCE6 (git-fixes).
  - drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6
    (git-fixes).
  - drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIs
    (git-fixes).
  - drm/amdgpu: Add additional DCE6 SCL registers (git-fixes).
  - drm/nouveau: fix bad ret code in nouveau_bo_move_prep
    (git-fixes).
  - drm/vmwgfx: Fix copy-paste typo in validation (git-fixes).
  - drm/vmwgfx: Fix Use-after-free in validation (git-fixes).
  - drm/vmwgfx: Fix a null-ptr access in the cursor snooper
    (git-fixes).
  - ASoC: SOF: ipc4-topology: Correct the minimum host DMA buffer
    size (git-fixes).
  - ASoC: SOF: ipc3-topology: Fix multi-core and static pipelines
    tear down (git-fixes).
  - fbdev: Fix logic error in "offb" name match (git-fixes).
  - gpio: wcd934x: mark the GPIO controller as sleeping (git-fixes).
  - crypto: essiv - Check ssize for decryption and in-place
    encryption (git-fixes).
  - tpm_tis: Fix incorrect arguments in tpm_tis_probe_irq_single
    (git-fixes).
  - commit a90f502
  - scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory
    is allocated (CVE-2025-38700 bsc#1249182).
  - scsi: bfa: Double-free fix (CVE-2025-38699 bsc#1249224).
  - commit d981d82

++++ libsoup:

  - Add libsoup-CVE-2025-11021.patch: Ignore invalid date when
    processing cookies to prevent out-of-bounds read (bsc#1250562,
    CVE-2025-11021, glgo#GNOME/libsoup!482).

------------------------------------------------------------------
------------------  2025-10-10  -  Oct 10 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update
    patches.suse/scsi-lpfc-Fix-buffer-free-clear-order-in-deferred-re.patch
    (bsc#1250519 CVE-2025-39841 bsc#1250274).
    added CVE number and associated bsc
  - commit 11a7724
  - KVM: x86: Snapshot the host's DEBUGCTL in common x86
    (git-fixes).
  - commit 090e1cd
  - KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the
    STI shadow (git-fixes).
  - Refresh
    patches.suse/x86-bugs-Add-a-Transient-Scheduler-Attacks-mitigation.patch.
  - commit ab98159
  - KVM: SEV: Validate XCR0 provided by guest in GHCB (git-fixes).
  - commit 3926356
  - KVM: SVM: Pass through GHCB MSR if and only if VM is an SEV-ES
    guest (git-fixes).
  - commit 1163dde
  - KVM: SEV: Read save fields from GHCB exactly once (git-fixes).
  - commit 0fe255d
  - KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to
    kvm_get_cached_sw_exit_code() (git-fixes).
  - commit 16f8d6e
  - net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL
    deadlock (git-fixes).
  - commit 4ae0d43

++++ kernel-rt:

  - Update
    patches.suse/scsi-lpfc-Fix-buffer-free-clear-order-in-deferred-re.patch
    (bsc#1250519 CVE-2025-39841 bsc#1250274).
    added CVE number and associated bsc
  - commit 11a7724
  - KVM: x86: Snapshot the host's DEBUGCTL in common x86
    (git-fixes).
  - commit 090e1cd
  - KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the
    STI shadow (git-fixes).
  - Refresh
    patches.suse/x86-bugs-Add-a-Transient-Scheduler-Attacks-mitigation.patch.
  - commit ab98159
  - KVM: SEV: Validate XCR0 provided by guest in GHCB (git-fixes).
  - commit 3926356
  - KVM: SVM: Pass through GHCB MSR if and only if VM is an SEV-ES
    guest (git-fixes).
  - commit 1163dde
  - KVM: SEV: Read save fields from GHCB exactly once (git-fixes).
  - commit 0fe255d
  - KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to
    kvm_get_cached_sw_exit_code() (git-fixes).
  - commit 16f8d6e
  - net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL
    deadlock (git-fixes).
  - commit 4ae0d43

++++ kernel-rt_debug:

  - Update
    patches.suse/scsi-lpfc-Fix-buffer-free-clear-order-in-deferred-re.patch
    (bsc#1250519 CVE-2025-39841 bsc#1250274).
    added CVE number and associated bsc
  - commit 11a7724
  - KVM: x86: Snapshot the host's DEBUGCTL in common x86
    (git-fixes).
  - commit 090e1cd
  - KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the
    STI shadow (git-fixes).
  - Refresh
    patches.suse/x86-bugs-Add-a-Transient-Scheduler-Attacks-mitigation.patch.
  - commit ab98159
  - KVM: SEV: Validate XCR0 provided by guest in GHCB (git-fixes).
  - commit 3926356
  - KVM: SVM: Pass through GHCB MSR if and only if VM is an SEV-ES
    guest (git-fixes).
  - commit 1163dde
  - KVM: SEV: Read save fields from GHCB exactly once (git-fixes).
  - commit 0fe255d
  - KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to
    kvm_get_cached_sw_exit_code() (git-fixes).
  - commit 16f8d6e
  - net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL
    deadlock (git-fixes).
  - commit 4ae0d43

++++ qemu:

  - fix bsc#1230042:
    * .gitmodules: move u-boot mirrors to qemu-project-mirrors
    * [openSUSE] rpm/spec: qemu-vgabios is required on ppc (bsc#1230042)

++++ runc:

    [ This update was only released for SLE 12 and 15. ]
  - Update to runc v1.2.7. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.7>.

------------------------------------------------------------------
------------------  2025-10-9  -  Oct 9 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - fs: writeback: fix use-after-free in __mark_inode_dirty()
    (bsc#1250455 CVE-2025-39866).
  - commit 5efc627
  - kernfs: Fix UAF in polling when open file is released
    (bsc#1250379 CVE-2025-39881).
  - commit 278aed0
  - fs: Prevent file descriptor table allocations exceeding INT_MAX
    (bsc#1249512 CVE-2025-39756).
  - commit eec00db
  - ext4: avoid potential buffer over-read in
    parse_apply_sb_mount_options() (git-fixes).
  - commit b98ec86
  - ext4: fix checks for orphan inodes (bsc#1250119).
  - commit 63ca2b0
  - ext4: fix hole length calculation overflow in non-extent inodes
    (git-fixes).
  - commit 61cf4bb
  - ext4: don't try to clear the orphan_present feature block
    device is r/o (git-fixes).
  - commit f4163bf
  - ext4: fix reserved gdt blocks handling in fsmap (git-fixes).
  - commit 97b5bdf
  - ext4: fix fsmap end of range reporting with bigalloc
    (git-fixes).
  - commit 91e12c8
  - ext4: check fast symlink for ea_inode correctly (git-fixes).
  - commit 42b6930
  - ext4: preserve SB_I_VERSION on remount (git-fixes).
  - commit 4260078
  - ext4: fix largest free orders lists corruption on
    mb_optimize_scan switch (git-fixes).
  - commit 17d92cc
  - ext4: fix zombie groups in average fragment size lists
    (git-fixes).
  - commit 321e541
  - ext4: ensure i_size is smaller than maxbytes (git-fixes).
  - commit 83487b1
  - ext4: factor out ext4_get_maxbytes() (git-fixes).
  - commit e58bd69
  - netfilter: nft_objref: validate objref and objrefmap expressions
    (bsc#1250237).
    No CVE available yet, please see the bugzilla ticket referenced.
  - commit 71d77ae
  - ext4: fix calculation of credits for extent tree modification
    (git-fixes).
  - commit 9ee5795
  - ext4: reorder capability check last (git-fixes).
  - commit ed8a5ff
  - jbd2: do not try to recover wiped journal (git-fixes).
  - commit 71d37b6
  - ext4: do not convert the unwritten extents if data writeback
    fails (git-fixes).
  - commit 9294482
  - iomap: handle a post-direct I/O invalidate race in
    iomap_write_delalloc_release (git-fixes).
  - commit 1023af1
  - iomap: Fix iomap_adjust_read_range for plen calculation
    (git-fixes).
  - commit dab9a8e
  - fs: udf: fix OOB read in lengthAllocDescs handling (git-fixes).
  - commit ab7fa65
  - udf: Verify partition map count (git-fixes).
  - commit acb53b7
  - udf: Make sure i_lenExtents is uptodate on inode eviction
    (git-fixes).
  - commit 1f76b28
  - isofs: Verify inode mode when loading from disk (git-fixes).
  - commit 96bc3c7
  - mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox
    cleanup loop (git-fixes).
  - mailbox: zynqmp-ipi: Remove dev.parent check in
    zynqmp_ipi_free_mboxes (git-fixes).
  - mailbox: zynqmp-ipi: Remove redundant
    mbox_controller_unregister() call (git-fixes).
  - Input: uinput - zero-initialize uinput_ff_upload_compat to
    avoid info leak (git-fixes).
  - commit c2e0f2f
  - arm64: mte: Do not flag the zero page as PG_mte_tagged (git-fixes)
  - commit cf556af

++++ kernel-rt:

  - fs: writeback: fix use-after-free in __mark_inode_dirty()
    (bsc#1250455 CVE-2025-39866).
  - commit 5efc627
  - kernfs: Fix UAF in polling when open file is released
    (bsc#1250379 CVE-2025-39881).
  - commit 278aed0
  - fs: Prevent file descriptor table allocations exceeding INT_MAX
    (bsc#1249512 CVE-2025-39756).
  - commit eec00db
  - ext4: avoid potential buffer over-read in
    parse_apply_sb_mount_options() (git-fixes).
  - commit b98ec86
  - ext4: fix checks for orphan inodes (bsc#1250119).
  - commit 63ca2b0
  - ext4: fix hole length calculation overflow in non-extent inodes
    (git-fixes).
  - commit 61cf4bb
  - ext4: don't try to clear the orphan_present feature block
    device is r/o (git-fixes).
  - commit f4163bf
  - ext4: fix reserved gdt blocks handling in fsmap (git-fixes).
  - commit 97b5bdf
  - ext4: fix fsmap end of range reporting with bigalloc
    (git-fixes).
  - commit 91e12c8
  - ext4: check fast symlink for ea_inode correctly (git-fixes).
  - commit 42b6930
  - ext4: preserve SB_I_VERSION on remount (git-fixes).
  - commit 4260078
  - ext4: fix largest free orders lists corruption on
    mb_optimize_scan switch (git-fixes).
  - commit 17d92cc
  - ext4: fix zombie groups in average fragment size lists
    (git-fixes).
  - commit 321e541
  - ext4: ensure i_size is smaller than maxbytes (git-fixes).
  - commit 83487b1
  - ext4: factor out ext4_get_maxbytes() (git-fixes).
  - commit e58bd69
  - netfilter: nft_objref: validate objref and objrefmap expressions
    (bsc#1250237).
    No CVE available yet, please see the bugzilla ticket referenced.
  - commit 71d77ae
  - ext4: fix calculation of credits for extent tree modification
    (git-fixes).
  - commit 9ee5795
  - ext4: reorder capability check last (git-fixes).
  - commit ed8a5ff
  - jbd2: do not try to recover wiped journal (git-fixes).
  - commit 71d37b6
  - ext4: do not convert the unwritten extents if data writeback
    fails (git-fixes).
  - commit 9294482
  - iomap: handle a post-direct I/O invalidate race in
    iomap_write_delalloc_release (git-fixes).
  - commit 1023af1
  - iomap: Fix iomap_adjust_read_range for plen calculation
    (git-fixes).
  - commit dab9a8e
  - fs: udf: fix OOB read in lengthAllocDescs handling (git-fixes).
  - commit ab7fa65
  - udf: Verify partition map count (git-fixes).
  - commit acb53b7
  - udf: Make sure i_lenExtents is uptodate on inode eviction
    (git-fixes).
  - commit 1f76b28
  - isofs: Verify inode mode when loading from disk (git-fixes).
  - commit 96bc3c7
  - mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox
    cleanup loop (git-fixes).
  - mailbox: zynqmp-ipi: Remove dev.parent check in
    zynqmp_ipi_free_mboxes (git-fixes).
  - mailbox: zynqmp-ipi: Remove redundant
    mbox_controller_unregister() call (git-fixes).
  - Input: uinput - zero-initialize uinput_ff_upload_compat to
    avoid info leak (git-fixes).
  - commit c2e0f2f
  - arm64: mte: Do not flag the zero page as PG_mte_tagged (git-fixes)
  - commit cf556af

++++ kernel-rt_debug:

  - fs: writeback: fix use-after-free in __mark_inode_dirty()
    (bsc#1250455 CVE-2025-39866).
  - commit 5efc627
  - kernfs: Fix UAF in polling when open file is released
    (bsc#1250379 CVE-2025-39881).
  - commit 278aed0
  - fs: Prevent file descriptor table allocations exceeding INT_MAX
    (bsc#1249512 CVE-2025-39756).
  - commit eec00db
  - ext4: avoid potential buffer over-read in
    parse_apply_sb_mount_options() (git-fixes).
  - commit b98ec86
  - ext4: fix checks for orphan inodes (bsc#1250119).
  - commit 63ca2b0
  - ext4: fix hole length calculation overflow in non-extent inodes
    (git-fixes).
  - commit 61cf4bb
  - ext4: don't try to clear the orphan_present feature block
    device is r/o (git-fixes).
  - commit f4163bf
  - ext4: fix reserved gdt blocks handling in fsmap (git-fixes).
  - commit 97b5bdf
  - ext4: fix fsmap end of range reporting with bigalloc
    (git-fixes).
  - commit 91e12c8
  - ext4: check fast symlink for ea_inode correctly (git-fixes).
  - commit 42b6930
  - ext4: preserve SB_I_VERSION on remount (git-fixes).
  - commit 4260078
  - ext4: fix largest free orders lists corruption on
    mb_optimize_scan switch (git-fixes).
  - commit 17d92cc
  - ext4: fix zombie groups in average fragment size lists
    (git-fixes).
  - commit 321e541
  - ext4: ensure i_size is smaller than maxbytes (git-fixes).
  - commit 83487b1
  - ext4: factor out ext4_get_maxbytes() (git-fixes).
  - commit e58bd69
  - netfilter: nft_objref: validate objref and objrefmap expressions
    (bsc#1250237).
    No CVE available yet, please see the bugzilla ticket referenced.
  - commit 71d77ae
  - ext4: fix calculation of credits for extent tree modification
    (git-fixes).
  - commit 9ee5795
  - ext4: reorder capability check last (git-fixes).
  - commit ed8a5ff
  - jbd2: do not try to recover wiped journal (git-fixes).
  - commit 71d37b6
  - ext4: do not convert the unwritten extents if data writeback
    fails (git-fixes).
  - commit 9294482
  - iomap: handle a post-direct I/O invalidate race in
    iomap_write_delalloc_release (git-fixes).
  - commit 1023af1
  - iomap: Fix iomap_adjust_read_range for plen calculation
    (git-fixes).
  - commit dab9a8e
  - fs: udf: fix OOB read in lengthAllocDescs handling (git-fixes).
  - commit ab7fa65
  - udf: Verify partition map count (git-fixes).
  - commit acb53b7
  - udf: Make sure i_lenExtents is uptodate on inode eviction
    (git-fixes).
  - commit 1f76b28
  - isofs: Verify inode mode when loading from disk (git-fixes).
  - commit 96bc3c7
  - mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox
    cleanup loop (git-fixes).
  - mailbox: zynqmp-ipi: Remove dev.parent check in
    zynqmp_ipi_free_mboxes (git-fixes).
  - mailbox: zynqmp-ipi: Remove redundant
    mbox_controller_unregister() call (git-fixes).
  - Input: uinput - zero-initialize uinput_ff_upload_compat to
    avoid info leak (git-fixes).
  - commit c2e0f2f
  - arm64: mte: Do not flag the zero page as PG_mte_tagged (git-fixes)
  - commit cf556af

------------------------------------------------------------------
------------------  2025-10-8  -  Oct 8 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 28.5.1-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/28/#2851>
  - Rebased patches:
    * 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch
    * 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * cli-0001-openSUSE-point-users-to-docker-buildx-package.patch
    * cli-0002-SECRETS-SUSE-default-to-DOCKER_BUILDKIT-0-for-docker.patch
  - Remove upstreamed patch:
  - 0007-Add-back-vendor.sum.patch

++++ grub2:

  - Fix error: /boot/grub2/x86_64-efi/bli.mod not found (bsc#1231591)

++++ kernel-default:

  - KVM: x86: Don't inject PV async #PF if SEND_ALWAYS=0 and guest
    state is protected (git-fixes).
  - commit fa670d1
  - misc: fastrpc: Skip reference for DMA handles (git-fixes).
  - misc: fastrpc: fix possible map leak in fastrpc_put_args
    (git-fixes).
  - misc: fastrpc: Fix fastrpc_map_lookup operation (git-fixes).
  - staging: axis-fifo: flush RX FIFO on read errors (git-fixes).
  - staging: axis-fifo: fix TX handling on copy_from_user() failure
    (git-fixes).
  - staging: axis-fifo: fix maximum TX packet length check
    (git-fixes).
  - clk: at91: peripheral: fix return value (git-fixes).
  - clk: mediatek: clk-mux: Do not pass flags to
    clk_mux_determine_rate_flags() (git-fixes).
  - clk: mediatek: mt8195-infra_ao: Fix parent for infra_ao_hdmi_26m
    (git-fixes).
  - clk: tegra: do not overallocate memory for bpmp clocks
    (git-fixes).
  - commit ecaf254

++++ kernel-rt:

  - KVM: x86: Don't inject PV async #PF if SEND_ALWAYS=0 and guest
    state is protected (git-fixes).
  - commit fa670d1
  - misc: fastrpc: Skip reference for DMA handles (git-fixes).
  - misc: fastrpc: fix possible map leak in fastrpc_put_args
    (git-fixes).
  - misc: fastrpc: Fix fastrpc_map_lookup operation (git-fixes).
  - staging: axis-fifo: flush RX FIFO on read errors (git-fixes).
  - staging: axis-fifo: fix TX handling on copy_from_user() failure
    (git-fixes).
  - staging: axis-fifo: fix maximum TX packet length check
    (git-fixes).
  - clk: at91: peripheral: fix return value (git-fixes).
  - clk: mediatek: clk-mux: Do not pass flags to
    clk_mux_determine_rate_flags() (git-fixes).
  - clk: mediatek: mt8195-infra_ao: Fix parent for infra_ao_hdmi_26m
    (git-fixes).
  - clk: tegra: do not overallocate memory for bpmp clocks
    (git-fixes).
  - commit ecaf254

++++ kernel-rt_debug:

  - KVM: x86: Don't inject PV async #PF if SEND_ALWAYS=0 and guest
    state is protected (git-fixes).
  - commit fa670d1
  - misc: fastrpc: Skip reference for DMA handles (git-fixes).
  - misc: fastrpc: fix possible map leak in fastrpc_put_args
    (git-fixes).
  - misc: fastrpc: Fix fastrpc_map_lookup operation (git-fixes).
  - staging: axis-fifo: flush RX FIFO on read errors (git-fixes).
  - staging: axis-fifo: fix TX handling on copy_from_user() failure
    (git-fixes).
  - staging: axis-fifo: fix maximum TX packet length check
    (git-fixes).
  - clk: at91: peripheral: fix return value (git-fixes).
  - clk: mediatek: clk-mux: Do not pass flags to
    clk_mux_determine_rate_flags() (git-fixes).
  - clk: mediatek: mt8195-infra_ao: Fix parent for infra_ao_hdmi_26m
    (git-fixes).
  - clk: tegra: do not overallocate memory for bpmp clocks
    (git-fixes).
  - commit ecaf254

++++ nvidia-open-driver-G06-signed:

  - Check4WrongSupplements.sh
    * check for wrong Supplements in generated KMPs after build by
    misusing %post of a dummy "check" subpackage

------------------------------------------------------------------
------------------  2025-10-7  -  Oct 7 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - smb: client: fix crypto buffers in non-linear memory
    (bsc#1250491, boo#1239206).
  - commit b5fc334
  - usb: xhci: Limit Stop Endpoint retries (git-fixes).
    kABI fixup for 474538b8dd1cd9c666e56cfe8ef60fbb0fb513f4
  - commit 6d76064
  - kABI workaround for struct atmdev_ops extension (CVE-2025-39828
    bsc#1250205).
  - commit ece3f96
  - Refresh
    patches.suse/Bluetooth-L2CAP-Fix-not-checking-l2cap_chan-security.patch.
  - commit 85c9004
  - Refresh
    patches.suse/Bluetooth-hci_core-Fix-calling-mgmt_device_connected.patch.
  - commit 9720dbb
  - nfsd: nfserr_jukebox in nlm_fopen should lead to a retry
    (git-fixes).
  - commit c2be588
  - NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()
    (git-fixes).
  - commit 7b5a68a
  - sunrpc: fix null pointer dereference on zero-length checksum
    (git-fixes).
  - commit c4c654a
  - atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control()
    (CVE-2025-39828 bsc#1250205).
  - commit a2ac627
  - e1000e: fix heap overflow in e1000_set_eeprom (CVE-2025-39898
    bsc#1250742).
  - vxlan: Fix NPD when refreshing an FDB entry with a nexthop
    object (CVE-2025-39851 bsc#1250296).
  - commit df2ae2c
  - ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err
    message (git-fixes).
  - watchdog: mpc8xxx_wdt: Reload the watchdog timer when enabling
    the watchdog (git-fixes).
  - PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlock
    (git-fixes).
  - PCI: tegra194: Fix duplicate PLL disable in
    pex_ep_event_pex_rst_assert() (git-fixes).
  - PCI: tegra: Fix devm_kcalloc() argument order for port->phys
    allocation (git-fixes).
  - PCI: rcar-host: Drop PMSR spinlock (git-fixes).
  - PCI: keystone: Use devm_request_irq() to free
    "ks-pcie-error-irq" on exit (git-fixes).
  - PCI: tegra194: Handle errors in BPMP response (git-fixes).
  - PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()
    (git-fixes).
  - PCI/IOV: Add PCI rescan-remove locking when enabling/disabling
    SR-IOV (git-fixes).
  - PCI/sysfs: Ensure devices are powered for config reads
    (git-fixes).
  - PCI/AER: Fix missing uevent on recovery when a reset is
    requested (git-fixes).
  - PCI/ERR: Fix uevent on failure to recover (git-fixes).
  - dmaengine: Fix dma_async_tx_descriptor->tx_submit documentation
    (git-fixes).
  - phy: rockchip: naneng-combphy: Enable U3 OTG port for RK3568
    (git-fixes).
  - media: rc: fix races with imon_disconnect() (git-fixes).
  - commit 1710395
  - arm64: dts: apple: Add ethernet0 alias for J375 template (git-fixes)
  - commit 122f705
  - arm64: dts: apple: t8103-j457: Fix PCIe ethernet iommu-map (git-fixes)
  - commit 886bc20
  - arm64: dts: imx8mp: Correct thermal sensor index (git-fixes)
  - commit 2283cd3

++++ kernel-rt:

  - smb: client: fix crypto buffers in non-linear memory
    (bsc#1250491, boo#1239206).
  - commit b5fc334
  - usb: xhci: Limit Stop Endpoint retries (git-fixes).
    kABI fixup for 474538b8dd1cd9c666e56cfe8ef60fbb0fb513f4
  - commit 6d76064
  - kABI workaround for struct atmdev_ops extension (CVE-2025-39828
    bsc#1250205).
  - commit ece3f96
  - Refresh
    patches.suse/Bluetooth-L2CAP-Fix-not-checking-l2cap_chan-security.patch.
  - commit 85c9004
  - Refresh
    patches.suse/Bluetooth-hci_core-Fix-calling-mgmt_device_connected.patch.
  - commit 9720dbb
  - nfsd: nfserr_jukebox in nlm_fopen should lead to a retry
    (git-fixes).
  - commit c2be588
  - NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()
    (git-fixes).
  - commit 7b5a68a
  - sunrpc: fix null pointer dereference on zero-length checksum
    (git-fixes).
  - commit c4c654a
  - atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control()
    (CVE-2025-39828 bsc#1250205).
  - commit a2ac627
  - e1000e: fix heap overflow in e1000_set_eeprom (CVE-2025-39898
    bsc#1250742).
  - vxlan: Fix NPD when refreshing an FDB entry with a nexthop
    object (CVE-2025-39851 bsc#1250296).
  - commit df2ae2c
  - ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err
    message (git-fixes).
  - watchdog: mpc8xxx_wdt: Reload the watchdog timer when enabling
    the watchdog (git-fixes).
  - PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlock
    (git-fixes).
  - PCI: tegra194: Fix duplicate PLL disable in
    pex_ep_event_pex_rst_assert() (git-fixes).
  - PCI: tegra: Fix devm_kcalloc() argument order for port->phys
    allocation (git-fixes).
  - PCI: rcar-host: Drop PMSR spinlock (git-fixes).
  - PCI: keystone: Use devm_request_irq() to free
    "ks-pcie-error-irq" on exit (git-fixes).
  - PCI: tegra194: Handle errors in BPMP response (git-fixes).
  - PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()
    (git-fixes).
  - PCI/IOV: Add PCI rescan-remove locking when enabling/disabling
    SR-IOV (git-fixes).
  - PCI/sysfs: Ensure devices are powered for config reads
    (git-fixes).
  - PCI/AER: Fix missing uevent on recovery when a reset is
    requested (git-fixes).
  - PCI/ERR: Fix uevent on failure to recover (git-fixes).
  - dmaengine: Fix dma_async_tx_descriptor->tx_submit documentation
    (git-fixes).
  - phy: rockchip: naneng-combphy: Enable U3 OTG port for RK3568
    (git-fixes).
  - media: rc: fix races with imon_disconnect() (git-fixes).
  - commit 1710395
  - arm64: dts: apple: Add ethernet0 alias for J375 template (git-fixes)
  - commit 122f705
  - arm64: dts: apple: t8103-j457: Fix PCIe ethernet iommu-map (git-fixes)
  - commit 886bc20
  - arm64: dts: imx8mp: Correct thermal sensor index (git-fixes)
  - commit 2283cd3

++++ kernel-rt_debug:

  - smb: client: fix crypto buffers in non-linear memory
    (bsc#1250491, boo#1239206).
  - commit b5fc334
  - usb: xhci: Limit Stop Endpoint retries (git-fixes).
    kABI fixup for 474538b8dd1cd9c666e56cfe8ef60fbb0fb513f4
  - commit 6d76064
  - kABI workaround for struct atmdev_ops extension (CVE-2025-39828
    bsc#1250205).
  - commit ece3f96
  - Refresh
    patches.suse/Bluetooth-L2CAP-Fix-not-checking-l2cap_chan-security.patch.
  - commit 85c9004
  - Refresh
    patches.suse/Bluetooth-hci_core-Fix-calling-mgmt_device_connected.patch.
  - commit 9720dbb
  - nfsd: nfserr_jukebox in nlm_fopen should lead to a retry
    (git-fixes).
  - commit c2be588
  - NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul()
    (git-fixes).
  - commit 7b5a68a
  - sunrpc: fix null pointer dereference on zero-length checksum
    (git-fixes).
  - commit c4c654a
  - atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control()
    (CVE-2025-39828 bsc#1250205).
  - commit a2ac627
  - e1000e: fix heap overflow in e1000_set_eeprom (CVE-2025-39898
    bsc#1250742).
  - vxlan: Fix NPD when refreshing an FDB entry with a nexthop
    object (CVE-2025-39851 bsc#1250296).
  - commit df2ae2c
  - ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err
    message (git-fixes).
  - watchdog: mpc8xxx_wdt: Reload the watchdog timer when enabling
    the watchdog (git-fixes).
  - PCI: tegra: Convert struct tegra_msi mask_lock into raw spinlock
    (git-fixes).
  - PCI: tegra194: Fix duplicate PLL disable in
    pex_ep_event_pex_rst_assert() (git-fixes).
  - PCI: tegra: Fix devm_kcalloc() argument order for port->phys
    allocation (git-fixes).
  - PCI: rcar-host: Drop PMSR spinlock (git-fixes).
  - PCI: keystone: Use devm_request_irq() to free
    "ks-pcie-error-irq" on exit (git-fixes).
  - PCI: tegra194: Handle errors in BPMP response (git-fixes).
  - PCI: tegra194: Fix broken tegra_pcie_ep_raise_msi_irq()
    (git-fixes).
  - PCI/IOV: Add PCI rescan-remove locking when enabling/disabling
    SR-IOV (git-fixes).
  - PCI/sysfs: Ensure devices are powered for config reads
    (git-fixes).
  - PCI/AER: Fix missing uevent on recovery when a reset is
    requested (git-fixes).
  - PCI/ERR: Fix uevent on failure to recover (git-fixes).
  - dmaengine: Fix dma_async_tx_descriptor->tx_submit documentation
    (git-fixes).
  - phy: rockchip: naneng-combphy: Enable U3 OTG port for RK3568
    (git-fixes).
  - media: rc: fix races with imon_disconnect() (git-fixes).
  - commit 1710395
  - arm64: dts: apple: Add ethernet0 alias for J375 template (git-fixes)
  - commit 122f705
  - arm64: dts: apple: t8103-j457: Fix PCIe ethernet iommu-map (git-fixes)
  - commit 886bc20
  - arm64: dts: imx8mp: Correct thermal sensor index (git-fixes)
  - commit 2283cd3

++++ mozilla-nss:

  - Add bmo1990242.patch to move NSS DB password hash away from SHA-1

++++ pcr-oracle:

  - Update to 0.5.8
    + Fix unsealing failure when using non default PCR bank
    + Extra checks for TPM self-test (bsc#1249079)

------------------------------------------------------------------
------------------  2025-10-6  -  Oct 6 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - wifi: ath12k: Add MODULE_FIRMWARE() entries (bsc#1250952).
  - commit fbc86d9
  - scsi: qla2xxx: Fix incorrect sign of error code in
    qla_nvme_xmt_ls_rsp() (git-fixes).
  - scsi: qla2xxx: Fix incorrect sign of error code in
    START_SP_W_RETRIES() (git-fixes).
  - scsi: qla2xxx: edif: Fix incorrect sign of error code
    (git-fixes).
  - scsi: qla2xxx: Use secs_to_jiffies() instead of
    msecs_to_jiffies() (git-fixes).
  - scsi: qla2xxx: Remove firmware URL (git-fixes).
  - scsi: qla2xxx: Avoid stack frame size warning in qla_dfs
    (git-fixes).
  - commit db6525b
  - scsi: lpfc: Copyright updates for 14.4.0.11 patches
    (bsc#1250519).
  - scsi: lpfc: Update lpfc version to 14.4.0.11 (bsc#1250519).
  - scsi: lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point
    to Point topology (bsc#1250519).
  - scsi: lpfc: Check return status of lpfc_reset_flush_io_context
    during TGT_RESET (bsc#1250519).
  - scsi: lpfc: Decrement ndlp kref after FDISC retries exhausted
    (bsc#1250519).
  - scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl
    in lpfc_cleanup (bsc#1250519).
  - scsi: lpfc: Clean up allocated queues when queue setup mbox
    commands fail (bsc#1250519).
  - scsi: lpfc: Abort outstanding ELS WQEs regardless of if rmmod
    is in progress (bsc#1250519).
  - scsi: lpfc: Remove unused member variables in struct lpfc_hba
    and lpfc_vport (bsc#1250519).
  - scsi: lpfc: Use int type to store negative error codes
    (bsc#1250519).
  - scsi: fc: Avoid -Wflex-array-member-not-at-end warnings
    (bsc#1250519).
  - scsi: lpfc: use min() to improve code (bsc#1250519).
  - scsi: lpfc: Fix buffer free/clear order in deferred receive path
    (bsc#1250519).
  - scsi: lpfc: Remove redundant assignment to avoid memory leak
    (bsc#1250519).
  - scsi: lpfc: Fix wrong function reference in a comment
    (bsc#1250519).
  - commit 9af1a7a
  - nvme-fc: use lock accessing port_state and rport state
    (bsc#1245193 bsc#1247500).
  - nvmet-fcloop: call done callback even when remote port is gone
    (bsc#1245193 bsc#1247500).
  - nvmet-fc: avoid scheduling association deletion twice
    (bsc#1245193 bsc#1247500).
  - nvmet-fc: move lsop put work to nvmet_fc_ls_req_op (bsc#1245193
    bsc#1247500).
  - commit 9a1d529
  - NFSv4.1: fix backchannel max_resp_sz verification check
    (git-fixes).
  - commit 8db6e65
  - orangefs: Remove unused type in macro fill_default_sys_attrs
    (git-fixes).
  - commit 98fbe5c
  - ppp: fix memory leak in pad_compress_skb (CVE-2025-39847
    bsc#1250292).
  - ice: fix NULL access of tx->in_use in ice_ll_ts_intr
    (CVE-2025-39854 bsc#1250297).
  - vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop
    objects (CVE-2025-39850 bsc#1250276).
  - net/mlx5: Fix lockdep assertion on sync reset unload event
    (CVE-2025-39832 bsc#1249901).
  - net/mlx5: Reload auxiliary drivers on fw_activate
    (CVE-2025-39832 bsc#1249901).
  - bnxt_en: Fix memory corruption when FW resources change during
    ifdown (CVE-2025-39810 bsc#1249975).
  - gve: prevent ethtool ops after shutdown (CVE-2025-38735
    bsc#1249288).
  - net/mlx5: Add sync reset drop mode support (CVE-2025-39832
    bsc#1249901).
  - commit 703f4a7
  - Update
    patches.suse/0780-drm-mediatek-dp-Change-logging-to-dev-for-mtk_dp_aux.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53325
    bsc#1250035).
  - Update
    patches.suse/ACPI-APEI-send-SIGBUS-to-current-task-if-synchronous.patch
    (stable-fixes CVE-2025-39763 bsc#1249615).
  - Update
    patches.suse/ACPI-pfr_update-Fix-the-driver-update-version-check.patch
    (git-fixes CVE-2025-39701 bsc#1249308).
  - Update
    patches.suse/ACPICA-Add-AML_NO_OPERAND_RESOLVE-flag-to-Timer.patch
    (git-fixes CVE-2023-53395 bsc#1250358).
  - Update
    patches.suse/ALSA-hda-ca0132-Fix-buffer-overflow-in-add_tuning_co.patch
    (stable-fixes CVE-2025-39751 bsc#1249538).
  - Update
    patches.suse/ALSA-hda-fix-a-possible-null-pointer-dereferen.patch
    (bsc#1012628 CVE-2023-53275 bsc#1250459).
  - Update
    patches.suse/ALSA-usb-audio-Validate-UAC3-cluster-segment-descrip.patch
    (git-fixes CVE-2025-39757 bsc#1249515).
  - Update
    patches.suse/ALSA-usb-audio-Validate-UAC3-power-domain-descriptor.patch
    (git-fixes CVE-2025-38729 bsc#1249164).
  - Update
    patches.suse/ASoC-core-Check-for-rtd-NULL-in-snd_soc_remove_pcm_r.patch
    (stable-fixes CVE-2025-38706 bsc#1249195).
  - Update patches.suse/Bluetooth-Fix-hci_suspend_sync-crash.patch
    (git-fixes CVE-2023-53520 bsc#1250957).
  - Update
    patches.suse/Bluetooth-Fix-potential-use-after-free-when-clear-ke.patch
    (git-fixes CVE-2023-53386 bsc#1250106).
  - Update
    patches.suse/Bluetooth-Fix-use-after-free-in-l2cap_sock_cleanup_l.patch
    (git-fixes CVE-2025-39860 bsc#1250247).
  - Update patches.suse/Bluetooth-L2CAP-Fix-use-after-free.patch
    (bsc#1012628 CVE-2023-53305 bsc#1250049).
  - Update
    patches.suse/Bluetooth-hci_conn-fail-SCO-ISO-via-hci_conn_failed-.patch
    (git-fixes CVE-2023-53374 bsc#1250196).
  - Update
    patches.suse/Bluetooth-l2cap-Check-encryption-key-size-on-incomin.patch
    (git-fixes CVE-2025-39889 bsc#1249833).
  - Update
    patches.suse/Bluetooth-use-RCU-for-hci_conn_params-and-itera.patch
    (bsc#1012628 CVE-2023-53252 bsc#1249756).
  - Update
    patches.suse/Bluetooth-vhci-Prevent-use-after-free-by-removing-de.patch
    (git-fixes CVE-2025-39861 bsc#1250249).
  - Update
    patches.suse/FS-JFS-Fix-null-ptr-deref-Read-in-txBegin.patch
    (bsc#1012628 CVE-2023-53457 bsc#1250763).
  - Update
    patches.suse/HID-asus-fix-UAF-via-HID_CLAIMED_INPUT-validation.patch
    (git-fixes CVE-2025-39824 bsc#1250007).
  - Update
    patches.suse/HID-hid-ntrig-fix-unable-to-handle-page-fault-in-ntr.patch
    (stable-fixes CVE-2025-39808 bsc#1250088).
  - Update
    patches.suse/HID-multitouch-Correct-devm-device-reference-for-hid.patch
    (git-fixes CVE-2023-53454 bsc#1250759).
  - Update
    patches.suse/HID-multitouch-fix-slab-out-of-bounds-access-in-mt_r.patch
    (git-fixes CVE-2025-39806 bsc#1249888).
  - Update
    patches.suse/IB-hfi1-Fix-possible-panic-during-hotplug-remo.patch
    (bsc#1012628 CVE-2023-53488 bsc#1250825).
  - Update
    patches.suse/KVM-arm64-Handle-kvm_arm_init-failure-correctly.patch
    (bsc#1012628 CVE-2023-53319 bsc#1250067).
  - Update
    patches.suse/KVM-nSVM-Load-L1-s-TSC-multiplier-based-on-L1-state-.patch
    (git-fixes CVE-2023-53208 bsc#1249698).
  - Update
    patches.suse/KVM-s390-diag-fix-racy-access-of-physical-cpu-n.patch
    (bsc#1012628 CVE-2023-53205 bsc#1249677).
  - Update
    patches.suse/NFS-Fix-filehandle-bounds-checking-in-nfs_fh_to_dentry.patch
    (git-fixes CVE-2025-39730 bsc#1249296).
  - Update
    patches.suse/NFS-Fix-the-setting-of-capabilities-when-automounting-a-new-filesystem.patch
    (git-fixes CVE-2025-39798 bsc#1249774).
  - Update
    patches.suse/NFSv4.2-Rework-scratch-handling-for-READ_PLUS-again.patch
    (git-fixes CVE-2023-53360 bsc#1249990).
  - Update
    patches.suse/PCI-ASPM-Disable-ASPM-on-MFD-function-removal-t.patch
    (bsc#1012628 CVE-2023-53446 bsc#1250145).
  - Update
    patches.suse/PCI-endpoint-Fix-configfs-group-list-head-handling.patch
    (git-fixes CVE-2025-39783 bsc#1249486).
  - Update
    patches.suse/PCI-hv-Fix-a-crash-in-hv_pci_restore_msi_msg-during-.patch
    (git-fixes CVE-2023-53175 bsc#1249845).
  - Update
    patches.suse/PM-devfreq-Fix-leak-in-devfreq_dev_release.patch
    (git-fixes CVE-2023-53518 bsc#1250923).
  - Update
    patches.suse/RDMA-bnxt_re-Properly-order-ib_device_unalloc-.patch
    (bsc#1012628 CVE-2023-53504 bsc#1250813).
  - Update
    patches.suse/RDMA-bnxt_re-wraparound-mbox-producer-index.patch
    (bsc#1012628 CVE-2023-53201 bsc#1249687).
  - Update
    patches.suse/RDMA-hfi1-fix-possible-divide-by-zero-in-find_hw_thr.patch
    (git-fixes CVE-2025-39742 bsc#1249479).
  - Update
    patches.suse/RDMA-mlx5-Return-the-firmware-result-upon-dest.patch
    (bsc#1012628 CVE-2023-53286 bsc#1250325).
  - Update
    patches.suse/RDMA-rxe-Fix-unsafe-drain-work-queue-code.patch
    (git-fixes CVE-2023-53528 bsc#1250930).
  - Update
    patches.suse/RDMA-siw-Fix-the-sendmsg-byte-count-in-siw_tcp_sendp.patch
    (git-fixes CVE-2025-39758 bsc#1249490).
  - Update
    patches.suse/accel-habanalabs-fix-mem-leak-in-capture-user-.patch
    (bsc#1012628 CVE-2023-53367 bsc#1250243).
  - Update patches.suse/accel-qaic-Fix-slicing-memory-leak.patch
    (bsc#1012628 CVE-2023-53350 bsc#1250012).
  - Update
    patches.suse/accel-qaic-tighten-bounds-checking-in-decode_me.patch
    (bsc#1012628 CVE-2023-53493 bsc#1250820).
  - Update
    patches.suse/af_unix-Fix-data-races-around-user-unix_inflight.patch
    (git-fixes CVE-2023-53204 bsc#1249682).
  - Update
    patches.suse/arm64-sme-Set-new-vector-length-before-realloca.patch
    (bsc#1012628 CVE-2023-53184 bsc#1249823).
  - Update
    patches.suse/ax25-properly-unshare-skbs-in-ax25_kiss_rcv.patch
    (git-fixes CVE-2025-39848 bsc#1250298).
  - Update
    patches.suse/batman-adv-fix-OOB-read-write-in-network-coding-deco.patch
    (git-fixes CVE-2025-39839 bsc#1250291).
  - Update
    patches.suse/blk-cgroup-Reinit-blkg_iostat_set-after-clearin.patch
    (bsc#1012628 CVE-2023-53421 bsc#1250171).
  - Update
    patches.suse/blk-mq-fix-NULL-dereference-on-q-elevator-in-bl.patch
    (bsc#1012628 CVE-2023-53292 bsc#1250163).
  - Update
    patches.suse/bpf-Fix-memleak-due-to-fentry-attach-failure.patch
    (bsc#1012628 CVE-2023-53221 bsc#1249662).
  - Update
    patches.suse/bpf-cpumap-Fix-memory-leak-in-cpu_map_update_el.patch
    (bsc#1012628 CVE-2023-53441 bsc#1250150).
  - Update
    patches.suse/btrfs-abort-transaction-on-unexpected-eb-generation-.patch
    (git-fixes CVE-2025-39800 bsc#1250177).
  - Update
    patches.suse/btrfs-add-handling-for-RAID1C23-DUP-to-btrfs_re.patch
    (bsc#1012628 CVE-2023-53243 bsc#1249640).
  - Update
    patches.suse/btrfs-don-t-check-PageError-in-__extent_writepa.patch
    (bsc#1012628 CVE-2023-53429 bsc#1250384).
  - Update
    patches.suse/btrfs-exit-gracefully-if-reloc-roots-don-t-mat.patch
    (bsc#1012628 CVE-2023-53183 bsc#1249863).
  - Update
    patches.suse/btrfs-fix-BUG_ON-condition-in-btrfs_cancel_bal.patch
    (bsc#1012628 CVE-2023-53339 bsc#1250329).
  - Update
    patches.suse/btrfs-fix-use-after-free-of-new-block-group-th.patch
    (bsc#1012628 CVE-2023-53187 bsc#1249815).
  - Update
    patches.suse/btrfs-qgroup-fix-race-between-quota-disable-and-quot.patch
    (git-fixes CVE-2025-39759 bsc#1249522).
  - Update
    patches.suse/btrfs-set_page_extent_mapped-after-read_folio-i.patch
    (bsc#1012628 CVE-2023-53247 bsc#1249870).
  - Update
    patches.suse/bus-fsl-mc-don-t-assume-child-devices-are-all-f.patch
    (bsc#1012628 CVE-2023-53362 bsc#1249993).
  - Update
    patches.suse/bus-mhi-host-Detect-events-pointing-to-unexpected-TR.patch
    (git-fixes CVE-2025-39790 bsc#1249548).
  - Update
    patches.suse/can-gs_usb-fix-time-stamp-counter-initializatio.patch
    (bsc#1012628 CVE-2023-53523 bsc#1250926).
  - Update
    patches.suse/can-j1939-implement-NETDEV_UNREGISTER-notification-h.patch
    (git-fixes CVE-2025-39925 bsc#1250736).
  - Update
    patches.suse/can-xilinx_can-xcan_write_frame-fix-use-after-free-o.patch
    (git-fixes CVE-2025-39873 bsc#1250371).
  - Update
    patches.suse/cifs-prevent-use-after-free-by-freeing-the-cfil.patch
    (bsc#1012628 CVE-2023-53377 bsc#1250161).
  - Update
    patches.suse/clk-imx-clk-imx8mn-fix-memory-leak-in-imx8mn_cl.patch
    (bsc#1012628 CVE-2023-53249 bsc#1249642).
  - Update
    patches.suse/clk-imx-clk-imxrt1050-fix-memory-leak-in-imxrt1.patch
    (bsc#1012628 CVE-2023-53264 bsc#1249795).
  - Update patches.suse/clk-mediatek-fix-of_iomap-memory-leak.patch
    (bsc#1012628 CVE-2023-53424 bsc#1250169).
  - Update
    patches.suse/clk-mediatek-mt8183-Add-back-SSPM-related-cloc.patch
    (bsc#1012628 CVE-2023-53274 bsc#1249919).
  - Update
    patches.suse/clk-tegra-tegra124-emc-Fix-potential-memory-lea.patch
    (bsc#1012628 CVE-2023-53505 bsc#1250807).
  - Update
    patches.suse/comedi-Fix-use-of-uninitialized-memory-in-do_insn_io.patch
    (git-fixes CVE-2025-39684 bsc#1249281).
  - Update
    patches.suse/comedi-Make-insn_rw_emulate_bits-do-insn-n-samples.patch
    (git-fixes CVE-2025-39686 bsc#1249312).
  - Update
    patches.suse/comedi-fix-race-between-polling-and-detaching.patch
    (git-fixes CVE-2025-38687 bsc#1249177).
  - Update
    patches.suse/comedi-pcl726-Prevent-invalid-irq-number.patch
    (git-fixes CVE-2025-39685 bsc#1249282).
  - Update
    patches.suse/crypto-qat-flush-misc-workqueue-during-device-shutdo.patch
    (git-fixes CVE-2025-39721 bsc#1249323).
  - Update
    patches.suse/cxl-acpi-Fix-a-use-after-free-in-cxl_parse_cfmw.patch
    (bsc#1012628 CVE-2023-53479 bsc#1250837).
  - Update
    patches.suse/cxl-downgrade-a-warning-message-to-debug-level-in-cxl.patch
    (bsc#1229165 CVE-2023-53479 bsc#1250837).
  - Update
    patches.suse/dma-buf-dma-resv-Stop-leaking-on-krealloc-failu.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53181
    bsc#1249824).
  - Update
    patches.suse/dmaengine-idxd-Fix-double-free-in-idxd_setup_wqs.patch
    (git-fixes CVE-2025-39870 bsc#1250402).
  - Update
    patches.suse/dmaengine-idxd-Remove-improper-idxd_free.patch
    (git-fixes CVE-2025-39871 bsc#1250377).
  - Update
    patches.suse/dmaengine-qcom-bam_dma-Fix-DT-error-handling-for-num.patch
    (git-fixes CVE-2025-39923 bsc#1250741).
  - Update
    patches.suse/dmaengine-ti-edma-Fix-memory-allocation-size-for-que.patch
    (git-fixes CVE-2025-39869 bsc#1250406).
  - Update
    patches.suse/drm-amd-display-Add-null-pointer-check-in-mod_hdcp_h.patch
    (git-fixes CVE-2025-39675 bsc#1249263).
  - Update
    patches.suse/drm-amd-display-Avoid-a-NULL-pointer-dereference.patch
    (stable-fixes CVE-2025-39693 bsc#1249279).
  - Update
    patches.suse/drm-amd-display-Fix-possible-underflow-for-disp.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53258
    bsc#1249780).
  - Update
    patches.suse/drm-amdgpu-fix-calltrace-warning-in-amddrm_bud.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53152
    bsc#1249883).
  - Update
    patches.suse/drm-amdgpu-fix-memory-leak-in-mes-self-test.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53370
    bsc#1250208).
  - Update
    patches.suse/drm-amdgpu-install-stub-fence-into-potential-u.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53248
    bsc#1249779).
  - Update
    patches.suse/drm-amdkfd-Destroy-KFD-debugfs-after-destroy-KFD-wq.patch
    (stable-fixes CVE-2025-39706 bsc#1249413).
  - Update
    patches.suse/drm-client-Fix-memory-leak-in-drm_client_modese.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53288
    bsc#1250058).
  - Update
    patches.suse/drm-hisilicon-hibmc-fix-the-hibmc-loaded-failed-bug.patch
    (git-fixes CVE-2025-39772 bsc#1249506).
  - Update
    patches.suse/drm-mediatek-fix-potential-OF-node-use-after-free.patch
    (git-fixes CVE-2025-39882 bsc#1250389).
  - Update
    patches.suse/drm-msm-dp-Free-resources-after-unregistering-t.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53316
    bsc#1250066).
  - Update
    patches.suse/drm-msm-mdp5-Don-t-leak-some-plane-state.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53324
    bsc#1250070).
  - Update
    patches.suse/drm-nouveau-disp-fix-use-after-free-in-error-h.patch
    (bsc#1012628 bsc#1214073 CVE-2023-53263 bsc#1249861).
  - Update
    patches.suse/drm-nouveau-nvif-Fix-potential-memory-leak-in-nvif_v.patch
    (git-fixes CVE-2025-39679 bsc#1249338).
  - Update
    patches.suse/drm-radeon-Fix-integer-overflow-in-radeon_cs_pa.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53309
    bsc#1250055).
  - Update patches.suse/drm-tests-helpers-Avoid-a-driver-uaf.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53235
    bsc#1249785).
  - Update
    patches.suse/drm-ttm-check-null-pointer-before-accessing-wh.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53352
    bsc#1250006).
  - Update
    patches.suse/drm-ttm-fix-bulk_move-corruption-when-adding-a-.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53444
    bsc#1250157).
  - Update patches.suse/erofs-Fix-detection-of-atomic-context.patch
    (bsc#1012628 CVE-2023-53231 bsc#1249787).
  - Update
    patches.suse/exfat-add-cluster-chain-loop-check-for-dir.patch
    (git-fixes CVE-2025-38692 bsc#1249221).
  - Update
    patches.suse/ext2-dax-Fix-ext2_setsize-when-len-is-page-alig.patch
    (bsc#1012628 CVE-2023-53323 bsc#1250069).
  - Update
    patches.suse/f2fs-don-t-reset-unchangable-mount-option-in-f2.patch
    (bsc#1012628 CVE-2023-53447 bsc#1250241).
  - Update
    patches.suse/fbdev-Fix-vmalloc-out-of-bounds-write-in-fast_imageb.patch
    (stable-fixes CVE-2025-38685 bsc#1249220).
  - Update
    patches.suse/fbdev-ep93xx-fb-Do-not-assign-to-struct-fb_info.dev.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53314
    bsc#1250065).
  - Update
    patches.suse/fbdev-fix-potential-buffer-overflow-in-do_register_f.patch
    (stable-fixes CVE-2025-38702 bsc#1249254).
  - Update
    patches.suse/fbdev-imxfb-Removed-unneeded-release_mem_region.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53448
    bsc#1250873).
  - Update
    patches.suse/firewire-net-fix-use-after-free-in-fwnet_finis.patch
    (bsc#1012628 CVE-2023-53432 bsc#1250426).
  - Update
    patches.suse/firmware-stratix10-svc-Fix-a-potential-resource.patch
    (bsc#1012628 CVE-2023-53255 bsc#1249762).
  - Update
    patches.suse/fs-jfs-Fix-UBSAN-array-index-out-of-bounds-in-d.patch
    (bsc#1012628 CVE-2023-53485 bsc#1250872).
  - Update
    patches.suse/fs-ntfs3-Enhance-sanity-check-while-generating.patch
    (bsc#1012628 CVE-2023-53328 bsc#1249952).
  - Update
    patches.suse/hfs-fix-slab-out-of-bounds-in-hfs_bnode_read.patch
    (git-fixes CVE-2025-38715 bsc#1249196).
  - Update
    patches.suse/hfsplus-don-t-use-BUG_ON-in-hfsplus_create_attributes_file.patch
    (git-fixes CVE-2025-38712 bsc#1249194).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-in-hfsplus_bnode_read.patch
    (git-fixes CVE-2025-38714 bsc#1249260).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-read-in-hfsplus_uni2asc.patch
    (git-fixes CVE-2025-38713 bsc#1249200).
  - Update
    patches.suse/hsr-Fix-uninit-value-access-in-fill_frame_info.patch
    (bsc#1220419 CVE-2023-53462 bsc#1250878).
  - Update
    patches.suse/hwmon-pmbus_core-Fix-NULL-pointer-dereference.patch
    (bsc#1012628 CVE-2023-53206 bsc#1249679).
  - Update
    patches.suse/ibmvnic-Do-not-reset-dql-stats-on-NON_FATAL-err.patch
    (bsc#1012628 CVE-2023-53463 bsc#1250867).
  - Update
    patches.suse/ice-Block-switchdev-mode-when-ADQ-is-active-an.patch
    (bsc#1012628 CVE-2023-53442 bsc#1250201).
  - Update
    patches.suse/icmp6-Fix-null-ptr-deref-of-ip6_null_entry-rt6i.patch
    (bsc#1012628 CVE-2023-53343 bsc#1250022).
  - Update
    patches.suse/igb-Fix-igb_down-hung-on-surprise-removal.patch
    (bsc#1012628 CVE-2023-53148 bsc#1249842).
  - Update
    patches.suse/iio-imu-bno055-fix-OOB-access-of-hw_xlate-array.patch
    (git-fixes CVE-2025-39719 bsc#1249271).
  - Update
    patches.suse/io_uring-wait-interruptibly-for-request-complet.patch
    (bsc#1012628 CVE-2023-53461 bsc#1250941).
  - Update
    patches.suse/iommu-amd-iommu_v2-Fix-pasid_state-refcount-dec-hit-.patch
    (git-fixes CVE-2023-53501 bsc#1250815).
  - Update
    patches.suse/iommu-arm-smmu-qcom-Add-SM6115-MDSS-compatible.patch
    (git-fixes CVE-2025-39739 bsc#1249542).
  - Update
    patches.suse/ip6mr-Fix-skb_under_panic-in-ip6mr_cache_repor.patch
    (bsc#1012628 CVE-2023-53365 bsc#1249988).
  - Update
    patches.suse/ipv6-addrconf-fix-a-potential-refcount-underflo.patch
    (bsc#1012628 CVE-2023-53189 bsc#1249894).
  - Update
    patches.suse/jbd2-check-jh-b_transaction-before-removing-it-from-.patch
    (bsc#1214953 CVE-2023-53526 bsc#1250928).
  - Update patches.suse/jfs-Regular-file-corruption-check.patch
    (git-fixes CVE-2025-38698 bsc#1249255).
  - Update
    patches.suse/jfs-jfs_dmap-Validate-db_l2nbperpage-while-moun.patch
    (bsc#1012628 CVE-2023-53222 bsc#1249864).
  - Update
    patches.suse/jfs-truncate-good-inode-pages-when-hard-link-is-0.patch
    (git-fixes CVE-2025-39743 bsc#1249489).
  - Update
    patches.suse/jfs-upper-bound-check-of-tree-index-in-dbAllocAG.patch
    (git-fixes CVE-2025-38697 bsc#1249257).
  - Update
    patches.suse/kobject-Add-sanity-check-for-kset-kobj.ktype-in-kset.patch
    (git-fixes CVE-2023-53480 bsc#1250861).
  - Update patches.suse/lwt-Fix-return-values-of-BPF-xmit-ops.patch
    (jsc#PED-6811 CVE-2023-53338 bsc#1250074).
  - Update
    patches.suse/mISDN-hfcpci-Fix-warning-when-deleting-uninitialized.patch
    (git-fixes CVE-2025-39833 bsc#1250028).
  - Update
    patches.suse/macvlan-add-forgotten-nla_policy-for-IFLA_MACVL.patch
    (bsc#1012628 CVE-2023-53516 bsc#1250918).
  - Update
    patches.suse/md-raid10-check-slab-out-of-bounds-in-md_bitmap.patch
    (bsc#1012628 CVE-2023-53357 bsc#1249994).
  - Update
    patches.suse/md-raid10-fix-null-ptr-deref-of-mreplace-in-rai.patch
    (bsc#1012628 CVE-2023-53380 bsc#1250198).
  - Update
    patches.suse/md-raid10-fix-wrong-setting-of-max_corr_read_er.patch
    (bsc#1012628 CVE-2023-53313 bsc#1249911).
  - Update
    patches.suse/md-raid10-prevent-soft-lockup-while-flush-write.patch
    (bsc#1012628 CVE-2023-53151 bsc#1249865).
  - Update
    patches.suse/md-raid5-cache-fix-null-ptr-deref-for-r5l_flush_stri-0d0b.patch
    (jsc#PED-7542 CVE-2023-53210 bsc#1249673).
  - Update
    patches.suse/media-az6007-Fix-null-ptr-deref-in-az6007_i2c_xfer.patch
    (git-fixes CVE-2023-53220 bsc#1250337).
  - Update
    patches.suse/media-dvb-frontends-dib7090p-fix-null-ptr-deref-in-d.patch
    (stable-fixes CVE-2025-38694 bsc#1249272).
  - Update
    patches.suse/media-dvb-frontends-w7090p-fix-null-ptr-deref-in-w70.patch
    (stable-fixes CVE-2025-38693 bsc#1249190).
  - Update
    patches.suse/media-hi846-fix-usage-of-pm_runtime_get_if_in_u.patch
    (bsc#1012628 CVE-2023-53177 bsc#1249849).
  - Update
    patches.suse/media-ipu-bridge-Fix-null-pointer-deref-on-SSDB-PLD-.patch
    (git-fixes CVE-2023-53336 bsc#1250073).
  - Update
    patches.suse/media-mdp3-Fix-resource-leaks-in-of_find_device_by_n.patch
    (git-fixes CVE-2023-53385 bsc#1250319).
  - Update
    patches.suse/media-platform-mediatek-vpu-fix-NULL-ptr-deref.patch
    (bsc#1012628 CVE-2023-53425 bsc#1250290).
  - Update
    patches.suse/media-rainshadow-cec-fix-TOCTOU-race-condition-in-ra.patch
    (git-fixes CVE-2025-39713 bsc#1249321).
  - Update
    patches.suse/media-usbtv-Lock-resolution-while-streaming.patch
    (git-fixes CVE-2025-39714 bsc#1249273).
  - Update
    patches.suse/media-uvcvideo-Fix-1-byte-out-of-bounds-read-in-uvc_.patch
    (git-fixes CVE-2025-38680 bsc#1249203).
  - Update
    patches.suse/media-v4l2-mem2mem-add-lock-to-protect-paramet.patch
    (bsc#1012628 CVE-2023-53519 bsc#1250964).
  - Update
    patches.suse/media-venus-Add-a-check-for-packet-size-after-readin.patch
    (git-fixes CVE-2025-39710 bsc#1249304).
  - Update
    patches.suse/media-venus-protect-against-spurious-interrupts-duri.patch
    (git-fixes CVE-2025-39709 bsc#1249278).
  - Update
    patches.suse/mlxsw-minimal-fix-potential-memory-leak-in-mlxs.patch
    (bsc#1012628 CVE-2023-53195 bsc#1249761).
  - Update
    patches.suse/mm-kmem-fix-a-NULL-pointer-dereference-in-obj_.patch
    (bsc#1012628 CVE-2023-53401 bsc#1250120).
  - Update
    patches.suse/mm-move-page-table-sync-declarations-to-linux-pgtabl.patch
    (git-fixes CVE-2025-39844 bsc#1250268).
  - Update
    patches.suse/mm-ptdump-take-the-memory-hotplug-lock-inside-ptdump_walk_.patch
    (git-fixes CVE-2025-38681 bsc#1249204).
  - Update
    patches.suse/modpost-fix-off-by-one-in-is_executable_section.patch
    (bsc#1012628 CVE-2023-53397 bsc#1250125).
  - Update patches.suse/mptcp-fix-disconnect-vs-accept-race.patch
    (bsc#1012628 CVE-2023-53490 bsc#1250827).
  - Update
    patches.suse/msft-hv-3329-hv_netvsc-Fix-panic-during-namespace-deletion-with-V.patch
    (bsc#1248111 CVE-2025-38683 bsc#1249159).
  - Update
    patches.suse/mtd-rawnand-stm32_fmc2-avoid-overlapping-mappings-on.patch
    (git-fixes CVE-2025-39907 bsc#1250713).
  - Update
    patches.suse/net-dcb-choose-correct-policy-to-parse-DCB_ATT.patch
    (bsc#1012628 CVE-2023-53369 bsc#1250206).
  - Update
    patches.suse/net-dsa-Removed-unneeded-of_node_put-in-felix_p.patch
    (bsc#1012628 CVE-2023-53170 bsc#1249850).
  - Update
    patches.suse/net-ena-fix-shift-out-of-bounds-in-exponential-.patch
    (bsc#1012628 CVE-2023-53272 bsc#1249917).
  - Update
    patches.suse/net-ethernet-mvpp2_main-fix-possible-OOB-write-in-mv.patch
    (git-fixes CVE-2023-53495 bsc#1250907).
  - Update
    patches.suse/net-fix-net_dev_start_xmit-trace-event-vs-skb_t.patch
    (bsc#1012628 CVE-2023-53312 bsc#1250063).
  - Update
    patches.suse/net-marvell-prestera-fix-handling-IPv4-routes-.patch
    (bsc#1012628 CVE-2023-53342 bsc#1250029).
  - Update
    patches.suse/net-microchip-vcap-api-Fix-possible-memory-leak-for-.patch
    (git-fixes CVE-2023-53303 bsc#1249896).
  - Update
    patches.suse/net-mlx5-Unregister-devlink-params-in-case-int.patch
    (bsc#1012628 CVE-2023-53507 bsc#1250808).
  - Update
    patches.suse/net-mlx5e-fix-memory-leak-in-mlx5e_fs_tt_redire.patch
    (bsc#1012628 CVE-2023-53371 bsc#1250112).
  - Update
    patches.suse/net-mlx5e-xsk-Fix-crash-on-regular-rq-reactiva.patch
    (bsc#1012628 CVE-2023-53394 bsc#1250199).
  - Update
    patches.suse/net-rose-convert-use-field-to-refcount_t.patch
    (git-fixes CVE-2025-39826 bsc#1250203).
  - Update
    patches.suse/net-rose-include-node-references-in-rose_neigh-refco.patch
    (git-fixes CVE-2025-39827 bsc#1250204).
  - Update
    patches.suse/net-usb-asix_devices-Fix-PHY-address-mask-in-MDIO-bu.patch
    (git-fixes CVE-2025-38736 bsc#1249318).
  - Update
    patches.suse/net-usb-asix_devices-add-phy_mask-for-ax88772-mdio-b.patch
    (git-fixes CVE-2025-38725 bsc#1249170).
  - Update
    patches.suse/netfilter-conntrack-dccp-copy-entire-header-to-.patch
    (CVE-2023-39197 bsc#1012628 bsc#1216976 CVE-2023-53333
    bsc#1249949).
  - Update
    patches.suse/netfilter-ipset-add-the-missing-IP_SET_HASH_WITH_NET.patch
    (CVE-2023-42753 bsc#1215150 CVE-2023-53179 bsc#1249825).
  - Update
    patches.suse/netfilter-nf_tables-do-not-ignore-genmask-when-.patch
    (bsc#1012628 CVE-2023-31248 bsc#1213061 CVE-2023-53492
    bsc#1250823).
  - Update
    patches.suse/netfilter-nft_set_rbtree-fix-overlap-expiration.patch
    (bsc#1012628 CVE-2023-53304 bsc#1249923).
  - Update
    patches.suse/netlink-avoid-infinite-retry-looping-in-netlink_unic.patch
    (CVE-2025-38465 bsc#1247118 CVE-2025-38727 bsc#1249166).
  - Update
    patches.suse/nfsd-handle-get_client_locked-failure-in-nfsd4_setclientid_confirm.patch
    (git-fixes CVE-2025-38724 bsc#1249169).
  - Update
    patches.suse/nilfs2-fix-use-after-free-of-nilfs_root-in-dir.patch
    (bsc#1012628 CVE-2023-53311 bsc#1250062).
  - Update
    patches.suse/ntfs-Fix-panic-about-slab-out-of-bounds-caused-.patch
    (bsc#1012628 CVE-2023-53420 bsc#1250186).
  - Update
    patches.suse/nubus-Partially-revert-proc_create_single_data-.patch
    (bsc#1012628 CVE-2023-53217 bsc#1249672).
  - Update
    patches.suse/null_blk-fix-poll-request-timeout-handling.patch
    (bsc#1216436 CVE-2023-53531 bsc#1250931).
  - Update
    patches.suse/ovl-fix-null-pointer-dereference-in-ovl_permiss.patch
    (bsc#1012628 CVE-2023-53260 bsc#1249768).
  - Update
    patches.suse/pNFS-Fix-uninited-ptr-deref-in-block-scsi-layout.patch
    (git-fixes CVE-2025-38691 bsc#1249215).
  - Update
    patches.suse/pcmcia-Add-error-handling-for-add_interval-in-do_val.patch
    (git-fixes CVE-2025-39920 bsc#1250732).
  - Update
    patches.suse/pcmcia-Fix-a-NULL-pointer-dereference-in-__iodyn_fin.patch
    (git-fixes CVE-2025-39846 bsc#1250263).
  - Update
    patches.suse/phy-hisilicon-Fix-an-out-of-bounds-check-in-his.patch
    (bsc#1012628 CVE-2023-53238 bsc#1249707).
  - Update
    patches.suse/powercap-arm_scmi-Remove-recursion-while-parsing-zon.patch
    (git-fixes CVE-2023-53428 bsc#1250167).
  - Update
    patches.suse/powerpc-rtas_flash-allow-user-copy-to-flash-bl.patch
    (bsc#1012628 bsc#1194869 CVE-2023-53487 bsc#1250830).
  - Update
    patches.suse/pstore-ram-Check-start-of-empty-przs-during-init.patch
    (git-fixes CVE-2023-53331 bsc#1249950).
  - Update
    patches.suse/pwm-lpc32xx-Remove-handling-of-PWM-channels.patch
    (git-fixes CVE-2023-53472 bsc#1250841).
  - Update
    patches.suse/rcu-rcuscale-Stop-kfree_scale_thread-thread-s-a.patch
    (bsc#1012628 CVE-2023-53291 bsc#1249926).
  - Update
    patches.suse/regulator-da9063-better-fix-null-deref-with-pa.patch
    (bsc#1012628 CVE-2023-53364 bsc#1249984).
  - Update
    patches.suse/s390-ism-fix-concurrency-management-in-ism_cmd.patch
    (git-fixes bsc#1248735 CVE-2025-39726 bsc#1249266).
  - Update patches.suse/s390-sclp-Fix-SCCB-present-check.patch
    (git-fixes bsc#1249123 CVE-2025-39694 bsc#1249299).
  - Update
    patches.suse/sched-fair-Don-t-balance-task-to-its-current-ru.patch
    (bsc#1012628 CVE-2023-53215 bsc#1250397).
  - Update
    patches.suse/scsi-core-Fix-possible-memory-leak-if-device_a.patch
    (bsc#1012628 CVE-2023-53174 bsc#1250024).
  - Update
    patches.suse/scsi-lpfc-Check-for-hdwq-null-ptr-when-cleaning-up-l.patch
    (bsc#1245260 bsc#1243100 bsc#1246125 CVE-2025-38695
    bsc#1249285).
  - Update
    patches.suse/scsi-qla2xxx-Fix-potential-NULL-pointer-derefer.patch
    (bsc#1012628 CVE-2023-53451 bsc#1250831).
  - Update
    patches.suse/scsi-qla2xxx-Pointer-may-be-dereferenced.patch
    (bsc#1012628 CVE-2023-53150 bsc#1249853).
  - Update
    patches.suse/scsi-qla2xxx-Remove-unused-nvme_ls_waitq-wait-q.patch
    (bsc#1012628 CVE-2023-53280 bsc#1249938).
  - Update
    patches.suse/scsi-qla2xxx-Use-raw_smp_processor_id-instead-of-smp.patch
    (bsc#1214928 jsc#PED-5063 CVE-2023-53530 bsc#1250949).
  - Update
    patches.suse/scsi-qla2xxx-Wait-for-io-return-on-terminate-rp.patch
    (bsc#1012628 CVE-2023-53322 bsc#1250323).
  - Update
    patches.suse/scsi-qla4xxx-Add-length-check-when-parsing-nlattrs.patch
    (git-fixes CVE-2023-53456 bsc#1250765).
  - Update
    patches.suse/scsi-snic-Fix-possible-memory-leak-if-device_a.patch
    (bsc#1012628 CVE-2023-53436 bsc#1250156).
  - Update
    patches.suse/scsi-storvsc-Fix-handling-of-virtual-Fibre-Cha.patch
    (bsc#1012628 CVE-2023-53245 bsc#1249641).
  - Update patches.suse/scsi-ufs-core-Fix-handling-of-lrbp-cmd.patch
    (bsc#1012628 CVE-2023-53510 bsc#1250812).
  - Update patches.suse/serial-8250-fix-panic-due-to-PSLVERR.patch
    (git-fixes CVE-2025-39724 bsc#1249265).
  - Update
    patches.suse/shmem-use-ramfs_kill_sb-for-kill_sb-method-of-r.patch
    (bsc#1012628 CVE-2023-53391 bsc#1250117).
  - Update
    patches.suse/skbuff-skb_segment-Call-zero-copy-functions-before-u.patch
    (bsc#1220419 CVE-2023-53354 bsc#1250004).
  - Update
    patches.suse/smb-client-fix-warning-in-cifs_smb3_do_mount.patch
    (bsc#1012628 CVE-2023-53230 bsc#1249866).
  - Update
    patches.suse/soundwire-qcom-fix-storing-port-config-out-of-b.patch
    (bsc#1012628 CVE-2023-53465 bsc#1250863).
  - Update
    patches.suse/start_kernel-Add-__no_stack_protector-function-.patch
    (bsc#1012628 CVE-2023-53491 bsc#1250942).
  - Update
    patches.suse/thunderbolt-Fix-memory-leak-in-tb_handle_dp_ba.patch
    (bsc#1012628 CVE-2023-53527 bsc#1250929).
  - Update
    patches.suse/tls-separate-no-async-decryption-request-handling-fr.patch
    (CVE-2024-26584 bsc#1220186 CVE-2024-58240 bsc#1248847).
  - Update
    patches.suse/tracing-Fix-null-pointer-dereference-in-tracing.patch
    (bsc#1012628 CVE-2023-53167 bsc#1249712).
  - Update
    patches.suse/tracing-Fix-race-issue-between-cpu-buffer-write-and-swap.patch
    (git-fixes CVE-2023-53368 bsc#1249979).
  - Update
    patches.suse/ublk-fail-to-recover-device-if-queue-setup-is-i.patch
    (bsc#1012628 CVE-2023-53207 bsc#1249678).
  - Update
    patches.suse/ublk-fail-to-start-device-if-queue-setup-is-int.patch
    (bsc#1012628 CVE-2023-53508 bsc#1250809).
  - Update
    patches.suse/udf-Fix-uninitialized-array-access-for-some-pat.patch
    (bsc#1012628 CVE-2023-53165 bsc#1250395).
  - Update
    patches.suse/usb-cdns3-Put-the-cdns-set-active-part-outside-the-s.patch
    (git-fixes CVE-2023-53287 bsc#1250089).
  - Update
    patches.suse/usb-core-config-Prevent-OOB-read-in-SS-endpoint-comp.patch
    (stable-fixes CVE-2025-39760 bsc#1249598).
  - Update
    patches.suse/usb-dwc3-Remove-WARN_ON-for-device-endpoint-command-.patch
    (stable-fixes CVE-2025-39801 bsc#1250450).
  - Update
    patches.suse/usb-dwc3-qcom-Fix-potential-memory-leak.patch
    (bsc#1012628 CVE-2023-53196 bsc#1249758).
  - Update
    patches.suse/usb-gadget-u_serial-Add-null-pointer-check-in-g.patch
    (bsc#1012628 CVE-2023-53356 bsc#1249997).
  - Update
    patches.suse/usb-phy-phy-tahvo-fix-memory-leak-in-tahvo_usb_.patch
    (bsc#1012628 CVE-2023-53379 bsc#1250128).
  - Update
    patches.suse/virtio-mmio-don-t-break-lifecycle-of-vm_dev.patch
    (bsc#1012628 CVE-2023-53515 bsc#1250917).
  - Update patches.suse/vxlan-Fix-nexthop-hash-size.patch
    (bsc#1012628 CVE-2023-53192 bsc#1249897).
  - Update
    patches.suse/wifi-ath11k-fix-sleeping-in-atomic-in-ath11k_mac_op_.patch
    (git-fixes CVE-2025-39732 bsc#1249292).
  - Update
    patches.suse/wifi-ath12k-Avoid-NULL-pointer-access-during-ma.patch
    (bsc#1012628 CVE-2023-53180 bsc#1249826).
  - Update
    patches.suse/wifi-ath12k-Correct-tid-cleanup-when-tid-setup-fails.patch
    (stable-fixes CVE-2025-39750 bsc#1249523).
  - Update
    patches.suse/wifi-ath12k-Decrement-TID-on-RX-peer-frag-setup-erro.patch
    (stable-fixes CVE-2025-39761 bsc#1249554).
  - Update
    patches.suse/wifi-ath9k-don-t-allow-to-overwrite-ENDPOINT0-a.patch
    (bsc#1012628 CVE-2023-53185 bsc#1249820).
  - Update
    patches.suse/wifi-brcmfmac-fix-use-after-free-when-rescheduling-b.patch
    (git-fixes CVE-2025-39863 bsc#1250281).
  - Update
    patches.suse/wifi-cfg80211-fix-use-after-free-in-cmp_bss.patch
    (git-fixes CVE-2025-39864 bsc#1250242).
  - Update
    patches.suse/wifi-cfg80211-sme-cap-SSID-length-in-__cfg80211_conn.patch
    (git-fixes CVE-2025-39849 bsc#1250266).
  - Update
    patches.suse/wifi-iwlwifi-pcie-fix-NULL-pointer-dereference-.patch
    (bsc#1012628 CVE-2023-53251 bsc#1249730).
  - Update
    patches.suse/wifi-mac80211-check-S1G-action-frame-size.patch
    (git-fixes CVE-2023-53257 bsc#1249869).
  - Update
    patches.suse/wifi-mac80211_hwsim-Fix-possible-NULL-dereferen.patch
    (bsc#1012628 CVE-2023-53209 bsc#1249856).
  - Update patches.suse/wifi-mac80211_hwsim-drop-short-frames.patch
    (git-fixes CVE-2023-53321 bsc#1250313).
  - Update
    patches.suse/wifi-mwifiex-Fix-OOB-and-integer-underflow-when-rx-p.patch
    (git-fixes CVE-2023-53226 bsc#1249658).
  - Update
    patches.suse/wifi-mwifiex-Initialize-the-chan_stats-array-to-zero.patch
    (git-fixes CVE-2025-39891 bsc#1250712).
  - Update
    patches.suse/wifi-mwifiex-avoid-possible-NULL-skb-pointer-derefer.patch
    (git-fixes CVE-2023-53384 bsc#1250127).
  - Update
    patches.suse/x86-MCE-Always-save-CS-register-on-AMD-Zen-IF-Poison-error.patch
    (git-fixes CVE-2023-53438 bsc#1250180).
  - Update
    patches.suse/x86-mm-64-define-ARCH_PAGE_TABLE_SYNC_MASK-and-arch_.patch
    (git-fixes CVE-2025-39845 bsc#1250262).
  - Update
    patches.suse/x86-platform-uv-Use-alternate-source-for-socket-to-n.patch
    (bsc#1215696 CVE-2023-53496 bsc#1250905).
  - Update
    patches.suse/xfrm-add-NULL-check-in-xfrm_update_ae_params.patch
    (bsc#1012628 bsc#1213666 CVE-2023-3772 CVE-2023-53147
    bsc#1249880).
  - Update
    patches.suse/xfrm-fix-slab-use-after-free-in-decode_session.patch
    (bsc#1012628 CVE-2023-53500 bsc#1250816).
  - Update
    patches.suse/xsk-Fix-xsk_diag-use-after-free-error-during-socket-.patch
    (bsc#1220419 CVE-2023-53426 bsc#1250166).
  - commit ee10a6d
  - i40e: Fix potential invalid access when MAC list is empty (CVE-2025-39853 bsc#1250275)
  - commit 4246fc5
  - RDMA/siw: Always report immediate post SQ errors (git-fixes)
  - commit c1b6a15
  - RDMA/rxe: Fix race in do_task() when draining (git-fixes)
  - commit 650fcb3
  - IB/sa: Fix sa_local_svc_timeout_ms read race (git-fixes)
  - commit ced2c38
  - RDMA/core: Resolve MAC of next-hop device without ARP support (git-fixes)
  - commit 9a8b6d9
  - RDMA/cm: Rate limit destroy CM ID timeout error message (git-fixes)
  - commit 99220cf
  - RDMA/mlx5: Fix vport loopback forcing for MPV device (git-fixes)
  - commit aced925
  - RDMA/mlx5: Better estimate max_qp_wr to reflect WQE count (git-fixes)
  - commit 665905d

++++ kernel-rt:

  - wifi: ath12k: Add MODULE_FIRMWARE() entries (bsc#1250952).
  - commit fbc86d9
  - scsi: qla2xxx: Fix incorrect sign of error code in
    qla_nvme_xmt_ls_rsp() (git-fixes).
  - scsi: qla2xxx: Fix incorrect sign of error code in
    START_SP_W_RETRIES() (git-fixes).
  - scsi: qla2xxx: edif: Fix incorrect sign of error code
    (git-fixes).
  - scsi: qla2xxx: Use secs_to_jiffies() instead of
    msecs_to_jiffies() (git-fixes).
  - scsi: qla2xxx: Remove firmware URL (git-fixes).
  - scsi: qla2xxx: Avoid stack frame size warning in qla_dfs
    (git-fixes).
  - commit db6525b
  - scsi: lpfc: Copyright updates for 14.4.0.11 patches
    (bsc#1250519).
  - scsi: lpfc: Update lpfc version to 14.4.0.11 (bsc#1250519).
  - scsi: lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point
    to Point topology (bsc#1250519).
  - scsi: lpfc: Check return status of lpfc_reset_flush_io_context
    during TGT_RESET (bsc#1250519).
  - scsi: lpfc: Decrement ndlp kref after FDISC retries exhausted
    (bsc#1250519).
  - scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl
    in lpfc_cleanup (bsc#1250519).
  - scsi: lpfc: Clean up allocated queues when queue setup mbox
    commands fail (bsc#1250519).
  - scsi: lpfc: Abort outstanding ELS WQEs regardless of if rmmod
    is in progress (bsc#1250519).
  - scsi: lpfc: Remove unused member variables in struct lpfc_hba
    and lpfc_vport (bsc#1250519).
  - scsi: lpfc: Use int type to store negative error codes
    (bsc#1250519).
  - scsi: fc: Avoid -Wflex-array-member-not-at-end warnings
    (bsc#1250519).
  - scsi: lpfc: use min() to improve code (bsc#1250519).
  - scsi: lpfc: Fix buffer free/clear order in deferred receive path
    (bsc#1250519).
  - scsi: lpfc: Remove redundant assignment to avoid memory leak
    (bsc#1250519).
  - scsi: lpfc: Fix wrong function reference in a comment
    (bsc#1250519).
  - commit 9af1a7a
  - nvme-fc: use lock accessing port_state and rport state
    (bsc#1245193 bsc#1247500).
  - nvmet-fcloop: call done callback even when remote port is gone
    (bsc#1245193 bsc#1247500).
  - nvmet-fc: avoid scheduling association deletion twice
    (bsc#1245193 bsc#1247500).
  - nvmet-fc: move lsop put work to nvmet_fc_ls_req_op (bsc#1245193
    bsc#1247500).
  - commit 9a1d529
  - NFSv4.1: fix backchannel max_resp_sz verification check
    (git-fixes).
  - commit 8db6e65
  - orangefs: Remove unused type in macro fill_default_sys_attrs
    (git-fixes).
  - commit 98fbe5c
  - ppp: fix memory leak in pad_compress_skb (CVE-2025-39847
    bsc#1250292).
  - ice: fix NULL access of tx->in_use in ice_ll_ts_intr
    (CVE-2025-39854 bsc#1250297).
  - vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop
    objects (CVE-2025-39850 bsc#1250276).
  - net/mlx5: Fix lockdep assertion on sync reset unload event
    (CVE-2025-39832 bsc#1249901).
  - net/mlx5: Reload auxiliary drivers on fw_activate
    (CVE-2025-39832 bsc#1249901).
  - bnxt_en: Fix memory corruption when FW resources change during
    ifdown (CVE-2025-39810 bsc#1249975).
  - gve: prevent ethtool ops after shutdown (CVE-2025-38735
    bsc#1249288).
  - net/mlx5: Add sync reset drop mode support (CVE-2025-39832
    bsc#1249901).
  - commit 703f4a7
  - Update
    patches.suse/0780-drm-mediatek-dp-Change-logging-to-dev-for-mtk_dp_aux.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53325
    bsc#1250035).
  - Update
    patches.suse/ACPI-APEI-send-SIGBUS-to-current-task-if-synchronous.patch
    (stable-fixes CVE-2025-39763 bsc#1249615).
  - Update
    patches.suse/ACPI-pfr_update-Fix-the-driver-update-version-check.patch
    (git-fixes CVE-2025-39701 bsc#1249308).
  - Update
    patches.suse/ACPICA-Add-AML_NO_OPERAND_RESOLVE-flag-to-Timer.patch
    (git-fixes CVE-2023-53395 bsc#1250358).
  - Update
    patches.suse/ALSA-hda-ca0132-Fix-buffer-overflow-in-add_tuning_co.patch
    (stable-fixes CVE-2025-39751 bsc#1249538).
  - Update
    patches.suse/ALSA-hda-fix-a-possible-null-pointer-dereferen.patch
    (bsc#1012628 CVE-2023-53275 bsc#1250459).
  - Update
    patches.suse/ALSA-usb-audio-Validate-UAC3-cluster-segment-descrip.patch
    (git-fixes CVE-2025-39757 bsc#1249515).
  - Update
    patches.suse/ALSA-usb-audio-Validate-UAC3-power-domain-descriptor.patch
    (git-fixes CVE-2025-38729 bsc#1249164).
  - Update
    patches.suse/ASoC-core-Check-for-rtd-NULL-in-snd_soc_remove_pcm_r.patch
    (stable-fixes CVE-2025-38706 bsc#1249195).
  - Update patches.suse/Bluetooth-Fix-hci_suspend_sync-crash.patch
    (git-fixes CVE-2023-53520 bsc#1250957).
  - Update
    patches.suse/Bluetooth-Fix-potential-use-after-free-when-clear-ke.patch
    (git-fixes CVE-2023-53386 bsc#1250106).
  - Update
    patches.suse/Bluetooth-Fix-use-after-free-in-l2cap_sock_cleanup_l.patch
    (git-fixes CVE-2025-39860 bsc#1250247).
  - Update patches.suse/Bluetooth-L2CAP-Fix-use-after-free.patch
    (bsc#1012628 CVE-2023-53305 bsc#1250049).
  - Update
    patches.suse/Bluetooth-hci_conn-fail-SCO-ISO-via-hci_conn_failed-.patch
    (git-fixes CVE-2023-53374 bsc#1250196).
  - Update
    patches.suse/Bluetooth-l2cap-Check-encryption-key-size-on-incomin.patch
    (git-fixes CVE-2025-39889 bsc#1249833).
  - Update
    patches.suse/Bluetooth-use-RCU-for-hci_conn_params-and-itera.patch
    (bsc#1012628 CVE-2023-53252 bsc#1249756).
  - Update
    patches.suse/Bluetooth-vhci-Prevent-use-after-free-by-removing-de.patch
    (git-fixes CVE-2025-39861 bsc#1250249).
  - Update
    patches.suse/FS-JFS-Fix-null-ptr-deref-Read-in-txBegin.patch
    (bsc#1012628 CVE-2023-53457 bsc#1250763).
  - Update
    patches.suse/HID-asus-fix-UAF-via-HID_CLAIMED_INPUT-validation.patch
    (git-fixes CVE-2025-39824 bsc#1250007).
  - Update
    patches.suse/HID-hid-ntrig-fix-unable-to-handle-page-fault-in-ntr.patch
    (stable-fixes CVE-2025-39808 bsc#1250088).
  - Update
    patches.suse/HID-multitouch-Correct-devm-device-reference-for-hid.patch
    (git-fixes CVE-2023-53454 bsc#1250759).
  - Update
    patches.suse/HID-multitouch-fix-slab-out-of-bounds-access-in-mt_r.patch
    (git-fixes CVE-2025-39806 bsc#1249888).
  - Update
    patches.suse/IB-hfi1-Fix-possible-panic-during-hotplug-remo.patch
    (bsc#1012628 CVE-2023-53488 bsc#1250825).
  - Update
    patches.suse/KVM-arm64-Handle-kvm_arm_init-failure-correctly.patch
    (bsc#1012628 CVE-2023-53319 bsc#1250067).
  - Update
    patches.suse/KVM-nSVM-Load-L1-s-TSC-multiplier-based-on-L1-state-.patch
    (git-fixes CVE-2023-53208 bsc#1249698).
  - Update
    patches.suse/KVM-s390-diag-fix-racy-access-of-physical-cpu-n.patch
    (bsc#1012628 CVE-2023-53205 bsc#1249677).
  - Update
    patches.suse/NFS-Fix-filehandle-bounds-checking-in-nfs_fh_to_dentry.patch
    (git-fixes CVE-2025-39730 bsc#1249296).
  - Update
    patches.suse/NFS-Fix-the-setting-of-capabilities-when-automounting-a-new-filesystem.patch
    (git-fixes CVE-2025-39798 bsc#1249774).
  - Update
    patches.suse/NFSv4.2-Rework-scratch-handling-for-READ_PLUS-again.patch
    (git-fixes CVE-2023-53360 bsc#1249990).
  - Update
    patches.suse/PCI-ASPM-Disable-ASPM-on-MFD-function-removal-t.patch
    (bsc#1012628 CVE-2023-53446 bsc#1250145).
  - Update
    patches.suse/PCI-endpoint-Fix-configfs-group-list-head-handling.patch
    (git-fixes CVE-2025-39783 bsc#1249486).
  - Update
    patches.suse/PCI-hv-Fix-a-crash-in-hv_pci_restore_msi_msg-during-.patch
    (git-fixes CVE-2023-53175 bsc#1249845).
  - Update
    patches.suse/PM-devfreq-Fix-leak-in-devfreq_dev_release.patch
    (git-fixes CVE-2023-53518 bsc#1250923).
  - Update
    patches.suse/RDMA-bnxt_re-Properly-order-ib_device_unalloc-.patch
    (bsc#1012628 CVE-2023-53504 bsc#1250813).
  - Update
    patches.suse/RDMA-bnxt_re-wraparound-mbox-producer-index.patch
    (bsc#1012628 CVE-2023-53201 bsc#1249687).
  - Update
    patches.suse/RDMA-hfi1-fix-possible-divide-by-zero-in-find_hw_thr.patch
    (git-fixes CVE-2025-39742 bsc#1249479).
  - Update
    patches.suse/RDMA-mlx5-Return-the-firmware-result-upon-dest.patch
    (bsc#1012628 CVE-2023-53286 bsc#1250325).
  - Update
    patches.suse/RDMA-rxe-Fix-unsafe-drain-work-queue-code.patch
    (git-fixes CVE-2023-53528 bsc#1250930).
  - Update
    patches.suse/RDMA-siw-Fix-the-sendmsg-byte-count-in-siw_tcp_sendp.patch
    (git-fixes CVE-2025-39758 bsc#1249490).
  - Update
    patches.suse/accel-habanalabs-fix-mem-leak-in-capture-user-.patch
    (bsc#1012628 CVE-2023-53367 bsc#1250243).
  - Update patches.suse/accel-qaic-Fix-slicing-memory-leak.patch
    (bsc#1012628 CVE-2023-53350 bsc#1250012).
  - Update
    patches.suse/accel-qaic-tighten-bounds-checking-in-decode_me.patch
    (bsc#1012628 CVE-2023-53493 bsc#1250820).
  - Update
    patches.suse/af_unix-Fix-data-races-around-user-unix_inflight.patch
    (git-fixes CVE-2023-53204 bsc#1249682).
  - Update
    patches.suse/arm64-sme-Set-new-vector-length-before-realloca.patch
    (bsc#1012628 CVE-2023-53184 bsc#1249823).
  - Update
    patches.suse/ax25-properly-unshare-skbs-in-ax25_kiss_rcv.patch
    (git-fixes CVE-2025-39848 bsc#1250298).
  - Update
    patches.suse/batman-adv-fix-OOB-read-write-in-network-coding-deco.patch
    (git-fixes CVE-2025-39839 bsc#1250291).
  - Update
    patches.suse/blk-cgroup-Reinit-blkg_iostat_set-after-clearin.patch
    (bsc#1012628 CVE-2023-53421 bsc#1250171).
  - Update
    patches.suse/blk-mq-fix-NULL-dereference-on-q-elevator-in-bl.patch
    (bsc#1012628 CVE-2023-53292 bsc#1250163).
  - Update
    patches.suse/bpf-Fix-memleak-due-to-fentry-attach-failure.patch
    (bsc#1012628 CVE-2023-53221 bsc#1249662).
  - Update
    patches.suse/bpf-cpumap-Fix-memory-leak-in-cpu_map_update_el.patch
    (bsc#1012628 CVE-2023-53441 bsc#1250150).
  - Update
    patches.suse/btrfs-abort-transaction-on-unexpected-eb-generation-.patch
    (git-fixes CVE-2025-39800 bsc#1250177).
  - Update
    patches.suse/btrfs-add-handling-for-RAID1C23-DUP-to-btrfs_re.patch
    (bsc#1012628 CVE-2023-53243 bsc#1249640).
  - Update
    patches.suse/btrfs-don-t-check-PageError-in-__extent_writepa.patch
    (bsc#1012628 CVE-2023-53429 bsc#1250384).
  - Update
    patches.suse/btrfs-exit-gracefully-if-reloc-roots-don-t-mat.patch
    (bsc#1012628 CVE-2023-53183 bsc#1249863).
  - Update
    patches.suse/btrfs-fix-BUG_ON-condition-in-btrfs_cancel_bal.patch
    (bsc#1012628 CVE-2023-53339 bsc#1250329).
  - Update
    patches.suse/btrfs-fix-use-after-free-of-new-block-group-th.patch
    (bsc#1012628 CVE-2023-53187 bsc#1249815).
  - Update
    patches.suse/btrfs-qgroup-fix-race-between-quota-disable-and-quot.patch
    (git-fixes CVE-2025-39759 bsc#1249522).
  - Update
    patches.suse/btrfs-set_page_extent_mapped-after-read_folio-i.patch
    (bsc#1012628 CVE-2023-53247 bsc#1249870).
  - Update
    patches.suse/bus-fsl-mc-don-t-assume-child-devices-are-all-f.patch
    (bsc#1012628 CVE-2023-53362 bsc#1249993).
  - Update
    patches.suse/bus-mhi-host-Detect-events-pointing-to-unexpected-TR.patch
    (git-fixes CVE-2025-39790 bsc#1249548).
  - Update
    patches.suse/can-gs_usb-fix-time-stamp-counter-initializatio.patch
    (bsc#1012628 CVE-2023-53523 bsc#1250926).
  - Update
    patches.suse/can-j1939-implement-NETDEV_UNREGISTER-notification-h.patch
    (git-fixes CVE-2025-39925 bsc#1250736).
  - Update
    patches.suse/can-xilinx_can-xcan_write_frame-fix-use-after-free-o.patch
    (git-fixes CVE-2025-39873 bsc#1250371).
  - Update
    patches.suse/cifs-prevent-use-after-free-by-freeing-the-cfil.patch
    (bsc#1012628 CVE-2023-53377 bsc#1250161).
  - Update
    patches.suse/clk-imx-clk-imx8mn-fix-memory-leak-in-imx8mn_cl.patch
    (bsc#1012628 CVE-2023-53249 bsc#1249642).
  - Update
    patches.suse/clk-imx-clk-imxrt1050-fix-memory-leak-in-imxrt1.patch
    (bsc#1012628 CVE-2023-53264 bsc#1249795).
  - Update patches.suse/clk-mediatek-fix-of_iomap-memory-leak.patch
    (bsc#1012628 CVE-2023-53424 bsc#1250169).
  - Update
    patches.suse/clk-mediatek-mt8183-Add-back-SSPM-related-cloc.patch
    (bsc#1012628 CVE-2023-53274 bsc#1249919).
  - Update
    patches.suse/clk-tegra-tegra124-emc-Fix-potential-memory-lea.patch
    (bsc#1012628 CVE-2023-53505 bsc#1250807).
  - Update
    patches.suse/comedi-Fix-use-of-uninitialized-memory-in-do_insn_io.patch
    (git-fixes CVE-2025-39684 bsc#1249281).
  - Update
    patches.suse/comedi-Make-insn_rw_emulate_bits-do-insn-n-samples.patch
    (git-fixes CVE-2025-39686 bsc#1249312).
  - Update
    patches.suse/comedi-fix-race-between-polling-and-detaching.patch
    (git-fixes CVE-2025-38687 bsc#1249177).
  - Update
    patches.suse/comedi-pcl726-Prevent-invalid-irq-number.patch
    (git-fixes CVE-2025-39685 bsc#1249282).
  - Update
    patches.suse/crypto-qat-flush-misc-workqueue-during-device-shutdo.patch
    (git-fixes CVE-2025-39721 bsc#1249323).
  - Update
    patches.suse/cxl-acpi-Fix-a-use-after-free-in-cxl_parse_cfmw.patch
    (bsc#1012628 CVE-2023-53479 bsc#1250837).
  - Update
    patches.suse/cxl-downgrade-a-warning-message-to-debug-level-in-cxl.patch
    (bsc#1229165 CVE-2023-53479 bsc#1250837).
  - Update
    patches.suse/dma-buf-dma-resv-Stop-leaking-on-krealloc-failu.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53181
    bsc#1249824).
  - Update
    patches.suse/dmaengine-idxd-Fix-double-free-in-idxd_setup_wqs.patch
    (git-fixes CVE-2025-39870 bsc#1250402).
  - Update
    patches.suse/dmaengine-idxd-Remove-improper-idxd_free.patch
    (git-fixes CVE-2025-39871 bsc#1250377).
  - Update
    patches.suse/dmaengine-qcom-bam_dma-Fix-DT-error-handling-for-num.patch
    (git-fixes CVE-2025-39923 bsc#1250741).
  - Update
    patches.suse/dmaengine-ti-edma-Fix-memory-allocation-size-for-que.patch
    (git-fixes CVE-2025-39869 bsc#1250406).
  - Update
    patches.suse/drm-amd-display-Add-null-pointer-check-in-mod_hdcp_h.patch
    (git-fixes CVE-2025-39675 bsc#1249263).
  - Update
    patches.suse/drm-amd-display-Avoid-a-NULL-pointer-dereference.patch
    (stable-fixes CVE-2025-39693 bsc#1249279).
  - Update
    patches.suse/drm-amd-display-Fix-possible-underflow-for-disp.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53258
    bsc#1249780).
  - Update
    patches.suse/drm-amdgpu-fix-calltrace-warning-in-amddrm_bud.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53152
    bsc#1249883).
  - Update
    patches.suse/drm-amdgpu-fix-memory-leak-in-mes-self-test.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53370
    bsc#1250208).
  - Update
    patches.suse/drm-amdgpu-install-stub-fence-into-potential-u.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53248
    bsc#1249779).
  - Update
    patches.suse/drm-amdkfd-Destroy-KFD-debugfs-after-destroy-KFD-wq.patch
    (stable-fixes CVE-2025-39706 bsc#1249413).
  - Update
    patches.suse/drm-client-Fix-memory-leak-in-drm_client_modese.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53288
    bsc#1250058).
  - Update
    patches.suse/drm-hisilicon-hibmc-fix-the-hibmc-loaded-failed-bug.patch
    (git-fixes CVE-2025-39772 bsc#1249506).
  - Update
    patches.suse/drm-mediatek-fix-potential-OF-node-use-after-free.patch
    (git-fixes CVE-2025-39882 bsc#1250389).
  - Update
    patches.suse/drm-msm-dp-Free-resources-after-unregistering-t.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53316
    bsc#1250066).
  - Update
    patches.suse/drm-msm-mdp5-Don-t-leak-some-plane-state.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53324
    bsc#1250070).
  - Update
    patches.suse/drm-nouveau-disp-fix-use-after-free-in-error-h.patch
    (bsc#1012628 bsc#1214073 CVE-2023-53263 bsc#1249861).
  - Update
    patches.suse/drm-nouveau-nvif-Fix-potential-memory-leak-in-nvif_v.patch
    (git-fixes CVE-2025-39679 bsc#1249338).
  - Update
    patches.suse/drm-radeon-Fix-integer-overflow-in-radeon_cs_pa.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53309
    bsc#1250055).
  - Update patches.suse/drm-tests-helpers-Avoid-a-driver-uaf.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53235
    bsc#1249785).
  - Update
    patches.suse/drm-ttm-check-null-pointer-before-accessing-wh.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53352
    bsc#1250006).
  - Update
    patches.suse/drm-ttm-fix-bulk_move-corruption-when-adding-a-.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53444
    bsc#1250157).
  - Update patches.suse/erofs-Fix-detection-of-atomic-context.patch
    (bsc#1012628 CVE-2023-53231 bsc#1249787).
  - Update
    patches.suse/exfat-add-cluster-chain-loop-check-for-dir.patch
    (git-fixes CVE-2025-38692 bsc#1249221).
  - Update
    patches.suse/ext2-dax-Fix-ext2_setsize-when-len-is-page-alig.patch
    (bsc#1012628 CVE-2023-53323 bsc#1250069).
  - Update
    patches.suse/f2fs-don-t-reset-unchangable-mount-option-in-f2.patch
    (bsc#1012628 CVE-2023-53447 bsc#1250241).
  - Update
    patches.suse/fbdev-Fix-vmalloc-out-of-bounds-write-in-fast_imageb.patch
    (stable-fixes CVE-2025-38685 bsc#1249220).
  - Update
    patches.suse/fbdev-ep93xx-fb-Do-not-assign-to-struct-fb_info.dev.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53314
    bsc#1250065).
  - Update
    patches.suse/fbdev-fix-potential-buffer-overflow-in-do_register_f.patch
    (stable-fixes CVE-2025-38702 bsc#1249254).
  - Update
    patches.suse/fbdev-imxfb-Removed-unneeded-release_mem_region.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53448
    bsc#1250873).
  - Update
    patches.suse/firewire-net-fix-use-after-free-in-fwnet_finis.patch
    (bsc#1012628 CVE-2023-53432 bsc#1250426).
  - Update
    patches.suse/firmware-stratix10-svc-Fix-a-potential-resource.patch
    (bsc#1012628 CVE-2023-53255 bsc#1249762).
  - Update
    patches.suse/fs-jfs-Fix-UBSAN-array-index-out-of-bounds-in-d.patch
    (bsc#1012628 CVE-2023-53485 bsc#1250872).
  - Update
    patches.suse/fs-ntfs3-Enhance-sanity-check-while-generating.patch
    (bsc#1012628 CVE-2023-53328 bsc#1249952).
  - Update
    patches.suse/hfs-fix-slab-out-of-bounds-in-hfs_bnode_read.patch
    (git-fixes CVE-2025-38715 bsc#1249196).
  - Update
    patches.suse/hfsplus-don-t-use-BUG_ON-in-hfsplus_create_attributes_file.patch
    (git-fixes CVE-2025-38712 bsc#1249194).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-in-hfsplus_bnode_read.patch
    (git-fixes CVE-2025-38714 bsc#1249260).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-read-in-hfsplus_uni2asc.patch
    (git-fixes CVE-2025-38713 bsc#1249200).
  - Update
    patches.suse/hsr-Fix-uninit-value-access-in-fill_frame_info.patch
    (bsc#1220419 CVE-2023-53462 bsc#1250878).
  - Update
    patches.suse/hwmon-pmbus_core-Fix-NULL-pointer-dereference.patch
    (bsc#1012628 CVE-2023-53206 bsc#1249679).
  - Update
    patches.suse/ibmvnic-Do-not-reset-dql-stats-on-NON_FATAL-err.patch
    (bsc#1012628 CVE-2023-53463 bsc#1250867).
  - Update
    patches.suse/ice-Block-switchdev-mode-when-ADQ-is-active-an.patch
    (bsc#1012628 CVE-2023-53442 bsc#1250201).
  - Update
    patches.suse/icmp6-Fix-null-ptr-deref-of-ip6_null_entry-rt6i.patch
    (bsc#1012628 CVE-2023-53343 bsc#1250022).
  - Update
    patches.suse/igb-Fix-igb_down-hung-on-surprise-removal.patch
    (bsc#1012628 CVE-2023-53148 bsc#1249842).
  - Update
    patches.suse/iio-imu-bno055-fix-OOB-access-of-hw_xlate-array.patch
    (git-fixes CVE-2025-39719 bsc#1249271).
  - Update
    patches.suse/io_uring-wait-interruptibly-for-request-complet.patch
    (bsc#1012628 CVE-2023-53461 bsc#1250941).
  - Update
    patches.suse/iommu-amd-iommu_v2-Fix-pasid_state-refcount-dec-hit-.patch
    (git-fixes CVE-2023-53501 bsc#1250815).
  - Update
    patches.suse/iommu-arm-smmu-qcom-Add-SM6115-MDSS-compatible.patch
    (git-fixes CVE-2025-39739 bsc#1249542).
  - Update
    patches.suse/ip6mr-Fix-skb_under_panic-in-ip6mr_cache_repor.patch
    (bsc#1012628 CVE-2023-53365 bsc#1249988).
  - Update
    patches.suse/ipv6-addrconf-fix-a-potential-refcount-underflo.patch
    (bsc#1012628 CVE-2023-53189 bsc#1249894).
  - Update
    patches.suse/jbd2-check-jh-b_transaction-before-removing-it-from-.patch
    (bsc#1214953 CVE-2023-53526 bsc#1250928).
  - Update patches.suse/jfs-Regular-file-corruption-check.patch
    (git-fixes CVE-2025-38698 bsc#1249255).
  - Update
    patches.suse/jfs-jfs_dmap-Validate-db_l2nbperpage-while-moun.patch
    (bsc#1012628 CVE-2023-53222 bsc#1249864).
  - Update
    patches.suse/jfs-truncate-good-inode-pages-when-hard-link-is-0.patch
    (git-fixes CVE-2025-39743 bsc#1249489).
  - Update
    patches.suse/jfs-upper-bound-check-of-tree-index-in-dbAllocAG.patch
    (git-fixes CVE-2025-38697 bsc#1249257).
  - Update
    patches.suse/kobject-Add-sanity-check-for-kset-kobj.ktype-in-kset.patch
    (git-fixes CVE-2023-53480 bsc#1250861).
  - Update patches.suse/lwt-Fix-return-values-of-BPF-xmit-ops.patch
    (jsc#PED-6811 CVE-2023-53338 bsc#1250074).
  - Update
    patches.suse/mISDN-hfcpci-Fix-warning-when-deleting-uninitialized.patch
    (git-fixes CVE-2025-39833 bsc#1250028).
  - Update
    patches.suse/macvlan-add-forgotten-nla_policy-for-IFLA_MACVL.patch
    (bsc#1012628 CVE-2023-53516 bsc#1250918).
  - Update
    patches.suse/md-raid10-check-slab-out-of-bounds-in-md_bitmap.patch
    (bsc#1012628 CVE-2023-53357 bsc#1249994).
  - Update
    patches.suse/md-raid10-fix-null-ptr-deref-of-mreplace-in-rai.patch
    (bsc#1012628 CVE-2023-53380 bsc#1250198).
  - Update
    patches.suse/md-raid10-fix-wrong-setting-of-max_corr_read_er.patch
    (bsc#1012628 CVE-2023-53313 bsc#1249911).
  - Update
    patches.suse/md-raid10-prevent-soft-lockup-while-flush-write.patch
    (bsc#1012628 CVE-2023-53151 bsc#1249865).
  - Update
    patches.suse/md-raid5-cache-fix-null-ptr-deref-for-r5l_flush_stri-0d0b.patch
    (jsc#PED-7542 CVE-2023-53210 bsc#1249673).
  - Update
    patches.suse/media-az6007-Fix-null-ptr-deref-in-az6007_i2c_xfer.patch
    (git-fixes CVE-2023-53220 bsc#1250337).
  - Update
    patches.suse/media-dvb-frontends-dib7090p-fix-null-ptr-deref-in-d.patch
    (stable-fixes CVE-2025-38694 bsc#1249272).
  - Update
    patches.suse/media-dvb-frontends-w7090p-fix-null-ptr-deref-in-w70.patch
    (stable-fixes CVE-2025-38693 bsc#1249190).
  - Update
    patches.suse/media-hi846-fix-usage-of-pm_runtime_get_if_in_u.patch
    (bsc#1012628 CVE-2023-53177 bsc#1249849).
  - Update
    patches.suse/media-ipu-bridge-Fix-null-pointer-deref-on-SSDB-PLD-.patch
    (git-fixes CVE-2023-53336 bsc#1250073).
  - Update
    patches.suse/media-mdp3-Fix-resource-leaks-in-of_find_device_by_n.patch
    (git-fixes CVE-2023-53385 bsc#1250319).
  - Update
    patches.suse/media-platform-mediatek-vpu-fix-NULL-ptr-deref.patch
    (bsc#1012628 CVE-2023-53425 bsc#1250290).
  - Update
    patches.suse/media-rainshadow-cec-fix-TOCTOU-race-condition-in-ra.patch
    (git-fixes CVE-2025-39713 bsc#1249321).
  - Update
    patches.suse/media-usbtv-Lock-resolution-while-streaming.patch
    (git-fixes CVE-2025-39714 bsc#1249273).
  - Update
    patches.suse/media-uvcvideo-Fix-1-byte-out-of-bounds-read-in-uvc_.patch
    (git-fixes CVE-2025-38680 bsc#1249203).
  - Update
    patches.suse/media-v4l2-mem2mem-add-lock-to-protect-paramet.patch
    (bsc#1012628 CVE-2023-53519 bsc#1250964).
  - Update
    patches.suse/media-venus-Add-a-check-for-packet-size-after-readin.patch
    (git-fixes CVE-2025-39710 bsc#1249304).
  - Update
    patches.suse/media-venus-protect-against-spurious-interrupts-duri.patch
    (git-fixes CVE-2025-39709 bsc#1249278).
  - Update
    patches.suse/mlxsw-minimal-fix-potential-memory-leak-in-mlxs.patch
    (bsc#1012628 CVE-2023-53195 bsc#1249761).
  - Update
    patches.suse/mm-kmem-fix-a-NULL-pointer-dereference-in-obj_.patch
    (bsc#1012628 CVE-2023-53401 bsc#1250120).
  - Update
    patches.suse/mm-move-page-table-sync-declarations-to-linux-pgtabl.patch
    (git-fixes CVE-2025-39844 bsc#1250268).
  - Update
    patches.suse/mm-ptdump-take-the-memory-hotplug-lock-inside-ptdump_walk_.patch
    (git-fixes CVE-2025-38681 bsc#1249204).
  - Update
    patches.suse/modpost-fix-off-by-one-in-is_executable_section.patch
    (bsc#1012628 CVE-2023-53397 bsc#1250125).
  - Update patches.suse/mptcp-fix-disconnect-vs-accept-race.patch
    (bsc#1012628 CVE-2023-53490 bsc#1250827).
  - Update
    patches.suse/msft-hv-3329-hv_netvsc-Fix-panic-during-namespace-deletion-with-V.patch
    (bsc#1248111 CVE-2025-38683 bsc#1249159).
  - Update
    patches.suse/mtd-rawnand-stm32_fmc2-avoid-overlapping-mappings-on.patch
    (git-fixes CVE-2025-39907 bsc#1250713).
  - Update
    patches.suse/net-dcb-choose-correct-policy-to-parse-DCB_ATT.patch
    (bsc#1012628 CVE-2023-53369 bsc#1250206).
  - Update
    patches.suse/net-dsa-Removed-unneeded-of_node_put-in-felix_p.patch
    (bsc#1012628 CVE-2023-53170 bsc#1249850).
  - Update
    patches.suse/net-ena-fix-shift-out-of-bounds-in-exponential-.patch
    (bsc#1012628 CVE-2023-53272 bsc#1249917).
  - Update
    patches.suse/net-ethernet-mvpp2_main-fix-possible-OOB-write-in-mv.patch
    (git-fixes CVE-2023-53495 bsc#1250907).
  - Update
    patches.suse/net-fix-net_dev_start_xmit-trace-event-vs-skb_t.patch
    (bsc#1012628 CVE-2023-53312 bsc#1250063).
  - Update
    patches.suse/net-marvell-prestera-fix-handling-IPv4-routes-.patch
    (bsc#1012628 CVE-2023-53342 bsc#1250029).
  - Update
    patches.suse/net-microchip-vcap-api-Fix-possible-memory-leak-for-.patch
    (git-fixes CVE-2023-53303 bsc#1249896).
  - Update
    patches.suse/net-mlx5-Unregister-devlink-params-in-case-int.patch
    (bsc#1012628 CVE-2023-53507 bsc#1250808).
  - Update
    patches.suse/net-mlx5e-fix-memory-leak-in-mlx5e_fs_tt_redire.patch
    (bsc#1012628 CVE-2023-53371 bsc#1250112).
  - Update
    patches.suse/net-mlx5e-xsk-Fix-crash-on-regular-rq-reactiva.patch
    (bsc#1012628 CVE-2023-53394 bsc#1250199).
  - Update
    patches.suse/net-rose-convert-use-field-to-refcount_t.patch
    (git-fixes CVE-2025-39826 bsc#1250203).
  - Update
    patches.suse/net-rose-include-node-references-in-rose_neigh-refco.patch
    (git-fixes CVE-2025-39827 bsc#1250204).
  - Update
    patches.suse/net-usb-asix_devices-Fix-PHY-address-mask-in-MDIO-bu.patch
    (git-fixes CVE-2025-38736 bsc#1249318).
  - Update
    patches.suse/net-usb-asix_devices-add-phy_mask-for-ax88772-mdio-b.patch
    (git-fixes CVE-2025-38725 bsc#1249170).
  - Update
    patches.suse/netfilter-conntrack-dccp-copy-entire-header-to-.patch
    (CVE-2023-39197 bsc#1012628 bsc#1216976 CVE-2023-53333
    bsc#1249949).
  - Update
    patches.suse/netfilter-ipset-add-the-missing-IP_SET_HASH_WITH_NET.patch
    (CVE-2023-42753 bsc#1215150 CVE-2023-53179 bsc#1249825).
  - Update
    patches.suse/netfilter-nf_tables-do-not-ignore-genmask-when-.patch
    (bsc#1012628 CVE-2023-31248 bsc#1213061 CVE-2023-53492
    bsc#1250823).
  - Update
    patches.suse/netfilter-nft_set_rbtree-fix-overlap-expiration.patch
    (bsc#1012628 CVE-2023-53304 bsc#1249923).
  - Update
    patches.suse/netlink-avoid-infinite-retry-looping-in-netlink_unic.patch
    (CVE-2025-38465 bsc#1247118 CVE-2025-38727 bsc#1249166).
  - Update
    patches.suse/nfsd-handle-get_client_locked-failure-in-nfsd4_setclientid_confirm.patch
    (git-fixes CVE-2025-38724 bsc#1249169).
  - Update
    patches.suse/nilfs2-fix-use-after-free-of-nilfs_root-in-dir.patch
    (bsc#1012628 CVE-2023-53311 bsc#1250062).
  - Update
    patches.suse/ntfs-Fix-panic-about-slab-out-of-bounds-caused-.patch
    (bsc#1012628 CVE-2023-53420 bsc#1250186).
  - Update
    patches.suse/nubus-Partially-revert-proc_create_single_data-.patch
    (bsc#1012628 CVE-2023-53217 bsc#1249672).
  - Update
    patches.suse/null_blk-fix-poll-request-timeout-handling.patch
    (bsc#1216436 CVE-2023-53531 bsc#1250931).
  - Update
    patches.suse/ovl-fix-null-pointer-dereference-in-ovl_permiss.patch
    (bsc#1012628 CVE-2023-53260 bsc#1249768).
  - Update
    patches.suse/pNFS-Fix-uninited-ptr-deref-in-block-scsi-layout.patch
    (git-fixes CVE-2025-38691 bsc#1249215).
  - Update
    patches.suse/pcmcia-Add-error-handling-for-add_interval-in-do_val.patch
    (git-fixes CVE-2025-39920 bsc#1250732).
  - Update
    patches.suse/pcmcia-Fix-a-NULL-pointer-dereference-in-__iodyn_fin.patch
    (git-fixes CVE-2025-39846 bsc#1250263).
  - Update
    patches.suse/phy-hisilicon-Fix-an-out-of-bounds-check-in-his.patch
    (bsc#1012628 CVE-2023-53238 bsc#1249707).
  - Update
    patches.suse/powercap-arm_scmi-Remove-recursion-while-parsing-zon.patch
    (git-fixes CVE-2023-53428 bsc#1250167).
  - Update
    patches.suse/powerpc-rtas_flash-allow-user-copy-to-flash-bl.patch
    (bsc#1012628 bsc#1194869 CVE-2023-53487 bsc#1250830).
  - Update
    patches.suse/pstore-ram-Check-start-of-empty-przs-during-init.patch
    (git-fixes CVE-2023-53331 bsc#1249950).
  - Update
    patches.suse/pwm-lpc32xx-Remove-handling-of-PWM-channels.patch
    (git-fixes CVE-2023-53472 bsc#1250841).
  - Update
    patches.suse/rcu-rcuscale-Stop-kfree_scale_thread-thread-s-a.patch
    (bsc#1012628 CVE-2023-53291 bsc#1249926).
  - Update
    patches.suse/regulator-da9063-better-fix-null-deref-with-pa.patch
    (bsc#1012628 CVE-2023-53364 bsc#1249984).
  - Update
    patches.suse/s390-ism-fix-concurrency-management-in-ism_cmd.patch
    (git-fixes bsc#1248735 CVE-2025-39726 bsc#1249266).
  - Update patches.suse/s390-sclp-Fix-SCCB-present-check.patch
    (git-fixes bsc#1249123 CVE-2025-39694 bsc#1249299).
  - Update
    patches.suse/sched-fair-Don-t-balance-task-to-its-current-ru.patch
    (bsc#1012628 CVE-2023-53215 bsc#1250397).
  - Update
    patches.suse/scsi-core-Fix-possible-memory-leak-if-device_a.patch
    (bsc#1012628 CVE-2023-53174 bsc#1250024).
  - Update
    patches.suse/scsi-lpfc-Check-for-hdwq-null-ptr-when-cleaning-up-l.patch
    (bsc#1245260 bsc#1243100 bsc#1246125 CVE-2025-38695
    bsc#1249285).
  - Update
    patches.suse/scsi-qla2xxx-Fix-potential-NULL-pointer-derefer.patch
    (bsc#1012628 CVE-2023-53451 bsc#1250831).
  - Update
    patches.suse/scsi-qla2xxx-Pointer-may-be-dereferenced.patch
    (bsc#1012628 CVE-2023-53150 bsc#1249853).
  - Update
    patches.suse/scsi-qla2xxx-Remove-unused-nvme_ls_waitq-wait-q.patch
    (bsc#1012628 CVE-2023-53280 bsc#1249938).
  - Update
    patches.suse/scsi-qla2xxx-Use-raw_smp_processor_id-instead-of-smp.patch
    (bsc#1214928 jsc#PED-5063 CVE-2023-53530 bsc#1250949).
  - Update
    patches.suse/scsi-qla2xxx-Wait-for-io-return-on-terminate-rp.patch
    (bsc#1012628 CVE-2023-53322 bsc#1250323).
  - Update
    patches.suse/scsi-qla4xxx-Add-length-check-when-parsing-nlattrs.patch
    (git-fixes CVE-2023-53456 bsc#1250765).
  - Update
    patches.suse/scsi-snic-Fix-possible-memory-leak-if-device_a.patch
    (bsc#1012628 CVE-2023-53436 bsc#1250156).
  - Update
    patches.suse/scsi-storvsc-Fix-handling-of-virtual-Fibre-Cha.patch
    (bsc#1012628 CVE-2023-53245 bsc#1249641).
  - Update patches.suse/scsi-ufs-core-Fix-handling-of-lrbp-cmd.patch
    (bsc#1012628 CVE-2023-53510 bsc#1250812).
  - Update patches.suse/serial-8250-fix-panic-due-to-PSLVERR.patch
    (git-fixes CVE-2025-39724 bsc#1249265).
  - Update
    patches.suse/shmem-use-ramfs_kill_sb-for-kill_sb-method-of-r.patch
    (bsc#1012628 CVE-2023-53391 bsc#1250117).
  - Update
    patches.suse/skbuff-skb_segment-Call-zero-copy-functions-before-u.patch
    (bsc#1220419 CVE-2023-53354 bsc#1250004).
  - Update
    patches.suse/smb-client-fix-warning-in-cifs_smb3_do_mount.patch
    (bsc#1012628 CVE-2023-53230 bsc#1249866).
  - Update
    patches.suse/soundwire-qcom-fix-storing-port-config-out-of-b.patch
    (bsc#1012628 CVE-2023-53465 bsc#1250863).
  - Update
    patches.suse/start_kernel-Add-__no_stack_protector-function-.patch
    (bsc#1012628 CVE-2023-53491 bsc#1250942).
  - Update
    patches.suse/thunderbolt-Fix-memory-leak-in-tb_handle_dp_ba.patch
    (bsc#1012628 CVE-2023-53527 bsc#1250929).
  - Update
    patches.suse/tls-separate-no-async-decryption-request-handling-fr.patch
    (CVE-2024-26584 bsc#1220186 CVE-2024-58240 bsc#1248847).
  - Update
    patches.suse/tracing-Fix-null-pointer-dereference-in-tracing.patch
    (bsc#1012628 CVE-2023-53167 bsc#1249712).
  - Update
    patches.suse/tracing-Fix-race-issue-between-cpu-buffer-write-and-swap.patch
    (git-fixes CVE-2023-53368 bsc#1249979).
  - Update
    patches.suse/ublk-fail-to-recover-device-if-queue-setup-is-i.patch
    (bsc#1012628 CVE-2023-53207 bsc#1249678).
  - Update
    patches.suse/ublk-fail-to-start-device-if-queue-setup-is-int.patch
    (bsc#1012628 CVE-2023-53508 bsc#1250809).
  - Update
    patches.suse/udf-Fix-uninitialized-array-access-for-some-pat.patch
    (bsc#1012628 CVE-2023-53165 bsc#1250395).
  - Update
    patches.suse/usb-cdns3-Put-the-cdns-set-active-part-outside-the-s.patch
    (git-fixes CVE-2023-53287 bsc#1250089).
  - Update
    patches.suse/usb-core-config-Prevent-OOB-read-in-SS-endpoint-comp.patch
    (stable-fixes CVE-2025-39760 bsc#1249598).
  - Update
    patches.suse/usb-dwc3-Remove-WARN_ON-for-device-endpoint-command-.patch
    (stable-fixes CVE-2025-39801 bsc#1250450).
  - Update
    patches.suse/usb-dwc3-qcom-Fix-potential-memory-leak.patch
    (bsc#1012628 CVE-2023-53196 bsc#1249758).
  - Update
    patches.suse/usb-gadget-u_serial-Add-null-pointer-check-in-g.patch
    (bsc#1012628 CVE-2023-53356 bsc#1249997).
  - Update
    patches.suse/usb-phy-phy-tahvo-fix-memory-leak-in-tahvo_usb_.patch
    (bsc#1012628 CVE-2023-53379 bsc#1250128).
  - Update
    patches.suse/virtio-mmio-don-t-break-lifecycle-of-vm_dev.patch
    (bsc#1012628 CVE-2023-53515 bsc#1250917).
  - Update patches.suse/vxlan-Fix-nexthop-hash-size.patch
    (bsc#1012628 CVE-2023-53192 bsc#1249897).
  - Update
    patches.suse/wifi-ath11k-fix-sleeping-in-atomic-in-ath11k_mac_op_.patch
    (git-fixes CVE-2025-39732 bsc#1249292).
  - Update
    patches.suse/wifi-ath12k-Avoid-NULL-pointer-access-during-ma.patch
    (bsc#1012628 CVE-2023-53180 bsc#1249826).
  - Update
    patches.suse/wifi-ath12k-Correct-tid-cleanup-when-tid-setup-fails.patch
    (stable-fixes CVE-2025-39750 bsc#1249523).
  - Update
    patches.suse/wifi-ath12k-Decrement-TID-on-RX-peer-frag-setup-erro.patch
    (stable-fixes CVE-2025-39761 bsc#1249554).
  - Update
    patches.suse/wifi-ath9k-don-t-allow-to-overwrite-ENDPOINT0-a.patch
    (bsc#1012628 CVE-2023-53185 bsc#1249820).
  - Update
    patches.suse/wifi-brcmfmac-fix-use-after-free-when-rescheduling-b.patch
    (git-fixes CVE-2025-39863 bsc#1250281).
  - Update
    patches.suse/wifi-cfg80211-fix-use-after-free-in-cmp_bss.patch
    (git-fixes CVE-2025-39864 bsc#1250242).
  - Update
    patches.suse/wifi-cfg80211-sme-cap-SSID-length-in-__cfg80211_conn.patch
    (git-fixes CVE-2025-39849 bsc#1250266).
  - Update
    patches.suse/wifi-iwlwifi-pcie-fix-NULL-pointer-dereference-.patch
    (bsc#1012628 CVE-2023-53251 bsc#1249730).
  - Update
    patches.suse/wifi-mac80211-check-S1G-action-frame-size.patch
    (git-fixes CVE-2023-53257 bsc#1249869).
  - Update
    patches.suse/wifi-mac80211_hwsim-Fix-possible-NULL-dereferen.patch
    (bsc#1012628 CVE-2023-53209 bsc#1249856).
  - Update patches.suse/wifi-mac80211_hwsim-drop-short-frames.patch
    (git-fixes CVE-2023-53321 bsc#1250313).
  - Update
    patches.suse/wifi-mwifiex-Fix-OOB-and-integer-underflow-when-rx-p.patch
    (git-fixes CVE-2023-53226 bsc#1249658).
  - Update
    patches.suse/wifi-mwifiex-Initialize-the-chan_stats-array-to-zero.patch
    (git-fixes CVE-2025-39891 bsc#1250712).
  - Update
    patches.suse/wifi-mwifiex-avoid-possible-NULL-skb-pointer-derefer.patch
    (git-fixes CVE-2023-53384 bsc#1250127).
  - Update
    patches.suse/x86-MCE-Always-save-CS-register-on-AMD-Zen-IF-Poison-error.patch
    (git-fixes CVE-2023-53438 bsc#1250180).
  - Update
    patches.suse/x86-mm-64-define-ARCH_PAGE_TABLE_SYNC_MASK-and-arch_.patch
    (git-fixes CVE-2025-39845 bsc#1250262).
  - Update
    patches.suse/x86-platform-uv-Use-alternate-source-for-socket-to-n.patch
    (bsc#1215696 CVE-2023-53496 bsc#1250905).
  - Update
    patches.suse/xfrm-add-NULL-check-in-xfrm_update_ae_params.patch
    (bsc#1012628 bsc#1213666 CVE-2023-3772 CVE-2023-53147
    bsc#1249880).
  - Update
    patches.suse/xfrm-fix-slab-use-after-free-in-decode_session.patch
    (bsc#1012628 CVE-2023-53500 bsc#1250816).
  - Update
    patches.suse/xsk-Fix-xsk_diag-use-after-free-error-during-socket-.patch
    (bsc#1220419 CVE-2023-53426 bsc#1250166).
  - commit ee10a6d
  - i40e: Fix potential invalid access when MAC list is empty (CVE-2025-39853 bsc#1250275)
  - commit 4246fc5
  - RDMA/siw: Always report immediate post SQ errors (git-fixes)
  - commit c1b6a15
  - RDMA/rxe: Fix race in do_task() when draining (git-fixes)
  - commit 650fcb3
  - IB/sa: Fix sa_local_svc_timeout_ms read race (git-fixes)
  - commit ced2c38
  - RDMA/core: Resolve MAC of next-hop device without ARP support (git-fixes)
  - commit 9a8b6d9
  - RDMA/cm: Rate limit destroy CM ID timeout error message (git-fixes)
  - commit 99220cf
  - RDMA/mlx5: Fix vport loopback forcing for MPV device (git-fixes)
  - commit aced925
  - RDMA/mlx5: Better estimate max_qp_wr to reflect WQE count (git-fixes)
  - commit 665905d

++++ kernel-rt_debug:

  - wifi: ath12k: Add MODULE_FIRMWARE() entries (bsc#1250952).
  - commit fbc86d9
  - scsi: qla2xxx: Fix incorrect sign of error code in
    qla_nvme_xmt_ls_rsp() (git-fixes).
  - scsi: qla2xxx: Fix incorrect sign of error code in
    START_SP_W_RETRIES() (git-fixes).
  - scsi: qla2xxx: edif: Fix incorrect sign of error code
    (git-fixes).
  - scsi: qla2xxx: Use secs_to_jiffies() instead of
    msecs_to_jiffies() (git-fixes).
  - scsi: qla2xxx: Remove firmware URL (git-fixes).
  - scsi: qla2xxx: Avoid stack frame size warning in qla_dfs
    (git-fixes).
  - commit db6525b
  - scsi: lpfc: Copyright updates for 14.4.0.11 patches
    (bsc#1250519).
  - scsi: lpfc: Update lpfc version to 14.4.0.11 (bsc#1250519).
  - scsi: lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point
    to Point topology (bsc#1250519).
  - scsi: lpfc: Check return status of lpfc_reset_flush_io_context
    during TGT_RESET (bsc#1250519).
  - scsi: lpfc: Decrement ndlp kref after FDISC retries exhausted
    (bsc#1250519).
  - scsi: lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl
    in lpfc_cleanup (bsc#1250519).
  - scsi: lpfc: Clean up allocated queues when queue setup mbox
    commands fail (bsc#1250519).
  - scsi: lpfc: Abort outstanding ELS WQEs regardless of if rmmod
    is in progress (bsc#1250519).
  - scsi: lpfc: Remove unused member variables in struct lpfc_hba
    and lpfc_vport (bsc#1250519).
  - scsi: lpfc: Use int type to store negative error codes
    (bsc#1250519).
  - scsi: fc: Avoid -Wflex-array-member-not-at-end warnings
    (bsc#1250519).
  - scsi: lpfc: use min() to improve code (bsc#1250519).
  - scsi: lpfc: Fix buffer free/clear order in deferred receive path
    (bsc#1250519).
  - scsi: lpfc: Remove redundant assignment to avoid memory leak
    (bsc#1250519).
  - scsi: lpfc: Fix wrong function reference in a comment
    (bsc#1250519).
  - commit 9af1a7a
  - nvme-fc: use lock accessing port_state and rport state
    (bsc#1245193 bsc#1247500).
  - nvmet-fcloop: call done callback even when remote port is gone
    (bsc#1245193 bsc#1247500).
  - nvmet-fc: avoid scheduling association deletion twice
    (bsc#1245193 bsc#1247500).
  - nvmet-fc: move lsop put work to nvmet_fc_ls_req_op (bsc#1245193
    bsc#1247500).
  - commit 9a1d529
  - NFSv4.1: fix backchannel max_resp_sz verification check
    (git-fixes).
  - commit 8db6e65
  - orangefs: Remove unused type in macro fill_default_sys_attrs
    (git-fixes).
  - commit 98fbe5c
  - ppp: fix memory leak in pad_compress_skb (CVE-2025-39847
    bsc#1250292).
  - ice: fix NULL access of tx->in_use in ice_ll_ts_intr
    (CVE-2025-39854 bsc#1250297).
  - vxlan: Fix NPD in {arp,neigh}_reduce() when using nexthop
    objects (CVE-2025-39850 bsc#1250276).
  - net/mlx5: Fix lockdep assertion on sync reset unload event
    (CVE-2025-39832 bsc#1249901).
  - net/mlx5: Reload auxiliary drivers on fw_activate
    (CVE-2025-39832 bsc#1249901).
  - bnxt_en: Fix memory corruption when FW resources change during
    ifdown (CVE-2025-39810 bsc#1249975).
  - gve: prevent ethtool ops after shutdown (CVE-2025-38735
    bsc#1249288).
  - net/mlx5: Add sync reset drop mode support (CVE-2025-39832
    bsc#1249901).
  - commit 703f4a7
  - Update
    patches.suse/0780-drm-mediatek-dp-Change-logging-to-dev-for-mtk_dp_aux.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53325
    bsc#1250035).
  - Update
    patches.suse/ACPI-APEI-send-SIGBUS-to-current-task-if-synchronous.patch
    (stable-fixes CVE-2025-39763 bsc#1249615).
  - Update
    patches.suse/ACPI-pfr_update-Fix-the-driver-update-version-check.patch
    (git-fixes CVE-2025-39701 bsc#1249308).
  - Update
    patches.suse/ACPICA-Add-AML_NO_OPERAND_RESOLVE-flag-to-Timer.patch
    (git-fixes CVE-2023-53395 bsc#1250358).
  - Update
    patches.suse/ALSA-hda-ca0132-Fix-buffer-overflow-in-add_tuning_co.patch
    (stable-fixes CVE-2025-39751 bsc#1249538).
  - Update
    patches.suse/ALSA-hda-fix-a-possible-null-pointer-dereferen.patch
    (bsc#1012628 CVE-2023-53275 bsc#1250459).
  - Update
    patches.suse/ALSA-usb-audio-Validate-UAC3-cluster-segment-descrip.patch
    (git-fixes CVE-2025-39757 bsc#1249515).
  - Update
    patches.suse/ALSA-usb-audio-Validate-UAC3-power-domain-descriptor.patch
    (git-fixes CVE-2025-38729 bsc#1249164).
  - Update
    patches.suse/ASoC-core-Check-for-rtd-NULL-in-snd_soc_remove_pcm_r.patch
    (stable-fixes CVE-2025-38706 bsc#1249195).
  - Update patches.suse/Bluetooth-Fix-hci_suspend_sync-crash.patch
    (git-fixes CVE-2023-53520 bsc#1250957).
  - Update
    patches.suse/Bluetooth-Fix-potential-use-after-free-when-clear-ke.patch
    (git-fixes CVE-2023-53386 bsc#1250106).
  - Update
    patches.suse/Bluetooth-Fix-use-after-free-in-l2cap_sock_cleanup_l.patch
    (git-fixes CVE-2025-39860 bsc#1250247).
  - Update patches.suse/Bluetooth-L2CAP-Fix-use-after-free.patch
    (bsc#1012628 CVE-2023-53305 bsc#1250049).
  - Update
    patches.suse/Bluetooth-hci_conn-fail-SCO-ISO-via-hci_conn_failed-.patch
    (git-fixes CVE-2023-53374 bsc#1250196).
  - Update
    patches.suse/Bluetooth-l2cap-Check-encryption-key-size-on-incomin.patch
    (git-fixes CVE-2025-39889 bsc#1249833).
  - Update
    patches.suse/Bluetooth-use-RCU-for-hci_conn_params-and-itera.patch
    (bsc#1012628 CVE-2023-53252 bsc#1249756).
  - Update
    patches.suse/Bluetooth-vhci-Prevent-use-after-free-by-removing-de.patch
    (git-fixes CVE-2025-39861 bsc#1250249).
  - Update
    patches.suse/FS-JFS-Fix-null-ptr-deref-Read-in-txBegin.patch
    (bsc#1012628 CVE-2023-53457 bsc#1250763).
  - Update
    patches.suse/HID-asus-fix-UAF-via-HID_CLAIMED_INPUT-validation.patch
    (git-fixes CVE-2025-39824 bsc#1250007).
  - Update
    patches.suse/HID-hid-ntrig-fix-unable-to-handle-page-fault-in-ntr.patch
    (stable-fixes CVE-2025-39808 bsc#1250088).
  - Update
    patches.suse/HID-multitouch-Correct-devm-device-reference-for-hid.patch
    (git-fixes CVE-2023-53454 bsc#1250759).
  - Update
    patches.suse/HID-multitouch-fix-slab-out-of-bounds-access-in-mt_r.patch
    (git-fixes CVE-2025-39806 bsc#1249888).
  - Update
    patches.suse/IB-hfi1-Fix-possible-panic-during-hotplug-remo.patch
    (bsc#1012628 CVE-2023-53488 bsc#1250825).
  - Update
    patches.suse/KVM-arm64-Handle-kvm_arm_init-failure-correctly.patch
    (bsc#1012628 CVE-2023-53319 bsc#1250067).
  - Update
    patches.suse/KVM-nSVM-Load-L1-s-TSC-multiplier-based-on-L1-state-.patch
    (git-fixes CVE-2023-53208 bsc#1249698).
  - Update
    patches.suse/KVM-s390-diag-fix-racy-access-of-physical-cpu-n.patch
    (bsc#1012628 CVE-2023-53205 bsc#1249677).
  - Update
    patches.suse/NFS-Fix-filehandle-bounds-checking-in-nfs_fh_to_dentry.patch
    (git-fixes CVE-2025-39730 bsc#1249296).
  - Update
    patches.suse/NFS-Fix-the-setting-of-capabilities-when-automounting-a-new-filesystem.patch
    (git-fixes CVE-2025-39798 bsc#1249774).
  - Update
    patches.suse/NFSv4.2-Rework-scratch-handling-for-READ_PLUS-again.patch
    (git-fixes CVE-2023-53360 bsc#1249990).
  - Update
    patches.suse/PCI-ASPM-Disable-ASPM-on-MFD-function-removal-t.patch
    (bsc#1012628 CVE-2023-53446 bsc#1250145).
  - Update
    patches.suse/PCI-endpoint-Fix-configfs-group-list-head-handling.patch
    (git-fixes CVE-2025-39783 bsc#1249486).
  - Update
    patches.suse/PCI-hv-Fix-a-crash-in-hv_pci_restore_msi_msg-during-.patch
    (git-fixes CVE-2023-53175 bsc#1249845).
  - Update
    patches.suse/PM-devfreq-Fix-leak-in-devfreq_dev_release.patch
    (git-fixes CVE-2023-53518 bsc#1250923).
  - Update
    patches.suse/RDMA-bnxt_re-Properly-order-ib_device_unalloc-.patch
    (bsc#1012628 CVE-2023-53504 bsc#1250813).
  - Update
    patches.suse/RDMA-bnxt_re-wraparound-mbox-producer-index.patch
    (bsc#1012628 CVE-2023-53201 bsc#1249687).
  - Update
    patches.suse/RDMA-hfi1-fix-possible-divide-by-zero-in-find_hw_thr.patch
    (git-fixes CVE-2025-39742 bsc#1249479).
  - Update
    patches.suse/RDMA-mlx5-Return-the-firmware-result-upon-dest.patch
    (bsc#1012628 CVE-2023-53286 bsc#1250325).
  - Update
    patches.suse/RDMA-rxe-Fix-unsafe-drain-work-queue-code.patch
    (git-fixes CVE-2023-53528 bsc#1250930).
  - Update
    patches.suse/RDMA-siw-Fix-the-sendmsg-byte-count-in-siw_tcp_sendp.patch
    (git-fixes CVE-2025-39758 bsc#1249490).
  - Update
    patches.suse/accel-habanalabs-fix-mem-leak-in-capture-user-.patch
    (bsc#1012628 CVE-2023-53367 bsc#1250243).
  - Update patches.suse/accel-qaic-Fix-slicing-memory-leak.patch
    (bsc#1012628 CVE-2023-53350 bsc#1250012).
  - Update
    patches.suse/accel-qaic-tighten-bounds-checking-in-decode_me.patch
    (bsc#1012628 CVE-2023-53493 bsc#1250820).
  - Update
    patches.suse/af_unix-Fix-data-races-around-user-unix_inflight.patch
    (git-fixes CVE-2023-53204 bsc#1249682).
  - Update
    patches.suse/arm64-sme-Set-new-vector-length-before-realloca.patch
    (bsc#1012628 CVE-2023-53184 bsc#1249823).
  - Update
    patches.suse/ax25-properly-unshare-skbs-in-ax25_kiss_rcv.patch
    (git-fixes CVE-2025-39848 bsc#1250298).
  - Update
    patches.suse/batman-adv-fix-OOB-read-write-in-network-coding-deco.patch
    (git-fixes CVE-2025-39839 bsc#1250291).
  - Update
    patches.suse/blk-cgroup-Reinit-blkg_iostat_set-after-clearin.patch
    (bsc#1012628 CVE-2023-53421 bsc#1250171).
  - Update
    patches.suse/blk-mq-fix-NULL-dereference-on-q-elevator-in-bl.patch
    (bsc#1012628 CVE-2023-53292 bsc#1250163).
  - Update
    patches.suse/bpf-Fix-memleak-due-to-fentry-attach-failure.patch
    (bsc#1012628 CVE-2023-53221 bsc#1249662).
  - Update
    patches.suse/bpf-cpumap-Fix-memory-leak-in-cpu_map_update_el.patch
    (bsc#1012628 CVE-2023-53441 bsc#1250150).
  - Update
    patches.suse/btrfs-abort-transaction-on-unexpected-eb-generation-.patch
    (git-fixes CVE-2025-39800 bsc#1250177).
  - Update
    patches.suse/btrfs-add-handling-for-RAID1C23-DUP-to-btrfs_re.patch
    (bsc#1012628 CVE-2023-53243 bsc#1249640).
  - Update
    patches.suse/btrfs-don-t-check-PageError-in-__extent_writepa.patch
    (bsc#1012628 CVE-2023-53429 bsc#1250384).
  - Update
    patches.suse/btrfs-exit-gracefully-if-reloc-roots-don-t-mat.patch
    (bsc#1012628 CVE-2023-53183 bsc#1249863).
  - Update
    patches.suse/btrfs-fix-BUG_ON-condition-in-btrfs_cancel_bal.patch
    (bsc#1012628 CVE-2023-53339 bsc#1250329).
  - Update
    patches.suse/btrfs-fix-use-after-free-of-new-block-group-th.patch
    (bsc#1012628 CVE-2023-53187 bsc#1249815).
  - Update
    patches.suse/btrfs-qgroup-fix-race-between-quota-disable-and-quot.patch
    (git-fixes CVE-2025-39759 bsc#1249522).
  - Update
    patches.suse/btrfs-set_page_extent_mapped-after-read_folio-i.patch
    (bsc#1012628 CVE-2023-53247 bsc#1249870).
  - Update
    patches.suse/bus-fsl-mc-don-t-assume-child-devices-are-all-f.patch
    (bsc#1012628 CVE-2023-53362 bsc#1249993).
  - Update
    patches.suse/bus-mhi-host-Detect-events-pointing-to-unexpected-TR.patch
    (git-fixes CVE-2025-39790 bsc#1249548).
  - Update
    patches.suse/can-gs_usb-fix-time-stamp-counter-initializatio.patch
    (bsc#1012628 CVE-2023-53523 bsc#1250926).
  - Update
    patches.suse/can-j1939-implement-NETDEV_UNREGISTER-notification-h.patch
    (git-fixes CVE-2025-39925 bsc#1250736).
  - Update
    patches.suse/can-xilinx_can-xcan_write_frame-fix-use-after-free-o.patch
    (git-fixes CVE-2025-39873 bsc#1250371).
  - Update
    patches.suse/cifs-prevent-use-after-free-by-freeing-the-cfil.patch
    (bsc#1012628 CVE-2023-53377 bsc#1250161).
  - Update
    patches.suse/clk-imx-clk-imx8mn-fix-memory-leak-in-imx8mn_cl.patch
    (bsc#1012628 CVE-2023-53249 bsc#1249642).
  - Update
    patches.suse/clk-imx-clk-imxrt1050-fix-memory-leak-in-imxrt1.patch
    (bsc#1012628 CVE-2023-53264 bsc#1249795).
  - Update patches.suse/clk-mediatek-fix-of_iomap-memory-leak.patch
    (bsc#1012628 CVE-2023-53424 bsc#1250169).
  - Update
    patches.suse/clk-mediatek-mt8183-Add-back-SSPM-related-cloc.patch
    (bsc#1012628 CVE-2023-53274 bsc#1249919).
  - Update
    patches.suse/clk-tegra-tegra124-emc-Fix-potential-memory-lea.patch
    (bsc#1012628 CVE-2023-53505 bsc#1250807).
  - Update
    patches.suse/comedi-Fix-use-of-uninitialized-memory-in-do_insn_io.patch
    (git-fixes CVE-2025-39684 bsc#1249281).
  - Update
    patches.suse/comedi-Make-insn_rw_emulate_bits-do-insn-n-samples.patch
    (git-fixes CVE-2025-39686 bsc#1249312).
  - Update
    patches.suse/comedi-fix-race-between-polling-and-detaching.patch
    (git-fixes CVE-2025-38687 bsc#1249177).
  - Update
    patches.suse/comedi-pcl726-Prevent-invalid-irq-number.patch
    (git-fixes CVE-2025-39685 bsc#1249282).
  - Update
    patches.suse/crypto-qat-flush-misc-workqueue-during-device-shutdo.patch
    (git-fixes CVE-2025-39721 bsc#1249323).
  - Update
    patches.suse/cxl-acpi-Fix-a-use-after-free-in-cxl_parse_cfmw.patch
    (bsc#1012628 CVE-2023-53479 bsc#1250837).
  - Update
    patches.suse/cxl-downgrade-a-warning-message-to-debug-level-in-cxl.patch
    (bsc#1229165 CVE-2023-53479 bsc#1250837).
  - Update
    patches.suse/dma-buf-dma-resv-Stop-leaking-on-krealloc-failu.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53181
    bsc#1249824).
  - Update
    patches.suse/dmaengine-idxd-Fix-double-free-in-idxd_setup_wqs.patch
    (git-fixes CVE-2025-39870 bsc#1250402).
  - Update
    patches.suse/dmaengine-idxd-Remove-improper-idxd_free.patch
    (git-fixes CVE-2025-39871 bsc#1250377).
  - Update
    patches.suse/dmaengine-qcom-bam_dma-Fix-DT-error-handling-for-num.patch
    (git-fixes CVE-2025-39923 bsc#1250741).
  - Update
    patches.suse/dmaengine-ti-edma-Fix-memory-allocation-size-for-que.patch
    (git-fixes CVE-2025-39869 bsc#1250406).
  - Update
    patches.suse/drm-amd-display-Add-null-pointer-check-in-mod_hdcp_h.patch
    (git-fixes CVE-2025-39675 bsc#1249263).
  - Update
    patches.suse/drm-amd-display-Avoid-a-NULL-pointer-dereference.patch
    (stable-fixes CVE-2025-39693 bsc#1249279).
  - Update
    patches.suse/drm-amd-display-Fix-possible-underflow-for-disp.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53258
    bsc#1249780).
  - Update
    patches.suse/drm-amdgpu-fix-calltrace-warning-in-amddrm_bud.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53152
    bsc#1249883).
  - Update
    patches.suse/drm-amdgpu-fix-memory-leak-in-mes-self-test.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53370
    bsc#1250208).
  - Update
    patches.suse/drm-amdgpu-install-stub-fence-into-potential-u.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53248
    bsc#1249779).
  - Update
    patches.suse/drm-amdkfd-Destroy-KFD-debugfs-after-destroy-KFD-wq.patch
    (stable-fixes CVE-2025-39706 bsc#1249413).
  - Update
    patches.suse/drm-client-Fix-memory-leak-in-drm_client_modese.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53288
    bsc#1250058).
  - Update
    patches.suse/drm-hisilicon-hibmc-fix-the-hibmc-loaded-failed-bug.patch
    (git-fixes CVE-2025-39772 bsc#1249506).
  - Update
    patches.suse/drm-mediatek-fix-potential-OF-node-use-after-free.patch
    (git-fixes CVE-2025-39882 bsc#1250389).
  - Update
    patches.suse/drm-msm-dp-Free-resources-after-unregistering-t.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53316
    bsc#1250066).
  - Update
    patches.suse/drm-msm-mdp5-Don-t-leak-some-plane-state.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53324
    bsc#1250070).
  - Update
    patches.suse/drm-nouveau-disp-fix-use-after-free-in-error-h.patch
    (bsc#1012628 bsc#1214073 CVE-2023-53263 bsc#1249861).
  - Update
    patches.suse/drm-nouveau-nvif-Fix-potential-memory-leak-in-nvif_v.patch
    (git-fixes CVE-2025-39679 bsc#1249338).
  - Update
    patches.suse/drm-radeon-Fix-integer-overflow-in-radeon_cs_pa.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53309
    bsc#1250055).
  - Update patches.suse/drm-tests-helpers-Avoid-a-driver-uaf.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53235
    bsc#1249785).
  - Update
    patches.suse/drm-ttm-check-null-pointer-before-accessing-wh.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53352
    bsc#1250006).
  - Update
    patches.suse/drm-ttm-fix-bulk_move-corruption-when-adding-a-.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53444
    bsc#1250157).
  - Update patches.suse/erofs-Fix-detection-of-atomic-context.patch
    (bsc#1012628 CVE-2023-53231 bsc#1249787).
  - Update
    patches.suse/exfat-add-cluster-chain-loop-check-for-dir.patch
    (git-fixes CVE-2025-38692 bsc#1249221).
  - Update
    patches.suse/ext2-dax-Fix-ext2_setsize-when-len-is-page-alig.patch
    (bsc#1012628 CVE-2023-53323 bsc#1250069).
  - Update
    patches.suse/f2fs-don-t-reset-unchangable-mount-option-in-f2.patch
    (bsc#1012628 CVE-2023-53447 bsc#1250241).
  - Update
    patches.suse/fbdev-Fix-vmalloc-out-of-bounds-write-in-fast_imageb.patch
    (stable-fixes CVE-2025-38685 bsc#1249220).
  - Update
    patches.suse/fbdev-ep93xx-fb-Do-not-assign-to-struct-fb_info.dev.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53314
    bsc#1250065).
  - Update
    patches.suse/fbdev-fix-potential-buffer-overflow-in-do_register_f.patch
    (stable-fixes CVE-2025-38702 bsc#1249254).
  - Update
    patches.suse/fbdev-imxfb-Removed-unneeded-release_mem_region.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-53448
    bsc#1250873).
  - Update
    patches.suse/firewire-net-fix-use-after-free-in-fwnet_finis.patch
    (bsc#1012628 CVE-2023-53432 bsc#1250426).
  - Update
    patches.suse/firmware-stratix10-svc-Fix-a-potential-resource.patch
    (bsc#1012628 CVE-2023-53255 bsc#1249762).
  - Update
    patches.suse/fs-jfs-Fix-UBSAN-array-index-out-of-bounds-in-d.patch
    (bsc#1012628 CVE-2023-53485 bsc#1250872).
  - Update
    patches.suse/fs-ntfs3-Enhance-sanity-check-while-generating.patch
    (bsc#1012628 CVE-2023-53328 bsc#1249952).
  - Update
    patches.suse/hfs-fix-slab-out-of-bounds-in-hfs_bnode_read.patch
    (git-fixes CVE-2025-38715 bsc#1249196).
  - Update
    patches.suse/hfsplus-don-t-use-BUG_ON-in-hfsplus_create_attributes_file.patch
    (git-fixes CVE-2025-38712 bsc#1249194).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-in-hfsplus_bnode_read.patch
    (git-fixes CVE-2025-38714 bsc#1249260).
  - Update
    patches.suse/hfsplus-fix-slab-out-of-bounds-read-in-hfsplus_uni2asc.patch
    (git-fixes CVE-2025-38713 bsc#1249200).
  - Update
    patches.suse/hsr-Fix-uninit-value-access-in-fill_frame_info.patch
    (bsc#1220419 CVE-2023-53462 bsc#1250878).
  - Update
    patches.suse/hwmon-pmbus_core-Fix-NULL-pointer-dereference.patch
    (bsc#1012628 CVE-2023-53206 bsc#1249679).
  - Update
    patches.suse/ibmvnic-Do-not-reset-dql-stats-on-NON_FATAL-err.patch
    (bsc#1012628 CVE-2023-53463 bsc#1250867).
  - Update
    patches.suse/ice-Block-switchdev-mode-when-ADQ-is-active-an.patch
    (bsc#1012628 CVE-2023-53442 bsc#1250201).
  - Update
    patches.suse/icmp6-Fix-null-ptr-deref-of-ip6_null_entry-rt6i.patch
    (bsc#1012628 CVE-2023-53343 bsc#1250022).
  - Update
    patches.suse/igb-Fix-igb_down-hung-on-surprise-removal.patch
    (bsc#1012628 CVE-2023-53148 bsc#1249842).
  - Update
    patches.suse/iio-imu-bno055-fix-OOB-access-of-hw_xlate-array.patch
    (git-fixes CVE-2025-39719 bsc#1249271).
  - Update
    patches.suse/io_uring-wait-interruptibly-for-request-complet.patch
    (bsc#1012628 CVE-2023-53461 bsc#1250941).
  - Update
    patches.suse/iommu-amd-iommu_v2-Fix-pasid_state-refcount-dec-hit-.patch
    (git-fixes CVE-2023-53501 bsc#1250815).
  - Update
    patches.suse/iommu-arm-smmu-qcom-Add-SM6115-MDSS-compatible.patch
    (git-fixes CVE-2025-39739 bsc#1249542).
  - Update
    patches.suse/ip6mr-Fix-skb_under_panic-in-ip6mr_cache_repor.patch
    (bsc#1012628 CVE-2023-53365 bsc#1249988).
  - Update
    patches.suse/ipv6-addrconf-fix-a-potential-refcount-underflo.patch
    (bsc#1012628 CVE-2023-53189 bsc#1249894).
  - Update
    patches.suse/jbd2-check-jh-b_transaction-before-removing-it-from-.patch
    (bsc#1214953 CVE-2023-53526 bsc#1250928).
  - Update patches.suse/jfs-Regular-file-corruption-check.patch
    (git-fixes CVE-2025-38698 bsc#1249255).
  - Update
    patches.suse/jfs-jfs_dmap-Validate-db_l2nbperpage-while-moun.patch
    (bsc#1012628 CVE-2023-53222 bsc#1249864).
  - Update
    patches.suse/jfs-truncate-good-inode-pages-when-hard-link-is-0.patch
    (git-fixes CVE-2025-39743 bsc#1249489).
  - Update
    patches.suse/jfs-upper-bound-check-of-tree-index-in-dbAllocAG.patch
    (git-fixes CVE-2025-38697 bsc#1249257).
  - Update
    patches.suse/kobject-Add-sanity-check-for-kset-kobj.ktype-in-kset.patch
    (git-fixes CVE-2023-53480 bsc#1250861).
  - Update patches.suse/lwt-Fix-return-values-of-BPF-xmit-ops.patch
    (jsc#PED-6811 CVE-2023-53338 bsc#1250074).
  - Update
    patches.suse/mISDN-hfcpci-Fix-warning-when-deleting-uninitialized.patch
    (git-fixes CVE-2025-39833 bsc#1250028).
  - Update
    patches.suse/macvlan-add-forgotten-nla_policy-for-IFLA_MACVL.patch
    (bsc#1012628 CVE-2023-53516 bsc#1250918).
  - Update
    patches.suse/md-raid10-check-slab-out-of-bounds-in-md_bitmap.patch
    (bsc#1012628 CVE-2023-53357 bsc#1249994).
  - Update
    patches.suse/md-raid10-fix-null-ptr-deref-of-mreplace-in-rai.patch
    (bsc#1012628 CVE-2023-53380 bsc#1250198).
  - Update
    patches.suse/md-raid10-fix-wrong-setting-of-max_corr_read_er.patch
    (bsc#1012628 CVE-2023-53313 bsc#1249911).
  - Update
    patches.suse/md-raid10-prevent-soft-lockup-while-flush-write.patch
    (bsc#1012628 CVE-2023-53151 bsc#1249865).
  - Update
    patches.suse/md-raid5-cache-fix-null-ptr-deref-for-r5l_flush_stri-0d0b.patch
    (jsc#PED-7542 CVE-2023-53210 bsc#1249673).
  - Update
    patches.suse/media-az6007-Fix-null-ptr-deref-in-az6007_i2c_xfer.patch
    (git-fixes CVE-2023-53220 bsc#1250337).
  - Update
    patches.suse/media-dvb-frontends-dib7090p-fix-null-ptr-deref-in-d.patch
    (stable-fixes CVE-2025-38694 bsc#1249272).
  - Update
    patches.suse/media-dvb-frontends-w7090p-fix-null-ptr-deref-in-w70.patch
    (stable-fixes CVE-2025-38693 bsc#1249190).
  - Update
    patches.suse/media-hi846-fix-usage-of-pm_runtime_get_if_in_u.patch
    (bsc#1012628 CVE-2023-53177 bsc#1249849).
  - Update
    patches.suse/media-ipu-bridge-Fix-null-pointer-deref-on-SSDB-PLD-.patch
    (git-fixes CVE-2023-53336 bsc#1250073).
  - Update
    patches.suse/media-mdp3-Fix-resource-leaks-in-of_find_device_by_n.patch
    (git-fixes CVE-2023-53385 bsc#1250319).
  - Update
    patches.suse/media-platform-mediatek-vpu-fix-NULL-ptr-deref.patch
    (bsc#1012628 CVE-2023-53425 bsc#1250290).
  - Update
    patches.suse/media-rainshadow-cec-fix-TOCTOU-race-condition-in-ra.patch
    (git-fixes CVE-2025-39713 bsc#1249321).
  - Update
    patches.suse/media-usbtv-Lock-resolution-while-streaming.patch
    (git-fixes CVE-2025-39714 bsc#1249273).
  - Update
    patches.suse/media-uvcvideo-Fix-1-byte-out-of-bounds-read-in-uvc_.patch
    (git-fixes CVE-2025-38680 bsc#1249203).
  - Update
    patches.suse/media-v4l2-mem2mem-add-lock-to-protect-paramet.patch
    (bsc#1012628 CVE-2023-53519 bsc#1250964).
  - Update
    patches.suse/media-venus-Add-a-check-for-packet-size-after-readin.patch
    (git-fixes CVE-2025-39710 bsc#1249304).
  - Update
    patches.suse/media-venus-protect-against-spurious-interrupts-duri.patch
    (git-fixes CVE-2025-39709 bsc#1249278).
  - Update
    patches.suse/mlxsw-minimal-fix-potential-memory-leak-in-mlxs.patch
    (bsc#1012628 CVE-2023-53195 bsc#1249761).
  - Update
    patches.suse/mm-kmem-fix-a-NULL-pointer-dereference-in-obj_.patch
    (bsc#1012628 CVE-2023-53401 bsc#1250120).
  - Update
    patches.suse/mm-move-page-table-sync-declarations-to-linux-pgtabl.patch
    (git-fixes CVE-2025-39844 bsc#1250268).
  - Update
    patches.suse/mm-ptdump-take-the-memory-hotplug-lock-inside-ptdump_walk_.patch
    (git-fixes CVE-2025-38681 bsc#1249204).
  - Update
    patches.suse/modpost-fix-off-by-one-in-is_executable_section.patch
    (bsc#1012628 CVE-2023-53397 bsc#1250125).
  - Update patches.suse/mptcp-fix-disconnect-vs-accept-race.patch
    (bsc#1012628 CVE-2023-53490 bsc#1250827).
  - Update
    patches.suse/msft-hv-3329-hv_netvsc-Fix-panic-during-namespace-deletion-with-V.patch
    (bsc#1248111 CVE-2025-38683 bsc#1249159).
  - Update
    patches.suse/mtd-rawnand-stm32_fmc2-avoid-overlapping-mappings-on.patch
    (git-fixes CVE-2025-39907 bsc#1250713).
  - Update
    patches.suse/net-dcb-choose-correct-policy-to-parse-DCB_ATT.patch
    (bsc#1012628 CVE-2023-53369 bsc#1250206).
  - Update
    patches.suse/net-dsa-Removed-unneeded-of_node_put-in-felix_p.patch
    (bsc#1012628 CVE-2023-53170 bsc#1249850).
  - Update
    patches.suse/net-ena-fix-shift-out-of-bounds-in-exponential-.patch
    (bsc#1012628 CVE-2023-53272 bsc#1249917).
  - Update
    patches.suse/net-ethernet-mvpp2_main-fix-possible-OOB-write-in-mv.patch
    (git-fixes CVE-2023-53495 bsc#1250907).
  - Update
    patches.suse/net-fix-net_dev_start_xmit-trace-event-vs-skb_t.patch
    (bsc#1012628 CVE-2023-53312 bsc#1250063).
  - Update
    patches.suse/net-marvell-prestera-fix-handling-IPv4-routes-.patch
    (bsc#1012628 CVE-2023-53342 bsc#1250029).
  - Update
    patches.suse/net-microchip-vcap-api-Fix-possible-memory-leak-for-.patch
    (git-fixes CVE-2023-53303 bsc#1249896).
  - Update
    patches.suse/net-mlx5-Unregister-devlink-params-in-case-int.patch
    (bsc#1012628 CVE-2023-53507 bsc#1250808).
  - Update
    patches.suse/net-mlx5e-fix-memory-leak-in-mlx5e_fs_tt_redire.patch
    (bsc#1012628 CVE-2023-53371 bsc#1250112).
  - Update
    patches.suse/net-mlx5e-xsk-Fix-crash-on-regular-rq-reactiva.patch
    (bsc#1012628 CVE-2023-53394 bsc#1250199).
  - Update
    patches.suse/net-rose-convert-use-field-to-refcount_t.patch
    (git-fixes CVE-2025-39826 bsc#1250203).
  - Update
    patches.suse/net-rose-include-node-references-in-rose_neigh-refco.patch
    (git-fixes CVE-2025-39827 bsc#1250204).
  - Update
    patches.suse/net-usb-asix_devices-Fix-PHY-address-mask-in-MDIO-bu.patch
    (git-fixes CVE-2025-38736 bsc#1249318).
  - Update
    patches.suse/net-usb-asix_devices-add-phy_mask-for-ax88772-mdio-b.patch
    (git-fixes CVE-2025-38725 bsc#1249170).
  - Update
    patches.suse/netfilter-conntrack-dccp-copy-entire-header-to-.patch
    (CVE-2023-39197 bsc#1012628 bsc#1216976 CVE-2023-53333
    bsc#1249949).
  - Update
    patches.suse/netfilter-ipset-add-the-missing-IP_SET_HASH_WITH_NET.patch
    (CVE-2023-42753 bsc#1215150 CVE-2023-53179 bsc#1249825).
  - Update
    patches.suse/netfilter-nf_tables-do-not-ignore-genmask-when-.patch
    (bsc#1012628 CVE-2023-31248 bsc#1213061 CVE-2023-53492
    bsc#1250823).
  - Update
    patches.suse/netfilter-nft_set_rbtree-fix-overlap-expiration.patch
    (bsc#1012628 CVE-2023-53304 bsc#1249923).
  - Update
    patches.suse/netlink-avoid-infinite-retry-looping-in-netlink_unic.patch
    (CVE-2025-38465 bsc#1247118 CVE-2025-38727 bsc#1249166).
  - Update
    patches.suse/nfsd-handle-get_client_locked-failure-in-nfsd4_setclientid_confirm.patch
    (git-fixes CVE-2025-38724 bsc#1249169).
  - Update
    patches.suse/nilfs2-fix-use-after-free-of-nilfs_root-in-dir.patch
    (bsc#1012628 CVE-2023-53311 bsc#1250062).
  - Update
    patches.suse/ntfs-Fix-panic-about-slab-out-of-bounds-caused-.patch
    (bsc#1012628 CVE-2023-53420 bsc#1250186).
  - Update
    patches.suse/nubus-Partially-revert-proc_create_single_data-.patch
    (bsc#1012628 CVE-2023-53217 bsc#1249672).
  - Update
    patches.suse/null_blk-fix-poll-request-timeout-handling.patch
    (bsc#1216436 CVE-2023-53531 bsc#1250931).
  - Update
    patches.suse/ovl-fix-null-pointer-dereference-in-ovl_permiss.patch
    (bsc#1012628 CVE-2023-53260 bsc#1249768).
  - Update
    patches.suse/pNFS-Fix-uninited-ptr-deref-in-block-scsi-layout.patch
    (git-fixes CVE-2025-38691 bsc#1249215).
  - Update
    patches.suse/pcmcia-Add-error-handling-for-add_interval-in-do_val.patch
    (git-fixes CVE-2025-39920 bsc#1250732).
  - Update
    patches.suse/pcmcia-Fix-a-NULL-pointer-dereference-in-__iodyn_fin.patch
    (git-fixes CVE-2025-39846 bsc#1250263).
  - Update
    patches.suse/phy-hisilicon-Fix-an-out-of-bounds-check-in-his.patch
    (bsc#1012628 CVE-2023-53238 bsc#1249707).
  - Update
    patches.suse/powercap-arm_scmi-Remove-recursion-while-parsing-zon.patch
    (git-fixes CVE-2023-53428 bsc#1250167).
  - Update
    patches.suse/powerpc-rtas_flash-allow-user-copy-to-flash-bl.patch
    (bsc#1012628 bsc#1194869 CVE-2023-53487 bsc#1250830).
  - Update
    patches.suse/pstore-ram-Check-start-of-empty-przs-during-init.patch
    (git-fixes CVE-2023-53331 bsc#1249950).
  - Update
    patches.suse/pwm-lpc32xx-Remove-handling-of-PWM-channels.patch
    (git-fixes CVE-2023-53472 bsc#1250841).
  - Update
    patches.suse/rcu-rcuscale-Stop-kfree_scale_thread-thread-s-a.patch
    (bsc#1012628 CVE-2023-53291 bsc#1249926).
  - Update
    patches.suse/regulator-da9063-better-fix-null-deref-with-pa.patch
    (bsc#1012628 CVE-2023-53364 bsc#1249984).
  - Update
    patches.suse/s390-ism-fix-concurrency-management-in-ism_cmd.patch
    (git-fixes bsc#1248735 CVE-2025-39726 bsc#1249266).
  - Update patches.suse/s390-sclp-Fix-SCCB-present-check.patch
    (git-fixes bsc#1249123 CVE-2025-39694 bsc#1249299).
  - Update
    patches.suse/sched-fair-Don-t-balance-task-to-its-current-ru.patch
    (bsc#1012628 CVE-2023-53215 bsc#1250397).
  - Update
    patches.suse/scsi-core-Fix-possible-memory-leak-if-device_a.patch
    (bsc#1012628 CVE-2023-53174 bsc#1250024).
  - Update
    patches.suse/scsi-lpfc-Check-for-hdwq-null-ptr-when-cleaning-up-l.patch
    (bsc#1245260 bsc#1243100 bsc#1246125 CVE-2025-38695
    bsc#1249285).
  - Update
    patches.suse/scsi-qla2xxx-Fix-potential-NULL-pointer-derefer.patch
    (bsc#1012628 CVE-2023-53451 bsc#1250831).
  - Update
    patches.suse/scsi-qla2xxx-Pointer-may-be-dereferenced.patch
    (bsc#1012628 CVE-2023-53150 bsc#1249853).
  - Update
    patches.suse/scsi-qla2xxx-Remove-unused-nvme_ls_waitq-wait-q.patch
    (bsc#1012628 CVE-2023-53280 bsc#1249938).
  - Update
    patches.suse/scsi-qla2xxx-Use-raw_smp_processor_id-instead-of-smp.patch
    (bsc#1214928 jsc#PED-5063 CVE-2023-53530 bsc#1250949).
  - Update
    patches.suse/scsi-qla2xxx-Wait-for-io-return-on-terminate-rp.patch
    (bsc#1012628 CVE-2023-53322 bsc#1250323).
  - Update
    patches.suse/scsi-qla4xxx-Add-length-check-when-parsing-nlattrs.patch
    (git-fixes CVE-2023-53456 bsc#1250765).
  - Update
    patches.suse/scsi-snic-Fix-possible-memory-leak-if-device_a.patch
    (bsc#1012628 CVE-2023-53436 bsc#1250156).
  - Update
    patches.suse/scsi-storvsc-Fix-handling-of-virtual-Fibre-Cha.patch
    (bsc#1012628 CVE-2023-53245 bsc#1249641).
  - Update patches.suse/scsi-ufs-core-Fix-handling-of-lrbp-cmd.patch
    (bsc#1012628 CVE-2023-53510 bsc#1250812).
  - Update patches.suse/serial-8250-fix-panic-due-to-PSLVERR.patch
    (git-fixes CVE-2025-39724 bsc#1249265).
  - Update
    patches.suse/shmem-use-ramfs_kill_sb-for-kill_sb-method-of-r.patch
    (bsc#1012628 CVE-2023-53391 bsc#1250117).
  - Update
    patches.suse/skbuff-skb_segment-Call-zero-copy-functions-before-u.patch
    (bsc#1220419 CVE-2023-53354 bsc#1250004).
  - Update
    patches.suse/smb-client-fix-warning-in-cifs_smb3_do_mount.patch
    (bsc#1012628 CVE-2023-53230 bsc#1249866).
  - Update
    patches.suse/soundwire-qcom-fix-storing-port-config-out-of-b.patch
    (bsc#1012628 CVE-2023-53465 bsc#1250863).
  - Update
    patches.suse/start_kernel-Add-__no_stack_protector-function-.patch
    (bsc#1012628 CVE-2023-53491 bsc#1250942).
  - Update
    patches.suse/thunderbolt-Fix-memory-leak-in-tb_handle_dp_ba.patch
    (bsc#1012628 CVE-2023-53527 bsc#1250929).
  - Update
    patches.suse/tls-separate-no-async-decryption-request-handling-fr.patch
    (CVE-2024-26584 bsc#1220186 CVE-2024-58240 bsc#1248847).
  - Update
    patches.suse/tracing-Fix-null-pointer-dereference-in-tracing.patch
    (bsc#1012628 CVE-2023-53167 bsc#1249712).
  - Update
    patches.suse/tracing-Fix-race-issue-between-cpu-buffer-write-and-swap.patch
    (git-fixes CVE-2023-53368 bsc#1249979).
  - Update
    patches.suse/ublk-fail-to-recover-device-if-queue-setup-is-i.patch
    (bsc#1012628 CVE-2023-53207 bsc#1249678).
  - Update
    patches.suse/ublk-fail-to-start-device-if-queue-setup-is-int.patch
    (bsc#1012628 CVE-2023-53508 bsc#1250809).
  - Update
    patches.suse/udf-Fix-uninitialized-array-access-for-some-pat.patch
    (bsc#1012628 CVE-2023-53165 bsc#1250395).
  - Update
    patches.suse/usb-cdns3-Put-the-cdns-set-active-part-outside-the-s.patch
    (git-fixes CVE-2023-53287 bsc#1250089).
  - Update
    patches.suse/usb-core-config-Prevent-OOB-read-in-SS-endpoint-comp.patch
    (stable-fixes CVE-2025-39760 bsc#1249598).
  - Update
    patches.suse/usb-dwc3-Remove-WARN_ON-for-device-endpoint-command-.patch
    (stable-fixes CVE-2025-39801 bsc#1250450).
  - Update
    patches.suse/usb-dwc3-qcom-Fix-potential-memory-leak.patch
    (bsc#1012628 CVE-2023-53196 bsc#1249758).
  - Update
    patches.suse/usb-gadget-u_serial-Add-null-pointer-check-in-g.patch
    (bsc#1012628 CVE-2023-53356 bsc#1249997).
  - Update
    patches.suse/usb-phy-phy-tahvo-fix-memory-leak-in-tahvo_usb_.patch
    (bsc#1012628 CVE-2023-53379 bsc#1250128).
  - Update
    patches.suse/virtio-mmio-don-t-break-lifecycle-of-vm_dev.patch
    (bsc#1012628 CVE-2023-53515 bsc#1250917).
  - Update patches.suse/vxlan-Fix-nexthop-hash-size.patch
    (bsc#1012628 CVE-2023-53192 bsc#1249897).
  - Update
    patches.suse/wifi-ath11k-fix-sleeping-in-atomic-in-ath11k_mac_op_.patch
    (git-fixes CVE-2025-39732 bsc#1249292).
  - Update
    patches.suse/wifi-ath12k-Avoid-NULL-pointer-access-during-ma.patch
    (bsc#1012628 CVE-2023-53180 bsc#1249826).
  - Update
    patches.suse/wifi-ath12k-Correct-tid-cleanup-when-tid-setup-fails.patch
    (stable-fixes CVE-2025-39750 bsc#1249523).
  - Update
    patches.suse/wifi-ath12k-Decrement-TID-on-RX-peer-frag-setup-erro.patch
    (stable-fixes CVE-2025-39761 bsc#1249554).
  - Update
    patches.suse/wifi-ath9k-don-t-allow-to-overwrite-ENDPOINT0-a.patch
    (bsc#1012628 CVE-2023-53185 bsc#1249820).
  - Update
    patches.suse/wifi-brcmfmac-fix-use-after-free-when-rescheduling-b.patch
    (git-fixes CVE-2025-39863 bsc#1250281).
  - Update
    patches.suse/wifi-cfg80211-fix-use-after-free-in-cmp_bss.patch
    (git-fixes CVE-2025-39864 bsc#1250242).
  - Update
    patches.suse/wifi-cfg80211-sme-cap-SSID-length-in-__cfg80211_conn.patch
    (git-fixes CVE-2025-39849 bsc#1250266).
  - Update
    patches.suse/wifi-iwlwifi-pcie-fix-NULL-pointer-dereference-.patch
    (bsc#1012628 CVE-2023-53251 bsc#1249730).
  - Update
    patches.suse/wifi-mac80211-check-S1G-action-frame-size.patch
    (git-fixes CVE-2023-53257 bsc#1249869).
  - Update
    patches.suse/wifi-mac80211_hwsim-Fix-possible-NULL-dereferen.patch
    (bsc#1012628 CVE-2023-53209 bsc#1249856).
  - Update patches.suse/wifi-mac80211_hwsim-drop-short-frames.patch
    (git-fixes CVE-2023-53321 bsc#1250313).
  - Update
    patches.suse/wifi-mwifiex-Fix-OOB-and-integer-underflow-when-rx-p.patch
    (git-fixes CVE-2023-53226 bsc#1249658).
  - Update
    patches.suse/wifi-mwifiex-Initialize-the-chan_stats-array-to-zero.patch
    (git-fixes CVE-2025-39891 bsc#1250712).
  - Update
    patches.suse/wifi-mwifiex-avoid-possible-NULL-skb-pointer-derefer.patch
    (git-fixes CVE-2023-53384 bsc#1250127).
  - Update
    patches.suse/x86-MCE-Always-save-CS-register-on-AMD-Zen-IF-Poison-error.patch
    (git-fixes CVE-2023-53438 bsc#1250180).
  - Update
    patches.suse/x86-mm-64-define-ARCH_PAGE_TABLE_SYNC_MASK-and-arch_.patch
    (git-fixes CVE-2025-39845 bsc#1250262).
  - Update
    patches.suse/x86-platform-uv-Use-alternate-source-for-socket-to-n.patch
    (bsc#1215696 CVE-2023-53496 bsc#1250905).
  - Update
    patches.suse/xfrm-add-NULL-check-in-xfrm_update_ae_params.patch
    (bsc#1012628 bsc#1213666 CVE-2023-3772 CVE-2023-53147
    bsc#1249880).
  - Update
    patches.suse/xfrm-fix-slab-use-after-free-in-decode_session.patch
    (bsc#1012628 CVE-2023-53500 bsc#1250816).
  - Update
    patches.suse/xsk-Fix-xsk_diag-use-after-free-error-during-socket-.patch
    (bsc#1220419 CVE-2023-53426 bsc#1250166).
  - commit ee10a6d
  - i40e: Fix potential invalid access when MAC list is empty (CVE-2025-39853 bsc#1250275)
  - commit 4246fc5
  - RDMA/siw: Always report immediate post SQ errors (git-fixes)
  - commit c1b6a15
  - RDMA/rxe: Fix race in do_task() when draining (git-fixes)
  - commit 650fcb3
  - IB/sa: Fix sa_local_svc_timeout_ms read race (git-fixes)
  - commit ced2c38
  - RDMA/core: Resolve MAC of next-hop device without ARP support (git-fixes)
  - commit 9a8b6d9
  - RDMA/cm: Rate limit destroy CM ID timeout error message (git-fixes)
  - commit 99220cf
  - RDMA/mlx5: Fix vport loopback forcing for MPV device (git-fixes)
  - commit aced925
  - RDMA/mlx5: Better estimate max_qp_wr to reflect WQE count (git-fixes)
  - commit 665905d

++++ mozilla-nss:

  - update to NSS 3.112.2
    * bmo#1970079 - Prevent leaks during pkcs12 decoding.
    * bmo#1988046 - SEC_ASN1Decode* should ensure it has read as many bytes as each length field indicates
  - Adding patch bmo1980465.patch to fix bug on s390x (bmo#1980465)
  - Adding patch bmo1956754.patch to fix possible undefined behaviour (bmo#1956754)

++++ nvidia-open-driver-G06-signed:

  - update CUDA variant to 580.95.05

------------------------------------------------------------------
------------------  2025-10-5  -  Oct 5 2025  -------------------
------------------------------------------------------------------

++++ haproxy:

  - VUL-0: CVE-2025-11230: haproxy: issue in the mjson JSON decoder leads
    to excessive resource consumption when processing numbers with large exponents
    (bsc#1250983)  Add upstream patch:
    0001-BUG-CRITICAL-mjson-fix-possible-DoS-when-parsing-num.patch

++++ kernel-default:

  - bus: mhi: host: Do not use uninitialized 'dev' pointer in
    mhi_init_irq_setup() (git-fixes).
  - iio: imu: inv_icm42600: Drop redundant pm_runtime
    reinitialization in resume (git-fixes).
  - iio: consumers: Fix offset handling in
    iio_convert_raw_to_processed() (git-fixes).
  - iio: dac: ad5421: use int type to store negative error codes
    (git-fixes).
  - iio: dac: ad5360: use int type to store negative error codes
    (git-fixes).
  - iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODE
    (git-fixes).
  - iio: frequency: adf4350: Fix prescaler usage (git-fixes).
  - iio: xilinx-ams: Fix AMS_ALARM_THR_DIRECT_MASK (git-fixes).
  - iio: xilinx-ams: Unmask interrupts after updating alarms
    (git-fixes).
  - misc: genwqe: Fix incorrect cmd field being reported in error
    (git-fixes).
  - uio: uio_pdrv_genirq: Remove MODULE_DEVICE_TABLE (git-fixes).
  - thunderbolt: Compare HMAC values in constant time (git-fixes).
  - usb: misc: qcom_eud: Access EUD_MODE_MANAGER2 through secure
    calls (git-fixes).
  - usb: host: max3421-hcd: Fix error pointer dereference in probe
    cleanup (git-fixes).
  - tty: n_gsm: Don't block input queue by waiting MSC (git-fixes).
  - serial: max310x: Add error checking in probe() (git-fixes).
  - mtd: rawnand: omap2: fix device leak on probe failure
    (git-fixes).
  - HID: intel-ish-ipc: Remove redundant ready check after timeout
    function (git-fixes).
  - hwrng: ks-sa - fix division by zero in ks_sa_rng_init
    (git-fixes).
  - crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regs
    (git-fixes).
  - crypto: aspeed - Fix dma_unmap_sg() direction (git-fixes).
  - crypto: atmel - Fix dma_unmap_sg() direction (git-fixes).
  - crypto: hisilicon/qm - check whether the input function and
    PF are on the same device (git-fixes).
  - hwrng: nomadik - add ARM_AMBA dependency (git-fixes).
  - crypto: keembay - Add missing check after sg_nents_for_len()
    (git-fixes).
  - commit 6795b42

++++ kernel-rt:

  - bus: mhi: host: Do not use uninitialized 'dev' pointer in
    mhi_init_irq_setup() (git-fixes).
  - iio: imu: inv_icm42600: Drop redundant pm_runtime
    reinitialization in resume (git-fixes).
  - iio: consumers: Fix offset handling in
    iio_convert_raw_to_processed() (git-fixes).
  - iio: dac: ad5421: use int type to store negative error codes
    (git-fixes).
  - iio: dac: ad5360: use int type to store negative error codes
    (git-fixes).
  - iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODE
    (git-fixes).
  - iio: frequency: adf4350: Fix prescaler usage (git-fixes).
  - iio: xilinx-ams: Fix AMS_ALARM_THR_DIRECT_MASK (git-fixes).
  - iio: xilinx-ams: Unmask interrupts after updating alarms
    (git-fixes).
  - misc: genwqe: Fix incorrect cmd field being reported in error
    (git-fixes).
  - uio: uio_pdrv_genirq: Remove MODULE_DEVICE_TABLE (git-fixes).
  - thunderbolt: Compare HMAC values in constant time (git-fixes).
  - usb: misc: qcom_eud: Access EUD_MODE_MANAGER2 through secure
    calls (git-fixes).
  - usb: host: max3421-hcd: Fix error pointer dereference in probe
    cleanup (git-fixes).
  - tty: n_gsm: Don't block input queue by waiting MSC (git-fixes).
  - serial: max310x: Add error checking in probe() (git-fixes).
  - mtd: rawnand: omap2: fix device leak on probe failure
    (git-fixes).
  - HID: intel-ish-ipc: Remove redundant ready check after timeout
    function (git-fixes).
  - hwrng: ks-sa - fix division by zero in ks_sa_rng_init
    (git-fixes).
  - crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regs
    (git-fixes).
  - crypto: aspeed - Fix dma_unmap_sg() direction (git-fixes).
  - crypto: atmel - Fix dma_unmap_sg() direction (git-fixes).
  - crypto: hisilicon/qm - check whether the input function and
    PF are on the same device (git-fixes).
  - hwrng: nomadik - add ARM_AMBA dependency (git-fixes).
  - crypto: keembay - Add missing check after sg_nents_for_len()
    (git-fixes).
  - commit 6795b42

++++ kernel-rt_debug:

  - bus: mhi: host: Do not use uninitialized 'dev' pointer in
    mhi_init_irq_setup() (git-fixes).
  - iio: imu: inv_icm42600: Drop redundant pm_runtime
    reinitialization in resume (git-fixes).
  - iio: consumers: Fix offset handling in
    iio_convert_raw_to_processed() (git-fixes).
  - iio: dac: ad5421: use int type to store negative error codes
    (git-fixes).
  - iio: dac: ad5360: use int type to store negative error codes
    (git-fixes).
  - iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODE
    (git-fixes).
  - iio: frequency: adf4350: Fix prescaler usage (git-fixes).
  - iio: xilinx-ams: Fix AMS_ALARM_THR_DIRECT_MASK (git-fixes).
  - iio: xilinx-ams: Unmask interrupts after updating alarms
    (git-fixes).
  - misc: genwqe: Fix incorrect cmd field being reported in error
    (git-fixes).
  - uio: uio_pdrv_genirq: Remove MODULE_DEVICE_TABLE (git-fixes).
  - thunderbolt: Compare HMAC values in constant time (git-fixes).
  - usb: misc: qcom_eud: Access EUD_MODE_MANAGER2 through secure
    calls (git-fixes).
  - usb: host: max3421-hcd: Fix error pointer dereference in probe
    cleanup (git-fixes).
  - tty: n_gsm: Don't block input queue by waiting MSC (git-fixes).
  - serial: max310x: Add error checking in probe() (git-fixes).
  - mtd: rawnand: omap2: fix device leak on probe failure
    (git-fixes).
  - HID: intel-ish-ipc: Remove redundant ready check after timeout
    function (git-fixes).
  - hwrng: ks-sa - fix division by zero in ks_sa_rng_init
    (git-fixes).
  - crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regs
    (git-fixes).
  - crypto: aspeed - Fix dma_unmap_sg() direction (git-fixes).
  - crypto: atmel - Fix dma_unmap_sg() direction (git-fixes).
  - crypto: hisilicon/qm - check whether the input function and
    PF are on the same device (git-fixes).
  - hwrng: nomadik - add ARM_AMBA dependency (git-fixes).
  - crypto: keembay - Add missing check after sg_nents_for_len()
    (git-fixes).
  - commit 6795b42

------------------------------------------------------------------
------------------  2025-10-4  -  Oct 4 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - rpm/check-for-config-changes: ignore CONFIG_SCHED_PROXY_EXEC, too (bsc#1250946)
    CONFIG_SCHED_PROXY_EXEC is set only when the debug is off, exclusive
    to CONFIG_SCHED_CLASS_EXT.
  - commit ac06fa9
  - drivers/base/node: fix double free in register_one_node()
    (git-fixes).
  - commit 205d070
  - net: nfc: nci: Add parameter validation for packet data
    (git-fixes).
  - net: usb: Remove disruptive netif_wake_queue in
    rtl8150_set_multicast (git-fixes).
  - wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize
    again (git-fixes).
  - wifi: ath10k: avoid unnecessary wait for service ready message
    (git-fixes).
  - wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load()
    (git-fixes).
  - wifi: rtw89: avoid circular locking dependency in
    ser_state_run() (git-fixes).
  - wifi: mac80211: fix Rx packet handling when pubsta information
    is not available (git-fixes).
  - wifi: mt76: fix potential memory leak in mt76_wmac_probe()
    (git-fixes).
  - wifi: mwifiex: send world regulatory domain to driver
    (git-fixes).
  - media: b2c2: Fix use-after-free causing by irq_check_work in
    flexcop_pci_remove (git-fixes).
  - media: uvcvideo: Mark invalid entities with id
    UVC_INVALID_ENTITY_ID (git-fixes).
  - media: i2c: mt9v111: fix incorrect type for ret (git-fixes).
  - media: pci: ivtv: Add missing check after DMA map (git-fixes).
  - media: cx18: Add missing check after DMA map (git-fixes).
  - media: st-delta: avoid excessive stack usage (git-fixes).
  - media: v4l2-subdev: Fix alloc failure check in
    v4l2_subdev_call_state_try() (git-fixes).
  - wifi: virt_wifi: Fix page fault on connect (stable-fixes).
  - mmc: sdhci-cadence: add Mobileye eyeQ support (stable-fixes).
  - usb: core: Add 0x prefix to quirks debug output (stable-fixes).
  - commit dbb8904
  - maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docs
    (git-fixes).
  - media: rj54n1cb0c: Fix memleak in rj54n1_probe() (git-fixes).
  - media: lirc: Fix error handling in lirc_register() (git-fixes).
  - media: zoran: Remove zoran_fh structure (git-fixes).
  - drm/amdgpu: remove the redeclaration of variable i (git-fixes).
  - drm/msm/dpu: fix incorrect type for ret (git-fixes).
  - drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl()
    (git-fixes).
  - drm/amd/pm: Disable SCLK switching on Oland with high pixel
    clocks (v3) (git-fixes).
  - drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2)
    (git-fixes).
  - drm/amd/pm: Treat zero vblank time as too short in si_dpm (v3)
    (git-fixes).
  - drm/amd/pm: Adjust si_upload_smc_data register programming (v3)
    (git-fixes).
  - drm/amd/pm: Fix si_upload_smc_data (v3) (git-fixes).
  - drm/amd/pm: Disable ULV even if unsupported (v3) (git-fixes).
  - drm/amdgpu: Power up UVD 3 for FW validation (v2) (git-fixes).
  - drm/rcar-du: dsi: Fix 1/2/3 lane support (git-fixes).
  - drm/amd/display: Remove redundant semicolons (git-fixes).
  - firewire: core: fix overlooked update of subsystem ABI version
    (git-fixes).
  - commit 2161328
  - docs: admin-guide: update to current minimum pipe size default
    (git-fixes).
  - drivers/base/node: handle error properly in register_one_node()
    (git-fixes).
  - Bluetooth: ISO: don't leak skb in ISO_CONT RX (git-fixes).
  - Bluetooth: ISO: Fix possible UAF on iso_conn_free (git-fixes).
  - Bluetooth: MGMT: Fix not exposing debug UUID on
    MGMT_OP_READ_EXP_FEATURES_INFO (git-fixes).
  - drm/radeon/r600_cs: clean up of dead code in r600_cs
    (git-fixes).
  - drm/bridge: it6505: select REGMAP_I2C (git-fixes).
  - drm/panel: novatek-nt35560: Fix invalid return value
    (git-fixes).
  - can: rcar_can: rcar_can_resume(): fix s2ram with PSCI
    (stable-fixes).
  - drm/i915/backlight: Return immediately when scale() finds
    invalid parameters (stable-fixes).
  - commit 07504f9
  - ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data()
    (git-fixes).
  - ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_free
    (git-fixes).
  - ASoC: Intel: bytcr_rt5651: Fix invalid quirk input mapping
    (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping
    (git-fixes).
  - ASoC: Intel: bytcht_es8316: Fix invalid quirk input mapping
    (git-fixes).
  - ASoC: qcom: audioreach: fix potential null pointer dereference
    (git-fixes).
  - ASoC: imx-hdmi: remove cpu_pdev related code (git-fixes).
  - ALSA: lx_core: use int type to store negative error codes
    (git-fixes).
  - ALSA: usb-audio: Add mute TLV for playback volumes on more
    devices (stable-fixes).
  - ALSA: usb-audio: move mixer_quirks' min_mute into common quirk
    (stable-fixes).
  - commit 86dd099
  - ALSA: usb-audio: Add DSD support for Comtrue USB Audio device
    (stable-fixes).
  - ALSA: usb-audio: Fix build with CONFIG_INPUT=n (git-fixes).
  - ALSA: usb-audio: Convert comma to semicolon (git-fixes).
  - ALSA: usb-audio: Add mixer quirk for Sony DualSense PS5
    (stable-fixes).
  - ALSA: usb-audio: Remove unneeded wmb() in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Simplify NULL comparison in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Avoid multiple assignments in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Drop unnecessary parentheses in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Fix block comments in mixer_quirks
    (stable-fixes).
  - commit 929e260

++++ kernel-rt:

  - rpm/check-for-config-changes: ignore CONFIG_SCHED_PROXY_EXEC, too (bsc#1250946)
    CONFIG_SCHED_PROXY_EXEC is set only when the debug is off, exclusive
    to CONFIG_SCHED_CLASS_EXT.
  - commit ac06fa9
  - drivers/base/node: fix double free in register_one_node()
    (git-fixes).
  - commit 205d070
  - net: nfc: nci: Add parameter validation for packet data
    (git-fixes).
  - net: usb: Remove disruptive netif_wake_queue in
    rtl8150_set_multicast (git-fixes).
  - wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize
    again (git-fixes).
  - wifi: ath10k: avoid unnecessary wait for service ready message
    (git-fixes).
  - wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load()
    (git-fixes).
  - wifi: rtw89: avoid circular locking dependency in
    ser_state_run() (git-fixes).
  - wifi: mac80211: fix Rx packet handling when pubsta information
    is not available (git-fixes).
  - wifi: mt76: fix potential memory leak in mt76_wmac_probe()
    (git-fixes).
  - wifi: mwifiex: send world regulatory domain to driver
    (git-fixes).
  - media: b2c2: Fix use-after-free causing by irq_check_work in
    flexcop_pci_remove (git-fixes).
  - media: uvcvideo: Mark invalid entities with id
    UVC_INVALID_ENTITY_ID (git-fixes).
  - media: i2c: mt9v111: fix incorrect type for ret (git-fixes).
  - media: pci: ivtv: Add missing check after DMA map (git-fixes).
  - media: cx18: Add missing check after DMA map (git-fixes).
  - media: st-delta: avoid excessive stack usage (git-fixes).
  - media: v4l2-subdev: Fix alloc failure check in
    v4l2_subdev_call_state_try() (git-fixes).
  - wifi: virt_wifi: Fix page fault on connect (stable-fixes).
  - mmc: sdhci-cadence: add Mobileye eyeQ support (stable-fixes).
  - usb: core: Add 0x prefix to quirks debug output (stable-fixes).
  - commit dbb8904
  - maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docs
    (git-fixes).
  - media: rj54n1cb0c: Fix memleak in rj54n1_probe() (git-fixes).
  - media: lirc: Fix error handling in lirc_register() (git-fixes).
  - media: zoran: Remove zoran_fh structure (git-fixes).
  - drm/amdgpu: remove the redeclaration of variable i (git-fixes).
  - drm/msm/dpu: fix incorrect type for ret (git-fixes).
  - drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl()
    (git-fixes).
  - drm/amd/pm: Disable SCLK switching on Oland with high pixel
    clocks (v3) (git-fixes).
  - drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2)
    (git-fixes).
  - drm/amd/pm: Treat zero vblank time as too short in si_dpm (v3)
    (git-fixes).
  - drm/amd/pm: Adjust si_upload_smc_data register programming (v3)
    (git-fixes).
  - drm/amd/pm: Fix si_upload_smc_data (v3) (git-fixes).
  - drm/amd/pm: Disable ULV even if unsupported (v3) (git-fixes).
  - drm/amdgpu: Power up UVD 3 for FW validation (v2) (git-fixes).
  - drm/rcar-du: dsi: Fix 1/2/3 lane support (git-fixes).
  - drm/amd/display: Remove redundant semicolons (git-fixes).
  - firewire: core: fix overlooked update of subsystem ABI version
    (git-fixes).
  - commit 2161328
  - docs: admin-guide: update to current minimum pipe size default
    (git-fixes).
  - drivers/base/node: handle error properly in register_one_node()
    (git-fixes).
  - Bluetooth: ISO: don't leak skb in ISO_CONT RX (git-fixes).
  - Bluetooth: ISO: Fix possible UAF on iso_conn_free (git-fixes).
  - Bluetooth: MGMT: Fix not exposing debug UUID on
    MGMT_OP_READ_EXP_FEATURES_INFO (git-fixes).
  - drm/radeon/r600_cs: clean up of dead code in r600_cs
    (git-fixes).
  - drm/bridge: it6505: select REGMAP_I2C (git-fixes).
  - drm/panel: novatek-nt35560: Fix invalid return value
    (git-fixes).
  - can: rcar_can: rcar_can_resume(): fix s2ram with PSCI
    (stable-fixes).
  - drm/i915/backlight: Return immediately when scale() finds
    invalid parameters (stable-fixes).
  - commit 07504f9
  - ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data()
    (git-fixes).
  - ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_free
    (git-fixes).
  - ASoC: Intel: bytcr_rt5651: Fix invalid quirk input mapping
    (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping
    (git-fixes).
  - ASoC: Intel: bytcht_es8316: Fix invalid quirk input mapping
    (git-fixes).
  - ASoC: qcom: audioreach: fix potential null pointer dereference
    (git-fixes).
  - ASoC: imx-hdmi: remove cpu_pdev related code (git-fixes).
  - ALSA: lx_core: use int type to store negative error codes
    (git-fixes).
  - ALSA: usb-audio: Add mute TLV for playback volumes on more
    devices (stable-fixes).
  - ALSA: usb-audio: move mixer_quirks' min_mute into common quirk
    (stable-fixes).
  - commit 86dd099
  - ALSA: usb-audio: Add DSD support for Comtrue USB Audio device
    (stable-fixes).
  - ALSA: usb-audio: Fix build with CONFIG_INPUT=n (git-fixes).
  - ALSA: usb-audio: Convert comma to semicolon (git-fixes).
  - ALSA: usb-audio: Add mixer quirk for Sony DualSense PS5
    (stable-fixes).
  - ALSA: usb-audio: Remove unneeded wmb() in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Simplify NULL comparison in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Avoid multiple assignments in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Drop unnecessary parentheses in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Fix block comments in mixer_quirks
    (stable-fixes).
  - commit 929e260

++++ kernel-rt_debug:

  - rpm/check-for-config-changes: ignore CONFIG_SCHED_PROXY_EXEC, too (bsc#1250946)
    CONFIG_SCHED_PROXY_EXEC is set only when the debug is off, exclusive
    to CONFIG_SCHED_CLASS_EXT.
  - commit ac06fa9
  - drivers/base/node: fix double free in register_one_node()
    (git-fixes).
  - commit 205d070
  - net: nfc: nci: Add parameter validation for packet data
    (git-fixes).
  - net: usb: Remove disruptive netif_wake_queue in
    rtl8150_set_multicast (git-fixes).
  - wifi: ath11k: HAL SRNG: don't deinitialize and re-initialize
    again (git-fixes).
  - wifi: ath10k: avoid unnecessary wait for service ready message
    (git-fixes).
  - wifi: ath11k: fix NULL dereference in ath11k_qmi_m3_load()
    (git-fixes).
  - wifi: rtw89: avoid circular locking dependency in
    ser_state_run() (git-fixes).
  - wifi: mac80211: fix Rx packet handling when pubsta information
    is not available (git-fixes).
  - wifi: mt76: fix potential memory leak in mt76_wmac_probe()
    (git-fixes).
  - wifi: mwifiex: send world regulatory domain to driver
    (git-fixes).
  - media: b2c2: Fix use-after-free causing by irq_check_work in
    flexcop_pci_remove (git-fixes).
  - media: uvcvideo: Mark invalid entities with id
    UVC_INVALID_ENTITY_ID (git-fixes).
  - media: i2c: mt9v111: fix incorrect type for ret (git-fixes).
  - media: pci: ivtv: Add missing check after DMA map (git-fixes).
  - media: cx18: Add missing check after DMA map (git-fixes).
  - media: st-delta: avoid excessive stack usage (git-fixes).
  - media: v4l2-subdev: Fix alloc failure check in
    v4l2_subdev_call_state_try() (git-fixes).
  - wifi: virt_wifi: Fix page fault on connect (stable-fixes).
  - mmc: sdhci-cadence: add Mobileye eyeQ support (stable-fixes).
  - usb: core: Add 0x prefix to quirks debug output (stable-fixes).
  - commit dbb8904
  - maple_tree: fix MAPLE_PARENT_RANGE32 and parent pointer docs
    (git-fixes).
  - media: rj54n1cb0c: Fix memleak in rj54n1_probe() (git-fixes).
  - media: lirc: Fix error handling in lirc_register() (git-fixes).
  - media: zoran: Remove zoran_fh structure (git-fixes).
  - drm/amdgpu: remove the redeclaration of variable i (git-fixes).
  - drm/msm/dpu: fix incorrect type for ret (git-fixes).
  - drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl()
    (git-fixes).
  - drm/amd/pm: Disable SCLK switching on Oland with high pixel
    clocks (v3) (git-fixes).
  - drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2)
    (git-fixes).
  - drm/amd/pm: Treat zero vblank time as too short in si_dpm (v3)
    (git-fixes).
  - drm/amd/pm: Adjust si_upload_smc_data register programming (v3)
    (git-fixes).
  - drm/amd/pm: Fix si_upload_smc_data (v3) (git-fixes).
  - drm/amd/pm: Disable ULV even if unsupported (v3) (git-fixes).
  - drm/amdgpu: Power up UVD 3 for FW validation (v2) (git-fixes).
  - drm/rcar-du: dsi: Fix 1/2/3 lane support (git-fixes).
  - drm/amd/display: Remove redundant semicolons (git-fixes).
  - firewire: core: fix overlooked update of subsystem ABI version
    (git-fixes).
  - commit 2161328
  - docs: admin-guide: update to current minimum pipe size default
    (git-fixes).
  - drivers/base/node: handle error properly in register_one_node()
    (git-fixes).
  - Bluetooth: ISO: don't leak skb in ISO_CONT RX (git-fixes).
  - Bluetooth: ISO: Fix possible UAF on iso_conn_free (git-fixes).
  - Bluetooth: MGMT: Fix not exposing debug UUID on
    MGMT_OP_READ_EXP_FEATURES_INFO (git-fixes).
  - drm/radeon/r600_cs: clean up of dead code in r600_cs
    (git-fixes).
  - drm/bridge: it6505: select REGMAP_I2C (git-fixes).
  - drm/panel: novatek-nt35560: Fix invalid return value
    (git-fixes).
  - can: rcar_can: rcar_can_resume(): fix s2ram with PSCI
    (stable-fixes).
  - drm/i915/backlight: Return immediately when scale() finds
    invalid parameters (stable-fixes).
  - commit 07504f9
  - ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data()
    (git-fixes).
  - ALSA: usb-audio: fix race condition to UAF in snd_usbmidi_free
    (git-fixes).
  - ASoC: Intel: bytcr_rt5651: Fix invalid quirk input mapping
    (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Fix invalid quirk input mapping
    (git-fixes).
  - ASoC: Intel: bytcht_es8316: Fix invalid quirk input mapping
    (git-fixes).
  - ASoC: qcom: audioreach: fix potential null pointer dereference
    (git-fixes).
  - ASoC: imx-hdmi: remove cpu_pdev related code (git-fixes).
  - ALSA: lx_core: use int type to store negative error codes
    (git-fixes).
  - ALSA: usb-audio: Add mute TLV for playback volumes on more
    devices (stable-fixes).
  - ALSA: usb-audio: move mixer_quirks' min_mute into common quirk
    (stable-fixes).
  - commit 86dd099
  - ALSA: usb-audio: Add DSD support for Comtrue USB Audio device
    (stable-fixes).
  - ALSA: usb-audio: Fix build with CONFIG_INPUT=n (git-fixes).
  - ALSA: usb-audio: Convert comma to semicolon (git-fixes).
  - ALSA: usb-audio: Add mixer quirk for Sony DualSense PS5
    (stable-fixes).
  - ALSA: usb-audio: Remove unneeded wmb() in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Simplify NULL comparison in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Avoid multiple assignments in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Drop unnecessary parentheses in mixer_quirks
    (stable-fixes).
  - ALSA: usb-audio: Fix block comments in mixer_quirks
    (stable-fixes).
  - commit 929e260

++++ runc:

  - Update to runc v1.3.2. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.3.2> bsc#1252110
  - Includes an important fix for the CPUSet translation for cgroupv2.

------------------------------------------------------------------
------------------  2025-10-3  -  Oct 3 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 28.5.0-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/28/#2850>
  - Backport <https://github.com/moby/moby/pull/51091> to re-add vendor.sum,
    fixing our builds.
    + 0007-Add-back-vendor.sum.patch
  - Rebased patches:
    * 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch
    * 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * cli-0001-openSUSE-point-users-to-docker-buildx-package.patch
    * cli-0002-SECRETS-SUSE-default-to-DOCKER_BUILDKIT-0-for-docker.patch

++++ kernel-default:

  - Squashfs: reject negative file sizes in squashfs_read_inode()
    (git-fixes).
  - commit 2f68e78
  - Squashfs: add additional inode sanity checking (git-fixes).
  - commit fe46811
  - Squashfs: fix uninit-value in squashfs_get_parent (git-fixes).
  - commit 126861e
  - kbuild/modpost: Continue processing all unresolved symbols
    when KLP_SYM_RELA is found (bsc#1218644, bsc#1250655).
  - commit ec0a51c
  - Fix BPF selftests compilation error in bpf_iter.c (git-fixes)
    Since SUSE commit 7cae2487c586, BPF selftests fails to compile.
    .../tools/testing/selftests/bpf/prog_tests/bpf_iter.c: In function 'test_task_common_nocheck':
    .../tools/testing/selftests/bpf/prog_tests/bpf_iter.c:231:26: error: implicit declaration of function 'gettid'; did you mean 'getgid'? [-Werror=implicit-function-declaration]
    231 |         skel->bss->tid = gettid();
    |                          ^~~~~~
    |                          getgid
    Fix the BPF selftests compilation failure by:
  - bpf: handle implicit declaration of function gettid in
    bpf_iter.c
  - Refresh
    patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch.
  - commit 43aa317

++++ kernel-rt:

  - Squashfs: reject negative file sizes in squashfs_read_inode()
    (git-fixes).
  - commit 2f68e78
  - Squashfs: add additional inode sanity checking (git-fixes).
  - commit fe46811
  - Squashfs: fix uninit-value in squashfs_get_parent (git-fixes).
  - commit 126861e
  - kbuild/modpost: Continue processing all unresolved symbols
    when KLP_SYM_RELA is found (bsc#1218644, bsc#1250655).
  - commit ec0a51c
  - Fix BPF selftests compilation error in bpf_iter.c (git-fixes)
    Since SUSE commit 7cae2487c586, BPF selftests fails to compile.
    .../tools/testing/selftests/bpf/prog_tests/bpf_iter.c: In function 'test_task_common_nocheck':
    .../tools/testing/selftests/bpf/prog_tests/bpf_iter.c:231:26: error: implicit declaration of function 'gettid'; did you mean 'getgid'? [-Werror=implicit-function-declaration]
    231 |         skel->bss->tid = gettid();
    |                          ^~~~~~
    |                          getgid
    Fix the BPF selftests compilation failure by:
  - bpf: handle implicit declaration of function gettid in
    bpf_iter.c
  - Refresh
    patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch.
  - commit 43aa317

++++ kernel-rt_debug:

  - Squashfs: reject negative file sizes in squashfs_read_inode()
    (git-fixes).
  - commit 2f68e78
  - Squashfs: add additional inode sanity checking (git-fixes).
  - commit fe46811
  - Squashfs: fix uninit-value in squashfs_get_parent (git-fixes).
  - commit 126861e
  - kbuild/modpost: Continue processing all unresolved symbols
    when KLP_SYM_RELA is found (bsc#1218644, bsc#1250655).
  - commit ec0a51c
  - Fix BPF selftests compilation error in bpf_iter.c (git-fixes)
    Since SUSE commit 7cae2487c586, BPF selftests fails to compile.
    .../tools/testing/selftests/bpf/prog_tests/bpf_iter.c: In function 'test_task_common_nocheck':
    .../tools/testing/selftests/bpf/prog_tests/bpf_iter.c:231:26: error: implicit declaration of function 'gettid'; did you mean 'getgid'? [-Werror=implicit-function-declaration]
    231 |         skel->bss->tid = gettid();
    |                          ^~~~~~
    |                          getgid
    Fix the BPF selftests compilation failure by:
  - bpf: handle implicit declaration of function gettid in
    bpf_iter.c
  - Refresh
    patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch.
  - commit 43aa317

++++ colord:

  - Rework colord-CVE-2021-42523.patch based on what is now upstream.
    The original fix was wrong and did not properly free the error,
    resulting in a crash (bsc#1250750).

++++ podman:

  - Add patch for CVE-2025-9566 (bsc#1249154):
    * 0004-CVE-2025-9566-kube-play-don-t-follow-volume-symlinks.patch
  - Rebase patches:
    * 0001-CVE-2025-22869-ssh-limit-the-size-of-the-internal-pa.patch
    * 0002-Fix-Remove-appending-rw-as-the-default-mount-option.patch
    * 0003-CVE-2025-6032-machine-init-fix-tls-check.patch

------------------------------------------------------------------
------------------  2025-10-2  -  Oct 2 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Drivers: hv: Select CONFIG_SYSFB only if EFI is enabled (git-fixes).
  - KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush (bsc#1246782 CVE-2025-38351).
  - Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests (git-fixes).
  - KVM: x86: model canonical checks more precisely (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Route non-canonical checks in emulator through emulate_ops (bsc#1246782 CVE-2025-38351).
  - KVM: x86: drop x86.h include from cpuid.h (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Bury guest_cpuid_is_amd_or_hygon() in cpuid.c (bsc#1246782 CVE-2025-38351).
  - KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Inhibit code #DBs in MOV-SS shadow for all Intel compat (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Apply Intel's TSC_AUX reserved-bit behavior to Intel compat (bsc#1246782 CVE-2025-38351).
  - KVM: x86/pmu: Squash period for checkpointed events based on host (bsc#1246782 CVE-2025-38351).
  - commit 6e28165
  - Update
    patches.suse/HID-asus-fix-UAF-via-HID_CLAIMED_INPUT-validation.patch
    (CVE-2025-39824 bsc#1250007).
    Added CVE reference
  - commit 579a063
  - smb: client: fix race with concurrent opens in rename(2)
    (bsc#1250179, CVE-2025-39825).
  - commit 4df7381
  - bus: fsl-mc: Check return value of platform_get_resource()
    (git-fixes).
  - memory: samsung: exynos-srom: Fix of_iomap leak in
    exynos_srom_probe (git-fixes).
  - firmware: meson_sm: fix device leak at probe (git-fixes).
  - soc: qcom: rpmh-rsc: Unconditionally clear _TRIGGER bit for TCS
    (git-fixes).
  - thermal/drivers/qcom/lmh: Add missing IRQ includes (git-fixes).
  - ACPI: TAD: Add missing sysfs_remove_group() for ACPI_TAD_RT
    (git-fixes).
  - ACPI: property: Fix buffer properties extraction for subnodes
    (git-fixes).
  - ACPI: processor: idle: Fix memory leak when register cpuidle
    device failed (git-fixes).
  - ACPICA: Fix largest possible resource descriptor index
    (git-fixes).
  - ACPI: debug: fix signedness issues in read/write helpers
    (git-fixes).
  - PM: sleep: core: Clear power.must_resume in noirq suspend
    error path (git-fixes).
  - PM / devfreq: mtk-cci: Fix potential error pointer dereference
    in probe() (git-fixes).
  - i3c: master: svc: Recycle unused IBI slot (git-fixes).
  - i3c: Fix default I2C adapter timeout value (git-fixes).
  - i2c: designware: Add disabling clocks when probe fails
    (git-fixes).
  - i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD
    (git-fixes).
  - pinctrl: renesas: Use int type to store negative error codes
    (git-fixes).
  - pinctrl: samsung: Drop unused S3C24xx driver data (git-fixes).
  - pinctrl: meson-gxl: add missing i2c_d pinmux (git-fixes).
  - pinctrl: equilibrium: Remove redundant semicolons (git-fixes).
  - power: supply: max77976_charger: fix constant current reporting
    (git-fixes).
  - power: supply: cw2015: Fix a alignment coding style issue
    (git-fixes).
  - mfd: rz-mtu3: Fix MTU5 NFCR register offset (git-fixes).
  - spi: cadence-quadspi: Flush posted register writes before DAC
    access (git-fixes).
  - spi: cadence-quadspi: Flush posted register writes before
    INDAC access (git-fixes).
  - spi: mtk-snfi: Remove redundant semicolons (git-fixes).
  - spi: bcm2835: Remove redundant semicolons (git-fixes).
  - regulator: scmi: Use int type to store negative error codes
    (git-fixes).
  - regmap: Remove superfluous check for !config in __regmap_init()
    (git-fixes).
  - mfd: vexpress-sysreg: Check the return value of
    devm_gpiochip_add_data() (git-fixes).
  - pwm: tiehrpwm: Fix corner case in clock divisor calculation
    (git-fixes).
  - pwm: tiehrpwm: Make code comment in .free() more useful
    (git-fixes).
  - pwm: berlin: Fix wrong register in suspend/resume (git-fixes).
  - hwmon: (mlxreg-fan) Separate methods of fan setting coming
    from different subsystems (git-fixes).
  - commit e80711d
  - Drop patches.suse/drm-amd-display-Disable-PSR-SU-on-eDP-panels.patch (bsc#1243112)
    The patch caused a regression wrt s2idle on AMD laptops
  - commit 5a5bec2
  - net/smc: fix UAF on smcsk after smc_listen_out() (CVE-2025-38734
    bsc#1249324).
  - commit b4812d3
  - Update
    patches.suse/dmaengine-ti-edma-Fix-memory-allocation-size-for-que.patch
    (CVE-2025-39869 bsc#1250406).
    Added CVE reference
  - commit 056198e
  - writeback: Avoid contention on wb->list_lock when switching
    inodes (kABI fixup) (bsc#1237776).
  - commit 883c841
  - netfilter: ctnetlink: remove refcounting in expectation dumpers
    (CVE-2025-39764 bsc#1249513).
  - commit 09ba55b
  - net/sched: Make cake_enqueue return NET_XMIT_CN when past
    buffer_limit (CVE-2025-39766 bsc#1249510).
  - commit c0189b7
  - net/sched: Fix backlog accounting in qdisc_dequeue_internal
    (CVE-2025-39677 bsc#1249300).
  - commit 3cfca22
  - tls: handle data disappearing from under the TLS ULP
    (CVE-2025-38616 bsc#1248512).
  - tls: fix lockless read of strp->msg_ready in ->poll
    (CVE-2025-38616 bsc#1248512).
  - commit 8c223c9

++++ kernel-rt:

  - Drivers: hv: Select CONFIG_SYSFB only if EFI is enabled (git-fixes).
  - KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush (bsc#1246782 CVE-2025-38351).
  - Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests (git-fixes).
  - KVM: x86: model canonical checks more precisely (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Route non-canonical checks in emulator through emulate_ops (bsc#1246782 CVE-2025-38351).
  - KVM: x86: drop x86.h include from cpuid.h (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Bury guest_cpuid_is_amd_or_hygon() in cpuid.c (bsc#1246782 CVE-2025-38351).
  - KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Inhibit code #DBs in MOV-SS shadow for all Intel compat (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Apply Intel's TSC_AUX reserved-bit behavior to Intel compat (bsc#1246782 CVE-2025-38351).
  - KVM: x86/pmu: Squash period for checkpointed events based on host (bsc#1246782 CVE-2025-38351).
  - commit 6e28165
  - Update
    patches.suse/HID-asus-fix-UAF-via-HID_CLAIMED_INPUT-validation.patch
    (CVE-2025-39824 bsc#1250007).
    Added CVE reference
  - commit 579a063
  - smb: client: fix race with concurrent opens in rename(2)
    (bsc#1250179, CVE-2025-39825).
  - commit 4df7381
  - bus: fsl-mc: Check return value of platform_get_resource()
    (git-fixes).
  - memory: samsung: exynos-srom: Fix of_iomap leak in
    exynos_srom_probe (git-fixes).
  - firmware: meson_sm: fix device leak at probe (git-fixes).
  - soc: qcom: rpmh-rsc: Unconditionally clear _TRIGGER bit for TCS
    (git-fixes).
  - thermal/drivers/qcom/lmh: Add missing IRQ includes (git-fixes).
  - ACPI: TAD: Add missing sysfs_remove_group() for ACPI_TAD_RT
    (git-fixes).
  - ACPI: property: Fix buffer properties extraction for subnodes
    (git-fixes).
  - ACPI: processor: idle: Fix memory leak when register cpuidle
    device failed (git-fixes).
  - ACPICA: Fix largest possible resource descriptor index
    (git-fixes).
  - ACPI: debug: fix signedness issues in read/write helpers
    (git-fixes).
  - PM: sleep: core: Clear power.must_resume in noirq suspend
    error path (git-fixes).
  - PM / devfreq: mtk-cci: Fix potential error pointer dereference
    in probe() (git-fixes).
  - i3c: master: svc: Recycle unused IBI slot (git-fixes).
  - i3c: Fix default I2C adapter timeout value (git-fixes).
  - i2c: designware: Add disabling clocks when probe fails
    (git-fixes).
  - i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD
    (git-fixes).
  - pinctrl: renesas: Use int type to store negative error codes
    (git-fixes).
  - pinctrl: samsung: Drop unused S3C24xx driver data (git-fixes).
  - pinctrl: meson-gxl: add missing i2c_d pinmux (git-fixes).
  - pinctrl: equilibrium: Remove redundant semicolons (git-fixes).
  - power: supply: max77976_charger: fix constant current reporting
    (git-fixes).
  - power: supply: cw2015: Fix a alignment coding style issue
    (git-fixes).
  - mfd: rz-mtu3: Fix MTU5 NFCR register offset (git-fixes).
  - spi: cadence-quadspi: Flush posted register writes before DAC
    access (git-fixes).
  - spi: cadence-quadspi: Flush posted register writes before
    INDAC access (git-fixes).
  - spi: mtk-snfi: Remove redundant semicolons (git-fixes).
  - spi: bcm2835: Remove redundant semicolons (git-fixes).
  - regulator: scmi: Use int type to store negative error codes
    (git-fixes).
  - regmap: Remove superfluous check for !config in __regmap_init()
    (git-fixes).
  - mfd: vexpress-sysreg: Check the return value of
    devm_gpiochip_add_data() (git-fixes).
  - pwm: tiehrpwm: Fix corner case in clock divisor calculation
    (git-fixes).
  - pwm: tiehrpwm: Make code comment in .free() more useful
    (git-fixes).
  - pwm: berlin: Fix wrong register in suspend/resume (git-fixes).
  - hwmon: (mlxreg-fan) Separate methods of fan setting coming
    from different subsystems (git-fixes).
  - commit e80711d
  - Drop patches.suse/drm-amd-display-Disable-PSR-SU-on-eDP-panels.patch (bsc#1243112)
    The patch caused a regression wrt s2idle on AMD laptops
  - commit 5a5bec2
  - net/smc: fix UAF on smcsk after smc_listen_out() (CVE-2025-38734
    bsc#1249324).
  - commit b4812d3
  - Update
    patches.suse/dmaengine-ti-edma-Fix-memory-allocation-size-for-que.patch
    (CVE-2025-39869 bsc#1250406).
    Added CVE reference
  - commit 056198e
  - writeback: Avoid contention on wb->list_lock when switching
    inodes (kABI fixup) (bsc#1237776).
  - commit 883c841
  - netfilter: ctnetlink: remove refcounting in expectation dumpers
    (CVE-2025-39764 bsc#1249513).
  - commit 09ba55b
  - net/sched: Make cake_enqueue return NET_XMIT_CN when past
    buffer_limit (CVE-2025-39766 bsc#1249510).
  - commit c0189b7
  - net/sched: Fix backlog accounting in qdisc_dequeue_internal
    (CVE-2025-39677 bsc#1249300).
  - commit 3cfca22
  - tls: handle data disappearing from under the TLS ULP
    (CVE-2025-38616 bsc#1248512).
  - tls: fix lockless read of strp->msg_ready in ->poll
    (CVE-2025-38616 bsc#1248512).
  - commit 8c223c9

++++ kernel-rt_debug:

  - Drivers: hv: Select CONFIG_SYSFB only if EFI is enabled (git-fixes).
  - KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flush (bsc#1246782 CVE-2025-38351).
  - Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests (git-fixes).
  - KVM: x86: model canonical checks more precisely (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Add X86EMUL_F_MSR and X86EMUL_F_DT_LOAD to aid canonical (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Route non-canonical checks in emulator through emulate_ops (bsc#1246782 CVE-2025-38351).
  - KVM: x86: drop x86.h include from cpuid.h (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Bury guest_cpuid_is_amd_or_hygon() in cpuid.c (bsc#1246782 CVE-2025-38351).
  - KVM: SVM: Emulate SYSENTER RIP/RSP behavior for all Intel compat (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Inhibit code #DBs in MOV-SS shadow for all Intel compat (bsc#1246782 CVE-2025-38351).
  - KVM: x86: Apply Intel's TSC_AUX reserved-bit behavior to Intel compat (bsc#1246782 CVE-2025-38351).
  - KVM: x86/pmu: Squash period for checkpointed events based on host (bsc#1246782 CVE-2025-38351).
  - commit 6e28165
  - Update
    patches.suse/HID-asus-fix-UAF-via-HID_CLAIMED_INPUT-validation.patch
    (CVE-2025-39824 bsc#1250007).
    Added CVE reference
  - commit 579a063
  - smb: client: fix race with concurrent opens in rename(2)
    (bsc#1250179, CVE-2025-39825).
  - commit 4df7381
  - bus: fsl-mc: Check return value of platform_get_resource()
    (git-fixes).
  - memory: samsung: exynos-srom: Fix of_iomap leak in
    exynos_srom_probe (git-fixes).
  - firmware: meson_sm: fix device leak at probe (git-fixes).
  - soc: qcom: rpmh-rsc: Unconditionally clear _TRIGGER bit for TCS
    (git-fixes).
  - thermal/drivers/qcom/lmh: Add missing IRQ includes (git-fixes).
  - ACPI: TAD: Add missing sysfs_remove_group() for ACPI_TAD_RT
    (git-fixes).
  - ACPI: property: Fix buffer properties extraction for subnodes
    (git-fixes).
  - ACPI: processor: idle: Fix memory leak when register cpuidle
    device failed (git-fixes).
  - ACPICA: Fix largest possible resource descriptor index
    (git-fixes).
  - ACPI: debug: fix signedness issues in read/write helpers
    (git-fixes).
  - PM: sleep: core: Clear power.must_resume in noirq suspend
    error path (git-fixes).
  - PM / devfreq: mtk-cci: Fix potential error pointer dereference
    in probe() (git-fixes).
  - i3c: master: svc: Recycle unused IBI slot (git-fixes).
  - i3c: Fix default I2C adapter timeout value (git-fixes).
  - i2c: designware: Add disabling clocks when probe fails
    (git-fixes).
  - i2c: mediatek: fix potential incorrect use of I2C_MASTER_WRRD
    (git-fixes).
  - pinctrl: renesas: Use int type to store negative error codes
    (git-fixes).
  - pinctrl: samsung: Drop unused S3C24xx driver data (git-fixes).
  - pinctrl: meson-gxl: add missing i2c_d pinmux (git-fixes).
  - pinctrl: equilibrium: Remove redundant semicolons (git-fixes).
  - power: supply: max77976_charger: fix constant current reporting
    (git-fixes).
  - power: supply: cw2015: Fix a alignment coding style issue
    (git-fixes).
  - mfd: rz-mtu3: Fix MTU5 NFCR register offset (git-fixes).
  - spi: cadence-quadspi: Flush posted register writes before DAC
    access (git-fixes).
  - spi: cadence-quadspi: Flush posted register writes before
    INDAC access (git-fixes).
  - spi: mtk-snfi: Remove redundant semicolons (git-fixes).
  - spi: bcm2835: Remove redundant semicolons (git-fixes).
  - regulator: scmi: Use int type to store negative error codes
    (git-fixes).
  - regmap: Remove superfluous check for !config in __regmap_init()
    (git-fixes).
  - mfd: vexpress-sysreg: Check the return value of
    devm_gpiochip_add_data() (git-fixes).
  - pwm: tiehrpwm: Fix corner case in clock divisor calculation
    (git-fixes).
  - pwm: tiehrpwm: Make code comment in .free() more useful
    (git-fixes).
  - pwm: berlin: Fix wrong register in suspend/resume (git-fixes).
  - hwmon: (mlxreg-fan) Separate methods of fan setting coming
    from different subsystems (git-fixes).
  - commit e80711d
  - Drop patches.suse/drm-amd-display-Disable-PSR-SU-on-eDP-panels.patch (bsc#1243112)
    The patch caused a regression wrt s2idle on AMD laptops
  - commit 5a5bec2
  - net/smc: fix UAF on smcsk after smc_listen_out() (CVE-2025-38734
    bsc#1249324).
  - commit b4812d3
  - Update
    patches.suse/dmaengine-ti-edma-Fix-memory-allocation-size-for-que.patch
    (CVE-2025-39869 bsc#1250406).
    Added CVE reference
  - commit 056198e
  - writeback: Avoid contention on wb->list_lock when switching
    inodes (kABI fixup) (bsc#1237776).
  - commit 883c841
  - netfilter: ctnetlink: remove refcounting in expectation dumpers
    (CVE-2025-39764 bsc#1249513).
  - commit 09ba55b
  - net/sched: Make cake_enqueue return NET_XMIT_CN when past
    buffer_limit (CVE-2025-39766 bsc#1249510).
  - commit c0189b7
  - net/sched: Fix backlog accounting in qdisc_dequeue_internal
    (CVE-2025-39677 bsc#1249300).
  - commit 3cfca22
  - tls: handle data disappearing from under the TLS ULP
    (CVE-2025-38616 bsc#1248512).
  - tls: fix lockless read of strp->msg_ready in ->poll
    (CVE-2025-38616 bsc#1248512).
  - commit 8c223c9

++++ libxslt:

  - security update
  - added patches
    CVE-2025-10911 [bsc#1250553], use-after-free with key data stored cross-RVT
    * libxslt-CVE-2025-10911.patch

------------------------------------------------------------------
------------------  2025-10-1  -  Oct 1 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to docker-buildx v0.29.0. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.29.0>

++++ python-kiwi:

  - Support SOURCE_DATE_EPOCH for OCI containers (jsc#PED-15927)
    If SOURCE_DATE_EPOCH is available, use it for the container creation
    time and history.

++++ kernel-default:

  - cifs: prevent NULL pointer dereference in UTF16 conversion
    (bsc#1250365, CVE-2025-39838).
  - commit 9718aa1
  - scsi: core: ufs: Fix a hang in the error handler (CVE-2025-38119
    bsc#1245700).
  - commit 43675ce
  - writeback: Avoid excessively long inode switching times
    (bsc#1237776).
  - commit 77817f2
  - writeback: Avoid softlockup when switching many inodes
    (bsc#1237776).
  - commit 9ecba0d
  - writeback: Avoid contention on wb->list_lock when switching
    inodes (bsc#1237776).
  - commit a591614
  - usb: hub: Fix flushing of delayed work used for post resume
    purposes (git-fixes).
  - commit 4e89947
  - usb: xhci: Avoid queuing redundant Stop Endpoint commands
    (git-fixes).
  - commit 4f545a3
  - usb: xhci: Limit Stop Endpoint retries (git-fixes).
  - commit e78c1d4
  - usb: hub: Fix flushing and scheduling of delayed work that
    tunes runtime pm (git-fixes).
  - commit ae10133
  - xhci: retry Stop Endpoint on buggy NEC controllers (git-fixes).
  - Refresh
    patches.suse/usb-xhci-Don-t-change-the-status-of-stalled-TDs-on-f.patch.
  - commit beea3a0
  - usb: hub: fix detection of high tier USB3 devices behind
    suspended hubs (git-fixes).
  - commit 06b2dc7
  - bpftool: Fix JSON writer resource leak in version command
    (git-fixes).
  - commit d19e155
  - EDAC/i10nm: Skip DIMM enumeration on a disabled memory
    controller (git-fixes).
  - commit 45a7726

++++ kernel-rt:

  - cifs: prevent NULL pointer dereference in UTF16 conversion
    (bsc#1250365, CVE-2025-39838).
  - commit 9718aa1
  - scsi: core: ufs: Fix a hang in the error handler (CVE-2025-38119
    bsc#1245700).
  - commit 43675ce
  - writeback: Avoid excessively long inode switching times
    (bsc#1237776).
  - commit 77817f2
  - writeback: Avoid softlockup when switching many inodes
    (bsc#1237776).
  - commit 9ecba0d
  - writeback: Avoid contention on wb->list_lock when switching
    inodes (bsc#1237776).
  - commit a591614
  - usb: hub: Fix flushing of delayed work used for post resume
    purposes (git-fixes).
  - commit 4e89947
  - usb: xhci: Avoid queuing redundant Stop Endpoint commands
    (git-fixes).
  - commit 4f545a3
  - usb: xhci: Limit Stop Endpoint retries (git-fixes).
  - commit e78c1d4
  - usb: hub: Fix flushing and scheduling of delayed work that
    tunes runtime pm (git-fixes).
  - commit ae10133
  - xhci: retry Stop Endpoint on buggy NEC controllers (git-fixes).
  - Refresh
    patches.suse/usb-xhci-Don-t-change-the-status-of-stalled-TDs-on-f.patch.
  - commit beea3a0
  - usb: hub: fix detection of high tier USB3 devices behind
    suspended hubs (git-fixes).
  - commit 06b2dc7
  - bpftool: Fix JSON writer resource leak in version command
    (git-fixes).
  - commit d19e155
  - EDAC/i10nm: Skip DIMM enumeration on a disabled memory
    controller (git-fixes).
  - commit 45a7726

++++ kernel-rt_debug:

  - cifs: prevent NULL pointer dereference in UTF16 conversion
    (bsc#1250365, CVE-2025-39838).
  - commit 9718aa1
  - scsi: core: ufs: Fix a hang in the error handler (CVE-2025-38119
    bsc#1245700).
  - commit 43675ce
  - writeback: Avoid excessively long inode switching times
    (bsc#1237776).
  - commit 77817f2
  - writeback: Avoid softlockup when switching many inodes
    (bsc#1237776).
  - commit 9ecba0d
  - writeback: Avoid contention on wb->list_lock when switching
    inodes (bsc#1237776).
  - commit a591614
  - usb: hub: Fix flushing of delayed work used for post resume
    purposes (git-fixes).
  - commit 4e89947
  - usb: xhci: Avoid queuing redundant Stop Endpoint commands
    (git-fixes).
  - commit 4f545a3
  - usb: xhci: Limit Stop Endpoint retries (git-fixes).
  - commit e78c1d4
  - usb: hub: Fix flushing and scheduling of delayed work that
    tunes runtime pm (git-fixes).
  - commit ae10133
  - xhci: retry Stop Endpoint on buggy NEC controllers (git-fixes).
  - Refresh
    patches.suse/usb-xhci-Don-t-change-the-status-of-stalled-TDs-on-f.patch.
  - commit beea3a0
  - usb: hub: fix detection of high tier USB3 devices behind
    suspended hubs (git-fixes).
  - commit 06b2dc7
  - bpftool: Fix JSON writer resource leak in version command
    (git-fixes).
  - commit d19e155
  - EDAC/i10nm: Skip DIMM enumeration on a disabled memory
    controller (git-fixes).
  - commit 45a7726

++++ open-vm-tools:

  - Update to open-vm-tools 13.0.5 based on build 24915695. (boo#1250692):
    Please refer to the Release Notes at
    https://github.com/vmware/open-vm-tools/blob/stable-13.0.5/ReleaseNotes.md.
    The granular changes that have gone into the open-vm-tools 13.0.5 release
    are in the ChangeLog at
    https://github.com/vmware/open-vm-tools/blob/stable-13.0.5/open-vm-tools/ChangeLog.
    There are no new features in the open-vm-tools 13.0.5 release. This is
    primarily a maintenance release that addresses a security issue.
    This release resolves and includes the patch for CVE-2025-41244. For more
    information on this vulnerability and its impact on Broadcom products,
    see VMSA-2025-0015.
    A patch to address CVE-2025-41244 on earlier open-vm-tools releases is
    provided to the Linux community at CVE-2025-41244.patch.
    A minor enhancement has been made for Guest OS Customization. The
    DeployPkg plugin has been updated to use "systemctl reboot", if available.
    For a more complete list of issues addressed in this release, see the
    What's New and Resolved Issues section of the Release Notes.
  - Drop patch now contained in 13.0.5:
    0001-GOSC-Update-Guest-OS-Customization-to-utilize-system.patch
    CVE-2025-41244-1240-1300-SDMP.patch

++++ nvidia-open-driver-G06-signed:

  - fixed 'osc service run download_files'

++++ opensuse-migration-tool:

  - Update to version 20251001.d4b9783:
    * Be consistently not using abbreviations in zypper
    * Refactor upgrade for not just Tumbleweed
    * Update migration matrix
    * Add support from MicroOS-Slowroll -> MicroOS
    * Enable MicroOS-Slowroll migration target
    * fix: remove the check for x86-64-v3 flag `movbe` from the v2 check
    * Update README to remove duplicate warning
    * Revise experimental usage warning in README
    * Update screenshot
    * Keep only Experimental in the title

------------------------------------------------------------------
------------------  2025-9-30  -  Sep 30 2025  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Drop unneeded test dependency on httpretty, fixed long ago
    * https://github.com/canonical/cloud-init/pull/1720

++++ kernel-default:

  - sched/rt: Fix race in push_rt_task (CVE-2025-38234 bsc#1246057)
  - commit 36ede09
  - sched/core: Prevent rescheduling when interrupts are disabled (CVE-2024-58090 bsc#1240324)
  - commit 5da028c
  - xfs: do not propagate ENODATA disk errors into xattr code
    (bsc#1250025 CVE-2025-39835).
  - commit 78d977d
  - ocfs2: fix recursive semaphore deadlock in fiemap call
    (bsc#1250407 CVE-2025-39885).
  - ocfs2: prevent release journal inode after journal shutdown
    (bsc#1250267 CVE-2025-39842).
  - commit 3a5de55
  - mm/smaps: fix race between smaps_hugetlb_range and migration
    (CVE-2025-39754 bsc#1249524).
  - commit 313ab7a
  - seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer
    replies too fast (git-fixes).
  - commit fb88d9d
  - tty: hvc_console: Call hvc_kick in hvc_write unconditionally
    (bsc#1230062).
  - commit 3702f36

++++ kernel-rt:

  - sched/rt: Fix race in push_rt_task (CVE-2025-38234 bsc#1246057)
  - commit 36ede09
  - sched/core: Prevent rescheduling when interrupts are disabled (CVE-2024-58090 bsc#1240324)
  - commit 5da028c
  - xfs: do not propagate ENODATA disk errors into xattr code
    (bsc#1250025 CVE-2025-39835).
  - commit 78d977d
  - ocfs2: fix recursive semaphore deadlock in fiemap call
    (bsc#1250407 CVE-2025-39885).
  - ocfs2: prevent release journal inode after journal shutdown
    (bsc#1250267 CVE-2025-39842).
  - commit 3a5de55
  - mm/smaps: fix race between smaps_hugetlb_range and migration
    (CVE-2025-39754 bsc#1249524).
  - commit 313ab7a
  - seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer
    replies too fast (git-fixes).
  - commit fb88d9d
  - tty: hvc_console: Call hvc_kick in hvc_write unconditionally
    (bsc#1230062).
  - commit 3702f36

++++ kernel-rt_debug:

  - sched/rt: Fix race in push_rt_task (CVE-2025-38234 bsc#1246057)
  - commit 36ede09
  - sched/core: Prevent rescheduling when interrupts are disabled (CVE-2024-58090 bsc#1240324)
  - commit 5da028c
  - xfs: do not propagate ENODATA disk errors into xattr code
    (bsc#1250025 CVE-2025-39835).
  - commit 78d977d
  - ocfs2: fix recursive semaphore deadlock in fiemap call
    (bsc#1250407 CVE-2025-39885).
  - ocfs2: prevent release journal inode after journal shutdown
    (bsc#1250267 CVE-2025-39842).
  - commit 3a5de55
  - mm/smaps: fix race between smaps_hugetlb_range and migration
    (CVE-2025-39754 bsc#1249524).
  - commit 313ab7a
  - seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer
    replies too fast (git-fixes).
  - commit fb88d9d
  - tty: hvc_console: Call hvc_kick in hvc_write unconditionally
    (bsc#1230062).
  - commit 3702f36

------------------------------------------------------------------
------------------  2025-9-29  -  Sep 29 2025  -------------------
------------------------------------------------------------------

++++ afterburn:

  - Add bugzilla references to past changelog

++++ docker:

  - Remove git-core recommends also on openSUSE: the below argument
    is valid for those users too.
  - Remove git-core recommends on SLE. Most SLE systems have
    installRecommends=yes by default and thus end up installing git with Docker.
    bsc#1250508
    This feature is mostly intended for developers ("docker build git://") so
    most users already have the dependency installed, and the error when git is
    missing is fairly straightforward (so they can easily figure out what they
    need to install).

++++ kernel-default:

  - afs: Fix potential null pointer dereference in afs_put_server
    (git-fixes).
  - commit 3a230bf
  - net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() (CVE-2025-39857 bsc#1250251)
  - commit 7481e31
  - selftests/cpufreq: Fix cpufreq basic read and update testcases
    (bsc#1250344).
  - commit 83a7790
  - drm/ast: Use msleep instead of mdelay for edid read
    (bsc#1250530).
  - commit 2fd5794
  - net/sched: ets: use old 'nbands' while purging unused classes
    (CVE-2025-38684 bsc#1249156).
  - commit e0501b7
  - KVM: x86: use array_index_nospec with indices that come from
    guest (CVE-2025-39823 bsc#1250002).
  - commit ecf3611
  - tee: fix NULL pointer dereference in tee_shm_put (CVE-2025-39865
    bsc#1250294).
  - commit 3708eb2
  - cpufreq: Initialize cpufreq-based invariance before subsys
    (git-fixes).
  - commit 9618c74
  - cpufreq: tegra186: Share policy per cluster (stable-fixes).
  - commit dac2616
  - x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init
    helper (CVE-2025-39681 bsc#1249303).
  - commit 5bc51ab
  - coresight: Fix memory leak in acpi_buffer->pointer
    (CVE-2023-53261 bsc#1249770).
  - commit 7cf7512
  - soc: qcom: mdt_loader: Deal with zero e_shentsize
    (CVE-2025-39787 bsc#1249545).
  - soc: qcom: mdt_loader: Fix error return values in
    mdt_header_valid() (CVE-2025-39787 bsc#1249545).
  - commit 3946900
  - i2c: riic: Allow setting frequencies lower than 50KHz
    (git-fixes).
  - soc: qcom: mdt_loader: Ensure we don't read past the ELF header
    (CVE-2025-39787 bsc#1249545).
  - commit bb8f700

++++ kernel-rt:

  - afs: Fix potential null pointer dereference in afs_put_server
    (git-fixes).
  - commit 3a230bf
  - net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() (CVE-2025-39857 bsc#1250251)
  - commit 7481e31
  - selftests/cpufreq: Fix cpufreq basic read and update testcases
    (bsc#1250344).
  - commit 83a7790
  - drm/ast: Use msleep instead of mdelay for edid read
    (bsc#1250530).
  - commit 2fd5794
  - net/sched: ets: use old 'nbands' while purging unused classes
    (CVE-2025-38684 bsc#1249156).
  - commit e0501b7
  - KVM: x86: use array_index_nospec with indices that come from
    guest (CVE-2025-39823 bsc#1250002).
  - commit ecf3611
  - tee: fix NULL pointer dereference in tee_shm_put (CVE-2025-39865
    bsc#1250294).
  - commit 3708eb2
  - cpufreq: Initialize cpufreq-based invariance before subsys
    (git-fixes).
  - commit 9618c74
  - cpufreq: tegra186: Share policy per cluster (stable-fixes).
  - commit dac2616
  - x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init
    helper (CVE-2025-39681 bsc#1249303).
  - commit 5bc51ab
  - coresight: Fix memory leak in acpi_buffer->pointer
    (CVE-2023-53261 bsc#1249770).
  - commit 7cf7512
  - soc: qcom: mdt_loader: Deal with zero e_shentsize
    (CVE-2025-39787 bsc#1249545).
  - soc: qcom: mdt_loader: Fix error return values in
    mdt_header_valid() (CVE-2025-39787 bsc#1249545).
  - commit 3946900
  - i2c: riic: Allow setting frequencies lower than 50KHz
    (git-fixes).
  - soc: qcom: mdt_loader: Ensure we don't read past the ELF header
    (CVE-2025-39787 bsc#1249545).
  - commit bb8f700

++++ kernel-rt_debug:

  - afs: Fix potential null pointer dereference in afs_put_server
    (git-fixes).
  - commit 3a230bf
  - net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync() (CVE-2025-39857 bsc#1250251)
  - commit 7481e31
  - selftests/cpufreq: Fix cpufreq basic read and update testcases
    (bsc#1250344).
  - commit 83a7790
  - drm/ast: Use msleep instead of mdelay for edid read
    (bsc#1250530).
  - commit 2fd5794
  - net/sched: ets: use old 'nbands' while purging unused classes
    (CVE-2025-38684 bsc#1249156).
  - commit e0501b7
  - KVM: x86: use array_index_nospec with indices that come from
    guest (CVE-2025-39823 bsc#1250002).
  - commit ecf3611
  - tee: fix NULL pointer dereference in tee_shm_put (CVE-2025-39865
    bsc#1250294).
  - commit 3708eb2
  - cpufreq: Initialize cpufreq-based invariance before subsys
    (git-fixes).
  - commit 9618c74
  - cpufreq: tegra186: Share policy per cluster (stable-fixes).
  - commit dac2616
  - x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init
    helper (CVE-2025-39681 bsc#1249303).
  - commit 5bc51ab
  - coresight: Fix memory leak in acpi_buffer->pointer
    (CVE-2023-53261 bsc#1249770).
  - commit 7cf7512
  - soc: qcom: mdt_loader: Deal with zero e_shentsize
    (CVE-2025-39787 bsc#1249545).
  - soc: qcom: mdt_loader: Fix error return values in
    mdt_header_valid() (CVE-2025-39787 bsc#1249545).
  - commit 3946900
  - i2c: riic: Allow setting frequencies lower than 50KHz
    (git-fixes).
  - soc: qcom: mdt_loader: Ensure we don't read past the ELF header
    (CVE-2025-39787 bsc#1249545).
  - commit bb8f700

++++ expat:

  - Fix CVE-2025-59375 / bsc#1249584.
  - Add patch file:
    * CVE-2025-59375.patch

++++ python311-core:

  - Add gh139257-Support-docutils-0.22.patch to fix build with latest
    docutils (>=0.22) gh#python/cpython#139257

++++ python311:

  - Add gh139257-Support-docutils-0.22.patch to fix build with latest
    docutils (>=0.22) gh#python/cpython#139257

------------------------------------------------------------------
------------------  2025-9-28  -  Sep 28 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - sched/isolation: Fix boot crash when maxcpus < first (git-fixes)
  - commit f52d7e3
  - sched/numa, mm: do not try to migrate memory to memoryless (git-fixes)
  - commit d547451
  - sched/fair: Remove unused parameter from sched_asym() (git-fixes)
  - commit 6507dc9
  - sched/fair: Take the scheduling domain into account in (git-fixes)
  - commit 3d3501e
  - sched/deadline: Collect sched_dl_entity initialization (git-fixes)
  - commit 73df41d
  - Bluetooth: MGMT: Fix possible UAFs (git-fixes).
  - Refresh patches.kabi/hci_dev-centralize-extra-lock.patch.
  - commit 358e9ae
  - fbcon: Fix OOB access in font allocation (git-fixes).
  - commit e730b01
  - fbcon: fix integer overflow in fbcon_do_set_font (git-fixes).
  - drm/gma500: Fix null dereference in hdmi teardown (git-fixes).
  - can: peak_usb: fix shift-out-of-bounds issue (git-fixes).
  - can: mcba_usb: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - can: sun4i_can: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - can: hi311x: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - can: etas_es58x: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync
    (git-fixes).
  - Bluetooth: hci_sync: Fix hci_resume_advertising_sync
    (git-fixes).
  - ALSA: hda/realtek: Fix mute led for HP Laptop 15-dw4xx
    (stable-fixes).
  - net: rfkill: gpio: Fix crash due to dereferencering
    uninitialized pointer (git-fixes).
  - net: phy: fix phy_uses_state_machine() (git-fixes).
  - wifi: wilc1000: avoid buffer overflow in WID string
    configuration (stable-fixes).
  - wifi: mac80211: increase scan_ies_len for S1G (stable-fixes).
  - wifi: mac80211: fix incorrect type for ret (stable-fixes).
  - ALSA: firewire-motu: drop EPOLLOUT from poll return values as
    write is not supported (stable-fixes).
  - dmaengine: mediatek: Fix a flag reuse error in
    mtk_cqdma_tx_status() (git-fixes).
  - commit f69acd3

++++ kernel-rt:

  - sched/isolation: Fix boot crash when maxcpus < first (git-fixes)
  - commit f52d7e3
  - sched/numa, mm: do not try to migrate memory to memoryless (git-fixes)
  - commit d547451
  - sched/fair: Remove unused parameter from sched_asym() (git-fixes)
  - commit 6507dc9
  - sched/fair: Take the scheduling domain into account in (git-fixes)
  - commit 3d3501e
  - sched/deadline: Collect sched_dl_entity initialization (git-fixes)
  - commit 73df41d
  - Bluetooth: MGMT: Fix possible UAFs (git-fixes).
  - Refresh patches.kabi/hci_dev-centralize-extra-lock.patch.
  - commit 358e9ae
  - fbcon: Fix OOB access in font allocation (git-fixes).
  - commit e730b01
  - fbcon: fix integer overflow in fbcon_do_set_font (git-fixes).
  - drm/gma500: Fix null dereference in hdmi teardown (git-fixes).
  - can: peak_usb: fix shift-out-of-bounds issue (git-fixes).
  - can: mcba_usb: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - can: sun4i_can: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - can: hi311x: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - can: etas_es58x: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync
    (git-fixes).
  - Bluetooth: hci_sync: Fix hci_resume_advertising_sync
    (git-fixes).
  - ALSA: hda/realtek: Fix mute led for HP Laptop 15-dw4xx
    (stable-fixes).
  - net: rfkill: gpio: Fix crash due to dereferencering
    uninitialized pointer (git-fixes).
  - net: phy: fix phy_uses_state_machine() (git-fixes).
  - wifi: wilc1000: avoid buffer overflow in WID string
    configuration (stable-fixes).
  - wifi: mac80211: increase scan_ies_len for S1G (stable-fixes).
  - wifi: mac80211: fix incorrect type for ret (stable-fixes).
  - ALSA: firewire-motu: drop EPOLLOUT from poll return values as
    write is not supported (stable-fixes).
  - dmaengine: mediatek: Fix a flag reuse error in
    mtk_cqdma_tx_status() (git-fixes).
  - commit f69acd3

++++ kernel-rt_debug:

  - sched/isolation: Fix boot crash when maxcpus < first (git-fixes)
  - commit f52d7e3
  - sched/numa, mm: do not try to migrate memory to memoryless (git-fixes)
  - commit d547451
  - sched/fair: Remove unused parameter from sched_asym() (git-fixes)
  - commit 6507dc9
  - sched/fair: Take the scheduling domain into account in (git-fixes)
  - commit 3d3501e
  - sched/deadline: Collect sched_dl_entity initialization (git-fixes)
  - commit 73df41d
  - Bluetooth: MGMT: Fix possible UAFs (git-fixes).
  - Refresh patches.kabi/hci_dev-centralize-extra-lock.patch.
  - commit 358e9ae
  - fbcon: Fix OOB access in font allocation (git-fixes).
  - commit e730b01
  - fbcon: fix integer overflow in fbcon_do_set_font (git-fixes).
  - drm/gma500: Fix null dereference in hdmi teardown (git-fixes).
  - can: peak_usb: fix shift-out-of-bounds issue (git-fixes).
  - can: mcba_usb: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - can: sun4i_can: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - can: hi311x: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - can: etas_es58x: populate ndo_change_mtu() to prevent buffer
    overflow (git-fixes).
  - Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync
    (git-fixes).
  - Bluetooth: hci_sync: Fix hci_resume_advertising_sync
    (git-fixes).
  - ALSA: hda/realtek: Fix mute led for HP Laptop 15-dw4xx
    (stable-fixes).
  - net: rfkill: gpio: Fix crash due to dereferencering
    uninitialized pointer (git-fixes).
  - net: phy: fix phy_uses_state_machine() (git-fixes).
  - wifi: wilc1000: avoid buffer overflow in WID string
    configuration (stable-fixes).
  - wifi: mac80211: increase scan_ies_len for S1G (stable-fixes).
  - wifi: mac80211: fix incorrect type for ret (stable-fixes).
  - ALSA: firewire-motu: drop EPOLLOUT from poll return values as
    write is not supported (stable-fixes).
  - dmaengine: mediatek: Fix a flag reuse error in
    mtk_cqdma_tx_status() (git-fixes).
  - commit f69acd3

------------------------------------------------------------------
------------------  2025-9-26  -  Sep 26 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - iommu/vt-d: Fix __domain_mapping()'s usage of
    switch_to_super_page() (git-fixes).
  - commit 9b4fa49
  - net: gso: Forbid IPv6 TSO with extensions on devices with only
    IPV6_CSUM (CVE-2025-39770 bsc#1249508).
  - commit 8d2822a
  - kabi: Restore layout of parallel_data (bsc1248343).
  - commit c7e8448
  - padata: Fix pd UAF once and for all (CVE-2025-38584 bsc1248343).
  - commit 00470a2
  - xfrm: xfrm_alloc_spi shouldn't use 0 as SPI (CVE-2025-39797
    bsc#1249608).
  - commit a50d626
  - xfrm: Duplicate SPI Handling (CVE-2025-39797 bsc#1249608).
  - commit 313a1d3
  - kernel-source.spec: Depend on python3-base for build
    Both kernel-binary and kernel-docs already have this dependency.
    Adding it to kernel-source makes it possible to use python in shared
    build scripts.
  - commit 72fdedd
  - kernel-source: Do not list mkspec and its inputs as sources
    (bsc#1250522).
    This excludes the files from the src.rpm. The next step is to remove
    these files in tar-up so that they do not get uploaded to OBS either.
    As there is only one version of tar-up these files need to be removed
    from all kernels.
  - commit e72b8a2
  - selftests: bpf: test batch lookup on array of maps with holes
    (git-fixes).
  - commit 6ee12a9
  - bpf: skip non exist keys in generic_map_lookup_batch
    (git-fixes).
  - commit dcb10ca
  - kABI: arm64: ftrace: Restore init_module behavior (git-fixes).
  - commit 113b4db
  - arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module (git-fixes)
  - commit 8f9b835

++++ kernel-rt:

  - iommu/vt-d: Fix __domain_mapping()'s usage of
    switch_to_super_page() (git-fixes).
  - commit 9b4fa49
  - net: gso: Forbid IPv6 TSO with extensions on devices with only
    IPV6_CSUM (CVE-2025-39770 bsc#1249508).
  - commit 8d2822a
  - kabi: Restore layout of parallel_data (bsc1248343).
  - commit c7e8448
  - padata: Fix pd UAF once and for all (CVE-2025-38584 bsc1248343).
  - commit 00470a2
  - xfrm: xfrm_alloc_spi shouldn't use 0 as SPI (CVE-2025-39797
    bsc#1249608).
  - commit a50d626
  - xfrm: Duplicate SPI Handling (CVE-2025-39797 bsc#1249608).
  - commit 313a1d3
  - kernel-source.spec: Depend on python3-base for build
    Both kernel-binary and kernel-docs already have this dependency.
    Adding it to kernel-source makes it possible to use python in shared
    build scripts.
  - commit 72fdedd
  - kernel-source: Do not list mkspec and its inputs as sources
    (bsc#1250522).
    This excludes the files from the src.rpm. The next step is to remove
    these files in tar-up so that they do not get uploaded to OBS either.
    As there is only one version of tar-up these files need to be removed
    from all kernels.
  - commit e72b8a2
  - selftests: bpf: test batch lookup on array of maps with holes
    (git-fixes).
  - commit 6ee12a9
  - bpf: skip non exist keys in generic_map_lookup_batch
    (git-fixes).
  - commit dcb10ca
  - kABI: arm64: ftrace: Restore init_module behavior (git-fixes).
  - commit 113b4db
  - arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module (git-fixes)
  - commit 8f9b835

++++ kernel-rt_debug:

  - iommu/vt-d: Fix __domain_mapping()'s usage of
    switch_to_super_page() (git-fixes).
  - commit 9b4fa49
  - net: gso: Forbid IPv6 TSO with extensions on devices with only
    IPV6_CSUM (CVE-2025-39770 bsc#1249508).
  - commit 8d2822a
  - kabi: Restore layout of parallel_data (bsc1248343).
  - commit c7e8448
  - padata: Fix pd UAF once and for all (CVE-2025-38584 bsc1248343).
  - commit 00470a2
  - xfrm: xfrm_alloc_spi shouldn't use 0 as SPI (CVE-2025-39797
    bsc#1249608).
  - commit a50d626
  - xfrm: Duplicate SPI Handling (CVE-2025-39797 bsc#1249608).
  - commit 313a1d3
  - kernel-source.spec: Depend on python3-base for build
    Both kernel-binary and kernel-docs already have this dependency.
    Adding it to kernel-source makes it possible to use python in shared
    build scripts.
  - commit 72fdedd
  - kernel-source: Do not list mkspec and its inputs as sources
    (bsc#1250522).
    This excludes the files from the src.rpm. The next step is to remove
    these files in tar-up so that they do not get uploaded to OBS either.
    As there is only one version of tar-up these files need to be removed
    from all kernels.
  - commit e72b8a2
  - selftests: bpf: test batch lookup on array of maps with holes
    (git-fixes).
  - commit 6ee12a9
  - bpf: skip non exist keys in generic_map_lookup_batch
    (git-fixes).
  - commit dcb10ca
  - kABI: arm64: ftrace: Restore init_module behavior (git-fixes).
  - commit 113b4db
  - arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module (git-fixes)
  - commit 8f9b835

++++ openSUSE-build-key:

  - fix Backports 15 key is not packaged

------------------------------------------------------------------
------------------  2025-9-25  -  Sep 25 2025  -------------------
------------------------------------------------------------------

++++ afterburn:

  - Update to version 5.9.0.git21.a73f509:
    * docs/release-notes: update for release 5.10.0
    * cargo: update dependencies
    * microsoft/azure: Add XML attribute alias for serde-xml-rs Fedora compat
    * docs/release-notes: Add entry for Azure SharedConfig XML parsing fix
    * microsoft/azure: Fix SharedConfig parsing of XML attributes
    * microsoft/azure: Mock goalstate.SharedConfig output in tests
    * providers/azure: switch SSH key retrieval from certs endpoint to IMDS
    as azure stopped providing keys in the old one, fixes bsc#1250471
    * build(deps): bump the build group with 8 updates
    * build(deps): bump slab from 0.4.10 to 0.4.11
    * build(deps): bump actions/checkout from 4 to 5
    * upcloud: implement UpCloud provider
    * build(deps): bump the build group with 4 updates
    * Sync repo templates ⚙

++++ kernel-default:

  - rpm: Link arch-symbols script from scripts directory.
  - commit 90b2abb
  - Refresh
    patches.kabi/kABI-fix-for-net-vlan-fix-VLAN-0-refcount-imbalance-.patch.
  - commit e192478
  - struct ci_hdrc: new member has_short_pkt_limit to end
    (git-fixes).
  - commit 5b5fa69
  - cgroup: llist: avoid memory tears for llist_node (bsc#1247963).
  - commit 854319b
  - kabi: add struct cgroup_extra (bsc#1247963).
  - commit 5114e86
  - cgroup/rstat: Reduce cpu_lock hold time in
    cgroup_rstat_flush_locked() (bsc#1247963).
  - commit 2f30983
  - cgroup/rstat: Optimize cgroup_rstat_updated_list()
    (bsc#1247963).
  - Refresh patches.kabi/kabi-add-struct-cgroup_extra.patch.
  - commit 966ee8b
  - btrfs: do not allow relocation of partially dropped  subvolumes
    (bsc#1249540 CVE-2025-39738).
  - commit 60a9a58

++++ kernel-rt:

  - rpm: Link arch-symbols script from scripts directory.
  - commit 90b2abb
  - Refresh
    patches.kabi/kABI-fix-for-net-vlan-fix-VLAN-0-refcount-imbalance-.patch.
  - commit e192478
  - struct ci_hdrc: new member has_short_pkt_limit to end
    (git-fixes).
  - commit 5b5fa69
  - cgroup: llist: avoid memory tears for llist_node (bsc#1247963).
  - commit 854319b
  - kabi: add struct cgroup_extra (bsc#1247963).
  - commit 5114e86
  - cgroup/rstat: Reduce cpu_lock hold time in
    cgroup_rstat_flush_locked() (bsc#1247963).
  - commit 2f30983
  - cgroup/rstat: Optimize cgroup_rstat_updated_list()
    (bsc#1247963).
  - Refresh patches.kabi/kabi-add-struct-cgroup_extra.patch.
  - commit 966ee8b
  - btrfs: do not allow relocation of partially dropped  subvolumes
    (bsc#1249540 CVE-2025-39738).
  - commit 60a9a58

++++ kernel-rt_debug:

  - rpm: Link arch-symbols script from scripts directory.
  - commit 90b2abb
  - Refresh
    patches.kabi/kABI-fix-for-net-vlan-fix-VLAN-0-refcount-imbalance-.patch.
  - commit e192478
  - struct ci_hdrc: new member has_short_pkt_limit to end
    (git-fixes).
  - commit 5b5fa69
  - cgroup: llist: avoid memory tears for llist_node (bsc#1247963).
  - commit 854319b
  - kabi: add struct cgroup_extra (bsc#1247963).
  - commit 5114e86
  - cgroup/rstat: Reduce cpu_lock hold time in
    cgroup_rstat_flush_locked() (bsc#1247963).
  - commit 2f30983
  - cgroup/rstat: Optimize cgroup_rstat_updated_list()
    (bsc#1247963).
  - Refresh patches.kabi/kabi-add-struct-cgroup_extra.patch.
  - commit 966ee8b
  - btrfs: do not allow relocation of partially dropped  subvolumes
    (bsc#1249540 CVE-2025-39738).
  - commit 60a9a58

++++ openssl-3:

  - Security fix: [bsc#1250232 CVE-2025-9230]
    * Fix out-of-bounds read & write in RFC 3211 KEK unwrap
    * Add patch openssl3-CVE-2025-9230.patch
  - Disable LTO for userspace livepatching [jsc#PED-13245]

++++ nvidia-open-driver-G06-signed:

  - update to version 580.95.05 (boo#1250536)

------------------------------------------------------------------
------------------  2025-9-24  -  Sep 24 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - crypto: qat - add shutdown handler to qat_c3xxx (git-fixes).
  - commit 562553d
  - crypto: qat - add shutdown handler to qat_c62x (git-fixes).
  - commit 95c669b
  - rcu: Fix racy re-initialization of irq_work causing hangs (git-fixes)
  - commit bc7d88d
  - rcu: Fix rcu_read_unlock() deadloop due to IRQ work (bsc#1249494 CVE-2025-39744)
  - commit ef20792
  - rcu: Protect ->defer_qs_iw_pending from data race (bsc#1249533 CVE-2025-39749)
  - commit 2b090f5
  - use uniform permission checks for all mount propagation changes
    (git-fixes).
  - commit 4b14435
  - rcu/exp: Handle RCU expedited grace period kworker allocation (git-fixes)
  - commit 7737606
  - rcu/exp: Fix RCU expedited parallel grace period kworker (git-fixes)
  - commit 19ee671
  - crypto: qat - add shutdown handler to qat_dh895xcc (git-fixes).
  - commit 7ca55c2
  - usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]
    (git-fixes).
  - commit 61574e5
  - rpm: Link guards script from scripts directory.
  - commit e19a893
  - usb: typec: maxim_contaminant: re-enable cc toggle if cc is
    open and port is clean (git-fixes).
  - commit d3067ea
  - usb: typec: maxim_contaminant: disable low power mode when
    reading comparator values (git-fixes).
  - commit f661b59
  - usb: typec: tcpm/tcpci_maxim: fix non-contaminant CC handling
    (git-fixes).
  - commit 38cd076
  - usb: typec: tcpm/tcpci_maxim: use GENMASK() for
    TCPC_VENDOR_CC_CTRL2 register (git-fixes).
  - commit 2b55585
  - usb: dwc3: imx8mp: fix device leak at unbind (git-fixes).
  - commit 5a35982
  - usb: xhci: Fix invalid pointer dereference in Etron workaround
    (git-fixes).
  - commit a8cfeaf
  - config.sh: Use Step repository for building Leap kernel
    bs-upload-kernel does not understand the Leap repository layout
  - commit cae4664
  - usb: typec: fusb302: cache PD RX state (git-fixes).
  - commit 3e6c8b0
  - usb: dwc3: qcom: Don't leave BCR asserted (git-fixes).
  - commit fdef7a6
  - xhci: Fix control transfer error on Etron xHCI host (git-fixes).
  - commit f7d6da1
  - usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag (git-fixes).
  - commit ff0fd10

++++ kernel-rt:

  - crypto: qat - add shutdown handler to qat_c3xxx (git-fixes).
  - commit 562553d
  - crypto: qat - add shutdown handler to qat_c62x (git-fixes).
  - commit 95c669b
  - rcu: Fix racy re-initialization of irq_work causing hangs (git-fixes)
  - commit bc7d88d
  - rcu: Fix rcu_read_unlock() deadloop due to IRQ work (bsc#1249494 CVE-2025-39744)
  - commit ef20792
  - rcu: Protect ->defer_qs_iw_pending from data race (bsc#1249533 CVE-2025-39749)
  - commit 2b090f5
  - use uniform permission checks for all mount propagation changes
    (git-fixes).
  - commit 4b14435
  - rcu/exp: Handle RCU expedited grace period kworker allocation (git-fixes)
  - commit 7737606
  - rcu/exp: Fix RCU expedited parallel grace period kworker (git-fixes)
  - commit 19ee671
  - crypto: qat - add shutdown handler to qat_dh895xcc (git-fixes).
  - commit 7ca55c2
  - usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]
    (git-fixes).
  - commit 61574e5
  - rpm: Link guards script from scripts directory.
  - commit e19a893
  - usb: typec: maxim_contaminant: re-enable cc toggle if cc is
    open and port is clean (git-fixes).
  - commit d3067ea
  - usb: typec: maxim_contaminant: disable low power mode when
    reading comparator values (git-fixes).
  - commit f661b59
  - usb: typec: tcpm/tcpci_maxim: fix non-contaminant CC handling
    (git-fixes).
  - commit 38cd076
  - usb: typec: tcpm/tcpci_maxim: use GENMASK() for
    TCPC_VENDOR_CC_CTRL2 register (git-fixes).
  - commit 2b55585
  - usb: dwc3: imx8mp: fix device leak at unbind (git-fixes).
  - commit 5a35982
  - usb: xhci: Fix invalid pointer dereference in Etron workaround
    (git-fixes).
  - commit a8cfeaf
  - config.sh: Use Step repository for building Leap kernel
    bs-upload-kernel does not understand the Leap repository layout
  - commit cae4664
  - usb: typec: fusb302: cache PD RX state (git-fixes).
  - commit 3e6c8b0
  - usb: dwc3: qcom: Don't leave BCR asserted (git-fixes).
  - commit fdef7a6
  - xhci: Fix control transfer error on Etron xHCI host (git-fixes).
  - commit f7d6da1
  - usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag (git-fixes).
  - commit ff0fd10

++++ kernel-rt_debug:

  - crypto: qat - add shutdown handler to qat_c3xxx (git-fixes).
  - commit 562553d
  - crypto: qat - add shutdown handler to qat_c62x (git-fixes).
  - commit 95c669b
  - rcu: Fix racy re-initialization of irq_work causing hangs (git-fixes)
  - commit bc7d88d
  - rcu: Fix rcu_read_unlock() deadloop due to IRQ work (bsc#1249494 CVE-2025-39744)
  - commit ef20792
  - rcu: Protect ->defer_qs_iw_pending from data race (bsc#1249533 CVE-2025-39749)
  - commit 2b090f5
  - use uniform permission checks for all mount propagation changes
    (git-fixes).
  - commit 4b14435
  - rcu/exp: Handle RCU expedited grace period kworker allocation (git-fixes)
  - commit 7737606
  - rcu/exp: Fix RCU expedited parallel grace period kworker (git-fixes)
  - commit 19ee671
  - crypto: qat - add shutdown handler to qat_dh895xcc (git-fixes).
  - commit 7ca55c2
  - usb: typec: tcpci: use GENMASK() for TCPC_ROLE_CTRL_CC[12]
    (git-fixes).
  - commit 61574e5
  - rpm: Link guards script from scripts directory.
  - commit e19a893
  - usb: typec: maxim_contaminant: re-enable cc toggle if cc is
    open and port is clean (git-fixes).
  - commit d3067ea
  - usb: typec: maxim_contaminant: disable low power mode when
    reading comparator values (git-fixes).
  - commit f661b59
  - usb: typec: tcpm/tcpci_maxim: fix non-contaminant CC handling
    (git-fixes).
  - commit 38cd076
  - usb: typec: tcpm/tcpci_maxim: use GENMASK() for
    TCPC_VENDOR_CC_CTRL2 register (git-fixes).
  - commit 2b55585
  - usb: dwc3: imx8mp: fix device leak at unbind (git-fixes).
  - commit 5a35982
  - usb: xhci: Fix invalid pointer dereference in Etron workaround
    (git-fixes).
  - commit a8cfeaf
  - config.sh: Use Step repository for building Leap kernel
    bs-upload-kernel does not understand the Leap repository layout
  - commit cae4664
  - usb: typec: fusb302: cache PD RX state (git-fixes).
  - commit 3e6c8b0
  - usb: dwc3: qcom: Don't leave BCR asserted (git-fixes).
  - commit fdef7a6
  - xhci: Fix control transfer error on Etron xHCI host (git-fixes).
  - commit f7d6da1
  - usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag (git-fixes).
  - commit ff0fd10

------------------------------------------------------------------
------------------  2025-9-23  -  Sep 23 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - fs/nfs/io: make nfs_start_io_*() killable (git-fixes).
  - commit 8cf21ec
  - Delete patches.kabi/KVM-x86-Re-split-x2APIC-ICR-into-ICR-ICR2-for-AMD-x2.patch
  - commit 0a00b28
  - kabi: drop kvm_x86_ops from kabi relevant symbols
    Since upstream commit dfc4e6ca04113 ("KVM: x86: Unexport kvm_x86_ops")
    v5.18-rc1~139^2~153 kvm_x86_ops is no longer exported, so it can be
    dropped from kabi checks.
  - commit 4f5efb7
  - kABI fix after vsock/virtio: fix `rx_bytes` accounting for
    stream sockets (git-fixes).
  - commit dd1042c
  - platform/x86: thinkpad_acpi: Handle KCOV __init vs inline
    mismatches (git-fixes).
  - commit 7941d4d
  - platform/mellanox: mlxbf-pmc: Validate event/enable input
    (git-fixes).
  - commit 7bd7d6e
  - platform/mellanox: mlxbf-pmc: Remove newline char from event
    name input (git-fixes).
  - commit e4c52ac
  - platform/x86: dell-wmi-sysman: Fix class device unregistration
    (git-fixes).
  - commit c3cf8fd
  - platform/x86: think-lmi: Fix class device unregistration
    (git-fixes).
  - commit dab00ca
  - netfilter: nf_reject: don't leak dst refcount for loopback
    packets (CVE-2025-38732 bsc#1249262).
  - commit e613385
  - vhost/net: Protect ubufs with rcu read lock in
    vhost_net_ubuf_put() (git-fixes).
  - commit b347e0b
  - vsock/virtio: Resize receive buffers so that each SKB fits in
    a 4K page (git-fixes).
  - commit 64aa75c
  - vhost/vsock: Avoid allocating arbitrarily-sized SKBs
    (git-fixes).
  - commit 62a440b
  - vhost: fail early when __vhost_add_used() fails (git-fixes).
  - commit 9d77130
  - vhost-scsi: Fix log flooding with target does not exist errors
    (git-fixes).
  - commit 2d6a672
  - vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also
    `transport_local` (git-fixes).
  - commit 7139f2e
  - vsock/virtio: fix `rx_bytes` accounting for stream sockets
    (git-fixes).
  - commit c34e345
  - IB/mlx5: Fix obj_type mismatch for SRQ event subscriptions (git-fixes)
  - commit c2e717d
  - vsock: avoid timeout during connect() if the socket is closing
    (git-fixes).
  - commit 34796d2
  - vhost-scsi: Return queue full for page alloc failures during
    copy (git-fixes).
  - commit 3dcf5c3
  - vsock: Allow retrying on connect() failure (git-fixes).
  - commit 1f9e448
  - 9p/xen: fix init sequence (git-fixes).
  - commit 22e0fa2
  - btrfs: tree-checker: fix the incorrect inode ref size check
    (git-fixes).
  - commit 1a69e6a

++++ kernel-rt:

  - fs/nfs/io: make nfs_start_io_*() killable (git-fixes).
  - commit 8cf21ec
  - Delete patches.kabi/KVM-x86-Re-split-x2APIC-ICR-into-ICR-ICR2-for-AMD-x2.patch
  - commit 0a00b28
  - kabi: drop kvm_x86_ops from kabi relevant symbols
    Since upstream commit dfc4e6ca04113 ("KVM: x86: Unexport kvm_x86_ops")
    v5.18-rc1~139^2~153 kvm_x86_ops is no longer exported, so it can be
    dropped from kabi checks.
  - commit 4f5efb7
  - kABI fix after vsock/virtio: fix `rx_bytes` accounting for
    stream sockets (git-fixes).
  - commit dd1042c
  - platform/x86: thinkpad_acpi: Handle KCOV __init vs inline
    mismatches (git-fixes).
  - commit 7941d4d
  - platform/mellanox: mlxbf-pmc: Validate event/enable input
    (git-fixes).
  - commit 7bd7d6e
  - platform/mellanox: mlxbf-pmc: Remove newline char from event
    name input (git-fixes).
  - commit e4c52ac
  - platform/x86: dell-wmi-sysman: Fix class device unregistration
    (git-fixes).
  - commit c3cf8fd
  - platform/x86: think-lmi: Fix class device unregistration
    (git-fixes).
  - commit dab00ca
  - netfilter: nf_reject: don't leak dst refcount for loopback
    packets (CVE-2025-38732 bsc#1249262).
  - commit e613385
  - vhost/net: Protect ubufs with rcu read lock in
    vhost_net_ubuf_put() (git-fixes).
  - commit b347e0b
  - vsock/virtio: Resize receive buffers so that each SKB fits in
    a 4K page (git-fixes).
  - commit 64aa75c
  - vhost/vsock: Avoid allocating arbitrarily-sized SKBs
    (git-fixes).
  - commit 62a440b
  - vhost: fail early when __vhost_add_used() fails (git-fixes).
  - commit 9d77130
  - vhost-scsi: Fix log flooding with target does not exist errors
    (git-fixes).
  - commit 2d6a672
  - vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also
    `transport_local` (git-fixes).
  - commit 7139f2e
  - vsock/virtio: fix `rx_bytes` accounting for stream sockets
    (git-fixes).
  - commit c34e345
  - IB/mlx5: Fix obj_type mismatch for SRQ event subscriptions (git-fixes)
  - commit c2e717d
  - vsock: avoid timeout during connect() if the socket is closing
    (git-fixes).
  - commit 34796d2
  - vhost-scsi: Return queue full for page alloc failures during
    copy (git-fixes).
  - commit 3dcf5c3
  - vsock: Allow retrying on connect() failure (git-fixes).
  - commit 1f9e448
  - 9p/xen: fix init sequence (git-fixes).
  - commit 22e0fa2
  - btrfs: tree-checker: fix the incorrect inode ref size check
    (git-fixes).
  - commit 1a69e6a

++++ kernel-rt_debug:

  - fs/nfs/io: make nfs_start_io_*() killable (git-fixes).
  - commit 8cf21ec
  - Delete patches.kabi/KVM-x86-Re-split-x2APIC-ICR-into-ICR-ICR2-for-AMD-x2.patch
  - commit 0a00b28
  - kabi: drop kvm_x86_ops from kabi relevant symbols
    Since upstream commit dfc4e6ca04113 ("KVM: x86: Unexport kvm_x86_ops")
    v5.18-rc1~139^2~153 kvm_x86_ops is no longer exported, so it can be
    dropped from kabi checks.
  - commit 4f5efb7
  - kABI fix after vsock/virtio: fix `rx_bytes` accounting for
    stream sockets (git-fixes).
  - commit dd1042c
  - platform/x86: thinkpad_acpi: Handle KCOV __init vs inline
    mismatches (git-fixes).
  - commit 7941d4d
  - platform/mellanox: mlxbf-pmc: Validate event/enable input
    (git-fixes).
  - commit 7bd7d6e
  - platform/mellanox: mlxbf-pmc: Remove newline char from event
    name input (git-fixes).
  - commit e4c52ac
  - platform/x86: dell-wmi-sysman: Fix class device unregistration
    (git-fixes).
  - commit c3cf8fd
  - platform/x86: think-lmi: Fix class device unregistration
    (git-fixes).
  - commit dab00ca
  - netfilter: nf_reject: don't leak dst refcount for loopback
    packets (CVE-2025-38732 bsc#1249262).
  - commit e613385
  - vhost/net: Protect ubufs with rcu read lock in
    vhost_net_ubuf_put() (git-fixes).
  - commit b347e0b
  - vsock/virtio: Resize receive buffers so that each SKB fits in
    a 4K page (git-fixes).
  - commit 64aa75c
  - vhost/vsock: Avoid allocating arbitrarily-sized SKBs
    (git-fixes).
  - commit 62a440b
  - vhost: fail early when __vhost_add_used() fails (git-fixes).
  - commit 9d77130
  - vhost-scsi: Fix log flooding with target does not exist errors
    (git-fixes).
  - commit 2d6a672
  - vsock: Fix IOCTL_VM_SOCKETS_GET_LOCAL_CID to check also
    `transport_local` (git-fixes).
  - commit 7139f2e
  - vsock/virtio: fix `rx_bytes` accounting for stream sockets
    (git-fixes).
  - commit c34e345
  - IB/mlx5: Fix obj_type mismatch for SRQ event subscriptions (git-fixes)
  - commit c2e717d
  - vsock: avoid timeout during connect() if the socket is closing
    (git-fixes).
  - commit 34796d2
  - vhost-scsi: Return queue full for page alloc failures during
    copy (git-fixes).
  - commit 3dcf5c3
  - vsock: Allow retrying on connect() failure (git-fixes).
  - commit 1f9e448
  - 9p/xen: fix init sequence (git-fixes).
  - commit 22e0fa2
  - btrfs: tree-checker: fix the incorrect inode ref size check
    (git-fixes).
  - commit 1a69e6a

++++ open-vm-tools:

  - Fix (bsc#1250373 (CVE-2025-41244) - VUL-0: contains a local privilege
    escalation vulnerability.
    + Add patch:
  - CVE-2025-41244-1240-1300-SDMP.patch

++++ libzypp:

  - runposttrans: strip root prefix from tmppath (bsc#1250343)
  - fixup! Make ld.so ignore the subarch packages during install
    (bsc#1246912)
  - version 17.37.18 (35)

++++ nvidia-open-driver-G06-signed:

  - get rid of multiversion for the KMPs, since it only brought/brings
    us trouble and no benefit at all (jsc#PED-12049)
    * remove any ^Conflicts and ^Provides: multiversion from
    /usr/lib/rpm/kernel-module-subpackage
    * set INSTALL_MOD_DIR back to %{kernel_module_package_moddir}, i.e.
    updates/ subdir

++++ zypper:

  - Fixed `bash-completion`: `zypper refresh` now ignores
    repository priority lines.
  - Changes to support building against restructured libzypp in
    stack build (bsc#1230267)
  - version 1.14.94

------------------------------------------------------------------
------------------  2025-9-22  -  Sep 22 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC
    is active (git-fixes).
  - commit 97c436d
  - KVM: x86: Drop pending_smi vs. INIT_RECEIVED check when setting
    MP_STATE (git-fixes).
  - commit 1086ea1
  - KVM: SVM: Disable interception of SPEC_CTRL iff the MSR exists
    for the guest (git-fixes).
  - commit 16aecdb
  - KVM: VMX: Extract checking of guest's DEBUGCTL into helper
    (git-fixes).
  - commit a89d774
  - KVM: x86: avoid underflow when scaling TSC frequency
    (git-fixes).
  - commit 1dc5b36
  - KVM: x86/xen: Allow 'out of range' event channel ports in IRQ
    routing table (git-fixes).
  - commit fc7a1db
  - KVM: VMX: Flush shadow VMCS on emergency reboot (git-fixes).
  - commit 75149a0
  - KVM: SVM: Clear current_vmcb during vCPU free for all *possible*
    CPUs (git-fixes).
  - commit 221d435
  - KVM: x86: Fully defer to vendor code to decide how to force
    immediate exit (git-fixes).
  - commit 9d7cfec
  - KVM: VMX: Handle KVM-induced preemption timer exits in fastpath
    for L2 (git-fixes).
  - commit 4708423
  - KVM: x86: Move handling of is_guest_mode() into fastpath exit
    handlers (git-fixes).
  - commit 80f5d63
  - btrfs: fix invalid extref key setup when replaying dentry
    (git-fixes).
  - commit d51ea66
  - KVM: VMX: Handle forced exit due to preemption timer in fastpath
    (git-fixes).
  - commit 1eccc09
  - KVM: VMX: Re-enter guest in fastpath for "spurious" preemption
    timer exits (git-fixes).
  - commit e920f78
  - KVM: x86: Plumb "force_immediate_exit" into kvm_entry()
    tracepoint (git-fixes).
  - commit d90d7aa
  - KVM: arm64: vgic: fix incorrect spinlock API usage (git-fixes).
  - commit 972706e
  - ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr
    (bsc#1249258 CVE-2025-38701).
  - commit f3682c5
  - fs/buffer: fix use-after-free when call bh_read() helper
    (bsc#1249374 CVE-2025-39691).
  - jbd2: prevent softlockup in jbd2_log_do_checkpoint()
    (bsc#1249526 CVE-2025-39782).
  - loop: Avoid updating block size under exclusive owner
    (bsc#1249199 CVE-2025-38709).
  - eventpoll: Fix semi-unbounded recursion (bsc#1248392
    CVE-2025-38614).
  - commit fc4be97
  - PCI: Extend isolated function probing to LoongArch (git-fixes).
  - commit d35f4c9
  - compiler: remove __ADDRESSABLE_ASM{_STR,}() again (git-fixes).
  - commit bf93f6c
  - x86/cpu: Add model number for Intel Clearwater Forest processor
    (git-fixes).
  - commit 7c8efd9
  - wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()
    (git-fixes).
  - commit a72bcdf
  - xen/netfront: Fix TX response spurious interrupts (git-fixes).
  - commit 5e0ce6f
  - KVM: s390: Fix incorrect usage of mmu_notifier_register()
    (git-fixes bsc#1250336).
  - commit 64b94c2
  - xen/gntdev: remove struct gntdev_copy_batch from stack
    (git-fixes).
  - commit 13539ce
  - wireless: purelifi: plfxlc: fix memory leak in
    plfxlc_usb_wreq_asyn() (git-fixes).
  - commit 5a9e007
  - xenbus: Allow PVH dom0 a non-local xenstore (git-fixes).
  - commit 81be2ce
  - xen: Add support for XenServer 6.1 platform device (git-fixes).
  - commit a4daef0
  - kabi: restore layout of struct cgroup_rstat_cpu (bsc#1247963).
  - commit 05abe8b
  - mmc: core: Use GFP_NOIO in ACMD22 (git-fixes).
  - commit 58bbbbb
  - cgroup: remove per-cpu per-subsystem locks (bsc#1247963).
  - cgroup: make css_rstat_updated nmi safe (bsc#1247963).
  - cgroup: support to enable nmi-safe css_rstat_updated
    (bsc#1247963).
  - commit 2adc7c0

++++ kernel-rt:

  - KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC
    is active (git-fixes).
  - commit 97c436d
  - KVM: x86: Drop pending_smi vs. INIT_RECEIVED check when setting
    MP_STATE (git-fixes).
  - commit 1086ea1
  - KVM: SVM: Disable interception of SPEC_CTRL iff the MSR exists
    for the guest (git-fixes).
  - commit 16aecdb
  - KVM: VMX: Extract checking of guest's DEBUGCTL into helper
    (git-fixes).
  - commit a89d774
  - KVM: x86: avoid underflow when scaling TSC frequency
    (git-fixes).
  - commit 1dc5b36
  - KVM: x86/xen: Allow 'out of range' event channel ports in IRQ
    routing table (git-fixes).
  - commit fc7a1db
  - KVM: VMX: Flush shadow VMCS on emergency reboot (git-fixes).
  - commit 75149a0
  - KVM: SVM: Clear current_vmcb during vCPU free for all *possible*
    CPUs (git-fixes).
  - commit 221d435
  - KVM: x86: Fully defer to vendor code to decide how to force
    immediate exit (git-fixes).
  - commit 9d7cfec
  - KVM: VMX: Handle KVM-induced preemption timer exits in fastpath
    for L2 (git-fixes).
  - commit 4708423
  - KVM: x86: Move handling of is_guest_mode() into fastpath exit
    handlers (git-fixes).
  - commit 80f5d63
  - btrfs: fix invalid extref key setup when replaying dentry
    (git-fixes).
  - commit d51ea66
  - KVM: VMX: Handle forced exit due to preemption timer in fastpath
    (git-fixes).
  - commit 1eccc09
  - KVM: VMX: Re-enter guest in fastpath for "spurious" preemption
    timer exits (git-fixes).
  - commit e920f78
  - KVM: x86: Plumb "force_immediate_exit" into kvm_entry()
    tracepoint (git-fixes).
  - commit d90d7aa
  - KVM: arm64: vgic: fix incorrect spinlock API usage (git-fixes).
  - commit 972706e
  - ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr
    (bsc#1249258 CVE-2025-38701).
  - commit f3682c5
  - fs/buffer: fix use-after-free when call bh_read() helper
    (bsc#1249374 CVE-2025-39691).
  - jbd2: prevent softlockup in jbd2_log_do_checkpoint()
    (bsc#1249526 CVE-2025-39782).
  - loop: Avoid updating block size under exclusive owner
    (bsc#1249199 CVE-2025-38709).
  - eventpoll: Fix semi-unbounded recursion (bsc#1248392
    CVE-2025-38614).
  - commit fc4be97
  - PCI: Extend isolated function probing to LoongArch (git-fixes).
  - commit d35f4c9
  - compiler: remove __ADDRESSABLE_ASM{_STR,}() again (git-fixes).
  - commit bf93f6c
  - x86/cpu: Add model number for Intel Clearwater Forest processor
    (git-fixes).
  - commit 7c8efd9
  - wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()
    (git-fixes).
  - commit a72bcdf
  - xen/netfront: Fix TX response spurious interrupts (git-fixes).
  - commit 5e0ce6f
  - KVM: s390: Fix incorrect usage of mmu_notifier_register()
    (git-fixes bsc#1250336).
  - commit 64b94c2
  - xen/gntdev: remove struct gntdev_copy_batch from stack
    (git-fixes).
  - commit 13539ce
  - wireless: purelifi: plfxlc: fix memory leak in
    plfxlc_usb_wreq_asyn() (git-fixes).
  - commit 5a9e007
  - xenbus: Allow PVH dom0 a non-local xenstore (git-fixes).
  - commit 81be2ce
  - xen: Add support for XenServer 6.1 platform device (git-fixes).
  - commit a4daef0
  - kabi: restore layout of struct cgroup_rstat_cpu (bsc#1247963).
  - commit 05abe8b
  - mmc: core: Use GFP_NOIO in ACMD22 (git-fixes).
  - commit 58bbbbb
  - cgroup: remove per-cpu per-subsystem locks (bsc#1247963).
  - cgroup: make css_rstat_updated nmi safe (bsc#1247963).
  - cgroup: support to enable nmi-safe css_rstat_updated
    (bsc#1247963).
  - commit 2adc7c0

++++ kernel-rt_debug:

  - KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC
    is active (git-fixes).
  - commit 97c436d
  - KVM: x86: Drop pending_smi vs. INIT_RECEIVED check when setting
    MP_STATE (git-fixes).
  - commit 1086ea1
  - KVM: SVM: Disable interception of SPEC_CTRL iff the MSR exists
    for the guest (git-fixes).
  - commit 16aecdb
  - KVM: VMX: Extract checking of guest's DEBUGCTL into helper
    (git-fixes).
  - commit a89d774
  - KVM: x86: avoid underflow when scaling TSC frequency
    (git-fixes).
  - commit 1dc5b36
  - KVM: x86/xen: Allow 'out of range' event channel ports in IRQ
    routing table (git-fixes).
  - commit fc7a1db
  - KVM: VMX: Flush shadow VMCS on emergency reboot (git-fixes).
  - commit 75149a0
  - KVM: SVM: Clear current_vmcb during vCPU free for all *possible*
    CPUs (git-fixes).
  - commit 221d435
  - KVM: x86: Fully defer to vendor code to decide how to force
    immediate exit (git-fixes).
  - commit 9d7cfec
  - KVM: VMX: Handle KVM-induced preemption timer exits in fastpath
    for L2 (git-fixes).
  - commit 4708423
  - KVM: x86: Move handling of is_guest_mode() into fastpath exit
    handlers (git-fixes).
  - commit 80f5d63
  - btrfs: fix invalid extref key setup when replaying dentry
    (git-fixes).
  - commit d51ea66
  - KVM: VMX: Handle forced exit due to preemption timer in fastpath
    (git-fixes).
  - commit 1eccc09
  - KVM: VMX: Re-enter guest in fastpath for "spurious" preemption
    timer exits (git-fixes).
  - commit e920f78
  - KVM: x86: Plumb "force_immediate_exit" into kvm_entry()
    tracepoint (git-fixes).
  - commit d90d7aa
  - KVM: arm64: vgic: fix incorrect spinlock API usage (git-fixes).
  - commit 972706e
  - ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr
    (bsc#1249258 CVE-2025-38701).
  - commit f3682c5
  - fs/buffer: fix use-after-free when call bh_read() helper
    (bsc#1249374 CVE-2025-39691).
  - jbd2: prevent softlockup in jbd2_log_do_checkpoint()
    (bsc#1249526 CVE-2025-39782).
  - loop: Avoid updating block size under exclusive owner
    (bsc#1249199 CVE-2025-38709).
  - eventpoll: Fix semi-unbounded recursion (bsc#1248392
    CVE-2025-38614).
  - commit fc4be97
  - PCI: Extend isolated function probing to LoongArch (git-fixes).
  - commit d35f4c9
  - compiler: remove __ADDRESSABLE_ASM{_STR,}() again (git-fixes).
  - commit bf93f6c
  - x86/cpu: Add model number for Intel Clearwater Forest processor
    (git-fixes).
  - commit 7c8efd9
  - wifi: cfg80211: remove cfg80211_inform_single_bss_frame_data()
    (git-fixes).
  - commit a72bcdf
  - xen/netfront: Fix TX response spurious interrupts (git-fixes).
  - commit 5e0ce6f
  - KVM: s390: Fix incorrect usage of mmu_notifier_register()
    (git-fixes bsc#1250336).
  - commit 64b94c2
  - xen/gntdev: remove struct gntdev_copy_batch from stack
    (git-fixes).
  - commit 13539ce
  - wireless: purelifi: plfxlc: fix memory leak in
    plfxlc_usb_wreq_asyn() (git-fixes).
  - commit 5a9e007
  - xenbus: Allow PVH dom0 a non-local xenstore (git-fixes).
  - commit 81be2ce
  - xen: Add support for XenServer 6.1 platform device (git-fixes).
  - commit a4daef0
  - kabi: restore layout of struct cgroup_rstat_cpu (bsc#1247963).
  - commit 05abe8b
  - mmc: core: Use GFP_NOIO in ACMD22 (git-fixes).
  - commit 58bbbbb
  - cgroup: remove per-cpu per-subsystem locks (bsc#1247963).
  - cgroup: make css_rstat_updated nmi safe (bsc#1247963).
  - cgroup: support to enable nmi-safe css_rstat_updated
    (bsc#1247963).
  - commit 2adc7c0

++++ ucode-intel:

  - switch the supplements to use supplements + kernel to allow
    moving a installation to Intel hardware (bsc#1249138)

------------------------------------------------------------------
------------------  2025-9-20  -  Sep 20 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - NFSv4/flexfiles: Fix layout merge mirror check (git-fixes).
  - commit fcad211
  - SUNRPC: call xs_sock_process_cmsg for all cmsg (git-fixes).
  - commit 1f5dab1
  - Revert "SUNRPC: Don't allow waiting for exiting tasks"
    (git-fixes).
  - commit f25412a
  - flexfiles/pNFS: fix NULL checks on result of
    ff_layout_choose_ds_for_read (git-fixes).
  - commit 43ddf37
  - NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the
    server (git-fixes).
  - commit da99754
  - NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not set
    (git-fixes).
  - commit 0b05e92
  - NFSv4: Don't clear capabilities that won't be reset (git-fixes).
  - commit f31092e
  - nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*
    (git-fixes).
  - commit 4438737
  - mmc: mvsdio: Fix dma_unmap_sg() nents value (git-fixes).
  - crypto: af_alg - Set merge to zero early in af_alg_sendmsg
    (git-fixes).
  - ASoC: qcom: q6apm-lpass-dais: Fix missing set_fmt DAI op for
    I2S (git-fixes).
  - ASoC: qcom: audioreach: Fix lpaif_type configuration for the
    I2S interface (git-fixes).
  - ASoC: qcom: q6apm-lpass-dais: Fix NULL pointer dereference if
    source graph failed (git-fixes).
  - ASoC: wm8974: Correct PLL rate rounding (git-fixes).
  - ASoC: wm8940: Correct typo in control name (git-fixes).
  - ASoC: wm8940: Correct PLL rate rounding (git-fixes).
  - ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in
    error message (git-fixes).
  - ALSA: hda: intel-dsp-config: Prevent SEGFAULT if ACPI_HANDLE()
    is NULL (git-fixes).
  - ALSA: hda/realtek: Add ALC295 Dell TAS2781 I2C fixup
    (git-fixes).
  - drm: bridge: cdns-mhdp8546: Fix missing mutex unlock on error
    path (git-fixes).
  - drm: bridge: anx7625: Fix NULL pointer dereference with early
    IRQ (git-fixes).
  - USB: serial: option: add Telit Cinterion LE910C4-WWX new
    compositions (stable-fixes).
  - USB: serial: option: add Telit Cinterion FN990A w/audio
    compositions (stable-fixes).
  - Input: i8042 - add TUXEDO InfinityBook Pro Gen10 AMD to i8042
    quirk table (stable-fixes).
  - Input: iqs7222 - avoid enabling unused interrupts
    (stable-fixes).
  - drm/amdgpu/vcn: Allow limiting ctx to instance 0 for AV1 at
    any time (stable-fixes).
  - drm/amdgpu/vcn4: Fix IB parsing with multiple engine info
    packages (stable-fixes).
  - mtd: nand: raw: atmel: Respect tAR, tCLR in read setup timing
    (git-fixes).
  - compiler-clang.h: define __SANITIZE_*__ macros only when
    undefined (stable-fixes).
  - i2c: i801: Hide Intel Birch Stream SoC TCO WDT (git-fixes).
  - mtd: nand: raw: atmel: Fix comment in timings preparation
    (stable-fixes).
  - commit 60c59ef

++++ kernel-rt:

  - NFSv4/flexfiles: Fix layout merge mirror check (git-fixes).
  - commit fcad211
  - SUNRPC: call xs_sock_process_cmsg for all cmsg (git-fixes).
  - commit 1f5dab1
  - Revert "SUNRPC: Don't allow waiting for exiting tasks"
    (git-fixes).
  - commit f25412a
  - flexfiles/pNFS: fix NULL checks on result of
    ff_layout_choose_ds_for_read (git-fixes).
  - commit 43ddf37
  - NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the
    server (git-fixes).
  - commit da99754
  - NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not set
    (git-fixes).
  - commit 0b05e92
  - NFSv4: Don't clear capabilities that won't be reset (git-fixes).
  - commit f31092e
  - nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*
    (git-fixes).
  - commit 4438737
  - mmc: mvsdio: Fix dma_unmap_sg() nents value (git-fixes).
  - crypto: af_alg - Set merge to zero early in af_alg_sendmsg
    (git-fixes).
  - ASoC: qcom: q6apm-lpass-dais: Fix missing set_fmt DAI op for
    I2S (git-fixes).
  - ASoC: qcom: audioreach: Fix lpaif_type configuration for the
    I2S interface (git-fixes).
  - ASoC: qcom: q6apm-lpass-dais: Fix NULL pointer dereference if
    source graph failed (git-fixes).
  - ASoC: wm8974: Correct PLL rate rounding (git-fixes).
  - ASoC: wm8940: Correct typo in control name (git-fixes).
  - ASoC: wm8940: Correct PLL rate rounding (git-fixes).
  - ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in
    error message (git-fixes).
  - ALSA: hda: intel-dsp-config: Prevent SEGFAULT if ACPI_HANDLE()
    is NULL (git-fixes).
  - ALSA: hda/realtek: Add ALC295 Dell TAS2781 I2C fixup
    (git-fixes).
  - drm: bridge: cdns-mhdp8546: Fix missing mutex unlock on error
    path (git-fixes).
  - drm: bridge: anx7625: Fix NULL pointer dereference with early
    IRQ (git-fixes).
  - USB: serial: option: add Telit Cinterion LE910C4-WWX new
    compositions (stable-fixes).
  - USB: serial: option: add Telit Cinterion FN990A w/audio
    compositions (stable-fixes).
  - Input: i8042 - add TUXEDO InfinityBook Pro Gen10 AMD to i8042
    quirk table (stable-fixes).
  - Input: iqs7222 - avoid enabling unused interrupts
    (stable-fixes).
  - drm/amdgpu/vcn: Allow limiting ctx to instance 0 for AV1 at
    any time (stable-fixes).
  - drm/amdgpu/vcn4: Fix IB parsing with multiple engine info
    packages (stable-fixes).
  - mtd: nand: raw: atmel: Respect tAR, tCLR in read setup timing
    (git-fixes).
  - compiler-clang.h: define __SANITIZE_*__ macros only when
    undefined (stable-fixes).
  - i2c: i801: Hide Intel Birch Stream SoC TCO WDT (git-fixes).
  - mtd: nand: raw: atmel: Fix comment in timings preparation
    (stable-fixes).
  - commit 60c59ef

++++ kernel-rt_debug:

  - NFSv4/flexfiles: Fix layout merge mirror check (git-fixes).
  - commit fcad211
  - SUNRPC: call xs_sock_process_cmsg for all cmsg (git-fixes).
  - commit 1f5dab1
  - Revert "SUNRPC: Don't allow waiting for exiting tasks"
    (git-fixes).
  - commit f25412a
  - flexfiles/pNFS: fix NULL checks on result of
    ff_layout_choose_ds_for_read (git-fixes).
  - commit 43ddf37
  - NFSv4: Clear the NFS_CAP_XATTR flag if not supported by the
    server (git-fixes).
  - commit da99754
  - NFSv4: Clear the NFS_CAP_FS_LOCATIONS flag if it is not set
    (git-fixes).
  - commit 0b05e92
  - NFSv4: Don't clear capabilities that won't be reset (git-fixes).
  - commit f31092e
  - nilfs2: fix CFI failure when accessing /sys/fs/nilfs2/features/*
    (git-fixes).
  - commit 4438737
  - mmc: mvsdio: Fix dma_unmap_sg() nents value (git-fixes).
  - crypto: af_alg - Set merge to zero early in af_alg_sendmsg
    (git-fixes).
  - ASoC: qcom: q6apm-lpass-dais: Fix missing set_fmt DAI op for
    I2S (git-fixes).
  - ASoC: qcom: audioreach: Fix lpaif_type configuration for the
    I2S interface (git-fixes).
  - ASoC: qcom: q6apm-lpass-dais: Fix NULL pointer dereference if
    source graph failed (git-fixes).
  - ASoC: wm8974: Correct PLL rate rounding (git-fixes).
  - ASoC: wm8940: Correct typo in control name (git-fixes).
  - ASoC: wm8940: Correct PLL rate rounding (git-fixes).
  - ASoC: SOF: Intel: hda-stream: Fix incorrect variable used in
    error message (git-fixes).
  - ALSA: hda: intel-dsp-config: Prevent SEGFAULT if ACPI_HANDLE()
    is NULL (git-fixes).
  - ALSA: hda/realtek: Add ALC295 Dell TAS2781 I2C fixup
    (git-fixes).
  - drm: bridge: cdns-mhdp8546: Fix missing mutex unlock on error
    path (git-fixes).
  - drm: bridge: anx7625: Fix NULL pointer dereference with early
    IRQ (git-fixes).
  - USB: serial: option: add Telit Cinterion LE910C4-WWX new
    compositions (stable-fixes).
  - USB: serial: option: add Telit Cinterion FN990A w/audio
    compositions (stable-fixes).
  - Input: i8042 - add TUXEDO InfinityBook Pro Gen10 AMD to i8042
    quirk table (stable-fixes).
  - Input: iqs7222 - avoid enabling unused interrupts
    (stable-fixes).
  - drm/amdgpu/vcn: Allow limiting ctx to instance 0 for AV1 at
    any time (stable-fixes).
  - drm/amdgpu/vcn4: Fix IB parsing with multiple engine info
    packages (stable-fixes).
  - mtd: nand: raw: atmel: Respect tAR, tCLR in read setup timing
    (git-fixes).
  - compiler-clang.h: define __SANITIZE_*__ macros only when
    undefined (stable-fixes).
  - i2c: i801: Hide Intel Birch Stream SoC TCO WDT (git-fixes).
  - mtd: nand: raw: atmel: Fix comment in timings preparation
    (stable-fixes).
  - commit 60c59ef

------------------------------------------------------------------
------------------  2025-9-19  -  Sep 19 2025  -------------------
------------------------------------------------------------------

++++ python311-core:

  - Drop AppStream buildrequires and don't run appstreamcli validate
    as part of the build process: the appdata.xml is not updated by
    source directly, so we have more contol. Having Appstream or the
    deprecated appstream-glib result in a build cycle.

++++ libssh:

  - Security fix: [CVE-2025-8277, bsc#1249375]
    * Memory Exhaustion via Repeated Key Exchange
    * Add patches:
  - libssh-CVE-2025-8277-packet-Adjust-packet-filter-to-work-wh.patch
  - libssh-CVE-2025-8277-Fix-memory-leak-of-unused-ephemeral-ke.patch
  - libssh-CVE-2025-8277-ecdh-Free-previously-allocated-pubkeys.patch

++++ python311:

  - Drop AppStream buildrequires and don't run appstreamcli validate
    as part of the build process: the appdata.xml is not updated by
    source directly, so we have more contol. Having Appstream or the
    deprecated appstream-glib result in a build cycle.

------------------------------------------------------------------
------------------  2025-9-18  -  Sep 18 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Drop arm64 patches that may lead to module load failure (bsc#1250057)
    Deleted:
    patches.suse/arm64-ftrace-fix-unreachable-PLT-for-ftrace_caller-in-init.patch
    patches.kabi/kABI-arm64-ftrace-Restore-struct-mod_arch_specific-l.patch
  - commit 2621bab
  - xfs: rework datasync tracking and execution (bsc#1237449).
  - xfs: rearrange code in xfs_inode_item_precommit (bsc#1237449).
  - commit 730f72c
  - habanalabs: fix UAF in export_dmabuf() (CVE-2025-38722
    bsc#1249163).
  - commit 5507c4a
  - net: bridge: fix soft lockup in br_multicast_query_expired()
    (CVE-2025-39773 bsc#1249504).
  - commit 8e6b9c2
  - cgroup: remove cgroup_rstat_flush_atomic() (bsc#1247963).
  - commit 45cbf76

++++ kernel-rt:

  - Drop arm64 patches that may lead to module load failure (bsc#1250057)
    Deleted:
    patches.suse/arm64-ftrace-fix-unreachable-PLT-for-ftrace_caller-in-init.patch
    patches.kabi/kABI-arm64-ftrace-Restore-struct-mod_arch_specific-l.patch
  - commit 2621bab
  - xfs: rework datasync tracking and execution (bsc#1237449).
  - xfs: rearrange code in xfs_inode_item_precommit (bsc#1237449).
  - commit 730f72c
  - habanalabs: fix UAF in export_dmabuf() (CVE-2025-38722
    bsc#1249163).
  - commit 5507c4a
  - net: bridge: fix soft lockup in br_multicast_query_expired()
    (CVE-2025-39773 bsc#1249504).
  - commit 8e6b9c2
  - cgroup: remove cgroup_rstat_flush_atomic() (bsc#1247963).
  - commit 45cbf76

++++ kernel-rt_debug:

  - Drop arm64 patches that may lead to module load failure (bsc#1250057)
    Deleted:
    patches.suse/arm64-ftrace-fix-unreachable-PLT-for-ftrace_caller-in-init.patch
    patches.kabi/kABI-arm64-ftrace-Restore-struct-mod_arch_specific-l.patch
  - commit 2621bab
  - xfs: rework datasync tracking and execution (bsc#1237449).
  - xfs: rearrange code in xfs_inode_item_precommit (bsc#1237449).
  - commit 730f72c
  - habanalabs: fix UAF in export_dmabuf() (CVE-2025-38722
    bsc#1249163).
  - commit 5507c4a
  - net: bridge: fix soft lockup in br_multicast_query_expired()
    (CVE-2025-39773 bsc#1249504).
  - commit 8e6b9c2
  - cgroup: remove cgroup_rstat_flush_atomic() (bsc#1247963).
  - commit 45cbf76

++++ python311-core:

  - Require AppStream to validate appdata file instead of deprecated
    appstream-glib.
  - Update idle3.appdata.xml to pass the more pedantic appstreamcli.

++++ libssh:

  - Security fix: [CVE-2025-8114, bsc#1246974]
    * NULL pointer dereference when calculating session ID during KEX
    * Add libssh-CVE-2025-8114.patch

++++ systemd:

  - systemd.spec: use %sysusers_generate_pre so that some systemd users are
    already available in %pre. This is important because D-Bus automatically
    reloads its configuration whenever new configuration files are installed,
    i.e. between %pre and %post. (bsc#1248501)
    No needs for systemd and udev packages as they are always installed during
    the initial installation.

++++ tiff:

  - Update to 4.7.1:
    Software configuration changes:
    * Define HAVE_JPEGTURBO_DUAL_MODE_8_12 and LERC_STATIC in tif_config.h.
    * CMake: define WORDS_BIGENDIAN via tif_config.h
    * doc/CMakeLists.txt: remove useless cmake_minimum_required()
    * CMake: fix build with LLVM/Clang 17 (fixes issue #651)
    * CMake: set CMP0074 new policy
    * Set LINKER_LANGUAGE for C targets with C deps
    * Export tiffxx cmake target (fixes issue #674)
    * autogen.sh: Enable verbose wget.
    * configure.ac: Syntax updates for Autoconf 2.71
    * autogen.sh: Re-implement based on autoreconf. Failure to update
    config.guess/config.sub does not return error (fixes issue #672)
    * CMake: fix CMake 4.0 warning when minimum required version is < 3.10.
    * CMake: Add build option tiff-static (fixes issue #709)
    Library changes:
    * Add TIFFOpenOptionsSetWarnAboutUnknownTags() for explicit control
    about emitting warnings for unknown tags. No longer emit warnings
    about unknown tags by default
    * tif_predict.c: speed-up decompression in some cases.
    Bug fixes:
    * tif_fax3: For fax group 3 data if no EOL is detected, reading is
    retried without synchronisation for EOLs. (fixes issue #54)
    * Updating TIFFMergeFieldInfo() with read_count=write_count=0 for
    FIELD_IGNORE. Updating TIFFMergeFieldInfo() with read_count=write_count=0 for
    FIELD_IGNORE. Improving handling when field_name = NULL. (fixes issue #532)
    * tiff.h: add COMPRESSION_JXL_DNG_1_7=52546 as used for JPEGXL compression in
    the DNG 1.7 specification
    * TIFFWriteDirectorySec: Increment string length for ASCII tags for codec tags
    defined with FIELD_xxx bits, as it is done for FIELD_CUSTOM tags. (fixes issue #648)
    * Do not error out on a tag whose tag count value is zero, just issue a warning.
    Fix parsing a private tag 0x80a6 (fixes issue #647)
    * TIFFDefaultTransferFunction(): give up beyond td_bitspersample = 24
    Fixes https://github.com/OSGeo/gdal/issues/10875)
    * tif_getimage.c: Remove unnecessary calls to TIFFRGBAImageOK() (fixes issue #175)
    * Fix writing a Predictor=3 file with non-native endianness
    * _TIFFVSetField(): fix potential use of unallocated memory (out-of-bounds
    * read / nullptr dereference) in case of out-of-memory situation when dealing with
    custom tags (fixes issue #663)
    * tif_fax3.c: Error out for CCITT fax encoding if SamplesPerPixel is not equal 1 and
    PlanarConfiguration = Contiguous (fixes issue #26)
    * tif_fax3.c: error out after a number of times end-of-line or unexpected bad code
    words have been reached. (fixes issue #670)
    * Fix memory leak in TIFFSetupStrips() (fixes issue #665)
    * tif_zip.c: Provide zlib allocation functions. Otherwise for zlib built with
  - DZ_SOLO inflating will fail.
    * Fix memory leak in _TIFFSetDefaultCompressionState. (fixes issue #676)
    * tif_predict.c: Don’t overwrite input buffer of TIFFWriteScanline() if "prediction"
    is enabled. Use extra working buffer in PredictorEncodeRow(). (fixes issue #5)
    * tif_getimage.c: update some integer overflow checks (fixes issue #79)
    * tif_getimage.c: Fix buffer underflow crash for less raster rows at
    TIFFReadRGBAImageOriented() (fixes issue #704, bsc#1250413, CVE-2025-9900)
    * TIFFReadRGBAImage(): several fixes to avoid buffer overflows.
    * Correct passing arguments to TIFFCvtIEEEFloatToNative() and TIFFCvtIEEEDoubleToNative()
    if HAVE_IEEEFP is not defined. (fixes issue #699)
    * LZWDecode(): avoid nullptr dereference when trying to read again after EOI marker
    has been found with remaining output bytes (fixes issue #698)
    * TIFFSetSubDirectory(): check _TIFFCheckDirNumberAndOffset() return.
    * TIFFUnlinkDirectory() and TIFFWriteDirectorySec(): clear tif_rawcp when clearing
    tif_rawdata (fixes issue #711)
    * JPEGEncodeRaw(): error out if a previous scanline failed to be written, to avoid
    out-of-bounds access (fixes issue #714)
    * tif_jpeg: Fix bug in JPEGDecodeRaw() if JPEG_LIB_MK1_OR_12BIT is defined for 8/12bit
    dual mode, introduced in libjpeg-turbo 2.2, which was actually released as 3.0.
    Fixes issue #717
    * add assert for TIFFReadCustomDirectory infoarray check.
    * ppm2tiff: Fix bug in pack_words trailing bytes, where last two bytes of each line
    were written wrongly. (fixes issue #467)
    * fax2ps: fix regression of commit 28c38d648b64a66c3218778c4745225fe3e3a06d where
    TIFFTAG_FAXFILLFUNC is being used rather than an output buffer (fixes issue #649)
    * tiff2pdf: Check TIFFTAG_TILELENGTH and TIFFTAGTILEWIDTH (fixes issue #650)
    * tiff2pdf: check h_samp and v_samp for range 1 to 4 to avoid division by zero.
    Fixes issue #654
    * tiff2pdf: avoid null pointer dereference. (fixes issue #741)
    * Improve non-secure integer overflow check (comparison of division result with
    multiplicant) at compiler optimisation in tiffcp, rgb2ycbcr and tiff2rgba.
    Fixes issue #546
    * tiff2rgba: fix some "a partial expression can generate an overflow before it is
    assigned to a broader type" warnings. (fixes issue #682)
    * tiffdither/tiffmedian: Don't skip the first line of the input image. (fixes issue #703)
    * tiffdither: avoid out-of-bounds read identified in issue #733
    * tiffmedian: error out if TIFFReadScanline() fails (fixes issue #707)
    * tiffmedian: close input file. (fixes issue #735)
    * thumbail: avoid potential out of bounds access (fixes issue #715)
    * tiffcrop: close open TIFF files and release allocated buffers before exiting in case
    of error to avoid memory leaks. (fixes issue #716)
    * tiffcrop: fix double-free and memory leak exposed by issue #721
    * tiffcrop: avoid buffer overflow. (fixes issue #740)
    * tiffcrop: avoid nullptr dereference. (fixes issue #734)
    * tiffdump: Fix coverity scan issue CID 1373365: Passing tainted expression *datamem
    to PrintData, which uses it as a divisor or modulus.
    * tiff2ps: check return of TIFFGetFiled() for TIFFTAG_STRIPBYTECOUNTS and
    TIFFTAG_TILEBYTECOUNTS to avoid NULL pointer dereference. (fixes issue #718)
    * tiffcmp: fix memory leak when second file cannot be opened. (fixes issue #718 and issue #729)
    * tiffcp: fix setting compression level for lossless codecs. (fixes issue #730)
    * raw2tiff: close input file before exit (fixes issue #742)
    Tools changes:
    * tiffinfo: add a -W switch to warn about unknown tags.
    * tiffdither: process all pages in input TIFF file.
    Documentation:
    * TIFFRGBAImage.rst note added for incorrect saving of images with TIFF orientation
    from 5 (LeftTop) to 8 (LeftBottom) in the raster.
    * TIFFRGBAImage.rst note added about un-associated alpha handling (fixes issue #67)
    * Update "Defining New TIFF Tags" description. (fixes issue #642, bsc#1248278, CVE-2025-8851)
    * Fix return type of TIFFReadEncodedTile()
    * Update the documentation to reflect deprecated typedefs.
    * TIFFWriteDirectory.rst: Clarify TIFFSetWriteOffset() only sets offset for image
    data and not for IFD data.
    * Update documentation on re-entrancy and thread safety.
    * Remove dead links to no more existing Awaresystems web-site.
    * Updating BigTIFF specification and some miscelaneous editions.
    * Replace some last links and remove last todos.
    * Added hints for correct allocation of TIFFYCbCrtoRGB structure and its
    associated buffers. (fixes issue #681)
    * Added chapter to "Using the TIFF Library" with links to handling multi-page TIFF
    and custom directories. (fixes issue #43)
    * update TIFFOpen.rst with the return values of mapproc and unmapproc. (fixes issue #12)
  - Drop upstreamed patches:
    * tiff-4.7.0-test_directory.patch
    * tiff-CVE-2025-8176.patch
    * tiff-CVE-2025-8177.patch
    * tiff-4.7.0-bsc1243503.patch
    * tiff-CVE-2025-8534.patch
    * tiff-CVE-2025-9165.patch
    * tiff-CVE-2024-13978.patch
    * tiff-CVE-2025-8961.patch

++++ python311:

  - Require AppStream to validate appdata file instead of deprecated
    appstream-glib.
  - Update idle3.appdata.xml to pass the more pedantic appstreamcli.

------------------------------------------------------------------
------------------  2025-9-17  -  Sep 17 2025  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to version 10.5.3
    + Move project setup to poetry and apply python standards
    + Fix use of logging facility
    Use logging facility in the desired way throughout the entire
    code base. This includes the following changes and refactor
    * Add handler and formatter for the logfile containing more
    information about function and position in code for the message
    * Add handler for stdout (INFO and WARNING)
    * Add handler for stderr (ERROR).
    * Implement Logger class providing the logging setup and methods
    * Drop the start_logging() method.
    * Fix and refactor all unit tests around the use of logging
    with a proper fixture and place all tests for registerutils
    into its own class TestRegisterUtils.
    * Add --debug switch for registercloudguest. Allow to increase
    logfile information. All messages produced via log.debug(...)
    in code will be part of the logfile. Debug messages will not
    be shown on the console
    * Update SLE12 patches due to logging refactor
    * Use --debug flag in guestregister service
    This Fixes #188

++++ cups:

  - Version upgrade to 2.4.14:
    See https://github.com/openprinting/cups/releases
    The hotfix release brings fix for installation process
    of localized templates and CUPS web UI home pages.
  - Version upgrade to 2.4.13:
    See https://github.com/openprinting/cups/releases
    The release 2.4.13 brings two CVE fixes
    fix for important CVE-2025-58060
    "Authentication bypass with AuthType Negotiate" (bsc#1249049)
    and fix for moderate CVE-2025-58364
    "Remote DoS via null dereference" (bsc#1249128)
    together with several bug fixes.
    The release includes a new feature - new attribute
    for printer and job objects - print-as-raster - which
    allows enforce rasterization of the file for
    IPP Everywhere/AirPrint printers, which supports PDF
    and raster document formats. The feature is useful for
    working around internal PDF issues in the printer firmware,
    for example missing diacritic when printing a PDF.
    Detailed list (from CHANGES.md):
    * Blocked authentication using alternate methods
    in cupsd (CVE-2025-58060)
    * Fixed extension tag handling in 'ipp_read_io()'
    in libcups (CVE-2025-58364)
    * Added 'print-as-raster' printer and job attributes
    for forcing rasterization (Issue #1282)
    * Updated documentation (Issue #1086)
    * Updated IPP backend to try a sanitized user name if the
    printer/server does not like the value (Issue #1145)
    * Updated the scheduler to send the "printer-added"
    or "printer-modified" events  whenever an IPP Everywhere PPD
    is installed (Issue #1244)
    * Updated the scheduler to send the "printer-modified" event
    whenever the system default printer is changed (Issue #1246)
    * Fixed a memory leak in 'httpClose' (Issue #1223)
    * Fixed missing commas in 'ippCreateRequestedArray'
    (Issue #1234)
    * Fixed subscription issues in the scheduler and D-Bus notifier
    (Issue #1235)
    * Fixed media-default reporting for custom sizes (Issue #1238)
    * Fixed support for IPP/PPD options with periods or underscores
    (Issue #1249)
    * Fixed parsing of real numbers in PPD compiler source files
    (Issue #1263)
    * Fixed scheduler freezing with zombie clients (Issue #1264)
    * Fixed support for the server name in the ErrorLog filename
    (Issue #1277)
    * Fixed job cleanup after daemon restart (Issue #1315)
    * Fixed handling of buggy DYMO USB printer serial numbers
    (Issue #1338)
    * Fixed unreachable block in IPP backend (Issue #1351)
    * Fixed memory leak in _cupsConvertOptions (Issue #1354)
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.14

++++ kernel-default:

  - io_uring/net: commit partial buffers on retry (CVE-2025-38730
    bsc#1249172).
  - commit 7b5fe24
  - selftests/bpf: adapt one more case in test_lru_map to the new
    target_free (git-fixes).
  - commit 951807c
  - Correct typos of References tags in some patches
  - commit 183c46e
  - selftests/bpf: Add asserts for netfilter link info (git-fixes).
  - commit 443e26f
  - bpf: Fix link info netfilter flags to populate defrag flag
    (git-fixes).
  - commit d659929
  - bpf: Adjust free target to avoid global starvation of LRU map
    (git-fixes).
  - commit a87821b
  - bpftool: Fix memory leak in dump_xx_nlmsg on realloc failure
    (git-fixes).
  - commit fc9c396
  - struct l2cap_chan: shift new member rx_avail to end (git-fixes).
  - commit df4a4b8
  - Bluetooth: compute LE flow credits based on recvbuf space
    (git-fixes).
  - Refresh patches.suse/Bluetooth-L2CAP-Fix-deadlock.patch.
  - Refresh
    patches.suse/bluetooth-l2cap-sync-sock-recv-cb-and-release.patch.
  - commit 89343db
  - ppp: fix race conditions in ppp_fill_forward_path
    (CVE-2025-39673 bsc#1249320).
  - commit ab5f3b1
  - drm/amd/pm: fix null pointer access (CVE-2025-38705
    bsc#1249334).
  - commit b78844e
  - vsock/virtio: Validate length in packet header before skb_put()
    (CVE-2025-39718 bsc#1249305).
  - commit 8072632
  - arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module (git-fixes)
  - commit 420c073

++++ kernel-rt:

  - io_uring/net: commit partial buffers on retry (CVE-2025-38730
    bsc#1249172).
  - commit 7b5fe24
  - selftests/bpf: adapt one more case in test_lru_map to the new
    target_free (git-fixes).
  - commit 951807c
  - Correct typos of References tags in some patches
  - commit 183c46e
  - selftests/bpf: Add asserts for netfilter link info (git-fixes).
  - commit 443e26f
  - bpf: Fix link info netfilter flags to populate defrag flag
    (git-fixes).
  - commit d659929
  - bpf: Adjust free target to avoid global starvation of LRU map
    (git-fixes).
  - commit a87821b
  - bpftool: Fix memory leak in dump_xx_nlmsg on realloc failure
    (git-fixes).
  - commit fc9c396
  - struct l2cap_chan: shift new member rx_avail to end (git-fixes).
  - commit df4a4b8
  - Bluetooth: compute LE flow credits based on recvbuf space
    (git-fixes).
  - Refresh patches.suse/Bluetooth-L2CAP-Fix-deadlock.patch.
  - Refresh
    patches.suse/bluetooth-l2cap-sync-sock-recv-cb-and-release.patch.
  - commit 89343db
  - ppp: fix race conditions in ppp_fill_forward_path
    (CVE-2025-39673 bsc#1249320).
  - commit ab5f3b1
  - drm/amd/pm: fix null pointer access (CVE-2025-38705
    bsc#1249334).
  - commit b78844e
  - vsock/virtio: Validate length in packet header before skb_put()
    (CVE-2025-39718 bsc#1249305).
  - commit 8072632
  - arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module (git-fixes)
  - commit 420c073

++++ kernel-rt_debug:

  - io_uring/net: commit partial buffers on retry (CVE-2025-38730
    bsc#1249172).
  - commit 7b5fe24
  - selftests/bpf: adapt one more case in test_lru_map to the new
    target_free (git-fixes).
  - commit 951807c
  - Correct typos of References tags in some patches
  - commit 183c46e
  - selftests/bpf: Add asserts for netfilter link info (git-fixes).
  - commit 443e26f
  - bpf: Fix link info netfilter flags to populate defrag flag
    (git-fixes).
  - commit d659929
  - bpf: Adjust free target to avoid global starvation of LRU map
    (git-fixes).
  - commit a87821b
  - bpftool: Fix memory leak in dump_xx_nlmsg on realloc failure
    (git-fixes).
  - commit fc9c396
  - struct l2cap_chan: shift new member rx_avail to end (git-fixes).
  - commit df4a4b8
  - Bluetooth: compute LE flow credits based on recvbuf space
    (git-fixes).
  - Refresh patches.suse/Bluetooth-L2CAP-Fix-deadlock.patch.
  - Refresh
    patches.suse/bluetooth-l2cap-sync-sock-recv-cb-and-release.patch.
  - commit 89343db
  - ppp: fix race conditions in ppp_fill_forward_path
    (CVE-2025-39673 bsc#1249320).
  - commit ab5f3b1
  - drm/amd/pm: fix null pointer access (CVE-2025-38705
    bsc#1249334).
  - commit b78844e
  - vsock/virtio: Validate length in packet header before skb_put()
    (CVE-2025-39718 bsc#1249305).
  - commit 8072632
  - arm64: ftrace: fix unreachable PLT for ftrace_caller in init_module (git-fixes)
  - commit 420c073

++++ systemd:

  - Split systemd-network into two new sub-packages: systemd-networkd and
    systemd-resolved (bsc#1224386 jsc#PED-12669)

++++ nvidia-open-driver-G06-signed:

  - pesign-spec-macros: added definition for %__kernel_supplements,
    which replaced %__kmp_supplements with latest RPM used on TW now,
    in order to fix PCI HW Supplements for TW (boo#1249814)

++++ selinux-policy:

  - Update to version 20241031+git10.f4f74e9f2:
    * Label /var/livepatches as lib_t for ULP on micro (bsc#1228879, bsc#1249832)

------------------------------------------------------------------
------------------  2025-9-16  -  Sep 16 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Bluetooth: qca: fix wcn3991 device address check (git-fixes).
  - commit 9189126
  - Bluetooth: qca: fix invalid device address check (git-fixes).
  - commit 0795907
  - wifi: ath10k: shutdown driver when hardware is unreliable
    (CVE-2025-39746 bsc#1249516).
  - commit b5556c6
  - cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag
    (stable-fixes).
  - commit 9a8a959
  - cpufreq: Exit governor when failed to start old governor
    (stable-fixes).
  - commit 39287fb
  - cpufreq: Init policy->rwsem before it may be possibly used
    (git-fixes).
  - commit 04861e7
  - cpufreq: Initialize cpufreq-based frequency-invariance later
    (git-fixes).
  - commit ed31199
  - cpufreq: intel_pstate: Always use HWP_DESIRED_PERF in passive
    mode (git-fixes).
  - commit 723f0f4
  - cpufreq: intel_pstate: Unchecked MSR aceess in legacy mode
    (git-fixes).
  - commit 662764f
  - cpufreq: cppc: Fix invalid return value in .get() callback
    (git-fixes).
  - commit 6fc7d2a
  - drm/amd/display: fix a Null pointer dereference vulnerability (bsc#1249295 CVE-2025-39705)
  - commit fd61b4f
  - pptp: fix pptp_xmit() error path (git-fixes).
  - commit 91ca931
  - net, hsr: reject HSR frame if skb can't hold tag (CVE-2025-39703
    bsc#1249315).
  - netfilter: ctnetlink: fix refcount leak on table dump
    (CVE-2025-38721 bsc#1249176).
  - pptp: ensure minimal skb length in pptp_xmit() (CVE-2025-38574
    bsc#1248365).
  - commit a50f469
  - media: venus: Fix OOB read due to missing payload bound check
    (CVE-2025-38679 bsc#1249202).
  - commit 8b1060a
  - platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL
    (CVE-2025-39678 bsc#1249290).
  - commit d0b499a
  - drivers/base/node: rename __register_one_node() to
    register_one_node() (bsc#1241866).
  - commit 806b51c
  - drivers/base/node: rename register_memory_blocks_under_node()
    and remove context argument (bsc#1241866).
  - commit 9ef69ed
  - drivers/base/node: remove register_memory_blocks_under_node()
    function call from register_one_node (bsc#1241866).
  - commit 2f00393
  - drivers/base/node: remove register_mem_block_under_node_early()
    (bsc#1241866).
  - commit 02a1a4a
  - drivers/base/node: optimize memory block registration to reduce
    boot time (bsc#1241866).
  - commit 3a0dd5e
  - cpufreq: scpi: compare kHz instead of Hz (git-fixes).
  - commit bd20bfa
  - cpufreq: governor: Fix negative 'idle_time' handling in
    dbs_update() (git-fixes).
  - commit 7fc2c58
  - cpufreq: Use the fixed and coherent frequency for scaling
    capacity (stable-fixes).
  - commit 573ea38
  - power: supply: bq27xxx: restrict no-battery detection to bq27000
    (git-fixes).
  - power: supply: bq27xxx: fix error return in case of no bq27000
    hdq battery (git-fixes).
  - commit 7d4436e
  - kABI: arm64: ftrace: Restore struct mod_arch_specific layout (git-fixes).
  - commit 7f84dae
  - arm64: dts: rockchip: Add vcc-supply to SPI flash on (git-fixes)
  - commit 06d6c63
  - arm64: dts: imx8mp: Fix missing microSD slot vqmmc on Data Modul (git-fixes)
  - commit d3f6628
  - arm64: dts: imx8mp: Fix missing microSD slot vqmmc on DH electronics (git-fixes)
  - commit faa58e2
  - arm64: dts: imx8mp-tqma8mpql: fix LDO5 power off (git-fixes)
  - commit 775e3f7
  - arm64: Mark kernel as tainted on SAE and SError panic (git-fixes)
  - commit 833fcf1
  - arm64: Handle KCOV __init vs inline mismatches (git-fixes)
  - commit 187b48f
  - arm64: dts: rockchip: use cs-gpios for spi1 on ringneck (git-fixes)
  - commit 8c45279
  - arm64: dts: rockchip: disable unrouted USB controllers and PHY on RK3399 Puma with Haikou (git-fixes).
  - commit 5a86595
  - arm64: dts: rockchip: disable unrouted USB controllers and PHY on (git-fixes)
  - commit 655bf48
  - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (git-fixes)
  - commit d929ee1
  - i2c: tegra: Use internal reset when reset property is not available (bsc#1249143)
  - commit 7b11853

++++ kernel-rt:

  - Bluetooth: qca: fix wcn3991 device address check (git-fixes).
  - commit 9189126
  - Bluetooth: qca: fix invalid device address check (git-fixes).
  - commit 0795907
  - wifi: ath10k: shutdown driver when hardware is unreliable
    (CVE-2025-39746 bsc#1249516).
  - commit b5556c6
  - cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag
    (stable-fixes).
  - commit 9a8a959
  - cpufreq: Exit governor when failed to start old governor
    (stable-fixes).
  - commit 39287fb
  - cpufreq: Init policy->rwsem before it may be possibly used
    (git-fixes).
  - commit 04861e7
  - cpufreq: Initialize cpufreq-based frequency-invariance later
    (git-fixes).
  - commit ed31199
  - cpufreq: intel_pstate: Always use HWP_DESIRED_PERF in passive
    mode (git-fixes).
  - commit 723f0f4
  - cpufreq: intel_pstate: Unchecked MSR aceess in legacy mode
    (git-fixes).
  - commit 662764f
  - cpufreq: cppc: Fix invalid return value in .get() callback
    (git-fixes).
  - commit 6fc7d2a
  - drm/amd/display: fix a Null pointer dereference vulnerability (bsc#1249295 CVE-2025-39705)
  - commit fd61b4f
  - pptp: fix pptp_xmit() error path (git-fixes).
  - commit 91ca931
  - net, hsr: reject HSR frame if skb can't hold tag (CVE-2025-39703
    bsc#1249315).
  - netfilter: ctnetlink: fix refcount leak on table dump
    (CVE-2025-38721 bsc#1249176).
  - pptp: ensure minimal skb length in pptp_xmit() (CVE-2025-38574
    bsc#1248365).
  - commit a50f469
  - media: venus: Fix OOB read due to missing payload bound check
    (CVE-2025-38679 bsc#1249202).
  - commit 8b1060a
  - platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL
    (CVE-2025-39678 bsc#1249290).
  - commit d0b499a
  - drivers/base/node: rename __register_one_node() to
    register_one_node() (bsc#1241866).
  - commit 806b51c
  - drivers/base/node: rename register_memory_blocks_under_node()
    and remove context argument (bsc#1241866).
  - commit 9ef69ed
  - drivers/base/node: remove register_memory_blocks_under_node()
    function call from register_one_node (bsc#1241866).
  - commit 2f00393
  - drivers/base/node: remove register_mem_block_under_node_early()
    (bsc#1241866).
  - commit 02a1a4a
  - drivers/base/node: optimize memory block registration to reduce
    boot time (bsc#1241866).
  - commit 3a0dd5e
  - cpufreq: scpi: compare kHz instead of Hz (git-fixes).
  - commit bd20bfa
  - cpufreq: governor: Fix negative 'idle_time' handling in
    dbs_update() (git-fixes).
  - commit 7fc2c58
  - cpufreq: Use the fixed and coherent frequency for scaling
    capacity (stable-fixes).
  - commit 573ea38
  - power: supply: bq27xxx: restrict no-battery detection to bq27000
    (git-fixes).
  - power: supply: bq27xxx: fix error return in case of no bq27000
    hdq battery (git-fixes).
  - commit 7d4436e
  - kABI: arm64: ftrace: Restore struct mod_arch_specific layout (git-fixes).
  - commit 7f84dae
  - arm64: dts: rockchip: Add vcc-supply to SPI flash on (git-fixes)
  - commit 06d6c63
  - arm64: dts: imx8mp: Fix missing microSD slot vqmmc on Data Modul (git-fixes)
  - commit d3f6628
  - arm64: dts: imx8mp: Fix missing microSD slot vqmmc on DH electronics (git-fixes)
  - commit faa58e2
  - arm64: dts: imx8mp-tqma8mpql: fix LDO5 power off (git-fixes)
  - commit 775e3f7
  - arm64: Mark kernel as tainted on SAE and SError panic (git-fixes)
  - commit 833fcf1
  - arm64: Handle KCOV __init vs inline mismatches (git-fixes)
  - commit 187b48f
  - arm64: dts: rockchip: use cs-gpios for spi1 on ringneck (git-fixes)
  - commit 8c45279
  - arm64: dts: rockchip: disable unrouted USB controllers and PHY on RK3399 Puma with Haikou (git-fixes).
  - commit 5a86595
  - arm64: dts: rockchip: disable unrouted USB controllers and PHY on (git-fixes)
  - commit 655bf48
  - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (git-fixes)
  - commit d929ee1
  - i2c: tegra: Use internal reset when reset property is not available (bsc#1249143)
  - commit 7b11853

++++ kernel-rt_debug:

  - Bluetooth: qca: fix wcn3991 device address check (git-fixes).
  - commit 9189126
  - Bluetooth: qca: fix invalid device address check (git-fixes).
  - commit 0795907
  - wifi: ath10k: shutdown driver when hardware is unreliable
    (CVE-2025-39746 bsc#1249516).
  - commit b5556c6
  - cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag
    (stable-fixes).
  - commit 9a8a959
  - cpufreq: Exit governor when failed to start old governor
    (stable-fixes).
  - commit 39287fb
  - cpufreq: Init policy->rwsem before it may be possibly used
    (git-fixes).
  - commit 04861e7
  - cpufreq: Initialize cpufreq-based frequency-invariance later
    (git-fixes).
  - commit ed31199
  - cpufreq: intel_pstate: Always use HWP_DESIRED_PERF in passive
    mode (git-fixes).
  - commit 723f0f4
  - cpufreq: intel_pstate: Unchecked MSR aceess in legacy mode
    (git-fixes).
  - commit 662764f
  - cpufreq: cppc: Fix invalid return value in .get() callback
    (git-fixes).
  - commit 6fc7d2a
  - drm/amd/display: fix a Null pointer dereference vulnerability (bsc#1249295 CVE-2025-39705)
  - commit fd61b4f
  - pptp: fix pptp_xmit() error path (git-fixes).
  - commit 91ca931
  - net, hsr: reject HSR frame if skb can't hold tag (CVE-2025-39703
    bsc#1249315).
  - netfilter: ctnetlink: fix refcount leak on table dump
    (CVE-2025-38721 bsc#1249176).
  - pptp: ensure minimal skb length in pptp_xmit() (CVE-2025-38574
    bsc#1248365).
  - commit a50f469
  - media: venus: Fix OOB read due to missing payload bound check
    (CVE-2025-38679 bsc#1249202).
  - commit 8b1060a
  - platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL
    (CVE-2025-39678 bsc#1249290).
  - commit d0b499a
  - drivers/base/node: rename __register_one_node() to
    register_one_node() (bsc#1241866).
  - commit 806b51c
  - drivers/base/node: rename register_memory_blocks_under_node()
    and remove context argument (bsc#1241866).
  - commit 9ef69ed
  - drivers/base/node: remove register_memory_blocks_under_node()
    function call from register_one_node (bsc#1241866).
  - commit 2f00393
  - drivers/base/node: remove register_mem_block_under_node_early()
    (bsc#1241866).
  - commit 02a1a4a
  - drivers/base/node: optimize memory block registration to reduce
    boot time (bsc#1241866).
  - commit 3a0dd5e
  - cpufreq: scpi: compare kHz instead of Hz (git-fixes).
  - commit bd20bfa
  - cpufreq: governor: Fix negative 'idle_time' handling in
    dbs_update() (git-fixes).
  - commit 7fc2c58
  - cpufreq: Use the fixed and coherent frequency for scaling
    capacity (stable-fixes).
  - commit 573ea38
  - power: supply: bq27xxx: restrict no-battery detection to bq27000
    (git-fixes).
  - power: supply: bq27xxx: fix error return in case of no bq27000
    hdq battery (git-fixes).
  - commit 7d4436e
  - kABI: arm64: ftrace: Restore struct mod_arch_specific layout (git-fixes).
  - commit 7f84dae
  - arm64: dts: rockchip: Add vcc-supply to SPI flash on (git-fixes)
  - commit 06d6c63
  - arm64: dts: imx8mp: Fix missing microSD slot vqmmc on Data Modul (git-fixes)
  - commit d3f6628
  - arm64: dts: imx8mp: Fix missing microSD slot vqmmc on DH electronics (git-fixes)
  - commit faa58e2
  - arm64: dts: imx8mp-tqma8mpql: fix LDO5 power off (git-fixes)
  - commit 775e3f7
  - arm64: Mark kernel as tainted on SAE and SError panic (git-fixes)
  - commit 833fcf1
  - arm64: Handle KCOV __init vs inline mismatches (git-fixes)
  - commit 187b48f
  - arm64: dts: rockchip: use cs-gpios for spi1 on ringneck (git-fixes)
  - commit 8c45279
  - arm64: dts: rockchip: disable unrouted USB controllers and PHY on RK3399 Puma with Haikou (git-fixes).
  - commit 5a86595
  - arm64: dts: rockchip: disable unrouted USB controllers and PHY on (git-fixes)
  - commit 655bf48
  - arm64: dts: rockchip: fix internal USB hub instability on RK3399 Puma (git-fixes)
  - commit d929ee1
  - i2c: tegra: Use internal reset when reset property is not available (bsc#1249143)
  - commit 7b11853

------------------------------------------------------------------
------------------  2025-9-15  -  Sep 15 2025  -------------------
------------------------------------------------------------------

++++ avahi:

  - Add avahi-CVE-2024-52615.patch:
    Backport 4e2e1ea from upstream, Resolve fixed source ports for
    wide-area DNS queries cause DNS responses be injected.
    (CVE-2024-52615, bsc#1233421)

++++ kernel-default:

  - tls: fix handling of zero-length records on the rx_list
    (CVE-2025-39682 bsc#1249284).
  - commit 409e98c
  - kABI workaround for "drm/dp: Add an EDID quirk for the DPCD
    register access probe" (bsc#1248121).
  - commit 6cdcefb
  - drm/amd/display: Disable DPCD Probe Quirk (bsc#1248121).
  - commit 617e84a
  - drm/dp: Add an EDID quirk for the DPCD register access probe
    (bsc#1248121).
  - Refresh
    patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch.
  - commit db9d8ac
  - drm/edid: Add support for quirks visible to DRM core and drivers
    (bsc#1248121).
  - drm/edid: Define the quirks in an enum list (bsc#1248121).
  - commit bc5a858
  - drm/dp: Change AUX DPCD probe address from LANE0_1_STATUS to
    TRAINING_PATTERN_SET (bsc#1248121).
  - commit 36a72f9
  - Update patches.suse/drm-dp-Change-AUX-DPCD-probe-address-from-DPCD_REV-t.patch (bsc#1248121)
    Move to the cherry-picked 6.16-rc patch, to be applied earlier
  - commit 49f20a1
  - netfilter: nf_tables: reject duplicate device on updates
    (CVE-2025-38678 bsc#1249126).
  - commit 8b40732
  - Limit patch filenames to 100 characters (bsc#1249604).
  - commit 8a17cff
  - iommu/amd: Avoid stack buffer overflow from kernel cmdline
    (CVE-2025-38676 bsc#1248775).
  - commit eddb6c4
  - phy: ti-pipe3: fix device leak at unbind (git-fixes).
  - phy: tegra: xusb: fix device and OF node leak at probe
    (git-fixes).
  - dmaengine: dw: dmamux: Fix device reference leak in
    rzn1_dmamux_route_allocate (git-fixes).
  - dmaengine: ti: edma: Fix memory allocation size for
    queue_priority_map (git-fixes).
  - dmaengine: idxd: Fix double free in idxd_setup_wqs()
    (git-fixes).
  - dmaengine: idxd: Fix refcount underflow on module unload
    (git-fixes).
  - dmaengine: idxd: Remove improper idxd_free (git-fixes).
  - dmaengine: qcom: bam_dma: Fix DT error handling for
    num-channels/ees (git-fixes).
  - serial: sc16is7xx: fix bug in flow control levels init
    (git-fixes).
  - USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels
    (git-fixes).
  - xhci: fix memory leak regression when freeing xhci vdev devices
    depth first (git-fixes).
  - xhci: dbc: Fix full DbC transfer ring after several reconnects
    (git-fixes).
  - commit 517a9a9

++++ kernel-rt:

  - tls: fix handling of zero-length records on the rx_list
    (CVE-2025-39682 bsc#1249284).
  - commit 409e98c
  - kABI workaround for "drm/dp: Add an EDID quirk for the DPCD
    register access probe" (bsc#1248121).
  - commit 6cdcefb
  - drm/amd/display: Disable DPCD Probe Quirk (bsc#1248121).
  - commit 617e84a
  - drm/dp: Add an EDID quirk for the DPCD register access probe
    (bsc#1248121).
  - Refresh
    patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch.
  - commit db9d8ac
  - drm/edid: Add support for quirks visible to DRM core and drivers
    (bsc#1248121).
  - drm/edid: Define the quirks in an enum list (bsc#1248121).
  - commit bc5a858
  - drm/dp: Change AUX DPCD probe address from LANE0_1_STATUS to
    TRAINING_PATTERN_SET (bsc#1248121).
  - commit 36a72f9
  - Update patches.suse/drm-dp-Change-AUX-DPCD-probe-address-from-DPCD_REV-t.patch (bsc#1248121)
    Move to the cherry-picked 6.16-rc patch, to be applied earlier
  - commit 49f20a1
  - netfilter: nf_tables: reject duplicate device on updates
    (CVE-2025-38678 bsc#1249126).
  - commit 8b40732
  - Limit patch filenames to 100 characters (bsc#1249604).
  - commit 8a17cff
  - iommu/amd: Avoid stack buffer overflow from kernel cmdline
    (CVE-2025-38676 bsc#1248775).
  - commit eddb6c4
  - phy: ti-pipe3: fix device leak at unbind (git-fixes).
  - phy: tegra: xusb: fix device and OF node leak at probe
    (git-fixes).
  - dmaengine: dw: dmamux: Fix device reference leak in
    rzn1_dmamux_route_allocate (git-fixes).
  - dmaengine: ti: edma: Fix memory allocation size for
    queue_priority_map (git-fixes).
  - dmaengine: idxd: Fix double free in idxd_setup_wqs()
    (git-fixes).
  - dmaengine: idxd: Fix refcount underflow on module unload
    (git-fixes).
  - dmaengine: idxd: Remove improper idxd_free (git-fixes).
  - dmaengine: qcom: bam_dma: Fix DT error handling for
    num-channels/ees (git-fixes).
  - serial: sc16is7xx: fix bug in flow control levels init
    (git-fixes).
  - USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels
    (git-fixes).
  - xhci: fix memory leak regression when freeing xhci vdev devices
    depth first (git-fixes).
  - xhci: dbc: Fix full DbC transfer ring after several reconnects
    (git-fixes).
  - commit 517a9a9

++++ kernel-rt_debug:

  - tls: fix handling of zero-length records on the rx_list
    (CVE-2025-39682 bsc#1249284).
  - commit 409e98c
  - kABI workaround for "drm/dp: Add an EDID quirk for the DPCD
    register access probe" (bsc#1248121).
  - commit 6cdcefb
  - drm/amd/display: Disable DPCD Probe Quirk (bsc#1248121).
  - commit 617e84a
  - drm/dp: Add an EDID quirk for the DPCD register access probe
    (bsc#1248121).
  - Refresh
    patches.suse/drm-Add-kabi-placeholders-to-commonly-used-structs.patch.
  - commit db9d8ac
  - drm/edid: Add support for quirks visible to DRM core and drivers
    (bsc#1248121).
  - drm/edid: Define the quirks in an enum list (bsc#1248121).
  - commit bc5a858
  - drm/dp: Change AUX DPCD probe address from LANE0_1_STATUS to
    TRAINING_PATTERN_SET (bsc#1248121).
  - commit 36a72f9
  - Update patches.suse/drm-dp-Change-AUX-DPCD-probe-address-from-DPCD_REV-t.patch (bsc#1248121)
    Move to the cherry-picked 6.16-rc patch, to be applied earlier
  - commit 49f20a1
  - netfilter: nf_tables: reject duplicate device on updates
    (CVE-2025-38678 bsc#1249126).
  - commit 8b40732
  - Limit patch filenames to 100 characters (bsc#1249604).
  - commit 8a17cff
  - iommu/amd: Avoid stack buffer overflow from kernel cmdline
    (CVE-2025-38676 bsc#1248775).
  - commit eddb6c4
  - phy: ti-pipe3: fix device leak at unbind (git-fixes).
  - phy: tegra: xusb: fix device and OF node leak at probe
    (git-fixes).
  - dmaengine: dw: dmamux: Fix device reference leak in
    rzn1_dmamux_route_allocate (git-fixes).
  - dmaengine: ti: edma: Fix memory allocation size for
    queue_priority_map (git-fixes).
  - dmaengine: idxd: Fix double free in idxd_setup_wqs()
    (git-fixes).
  - dmaengine: idxd: Fix refcount underflow on module unload
    (git-fixes).
  - dmaengine: idxd: Remove improper idxd_free (git-fixes).
  - dmaengine: qcom: bam_dma: Fix DT error handling for
    num-channels/ees (git-fixes).
  - serial: sc16is7xx: fix bug in flow control levels init
    (git-fixes).
  - USB: gadget: dummy-hcd: Fix locking bug in RT-enabled kernels
    (git-fixes).
  - xhci: fix memory leak regression when freeing xhci vdev devices
    depth first (git-fixes).
  - xhci: dbc: Fix full DbC transfer ring after several reconnects
    (git-fixes).
  - commit 517a9a9

------------------------------------------------------------------
------------------  2025-9-14  -  Sep 14 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - regulator: sy7636a: fix lifecycle of power good gpio
    (git-fixes).
  - commit 519b81c

++++ kernel-rt:

  - regulator: sy7636a: fix lifecycle of power good gpio
    (git-fixes).
  - commit 519b81c

++++ kernel-rt_debug:

  - regulator: sy7636a: fix lifecycle of power good gpio
    (git-fixes).
  - commit 519b81c

------------------------------------------------------------------
------------------  2025-9-13  -  Sep 13 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - struct cdc_ncm_ctx: hide new member filtering_supported
    (git-fixes).
  - commit 1152814
  - drm/amdgpu: fix a memory leak in fence cleanup when unloading
    (git-fixes).
  - drm/i915/power: fix size for for_each_set_bit() in abox
    iteration (git-fixes).
  - commit 48c87c2
  - drm/mediatek: fix potential OF node use-after-free (git-fixes).
  - drm/amd/display: use udelay rather than fsleep (git-fixes).
  - commit 9e6eea4
  - net: usb: qmi_wwan: add Telit Cinterion LE910C4-WWX new
    compositions (git-fixes).
  - net: usb: cdc-ncm: check for filtering capability (git-fixes).
  - commit ce04178

++++ kernel-rt:

  - struct cdc_ncm_ctx: hide new member filtering_supported
    (git-fixes).
  - commit 1152814
  - drm/amdgpu: fix a memory leak in fence cleanup when unloading
    (git-fixes).
  - drm/i915/power: fix size for for_each_set_bit() in abox
    iteration (git-fixes).
  - commit 48c87c2
  - drm/mediatek: fix potential OF node use-after-free (git-fixes).
  - drm/amd/display: use udelay rather than fsleep (git-fixes).
  - commit 9e6eea4
  - net: usb: qmi_wwan: add Telit Cinterion LE910C4-WWX new
    compositions (git-fixes).
  - net: usb: cdc-ncm: check for filtering capability (git-fixes).
  - commit ce04178

++++ kernel-rt_debug:

  - struct cdc_ncm_ctx: hide new member filtering_supported
    (git-fixes).
  - commit 1152814
  - drm/amdgpu: fix a memory leak in fence cleanup when unloading
    (git-fixes).
  - drm/i915/power: fix size for for_each_set_bit() in abox
    iteration (git-fixes).
  - commit 48c87c2
  - drm/mediatek: fix potential OF node use-after-free (git-fixes).
  - drm/amd/display: use udelay rather than fsleep (git-fixes).
  - commit 9e6eea4
  - net: usb: qmi_wwan: add Telit Cinterion LE910C4-WWX new
    compositions (git-fixes).
  - net: usb: cdc-ncm: check for filtering capability (git-fixes).
  - commit ce04178

------------------------------------------------------------------
------------------  2025-9-12  -  Sep 12 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - cgroup/cpuset: Use static_branch_enable_cpuslocked() on
    cpusets_insane_config_key (bsc#1241166).
  - commit 414381b
  - s390/vfio-ap: Fix no AP queue sharing allowed message written
    to kernel log (git-fixes bsc#1249488).
  - commit e007691
  - s390/cpum_cf: Deny all sampling events by counter PMU (git-fixes
    bsc#1249481).
  - s390/pai: Deny all events not handled by this PMU (git-fixes
    bsc#1249482).
  - commit 85f3e91
  - mtd: rawnand: stm32_fmc2: fix ECC overwrite (git-fixes).
  - mtd: rawnand: stm32_fmc2: avoid overlapping mappings on ECC
    buffer (git-fixes).
  - can: xilinx_can: xcan_write_frame(): fix use-after-free of
    transmitted SKB (git-fixes).
  - can: j1939: j1939_local_ecu_get(): undo increment when
    j1939_local_ecu_get() fails (git-fixes).
  - can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately
    when j1939_local_ecu_get() failed (git-fixes).
  - can: j1939: implement NETDEV_UNREGISTER notification handler
    (git-fixes).
  - commit ab68e9b

++++ kernel-rt:

  - cgroup/cpuset: Use static_branch_enable_cpuslocked() on
    cpusets_insane_config_key (bsc#1241166).
  - commit 414381b
  - s390/vfio-ap: Fix no AP queue sharing allowed message written
    to kernel log (git-fixes bsc#1249488).
  - commit e007691
  - s390/cpum_cf: Deny all sampling events by counter PMU (git-fixes
    bsc#1249481).
  - s390/pai: Deny all events not handled by this PMU (git-fixes
    bsc#1249482).
  - commit 85f3e91
  - mtd: rawnand: stm32_fmc2: fix ECC overwrite (git-fixes).
  - mtd: rawnand: stm32_fmc2: avoid overlapping mappings on ECC
    buffer (git-fixes).
  - can: xilinx_can: xcan_write_frame(): fix use-after-free of
    transmitted SKB (git-fixes).
  - can: j1939: j1939_local_ecu_get(): undo increment when
    j1939_local_ecu_get() fails (git-fixes).
  - can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately
    when j1939_local_ecu_get() failed (git-fixes).
  - can: j1939: implement NETDEV_UNREGISTER notification handler
    (git-fixes).
  - commit ab68e9b

++++ kernel-rt_debug:

  - cgroup/cpuset: Use static_branch_enable_cpuslocked() on
    cpusets_insane_config_key (bsc#1241166).
  - commit 414381b
  - s390/vfio-ap: Fix no AP queue sharing allowed message written
    to kernel log (git-fixes bsc#1249488).
  - commit e007691
  - s390/cpum_cf: Deny all sampling events by counter PMU (git-fixes
    bsc#1249481).
  - s390/pai: Deny all events not handled by this PMU (git-fixes
    bsc#1249482).
  - commit 85f3e91
  - mtd: rawnand: stm32_fmc2: fix ECC overwrite (git-fixes).
  - mtd: rawnand: stm32_fmc2: avoid overlapping mappings on ECC
    buffer (git-fixes).
  - can: xilinx_can: xcan_write_frame(): fix use-after-free of
    transmitted SKB (git-fixes).
  - can: j1939: j1939_local_ecu_get(): undo increment when
    j1939_local_ecu_get() fails (git-fixes).
  - can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately
    when j1939_local_ecu_get() failed (git-fixes).
  - can: j1939: implement NETDEV_UNREGISTER notification handler
    (git-fixes).
  - commit ab68e9b

++++ opensuse-migration-tool:

  - Update to version 20250815.344dba5:
    * Keep only Experimental in the title
    * Install custom dialogrc with a green theme

------------------------------------------------------------------
------------------  2025-9-11  -  Sep 11 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.32 → 10.2.33

++++ kernel-default:

  - net/mlx5e: Remove skb secpath if xfrm state is not found (CVE-2025-38590 bsc#1248360)
  - commit ed11350

++++ kernel-rt:

  - net/mlx5e: Remove skb secpath if xfrm state is not found (CVE-2025-38590 bsc#1248360)
  - commit ed11350

++++ kernel-rt_debug:

  - net/mlx5e: Remove skb secpath if xfrm state is not found (CVE-2025-38590 bsc#1248360)
  - commit ed11350

------------------------------------------------------------------
------------------  2025-9-10  -  Sep 10 2025  -------------------
------------------------------------------------------------------

++++ curl:

  - tool_operate: fix return code when --retry is used but not
    triggered [bsc#1249367]
    * Add curl-tool_operate-fix-return-code-when-retry-is-used.patch

++++ python-kiwi:

  - Run grub mkconfig with os-prober disabled
    Set GRUB_DISABLE_OS_PROBER=true to the caller environment
    such that it gets consumed via /etc/grub.d/30_os-prober
    This Fixes #2883
  - Fixed typo in documentation
    Invalid XML syntax, missing end tag. This Fixes #2882

++++ grub2:

  - Fix OOM error in loading loopback file (bsc#1230840) (bsc#1249140)
    * 0001-tpm-Skip-loopback-image-measurement.patch

++++ kernel-default:

  - rcu-tasks: Maintain real-time response in (bsc#1246298)
  - commit 1fbb6ff
  - rcu-tasks: Eliminate deadlocks involving do_exit() and RCU (bsc#1246298)
  - commit 61288e7
  - smb: client: fix use-after-free in cifs_oplock_break
    (bsc#1248199, CVE-2025-38527).
  - commit 4692a87
  - supported.conf: mark hyperv_drm as external
  - net: hv_netvsc: fix loss of early receive events from host
    during channel open (git-fixes).
  - hv_netvsc: Fix panic during namespace deletion with VF
    (bsc#1248111).
  - hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open
    to prevent IPv6 addrconf (git-fixes).
  - commit 2985c60
  - Drop PCI patches that broke kdump capture boot (bsc#1246509)
    Deleted:
    patches.suse/PCI-Explicitly-put-devices-into-D0-when-initializing.patch
    patches.suse/PCI-PM-Set-up-runtime-PM-even-for-devices-without-PC.patch
    Refreshed:
    patches.suse/PCI-Support-Immediate-Readiness-on-devices-without-PM.patch
  - commit 70a44f4
  - netfilter: nf_tables: split async and sync catchall in two
    functions (git-fixes).
  - Refresh
    patches.kabi/kABI-make-nft_trans_gc_catchall-public-again.patch.
  - commit b907ff6
  - netfilter: nf_tables: Fix entries val in rule reset audit log
    (git-fixes).
  - commit a8ae150
  - platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious
    8042 quirks list (stable-fixes).
  - drm/amdgpu: drop hw access in non-DC audio fini (stable-fixes).
  - drm/amd/display: Don't warn when missing DCE encoder caps
    (stable-fixes).
  - commit 2aad2ce
  - ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4
    model (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY
    (stable-fixes).
  - ALSA: usb-audio: Add mute TLV for playback volumes on some
    devices (stable-fixes).
  - cpupower: Fix a bug where the -t option of the set subcommand
    was not working (stable-fixes).
  - cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN
    (stable-fixes).
  - Bluetooth: hci_sync: Avoid adding default advertising on startup
    (stable-fixes).
  - commit 3580eab
  - ALSA: hda/realtek - Add new HP ZBook laptop with micmute led
    fixup (stable-fixes).
  - commit 0d08638
  - ALSA: hda/realtek: Add support for HP Agusta using CS35L41 HDA
    (stable-fixes).
  - commit 33271d8
  - bpf, bpftool: Fix incorrect disasm pc (git-fixes).
  - commit 4188abf
  - bpf: bpftool: Setting error code in do_loader() (git-fixes).
  - commit 6283bbf
  - bpftool: Fix readlink usage in get_fd_type (git-fixes).
  - commit ae9652c
  - bpftool: fix potential NULL pointer dereferencing in prog_dump()
    (git-fixes).
  - commit 171c943
  - bpftool: Mount bpffs when pinmaps path not under the bpffs
    (git-fixes).
  - commit fb91e0e

++++ kernel-rt:

  - rcu-tasks: Maintain real-time response in (bsc#1246298)
  - commit 1fbb6ff
  - rcu-tasks: Eliminate deadlocks involving do_exit() and RCU (bsc#1246298)
  - commit 61288e7
  - smb: client: fix use-after-free in cifs_oplock_break
    (bsc#1248199, CVE-2025-38527).
  - commit 4692a87
  - supported.conf: mark hyperv_drm as external
  - net: hv_netvsc: fix loss of early receive events from host
    during channel open (git-fixes).
  - hv_netvsc: Fix panic during namespace deletion with VF
    (bsc#1248111).
  - hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open
    to prevent IPv6 addrconf (git-fixes).
  - commit 2985c60
  - Drop PCI patches that broke kdump capture boot (bsc#1246509)
    Deleted:
    patches.suse/PCI-Explicitly-put-devices-into-D0-when-initializing.patch
    patches.suse/PCI-PM-Set-up-runtime-PM-even-for-devices-without-PC.patch
    Refreshed:
    patches.suse/PCI-Support-Immediate-Readiness-on-devices-without-PM.patch
  - commit 70a44f4
  - netfilter: nf_tables: split async and sync catchall in two
    functions (git-fixes).
  - Refresh
    patches.kabi/kABI-make-nft_trans_gc_catchall-public-again.patch.
  - commit b907ff6
  - netfilter: nf_tables: Fix entries val in rule reset audit log
    (git-fixes).
  - commit a8ae150
  - platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious
    8042 quirks list (stable-fixes).
  - drm/amdgpu: drop hw access in non-DC audio fini (stable-fixes).
  - drm/amd/display: Don't warn when missing DCE encoder caps
    (stable-fixes).
  - commit 2aad2ce
  - ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4
    model (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY
    (stable-fixes).
  - ALSA: usb-audio: Add mute TLV for playback volumes on some
    devices (stable-fixes).
  - cpupower: Fix a bug where the -t option of the set subcommand
    was not working (stable-fixes).
  - cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN
    (stable-fixes).
  - Bluetooth: hci_sync: Avoid adding default advertising on startup
    (stable-fixes).
  - commit 3580eab
  - ALSA: hda/realtek - Add new HP ZBook laptop with micmute led
    fixup (stable-fixes).
  - commit 0d08638
  - ALSA: hda/realtek: Add support for HP Agusta using CS35L41 HDA
    (stable-fixes).
  - commit 33271d8
  - bpf, bpftool: Fix incorrect disasm pc (git-fixes).
  - commit 4188abf
  - bpf: bpftool: Setting error code in do_loader() (git-fixes).
  - commit 6283bbf
  - bpftool: Fix readlink usage in get_fd_type (git-fixes).
  - commit ae9652c
  - bpftool: fix potential NULL pointer dereferencing in prog_dump()
    (git-fixes).
  - commit 171c943
  - bpftool: Mount bpffs when pinmaps path not under the bpffs
    (git-fixes).
  - commit fb91e0e

++++ kernel-rt_debug:

  - rcu-tasks: Maintain real-time response in (bsc#1246298)
  - commit 1fbb6ff
  - rcu-tasks: Eliminate deadlocks involving do_exit() and RCU (bsc#1246298)
  - commit 61288e7
  - smb: client: fix use-after-free in cifs_oplock_break
    (bsc#1248199, CVE-2025-38527).
  - commit 4692a87
  - supported.conf: mark hyperv_drm as external
  - net: hv_netvsc: fix loss of early receive events from host
    during channel open (git-fixes).
  - hv_netvsc: Fix panic during namespace deletion with VF
    (bsc#1248111).
  - hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open
    to prevent IPv6 addrconf (git-fixes).
  - commit 2985c60
  - Drop PCI patches that broke kdump capture boot (bsc#1246509)
    Deleted:
    patches.suse/PCI-Explicitly-put-devices-into-D0-when-initializing.patch
    patches.suse/PCI-PM-Set-up-runtime-PM-even-for-devices-without-PC.patch
    Refreshed:
    patches.suse/PCI-Support-Immediate-Readiness-on-devices-without-PM.patch
  - commit 70a44f4
  - netfilter: nf_tables: split async and sync catchall in two
    functions (git-fixes).
  - Refresh
    patches.kabi/kABI-make-nft_trans_gc_catchall-public-again.patch.
  - commit b907ff6
  - netfilter: nf_tables: Fix entries val in rule reset audit log
    (git-fixes).
  - commit a8ae150
  - platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious
    8042 quirks list (stable-fixes).
  - drm/amdgpu: drop hw access in non-DC audio fini (stable-fixes).
  - drm/amd/display: Don't warn when missing DCE encoder caps
    (stable-fixes).
  - commit 2aad2ce
  - ALSA: hda/hdmi: Add pin fix for another HP EliteDesk 800 G4
    model (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY
    (stable-fixes).
  - ALSA: usb-audio: Add mute TLV for playback volumes on some
    devices (stable-fixes).
  - cpupower: Fix a bug where the -t option of the set subcommand
    was not working (stable-fixes).
  - cdc_ncm: Flag Intel OEM version of Fibocom L850-GL as WWAN
    (stable-fixes).
  - Bluetooth: hci_sync: Avoid adding default advertising on startup
    (stable-fixes).
  - commit 3580eab
  - ALSA: hda/realtek - Add new HP ZBook laptop with micmute led
    fixup (stable-fixes).
  - commit 0d08638
  - ALSA: hda/realtek: Add support for HP Agusta using CS35L41 HDA
    (stable-fixes).
  - commit 33271d8
  - bpf, bpftool: Fix incorrect disasm pc (git-fixes).
  - commit 4188abf
  - bpf: bpftool: Setting error code in do_loader() (git-fixes).
  - commit 6283bbf
  - bpftool: Fix readlink usage in get_fd_type (git-fixes).
  - commit ae9652c
  - bpftool: fix potential NULL pointer dereferencing in prog_dump()
    (git-fixes).
  - commit 171c943
  - bpftool: Mount bpffs when pinmaps path not under the bpffs
    (git-fixes).
  - commit fb91e0e

------------------------------------------------------------------
------------------  2025-9-9  -  Sep 9 2025  -------------------
------------------------------------------------------------------

++++ curl:

  - Security fixes:
    * [bsc#1249191, CVE-2025-9086] Out of bounds read for cookie path
    * [bsc#1249348, CVE-2025-10148] Predictable WebSocket mask
    * Add patches:
  - curl-CVE-2025-9086.patch
  - curl-CVE-2025-10148.patch

++++ kernel-default:

  - x86/amd_nb: Restrict init function to AMD-based systems (git-fixes).
  - commit f7e4409
  - x86/rdrand: Disable RDSEED on AMD Cyan Skillfish (git-fixes).
  - commit a5e740f
  - x86/fpu: Delay instruction pointer fixup until after warning (git-fixes).
  - commit 6c7016a
  - x86/microcode/AMD: Handle the case of no BIOS microcode (git-fixes).
  - commit 8f2342d
  - kernel-subpackage-build: Decompress ghost file when compressed version exists (bsc#1249346)
  - commit 40606b5
  - kABI workaround for RCU tasks exit tracking (bsc#1246298).
  - commit 90e8606
  - btrfs: always update fstrim_range on failure in FITRIM ioctl
    (git-fixes).
  - commit 8b0d717
  - netfilter: nf_tables: remove catchall element in GC sync path
    (git-fixes).
  - Refresh
    patches.kabi/kABI-make-nft_trans_gc_catchall-public-again.patch.
  - commit 6c470e7
  - netfilter: nf_tables: revert do not remove elements if set
    backend implements .abort (git-fixes).
  - commit 54e2e34
  - netfilter: nf_tables: Unbreak audit log reset (git-fixes).
  - commit 1d98f3d
  - net/mlx5: Check device memory pointer before usage
    (CVE-2025-38645 bsc#1248626).
  - commit 1353943
  - x86/Kconfig: Always enable ARCH_SPARSEMEM_ENABLE (git-fixes).
  - commit 74f5e8a
  - ceph: validate snapdirname option length when mounting (git-fixes).
  - commit 3370873
  - ceph: fix possible integer overflow in ceph_zero_objects() (git-fixes).
  - commit 096933b
  - x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR  fails (git-fixes).
  - commit 1d1b06c
  - btrfs: add cancellation points to trim loops (git-fixes).
  - btrfs: split remaining space to discard in chunks (git-fixes).
  - btrfs: use SECTOR_SHIFT to convert physical offset to LBA
    (git-fixes).
  - commit 6bf77bf
  - mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn
    (git-fixes).
  - commit 6e9d9d9
  - mm/hwpoison: do not send SIGBUS to processes with recovered
    clean pages (git-fixes).
  - commit 34ad618
  - xen: fix UAF in dmabuf_exp_from_pages() (CVE-2025-38595
    bsc#1248380).
  - commit 00fd621
  - selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checks
    (git-fixes).
  - selftests/bpf: Add cmp_map_pointer_with_const test (git-fixes).
  - bpf: Make reg_not_null() true for CONST_PTR_TO_MAP (git-fixes).
  - commit d187572
  - PCI: pnv_php: Fix surprise plug detection and recovery
    (CVE-2025-38623 bsc#1248610).
  - commit e872ea6
  - file: add take_fd() cleanup helper (CVE-2025-38595 bsc#1248380).
  - commit 7ffa1d7
  - drm/rockchip: vop2: fail cleanly if missing a primary plane
    for a video-port (CVE-2025-38597 bsc#1248378).
  - commit 7f132df
  - bpf: Disable migration in nf_hook_run_bpf() (bsc#1248622
    CVE-2025-38640).
  - commit b485f08
  - btrfs: avoid load/store tearing races when checking if an
    inode was logged (git-fixes).
  - commit 60df77c

++++ kernel-rt:

  - x86/amd_nb: Restrict init function to AMD-based systems (git-fixes).
  - commit f7e4409
  - x86/rdrand: Disable RDSEED on AMD Cyan Skillfish (git-fixes).
  - commit a5e740f
  - x86/fpu: Delay instruction pointer fixup until after warning (git-fixes).
  - commit 6c7016a
  - x86/microcode/AMD: Handle the case of no BIOS microcode (git-fixes).
  - commit 8f2342d
  - kernel-subpackage-build: Decompress ghost file when compressed version exists (bsc#1249346)
  - commit 40606b5
  - kABI workaround for RCU tasks exit tracking (bsc#1246298).
  - commit 90e8606
  - btrfs: always update fstrim_range on failure in FITRIM ioctl
    (git-fixes).
  - commit 8b0d717
  - netfilter: nf_tables: remove catchall element in GC sync path
    (git-fixes).
  - Refresh
    patches.kabi/kABI-make-nft_trans_gc_catchall-public-again.patch.
  - commit 6c470e7
  - netfilter: nf_tables: revert do not remove elements if set
    backend implements .abort (git-fixes).
  - commit 54e2e34
  - netfilter: nf_tables: Unbreak audit log reset (git-fixes).
  - commit 1d98f3d
  - net/mlx5: Check device memory pointer before usage
    (CVE-2025-38645 bsc#1248626).
  - commit 1353943
  - x86/Kconfig: Always enable ARCH_SPARSEMEM_ENABLE (git-fixes).
  - commit 74f5e8a
  - ceph: validate snapdirname option length when mounting (git-fixes).
  - commit 3370873
  - ceph: fix possible integer overflow in ceph_zero_objects() (git-fixes).
  - commit 096933b
  - x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR  fails (git-fixes).
  - commit 1d1b06c
  - btrfs: add cancellation points to trim loops (git-fixes).
  - btrfs: split remaining space to discard in chunks (git-fixes).
  - btrfs: use SECTOR_SHIFT to convert physical offset to LBA
    (git-fixes).
  - commit 6bf77bf
  - mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn
    (git-fixes).
  - commit 6e9d9d9
  - mm/hwpoison: do not send SIGBUS to processes with recovered
    clean pages (git-fixes).
  - commit 34ad618
  - xen: fix UAF in dmabuf_exp_from_pages() (CVE-2025-38595
    bsc#1248380).
  - commit 00fd621
  - selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checks
    (git-fixes).
  - selftests/bpf: Add cmp_map_pointer_with_const test (git-fixes).
  - bpf: Make reg_not_null() true for CONST_PTR_TO_MAP (git-fixes).
  - commit d187572
  - PCI: pnv_php: Fix surprise plug detection and recovery
    (CVE-2025-38623 bsc#1248610).
  - commit e872ea6
  - file: add take_fd() cleanup helper (CVE-2025-38595 bsc#1248380).
  - commit 7ffa1d7
  - drm/rockchip: vop2: fail cleanly if missing a primary plane
    for a video-port (CVE-2025-38597 bsc#1248378).
  - commit 7f132df
  - bpf: Disable migration in nf_hook_run_bpf() (bsc#1248622
    CVE-2025-38640).
  - commit b485f08
  - btrfs: avoid load/store tearing races when checking if an
    inode was logged (git-fixes).
  - commit 60df77c

++++ kernel-rt_debug:

  - x86/amd_nb: Restrict init function to AMD-based systems (git-fixes).
  - commit f7e4409
  - x86/rdrand: Disable RDSEED on AMD Cyan Skillfish (git-fixes).
  - commit a5e740f
  - x86/fpu: Delay instruction pointer fixup until after warning (git-fixes).
  - commit 6c7016a
  - x86/microcode/AMD: Handle the case of no BIOS microcode (git-fixes).
  - commit 8f2342d
  - kernel-subpackage-build: Decompress ghost file when compressed version exists (bsc#1249346)
  - commit 40606b5
  - kABI workaround for RCU tasks exit tracking (bsc#1246298).
  - commit 90e8606
  - btrfs: always update fstrim_range on failure in FITRIM ioctl
    (git-fixes).
  - commit 8b0d717
  - netfilter: nf_tables: remove catchall element in GC sync path
    (git-fixes).
  - Refresh
    patches.kabi/kABI-make-nft_trans_gc_catchall-public-again.patch.
  - commit 6c470e7
  - netfilter: nf_tables: revert do not remove elements if set
    backend implements .abort (git-fixes).
  - commit 54e2e34
  - netfilter: nf_tables: Unbreak audit log reset (git-fixes).
  - commit 1d98f3d
  - net/mlx5: Check device memory pointer before usage
    (CVE-2025-38645 bsc#1248626).
  - commit 1353943
  - x86/Kconfig: Always enable ARCH_SPARSEMEM_ENABLE (git-fixes).
  - commit 74f5e8a
  - ceph: validate snapdirname option length when mounting (git-fixes).
  - commit 3370873
  - ceph: fix possible integer overflow in ceph_zero_objects() (git-fixes).
  - commit 096933b
  - x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR  fails (git-fixes).
  - commit 1d1b06c
  - btrfs: add cancellation points to trim loops (git-fixes).
  - btrfs: split remaining space to discard in chunks (git-fixes).
  - btrfs: use SECTOR_SHIFT to convert physical offset to LBA
    (git-fixes).
  - commit 6bf77bf
  - mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn
    (git-fixes).
  - commit 6e9d9d9
  - mm/hwpoison: do not send SIGBUS to processes with recovered
    clean pages (git-fixes).
  - commit 34ad618
  - xen: fix UAF in dmabuf_exp_from_pages() (CVE-2025-38595
    bsc#1248380).
  - commit 00fd621
  - selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checks
    (git-fixes).
  - selftests/bpf: Add cmp_map_pointer_with_const test (git-fixes).
  - bpf: Make reg_not_null() true for CONST_PTR_TO_MAP (git-fixes).
  - commit d187572
  - PCI: pnv_php: Fix surprise plug detection and recovery
    (CVE-2025-38623 bsc#1248610).
  - commit e872ea6
  - file: add take_fd() cleanup helper (CVE-2025-38595 bsc#1248380).
  - commit 7ffa1d7
  - drm/rockchip: vop2: fail cleanly if missing a primary plane
    for a video-port (CVE-2025-38597 bsc#1248378).
  - commit 7f132df
  - bpf: Disable migration in nf_hook_run_bpf() (bsc#1248622
    CVE-2025-38640).
  - commit b485f08
  - btrfs: avoid load/store tearing races when checking if an
    inode was logged (git-fixes).
  - commit 60df77c

------------------------------------------------------------------
------------------  2025-9-8  -  Sep 8 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - btrfs: fix race between setting last_dir_index_offset and
    inode logging (git-fixes).
  - commit 9120538
  - btrfs: fix race between logging inode and checking if it was
    logged before (git-fixes).
  - commit 84758cf
  - btrfs: always abort transaction on failure to add block group
    to free space tree (git-fixes).
  - commit 55788e0
  - btrfs: move transaction aborts to the error site in
    add_block_group_free_space() (git-fixes).
  - commit 1bba414
  - btrfs: abort transaction on unexpected eb generation at
    btrfs_copy_root() (git-fixes).
  - commit 47cbfed
  - isolcpus: add missing hunk back (bsc#1236897 bsc#1249206).
    Update
    patches.suse/blk-mq-use-hk-cpus-only-when-isolcpus-managed_irq-is.patch
    (bsc#1236897 bsc#1249206).
  - commit d06c033
  - btrfs: qgroup: fix race between quota disable and quota rescan
    ioctl (git-fixes).
  - commit 6ecd72c
  - btrfs: abort transaction during log replay if walk_log_tree()
    failed (git-fixes).
  - commit 9ed0531
  - netfilter: nf_tables: bogus ENOENT when destroying element
    which does not exist (git-fixes).
  - commit 1720cdf
  - netfilter: nf_conntrack_bridge: initialize err to 0 (git-fixes).
  - commit 37ed3f8
  - netfilter: nat: fix ipv6 nat redirect with mapped and scoped
    addresses (git-fixes).
  - commit dc55ccf
  - netfilter: xt_recent: fix (increase) ipv6 literal buffer length
    (git-fixes).
  - commit 9b71437
  - netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx
    (git-fixes).
  - commit 1837d60
  - netfilter: nf_tables: nft_obj_filter fits into cb->ctx
    (git-fixes).
  - commit 7ebf747
  - netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx
    (git-fixes).
  - commit 94eb28c
  - netfilter: nf_tables: A better name for nft_obj_filter
    (git-fixes).
  - commit 4e97e28
  - netfilter: nf_tables: Unconditionally allocate nft_obj_filter
    (git-fixes).
  - commit 71527ef
  - netfilter: nf_tables: Drop pointless memset in
    nf_tables_dump_obj (git-fixes).
  - commit 457aebd
  - netfilter: nf_tables: Introduce nf_tables_getrule_single()
    (git-fixes).
  - commit 1f75537
  - netfilter: xt_nfacct: don't assume acct name is null-terminated (CVE-2025-38639 bsc#1248674)
  - commit e51b72e
  - netfilter: nf_tables: Open-code audit log call in
    nf_tables_getrule() (git-fixes).
  - commit 05444c9
  - netfilter: nft_set_rbtree: prefer sync gc to async worker
    (git-fixes).
  - commit 3892bab
  - netfilter: nft_set_rbtree: rename gc deactivate+erase function
    (git-fixes).
  - commit ee5de41
  - netfilter: nf_tables: Drop pointless memset when dumping rules
    (git-fixes).
  - commit 9da7ab8
  - kABI: netfilter flowtable move gc operation to bottom
    (git-fixes).
  - commit 81690ca
  - netfilter: flowtable: GC pushes back packets to classic path
    (git-fixes).
  - commit 6e4c347
  - Update config files. (bsc#1249186)
    Plain run_oldconfig after Kconfig update.
  - commit 9d7abe4
  - Refresh
    patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch. (bsc#1249186)
  - commit 99400d5
  - x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and
    arch_sync_kernel_mappings() (git-fixes).
  - commit 79df6a3
  - mm: introduce and use {pgd,p4d}_populate_kernel() (git-fixes).
  - commit b0342dd
  - netfilter: nf_tables: audit log object reset once per table
    (git-fixes).
  - commit fd6322c
  - netfilter: nft_payload: fix wrong mac header matching
    (git-fixes).
  - commit d699ba5
  - netfilter: nfnetlink_log: silence bogus compiler warning
    (git-fixes).
  - commit f57923e
  - mm: move page table sync declarations to linux/pgtable.h
    (git-fixes).
  - commit 1222abb
  - netfilter: nf_tables: do not remove elements if set backend
    implements .abort (git-fixes).
  - commit 19ebcee
  - netfilter: nf_tables: Deduplicate nft_register_obj audit logs
    (git-fixes).
  - commit 649bcef
  - kABI workaround for bluetooth discovery_state change
    (CVE-2025-38593 bsc#1248357).
  - commit a2afff6
  - Bluetooth: hci_sync: fix double free in
    'hci_discovery_filter_clear()' (CVE-2025-38593 bsc#1248357).
  - Refresh patches.kabi/bluetooth-hci_dev-kabi-workaround.patch.
  - commit c998281

++++ kernel-rt:

  - btrfs: fix race between setting last_dir_index_offset and
    inode logging (git-fixes).
  - commit 9120538
  - btrfs: fix race between logging inode and checking if it was
    logged before (git-fixes).
  - commit 84758cf
  - btrfs: always abort transaction on failure to add block group
    to free space tree (git-fixes).
  - commit 55788e0
  - btrfs: move transaction aborts to the error site in
    add_block_group_free_space() (git-fixes).
  - commit 1bba414
  - btrfs: abort transaction on unexpected eb generation at
    btrfs_copy_root() (git-fixes).
  - commit 47cbfed
  - isolcpus: add missing hunk back (bsc#1236897 bsc#1249206).
    Update
    patches.suse/blk-mq-use-hk-cpus-only-when-isolcpus-managed_irq-is.patch
    (bsc#1236897 bsc#1249206).
  - commit d06c033
  - btrfs: qgroup: fix race between quota disable and quota rescan
    ioctl (git-fixes).
  - commit 6ecd72c
  - btrfs: abort transaction during log replay if walk_log_tree()
    failed (git-fixes).
  - commit 9ed0531
  - netfilter: nf_tables: bogus ENOENT when destroying element
    which does not exist (git-fixes).
  - commit 1720cdf
  - netfilter: nf_conntrack_bridge: initialize err to 0 (git-fixes).
  - commit 37ed3f8
  - netfilter: nat: fix ipv6 nat redirect with mapped and scoped
    addresses (git-fixes).
  - commit dc55ccf
  - netfilter: xt_recent: fix (increase) ipv6 literal buffer length
    (git-fixes).
  - commit 9b71437
  - netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx
    (git-fixes).
  - commit 1837d60
  - netfilter: nf_tables: nft_obj_filter fits into cb->ctx
    (git-fixes).
  - commit 7ebf747
  - netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx
    (git-fixes).
  - commit 94eb28c
  - netfilter: nf_tables: A better name for nft_obj_filter
    (git-fixes).
  - commit 4e97e28
  - netfilter: nf_tables: Unconditionally allocate nft_obj_filter
    (git-fixes).
  - commit 71527ef
  - netfilter: nf_tables: Drop pointless memset in
    nf_tables_dump_obj (git-fixes).
  - commit 457aebd
  - netfilter: nf_tables: Introduce nf_tables_getrule_single()
    (git-fixes).
  - commit 1f75537
  - netfilter: xt_nfacct: don't assume acct name is null-terminated (CVE-2025-38639 bsc#1248674)
  - commit e51b72e
  - netfilter: nf_tables: Open-code audit log call in
    nf_tables_getrule() (git-fixes).
  - commit 05444c9
  - netfilter: nft_set_rbtree: prefer sync gc to async worker
    (git-fixes).
  - commit 3892bab
  - netfilter: nft_set_rbtree: rename gc deactivate+erase function
    (git-fixes).
  - commit ee5de41
  - netfilter: nf_tables: Drop pointless memset when dumping rules
    (git-fixes).
  - commit 9da7ab8
  - kABI: netfilter flowtable move gc operation to bottom
    (git-fixes).
  - commit 81690ca
  - netfilter: flowtable: GC pushes back packets to classic path
    (git-fixes).
  - commit 6e4c347
  - Update config files. (bsc#1249186)
    Plain run_oldconfig after Kconfig update.
  - commit 9d7abe4
  - Refresh
    patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch. (bsc#1249186)
  - commit 99400d5
  - x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and
    arch_sync_kernel_mappings() (git-fixes).
  - commit 79df6a3
  - mm: introduce and use {pgd,p4d}_populate_kernel() (git-fixes).
  - commit b0342dd
  - netfilter: nf_tables: audit log object reset once per table
    (git-fixes).
  - commit fd6322c
  - netfilter: nft_payload: fix wrong mac header matching
    (git-fixes).
  - commit d699ba5
  - netfilter: nfnetlink_log: silence bogus compiler warning
    (git-fixes).
  - commit f57923e
  - mm: move page table sync declarations to linux/pgtable.h
    (git-fixes).
  - commit 1222abb
  - netfilter: nf_tables: do not remove elements if set backend
    implements .abort (git-fixes).
  - commit 19ebcee
  - netfilter: nf_tables: Deduplicate nft_register_obj audit logs
    (git-fixes).
  - commit 649bcef
  - kABI workaround for bluetooth discovery_state change
    (CVE-2025-38593 bsc#1248357).
  - commit a2afff6
  - Bluetooth: hci_sync: fix double free in
    'hci_discovery_filter_clear()' (CVE-2025-38593 bsc#1248357).
  - Refresh patches.kabi/bluetooth-hci_dev-kabi-workaround.patch.
  - commit c998281

++++ kernel-rt_debug:

  - btrfs: fix race between setting last_dir_index_offset and
    inode logging (git-fixes).
  - commit 9120538
  - btrfs: fix race between logging inode and checking if it was
    logged before (git-fixes).
  - commit 84758cf
  - btrfs: always abort transaction on failure to add block group
    to free space tree (git-fixes).
  - commit 55788e0
  - btrfs: move transaction aborts to the error site in
    add_block_group_free_space() (git-fixes).
  - commit 1bba414
  - btrfs: abort transaction on unexpected eb generation at
    btrfs_copy_root() (git-fixes).
  - commit 47cbfed
  - isolcpus: add missing hunk back (bsc#1236897 bsc#1249206).
    Update
    patches.suse/blk-mq-use-hk-cpus-only-when-isolcpus-managed_irq-is.patch
    (bsc#1236897 bsc#1249206).
  - commit d06c033
  - btrfs: qgroup: fix race between quota disable and quota rescan
    ioctl (git-fixes).
  - commit 6ecd72c
  - btrfs: abort transaction during log replay if walk_log_tree()
    failed (git-fixes).
  - commit 9ed0531
  - netfilter: nf_tables: bogus ENOENT when destroying element
    which does not exist (git-fixes).
  - commit 1720cdf
  - netfilter: nf_conntrack_bridge: initialize err to 0 (git-fixes).
  - commit 37ed3f8
  - netfilter: nat: fix ipv6 nat redirect with mapped and scoped
    addresses (git-fixes).
  - commit dc55ccf
  - netfilter: xt_recent: fix (increase) ipv6 literal buffer length
    (git-fixes).
  - commit 9b71437
  - netfilter: nf_tables: Carry reset boolean in nft_obj_dump_ctx
    (git-fixes).
  - commit 1837d60
  - netfilter: nf_tables: nft_obj_filter fits into cb->ctx
    (git-fixes).
  - commit 7ebf747
  - netfilter: nf_tables: Carry s_idx in nft_obj_dump_ctx
    (git-fixes).
  - commit 94eb28c
  - netfilter: nf_tables: A better name for nft_obj_filter
    (git-fixes).
  - commit 4e97e28
  - netfilter: nf_tables: Unconditionally allocate nft_obj_filter
    (git-fixes).
  - commit 71527ef
  - netfilter: nf_tables: Drop pointless memset in
    nf_tables_dump_obj (git-fixes).
  - commit 457aebd
  - netfilter: nf_tables: Introduce nf_tables_getrule_single()
    (git-fixes).
  - commit 1f75537
  - netfilter: xt_nfacct: don't assume acct name is null-terminated (CVE-2025-38639 bsc#1248674)
  - commit e51b72e
  - netfilter: nf_tables: Open-code audit log call in
    nf_tables_getrule() (git-fixes).
  - commit 05444c9
  - netfilter: nft_set_rbtree: prefer sync gc to async worker
    (git-fixes).
  - commit 3892bab
  - netfilter: nft_set_rbtree: rename gc deactivate+erase function
    (git-fixes).
  - commit ee5de41
  - netfilter: nf_tables: Drop pointless memset when dumping rules
    (git-fixes).
  - commit 9da7ab8
  - kABI: netfilter flowtable move gc operation to bottom
    (git-fixes).
  - commit 81690ca
  - netfilter: flowtable: GC pushes back packets to classic path
    (git-fixes).
  - commit 6e4c347
  - Update config files. (bsc#1249186)
    Plain run_oldconfig after Kconfig update.
  - commit 9d7abe4
  - Refresh
    patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch. (bsc#1249186)
  - commit 99400d5
  - x86/mm/64: define ARCH_PAGE_TABLE_SYNC_MASK and
    arch_sync_kernel_mappings() (git-fixes).
  - commit 79df6a3
  - mm: introduce and use {pgd,p4d}_populate_kernel() (git-fixes).
  - commit b0342dd
  - netfilter: nf_tables: audit log object reset once per table
    (git-fixes).
  - commit fd6322c
  - netfilter: nft_payload: fix wrong mac header matching
    (git-fixes).
  - commit d699ba5
  - netfilter: nfnetlink_log: silence bogus compiler warning
    (git-fixes).
  - commit f57923e
  - mm: move page table sync declarations to linux/pgtable.h
    (git-fixes).
  - commit 1222abb
  - netfilter: nf_tables: do not remove elements if set backend
    implements .abort (git-fixes).
  - commit 19ebcee
  - netfilter: nf_tables: Deduplicate nft_register_obj audit logs
    (git-fixes).
  - commit 649bcef
  - kABI workaround for bluetooth discovery_state change
    (CVE-2025-38593 bsc#1248357).
  - commit a2afff6
  - Bluetooth: hci_sync: fix double free in
    'hci_discovery_filter_clear()' (CVE-2025-38593 bsc#1248357).
  - Refresh patches.kabi/bluetooth-hci_dev-kabi-workaround.patch.
  - commit c998281

++++ bluez:

  - Add input.conf-Change-default-of-ClassicBondedOnly.patch
    to change default of ClassicBondedOnly in input.conf.
    25a471a83e02 input.conf: Change default of ClassicBondedOnly
    (bsc#1217877, CVE-2023-45866)
  - Fixed the date in bluez.changes:
  - Mon Sep2y 09:36:31 CEST 2008 - seife@suse.de
    +Mon Sep 29 09:36:31 CEST 2008 - seife@suse.de

++++ tiff:

  - security update:
    * CVE-2025-8961 [bsc#1248117]
    Fix segmentation fault via main function of tiffcrop utility
    + tiff-CVE-2025-8961.patch

++++ net-tools:

  - Drop 0002-Do-not-warn-about-interface-socket-not-binded.patch. It
    worked around a net-tools-1.60 specific problem, that does not
    happen in net-tools-2.10. It is more harmful than useful, as it
    can hide real problems. (bsc#430864#c15,
    https://github.com/ecki/net-tools/issues/32#issuecomment-3265471116).

++++ nvidia-open-driver-G06-signed:

  - let conflict CUDA and non-CUDA -devel packages; this is needed
    if both have the same version

------------------------------------------------------------------
------------------  2025-9-7  -  Sep 7 2025  -------------------
------------------------------------------------------------------

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 580.82.07 (boo#1249235)

------------------------------------------------------------------
------------------  2025-9-6  -  Sep 6 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nouveau: fix disabling the nonstall irq due to storm code
    (git-fixes).
  - commit 476894d
  - spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer
    abort (git-fixes).
  - spi: spi-fsl-lpspi: Set correct chip-select polarity bit
    (git-fixes).
  - spi: spi-fsl-lpspi: Fix transmissions when using CONT
    (git-fixes).
  - ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids() (git-fixes).
  - hwmon: mlxreg-fan: Prevent fans from getting stuck at 0 RPM
    (git-fixes).
  - drm/amd/amdgpu: Fix missing error return on kzalloc failure
    (git-fixes).
  - drm/bridge: ti-sn65dsi86: fix REFCLK setting (git-fixes).
  - pcmcia: Add error handling for add_interval() in
    do_validate_mem() (git-fixes).
  - pcmcia: omap: Add missing check for platform_get_resource
    (git-fixes).
  - pcmcia: Fix a NULL pointer dereference in
    __iodyn_find_io_region() (git-fixes).
  - commit 2aa7ff8
  - Update config files: CONFIG_SUSE_HAVE_STABLE_KABI=n for arm64/debug flavor
  - commit 7319322

++++ kernel-rt:

  - nouveau: fix disabling the nonstall irq due to storm code
    (git-fixes).
  - commit 476894d
  - spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer
    abort (git-fixes).
  - spi: spi-fsl-lpspi: Set correct chip-select polarity bit
    (git-fixes).
  - spi: spi-fsl-lpspi: Fix transmissions when using CONT
    (git-fixes).
  - ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids() (git-fixes).
  - hwmon: mlxreg-fan: Prevent fans from getting stuck at 0 RPM
    (git-fixes).
  - drm/amd/amdgpu: Fix missing error return on kzalloc failure
    (git-fixes).
  - drm/bridge: ti-sn65dsi86: fix REFCLK setting (git-fixes).
  - pcmcia: Add error handling for add_interval() in
    do_validate_mem() (git-fixes).
  - pcmcia: omap: Add missing check for platform_get_resource
    (git-fixes).
  - pcmcia: Fix a NULL pointer dereference in
    __iodyn_find_io_region() (git-fixes).
  - commit 2aa7ff8
  - Update config files: CONFIG_SUSE_HAVE_STABLE_KABI=n for arm64/debug flavor
  - commit 7319322

++++ kernel-rt_debug:

  - nouveau: fix disabling the nonstall irq due to storm code
    (git-fixes).
  - commit 476894d
  - spi: spi-fsl-lpspi: Reset FIFO and disable module on transfer
    abort (git-fixes).
  - spi: spi-fsl-lpspi: Set correct chip-select polarity bit
    (git-fixes).
  - spi: spi-fsl-lpspi: Fix transmissions when using CONT
    (git-fixes).
  - ACPI/IORT: Fix memory leak in iort_rmr_alloc_sids() (git-fixes).
  - hwmon: mlxreg-fan: Prevent fans from getting stuck at 0 RPM
    (git-fixes).
  - drm/amd/amdgpu: Fix missing error return on kzalloc failure
    (git-fixes).
  - drm/bridge: ti-sn65dsi86: fix REFCLK setting (git-fixes).
  - pcmcia: Add error handling for add_interval() in
    do_validate_mem() (git-fixes).
  - pcmcia: omap: Add missing check for platform_get_resource
    (git-fixes).
  - pcmcia: Fix a NULL pointer dereference in
    __iodyn_find_io_region() (git-fixes).
  - commit 2aa7ff8
  - Update config files: CONFIG_SUSE_HAVE_STABLE_KABI=n for arm64/debug flavor
  - commit 7319322

++++ net-tools:

  - Drop 0004-By-default-do-not-fopen-anything-in-netrom_gr.patch. It
    was net-tools-1.60 specific leak fix and breaks netrom in
    net-tools-2.10 (bnc#544339#c2).

++++ nvidia-open-driver-G06-signed:

  - update CUDA variant to 580.82.07

------------------------------------------------------------------
------------------  2025-9-5  -  Sep 5 2025  -------------------
------------------------------------------------------------------

++++ audit-secondary:

  - Fix plugin termination when using systemd service units (bsc#1215377)
    * add auditd.service-fix-plugin-termination.patch

++++ chrony:

  - Update to version 4.8:
    * Add maxunreach option to limit selection of unreachable sources
    * Add -u option to chronyc to drop root privileges (default
    chronyc user is set by configure script)
    * Fix refclock extpps option to work on Linux >= 6.15
    * Validate refclock samples for reachability updates
    * Obsoletes chrony-unix-socket.patch
    * Obsoletes chrony-remove-chmod.patch

++++ kernel-default:

  - erofs: fix atomic context detection when
    !CONFIG_DEBUG_LOCK_ALLOC (git-fixes).
  - commit 8bbba66
  - net: drop UFO packets in udp_rcv_segment() (CVE-2025-38622
    bsc#1248619).
  - commit b74a30a
  - kABI: adjust new field on ip_ct_sctp struct (git-fixes).
  - commit b932c6f
  - netfilter: handle the connecting collision properly in
    nf_conntrack_proto_sctp (git-fixes).
  - commit 935c934
  - smb: client: fix use-after-free in crypt_message when using
    async crypto (bsc#1247239, CVE-2025-38488).
  - commit 4fd2db6
  - HID: input: report battery status changes immediately
    (git-fixes).
  - HID: input: rename hidinput_set_battery_charge_status()
    (stable-fixes).
  - commit c8518b5
  - wifi: ath12k: Pass ab pointer directly to
    ath12k_dp_tx_get_encap_type() (CVE-2025-38605 bsc#1248334).
  - regulator: core: fix NULL dereference on unbind due to stale
    coupling data (CVE-2025-38668 bsc#1248647).
  - commit 684e871
  - wifi: ath11k: fix group data packet drops during rekey
    (git-fixes).
  - commit 8f7f429
  - ax25: properly unshare skbs in ax25_kiss_rcv() (git-fixes).
  - wifi: cfg80211: sme: cap SSID length in
    __cfg80211_connect_result() (git-fixes).
  - wifi: libertas: cap SSID len in lbs_associate() (git-fixes).
  - wifi: cw1200: cap SSID length in cw1200_do_join() (git-fixes).
  - batman-adv: fix OOB read/write in network-coding decode
    (git-fixes).
  - Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
    (git-fixes).
  - Bluetooth: vhci: Prevent use-after-free by removing debugfs
    files early (git-fixes).
  - mISDN: Fix memory leak in dsp_hwec_enable() (git-fixes).
  - xirc2ps_cs: fix register access when enabling FullDuplex
    (git-fixes).
  - wifi: iwlwifi: uefi: check DSM item validity (git-fixes).
  - wifi: mt76: mt7996: Initialize hdr before passing to
    skb_put_data() (git-fixes).
  - wifi: mwifiex: Initialize the chan_stats array to zero
    (git-fixes).
  - wifi: brcmfmac: fix use-after-free when rescheduling
    brcmf_btcoex_info work (git-fixes).
  - wifi: cfg80211: fix use-after-free in cmp_bss() (git-fixes).
  - HID: quirks: add support for Legion Go dual dinput modes
    (stable-fixes).
  - HID: hid-ntrig: fix unable to handle page fault in
    ntrig_report_version() (stable-fixes).
  - HID: wacom: Add a new Art Pen 2 (stable-fixes).
  - Revert "drm/amdgpu: fix incorrect vm flags to map bo"
    (stable-fixes).
  - net: rose: fix a typo in rose_clear_routes() (git-fixes).
  - net: rose: include node references in rose_neigh refcount
    (git-fixes).
  - net: rose: convert 'use' field to refcount_t (git-fixes).
  - net: rose: split remove and free operations in
    rose_remove_neigh() (stable-fixes).
  - dma/pool: Ensure DMA_DIRECT_REMAP allocations are decrypted
    (stable-fixes).
  - ASoC: codecs: tx-macro: correct tx_macro_component_drv name
    (stable-fixes).
  - ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list
    (stable-fixes).
  - HID: mcp2221: Handle reads greater than 60 bytes (stable-fixes).
  - HID: mcp2221: Don't set bus speed on every transfer
    (stable-fixes).
  - commit c45df83
  - perf: Revert to requiring CAP_SYS_ADMIN for uprobes (bsc#1247442
    CVE-2025-38466).
  - commit 6200f52
  - bpf: Properly test iter/task tid filtering (git-fixes).
  - commit 7cae248
  - bpf: Fix iter/task tid filtering (git-fixes).
  - commit 51eef98

++++ kernel-rt:

  - erofs: fix atomic context detection when
    !CONFIG_DEBUG_LOCK_ALLOC (git-fixes).
  - commit 8bbba66
  - net: drop UFO packets in udp_rcv_segment() (CVE-2025-38622
    bsc#1248619).
  - commit b74a30a
  - kABI: adjust new field on ip_ct_sctp struct (git-fixes).
  - commit b932c6f
  - netfilter: handle the connecting collision properly in
    nf_conntrack_proto_sctp (git-fixes).
  - commit 935c934
  - smb: client: fix use-after-free in crypt_message when using
    async crypto (bsc#1247239, CVE-2025-38488).
  - commit 4fd2db6
  - sched: add a sched_ttwu_queue sysctl (bsc#1247963, jsc#PED-13659).
  - commit 08d259a
  - HID: input: report battery status changes immediately
    (git-fixes).
  - HID: input: rename hidinput_set_battery_charge_status()
    (stable-fixes).
  - commit c8518b5
  - wifi: ath12k: Pass ab pointer directly to
    ath12k_dp_tx_get_encap_type() (CVE-2025-38605 bsc#1248334).
  - regulator: core: fix NULL dereference on unbind due to stale
    coupling data (CVE-2025-38668 bsc#1248647).
  - commit 684e871
  - wifi: ath11k: fix group data packet drops during rekey
    (git-fixes).
  - commit 8f7f429
  - ax25: properly unshare skbs in ax25_kiss_rcv() (git-fixes).
  - wifi: cfg80211: sme: cap SSID length in
    __cfg80211_connect_result() (git-fixes).
  - wifi: libertas: cap SSID len in lbs_associate() (git-fixes).
  - wifi: cw1200: cap SSID length in cw1200_do_join() (git-fixes).
  - batman-adv: fix OOB read/write in network-coding decode
    (git-fixes).
  - Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
    (git-fixes).
  - Bluetooth: vhci: Prevent use-after-free by removing debugfs
    files early (git-fixes).
  - mISDN: Fix memory leak in dsp_hwec_enable() (git-fixes).
  - xirc2ps_cs: fix register access when enabling FullDuplex
    (git-fixes).
  - wifi: iwlwifi: uefi: check DSM item validity (git-fixes).
  - wifi: mt76: mt7996: Initialize hdr before passing to
    skb_put_data() (git-fixes).
  - wifi: mwifiex: Initialize the chan_stats array to zero
    (git-fixes).
  - wifi: brcmfmac: fix use-after-free when rescheduling
    brcmf_btcoex_info work (git-fixes).
  - wifi: cfg80211: fix use-after-free in cmp_bss() (git-fixes).
  - HID: quirks: add support for Legion Go dual dinput modes
    (stable-fixes).
  - HID: hid-ntrig: fix unable to handle page fault in
    ntrig_report_version() (stable-fixes).
  - HID: wacom: Add a new Art Pen 2 (stable-fixes).
  - Revert "drm/amdgpu: fix incorrect vm flags to map bo"
    (stable-fixes).
  - net: rose: fix a typo in rose_clear_routes() (git-fixes).
  - net: rose: include node references in rose_neigh refcount
    (git-fixes).
  - net: rose: convert 'use' field to refcount_t (git-fixes).
  - net: rose: split remove and free operations in
    rose_remove_neigh() (stable-fixes).
  - dma/pool: Ensure DMA_DIRECT_REMAP allocations are decrypted
    (stable-fixes).
  - ASoC: codecs: tx-macro: correct tx_macro_component_drv name
    (stable-fixes).
  - ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list
    (stable-fixes).
  - HID: mcp2221: Handle reads greater than 60 bytes (stable-fixes).
  - HID: mcp2221: Don't set bus speed on every transfer
    (stable-fixes).
  - commit c45df83
  - perf: Revert to requiring CAP_SYS_ADMIN for uprobes (bsc#1247442
    CVE-2025-38466).
  - commit 6200f52
  - bpf: Properly test iter/task tid filtering (git-fixes).
  - commit 7cae248
  - bpf: Fix iter/task tid filtering (git-fixes).
  - commit 51eef98

++++ kernel-rt_debug:

  - erofs: fix atomic context detection when
    !CONFIG_DEBUG_LOCK_ALLOC (git-fixes).
  - commit 8bbba66
  - net: drop UFO packets in udp_rcv_segment() (CVE-2025-38622
    bsc#1248619).
  - commit b74a30a
  - kABI: adjust new field on ip_ct_sctp struct (git-fixes).
  - commit b932c6f
  - netfilter: handle the connecting collision properly in
    nf_conntrack_proto_sctp (git-fixes).
  - commit 935c934
  - smb: client: fix use-after-free in crypt_message when using
    async crypto (bsc#1247239, CVE-2025-38488).
  - commit 4fd2db6
  - sched: add a sched_ttwu_queue sysctl (bsc#1247963, jsc#PED-13659).
  - commit 08d259a
  - HID: input: report battery status changes immediately
    (git-fixes).
  - HID: input: rename hidinput_set_battery_charge_status()
    (stable-fixes).
  - commit c8518b5
  - wifi: ath12k: Pass ab pointer directly to
    ath12k_dp_tx_get_encap_type() (CVE-2025-38605 bsc#1248334).
  - regulator: core: fix NULL dereference on unbind due to stale
    coupling data (CVE-2025-38668 bsc#1248647).
  - commit 684e871
  - wifi: ath11k: fix group data packet drops during rekey
    (git-fixes).
  - commit 8f7f429
  - ax25: properly unshare skbs in ax25_kiss_rcv() (git-fixes).
  - wifi: cfg80211: sme: cap SSID length in
    __cfg80211_connect_result() (git-fixes).
  - wifi: libertas: cap SSID len in lbs_associate() (git-fixes).
  - wifi: cw1200: cap SSID length in cw1200_do_join() (git-fixes).
  - batman-adv: fix OOB read/write in network-coding decode
    (git-fixes).
  - Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
    (git-fixes).
  - Bluetooth: vhci: Prevent use-after-free by removing debugfs
    files early (git-fixes).
  - mISDN: Fix memory leak in dsp_hwec_enable() (git-fixes).
  - xirc2ps_cs: fix register access when enabling FullDuplex
    (git-fixes).
  - wifi: iwlwifi: uefi: check DSM item validity (git-fixes).
  - wifi: mt76: mt7996: Initialize hdr before passing to
    skb_put_data() (git-fixes).
  - wifi: mwifiex: Initialize the chan_stats array to zero
    (git-fixes).
  - wifi: brcmfmac: fix use-after-free when rescheduling
    brcmf_btcoex_info work (git-fixes).
  - wifi: cfg80211: fix use-after-free in cmp_bss() (git-fixes).
  - HID: quirks: add support for Legion Go dual dinput modes
    (stable-fixes).
  - HID: hid-ntrig: fix unable to handle page fault in
    ntrig_report_version() (stable-fixes).
  - HID: wacom: Add a new Art Pen 2 (stable-fixes).
  - Revert "drm/amdgpu: fix incorrect vm flags to map bo"
    (stable-fixes).
  - net: rose: fix a typo in rose_clear_routes() (git-fixes).
  - net: rose: include node references in rose_neigh refcount
    (git-fixes).
  - net: rose: convert 'use' field to refcount_t (git-fixes).
  - net: rose: split remove and free operations in
    rose_remove_neigh() (stable-fixes).
  - dma/pool: Ensure DMA_DIRECT_REMAP allocations are decrypted
    (stable-fixes).
  - ASoC: codecs: tx-macro: correct tx_macro_component_drv name
    (stable-fixes).
  - ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list
    (stable-fixes).
  - HID: mcp2221: Handle reads greater than 60 bytes (stable-fixes).
  - HID: mcp2221: Don't set bus speed on every transfer
    (stable-fixes).
  - commit c45df83
  - perf: Revert to requiring CAP_SYS_ADMIN for uprobes (bsc#1247442
    CVE-2025-38466).
  - commit 6200f52
  - bpf: Properly test iter/task tid filtering (git-fixes).
  - commit 7cae248
  - bpf: Fix iter/task tid filtering (git-fixes).
  - commit 51eef98

------------------------------------------------------------------
------------------  2025-9-4  -  Sep 4 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to docker-buildx v0.28.0. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.28.0>
  - Update to Docker 28.4.0-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/28/#2840>
    * Fixes a nil pointer panic in "docker push". bsc#1248373
  - Rebased patches:
    * 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch
    * 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * cli-0001-openSUSE-point-users-to-docker-buildx-package.patch
    * cli-0002-SECRETS-SUSE-default-to-DOCKER_BUILDKIT-0-for-docker.patch

++++ kernel-default:

  - wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac() (CVE-2025-38643 bsc#1248681)
  - commit 913bce0
  - netfilter: conntrack: fix extension size table (git-fixes).
  - commit 3a3ec96
  - netfilter: nf_tables: disallow element removal on anonymous sets
    (git-fixes).
  - commit ed5fdf4
  - netfilter: nft_set_hash: try later when GC hits EAGAIN on
    iteration (git-fixes).
  - commit 1044906
  - netfilter: nft_set_pipapo: stop GC iteration if GC transaction
    allocation fails (git-fixes).
  - commit 102d93f
  - kABI: make nft_trans_gc_catchall() public again (git-fixes).
  - commit a176bb1
  - netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync()
    in catchall GC (git-fixes).
  - commit d64bf79
  - kABI fix for "netfilter: nf_tables: Audit log rule reset"
    (git-fixes).
  - commit 5173417
  - netfilter: nf_tables: Audit log rule reset (git-fixes).
  - commit f27562f
  - [ceph] parse_longname(): strrchr() expects NUL-terminated string
    (bsc#1248634 CVE-2025-38660).
  - commit cc1fe76
  - s390/sclp: Fix SCCB present check (git-fixes bsc#1249123).
  - s390/time: Use monotonic clock in get_cycles() (git-fixes
    bsc#1249125).
  - s390/stp: Remove udelay from stp_sync_clock() (git-fixes
    bsc#1249124).
  - hypfs_create_cpu_files(): add missing check for hypfs_mkdir()
    failure (git-fixes bsc#1249122).
  - commit a699d99
  - Refresh
    patches.kabi/kabi-s390-ism-fix-concurrency-management-in-ism_cmd.patch.
  - commit e8175f3

++++ kernel-rt:

  - wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac() (CVE-2025-38643 bsc#1248681)
  - commit 913bce0
  - netfilter: conntrack: fix extension size table (git-fixes).
  - commit 3a3ec96
  - netfilter: nf_tables: disallow element removal on anonymous sets
    (git-fixes).
  - commit ed5fdf4
  - netfilter: nft_set_hash: try later when GC hits EAGAIN on
    iteration (git-fixes).
  - commit 1044906
  - netfilter: nft_set_pipapo: stop GC iteration if GC transaction
    allocation fails (git-fixes).
  - commit 102d93f
  - kABI: make nft_trans_gc_catchall() public again (git-fixes).
  - commit a176bb1
  - netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync()
    in catchall GC (git-fixes).
  - commit d64bf79
  - kABI fix for "netfilter: nf_tables: Audit log rule reset"
    (git-fixes).
  - commit 5173417
  - netfilter: nf_tables: Audit log rule reset (git-fixes).
  - commit f27562f
  - [ceph] parse_longname(): strrchr() expects NUL-terminated string
    (bsc#1248634 CVE-2025-38660).
  - commit cc1fe76
  - s390/sclp: Fix SCCB present check (git-fixes bsc#1249123).
  - s390/time: Use monotonic clock in get_cycles() (git-fixes
    bsc#1249125).
  - s390/stp: Remove udelay from stp_sync_clock() (git-fixes
    bsc#1249124).
  - hypfs_create_cpu_files(): add missing check for hypfs_mkdir()
    failure (git-fixes bsc#1249122).
  - commit a699d99
  - Refresh
    patches.kabi/kabi-s390-ism-fix-concurrency-management-in-ism_cmd.patch.
  - commit e8175f3

++++ kernel-rt_debug:

  - wifi: cfg80211: Add missing lock in cfg80211_check_and_end_cac() (CVE-2025-38643 bsc#1248681)
  - commit 913bce0
  - netfilter: conntrack: fix extension size table (git-fixes).
  - commit 3a3ec96
  - netfilter: nf_tables: disallow element removal on anonymous sets
    (git-fixes).
  - commit ed5fdf4
  - netfilter: nft_set_hash: try later when GC hits EAGAIN on
    iteration (git-fixes).
  - commit 1044906
  - netfilter: nft_set_pipapo: stop GC iteration if GC transaction
    allocation fails (git-fixes).
  - commit 102d93f
  - kABI: make nft_trans_gc_catchall() public again (git-fixes).
  - commit a176bb1
  - netfilter: nft_set_pipapo: call nft_trans_gc_queue_sync()
    in catchall GC (git-fixes).
  - commit d64bf79
  - kABI fix for "netfilter: nf_tables: Audit log rule reset"
    (git-fixes).
  - commit 5173417
  - netfilter: nf_tables: Audit log rule reset (git-fixes).
  - commit f27562f
  - [ceph] parse_longname(): strrchr() expects NUL-terminated string
    (bsc#1248634 CVE-2025-38660).
  - commit cc1fe76
  - s390/sclp: Fix SCCB present check (git-fixes bsc#1249123).
  - s390/time: Use monotonic clock in get_cycles() (git-fixes
    bsc#1249125).
  - s390/stp: Remove udelay from stp_sync_clock() (git-fixes
    bsc#1249124).
  - hypfs_create_cpu_files(): add missing check for hypfs_mkdir()
    failure (git-fixes bsc#1249122).
  - commit a699d99
  - Refresh
    patches.kabi/kabi-s390-ism-fix-concurrency-management-in-ism_cmd.patch.
  - commit e8175f3

++++ runc:

  - Update to runc v1.3.1. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.3.1>
  - Fix runc 1.3.x builds on SLE-12 by enabling --std=gnu11.

------------------------------------------------------------------
------------------  2025-9-3  -  Sep 3 2025  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20250903.33e5ba4:
    * Correct fix for boo#1247495 (boo#1248158)

++++ kernel-default:

  - ext4: remove writable userspace mappings before truncating
    page cache (bsc#1247223).
  - commit afc4afd
  - rpm: Configure KABI checkingness macro (bsc#1249186)
    The value of the config should match presence of KABI reference data. If
    it mismatches:
  - !CONFIG & reference  -> this is bug, immediate fail
  - CONFIG & no reference -> OK temporarily, must be resolved eventually
  - commit 23c1536
  - Kconfig.suse: Add KABI checkiness macro (config) (bsc#1249186)
    The motivation: there are patches.kabi/ patches that restore KABI and
    they check validity of the approach with static_assert()s to prevent
    accidental KABI breakage.
    These asserts are invoked on each arch-flavor and they may signal false
    negatives -- that is KABI restoration patch could break KABI but the
    given arch-flavor defines no KABI.
    The intended use is to disable the compile time checks in patches.kabi/
    (but not to be confused with __GENKSYMS__ that affects how reference is
    calculated).
    The name is chosen so that it mimics HAVE_* macros that are not
    configured manually (but is selected by an arch). In our case it's
    (un)selected by build script depending on whether KABI reference is
    defined for given arch-flavor and whether check is really requested by
    the user. Default value is 'n' so that people building merely via
    Makefile (not RPM with KABI checking) obtain consistent config.
  - commit 5e4e9c5
  - s390/pci: Allow automatic recovery with minimal driver support
    (git-fixes bsc#1248734 LTC#214880).
  - commit 3fdd470
  - btrfs: fix data overwriting bug during buffered write when
    block size < page size (git-fixes).
  - commit d006c37
  - btrfs: make found_logical_ret parameter mandatory for  function
    queue_scrub_stripe() (git-fixes).
  - commit da7f7f5
  - btrfs: scrub: fix grouping of read IO (git-fixes).
  - commit bd555d2
  - btrfs: scrub: avoid unnecessary csum tree search  preparing
    stripes (git-fixes).
  - commit d485678
  - btrfs: scrub: avoid unnecessary extent tree search  preparing
    stripes (git-fixes).
  - commit a00c933
  - btrfs: scrub: remove scrub_ctx::csum_list member (git-fixes).
  - commit fa7dbad
  - gfs2: No more self recovery (bsc#1248639 CVE-2025-38659).
  - gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw
    (bsc#1248639 CVE-2025-38659).
  - commit bdb1b5c

++++ kernel-rt:

  - ext4: remove writable userspace mappings before truncating
    page cache (bsc#1247223).
  - commit afc4afd
  - rpm: Configure KABI checkingness macro (bsc#1249186)
    The value of the config should match presence of KABI reference data. If
    it mismatches:
  - !CONFIG & reference  -> this is bug, immediate fail
  - CONFIG & no reference -> OK temporarily, must be resolved eventually
  - commit 23c1536
  - Kconfig.suse: Add KABI checkiness macro (config) (bsc#1249186)
    The motivation: there are patches.kabi/ patches that restore KABI and
    they check validity of the approach with static_assert()s to prevent
    accidental KABI breakage.
    These asserts are invoked on each arch-flavor and they may signal false
    negatives -- that is KABI restoration patch could break KABI but the
    given arch-flavor defines no KABI.
    The intended use is to disable the compile time checks in patches.kabi/
    (but not to be confused with __GENKSYMS__ that affects how reference is
    calculated).
    The name is chosen so that it mimics HAVE_* macros that are not
    configured manually (but is selected by an arch). In our case it's
    (un)selected by build script depending on whether KABI reference is
    defined for given arch-flavor and whether check is really requested by
    the user. Default value is 'n' so that people building merely via
    Makefile (not RPM with KABI checking) obtain consistent config.
  - commit 5e4e9c5
  - s390/pci: Allow automatic recovery with minimal driver support
    (git-fixes bsc#1248734 LTC#214880).
  - commit 3fdd470
  - btrfs: fix data overwriting bug during buffered write when
    block size < page size (git-fixes).
  - commit d006c37
  - btrfs: make found_logical_ret parameter mandatory for  function
    queue_scrub_stripe() (git-fixes).
  - commit da7f7f5
  - btrfs: scrub: fix grouping of read IO (git-fixes).
  - commit bd555d2
  - btrfs: scrub: avoid unnecessary csum tree search  preparing
    stripes (git-fixes).
  - commit d485678
  - btrfs: scrub: avoid unnecessary extent tree search  preparing
    stripes (git-fixes).
  - commit a00c933
  - btrfs: scrub: remove scrub_ctx::csum_list member (git-fixes).
  - commit fa7dbad
  - gfs2: No more self recovery (bsc#1248639 CVE-2025-38659).
  - gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw
    (bsc#1248639 CVE-2025-38659).
  - commit bdb1b5c

++++ kernel-rt_debug:

  - ext4: remove writable userspace mappings before truncating
    page cache (bsc#1247223).
  - commit afc4afd
  - rpm: Configure KABI checkingness macro (bsc#1249186)
    The value of the config should match presence of KABI reference data. If
    it mismatches:
  - !CONFIG & reference  -> this is bug, immediate fail
  - CONFIG & no reference -> OK temporarily, must be resolved eventually
  - commit 23c1536
  - Kconfig.suse: Add KABI checkiness macro (config) (bsc#1249186)
    The motivation: there are patches.kabi/ patches that restore KABI and
    they check validity of the approach with static_assert()s to prevent
    accidental KABI breakage.
    These asserts are invoked on each arch-flavor and they may signal false
    negatives -- that is KABI restoration patch could break KABI but the
    given arch-flavor defines no KABI.
    The intended use is to disable the compile time checks in patches.kabi/
    (but not to be confused with __GENKSYMS__ that affects how reference is
    calculated).
    The name is chosen so that it mimics HAVE_* macros that are not
    configured manually (but is selected by an arch). In our case it's
    (un)selected by build script depending on whether KABI reference is
    defined for given arch-flavor and whether check is really requested by
    the user. Default value is 'n' so that people building merely via
    Makefile (not RPM with KABI checking) obtain consistent config.
  - commit 5e4e9c5
  - s390/pci: Allow automatic recovery with minimal driver support
    (git-fixes bsc#1248734 LTC#214880).
  - commit 3fdd470
  - btrfs: fix data overwriting bug during buffered write when
    block size < page size (git-fixes).
  - commit d006c37
  - btrfs: make found_logical_ret parameter mandatory for  function
    queue_scrub_stripe() (git-fixes).
  - commit da7f7f5
  - btrfs: scrub: fix grouping of read IO (git-fixes).
  - commit bd555d2
  - btrfs: scrub: avoid unnecessary csum tree search  preparing
    stripes (git-fixes).
  - commit d485678
  - btrfs: scrub: avoid unnecessary extent tree search  preparing
    stripes (git-fixes).
  - commit a00c933
  - btrfs: scrub: remove scrub_ctx::csum_list member (git-fixes).
  - commit fa7dbad
  - gfs2: No more self recovery (bsc#1248639 CVE-2025-38659).
  - gfs2: Get rid of gfs2_glock_queue_put in signal_our_withdraw
    (bsc#1248639 CVE-2025-38659).
  - commit bdb1b5c

------------------------------------------------------------------
------------------  2025-9-2  -  Sep 2 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - References #2474 and #2475 poweroff instead of halt on oem shutdown

++++ kernel-default:

  - s390/ism: fix concurrency management in ism_cmd() (git-fixes
    bsc#1248735).
  - commit 1005186
  - usb: xhci: Apply the link chain quirk on NEC isoc endpoints
    (CVE-2025-22022 bsc#1241292).
  - commit 8a5182c
  - usb: xhci: move link chain bit quirk checks into one helper
    function (CVE-2025-22022 bsc#1241292).
  - commit 4cca94b
  - nvme-pci: try function level reset on init failure (git-fixes).
  - commit 1ee35d9
  - ice: Fix a null pointer dereference in ice_copy_and_init_pkg()
    (CVE-2025-38664 bsc#1248628).
  - commit 7e27b08
  - s390/hypfs: Enable limited access during lockdown (git-fixes
    bsc#1248733 LTC#214881).
  - s390/hypfs: Avoid unnecessary ioctl registration in debugfs
    (git-fixes bsc#1248733 LTC#214881).
  - commit 97ff25b

++++ kernel-rt:

  - s390/ism: fix concurrency management in ism_cmd() (git-fixes
    bsc#1248735).
  - commit 1005186
  - usb: xhci: Apply the link chain quirk on NEC isoc endpoints
    (CVE-2025-22022 bsc#1241292).
  - commit 8a5182c
  - usb: xhci: move link chain bit quirk checks into one helper
    function (CVE-2025-22022 bsc#1241292).
  - commit 4cca94b
  - nvme-pci: try function level reset on init failure (git-fixes).
  - commit 1ee35d9
  - ice: Fix a null pointer dereference in ice_copy_and_init_pkg()
    (CVE-2025-38664 bsc#1248628).
  - commit 7e27b08
  - s390/hypfs: Enable limited access during lockdown (git-fixes
    bsc#1248733 LTC#214881).
  - s390/hypfs: Avoid unnecessary ioctl registration in debugfs
    (git-fixes bsc#1248733 LTC#214881).
  - commit 97ff25b

++++ kernel-rt_debug:

  - s390/ism: fix concurrency management in ism_cmd() (git-fixes
    bsc#1248735).
  - commit 1005186
  - usb: xhci: Apply the link chain quirk on NEC isoc endpoints
    (CVE-2025-22022 bsc#1241292).
  - commit 8a5182c
  - usb: xhci: move link chain bit quirk checks into one helper
    function (CVE-2025-22022 bsc#1241292).
  - commit 4cca94b
  - nvme-pci: try function level reset on init failure (git-fixes).
  - commit 1ee35d9
  - ice: Fix a null pointer dereference in ice_copy_and_init_pkg()
    (CVE-2025-38664 bsc#1248628).
  - commit 7e27b08
  - s390/hypfs: Enable limited access during lockdown (git-fixes
    bsc#1248733 LTC#214881).
  - s390/hypfs: Avoid unnecessary ioctl registration in debugfs
    (git-fixes bsc#1248733 LTC#214881).
  - commit 97ff25b

------------------------------------------------------------------
------------------  2025-9-1  -  Sep 1 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update warnings and errors related to "docker buildx ..." so that they
    reference our openSUSE docker-buildx packages.
    + cli-0001-openSUSE-point-users-to-docker-buildx-package.patch
  - Enable building docker-buildx for SLE15 systems with SUSEConnect secret
    injection enabled. PED-12534 PED-8905 bsc#1247594
    As docker-buildx does not support our SUSEConnect secret injection (and some
    users depend "docker build" working transparently), patch the docker CLI so
    that "docker build" will no longer automatically call "docker buildx build",
    effectively making DOCKER_BUILDKIT=0 the default configuration. Users can
    manually use "docker buildx ..." commands or set DOCKER_BUILDKIT=1 in order
    to opt-in to using docker-buildx.
    Users can silence the "docker build" warning by setting DOCKER_BUILDKIT=0
    explicitly.
    In order to inject SCC credentials with docker-buildx, users should use
    RUN --mount=type=secret,id=SCCcredentials zypper -n ...
    in their Dockerfiles, and
    docker buildx build --secret id=SCCcredentials,src=/etc/zypp/credentials.d/SCCcredentials,type=file .
    when doing their builds.
    + cli-0002-SECRETS-SUSE-default-to-DOCKER_BUILDKIT-0-for-docker.patch

++++ python-kiwi:

  - Fix rawhide integration test
    The package shim-ia32 got dropped
  - Add test for profiled overlays
    kiwi supports overlay files per profile, but we didn't had a
    proper integration test for it. This commit adds one
  - Mount proc when needed
    Using cp -a might lookup in proc/self/.. under certain conditions.
    Make sure to mount proc for config/function that might trigger
    this condition. This Fixes #2876
  - Update test-image-custom-partitions test build
    Fix patch files to match with new dracut module dirs
  - Update dracut version compat runtime check
    Update check_dracut_module_versions_compatible_to_kiwi to match
    with new dracut module dirs which have changed due to recommended
    dracut module ordering for out-of-tree modules.
  - Fix dracut Makefile install target
    module dir names have changed due to recommended dracut
    module ordering for out-of-tree modules.
  - Update pacman spec to dract changed module dirs
    Follow up change for the fix of the recommended dracut
    module ordering for out-of-tree modules.
  - Update spec file due to dract changed module dirs
    Follow up change for the fix of the recommended dracut
    module ordering for out-of-tree modules.

++++ kernel-default:

  - HID: core: Harden s32ton() against conversion to 0 bits (CVE-2025-38556 bsc#1248296)
  - commit 1097818
  - rxrpc: Fix bug due to prealloc collision (CVE-2025-38544 bsc#1248225)
  - commit bc50a3d
  - net: libwx: fix the using of Rx buffer DMA (CVE-2025-38533 bsc#1248200)
  - commit 8863383
  - ice: add NULL check in eswitch lag check (CVE-2025-38526 bsc#1248192)
  - commit 7ad8c40
  - rxrpc: Fix oops due to non-existence of prealloc backlog struct (CVE-2025-38514 bsc#1248202)
  - commit 4ea1963
  - idpf: return 0 size for RSS key if not supported (CVE-2025-38402 bsc#1247262)
  - commit 1ca20ce
  - remoteproc: core: Release rproc->clean_table after rproc_attach() fails (CVE-2025-38418 bsc#1247137)
  - commit 14c64f1
  - remoteproc: core: Cleanup acquired resources when rproc_handle_resources() fails in rproc_attach() (CVE-2025-38419 bsc#1247136)
  - commit 7e69a49
  - genirq/irq_sim: Initialize work context pointers properly (CVE-2025-38408 bsc#1247126)
  - commit a8d685c
  - ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() (CVE-2025-38456 bsc#1247099)
  - commit 8a59cf2
  - bcache: fix NULL pointer in cache_set_flush() (CVE-2025-38263 bsc#1246248)
  - commit d6d8f29
  - Update reference in patches.suse/lib-group_cpus-fix-NULL-pointer-dereference-from-gro.patch (CVE-2025-38255 bsc#1246190 bsc#1236897)
  - commit 0bab045
  - staging: media: atomisp: Fix stack buffer overflow in
    gmin_get_var_int() (CVE-2025-38585 bsc#1248355).
  - commit f7d8b23
  - vsock: Do not allow binding to VMADDR_PORT_ANY (bsc#1248511
    CVE-2025-38618).
  - commit 0256bd0
  - RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask() (git-fixes)
  - commit 5289b12
  - RDMA/core: reduce stack using in nldev_stat_get_doit() (git-fixes)
  - commit 1ff622a
  - KVM: Allow CPU to reschedule while setting per-page memory
    attributes (bsc#1248186 CVE-2025-38506).
  - commit a7f8a41
  - slab: Decouple slab_debug and no_hash_pointers (bsc#1249022).
  - commit 41f928f
  - RAS/AMD/FMPM: Use atl internal.h for INVALID_SPA (bsc#1242034).
  - commit ac5d9dc
  - RAS/AMD/FMPM: Get masked address (bsc#1242034).
  - commit 4171987
  - RAS/AMD/ATL: Include row bit in row retirement (bsc#1242034).
  - commit fa3fcbb

++++ kernel-rt:

  - HID: core: Harden s32ton() against conversion to 0 bits (CVE-2025-38556 bsc#1248296)
  - commit 1097818
  - rxrpc: Fix bug due to prealloc collision (CVE-2025-38544 bsc#1248225)
  - commit bc50a3d
  - net: libwx: fix the using of Rx buffer DMA (CVE-2025-38533 bsc#1248200)
  - commit 8863383
  - ice: add NULL check in eswitch lag check (CVE-2025-38526 bsc#1248192)
  - commit 7ad8c40
  - rxrpc: Fix oops due to non-existence of prealloc backlog struct (CVE-2025-38514 bsc#1248202)
  - commit 4ea1963
  - idpf: return 0 size for RSS key if not supported (CVE-2025-38402 bsc#1247262)
  - commit 1ca20ce
  - remoteproc: core: Release rproc->clean_table after rproc_attach() fails (CVE-2025-38418 bsc#1247137)
  - commit 14c64f1
  - remoteproc: core: Cleanup acquired resources when rproc_handle_resources() fails in rproc_attach() (CVE-2025-38419 bsc#1247136)
  - commit 7e69a49
  - genirq/irq_sim: Initialize work context pointers properly (CVE-2025-38408 bsc#1247126)
  - commit a8d685c
  - ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() (CVE-2025-38456 bsc#1247099)
  - commit 8a59cf2
  - bcache: fix NULL pointer in cache_set_flush() (CVE-2025-38263 bsc#1246248)
  - commit d6d8f29
  - Update reference in patches.suse/lib-group_cpus-fix-NULL-pointer-dereference-from-gro.patch (CVE-2025-38255 bsc#1246190 bsc#1236897)
  - commit 0bab045
  - staging: media: atomisp: Fix stack buffer overflow in
    gmin_get_var_int() (CVE-2025-38585 bsc#1248355).
  - commit f7d8b23
  - vsock: Do not allow binding to VMADDR_PORT_ANY (bsc#1248511
    CVE-2025-38618).
  - commit 0256bd0
  - RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask() (git-fixes)
  - commit 5289b12
  - RDMA/core: reduce stack using in nldev_stat_get_doit() (git-fixes)
  - commit 1ff622a
  - KVM: Allow CPU to reschedule while setting per-page memory
    attributes (bsc#1248186 CVE-2025-38506).
  - commit a7f8a41
  - slab: Decouple slab_debug and no_hash_pointers (bsc#1249022).
  - commit 41f928f
  - RAS/AMD/FMPM: Use atl internal.h for INVALID_SPA (bsc#1242034).
  - commit ac5d9dc
  - RAS/AMD/FMPM: Get masked address (bsc#1242034).
  - commit 4171987
  - RAS/AMD/ATL: Include row bit in row retirement (bsc#1242034).
  - commit fa3fcbb

++++ kernel-rt_debug:

  - HID: core: Harden s32ton() against conversion to 0 bits (CVE-2025-38556 bsc#1248296)
  - commit 1097818
  - rxrpc: Fix bug due to prealloc collision (CVE-2025-38544 bsc#1248225)
  - commit bc50a3d
  - net: libwx: fix the using of Rx buffer DMA (CVE-2025-38533 bsc#1248200)
  - commit 8863383
  - ice: add NULL check in eswitch lag check (CVE-2025-38526 bsc#1248192)
  - commit 7ad8c40
  - rxrpc: Fix oops due to non-existence of prealloc backlog struct (CVE-2025-38514 bsc#1248202)
  - commit 4ea1963
  - idpf: return 0 size for RSS key if not supported (CVE-2025-38402 bsc#1247262)
  - commit 1ca20ce
  - remoteproc: core: Release rproc->clean_table after rproc_attach() fails (CVE-2025-38418 bsc#1247137)
  - commit 14c64f1
  - remoteproc: core: Cleanup acquired resources when rproc_handle_resources() fails in rproc_attach() (CVE-2025-38419 bsc#1247136)
  - commit 7e69a49
  - genirq/irq_sim: Initialize work context pointers properly (CVE-2025-38408 bsc#1247126)
  - commit a8d685c
  - ipmi:msghandler: Fix potential memory corruption in ipmi_create_user() (CVE-2025-38456 bsc#1247099)
  - commit 8a59cf2
  - bcache: fix NULL pointer in cache_set_flush() (CVE-2025-38263 bsc#1246248)
  - commit d6d8f29
  - Update reference in patches.suse/lib-group_cpus-fix-NULL-pointer-dereference-from-gro.patch (CVE-2025-38255 bsc#1246190 bsc#1236897)
  - commit 0bab045
  - staging: media: atomisp: Fix stack buffer overflow in
    gmin_get_var_int() (CVE-2025-38585 bsc#1248355).
  - commit f7d8b23
  - vsock: Do not allow binding to VMADDR_PORT_ANY (bsc#1248511
    CVE-2025-38618).
  - commit 0256bd0
  - RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask() (git-fixes)
  - commit 5289b12
  - RDMA/core: reduce stack using in nldev_stat_get_doit() (git-fixes)
  - commit 1ff622a
  - KVM: Allow CPU to reschedule while setting per-page memory
    attributes (bsc#1248186 CVE-2025-38506).
  - commit a7f8a41
  - slab: Decouple slab_debug and no_hash_pointers (bsc#1249022).
  - commit 41f928f
  - RAS/AMD/FMPM: Use atl internal.h for INVALID_SPA (bsc#1242034).
  - commit ac5d9dc
  - RAS/AMD/FMPM: Get masked address (bsc#1242034).
  - commit 4171987
  - RAS/AMD/ATL: Include row bit in row retirement (bsc#1242034).
  - commit fa3fcbb

------------------------------------------------------------------
------------------  2025-8-31  -  Aug 31 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Follow the recommended dracut module ordering for out-of-tree modules
    In dracut release v108 or later the recommended ordering
    for out out of tree modules is 50-59 range. The following is a section from dracut documentation:
    > Not using the 50-59 range for out of tree dracut modules will likely
    > lead to unintended errors in the initramfs generation process as your
    > dracut module will either run too early or too late in the generation process.
    > You have been warned.

++++ kernel-default:

  - Update
    patches.suse/Bluetooth-btnxpuart-Resolve-TX-timeout-error-in-powe.patch
    (bsc#1230557 CVE-2024-58238 bsc#1242754).
  - Update
    patches.suse/HID-quirks-Add-quirk-for-2-Chicony-Electronics-HP-5M.patch
    (stable-fixes CVE-2025-38540 bsc#1248208).
  - Update
    patches.suse/PCI-pnv_php-Clean-up-allocated-IRQs-on-unplug.patch
    (bsc#1215199 CVE-2025-38624 bsc#1248617).
  - Update
    patches.suse/PM-devfreq-Check-governor-before-using-governor-name.patch
    (git-fixes CVE-2025-38609 bsc#1248337).
  - Update
    patches.suse/RDMA-hns-Fix-double-destruction-of-rsv_qp.patch
    (git-fixes CVE-2025-38582 bsc#1248349).
  - Update
    patches.suse/arm64-entry-Mask-DAIF-in-cpu_switch_to-call_on_irq_stack.patch
    (git-fixes CVE-2025-38670 bsc#1248655).
  - Update
    patches.suse/btrfs-fix-assertion-when-building-free-space-tree.patch
    (git-fixes CVE-2025-38503 bsc#1248183).
  - Update
    patches.suse/can-netlink-can_changelink-fix-NULL-pointer-deref-of.patch
    (git-fixes CVE-2025-38665 bsc#1248648).
  - Update
    patches.suse/clk-davinci-Add-NULL-check-in-davinci_lpsc_clk_regis.patch
    (git-fixes CVE-2025-38635 bsc#1248573).
  - Update
    patches.suse/clk-xilinx-vcu-unregister-pll_post-only-if-registere.patch
    (git-fixes CVE-2025-38583 bsc#1248350).
  - Update
    patches.suse/comedi-aio_iiro_16-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38529 bsc#1248196).
  - Update
    patches.suse/comedi-pcl812-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38530 bsc#1248206).
  - Update
    patches.suse/crypto-ccp-Fix-crash-when-rebind-ccp-device-for-ccp..patch
    (git-fixes CVE-2025-38581 bsc#1248345).
  - Update
    patches.suse/dmaengine-nbpfaxi-Fix-memory-corruption-in-probe.patch
    (git-fixes CVE-2025-38538 bsc#1248213).
  - Update patches.suse/drm-amd-display-Fix-vs-typos.patch
    (git-fixes CVE-2024-26661 bsc#1222323).
  - Update
    patches.suse/drm-sched-Increment-job-count-before-swapping-tail-s.patch
    (git-fixes CVE-2025-38515 bsc#1248212).
  - Update
    patches.suse/drm-tegra-nvdec-Fix-dma_alloc_coherent-error-check.patch
    (git-fixes CVE-2025-38543 bsc#1248214).
  - Update
    patches.suse/fbdev-imxfb-Check-fb_add_videomode-to-prevent-null-p.patch
    (git-fixes CVE-2025-38630 bsc#1248575).
  - Update
    patches.suse/hfsplus-remove-mutex_lock-check-in-hfsplus_free_extents.patch
    (git-fixes CVE-2025-38650 bsc#1248746).
  - Update
    patches.suse/hwmon-corsair-cpro-Validate-the-size-of-the-received.patch
    (git-fixes CVE-2025-38548 bsc#1248228).
  - Update
    patches.suse/i2c-qup-jump-out-of-the-loop-in-case-of-timeout.patch
    (git-fixes CVE-2025-38671 bsc#1248652).
  - Update
    patches.suse/ipv6-fix-possible-infinite-loop-in-fib6_info_uses_de.patch
    (git-fixes CVE-2025-38587 bsc#1248361).
  - Update
    patches.suse/ipv6-mcast-Delay-put-pmc-idev-in-mld_del_delrec.patch
    (git-fixes CVE-2025-38550 bsc#1248227).
  - Update
    patches.suse/ipv6-prevent-infinite-loop-in-rt6_nlmsg_size.patch
    (git-fixes CVE-2025-38588 bsc#1248368).
  - Update
    patches.suse/ipv6-reject-malicious-packets-in-ipv6_gso_segment.patch
    (git-fixes CVE-2025-38572 bsc#1248399).
  - Update
    patches.suse/iwlwifi-Add-missing-check-for-alloc_ordered_workqueu.patch
    (git-fixes CVE-2025-38602 bsc#1248341).
  - Update
    patches.suse/kasan-remove-kasan_find_vm_area-to-prevent-possible-.patch
    (git-fixes CVE-2025-38510 bsc#1248166).
  - Update
    patches.suse/ksmbd-fix-out-of-bounds-read-in-smb2_sess_setup.patch
    (bsc#1012628 bsc#1213545 CVE-2023-3867).
  - Update
    patches.suse/ksmbd-fix-wrong-next-length-validation-of-ea-b.patch
    (bsc#1012628 CVE-2023-4130 bsc#1248164).
  - Update patches.suse/ksmbd-validate-command-request-size.patch
    (bsc#1012628 CVE-2023-4515 bsc#1248180).
  - Update
    patches.suse/md-make-rdev_addable-usable-for-rcu-mode.patch
    (git-fixes CVE-2025-38621 bsc#1248609).
  - Update
    patches.suse/net-packet-fix-a-race-in-packet_set_ring-and-packet_.patch
    (git-fixes CVE-2025-38617 bsc#1248621).
  - Update patches.suse/net-phy-Don-t-register-LEDs-for-genphy.patch
    (git-fixes CVE-2025-38537 bsc#1248229).
  - Update
    patches.suse/net-sched-Restrict-conditions-for-adding-duplicating.patch
    (git-fixes CVE-2025-38553 bsc#1248255).
  - Update
    patches.suse/net-sched-mqprio-fix-stack-out-of-bounds-write-in-tc.patch
    (git-fixes CVE-2025-38568 bsc#1248386).
  - Update
    patches.suse/nilfs2-reject-invalid-file-types-when-reading-inodes.patch
    (git-fixes CVE-2025-38663 bsc#1248636).
  - Update patches.suse/perf-core-Exit-early-on-perf_mmap-fail.patch
    (CVE-2025-38563 bsc#1248306 dependency CVE-2025-38565
    bsc#1248377).
  - Update
    patches.suse/phy-tegra-xusb-Fix-unbalanced-regulator-disable-in-U.patch
    (git-fixes CVE-2025-38535 bsc#1248240).
  - Update
    patches.suse/pinctrl-qcom-msm-mark-certain-pins-as-invalid-for-in.patch
    (git-fixes CVE-2025-38516 bsc#1248209).
  - Update
    patches.suse/pinmux-fix-race-causing-mux_owner-NULL-with-active-m.patch
    (git-fixes CVE-2025-38632 bsc#1248669).
  - Update
    patches.suse/power-supply-cpcap-charger-Fix-null-check-for-power_.patch
    (git-fixes CVE-2025-38634 bsc#1248666).
  - Update
    patches.suse/powercap-dtpm_cpu-Fix-NULL-pointer-dereference-in-ge.patch
    (git-fixes CVE-2025-38610 bsc#1248395).
  - Update
    patches.suse/powerpc-eeh-Make-EEH-driver-device-hotplug-safe.patch
    (bsc#1215199 CVE-2025-38576 bsc#1248354).
  - Update
    patches.suse/staging-fbtft-fix-potential-memory-leak-in-fbtft_fra.patch
    (git-fixes CVE-2025-38612 bsc#1248390).
  - Update
    patches.suse/sunrpc-fix-client-side-handling-of-tls-alerts.patch
    (git-fixes CVE-2025-38571 bsc#1248401).
  - Update
    patches.suse/sunrpc-fix-handling-of-server-side-tls-alerts.patch
    (git-fixes CVE-2025-38566 bsc#1248374).
  - Update
    patches.suse/tls-stop-recv-if-initial-process_rx_list-gave-us-non.patch
    (bsc#1221858 CVE-2024-58239 bsc#1248614).
  - Update
    patches.suse/usb-gadget-fix-use-after-free-in-composite_dev_clean.patch
    (git-fixes CVE-2025-38555 bsc#1248297).
  - Update
    patches.suse/wifi-ath11k-clear-initialized-flag-for-deinit-ed-srn.patch
    (git-fixes CVE-2025-38601 bsc#1248340).
  - Update
    patches.suse/wifi-iwlwifi-Fix-error-code-in-iwl_op_mode_dvm_start.patch
    (git-fixes CVE-2025-38656 bsc#1248643).
  - Update
    patches.suse/wifi-mac80211-reject-TDLS-operations-when-station-is.patch
    (git-fixes CVE-2025-38644 bsc#1248748).
  - Update
    patches.suse/wifi-mt76-mt7925-Fix-null-ptr-deref-in-mt7925_therma.patch
    (git-fixes CVE-2025-38541 bsc#1248216).
  - Update
    patches.suse/wifi-prevent-A-MSDU-attacks-in-mesh-networks.patch
    (stable-fixes CVE-2025-38512 bsc#1248178).
  - Update
    patches.suse/wifi-rtl818x-Kill-URBs-before-clearing-tx-status-que.patch
    (git-fixes CVE-2025-38604 bsc#1248333).
  - Update
    patches.suse/wifi-rtw89-avoid-NULL-dereference-when-RX-problemati.patch
    (git-fixes CVE-2025-38646 bsc#1248577).
  - Update
    patches.suse/wifi-zd1211rw-Fix-potential-NULL-pointer-dereference.patch
    (git-fixes CVE-2025-38513 bsc#1248179).
  - commit efc5ee0

++++ kernel-rt:

  - Update
    patches.suse/Bluetooth-btnxpuart-Resolve-TX-timeout-error-in-powe.patch
    (bsc#1230557 CVE-2024-58238 bsc#1242754).
  - Update
    patches.suse/HID-quirks-Add-quirk-for-2-Chicony-Electronics-HP-5M.patch
    (stable-fixes CVE-2025-38540 bsc#1248208).
  - Update
    patches.suse/PCI-pnv_php-Clean-up-allocated-IRQs-on-unplug.patch
    (bsc#1215199 CVE-2025-38624 bsc#1248617).
  - Update
    patches.suse/PM-devfreq-Check-governor-before-using-governor-name.patch
    (git-fixes CVE-2025-38609 bsc#1248337).
  - Update
    patches.suse/RDMA-hns-Fix-double-destruction-of-rsv_qp.patch
    (git-fixes CVE-2025-38582 bsc#1248349).
  - Update
    patches.suse/arm64-entry-Mask-DAIF-in-cpu_switch_to-call_on_irq_stack.patch
    (git-fixes CVE-2025-38670 bsc#1248655).
  - Update
    patches.suse/btrfs-fix-assertion-when-building-free-space-tree.patch
    (git-fixes CVE-2025-38503 bsc#1248183).
  - Update
    patches.suse/can-netlink-can_changelink-fix-NULL-pointer-deref-of.patch
    (git-fixes CVE-2025-38665 bsc#1248648).
  - Update
    patches.suse/clk-davinci-Add-NULL-check-in-davinci_lpsc_clk_regis.patch
    (git-fixes CVE-2025-38635 bsc#1248573).
  - Update
    patches.suse/clk-xilinx-vcu-unregister-pll_post-only-if-registere.patch
    (git-fixes CVE-2025-38583 bsc#1248350).
  - Update
    patches.suse/comedi-aio_iiro_16-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38529 bsc#1248196).
  - Update
    patches.suse/comedi-pcl812-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38530 bsc#1248206).
  - Update
    patches.suse/crypto-ccp-Fix-crash-when-rebind-ccp-device-for-ccp..patch
    (git-fixes CVE-2025-38581 bsc#1248345).
  - Update
    patches.suse/dmaengine-nbpfaxi-Fix-memory-corruption-in-probe.patch
    (git-fixes CVE-2025-38538 bsc#1248213).
  - Update patches.suse/drm-amd-display-Fix-vs-typos.patch
    (git-fixes CVE-2024-26661 bsc#1222323).
  - Update
    patches.suse/drm-sched-Increment-job-count-before-swapping-tail-s.patch
    (git-fixes CVE-2025-38515 bsc#1248212).
  - Update
    patches.suse/drm-tegra-nvdec-Fix-dma_alloc_coherent-error-check.patch
    (git-fixes CVE-2025-38543 bsc#1248214).
  - Update
    patches.suse/fbdev-imxfb-Check-fb_add_videomode-to-prevent-null-p.patch
    (git-fixes CVE-2025-38630 bsc#1248575).
  - Update
    patches.suse/hfsplus-remove-mutex_lock-check-in-hfsplus_free_extents.patch
    (git-fixes CVE-2025-38650 bsc#1248746).
  - Update
    patches.suse/hwmon-corsair-cpro-Validate-the-size-of-the-received.patch
    (git-fixes CVE-2025-38548 bsc#1248228).
  - Update
    patches.suse/i2c-qup-jump-out-of-the-loop-in-case-of-timeout.patch
    (git-fixes CVE-2025-38671 bsc#1248652).
  - Update
    patches.suse/ipv6-fix-possible-infinite-loop-in-fib6_info_uses_de.patch
    (git-fixes CVE-2025-38587 bsc#1248361).
  - Update
    patches.suse/ipv6-mcast-Delay-put-pmc-idev-in-mld_del_delrec.patch
    (git-fixes CVE-2025-38550 bsc#1248227).
  - Update
    patches.suse/ipv6-prevent-infinite-loop-in-rt6_nlmsg_size.patch
    (git-fixes CVE-2025-38588 bsc#1248368).
  - Update
    patches.suse/ipv6-reject-malicious-packets-in-ipv6_gso_segment.patch
    (git-fixes CVE-2025-38572 bsc#1248399).
  - Update
    patches.suse/iwlwifi-Add-missing-check-for-alloc_ordered_workqueu.patch
    (git-fixes CVE-2025-38602 bsc#1248341).
  - Update
    patches.suse/kasan-remove-kasan_find_vm_area-to-prevent-possible-.patch
    (git-fixes CVE-2025-38510 bsc#1248166).
  - Update
    patches.suse/ksmbd-fix-out-of-bounds-read-in-smb2_sess_setup.patch
    (bsc#1012628 bsc#1213545 CVE-2023-3867).
  - Update
    patches.suse/ksmbd-fix-wrong-next-length-validation-of-ea-b.patch
    (bsc#1012628 CVE-2023-4130 bsc#1248164).
  - Update patches.suse/ksmbd-validate-command-request-size.patch
    (bsc#1012628 CVE-2023-4515 bsc#1248180).
  - Update
    patches.suse/md-make-rdev_addable-usable-for-rcu-mode.patch
    (git-fixes CVE-2025-38621 bsc#1248609).
  - Update
    patches.suse/net-packet-fix-a-race-in-packet_set_ring-and-packet_.patch
    (git-fixes CVE-2025-38617 bsc#1248621).
  - Update patches.suse/net-phy-Don-t-register-LEDs-for-genphy.patch
    (git-fixes CVE-2025-38537 bsc#1248229).
  - Update
    patches.suse/net-sched-Restrict-conditions-for-adding-duplicating.patch
    (git-fixes CVE-2025-38553 bsc#1248255).
  - Update
    patches.suse/net-sched-mqprio-fix-stack-out-of-bounds-write-in-tc.patch
    (git-fixes CVE-2025-38568 bsc#1248386).
  - Update
    patches.suse/nilfs2-reject-invalid-file-types-when-reading-inodes.patch
    (git-fixes CVE-2025-38663 bsc#1248636).
  - Update patches.suse/perf-core-Exit-early-on-perf_mmap-fail.patch
    (CVE-2025-38563 bsc#1248306 dependency CVE-2025-38565
    bsc#1248377).
  - Update
    patches.suse/phy-tegra-xusb-Fix-unbalanced-regulator-disable-in-U.patch
    (git-fixes CVE-2025-38535 bsc#1248240).
  - Update
    patches.suse/pinctrl-qcom-msm-mark-certain-pins-as-invalid-for-in.patch
    (git-fixes CVE-2025-38516 bsc#1248209).
  - Update
    patches.suse/pinmux-fix-race-causing-mux_owner-NULL-with-active-m.patch
    (git-fixes CVE-2025-38632 bsc#1248669).
  - Update
    patches.suse/power-supply-cpcap-charger-Fix-null-check-for-power_.patch
    (git-fixes CVE-2025-38634 bsc#1248666).
  - Update
    patches.suse/powercap-dtpm_cpu-Fix-NULL-pointer-dereference-in-ge.patch
    (git-fixes CVE-2025-38610 bsc#1248395).
  - Update
    patches.suse/powerpc-eeh-Make-EEH-driver-device-hotplug-safe.patch
    (bsc#1215199 CVE-2025-38576 bsc#1248354).
  - Update
    patches.suse/staging-fbtft-fix-potential-memory-leak-in-fbtft_fra.patch
    (git-fixes CVE-2025-38612 bsc#1248390).
  - Update
    patches.suse/sunrpc-fix-client-side-handling-of-tls-alerts.patch
    (git-fixes CVE-2025-38571 bsc#1248401).
  - Update
    patches.suse/sunrpc-fix-handling-of-server-side-tls-alerts.patch
    (git-fixes CVE-2025-38566 bsc#1248374).
  - Update
    patches.suse/tls-stop-recv-if-initial-process_rx_list-gave-us-non.patch
    (bsc#1221858 CVE-2024-58239 bsc#1248614).
  - Update
    patches.suse/usb-gadget-fix-use-after-free-in-composite_dev_clean.patch
    (git-fixes CVE-2025-38555 bsc#1248297).
  - Update
    patches.suse/wifi-ath11k-clear-initialized-flag-for-deinit-ed-srn.patch
    (git-fixes CVE-2025-38601 bsc#1248340).
  - Update
    patches.suse/wifi-iwlwifi-Fix-error-code-in-iwl_op_mode_dvm_start.patch
    (git-fixes CVE-2025-38656 bsc#1248643).
  - Update
    patches.suse/wifi-mac80211-reject-TDLS-operations-when-station-is.patch
    (git-fixes CVE-2025-38644 bsc#1248748).
  - Update
    patches.suse/wifi-mt76-mt7925-Fix-null-ptr-deref-in-mt7925_therma.patch
    (git-fixes CVE-2025-38541 bsc#1248216).
  - Update
    patches.suse/wifi-prevent-A-MSDU-attacks-in-mesh-networks.patch
    (stable-fixes CVE-2025-38512 bsc#1248178).
  - Update
    patches.suse/wifi-rtl818x-Kill-URBs-before-clearing-tx-status-que.patch
    (git-fixes CVE-2025-38604 bsc#1248333).
  - Update
    patches.suse/wifi-rtw89-avoid-NULL-dereference-when-RX-problemati.patch
    (git-fixes CVE-2025-38646 bsc#1248577).
  - Update
    patches.suse/wifi-zd1211rw-Fix-potential-NULL-pointer-dereference.patch
    (git-fixes CVE-2025-38513 bsc#1248179).
  - commit efc5ee0

++++ kernel-rt_debug:

  - Update
    patches.suse/Bluetooth-btnxpuart-Resolve-TX-timeout-error-in-powe.patch
    (bsc#1230557 CVE-2024-58238 bsc#1242754).
  - Update
    patches.suse/HID-quirks-Add-quirk-for-2-Chicony-Electronics-HP-5M.patch
    (stable-fixes CVE-2025-38540 bsc#1248208).
  - Update
    patches.suse/PCI-pnv_php-Clean-up-allocated-IRQs-on-unplug.patch
    (bsc#1215199 CVE-2025-38624 bsc#1248617).
  - Update
    patches.suse/PM-devfreq-Check-governor-before-using-governor-name.patch
    (git-fixes CVE-2025-38609 bsc#1248337).
  - Update
    patches.suse/RDMA-hns-Fix-double-destruction-of-rsv_qp.patch
    (git-fixes CVE-2025-38582 bsc#1248349).
  - Update
    patches.suse/arm64-entry-Mask-DAIF-in-cpu_switch_to-call_on_irq_stack.patch
    (git-fixes CVE-2025-38670 bsc#1248655).
  - Update
    patches.suse/btrfs-fix-assertion-when-building-free-space-tree.patch
    (git-fixes CVE-2025-38503 bsc#1248183).
  - Update
    patches.suse/can-netlink-can_changelink-fix-NULL-pointer-deref-of.patch
    (git-fixes CVE-2025-38665 bsc#1248648).
  - Update
    patches.suse/clk-davinci-Add-NULL-check-in-davinci_lpsc_clk_regis.patch
    (git-fixes CVE-2025-38635 bsc#1248573).
  - Update
    patches.suse/clk-xilinx-vcu-unregister-pll_post-only-if-registere.patch
    (git-fixes CVE-2025-38583 bsc#1248350).
  - Update
    patches.suse/comedi-aio_iiro_16-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38529 bsc#1248196).
  - Update
    patches.suse/comedi-pcl812-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38530 bsc#1248206).
  - Update
    patches.suse/crypto-ccp-Fix-crash-when-rebind-ccp-device-for-ccp..patch
    (git-fixes CVE-2025-38581 bsc#1248345).
  - Update
    patches.suse/dmaengine-nbpfaxi-Fix-memory-corruption-in-probe.patch
    (git-fixes CVE-2025-38538 bsc#1248213).
  - Update patches.suse/drm-amd-display-Fix-vs-typos.patch
    (git-fixes CVE-2024-26661 bsc#1222323).
  - Update
    patches.suse/drm-sched-Increment-job-count-before-swapping-tail-s.patch
    (git-fixes CVE-2025-38515 bsc#1248212).
  - Update
    patches.suse/drm-tegra-nvdec-Fix-dma_alloc_coherent-error-check.patch
    (git-fixes CVE-2025-38543 bsc#1248214).
  - Update
    patches.suse/fbdev-imxfb-Check-fb_add_videomode-to-prevent-null-p.patch
    (git-fixes CVE-2025-38630 bsc#1248575).
  - Update
    patches.suse/hfsplus-remove-mutex_lock-check-in-hfsplus_free_extents.patch
    (git-fixes CVE-2025-38650 bsc#1248746).
  - Update
    patches.suse/hwmon-corsair-cpro-Validate-the-size-of-the-received.patch
    (git-fixes CVE-2025-38548 bsc#1248228).
  - Update
    patches.suse/i2c-qup-jump-out-of-the-loop-in-case-of-timeout.patch
    (git-fixes CVE-2025-38671 bsc#1248652).
  - Update
    patches.suse/ipv6-fix-possible-infinite-loop-in-fib6_info_uses_de.patch
    (git-fixes CVE-2025-38587 bsc#1248361).
  - Update
    patches.suse/ipv6-mcast-Delay-put-pmc-idev-in-mld_del_delrec.patch
    (git-fixes CVE-2025-38550 bsc#1248227).
  - Update
    patches.suse/ipv6-prevent-infinite-loop-in-rt6_nlmsg_size.patch
    (git-fixes CVE-2025-38588 bsc#1248368).
  - Update
    patches.suse/ipv6-reject-malicious-packets-in-ipv6_gso_segment.patch
    (git-fixes CVE-2025-38572 bsc#1248399).
  - Update
    patches.suse/iwlwifi-Add-missing-check-for-alloc_ordered_workqueu.patch
    (git-fixes CVE-2025-38602 bsc#1248341).
  - Update
    patches.suse/kasan-remove-kasan_find_vm_area-to-prevent-possible-.patch
    (git-fixes CVE-2025-38510 bsc#1248166).
  - Update
    patches.suse/ksmbd-fix-out-of-bounds-read-in-smb2_sess_setup.patch
    (bsc#1012628 bsc#1213545 CVE-2023-3867).
  - Update
    patches.suse/ksmbd-fix-wrong-next-length-validation-of-ea-b.patch
    (bsc#1012628 CVE-2023-4130 bsc#1248164).
  - Update patches.suse/ksmbd-validate-command-request-size.patch
    (bsc#1012628 CVE-2023-4515 bsc#1248180).
  - Update
    patches.suse/md-make-rdev_addable-usable-for-rcu-mode.patch
    (git-fixes CVE-2025-38621 bsc#1248609).
  - Update
    patches.suse/net-packet-fix-a-race-in-packet_set_ring-and-packet_.patch
    (git-fixes CVE-2025-38617 bsc#1248621).
  - Update patches.suse/net-phy-Don-t-register-LEDs-for-genphy.patch
    (git-fixes CVE-2025-38537 bsc#1248229).
  - Update
    patches.suse/net-sched-Restrict-conditions-for-adding-duplicating.patch
    (git-fixes CVE-2025-38553 bsc#1248255).
  - Update
    patches.suse/net-sched-mqprio-fix-stack-out-of-bounds-write-in-tc.patch
    (git-fixes CVE-2025-38568 bsc#1248386).
  - Update
    patches.suse/nilfs2-reject-invalid-file-types-when-reading-inodes.patch
    (git-fixes CVE-2025-38663 bsc#1248636).
  - Update patches.suse/perf-core-Exit-early-on-perf_mmap-fail.patch
    (CVE-2025-38563 bsc#1248306 dependency CVE-2025-38565
    bsc#1248377).
  - Update
    patches.suse/phy-tegra-xusb-Fix-unbalanced-regulator-disable-in-U.patch
    (git-fixes CVE-2025-38535 bsc#1248240).
  - Update
    patches.suse/pinctrl-qcom-msm-mark-certain-pins-as-invalid-for-in.patch
    (git-fixes CVE-2025-38516 bsc#1248209).
  - Update
    patches.suse/pinmux-fix-race-causing-mux_owner-NULL-with-active-m.patch
    (git-fixes CVE-2025-38632 bsc#1248669).
  - Update
    patches.suse/power-supply-cpcap-charger-Fix-null-check-for-power_.patch
    (git-fixes CVE-2025-38634 bsc#1248666).
  - Update
    patches.suse/powercap-dtpm_cpu-Fix-NULL-pointer-dereference-in-ge.patch
    (git-fixes CVE-2025-38610 bsc#1248395).
  - Update
    patches.suse/powerpc-eeh-Make-EEH-driver-device-hotplug-safe.patch
    (bsc#1215199 CVE-2025-38576 bsc#1248354).
  - Update
    patches.suse/staging-fbtft-fix-potential-memory-leak-in-fbtft_fra.patch
    (git-fixes CVE-2025-38612 bsc#1248390).
  - Update
    patches.suse/sunrpc-fix-client-side-handling-of-tls-alerts.patch
    (git-fixes CVE-2025-38571 bsc#1248401).
  - Update
    patches.suse/sunrpc-fix-handling-of-server-side-tls-alerts.patch
    (git-fixes CVE-2025-38566 bsc#1248374).
  - Update
    patches.suse/tls-stop-recv-if-initial-process_rx_list-gave-us-non.patch
    (bsc#1221858 CVE-2024-58239 bsc#1248614).
  - Update
    patches.suse/usb-gadget-fix-use-after-free-in-composite_dev_clean.patch
    (git-fixes CVE-2025-38555 bsc#1248297).
  - Update
    patches.suse/wifi-ath11k-clear-initialized-flag-for-deinit-ed-srn.patch
    (git-fixes CVE-2025-38601 bsc#1248340).
  - Update
    patches.suse/wifi-iwlwifi-Fix-error-code-in-iwl_op_mode_dvm_start.patch
    (git-fixes CVE-2025-38656 bsc#1248643).
  - Update
    patches.suse/wifi-mac80211-reject-TDLS-operations-when-station-is.patch
    (git-fixes CVE-2025-38644 bsc#1248748).
  - Update
    patches.suse/wifi-mt76-mt7925-Fix-null-ptr-deref-in-mt7925_therma.patch
    (git-fixes CVE-2025-38541 bsc#1248216).
  - Update
    patches.suse/wifi-prevent-A-MSDU-attacks-in-mesh-networks.patch
    (stable-fixes CVE-2025-38512 bsc#1248178).
  - Update
    patches.suse/wifi-rtl818x-Kill-URBs-before-clearing-tx-status-que.patch
    (git-fixes CVE-2025-38604 bsc#1248333).
  - Update
    patches.suse/wifi-rtw89-avoid-NULL-dereference-when-RX-problemati.patch
    (git-fixes CVE-2025-38646 bsc#1248577).
  - Update
    patches.suse/wifi-zd1211rw-Fix-potential-NULL-pointer-dereference.patch
    (git-fixes CVE-2025-38513 bsc#1248179).
  - commit efc5ee0

------------------------------------------------------------------
------------------  2025-8-30  -  Aug 30 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - HID: asus: fix UAF via HID_CLAIMED_INPUT validation (git-fixes).
  - HID: multitouch: fix slab out-of-bounds access in
    mt_report_fixup() (git-fixes).
  - drm/mediatek: Fix device/node reference count leaks in
    mtk_drm_get_all_drm_priv (git-fixes).
  - drm/msm/kms: move snapshot init earlier in KMS init (git-fixes).
  - drm/msm: Defer fd_install in SUBMIT ioctl (git-fixes).
  - drm/nouveau: remove unused memory target test (git-fixes).
  - drm/nouveau: remove unused increment in gm200_flcn_pio_imem_wr
    (git-fixes).
  - drm/nouveau: fix error path in nvkm_gsp_fwsec_v2 (git-fixes).
  - drm/nouveau/disp: Always accept linear modifier (git-fixes).
  - mISDN: hfcpci: Fix warning when deleting uninitialized timer
    (git-fixes).
  - Bluetooth: hci_sync: fix set_local_name race condition
    (git-fixes).
  - Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is
    unbalanced (git-fixes).
  - Bluetooth: hci_event: Mark connection as closed during suspend
    disconnect (git-fixes).
  - Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as
    success (git-fixes).
  - commit f54cbc7

++++ kernel-rt:

  - HID: asus: fix UAF via HID_CLAIMED_INPUT validation (git-fixes).
  - HID: multitouch: fix slab out-of-bounds access in
    mt_report_fixup() (git-fixes).
  - drm/mediatek: Fix device/node reference count leaks in
    mtk_drm_get_all_drm_priv (git-fixes).
  - drm/msm/kms: move snapshot init earlier in KMS init (git-fixes).
  - drm/msm: Defer fd_install in SUBMIT ioctl (git-fixes).
  - drm/nouveau: remove unused memory target test (git-fixes).
  - drm/nouveau: remove unused increment in gm200_flcn_pio_imem_wr
    (git-fixes).
  - drm/nouveau: fix error path in nvkm_gsp_fwsec_v2 (git-fixes).
  - drm/nouveau/disp: Always accept linear modifier (git-fixes).
  - mISDN: hfcpci: Fix warning when deleting uninitialized timer
    (git-fixes).
  - Bluetooth: hci_sync: fix set_local_name race condition
    (git-fixes).
  - Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is
    unbalanced (git-fixes).
  - Bluetooth: hci_event: Mark connection as closed during suspend
    disconnect (git-fixes).
  - Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as
    success (git-fixes).
  - commit f54cbc7

++++ kernel-rt_debug:

  - HID: asus: fix UAF via HID_CLAIMED_INPUT validation (git-fixes).
  - HID: multitouch: fix slab out-of-bounds access in
    mt_report_fixup() (git-fixes).
  - drm/mediatek: Fix device/node reference count leaks in
    mtk_drm_get_all_drm_priv (git-fixes).
  - drm/msm/kms: move snapshot init earlier in KMS init (git-fixes).
  - drm/msm: Defer fd_install in SUBMIT ioctl (git-fixes).
  - drm/nouveau: remove unused memory target test (git-fixes).
  - drm/nouveau: remove unused increment in gm200_flcn_pio_imem_wr
    (git-fixes).
  - drm/nouveau: fix error path in nvkm_gsp_fwsec_v2 (git-fixes).
  - drm/nouveau/disp: Always accept linear modifier (git-fixes).
  - mISDN: hfcpci: Fix warning when deleting uninitialized timer
    (git-fixes).
  - Bluetooth: hci_sync: fix set_local_name race condition
    (git-fixes).
  - Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is
    unbalanced (git-fixes).
  - Bluetooth: hci_event: Mark connection as closed during suspend
    disconnect (git-fixes).
  - Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as
    success (git-fixes).
  - commit f54cbc7

------------------------------------------------------------------
------------------  2025-8-29  -  Aug 29 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - clk: bcm: rpi: Add NULL check in raspberrypi_clk_register() (CVE-2025-38160 bsc#1245780)
  - commit f8670f7
  - tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer (CVE-2025-38184 bsc#1245956)
  - commit 263759a
  - drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1 (CVE-2025-38205 bsc#1246005)
  - commit e09f72d
  - smb: client: add NULL check in automount_fullpath (CVE-2025-38208 bsc#1245815)
  - commit 04d79fb
  - net: stmmac: make sure that ptp_rate is not 0 before configuring EST (CVE-2025-38125 bsc#1245710)
  - commit 0fcfa4f
  - pNFS: Fix disk addr range check in block/scsi layout
    (git-fixes).
  - commit c36ff17
  - pNFS: Fix stripe mapping in block/scsi layout (git-fixes).
  - commit 5bf6a36
  - pNFS: Handle RPC size limit for layoutcommits (git-fixes).
  - commit 36dee9f
  - pNFS: Fix uninited ptr deref in block/scsi layout (git-fixes).
  - commit 8d7a7ee
  - jfs: truncate good inode pages when hard link is 0 (git-fixes).
  - commit 7e762b7
  - jfs: Regular file corruption check (git-fixes).
  - commit 4f3d801
  - jfs: upper bound check of tree index in dbAllocAG (git-fixes).
  - commit 997ac87
  - hfs: fix slab-out-of-bounds in hfs_bnode_read() (git-fixes).
  - commit 1ea8ac2
  - hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()
    (git-fixes).
  - commit 34d35cb
  - hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
    (git-fixes).
  - commit 07b3674
  - hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
    (git-fixes).
  - commit edddb1c
  - hfs: fix not erasing deleted b-tree node issue (git-fixes).
  - commit 9b06f84
  - fs/orangefs: use snprintf() instead of sprintf() (git-fixes).
  - commit 9e05c62
  - exfat: add cluster chain loop check for dir (git-fixes).
  - commit 50f0877
  - drm/amdkfd: Don't call mmput from MMU notifier callback (bsc#1248217 CVE-2025-38520)
  - commit c848230
  - kernel-binary: Another installation ordering fix (bsc#1241353).
  - commit fe14ab5
  - drm/amdgpu: fix task hang from failed job submission during
    process kill (git-fixes).
  - commit 6aefbfc
  - usb: dwc3: Remove WARN_ON for device endpoint command timeouts
    (stable-fixes).
  - USB: storage: Ignore driver CD mode for Realtek multi-mode
    Wi-Fi dongles (stable-fixes).
  - usb: dwc3: pci: add support for the Intel Wildcat Lake
    (stable-fixes).
  - USB: storage: Add unusual-devs entry for Novatek NTK96550-based
    camera (stable-fixes).
  - usb: quirks: Add DELAY_INIT quick for another SanDisk 3.2Gen1
    Flash Drive (stable-fixes).
  - rtc: ds1307: handle oscillator stop flag (OSF) for ds1341
    (stable-fixes).
  - rtc: ds1307: remove clear of oscillator stop flag (OSF) in probe
    (stable-fixes).
  - watchdog: sbsa: Adjust keepalive timeout to avoid MediaTek
    WS0 race condition (stable-fixes).
  - watchdog: dw_wdt: Fix default timeout (stable-fixes).
  - watchdog: iTCO_wdt: Report error if timeout configuration fails
    (stable-fixes).
  - soundwire: amd: serialize amd manager resume sequence during
    pm_prepare (stable-fixes).
  - power: supply: qcom_battmgr: Add lithium-polymer entry
    (stable-fixes).
  - pwm: mediatek: Fix duty and period setting (git-fixes).
  - pwm: mediatek: Handle hardware enable and clock enable
    separately (stable-fixes).
  - wifi: ath12k: Correct tid cleanup when tid setup fails
    (stable-fixes).
  - wifi: ath12k: Add memset and update default rate value in wmi
    tx completion (stable-fixes).
  - wifi: cfg80211: reject HTC bit for management frames
    (stable-fixes).
  - wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg()
    for USB (stable-fixes).
  - wifi: rtw89: Fix rtw89_mac_power_switch() for USB
    (stable-fixes).
  - wifi: rtw89: Disable deep power saving for USB/SDIO
    (stable-fixes).
  - wifi: iwlwifi: mvm: set gtk id also in older FWs (stable-fixes).
  - wifi: iwlwifi: mvm: fix scan request validation (stable-fixes).
  - wifi: cfg80211: Fix interface type validation (stable-fixes).
  - wifi: mac80211: don't complete management TX on SAE commit
    (stable-fixes).
  - wifi: mac80211: fix rx link assignment for non-MLO stations
    (stable-fixes).
  - wifi: mt76: mt7915: mcu: re-init MCU before loading FW patch
    (stable-fixes).
  - wifi: iwlwifi: dvm: fix potential overflow in rs_fill_link_cmd()
    (stable-fixes).
  - wifi: iwlwifi: fw: Fix possible memory leak in
    iwl_fw_dbg_collect (stable-fixes).
  - wifi: rtlwifi: fix possible skb memory leak in
    `_rtl_pci_rx_interrupt()` (stable-fixes).
  - wifi: rtlwifi: fix possible skb memory leak in
    _rtl_pci_init_one_rxdesc() (stable-fixes).
  - wifi: ath12k: Enable REO queue lookup table feature on QCN9274
    hw2.0 (stable-fixes).
  - wifi: ath12k: Decrement TID on RX peer frag setup error handling
    (stable-fixes).
  - wifi: mac80211: update radar_required in channel context after
    channel switch (stable-fixes).
  - wifi: iwlegacy: Check rate_idx range after addition
    (stable-fixes).
  - reset: brcmstb: Enable reset drivers for ARCH_BCM2835
    (stable-fixes).
  - usb: xhci: print xhci->xhc_state when queue_command failed
    (stable-fixes).
  - usb: typec: ucsi: psy: Set current max to 100mA for BC 1.2
    and Default (stable-fixes).
  - usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device
    Command (stable-fixes).
  - usb: xhci: Avoid showing warnings for dying controller
    (stable-fixes).
  - usb: xhci: Avoid showing errors during surprise removal
    (stable-fixes).
  - usb: core: config: Prevent OOB read in SS endpoint companion
    parsing (stable-fixes).
  - usb: typec: intel_pmc_mux: Defer probe if SCU IPC isn't present
    (stable-fixes).
  - usb: core: usb_submit_urb: downgrade type check (stable-fixes).
  - thermal: sysfs: Return ENODATA instead of EAGAIN for reads
    (stable-fixes).
  - thermal/drivers/qcom-spmi-temp-alarm: Enable stage 2 shutdown
    when required (stable-fixes).
  - pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in
    mperf_stop() (stable-fixes).
  - PM: runtime: Clear power.needs_force_resume in
    pm_runtime_reinit() (stable-fixes).
  - PM: sleep: console: Fix the black screen issue (stable-fixes).
  - PM / devfreq: governor: Replace sscanf() with kstrtoul()
    in set_freq_store() (stable-fixes).
  - commit 3e165bb
  - net: phy: smsc: add proper reset flags for LAN8710A
    (stable-fixes).
  - pinctrl: stm32: Manage irq affinity settings (stable-fixes).
  - phy: rockchip-pcie: Properly disable TEST_WRITE strobe signal
    (stable-fixes).
  - media: v4l2-common: Reduce warnings about missing
    V4L2_CID_LINK_FREQ control (stable-fixes).
  - media: tc358743: Return an appropriate colorspace from
    tc358743_set_fmt (stable-fixes).
  - media: tc358743: Check I2C succeeded during probe
    (stable-fixes).
  - media: tc358743: Increase FIFO trigger level to 374
    (stable-fixes).
  - media: usb: hdpvr: disable zero-length read messages
    (stable-fixes).
  - net: phy: micrel: Add ksz9131_resume() (stable-fixes).
  - net: thunderbolt: Enable end-to-end flow control also in
    transmit (stable-fixes).
  - net: thunderbolt: Fix the parameter passing of
    tb_xdomain_enable_paths()/tb_xdomain_disable_paths()
    (stable-fixes).
  - mmc: sdhci-msm: Ensure SD card power isn't ON when card removed
    (stable-fixes).
  - mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode()
    (stable-fixes).
  - mei: bus: Check for still connected devices in
    mei_cl_bus_dev_release() (stable-fixes).
  - platform/chrome: cros_ec_typec: Defer probe on missing EC parent
    (stable-fixes).
  - platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk
    list (stable-fixes).
  - commit 49985d1
  - iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()
    (git-fixes).
  - ipmi: Use dev_warn_ratelimited() for incorrect message warnings
    (stable-fixes).
  - ipmi: Fix strcpy source and destination the same (stable-fixes).
  - i2c: Force DLL0945 touchpad i2c freq to 100khz (stable-fixes).
  - i3c: don't fail if GETHDRCAP is unsupported (stable-fixes).
  - i3c: master: Initialize ret in i3c_i2c_notifier_call()
    (stable-fixes).
  - hwmon: (emc2305) Set initial PWM minimum value during probe
    based on thermal state (stable-fixes).
  - media: dvb-frontends: dib7090p: fix null-ptr-deref in
    dib7090p_rw_on_apb() (stable-fixes).
  - media: dvb-frontends: w7090p: fix null-ptr-deref in
    w7090p_tuner_write_serpar and w7090p_tuner_read_serpar
    (stable-fixes).
  - media: uvcvideo: Fix bandwidth issue for Alcor camera
    (stable-fixes).
  - leds: leds-lp50xx: Handle reg to get correct multi_index
    (stable-fixes).
  - iio: adc: ad_sigma_delta: don't overallocate scan buffer
    (stable-fixes).
  - iio: imu: inv_icm42600: use = { } instead of memset()
    (stable-fixes).
  - iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing
    requirement (stable-fixes).
  - gpio: wcd934x: check the return value of regmap_update_bits()
    (stable-fixes).
  - gpio: tps65912: check the return value of regmap_update_bits()
    (stable-fixes).
  - iio: imu: inv_icm42600: switch timestamp type from int64_t
    __aligned(8) to aligned_s64 (stable-fixes).
  - commit cf6f726
  - drm/amd/display: Fix DP audio DTO1 clock source on DCE 6
    (stable-fixes).
  - drm/amd/display: Fill display clock and vblank time in
    dce110_fill_display_configs (stable-fixes).
  - drm/amd/display: Find first CRTC and its line time in
    dce110_fill_display_configs (stable-fixes).
  - drm/amd/display: Avoid a NULL pointer dereference
    (stable-fixes).
  - drm/amdkfd: Destroy KFD debugfs after destroy KFD wq
    (stable-fixes).
  - drm/amd/display: Add primary plane to commits for correct VRR
    handling (stable-fixes).
  - drm/amdgpu: update mmhub 3.0.1 client id mappings
    (stable-fixes).
  - drm/amd: Restore cached power limit during resume
    (stable-fixes).
  - fbdev: Fix vmalloc out-of-bounds write in fast_imageblit
    (stable-fixes).
  - fbdev: fix potential buffer overflow in
    do_register_framebuffer() (stable-fixes).
  - drm/amd/display: Only finalize atomic_obj if it was initialized
    (stable-fixes).
  - drm/amd/display: Avoid configuring PSR granularity if PSR-SU
    not supported (stable-fixes).
  - drm/amdgpu: Avoid extra evict-restore process (stable-fixes).
  - crypto: hisilicon/hpre - fix dma unmap sequence (stable-fixes).
  - crypto: jitter - fix intermediary handling (stable-fixes).
  - crypto: qat - lower priority for skcipher and aead algorithms
    (stable-fixes).
  - crypto: octeontx2 - add timeout for load_fvc completion poll
    (stable-fixes).
  - drm/msm: use trylock for debugfs (stable-fixes).
  - drm/amd/display: Separate set_gsl from set_gsl_source_select
    (stable-fixes).
  - drm/amd/display: Fix 'failed to blank crtc!' (stable-fixes).
  - drm/amd: Allow printing VanGogh OD SCLK levels without setting
    dpm to manual (stable-fixes).
  - drm/amd/display: Avoid trying AUX transactions on disconnected
    ports (stable-fixes).
  - drm/dp: Change AUX DPCD probe address from DPCD_REV to
    LANE0_1_STATUS (stable-fixes).
  - drm/ttm: Should to return the evict error (stable-fixes).
  - drm/ttm: Respect the shrinker core free target (stable-fixes).
  - et131x: Add missing check after DMA map (stable-fixes).
  - comedi: fix race between polling and detaching (git-fixes).
  - char: misc: Fix improper and inaccurate error code returned
    by misc_init() (stable-fixes).
  - commit adab316
  - ALSA: hda/realtek: Add support for HP EliteBook x360 830 G6
    and EliteBook 830 G6 (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic on HONOR BRB-X
    (stable-fixes).
  - ALSA: hda/realtek: Add Framework Laptop 13 (AMD Ryzen AI 300)
    to quirks (stable-fixes).
  - ASoC: Intel: avs: Fix uninitialized pointer error in probe()
    (stable-fixes).
  - Bluetooth: hci_sock: Reset cookie to zero in
    hci_sock_free_cookie() (stable-fixes).
  - ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level()
    was successed (stable-fixes).
  - ASoC: hdac_hdmi: Rate limit logging on connection and
    disconnection (stable-fixes).
  - ASoC: core: Check for rtd == NULL in
    snd_soc_remove_pcm_runtime() (stable-fixes).
  - ASoC: codecs: rt5640: Retry DEVICE_ID verification
    (stable-fixes).
  - commit c1f1889
  - ALSA: hda: Handle the jack polling always via a work
    (stable-fixes).
  - ALSA: hda: Disable jack polling at shutdown (stable-fixes).
  - ALSA: intel8x0: Fix incorrect codec index usage in mixer for
    ICH4 (stable-fixes).
  - ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control
    (stable-fixes).
  - ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loop
    (stable-fixes).
  - ALSA: usb-audio: Avoid precedence issues in mixer_quirks macros
    (stable-fixes).
  - ACPI: APEI: send SIGBUS to current task if synchronous memory
    error not recovered (stable-fixes).
  - ACPI: processor: fix acpi_object initialization (stable-fixes).
  - commit d6d6e01

++++ kernel-rt:

  - clk: bcm: rpi: Add NULL check in raspberrypi_clk_register() (CVE-2025-38160 bsc#1245780)
  - commit f8670f7
  - tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer (CVE-2025-38184 bsc#1245956)
  - commit 263759a
  - drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1 (CVE-2025-38205 bsc#1246005)
  - commit e09f72d
  - smb: client: add NULL check in automount_fullpath (CVE-2025-38208 bsc#1245815)
  - commit 04d79fb
  - net: stmmac: make sure that ptp_rate is not 0 before configuring EST (CVE-2025-38125 bsc#1245710)
  - commit 0fcfa4f
  - pNFS: Fix disk addr range check in block/scsi layout
    (git-fixes).
  - commit c36ff17
  - pNFS: Fix stripe mapping in block/scsi layout (git-fixes).
  - commit 5bf6a36
  - pNFS: Handle RPC size limit for layoutcommits (git-fixes).
  - commit 36dee9f
  - pNFS: Fix uninited ptr deref in block/scsi layout (git-fixes).
  - commit 8d7a7ee
  - jfs: truncate good inode pages when hard link is 0 (git-fixes).
  - commit 7e762b7
  - jfs: Regular file corruption check (git-fixes).
  - commit 4f3d801
  - jfs: upper bound check of tree index in dbAllocAG (git-fixes).
  - commit 997ac87
  - hfs: fix slab-out-of-bounds in hfs_bnode_read() (git-fixes).
  - commit 1ea8ac2
  - hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()
    (git-fixes).
  - commit 34d35cb
  - hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
    (git-fixes).
  - commit 07b3674
  - hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
    (git-fixes).
  - commit edddb1c
  - hfs: fix not erasing deleted b-tree node issue (git-fixes).
  - commit 9b06f84
  - fs/orangefs: use snprintf() instead of sprintf() (git-fixes).
  - commit 9e05c62
  - exfat: add cluster chain loop check for dir (git-fixes).
  - commit 50f0877
  - drm/amdkfd: Don't call mmput from MMU notifier callback (bsc#1248217 CVE-2025-38520)
  - commit c848230
  - kernel-binary: Another installation ordering fix (bsc#1241353).
  - commit fe14ab5
  - drm/amdgpu: fix task hang from failed job submission during
    process kill (git-fixes).
  - commit 6aefbfc
  - usb: dwc3: Remove WARN_ON for device endpoint command timeouts
    (stable-fixes).
  - USB: storage: Ignore driver CD mode for Realtek multi-mode
    Wi-Fi dongles (stable-fixes).
  - usb: dwc3: pci: add support for the Intel Wildcat Lake
    (stable-fixes).
  - USB: storage: Add unusual-devs entry for Novatek NTK96550-based
    camera (stable-fixes).
  - usb: quirks: Add DELAY_INIT quick for another SanDisk 3.2Gen1
    Flash Drive (stable-fixes).
  - rtc: ds1307: handle oscillator stop flag (OSF) for ds1341
    (stable-fixes).
  - rtc: ds1307: remove clear of oscillator stop flag (OSF) in probe
    (stable-fixes).
  - watchdog: sbsa: Adjust keepalive timeout to avoid MediaTek
    WS0 race condition (stable-fixes).
  - watchdog: dw_wdt: Fix default timeout (stable-fixes).
  - watchdog: iTCO_wdt: Report error if timeout configuration fails
    (stable-fixes).
  - soundwire: amd: serialize amd manager resume sequence during
    pm_prepare (stable-fixes).
  - power: supply: qcom_battmgr: Add lithium-polymer entry
    (stable-fixes).
  - pwm: mediatek: Fix duty and period setting (git-fixes).
  - pwm: mediatek: Handle hardware enable and clock enable
    separately (stable-fixes).
  - wifi: ath12k: Correct tid cleanup when tid setup fails
    (stable-fixes).
  - wifi: ath12k: Add memset and update default rate value in wmi
    tx completion (stable-fixes).
  - wifi: cfg80211: reject HTC bit for management frames
    (stable-fixes).
  - wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg()
    for USB (stable-fixes).
  - wifi: rtw89: Fix rtw89_mac_power_switch() for USB
    (stable-fixes).
  - wifi: rtw89: Disable deep power saving for USB/SDIO
    (stable-fixes).
  - wifi: iwlwifi: mvm: set gtk id also in older FWs (stable-fixes).
  - wifi: iwlwifi: mvm: fix scan request validation (stable-fixes).
  - wifi: cfg80211: Fix interface type validation (stable-fixes).
  - wifi: mac80211: don't complete management TX on SAE commit
    (stable-fixes).
  - wifi: mac80211: fix rx link assignment for non-MLO stations
    (stable-fixes).
  - wifi: mt76: mt7915: mcu: re-init MCU before loading FW patch
    (stable-fixes).
  - wifi: iwlwifi: dvm: fix potential overflow in rs_fill_link_cmd()
    (stable-fixes).
  - wifi: iwlwifi: fw: Fix possible memory leak in
    iwl_fw_dbg_collect (stable-fixes).
  - wifi: rtlwifi: fix possible skb memory leak in
    `_rtl_pci_rx_interrupt()` (stable-fixes).
  - wifi: rtlwifi: fix possible skb memory leak in
    _rtl_pci_init_one_rxdesc() (stable-fixes).
  - wifi: ath12k: Enable REO queue lookup table feature on QCN9274
    hw2.0 (stable-fixes).
  - wifi: ath12k: Decrement TID on RX peer frag setup error handling
    (stable-fixes).
  - wifi: mac80211: update radar_required in channel context after
    channel switch (stable-fixes).
  - wifi: iwlegacy: Check rate_idx range after addition
    (stable-fixes).
  - reset: brcmstb: Enable reset drivers for ARCH_BCM2835
    (stable-fixes).
  - usb: xhci: print xhci->xhc_state when queue_command failed
    (stable-fixes).
  - usb: typec: ucsi: psy: Set current max to 100mA for BC 1.2
    and Default (stable-fixes).
  - usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device
    Command (stable-fixes).
  - usb: xhci: Avoid showing warnings for dying controller
    (stable-fixes).
  - usb: xhci: Avoid showing errors during surprise removal
    (stable-fixes).
  - usb: core: config: Prevent OOB read in SS endpoint companion
    parsing (stable-fixes).
  - usb: typec: intel_pmc_mux: Defer probe if SCU IPC isn't present
    (stable-fixes).
  - usb: core: usb_submit_urb: downgrade type check (stable-fixes).
  - thermal: sysfs: Return ENODATA instead of EAGAIN for reads
    (stable-fixes).
  - thermal/drivers/qcom-spmi-temp-alarm: Enable stage 2 shutdown
    when required (stable-fixes).
  - pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in
    mperf_stop() (stable-fixes).
  - PM: runtime: Clear power.needs_force_resume in
    pm_runtime_reinit() (stable-fixes).
  - PM: sleep: console: Fix the black screen issue (stable-fixes).
  - PM / devfreq: governor: Replace sscanf() with kstrtoul()
    in set_freq_store() (stable-fixes).
  - commit 3e165bb
  - net: phy: smsc: add proper reset flags for LAN8710A
    (stable-fixes).
  - pinctrl: stm32: Manage irq affinity settings (stable-fixes).
  - phy: rockchip-pcie: Properly disable TEST_WRITE strobe signal
    (stable-fixes).
  - media: v4l2-common: Reduce warnings about missing
    V4L2_CID_LINK_FREQ control (stable-fixes).
  - media: tc358743: Return an appropriate colorspace from
    tc358743_set_fmt (stable-fixes).
  - media: tc358743: Check I2C succeeded during probe
    (stable-fixes).
  - media: tc358743: Increase FIFO trigger level to 374
    (stable-fixes).
  - media: usb: hdpvr: disable zero-length read messages
    (stable-fixes).
  - net: phy: micrel: Add ksz9131_resume() (stable-fixes).
  - net: thunderbolt: Enable end-to-end flow control also in
    transmit (stable-fixes).
  - net: thunderbolt: Fix the parameter passing of
    tb_xdomain_enable_paths()/tb_xdomain_disable_paths()
    (stable-fixes).
  - mmc: sdhci-msm: Ensure SD card power isn't ON when card removed
    (stable-fixes).
  - mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode()
    (stable-fixes).
  - mei: bus: Check for still connected devices in
    mei_cl_bus_dev_release() (stable-fixes).
  - platform/chrome: cros_ec_typec: Defer probe on missing EC parent
    (stable-fixes).
  - platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk
    list (stable-fixes).
  - commit 49985d1
  - iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()
    (git-fixes).
  - ipmi: Use dev_warn_ratelimited() for incorrect message warnings
    (stable-fixes).
  - ipmi: Fix strcpy source and destination the same (stable-fixes).
  - i2c: Force DLL0945 touchpad i2c freq to 100khz (stable-fixes).
  - i3c: don't fail if GETHDRCAP is unsupported (stable-fixes).
  - i3c: master: Initialize ret in i3c_i2c_notifier_call()
    (stable-fixes).
  - hwmon: (emc2305) Set initial PWM minimum value during probe
    based on thermal state (stable-fixes).
  - media: dvb-frontends: dib7090p: fix null-ptr-deref in
    dib7090p_rw_on_apb() (stable-fixes).
  - media: dvb-frontends: w7090p: fix null-ptr-deref in
    w7090p_tuner_write_serpar and w7090p_tuner_read_serpar
    (stable-fixes).
  - media: uvcvideo: Fix bandwidth issue for Alcor camera
    (stable-fixes).
  - leds: leds-lp50xx: Handle reg to get correct multi_index
    (stable-fixes).
  - iio: adc: ad_sigma_delta: don't overallocate scan buffer
    (stable-fixes).
  - iio: imu: inv_icm42600: use = { } instead of memset()
    (stable-fixes).
  - iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing
    requirement (stable-fixes).
  - gpio: wcd934x: check the return value of regmap_update_bits()
    (stable-fixes).
  - gpio: tps65912: check the return value of regmap_update_bits()
    (stable-fixes).
  - iio: imu: inv_icm42600: switch timestamp type from int64_t
    __aligned(8) to aligned_s64 (stable-fixes).
  - commit cf6f726
  - drm/amd/display: Fix DP audio DTO1 clock source on DCE 6
    (stable-fixes).
  - drm/amd/display: Fill display clock and vblank time in
    dce110_fill_display_configs (stable-fixes).
  - drm/amd/display: Find first CRTC and its line time in
    dce110_fill_display_configs (stable-fixes).
  - drm/amd/display: Avoid a NULL pointer dereference
    (stable-fixes).
  - drm/amdkfd: Destroy KFD debugfs after destroy KFD wq
    (stable-fixes).
  - drm/amd/display: Add primary plane to commits for correct VRR
    handling (stable-fixes).
  - drm/amdgpu: update mmhub 3.0.1 client id mappings
    (stable-fixes).
  - drm/amd: Restore cached power limit during resume
    (stable-fixes).
  - fbdev: Fix vmalloc out-of-bounds write in fast_imageblit
    (stable-fixes).
  - fbdev: fix potential buffer overflow in
    do_register_framebuffer() (stable-fixes).
  - drm/amd/display: Only finalize atomic_obj if it was initialized
    (stable-fixes).
  - drm/amd/display: Avoid configuring PSR granularity if PSR-SU
    not supported (stable-fixes).
  - drm/amdgpu: Avoid extra evict-restore process (stable-fixes).
  - crypto: hisilicon/hpre - fix dma unmap sequence (stable-fixes).
  - crypto: jitter - fix intermediary handling (stable-fixes).
  - crypto: qat - lower priority for skcipher and aead algorithms
    (stable-fixes).
  - crypto: octeontx2 - add timeout for load_fvc completion poll
    (stable-fixes).
  - drm/msm: use trylock for debugfs (stable-fixes).
  - drm/amd/display: Separate set_gsl from set_gsl_source_select
    (stable-fixes).
  - drm/amd/display: Fix 'failed to blank crtc!' (stable-fixes).
  - drm/amd: Allow printing VanGogh OD SCLK levels without setting
    dpm to manual (stable-fixes).
  - drm/amd/display: Avoid trying AUX transactions on disconnected
    ports (stable-fixes).
  - drm/dp: Change AUX DPCD probe address from DPCD_REV to
    LANE0_1_STATUS (stable-fixes).
  - drm/ttm: Should to return the evict error (stable-fixes).
  - drm/ttm: Respect the shrinker core free target (stable-fixes).
  - et131x: Add missing check after DMA map (stable-fixes).
  - comedi: fix race between polling and detaching (git-fixes).
  - char: misc: Fix improper and inaccurate error code returned
    by misc_init() (stable-fixes).
  - commit adab316
  - ALSA: hda/realtek: Add support for HP EliteBook x360 830 G6
    and EliteBook 830 G6 (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic on HONOR BRB-X
    (stable-fixes).
  - ALSA: hda/realtek: Add Framework Laptop 13 (AMD Ryzen AI 300)
    to quirks (stable-fixes).
  - ASoC: Intel: avs: Fix uninitialized pointer error in probe()
    (stable-fixes).
  - Bluetooth: hci_sock: Reset cookie to zero in
    hci_sock_free_cookie() (stable-fixes).
  - ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level()
    was successed (stable-fixes).
  - ASoC: hdac_hdmi: Rate limit logging on connection and
    disconnection (stable-fixes).
  - ASoC: core: Check for rtd == NULL in
    snd_soc_remove_pcm_runtime() (stable-fixes).
  - ASoC: codecs: rt5640: Retry DEVICE_ID verification
    (stable-fixes).
  - commit c1f1889
  - ALSA: hda: Handle the jack polling always via a work
    (stable-fixes).
  - ALSA: hda: Disable jack polling at shutdown (stable-fixes).
  - ALSA: intel8x0: Fix incorrect codec index usage in mixer for
    ICH4 (stable-fixes).
  - ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control
    (stable-fixes).
  - ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loop
    (stable-fixes).
  - ALSA: usb-audio: Avoid precedence issues in mixer_quirks macros
    (stable-fixes).
  - ACPI: APEI: send SIGBUS to current task if synchronous memory
    error not recovered (stable-fixes).
  - ACPI: processor: fix acpi_object initialization (stable-fixes).
  - commit d6d6e01

++++ kernel-rt_debug:

  - clk: bcm: rpi: Add NULL check in raspberrypi_clk_register() (CVE-2025-38160 bsc#1245780)
  - commit f8670f7
  - tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearer (CVE-2025-38184 bsc#1245956)
  - commit 263759a
  - drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1 (CVE-2025-38205 bsc#1246005)
  - commit e09f72d
  - smb: client: add NULL check in automount_fullpath (CVE-2025-38208 bsc#1245815)
  - commit 04d79fb
  - net: stmmac: make sure that ptp_rate is not 0 before configuring EST (CVE-2025-38125 bsc#1245710)
  - commit 0fcfa4f
  - pNFS: Fix disk addr range check in block/scsi layout
    (git-fixes).
  - commit c36ff17
  - pNFS: Fix stripe mapping in block/scsi layout (git-fixes).
  - commit 5bf6a36
  - pNFS: Handle RPC size limit for layoutcommits (git-fixes).
  - commit 36dee9f
  - pNFS: Fix uninited ptr deref in block/scsi layout (git-fixes).
  - commit 8d7a7ee
  - jfs: truncate good inode pages when hard link is 0 (git-fixes).
  - commit 7e762b7
  - jfs: Regular file corruption check (git-fixes).
  - commit 4f3d801
  - jfs: upper bound check of tree index in dbAllocAG (git-fixes).
  - commit 997ac87
  - hfs: fix slab-out-of-bounds in hfs_bnode_read() (git-fixes).
  - commit 1ea8ac2
  - hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()
    (git-fixes).
  - commit 34d35cb
  - hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()
    (git-fixes).
  - commit 07b3674
  - hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()
    (git-fixes).
  - commit edddb1c
  - hfs: fix not erasing deleted b-tree node issue (git-fixes).
  - commit 9b06f84
  - fs/orangefs: use snprintf() instead of sprintf() (git-fixes).
  - commit 9e05c62
  - exfat: add cluster chain loop check for dir (git-fixes).
  - commit 50f0877
  - drm/amdkfd: Don't call mmput from MMU notifier callback (bsc#1248217 CVE-2025-38520)
  - commit c848230
  - kernel-binary: Another installation ordering fix (bsc#1241353).
  - commit fe14ab5
  - drm/amdgpu: fix task hang from failed job submission during
    process kill (git-fixes).
  - commit 6aefbfc
  - usb: dwc3: Remove WARN_ON for device endpoint command timeouts
    (stable-fixes).
  - USB: storage: Ignore driver CD mode for Realtek multi-mode
    Wi-Fi dongles (stable-fixes).
  - usb: dwc3: pci: add support for the Intel Wildcat Lake
    (stable-fixes).
  - USB: storage: Add unusual-devs entry for Novatek NTK96550-based
    camera (stable-fixes).
  - usb: quirks: Add DELAY_INIT quick for another SanDisk 3.2Gen1
    Flash Drive (stable-fixes).
  - rtc: ds1307: handle oscillator stop flag (OSF) for ds1341
    (stable-fixes).
  - rtc: ds1307: remove clear of oscillator stop flag (OSF) in probe
    (stable-fixes).
  - watchdog: sbsa: Adjust keepalive timeout to avoid MediaTek
    WS0 race condition (stable-fixes).
  - watchdog: dw_wdt: Fix default timeout (stable-fixes).
  - watchdog: iTCO_wdt: Report error if timeout configuration fails
    (stable-fixes).
  - soundwire: amd: serialize amd manager resume sequence during
    pm_prepare (stable-fixes).
  - power: supply: qcom_battmgr: Add lithium-polymer entry
    (stable-fixes).
  - pwm: mediatek: Fix duty and period setting (git-fixes).
  - pwm: mediatek: Handle hardware enable and clock enable
    separately (stable-fixes).
  - wifi: ath12k: Correct tid cleanup when tid setup fails
    (stable-fixes).
  - wifi: ath12k: Add memset and update default rate value in wmi
    tx completion (stable-fixes).
  - wifi: cfg80211: reject HTC bit for management frames
    (stable-fixes).
  - wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg()
    for USB (stable-fixes).
  - wifi: rtw89: Fix rtw89_mac_power_switch() for USB
    (stable-fixes).
  - wifi: rtw89: Disable deep power saving for USB/SDIO
    (stable-fixes).
  - wifi: iwlwifi: mvm: set gtk id also in older FWs (stable-fixes).
  - wifi: iwlwifi: mvm: fix scan request validation (stable-fixes).
  - wifi: cfg80211: Fix interface type validation (stable-fixes).
  - wifi: mac80211: don't complete management TX on SAE commit
    (stable-fixes).
  - wifi: mac80211: fix rx link assignment for non-MLO stations
    (stable-fixes).
  - wifi: mt76: mt7915: mcu: re-init MCU before loading FW patch
    (stable-fixes).
  - wifi: iwlwifi: dvm: fix potential overflow in rs_fill_link_cmd()
    (stable-fixes).
  - wifi: iwlwifi: fw: Fix possible memory leak in
    iwl_fw_dbg_collect (stable-fixes).
  - wifi: rtlwifi: fix possible skb memory leak in
    `_rtl_pci_rx_interrupt()` (stable-fixes).
  - wifi: rtlwifi: fix possible skb memory leak in
    _rtl_pci_init_one_rxdesc() (stable-fixes).
  - wifi: ath12k: Enable REO queue lookup table feature on QCN9274
    hw2.0 (stable-fixes).
  - wifi: ath12k: Decrement TID on RX peer frag setup error handling
    (stable-fixes).
  - wifi: mac80211: update radar_required in channel context after
    channel switch (stable-fixes).
  - wifi: iwlegacy: Check rate_idx range after addition
    (stable-fixes).
  - reset: brcmstb: Enable reset drivers for ARCH_BCM2835
    (stable-fixes).
  - usb: xhci: print xhci->xhc_state when queue_command failed
    (stable-fixes).
  - usb: typec: ucsi: psy: Set current max to 100mA for BC 1.2
    and Default (stable-fixes).
  - usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device
    Command (stable-fixes).
  - usb: xhci: Avoid showing warnings for dying controller
    (stable-fixes).
  - usb: xhci: Avoid showing errors during surprise removal
    (stable-fixes).
  - usb: core: config: Prevent OOB read in SS endpoint companion
    parsing (stable-fixes).
  - usb: typec: intel_pmc_mux: Defer probe if SCU IPC isn't present
    (stable-fixes).
  - usb: core: usb_submit_urb: downgrade type check (stable-fixes).
  - thermal: sysfs: Return ENODATA instead of EAGAIN for reads
    (stable-fixes).
  - thermal/drivers/qcom-spmi-temp-alarm: Enable stage 2 shutdown
    when required (stable-fixes).
  - pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in
    mperf_stop() (stable-fixes).
  - PM: runtime: Clear power.needs_force_resume in
    pm_runtime_reinit() (stable-fixes).
  - PM: sleep: console: Fix the black screen issue (stable-fixes).
  - PM / devfreq: governor: Replace sscanf() with kstrtoul()
    in set_freq_store() (stable-fixes).
  - commit 3e165bb
  - net: phy: smsc: add proper reset flags for LAN8710A
    (stable-fixes).
  - pinctrl: stm32: Manage irq affinity settings (stable-fixes).
  - phy: rockchip-pcie: Properly disable TEST_WRITE strobe signal
    (stable-fixes).
  - media: v4l2-common: Reduce warnings about missing
    V4L2_CID_LINK_FREQ control (stable-fixes).
  - media: tc358743: Return an appropriate colorspace from
    tc358743_set_fmt (stable-fixes).
  - media: tc358743: Check I2C succeeded during probe
    (stable-fixes).
  - media: tc358743: Increase FIFO trigger level to 374
    (stable-fixes).
  - media: usb: hdpvr: disable zero-length read messages
    (stable-fixes).
  - net: phy: micrel: Add ksz9131_resume() (stable-fixes).
  - net: thunderbolt: Enable end-to-end flow control also in
    transmit (stable-fixes).
  - net: thunderbolt: Fix the parameter passing of
    tb_xdomain_enable_paths()/tb_xdomain_disable_paths()
    (stable-fixes).
  - mmc: sdhci-msm: Ensure SD card power isn't ON when card removed
    (stable-fixes).
  - mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode()
    (stable-fixes).
  - mei: bus: Check for still connected devices in
    mei_cl_bus_dev_release() (stable-fixes).
  - platform/chrome: cros_ec_typec: Defer probe on missing EC parent
    (stable-fixes).
  - platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk
    list (stable-fixes).
  - commit 49985d1
  - iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()
    (git-fixes).
  - ipmi: Use dev_warn_ratelimited() for incorrect message warnings
    (stable-fixes).
  - ipmi: Fix strcpy source and destination the same (stable-fixes).
  - i2c: Force DLL0945 touchpad i2c freq to 100khz (stable-fixes).
  - i3c: don't fail if GETHDRCAP is unsupported (stable-fixes).
  - i3c: master: Initialize ret in i3c_i2c_notifier_call()
    (stable-fixes).
  - hwmon: (emc2305) Set initial PWM minimum value during probe
    based on thermal state (stable-fixes).
  - media: dvb-frontends: dib7090p: fix null-ptr-deref in
    dib7090p_rw_on_apb() (stable-fixes).
  - media: dvb-frontends: w7090p: fix null-ptr-deref in
    w7090p_tuner_write_serpar and w7090p_tuner_read_serpar
    (stable-fixes).
  - media: uvcvideo: Fix bandwidth issue for Alcor camera
    (stable-fixes).
  - leds: leds-lp50xx: Handle reg to get correct multi_index
    (stable-fixes).
  - iio: adc: ad_sigma_delta: don't overallocate scan buffer
    (stable-fixes).
  - iio: imu: inv_icm42600: use = { } instead of memset()
    (stable-fixes).
  - iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing
    requirement (stable-fixes).
  - gpio: wcd934x: check the return value of regmap_update_bits()
    (stable-fixes).
  - gpio: tps65912: check the return value of regmap_update_bits()
    (stable-fixes).
  - iio: imu: inv_icm42600: switch timestamp type from int64_t
    __aligned(8) to aligned_s64 (stable-fixes).
  - commit cf6f726
  - drm/amd/display: Fix DP audio DTO1 clock source on DCE 6
    (stable-fixes).
  - drm/amd/display: Fill display clock and vblank time in
    dce110_fill_display_configs (stable-fixes).
  - drm/amd/display: Find first CRTC and its line time in
    dce110_fill_display_configs (stable-fixes).
  - drm/amd/display: Avoid a NULL pointer dereference
    (stable-fixes).
  - drm/amdkfd: Destroy KFD debugfs after destroy KFD wq
    (stable-fixes).
  - drm/amd/display: Add primary plane to commits for correct VRR
    handling (stable-fixes).
  - drm/amdgpu: update mmhub 3.0.1 client id mappings
    (stable-fixes).
  - drm/amd: Restore cached power limit during resume
    (stable-fixes).
  - fbdev: Fix vmalloc out-of-bounds write in fast_imageblit
    (stable-fixes).
  - fbdev: fix potential buffer overflow in
    do_register_framebuffer() (stable-fixes).
  - drm/amd/display: Only finalize atomic_obj if it was initialized
    (stable-fixes).
  - drm/amd/display: Avoid configuring PSR granularity if PSR-SU
    not supported (stable-fixes).
  - drm/amdgpu: Avoid extra evict-restore process (stable-fixes).
  - crypto: hisilicon/hpre - fix dma unmap sequence (stable-fixes).
  - crypto: jitter - fix intermediary handling (stable-fixes).
  - crypto: qat - lower priority for skcipher and aead algorithms
    (stable-fixes).
  - crypto: octeontx2 - add timeout for load_fvc completion poll
    (stable-fixes).
  - drm/msm: use trylock for debugfs (stable-fixes).
  - drm/amd/display: Separate set_gsl from set_gsl_source_select
    (stable-fixes).
  - drm/amd/display: Fix 'failed to blank crtc!' (stable-fixes).
  - drm/amd: Allow printing VanGogh OD SCLK levels without setting
    dpm to manual (stable-fixes).
  - drm/amd/display: Avoid trying AUX transactions on disconnected
    ports (stable-fixes).
  - drm/dp: Change AUX DPCD probe address from DPCD_REV to
    LANE0_1_STATUS (stable-fixes).
  - drm/ttm: Should to return the evict error (stable-fixes).
  - drm/ttm: Respect the shrinker core free target (stable-fixes).
  - et131x: Add missing check after DMA map (stable-fixes).
  - comedi: fix race between polling and detaching (git-fixes).
  - char: misc: Fix improper and inaccurate error code returned
    by misc_init() (stable-fixes).
  - commit adab316
  - ALSA: hda/realtek: Add support for HP EliteBook x360 830 G6
    and EliteBook 830 G6 (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic on HONOR BRB-X
    (stable-fixes).
  - ALSA: hda/realtek: Add Framework Laptop 13 (AMD Ryzen AI 300)
    to quirks (stable-fixes).
  - ASoC: Intel: avs: Fix uninitialized pointer error in probe()
    (stable-fixes).
  - Bluetooth: hci_sock: Reset cookie to zero in
    hci_sock_free_cookie() (stable-fixes).
  - ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level()
    was successed (stable-fixes).
  - ASoC: hdac_hdmi: Rate limit logging on connection and
    disconnection (stable-fixes).
  - ASoC: core: Check for rtd == NULL in
    snd_soc_remove_pcm_runtime() (stable-fixes).
  - ASoC: codecs: rt5640: Retry DEVICE_ID verification
    (stable-fixes).
  - commit c1f1889
  - ALSA: hda: Handle the jack polling always via a work
    (stable-fixes).
  - ALSA: hda: Disable jack polling at shutdown (stable-fixes).
  - ALSA: intel8x0: Fix incorrect codec index usage in mixer for
    ICH4 (stable-fixes).
  - ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control
    (stable-fixes).
  - ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loop
    (stable-fixes).
  - ALSA: usb-audio: Avoid precedence issues in mixer_quirks macros
    (stable-fixes).
  - ACPI: APEI: send SIGBUS to current task if synchronous memory
    error not recovered (stable-fixes).
  - ACPI: processor: fix acpi_object initialization (stable-fixes).
  - commit d6d6e01

------------------------------------------------------------------
------------------  2025-8-28  -  Aug 28 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - xfrm: interface: fix use-after-free after changing collect_md
    xfrm interface (CVE-2025-38500 bsc#1248088).
  - rxrpc: Fix recv-recv race of completed call (CVE-2025-38524
    bsc#1248194).
  - atm: clip: Fix memory leak of struct clip_vcc (CVE-2025-38546
    bsc#1248223).
  - commit 57cffb2
  - x86/sev: Evict cache lines during SNP memory validation
    (CVE-2025-38560 bsc#1248312).
  - commit 0d489ec
  - hid: hide cleanup of hid_descriptor (CVE-2025-38103
    bsc#1245663).
  - commit 58f3abc
  - HID: usbhid: Eliminate recurrent out-of-bounds bug in
    usbhid_parse() (CVE-2025-38103 bsc#1245663).
  - blacklist.conf: removed erroneous entry
  - commit 5f4ef22
  - rpm/config.sh: Update Leap project
  - commit 20eb23b
  - selftests/perf_events: Add a mmap() correctness test
    (CVE-2025-38563 bsc#1248306 selftest).
  - commit 919a844
  - bpf: fix kfunc btf caching for modules (git-fixes).
  - commit 5ae4aa5
  - perf/core: Prevent VMA split of buffer mappings (CVE-2025-38563
    bsc#1248306).
  - commit d1daec3
  - perf/core: Exit early on perf_mmap() fail (CVE-2025-38563
    bsc#1248306 dependency).
  - commit 4deadd8
  - perf/core: Don't leak AUX buffer refcount on allocation failure
    (CVE-2025-38563 bsc#1248306 dependency).
  - commit d26658d
  - bpf: use kvzmalloc to allocate BPF verifier environment
    (git-fixes).
  - commit fd28e75
  - selftests/bpf: Verify that sync_linked_regs preserves subreg_def
    (bsc#1234156 CVE-2024-53125).
  - commit cee135e
  - samples/bpf: Fix compilation errors with cf-protection option
    (git-fixes).
  - commit 388c9e8
  - selftests/bpf: fexit_sleep: Fix stack allocation for arm64
    (git-fixes).
  - commit 2d627c6

++++ kernel-rt:

  - xfrm: interface: fix use-after-free after changing collect_md
    xfrm interface (CVE-2025-38500 bsc#1248088).
  - rxrpc: Fix recv-recv race of completed call (CVE-2025-38524
    bsc#1248194).
  - atm: clip: Fix memory leak of struct clip_vcc (CVE-2025-38546
    bsc#1248223).
  - commit 57cffb2
  - x86/sev: Evict cache lines during SNP memory validation
    (CVE-2025-38560 bsc#1248312).
  - commit 0d489ec
  - hid: hide cleanup of hid_descriptor (CVE-2025-38103
    bsc#1245663).
  - commit 58f3abc
  - HID: usbhid: Eliminate recurrent out-of-bounds bug in
    usbhid_parse() (CVE-2025-38103 bsc#1245663).
  - blacklist.conf: removed erroneous entry
  - commit 5f4ef22
  - rpm/config.sh: Update Leap project
  - commit 20eb23b
  - selftests/perf_events: Add a mmap() correctness test
    (CVE-2025-38563 bsc#1248306 selftest).
  - commit 919a844
  - bpf: fix kfunc btf caching for modules (git-fixes).
  - commit 5ae4aa5
  - perf/core: Prevent VMA split of buffer mappings (CVE-2025-38563
    bsc#1248306).
  - commit d1daec3
  - perf/core: Exit early on perf_mmap() fail (CVE-2025-38563
    bsc#1248306 dependency).
  - commit 4deadd8
  - perf/core: Don't leak AUX buffer refcount on allocation failure
    (CVE-2025-38563 bsc#1248306 dependency).
  - commit d26658d
  - bpf: use kvzmalloc to allocate BPF verifier environment
    (git-fixes).
  - commit fd28e75
  - selftests/bpf: Verify that sync_linked_regs preserves subreg_def
    (bsc#1234156 CVE-2024-53125).
  - commit cee135e
  - samples/bpf: Fix compilation errors with cf-protection option
    (git-fixes).
  - commit 388c9e8
  - selftests/bpf: fexit_sleep: Fix stack allocation for arm64
    (git-fixes).
  - commit 2d627c6

++++ kernel-rt_debug:

  - xfrm: interface: fix use-after-free after changing collect_md
    xfrm interface (CVE-2025-38500 bsc#1248088).
  - rxrpc: Fix recv-recv race of completed call (CVE-2025-38524
    bsc#1248194).
  - atm: clip: Fix memory leak of struct clip_vcc (CVE-2025-38546
    bsc#1248223).
  - commit 57cffb2
  - x86/sev: Evict cache lines during SNP memory validation
    (CVE-2025-38560 bsc#1248312).
  - commit 0d489ec
  - hid: hide cleanup of hid_descriptor (CVE-2025-38103
    bsc#1245663).
  - commit 58f3abc
  - HID: usbhid: Eliminate recurrent out-of-bounds bug in
    usbhid_parse() (CVE-2025-38103 bsc#1245663).
  - blacklist.conf: removed erroneous entry
  - commit 5f4ef22
  - rpm/config.sh: Update Leap project
  - commit 20eb23b
  - selftests/perf_events: Add a mmap() correctness test
    (CVE-2025-38563 bsc#1248306 selftest).
  - commit 919a844
  - bpf: fix kfunc btf caching for modules (git-fixes).
  - commit 5ae4aa5
  - perf/core: Prevent VMA split of buffer mappings (CVE-2025-38563
    bsc#1248306).
  - commit d1daec3
  - perf/core: Exit early on perf_mmap() fail (CVE-2025-38563
    bsc#1248306 dependency).
  - commit 4deadd8
  - perf/core: Don't leak AUX buffer refcount on allocation failure
    (CVE-2025-38563 bsc#1248306 dependency).
  - commit d26658d
  - bpf: use kvzmalloc to allocate BPF verifier environment
    (git-fixes).
  - commit fd28e75
  - selftests/bpf: Verify that sync_linked_regs preserves subreg_def
    (bsc#1234156 CVE-2024-53125).
  - commit cee135e
  - samples/bpf: Fix compilation errors with cf-protection option
    (git-fixes).
  - commit 388c9e8
  - selftests/bpf: fexit_sleep: Fix stack allocation for arm64
    (git-fixes).
  - commit 2d627c6

++++ net-tools:

  - Drop old Fedora patch 0006-Allow-interface-stacking.patch. It
    provided a fix for the stack corruption (bsc#142461), later
    reported as CVE-2025-46836 (bsc#1243581) and fixed by the
    upstream in a different way. Revert interfering
    net-tools-CVE-2025-46836.patch back to the upstream version.
  - Fix stack buffer overflow in parse_hex (bsc#1248687,
    GHSA-h667-qrp8-gj58, net-tools-parse_hex-stack-overflow.patch).
  - Fix stack-based buffer overflow in proc_gen_fmt (bsc#1248687,
    GHSA-w7jq-cmw2-cq59,
    net-tools-proc_gen_fmt-buffer-overflow.patch).
  - Avoid unsafe memcpy in ifconfig (bsc#1248687,
    net-tools-ifconfig-avoid-unsafe-memcpy.patch).
  - Prevent overflow in ax25 and netrom (bsc#1248687,
    net-tools-ax25+netrom-overflow-1.patch,
    net-tools-ax25+netrom-overflow-2.patch).
  - Keep possibility to enter long interface names, even if they are
    not accepted by the kernel, because it was always possible up to
    CVE-2025-46836 fix. But issue a warning about an interface name
    concatenation (bsc#1248410,
    net-tools-ifconfig-long-name-warning.patch).

------------------------------------------------------------------
------------------  2025-8-27  -  Aug 27 2025  -------------------
------------------------------------------------------------------

++++ regionServiceClientConfigAzure:

  - Update to version 3.0.0 (bsc#1246995)
    + SLE 16 python-requests requiers SSL v3 certificates. Update 2
    region server certs to support SLE 16 when it gets released.

++++ regionServiceClientConfigEC2:

  - Update to version 5.0.0 (bsc#1246995)
    + SLE 16 python-requests requiers SSL v3 certificates. Update 2
    region server certs to support SLE 16 when it gets released.

++++ regionServiceClientConfigGCE:

  - Update to version 5.0.0 (bsc#1246995)
    + SLE 16 python-requests requires SSL v3 certificates. Update 2
    region server certs to support SLE 16 when it gets released.

------------------------------------------------------------------
------------------  2025-8-26  -  Aug 26 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update config files.
    No functional change, this is only refresh to have configs in sync with
    Kconfig.
  - commit 1943697
  - Refresh
    patches.kabi/bpf-bpf_link-and-bpf_link_ops-kABI-workaround.patch.
  - Refresh
    patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-mem_control.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-page_counter.patch.
  - Refresh
    patches.kabi/kabi-s390-ism-fix-concurrency-management-in-ism_cmd.patch
  - Refresh
    patches.kabi/xsk-Fix-race-condition-in-AF_XDP-generic-RX-path.patch.
    Manual adjustment of guards in KABI workaround patches -- we do not need
    specific conditioning thanks to new macro that is engaged iff needed.
  - commit f47a39f
  - build_bug.h: Add KABI assert (bsc#1249186).
  - commit 7ab6a56
  - iio: common: st_sensors: Fix use of uninitialize device structs
    (CVE-2025-38531 bsc#1248205).
  - commit 2739cf9
  - usb: xhci: Fix slot_id resource race conflict (git-fixes).
  - commit 40d11e8
  - usb: dwc3: fix fault at system suspend if device was already
    runtime suspended (git-fixes).
  - commit 03244f6
  - usb: dwc3: core: Fix system suspend on TI AM62 platforms
    (git-fixes).
  - commit ae2a72e
  - pinctrl: STMFX: add missing HAS_IOMEM dependency (git-fixes).
  - most: core: Drop device reference after usage in get_channel()
    (git-fixes).
  - usb: storage: realtek_cr: Use correct byte order for
    bcs->Residue (git-fixes).
  - usb: dwc3: Ignore late xferNotReady event to prevent halt
    timeout (git-fixes).
  - usb: core: hcd: fix accessing unmapped memory in
    SINGLE_STEP_SET_FEATURE test (git-fixes).
  - usb: renesas-xhci: Fix External ROM access timeouts (git-fixes).
  - mmc: sdhci-pci-gli: GL9763e: Rename the gli_set_gl9763e()
    for consistency (git-fixes).
  - commit f954d9b
  - iio: proximity: isl29501: fix buffered read on big-endian
    systems (git-fixes).
  - comedi: Make insn_rw_emulate_bits() do insn->n samples
    (git-fixes).
  - comedi: Fix use of uninitialized memory in do_insn_ioctl()
    and do_insnlist_ioctl() (git-fixes).
  - comedi: pcl726: Prevent invalid irq number (git-fixes).
  - cdx: Fix off-by-one error in cdx_rpmsg_probe() (git-fixes).
  - drm/hisilicon/hibmc: fix the hibmc loaded failed bug
    (git-fixes).
  - iosys-map: Fix undefined behavior in iosys_map_clear()
    (git-fixes).
  - drm/nouveau: fix typos in comments (git-fixes).
  - drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor()
    (git-fixes).
  - drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3
    (git-fixes).
  - drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15%
    (git-fixes).
  - drm/amd/display: Don't overclock DCE 6 by 15% (git-fixes).
  - drm/amd/display: Add null pointer check in
    mod_hdcp_hdcp1_create_session() (git-fixes).
  - memstick: Fix deadlock by moving removing flag earlier
    (git-fixes).
  - ALSA: usb-audio: Use correct sub-type for UAC3 feature unit
    validation (git-fixes).
  - ALSA: hda/realtek: Audio disappears on HP 15-fc000 after warm
    boot again (git-fixes).
  - ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14
    (git-fixes).
  - ALSA: usb-audio: Fix size validation in convert_chmap_v3()
    (git-fixes).
  - commit 0a99e72
  - bpf: Reject narrower access to pointer ctx fields (bsc#1248363
    CVE-2025-38591).
  - commit 2a67c58

++++ kernel-rt:

  - Update config files.
    No functional change, this is only refresh to have configs in sync with
    Kconfig.
  - commit 1943697
  - Refresh
    patches.kabi/bpf-bpf_link-and-bpf_link_ops-kABI-workaround.patch.
  - Refresh
    patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-mem_control.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-page_counter.patch.
  - Refresh
    patches.kabi/kabi-s390-ism-fix-concurrency-management-in-ism_cmd.patch
  - Refresh
    patches.kabi/xsk-Fix-race-condition-in-AF_XDP-generic-RX-path.patch.
    Manual adjustment of guards in KABI workaround patches -- we do not need
    specific conditioning thanks to new macro that is engaged iff needed.
  - commit f47a39f
  - build_bug.h: Add KABI assert (bsc#1249186).
  - commit 7ab6a56
  - iio: common: st_sensors: Fix use of uninitialize device structs
    (CVE-2025-38531 bsc#1248205).
  - commit 2739cf9
  - usb: xhci: Fix slot_id resource race conflict (git-fixes).
  - commit 40d11e8
  - usb: dwc3: fix fault at system suspend if device was already
    runtime suspended (git-fixes).
  - commit 03244f6
  - usb: dwc3: core: Fix system suspend on TI AM62 platforms
    (git-fixes).
  - commit ae2a72e
  - pinctrl: STMFX: add missing HAS_IOMEM dependency (git-fixes).
  - most: core: Drop device reference after usage in get_channel()
    (git-fixes).
  - usb: storage: realtek_cr: Use correct byte order for
    bcs->Residue (git-fixes).
  - usb: dwc3: Ignore late xferNotReady event to prevent halt
    timeout (git-fixes).
  - usb: core: hcd: fix accessing unmapped memory in
    SINGLE_STEP_SET_FEATURE test (git-fixes).
  - usb: renesas-xhci: Fix External ROM access timeouts (git-fixes).
  - mmc: sdhci-pci-gli: GL9763e: Rename the gli_set_gl9763e()
    for consistency (git-fixes).
  - commit f954d9b
  - iio: proximity: isl29501: fix buffered read on big-endian
    systems (git-fixes).
  - comedi: Make insn_rw_emulate_bits() do insn->n samples
    (git-fixes).
  - comedi: Fix use of uninitialized memory in do_insn_ioctl()
    and do_insnlist_ioctl() (git-fixes).
  - comedi: pcl726: Prevent invalid irq number (git-fixes).
  - cdx: Fix off-by-one error in cdx_rpmsg_probe() (git-fixes).
  - drm/hisilicon/hibmc: fix the hibmc loaded failed bug
    (git-fixes).
  - iosys-map: Fix undefined behavior in iosys_map_clear()
    (git-fixes).
  - drm/nouveau: fix typos in comments (git-fixes).
  - drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor()
    (git-fixes).
  - drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3
    (git-fixes).
  - drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15%
    (git-fixes).
  - drm/amd/display: Don't overclock DCE 6 by 15% (git-fixes).
  - drm/amd/display: Add null pointer check in
    mod_hdcp_hdcp1_create_session() (git-fixes).
  - memstick: Fix deadlock by moving removing flag earlier
    (git-fixes).
  - ALSA: usb-audio: Use correct sub-type for UAC3 feature unit
    validation (git-fixes).
  - ALSA: hda/realtek: Audio disappears on HP 15-fc000 after warm
    boot again (git-fixes).
  - ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14
    (git-fixes).
  - ALSA: usb-audio: Fix size validation in convert_chmap_v3()
    (git-fixes).
  - commit 0a99e72
  - bpf: Reject narrower access to pointer ctx fields (bsc#1248363
    CVE-2025-38591).
  - commit 2a67c58

++++ kernel-rt_debug:

  - Update config files.
    No functional change, this is only refresh to have configs in sync with
    Kconfig.
  - commit 1943697
  - Refresh
    patches.kabi/bpf-bpf_link-and-bpf_link_ops-kABI-workaround.patch.
  - Refresh
    patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-mem_control.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-page_counter.patch.
  - Refresh
    patches.kabi/kabi-s390-ism-fix-concurrency-management-in-ism_cmd.patch
  - Refresh
    patches.kabi/xsk-Fix-race-condition-in-AF_XDP-generic-RX-path.patch.
    Manual adjustment of guards in KABI workaround patches -- we do not need
    specific conditioning thanks to new macro that is engaged iff needed.
  - commit f47a39f
  - build_bug.h: Add KABI assert (bsc#1249186).
  - commit 7ab6a56
  - iio: common: st_sensors: Fix use of uninitialize device structs
    (CVE-2025-38531 bsc#1248205).
  - commit 2739cf9
  - usb: xhci: Fix slot_id resource race conflict (git-fixes).
  - commit 40d11e8
  - usb: dwc3: fix fault at system suspend if device was already
    runtime suspended (git-fixes).
  - commit 03244f6
  - usb: dwc3: core: Fix system suspend on TI AM62 platforms
    (git-fixes).
  - commit ae2a72e
  - pinctrl: STMFX: add missing HAS_IOMEM dependency (git-fixes).
  - most: core: Drop device reference after usage in get_channel()
    (git-fixes).
  - usb: storage: realtek_cr: Use correct byte order for
    bcs->Residue (git-fixes).
  - usb: dwc3: Ignore late xferNotReady event to prevent halt
    timeout (git-fixes).
  - usb: core: hcd: fix accessing unmapped memory in
    SINGLE_STEP_SET_FEATURE test (git-fixes).
  - usb: renesas-xhci: Fix External ROM access timeouts (git-fixes).
  - mmc: sdhci-pci-gli: GL9763e: Rename the gli_set_gl9763e()
    for consistency (git-fixes).
  - commit f954d9b
  - iio: proximity: isl29501: fix buffered read on big-endian
    systems (git-fixes).
  - comedi: Make insn_rw_emulate_bits() do insn->n samples
    (git-fixes).
  - comedi: Fix use of uninitialized memory in do_insn_ioctl()
    and do_insnlist_ioctl() (git-fixes).
  - comedi: pcl726: Prevent invalid irq number (git-fixes).
  - cdx: Fix off-by-one error in cdx_rpmsg_probe() (git-fixes).
  - drm/hisilicon/hibmc: fix the hibmc loaded failed bug
    (git-fixes).
  - iosys-map: Fix undefined behavior in iosys_map_clear()
    (git-fixes).
  - drm/nouveau: fix typos in comments (git-fixes).
  - drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor()
    (git-fixes).
  - drm/amd/display: Fix fractional fb divider in set_pixel_clock_v3
    (git-fixes).
  - drm/amd/display: Adjust DCE 8-10 clock, don't overclock by 15%
    (git-fixes).
  - drm/amd/display: Don't overclock DCE 6 by 15% (git-fixes).
  - drm/amd/display: Add null pointer check in
    mod_hdcp_hdcp1_create_session() (git-fixes).
  - memstick: Fix deadlock by moving removing flag earlier
    (git-fixes).
  - ALSA: usb-audio: Use correct sub-type for UAC3 feature unit
    validation (git-fixes).
  - ALSA: hda/realtek: Audio disappears on HP 15-fc000 after warm
    boot again (git-fixes).
  - ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14
    (git-fixes).
  - ALSA: usb-audio: Fix size validation in convert_chmap_v3()
    (git-fixes).
  - commit 0a99e72
  - bpf: Reject narrower access to pointer ctx fields (bsc#1248363
    CVE-2025-38591).
  - commit 2a67c58

++++ sqlite3:

  - bsc#1248586: Fix icu-enabled build.

++++ sevctl:

  - Fix CVE-2024-12224: idna: idna accepts Punycode labels that do not
    produce any non-ASCII when decoded (bsc#1243860)
    Add patch Update-crate-idna-to-v1.1.0.patch
  - Fix CVE-2025-3416: openssl: Use-After-Free in Md::fetch and Cipher::fetch
    in rust-openssl crate (bsc#1242618)
    Add patch Update-crate-openssl-to-v0.10.73.patch

------------------------------------------------------------------
------------------  2025-8-25  -  Aug 25 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - md: make rdev_addable usable for rcu mode (git-fixes).
  - scsi: sd: Make sd shutdown issue START STOP UNIT appropriately
    (git-fixes).
  - scsi: Revert "scsi: iscsi: Fix HW conn removal use after free"
    (git-fixes).
  - scsi: mpt3sas: Fix a fw_event memory leak (git-fixes).
  - scsi: isci: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: mvsas: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: elx: efct: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: core: Fix kernel doc for scsi_track_queue_full()
    (git-fixes).
  - scsi: ibmvscsi_tgt: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: mpi3mr: Serialize admin queue BAR writes on 32-bit systems
    (git-fixes).
  - scsi: mpi3mr: Fix race between config read submit and interrupt
    completion (git-fixes).
  - scsi: mpi3mr: Fix kernel-doc issues in mpi3mr_app.c (git-fixes).
  - sunvdc: Balance device refcount in vdc_port_mpgroup_check
    (git-fixes).
  - md: allow removing faulty rdev during resync (git-fixes).
  - block: mtip32xx: Fix usage of dma_map_sg() (git-fixes).
  - ublk: use vmalloc for ublk_device's __queues (git-fixes).
  - loop: use kiocb helpers to fix lockdep warning (git-fixes).
  - block: fix kobject leak in blk_unregister_queue (git-fixes).
  - md/raid1,raid10: strip REQ_NOWAIT from member bios (git-fixes).
  - ublk: sanity check add_dev input for underflow (git-fixes).
  - aoe: defer rexmit timer downdev work to workqueue (git-fixes).
  - commit e0823df
  - clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns (CVE-2025-38499 bsc#1247976)
  - commit a7416f7
  - atm: clip: Fix NULL pointer dereference in vcc_sendmsg() (CVE-2025-38458 bsc#1247116)
  - commit 17419dc
  - atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister() (CVE-2025-38245 bsc#1246193)
  - commit c9503c1
  - btrfs: fix adding block group to a reclaim list and the unused
    list during reclaim (git-fixes).
  - btrfs: retry block group reclaim without infinite loop
    (git-fixes).
  - commit 0a86fac
  - btrfs: fix bitmap leak when loading free space cache on
    duplicate entry (git-fixes).
  - commit 72cd329
  - btrfs: run delayed iputs when flushing delalloc (git-fixes).
  - btrfs: update target inode's ctime on unlink (git-fixes).
  - commit 8eb6c44
  - btrfs: fix data race when accessing the inode's disk_i_size
    at btrfs_drop_extents() (git-fixes).
  - commit 04c28bf
  - squashfs: fix memory leak in squashfs_fill_super (git-fixes).
  - commit 7c9f4fd
  - btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper
    error handling (git-fixes).
  - commit 0d7a95c
  - btrfs: correctly escape subvol in btrfs_show_options()
    (git-fixes).
  - commit 8ae9b3b
  - atm: Revert atm_account_tx() if copy_from_iter_full() fails (CVE-2025-38190 bsc#1245973)
  - commit ee168d7
  - atm: atmtcp: Free invalid length skb in atmtcp_c_send() (CVE-2025-38185 bsc#1246012)
  - commit 3034c5a
  - md/raid1: Fix stack memory use after return in raid1_reshape (CVE-2025-38445 bsc#1247229)
  - commit c07b722
  - bpf, ktls: Fix data corruption when using bpf_msg_pop_data()
    in ktls (bsc#1248338 CVE-2025-38608).
  - commit 70a5de5
  - RDMA/hns: Fix dip entries leak on devices newer than hip09 (git-fixes)
  - commit b03653b
  - RDMA/bnxt_re: Fix to initialize the PBL array (git-fixes)
  - commit 99342e6
  - RDMA/bnxt_re: Fix a possible memory leak in the driver (git-fixes)
  - commit d8fc453
  - RDMA/bnxt_re: Fix to remove workload check in SRQ limit path (git-fixes)
  - commit d6073c4
  - RDMA/bnxt_re: Fix to do SRQ armena by default (git-fixes)
  - commit 43a4c91
  - RDMA/erdma: Fix ignored return value of init_kernel_qp (git-fixes)
  - commit 184f89d

++++ kernel-rt:

  - md: make rdev_addable usable for rcu mode (git-fixes).
  - scsi: sd: Make sd shutdown issue START STOP UNIT appropriately
    (git-fixes).
  - scsi: Revert "scsi: iscsi: Fix HW conn removal use after free"
    (git-fixes).
  - scsi: mpt3sas: Fix a fw_event memory leak (git-fixes).
  - scsi: isci: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: mvsas: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: elx: efct: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: core: Fix kernel doc for scsi_track_queue_full()
    (git-fixes).
  - scsi: ibmvscsi_tgt: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: mpi3mr: Serialize admin queue BAR writes on 32-bit systems
    (git-fixes).
  - scsi: mpi3mr: Fix race between config read submit and interrupt
    completion (git-fixes).
  - scsi: mpi3mr: Fix kernel-doc issues in mpi3mr_app.c (git-fixes).
  - sunvdc: Balance device refcount in vdc_port_mpgroup_check
    (git-fixes).
  - md: allow removing faulty rdev during resync (git-fixes).
  - block: mtip32xx: Fix usage of dma_map_sg() (git-fixes).
  - ublk: use vmalloc for ublk_device's __queues (git-fixes).
  - loop: use kiocb helpers to fix lockdep warning (git-fixes).
  - block: fix kobject leak in blk_unregister_queue (git-fixes).
  - md/raid1,raid10: strip REQ_NOWAIT from member bios (git-fixes).
  - ublk: sanity check add_dev input for underflow (git-fixes).
  - aoe: defer rexmit timer downdev work to workqueue (git-fixes).
  - commit e0823df
  - clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns (CVE-2025-38499 bsc#1247976)
  - commit a7416f7
  - atm: clip: Fix NULL pointer dereference in vcc_sendmsg() (CVE-2025-38458 bsc#1247116)
  - commit 17419dc
  - atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister() (CVE-2025-38245 bsc#1246193)
  - commit c9503c1
  - btrfs: fix adding block group to a reclaim list and the unused
    list during reclaim (git-fixes).
  - btrfs: retry block group reclaim without infinite loop
    (git-fixes).
  - commit 0a86fac
  - btrfs: fix bitmap leak when loading free space cache on
    duplicate entry (git-fixes).
  - commit 72cd329
  - btrfs: run delayed iputs when flushing delalloc (git-fixes).
  - btrfs: update target inode's ctime on unlink (git-fixes).
  - commit 8eb6c44
  - btrfs: fix data race when accessing the inode's disk_i_size
    at btrfs_drop_extents() (git-fixes).
  - commit 04c28bf
  - squashfs: fix memory leak in squashfs_fill_super (git-fixes).
  - commit 7c9f4fd
  - btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper
    error handling (git-fixes).
  - commit 0d7a95c
  - btrfs: correctly escape subvol in btrfs_show_options()
    (git-fixes).
  - commit 8ae9b3b
  - atm: Revert atm_account_tx() if copy_from_iter_full() fails (CVE-2025-38190 bsc#1245973)
  - commit ee168d7
  - atm: atmtcp: Free invalid length skb in atmtcp_c_send() (CVE-2025-38185 bsc#1246012)
  - commit 3034c5a
  - md/raid1: Fix stack memory use after return in raid1_reshape (CVE-2025-38445 bsc#1247229)
  - commit c07b722
  - bpf, ktls: Fix data corruption when using bpf_msg_pop_data()
    in ktls (bsc#1248338 CVE-2025-38608).
  - commit 70a5de5
  - RDMA/hns: Fix dip entries leak on devices newer than hip09 (git-fixes)
  - commit b03653b
  - RDMA/bnxt_re: Fix to initialize the PBL array (git-fixes)
  - commit 99342e6
  - RDMA/bnxt_re: Fix a possible memory leak in the driver (git-fixes)
  - commit d8fc453
  - RDMA/bnxt_re: Fix to remove workload check in SRQ limit path (git-fixes)
  - commit d6073c4
  - RDMA/bnxt_re: Fix to do SRQ armena by default (git-fixes)
  - commit 43a4c91
  - RDMA/erdma: Fix ignored return value of init_kernel_qp (git-fixes)
  - commit 184f89d

++++ kernel-rt_debug:

  - md: make rdev_addable usable for rcu mode (git-fixes).
  - scsi: sd: Make sd shutdown issue START STOP UNIT appropriately
    (git-fixes).
  - scsi: Revert "scsi: iscsi: Fix HW conn removal use after free"
    (git-fixes).
  - scsi: mpt3sas: Fix a fw_event memory leak (git-fixes).
  - scsi: isci: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: mvsas: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: elx: efct: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: core: Fix kernel doc for scsi_track_queue_full()
    (git-fixes).
  - scsi: ibmvscsi_tgt: Fix dma_unmap_sg() nents value (git-fixes).
  - scsi: mpi3mr: Serialize admin queue BAR writes on 32-bit systems
    (git-fixes).
  - scsi: mpi3mr: Fix race between config read submit and interrupt
    completion (git-fixes).
  - scsi: mpi3mr: Fix kernel-doc issues in mpi3mr_app.c (git-fixes).
  - sunvdc: Balance device refcount in vdc_port_mpgroup_check
    (git-fixes).
  - md: allow removing faulty rdev during resync (git-fixes).
  - block: mtip32xx: Fix usage of dma_map_sg() (git-fixes).
  - ublk: use vmalloc for ublk_device's __queues (git-fixes).
  - loop: use kiocb helpers to fix lockdep warning (git-fixes).
  - block: fix kobject leak in blk_unregister_queue (git-fixes).
  - md/raid1,raid10: strip REQ_NOWAIT from member bios (git-fixes).
  - ublk: sanity check add_dev input for underflow (git-fixes).
  - aoe: defer rexmit timer downdev work to workqueue (git-fixes).
  - commit e0823df
  - clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right userns (CVE-2025-38499 bsc#1247976)
  - commit a7416f7
  - atm: clip: Fix NULL pointer dereference in vcc_sendmsg() (CVE-2025-38458 bsc#1247116)
  - commit 17419dc
  - atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister() (CVE-2025-38245 bsc#1246193)
  - commit c9503c1
  - btrfs: fix adding block group to a reclaim list and the unused
    list during reclaim (git-fixes).
  - btrfs: retry block group reclaim without infinite loop
    (git-fixes).
  - commit 0a86fac
  - btrfs: fix bitmap leak when loading free space cache on
    duplicate entry (git-fixes).
  - commit 72cd329
  - btrfs: run delayed iputs when flushing delalloc (git-fixes).
  - btrfs: update target inode's ctime on unlink (git-fixes).
  - commit 8eb6c44
  - btrfs: fix data race when accessing the inode's disk_i_size
    at btrfs_drop_extents() (git-fixes).
  - commit 04c28bf
  - squashfs: fix memory leak in squashfs_fill_super (git-fixes).
  - commit 7c9f4fd
  - btrfs: convert BUG_ON in btrfs_reloc_cow_block() to proper
    error handling (git-fixes).
  - commit 0d7a95c
  - btrfs: correctly escape subvol in btrfs_show_options()
    (git-fixes).
  - commit 8ae9b3b
  - atm: Revert atm_account_tx() if copy_from_iter_full() fails (CVE-2025-38190 bsc#1245973)
  - commit ee168d7
  - atm: atmtcp: Free invalid length skb in atmtcp_c_send() (CVE-2025-38185 bsc#1246012)
  - commit 3034c5a
  - md/raid1: Fix stack memory use after return in raid1_reshape (CVE-2025-38445 bsc#1247229)
  - commit c07b722
  - bpf, ktls: Fix data corruption when using bpf_msg_pop_data()
    in ktls (bsc#1248338 CVE-2025-38608).
  - commit 70a5de5
  - RDMA/hns: Fix dip entries leak on devices newer than hip09 (git-fixes)
  - commit b03653b
  - RDMA/bnxt_re: Fix to initialize the PBL array (git-fixes)
  - commit 99342e6
  - RDMA/bnxt_re: Fix a possible memory leak in the driver (git-fixes)
  - commit d8fc453
  - RDMA/bnxt_re: Fix to remove workload check in SRQ limit path (git-fixes)
  - commit d6073c4
  - RDMA/bnxt_re: Fix to do SRQ armena by default (git-fixes)
  - commit 43a4c91
  - RDMA/erdma: Fix ignored return value of init_kernel_qp (git-fixes)
  - commit 184f89d

------------------------------------------------------------------
------------------  2025-8-22  -  Aug 22 2025  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update version to 10.5.2 (bsc#1247539)
    + When an instance fails verification server side the default credentials
    were left behind requiring manual intervention prior to the next
    registration attempt.
    + Fix issue triggered when using instance-billing-flavor-check due to
    IP address handling as object rather than string introduced 10.5.0

++++ python-kiwi:

  - Fix agama integration test
    Disable no longer existing agama-auto.service
  - Fixed agama integration test
    nothing provides agama-auto anymore

++++ kernel-default:

  - atm: clip: Fix infinite recursive call of clip_push() (CVE-2025-38459 bsc#1247119)
  - commit cace503
  - atm: clip: prevent NULL deref in clip_push() (CVE-2025-38251 bsc#1246181)
  - commit 955d194
  - bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT (CVE-2025-38439 bsc#1247155)
  - commit fad3d81
  - ACPI: pfr_update: Fix the driver update version check
    (git-fixes).
  - net: usb: asix_devices: Fix PHY address mask in MDIO bus
    initialization (git-fixes).
  - Bluetooth: hci_conn: do return error from
    hci_enhanced_setup_sync() (git-fixes).
  - Bluetooth: hci_event: fix MTU for BN == 0 in CIS Established
    (git-fixes).
  - commit 5ef3e7e

++++ kernel-rt:

  - atm: clip: Fix infinite recursive call of clip_push() (CVE-2025-38459 bsc#1247119)
  - commit cace503
  - atm: clip: prevent NULL deref in clip_push() (CVE-2025-38251 bsc#1246181)
  - commit 955d194
  - bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT (CVE-2025-38439 bsc#1247155)
  - commit fad3d81
  - ACPI: pfr_update: Fix the driver update version check
    (git-fixes).
  - net: usb: asix_devices: Fix PHY address mask in MDIO bus
    initialization (git-fixes).
  - Bluetooth: hci_conn: do return error from
    hci_enhanced_setup_sync() (git-fixes).
  - Bluetooth: hci_event: fix MTU for BN == 0 in CIS Established
    (git-fixes).
  - commit 5ef3e7e

++++ kernel-rt_debug:

  - atm: clip: Fix infinite recursive call of clip_push() (CVE-2025-38459 bsc#1247119)
  - commit cace503
  - atm: clip: prevent NULL deref in clip_push() (CVE-2025-38251 bsc#1246181)
  - commit 955d194
  - bnxt_en: Set DMA unmap len correctly for XDP_REDIRECT (CVE-2025-38439 bsc#1247155)
  - commit fad3d81
  - ACPI: pfr_update: Fix the driver update version check
    (git-fixes).
  - net: usb: asix_devices: Fix PHY address mask in MDIO bus
    initialization (git-fixes).
  - Bluetooth: hci_conn: do return error from
    hci_enhanced_setup_sync() (git-fixes).
  - Bluetooth: hci_event: fix MTU for BN == 0 in CIS Established
    (git-fixes).
  - commit 5ef3e7e

++++ mozilla-nss:

  - update to NSS 3.112.1
    * bmo#1982742 - restore support for finding certificates by decoded serial number.

++++ udisks2:

  - (CVE-2025-8067) VUL-0: missing bounds check can lead to out-of-bounds
    read in udisks daemon (bsc#1248502)
    + add 0001-udiskslinuxmanager-Add-lower-bounds-check-to-fd_inde.patch

------------------------------------------------------------------
------------------  2025-8-21  -  Aug 21 2025  -------------------
------------------------------------------------------------------

++++ dnsmasq:

  - bsc#1247812: Fix a segfault when setting up supplementary groups,
    but no username was specified.

++++ kernel-default:

  - raid10: cleanup memleak at raid10_make_request (CVE-2025-38444 bsc#1247162)
  - commit 08daebe
  - net: openvswitch: Fix the dead loop of MPLS parse
    (CVE-2025-38146 bsc#1245767).
  - commit 2d16fb7
  - Update patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
    Perform the build time check that struct mptcp_sock layout only when
    CONFIG_SUSE_KERNEL_SUPPORTED is enabled. Some kernel-debug builds do not
    have the hole we rely on in the kabi hack. (But those do not have to
    preserve kABI so that we can simply disable the check.)
  - commit 21df537
  - kabi: hide new member fallback_lock in struct mptcp_sock
    (CVE-2025-38491 bsc#1247280).
  - mptcp: make fallback action and fallback decision atomic
    (CVE-2025-38491 bsc#1247280).
  - mptcp: safety check before fallback (CVE-2025-38491
    bsc#1247280).
  - mptcp: reset when MPTCP opts are dropped after join (git-fixes).
  - mptcp: fallback when MPTCP opts are dropped after 1st data
    (git-fixes).
  - commit 7bb090d
  - tipc: Fix use-after-free in tipc_conn_close() (CVE-2025-38464
    bsc#1247112).
  - commit 7a2a262

++++ kernel-rt:

  - raid10: cleanup memleak at raid10_make_request (CVE-2025-38444 bsc#1247162)
  - commit 08daebe
  - net: openvswitch: Fix the dead loop of MPLS parse
    (CVE-2025-38146 bsc#1245767).
  - commit 2d16fb7
  - Update patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
    Perform the build time check that struct mptcp_sock layout only when
    CONFIG_SUSE_KERNEL_SUPPORTED is enabled. Some kernel-debug builds do not
    have the hole we rely on in the kabi hack. (But those do not have to
    preserve kABI so that we can simply disable the check.)
  - commit 21df537
  - kabi: hide new member fallback_lock in struct mptcp_sock
    (CVE-2025-38491 bsc#1247280).
  - mptcp: make fallback action and fallback decision atomic
    (CVE-2025-38491 bsc#1247280).
  - mptcp: safety check before fallback (CVE-2025-38491
    bsc#1247280).
  - mptcp: reset when MPTCP opts are dropped after join (git-fixes).
  - mptcp: fallback when MPTCP opts are dropped after 1st data
    (git-fixes).
  - commit 7bb090d
  - tipc: Fix use-after-free in tipc_conn_close() (CVE-2025-38464
    bsc#1247112).
  - commit 7a2a262

++++ kernel-rt_debug:

  - raid10: cleanup memleak at raid10_make_request (CVE-2025-38444 bsc#1247162)
  - commit 08daebe
  - net: openvswitch: Fix the dead loop of MPLS parse
    (CVE-2025-38146 bsc#1245767).
  - commit 2d16fb7
  - Update patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
    Perform the build time check that struct mptcp_sock layout only when
    CONFIG_SUSE_KERNEL_SUPPORTED is enabled. Some kernel-debug builds do not
    have the hole we rely on in the kabi hack. (But those do not have to
    preserve kABI so that we can simply disable the check.)
  - commit 21df537
  - kabi: hide new member fallback_lock in struct mptcp_sock
    (CVE-2025-38491 bsc#1247280).
  - mptcp: make fallback action and fallback decision atomic
    (CVE-2025-38491 bsc#1247280).
  - mptcp: safety check before fallback (CVE-2025-38491
    bsc#1247280).
  - mptcp: reset when MPTCP opts are dropped after join (git-fixes).
  - mptcp: fallback when MPTCP opts are dropped after 1st data
    (git-fixes).
  - commit 7bb090d
  - tipc: Fix use-after-free in tipc_conn_close() (CVE-2025-38464
    bsc#1247112).
  - commit 7a2a262

++++ tiff:

  - security update:
    * CVE-2025-8534 [bsc#1247582]
    Fix null pointer dereference in function PS_Lvl2page
    + tiff-CVE-2025-8534.patch
    * CVE-2025-9165 [bsc#1248330]
    Fix local execution manipulation can lead to memory leak
    + tiff-CVE-2025-9165.patch
    * CVE-2024-13978 [bsc#1247581]
    Fix null pointer dereference in tiff2pdf
    + tiff-CVE-2024-13978.patch

++++ ucode-intel:

  - Intel CPU Microcode was updated to the 20250812 release (bsc#1248438)
  - Security updates for INTEL-SA-01249 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01249.html
  - CVE-2025-20109: Improper Isolation or Compartmentalization in the stream cache mechanism for some Intel Processors may allow an authenticated user to potentially enable escalation of privilege via local access.
  - Security updates for INTEL-SA-01308 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01308.html
  - CVE-2025-22840: Sequence of processor instructions leads to unexpected behavior for some Intel Xeon 6 Scalable processors may allow an authenticated user to potentially enable escalation of privilege via local access
  - Security updates for INTEL-SA-01310 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01310.html
  - CVE-2025-22839: Insufficient granularity of access control in the OOB-MSM for some Intel Xeon 6 Scalable processors may allow a privileged user to potentially enable escalation of privilege via adjacent access.
  - Security updates for INTEL-SA-01311 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01311.html
  - CVE-2025-22889: Improper handling of overlap between protected memory ranges for some Intel Xeon 6 processor with Intel TDX may allow a privileged user to potentially enable escalation of privilege via local access.
  - Security updates for INTEL-SA-01313 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01313.html
  - CVE-2025-20053: Improper buffer restrictions for some Intel Xeon Processor firmware with SGX enabled may allow a privileged user to potentially enable escalation of privilege via local access.
  - Security updates for INTEL-SA-01367 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01367.html
  - CVE-2025-26403: Out-of-bounds write in the memory subsystem for some Intel Xeon 6 processors when using Intel SGX or Intel TDX may allow a privileged user to potentially enable escalation of privilege via local access.
  - CVE-2025-32086: Improperly implemented security check for standard in the DDRIO configuration for some Intel Xeon 6 Processors when using Intel SGX or Intel TDX may allow a privileged user to potentially enable escalation of privilege via local access.
  - Update for functional issues. Refer to 13th/14th Gen Intel Core Processor Specification Update for details.
  - Update for functional issues. Refer to 3rd Gen Intel Xeon Processor Scalable Family Specification Update for details.
  - Update for functional issues. Refer to 4th Gen Intel Xeon Scalable Processors Specification Update for details.
  - Update for functional issues. Refer to 5th Gen Intel Xeon Scalable Processors Specification Update for details.
  - Update for functional issues. Refer to 6th Gen Intel Xeon Scalable Processors Specification Update for details.
  - Update for functional issues. Refer to Intel Core Ultra 200 V Series Processor for details.
  - Update for functional issues. Refer to Intel Core Ultra Processor for details.
  - Update for functional issues. Refer to Intel Core Ultra Processor (Series 2) for details.
  - Update for functional issues. Refer to Intel Xeon 6700-Series Processor Specification Update for details.
  - Update for functional issues. Refer to Intel Xeon D-2700 Processor Specification Update for details.
  - Updated Platforms:
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | ARL-H          | A1       | 06-c5-02/82 | 00000118 | 00000119 | Core Ultra Processor (Series 2)
    | ARL-S/HX (8P)  | B0       | 06-c6-02/82 | 00000118 | 00000119 | Core Ultra Processor (Series 2)
    | EMR-SP         | A1       | 06-cf-02/87 | 210002a9 | 210002b3 | Xeon Scalable Gen5
    | GNR-AP/SP      | B0       | 06-ad-01/95 | 010003a2 | 010003d0 | Xeon Scalable Gen6
    | GNR-AP/SP      | H0       | 06-ad-01/20 | 0a0000d1 | 0a000100 | Xeon Scalable Gen6
    | ICL-D          | B0       | 06-6c-01/10 | 010002d0 | 010002e0 | Xeon D-17xx, D-27xx
    | ICX-SP         | Dx/M1    | 06-6a-06/87 | 0d000404 | 0d000410 | Xeon Scalable Gen3
    | LNL            | B0       | 06-bd-01/80 | 0000011f | 00000123 | Core Ultra 200 V Series Processor
    | MTL            | C0       | 06-aa-04/e6 | 00000024 | 00000025 | Core™ Ultra Processor
    | RPL-H/P/PX 6+8 | J0       | 06-ba-02/e0 | 00004128 | 00004129 | Core Gen13
    | RPL-U 2+8      | Q0       | 06-ba-03/e0 | 00004128 | 00004129 | Core Gen13
    | SPR-HBM        | Bx       | 06-8f-08/10 | 2c0003f7 | 2c000401 | Xeon Max
    | SPR-SP         | E4/S2    | 06-8f-07/87 | 2b000639 | 2b000643 | Xeon Scalable Gen4
    | SPR-SP         | E5/S3    | 06-8f-08/87 | 2b000639 | 2b000643 | Xeon Scalable Gen4
    | SRF-SP         | C0       | 06-af-03/01 | 03000341 | 03000362 | Xeon 6700-Series Processors with E-Cores
    New Disclosures Updated in Prior Releases:
    All ADL, RPL, SPR, EMR, MTL, ARL Microcode patches previously released in May 2025.

------------------------------------------------------------------
------------------  2025-8-20  -  Aug 20 2025  -------------------
------------------------------------------------------------------

++++ git:

  - Use zlib instead of zlib-ng for SLES16

++++ kernel-default:

  - x86/vmscape: Warn when STIBP is disabled with SMT (bsc#1247483 CVE-2025-40300).
  - commit 25dd084
  - x86/bugs: Move cpu_bugs_smt_update() down (bsc#1247483 CVE-2025-40300).
  - commit 4b9a38a
  - x86/vmscape: Enable the mitigation (bsc#1247483 CVE-2025-40300).
  - Update config files.
  - commit 2ae4103
  - bpf: Reject %p% format string in bprintf-like helpers
    (bsc#1248198 CVE-2025-38528).
  - commit b8830ae
  - md/md-cluster: handle REMOVE message earlier (bsc#1247057).
  - commit b9c1ff5

++++ kernel-rt:

  - x86/vmscape: Warn when STIBP is disabled with SMT (bsc#1247483 CVE-2025-40300).
  - commit 25dd084
  - x86/bugs: Move cpu_bugs_smt_update() down (bsc#1247483 CVE-2025-40300).
  - commit 4b9a38a
  - x86/vmscape: Enable the mitigation (bsc#1247483 CVE-2025-40300).
  - Update config files.
  - commit 2ae4103
  - bpf: Reject %p% format string in bprintf-like helpers
    (bsc#1248198 CVE-2025-38528).
  - commit b8830ae
  - md/md-cluster: handle REMOVE message earlier (bsc#1247057).
  - commit b9c1ff5

++++ kernel-rt_debug:

  - x86/vmscape: Warn when STIBP is disabled with SMT (bsc#1247483 CVE-2025-40300).
  - commit 25dd084
  - x86/bugs: Move cpu_bugs_smt_update() down (bsc#1247483 CVE-2025-40300).
  - commit 4b9a38a
  - x86/vmscape: Enable the mitigation (bsc#1247483 CVE-2025-40300).
  - Update config files.
  - commit 2ae4103
  - bpf: Reject %p% format string in bprintf-like helpers
    (bsc#1248198 CVE-2025-38528).
  - commit b8830ae
  - md/md-cluster: handle REMOVE message earlier (bsc#1247057).
  - commit b9c1ff5

++++ rust-keylime:

  - Update vendored crates (bsc#1248006, CVE-2025-55159)
    * slab 0.4.11
  - Add Cargo_lock.patch patch to update slab and other dependencies
  - Update to version 0.2.8+12:
    * build(deps): bump actions/checkout from 4 to 5
    * build(deps): bump cfg-if from 1.0.0 to 1.0.1
    * build(deps): bump openssl from 0.10.72 to 0.10.73
    * build(deps): bump clap from 4.5.39 to 4.5.45
    * build(deps): bump pest from 2.8.0 to 2.8.1
    * Fix clippy warnings
    * Use verifier-provided interval for continuous attestation timing
    * Add meta object with seconds_to_next_attestation to evidence response
    * Fix boot time retrieval
    * Fix IMA log format (it must be ['text/plain']) (#1073)
    * Remove unnecessary configuration fields
    * cargo: Bump retry-policies to version 0.4.0
    * Bump version to 0.2.8

------------------------------------------------------------------
------------------  2025-8-19  -  Aug 19 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update SLFO integration test
    Make sure ps tool is installed

++++ kernel-default:

  - scsi: target: iscsi: Fix timeout on deleted connection (CVE-2025-38075 bsc#1244734)
  - commit 9bfd228
  - net: mctp: Don't access ifa_index when missing (CVE-2025-38006 bsc#1244930)
  - commit d0d056e
  - netfilter: nft_set_pipapo: clamp maximum map bucket size to
    INT_MAX (CVE-2025-38201 bsc#1245977).
  - commit 2f63881
  - netfilter: flowtable: account for Ethernet header in
    nf_flow_pppoe_proto() (CVE-2025-38441 bsc#1247167).
  - commit 0a2f320
  - netfilter: nf_conntrack: fix crash due to removal of
    uninitialised entry (CVE-2025-38472 bsc#1247313).
  - commit 1779cac

++++ kernel-rt:

  - scsi: target: iscsi: Fix timeout on deleted connection (CVE-2025-38075 bsc#1244734)
  - commit 9bfd228
  - net: mctp: Don't access ifa_index when missing (CVE-2025-38006 bsc#1244930)
  - commit d0d056e
  - netfilter: nft_set_pipapo: clamp maximum map bucket size to
    INT_MAX (CVE-2025-38201 bsc#1245977).
  - commit 2f63881
  - netfilter: flowtable: account for Ethernet header in
    nf_flow_pppoe_proto() (CVE-2025-38441 bsc#1247167).
  - commit 0a2f320
  - netfilter: nf_conntrack: fix crash due to removal of
    uninitialised entry (CVE-2025-38472 bsc#1247313).
  - commit 1779cac

++++ kernel-rt_debug:

  - scsi: target: iscsi: Fix timeout on deleted connection (CVE-2025-38075 bsc#1244734)
  - commit 9bfd228
  - net: mctp: Don't access ifa_index when missing (CVE-2025-38006 bsc#1244930)
  - commit d0d056e
  - netfilter: nft_set_pipapo: clamp maximum map bucket size to
    INT_MAX (CVE-2025-38201 bsc#1245977).
  - commit 2f63881
  - netfilter: flowtable: account for Ethernet header in
    nf_flow_pppoe_proto() (CVE-2025-38441 bsc#1247167).
  - commit 0a2f320
  - netfilter: nf_conntrack: fix crash due to removal of
    uninitialised entry (CVE-2025-38472 bsc#1247313).
  - commit 1779cac

++++ pam:

  - Make sure that the buffer containing encrypted passwords get's erased,
    before free.
    [pam_modutil_get-overwrite-password-at-free.patch, bsc#1232234,
    CVE-2024-10041]

------------------------------------------------------------------
------------------  2025-8-18  -  Aug 18 2025  -------------------
------------------------------------------------------------------

++++ gdk-pixbuf:

  - Add gdk-pixbuf-jpeg-icc-data.patch: be more careful with icc data
    (bsc#1246114 CVE-2025-7345 glgo@GNOME/gdk-pixbuf!217).

++++ git:

  - Update to 2.51.0
  - UI, Workflows & Features
  - Userdiff patterns for the R language have been added.
  - Documentation for "git send-email" has been updated with a
    bit more credential helper and OAuth information.
  - "git cat-file --batch" learns to understand %(objectmode)
    atom to allow the caller to tell missing objects (due to
    repository corruption) and submodules (whose commit objects
    are OK to be missing) apart.
  - "git diff --no-index dirA dirB" can limit the comparison with
    pathspec at the end of the command line, just like normal
    "git diff".
  - "git subtree" (in contrib/) learned to grok GPG signing its
    commits.
  - "git whatchanged" that is longer to type than "git log --raw"
    which is its modern rough equivalent has outlived its
    usefulness more than 10 years ago.  Plan to deprecate and
    remove it.
  - An interchange format for stash entries is defined, and
    subcommand of "git stash" to import/export has been added.
  - "git merge/pull" has been taught the "--compact-summary"
    option to use the compact-summary format, intead of diffstat,
    when showing the summary of the incoming changes.
  - "git imap-send" has been broken for a long time, which has
    been resurrected and then taught to talk OAuth2.0 etc.
  - Some error messages from "git imap-send" has been updated.
  - When "git daemon" sees a signal while attempting to accept()
    a new client, instead of retrying, it skipped it by mistake,
    which has been corrected.
  - The reftable ref backend has matured enough; Git 3.0 will
    make it the default format in a newly created repositories by
    default.
  - "netrc" credential helper has been improved to understand
    textual service names (like smtp) in addition to the numeric
    port numbers (like 25).
  - Lift the limitation to use changed-path filter in "git log"
    so that it can be used for a pathspec with multiple literal
    paths.
  - Clean up the way how signature on commit objects are exported
    to and imported from fast-import stream.
  - Remove unsupported, unused, and unsupportable old option from
    "git log".
  - Document recently added "git imap-send --list" with an
    example.
  - "git pull" learned to pay attention to pull.autostash
    configuration variable, which overrides
    rebase/merge.autostash.
  - "git for-each-ref" learns "--start-after" option to help
    applications that want to page its output.
  - "git switch" and "git restore" are declared to be no longer
    experimental.
  - "git -c alias.foo=bar foo -h baz" reported "'foo' is aliased
    to 'bar'" and then went on to run "git foo -h baz", which was
    unexpected.  Tighten the rule so that alias expansion is
    reported only when "-h" is the sole option.
  - Performance, Internal Implementation, Development Support etc.
  - "git pack-objects" learned to find delta bases from blobs at
    the same path, using the --path-walk API.
  - CodingGuidelines update.
  - Add settings for Solaris 10 & 11.
  - Meson-based build/test framework now understands TAP output
    generated by our tests.
  - "Do not explicitly initialize to zero" rule has been
    clarified in the CodingGuidelines document.
  - A test helper "test_seq" function learned the "-f <fmt>"
    option, which allowed us to simplify a lot of test scripts.
  - A lot of stale stuff has been removed from the contrib/
    hierarchy.
  - "git push" and "git fetch" are taught to update refs in
    batches to gain performance.
  - Some code paths in "git prune" used to ignore the passed-in
    repository object and used the `the_repository` singleton
    instance instead, which has been corrected.
  - Update ".clang-format" and ".editorconfig" to match our style
    guide a bit better.
  - "make coccicheck" succeeds even when spatch made suggestions,
    which has been updated to fail in such a case.
  - Code clean-up around object access API.
  - Define .precision to more canned parse-options type to avoid
    bugs coming from using a variable with a wrong type to
    capture the parsed values.
  - Flipping the default hash function to SHA-256 at Git 3.0
    boundary is planned.
  - Declare weather-balloon we raised for "bool" type 18 months
    ago a success and officially allow using the type in our
    codebase.
  - GIT_TEST_INSTALLED was not honored in the recent topic
    related to SHA256 hashes, which has been corrected.
  - The pop_most_recent_commit() function can have quite
    expensive worst case performance characteristics, which has
    been optimized by using prio-queue data structure.
  - Move structure definition from unrelated header file to where
    it belongs.
  - To help our developers, document what C99 language features
    are being considered for adoption, in addition to what past
    experiments have already decided.
  - The reftable unit tests are now ported to the "clar" unit
    testing framework.
  - Redefine where the multi-pack-index sits in the object
    subsystem, which recently was restructured to allow multiple
    backends that support a single object source that belongs to
    one repository.  A MIDX does span multiple "object sources".
  - Reduce implicit assumption and dependence on the_repository
    in the object-file subsystem.
  - Fixes since v2.50 Unless otherwise noted, all the changes in
    2.50.X maintenance track, including security updates, are
    included in this release.
  - A memory-leak in an error code path has been plugged. (merge
    7082da85cb ly/commit-graph-graph-write-leakfix later to
    maint).
  - A memory-leak in an error code path has been plugged. (merge
    aedebdb6b9 ly/fetch-pack-leakfix later to maint).
  - Some leftover references to documentation source files that
    no longer exist, due to recent ".txt" -> ".adoc" renaming,
    have been corrected. (merge 3717a5775a
    jw/doc-txt-to-adoc-refs later to maint).
  - "git stash -p <pathspec>" improvements. (merge 468817bab2
    pw/stash-p-pathspec-fixes later to maint).
  - "git send-email" incremented its internal message counter
    when a message was edited, which made logic that treats the
    first message specially misbehave, which has been corrected.
    (merge 2cc27b3501 ag/send-email-edit-threading-fix later to
    maint).
  - "git stash" recorded a wrong branch name when submodules are
    present in the current checkout, which has been corrected.
    (merge ffb36c64f2 kj/stash-onbranch-submodule-fix later to
    maint).
  - When asking to apply mailmap to both author and committer
    field while showing a commit object, the field that appears
    later was not correctly parsed and replaced, which has been
    corrected. (merge abf94a283f sa/multi-mailmap-fix later to
    maint).
  - "git maintenance" lacked the care "git gc" had to avoid
    holding onto the repository lock for too long during packing
    refs, which has been remedied. (merge 1b5074e614
    ps/maintenance-ref-lock later to maint).
  - Avoid regexp_constraint and instead use comparison_constraint
    when listing functions to exclude from application of
    coccinelle rules, as spatch can be built with different
    regexp engine X-<. (merge f2ad545813
    jc/cocci-avoid-regexp-constraint later to maint).
  - Updating submodules from the upstream did not work well when
    submodule's HEAD is detached, which has been improved. (merge
    ca62f524c1 jk/submodule-remote-lookup-cleanup later to
    maint).
  - Remove unnecessary check from "git daemon" code. (merge
    0c856224d2 cb/daemon-fd-check-fix later to maint).
  - Use of sysctl() system call to learn the total RAM size used
    on BSDs has been corrected. (merge 781c1cf571
    cb/total-ram-bsd-fix later to maint).
  - Drop FreeBSD 4 support and declare that we support only
    FreeBSD 12 or later, which has memmem() supported. (merge
    0392f976a7 bs/config-mak-freebsd later to maint).
  - A diff-filter with negative-only specification like "git log
  - -diff-filter=d" did not trigger correctly, which has been
    fixed. (merge 375ac087c5 jk/all-negative-diff-filter-fix
    later to maint).
  - A failure to open the index file for writing due to
    conflicting access did not state what went wrong, which has
    been corrected. (merge 9455397a5c
    hy/read-cache-lock-error-fix later to maint).
  - Tempfile removal fix in the codepath to sign commits with SSH
    keys. (merge 4498127b04 re/ssh-sign-buffer-fix later to
    maint).
  - Code and test clean-up around string-list API. (merge
    6e5b26c3ff sj/string-list later to maint).
  - "git apply -N" should start from the current index and
    register only new files, but it instead started from an empty
    index, which has been corrected. (merge 2b49d97fcb
    rp/apply-intent-to-add-fix later to maint).
  - Leakfix with a new and a bit invasive test on pack-bitmap
    files. (merge bfd5522e98 ly/load-bitmap-leakfix later to
    maint).
  - "git fetch --prune" used to be O(n^2) expensive when there
    are many refs, which has been corrected. (merge 87d8d8c5d0
    ph/fetch-prune-optim later to maint).
  - When a ref creation at refs/heads/foo/bar fails, the files
    backend now removes refs/heads/foo/ if the directory is
    otherwise not used. (merge a3a7f20516
    ps/refs-files-remove-empty-parent later to maint).
  - "pack-objects" has been taught to avoid pointing into objects
    in cruft packs from midx.
  - "git remote" now detects remote names that overlap with each
    other (e.g., remote nickname "outer" and "outer/inner" are
    used at the same time), as it will lead to overlapping
    remote-tracking branches. (merge a5a727c448
    jk/remote-avoid-overlapping-names later to maint).
  - The gpg.program configuration variable, which names a
    pathname to the (custom) GPG compatible program, can now be
    spelled with ~tilde expansion. (merge 7d275cd5c0
    jb/gpg-program-variable-is-a-pathname later to maint).
  - Our <sane-ctype.h> header file relied on that the
    system-supplied <ctype.h> header is not later included, which
    would override our macro definitions, but "amazon linux"
    broke this assumption.  Fix this by preemptively including
    <ctype.h> near the beginning of <sane-ctype.h> ourselves.
    (merge 9d3b33125f ps/sane-ctype-workaround later to maint).
  - Clean-up compat/bswap.h mess. (merge f4ac32c03a
    ss/compat-bswap-revamp later to maint).
  - Meson-based build did not handle libexecdir setting
    correctly, which has been corrected. (merge 056dbe8612
    rj/meson-libexecdir-fix later to maint).
  - Document that we do not require "real" name when signing your
    patches off. (merge 1f0fed312a
    bc/contribution-under-non-real-names later to maint).
  - "git commit" that concludes a conflicted merge failed to
    notice and remove existing comment added automatically (like
    "# Conflicts:") when the core.commentstring is set to 'auto'.
    (merge 92b7c7c9f5 ac/auto-comment-char-fix later to maint).
  - "git rebase -i" with bogus rebase.instructionFormat
    configuration failed to produce the todo file after recording
    the state files, leading to confused "git status"; this has
    been corrected. (merge ade14bffd7
    ow/rebase-verify-insn-fmt-before-initializing-state later to
    maint).
  - A few file descriptors left unclosed upon program completion
    in a few test helper programs are now closed. (merge
    0f1b33815b hl/test-helper-fd-close later to maint).
  - Interactive prompt code did not correctly strip CRLF from the
    end of line on Windows. (merge 711a20827b js/prompt-crlf-fix
    later to maint).
  - The config API had a set of convenience wrapper functions
    that implicitly use the_repository instance; they have been
    removed and inlined at the calling sites.
  - "git add/etc -p" now honor the diff.context configuration
    variable, and also they learn to honor the -U<n> command-line
    option. (merge 2b3ae04011 lm/add-p-context later to maint).
  - The case where a new submodule takes a path where there used
    to be a completely different subproject is now dealt with a
    bit better than before. (merge 5ed8c5b465
    kj/renamed-submodule later to maint).
  - The deflate codepath in "git archive --format=zip" had a
    longstanding bug coming from misuse of zlib API, which has
    been corrected.
  - drop patches included in update:
    0001-git-gui-Replace-null_sha1-with-nullid.patch
    0001-gitk-Add-support-of-SHA256-repo.patch
    0002-git-gui-Add-support-of-SHA256-repo.patch
  - refreshed patches:
    CVE-2024-24577.patch
    completion-wordbreaks.diff
    git-tcsh-completion-fixes.diff
    setup-don-t-fail-if-commondir-reference-is-deleted.patch
  - contrib/workdir is dropped. remove references for it.

++++ kernel-default:

  - x86/vmscape: Add conditional IBPB mitigation (bsc#1247483 CVE-2025-40300).
  - commit 80ca68e
  - x86/vmscape: Enumerate VMSCAPE bug (bsc#1247483 CVE-2025-40300).
  - commit ed3190c
  - Documentation/hw-vuln: Add VMSCAPE documentation (bsc#1247483 CVE-2025-40300).
  - commit 9b7d62a
  - powerpc/kernel: Fix ppc_save_regs inclusion in build
    (bsc#1215199).
  - powerpc: do not build ppc_save_regs.o always (bsc#1215199).
  - commit 3402e7e
  - powerpc/eeh: Make EEH driver device hotplug safe (bsc#1215199).
  - powerpc/eeh: Export eeh_unfreeze_pe() (bsc#1215199).
  - PCI: pnv_php: Work around switches with broken presence
    detection (bsc#1215199).
  - PCI: pnv_php: Clean up allocated IRQs on unplug (bsc#1215199).
  - arch/powerpc: Remove .interp section in vmlinux (bsc#1215199).
  - powerpc/eeh: Rely on dev->link_active_reporting (bsc#1215199).
  - commit 0bddfac

++++ kernel-rt:

  - x86/vmscape: Add conditional IBPB mitigation (bsc#1247483 CVE-2025-40300).
  - commit 80ca68e
  - x86/vmscape: Enumerate VMSCAPE bug (bsc#1247483 CVE-2025-40300).
  - commit ed3190c
  - Documentation/hw-vuln: Add VMSCAPE documentation (bsc#1247483 CVE-2025-40300).
  - commit 9b7d62a
  - powerpc/kernel: Fix ppc_save_regs inclusion in build
    (bsc#1215199).
  - powerpc: do not build ppc_save_regs.o always (bsc#1215199).
  - commit 3402e7e
  - powerpc/eeh: Make EEH driver device hotplug safe (bsc#1215199).
  - powerpc/eeh: Export eeh_unfreeze_pe() (bsc#1215199).
  - PCI: pnv_php: Work around switches with broken presence
    detection (bsc#1215199).
  - PCI: pnv_php: Clean up allocated IRQs on unplug (bsc#1215199).
  - arch/powerpc: Remove .interp section in vmlinux (bsc#1215199).
  - powerpc/eeh: Rely on dev->link_active_reporting (bsc#1215199).
  - commit 0bddfac

++++ kernel-rt_debug:

  - x86/vmscape: Add conditional IBPB mitigation (bsc#1247483 CVE-2025-40300).
  - commit 80ca68e
  - x86/vmscape: Enumerate VMSCAPE bug (bsc#1247483 CVE-2025-40300).
  - commit ed3190c
  - Documentation/hw-vuln: Add VMSCAPE documentation (bsc#1247483 CVE-2025-40300).
  - commit 9b7d62a
  - powerpc/kernel: Fix ppc_save_regs inclusion in build
    (bsc#1215199).
  - powerpc: do not build ppc_save_regs.o always (bsc#1215199).
  - commit 3402e7e
  - powerpc/eeh: Make EEH driver device hotplug safe (bsc#1215199).
  - powerpc/eeh: Export eeh_unfreeze_pe() (bsc#1215199).
  - PCI: pnv_php: Work around switches with broken presence
    detection (bsc#1215199).
  - PCI: pnv_php: Clean up allocated IRQs on unplug (bsc#1215199).
  - arch/powerpc: Remove .interp section in vmlinux (bsc#1215199).
  - powerpc/eeh: Rely on dev->link_active_reporting (bsc#1215199).
  - commit 0bddfac

++++ vim:

  - Add patches:
    * vim-9.1.1134-revert-putty-terminal-colors.patch
    * reorder-exit-raw-mode.patch
  - Remove obsoleted patches:
    * vim-7.3-help_tags.patch
    * vim-7.4-highlight_fstab.patch
    * vim-7.3-mktemp_tutor.patch
  - Refresh patches:
    * vim-7.3-sh_is_bash.patch
  - Fix the following CVEs and bugs:
    * bsc#1246602 (CVE-2025-53906)
    * bsc#1246604 (CVE-2025-53905)
    * bsc#1247939 (CVE-2025-55158)
    * bsc#1247938 (CVE-2025-55157)
  - Update to 9.1.1629:
    9.1.1629: Vim9: Not able to use more than 10 type arguments in a generic function
    9.1.1628: fuzzy.c has a few issues
    9.1.1627: fuzzy matching can be improved
    9.1.1626: cindent: does not handle compound literals
    9.1.1625: Autocompletion slow with include- and tag-completion
    9.1.1624: Cscope not enabled on MacOS
    9.1.1623: Buffer menu does not handle unicode names correctly
    9.1.1622: Patch v9.1.1432 causes performance regressions
    9.1.1621: flicker in popup menu during cmdline autocompletion
    9.1.1620: filetype: composer.lock and symfony.lock files not recognized
    9.1.1619: Incorrect E535 error message
    9.1.1618: completion: incorrect selected index returned from complete_info()
    9.1.1617: Vim9: some error messages can be improved
    9.1.1616: xxd: possible buffer overflow with bitwise output
    9.1.1615: diff format erroneously detected
    9.1.1614: Vim9: possible variable type change
    9.1.1613: tests: test_search leaves a few swapfiles behind
    9.1.1612: Ctrl-G/Ctrl-T do not ignore the end search delimiter
    9.1.1611: possible undefined behaviour in mb_decompose()
    9.1.1610: completion: hang or E684 when 'tagfunc' calls complete()
    9.1.1609: complete: Heap-buffer overflow with complete function
    9.1.1608: No command-line completion for :unsilent {command}
    9.1.1607: :apple command detected as :append
    9.1.1606: filetype: a few more files are not recognized
    9.1.1605: cannot specify scope for chdir()
    9.1.1604: completion: incsearch highlight might be lost
    9.1.1603: completion: cannot use autoloaded funcs in 'complete' F{func}
    9.1.1602: filetype: requirements-*.txt files are not recognized
    9.1.1601: Patch v8.1.0425 was wrong
    9.1.1600: using diff anchors with hidden buffers fails silently
    9.1.1599: :bnext doesn't go to unlisted help buffers
    9.1.1598: filetype: waybar config file is not recognized
    9.1.1597: CI reports leaks in libgtk3 library
    9.1.1596: tests: Test_search_wildmenu_iminsert() depends on help file
    9.1.1595: Wayland: non-portable use of select()
    9.1.1594: completion: search completion throws errors
    9.1.1593: Confusing error when compiling incomplete try block
    9.1.1592: Vim9: crash with classes and garbage collection
    9.1.1591: VMS support can be improved
    9.1.1590: cannot perform autocompletion
    9.1.1589: Cannot disable cscope interface using configure
    9.1.1588: Vim9: cannot split dict inside command block
    9.1.1587: Wayland: timeout not updated before select()
    9.1.1586: Vim9: can define an enum/interface in a function
    9.1.1585: Wayland: gvim still needs GVIM_ENABLE_WAYLAND
    9.1.1584: using ints as boolean type
    9.1.1583: gvim window lost its icons
    9.1.1582: style issue in vim9type.c and vim9generics.c
    9.1.1581: possible memory leak in vim9generics.c
    9.1.1580: possible memory leak in vim9type.c
    9.1.1579: Coverity complains about unchecked return value
    9.1.1578: configure: comment still mentions autoconf 2.71
    9.1.1577: Vim9: no generic support yet
    9.1.1576: cannot easily trigger wildcard expansion
    9.1.1575: tabpanel not drawn correctly with wrapped lines
    9.1.1574: Dead code in mbyte.c
    9.1.1573: Memory leak when pressing Ctrl-D in cmdline mode
    9.1.1572: expanding $var does not escape whitespace for 'path'
    9.1.1571: CmdlineChanged triggered to often
    9.1.1570: Copilot suggested some improvements in cmdexpand.c
    9.1.1569: tests: Vim9 tests can be improved
    9.1.1568: need a few more default highlight groups
    9.1.1567: crash when using inline diff mode
    9.1.1566: self-referenced enum may not get freed
    9.1.1565: configure: does not consider tiny version for wayland
    9.1.1564: crash when opening popup to closing buffer
    9.1.1563: completion: ruler may disappear
    9.1.1562: close button always visible in the 'tabline'
    9.1.1561: configure: wayland test can be improved
    9.1.1560: configure: uses $PKG_CONFIG before it is defined
    9.1.1559: tests: Test_popup_complete_info_01() fails when run alone
    9.1.1558: str2blob() treats NULL string and empty string differently
    9.1.1557: not possible to anchor specific lines in difff mode
    9.1.1556: string handling in cmdexpand.c can be improved
    9.1.1555: completion: repeated insertion of leader
    9.1.1554: crash when omni-completion opens command-line window
    9.1.1553: Vim9: crash when accessing a variable in if condition
    9.1.1552: [security]: path traversal issue in tar.vim
    9.1.1551: [security]: path traversal issue in zip.vim
    9.1.1550: defaults: 'showcmd' is not enabled in non-compatible mode on Unix
    9.1.1549: filetype: pkl files are not recognized
    9.1.1548: filetype: OpenFGA files are not recognized
    9.1.1547: Wayland: missing ifdef
    9.1.1546: Vim9: error with has() and short circuit evaluation
    9.1.1545: typo in os_unix.c
    9.1.1544: :retab cannot be limited to indentation only
    9.1.1543: Wayland: clipboard appears to not be working
    9.1.1542: Coverity complains about uninitialized variable
    9.1.1541: Vim9: error when last enum value ends with a comma
    9.1.1540: completion: menu state wrong on interruption
    9.1.1539: completion: messages don't respect 'shm' setting
    9.1.1537: helptoc: still some issues when markdown code blocks
    9.1.1536: tests: test_plugin_comment uses wrong :Check command
    9.1.1535: the maximum search count uses hard-coded value 99
    9.1.1534: unnecessary code in tabpanel.c
    9.1.1533: helptoc: does not handle code sections in markdown well
    9.1.1532: termdebug: not enough ways to configure breakpoints
    9.1.1531: confusing error with nested legacy function
    9.1.1530: Missing version change in v9.1.1529
    9.1.1529: Win32: the toolbar in the GUI is old and dated
    9.1.1528: completion: crash with getcompletion()
    9.1.1527: Vim9: Crash with string compound assignment
    9.1.1526: completion: search completion match may differ in case
    9.1.1525: tests: testdir/ is a bit messy
    9.1.1524: tests: too many imports in the test suite
    9.1.1523: tests: test_clipmethod fails in non X11 environment
    9.1.1522: tests: still some ANSI escape sequences in test output
    9.1.1521: completion: pum does not reset scroll pos on reopen with 'noselect'
    9.1.1520: completion: search completion doesn't handle 'smartcase' well
    9.1.1519: tests: Test_termdebug_decimal_breakpoints() may fail
    9.1.1518: getcompletiontype() may crash
    9.1.1517: filetype: autopkgtest files are not recognized
    9.1.1516: tests: no test that 'incsearch' is updated after search completion
    9.1.1515: Coverity complains about potential unterminated strings
    9.1.1514: Coverity complains about the use of tmpfile()
    9.1.1513: resizing Vim window causes unexpected internal window width
    9.1.1512: completion: can only complete from keyword characters
    9.1.1511: tests: two edit tests change v:testing from 1 to 0
    9.1.1510: Search completion may use invalid memory
    9.1.1509: patch 9.1.1505 was not good
    9.1.1508: string manipulation can be improved in cmdexpand.c
    9.1.1507: symlinks are resolved on :cd commands
    9.1.1506: tests: missing cleanup in Test_search_cmdline_incsearch_highlight()
    9.1.1505: not possible to return completion type for :ex command
    9.1.1504: filetype: numbat files are not recognized
    9.1.1503: filetype: haxe files are not recognized
    9.1.1502: filetype: quickbms files are not recognized
    9.1.1501: filetype: flix files are not recognized
    9.1.1500: if_python: typo in python error variable
    9.1.1499: MS-Windows: no indication of ARM64 architecture
    9.1.1498: completion: 'complete' funcs behave different to 'omnifunc'
    9.1.1497: Link error with shm_open()
    9.1.1496: terminal: still not highlighting empty cells correctly
    9.1.1495: Wayland: uses $XDG_SEAT to determine seat
    9.1.1494: runtime(tutor): no French translation for Chapter 2
    9.1.1493: manually comparing positions on buffer
    9.1.1492: tests: failure when Wayland compositor fails to start
    9.1.1491: missing out-of-memory checks in cmdexpand.c
    9.1.1490: 'wildchar' does not work in search contexts
    9.1.1489: terminal: no visual highlight of empty cols with empty 'listchars'
    9.1.1488: configure: using obsolete macro AC_PROG_GCC_TRADITIONAL
    9.1.1487: :cl doesn't invoke :clist
    9.1.1486: documentation issues with Wayland
    9.1.1485: missing Wayland clipboard support
    9.1.1484: tests: Turkish locale tests fails on Mac
    9.1.1483: not possible to translation position in buffer
    9.1.1482: scrolling with 'splitkeep' and line()
    9.1.1481: gcc complains about uninitialized variable
    9.1.1480: Turkish translation outdated
    9.1.1479: regression when displaying localized percentage position
    9.1.1478: Unused assignment in ex_uniq()
    9.1.1476: no easy way to deduplicate text
    9.1.1476: missing out-of-memory checks in cmdexpand.c
    9.1.1475: completion: regression when "nearest" in 'completeopt'
    9.1.1474: missing out-of-memory check in mark.c
    9.1.1473: inconsistent range arg for :diffget/diffput
    9.1.1472: if_python: PySequence_Fast_{GET_SIZE,GET_ITEM} removed
    9.1.1471: completion: inconsistent ordering with CTRL-P
    9.1.1470: use-after-free with popup callback on error
    9.1.1469: potential buffer-underflow with invalid hl_id
    9.1.1468: filetype: bright(er)script files are not recognized
    9.1.1467: too many strlen() calls
    9.1.1466: filetype: not all lex files are recognized
    9.1.1465: tabpanel: not correctly drawn with 'equalalways'
    9.1.1464: gv does not work in operator-pending mode
    9.1.1463: Integer overflow in getmarklist() after linewise operation
    9.1.1462: missing change from patch v9.1.1461
    9.1.1461: tabpanel: tabpanel vanishes with popup menu
    9.1.1460: MS-Windows: too many strlen() calls in os_win32.c
    9.1.1459: xxd: coloring output is inefficient
    9.1.1458: tabpanel: tabs not properly updated with 'stpl'
    9.1.1457: compile warning with tabpanelopt
    9.1.1456: comment plugin fails toggling if 'cms' contains \
    9.1.1455: Haiku: dailog objects created with no reference
    9.1.1454: tests: no test for pum at line break position
    9.1.1453: tests: Test_geometry() may fail
    9.1.1452: completion: redundant check for completion flags
    9.1.1451: tabpanel rendering artifacts when scrolling
    9.1.1450: Session has wrong arglist with :tcd and :arglocal
    9.1.1449: typo in pum_display()
    9.1.1448: tabpanel is not displayed correctly when msg_scrolled
    9.1.1447: completion: crash when backspacing with fuzzy completion
    9.1.1446: filetype: cuda-gdb config files are not recognized
    9.1.1445: negative matchfuzzy scores although there is a match
    9.1.1444: Unused assignment in set_fuzzy_score()
    9.1.1443: potential buffer underflow in insertchar()
    9.1.1442: tests: Test_diff_fold_redraw() is insufficient
    9.1.1441: completion: code can be improved
    9.1.1440: too many strlen() calls in os_win32.c
    9.1.1439: Last diff folds not merged
    9.1.1438: tests: Test_breakindent_list_split() fails
    9.1.1437: MS-Windows: internal compile error in uc_list()
    9.1.1436: GUI control code is displayed on the console on startup
    9.1.1435: completion: various flaws in fuzzy completion
    9.1.1434: MS-Windows: missing out-of-memory checks in os_win32.c
    9.1.1433: Unnecessary :if when writing session
    9.1.1432: GTK GUI: Buffer menu does not handle unicode correctly
    9.1.1431: Hit-Enter Prompt when loading session files
    9.1.1430: tabpanel may flicker in the GUI
    9.1.1429: dragging outside the tabpanel changes tabpagenr
    9.1.1428: completion: register completion needs cleanup
    9.1.1427: rendering artifacts with the tabpanel
    9.1.1426: completion: register contents not completed
    9.1.1425: tabpanel: there are still some problems with the tabpanel
    9.1.1424: PMenu selection broken with multi-line selection and limits
    9.1.1423: :tag command not working correctly using Vim9 Script
    9.1.1422: scheduling of complete function can be improved
    9.1.1421: tests: need a test for the new-style tutor.tutor
    9.1.1420: tests: could need some more tests for shebang lines
    9.1.1419: It is difficult to ignore all but some events
    9.1.1418: configures GUI auto detection favors GTK2
    9.1.1417: missing info about register completion in complete_info()
    9.1.1416: completion limits not respected for fuzzy completions
    9.1.1415: potential use-after free when there is an error in 'tabpanel'
    9.1.1414: MS-Windows: compile warnings in os_win32.c
    9.1.1413: spurious CursorHold triggered in GUI on startup
    9.1.1412: tests: Test_tabpanel_tabonly() fails on larger screens
    9.1.1411: crash when calling non-existing function for tabpanel
    9.1.1410: out-of-bounds access with 'completefunc'
    9.1.1409: using f-flag in 'complete' conflicts with Neovim
    9.1.1408: not easily possible to complete from register content
    9.1.1407: Can't use getpos('v') in OptionSet when using setbufvar()
    9.1.1406: crash when importing invalid tuple
    9.1.1405: tests: no test for mapping with special keys in session file
    9.1.1404: wrong link to Chapter 2 in new-tutor
    9.1.1403: expansion of 'tabpanelopt' value adds wrong values
    9.1.1402: multi-byte mappings not properly stored in session file
    9.1.1401: list not materialized in prop_list()
    9.1.1400: [security]: use-after-free when evaluating tuple fails
    9.1.1399: tests: test_codestyle fails for auto-generated files
    9.1.1398: completion: trunc does not follow Pmenu highlighting attributes
    9.1.1397: tabpanel not correctly updated on :tabonly
    9.1.1396: 'errorformat' is a global option
    9.1.1395: search_stat not reset when pattern differs in case
    9.1.1394: tabpanel not correctly redrawn on tabonly
    9.1.1393: missing test for switching buffers and reusing curbuf
    9.1.1392: missing patch number
    9.1.1391: Vim does not have a vertical tabpanel
    9.1.1390: style: more wrong indentation
    9.1.1389: completion: still some issue when 'isexpand' contains a space
    9.1.1388: Scrolling one line too far with 'nosmoothscroll' page scrolling
    9.1.1387: memory leak when buflist_new() fails to reuse curbuf
    9.1.1386: MS-Windows: some minor problems building on AARCH64
    9.1.1385: inefficient loop for 'nosmoothscroll' scrolling
    9.1.1384: still some problem with the new tutors filetype plugin
    9.1.1383: completion: 'isexpand' option does not handle space char correct
    9.1.1382: if_ruby: unused compiler warnings from ruby internals
    9.1.1381: completion: cannot return to original text
    9.1.1380: 'eventignorewin' only checked for current buffer
    9.1.1379: MS-Windows: error when running evim when space in path
    9.1.1378: sign without text overwrites number option
    9.1.1377: patch v9.1.1370 causes some GTK warning messages
    9.1.1376: quickfix dummy buffer may remain as dummy buffer
    9.1.1375: [security]: possible heap UAF with quickfix dummy buffer
    9.1.1374: completion: 'smartcase' not respected when filtering matches
    9.1.1373: 'completeopt' checking logic can be simplified
    9.1.1372: style: braces issues in various files
    9.1.1371: style: indentation and brace issues in insexpand.c
    9.1.1370: CI Tests favor GTK2 over GTK3
    9.1.1369: configure still using autoconf 2.71
    9.1.1368: GTK3 and GTK4 will drop numeric cursor support.
    9.1.1367: too many strlen() calls in gui.c
    9.1.1366: v9.1.1364 unintentionally changed sign.c and sound.c
    9.1.1365: MS-Windows: compile warnings and too many strlen() calls
    9.1.1364: style: more indentation issues
    9.1.1363: style: inconsistent indentation in various files
    9.1.1362: Vim9: type ignored when adding tuple to instance list var
    9.1.1361: [security]: possible use-after-free when closing a buffer
    9.1.1360: filetype: GNU Radio companion files are not recognized
    9.1.1359: filetype: GNU Radio config files are not recognized
    9.1.1358: if_lua: compile warnings with gcc15
    9.1.1357: Vim incorrectly escapes tags with "[" in a help buffer
    9.1.1356: Vim9: crash when unletting variable
    9.1.1355: The pum_redraw() function is too complex
    9.1.1354: tests: Test_terminalwinscroll_topline() fails on Windows
    9.1.1353: missing change from v9.1.1350
    9.1.1352: style: inconsistent indent in insexpand.c
    9.1.1351: Return value of getcmdline() inconsistent in CmdlineLeavePre
    9.1.1350: tests: typo in Test_CmdlineLeavePre_cabbr()
    9.1.1349: CmdlineLeavePre may trigger twice
    9.1.1348: still E315 with the terminal feature
    9.1.1347: small problems with gui_w32.c
    9.1.1346: missing out-of-memory check in textformat.c
    9.1.1345: tests: Test_xxd_color2() test failure dump diff is misleading
    9.1.1344: double free in f_complete_match() (after v9.1.1341)
    9.1.1343: filetype: IPython files are not recognized
    9.1.1342: Shebang filetype detection can be improved
    9.1.1341: cannot define completion triggers
    9.1.1340: cannot complete :filetype arguments
    9.1.1339: missing out-of-memory checks for enc_to_utf16()/utf16_to_enc()
    9.1.1338: Calling expand() interferes with cmdcomplete_info()
    9.1.1337: Undo corrupted with 'completeopt' "preinsert" when switching buffer
    9.1.1336: comment plugin does not support case-insensitive 'commentstring'
    9.1.1335: Coverity complains about Null pointer dereferences
    9.1.1334: Coverity complains about unchecked return value
    9.1.1333: Coverity: complains about unutilized variable
    9.1.1332: Vim9: segfault when using super within a lambda
    9.1.1331: Leaking memory with cmdcomplete()
    9.1.1330: may receive E315 in terminal
    9.1.1329: cannot get information about command line completion
    9.1.1328: too many strlen() calls in indent.c
    9.1.1327: filetype: nroff detection can be improved
    9.1.1326: invalid cursor position after 'tagfunc'
    9.1.1325: tests: not checking error numbers properly
    9.1.1324: undefined behaviour if X11 connection dies
    9.1.1323: b:undo_ftplugin not executed when re-using buffer
    9.1.1322: small delete register cannot paste multi-line correctly
    9.1.1321: filetype: MS ixx and mpp files are not recognized
    9.1.1320: filetype: alsoft config files are not recognized
    9.1.1319: Various typos in the code, issue with test_inst_complete.vim
    9.1.1318: tests: test_format fails
    9.1.1317: noisy error when restoring folds from session fails
    9.1.1316: missing memory allocation failure in os_mswin.c
    9.1.1315: completion: issue with fuzzy completion and 'completefuzzycollect'
    9.1.1314: max allowed string width too small
    9.1.1313: compile warning about uninitialized value
    9.1.1312: tests: Test_backupskip() fails when HOME is defined
    9.1.1311: completion: not possible to limit number of matches
    9.1.1310: completion: redundant check for preinsert effect
    9.1.1309: tests: no test for 'pummaxwidth' with non-truncated "kind"
    9.1.1308: completion: cannot order matches by distance to cursor
    9.1.1307: make syntax does not reliably detect different flavors
    9.1.1306: completion menu rendering can be improved
    9.1.1305: completion menu active after switching windows/tabs
    9.1.1304: filetype: some man files are not recognized
    9.1.1303: missing out-of-memory check in linematch.c
    9.1.1302: Coverity warns about using uninitialized value
    9.1.1301: completion: cannot configure completion functions with 'complete'
    9.1.1300: wrong detection of -inf
    9.1.1299: filetype: mbsyncrc files are not recognized
    9.1.1298: define_function() is too long
    9.1.1297: Ctrl-D scrolling can get stuck
    9.1.1296: completion: incorrect truncation logic
    9.1.1295: clientserver: does not handle :stopinsert correctly
    9.1.1294: gui tabline menu does not use confirm when closing tabs
    9.1.1293: comment plugin does not handle 'exclusive' selection for comment object
    9.1.1292: statusline not correctly evaluated
    9.1.1291: too many strlen() calls in buffer.c
    9.1.1290: tests: missing cleanup in test_filetype.vim
    9.1.1289: tests: no test for matchparen plugin with WinScrolled event
    9.1.1288: Using wrong window in ll_resize_stack()
    9.1.1287: quickfix code can be further improved
    9.1.1286: filetype: help files not detected when 'iskeyword' includes ":"
    9.1.1285: Vim9: no error message for missing method after "super."
    9.1.1284: not possible to configure pum truncation char
    9.1.1283: quickfix stack is limited to 10 items
    9.1.1282: Build and test failure without job feature
    9.1.1281: extra newline output when editing stdin
    9.1.1280: trailing additional semicolon in get_matches_in_str()
    9.1.1279: Vim9: null_object and null_class are no reserved names
    9.1.1278: Vim9: too long functions in vim9type.c
    9.1.1277: tests: trailing comment char in test_popupwin
    9.1.1276: inline word diff treats multibyte chars as word char
    9.1.1275: MS-Windows: Not possible to pass additional flags to Make_mvc
    9.1.1274: Vim9: no support for object<type> as variable type
    9.1.1273: Coverity warns about using uninitialized value
    9.1.1272: completion: in keyword completion Ctrl_P cannot go back after Ctrl_N
    9.1.1271: filetype: Power Query files are not recognized
    9.1.1270: missing out-of-memory checks in buffer.c
    9.1.1269: completion: compl_shown_match is updated when starting keyword completion
    9.1.1268: filetype: dax files are not recognized
    9.1.1267: Vim9: no support for type list/dict<object<any>>
    9.1.1266: MS-Windows: type conversion warnings
    9.1.1265: tests: no tests for typing normal char during completion
    9.1.1264: Vim9: error when comparing objects
    9.1.1263: string length wrong in get_last_inserted_save()
    9.1.1262: heap-buffer-overflow with narrow 'pummaxwidth' value
    9.1.1261: No test for 'pummaxwidth' non-truncated items
    9.1.1260: Hang when filtering buffer with NUL bytes
    9.1.1259: some issues with comment package and tailing spaces
    9.1.1258: regexp: max \U and \%U value is limited by INT_MAX
    9.1.1257: Mixing vim_strsize() with mb_ptr2cells() in pum_redraw()
    9.1.1256: if_python: duplicate tuple data entries
    9.1.1255: missing test condition for 'pummaxwidth' setting
    9.1.1254: need more tests for the comment plugin
    9.1.1253: abort when closing window with attached quickfix data
    9.1.1252: typos in code and docs related to 'diffopt' "inline:"
    9.1.1251: if_python: build error with tuples and dynamic python
    9.1.1250: cannot set the maximum popup menu width
    9.1.1249: tests: no test that 'listchars' "eol" doesn't affect "gM"
    9.1.1248: compile error when building without FEAT_QUICKFIX
    9.1.1247: fragile setup to get (preferred) keys from key_name_entry
    9.1.1246: coverity complains about some changes in v9.1.1243
    9.1.1245: need some more tests for curly braces evaluation
    9.1.1244: part of patch v9.1.1242 was wrong
    9.1.1243: diff mode is lacking for changes within lines
    9.1.1242: Crash when evaluating variable name
    9.1.1241: wrong preprocessort indentation in term.c
    9.1.1240: Regression with ic/ac text objects and comment plugin
    9.1.1239: if_python: no tuple data type support
    9.1.1238: wrong cursor column with 'set splitkeep=screen'
    9.1.1237: Compile error with C89 compiler in term.c
    9.1.1236: tests: test_comments leaves swapfiles around
    9.1.1235: cproto files are outdated
    9.1.1234: Compile error when SIZE_MAX is not defined
    9.1.1233: Coverity warns about NULL pointer when triggering WinResized
    9.1.1232: Vim script is missing the tuple data type
    9.1.1231: filetype: SPA JSON files are not recognized
    9.1.1230: inconsistent CTRL-C behaviour for popup windows
    9.1.1229: the comment plugin can be improved
    9.1.1228: completion: current position column wrong after got a match
    9.1.1227: no tests for the comment package
    9.1.1226: "shellcmdline" completion doesn't work with input()
    9.1.1225: extra NULL check in VIM_CLEAR()
    9.1.1224: cannot :put while keeping indent
    9.1.1223: wrong translation used for encoding failures
    9.1.1222: using wrong length for last inserted string
    9.1.1221: Wrong cursor pos when leaving Insert mode just after 'autoindent'
    9.1.1220: filetype: uv.lock file not recognized
    9.1.1219: Strange error with wrong type for matchfuzzy() "camelcase"
    9.1.1218: missing out-of-memory check in filepath.c
    9.1.1217: tests: typos in test_matchfuzzy.vim
    9.1.1216: Pasting the '.' register multiple times may not work
    9.1.1215: Patch 9.1.1213 has some issues
    9.1.1214: matchfuzzy() can be improved for camel case matches
    9.1.1213: cannot :put while keeping indent
    9.1.1212: too many strlen() calls in edit.c
    9.1.1212: filetype: logrotate'd pacmanlogs are not recognized
    9.1.1211: TabClosedPre is triggered just before the tab is being freed
    9.1.1210: translation(ru): missing Russian translation for the new tutor
    9.1.1209: colorcolumn not drawn after virtual text lines
    9.1.1208: MS-Windows: not correctly restoring alternate screen on Win 10
    9.1.1207: MS-Windows: build warning in filepath.c
    9.1.1206: tests: test_filetype fails when a file is a directory
    9.1.1205: completion: preinserted text not removed when closing pum
    9.1.1204: MS-Windows: crash when passing long string to expand()
    9.1.1203: matchparen keeps cursor on case label in sh filetype
    9.1.1202: Missing TabClosedPre autocommand
    9.1.1201: 'completefuzzycollect' does not handle dictionary correctly
    9.1.1200: cmdline pum not cleared for input() completion
    9.1.1199: gvim uses hardcoded xpm icon file
    9.1.1198: [security]: potential data loss with zip.vim
    9.1.1197: process_next_cpt_value() uses wrong condition
    9.1.1196: filetype: config files for container tools are not recognized
    9.1.1195: inside try-block: fn body executed with default arg undefined
    9.1.1194: filetype: false positive help filetype detection
    9.1.1193: Unnecessary use of STRCAT() in au_event_disable()
    9.1.1192: Vim crashes with term response debug logging enabled
    9.1.1191: tests: test for patch 9.1.1186 doesn't fail without the patch
    9.1.1190: C indentation does not detect multibyte labels
    9.1.1189: if_python: build error due to incompatible pointer types
    9.1.1188: runtime(tera): tera support can be improved
    9.1.1187: matchparen plugin wrong highlights shell case statement
    9.1.1186: filetype: help files in git repos are not detected
    9.1.1185: endless loop with completefuzzycollect and no match found
    9.1.1184: Unnecessary use of vim_tolower() in vim_strnicmp_asc()
    9.1.1083: "above" virtual text breaks cursorlineopt=number
    9.1.1182: No cmdline completion for 'completefuzzycollect'
    9.1.1181: Unnecessary STRLEN() calls in insexpand.c
    9.1.1180: short-description
    9.1.1179: too many strlen() calls in misc2.c
    9.1.1178: not possible to generate completion candidates using fuzzy matching
    9.1.1177: filetype: tera files not detected
    9.1.1176: wrong indent when expanding multiple lines
    9.1.1175: inconsistent behaviour with exclusive selection and motion commands
    9.1.1174: tests: Test_complete_cmdline() may fail
    9.1.1173: filetype: ABNF files are not detected
    9.1.1172: [security]: overflow with 'nostartofline' and Ex command in tag file
    9.1.1171: tests: wrong arguments passed to assert_equal()
    9.1.1170: wildmenu highlighting in popup can be improved
    9.1.1169: using global variable for get_insert()/get_lambda_name()
    9.1.1168: wrong flags passed down to nextwild()
    9.1.1167: mark '] wrong after copying text object
    9.1.1166: command-line auto-completion hard with wildmenu
    9.1.1165: diff: regression with multi-file diff blocks
    9.1.1164: [security]: code execution with tar.vim and special crafted tar files
    9.1.1163: $MYVIMDIR is set too late
    9.1.1162: completion popup not cleared in cmdline
    9.1.1161: preinsert requires bot "menu" and "menuone" to be set
    9.1.1160: Ctrl-Y does not work well with "preinsert" when completing items
    9.1.1159: $MYVIMDIR may not always be set
    9.1.1158: :verbose set has wrong file name with :compiler!
    9.1.1157: command completion wrong for input()
    9.1.1156: tests: No test for what patch 9.1.1152 fixes
    9.1.1155: Mode message not cleared after :silent message
    9.1.1154: Vim9: not able to use autoload class accross scripts
    9.1.1153: build error on Haiku
    9.1.1152: Patch v9.1.1151 causes problems
    9.1.1151: too many strlen() calls in getchar.c
    9.1.1150: :hi completion may complete to wrong value
    9.1.1149: Unix Makefile does not support Brazilian lang for the installer
    9.1.1148: Vim9: finding imported scripts can be further improved
    9.1.1147: preview-window does not scroll correctly
    9.1.1146: Vim9: wrong context being used when evaluating class member
    9.1.1145: multi-line completion has wrong indentation for last line
    9.1.1144: no way to create raw strings from a blob
    9.1.1143: illegal memory access when putting a register
    9.1.1142: tests: test_startup fails if $HOME/$XDG_CONFIG_HOME is defined
    9.1.1141: Misplaced comment in readfile()
    9.1.1140: filetype: m17ndb files are not detected
    9.1.1139: [fifo] is not displayed when editing a fifo
    9.1.1138: cmdline completion for :hi is too simplistic
    9.1.1137: ins_str() is inefficient by calling STRLEN()
    9.1.1136: Match highlighting marks a buffer region as changed
    9.1.1135: 'suffixesadd' doesn't work with multiple items
    9.1.1134: filetype: Guile init file not recognized
    9.1.1133: filetype: xkb files not recognized everywhere
    9.1.1132: Mark positions wrong after triggering multiline completion
    9.1.1131: potential out-of-memory issue in search.c
    9.1.1130: 'listchars' "precedes" is not drawn on Tabs.
    9.1.1129: missing out-of-memory test in buf_write()
    9.1.1128: patch 9.1.1119 caused a regression with imports
    9.1.1127: preinsert text is not cleaned up correctly
    9.1.1126: patch 9.1.1121 used a wrong way to handle enter
    9.1.1125: cannot loop through pum menu with multiline items
    9.1.1124: No test for 'listchars' "precedes" with double-width char
    9.1.1123: popup hi groups not falling back to defaults
    9.1.1122: too many strlen() calls in findfile.c
    9.1.1121: Enter does not insert newline with "noselect"
    9.1.1120: tests: Test_registers fails
    9.1.1119: Vim9: Not able to use an autoloaded class from another autoloaded script
    9.1.1118: tests: test_termcodes fails
    9.1.1117: there are a few minor style issues
    9.1.1116: Vim9: super not supported in lambda expressions
    9.1.1115: [security]: use-after-free in str_to_reg()
    9.1.1114: enabling termguicolors automatically confuses users
    9.1.1113: tests: Test_terminal_builtin_without_gui waits 2 seconds
    9.1.1112: Inconsistencies in get_next_or_prev_match()
    9.1.1111: Vim9: variable not found in transitive import
    9.1.1110: Vim tests are slow and flaky
    9.1.1109: cmdexpand.c hard to read
    9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol"
    9.1.1107: cannot loop through completion menu with fuzzy
    9.1.1106: tests: Test_log_nonexistent() causes asan failure
    9.1.1105: Vim9: no support for protected new() method
    9.1.1104: CI: using Ubuntu 22.04 Github runners
    9.1.1103: if_perl: still some compile errors with Perl 5.38
    9.1.1102: tests: Test_WinScrolled_Resized_eiw() uses wrong filename
    9.1.1101: insexpand.c hard to read
    9.1.1100: tests: Test_log_nonexistent only works on Linux
    9.1.1099: Vim9: import with extends may crash
    9.1.1098: leaking memory with completing multi lines
    9.1.1097: --log with non-existent path causes a crash
    9.1.1096: if_perl: Perl 5.38 adds new symbols causing link failure
    9.1.1095: tests: matchparen plugin test wrongly named
    9.1.1094: Vim9: problem finding implemented method in type hierarchy
    9.1.1093: tests: output of test ...win32_ctrl_z depends on python version
    9.1.1092: tests: fix expected return code for python 3.13 on Windows
    9.1.1091: tests: timeout might be a bit too small
    9.1.1090: tests: test_terminwscroll_topline2 unreliable
    9.1.1089: tests: No check when tests are run under Github actions
    9.1.1088: tests: plugin tests are named inconsistently
    9.1.1087: Vim9: import with extends may crash
    9.1.1086: completion doesn't work with multi lines
    9.1.1085: filetype: cmmt files are not recognized
    9.1.1084: Unable to persistently ignore events in a window and its buffers
    9.1.1083: setreg() doesn't correctly handle mbyte chars in blockwise mode
    9.1.1082: unexpected DCS responses may cause out of bounds reads
    9.1.1081: has('bsd') is true for GNU/Hurd
    9.1.1080: filetype: Mill files are not recognized
    9.1.1079: GUI late startup leads to uninitialized scrollbars
    9.1.1078: Terminal ansi colors off by one after tgc reset
    9.1.1077: included syntax items do not understand contains=TOP
    9.1.1076: vim_strnchr() is strange and unnecessary
    9.1.1075: Vim9: len variable not used in compile_load()
    9.1.1074: Strange error when heredoc marker starts with "trim"
    9.1.1073: tests: test_compiler fails on Windows without Maven
    9.1.1072: 'diffopt' "linematch" cannot be used with {n} less than 10
    9.1.1071: args missing after failing to redefine a function
    9.1.1070: Cannot control cursor positioning of getchar()
    9.1.1069: preinsert text completions not deleted with <C-W>/<C-U>
    9.1.1068: getchar() can't distinguish between C-I and Tab
    9.1.1067: tests: Test_termwinscroll_topline2 fails on MacOS
    9.1.1066: heap-use-after-free and stack-use-after-scope with :14verbose
    9.1.1065: no digraph for "Approaches the limit"
    9.1.1064: not possible to use plural forms with gettext()
    9.1.1063: too many strlen() calls in userfunc.c
    9.1.1062: terminal: E315 when dragging the terminal with the mouse
    9.1.1061: tests: test_glvs fails when unarchiver not available
    9.1.1060: Vim always enables 'termguicolors' in a terminal
    9.1.1059: completion: input text deleted with preinsert when adding leader
    9.1.1058: translation(sr): Missing Serbian translation for the tutor
    9.1.1057: Superfluous cleanup steps in test_ins_complete.vim
    9.1.1056: Vim doesn't highlight to be inserted text when completing
    9.1.1055: make install fails because of a missing dependency
    9.1.1054: Vim doesn't work well with TERM=xterm-direct
    9.1.1053: "nosort" enables fuzzy filtering even if "fuzzy" isn't in 'completeopt'
    9.1.1052: tests: off-by-one error in CheckCWD in test_debugger.vim
    9.1.1051: tests: no support for env variables when running Vim in terminal
    9.1.1050: too many strlen() calls in os_unix.c
    9.1.1049: insert-completed items are always sorted
    9.1.1048: crash after scrolling and pasting in silent Ex mode
    9.1.1047: Makefiles uses non-portable syntax
    9.1.1046: fuzzymatching doesn't prefer matching camelcase
    9.1.1045: filetype: N-Tripels and TriG files are not recognized
    9.1.1044: Vim9: Patch 9.1.1014 causes regressions
    9.1.1043: [security]: segfault in win_line()
    9.1.1042: filetype: just files are not recognized
    9.1.1041: Vim9: out-of-bound access when echoing an enum
    9.1.1040: Vim9: imported type cannot be used as func return type
    9.1.1039: Vim9: comments are outdated
    9.1.1038: tests: test_channel.py fails with IPv6
    9.1.1037: Vim9: confusing error when using abstract method via super
    9.1.1036: make install fails when using shadowdir
    9.1.1035: Vim9: memory leak with blob2str()
    9.1.1033: Vim9: compiling abstract method fails without return
    9.1.1033: tests: shaderslang was removed from test_filetype erroneously
    9.1.1032: link error when FEAT_SPELL not defined
    9.1.1031: Coverity complains about insecure data handling
    9.1.1030: filetype: setting bash filetype is backwards incompatible
    9.1.1029: the installer can be improved
    9.1.1028: too many strlen() calls in screen.c
    9.1.1027: no sanitize check when running linematch
    9.1.1026: filetype: swc configuration files are not recognized
    9.1.1025: wrong return type of blob2str()
    9.1.1024: blob2str/str2blob() do not support list of strings
    9.1.1023: Coverity complains about dereferencing NULL pointer
    9.1.1022: linematch option value not completed
    9.1.1021: string might be used without a trailing NUL
    9.1.1020: no way to get current selected item in a async context
    9.1.1019: filetype: fd ignore files are not recognized
    9.1.1018: v9.1.0743 causes regression with diff mode
    9.1.1017: Vim9: Patch 9.1.1013 causes a few problems
    9.1.1016: Not possible to convert string2blob and blob2string
    9.1.1015: Coverity complains about dereferencing NULL value
    9.1.1014: Vim9: variable not found in transitive import
    9.1.1013: Vim9: Regression caused by patch v9.1.0646
    9.1.1012: Vim9: class interface inheritance not correctly working
    9.1.1011: popupmenu internal error with some abbr in completion item
    9.1.1010: filetype: VisualCode setting file not recognized
    9.1.1009: diff feature can be improved
    9.1.1008: tests: test for patch 9.1.1006 doesn't fail without the patch
    9.1.1007: filetype: various ignore are not recognized
    9.1.1006: PmenuMatch completion highlight can be combined
    9.1.1005: completion text is highlighted even with no pattern found
    9.1.1004: tests: a few termdebug tests are flaky
    9.1.1003: [security]: heap-buffer-overflow with visual mode
    9.1.1002: Vim9: unknown func error with interface declaring func var
    9.1.1001: ComplMatchIns highlight hard to read on light background
    9.1.1000: tests: ruby tests fail with Ruby 3.4
    9.1.0999: Vim9: leaking finished exception
    9.1.0998: filetype: TI assembly files are not recognized
    9.1.0997: too many strlen() calls in drawscreen.c
    9.1.0996: ComplMatchIns may highlight wrong text
    9.1.0995: filetype: shaderslang files are not detected
    9.1.0994: Vim9: not able to use comment after opening curly brace
    9.1.0993: New 'cmdheight' behavior may be surprising
    9.1.0992: Vim9: double-free after v9.1.0988
    9.1.0991: v:stacktrace has wrong type in Vim9 script
    9.1.0990: Inconsistent behavior when changing cmdheight
    9.1.0989: Vim9: Whitespace after the final enum value causes a syntax error
    9.1.0988: Vim9: no error when using uninitialized var in new()
    9.1.0987: filetype: cake files are not recognized
    9.1.0986: filetype: 'jj' filetype is a bit imprecise
    9.1.0985: Vim9: some ex commands can be shortened
    9.1.0984: exception handling can be improved
    9.1.0983: not able to get the displayed items in complete_info()
    9.1.0982: TI linker files are not recognized
    9.1.0981: tests: typo in test_filetype.vim
    9.1.0980: no support for base64 en-/decoding functions in Vim Script
    9.1.0979: VMS: type warning with $XDG_VIMRC_FILE
    9.1.0978: GUI tests sometimes fail when setting 'scroll' options
    9.1.0977: filetype: msbuild filetypes are not recognized
    9.1.0976: Vim9: missing return statement with throw
    9.1.0975: Vim9: interpolated string expr not working in object methods
    9.1.0974: typo in change of commit v9.1.0873
    9.1.0973: too many strlen() calls in fileio.c
    9.1.0972: filetype: TI linker map files are not recognized
    9.1.0971: filetype: SLNX files are not recognized
    9.1.0970: VMS: build errors on VMS architecture
    9.1.0969: ghostty not using kitty protocol by default
    9.1.0968: tests: GetFileNameChecks() isn't fully sorted by filetype name
    9.1.0967: SpotBugs compiler setup can be further improved
    9.1.0966: Vim9: :enum command can be shortened
    9.1.0965: filetype: sh filetype set when detecting the use of bash
    9.1.0964: MS-Windows: sed error with MinGW
    9.1.0963: fuzzy-matching does not prefer full match
    9.1.0962: filetype: bun.lock file is not recognized
    9.1.0961: filetype: TI gel files are not recognized
    9.1.0960: filetype: hy history files are not recognized
    9.1.0959: Coverity complains about type conversion
    9.1.0958: filetype: supertux2 config files detected as lisp
    9.1.0957: MS-Windows: conversion warnings
    9.1.0956: completion may crash, completion highlight wrong with preview window
    9.1.0955: Vim9: vim9compile.c can be further improved
    9.1.0954: popupmenu.c can be improved
    9.1.0953: filetype: APKBUILD files not correctly detected
    9.1.0952: Vim9: missing type checking for any type assignment
    9.1.0951: filetype: jshell files are not recognized
    9.1.0950: filetype: fennelrc files are not recognized
    9.1.0949: popups inconsistently shifted to the left
    9.1.0948: Missing cmdline completion for :pbuffer
    9.1.0947: short-description
    9.1.0946: cross-compiling fails on osx-arm64
    9.1.0945: ComplMatchIns highlight doesn't end after inserted text
    9.1.0944: tests: test_registers fails when not run under X11
    9.1.0943: Vim9: vim9compile.c can be further improved
    9.1.0942: a few typos were found
    9.1.0941: ComplMatchIns doesn't work after multibyte chars
    9.1.0940: Wrong cursor shape with "gq" and 'indentexpr' executes :normal
    9.1.0939: make installtutor fails
    9.1.0938: exclusive selection not respected when re-selecting block mode
    9.1.0937: test_undolist() is flaky
    9.1.0936: cannot highlight completed text
    9.1.0935: SpotBugs compiler can be improved
    9.1.0934: hard to view an existing buffer in the preview window
    9.1.0933: Vim9: vim9compile.c can be further improved
    9.1.0932: new Italian tutor not installed
    9.1.0931: ml_get error in terminal buffer
    9.1.0930: tests: test_terminal2 may hang in GUI mode
    9.1.0929: filetype: lalrpop files are not recognized
    9.1.0928: tests: test_popupwin fails because the filter command fails
    9.1.0927: style issues in insexpand.c
    9.1.0926: filetype: Pixi lock files are not recognized
    9.1.0925: Vim9: expression compiled when not necessary
    9.1.0924: patch 9.1.0923 causes issues
    9.1.0923: too many strlen() calls in filepath.c
    9.1.0923: wrong MIN macro in popupmenu.c
    9.1.0921: popupmenu logic is a bit convoluted
    9.1.0920: Vim9: compile_assignment() too long
    9.1.0919: filetype: some assembler files are not recognized
    9.1.0918: tiny Vim crashes with fuzzy buffer completion
    9.1.0917: various vartabstop and shiftround bugs when shifting lines
    9.1.0916: messages.c is exceeding 80 columns
    9.1.0915: GVim: default font size a bit too small
    9.1.0914: Vim9: compile_assignment() is too long
    9.1.0913: no error check for neg values for 'messagesopt'
    9.1.0912: xxd: integer overflow with sparse files and -autoskip
    9.1.0911: Variable name for 'messagesopt' doesn't match short name
    9.1.0910: 'messagesopt' does not check max wait time
    9.1.0909: Vim9: crash when calling instance method
    9.1.0908: not possible to configure :messages
    9.1.0907: printoptions:portrait does not change postscript Orientation
    9.1.0906: filetype: Nvidia PTX files are not recognized
    9.1.0905: Missing information in CompleteDone event
    9.1.0904: Vim9: copy-paste error in class_defining_member()
    9.1.0903: potential overflow in spell_soundfold_wsal()
    9.1.0902: filetype: Conda configuration files are not recognized
    9.1.0901: MS-Windows: vimtutor batch script can be improved
    9.1.0900: Vim9: digraph_getlist() does not accept bool arg
    9.1.0899: default for 'backspace' can be set in C code
    9.1.0898: runtime(compiler): pytest compiler not included
    9.1.0897: filetype: pyrex files are not detected
    9.1.0896: completion list wrong after v9.1.0891
    9.1.0895: default history value is too small
    9.1.0894: No test for what the spotbug compiler parses
    9.1.0893: No test that undofile format does not regress
    9.1.0892: the max value of 'tabheight' is limited by other tabpages
    9.1.0891: building the completion list array is inefficient
    9.1.0890: %! item not allowed for 'rulerformat'
    9.1.0889: Possible unnecessary redraw after adding/deleting lines
    9.1.0888: leftcol property not available in getwininfo()
    9.1.0887: Wrong expression in sign.c
    9.1.0886: filetype: debian control file not detected
    9.1.0885: style of sign.c can be improved
    9.1.0884: gcc warns about uninitialized variable
    9.1.0883: message history cleanup is missing some tests
    9.1.0882: too many strlen() calls in insexpand.c
    9.1.0881: GUI: message dialog may not get focus
    9.1.0880: filetype: C3 files are not recognized
    9.1.0879: source is not consistently formatted
    9.1.0878: termdebug: cannot enable DEBUG mode
    9.1.0877: tests: missing test for termdebug + decimal signs
    9.1.0876: filetype: openCL files are not recognized
    9.1.0875: filetype: hyprlang detection can be improved
    9.1.0874: filetype: karel files are not detected
    9.1.0873: filetype: Vivado files are not recognized
    9.1.0872: No test for W23 message
    9.1.0871: getcellpixels() can be further improved
    9.1.0870: too many strlen() calls in eval.c
    9.1.0869: Problem: curswant not set on gm in folded line
    9.1.0868: the warning about missing clipboard can be improved
    9.1.0867: ins_compl_add() has too many args
    9.1.0866: filetype: LLVM IR files are not recognized
    9.1.0865: filetype: org files are not recognized
    9.1.0864: message history is fixed to 200
    9.1.0863: getcellpixels() can be further improved
    9.1.0862: 'wildmenu' not enabled by default in nocp mode
    9.1.0861: Vim9: no runtime check for object member access of any var
    9.1.0860: tests: mouse_shape tests use hard code sleep value
    9.1.0859: several problems with the GLVS plugin
    9.1.0858: Coverity complains about dead code
    9.1.0857: xxd: --- is incorrectly recognized as end-of-options
    9.1.0856: mouseshape might be wrong on r and gr
    9.1.0855: setting 'cmdheight' may cause hit-enter-prompt
    9.1.0854: cannot get terminal cell size
    9.1.0853: filetype: kubernetes config file not recognized
    9.1.0852: No warning when X11 registers are not available
    9.1.0851: too many strlen() calls in getchar.c
    9.1.0850: Vim9: cannot access nested object inside objects
    9.1.0849: there are a few typos in the source
    9.1.0848: if_lua: v:false/v:true are not evaluated to boolean
    9.1.0847: tests: test_popupwin fails because of updated help file
    9.1.0846: debug symbols for xxd are not cleaned in Makefile
    9.1.0845: vimtutor shell script can be improved
    9.1.0844: if_python: no way to pass local vars to python
    9.1.0843: too many strlen() calls in undo.c
    9.1.0842: not checking for the sync() systemcall
    9.1.0841: tests: still preferring python2 over python3
    9.1.0840: filetype: idris2 files are not recognized
    9.1.0839: filetype: leo files are not recognized
    9.1.0838: vimtutor is bash-specific
    9.1.0837: cross-compiling has some issues
    9.1.0836: The vimtutor can be improved
    9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu'
    9.1.0834: tests: 2html test fails
    9.1.0833: CI: recent ASAN changes do not work for indent tests
    9.1.0832: :set doesn't work for 'cot' and 'bkc' after :setlocal
    9.1.0831: 'findexpr' can't be used as lambad or Funcref
    9.1.0830: using wrong highlight group for spaces for popupmenu
    9.1.0829: Vim source code uses a mix of tabs and spaces
    9.1.0828: string_T struct could be used more often
    9.1.0827: CI: tests can be improved
    9.1.0826: filetype: sway files are not recognized
    9.1.0825: compile error for non-diff builds
    9.1.0824: too many strlen() calls in register.c
    9.1.0823: filetype: Zephyr overlay files not recognized
    9.1.0822: topline might be changed in diff mode unexpectedly
    9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argument
    9.1.0820: tests: Mac OS tests are too flaky
    9.1.0819: tests: using findexpr and imported func not tested
    9.1.0818: some global functions are only used in single files
    9.1.0817: termdebug: cannot evaluate expr in a popup
    9.1.0816: tests: not clear what tests cause asan failures
    9.1.0815: "above" virtual text causes wrong 'colorcolumn' position
    9.1.0814: mapset() may remove unrelated mapping
    9.1.0813: no error handling with setglobal and number types
    9.1.0812: Coverity warns about dereferencing NULL ptr
    9.1.0811: :find expansion does not consider 'findexpr'
    9.1.0810: cannot easily adjust the |:find| command
    9.1.0809: filetype: petalinux config files not recognized
    9.1.0808: Terminal scrollback doesn't shrink when decreasing 'termwinscroll'
    9.1.0807: tests: having 'nolist' in modelines isn't always desired
    9.1.0806: tests: no error check when setting global 'briopt'
    9.1.0805: tests: minor issues in gen_opt_test.vim
    9.1.0804: tests: no error check when setting global 'cc'
    9.1.0803: tests: no error check when setting global 'isk'
    9.1.0802: tests: no error check when setting global 'fdm' to empty value
    9.1.0801: tests: no error check when setting global 'termwinkey'
    9.1.0800: tests: no error check when setting global 'termwinsize'
    9.1.0799: tests: gettwinvar()/gettabwinvar() tests are not comprehensive
    9.1.0798: too many strlen() calls in cmdhist.c
    9.1.0797: testing of options can be further improved
    9.1.0796: filetype: libtool files are not recognized
    9.1.0795: filetype: Vivado memory info file are not recognized
    9.1.0794: tests: tests may fail on Windows environment
    9.1.0793: xxd: -e does add one extra space
    9.1.0792: tests: Test_set_values() is not comprehensive enough
    9.1.0791: tests: errors in gen_opt_test.vim are not shown
    9.1.0790: Amiga: AmigaOS4 build should use default runtime (newlib)
    9.1.0789: tests: ':resize + 5' has invalid space after '+'
    9.1.0788: <CSI>27;<mod>u is not decoded to literal Escape in kitty/foot
    9.1.0787: cursor position changed when using hidden terminal
    9.1.0786: tests: quickfix update test does not test location list
    9.1.0785: cannot preserve error position when setting quickfix list
    9.1.0784: there are several problems with python 3.13
    9.1.0783: 'spell' option setting has problems
    9.1.0782: tests: using wrong neomuttlog file name
    9.1.0781: tests: test_filetype fails
    9.1.0780: MS-Windows: incorrect Win32 error checking
    9.1.0779: filetype: neomuttlog files are not recognized
    9.1.0778: filetype: lf config files are not recognized
    9.1.0777: filetype: Some upstream php files are not recognized
    9.1.0776: test_strftime may fail because of missing TZ data
    9.1.0775: tests: not enough tests for setting options
    9.1.0774: "shellcmdline" doesn't work with getcompletion()
    9.1.0773: filetype: some Apache files are not recognized
    9.1.0772: some missing changes from v9.1.0771
    9.1.0771: completion attribute hl_group is confusing
    9.1.0770: current command line completion is a bit limited
    9.1.0769: filetype: MLIR files are not recognized
    9.1.0768: MS-Windows: incorrect cursor position when restoring screen
    9.1.0767: A condition is always true in ex_getln.c
    9.1.0766: too many strlen() calls in ex_getln.c
    9.1.0765: No test for patches 6.2.418 and 7.3.489
    9.1.0764: [security]: use-after-free when closing a buffer
    9.1.0763: tests: cannot run single syntax tests
    9.1.0762: 'cedit', 'termwinkey' and 'wildchar' may not be parsed correctly
    9.1.0761: :cd completion fails on Windows with backslash in path
    9.1.0760: tests: no error reported, if gen_opt_test.vim fails
    9.1.0759: screenpos() may return invalid position
    9.1.0758: it's possible to set an invalid key to 'wildcharm'
    9.1.0757: tests: messages files contains ANSI escape sequences
    9.1.0756: missing change from patch v9.1.0754
    9.1.0755: quickfix list does not handle hardlinks well
    9.1.0754: fixed order of items in insert-mode completion menu
    9.1.0753: Wrong display when typing in diff mode with 'smoothscroll'
    9.1.0752: can set 'cedit' to an invalid value
    9.1.0751: Error callback for term_start() not used
    9.1.0750: there are some Win9x legacy references
    9.1.0749: filetype: http files not recognized
    9.1.0748: :keep* commmands are sometimes misidentified as :k
    9.1.0747: various typos in repo found
    9.1.0746: tests: Test_halfpage_longline() fails on large terminals
    9.1.0745: filetype: bun and deno history files not recognized
    9.1.0744: filetype: notmuch configs are not recognised
    9.1.0743: diff mode does not handle overlapping diffs correctly
    9.1.0742: getcmdprompt() implementation can be improved
    9.1.0741: No way to get prompt for input()/confirm()
    9.1.0740: incorrect internal diff with empty file
    9.1.0739: [security]: use-after-free in ex_getln.c
    9.1.0738: filetype: rapid files are not recognized
    9.1.0737: tests: screendump tests may require a bit more time
    9.1.0736: Unicode tables are outdated
    9.1.0735: filetype: salt files are not recognized
    9.1.0734: filetype: jinja files are not recognized
    9.1.0733: keyword completion does not work with fuzzy
    9.1.0732: xxd: cannot use -b and -i together
    9.1.0731: inconsistent case sensitive extension matching
    9.1.0730: Crash with cursor-screenline and narrow window
    9.1.0729: Wrong cursor-screenline when resizing window
    9.1.0728: [security]: heap-use-after-free in garbage collection with location list user data
    9.1.0727: too many strlen() calls in option.c
    9.1.0726: not using correct python3 API with dynamic linking
    9.1.0725: filetype: swiftinterface files are not recognized
    9.1.0724: if_python: link error with python 3.13 and stable ABI
    9.1.0723: if_python: dynamic linking fails with python3 >= 3.13
    9.1.0722: crash with large id in text_prop interface
    9.1.0721: tests: test_mksession does not consider XDG_CONFIG_HOME
    9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs
    9.1.0719: Resetting cell widths can make 'listchars' or 'fillchars' invalid
    9.1.0718: hard to know the users personal Vim Runtime Directory
    9.1.0717: Unnecessary nextcmd NULL checks in parse_command_modifiers()
    9.1.0716: resetting setcellwidth() doesn't update the screen
    9.1.0715: Not correctly parsing color names (after v9.1.0709)
    9.1.0714: tests: GuiEnter_Turkish test may fail
    9.1.0713: Newline causes E749 in Ex mode
    9.1.0712: tests: missing dependency of Test_gettext_makefile
    9.1.0711: tests: test_xxd may file when using different xxd
    9.1.0710: popup window may hide part of Command line
    9.1.0709: GUIEnter event not found in Turkish locale
    9.1.0708: Recursive window update does not account for reset skipcol
    9.1.0707: [security]: invalid cursor position may cause a crash
    9.1.0706: tests: test_gettext fails when using shadow dir
    9.1.0705: Sorting of fuzzy filename completion is not stable
    9.1.0704: inserting with a count is inefficient
    9.1.0703: crash with 2byte encoding and glob2regpat()
    9.1.0702: Patch 9.1.0700 broke CI
    9.1.0701: crash with NFA regex engine when searching for composing chars
    9.1.0700: crash with 2byte encoding and glob2regpat()
    9.1.0699: "dvgo" is not always an inclusive motion
    9.1.0698: tests: "Untitled" file not removed when running Test_crash1_3 alone
    9.1.0697: [security]: heap-buffer-overflow in ins_typebuf
    9.1.0696: installing runtime files fails when using SHADOWDIR
    9.1.0695: tests: test_crash leaves Untitled file around
    9.1.0694: matchparen is slow on a long line
    9.1.0693: Configure doesn't show result when not using python3 stable abi
    9.1.0692: Wrong patlen value in ex_substitute()
    9.1.0691: python3: stable-abi may cause segfault on Python 3.11
    9.1.0690: cannot set special highlight kind in popupmenu
    9.1.0689: [security]: buffer-overflow in do_search() with 'rightleft'
    9.1.0688: Vim9: dereferences NULL pointer in check_type_is_value()
    9.1.0687: Makefile may not install desktop files
    9.1.0686: zip-plugin has problems with special characters
    9.1.0685: too many strlen() calls in usercmd.c
    9.1.0684: completion is inserted on Enter with "noselect"
    9.1.0683: mode() returns wrong value with <Cmd> mapping
    9.1.0682: Vim9: Segfault with uninitialized funcref
    9.1.0681: tests: Analyzing failed screendumps is hard
    9.1.0680: VMS does not have defined uintptr_t
    9.1.0679: Rename from w_closing to w_locked is incomplete
    9.1.0678: [security]: use-after-free in alist_add()
    9.1.0677: :keepp does not retain the substitute pattern
    9.1.0676: style issues with man pages
    9.1.0675: Patch v9.1.0674 causes problems
    9.1.0674: Vim9: compiling abstract method fails because of missing return
    9.1.0673: Vim9: too recursive func calls when calling super-class method
    9.1.0672: marker folds may get corrupted on undo
    9.1.0670: po file encoding fails on *BSD during make
    9.1.0669: if_python: stable python ABI not used by default
    9.1.0668: build-error with python3.12 and stable ABI
    9.1.0667: Some other options reset curswant unnecessarily when set
    9.1.0666: assert_equal() doesn't show multibyte string correctly
    9.1.0665: Locked variable can be changed in a :for loop
    9.1.0664: MS-Windows: console vim did not switch back to main screen on exit
    9.1.0663: tests: zip test still resets 'shellslash' option
    9.1.0662: filecopy() may return wrong value when readlink() fails
    9.1.0661: the zip plugin is not tested.
    9.1.0660: MS-Windows: Shift-Insert does work on old conhost
    9.1.0659: MS-Windows: MSVC Makefile is a bit hard to read
    9.1.0658: Coverity warns about dereferencing NULL pointer.
    9.1.0657: MS-Windows: MSVC build time can be optimized
    9.1.0656: MS-Windows: MSVC Makefile CPU handling can be improved
    9.1.0655: filetype: goaccess config file not recognized
    9.1.0654: completion does not respect completeslash with fuzzy
    9.1.0653: Patch v9.1.0648 not completely right
    9.1.0652: too many strlen() calls in syntax.c
    9.1.0651: ex: trailing dot is optional for :g and :insert/:append
    9.1.0650: Coverity warning in cstrncmp()
    9.1.0649: Wrong comment for "len" argument of call_simple_func()
    9.1.0648: [security] double-free in dialog_changed()
    9.1.0647: [security] use-after-free in tagstack_clear_entry
    9.1.0646: Vim9: imported function may not be found
    9.1.0645: regex: wrong match when searching multi-byte char case-insensitive
    9.1.0644: Unnecessary STRLEN() when applying mapping
    9.1.0643: terminal: cursor may end up on invalid position
    9.1.0642: Check that mapping rhs starts with lhs fails if not simplified
    9.1.0641: MS-Windows: OLE enabled in console version
    9.1.0640: Mingw: Makefile can be improved
    9.1.0639: channel timeout may wrap around
    9.1.0638: E1510 may happen when formatting a message for smsg()
    9.1.0637: MS-Windows: Style issues in MSVC Makefile
    9.1.0636: filetype: ziggy files are not recognized
    9.1.0635: filetype: SuperHTML template files not recognized
    9.1.0634: Ctrl-P not working by default
    9.1.0633: Compilation warnings with `-Wunused-parameter`
    9.1.0632: MS-Windows: Compiler Warnings
    9.1.0631: wrong completion list displayed with non-existing dir + fuzzy completion
    9.1.0630: MS-Windows: build fails with VIMDLL and mzscheme
    9.1.0629: Rename of pum hl_group is incomplete
    9.1.0628: MinGW: coverage files are not cleaned up
    9.1.0627: MinGW: build-error when COVERAGE is enabled
    9.1.0626: Vim9: need more tests with null objects
    9.1.0625: tests: test output all translated messages for all translations
    9.1.0624: ex command modifiers not found
    9.1.0623: Mingw: errors when trying to delete non-existing files
    9.1.0622: MS-Windows: mingw-build can be optimized
    9.1.0621: MS-Windows: startup code can be improved
    9.1.0620: Vim9: segfauls with null objects
    9.1.0619: tests: test_popup fails
    9.1.0618: cannot mark deprecated attributes in completion menu
    9.1.0617: Cursor moves beyond first line of folded end of buffer
    9.1.0616: filetype: Make syntax highlighting off for MS Makefiles
    9.1.0615: Unnecessary STRLEN() in make_percent_swname()
    9.1.0614: tests: screendump tests fail due to recent syntax changes
    9.1.0613: tests: termdebug test may fail and leave file around
    9.1.0612: filetype: deno.lock file not recognized
    9.1.0611: ambiguous mappings not correctly resolved with modifyOtherKeys
    9.1.0610: filetype: OpenGL Shading Language files are not detected
    9.1.0609: outdated comments in Makefile
    9.1.0608: Coverity warns about a few potential issues
    9.1.0607: termdebug: uses inconsistent style
    9.1.0606: tests: generated files may cause failure in test_codestyle
    9.1.0605: internal error with fuzzy completion
    9.1.0604: popup_filter during Press Enter prompt seems to hang
    9.1.0603: filetype: use correct extension for Dracula
    9.1.0602: filetype: Prolog detection can be improved
    9.1.0601: Wrong cursor position with 'breakindent' when wide char doesn't fit
    9.1.0600: Unused function and unused error constants
    9.1.0599: Termdebug: still get E1023 when specifying arguments
    9.1.0598: fuzzy completion does not work with default completion
    9.1.0597: KeyInputPre cannot get the (unmapped typed) key
    9.1.0596: filetype: devscripts config files are not recognized
    9.1.0595: make errors out with the po Makefile
    9.1.0594: Unnecessary redraw when setting 'winfixbuf'
    9.1.0593: filetype: Asymptote files are not recognized
    9.1.0592: runtime: filetype: Mediawiki files are not recognized
    9.1.0591: filetype: *.wl files are not recognized
    9.1.0590: Vim9: crash when accessing getregionpos() return value
    9.1.0589: vi: d{motion} and cw work differently than expected
    9.1.0588: The maze program no longer compiles on newer clang
    9.1.0587: tests: Test_gui_lowlevel_keyevent is still flaky
    9.1.0586: ocaml runtime files are outdated
    9.1.0585: tests: test_cpoptions leaves swapfiles around
    9.1.0584: Warning about redeclaring f_id() non-static
    9.1.0583: filetype: *.pdf_tex files are not recognized
    9.1.0582: Printed line doesn't overwrite colon when pressing Enter in Ex mode
    9.1.0581: Various lines are indented inconsistently
    9.1.0580: :lmap mapping for keypad key not applied when typed in Select mode
    9.1.0579: Ex command is still executed after giving E1247
    9.1.0578: no tests for :Tohtml
    9.1.0577: Unnecessary checks for v:sizeoflong in test_put.vim
    9.1.0576: tests: still an issue with test_gettext_make
    9.1.0575: Wrong comments in alt_tabpage()
    9.1.0574: ex: wrong handling of commands after bar
    9.1.0573: ex: no implicit print for single addresses
    9.1.0572: cannot specify tab page closing behaviour
    9.1.0571: tests: Test_gui_lowlevel_keyevent is flaky
    9.1.0570: tests: test_gettext_make can be improved
    9.1.0569: fnamemodify() treats ".." and "../" differently
    9.1.0568: Cannot expand paths from 'cdpath' setting
    9.1.0567: Cannot use relative paths as findfile() stop directories
    9.1.0566: Stop dir in findfile() doesn't work properly w/o trailing slash
    9.1.0565: Stop directory doesn't work properly in 'tags'
    9.1.0564: id() can be faster
    9.1.0563: Cannot process any Key event
    9.1.0562: tests: inconsistency in test_findfile.vim
    9.1.0561: netbeans: variable used un-initialized (Coverity)
    9.1.0560: bindtextdomain() does not indicate an error
    9.1.0559: translation of vim scripts can be improved
    9.1.0558: filetype: prolog detection can be improved
    9.1.0557: moving in the buffer list doesn't work as documented
    9.1.0556: :bwipe doesn't remove file from jumplist of other tabpages
    9.1.0555: filetype: angular ft detection is still problematic
    9.1.0554: :bw leaves jumplist and tagstack data around
    9.1.0553: filetype: *.mcmeta files are not recognized
    9.1.0552: No test for antlr4 filetype
    9.1.0551: filetype: htmlangular files are not properly detected
    9.1.0550: filetype: antlr4 files are not recognized
    9.1.0549: fuzzycollect regex based completion not working as expected
    9.1.0548: it's not possible to get a unique id for some vars
    9.1.0547: No way to get the arity of a Vim function
    9.1.0546: vim-tiny fails on CTRL-X/CTRL-A
    9.1.0545: MSVC conversion warning
    9.1.0544: filetype: ldapconf files are not recognized
    9.1.0543: Behavior of CursorMovedC is strange
    9.1.0542: Vim9: confusing string() output for object functions
    9.1.0541: failing test with Vim configured without channel
    9.1.0540: Unused assignment in sign_define_cmd()
    9.1.0539: Not enough tests for what v9.1.0535 fixed
    9.1.0538: not possible to assign priority when defining a sign
    9.1.0537: signed number detection for CTRL-X/A can be improved
    9.1.0536: filetype: zone files are not recognized
    9.1.0535: newline escape wrong in ex mode
    9.1.0534: completion wrong with fuzzy when cycling back to original
    9.1.0533: Vim9: need more tests for nested objects equality
    9.1.0532: filetype: Cedar files not recognized
    9.1.0531: resource leak in mch_get_random()
    9.1.0530: xxd: MSVC warning about non-ASCII character
    9.1.0529: silent! causes following try/catch to not work
    9.1.0528: spell completion message still wrong in translations
    9.1.0527: inconsistent parameter in Makefiles for Vim executable
    9.1.0526: Unwanted cursor movement with pagescroll at start of buffer
    9.1.0525: Right release selects immediately when pum is truncated.
    9.1.0524: the recursive parameter in the *_equal functions can be removed
    9.1.0523: Vim9: cannot downcast an object
    9.1.0522: Vim9: string(object) hangs for recursive references
    9.1.0521: if_py: _PyObject_CallFunction_SizeT is dropped in Python 3.13
    9.1.0520: Vim9: incorrect type checking for modifying lists
    9.1.0519: MS-Windows: libvterm compilation can be optimized
    9.1.0518: initialize the random buffer can be improved
    9.1.0517: MS-Windows: too long lines in Make_mvc.mak
    9.1.0516: need more tests for nested dicts and list comparision
    9.1.0515: Vim9: segfault in object_equal()
    9.1.0514: Vim9: issue with comparing objects recursively
    9.1.0513: Vim9: segfault with object comparison
    9.1.0512: Mode message for spell completion doesn't match allowed keys
    9.1.0511: CursorMovedC triggered wrongly with setcmdpos()
    9.1.0510: CI: test_gettext fails on MacOS14 + MSVC Win
    9.1.0509: not possible to translate Vim script messages
    9.1.0508: termdebug plugin can be further improved
    9.1.0507: hard to detect cursor movement in the command line
    9.1.0506: filetype: .envrc & .prettierignore not recognized
    9.1.0505: filetype: Faust files are not recognized
    9.1.0504: inner-tag textobject confused about ">" in attributes
    9.1.0503: cannot use fuzzy keyword completion
    9.1.0502: MS-Windows: too much legacy code
    9.1.0501: too complicated mapping restore in termdebug
    9.1.0500: cannot switch buffer in a popup
    9.1.0499: MS-Windows: doesn't handle symlinks properly
    9.1.0498: getcmdcompltype() interferes with cmdline completion
    9.1.0497: termdebug can be further improved
    9.1.0496: matched text is highlighted case-sensitively
    9.1.0495: Matched text isn't highlighted in cmdline pum
    9.1.0494: Wrong matched text highlighted in pum with 'rightleft'
    9.1.0493: Test for patch 9.1.0489 doesn't fail without the fix
    9.1.0492: filetype: Vim-script files not detected by shebang line
    9.1.0491: Cmdline pum doesn't work properly with 'rightleft'
    9.1.0490: minor style problems with patch 9.1.0487
    9.1.0489: default completion may break with fuzzy
    9.1.0488: Wrong padding for pum "kind" with 'rightleft'
    9.1.0487: completed item not update on fuzzy completion
    9.1.0486: filetype: Snakemake files are not recognized
    9.1.0485: Matched text shouldn't be highlighted in "kind" and "menu"
    9.1.0484: Sorting of completeopt+=fuzzy is not stable
    9.1.0483: glob() not sufficiently tested
    9.1.0482: termdebug plugin needs more love
    9.1.0481: Vim9: term_getjob() throws an exception on error
    9.1.0480: fuzzy string matching executed when not needed
    9.1.0479: fuzzy_match_str_with_pos() does unnecessary list operations
    9.1.0478: potential deref of NULL pointer in fuzzy_match_str_with_pos
    9.1.0477: block_editing errors out when using <enter>
    9.1.0476: Cannot see matched text in popup menu
    9.1.0475: cmod_split modifier is always reset in term_start()
    9.1.0474: CI: Test_ColonEight() fails on github runners
    9.1.0473: term_start() does not clear vertical modifier
    9.1.0472: Inconsistencies between functions for option flags
    9.1.0471: Crash when using autocmd_get() after removing event inside autocmd
    9.1.0470: tests: Test_ColonEight_MultiByte() fails sporadically
    9.1.0469: Cannot have buffer-local value for 'completeopt'
    9.1.0468: GvimExt does not consult HKEY_CURRENT_USER
    9.1.0467: typos in some comments
    9.1.0466: Missing comments for fuzzy completion
    9.1.0465: missing filecopy() function
    9.1.0464: no whitespace padding in commentstring option in ftplugins
    9.1.0463: no fuzzy-matching support for insert-completion
    9.1.0462: eval5() and eval7 are too complex
    9.1.0461: too many strlen() calls in drawline.c
    9.1.0460: filetype: lintstagedrc files are not recognized
    9.1.0459: Vim9: import autoload does not work with symlink
    9.1.0458: Coverity complains about division by zero
    9.1.0457: tests: test_gui fails on Wayland
    9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0
    9.1.0455: MS-Windows: compiler warning for size_t to int conversion
    9.1.0454: minor issues in test_filetype with rasi test
    9.1.0453: filetype: rasi files are not recognized
    9.1.0452: Configure checks for libelf unnecessarily
    9.1.0451: No test for escaping '<' with shellescape()
    9.1.0450: evalc. code too complex
    9.1.0449: MS-Windows: Compiler warnings
    9.1.0448: compiler warning in eval.c
    9.1.0447: completion may be wrong when deleting all chars
    9.1.0446: getregionpos() inconsistent for partly-selected multibyte char
    9.1.0445: Coverity warning after 9.1.0440
    9.1.0444: Not enough tests for getregion() with multibyte chars
    9.1.0443: Can't use blockwise selection with width for getregion()
    9.1.0442: hare runtime files outdated
    9.1.0441: getregionpos() can't properly indicate positions beyond eol
    9.1.0440: function get_lval() is too long
    9.1.0439: Cannot filter the history
    9.1.0438: Wrong Ex command executed when :g uses '?' as delimiter
    9.1.0437: Motif requires non-const char pointer for XPM  data
    9.1.0436: Crash when using '?' as separator for :s
    9.1.0435: filetype: cygport files are not recognized
    9.1.0434: make errors trying to access autoload/zig
    9.1.0433: Wrong yanking with exclusive selection and ve=all
    9.1.0432: Ancient XPM preprocessor hack may cause build errors
    9.1.0431: eval.c is too long
    9.1.0430: getregionpos() doesn't handle one char selection
    9.1.0429: Coverity complains about eval.c refactor
    9.1.0428: Tag guessing leaves wrong search history with very short names
    9.1.0427: tests: some issues with termdebug mapping test
    9.1.0426: too many strlen() calls in search.c
    9.1.0425: filetype: purescript files are not recognized
    9.1.0424: filetype: slint files are not recognized
    9.1.0423: getregionpos() wrong with blockwise mode and multibyte
    9.1.0422: function echo_string_core() is too long
    9.1.0421: filetype: hyprlang files are not recognized
    9.1.0420: :browse oldfiles prompts even with single entry
    9.1.0419: eval.c not sufficiently tested
    9.1.0418: Cannot move to previous/next rare word
    9.1.0417: if_py: find_module has been removed in Python 3.12.0a7
    9.1.0416: some screen dump tests can be improved
    9.1.0415: Some functions are not tested
    9.1.0414: Unable to leave long line with 'smoothscroll' and 'scrolloff'
    9.1.0413: smoothscroll may cause infinite loop
    9.1.0412: typo in regexp_bt.c in DEBUG code
    9.1.0411: too long functions in eval.c
    9.1.0410: warning about uninitialized variable
    9.1.0409: too many strlen() calls in the regexp engine
    9.1.0408: configure fails on Fedora when including perl
    9.1.0407: Stuck with long line and half-page scrolling
    9.1.0406: Divide by zero with getmousepos() and 'smoothscroll'
    9.1.0405: tests: xxd buffer overflow fails on 32-bit
    9.1.0404: [security] xxd: buffer-overflow with specific flags
    9.1.0403: Vim9: not able to import file from start dir
    9.1.0402: filetype: mdd files detected as zsh filetype
    9.1.0401: filetype: zsh module files are not recognized
    9.1.0400: Vim9: confusing error message for unknown type
    9.1.0399: block_editing errors out when using del
    9.1.0398: Vim9: imported vars are not properly type checked
    9.1.0397: Wrong display with 'smoothscroll' when changing quickfix list
    9.1.0396: filetype: jj files are not recognized
    9.1.0395: getregionpos() may leak memory on error
    9.1.0394: Cannot get a list of positions describing a region
    9.1.0393: 'viewdir' not respecting $XDG_CONFIG_HOME
    9.1.0392: tests: Vim9 debug tests may be flaky
    9.1.0391: Vim9: could improve testing
    9.1.0390: filetype: inko files are not recognized
    9.1.0389: filetype: templ files are not recognized
    9.1.0388: cursor() and getregion() don't handle v:maxcol well
    9.1.0387: Vim9: null value tests not sufficient
    9.1.0386: filetype: stylus files not recognized
    9.1.0385: Vim9: crash with null_class and null_object
    9.1.0384: tests: vt420 terminfo entry may not be found
    9.1.0383: filetype: .out files recognized as tex files
    9.1.0382: filetype: Kbuild files are not recognized
    9.1.0381: cbuffer and similar commands don't accept a range
    9.1.0380: Calculating line height for unnecessary amount of lines
    9.1.0379: There are a few typos
    9.1.0378: Vim9: no comments allowed after class vars
    9.1.0377: Formatting text wrong when 'breakindent' is set
    9.1.0376: Vim9: Trailing commands after class/enum keywords ignored
    9.1.0375: tests: 1-second delay after Test_BufEnter_botline()
    9.1.0374: wrong botline in BufEnter
    9.1.0373: ops.c code uses too many strlen() calls
    9.1.0372: Calling CLEAR_FIELD() on the same struct twice
    9.1.0371: Vim9: compile_def_function() still too long
    9.1.0370: MS-Windows: patch number is zero in installer
    9.1.0369: Vim9: problem when importing autoloaded scripts
    9.1.0368: MS-Windows: Hard to define the Vim Patchlevel with leading zeroes
    9.1.0367: compile_def_function is too long
    9.1.0366: filetype: ondir files are not recognized
    9.1.0365: Crash when typing many keys with D- modifier
    9.1.0364: tests: test_vim9_builtin is a bit slow
    9.1.0363: tests: test_winfixbuf is a bit slow
    9.1.0362: expanding rc config files does not work well
    9.1.0361: Vim9: vim9type.c is too complicated
    9.1.0360: Vim9: does not handle autoloaded variables well
    9.1.0359: MS-Windows: relative import in a script sourced from a buffer doesn't work
    9.1.0358: wrong drawing in GUI with setcellwidth()
    9.1.0357: Page scrolling should place cursor at window boundaries
    9.1.0356: MS-Windows: --remote may change working directory
    9.1.0355: filetype: flake.lock files are not recognized
    9.1.0354: runtime(uci): No support for uci file types
    9.1.0353: tests: Test_autoload_import_relative_compiled fails on Windows
    9.1.0352: Finding cmd modifiers and cmdline-specials is inefficient
    9.1.0351: No test that completing a partial mapping clears 'showcmd'
    9.1.0350: tests: test_vim9_dissamble may fail
    9.1.0349: Vim9: need static type for typealias
    9.1.0348: X11 does not ignore smooth scroll event
    9.1.0347: A few typos in test_xdg when testing gvimrc
    9.1.0346: Patch v9.1.0338 fixed sourcing a script with import
    9.1.0345: Problem: gvimrc not sourced from XDG_CONFIG_HOME
    9.1.0344: Cursor wrong after using setcellwidth() in terminal
    9.1.0343: 'showcmd' wrong for partial mapping with multibyte
    9.1.0342: tests: test_taglist fails when 'helplang' contains non-english
    9.1.0341: Problem: a few memory leaks are found
    9.1.0340: Problem: Error with matchaddpos() and empty list
    9.1.0339: tests: xdg test uses screen dumps
    9.1.0338: Vim9: import through symlinks not correctly handled
    9.1.0337: Missing entry for XDG vimrc file in :version
    9.1.0336: tests: typo in test_xdg
    9.1.0335: String interpolation fails for List type
    9.1.0334: No test for highlight behavior with 'ambiwidth'
    9.1.0333: tests: test_xdg fails on the appimage repo
    9.1.0332: tests: some assert_equal() calls have wrong order of args
    9.1.0331: make install does not install all files

------------------------------------------------------------------
------------------  2025-8-17  -  Aug 17 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ata: libata-scsi: Fix CDL control (git-fixes).
  - commit c04f51b

++++ kernel-rt:

  - ata: libata-scsi: Fix CDL control (git-fixes).
  - commit c04f51b

++++ kernel-rt_debug:

  - ata: libata-scsi: Fix CDL control (git-fixes).
  - commit c04f51b

------------------------------------------------------------------
------------------  2025-8-16  -  Aug 16 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/amdgpu: fix incorrect vm flags to map bo (git-fixes).
  - ALSA: usb-audio: Validate UAC3 cluster segment descriptors
    (git-fixes).
  - ALSA: usb-audio: Validate UAC3 power domain descriptors, too
    (git-fixes).
  - gpio: mlxbf3: use platform_get_irq_optional() (git-fixes).
  - Revert "gpio: mlxbf3: only get IRQ for device instance 0"
    (git-fixes).
  - soc/tegra: pmc: Ensure power-domains are in a known state
    (git-fixes).
  - phy: mscc: Fix parsing of unicast frames (git-fixes).
  - ALSA: scarlett2: Add retry on -EPROTO from scarlett2_usb_tx()
    (git-fixes).
  - selftests: rtnetlink.sh: remove esp4_offload after test
    (git-fixes).
  - Bluetooth: btusb: Add USB ID 3625:010b for TP-LINK Archer
    TX10UB Nano (stable-fixes).
  - kselftest/arm64: Fix check for setting new VLs in sve-ptrace
    (git-fixes).
  - selftests: Fix errno checking in syscall_user_dispatch test
    (git-fixes).
  - selftests/tracing: Fix false failure of subsystem event test
    (git-fixes).
  - USB: serial: option: add Foxconn T99W709 (stable-fixes).
  - ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx
    (stable-fixes).
  - ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxx
    (stable-fixes).
  - ASoC: Intel: fix SND_SOC_SOF dependencies (stable-fixes).
  - ASoC: amd: yc: add DMI quirk for ASUS M6501RM (stable-fixes).
  - commit 19adc9d

++++ kernel-rt:

  - drm/amdgpu: fix incorrect vm flags to map bo (git-fixes).
  - ALSA: usb-audio: Validate UAC3 cluster segment descriptors
    (git-fixes).
  - ALSA: usb-audio: Validate UAC3 power domain descriptors, too
    (git-fixes).
  - gpio: mlxbf3: use platform_get_irq_optional() (git-fixes).
  - Revert "gpio: mlxbf3: only get IRQ for device instance 0"
    (git-fixes).
  - soc/tegra: pmc: Ensure power-domains are in a known state
    (git-fixes).
  - phy: mscc: Fix parsing of unicast frames (git-fixes).
  - ALSA: scarlett2: Add retry on -EPROTO from scarlett2_usb_tx()
    (git-fixes).
  - selftests: rtnetlink.sh: remove esp4_offload after test
    (git-fixes).
  - Bluetooth: btusb: Add USB ID 3625:010b for TP-LINK Archer
    TX10UB Nano (stable-fixes).
  - kselftest/arm64: Fix check for setting new VLs in sve-ptrace
    (git-fixes).
  - selftests: Fix errno checking in syscall_user_dispatch test
    (git-fixes).
  - selftests/tracing: Fix false failure of subsystem event test
    (git-fixes).
  - USB: serial: option: add Foxconn T99W709 (stable-fixes).
  - ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx
    (stable-fixes).
  - ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxx
    (stable-fixes).
  - ASoC: Intel: fix SND_SOC_SOF dependencies (stable-fixes).
  - ASoC: amd: yc: add DMI quirk for ASUS M6501RM (stable-fixes).
  - commit 19adc9d

++++ kernel-rt_debug:

  - drm/amdgpu: fix incorrect vm flags to map bo (git-fixes).
  - ALSA: usb-audio: Validate UAC3 cluster segment descriptors
    (git-fixes).
  - ALSA: usb-audio: Validate UAC3 power domain descriptors, too
    (git-fixes).
  - gpio: mlxbf3: use platform_get_irq_optional() (git-fixes).
  - Revert "gpio: mlxbf3: only get IRQ for device instance 0"
    (git-fixes).
  - soc/tegra: pmc: Ensure power-domains are in a known state
    (git-fixes).
  - phy: mscc: Fix parsing of unicast frames (git-fixes).
  - ALSA: scarlett2: Add retry on -EPROTO from scarlett2_usb_tx()
    (git-fixes).
  - selftests: rtnetlink.sh: remove esp4_offload after test
    (git-fixes).
  - Bluetooth: btusb: Add USB ID 3625:010b for TP-LINK Archer
    TX10UB Nano (stable-fixes).
  - kselftest/arm64: Fix check for setting new VLs in sve-ptrace
    (git-fixes).
  - selftests: Fix errno checking in syscall_user_dispatch test
    (git-fixes).
  - selftests/tracing: Fix false failure of subsystem event test
    (git-fixes).
  - USB: serial: option: add Foxconn T99W709 (stable-fixes).
  - ASoC: amd: yc: Add DMI quirk for HP Laptop 17 cp-2033dx
    (stable-fixes).
  - ASoC: amd: yc: Add DMI entries to support HP 15-fb1xxx
    (stable-fixes).
  - ASoC: Intel: fix SND_SOC_SOF dependencies (stable-fixes).
  - ASoC: amd: yc: add DMI quirk for ASUS M6501RM (stable-fixes).
  - commit 19adc9d

------------------------------------------------------------------
------------------  2025-8-15  -  Aug 15 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix exclude list for live image builds
    When specifying a filesystem attribute for a live image build,
    the rootfs gets build directly into this filesystem instead of
    being a squashfs wraped ext4 which is the default layout for
    compatibility reasons. In this direct filesystem mode the
    exclude list was not passed along to the filesystem creation
    and causes unwanted metadata to be part of the final image.
    This Fixes #2873

++++ kernel-default:

  - net: usb: asix_devices: add phy_mask for ax88772 mdio bus
    (git-fixes).
  - commit 206e9eb
  - ACPI: processor: perflib: Move problematic pr->performance check
    (git-fixes).
  - commit 742e4e7

++++ kernel-rt:

  - net: usb: asix_devices: add phy_mask for ax88772 mdio bus
    (git-fixes).
  - commit 206e9eb
  - ACPI: processor: perflib: Move problematic pr->performance check
    (git-fixes).
  - commit 742e4e7

++++ kernel-rt_debug:

  - net: usb: asix_devices: add phy_mask for ax88772 mdio bus
    (git-fixes).
  - commit 206e9eb
  - ACPI: processor: perflib: Move problematic pr->performance check
    (git-fixes).
  - commit 742e4e7

------------------------------------------------------------------
------------------  2025-8-14  -  Aug 14 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - btrfs: fix the length of reserved qgroup to free (bsc#1240708)
  - commit e3e4e05
  - btrfs: fix qgroup reserve leaks in cow_file_range (CVE-2024-46733 bsc#1230708)
  - commit 20ff141
  - Move pesign-obs-integration requirement from kernel-syms to kernel devel
    subpackage (bsc#1248108).
  - commit e707e41
  - mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd() (git-fixes)
  - commit bf13671
  - arm64: dts: imx8mm-venice-gw7904: Increase HS400 USDHC clock speed (git-fixes)
  - commit 246a69b
  - arm64: dts: imx8mm-venice-gw7903: Increase HS400 USDHC clock speed (git-fixes)
  - commit 4fac981
  - arm64: dts: imx8mn-venice-gw7902: Increase HS400 USDHC clock speed (git-fixes)
  - commit 9beeb6d
  - arm64: dts: imx8mm-venice-gw7902: Increase HS400 USDHC clock speed (git-fixes)
  - commit 173d0a1
  - PCI: rockchip: Set Target Link Speed to 5.0 GT/s before
    retraining (git-fixes).
  - PCI: rockchip: Use standard PCIe definitions (git-fixes).
  - PCI: imx6: Delay link start until configfs 'start' written
    (git-fixes).
  - PCI: imx6: Remove apps_reset toggling from
    imx_pcie_{assert/deassert}_core_reset (git-fixes).
  - PCI: imx6: Add IMX8MM_EP and IMX8MP_EP fixed 256-byte BAR 4
    in epc_features (git-fixes).
  - PCI/portdrv: Use is_pciehp instead of is_hotplug_bridge
    (git-fixes).
  - PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports
    (git-fixes).
  - kABI: PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug
    Capable ports (git-fixes).
  - PCI: Support Immediate Readiness on devices without PM
    capabilities (git-fixes).
  - PCI: apple: Fix missing OF node reference in
    apple_pcie_setup_port (git-fixes).
  - PCI: Add ACS quirk for Loongson PCIe (git-fixes).
  - commit e24dcd6
  - arm64: dts: imx8mm-venice-gw7901: Increase HS400 USDHC clock speed (git-fixes)
  - commit 271991a
  - arm64: dts: imx8mm-venice-gw700x: Increase HS400 USDHC clock speed (git-fixes)
  - commit b77d1e0
  - arm64: dts: imx8mn-beacon: Fix HS400 USDHC clock speed (git-fixes)
  - commit 3cbe1cf
  - arm64: dts: imx8mm-beacon: Fix HS400 USDHC clock speed (git-fixes)
  - commit 6d0adbc
  - arm64: dts: rockchip: fix endpoint dtc warning for PX30 ISP (git-fixes)
  - commit d8b8e5c
  - arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack() (git-fixes)
  - commit 81dc70d
  - arm64: dts: freescale: imx8mm-verdin: Keep LDO5 always on (git-fixes)
  - commit a30082d
  - arm64: Filter out SME hwcaps when FEAT_SME isn't implemented (git-fixes)
  - commit d67b39d
  - arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename (git-fixes)
  - commit 3ecd022
  - arm64: Restrict pagetable teardown to avoid false warning (git-fixes)
  - commit c34ecbe
  - arm64: dts: rockchip: Update eMMC for NanoPi R5 series (git-fixes)
  - commit b37cb41
  - arm64: dts: imx8mp-beacon: Fix RTC capacitive load (git-fixes)
  - commit 32c56dd
  - arm64: dts: imx8mn-beacon: Fix RTC capacitive load (git-fixes)
  - commit ee84ff9
  - arm64: dts: imx8mm-beacon: Fix RTC capacitive load (git-fixes)
  - commit 7b505c9
  - arm64: tegra: Drop remaining serial clock-names and reset-names (git-fixes)
  - commit 2981841
  - arm64: Add support for HIP09 Spectre-BHB mitigation (git-fixes)
  - commit 4ad8521
  - arm64: zynqmp: add clock-output-names property in clock nodes (git-fixes)
  - commit ba1bbf1
  - arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator (git-fixes)
  - commit 356d85f
  - arm64/mm: Check PUD_TYPE_TABLE in pud_bad() (git-fixes)
  - commit 1ad9e93
  - arm64/cpufeatures/kvm: Add ARMv8.9 FEAT_ECBHB bits in ID_AA64MMFR1 (git-fixes)
  - commit 54de7d8
  - serial: 8250: fix panic due to PSLVERR (git-fixes).
  - commit c91d52e
  - drm/amd/display: Add more checks for DSC / HUBP ONO guarantees (bsc#1247078 CVE-2025-38360)
  - commit 9101a0c

++++ kernel-rt:

  - btrfs: fix the length of reserved qgroup to free (bsc#1240708)
  - commit e3e4e05
  - btrfs: fix qgroup reserve leaks in cow_file_range (CVE-2024-46733 bsc#1230708)
  - commit 20ff141
  - Move pesign-obs-integration requirement from kernel-syms to kernel devel
    subpackage (bsc#1248108).
  - commit e707e41
  - mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd() (git-fixes)
  - commit bf13671
  - arm64: dts: imx8mm-venice-gw7904: Increase HS400 USDHC clock speed (git-fixes)
  - commit 246a69b
  - arm64: dts: imx8mm-venice-gw7903: Increase HS400 USDHC clock speed (git-fixes)
  - commit 4fac981
  - arm64: dts: imx8mn-venice-gw7902: Increase HS400 USDHC clock speed (git-fixes)
  - commit 9beeb6d
  - arm64: dts: imx8mm-venice-gw7902: Increase HS400 USDHC clock speed (git-fixes)
  - commit 173d0a1
  - PCI: rockchip: Set Target Link Speed to 5.0 GT/s before
    retraining (git-fixes).
  - PCI: rockchip: Use standard PCIe definitions (git-fixes).
  - PCI: imx6: Delay link start until configfs 'start' written
    (git-fixes).
  - PCI: imx6: Remove apps_reset toggling from
    imx_pcie_{assert/deassert}_core_reset (git-fixes).
  - PCI: imx6: Add IMX8MM_EP and IMX8MP_EP fixed 256-byte BAR 4
    in epc_features (git-fixes).
  - PCI/portdrv: Use is_pciehp instead of is_hotplug_bridge
    (git-fixes).
  - PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports
    (git-fixes).
  - kABI: PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug
    Capable ports (git-fixes).
  - PCI: Support Immediate Readiness on devices without PM
    capabilities (git-fixes).
  - PCI: apple: Fix missing OF node reference in
    apple_pcie_setup_port (git-fixes).
  - PCI: Add ACS quirk for Loongson PCIe (git-fixes).
  - commit e24dcd6
  - arm64: dts: imx8mm-venice-gw7901: Increase HS400 USDHC clock speed (git-fixes)
  - commit 271991a
  - arm64: dts: imx8mm-venice-gw700x: Increase HS400 USDHC clock speed (git-fixes)
  - commit b77d1e0
  - arm64: dts: imx8mn-beacon: Fix HS400 USDHC clock speed (git-fixes)
  - commit 3cbe1cf
  - arm64: dts: imx8mm-beacon: Fix HS400 USDHC clock speed (git-fixes)
  - commit 6d0adbc
  - arm64: dts: rockchip: fix endpoint dtc warning for PX30 ISP (git-fixes)
  - commit d8b8e5c
  - arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack() (git-fixes)
  - commit 81dc70d
  - arm64: dts: freescale: imx8mm-verdin: Keep LDO5 always on (git-fixes)
  - commit a30082d
  - arm64: Filter out SME hwcaps when FEAT_SME isn't implemented (git-fixes)
  - commit d67b39d
  - arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename (git-fixes)
  - commit 3ecd022
  - arm64: Restrict pagetable teardown to avoid false warning (git-fixes)
  - commit c34ecbe
  - arm64: dts: rockchip: Update eMMC for NanoPi R5 series (git-fixes)
  - commit b37cb41
  - arm64: dts: imx8mp-beacon: Fix RTC capacitive load (git-fixes)
  - commit 32c56dd
  - arm64: dts: imx8mn-beacon: Fix RTC capacitive load (git-fixes)
  - commit ee84ff9
  - arm64: dts: imx8mm-beacon: Fix RTC capacitive load (git-fixes)
  - commit 7b505c9
  - arm64: tegra: Drop remaining serial clock-names and reset-names (git-fixes)
  - commit 2981841
  - arm64: Add support for HIP09 Spectre-BHB mitigation (git-fixes)
  - commit 4ad8521
  - arm64: zynqmp: add clock-output-names property in clock nodes (git-fixes)
  - commit ba1bbf1
  - arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator (git-fixes)
  - commit 356d85f
  - arm64/mm: Check PUD_TYPE_TABLE in pud_bad() (git-fixes)
  - commit 1ad9e93
  - arm64/cpufeatures/kvm: Add ARMv8.9 FEAT_ECBHB bits in ID_AA64MMFR1 (git-fixes)
  - commit 54de7d8
  - serial: 8250: fix panic due to PSLVERR (git-fixes).
  - commit c91d52e
  - drm/amd/display: Add more checks for DSC / HUBP ONO guarantees (bsc#1247078 CVE-2025-38360)
  - commit 9101a0c

++++ kernel-rt_debug:

  - btrfs: fix the length of reserved qgroup to free (bsc#1240708)
  - commit e3e4e05
  - btrfs: fix qgroup reserve leaks in cow_file_range (CVE-2024-46733 bsc#1230708)
  - commit 20ff141
  - Move pesign-obs-integration requirement from kernel-syms to kernel devel
    subpackage (bsc#1248108).
  - commit e707e41
  - mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd() (git-fixes)
  - commit bf13671
  - arm64: dts: imx8mm-venice-gw7904: Increase HS400 USDHC clock speed (git-fixes)
  - commit 246a69b
  - arm64: dts: imx8mm-venice-gw7903: Increase HS400 USDHC clock speed (git-fixes)
  - commit 4fac981
  - arm64: dts: imx8mn-venice-gw7902: Increase HS400 USDHC clock speed (git-fixes)
  - commit 9beeb6d
  - arm64: dts: imx8mm-venice-gw7902: Increase HS400 USDHC clock speed (git-fixes)
  - commit 173d0a1
  - PCI: rockchip: Set Target Link Speed to 5.0 GT/s before
    retraining (git-fixes).
  - PCI: rockchip: Use standard PCIe definitions (git-fixes).
  - PCI: imx6: Delay link start until configfs 'start' written
    (git-fixes).
  - PCI: imx6: Remove apps_reset toggling from
    imx_pcie_{assert/deassert}_core_reset (git-fixes).
  - PCI: imx6: Add IMX8MM_EP and IMX8MP_EP fixed 256-byte BAR 4
    in epc_features (git-fixes).
  - PCI/portdrv: Use is_pciehp instead of is_hotplug_bridge
    (git-fixes).
  - PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports
    (git-fixes).
  - kABI: PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug
    Capable ports (git-fixes).
  - PCI: Support Immediate Readiness on devices without PM
    capabilities (git-fixes).
  - PCI: apple: Fix missing OF node reference in
    apple_pcie_setup_port (git-fixes).
  - PCI: Add ACS quirk for Loongson PCIe (git-fixes).
  - commit e24dcd6
  - arm64: dts: imx8mm-venice-gw7901: Increase HS400 USDHC clock speed (git-fixes)
  - commit 271991a
  - arm64: dts: imx8mm-venice-gw700x: Increase HS400 USDHC clock speed (git-fixes)
  - commit b77d1e0
  - arm64: dts: imx8mn-beacon: Fix HS400 USDHC clock speed (git-fixes)
  - commit 3cbe1cf
  - arm64: dts: imx8mm-beacon: Fix HS400 USDHC clock speed (git-fixes)
  - commit 6d0adbc
  - arm64: dts: rockchip: fix endpoint dtc warning for PX30 ISP (git-fixes)
  - commit d8b8e5c
  - arm64/entry: Mask DAIF in cpu_switch_to(), call_on_irq_stack() (git-fixes)
  - commit 81dc70d
  - arm64: dts: freescale: imx8mm-verdin: Keep LDO5 always on (git-fixes)
  - commit a30082d
  - arm64: Filter out SME hwcaps when FEAT_SME isn't implemented (git-fixes)
  - commit d67b39d
  - arm64: dts: apple: t8103: Fix PCIe BCM4377 nodename (git-fixes)
  - commit 3ecd022
  - arm64: Restrict pagetable teardown to avoid false warning (git-fixes)
  - commit c34ecbe
  - arm64: dts: rockchip: Update eMMC for NanoPi R5 series (git-fixes)
  - commit b37cb41
  - arm64: dts: imx8mp-beacon: Fix RTC capacitive load (git-fixes)
  - commit 32c56dd
  - arm64: dts: imx8mn-beacon: Fix RTC capacitive load (git-fixes)
  - commit ee84ff9
  - arm64: dts: imx8mm-beacon: Fix RTC capacitive load (git-fixes)
  - commit 7b505c9
  - arm64: tegra: Drop remaining serial clock-names and reset-names (git-fixes)
  - commit 2981841
  - arm64: Add support for HIP09 Spectre-BHB mitigation (git-fixes)
  - commit 4ad8521
  - arm64: zynqmp: add clock-output-names property in clock nodes (git-fixes)
  - commit ba1bbf1
  - arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator (git-fixes)
  - commit 356d85f
  - arm64/mm: Check PUD_TYPE_TABLE in pud_bad() (git-fixes)
  - commit 1ad9e93
  - arm64/cpufeatures/kvm: Add ARMv8.9 FEAT_ECBHB bits in ID_AA64MMFR1 (git-fixes)
  - commit 54de7d8
  - serial: 8250: fix panic due to PSLVERR (git-fixes).
  - commit c91d52e
  - drm/amd/display: Add more checks for DSC / HUBP ONO guarantees (bsc#1247078 CVE-2025-38360)
  - commit 9101a0c

++++ nvidia-open-driver-G06-signed:

  - make sure Requires to nvidia packages are not added for SLE16

------------------------------------------------------------------
------------------  2025-8-13  -  Aug 13 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net: libwx: remove duplicate page_pool_put_full_page()
    (CVE-2025-38490 bsc#1247243).
  - commit f305524

++++ kernel-rt:

  - net: libwx: remove duplicate page_pool_put_full_page()
    (CVE-2025-38490 bsc#1247243).
  - commit f305524

++++ kernel-rt_debug:

  - net: libwx: remove duplicate page_pool_put_full_page()
    (CVE-2025-38490 bsc#1247243).
  - commit f305524

++++ podman:

  - Add patch for CVE-2025-6032 (bsc#1245320):
    * 0003-CVE-2025-6032-machine-init-fix-tls-check.patch

------------------------------------------------------------------
------------------  2025-8-12  -  Aug 12 2025  -------------------
------------------------------------------------------------------

++++ aide:

  - Security update:
    * null pointer dereference after reading incorrectly encoded xattr
    attributes from database (local DoS) (bsc#1247885, CVE-2025-54409).
    Add: aide-0.18_cve-2025-54409_xattr.patch
    * improper output neutralization (potential AIDE detection bypass)
    (bsc#1247884, CVE-2025-54389).
    Add: aide-0.18_cve-2025-54389_control_chars.patch

++++ dracut:

  - Update to version 059+suse.639.g19f24feb:
    * fix(dracut-util): crash if CMDLINE ends with quotation mark (bsc#1247819)

++++ kernel-default:

  - sunrpc: fix handling of server side tls alerts (git-fixes).
  - commit 40fb7b3

++++ kernel-rt:

  - sunrpc: fix handling of server side tls alerts (git-fixes).
  - commit 40fb7b3

++++ kernel-rt_debug:

  - sunrpc: fix handling of server side tls alerts (git-fixes).
  - commit 40fb7b3

------------------------------------------------------------------
------------------  2025-8-11  -  Aug 11 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix test-image-custom-partitions integration test
    Same fix as for the Tumbleweed test now also applied
    to the Leap test. Patching of the new root device did
    no longer apply
  - Fix test-image-custom-partitions integration test
    Patching of the new root device did no longer apply
  - Bump version: 10.2.31 → 10.2.32
  - fix: resize for raid device, ensure vars like kiwi_RaidDev are loaded before setting disk variable

++++ kernel-default:

  - cifs: Fix buffer overflow when parsing NFS reparse points
    (CVE-2024-49996 bsc#1232089).
  - commit 50adb2e
  - smb: client: fix parsing of device numbers (git-fixes).
  - commit 45992a6
  - ice, irdma: fix an off by one in error handling code
    (bsc#1247712).
  - irdma: free iwdev->rf after removing MSI-X (bsc#1247712).
  - ice: Fix signedness bug in ice_init_interrupt_scheme()
    (bsc#1247712).
  - commit 46ad237
  - ice: init flow director before RDMA (bsc#1247712).
  - ice: simplify VF MSI-X managing (bsc#1247712).
  - ice: enable_rdma devlink param (bsc#1247712).
  - ice: treat dyn_allowed only as suggestion (bsc#1247712).
  - ice, irdma: move interrupts code to irdma (bsc#1247712).
  - ice: get rid of num_lan_msix field (bsc#1247712).
  - ice: remove splitting MSI-X between features (bsc#1247712).
  - ice: devlink PF MSI-X max and min parameter (bsc#1247712).
  - ice: count combined queues using Rx/Tx count (bsc#1247712).
  - commit 383df22
  - smb3: move server check earlier when setting channel sequence
    number (git-fixes).
  - commit df2adca
  - ring-buffer: Do not allow events in NMI with generic atomic64
    cmpxchg() (git-fixes).
  - commit 890fc59
  - module: Restore the moduleparam prefix length check (git-fixes).
  - commit ad2fc48
  - module: Remove unnecessary +1 from last_unloaded_module::name
    size (git-fixes).
  - commit 3efc8ab
  - audit,module: restore audit logging in load failure case
    (git-fixes).
  - kABI: Fix the module::name type in audit_context (git-fixes).
  - commit 7e23359
  - module: Fix memory deallocation on error path in move_module()
    (git-fixes).
  - commit bb37d39
  - SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
    (git-fixes).
  - Refresh
    patches.suse/smb-client-fix-use-after-free-of-signing-key.patch.
  - commit ee8ada8
  - smb: client: fix potential deadlock when reconnecting channels
    (bsc#1246183, CVE-2025-38244).
  - commit fcf601a
  - cifs: reconnect helper should set reconnect for the right
    channel (git-fixes).
  - commit ae3173e
  - [SMB3] send channel sequence number in SMB3 requests after
    reconnects (git-fixes).
  - commit baa81e9
  - net: mana: Add debug logs in MANA network driver (bsc#1246212).
  - Refresh
    patches.suse/msft-hv-3280-net-mana-Add-support-for-Multi-Vports-on-Bare-metal.patch.
  - commit 1b4ad82
  - netlink: avoid infinite retry looping in netlink_unicast()
    (CVE-2025-38465 bsc#1247118).
  - net: mana: Set tx_packets to post gso processing packet count
    (bsc#1245731).
  - net: mana: Allocate MSI-X vectors dynamically (bsc#1245457).
  - net: mana: Allow irq_setup() to skip cpus for affinity
    (bsc#1245457).
  - net: mana: explain irq_setup() algorithm (bsc#1245457).
  - PCI: hv: Allow dynamic MSI-X vector allocation (bsc#1245457).
  - PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X
    allocations (bsc#1245457).
  - net: mana: Add handler for hardware servicing events
    (bsc#1245730).
  - net: mana: Expose additional hardware counters for drop and
    TC via ethtool (bsc#1245729).
  - hv_netvsc: Use VF's tso_max_size value when data path is VF
    (bsc#1246203).
  - net: mana: Allow tso_max_size to go up-to GSO_MAX_SIZE
    (bsc#1246203).
  - commit bdd7f41
  - NFS: Fix wakeup of __nfs_lookup_revalidate() in
    unblock_revalidate() (git-fixes).
  - commit 80e576f
  - sched: Add test_and_clear_wake_up_bit() and
    atomic_dec_and_wake_up() (git-fixes).
  - commit 3754627
  - drm/amdgpu: Add basic validation for RAS header (bsc#1247252 CVE-2025-38426)
  - commit 5d23e74
  - NFS: Fix the setting of capabilities when automounting a new
    filesystem (git-fixes).
  - commit fabe208
  - sunrpc: fix client side handling of tls alerts (git-fixes).
  - commit 4c093f3
  - NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY
    (git-fixes).
  - commit fd58755
  - NFSv4.2: another fix for listxattr (git-fixes).
  - commit 5a2e576
  - NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()
    (git-fixes).
  - commit 094541e
  - pNFS/flexfiles: don't attempt pnfs on fatal DS errors
    (git-fixes).
  - commit ec1d884
  - gpio: mlxbf2: use platform_get_irq_optional() (git-fixes).
  - ALSA: hda/ca0132: Fix missing error handling in
    ca0132_alt_select_out() (git-fixes).
  - ALSA: intel_hdmi: Fix off-by-one error in
    __hdmi_lpe_audio_probe() (git-fixes).
  - commit 1750f05

++++ kernel-rt:

  - cifs: Fix buffer overflow when parsing NFS reparse points
    (CVE-2024-49996 bsc#1232089).
  - commit 50adb2e
  - smb: client: fix parsing of device numbers (git-fixes).
  - commit 45992a6
  - ice, irdma: fix an off by one in error handling code
    (bsc#1247712).
  - irdma: free iwdev->rf after removing MSI-X (bsc#1247712).
  - ice: Fix signedness bug in ice_init_interrupt_scheme()
    (bsc#1247712).
  - commit 46ad237
  - ice: init flow director before RDMA (bsc#1247712).
  - ice: simplify VF MSI-X managing (bsc#1247712).
  - ice: enable_rdma devlink param (bsc#1247712).
  - ice: treat dyn_allowed only as suggestion (bsc#1247712).
  - ice, irdma: move interrupts code to irdma (bsc#1247712).
  - ice: get rid of num_lan_msix field (bsc#1247712).
  - ice: remove splitting MSI-X between features (bsc#1247712).
  - ice: devlink PF MSI-X max and min parameter (bsc#1247712).
  - ice: count combined queues using Rx/Tx count (bsc#1247712).
  - commit 383df22
  - smb3: move server check earlier when setting channel sequence
    number (git-fixes).
  - commit df2adca
  - ring-buffer: Do not allow events in NMI with generic atomic64
    cmpxchg() (git-fixes).
  - commit 890fc59
  - module: Restore the moduleparam prefix length check (git-fixes).
  - commit ad2fc48
  - module: Remove unnecessary +1 from last_unloaded_module::name
    size (git-fixes).
  - commit 3efc8ab
  - audit,module: restore audit logging in load failure case
    (git-fixes).
  - kABI: Fix the module::name type in audit_context (git-fixes).
  - commit 7e23359
  - module: Fix memory deallocation on error path in move_module()
    (git-fixes).
  - commit bb37d39
  - SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
    (git-fixes).
  - Refresh
    patches.suse/smb-client-fix-use-after-free-of-signing-key.patch.
  - commit ee8ada8
  - smb: client: fix potential deadlock when reconnecting channels
    (bsc#1246183, CVE-2025-38244).
  - commit fcf601a
  - cifs: reconnect helper should set reconnect for the right
    channel (git-fixes).
  - commit ae3173e
  - [SMB3] send channel sequence number in SMB3 requests after
    reconnects (git-fixes).
  - commit baa81e9
  - net: mana: Add debug logs in MANA network driver (bsc#1246212).
  - Refresh
    patches.suse/msft-hv-3280-net-mana-Add-support-for-Multi-Vports-on-Bare-metal.patch.
  - commit 1b4ad82
  - netlink: avoid infinite retry looping in netlink_unicast()
    (CVE-2025-38465 bsc#1247118).
  - net: mana: Set tx_packets to post gso processing packet count
    (bsc#1245731).
  - net: mana: Allocate MSI-X vectors dynamically (bsc#1245457).
  - net: mana: Allow irq_setup() to skip cpus for affinity
    (bsc#1245457).
  - net: mana: explain irq_setup() algorithm (bsc#1245457).
  - PCI: hv: Allow dynamic MSI-X vector allocation (bsc#1245457).
  - PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X
    allocations (bsc#1245457).
  - net: mana: Add handler for hardware servicing events
    (bsc#1245730).
  - net: mana: Expose additional hardware counters for drop and
    TC via ethtool (bsc#1245729).
  - hv_netvsc: Use VF's tso_max_size value when data path is VF
    (bsc#1246203).
  - net: mana: Allow tso_max_size to go up-to GSO_MAX_SIZE
    (bsc#1246203).
  - commit bdd7f41
  - NFS: Fix wakeup of __nfs_lookup_revalidate() in
    unblock_revalidate() (git-fixes).
  - commit 80e576f
  - sched: Add test_and_clear_wake_up_bit() and
    atomic_dec_and_wake_up() (git-fixes).
  - commit 3754627
  - drm/amdgpu: Add basic validation for RAS header (bsc#1247252 CVE-2025-38426)
  - commit 5d23e74
  - NFS: Fix the setting of capabilities when automounting a new
    filesystem (git-fixes).
  - commit fabe208
  - sunrpc: fix client side handling of tls alerts (git-fixes).
  - commit 4c093f3
  - NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY
    (git-fixes).
  - commit fd58755
  - NFSv4.2: another fix for listxattr (git-fixes).
  - commit 5a2e576
  - NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()
    (git-fixes).
  - commit 094541e
  - pNFS/flexfiles: don't attempt pnfs on fatal DS errors
    (git-fixes).
  - commit ec1d884
  - gpio: mlxbf2: use platform_get_irq_optional() (git-fixes).
  - ALSA: hda/ca0132: Fix missing error handling in
    ca0132_alt_select_out() (git-fixes).
  - ALSA: intel_hdmi: Fix off-by-one error in
    __hdmi_lpe_audio_probe() (git-fixes).
  - commit 1750f05

++++ kernel-rt_debug:

  - cifs: Fix buffer overflow when parsing NFS reparse points
    (CVE-2024-49996 bsc#1232089).
  - commit 50adb2e
  - smb: client: fix parsing of device numbers (git-fixes).
  - commit 45992a6
  - ice, irdma: fix an off by one in error handling code
    (bsc#1247712).
  - irdma: free iwdev->rf after removing MSI-X (bsc#1247712).
  - ice: Fix signedness bug in ice_init_interrupt_scheme()
    (bsc#1247712).
  - commit 46ad237
  - ice: init flow director before RDMA (bsc#1247712).
  - ice: simplify VF MSI-X managing (bsc#1247712).
  - ice: enable_rdma devlink param (bsc#1247712).
  - ice: treat dyn_allowed only as suggestion (bsc#1247712).
  - ice, irdma: move interrupts code to irdma (bsc#1247712).
  - ice: get rid of num_lan_msix field (bsc#1247712).
  - ice: remove splitting MSI-X between features (bsc#1247712).
  - ice: devlink PF MSI-X max and min parameter (bsc#1247712).
  - ice: count combined queues using Rx/Tx count (bsc#1247712).
  - commit 383df22
  - smb3: move server check earlier when setting channel sequence
    number (git-fixes).
  - commit df2adca
  - ring-buffer: Do not allow events in NMI with generic atomic64
    cmpxchg() (git-fixes).
  - commit 890fc59
  - module: Restore the moduleparam prefix length check (git-fixes).
  - commit ad2fc48
  - module: Remove unnecessary +1 from last_unloaded_module::name
    size (git-fixes).
  - commit 3efc8ab
  - audit,module: restore audit logging in load failure case
    (git-fixes).
  - kABI: Fix the module::name type in audit_context (git-fixes).
  - commit 7e23359
  - module: Fix memory deallocation on error path in move_module()
    (git-fixes).
  - commit bb37d39
  - SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
    (git-fixes).
  - Refresh
    patches.suse/smb-client-fix-use-after-free-of-signing-key.patch.
  - commit ee8ada8
  - smb: client: fix potential deadlock when reconnecting channels
    (bsc#1246183, CVE-2025-38244).
  - commit fcf601a
  - cifs: reconnect helper should set reconnect for the right
    channel (git-fixes).
  - commit ae3173e
  - [SMB3] send channel sequence number in SMB3 requests after
    reconnects (git-fixes).
  - commit baa81e9
  - net: mana: Add debug logs in MANA network driver (bsc#1246212).
  - Refresh
    patches.suse/msft-hv-3280-net-mana-Add-support-for-Multi-Vports-on-Bare-metal.patch.
  - commit 1b4ad82
  - netlink: avoid infinite retry looping in netlink_unicast()
    (CVE-2025-38465 bsc#1247118).
  - net: mana: Set tx_packets to post gso processing packet count
    (bsc#1245731).
  - net: mana: Allocate MSI-X vectors dynamically (bsc#1245457).
  - net: mana: Allow irq_setup() to skip cpus for affinity
    (bsc#1245457).
  - net: mana: explain irq_setup() algorithm (bsc#1245457).
  - PCI: hv: Allow dynamic MSI-X vector allocation (bsc#1245457).
  - PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X
    allocations (bsc#1245457).
  - net: mana: Add handler for hardware servicing events
    (bsc#1245730).
  - net: mana: Expose additional hardware counters for drop and
    TC via ethtool (bsc#1245729).
  - hv_netvsc: Use VF's tso_max_size value when data path is VF
    (bsc#1246203).
  - net: mana: Allow tso_max_size to go up-to GSO_MAX_SIZE
    (bsc#1246203).
  - commit bdd7f41
  - NFS: Fix wakeup of __nfs_lookup_revalidate() in
    unblock_revalidate() (git-fixes).
  - commit 80e576f
  - sched: Add test_and_clear_wake_up_bit() and
    atomic_dec_and_wake_up() (git-fixes).
  - commit 3754627
  - drm/amdgpu: Add basic validation for RAS header (bsc#1247252 CVE-2025-38426)
  - commit 5d23e74
  - NFS: Fix the setting of capabilities when automounting a new
    filesystem (git-fixes).
  - commit fabe208
  - sunrpc: fix client side handling of tls alerts (git-fixes).
  - commit 4c093f3
  - NFS: Fixup allocation flags for nfsiod's __GFP_NORETRY
    (git-fixes).
  - commit fd58755
  - NFSv4.2: another fix for listxattr (git-fixes).
  - commit 5a2e576
  - NFS: Fix filehandle bounds checking in nfs_fh_to_dentry()
    (git-fixes).
  - commit 094541e
  - pNFS/flexfiles: don't attempt pnfs on fatal DS errors
    (git-fixes).
  - commit ec1d884
  - gpio: mlxbf2: use platform_get_irq_optional() (git-fixes).
  - ALSA: hda/ca0132: Fix missing error handling in
    ca0132_alt_select_out() (git-fixes).
  - ALSA: intel_hdmi: Fix off-by-one error in
    __hdmi_lpe_audio_probe() (git-fixes).
  - commit 1750f05

++++ sqlite3:

  - Update to version 3.50.4:
    * Fix two long-standings cases of the use of uninitialized
    variables in obscure circumstances.

++++ libzypp:

  - Make ld.so ignore the subarch packages during install
    (bsc#1246912)
  - version 17.37.17 (35)

++++ net-tools:

  - Provide more readable error for interface name size checking
    introduced by net-tools-CVE-2025-46836.patch
    (bsc#1243581, net-tools-CVE-2025-46836-error-reporting.patch).

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 580.76.05 (boo#1247907)
  - get rid of rule of older KMPs not to load nvidia_drm module,
    which are still installed in parallel and therefore still
    active (boo#1247923)

------------------------------------------------------------------
------------------  2025-8-9  -  Aug 9 2025  -------------------
------------------------------------------------------------------

++++ nvidia-open-driver-G06-signed:

  - make sure these Requires right below are not added on Tumbleweed

------------------------------------------------------------------
------------------  2025-8-8  -  Aug 8 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Do not clobber initialize method
    There was a method named initialize defined and implemented
    differently in the dracut modules kiwi-lib and kiwi-repart.
    kiwi-lib is expected to be shared code across all kiwi dracut
    modules. However if one module redefines a method of the
    same name which is used in another module and expected to
    work differently there, this is evil. This commit cleans
    up the name conflict and names the kiwi library init function
    as lib_initialize. All dracut code that is expected to make
    use of this method has been adopted too.

++++ kernel-default:

  - posix-cpu-timers: fix race between handle_posix_cpu_timers()
    and posix_cpu_timer_del() (bsc#1246911 CVE-2025-38352).
  - commit ab7e2c1
  - tls: always refresh the queue when reading sock (CVE-2025-38471
    bsc#1247450).
  - ext4: only dirty folios when data journaling regular files
    (CVE-2025-38220 bsc#1245966).
  - commit 4468ab0
  - net/sched: mqprio: fix stack out-of-bounds write in tc entry
    parsing (git-fixes).
  - commit 87e34c3
  - net/packet: fix a race in packet_set_ring() and
    packet_notifier() (git-fixes).
  - commit caa5d02
  - net/sched: taprio: enforce minimum value for picos_per_byte
    (git-fixes).
  - commit d33d37f
  - ipv6: reject malicious packets in ipv6_gso_segment()
    (git-fixes).
  - commit e120573
  - netpoll: prevent hanging NAPI when netcons gets enabled
    (git-fixes).
  - commit d8e3fe4
  - tracing/kprobes: Fix to free objects when failed to copy a
    symbol (git-fixes).
  - commit a2d3373
  - tracing/kprobe: Make trace_kprobe's module callback called
    after jump_label update (git-fixes).
  - commit 34ee7ea
  - kABI fix for net: vlan: fix VLAN 0 refcount imbalance of
    toggling (CVE-2025-38470 bsc#1247288).
  - commit 00f8e79
  - net: vlan: fix VLAN 0 refcount imbalance of toggling filtering
    during runtime (CVE-2025-38470 bsc#1247288).
  - net/sched: Abort __tc_modify_qdisc if parent class does not
    exist (CVE-2025-38457 bsc#1247098).
  - atm: clip: Fix potential null-ptr-deref in to_atmarpd()
    (CVE-2025-38460 bsc#1247143).
  - idpf: convert control queue mutex to a spinlock (CVE-2025-38392
    bsc#1247169).
  - commit 4f53008
  - drm/amd/display: Don't overwrite dce60_clk_mgr (git-fixes).
  - Revert "vgacon: Add check for vc_origin address range in
    vgacon_scroll()" (stable-fixes).
  - commit 6cc69eb

++++ kernel-rt:

  - posix-cpu-timers: fix race between handle_posix_cpu_timers()
    and posix_cpu_timer_del() (bsc#1246911 CVE-2025-38352).
  - commit ab7e2c1
  - tls: always refresh the queue when reading sock (CVE-2025-38471
    bsc#1247450).
  - ext4: only dirty folios when data journaling regular files
    (CVE-2025-38220 bsc#1245966).
  - commit 4468ab0
  - net/sched: mqprio: fix stack out-of-bounds write in tc entry
    parsing (git-fixes).
  - commit 87e34c3
  - net/packet: fix a race in packet_set_ring() and
    packet_notifier() (git-fixes).
  - commit caa5d02
  - net/sched: taprio: enforce minimum value for picos_per_byte
    (git-fixes).
  - commit d33d37f
  - ipv6: reject malicious packets in ipv6_gso_segment()
    (git-fixes).
  - commit e120573
  - netpoll: prevent hanging NAPI when netcons gets enabled
    (git-fixes).
  - commit d8e3fe4
  - tracing/kprobes: Fix to free objects when failed to copy a
    symbol (git-fixes).
  - commit a2d3373
  - tracing/kprobe: Make trace_kprobe's module callback called
    after jump_label update (git-fixes).
  - commit 34ee7ea
  - kABI fix for net: vlan: fix VLAN 0 refcount imbalance of
    toggling (CVE-2025-38470 bsc#1247288).
  - commit 00f8e79
  - net: vlan: fix VLAN 0 refcount imbalance of toggling filtering
    during runtime (CVE-2025-38470 bsc#1247288).
  - net/sched: Abort __tc_modify_qdisc if parent class does not
    exist (CVE-2025-38457 bsc#1247098).
  - atm: clip: Fix potential null-ptr-deref in to_atmarpd()
    (CVE-2025-38460 bsc#1247143).
  - idpf: convert control queue mutex to a spinlock (CVE-2025-38392
    bsc#1247169).
  - commit 4f53008
  - drm/amd/display: Don't overwrite dce60_clk_mgr (git-fixes).
  - Revert "vgacon: Add check for vc_origin address range in
    vgacon_scroll()" (stable-fixes).
  - commit 6cc69eb

++++ kernel-rt_debug:

  - posix-cpu-timers: fix race between handle_posix_cpu_timers()
    and posix_cpu_timer_del() (bsc#1246911 CVE-2025-38352).
  - commit ab7e2c1
  - tls: always refresh the queue when reading sock (CVE-2025-38471
    bsc#1247450).
  - ext4: only dirty folios when data journaling regular files
    (CVE-2025-38220 bsc#1245966).
  - commit 4468ab0
  - net/sched: mqprio: fix stack out-of-bounds write in tc entry
    parsing (git-fixes).
  - commit 87e34c3
  - net/packet: fix a race in packet_set_ring() and
    packet_notifier() (git-fixes).
  - commit caa5d02
  - net/sched: taprio: enforce minimum value for picos_per_byte
    (git-fixes).
  - commit d33d37f
  - ipv6: reject malicious packets in ipv6_gso_segment()
    (git-fixes).
  - commit e120573
  - netpoll: prevent hanging NAPI when netcons gets enabled
    (git-fixes).
  - commit d8e3fe4
  - tracing/kprobes: Fix to free objects when failed to copy a
    symbol (git-fixes).
  - commit a2d3373
  - tracing/kprobe: Make trace_kprobe's module callback called
    after jump_label update (git-fixes).
  - commit 34ee7ea
  - kABI fix for net: vlan: fix VLAN 0 refcount imbalance of
    toggling (CVE-2025-38470 bsc#1247288).
  - commit 00f8e79
  - net: vlan: fix VLAN 0 refcount imbalance of toggling filtering
    during runtime (CVE-2025-38470 bsc#1247288).
  - net/sched: Abort __tc_modify_qdisc if parent class does not
    exist (CVE-2025-38457 bsc#1247098).
  - atm: clip: Fix potential null-ptr-deref in to_atmarpd()
    (CVE-2025-38460 bsc#1247143).
  - idpf: convert control queue mutex to a spinlock (CVE-2025-38392
    bsc#1247169).
  - commit 4f53008
  - drm/amd/display: Don't overwrite dce60_clk_mgr (git-fixes).
  - Revert "vgacon: Add check for vc_origin address range in
    vgacon_scroll()" (stable-fixes).
  - commit 6cc69eb

------------------------------------------------------------------
------------------  2025-8-7  -  Aug 7 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - exfat: fdatasync flag should be same like generic_write_sync()
    (git-fixes).
  - commit ec3f01f
  - do_change_type(): refuse to operate on unmounted/not ours mounts (CVE-2025-38498 bsc#1247374)
  - commit 545afad
  - vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages() (CVE-2024-56742 bsc#1235613)
  - commit ff30550
  - scsi: target: Fix NULL pointer dereference in
    core_scsi3_decode_spec_i_port() (CVE-2025-38399 bsc#1247097).
  - commit e689eaa
  - RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages (git-fixes)
  - commit 39fb4df
  - drm/v3d: Disable interrupts before resetting the GPU
    (CVE-2025-38371 bsc#1247178).
  - commit 4160ac6

++++ kernel-rt:

  - exfat: fdatasync flag should be same like generic_write_sync()
    (git-fixes).
  - commit ec3f01f
  - do_change_type(): refuse to operate on unmounted/not ours mounts (CVE-2025-38498 bsc#1247374)
  - commit 545afad
  - vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages() (CVE-2024-56742 bsc#1235613)
  - commit ff30550
  - scsi: target: Fix NULL pointer dereference in
    core_scsi3_decode_spec_i_port() (CVE-2025-38399 bsc#1247097).
  - commit e689eaa
  - RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages (git-fixes)
  - commit 39fb4df
  - drm/v3d: Disable interrupts before resetting the GPU
    (CVE-2025-38371 bsc#1247178).
  - commit 4160ac6

++++ kernel-rt_debug:

  - exfat: fdatasync flag should be same like generic_write_sync()
    (git-fixes).
  - commit ec3f01f
  - do_change_type(): refuse to operate on unmounted/not ours mounts (CVE-2025-38498 bsc#1247374)
  - commit 545afad
  - vfio/mlx5: Fix an unwind issue in mlx5vf_add_migration_pages() (CVE-2024-56742 bsc#1235613)
  - commit ff30550
  - scsi: target: Fix NULL pointer dereference in
    core_scsi3_decode_spec_i_port() (CVE-2025-38399 bsc#1247097).
  - commit e689eaa
  - RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages (git-fixes)
  - commit 39fb4df
  - drm/v3d: Disable interrupts before resetting the GPU
    (CVE-2025-38371 bsc#1247178).
  - commit 4160ac6

++++ libzypp:

  - Fix evaluation of libproxy results (bsc#1247690)
  - Replace URL variables inside mirrorlist/metalink files
    (fixes #667)
  - version 17.37.16 (35)

++++ rust-keylime:

  - Update vendored crates (bsc#1247193, CVE-2025-58266)
    * shlex 1.3.0
  - Rebase keylime-agent.conf.diff for current configuration
  - Drop Cargo_lock.patch patch, already present in Cargo.lock
  - Update to version 0.2.7+141:
    * service: Use WantedBy=multi-user.target
    * rpm: Add subpackage for push-attestation agent
    * push-model: implement continuous attestation with configurable intervals
    * Retry registration forever in the state machine
    * Add Verifier URL to configuration
    * Align exp.backoff to current configuration format
    * Increase coverage of state machine (using Context)
    * Increase coverage of struct_filler.rs
    * Groom code (remove dead code)
    * Fix exponential backoff (10secs, 4xx accepted)
    * test: Add documentation test to tests/run.sh
    * tpm: Avoid running code example during documentation tests
    * state_machine: Always start the agent from the Unregistered state
    * Add fixes for the URL construction
    * Refactor evidences collection in push attestation agent
    * push-model: refactor attestation logic into a state machine
    * Fix body sending by allowing serializing strings (#1057)
    * Log ResilientClient errors/response status codes (#1055)
    * Add AK signing scheme and hash algorithm to negotiation
    * tpm: Add method to extract signing scheme and hash algorithm from AK
    * Allow custom content-type/accept headers
    * Integrate exponential backoff to registration (#1052)
    * keylime/structures: Rename ShaValues to PcrBanks
    * Add resilient_client for exponential backoff (#1048)

------------------------------------------------------------------
------------------  2025-8-6  -  Aug 6 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - btrfs: fix log tree replay failure due to file with 0 links
    and extents (git-fixes).
  - commit fd0c9dd
  - fs/mnt_idmapping.c: Return -EINVAL when no map is written (bsc#1233120)
  - commit 1ef0d72
  - netlink: make sure we allow at least one dump skb
    (CVE-2025-38465 bsc#1247118).
  - netlink: Fix rmem check in netlink_broadcast_deliver()
    (CVE-2025-38465 bsc#1247118).
  - netlink: Fix wraparounds of sk->sk_rmem_alloc (CVE-2025-38465
    bsc#1247118).
  - commit b3ac9f0
  - btrfs: return accurate error code on open failure in open_fs_devices() (bsc#1233120)
  - commit 53ce95e
  - Refresh
    patches.kabi/xsk-Fix-race-condition-in-AF_XDP-generic-RX-path.patch.
    Drop the static_assert() kABI checks temporarily until we have a proper
    solution to signal kABI verification.
  - commit d4817c8
  - af_unix: Add a prompt to CONFIG_AF_UNIX_OOB (bsc#1246093).
  - commit 9dcc611
  - integrity/platform_certs: Allow loading of keys in the static
    key management mode (jsc#PED-13345 jsc#PED-13343).
  - powerpc/secvar: Expose secvars relevant to the key management
    mode (jsc#PED-13345 jsc#PED-13343).
  - powerpc/pseries: Correct secvar format representation for
    static key management (jsc#PED-13345 jsc#PED-13343).
  - commit f654d9a
  - net: usbnet: Fix the wrong netif_carrier_on() call (git-fixes).
  - commit 3ed80f8

++++ kernel-rt:

  - btrfs: fix log tree replay failure due to file with 0 links
    and extents (git-fixes).
  - commit fd0c9dd
  - fs/mnt_idmapping.c: Return -EINVAL when no map is written (bsc#1233120)
  - commit 1ef0d72
  - netlink: make sure we allow at least one dump skb
    (CVE-2025-38465 bsc#1247118).
  - netlink: Fix rmem check in netlink_broadcast_deliver()
    (CVE-2025-38465 bsc#1247118).
  - netlink: Fix wraparounds of sk->sk_rmem_alloc (CVE-2025-38465
    bsc#1247118).
  - commit b3ac9f0
  - btrfs: return accurate error code on open failure in open_fs_devices() (bsc#1233120)
  - commit 53ce95e
  - Refresh
    patches.kabi/xsk-Fix-race-condition-in-AF_XDP-generic-RX-path.patch.
    Drop the static_assert() kABI checks temporarily until we have a proper
    solution to signal kABI verification.
  - commit fa73b26
  - af_unix: Add a prompt to CONFIG_AF_UNIX_OOB (bsc#1246093).
  - commit 9dcc611
  - integrity/platform_certs: Allow loading of keys in the static
    key management mode (jsc#PED-13345 jsc#PED-13343).
  - powerpc/secvar: Expose secvars relevant to the key management
    mode (jsc#PED-13345 jsc#PED-13343).
  - powerpc/pseries: Correct secvar format representation for
    static key management (jsc#PED-13345 jsc#PED-13343).
  - commit f654d9a
  - net: usbnet: Fix the wrong netif_carrier_on() call (git-fixes).
  - commit 3ed80f8

++++ kernel-rt_debug:

  - btrfs: fix log tree replay failure due to file with 0 links
    and extents (git-fixes).
  - commit fd0c9dd
  - fs/mnt_idmapping.c: Return -EINVAL when no map is written (bsc#1233120)
  - commit 1ef0d72
  - netlink: make sure we allow at least one dump skb
    (CVE-2025-38465 bsc#1247118).
  - netlink: Fix rmem check in netlink_broadcast_deliver()
    (CVE-2025-38465 bsc#1247118).
  - netlink: Fix wraparounds of sk->sk_rmem_alloc (CVE-2025-38465
    bsc#1247118).
  - commit b3ac9f0
  - btrfs: return accurate error code on open failure in open_fs_devices() (bsc#1233120)
  - commit 53ce95e
  - Refresh
    patches.kabi/xsk-Fix-race-condition-in-AF_XDP-generic-RX-path.patch.
    Drop the static_assert() kABI checks temporarily until we have a proper
    solution to signal kABI verification.
  - commit fa73b26
  - af_unix: Add a prompt to CONFIG_AF_UNIX_OOB (bsc#1246093).
  - commit 9dcc611
  - integrity/platform_certs: Allow loading of keys in the static
    key management mode (jsc#PED-13345 jsc#PED-13343).
  - powerpc/secvar: Expose secvars relevant to the key management
    mode (jsc#PED-13345 jsc#PED-13343).
  - powerpc/pseries: Correct secvar format representation for
    static key management (jsc#PED-13345 jsc#PED-13343).
  - commit f654d9a
  - net: usbnet: Fix the wrong netif_carrier_on() call (git-fixes).
  - commit 3ed80f8

------------------------------------------------------------------
------------------  2025-8-5  -  Aug 5 2025  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20250805.3069494:
    * Remove initviocons for tcsh as well and
    * Update csh.login
    * Add missing quoting and remove unneeded uses of eval

++++ python-kiwi:

  - Skip kiwi-repart module in install ISOs
    In case the kiwi-repart module is explicitly requested in a
    dracut.conf file and the image is also configured to build an
    install ISO image this leads the install ISO to contain the
    kiwi-repart module as well which is unwanted. This commit
    explicitly omits the kiwi-repart when creating the initrd
    for the install image
  - Skip repart when booting install/live iso

++++ kernel-default:

  - kABI: restore layout of struct msi_desc (CVE-2025-38062
    bsc#1245216).
  - genirq/msi: Store the IOMMU IOVA directly in msi_desc instead
    of iommu_cookie (CVE-2025-38062 bsc#1245216).
  - commit 19502f4
  - Delete
    patches.suse/af_unix-Disable-MSG_OOB-for-unprivileged-users.patch.
  - commit e99b1bb
  - Update config files. (CVE-2025-38236 bsc#1246093)
    Disable CONFIG_AF_UNIX_OOB as the implementation is ridden with security
    bugs whose fixes would be hard to backport and the feature has no known
    users.
  - commit f8cd607
  - Refresh patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch.
  - Refresh
    patches.suse/x86-its-Add-vmexit-option-to-skip-mitigation-on-some-CPUs.patch.
    Fix affected model steppings.
  - commit 115d04b
  - KVM: x86: Reset IRTE to host control if *new* route isn't
    postable (bsc#1242960 CVE-2025-37885).
  - commit b463fcd
  - enabled CONFIG_X86_INTEL_TSX_MODE_AUTO
    This is a response to bsc#1246695. As result of TAA vulnerability
    (CVE-2019-11135) we have aimed to follow the upstream default for TSX
    but due to a mistake we have ended up using CONFIG_X86_INTEL_TSX_MODE_ON
    rather than CONFIG_X86_INTEL_TSX_MODE_OFF. This has been noticed later
    on and fixed to align with upstream. Which has made some users unhappy
    because they have lost a default TSX functionality even on HW that is
    not susceptible to CVE-2019-11135.
    We have discussed different ways to deal with that but the likely most
    straightforward turned out to be to go with CONFIG_X86_INTEL_TSX_MODE_AUTO
    which disables TSX only on CVE-2019-11135 affected HW. We are still
    diverging from the upstream here but there are some positive indications
    that no new TSX based side channels have been discovered since.
  - commit 395c9dd

++++ kernel-rt:

  - kABI: restore layout of struct msi_desc (CVE-2025-38062
    bsc#1245216).
  - genirq/msi: Store the IOMMU IOVA directly in msi_desc instead
    of iommu_cookie (CVE-2025-38062 bsc#1245216).
  - commit 19502f4
  - Delete
    patches.suse/af_unix-Disable-MSG_OOB-for-unprivileged-users.patch.
  - commit e99b1bb
  - Update config files. (CVE-2025-38236 bsc#1246093)
    Disable CONFIG_AF_UNIX_OOB as the implementation is ridden with security
    bugs whose fixes would be hard to backport and the feature has no known
    users.
  - commit f8cd607
  - Refresh patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch.
  - Refresh
    patches.suse/x86-its-Add-vmexit-option-to-skip-mitigation-on-some-CPUs.patch.
    Fix affected model steppings.
  - commit 115d04b
  - KVM: x86: Reset IRTE to host control if *new* route isn't
    postable (bsc#1242960 CVE-2025-37885).
  - commit b463fcd
  - enabled CONFIG_X86_INTEL_TSX_MODE_AUTO
    This is a response to bsc#1246695. As result of TAA vulnerability
    (CVE-2019-11135) we have aimed to follow the upstream default for TSX
    but due to a mistake we have ended up using CONFIG_X86_INTEL_TSX_MODE_ON
    rather than CONFIG_X86_INTEL_TSX_MODE_OFF. This has been noticed later
    on and fixed to align with upstream. Which has made some users unhappy
    because they have lost a default TSX functionality even on HW that is
    not susceptible to CVE-2019-11135.
    We have discussed different ways to deal with that but the likely most
    straightforward turned out to be to go with CONFIG_X86_INTEL_TSX_MODE_AUTO
    which disables TSX only on CVE-2019-11135 affected HW. We are still
    diverging from the upstream here but there are some positive indications
    that no new TSX based side channels have been discovered since.
  - commit 395c9dd

++++ kernel-rt_debug:

  - kABI: restore layout of struct msi_desc (CVE-2025-38062
    bsc#1245216).
  - genirq/msi: Store the IOMMU IOVA directly in msi_desc instead
    of iommu_cookie (CVE-2025-38062 bsc#1245216).
  - commit 19502f4
  - Delete
    patches.suse/af_unix-Disable-MSG_OOB-for-unprivileged-users.patch.
  - commit e99b1bb
  - Update config files. (CVE-2025-38236 bsc#1246093)
    Disable CONFIG_AF_UNIX_OOB as the implementation is ridden with security
    bugs whose fixes would be hard to backport and the feature has no known
    users.
  - commit f8cd607
  - Refresh patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch.
  - Refresh
    patches.suse/x86-its-Add-vmexit-option-to-skip-mitigation-on-some-CPUs.patch.
    Fix affected model steppings.
  - commit 115d04b
  - KVM: x86: Reset IRTE to host control if *new* route isn't
    postable (bsc#1242960 CVE-2025-37885).
  - commit b463fcd
  - enabled CONFIG_X86_INTEL_TSX_MODE_AUTO
    This is a response to bsc#1246695. As result of TAA vulnerability
    (CVE-2019-11135) we have aimed to follow the upstream default for TSX
    but due to a mistake we have ended up using CONFIG_X86_INTEL_TSX_MODE_ON
    rather than CONFIG_X86_INTEL_TSX_MODE_OFF. This has been noticed later
    on and fixed to align with upstream. Which has made some users unhappy
    because they have lost a default TSX functionality even on HW that is
    not susceptible to CVE-2019-11135.
    We have discussed different ways to deal with that but the likely most
    straightforward turned out to be to go with CONFIG_X86_INTEL_TSX_MODE_AUTO
    which disables TSX only on CVE-2019-11135 affected HW. We are still
    diverging from the upstream here but there are some positive indications
    that no new TSX based side channels have been discovered since.
  - commit 395c9dd

++++ nvidia-open-driver-G06-signed:

  - added Requires
    * nvidia-modprobe >= %version
    * nvidia-persitenced >= %version
    * nvidia-modprobe-cuda-lt-sp6
    * nvidia-persitenced-cuda-lt-sp6
    to be provided by special versions of nvidia-modprobe and
    nvidia-persitenced built against SP4 (bsc#1237208, jsc#PED-13295)

------------------------------------------------------------------
------------------  2025-8-4  -  Aug 4 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update leap test-image-disk integration test
    Add test for alternative volume ID in install ISO

++++ kernel-default:

  - tcp: call tcp_measure_rcv_mss() for ooo packets (git-fixes).
  - commit 54261d2
  - net/sched: sch_qfq: Avoid triggering might_sleep in atomic
    context in qfq_delete_class (git-fixes).
  - commit cdfb027
  - Refresh
    patches.suse/af_unix-Disable-MSG_OOB-for-unprivileged-users.patch.
    Print message upon disabled use.
  - commit 31d5690
  - Refresh
    patches.suse/virtio-blk-scsi-use-block-layer-helpers-to-calculate.patch.
  - commit 773f5a0
  - Rename to
    patches.suse/scsi-use-block-layer-helpers-to-calculate-num-of-que.patch.
  - commit dd839b8
  - Refresh
    patches.suse/nvme-pci-use-block-layer-helpers-to-calculate-num-of.patch.
  - commit e114e47
  - Refresh
    patches.suse/blk-mq-add-number-of-queue-calc-helper.patch.
  - commit db4fa45
  - Rename to
    patches.suse/lib-group_cpus-Let-group_cpu_evenly-return-the-numbe.patch.
    Refresh:
  - patches.kabi/kabi-fix-group-cpus-evenly.patch
  - patches.suse/lib-group_cpus-honor-housekeeping-config-when-grouping.patch
  - commit ca07a82
  - btrfs: tests: fix chunk map leak after failure to add it to
    the tree (git-fixes).
  - commit 4c3fd9d
  - lib/group_cpus: fix NULL pointer dereference from
    group_cpus_evenly() (bsc#1236897).
  - lib/group_cpus.c: avoid acquiring cpu hotplug lock in
    group_cpus_evenly (bsc#1236897).
  - commit 749ceff
  - btrfs: fix ssd_spread overallocation (git-fixes).
  - commit 760f402
  - btrfs: use btrfs_record_snapshot_destroy() during rmdir
    (git-fixes).
  - commit 05219d1
  - btrfs: propagate last_unlink_trans earlier when doing a rmdir
    (git-fixes).
  - btrfs: rename err to ret in btrfs_rmdir() (git-fixes).
  - commit 6fea6c3
  - btrfs: don't skip remaining extrefs if dir not found during
    log replay (git-fixes).
  - commit ae66e11
  - btrfs: don't ignore inode missing when replaying log tree
    (git-fixes).
  - commit 87671c8
  - KVM: x86: Reset IRTE to host control if *new* route isn't postable
    (bsc#242960 CVE-2025-37885).
  - commit 1396afc
  - btrfs: fix inode lookup error handling during log replay
    (git-fixes).
  - commit a89d2a6
  - nvmet-tcp: fix callback lock for TLS handshake (git-fixes).
  - nvme: fix misaccounting of nvme-mpath inflight I/O (git-fixes).
  - nvme: fix endianness of command word prints in
    nvme_log_err_passthru() (git-fixes).
  - nvme: fix inconsistent RCU list manipulation in
    nvme_ns_add_to_ctrl_list() (git-fixes).
  - commit bbf2481
  - RDMA/core: Rate limit GID cache warning messages (git-fixes)
  - commit fd0e41a
  - kernel-syms.spec: Drop old rpm release number hack (bsc#1247172).
  - commit b4fa2d1
  - rtc: rv3028: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: pcf8563: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: pcf85063: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: nct3018y: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: hym8563: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: ds1307: fix incorrect maximum clock rate handling
    (git-fixes).
  - ucount: fix atomic_long_inc_below() argument type (git-fixes).
  - i3c: fix module_i3c_i2c_driver() with I3C=n (git-fixes).
  - commit e466472

++++ kernel-rt:

  - tcp: call tcp_measure_rcv_mss() for ooo packets (git-fixes).
  - commit 54261d2
  - net/sched: sch_qfq: Avoid triggering might_sleep in atomic
    context in qfq_delete_class (git-fixes).
  - commit cdfb027
  - Refresh
    patches.suse/af_unix-Disable-MSG_OOB-for-unprivileged-users.patch.
    Print message upon disabled use.
  - commit 31d5690
  - Refresh
    patches.suse/virtio-blk-scsi-use-block-layer-helpers-to-calculate.patch.
  - commit 773f5a0
  - Rename to
    patches.suse/scsi-use-block-layer-helpers-to-calculate-num-of-que.patch.
  - commit dd839b8
  - Refresh
    patches.suse/nvme-pci-use-block-layer-helpers-to-calculate-num-of.patch.
  - commit e114e47
  - Refresh
    patches.suse/blk-mq-add-number-of-queue-calc-helper.patch.
  - commit db4fa45
  - Rename to
    patches.suse/lib-group_cpus-Let-group_cpu_evenly-return-the-numbe.patch.
    Refresh:
  - patches.kabi/kabi-fix-group-cpus-evenly.patch
  - patches.suse/lib-group_cpus-honor-housekeeping-config-when-grouping.patch
  - commit ca07a82
  - btrfs: tests: fix chunk map leak after failure to add it to
    the tree (git-fixes).
  - commit 4c3fd9d
  - lib/group_cpus: fix NULL pointer dereference from
    group_cpus_evenly() (bsc#1236897).
  - lib/group_cpus.c: avoid acquiring cpu hotplug lock in
    group_cpus_evenly (bsc#1236897).
  - commit 749ceff
  - btrfs: fix ssd_spread overallocation (git-fixes).
  - commit 760f402
  - btrfs: use btrfs_record_snapshot_destroy() during rmdir
    (git-fixes).
  - commit 05219d1
  - btrfs: propagate last_unlink_trans earlier when doing a rmdir
    (git-fixes).
  - btrfs: rename err to ret in btrfs_rmdir() (git-fixes).
  - commit 6fea6c3
  - btrfs: don't skip remaining extrefs if dir not found during
    log replay (git-fixes).
  - commit ae66e11
  - btrfs: don't ignore inode missing when replaying log tree
    (git-fixes).
  - commit 87671c8
  - KVM: x86: Reset IRTE to host control if *new* route isn't postable
    (bsc#242960 CVE-2025-37885).
  - commit 1396afc
  - btrfs: fix inode lookup error handling during log replay
    (git-fixes).
  - commit a89d2a6
  - nvmet-tcp: fix callback lock for TLS handshake (git-fixes).
  - nvme: fix misaccounting of nvme-mpath inflight I/O (git-fixes).
  - nvme: fix endianness of command word prints in
    nvme_log_err_passthru() (git-fixes).
  - nvme: fix inconsistent RCU list manipulation in
    nvme_ns_add_to_ctrl_list() (git-fixes).
  - commit bbf2481
  - RDMA/core: Rate limit GID cache warning messages (git-fixes)
  - commit fd0e41a
  - kernel-syms.spec: Drop old rpm release number hack (bsc#1247172).
  - commit b4fa2d1
  - rtc: rv3028: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: pcf8563: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: pcf85063: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: nct3018y: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: hym8563: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: ds1307: fix incorrect maximum clock rate handling
    (git-fixes).
  - ucount: fix atomic_long_inc_below() argument type (git-fixes).
  - i3c: fix module_i3c_i2c_driver() with I3C=n (git-fixes).
  - commit e466472

++++ kernel-rt_debug:

  - tcp: call tcp_measure_rcv_mss() for ooo packets (git-fixes).
  - commit 54261d2
  - net/sched: sch_qfq: Avoid triggering might_sleep in atomic
    context in qfq_delete_class (git-fixes).
  - commit cdfb027
  - Refresh
    patches.suse/af_unix-Disable-MSG_OOB-for-unprivileged-users.patch.
    Print message upon disabled use.
  - commit 31d5690
  - Refresh
    patches.suse/virtio-blk-scsi-use-block-layer-helpers-to-calculate.patch.
  - commit 773f5a0
  - Rename to
    patches.suse/scsi-use-block-layer-helpers-to-calculate-num-of-que.patch.
  - commit dd839b8
  - Refresh
    patches.suse/nvme-pci-use-block-layer-helpers-to-calculate-num-of.patch.
  - commit e114e47
  - Refresh
    patches.suse/blk-mq-add-number-of-queue-calc-helper.patch.
  - commit db4fa45
  - Rename to
    patches.suse/lib-group_cpus-Let-group_cpu_evenly-return-the-numbe.patch.
    Refresh:
  - patches.kabi/kabi-fix-group-cpus-evenly.patch
  - patches.suse/lib-group_cpus-honor-housekeeping-config-when-grouping.patch
  - commit ca07a82
  - btrfs: tests: fix chunk map leak after failure to add it to
    the tree (git-fixes).
  - commit 4c3fd9d
  - lib/group_cpus: fix NULL pointer dereference from
    group_cpus_evenly() (bsc#1236897).
  - lib/group_cpus.c: avoid acquiring cpu hotplug lock in
    group_cpus_evenly (bsc#1236897).
  - commit 749ceff
  - btrfs: fix ssd_spread overallocation (git-fixes).
  - commit 760f402
  - btrfs: use btrfs_record_snapshot_destroy() during rmdir
    (git-fixes).
  - commit 05219d1
  - btrfs: propagate last_unlink_trans earlier when doing a rmdir
    (git-fixes).
  - btrfs: rename err to ret in btrfs_rmdir() (git-fixes).
  - commit 6fea6c3
  - btrfs: don't skip remaining extrefs if dir not found during
    log replay (git-fixes).
  - commit ae66e11
  - btrfs: don't ignore inode missing when replaying log tree
    (git-fixes).
  - commit 87671c8
  - KVM: x86: Reset IRTE to host control if *new* route isn't postable
    (bsc#242960 CVE-2025-37885).
  - commit 1396afc
  - btrfs: fix inode lookup error handling during log replay
    (git-fixes).
  - commit a89d2a6
  - nvmet-tcp: fix callback lock for TLS handshake (git-fixes).
  - nvme: fix misaccounting of nvme-mpath inflight I/O (git-fixes).
  - nvme: fix endianness of command word prints in
    nvme_log_err_passthru() (git-fixes).
  - nvme: fix inconsistent RCU list manipulation in
    nvme_ns_add_to_ctrl_list() (git-fixes).
  - commit bbf2481
  - RDMA/core: Rate limit GID cache warning messages (git-fixes)
  - commit fd0e41a
  - kernel-syms.spec: Drop old rpm release number hack (bsc#1247172).
  - commit b4fa2d1
  - rtc: rv3028: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: pcf8563: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: pcf85063: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: nct3018y: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: hym8563: fix incorrect maximum clock rate handling
    (git-fixes).
  - rtc: ds1307: fix incorrect maximum clock rate handling
    (git-fixes).
  - ucount: fix atomic_long_inc_below() argument type (git-fixes).
  - i3c: fix module_i3c_i2c_driver() with I3C=n (git-fixes).
  - commit e466472

++++ libsolv:

  - fixed rare crash in the handling of allowuninstall in combination
    with forcebest updates
  - new pool_satisfieddep_map feature to test if a set of packages
    satisfies a dependency
  - bump version to 0.7.35

++++ tiff:

  - bsc#1243503:
    Fix TIFFMergeFieldInfo() read_count=write_count=0
    + tiff-4.7.0-bsc1243503.patch
  - security update:
    * CVE-2025-8176 [bsc#1247108]
    Fix heap use-after-free in tools/tiffmedian.c
    + tiff-CVE-2025-8176.patch
    * CVE-2025-8177 [bsc#1247106]
    Fix possible buffer overflow in tools/thumbnail.c:setrow()
    + tiff-CVE-2025-8177.patch

++++ net-tools:

  - Fix a regression in net-tools-CVE-2025-46836.patch (bsc#1246608).

------------------------------------------------------------------
------------------  2025-8-3  -  Aug 3 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - pinmux: fix race causing mux_owner NULL with active mux_usecount
    (git-fixes).
  - pinctrl: sunxi: Fix memory leak on krealloc failure (git-fixes).
  - fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-deref
    (git-fixes).
  - firewire: ohci: correct code comments about bus_reset tasklet
    (git-fixes).
  - commit fd1a6ae

++++ kernel-rt:

  - pinmux: fix race causing mux_owner NULL with active mux_usecount
    (git-fixes).
  - pinctrl: sunxi: Fix memory leak on krealloc failure (git-fixes).
  - fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-deref
    (git-fixes).
  - firewire: ohci: correct code comments about bus_reset tasklet
    (git-fixes).
  - commit fd1a6ae

++++ kernel-rt_debug:

  - pinmux: fix race causing mux_owner NULL with active mux_usecount
    (git-fixes).
  - pinctrl: sunxi: Fix memory leak on krealloc failure (git-fixes).
  - fbdev: imxfb: Check fb_add_videomode to prevent null-ptr-deref
    (git-fixes).
  - firewire: ohci: correct code comments about bus_reset tasklet
    (git-fixes).
  - commit fd1a6ae

------------------------------------------------------------------
------------------  2025-8-2  -  Aug 2 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - PCI: rockchip-host: Fix "Unexpected Completion" log message
    (git-fixes).
  - PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem
    attribute (git-fixes).
  - PCI: endpoint: pci-epf-vntb: Return -ENOENT if
    pci_epc_get_next_free_bar() fails (git-fixes).
  - PCI: endpoint: Fix configfs group removal on driver teardown
    (git-fixes).
  - PCI: endpoint: Fix configfs group list head handling
    (git-fixes).
  - watchdog: ziirave_wdt: check record length in
    ziirave_firm_verify() (git-fixes).
  - dmaengine: nbpfaxi: Add missing check after DMA map (git-fixes).
  - dmaengine: mv_xor: Fix missing check after DMA map and missing
    unmap (git-fixes).
  - dmaengine: qcom: gpi: Drop unused gpi_write_reg_field()
    (git-fixes).
  - dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev()
    (git-fixes).
  - ASoC: fsl_xcvr: get channel status data when PHY is not exists
    (git-fixes).
  - soundwire: stream: restore params when prepare ports fail
    (git-fixes).
  - power: supply: max14577: Handle NULL pdata when CONFIG_OF is
    not set (git-fixes).
  - power: supply: cpcap-charger: Fix null check for
    power_supply_get_by_name (git-fixes).
  - ALSA: hda/realtek - Add mute LED support for HP Pavilion
    15-eg0xxx (stable-fixes).
  - can: netlink: can_changelink(): fix NULL pointer deref of
    struct can_priv::do_set_mode (git-fixes).
  - ALSA: hda: Add missing NVIDIA HDA codec IDs (stable-fixes).
  - usb: typec: tcpm: apply vbus before data bringup in
    tcpm_src_attach (git-fixes).
  - usb: typec: tcpm: allow switching to mode accessory to mux
    properly (stable-fixes).
  - usb: typec: tcpm: allow to use sink in accessory mode
    (stable-fixes).
  - ALSA: hda/tegra: Add Tegra264 support (stable-fixes).
  - can: dev: can_restart(): move debug message and stats after
    successful restart (stable-fixes).
  - can: dev: can_restart(): reverse logic to remove need for goto
    (stable-fixes).
  - commit 0f0c0d9

++++ kernel-rt:

  - PCI: rockchip-host: Fix "Unexpected Completion" log message
    (git-fixes).
  - PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem
    attribute (git-fixes).
  - PCI: endpoint: pci-epf-vntb: Return -ENOENT if
    pci_epc_get_next_free_bar() fails (git-fixes).
  - PCI: endpoint: Fix configfs group removal on driver teardown
    (git-fixes).
  - PCI: endpoint: Fix configfs group list head handling
    (git-fixes).
  - watchdog: ziirave_wdt: check record length in
    ziirave_firm_verify() (git-fixes).
  - dmaengine: nbpfaxi: Add missing check after DMA map (git-fixes).
  - dmaengine: mv_xor: Fix missing check after DMA map and missing
    unmap (git-fixes).
  - dmaengine: qcom: gpi: Drop unused gpi_write_reg_field()
    (git-fixes).
  - dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev()
    (git-fixes).
  - ASoC: fsl_xcvr: get channel status data when PHY is not exists
    (git-fixes).
  - soundwire: stream: restore params when prepare ports fail
    (git-fixes).
  - power: supply: max14577: Handle NULL pdata when CONFIG_OF is
    not set (git-fixes).
  - power: supply: cpcap-charger: Fix null check for
    power_supply_get_by_name (git-fixes).
  - ALSA: hda/realtek - Add mute LED support for HP Pavilion
    15-eg0xxx (stable-fixes).
  - can: netlink: can_changelink(): fix NULL pointer deref of
    struct can_priv::do_set_mode (git-fixes).
  - ALSA: hda: Add missing NVIDIA HDA codec IDs (stable-fixes).
  - usb: typec: tcpm: apply vbus before data bringup in
    tcpm_src_attach (git-fixes).
  - usb: typec: tcpm: allow switching to mode accessory to mux
    properly (stable-fixes).
  - usb: typec: tcpm: allow to use sink in accessory mode
    (stable-fixes).
  - ALSA: hda/tegra: Add Tegra264 support (stable-fixes).
  - can: dev: can_restart(): move debug message and stats after
    successful restart (stable-fixes).
  - can: dev: can_restart(): reverse logic to remove need for goto
    (stable-fixes).
  - commit 0f0c0d9

++++ kernel-rt_debug:

  - PCI: rockchip-host: Fix "Unexpected Completion" log message
    (git-fixes).
  - PCI: endpoint: pci-epf-vntb: Fix the incorrect usage of __iomem
    attribute (git-fixes).
  - PCI: endpoint: pci-epf-vntb: Return -ENOENT if
    pci_epc_get_next_free_bar() fails (git-fixes).
  - PCI: endpoint: Fix configfs group removal on driver teardown
    (git-fixes).
  - PCI: endpoint: Fix configfs group list head handling
    (git-fixes).
  - watchdog: ziirave_wdt: check record length in
    ziirave_firm_verify() (git-fixes).
  - dmaengine: nbpfaxi: Add missing check after DMA map (git-fixes).
  - dmaengine: mv_xor: Fix missing check after DMA map and missing
    unmap (git-fixes).
  - dmaengine: qcom: gpi: Drop unused gpi_write_reg_field()
    (git-fixes).
  - dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev()
    (git-fixes).
  - ASoC: fsl_xcvr: get channel status data when PHY is not exists
    (git-fixes).
  - soundwire: stream: restore params when prepare ports fail
    (git-fixes).
  - power: supply: max14577: Handle NULL pdata when CONFIG_OF is
    not set (git-fixes).
  - power: supply: cpcap-charger: Fix null check for
    power_supply_get_by_name (git-fixes).
  - ALSA: hda/realtek - Add mute LED support for HP Pavilion
    15-eg0xxx (stable-fixes).
  - can: netlink: can_changelink(): fix NULL pointer deref of
    struct can_priv::do_set_mode (git-fixes).
  - ALSA: hda: Add missing NVIDIA HDA codec IDs (stable-fixes).
  - usb: typec: tcpm: apply vbus before data bringup in
    tcpm_src_attach (git-fixes).
  - usb: typec: tcpm: allow switching to mode accessory to mux
    properly (stable-fixes).
  - usb: typec: tcpm: allow to use sink in accessory mode
    (stable-fixes).
  - ALSA: hda/tegra: Add Tegra264 support (stable-fixes).
  - can: dev: can_restart(): move debug message and stats after
    successful restart (stable-fixes).
  - can: dev: can_restart(): reverse logic to remove need for goto
    (stable-fixes).
  - commit 0f0c0d9

------------------------------------------------------------------
------------------  2025-8-1  -  Aug 1 2025  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20250801.f305627:
    * Remove sysconfig.language [bsc#1247286]
  - Update to version 84.87+git20250801.b2fa3fe:
    * Allow /etc/locale.conf to have no newline

++++ chrony:

  - bsc#1246544: Fix racy socket creation
    * Add chrony-unix-socket.patch
    * Add chrony-remove-chmod.patch
  - Update clknetsim to snapshot a2eb0b25.

++++ python-kiwi:

  - Bump version: 10.2.30 → 10.2.31

++++ kernel-default:

  - btrfs: don't silently ignore unexpected extent type when
    replaying log (git-fixes).
  - commit e423498
  - btrfs: fix invalid inode pointer dereferences during log replay
    (git-fixes).
  - commit 78cbba9
  - btrfs: return a btrfs_inode from read_one_inode() (git-fixes).
  - commit b3a9472
  - iommu/arm-smmu-qcom: Add SM6115 MDSS compatible (git-fixes).
  - iommu/amd: Fix geometry.aperture_end for V2 tables (git-fixes).
  - commit f8c05a9
  - btrfs: return a btrfs_inode from btrfs_iget_logging()
    (git-fixes).
  - commit 88ed97b
  - btrfs: use NOFS context when getting inodes during logging
    and log replay (git-fixes).
  - commit 88eb1d5
  - virtio-net: ensure the received length does not exceed allocated
    size (CVE-2025-38375 bsc#1247177).
  - commit 2adf745
  - btrfs: update superblock's device bytes_used when dropping chunk
    (git-fixes).
  - commit e33076b
  - Update
    patches.suse/0001-mm-hugetlb-fix-huge_pmd_unshare-vs-GUP-fast-race.patch
    (bsc#1245431 CVE-2025-38085 bsc#1245499).
  - Update
    patches.suse/0001-mm-hugetlb-unshare-page-tables-during-VMA-split-not-.patch
    (bsc#1245431 CVE-2025-38084 bsc#1245498).
  - Update
    patches.suse/ACPI-CPPC-Fix-NULL-pointer-dereference-when-nosmp-is.patch
    (git-fixes CVE-2025-38113 bsc#1245683).
  - Update
    patches.suse/ACPICA-Refuse-to-evaluate-a-method-if-arguments-are-.patch
    (stable-fixes CVE-2025-38386 bsc#1247138).
  - Update
    patches.suse/ACPICA-fix-acpi-operand-cache-leak-in-dswstate.c.patch
    (stable-fixes CVE-2025-38345 bsc#1246337).
  - Update
    patches.suse/ACPICA-fix-acpi-parse-and-parseext-cache-leaks.patch
    (stable-fixes CVE-2025-38344 bsc#1246334).
  - Update
    patches.suse/ALSA-usb-audio-Fix-out-of-bounds-read-in-snd_usb_get.patch
    (git-fixes CVE-2025-38249 bsc#1246171).
  - Update
    patches.suse/ASoC-Intel-avs-Verify-content-returned-by-parse_int_.patch
    (git-fixes CVE-2025-38307 bsc#1246364).
  - Update
    patches.suse/ASoC-codecs-wcd9335-Fix-missing-free-of-regulator-su.patch
    (git-fixes CVE-2025-38259 bsc#1246220).
  - Update
    patches.suse/Bluetooth-Fix-NULL-pointer-deference-on-eir_get_serv.patch
    (git-fixes CVE-2025-38304 bsc#1246240).
  - Update
    patches.suse/Bluetooth-Fix-null-ptr-deref-in-l2cap_sock_resume_cb.patch
    (git-fixes CVE-2025-38473 bsc#1247289).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-UAF-on-mgmt_remove_adv_monitor_co.patch
    (git-fixes CVE-2025-38118 bsc#1245670).
  - Update
    patches.suse/HID-core-do-not-bypass-hid_hw_raw_request.patch
    (stable-fixes CVE-2025-38494 bsc#1247349).
  - Update
    patches.suse/HID-core-ensure-the-allocated-report-buffer-can-cont.patch
    (stable-fixes CVE-2025-38495 bsc#1247348).
  - Update
    patches.suse/IB-mlx5-Fix-potential-deadlock-in-MR-deregistration.patch
    (git-fixes CVE-2025-38373 bsc#1247033).
  - Update
    patches.suse/Input-ims-pcu-check-record-size-in-ims_pcu_flash_fir.patch
    (git-fixes CVE-2025-38428 bsc#1247150).
  - Update
    patches.suse/NFC-nci-uart-Set-tty-disc_data-only-in-success-path.patch
    (git-fixes CVE-2025-38416 bsc#1247151).
  - Update
    patches.suse/NFSv4-pNFS-Fix-a-race-to-wake-on-NFS_LAYOUT_DRAIN.patch
    (git-fixes CVE-2025-38393 bsc#1247170).
  - Update
    patches.suse/RDMA-cma-Fix-hang-when-cma_netevent_callback-fails-t.patch
    (git-fixes CVE-2025-38151 bsc#1245745).
  - Update
    patches.suse/RDMA-iwcm-Fix-use-after-free-of-work-objects-after-c.patch
    (git-fixes CVE-2025-38211 bsc#1246008).
  - Update
    patches.suse/RDMA-mlx5-Fix-error-flow-upon-firmware-failure-for-R.patch
    (git-fixes CVE-2025-38161 bsc#1245777).
  - Update
    patches.suse/RDMA-mlx5-Initialize-obj_event-obj_sub_list-before-x.patch
    (git-fixes CVE-2025-38387 bsc#1247154).
  - Update
    patches.suse/Squashfs-check-return-result-of-sb_min_blocksize.patch
    (git-fixes CVE-2025-38415 bsc#1247147).
  - Update
    patches.suse/VMCI-fix-race-between-vmci_host_setup_notify-and-vmc.patch
    (git-fixes CVE-2025-38102 bsc#1245669).
  - Update
    patches.suse/aoe-clean-device-rq_list-in-aoedev_downdev.patch
    (git-fixes CVE-2025-38326 bsc#1246490).
  - Update
    patches.suse/ata-pata_via-Force-PIO-for-ATAPI-devices-on-VT6415-V.patch
    (stable-fixes CVE-2025-38336 bsc#1246370).
  - Update
    patches.suse/backlight-pm8941-Add-NULL-check-in-wled_configure.patch
    (git-fixes CVE-2025-38143 bsc#1245714).
  - Update patches.suse/bnxt-properly-flush-XDP-redirect-lists.patch
    (git-fixes CVE-2025-38246 bsc#1246195).
  - Update
    patches.suse/bpf-sockmap-Fix-panic-when-calling-skb_linearize.patch
    (bsc#1245749 CVE-2025-38154 CVE-2025-38165 bsc#1245757).
  - Update patches.suse/bus-fsl-mc-fix-double-free-on-mc_dev.patch
    (git-fixes CVE-2025-38313 bsc#1246342).
  - Update
    patches.suse/calipso-Fix-null-ptr-deref-in-calipso_req_-set-del-a.patch
    (git-fixes CVE-2025-38181 bsc#1246000).
  - Update
    patches.suse/comedi-Fail-COMEDI_INSNLIST-ioctl-if-n_insns-is-too-.patch
    (git-fixes CVE-2025-38481 bsc#1247276).
  - Update
    patches.suse/comedi-Fix-initialization-of-data-for-instructions-t.patch
    (git-fixes CVE-2025-38478 bsc#1247273).
  - Update
    patches.suse/comedi-Fix-use-of-uninitialized-data-in-insn_rw_emul.patch
    (git-fixes CVE-2025-38480 bsc#1247274).
  - Update
    patches.suse/comedi-das16m1-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38483 bsc#1247278).
  - Update
    patches.suse/comedi-das6402-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38482 bsc#1247277).
  - Update
    patches.suse/crypto-marvell-cesa-Handle-zero-length-skcipher-requ.patch
    (git-fixes CVE-2025-38173 bsc#1245769).
  - Update
    patches.suse/crypto-sun8i-ce-cipher-fix-error-handling-in-sun8i_c.patch
    (git-fixes CVE-2025-38300 bsc#1246349).
  - Update patches.suse/dm-bufio-fix-sched-in-atomic-context.patch
    (git-fixes CVE-2025-38496 bsc#1247284).
  - Update
    patches.suse/dma-buf-insert-memory-barrier-before-updating-num_fe.patch
    (git-fixes CVE-2025-38095 bsc#1245658).
  - Update
    patches.suse/dmaengine-idxd-Check-availability-of-workqueue-alloc.patch
    (stable-fixes CVE-2025-38369 bsc#1247209).
  - Update
    patches.suse/dmaengine-ti-Add-NULL-check-in-udma_probe.patch
    (git-fixes CVE-2025-38138 bsc#1245719).
  - Update
    patches.suse/drivers-rapidio-rio_cm.c-prevent-possible-heap-overw.patch
    (stable-fixes CVE-2025-38090 bsc#1245510).
  - Update
    patches.suse/drm-amd-display-Add-null-pointer-check-for-get_first.patch
    (git-fixes CVE-2025-38362 bsc#1247089).
  - Update
    patches.suse/drm-amd-pp-Fix-potential-NULL-pointer-dereference-in.patch
    (git-fixes CVE-2025-38319 bsc#1246243).
  - Update
    patches.suse/drm-exynos-exynos7_drm_decon-add-vblank-check-in-IRQ.patch
    (git-fixes CVE-2025-38467 bsc#1247146).
  - Update
    patches.suse/drm-gem-Acquire-references-on-GEM-handles-for-frameb.patch
    (stable-fixes CVE-2025-38449 bsc#1247255).
  - Update
    patches.suse/drm-i915-gt-Fix-timeline-left-held-on-VMA-alloc-erro.patch
    (git-fixes CVE-2025-38389 bsc#1247153).
  - Update
    patches.suse/drm-msm-Fix-a-fence-leak-in-submit-error-path.patch
    (stable-fixes CVE-2025-38410 bsc#1247128).
  - Update
    patches.suse/drm-msm-Fix-another-leak-in-the-submit-error-path.patch
    (stable-fixes CVE-2025-38409 bsc#1247285).
  - Update
    patches.suse/drm-msm-gpu-Fix-crash-when-throttling-GPU-immediatel.patch
    (git-fixes CVE-2025-38354 bsc#1247061).
  - Update
    patches.suse/drm-scheduler-signal-scheduled-fence-when-kill-job.patch
    (stable-fixes CVE-2025-38436 bsc#1247227).
  - Update
    patches.suse/drm-tegra-Fix-a-possible-null-pointer-dereference.patch
    (git-fixes CVE-2025-38363 bsc#1247018).
  - Update
    patches.suse/fbcon-Make-sure-modelist-not-set-on-unregistered-con.patch
    (stable-fixes CVE-2025-38198 bsc#1245952).
  - Update
    patches.suse/fbdev-Fix-do_register_framebuffer-to-prevent-null-pt.patch
    (git-fixes CVE-2025-38215 bsc#1246109).
  - Update
    patches.suse/fbdev-Fix-fb_set_var-to-prevent-null-ptr-deref-in-fb.patch
    (git-fixes CVE-2025-38214 bsc#1246042).
  - Update
    patches.suse/fbdev-core-fbcvt-avoid-division-by-0-in-fb_cvt_hperi.patch
    (git-fixes CVE-2025-38312 bsc#1246386).
  - Update
    patches.suse/fs-nfs-read-fix-double-unlock-bug-in-nfs_return_empty_folio.patch
    (git-fixes CVE-2025-38338 bsc#1246258).
  - Update
    patches.suse/gve-add-missing-NULL-check-for-gve_alloc_pending_pac.patch
    (git-fixes CVE-2025-38122 bsc#1245746).
  - Update
    patches.suse/hwmon-asus-ec-sensors-check-sensor-index-in-read_str.patch
    (git-fixes CVE-2025-38142 bsc#1245713).
  - Update
    patches.suse/hwmon-ftsteutates-Fix-TOCTOU-race-in-fts_read.patch
    (git-fixes CVE-2025-38217 bsc#1246002).
  - Update
    patches.suse/i2c-designware-Fix-an-initialization-issue.patch
    (git-fixes CVE-2025-38380 bsc#1247028).
  - Update
    patches.suse/i2c-tegra-check-msg-length-in-SMBUS-block-read.patch
    (bsc#1242086 CVE-2025-38425 bsc#1247251).
  - Update
    patches.suse/ice-fix-Tx-scheduler-error-handling-in-XDP-callback.patch
    (git-fixes CVE-2025-38127 bsc#1245705).
  - Update
    patches.suse/iio-accel-fxls8962af-Fix-use-after-free-in-fxls8962a.patch
    (git-fixes CVE-2025-38485 bsc#1247236).
  - Update
    patches.suse/jffs2-check-jffs2_prealloc_raw_node_refs-result-in-few-other-places.patch
    (git-fixes CVE-2025-38328 bsc#1246249).
  - Update
    patches.suse/jffs2-check-that-raw-node-were-preallocated-before-writing-summary.patch
    (git-fixes CVE-2025-38194 bsc#1245957).
  - Update
    patches.suse/media-cxusb-no-longer-judge-rbuf-when-the-write-fail.patch
    (git-fixes CVE-2025-38229 bsc#1246049).
  - Update
    patches.suse/media-imx-jpeg-Cleanup-after-an-allocation-error.patch
    (git-fixes CVE-2025-38225 bsc#1246041).
  - Update
    patches.suse/media-vidtv-Terminating-the-subsequent-process-of-in.patch
    (git-fixes CVE-2025-38227 bsc#1246031).
  - Update
    patches.suse/media-vivid-Change-the-siize-of-the-composing.patch
    (git-fixes CVE-2025-38226 bsc#1246050).
  - Update
    patches.suse/mtd-nand-ecc-mxic-Fix-use-of-uninitialized-variable-.patch
    (git-fixes CVE-2025-38277 bsc#1246246).
  - Update
    patches.suse/mtd-spinand-fix-memory-leak-of-ECC-engine-conf.patch
    (stable-fixes CVE-2025-38384 bsc#1247035).
  - Update
    patches.suse/mtk-sd-Prevent-memory-corruption-from-DMA-map-failur.patch
    (git-fixes CVE-2025-38401 bsc#1247125).
  - Update
    patches.suse/nbd-fix-uaf-in-nbd_genl_connect-error-path.patch
    (git-fixes CVE-2025-38443 bsc#1247164).
  - Update patches.suse/net-Fix-TOCTOU-issue-in-sk_is_readable.patch
    (git-fixes CVE-2025-38112 bsc#1245668).
  - Update
    patches.suse/net-fix-udp-gso-skb_segment-after-pull-from-frag_lis.patch
    (git-fixes CVE-2025-38124 bsc#1245690).
  - Update
    patches.suse/net-mdiobus-Fix-potential-out-of-bounds-clause-45-re.patch
    (git-fixes CVE-2025-38110 bsc#1245665).
  - Update
    patches.suse/net-mdiobus-Fix-potential-out-of-bounds-read-write-a.patch
    (git-fixes CVE-2025-38111 bsc#1245666).
  - Update
    patches.suse/net-mlx5-Fix-ECVF-vports-unload-on-shutdown-flow.patch
    (git-fixes CVE-2025-38109 bsc#1245684).
  - Update
    patches.suse/net-phy-clear-phydev-devlink-when-the-link-is-delete.patch
    (git-fixes CVE-2025-38149 bsc#1245737).
  - Update
    patches.suse/net-phy-mscc-Fix-memory-leak-when-using-one-step-tim.patch
    (git-fixes CVE-2025-38148 bsc#1245735).
  - Update
    patches.suse/net-sched-Return-NULL-when-htb_lookup_leaf-encounter.patch
    (git-fixes CVE-2025-38468 bsc#1247437).
  - Update
    patches.suse/net-sched-fix-use-after-free-in-taprio_dev_notifier.patch
    (git-fixes CVE-2025-38087 bsc#1245504).
  - Update
    patches.suse/net-sched-sch_qfq-Fix-race-condition-on-qfq_aggregat.patch
    (git-fixes CVE-2025-38477 bsc#1247314).
  - Update
    patches.suse/net-tipc-fix-refcount-warning-in-tipc_aead_encrypt.patch
    (CVE-2025-38052 bsc#1244749 CVE-2025-38273 bsc#1246266).
  - Update
    patches.suse/net-usb-aqc111-fix-error-handling-of-usbnet-read-cal.patch
    (git-fixes CVE-2025-38153 bsc#1245744).
  - Update
    patches.suse/net-usb-lan78xx-fix-WARN-in-__netif_napi_del_locked-.patch
    (git-fixes CVE-2025-38385 bsc#1247149).
  - Update patches.suse/net-wwan-t7xx-Fix-napi-rx-poll-issue.patch
    (git-fixes CVE-2025-38123 bsc#1245688).
  - Update
    patches.suse/net_sched-ets-fix-a-race-in-ets_qdisc_change.patch
    (git-fixes CVE-2025-38107 bsc#1245676).
  - Update
    patches.suse/net_sched-red-fix-a-race-in-__red_change.patch
    (git-fixes CVE-2025-38108 bsc#1245675).
  - Update
    patches.suse/net_sched-sch_sfq-reject-invalid-perturb-period.patch
    (git-fixes CVE-2025-38193 bsc#1245945).
  - Update
    patches.suse/netfilter-nf_set_pipapo_avx2-fix-initial-map-fill.patch
    (git-fixes CVE-2024-57947 bsc#1236333 CVE-2025-38120
    bsc#1245711).
  - Update
    patches.suse/nfs-Clean-up-proc-net-rpc-nfs-when-nfs_fs_proc_net_init-fails.patch
    (git-fixes CVE-2025-38400 bsc#1247123).
  - Update
    patches.suse/nfsd-Initialize-ssc-before-laundromat_work-to-prevent-NULL-dereference.patch
    (git-fixes CVE-2025-38231 bsc#1246055).
  - Update
    patches.suse/nfsd-nfsd4_spo_must_allow-must-check-this-is-a-v4-compound-request.patch
    (git-fixes CVE-2025-38430 bsc#1247160).
  - Update
    patches.suse/page_pool-Fix-use-after-free-in-page_pool_recycle_in.patch
    (git-fixes CVE-2025-38129 bsc#1245723).
  - Update patches.suse/perf-Fix-sample-vs-do_exit.patch
    (bsc#1246547 CVE-2025-38424 bsc#1247293).
  - Update
    patches.suse/phy-qcom-qmp-usb-Fix-an-NULL-vs-IS_ERR-bug.patch
    (git-fixes CVE-2025-38275 bsc#1246236).
  - Update
    patches.suse/pinctrl-at91-Fix-possible-out-of-boundary-access.patch
    (git-fixes CVE-2025-38286 bsc#1246283).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-Fix-WMI-data-block-retr.patch
    (git-fixes CVE-2025-38412 bsc#1247132).
  - Update patches.suse/platform-x86-dell_rbu-Fix-list-usage.patch
    (git-fixes CVE-2025-38197 bsc#1246047).
  - Update
    patches.suse/powerpc-powernv-memtrace-Fix-out-of-bounds-issue-in-.patch
    (bsc#1244309 ltc#213790 CVE-2025-38088 bsc#1245506).
  - Update
    patches.suse/ptp-remove-ptp-n_vclocks-check-logic-in-ptp_vclock_i.patch
    (git-fixes CVE-2025-38305 bsc#1246358).
  - Update
    patches.suse/regulator-gpio-Fix-the-out-of-bounds-access-to-drvda.patch
    (git-fixes CVE-2025-38395 bsc#1247171).
  - Update
    patches.suse/rose-fix-dangling-neighbour-pointers-in-rose_rt_devi.patch
    (git-fixes CVE-2025-38377 bsc#1247174).
  - Update
    patches.suse/rpl-Fix-use-after-free-in-rpl_do_srh_inline.patch
    (git-fixes CVE-2025-38476 bsc#1247317).
  - Update
    patches.suse/s390-bpf-Fix-bpf_arch_text_poke-with-new_addr-NULL-again.patch
    (git-fixes bsc#1246870 CVE-2025-38489 bsc#1247241).
  - Update
    patches.suse/s390-pkey-Prevent-overflow-in-size-calculation-for-memdup_.patch
    (git-fixes bsc#1245598 CVE-2025-38257 bsc#1246186).
  - Update
    patches.suse/sch_hfsc-make-hfsc_qlen_notify-idempotent.patch
    (CVE-2025-37798 bsc#1242414 CVE-2025-38177 bsc#1245986).
  - Update
    patches.suse/scsi-lpfc-Avoid-potential-ndlp-use-after-free-in-dev.patch
    (bsc#1242993 CVE-2025-38289 bsc#1246287).
  - Update patches.suse/scsi-lpfc-Use-memcpy-for-BIOS-version.patch
    (bsc#1240966 CVE-2025-38332 bsc#1246375).
  - Update
    patches.suse/serial-Fix-potential-null-ptr-deref-in-mlb_usio_prob.patch
    (git-fixes CVE-2025-38135 bsc#1246023).
  - Update
    patches.suse/soc-aspeed-Add-NULL-check-in-aspeed_lpc_enable_snoop.patch
    (git-fixes CVE-2025-38145 bsc#1245765).
  - Update
    patches.suse/soc-aspeed-lpc-snoop-Don-t-disable-channels-that-are.patch
    (git-fixes CVE-2025-38487 bsc#1247238).
  - Update
    patches.suse/software-node-Correct-a-OOB-check-in-software_node_g.patch
    (stable-fixes CVE-2025-38342 bsc#1246453).
  - Update
    patches.suse/sunrpc-handle-SVC_GARBAGE-during-svc-auth-processing-as-auth-error.patch
    (git-fixes CVE-2025-38089 bsc#1245508).
  - Update
    patches.suse/thunderbolt-Do-not-double-dequeue-a-configuration-re.patch
    (stable-fixes CVE-2025-38174 bsc#1245781).
  - Update
    patches.suse/usb-chipidea-udc-disconnect-reconnect-from-host-when.patch
    (git-fixes CVE-2025-38376 bsc#1247176).
  - Update
    patches.suse/usb-gadget-u_serial-Fix-race-condition-in-TTY-wakeup.patch
    (git-fixes CVE-2025-38448 bsc#1247233).
  - Update
    patches.suse/usb-net-sierra-check-for-no-status-endpoint.patch
    (git-fixes CVE-2025-38474 bsc#1247311).
  - Update
    patches.suse/usb-renesas_usbhs-Reorder-clock-handling-and-power-m.patch
    (git-fixes CVE-2025-38136 bsc#1245691).
  - Update
    patches.suse/usb-typec-altmodes-displayport-do-not-index-invalid-.patch
    (git-fixes CVE-2025-38391 bsc#1247181).
  - Update
    patches.suse/usb-typec-displayport-Fix-potential-deadlock.patch
    (git-fixes CVE-2025-38404 bsc#1247271).
  - Update
    patches.suse/vgacon-Add-check-for-vc_origin-address-range-in-vgac.patch
    (git-fixes CVE-2025-38213 bsc#1246037).
  - Update
    patches.suse/wifi-ath11k-fix-node-corruption-in-ar-arvifs-list.patch
    (git-fixes CVE-2025-38293 bsc#1246292).
  - Update
    patches.suse/wifi-ath12k-fix-invalid-access-to-memory.patch
    (git-fixes CVE-2025-38292 bsc#1246295).
  - Update
    patches.suse/wifi-ath12k-fix-node-corruption-in-ar-arvifs-list.patch
    (git-fixes CVE-2025-38290 bsc#1246293).
  - Update
    patches.suse/wifi-ath6kl-remove-WARN-on-bad-firmware-input.patch
    (stable-fixes CVE-2025-38406 bsc#1247210).
  - Update
    patches.suse/wifi-ath9k_htc-Abort-software-beacon-handling-if-dis.patch
    (git-fixes CVE-2025-38157 bsc#1245747).
  - Update
    patches.suse/wifi-carl9170-do-not-ping-device-which-has-failed-to.patch
    (git-fixes CVE-2025-38420 bsc#1247279).
  - Update
    patches.suse/wifi-mt76-mt7915-Fix-null-ptr-deref-in-mt7915_mmio_w.patch
    (git-fixes CVE-2025-38155 bsc#1245748).
  - Update
    patches.suse/wifi-mt76-mt7996-drop-fragments-with-multicast-or-br.patch
    (stable-fixes CVE-2025-38343 bsc#1246438).
  - Update
    patches.suse/wifi-p54-prevent-buffer-overflow-in-p54_rx_eeprom_re.patch
    (git-fixes CVE-2025-38348 bsc#1246262).
  - Update
    patches.suse/wifi-rtw88-fix-the-para-buffer-size-to-avoid-reading.patch
    (git-fixes CVE-2025-38159 bsc#1245751).
  - commit de345c9
  - Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"
    (bsc#1219338).
  - sched,freezer: Remove unnecessary warning in __thaw_task
    (bsc#1219338).
  - commit 108588a
  - ipv6: fix possible infinite loop in fib6_info_uses_dev()
    (git-fixes).
  - commit 16f1f6e
  - ipv6: prevent infinite loop in rt6_nlmsg_size() (git-fixes).
  - commit cb535e8
  - net/sched: Restrict conditions for adding duplicating netems
    to qdisc tree (git-fixes).
  - commit 6fae648
  - Refresh
    patches.suse/af_unix-Disable-MSG_OOB-for-unprivileged-users.patch.
    Add cmdline override.
  - commit 4b6e594
  - af_unix: Disable MSG_OOB for unprivileged users (CVE-2025-38236
    bsc#1246093).
  - commit 6110a63
  - fs/orangefs: Allow 2 more characters in do_c_string()
    (git-fixes).
  - commit 642fa26
  - jfs: fix metapage reference count leak in dbAllocCtl
    (git-fixes).
  - commit 58c926b
  - x86/mce/amd: Fix threshold limit reset (git-fixes).
  - commit 468e2ae
  - bus: mhi: ep: Update read pointer only after buffer is written
    (CVE-2025-38429 bsc#1247253).
  - commit 3341565
  - x86/mce: Don't remove sysfs if thresholding sysfs init fails (git-fixes).
  - commit 3d8385a
  - x86/mce: Make sure CMCI banks are cleared during shutdown on Intel (git-fixes).
  - commit fe9eb0f
  - x86/mce/amd: Add default names for MCA banks and blocks (git-fixes).
  - commit 27f7700
  - x86/traps: Initialize DR6 by writing its architectural reset value (git-fixes).
  - commit 80ddfd8
  - media: venus: vdec: Clamp param smaller than 1fps and bigger
    than 240 (git-fixes).
  - commit 1212a93
  - x86/cpu/amd: Fix workaround for erratum 1054 (git-fixes).
  - commit 2d80ddf
  - mtd: rawnand: atmel: set pmecc data setup time (git-fixes).
  - mtd: spinand: propagate spinand_wait() errors from
    spinand_write_page() (git-fixes).
  - mtd: rawnand: fsmc: Add missing check after DMA map (git-fixes).
  - mtd: rawnand: rockchip: Add missing check after DMA map
    (git-fixes).
  - mtd: rawnand: atmel: Fix dma_mapping_error() address
    (git-fixes).
  - mtd: rawnand: renesas: Add missing check after DMA map
    (git-fixes).
  - mtd: spi-nor: Fix spi_nor_try_unlock_all() (git-fixes).
  - mtd: fix possible integer overflow in erase_xfer() (git-fixes).
  - clk: sunxi-ng: v3s: Fix de clock definition (git-fixes).
  - clk: clk-axi-clkgen: fix fpfd_max frequency for zynq
    (git-fixes).
  - clk: xilinx: vcu: unregister pll_post only if registered
    correctly (git-fixes).
  - clk: davinci: Add NULL check in davinci_lpsc_clk_register()
    (git-fixes).
  - hwmon: (gsc-hwmon) fix fan pwm setpoint show functions
    (git-fixes).
  - pwm: imx-tpm: Reset counter if CMOD is 0 (git-fixes).
  - media: uvcvideo: Do not mark valid metadata as invalid
    (git-fixes).
  - media: ov2659: Fix memory leaks in ov2659_probe() (git-fixes).
  - media: hi556: correct the test pattern configuration
    (git-fixes).
  - media: vivid: fix wrong pixel_array control size (git-fixes).
  - media: venus: hfi: explicitly release IRQ during teardown
    (git-fixes).
  - media: venus: Add a check for packet size after reading from
    shared memory (git-fixes).
  - media: venus: protect against spurious interrupts during probe
    (git-fixes).
  - media: venus: venc: Clamp param smaller than 1fps and bigger
    than 240 (git-fixes).
  - media: v4l2-ctrls: Don't reset handler's error in
    v4l2_ctrl_handler_free() (git-fixes).
  - media: v4l2-ctrls: Fix H264 SEPARATE_COLOUR_PLANE check
    (git-fixes).
  - media: imx: fix a potential memory leak in
    imx_media_csc_scaler_device_init() (git-fixes).
  - media: rainshadow-cec: fix TOCTOU race condition in
    rain_interrupt() (git-fixes).
  - media: gspca: Add bounds checking to firmware parser
    (git-fixes).
  - media: usbtv: Lock resolution while streaming (git-fixes).
  - media: uvcvideo: Fix 1-byte out-of-bounds read in
    uvc_parse_format() (git-fixes).
  - crypto: qat - fix seq_file position update in adf_ring_next()
    (git-fixes).
  - crypto: qat - fix DMA direction for compression on GEN2 devices
    (git-fixes).
  - crypto: qat - flush misc workqueue during device shutdown
    (git-fixes).
  - crypto: qat - disable ZUC-256 capability for QAT GEN5
    (git-fixes).
  - crypto: img-hash - Fix dma_unmap_sg() nents value (git-fixes).
  - crypto: keembay - Fix dma_unmap_sg() nents value (git-fixes).
  - hwrng: mtk - handle devm_pm_runtime_enable errors (git-fixes).
  - crypto: ccp - Fix crash when rebind ccp device for ccp.ko
    (git-fixes).
  - crypto: inside-secure - Fix `dma_unmap_sg()` nents value
    (git-fixes).
  - crypto: ccp - Fix locking on alloc failure handling (git-fixes).
  - crypto: arm/aes-neonbs - work around gcc-15 warning (git-fixes).
  - crypto: qat - fix state restore for banks with exceptions
    (git-fixes).
  - crypto: qat - allow enabling VFs in the absence of IOMMU
    (git-fixes).
  - crypto: marvell/cesa - Fix engine load inaccuracy (git-fixes).
  - crypto: qat - use unmanaged allocation for dc_data (git-fixes).
  - crypto: sun8i-ce - fix nents passed to dma_unmap_sg()
    (git-fixes).
  - commit 8f3fb2a
  - Move upstreamed SCSI and ACPI patches into sorted section
  - commit 09d9d7c
  - RDMA/uverbs: Add empty rdma_uattrs_has_raw_cap() declaration (git-fixes)
  - commit ced3c6d
  - Update config files.
    run_oldconfig, no functional change.
  - commit 0b6044b
  - RDMA/mlx5: Fix compilation warning when USER_ACCESS isn't set (git-fixes)
  - commit dce79bd
  - RDMA/hns: Fix -Wframe-larger-than issue (git-fixes)
  - commit 90a067b
  - RDMA/hns: Drop GFP_NOWARN (git-fixes)
  - commit 927f6d6
  - RDMA/hns: Fix accessing uninitialized resources (git-fixes)
  - commit c1be2f8
  - RDMA/hns: Get message length of ack_req from FW (git-fixes)
  - commit 2e9a431
  - RDMA/hns: Fix HW configurations not cleared in error flow (git-fixes)
  - commit ba6e757
  - RDMA/hns: Fix double destruction of rsv_qp (git-fixes)
  - commit 0d7fee3
  - Fix dma_unmap_sg() nents value (git-fixes)
  - commit 89d1cb0
  - RDMA/counter: Check CAP_NET_RAW check in user namespace for RDMA counters (git-fixes)
  - commit c5238e7
  - RDMA/nldev: Check CAP_NET_RAW in user namespace for QP modify (git-fixes)
  - commit 0d7ab5b
  - RDMA/mlx5: Check CAP_NET_RAW in user namespace for devx create (git-fixes)
  - commit c162c8c
  - RDMA/uverbs: Check CAP_NET_RAW in user namespace for RAW QP create (git-fixes)
  - commit 3292115
  - RDMA/uverbs: Check CAP_NET_RAW in user namespace for QP create (git-fixes)
  - commit 90f88d3
  - RDMA/mlx5: Check CAP_NET_RAW in user namespace for anchor create (git-fixes)
  - commit a812e80
  - RDMA/mlx5: Check CAP_NET_RAW in user namespace for flow create (git-fixes)
  - commit 9dcd5e1
  - RDMA/uverbs: Check CAP_NET_RAW in user namespace for flow create (git-fixes)
  - commit eaff4b0
  - vsock: Fix transport_{g2h,h2g} TOCTOU (CVE-2025-38462
    bsc#1247104).
  - commit f5da768

++++ kernel-rt:

  - btrfs: don't silently ignore unexpected extent type when
    replaying log (git-fixes).
  - commit e423498
  - btrfs: fix invalid inode pointer dereferences during log replay
    (git-fixes).
  - commit 78cbba9
  - btrfs: return a btrfs_inode from read_one_inode() (git-fixes).
  - commit b3a9472
  - iommu/arm-smmu-qcom: Add SM6115 MDSS compatible (git-fixes).
  - iommu/amd: Fix geometry.aperture_end for V2 tables (git-fixes).
  - commit f8c05a9
  - btrfs: return a btrfs_inode from btrfs_iget_logging()
    (git-fixes).
  - commit 88ed97b
  - btrfs: use NOFS context when getting inodes during logging
    and log replay (git-fixes).
  - commit 88eb1d5
  - virtio-net: ensure the received length does not exceed allocated
    size (CVE-2025-38375 bsc#1247177).
  - commit 2adf745
  - btrfs: update superblock's device bytes_used when dropping chunk
    (git-fixes).
  - commit e33076b
  - Update
    patches.suse/0001-mm-hugetlb-fix-huge_pmd_unshare-vs-GUP-fast-race.patch
    (bsc#1245431 CVE-2025-38085 bsc#1245499).
  - Update
    patches.suse/0001-mm-hugetlb-unshare-page-tables-during-VMA-split-not-.patch
    (bsc#1245431 CVE-2025-38084 bsc#1245498).
  - Update
    patches.suse/ACPI-CPPC-Fix-NULL-pointer-dereference-when-nosmp-is.patch
    (git-fixes CVE-2025-38113 bsc#1245683).
  - Update
    patches.suse/ACPICA-Refuse-to-evaluate-a-method-if-arguments-are-.patch
    (stable-fixes CVE-2025-38386 bsc#1247138).
  - Update
    patches.suse/ACPICA-fix-acpi-operand-cache-leak-in-dswstate.c.patch
    (stable-fixes CVE-2025-38345 bsc#1246337).
  - Update
    patches.suse/ACPICA-fix-acpi-parse-and-parseext-cache-leaks.patch
    (stable-fixes CVE-2025-38344 bsc#1246334).
  - Update
    patches.suse/ALSA-usb-audio-Fix-out-of-bounds-read-in-snd_usb_get.patch
    (git-fixes CVE-2025-38249 bsc#1246171).
  - Update
    patches.suse/ASoC-Intel-avs-Verify-content-returned-by-parse_int_.patch
    (git-fixes CVE-2025-38307 bsc#1246364).
  - Update
    patches.suse/ASoC-codecs-wcd9335-Fix-missing-free-of-regulator-su.patch
    (git-fixes CVE-2025-38259 bsc#1246220).
  - Update
    patches.suse/Bluetooth-Fix-NULL-pointer-deference-on-eir_get_serv.patch
    (git-fixes CVE-2025-38304 bsc#1246240).
  - Update
    patches.suse/Bluetooth-Fix-null-ptr-deref-in-l2cap_sock_resume_cb.patch
    (git-fixes CVE-2025-38473 bsc#1247289).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-UAF-on-mgmt_remove_adv_monitor_co.patch
    (git-fixes CVE-2025-38118 bsc#1245670).
  - Update
    patches.suse/HID-core-do-not-bypass-hid_hw_raw_request.patch
    (stable-fixes CVE-2025-38494 bsc#1247349).
  - Update
    patches.suse/HID-core-ensure-the-allocated-report-buffer-can-cont.patch
    (stable-fixes CVE-2025-38495 bsc#1247348).
  - Update
    patches.suse/IB-mlx5-Fix-potential-deadlock-in-MR-deregistration.patch
    (git-fixes CVE-2025-38373 bsc#1247033).
  - Update
    patches.suse/Input-ims-pcu-check-record-size-in-ims_pcu_flash_fir.patch
    (git-fixes CVE-2025-38428 bsc#1247150).
  - Update
    patches.suse/NFC-nci-uart-Set-tty-disc_data-only-in-success-path.patch
    (git-fixes CVE-2025-38416 bsc#1247151).
  - Update
    patches.suse/NFSv4-pNFS-Fix-a-race-to-wake-on-NFS_LAYOUT_DRAIN.patch
    (git-fixes CVE-2025-38393 bsc#1247170).
  - Update
    patches.suse/RDMA-cma-Fix-hang-when-cma_netevent_callback-fails-t.patch
    (git-fixes CVE-2025-38151 bsc#1245745).
  - Update
    patches.suse/RDMA-iwcm-Fix-use-after-free-of-work-objects-after-c.patch
    (git-fixes CVE-2025-38211 bsc#1246008).
  - Update
    patches.suse/RDMA-mlx5-Fix-error-flow-upon-firmware-failure-for-R.patch
    (git-fixes CVE-2025-38161 bsc#1245777).
  - Update
    patches.suse/RDMA-mlx5-Initialize-obj_event-obj_sub_list-before-x.patch
    (git-fixes CVE-2025-38387 bsc#1247154).
  - Update
    patches.suse/Squashfs-check-return-result-of-sb_min_blocksize.patch
    (git-fixes CVE-2025-38415 bsc#1247147).
  - Update
    patches.suse/VMCI-fix-race-between-vmci_host_setup_notify-and-vmc.patch
    (git-fixes CVE-2025-38102 bsc#1245669).
  - Update
    patches.suse/aoe-clean-device-rq_list-in-aoedev_downdev.patch
    (git-fixes CVE-2025-38326 bsc#1246490).
  - Update
    patches.suse/ata-pata_via-Force-PIO-for-ATAPI-devices-on-VT6415-V.patch
    (stable-fixes CVE-2025-38336 bsc#1246370).
  - Update
    patches.suse/backlight-pm8941-Add-NULL-check-in-wled_configure.patch
    (git-fixes CVE-2025-38143 bsc#1245714).
  - Update patches.suse/bnxt-properly-flush-XDP-redirect-lists.patch
    (git-fixes CVE-2025-38246 bsc#1246195).
  - Update
    patches.suse/bpf-sockmap-Fix-panic-when-calling-skb_linearize.patch
    (bsc#1245749 CVE-2025-38154 CVE-2025-38165 bsc#1245757).
  - Update patches.suse/bus-fsl-mc-fix-double-free-on-mc_dev.patch
    (git-fixes CVE-2025-38313 bsc#1246342).
  - Update
    patches.suse/calipso-Fix-null-ptr-deref-in-calipso_req_-set-del-a.patch
    (git-fixes CVE-2025-38181 bsc#1246000).
  - Update
    patches.suse/comedi-Fail-COMEDI_INSNLIST-ioctl-if-n_insns-is-too-.patch
    (git-fixes CVE-2025-38481 bsc#1247276).
  - Update
    patches.suse/comedi-Fix-initialization-of-data-for-instructions-t.patch
    (git-fixes CVE-2025-38478 bsc#1247273).
  - Update
    patches.suse/comedi-Fix-use-of-uninitialized-data-in-insn_rw_emul.patch
    (git-fixes CVE-2025-38480 bsc#1247274).
  - Update
    patches.suse/comedi-das16m1-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38483 bsc#1247278).
  - Update
    patches.suse/comedi-das6402-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38482 bsc#1247277).
  - Update
    patches.suse/crypto-marvell-cesa-Handle-zero-length-skcipher-requ.patch
    (git-fixes CVE-2025-38173 bsc#1245769).
  - Update
    patches.suse/crypto-sun8i-ce-cipher-fix-error-handling-in-sun8i_c.patch
    (git-fixes CVE-2025-38300 bsc#1246349).
  - Update patches.suse/dm-bufio-fix-sched-in-atomic-context.patch
    (git-fixes CVE-2025-38496 bsc#1247284).
  - Update
    patches.suse/dma-buf-insert-memory-barrier-before-updating-num_fe.patch
    (git-fixes CVE-2025-38095 bsc#1245658).
  - Update
    patches.suse/dmaengine-idxd-Check-availability-of-workqueue-alloc.patch
    (stable-fixes CVE-2025-38369 bsc#1247209).
  - Update
    patches.suse/dmaengine-ti-Add-NULL-check-in-udma_probe.patch
    (git-fixes CVE-2025-38138 bsc#1245719).
  - Update
    patches.suse/drivers-rapidio-rio_cm.c-prevent-possible-heap-overw.patch
    (stable-fixes CVE-2025-38090 bsc#1245510).
  - Update
    patches.suse/drm-amd-display-Add-null-pointer-check-for-get_first.patch
    (git-fixes CVE-2025-38362 bsc#1247089).
  - Update
    patches.suse/drm-amd-pp-Fix-potential-NULL-pointer-dereference-in.patch
    (git-fixes CVE-2025-38319 bsc#1246243).
  - Update
    patches.suse/drm-exynos-exynos7_drm_decon-add-vblank-check-in-IRQ.patch
    (git-fixes CVE-2025-38467 bsc#1247146).
  - Update
    patches.suse/drm-gem-Acquire-references-on-GEM-handles-for-frameb.patch
    (stable-fixes CVE-2025-38449 bsc#1247255).
  - Update
    patches.suse/drm-i915-gt-Fix-timeline-left-held-on-VMA-alloc-erro.patch
    (git-fixes CVE-2025-38389 bsc#1247153).
  - Update
    patches.suse/drm-msm-Fix-a-fence-leak-in-submit-error-path.patch
    (stable-fixes CVE-2025-38410 bsc#1247128).
  - Update
    patches.suse/drm-msm-Fix-another-leak-in-the-submit-error-path.patch
    (stable-fixes CVE-2025-38409 bsc#1247285).
  - Update
    patches.suse/drm-msm-gpu-Fix-crash-when-throttling-GPU-immediatel.patch
    (git-fixes CVE-2025-38354 bsc#1247061).
  - Update
    patches.suse/drm-scheduler-signal-scheduled-fence-when-kill-job.patch
    (stable-fixes CVE-2025-38436 bsc#1247227).
  - Update
    patches.suse/drm-tegra-Fix-a-possible-null-pointer-dereference.patch
    (git-fixes CVE-2025-38363 bsc#1247018).
  - Update
    patches.suse/fbcon-Make-sure-modelist-not-set-on-unregistered-con.patch
    (stable-fixes CVE-2025-38198 bsc#1245952).
  - Update
    patches.suse/fbdev-Fix-do_register_framebuffer-to-prevent-null-pt.patch
    (git-fixes CVE-2025-38215 bsc#1246109).
  - Update
    patches.suse/fbdev-Fix-fb_set_var-to-prevent-null-ptr-deref-in-fb.patch
    (git-fixes CVE-2025-38214 bsc#1246042).
  - Update
    patches.suse/fbdev-core-fbcvt-avoid-division-by-0-in-fb_cvt_hperi.patch
    (git-fixes CVE-2025-38312 bsc#1246386).
  - Update
    patches.suse/fs-nfs-read-fix-double-unlock-bug-in-nfs_return_empty_folio.patch
    (git-fixes CVE-2025-38338 bsc#1246258).
  - Update
    patches.suse/gve-add-missing-NULL-check-for-gve_alloc_pending_pac.patch
    (git-fixes CVE-2025-38122 bsc#1245746).
  - Update
    patches.suse/hwmon-asus-ec-sensors-check-sensor-index-in-read_str.patch
    (git-fixes CVE-2025-38142 bsc#1245713).
  - Update
    patches.suse/hwmon-ftsteutates-Fix-TOCTOU-race-in-fts_read.patch
    (git-fixes CVE-2025-38217 bsc#1246002).
  - Update
    patches.suse/i2c-designware-Fix-an-initialization-issue.patch
    (git-fixes CVE-2025-38380 bsc#1247028).
  - Update
    patches.suse/i2c-tegra-check-msg-length-in-SMBUS-block-read.patch
    (bsc#1242086 CVE-2025-38425 bsc#1247251).
  - Update
    patches.suse/ice-fix-Tx-scheduler-error-handling-in-XDP-callback.patch
    (git-fixes CVE-2025-38127 bsc#1245705).
  - Update
    patches.suse/iio-accel-fxls8962af-Fix-use-after-free-in-fxls8962a.patch
    (git-fixes CVE-2025-38485 bsc#1247236).
  - Update
    patches.suse/jffs2-check-jffs2_prealloc_raw_node_refs-result-in-few-other-places.patch
    (git-fixes CVE-2025-38328 bsc#1246249).
  - Update
    patches.suse/jffs2-check-that-raw-node-were-preallocated-before-writing-summary.patch
    (git-fixes CVE-2025-38194 bsc#1245957).
  - Update
    patches.suse/media-cxusb-no-longer-judge-rbuf-when-the-write-fail.patch
    (git-fixes CVE-2025-38229 bsc#1246049).
  - Update
    patches.suse/media-imx-jpeg-Cleanup-after-an-allocation-error.patch
    (git-fixes CVE-2025-38225 bsc#1246041).
  - Update
    patches.suse/media-vidtv-Terminating-the-subsequent-process-of-in.patch
    (git-fixes CVE-2025-38227 bsc#1246031).
  - Update
    patches.suse/media-vivid-Change-the-siize-of-the-composing.patch
    (git-fixes CVE-2025-38226 bsc#1246050).
  - Update
    patches.suse/mtd-nand-ecc-mxic-Fix-use-of-uninitialized-variable-.patch
    (git-fixes CVE-2025-38277 bsc#1246246).
  - Update
    patches.suse/mtd-spinand-fix-memory-leak-of-ECC-engine-conf.patch
    (stable-fixes CVE-2025-38384 bsc#1247035).
  - Update
    patches.suse/mtk-sd-Prevent-memory-corruption-from-DMA-map-failur.patch
    (git-fixes CVE-2025-38401 bsc#1247125).
  - Update
    patches.suse/nbd-fix-uaf-in-nbd_genl_connect-error-path.patch
    (git-fixes CVE-2025-38443 bsc#1247164).
  - Update patches.suse/net-Fix-TOCTOU-issue-in-sk_is_readable.patch
    (git-fixes CVE-2025-38112 bsc#1245668).
  - Update
    patches.suse/net-fix-udp-gso-skb_segment-after-pull-from-frag_lis.patch
    (git-fixes CVE-2025-38124 bsc#1245690).
  - Update
    patches.suse/net-mdiobus-Fix-potential-out-of-bounds-clause-45-re.patch
    (git-fixes CVE-2025-38110 bsc#1245665).
  - Update
    patches.suse/net-mdiobus-Fix-potential-out-of-bounds-read-write-a.patch
    (git-fixes CVE-2025-38111 bsc#1245666).
  - Update
    patches.suse/net-mlx5-Fix-ECVF-vports-unload-on-shutdown-flow.patch
    (git-fixes CVE-2025-38109 bsc#1245684).
  - Update
    patches.suse/net-phy-clear-phydev-devlink-when-the-link-is-delete.patch
    (git-fixes CVE-2025-38149 bsc#1245737).
  - Update
    patches.suse/net-phy-mscc-Fix-memory-leak-when-using-one-step-tim.patch
    (git-fixes CVE-2025-38148 bsc#1245735).
  - Update
    patches.suse/net-sched-Return-NULL-when-htb_lookup_leaf-encounter.patch
    (git-fixes CVE-2025-38468 bsc#1247437).
  - Update
    patches.suse/net-sched-fix-use-after-free-in-taprio_dev_notifier.patch
    (git-fixes CVE-2025-38087 bsc#1245504).
  - Update
    patches.suse/net-sched-sch_qfq-Fix-race-condition-on-qfq_aggregat.patch
    (git-fixes CVE-2025-38477 bsc#1247314).
  - Update
    patches.suse/net-tipc-fix-refcount-warning-in-tipc_aead_encrypt.patch
    (CVE-2025-38052 bsc#1244749 CVE-2025-38273 bsc#1246266).
  - Update
    patches.suse/net-usb-aqc111-fix-error-handling-of-usbnet-read-cal.patch
    (git-fixes CVE-2025-38153 bsc#1245744).
  - Update
    patches.suse/net-usb-lan78xx-fix-WARN-in-__netif_napi_del_locked-.patch
    (git-fixes CVE-2025-38385 bsc#1247149).
  - Update patches.suse/net-wwan-t7xx-Fix-napi-rx-poll-issue.patch
    (git-fixes CVE-2025-38123 bsc#1245688).
  - Update
    patches.suse/net_sched-ets-fix-a-race-in-ets_qdisc_change.patch
    (git-fixes CVE-2025-38107 bsc#1245676).
  - Update
    patches.suse/net_sched-red-fix-a-race-in-__red_change.patch
    (git-fixes CVE-2025-38108 bsc#1245675).
  - Update
    patches.suse/net_sched-sch_sfq-reject-invalid-perturb-period.patch
    (git-fixes CVE-2025-38193 bsc#1245945).
  - Update
    patches.suse/netfilter-nf_set_pipapo_avx2-fix-initial-map-fill.patch
    (git-fixes CVE-2024-57947 bsc#1236333 CVE-2025-38120
    bsc#1245711).
  - Update
    patches.suse/nfs-Clean-up-proc-net-rpc-nfs-when-nfs_fs_proc_net_init-fails.patch
    (git-fixes CVE-2025-38400 bsc#1247123).
  - Update
    patches.suse/nfsd-Initialize-ssc-before-laundromat_work-to-prevent-NULL-dereference.patch
    (git-fixes CVE-2025-38231 bsc#1246055).
  - Update
    patches.suse/nfsd-nfsd4_spo_must_allow-must-check-this-is-a-v4-compound-request.patch
    (git-fixes CVE-2025-38430 bsc#1247160).
  - Update
    patches.suse/page_pool-Fix-use-after-free-in-page_pool_recycle_in.patch
    (git-fixes CVE-2025-38129 bsc#1245723).
  - Update patches.suse/perf-Fix-sample-vs-do_exit.patch
    (bsc#1246547 CVE-2025-38424 bsc#1247293).
  - Update
    patches.suse/phy-qcom-qmp-usb-Fix-an-NULL-vs-IS_ERR-bug.patch
    (git-fixes CVE-2025-38275 bsc#1246236).
  - Update
    patches.suse/pinctrl-at91-Fix-possible-out-of-boundary-access.patch
    (git-fixes CVE-2025-38286 bsc#1246283).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-Fix-WMI-data-block-retr.patch
    (git-fixes CVE-2025-38412 bsc#1247132).
  - Update patches.suse/platform-x86-dell_rbu-Fix-list-usage.patch
    (git-fixes CVE-2025-38197 bsc#1246047).
  - Update
    patches.suse/powerpc-powernv-memtrace-Fix-out-of-bounds-issue-in-.patch
    (bsc#1244309 ltc#213790 CVE-2025-38088 bsc#1245506).
  - Update
    patches.suse/ptp-remove-ptp-n_vclocks-check-logic-in-ptp_vclock_i.patch
    (git-fixes CVE-2025-38305 bsc#1246358).
  - Update
    patches.suse/regulator-gpio-Fix-the-out-of-bounds-access-to-drvda.patch
    (git-fixes CVE-2025-38395 bsc#1247171).
  - Update
    patches.suse/rose-fix-dangling-neighbour-pointers-in-rose_rt_devi.patch
    (git-fixes CVE-2025-38377 bsc#1247174).
  - Update
    patches.suse/rpl-Fix-use-after-free-in-rpl_do_srh_inline.patch
    (git-fixes CVE-2025-38476 bsc#1247317).
  - Update
    patches.suse/s390-bpf-Fix-bpf_arch_text_poke-with-new_addr-NULL-again.patch
    (git-fixes bsc#1246870 CVE-2025-38489 bsc#1247241).
  - Update
    patches.suse/s390-pkey-Prevent-overflow-in-size-calculation-for-memdup_.patch
    (git-fixes bsc#1245598 CVE-2025-38257 bsc#1246186).
  - Update
    patches.suse/sch_hfsc-make-hfsc_qlen_notify-idempotent.patch
    (CVE-2025-37798 bsc#1242414 CVE-2025-38177 bsc#1245986).
  - Update
    patches.suse/scsi-lpfc-Avoid-potential-ndlp-use-after-free-in-dev.patch
    (bsc#1242993 CVE-2025-38289 bsc#1246287).
  - Update patches.suse/scsi-lpfc-Use-memcpy-for-BIOS-version.patch
    (bsc#1240966 CVE-2025-38332 bsc#1246375).
  - Update
    patches.suse/serial-Fix-potential-null-ptr-deref-in-mlb_usio_prob.patch
    (git-fixes CVE-2025-38135 bsc#1246023).
  - Update
    patches.suse/soc-aspeed-Add-NULL-check-in-aspeed_lpc_enable_snoop.patch
    (git-fixes CVE-2025-38145 bsc#1245765).
  - Update
    patches.suse/soc-aspeed-lpc-snoop-Don-t-disable-channels-that-are.patch
    (git-fixes CVE-2025-38487 bsc#1247238).
  - Update
    patches.suse/software-node-Correct-a-OOB-check-in-software_node_g.patch
    (stable-fixes CVE-2025-38342 bsc#1246453).
  - Update
    patches.suse/sunrpc-handle-SVC_GARBAGE-during-svc-auth-processing-as-auth-error.patch
    (git-fixes CVE-2025-38089 bsc#1245508).
  - Update
    patches.suse/thunderbolt-Do-not-double-dequeue-a-configuration-re.patch
    (stable-fixes CVE-2025-38174 bsc#1245781).
  - Update
    patches.suse/usb-chipidea-udc-disconnect-reconnect-from-host-when.patch
    (git-fixes CVE-2025-38376 bsc#1247176).
  - Update
    patches.suse/usb-gadget-u_serial-Fix-race-condition-in-TTY-wakeup.patch
    (git-fixes CVE-2025-38448 bsc#1247233).
  - Update
    patches.suse/usb-net-sierra-check-for-no-status-endpoint.patch
    (git-fixes CVE-2025-38474 bsc#1247311).
  - Update
    patches.suse/usb-renesas_usbhs-Reorder-clock-handling-and-power-m.patch
    (git-fixes CVE-2025-38136 bsc#1245691).
  - Update
    patches.suse/usb-typec-altmodes-displayport-do-not-index-invalid-.patch
    (git-fixes CVE-2025-38391 bsc#1247181).
  - Update
    patches.suse/usb-typec-displayport-Fix-potential-deadlock.patch
    (git-fixes CVE-2025-38404 bsc#1247271).
  - Update
    patches.suse/vgacon-Add-check-for-vc_origin-address-range-in-vgac.patch
    (git-fixes CVE-2025-38213 bsc#1246037).
  - Update
    patches.suse/wifi-ath11k-fix-node-corruption-in-ar-arvifs-list.patch
    (git-fixes CVE-2025-38293 bsc#1246292).
  - Update
    patches.suse/wifi-ath12k-fix-invalid-access-to-memory.patch
    (git-fixes CVE-2025-38292 bsc#1246295).
  - Update
    patches.suse/wifi-ath12k-fix-node-corruption-in-ar-arvifs-list.patch
    (git-fixes CVE-2025-38290 bsc#1246293).
  - Update
    patches.suse/wifi-ath6kl-remove-WARN-on-bad-firmware-input.patch
    (stable-fixes CVE-2025-38406 bsc#1247210).
  - Update
    patches.suse/wifi-ath9k_htc-Abort-software-beacon-handling-if-dis.patch
    (git-fixes CVE-2025-38157 bsc#1245747).
  - Update
    patches.suse/wifi-carl9170-do-not-ping-device-which-has-failed-to.patch
    (git-fixes CVE-2025-38420 bsc#1247279).
  - Update
    patches.suse/wifi-mt76-mt7915-Fix-null-ptr-deref-in-mt7915_mmio_w.patch
    (git-fixes CVE-2025-38155 bsc#1245748).
  - Update
    patches.suse/wifi-mt76-mt7996-drop-fragments-with-multicast-or-br.patch
    (stable-fixes CVE-2025-38343 bsc#1246438).
  - Update
    patches.suse/wifi-p54-prevent-buffer-overflow-in-p54_rx_eeprom_re.patch
    (git-fixes CVE-2025-38348 bsc#1246262).
  - Update
    patches.suse/wifi-rtw88-fix-the-para-buffer-size-to-avoid-reading.patch
    (git-fixes CVE-2025-38159 bsc#1245751).
  - commit de345c9
  - Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"
    (bsc#1219338).
  - sched,freezer: Remove unnecessary warning in __thaw_task
    (bsc#1219338).
  - commit 108588a
  - ipv6: fix possible infinite loop in fib6_info_uses_dev()
    (git-fixes).
  - commit 16f1f6e
  - ipv6: prevent infinite loop in rt6_nlmsg_size() (git-fixes).
  - commit cb535e8
  - net/sched: Restrict conditions for adding duplicating netems
    to qdisc tree (git-fixes).
  - commit 6fae648
  - Refresh
    patches.suse/af_unix-Disable-MSG_OOB-for-unprivileged-users.patch.
    Add cmdline override.
  - commit 4b6e594
  - af_unix: Disable MSG_OOB for unprivileged users (CVE-2025-38236
    bsc#1246093).
  - commit 6110a63
  - fs/orangefs: Allow 2 more characters in do_c_string()
    (git-fixes).
  - commit 642fa26
  - jfs: fix metapage reference count leak in dbAllocCtl
    (git-fixes).
  - commit 58c926b
  - x86/mce/amd: Fix threshold limit reset (git-fixes).
  - commit 468e2ae
  - bus: mhi: ep: Update read pointer only after buffer is written
    (CVE-2025-38429 bsc#1247253).
  - commit 3341565
  - x86/mce: Don't remove sysfs if thresholding sysfs init fails (git-fixes).
  - commit 3d8385a
  - x86/mce: Make sure CMCI banks are cleared during shutdown on Intel (git-fixes).
  - commit fe9eb0f
  - x86/mce/amd: Add default names for MCA banks and blocks (git-fixes).
  - commit 27f7700
  - x86/traps: Initialize DR6 by writing its architectural reset value (git-fixes).
  - commit 80ddfd8
  - media: venus: vdec: Clamp param smaller than 1fps and bigger
    than 240 (git-fixes).
  - commit 1212a93
  - x86/cpu/amd: Fix workaround for erratum 1054 (git-fixes).
  - commit 2d80ddf
  - mtd: rawnand: atmel: set pmecc data setup time (git-fixes).
  - mtd: spinand: propagate spinand_wait() errors from
    spinand_write_page() (git-fixes).
  - mtd: rawnand: fsmc: Add missing check after DMA map (git-fixes).
  - mtd: rawnand: rockchip: Add missing check after DMA map
    (git-fixes).
  - mtd: rawnand: atmel: Fix dma_mapping_error() address
    (git-fixes).
  - mtd: rawnand: renesas: Add missing check after DMA map
    (git-fixes).
  - mtd: spi-nor: Fix spi_nor_try_unlock_all() (git-fixes).
  - mtd: fix possible integer overflow in erase_xfer() (git-fixes).
  - clk: sunxi-ng: v3s: Fix de clock definition (git-fixes).
  - clk: clk-axi-clkgen: fix fpfd_max frequency for zynq
    (git-fixes).
  - clk: xilinx: vcu: unregister pll_post only if registered
    correctly (git-fixes).
  - clk: davinci: Add NULL check in davinci_lpsc_clk_register()
    (git-fixes).
  - hwmon: (gsc-hwmon) fix fan pwm setpoint show functions
    (git-fixes).
  - pwm: imx-tpm: Reset counter if CMOD is 0 (git-fixes).
  - media: uvcvideo: Do not mark valid metadata as invalid
    (git-fixes).
  - media: ov2659: Fix memory leaks in ov2659_probe() (git-fixes).
  - media: hi556: correct the test pattern configuration
    (git-fixes).
  - media: vivid: fix wrong pixel_array control size (git-fixes).
  - media: venus: hfi: explicitly release IRQ during teardown
    (git-fixes).
  - media: venus: Add a check for packet size after reading from
    shared memory (git-fixes).
  - media: venus: protect against spurious interrupts during probe
    (git-fixes).
  - media: venus: venc: Clamp param smaller than 1fps and bigger
    than 240 (git-fixes).
  - media: v4l2-ctrls: Don't reset handler's error in
    v4l2_ctrl_handler_free() (git-fixes).
  - media: v4l2-ctrls: Fix H264 SEPARATE_COLOUR_PLANE check
    (git-fixes).
  - media: imx: fix a potential memory leak in
    imx_media_csc_scaler_device_init() (git-fixes).
  - media: rainshadow-cec: fix TOCTOU race condition in
    rain_interrupt() (git-fixes).
  - media: gspca: Add bounds checking to firmware parser
    (git-fixes).
  - media: usbtv: Lock resolution while streaming (git-fixes).
  - media: uvcvideo: Fix 1-byte out-of-bounds read in
    uvc_parse_format() (git-fixes).
  - crypto: qat - fix seq_file position update in adf_ring_next()
    (git-fixes).
  - crypto: qat - fix DMA direction for compression on GEN2 devices
    (git-fixes).
  - crypto: qat - flush misc workqueue during device shutdown
    (git-fixes).
  - crypto: qat - disable ZUC-256 capability for QAT GEN5
    (git-fixes).
  - crypto: img-hash - Fix dma_unmap_sg() nents value (git-fixes).
  - crypto: keembay - Fix dma_unmap_sg() nents value (git-fixes).
  - hwrng: mtk - handle devm_pm_runtime_enable errors (git-fixes).
  - crypto: ccp - Fix crash when rebind ccp device for ccp.ko
    (git-fixes).
  - crypto: inside-secure - Fix `dma_unmap_sg()` nents value
    (git-fixes).
  - crypto: ccp - Fix locking on alloc failure handling (git-fixes).
  - crypto: arm/aes-neonbs - work around gcc-15 warning (git-fixes).
  - crypto: qat - fix state restore for banks with exceptions
    (git-fixes).
  - crypto: qat - allow enabling VFs in the absence of IOMMU
    (git-fixes).
  - crypto: marvell/cesa - Fix engine load inaccuracy (git-fixes).
  - crypto: qat - use unmanaged allocation for dc_data (git-fixes).
  - crypto: sun8i-ce - fix nents passed to dma_unmap_sg()
    (git-fixes).
  - commit 8f3fb2a
  - Move upstreamed SCSI and ACPI patches into sorted section
  - commit 09d9d7c
  - RDMA/uverbs: Add empty rdma_uattrs_has_raw_cap() declaration (git-fixes)
  - commit ced3c6d
  - Update config files.
    run_oldconfig, no functional change.
  - commit 0b6044b
  - RDMA/mlx5: Fix compilation warning when USER_ACCESS isn't set (git-fixes)
  - commit dce79bd
  - RDMA/hns: Fix -Wframe-larger-than issue (git-fixes)
  - commit 90a067b
  - RDMA/hns: Drop GFP_NOWARN (git-fixes)
  - commit 927f6d6
  - RDMA/hns: Fix accessing uninitialized resources (git-fixes)
  - commit c1be2f8
  - RDMA/hns: Get message length of ack_req from FW (git-fixes)
  - commit 2e9a431
  - RDMA/hns: Fix HW configurations not cleared in error flow (git-fixes)
  - commit ba6e757
  - RDMA/hns: Fix double destruction of rsv_qp (git-fixes)
  - commit 0d7fee3
  - Fix dma_unmap_sg() nents value (git-fixes)
  - commit 89d1cb0
  - RDMA/counter: Check CAP_NET_RAW check in user namespace for RDMA counters (git-fixes)
  - commit c5238e7
  - RDMA/nldev: Check CAP_NET_RAW in user namespace for QP modify (git-fixes)
  - commit 0d7ab5b
  - RDMA/mlx5: Check CAP_NET_RAW in user namespace for devx create (git-fixes)
  - commit c162c8c
  - RDMA/uverbs: Check CAP_NET_RAW in user namespace for RAW QP create (git-fixes)
  - commit 3292115
  - RDMA/uverbs: Check CAP_NET_RAW in user namespace for QP create (git-fixes)
  - commit 90f88d3
  - RDMA/mlx5: Check CAP_NET_RAW in user namespace for anchor create (git-fixes)
  - commit a812e80
  - RDMA/mlx5: Check CAP_NET_RAW in user namespace for flow create (git-fixes)
  - commit 9dcd5e1
  - RDMA/uverbs: Check CAP_NET_RAW in user namespace for flow create (git-fixes)
  - commit eaff4b0
  - vsock: Fix transport_{g2h,h2g} TOCTOU (CVE-2025-38462
    bsc#1247104).
  - commit f5da768

++++ kernel-rt_debug:

  - btrfs: don't silently ignore unexpected extent type when
    replaying log (git-fixes).
  - commit e423498
  - btrfs: fix invalid inode pointer dereferences during log replay
    (git-fixes).
  - commit 78cbba9
  - btrfs: return a btrfs_inode from read_one_inode() (git-fixes).
  - commit b3a9472
  - iommu/arm-smmu-qcom: Add SM6115 MDSS compatible (git-fixes).
  - iommu/amd: Fix geometry.aperture_end for V2 tables (git-fixes).
  - commit f8c05a9
  - btrfs: return a btrfs_inode from btrfs_iget_logging()
    (git-fixes).
  - commit 88ed97b
  - btrfs: use NOFS context when getting inodes during logging
    and log replay (git-fixes).
  - commit 88eb1d5
  - virtio-net: ensure the received length does not exceed allocated
    size (CVE-2025-38375 bsc#1247177).
  - commit 2adf745
  - btrfs: update superblock's device bytes_used when dropping chunk
    (git-fixes).
  - commit e33076b
  - Update
    patches.suse/0001-mm-hugetlb-fix-huge_pmd_unshare-vs-GUP-fast-race.patch
    (bsc#1245431 CVE-2025-38085 bsc#1245499).
  - Update
    patches.suse/0001-mm-hugetlb-unshare-page-tables-during-VMA-split-not-.patch
    (bsc#1245431 CVE-2025-38084 bsc#1245498).
  - Update
    patches.suse/ACPI-CPPC-Fix-NULL-pointer-dereference-when-nosmp-is.patch
    (git-fixes CVE-2025-38113 bsc#1245683).
  - Update
    patches.suse/ACPICA-Refuse-to-evaluate-a-method-if-arguments-are-.patch
    (stable-fixes CVE-2025-38386 bsc#1247138).
  - Update
    patches.suse/ACPICA-fix-acpi-operand-cache-leak-in-dswstate.c.patch
    (stable-fixes CVE-2025-38345 bsc#1246337).
  - Update
    patches.suse/ACPICA-fix-acpi-parse-and-parseext-cache-leaks.patch
    (stable-fixes CVE-2025-38344 bsc#1246334).
  - Update
    patches.suse/ALSA-usb-audio-Fix-out-of-bounds-read-in-snd_usb_get.patch
    (git-fixes CVE-2025-38249 bsc#1246171).
  - Update
    patches.suse/ASoC-Intel-avs-Verify-content-returned-by-parse_int_.patch
    (git-fixes CVE-2025-38307 bsc#1246364).
  - Update
    patches.suse/ASoC-codecs-wcd9335-Fix-missing-free-of-regulator-su.patch
    (git-fixes CVE-2025-38259 bsc#1246220).
  - Update
    patches.suse/Bluetooth-Fix-NULL-pointer-deference-on-eir_get_serv.patch
    (git-fixes CVE-2025-38304 bsc#1246240).
  - Update
    patches.suse/Bluetooth-Fix-null-ptr-deref-in-l2cap_sock_resume_cb.patch
    (git-fixes CVE-2025-38473 bsc#1247289).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-UAF-on-mgmt_remove_adv_monitor_co.patch
    (git-fixes CVE-2025-38118 bsc#1245670).
  - Update
    patches.suse/HID-core-do-not-bypass-hid_hw_raw_request.patch
    (stable-fixes CVE-2025-38494 bsc#1247349).
  - Update
    patches.suse/HID-core-ensure-the-allocated-report-buffer-can-cont.patch
    (stable-fixes CVE-2025-38495 bsc#1247348).
  - Update
    patches.suse/IB-mlx5-Fix-potential-deadlock-in-MR-deregistration.patch
    (git-fixes CVE-2025-38373 bsc#1247033).
  - Update
    patches.suse/Input-ims-pcu-check-record-size-in-ims_pcu_flash_fir.patch
    (git-fixes CVE-2025-38428 bsc#1247150).
  - Update
    patches.suse/NFC-nci-uart-Set-tty-disc_data-only-in-success-path.patch
    (git-fixes CVE-2025-38416 bsc#1247151).
  - Update
    patches.suse/NFSv4-pNFS-Fix-a-race-to-wake-on-NFS_LAYOUT_DRAIN.patch
    (git-fixes CVE-2025-38393 bsc#1247170).
  - Update
    patches.suse/RDMA-cma-Fix-hang-when-cma_netevent_callback-fails-t.patch
    (git-fixes CVE-2025-38151 bsc#1245745).
  - Update
    patches.suse/RDMA-iwcm-Fix-use-after-free-of-work-objects-after-c.patch
    (git-fixes CVE-2025-38211 bsc#1246008).
  - Update
    patches.suse/RDMA-mlx5-Fix-error-flow-upon-firmware-failure-for-R.patch
    (git-fixes CVE-2025-38161 bsc#1245777).
  - Update
    patches.suse/RDMA-mlx5-Initialize-obj_event-obj_sub_list-before-x.patch
    (git-fixes CVE-2025-38387 bsc#1247154).
  - Update
    patches.suse/Squashfs-check-return-result-of-sb_min_blocksize.patch
    (git-fixes CVE-2025-38415 bsc#1247147).
  - Update
    patches.suse/VMCI-fix-race-between-vmci_host_setup_notify-and-vmc.patch
    (git-fixes CVE-2025-38102 bsc#1245669).
  - Update
    patches.suse/aoe-clean-device-rq_list-in-aoedev_downdev.patch
    (git-fixes CVE-2025-38326 bsc#1246490).
  - Update
    patches.suse/ata-pata_via-Force-PIO-for-ATAPI-devices-on-VT6415-V.patch
    (stable-fixes CVE-2025-38336 bsc#1246370).
  - Update
    patches.suse/backlight-pm8941-Add-NULL-check-in-wled_configure.patch
    (git-fixes CVE-2025-38143 bsc#1245714).
  - Update patches.suse/bnxt-properly-flush-XDP-redirect-lists.patch
    (git-fixes CVE-2025-38246 bsc#1246195).
  - Update
    patches.suse/bpf-sockmap-Fix-panic-when-calling-skb_linearize.patch
    (bsc#1245749 CVE-2025-38154 CVE-2025-38165 bsc#1245757).
  - Update patches.suse/bus-fsl-mc-fix-double-free-on-mc_dev.patch
    (git-fixes CVE-2025-38313 bsc#1246342).
  - Update
    patches.suse/calipso-Fix-null-ptr-deref-in-calipso_req_-set-del-a.patch
    (git-fixes CVE-2025-38181 bsc#1246000).
  - Update
    patches.suse/comedi-Fail-COMEDI_INSNLIST-ioctl-if-n_insns-is-too-.patch
    (git-fixes CVE-2025-38481 bsc#1247276).
  - Update
    patches.suse/comedi-Fix-initialization-of-data-for-instructions-t.patch
    (git-fixes CVE-2025-38478 bsc#1247273).
  - Update
    patches.suse/comedi-Fix-use-of-uninitialized-data-in-insn_rw_emul.patch
    (git-fixes CVE-2025-38480 bsc#1247274).
  - Update
    patches.suse/comedi-das16m1-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38483 bsc#1247278).
  - Update
    patches.suse/comedi-das6402-Fix-bit-shift-out-of-bounds.patch
    (git-fixes CVE-2025-38482 bsc#1247277).
  - Update
    patches.suse/crypto-marvell-cesa-Handle-zero-length-skcipher-requ.patch
    (git-fixes CVE-2025-38173 bsc#1245769).
  - Update
    patches.suse/crypto-sun8i-ce-cipher-fix-error-handling-in-sun8i_c.patch
    (git-fixes CVE-2025-38300 bsc#1246349).
  - Update patches.suse/dm-bufio-fix-sched-in-atomic-context.patch
    (git-fixes CVE-2025-38496 bsc#1247284).
  - Update
    patches.suse/dma-buf-insert-memory-barrier-before-updating-num_fe.patch
    (git-fixes CVE-2025-38095 bsc#1245658).
  - Update
    patches.suse/dmaengine-idxd-Check-availability-of-workqueue-alloc.patch
    (stable-fixes CVE-2025-38369 bsc#1247209).
  - Update
    patches.suse/dmaengine-ti-Add-NULL-check-in-udma_probe.patch
    (git-fixes CVE-2025-38138 bsc#1245719).
  - Update
    patches.suse/drivers-rapidio-rio_cm.c-prevent-possible-heap-overw.patch
    (stable-fixes CVE-2025-38090 bsc#1245510).
  - Update
    patches.suse/drm-amd-display-Add-null-pointer-check-for-get_first.patch
    (git-fixes CVE-2025-38362 bsc#1247089).
  - Update
    patches.suse/drm-amd-pp-Fix-potential-NULL-pointer-dereference-in.patch
    (git-fixes CVE-2025-38319 bsc#1246243).
  - Update
    patches.suse/drm-exynos-exynos7_drm_decon-add-vblank-check-in-IRQ.patch
    (git-fixes CVE-2025-38467 bsc#1247146).
  - Update
    patches.suse/drm-gem-Acquire-references-on-GEM-handles-for-frameb.patch
    (stable-fixes CVE-2025-38449 bsc#1247255).
  - Update
    patches.suse/drm-i915-gt-Fix-timeline-left-held-on-VMA-alloc-erro.patch
    (git-fixes CVE-2025-38389 bsc#1247153).
  - Update
    patches.suse/drm-msm-Fix-a-fence-leak-in-submit-error-path.patch
    (stable-fixes CVE-2025-38410 bsc#1247128).
  - Update
    patches.suse/drm-msm-Fix-another-leak-in-the-submit-error-path.patch
    (stable-fixes CVE-2025-38409 bsc#1247285).
  - Update
    patches.suse/drm-msm-gpu-Fix-crash-when-throttling-GPU-immediatel.patch
    (git-fixes CVE-2025-38354 bsc#1247061).
  - Update
    patches.suse/drm-scheduler-signal-scheduled-fence-when-kill-job.patch
    (stable-fixes CVE-2025-38436 bsc#1247227).
  - Update
    patches.suse/drm-tegra-Fix-a-possible-null-pointer-dereference.patch
    (git-fixes CVE-2025-38363 bsc#1247018).
  - Update
    patches.suse/fbcon-Make-sure-modelist-not-set-on-unregistered-con.patch
    (stable-fixes CVE-2025-38198 bsc#1245952).
  - Update
    patches.suse/fbdev-Fix-do_register_framebuffer-to-prevent-null-pt.patch
    (git-fixes CVE-2025-38215 bsc#1246109).
  - Update
    patches.suse/fbdev-Fix-fb_set_var-to-prevent-null-ptr-deref-in-fb.patch
    (git-fixes CVE-2025-38214 bsc#1246042).
  - Update
    patches.suse/fbdev-core-fbcvt-avoid-division-by-0-in-fb_cvt_hperi.patch
    (git-fixes CVE-2025-38312 bsc#1246386).
  - Update
    patches.suse/fs-nfs-read-fix-double-unlock-bug-in-nfs_return_empty_folio.patch
    (git-fixes CVE-2025-38338 bsc#1246258).
  - Update
    patches.suse/gve-add-missing-NULL-check-for-gve_alloc_pending_pac.patch
    (git-fixes CVE-2025-38122 bsc#1245746).
  - Update
    patches.suse/hwmon-asus-ec-sensors-check-sensor-index-in-read_str.patch
    (git-fixes CVE-2025-38142 bsc#1245713).
  - Update
    patches.suse/hwmon-ftsteutates-Fix-TOCTOU-race-in-fts_read.patch
    (git-fixes CVE-2025-38217 bsc#1246002).
  - Update
    patches.suse/i2c-designware-Fix-an-initialization-issue.patch
    (git-fixes CVE-2025-38380 bsc#1247028).
  - Update
    patches.suse/i2c-tegra-check-msg-length-in-SMBUS-block-read.patch
    (bsc#1242086 CVE-2025-38425 bsc#1247251).
  - Update
    patches.suse/ice-fix-Tx-scheduler-error-handling-in-XDP-callback.patch
    (git-fixes CVE-2025-38127 bsc#1245705).
  - Update
    patches.suse/iio-accel-fxls8962af-Fix-use-after-free-in-fxls8962a.patch
    (git-fixes CVE-2025-38485 bsc#1247236).
  - Update
    patches.suse/jffs2-check-jffs2_prealloc_raw_node_refs-result-in-few-other-places.patch
    (git-fixes CVE-2025-38328 bsc#1246249).
  - Update
    patches.suse/jffs2-check-that-raw-node-were-preallocated-before-writing-summary.patch
    (git-fixes CVE-2025-38194 bsc#1245957).
  - Update
    patches.suse/media-cxusb-no-longer-judge-rbuf-when-the-write-fail.patch
    (git-fixes CVE-2025-38229 bsc#1246049).
  - Update
    patches.suse/media-imx-jpeg-Cleanup-after-an-allocation-error.patch
    (git-fixes CVE-2025-38225 bsc#1246041).
  - Update
    patches.suse/media-vidtv-Terminating-the-subsequent-process-of-in.patch
    (git-fixes CVE-2025-38227 bsc#1246031).
  - Update
    patches.suse/media-vivid-Change-the-siize-of-the-composing.patch
    (git-fixes CVE-2025-38226 bsc#1246050).
  - Update
    patches.suse/mtd-nand-ecc-mxic-Fix-use-of-uninitialized-variable-.patch
    (git-fixes CVE-2025-38277 bsc#1246246).
  - Update
    patches.suse/mtd-spinand-fix-memory-leak-of-ECC-engine-conf.patch
    (stable-fixes CVE-2025-38384 bsc#1247035).
  - Update
    patches.suse/mtk-sd-Prevent-memory-corruption-from-DMA-map-failur.patch
    (git-fixes CVE-2025-38401 bsc#1247125).
  - Update
    patches.suse/nbd-fix-uaf-in-nbd_genl_connect-error-path.patch
    (git-fixes CVE-2025-38443 bsc#1247164).
  - Update patches.suse/net-Fix-TOCTOU-issue-in-sk_is_readable.patch
    (git-fixes CVE-2025-38112 bsc#1245668).
  - Update
    patches.suse/net-fix-udp-gso-skb_segment-after-pull-from-frag_lis.patch
    (git-fixes CVE-2025-38124 bsc#1245690).
  - Update
    patches.suse/net-mdiobus-Fix-potential-out-of-bounds-clause-45-re.patch
    (git-fixes CVE-2025-38110 bsc#1245665).
  - Update
    patches.suse/net-mdiobus-Fix-potential-out-of-bounds-read-write-a.patch
    (git-fixes CVE-2025-38111 bsc#1245666).
  - Update
    patches.suse/net-mlx5-Fix-ECVF-vports-unload-on-shutdown-flow.patch
    (git-fixes CVE-2025-38109 bsc#1245684).
  - Update
    patches.suse/net-phy-clear-phydev-devlink-when-the-link-is-delete.patch
    (git-fixes CVE-2025-38149 bsc#1245737).
  - Update
    patches.suse/net-phy-mscc-Fix-memory-leak-when-using-one-step-tim.patch
    (git-fixes CVE-2025-38148 bsc#1245735).
  - Update
    patches.suse/net-sched-Return-NULL-when-htb_lookup_leaf-encounter.patch
    (git-fixes CVE-2025-38468 bsc#1247437).
  - Update
    patches.suse/net-sched-fix-use-after-free-in-taprio_dev_notifier.patch
    (git-fixes CVE-2025-38087 bsc#1245504).
  - Update
    patches.suse/net-sched-sch_qfq-Fix-race-condition-on-qfq_aggregat.patch
    (git-fixes CVE-2025-38477 bsc#1247314).
  - Update
    patches.suse/net-tipc-fix-refcount-warning-in-tipc_aead_encrypt.patch
    (CVE-2025-38052 bsc#1244749 CVE-2025-38273 bsc#1246266).
  - Update
    patches.suse/net-usb-aqc111-fix-error-handling-of-usbnet-read-cal.patch
    (git-fixes CVE-2025-38153 bsc#1245744).
  - Update
    patches.suse/net-usb-lan78xx-fix-WARN-in-__netif_napi_del_locked-.patch
    (git-fixes CVE-2025-38385 bsc#1247149).
  - Update patches.suse/net-wwan-t7xx-Fix-napi-rx-poll-issue.patch
    (git-fixes CVE-2025-38123 bsc#1245688).
  - Update
    patches.suse/net_sched-ets-fix-a-race-in-ets_qdisc_change.patch
    (git-fixes CVE-2025-38107 bsc#1245676).
  - Update
    patches.suse/net_sched-red-fix-a-race-in-__red_change.patch
    (git-fixes CVE-2025-38108 bsc#1245675).
  - Update
    patches.suse/net_sched-sch_sfq-reject-invalid-perturb-period.patch
    (git-fixes CVE-2025-38193 bsc#1245945).
  - Update
    patches.suse/netfilter-nf_set_pipapo_avx2-fix-initial-map-fill.patch
    (git-fixes CVE-2024-57947 bsc#1236333 CVE-2025-38120
    bsc#1245711).
  - Update
    patches.suse/nfs-Clean-up-proc-net-rpc-nfs-when-nfs_fs_proc_net_init-fails.patch
    (git-fixes CVE-2025-38400 bsc#1247123).
  - Update
    patches.suse/nfsd-Initialize-ssc-before-laundromat_work-to-prevent-NULL-dereference.patch
    (git-fixes CVE-2025-38231 bsc#1246055).
  - Update
    patches.suse/nfsd-nfsd4_spo_must_allow-must-check-this-is-a-v4-compound-request.patch
    (git-fixes CVE-2025-38430 bsc#1247160).
  - Update
    patches.suse/page_pool-Fix-use-after-free-in-page_pool_recycle_in.patch
    (git-fixes CVE-2025-38129 bsc#1245723).
  - Update patches.suse/perf-Fix-sample-vs-do_exit.patch
    (bsc#1246547 CVE-2025-38424 bsc#1247293).
  - Update
    patches.suse/phy-qcom-qmp-usb-Fix-an-NULL-vs-IS_ERR-bug.patch
    (git-fixes CVE-2025-38275 bsc#1246236).
  - Update
    patches.suse/pinctrl-at91-Fix-possible-out-of-boundary-access.patch
    (git-fixes CVE-2025-38286 bsc#1246283).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-Fix-WMI-data-block-retr.patch
    (git-fixes CVE-2025-38412 bsc#1247132).
  - Update patches.suse/platform-x86-dell_rbu-Fix-list-usage.patch
    (git-fixes CVE-2025-38197 bsc#1246047).
  - Update
    patches.suse/powerpc-powernv-memtrace-Fix-out-of-bounds-issue-in-.patch
    (bsc#1244309 ltc#213790 CVE-2025-38088 bsc#1245506).
  - Update
    patches.suse/ptp-remove-ptp-n_vclocks-check-logic-in-ptp_vclock_i.patch
    (git-fixes CVE-2025-38305 bsc#1246358).
  - Update
    patches.suse/regulator-gpio-Fix-the-out-of-bounds-access-to-drvda.patch
    (git-fixes CVE-2025-38395 bsc#1247171).
  - Update
    patches.suse/rose-fix-dangling-neighbour-pointers-in-rose_rt_devi.patch
    (git-fixes CVE-2025-38377 bsc#1247174).
  - Update
    patches.suse/rpl-Fix-use-after-free-in-rpl_do_srh_inline.patch
    (git-fixes CVE-2025-38476 bsc#1247317).
  - Update
    patches.suse/s390-bpf-Fix-bpf_arch_text_poke-with-new_addr-NULL-again.patch
    (git-fixes bsc#1246870 CVE-2025-38489 bsc#1247241).
  - Update
    patches.suse/s390-pkey-Prevent-overflow-in-size-calculation-for-memdup_.patch
    (git-fixes bsc#1245598 CVE-2025-38257 bsc#1246186).
  - Update
    patches.suse/sch_hfsc-make-hfsc_qlen_notify-idempotent.patch
    (CVE-2025-37798 bsc#1242414 CVE-2025-38177 bsc#1245986).
  - Update
    patches.suse/scsi-lpfc-Avoid-potential-ndlp-use-after-free-in-dev.patch
    (bsc#1242993 CVE-2025-38289 bsc#1246287).
  - Update patches.suse/scsi-lpfc-Use-memcpy-for-BIOS-version.patch
    (bsc#1240966 CVE-2025-38332 bsc#1246375).
  - Update
    patches.suse/serial-Fix-potential-null-ptr-deref-in-mlb_usio_prob.patch
    (git-fixes CVE-2025-38135 bsc#1246023).
  - Update
    patches.suse/soc-aspeed-Add-NULL-check-in-aspeed_lpc_enable_snoop.patch
    (git-fixes CVE-2025-38145 bsc#1245765).
  - Update
    patches.suse/soc-aspeed-lpc-snoop-Don-t-disable-channels-that-are.patch
    (git-fixes CVE-2025-38487 bsc#1247238).
  - Update
    patches.suse/software-node-Correct-a-OOB-check-in-software_node_g.patch
    (stable-fixes CVE-2025-38342 bsc#1246453).
  - Update
    patches.suse/sunrpc-handle-SVC_GARBAGE-during-svc-auth-processing-as-auth-error.patch
    (git-fixes CVE-2025-38089 bsc#1245508).
  - Update
    patches.suse/thunderbolt-Do-not-double-dequeue-a-configuration-re.patch
    (stable-fixes CVE-2025-38174 bsc#1245781).
  - Update
    patches.suse/usb-chipidea-udc-disconnect-reconnect-from-host-when.patch
    (git-fixes CVE-2025-38376 bsc#1247176).
  - Update
    patches.suse/usb-gadget-u_serial-Fix-race-condition-in-TTY-wakeup.patch
    (git-fixes CVE-2025-38448 bsc#1247233).
  - Update
    patches.suse/usb-net-sierra-check-for-no-status-endpoint.patch
    (git-fixes CVE-2025-38474 bsc#1247311).
  - Update
    patches.suse/usb-renesas_usbhs-Reorder-clock-handling-and-power-m.patch
    (git-fixes CVE-2025-38136 bsc#1245691).
  - Update
    patches.suse/usb-typec-altmodes-displayport-do-not-index-invalid-.patch
    (git-fixes CVE-2025-38391 bsc#1247181).
  - Update
    patches.suse/usb-typec-displayport-Fix-potential-deadlock.patch
    (git-fixes CVE-2025-38404 bsc#1247271).
  - Update
    patches.suse/vgacon-Add-check-for-vc_origin-address-range-in-vgac.patch
    (git-fixes CVE-2025-38213 bsc#1246037).
  - Update
    patches.suse/wifi-ath11k-fix-node-corruption-in-ar-arvifs-list.patch
    (git-fixes CVE-2025-38293 bsc#1246292).
  - Update
    patches.suse/wifi-ath12k-fix-invalid-access-to-memory.patch
    (git-fixes CVE-2025-38292 bsc#1246295).
  - Update
    patches.suse/wifi-ath12k-fix-node-corruption-in-ar-arvifs-list.patch
    (git-fixes CVE-2025-38290 bsc#1246293).
  - Update
    patches.suse/wifi-ath6kl-remove-WARN-on-bad-firmware-input.patch
    (stable-fixes CVE-2025-38406 bsc#1247210).
  - Update
    patches.suse/wifi-ath9k_htc-Abort-software-beacon-handling-if-dis.patch
    (git-fixes CVE-2025-38157 bsc#1245747).
  - Update
    patches.suse/wifi-carl9170-do-not-ping-device-which-has-failed-to.patch
    (git-fixes CVE-2025-38420 bsc#1247279).
  - Update
    patches.suse/wifi-mt76-mt7915-Fix-null-ptr-deref-in-mt7915_mmio_w.patch
    (git-fixes CVE-2025-38155 bsc#1245748).
  - Update
    patches.suse/wifi-mt76-mt7996-drop-fragments-with-multicast-or-br.patch
    (stable-fixes CVE-2025-38343 bsc#1246438).
  - Update
    patches.suse/wifi-p54-prevent-buffer-overflow-in-p54_rx_eeprom_re.patch
    (git-fixes CVE-2025-38348 bsc#1246262).
  - Update
    patches.suse/wifi-rtw88-fix-the-para-buffer-size-to-avoid-reading.patch
    (git-fixes CVE-2025-38159 bsc#1245751).
  - commit de345c9
  - Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"
    (bsc#1219338).
  - sched,freezer: Remove unnecessary warning in __thaw_task
    (bsc#1219338).
  - commit 108588a
  - ipv6: fix possible infinite loop in fib6_info_uses_dev()
    (git-fixes).
  - commit 16f1f6e
  - ipv6: prevent infinite loop in rt6_nlmsg_size() (git-fixes).
  - commit cb535e8
  - net/sched: Restrict conditions for adding duplicating netems
    to qdisc tree (git-fixes).
  - commit 6fae648
  - Refresh
    patches.suse/af_unix-Disable-MSG_OOB-for-unprivileged-users.patch.
    Add cmdline override.
  - commit 4b6e594
  - af_unix: Disable MSG_OOB for unprivileged users (CVE-2025-38236
    bsc#1246093).
  - commit 6110a63
  - fs/orangefs: Allow 2 more characters in do_c_string()
    (git-fixes).
  - commit 642fa26
  - jfs: fix metapage reference count leak in dbAllocCtl
    (git-fixes).
  - commit 58c926b
  - x86/mce/amd: Fix threshold limit reset (git-fixes).
  - commit 468e2ae
  - bus: mhi: ep: Update read pointer only after buffer is written
    (CVE-2025-38429 bsc#1247253).
  - commit 3341565
  - x86/mce: Don't remove sysfs if thresholding sysfs init fails (git-fixes).
  - commit 3d8385a
  - x86/mce: Make sure CMCI banks are cleared during shutdown on Intel (git-fixes).
  - commit fe9eb0f
  - x86/mce/amd: Add default names for MCA banks and blocks (git-fixes).
  - commit 27f7700
  - x86/traps: Initialize DR6 by writing its architectural reset value (git-fixes).
  - commit 80ddfd8
  - media: venus: vdec: Clamp param smaller than 1fps and bigger
    than 240 (git-fixes).
  - commit 1212a93
  - x86/cpu/amd: Fix workaround for erratum 1054 (git-fixes).
  - commit 2d80ddf
  - mtd: rawnand: atmel: set pmecc data setup time (git-fixes).
  - mtd: spinand: propagate spinand_wait() errors from
    spinand_write_page() (git-fixes).
  - mtd: rawnand: fsmc: Add missing check after DMA map (git-fixes).
  - mtd: rawnand: rockchip: Add missing check after DMA map
    (git-fixes).
  - mtd: rawnand: atmel: Fix dma_mapping_error() address
    (git-fixes).
  - mtd: rawnand: renesas: Add missing check after DMA map
    (git-fixes).
  - mtd: spi-nor: Fix spi_nor_try_unlock_all() (git-fixes).
  - mtd: fix possible integer overflow in erase_xfer() (git-fixes).
  - clk: sunxi-ng: v3s: Fix de clock definition (git-fixes).
  - clk: clk-axi-clkgen: fix fpfd_max frequency for zynq
    (git-fixes).
  - clk: xilinx: vcu: unregister pll_post only if registered
    correctly (git-fixes).
  - clk: davinci: Add NULL check in davinci_lpsc_clk_register()
    (git-fixes).
  - hwmon: (gsc-hwmon) fix fan pwm setpoint show functions
    (git-fixes).
  - pwm: imx-tpm: Reset counter if CMOD is 0 (git-fixes).
  - media: uvcvideo: Do not mark valid metadata as invalid
    (git-fixes).
  - media: ov2659: Fix memory leaks in ov2659_probe() (git-fixes).
  - media: hi556: correct the test pattern configuration
    (git-fixes).
  - media: vivid: fix wrong pixel_array control size (git-fixes).
  - media: venus: hfi: explicitly release IRQ during teardown
    (git-fixes).
  - media: venus: Add a check for packet size after reading from
    shared memory (git-fixes).
  - media: venus: protect against spurious interrupts during probe
    (git-fixes).
  - media: venus: venc: Clamp param smaller than 1fps and bigger
    than 240 (git-fixes).
  - media: v4l2-ctrls: Don't reset handler's error in
    v4l2_ctrl_handler_free() (git-fixes).
  - media: v4l2-ctrls: Fix H264 SEPARATE_COLOUR_PLANE check
    (git-fixes).
  - media: imx: fix a potential memory leak in
    imx_media_csc_scaler_device_init() (git-fixes).
  - media: rainshadow-cec: fix TOCTOU race condition in
    rain_interrupt() (git-fixes).
  - media: gspca: Add bounds checking to firmware parser
    (git-fixes).
  - media: usbtv: Lock resolution while streaming (git-fixes).
  - media: uvcvideo: Fix 1-byte out-of-bounds read in
    uvc_parse_format() (git-fixes).
  - crypto: qat - fix seq_file position update in adf_ring_next()
    (git-fixes).
  - crypto: qat - fix DMA direction for compression on GEN2 devices
    (git-fixes).
  - crypto: qat - flush misc workqueue during device shutdown
    (git-fixes).
  - crypto: qat - disable ZUC-256 capability for QAT GEN5
    (git-fixes).
  - crypto: img-hash - Fix dma_unmap_sg() nents value (git-fixes).
  - crypto: keembay - Fix dma_unmap_sg() nents value (git-fixes).
  - hwrng: mtk - handle devm_pm_runtime_enable errors (git-fixes).
  - crypto: ccp - Fix crash when rebind ccp device for ccp.ko
    (git-fixes).
  - crypto: inside-secure - Fix `dma_unmap_sg()` nents value
    (git-fixes).
  - crypto: ccp - Fix locking on alloc failure handling (git-fixes).
  - crypto: arm/aes-neonbs - work around gcc-15 warning (git-fixes).
  - crypto: qat - fix state restore for banks with exceptions
    (git-fixes).
  - crypto: qat - allow enabling VFs in the absence of IOMMU
    (git-fixes).
  - crypto: marvell/cesa - Fix engine load inaccuracy (git-fixes).
  - crypto: qat - use unmanaged allocation for dc_data (git-fixes).
  - crypto: sun8i-ce - fix nents passed to dma_unmap_sg()
    (git-fixes).
  - commit 8f3fb2a
  - Move upstreamed SCSI and ACPI patches into sorted section
  - commit 09d9d7c
  - RDMA/uverbs: Add empty rdma_uattrs_has_raw_cap() declaration (git-fixes)
  - commit ced3c6d
  - Update config files.
    run_oldconfig, no functional change.
  - commit 0b6044b
  - RDMA/mlx5: Fix compilation warning when USER_ACCESS isn't set (git-fixes)
  - commit dce79bd
  - RDMA/hns: Fix -Wframe-larger-than issue (git-fixes)
  - commit 90a067b
  - RDMA/hns: Drop GFP_NOWARN (git-fixes)
  - commit 927f6d6
  - RDMA/hns: Fix accessing uninitialized resources (git-fixes)
  - commit c1be2f8
  - RDMA/hns: Get message length of ack_req from FW (git-fixes)
  - commit 2e9a431
  - RDMA/hns: Fix HW configurations not cleared in error flow (git-fixes)
  - commit ba6e757
  - RDMA/hns: Fix double destruction of rsv_qp (git-fixes)
  - commit 0d7fee3
  - Fix dma_unmap_sg() nents value (git-fixes)
  - commit 89d1cb0
  - RDMA/counter: Check CAP_NET_RAW check in user namespace for RDMA counters (git-fixes)
  - commit c5238e7
  - RDMA/nldev: Check CAP_NET_RAW in user namespace for QP modify (git-fixes)
  - commit 0d7ab5b
  - RDMA/mlx5: Check CAP_NET_RAW in user namespace for devx create (git-fixes)
  - commit c162c8c
  - RDMA/uverbs: Check CAP_NET_RAW in user namespace for RAW QP create (git-fixes)
  - commit 3292115
  - RDMA/uverbs: Check CAP_NET_RAW in user namespace for QP create (git-fixes)
  - commit 90f88d3
  - RDMA/mlx5: Check CAP_NET_RAW in user namespace for anchor create (git-fixes)
  - commit a812e80
  - RDMA/mlx5: Check CAP_NET_RAW in user namespace for flow create (git-fixes)
  - commit 9dcd5e1
  - RDMA/uverbs: Check CAP_NET_RAW in user namespace for flow create (git-fixes)
  - commit eaff4b0
  - vsock: Fix transport_{g2h,h2g} TOCTOU (CVE-2025-38462
    bsc#1247104).
  - commit f5da768

++++ python311-core:

  - Add CVE-2025-8194-tarfile-no-neg-offsets.patch which now
    validates archives to ensure member offsets are non-negative
    (gh#python/cpython#130577, CVE-2025-8194, bsc#1247249).

++++ python311:

  - Add CVE-2025-8194-tarfile-no-neg-offsets.patch which now
    validates archives to ensure member offsets are non-negative
    (gh#python/cpython#130577, CVE-2025-8194, bsc#1247249).

------------------------------------------------------------------
------------------  2025-7-31  -  Jul 31 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Consolidate device lock into its own method
    Add set_device_lock method which uses udevadm lock preferable
    but also supports an flock fallback in case there is no lock
    command provided via systemd/udev
  - Fix bug in shell condition
    The shell code test ... || warn A; warn B will always
    print the warning for B despite the test result. This lead
    to the warning message "Settings from the kiwi description will be ignored"
    to be printed always. This commit fixes it with a clean if/then
    condition

++++ jq:

  - Add patches CVE-2025-48060-1.patch and CVE-2025-48060-2.patch
    (CVE-2025-48060, bsc#1244116)

++++ kernel-default:

  - tcp: Correct signedness in skb remaining space calculation
    (CVE-2025-38463 bsc#1247113).
  - net/sched: Always pass notifications when child class becomes
    empty (CVE-2025-38350 bsc#1246781).
  - maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()
    (CVE-2025-38364 bsc#1247091).
  - commit 7390872
  - x86: UV RTC: Add parameter to disable RTC clocksource
    (bsc#1241345).
  - commit 79ccdce
  - clocksource: Set cs_watchdog_read() checks based on
    .uncertainty_margin (bsc#1241345 bsc#1244457).
  - commit 09911af
  - clocksource: Scale the watchdog read retries automatically
    (bsc#1241345 bsc#1244457).
  - Refresh
    patches.suse/clocksource-Fix-brown-bag-boolean-thinko-in-cs_watch.patch.
  - Refresh
    patches.suse/clocksource-Make-watchdog-and-suspend-timing-multipl.patch.
  - commit fdf040b
  - wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()
    (git-fixes).
  - wifi: iwlwifi: return ERR_PTR from opmode start()
    (stable-fixes).
  - commit bb4c593
  - drm/amd/pm/powerplay/hwmgr/smu_helper: fix order of mask and
    value (git-fixes).
  - fbcon: Fix outdated registered_fb reference in comment
    (git-fixes).
  - drm/msm/dpu: Fill in min_prefill_lines for SC8180X (git-fixes).
  - drm/vmwgfx: Fix Host-Backed userspace on Guest-Backed kernel
    (git-fixes).
  - drm/panfrost: Fix panfrost device variable name in devfreq
    (git-fixes).
  - drm/rockchip: cleanup fb when drm_gem_fb_afbc_init failed
    (git-fixes).
  - can: peak_usb: fix USB FD devices potential malfunction
    (git-fixes).
  - net: phy: micrel: fix KSZ8081/KSZ8091 cable test (git-fixes).
  - net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
    (git-fixes).
  - can: kvaser_usb: Assign netdev.dev_port based on device channel
    index (git-fixes).
  - can: kvaser_pciefd: Store device channel index (git-fixes).
  - Bluetooth: hci_event: Mask data status from LE ext adv reports
    (git-fixes).
  - wifi: ath12k: fix endianness handling while accessing wmi
    service bit (git-fixes).
  - wifi: ath11k: fix sleeping-in-atomic in
    ath11k_mac_op_set_bitrate_mask() (git-fixes).
  - wifi: ath12k: fix dest ring-buffer corruption when ring is full
    (git-fixes).
  - wifi: ath12k: fix source ring-buffer corruption (git-fixes).
  - wifi: ath12k: fix dest ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix dest ring-buffer corruption when ring is full
    (git-fixes).
  - wifi: ath11k: fix source ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix dest ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix suspend use-after-free after probe failure
    (git-fixes).
  - wifi: ath11k: clear initialized flag for deinit-ed srng lists
    (git-fixes).
  - wifi: brcmfmac: fix P2P discovery failure in P2P peer due to
    missing P2P IE (git-fixes).
  - Reapply "wifi: mac80211: Update skb's control block key in
    ieee80211_tx_dequeue()" (git-fixes).
  - wifi: mac80211: Check 802.11 encaps offloading in
    ieee80211_tx_h_select_key() (git-fixes).
  - wifi: mac80211: Don't call fq_flow_idx() for management frames
    (git-fixes).
  - wifi: mac80211: Do not schedule stopped TXQs (git-fixes).
  - wifi: plfxlc: Fix error handling in usb driver probe
    (git-fixes).
  - wifi: mac80211: reject TDLS operations when station is not
    associated (git-fixes).
  - wifi: brcmsmac: Remove const from tbl_ptr parameter in
    wlc_lcnphy_common_read_table() (git-fixes).
  - mwl8k: Add missing check after DMA map (git-fixes).
  - iwlwifi: Add missing check for alloc_ordered_workqueue
    (git-fixes).
  - wifi: iwlwifi: Fix memory leak in iwl_mvm_init() (git-fixes).
  - wifi: rtl818x: Kill URBs before clearing tx status queue
    (git-fixes).
  - wifi: rtw89: avoid NULL dereference when RX problematic packet
    on unsupported 6 GHz band (git-fixes).
  - commit 338f129

++++ kernel-rt:

  - tcp: Correct signedness in skb remaining space calculation
    (CVE-2025-38463 bsc#1247113).
  - net/sched: Always pass notifications when child class becomes
    empty (CVE-2025-38350 bsc#1246781).
  - maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()
    (CVE-2025-38364 bsc#1247091).
  - commit 7390872
  - x86: UV RTC: Add parameter to disable RTC clocksource
    (bsc#1241345).
  - commit 79ccdce
  - clocksource: Set cs_watchdog_read() checks based on
    .uncertainty_margin (bsc#1241345 bsc#1244457).
  - commit 09911af
  - clocksource: Scale the watchdog read retries automatically
    (bsc#1241345 bsc#1244457).
  - Refresh
    patches.suse/clocksource-Fix-brown-bag-boolean-thinko-in-cs_watch.patch.
  - Refresh
    patches.suse/clocksource-Make-watchdog-and-suspend-timing-multipl.patch.
  - commit fdf040b
  - wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()
    (git-fixes).
  - wifi: iwlwifi: return ERR_PTR from opmode start()
    (stable-fixes).
  - commit bb4c593
  - drm/amd/pm/powerplay/hwmgr/smu_helper: fix order of mask and
    value (git-fixes).
  - fbcon: Fix outdated registered_fb reference in comment
    (git-fixes).
  - drm/msm/dpu: Fill in min_prefill_lines for SC8180X (git-fixes).
  - drm/vmwgfx: Fix Host-Backed userspace on Guest-Backed kernel
    (git-fixes).
  - drm/panfrost: Fix panfrost device variable name in devfreq
    (git-fixes).
  - drm/rockchip: cleanup fb when drm_gem_fb_afbc_init failed
    (git-fixes).
  - can: peak_usb: fix USB FD devices potential malfunction
    (git-fixes).
  - net: phy: micrel: fix KSZ8081/KSZ8091 cable test (git-fixes).
  - net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
    (git-fixes).
  - can: kvaser_usb: Assign netdev.dev_port based on device channel
    index (git-fixes).
  - can: kvaser_pciefd: Store device channel index (git-fixes).
  - Bluetooth: hci_event: Mask data status from LE ext adv reports
    (git-fixes).
  - wifi: ath12k: fix endianness handling while accessing wmi
    service bit (git-fixes).
  - wifi: ath11k: fix sleeping-in-atomic in
    ath11k_mac_op_set_bitrate_mask() (git-fixes).
  - wifi: ath12k: fix dest ring-buffer corruption when ring is full
    (git-fixes).
  - wifi: ath12k: fix source ring-buffer corruption (git-fixes).
  - wifi: ath12k: fix dest ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix dest ring-buffer corruption when ring is full
    (git-fixes).
  - wifi: ath11k: fix source ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix dest ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix suspend use-after-free after probe failure
    (git-fixes).
  - wifi: ath11k: clear initialized flag for deinit-ed srng lists
    (git-fixes).
  - wifi: brcmfmac: fix P2P discovery failure in P2P peer due to
    missing P2P IE (git-fixes).
  - Reapply "wifi: mac80211: Update skb's control block key in
    ieee80211_tx_dequeue()" (git-fixes).
  - wifi: mac80211: Check 802.11 encaps offloading in
    ieee80211_tx_h_select_key() (git-fixes).
  - wifi: mac80211: Don't call fq_flow_idx() for management frames
    (git-fixes).
  - wifi: mac80211: Do not schedule stopped TXQs (git-fixes).
  - wifi: plfxlc: Fix error handling in usb driver probe
    (git-fixes).
  - wifi: mac80211: reject TDLS operations when station is not
    associated (git-fixes).
  - wifi: brcmsmac: Remove const from tbl_ptr parameter in
    wlc_lcnphy_common_read_table() (git-fixes).
  - mwl8k: Add missing check after DMA map (git-fixes).
  - iwlwifi: Add missing check for alloc_ordered_workqueue
    (git-fixes).
  - wifi: iwlwifi: Fix memory leak in iwl_mvm_init() (git-fixes).
  - wifi: rtl818x: Kill URBs before clearing tx status queue
    (git-fixes).
  - wifi: rtw89: avoid NULL dereference when RX problematic packet
    on unsupported 6 GHz band (git-fixes).
  - commit 338f129

++++ kernel-rt_debug:

  - tcp: Correct signedness in skb remaining space calculation
    (CVE-2025-38463 bsc#1247113).
  - net/sched: Always pass notifications when child class becomes
    empty (CVE-2025-38350 bsc#1246781).
  - maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()
    (CVE-2025-38364 bsc#1247091).
  - commit 7390872
  - x86: UV RTC: Add parameter to disable RTC clocksource
    (bsc#1241345).
  - commit 79ccdce
  - clocksource: Set cs_watchdog_read() checks based on
    .uncertainty_margin (bsc#1241345 bsc#1244457).
  - commit 09911af
  - clocksource: Scale the watchdog read retries automatically
    (bsc#1241345 bsc#1244457).
  - Refresh
    patches.suse/clocksource-Fix-brown-bag-boolean-thinko-in-cs_watch.patch.
  - Refresh
    patches.suse/clocksource-Make-watchdog-and-suspend-timing-multipl.patch.
  - commit fdf040b
  - wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start()
    (git-fixes).
  - wifi: iwlwifi: return ERR_PTR from opmode start()
    (stable-fixes).
  - commit bb4c593
  - drm/amd/pm/powerplay/hwmgr/smu_helper: fix order of mask and
    value (git-fixes).
  - fbcon: Fix outdated registered_fb reference in comment
    (git-fixes).
  - drm/msm/dpu: Fill in min_prefill_lines for SC8180X (git-fixes).
  - drm/vmwgfx: Fix Host-Backed userspace on Guest-Backed kernel
    (git-fixes).
  - drm/panfrost: Fix panfrost device variable name in devfreq
    (git-fixes).
  - drm/rockchip: cleanup fb when drm_gem_fb_afbc_init failed
    (git-fixes).
  - can: peak_usb: fix USB FD devices potential malfunction
    (git-fixes).
  - net: phy: micrel: fix KSZ8081/KSZ8091 cable test (git-fixes).
  - net: usbnet: Avoid potential RCU stall on LINK_CHANGE event
    (git-fixes).
  - can: kvaser_usb: Assign netdev.dev_port based on device channel
    index (git-fixes).
  - can: kvaser_pciefd: Store device channel index (git-fixes).
  - Bluetooth: hci_event: Mask data status from LE ext adv reports
    (git-fixes).
  - wifi: ath12k: fix endianness handling while accessing wmi
    service bit (git-fixes).
  - wifi: ath11k: fix sleeping-in-atomic in
    ath11k_mac_op_set_bitrate_mask() (git-fixes).
  - wifi: ath12k: fix dest ring-buffer corruption when ring is full
    (git-fixes).
  - wifi: ath12k: fix source ring-buffer corruption (git-fixes).
  - wifi: ath12k: fix dest ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix dest ring-buffer corruption when ring is full
    (git-fixes).
  - wifi: ath11k: fix source ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix dest ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix suspend use-after-free after probe failure
    (git-fixes).
  - wifi: ath11k: clear initialized flag for deinit-ed srng lists
    (git-fixes).
  - wifi: brcmfmac: fix P2P discovery failure in P2P peer due to
    missing P2P IE (git-fixes).
  - Reapply "wifi: mac80211: Update skb's control block key in
    ieee80211_tx_dequeue()" (git-fixes).
  - wifi: mac80211: Check 802.11 encaps offloading in
    ieee80211_tx_h_select_key() (git-fixes).
  - wifi: mac80211: Don't call fq_flow_idx() for management frames
    (git-fixes).
  - wifi: mac80211: Do not schedule stopped TXQs (git-fixes).
  - wifi: plfxlc: Fix error handling in usb driver probe
    (git-fixes).
  - wifi: mac80211: reject TDLS operations when station is not
    associated (git-fixes).
  - wifi: brcmsmac: Remove const from tbl_ptr parameter in
    wlc_lcnphy_common_read_table() (git-fixes).
  - mwl8k: Add missing check after DMA map (git-fixes).
  - iwlwifi: Add missing check for alloc_ordered_workqueue
    (git-fixes).
  - wifi: iwlwifi: Fix memory leak in iwl_mvm_init() (git-fixes).
  - wifi: rtl818x: Kill URBs before clearing tx status queue
    (git-fixes).
  - wifi: rtw89: avoid NULL dereference when RX problematic packet
    on unsupported 6 GHz band (git-fixes).
  - commit 338f129

++++ systemd:

  - Remove the script used to help migrating the language and locale settings
    located in /etc/sysconfig/language on old systems to the systemd default
    locations (bsc#1247074)
    The script was introduced more than 7 years ago and all systems running TW
    should have been migrated since then. Moreover the installer supports the
    systemd default locations since approximately SLE15.

++++ libzypp:

  - Append RepoInfo::path() to the mirror URLs in Preloader
    (bsc#1247054)
  - version 17.37.15 (35)

++++ opensuse-migration-tool:

  - Update to version 20250731.8b95d00:
    * Do not enable migration scripts by default

------------------------------------------------------------------
------------------  2025-7-30  -  Jul 30 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix documentation rendering
    There was an indentation bug which caused the docs to
    render wrong. This commit fixes it
  - solver/repository: Handle zstd-compressed metadata files
    `_create_solvables` assumes metadata files are gzip-compressed,
    but modern Fedora ones are not, they are zstd-compressed.
    Signed-off-by: Adam Williamson <awilliam@redhat.com>

++++ grub2:

  - Fix CVE-2024-56738: side-channel attack due to not constant-time
    algorithm in grub_crypto_memcmp (bsc#1234959)
    * grub2-constant-time-grub_crypto_memcmp.patch
  - Update the patch to fix "SRK not matched" errors when unsealing
    the key (bsc#1232411) (bsc#1247242)
    * 0001-tpm2-Add-extra-RSA-SRK-types.patch

++++ kernel-default:

  - usb: gadget: configfs: Fix OOB read on empty string write
    (CVE-2025-38497 bsc#1247347).
  - commit 96c22e3
  - fs: export anon_inode_make_secure_inode() and fix secretmem
    LSM bypass (CVE-2025-38396 bsc#1247156).
  - commit 281f5f1
  - wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850
    (CVE-2025-38414 bsc#1247145).
  - commit be37365
  - Docs/ABI: Fix sysfs-kernel-address_bits path (git-fixes).
  - soc: qcom: pmic_glink: fix OF node leak (git-fixes).
  - soc: qcom: fix endianness for QMI header (git-fixes).
  - soc: qcom: QMI encoding/decoding for big endian (git-fixes).
  - soc/tegra: cbb: Clear ERR_FORCE register with ERR_STATUS
    (git-fixes).
  - usb: musb: omap2430: fix device leak at unbind (git-fixes).
  - usb: gadget: udc: renesas_usb3: fix device leak at unbind
    (git-fixes).
  - usb: dwc3: meson-g12a: fix device leaks at unbind (git-fixes).
  - usb: atm: cxacru: Merge cxacru_upload_firmware() into
    cxacru_heavy_init() (git-fixes).
  - thunderbolt: Fix copy+paste error in match_service_id()
    (git-fixes).
  - usb: typec: ucsi: Update power_supply on power role change
    (git-fixes).
  - usb: gadget : fix use-after-free in composite_dev_cleanup()
    (git-fixes).
  - cdc-acm: fix race between initial clearing halt and open
    (git-fixes).
  - usb: early: xhci-dbc: Fix early_ioremap leak (git-fixes).
  - usb: misc: apple-mfi-fastcharge: Make power supply names unique
    (git-fixes).
  - Documentation: usb: gadget: Wrap remaining usage snippets in
    literal code block (git-fixes).
  - usb: host: xhci-plat: fix incorrect type for of_match variable
    in xhci_plat_probe() (git-fixes).
  - vt: defkeymap: Map keycodes above 127 to K_HOLE (git-fixes).
  - vt: keyboard: Don't process Unicode characters in K_OFF mode
    (git-fixes).
  - staging: axis-fifo: remove sysfs interface (git-fixes).
  - staging: nvec: Fix incorrect null termination of battery
    manufacturer (git-fixes).
  - staging: fbtft: fix potential memory leak in
    fbtft_framebuffer_alloc() (git-fixes).
  - iio: adc: ad_sigma_delta: change to buffer predisable
    (git-fixes).
  - iio: imu: bno055: fix OOB access of hw_xlate array (git-fixes).
  - bus: mhi: host: Detect events pointing to unexpected TREs
    (git-fixes).
  - misc: rtsx: usb: Ensure mmc child device is active when card
    is present (git-fixes).
  - vmci: Prevent the dispatching of uninitialized payloads
    (git-fixes).
  - samples: mei: Fix building on musl libc (git-fixes).
  - platform/chrome: cros_ec: Unregister notifier in
    cros_ec_unregister() (git-fixes).
  - gpio: virtio: Fix config space reading (git-fixes).
  - ASoC: ops: dynamically allocate struct snd_ctl_elem_value
    (git-fixes).
  - ASoC: soc-dai: tidyup return value of
    snd_soc_xlate_tdm_slot_mask() (git-fixes).
  - Documentation: ACPI: Fix parent device references (git-fixes).
  - ACPI: LPSS: Remove AudioDSP related ID (git-fixes).
  - ACPI: processor: perflib: Fix initial _PPC limit application
    (git-fixes).
  - powercap: dtpm_cpu: Fix NULL pointer dereference in
    get_pd_power_uw() (git-fixes).
  - PM / devfreq: Check governor before using governor->name
    (git-fixes).
  - commit fbd21ae
  - apple-mfi-fastcharge: protect first device name (git-fixes).
  - commit 903dc58
  - vsock/vmci: Clear the vmci transport packet properly when
    initializing it (CVE-2025-38403 bsc#1247141).
  - commit 6379963
  - KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation
    is in-flight (CVE-2025-38455 bsc#1247101).
  - commit ca76701
  - vsock: Fix transport_* TOCTOU (CVE-2025-38461 bsc#1247103).
  - commit 916fdd6

++++ kernel-rt:

  - usb: gadget: configfs: Fix OOB read on empty string write
    (CVE-2025-38497 bsc#1247347).
  - commit 96c22e3
  - fs: export anon_inode_make_secure_inode() and fix secretmem
    LSM bypass (CVE-2025-38396 bsc#1247156).
  - commit 281f5f1
  - wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850
    (CVE-2025-38414 bsc#1247145).
  - commit be37365
  - Docs/ABI: Fix sysfs-kernel-address_bits path (git-fixes).
  - soc: qcom: pmic_glink: fix OF node leak (git-fixes).
  - soc: qcom: fix endianness for QMI header (git-fixes).
  - soc: qcom: QMI encoding/decoding for big endian (git-fixes).
  - soc/tegra: cbb: Clear ERR_FORCE register with ERR_STATUS
    (git-fixes).
  - usb: musb: omap2430: fix device leak at unbind (git-fixes).
  - usb: gadget: udc: renesas_usb3: fix device leak at unbind
    (git-fixes).
  - usb: dwc3: meson-g12a: fix device leaks at unbind (git-fixes).
  - usb: atm: cxacru: Merge cxacru_upload_firmware() into
    cxacru_heavy_init() (git-fixes).
  - thunderbolt: Fix copy+paste error in match_service_id()
    (git-fixes).
  - usb: typec: ucsi: Update power_supply on power role change
    (git-fixes).
  - usb: gadget : fix use-after-free in composite_dev_cleanup()
    (git-fixes).
  - cdc-acm: fix race between initial clearing halt and open
    (git-fixes).
  - usb: early: xhci-dbc: Fix early_ioremap leak (git-fixes).
  - usb: misc: apple-mfi-fastcharge: Make power supply names unique
    (git-fixes).
  - Documentation: usb: gadget: Wrap remaining usage snippets in
    literal code block (git-fixes).
  - usb: host: xhci-plat: fix incorrect type for of_match variable
    in xhci_plat_probe() (git-fixes).
  - vt: defkeymap: Map keycodes above 127 to K_HOLE (git-fixes).
  - vt: keyboard: Don't process Unicode characters in K_OFF mode
    (git-fixes).
  - staging: axis-fifo: remove sysfs interface (git-fixes).
  - staging: nvec: Fix incorrect null termination of battery
    manufacturer (git-fixes).
  - staging: fbtft: fix potential memory leak in
    fbtft_framebuffer_alloc() (git-fixes).
  - iio: adc: ad_sigma_delta: change to buffer predisable
    (git-fixes).
  - iio: imu: bno055: fix OOB access of hw_xlate array (git-fixes).
  - bus: mhi: host: Detect events pointing to unexpected TREs
    (git-fixes).
  - misc: rtsx: usb: Ensure mmc child device is active when card
    is present (git-fixes).
  - vmci: Prevent the dispatching of uninitialized payloads
    (git-fixes).
  - samples: mei: Fix building on musl libc (git-fixes).
  - platform/chrome: cros_ec: Unregister notifier in
    cros_ec_unregister() (git-fixes).
  - gpio: virtio: Fix config space reading (git-fixes).
  - ASoC: ops: dynamically allocate struct snd_ctl_elem_value
    (git-fixes).
  - ASoC: soc-dai: tidyup return value of
    snd_soc_xlate_tdm_slot_mask() (git-fixes).
  - Documentation: ACPI: Fix parent device references (git-fixes).
  - ACPI: LPSS: Remove AudioDSP related ID (git-fixes).
  - ACPI: processor: perflib: Fix initial _PPC limit application
    (git-fixes).
  - powercap: dtpm_cpu: Fix NULL pointer dereference in
    get_pd_power_uw() (git-fixes).
  - PM / devfreq: Check governor before using governor->name
    (git-fixes).
  - commit fbd21ae
  - apple-mfi-fastcharge: protect first device name (git-fixes).
  - commit 903dc58
  - vsock/vmci: Clear the vmci transport packet properly when
    initializing it (CVE-2025-38403 bsc#1247141).
  - commit 6379963
  - KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation
    is in-flight (CVE-2025-38455 bsc#1247101).
  - commit ca76701
  - vsock: Fix transport_* TOCTOU (CVE-2025-38461 bsc#1247103).
  - commit 916fdd6

++++ kernel-rt_debug:

  - usb: gadget: configfs: Fix OOB read on empty string write
    (CVE-2025-38497 bsc#1247347).
  - commit 96c22e3
  - fs: export anon_inode_make_secure_inode() and fix secretmem
    LSM bypass (CVE-2025-38396 bsc#1247156).
  - commit 281f5f1
  - wifi: ath12k: fix GCC_GCC_PCIE_HOT_RST definition for WCN7850
    (CVE-2025-38414 bsc#1247145).
  - commit be37365
  - Docs/ABI: Fix sysfs-kernel-address_bits path (git-fixes).
  - soc: qcom: pmic_glink: fix OF node leak (git-fixes).
  - soc: qcom: fix endianness for QMI header (git-fixes).
  - soc: qcom: QMI encoding/decoding for big endian (git-fixes).
  - soc/tegra: cbb: Clear ERR_FORCE register with ERR_STATUS
    (git-fixes).
  - usb: musb: omap2430: fix device leak at unbind (git-fixes).
  - usb: gadget: udc: renesas_usb3: fix device leak at unbind
    (git-fixes).
  - usb: dwc3: meson-g12a: fix device leaks at unbind (git-fixes).
  - usb: atm: cxacru: Merge cxacru_upload_firmware() into
    cxacru_heavy_init() (git-fixes).
  - thunderbolt: Fix copy+paste error in match_service_id()
    (git-fixes).
  - usb: typec: ucsi: Update power_supply on power role change
    (git-fixes).
  - usb: gadget : fix use-after-free in composite_dev_cleanup()
    (git-fixes).
  - cdc-acm: fix race between initial clearing halt and open
    (git-fixes).
  - usb: early: xhci-dbc: Fix early_ioremap leak (git-fixes).
  - usb: misc: apple-mfi-fastcharge: Make power supply names unique
    (git-fixes).
  - Documentation: usb: gadget: Wrap remaining usage snippets in
    literal code block (git-fixes).
  - usb: host: xhci-plat: fix incorrect type for of_match variable
    in xhci_plat_probe() (git-fixes).
  - vt: defkeymap: Map keycodes above 127 to K_HOLE (git-fixes).
  - vt: keyboard: Don't process Unicode characters in K_OFF mode
    (git-fixes).
  - staging: axis-fifo: remove sysfs interface (git-fixes).
  - staging: nvec: Fix incorrect null termination of battery
    manufacturer (git-fixes).
  - staging: fbtft: fix potential memory leak in
    fbtft_framebuffer_alloc() (git-fixes).
  - iio: adc: ad_sigma_delta: change to buffer predisable
    (git-fixes).
  - iio: imu: bno055: fix OOB access of hw_xlate array (git-fixes).
  - bus: mhi: host: Detect events pointing to unexpected TREs
    (git-fixes).
  - misc: rtsx: usb: Ensure mmc child device is active when card
    is present (git-fixes).
  - vmci: Prevent the dispatching of uninitialized payloads
    (git-fixes).
  - samples: mei: Fix building on musl libc (git-fixes).
  - platform/chrome: cros_ec: Unregister notifier in
    cros_ec_unregister() (git-fixes).
  - gpio: virtio: Fix config space reading (git-fixes).
  - ASoC: ops: dynamically allocate struct snd_ctl_elem_value
    (git-fixes).
  - ASoC: soc-dai: tidyup return value of
    snd_soc_xlate_tdm_slot_mask() (git-fixes).
  - Documentation: ACPI: Fix parent device references (git-fixes).
  - ACPI: LPSS: Remove AudioDSP related ID (git-fixes).
  - ACPI: processor: perflib: Fix initial _PPC limit application
    (git-fixes).
  - powercap: dtpm_cpu: Fix NULL pointer dereference in
    get_pd_power_uw() (git-fixes).
  - PM / devfreq: Check governor before using governor->name
    (git-fixes).
  - commit fbd21ae
  - apple-mfi-fastcharge: protect first device name (git-fixes).
  - commit 903dc58
  - vsock/vmci: Clear the vmci transport packet properly when
    initializing it (CVE-2025-38403 bsc#1247141).
  - commit 6379963
  - KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation
    is in-flight (CVE-2025-38455 bsc#1247101).
  - commit ca76701
  - vsock: Fix transport_* TOCTOU (CVE-2025-38461 bsc#1247103).
  - commit 916fdd6

++++ opensuse-migration-tool:

  - Update to version 20250731.2b96308:
    * Add 10_keepapparmor.sh 10_keepselinux.sh 20_ia32.sh migration services
    * Fancy README.md

------------------------------------------------------------------
------------------  2025-7-29  -  Jul 29 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 28.3.3-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/28/#2833>
    CVE-2025-54388 bsc#1247367

++++ python-kiwi:

  - uri: If we fail to resolve the metalink URI, log it
    It's rather useful to know *what* the URI is when something goes
    wrong, after all.
    Signed-off-by: Adam Williamson <awilliam@redhat.com>
  - Bump version: 10.2.29 → 10.2.30
  - Fix repartitioning with parted
    parted does locking itself already. Wrapping it in udevadm lock results
    in a deadlock, breaking boot.

++++ fde-tools:

  - Add the missing /var/log/fde (bsc#1247228)

++++ glibc:

  - regcomp-double-free.patch: posix: Fix double-free after allocation
    failure in regcomp (CVE-2025-8058, bsc#1246965, BZ #33185)

++++ kernel-default:

  - eventpoll: don't decrement ep refcount while still holding
    the ep mutex (bsc#1246777 CVE-2025-38349).
  - commit 6c5e857
  - jbd2: fix data-race and null-ptr-deref in
    jbd2_journal_dirty_metadata() (bsc#1246253 CVE-2025-38337).
  - commit 4cfb834
  - ext4: inline: fix len overflow in ext4_prepare_inline_data
    (bsc#1245976 CVE-2025-38222).
  - commit bdddb2f
  - ublk: santizize the arguments from userspace when adding a
    device (bsc#1245937 CVE-2025-38182).
  - commit c70260e
  - __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under
    mount_lock (bsc#1245151 CVE-2025-38058).
  - commit 5d79b46
  - xfs: remove unused trace event xfs_reflink_cow_enospc
    (git-fixes).
  - commit 43f2e3c
  - xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT
    is configure (git-fixes).
  - commit 90cf0ff
  - xfs: remove usused xfs_end_io_direct events (git-fixes).
  - commit 973d0e0
  - xfs: remove unused event xfs_pagecache_inval (git-fixes).
  - commit 92f5436
  - xfs: remove unused event xfs_alloc_near_nominleft (git-fixes).
  - commit cce777b
  - xfs: remove unused event xfs_alloc_near_error (git-fixes).
  - commit 5b572bf
  - xfs: remove unused event xfs_attr_node_removename (git-fixes).
  - commit 4753b23
  - xfs: remove unused xfs_attr events (git-fixes).
  - commit 1b0cc0c
  - xfs: remove unused trace event xfs_attr_rmtval_set (git-fixes).
  - commit d855e56
  - xfs: remove unused xfs_reflink_compare_extents events
    (git-fixes).
  - commit a7afc4b
  - xfs: remove unused event xfs_ioctl_clone (git-fixes).
  - commit b5dfc1b
  - xfs: remove unused event xlog_iclog_want_sync (git-fixes).
  - commit 217c9f9
  - xfs: remove unused trace event xfs_attr_remove_iter_return
    (git-fixes).
  - commit 70b1bc5
  - NFSD: detect mismatch of file handle and delegation stateid
    in OPEN op (git-fixes).
  - commit 00b51c6
  - nfsd: handle get_client_locked() failure in
    nfsd4_setclientid_confirm() (git-fixes).
  - commit b0cf612
  - hfsplus: remove mutex_lock check in hfsplus_free_extents
    (git-fixes).
  - commit e14f374
  - s390/entry: Fix last breaking event handling in case of stack
    corruption (git-fixes bsc#1243806).
  - commit d31e65a
  - hfs: make splice write available again (git-fixes).
  - commit 96498bf
  - hfsplus: make splice write available again (git-fixes).
  - commit 5121068
  - Refresh
    patches.suse/btrfs-always-fallback-to-buffered-write-if-the-inode.patch.
    To remove an incorrectly generated file which is not utilized at all.
  - commit 8e57a15

++++ kernel-rt:

  - eventpoll: don't decrement ep refcount while still holding
    the ep mutex (bsc#1246777 CVE-2025-38349).
  - commit 6c5e857
  - jbd2: fix data-race and null-ptr-deref in
    jbd2_journal_dirty_metadata() (bsc#1246253 CVE-2025-38337).
  - commit 4cfb834
  - ext4: inline: fix len overflow in ext4_prepare_inline_data
    (bsc#1245976 CVE-2025-38222).
  - commit bdddb2f
  - ublk: santizize the arguments from userspace when adding a
    device (bsc#1245937 CVE-2025-38182).
  - commit c70260e
  - __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under
    mount_lock (bsc#1245151 CVE-2025-38058).
  - commit 5d79b46
  - xfs: remove unused trace event xfs_reflink_cow_enospc
    (git-fixes).
  - commit 43f2e3c
  - xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT
    is configure (git-fixes).
  - commit 90cf0ff
  - xfs: remove usused xfs_end_io_direct events (git-fixes).
  - commit 973d0e0
  - xfs: remove unused event xfs_pagecache_inval (git-fixes).
  - commit 92f5436
  - xfs: remove unused event xfs_alloc_near_nominleft (git-fixes).
  - commit cce777b
  - xfs: remove unused event xfs_alloc_near_error (git-fixes).
  - commit 5b572bf
  - xfs: remove unused event xfs_attr_node_removename (git-fixes).
  - commit 4753b23
  - xfs: remove unused xfs_attr events (git-fixes).
  - commit 1b0cc0c
  - xfs: remove unused trace event xfs_attr_rmtval_set (git-fixes).
  - commit d855e56
  - xfs: remove unused xfs_reflink_compare_extents events
    (git-fixes).
  - commit a7afc4b
  - xfs: remove unused event xfs_ioctl_clone (git-fixes).
  - commit b5dfc1b
  - xfs: remove unused event xlog_iclog_want_sync (git-fixes).
  - commit 217c9f9
  - xfs: remove unused trace event xfs_attr_remove_iter_return
    (git-fixes).
  - commit 70b1bc5
  - NFSD: detect mismatch of file handle and delegation stateid
    in OPEN op (git-fixes).
  - commit 00b51c6
  - nfsd: handle get_client_locked() failure in
    nfsd4_setclientid_confirm() (git-fixes).
  - commit b0cf612
  - hfsplus: remove mutex_lock check in hfsplus_free_extents
    (git-fixes).
  - commit e14f374
  - s390/entry: Fix last breaking event handling in case of stack
    corruption (git-fixes bsc#1243806).
  - commit d31e65a
  - hfs: make splice write available again (git-fixes).
  - commit 96498bf
  - hfsplus: make splice write available again (git-fixes).
  - commit 5121068
  - Refresh
    patches.suse/btrfs-always-fallback-to-buffered-write-if-the-inode.patch.
    To remove an incorrectly generated file which is not utilized at all.
  - commit 8e57a15

++++ kernel-rt_debug:

  - eventpoll: don't decrement ep refcount while still holding
    the ep mutex (bsc#1246777 CVE-2025-38349).
  - commit 6c5e857
  - jbd2: fix data-race and null-ptr-deref in
    jbd2_journal_dirty_metadata() (bsc#1246253 CVE-2025-38337).
  - commit 4cfb834
  - ext4: inline: fix len overflow in ext4_prepare_inline_data
    (bsc#1245976 CVE-2025-38222).
  - commit bdddb2f
  - ublk: santizize the arguments from userspace when adding a
    device (bsc#1245937 CVE-2025-38182).
  - commit c70260e
  - __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under
    mount_lock (bsc#1245151 CVE-2025-38058).
  - commit 5d79b46
  - xfs: remove unused trace event xfs_reflink_cow_enospc
    (git-fixes).
  - commit 43f2e3c
  - xfs: only create event xfs_file_compat_ioctl when CONFIG_COMPAT
    is configure (git-fixes).
  - commit 90cf0ff
  - xfs: remove usused xfs_end_io_direct events (git-fixes).
  - commit 973d0e0
  - xfs: remove unused event xfs_pagecache_inval (git-fixes).
  - commit 92f5436
  - xfs: remove unused event xfs_alloc_near_nominleft (git-fixes).
  - commit cce777b
  - xfs: remove unused event xfs_alloc_near_error (git-fixes).
  - commit 5b572bf
  - xfs: remove unused event xfs_attr_node_removename (git-fixes).
  - commit 4753b23
  - xfs: remove unused xfs_attr events (git-fixes).
  - commit 1b0cc0c
  - xfs: remove unused trace event xfs_attr_rmtval_set (git-fixes).
  - commit d855e56
  - xfs: remove unused xfs_reflink_compare_extents events
    (git-fixes).
  - commit a7afc4b
  - xfs: remove unused event xfs_ioctl_clone (git-fixes).
  - commit b5dfc1b
  - xfs: remove unused event xlog_iclog_want_sync (git-fixes).
  - commit 217c9f9
  - xfs: remove unused trace event xfs_attr_remove_iter_return
    (git-fixes).
  - commit 70b1bc5
  - NFSD: detect mismatch of file handle and delegation stateid
    in OPEN op (git-fixes).
  - commit 00b51c6
  - nfsd: handle get_client_locked() failure in
    nfsd4_setclientid_confirm() (git-fixes).
  - commit b0cf612
  - hfsplus: remove mutex_lock check in hfsplus_free_extents
    (git-fixes).
  - commit e14f374
  - s390/entry: Fix last breaking event handling in case of stack
    corruption (git-fixes bsc#1243806).
  - commit d31e65a
  - hfs: make splice write available again (git-fixes).
  - commit 96498bf
  - hfsplus: make splice write available again (git-fixes).
  - commit 5121068
  - Refresh
    patches.suse/btrfs-always-fallback-to-buffered-write-if-the-inode.patch.
    To remove an incorrectly generated file which is not utilized at all.
  - commit 8e57a15

++++ opensuse-migration-tool:

  - Update to version 20250729.4ed6ec5:
    * Add a screen to disable 3rd party repos
    * Add post-migration script support #30
    * Drop --pre-release flag completely

------------------------------------------------------------------
------------------  2025-7-28  -  Jul 28 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update test-image-disk-simple integration test
    Update slfo/test-image-disk-simple. Add more space for
    flake testing and add a user to test flakes for non root

++++ kernel-default:

  - btrfs: fix non-empty delayed iputs list on unmount due to
    async workers (git-fixes).
  - commit 285c1f5
  - btrfs: fix assertion when building free space tree (git-fixes).
  - commit a3fd65f
  - btrfs: fix iteration of extrefs during log replay (bsc#1247031
    CVE-2025-38382).
  - commit 5e64fe6
  - btrfs: fix missing error handling when searching for inode
    refs during log replay (git-fixes).
  - commit a8205e6

++++ kernel-rt:

  - btrfs: fix non-empty delayed iputs list on unmount due to
    async workers (git-fixes).
  - commit 285c1f5
  - btrfs: fix assertion when building free space tree (git-fixes).
  - commit a3fd65f
  - btrfs: fix iteration of extrefs during log replay (bsc#1247031
    CVE-2025-38382).
  - commit 5e64fe6
  - btrfs: fix missing error handling when searching for inode
    refs during log replay (git-fixes).
  - commit a8205e6

++++ kernel-rt_debug:

  - btrfs: fix non-empty delayed iputs list on unmount due to
    async workers (git-fixes).
  - commit 285c1f5
  - btrfs: fix assertion when building free space tree (git-fixes).
  - commit a3fd65f
  - btrfs: fix iteration of extrefs during log replay (bsc#1247031
    CVE-2025-38382).
  - commit 5e64fe6
  - btrfs: fix missing error handling when searching for inode
    refs during log replay (git-fixes).
  - commit a8205e6

++++ nvidia-open-driver-G06-signed:

  - update CUDA variant to 580.65.06, which addresses various security
    issues:
    * CVE-2025-23277 (bsc#1247528)
    * CVE-2025-23278 (bsc#1247529)
    * CVE-2025-23286 (bsc#1247530)
    * CVE-2025-23283 (bsc#1247531)
    * CVE-2025-23279 (bsc#1247532)

------------------------------------------------------------------
------------------  2025-7-27  -  Jul 27 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - rcu-tasks: Maintain lists to eliminate RCU-tasks/do_exit() (bsc#1246298)
  - commit 51bf729
  - i2c: qup: jump out of the loop in case of timeout (git-fixes).
  - i2c: virtio: Avoid hang by using interruptible completion wait
    (git-fixes).
  - i2c: tegra: Fix reset error handling with ACPI (git-fixes).
  - commit 5a2e6c7

++++ kernel-rt:

  - rcu-tasks: Maintain lists to eliminate RCU-tasks/do_exit() (bsc#1246298)
  - commit 51bf729
  - i2c: qup: jump out of the loop in case of timeout (git-fixes).
  - i2c: virtio: Avoid hang by using interruptible completion wait
    (git-fixes).
  - i2c: tegra: Fix reset error handling with ACPI (git-fixes).
  - commit 5a2e6c7

++++ kernel-rt_debug:

  - rcu-tasks: Maintain lists to eliminate RCU-tasks/do_exit() (bsc#1246298)
  - commit 51bf729
  - i2c: qup: jump out of the loop in case of timeout (git-fixes).
  - i2c: virtio: Avoid hang by using interruptible completion wait
    (git-fixes).
  - i2c: tegra: Fix reset error handling with ACPI (git-fixes).
  - commit 5a2e6c7

------------------------------------------------------------------
------------------  2025-7-26  -  Jul 26 2025  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.28. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.28>

------------------------------------------------------------------
------------------  2025-7-25  -  Jul 25 2025  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update version to 10.5.1
    + Fix issue with picking up configured server names from the
    regionsrv config file. Previously only IP addresses were collected
    + Update scriptlet for package uninstall to avoid issues in the
    build service

++++ python-kiwi:

  - Catch potential exceptions from pathlib.Path.mkdir
    Creating a directory can fail, we should catch this error
    instead of ending up in a stack trace

++++ kernel-default:

  - btrfs: fix a race between renames and directory logging
    (bsc#1247023 CVE-2025-38365).
  - commit 322c28e
  - supported.conf: move nvme-apple to optional again
  - commit a3e3a0c
  - llist: add interface to check if a node is on a list
    (CVE-2025-38264 bsc#1246387).
  - commit f06e99c
  - nvme-tcp: sanitize request list handling (CVE-2025-38264
    bsc#1246387).
  - commit 33933f9
  - supported.conf: sort entries again
  - commit 2db834f
  - supported.conf: add missing entries for armv7hl
  - commit 3fcf489
  - nilfs2: reject invalid file types when reading inodes
    (git-fixes).
  - commit b094111
  - resource: fix false warning in __request_region() (git-fixes).
  - bus: fsl-mc: Fix potential double device reference in
    fsl_mc_get_endpoint() (git-fixes).
  - USB: serial: option: add Telit Cinterion FE910C04 (ECM)
    composition (stable-fixes).
  - USB: serial: ftdi_sio: add support for NDI EMGUIDE GEMINI
    (stable-fixes).
  - USB: serial: option: add Foxconn T99W640 (stable-fixes).
  - iio: adc: max1363: Reorder mode_list[] entries (stable-fixes).
  - iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[]
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for ASUS ROG Strix G712LWS
    (stable-fixes).
  - HID: core: do not bypass hid_hw_raw_request (stable-fixes).
  - HID: core: ensure the allocated report buffer can contain the
    reserved report ID (stable-fixes).
  - regulator: pwm-regulator: Calculate the output voltage for
    disabled PWMs (stable-fixes).
  - commit 829a426
  - supported.conf: add missing entries explicitly
    Those are implicitly added as unsupported.  List up explicitly.
  - commit 06a6015

++++ kernel-rt:

  - btrfs: fix a race between renames and directory logging
    (bsc#1247023 CVE-2025-38365).
  - commit 322c28e
  - supported.conf: move nvme-apple to optional again
  - commit a3e3a0c
  - llist: add interface to check if a node is on a list
    (CVE-2025-38264 bsc#1246387).
  - commit f06e99c
  - nvme-tcp: sanitize request list handling (CVE-2025-38264
    bsc#1246387).
  - commit 33933f9
  - supported.conf: sort entries again
  - commit 2db834f
  - supported.conf: add missing entries for armv7hl
  - commit 3fcf489
  - nilfs2: reject invalid file types when reading inodes
    (git-fixes).
  - commit b094111
  - resource: fix false warning in __request_region() (git-fixes).
  - bus: fsl-mc: Fix potential double device reference in
    fsl_mc_get_endpoint() (git-fixes).
  - USB: serial: option: add Telit Cinterion FE910C04 (ECM)
    composition (stable-fixes).
  - USB: serial: ftdi_sio: add support for NDI EMGUIDE GEMINI
    (stable-fixes).
  - USB: serial: option: add Foxconn T99W640 (stable-fixes).
  - iio: adc: max1363: Reorder mode_list[] entries (stable-fixes).
  - iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[]
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for ASUS ROG Strix G712LWS
    (stable-fixes).
  - HID: core: do not bypass hid_hw_raw_request (stable-fixes).
  - HID: core: ensure the allocated report buffer can contain the
    reserved report ID (stable-fixes).
  - regulator: pwm-regulator: Calculate the output voltage for
    disabled PWMs (stable-fixes).
  - commit 829a426
  - supported.conf: add missing entries explicitly
    Those are implicitly added as unsupported.  List up explicitly.
  - commit 06a6015

++++ kernel-rt_debug:

  - btrfs: fix a race between renames and directory logging
    (bsc#1247023 CVE-2025-38365).
  - commit 322c28e
  - supported.conf: move nvme-apple to optional again
  - commit a3e3a0c
  - llist: add interface to check if a node is on a list
    (CVE-2025-38264 bsc#1246387).
  - commit f06e99c
  - nvme-tcp: sanitize request list handling (CVE-2025-38264
    bsc#1246387).
  - commit 33933f9
  - supported.conf: sort entries again
  - commit 2db834f
  - supported.conf: add missing entries for armv7hl
  - commit 3fcf489
  - nilfs2: reject invalid file types when reading inodes
    (git-fixes).
  - commit b094111
  - resource: fix false warning in __request_region() (git-fixes).
  - bus: fsl-mc: Fix potential double device reference in
    fsl_mc_get_endpoint() (git-fixes).
  - USB: serial: option: add Telit Cinterion FE910C04 (ECM)
    composition (stable-fixes).
  - USB: serial: ftdi_sio: add support for NDI EMGUIDE GEMINI
    (stable-fixes).
  - USB: serial: option: add Foxconn T99W640 (stable-fixes).
  - iio: adc: max1363: Reorder mode_list[] entries (stable-fixes).
  - iio: adc: max1363: Fix MAX1363_4X_CHANS/MAX1363_8X_CHANS[]
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for ASUS ROG Strix G712LWS
    (stable-fixes).
  - HID: core: do not bypass hid_hw_raw_request (stable-fixes).
  - HID: core: ensure the allocated report buffer can contain the
    reserved report ID (stable-fixes).
  - regulator: pwm-regulator: Calculate the output voltage for
    disabled PWMs (stable-fixes).
  - commit 829a426
  - supported.conf: add missing entries explicitly
    Those are implicitly added as unsupported.  List up explicitly.
  - commit 06a6015

------------------------------------------------------------------
------------------  2025-7-24  -  Jul 24 2025  -------------------
------------------------------------------------------------------

++++ afterburn:

  - Update to version 5.9.0:
    * cargo: Afterburn release 5.9.0
    * docs/release-notes: update for release 5.9.0
    * cargo: update dependencies
    * Add TMT test structure and basic smoke test
    * build(deps): bump openssl from 0.10.72 to 0.10.73
    * build(deps): bump reqwest from 0.12.15 to 0.12.18
    * docs/release-notes: Update changelog entry
    * dracut: Return 255 in module-setup
    * oraclecloud: add release note and move base URL to constant
    * oraclecloud: implement oraclecloud provider
    * build(deps): bump nix from 0.29.0 to 0.30.1
    * build(deps): bump zbus from 5.7.0 to 5.7.1
    * build(deps): bump serde-xml-rs from 0.6.0 to 0.8.1
    * build(deps): bump ipnetwork from 0.20.0 to 0.21.1
    * build(deps): bump clap from 4.5.38 to 4.5.39

++++ python-kiwi:

  - Bump version: 10.2.28 → 10.2.29
  - Fix return from repart stage
    If we return from the repart stage it's important to wait
    for the root device to appear. This is because the device
    setup from udev might still be held back due to a former
    lock on the device. This means if we return fast after
    locking for example when check_repart_possible() quickly
    finds out that it's not possible, then udev has not yet
    got the time to create the device nodes.
    This Fixes #2863

++++ kernel-default:

  - rpm/kernel-subpackage-spec: Skip brp-strip-debug to avoid file truncation (bsc#1246879)
    Put the same workaround to avoid file truncation of vmlinux and co in
    kernel-default-base package, too.
  - commit 2329734
  - iommu/vt-d: Fix possible circular locking dependency
    (git-fixes).
  - commit 0774c7d
  - drm/bridge: ti-sn65dsi86: Remove extra semicolon in
    ti_sn_bridge_probe() (git-fixes).
  - drm/sched: Remove optimization that causes hang when killing
    dependent jobs (git-fixes).
  - platform/x86: ideapad-laptop: Fix kbd backlight not remembered
    among boots (git-fixes).
  - commit 0083a37

++++ kernel-rt:

  - rpm/kernel-subpackage-spec: Skip brp-strip-debug to avoid file truncation (bsc#1246879)
    Put the same workaround to avoid file truncation of vmlinux and co in
    kernel-default-base package, too.
  - commit 2329734
  - iommu/vt-d: Fix possible circular locking dependency
    (git-fixes).
  - commit 0774c7d
  - drm/bridge: ti-sn65dsi86: Remove extra semicolon in
    ti_sn_bridge_probe() (git-fixes).
  - drm/sched: Remove optimization that causes hang when killing
    dependent jobs (git-fixes).
  - platform/x86: ideapad-laptop: Fix kbd backlight not remembered
    among boots (git-fixes).
  - commit 0083a37

++++ kernel-rt_debug:

  - rpm/kernel-subpackage-spec: Skip brp-strip-debug to avoid file truncation (bsc#1246879)
    Put the same workaround to avoid file truncation of vmlinux and co in
    kernel-default-base package, too.
  - commit 2329734
  - iommu/vt-d: Fix possible circular locking dependency
    (git-fixes).
  - commit 0774c7d
  - drm/bridge: ti-sn65dsi86: Remove extra semicolon in
    ti_sn_bridge_probe() (git-fixes).
  - drm/sched: Remove optimization that causes hang when killing
    dependent jobs (git-fixes).
  - platform/x86: ideapad-laptop: Fix kbd backlight not remembered
    among boots (git-fixes).
  - commit 0083a37

------------------------------------------------------------------
------------------  2025-7-23  -  Jul 23 2025  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update version to 10.5.0
    + Use region server IP addresses to determine Internet access rather
    than a generic address. Region server IP addresses may not be blocked
    in the network construct. (bsc#1245305)

++++ docker:

  - Update to docker-buildx v0.26.1. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.26.1>

++++ kernel-default:

  - iommu/vt-d: Fix system hang on reboot -f (git-fixes).
  - commit 034e69f
  - rpm/kernel-binary.spec.in: Ignore return code from ksymtypes compare
    When using suse-kabi-tools, the RPM build invokes 'ksymvers compare' to
    compare the resulting symbol CRCs with the reference data. If the values
    differ, it then invokes 'ksymtypes compare' to provide a detailed report
    explaining why the symbols differ. The build expects the latter
    'ksymtypes compare' command to always return zero, even if the two
    compared kABI corpuses are different.
    This is currently the case for 'ksymtypes compare'. However, I plan to
    update the command to return a non-zero code when the comparison detects
    any differences. This should ensure consistent behavior with 'ksymvers
    compare'.
    Since the build uses 'ksymtypes compare' only for more detailed
    diagnostics, ignore its return code.
  - commit 5ac1381
  - net: atm: fix /proc/net/atm/lec handling (CVE-2025-38180
    bsc#1245970).
  - net: atm: add lec_mutex (CVE-2025-38323 bsc#1246473).
  - commit 1698a7c
  - KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop (bsc#1239061 CVE-2025-21839).
  - commit fe1f630
  - net: dsa: b53: do not enable EEE on bcm63xx (CVE-2025-38272
    bsc#1246268).
  - commit ee16b59
  - Refresh
    patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch.
    Fix following BPF selftests compilation error due to missing dependency.
    /home/runner/work/libbpf/libbpf/.kernel/tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c: In function ‘test_current_pid_tgid’:
    /home/runner/work/libbpf/libbpf/.kernel/tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c:31:9: error: invalid type argument of unary ‘*’ (have ‘pid_t’ {aka ‘int’})
    31 |         *pid = sys_gettid();
    |         ^~~~
  - commit d85d5ff
  - Delete
    patches.suse/selftests-bpf-Add-tests-for-sdiv-smod-overflow-cases.patch.
    The __arch_x86_64 macro is not yet supported in BPF selftests (depends
    on c64d2f72bf2e "selftests/bpf: *_arch** macro to limit test cases to
    specific archs"), so drop tests that uses it.
  - commit 55e800e

++++ kernel-rt:

  - iommu/vt-d: Fix system hang on reboot -f (git-fixes).
  - commit 034e69f
  - rpm/kernel-binary.spec.in: Ignore return code from ksymtypes compare
    When using suse-kabi-tools, the RPM build invokes 'ksymvers compare' to
    compare the resulting symbol CRCs with the reference data. If the values
    differ, it then invokes 'ksymtypes compare' to provide a detailed report
    explaining why the symbols differ. The build expects the latter
    'ksymtypes compare' command to always return zero, even if the two
    compared kABI corpuses are different.
    This is currently the case for 'ksymtypes compare'. However, I plan to
    update the command to return a non-zero code when the comparison detects
    any differences. This should ensure consistent behavior with 'ksymvers
    compare'.
    Since the build uses 'ksymtypes compare' only for more detailed
    diagnostics, ignore its return code.
  - commit 5ac1381
  - net: atm: fix /proc/net/atm/lec handling (CVE-2025-38180
    bsc#1245970).
  - net: atm: add lec_mutex (CVE-2025-38323 bsc#1246473).
  - commit 1698a7c
  - KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop (bsc#1239061 CVE-2025-21839).
  - commit fe1f630
  - net: dsa: b53: do not enable EEE on bcm63xx (CVE-2025-38272
    bsc#1246268).
  - commit ee16b59
  - Refresh
    patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch.
    Fix following BPF selftests compilation error due to missing dependency.
    /home/runner/work/libbpf/libbpf/.kernel/tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c: In function ‘test_current_pid_tgid’:
    /home/runner/work/libbpf/libbpf/.kernel/tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c:31:9: error: invalid type argument of unary ‘*’ (have ‘pid_t’ {aka ‘int’})
    31 |         *pid = sys_gettid();
    |         ^~~~
  - commit d85d5ff
  - Delete
    patches.suse/selftests-bpf-Add-tests-for-sdiv-smod-overflow-cases.patch.
    The __arch_x86_64 macro is not yet supported in BPF selftests (depends
    on c64d2f72bf2e "selftests/bpf: *_arch** macro to limit test cases to
    specific archs"), so drop tests that uses it.
  - commit 55e800e

++++ kernel-rt_debug:

  - iommu/vt-d: Fix system hang on reboot -f (git-fixes).
  - commit 034e69f
  - rpm/kernel-binary.spec.in: Ignore return code from ksymtypes compare
    When using suse-kabi-tools, the RPM build invokes 'ksymvers compare' to
    compare the resulting symbol CRCs with the reference data. If the values
    differ, it then invokes 'ksymtypes compare' to provide a detailed report
    explaining why the symbols differ. The build expects the latter
    'ksymtypes compare' command to always return zero, even if the two
    compared kABI corpuses are different.
    This is currently the case for 'ksymtypes compare'. However, I plan to
    update the command to return a non-zero code when the comparison detects
    any differences. This should ensure consistent behavior with 'ksymvers
    compare'.
    Since the build uses 'ksymtypes compare' only for more detailed
    diagnostics, ignore its return code.
  - commit 5ac1381
  - net: atm: fix /proc/net/atm/lec handling (CVE-2025-38180
    bsc#1245970).
  - net: atm: add lec_mutex (CVE-2025-38323 bsc#1246473).
  - commit 1698a7c
  - KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop (bsc#1239061 CVE-2025-21839).
  - commit fe1f630
  - net: dsa: b53: do not enable EEE on bcm63xx (CVE-2025-38272
    bsc#1246268).
  - commit ee16b59
  - Refresh
    patches.suse/selftests-bpf-Clean-up-open-coded-gettid-syscall-inv.patch.
    Fix following BPF selftests compilation error due to missing dependency.
    /home/runner/work/libbpf/libbpf/.kernel/tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c: In function ‘test_current_pid_tgid’:
    /home/runner/work/libbpf/libbpf/.kernel/tools/testing/selftests/bpf/prog_tests/ns_current_pid_tgid.c:31:9: error: invalid type argument of unary ‘*’ (have ‘pid_t’ {aka ‘int’})
    31 |         *pid = sys_gettid();
    |         ^~~~
  - commit d85d5ff
  - Delete
    patches.suse/selftests-bpf-Add-tests-for-sdiv-smod-overflow-cases.patch.
    The __arch_x86_64 macro is not yet supported in BPF selftests (depends
    on c64d2f72bf2e "selftests/bpf: *_arch** macro to limit test cases to
    specific archs"), so drop tests that uses it.
  - commit 55e800e

++++ libzypp:

  - During installation indicate the backend being used (bsc#1246038)
    If some package actually needs to know, it should test for
    ZYPP_CLASSIC_RPMTRANS being set in the environment.
    Otherwise the transaction is driven by librpm.
  - version 17.37.14 (35)

------------------------------------------------------------------
------------------  2025-7-22  -  Jul 22 2025  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Update to version 25.1.3 (bsc#1245401,bsc#1245403)
    + Forward port
  - cloud-init-no-openstack-guess.patch
    + docs: provide example3 for PAM and ssh_pwauth behavior (#27)
    + fix: Make hotplug socket writable only by root (#25) (CVE-2024-11584)
    + fix: Don't attempt to identify non-x86 OpenStack instances (LP: #2069607)
    (CVE-2024-6174)
    From 25.1.2
    + fix: ensure MAAS datasource retries on failure (#6167)

++++ fde-tools:

  - Add fde-tools-bsc1246464-use-default-uefi-boot-path.patch to
    use the default EFI boot path if there is no FILE compoment in
    in the boot entry (bsc#1246464)

++++ kernel-default:

  - Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
    (git-fixes).
  - commit 7a089da
  - hci_dev centralize extra lock (CVE-2025-38117 bsc#1245695).
  - commit 892de21
  - Bluetooth: MGMT: Protect mgmt_pending list with its own lock
    (CVE-2025-38117 bsc#1245695).
  - commit e0d8b29
  - Bluetooth: hci_sync: Introduce
    hci_cmd_sync_run/hci_cmd_sync_run_once (CVE-2025-38117
    bsc#1245695).
  - commit c86dd9a
  - Bluetooth: hci_core: Make hci_is_le_conn_scanning public
    (CVE-2025-38117 bsc#1245695).
  - Refresh
    patches.suse/Bluetooth-hci_sync-Use-QoS-to-determine-which-PHY-to.patch.
  - commit 566b348
  - Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCEL
    (git-fixes).
  - commit 79fc3de
  - gpiolib: of: Add polarity quirk for s5m8767 (stable-fixes).
  - gpio: vf610: add locking to gpio direction functions
    (git-fixes).
  - gpio: pca953x: log an error when failing to get the reset GPIO
    (git-fixes).
  - gpiolib: cdev: Ignore reconfiguration without direction
    (git-fixes).
  - gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding
    parent node match (bsc#1233300).
  - gpiolib: Fix debug messaging in gpiod_find_and_request()
    (git-fixes).
  - gpiolib: Handle no pin_ranges in gpiochip_generic_config()
    (git-fixes).
  - gpio: sim: include a missing header (git-fixes).
  - gpiolib: acpi: Don't use GPIO chip fwnode in
    acpi_gpiochip_find() (bsc#1233300).
  - commit 75afc01
  - Bluetooth: MGMT: convert timeouts to secs_to_jiffies()
    (CVE-2025-38117 bsc#1245695).
  - commit 3e2758a
  - bluetooth: mgmt: convert timeouts to secs_to_jiffies()
    (CVE-2025-38117 bsc#1245695).
  - commit b8976eb
  - s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL again
    (git-fixes bsc#1246870).
  - commit 8e4fb25
  - Fix build warning
    Refresh
    patches.suse/mm-hugetlb-fix-DEBUG_LOCKS_WARN_ON-1-when-dissolve_f.patch.
  - commit ccb6e90
  - Bluetooth: MGMT: Fix not generating command complete for
    MGMT_OP_DISCONNECT (git-fixes).
  - Refresh
    patches.suse/Bluetooth-hci_event-Fix-not-using-key-encryption-siz.patch.
  - commit 6f743e7
  - Bluetooth: hci_sync: Attempt to dequeue connection attempt
    (git-fixes).
  - Refresh
    patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-Read-in-l2ca.patch.
  - Refresh
    patches.suse/Bluetooth-hci_event-Fix-not-using-key-encryption-siz.patch.
  - Refresh
    patches.suse/Bluetooth-hci_sync-Fix-UAF-in-hci_acl_create_conn_sy.patch.
  - commit 22a7d25
  - Bluetooth: hci_conn: Fix sending
    BT_HCI_CMD_LE_CREATE_CONN_CANCEL (git-fixes).
  - commit defb49e

++++ kernel-rt:

  - Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
    (git-fixes).
  - commit 7a089da
  - hci_dev centralize extra lock (CVE-2025-38117 bsc#1245695).
  - commit 892de21
  - Bluetooth: MGMT: Protect mgmt_pending list with its own lock
    (CVE-2025-38117 bsc#1245695).
  - commit e0d8b29
  - Bluetooth: hci_sync: Introduce
    hci_cmd_sync_run/hci_cmd_sync_run_once (CVE-2025-38117
    bsc#1245695).
  - commit c86dd9a
  - Bluetooth: hci_core: Make hci_is_le_conn_scanning public
    (CVE-2025-38117 bsc#1245695).
  - Refresh
    patches.suse/Bluetooth-hci_sync-Use-QoS-to-determine-which-PHY-to.patch.
  - commit 566b348
  - Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCEL
    (git-fixes).
  - commit 79fc3de
  - gpiolib: of: Add polarity quirk for s5m8767 (stable-fixes).
  - gpio: vf610: add locking to gpio direction functions
    (git-fixes).
  - gpio: pca953x: log an error when failing to get the reset GPIO
    (git-fixes).
  - gpiolib: cdev: Ignore reconfiguration without direction
    (git-fixes).
  - gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding
    parent node match (bsc#1233300).
  - gpiolib: Fix debug messaging in gpiod_find_and_request()
    (git-fixes).
  - gpiolib: Handle no pin_ranges in gpiochip_generic_config()
    (git-fixes).
  - gpio: sim: include a missing header (git-fixes).
  - gpiolib: acpi: Don't use GPIO chip fwnode in
    acpi_gpiochip_find() (bsc#1233300).
  - commit 75afc01
  - Bluetooth: MGMT: convert timeouts to secs_to_jiffies()
    (CVE-2025-38117 bsc#1245695).
  - commit 3e2758a
  - bluetooth: mgmt: convert timeouts to secs_to_jiffies()
    (CVE-2025-38117 bsc#1245695).
  - commit b8976eb
  - s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL again
    (git-fixes bsc#1246870).
  - commit 8e4fb25
  - Fix build warning
    Refresh
    patches.suse/mm-hugetlb-fix-DEBUG_LOCKS_WARN_ON-1-when-dissolve_f.patch.
  - commit ccb6e90
  - Bluetooth: MGMT: Fix not generating command complete for
    MGMT_OP_DISCONNECT (git-fixes).
  - Refresh
    patches.suse/Bluetooth-hci_event-Fix-not-using-key-encryption-siz.patch.
  - commit 6f743e7
  - Bluetooth: hci_sync: Attempt to dequeue connection attempt
    (git-fixes).
  - Refresh
    patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-Read-in-l2ca.patch.
  - Refresh
    patches.suse/Bluetooth-hci_event-Fix-not-using-key-encryption-siz.patch.
  - Refresh
    patches.suse/Bluetooth-hci_sync-Fix-UAF-in-hci_acl_create_conn_sy.patch.
  - commit 22a7d25
  - Bluetooth: hci_conn: Fix sending
    BT_HCI_CMD_LE_CREATE_CONN_CANCEL (git-fixes).
  - commit defb49e

++++ kernel-rt_debug:

  - Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
    (git-fixes).
  - commit 7a089da
  - hci_dev centralize extra lock (CVE-2025-38117 bsc#1245695).
  - commit 892de21
  - Bluetooth: MGMT: Protect mgmt_pending list with its own lock
    (CVE-2025-38117 bsc#1245695).
  - commit e0d8b29
  - Bluetooth: hci_sync: Introduce
    hci_cmd_sync_run/hci_cmd_sync_run_once (CVE-2025-38117
    bsc#1245695).
  - commit c86dd9a
  - Bluetooth: hci_core: Make hci_is_le_conn_scanning public
    (CVE-2025-38117 bsc#1245695).
  - Refresh
    patches.suse/Bluetooth-hci_sync-Use-QoS-to-determine-which-PHY-to.patch.
  - commit 566b348
  - Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCEL
    (git-fixes).
  - commit 79fc3de
  - gpiolib: of: Add polarity quirk for s5m8767 (stable-fixes).
  - gpio: vf610: add locking to gpio direction functions
    (git-fixes).
  - gpio: pca953x: log an error when failing to get the reset GPIO
    (git-fixes).
  - gpiolib: cdev: Ignore reconfiguration without direction
    (git-fixes).
  - gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding
    parent node match (bsc#1233300).
  - gpiolib: Fix debug messaging in gpiod_find_and_request()
    (git-fixes).
  - gpiolib: Handle no pin_ranges in gpiochip_generic_config()
    (git-fixes).
  - gpio: sim: include a missing header (git-fixes).
  - gpiolib: acpi: Don't use GPIO chip fwnode in
    acpi_gpiochip_find() (bsc#1233300).
  - commit 75afc01
  - Bluetooth: MGMT: convert timeouts to secs_to_jiffies()
    (CVE-2025-38117 bsc#1245695).
  - commit 3e2758a
  - bluetooth: mgmt: convert timeouts to secs_to_jiffies()
    (CVE-2025-38117 bsc#1245695).
  - commit b8976eb
  - s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL again
    (git-fixes bsc#1246870).
  - commit 8e4fb25
  - Fix build warning
    Refresh
    patches.suse/mm-hugetlb-fix-DEBUG_LOCKS_WARN_ON-1-when-dissolve_f.patch.
  - commit ccb6e90
  - Bluetooth: MGMT: Fix not generating command complete for
    MGMT_OP_DISCONNECT (git-fixes).
  - Refresh
    patches.suse/Bluetooth-hci_event-Fix-not-using-key-encryption-siz.patch.
  - commit 6f743e7
  - Bluetooth: hci_sync: Attempt to dequeue connection attempt
    (git-fixes).
  - Refresh
    patches.suse/Bluetooth-L2CAP-Fix-slab-use-after-free-Read-in-l2ca.patch.
  - Refresh
    patches.suse/Bluetooth-hci_event-Fix-not-using-key-encryption-siz.patch.
  - Refresh
    patches.suse/Bluetooth-hci_sync-Fix-UAF-in-hci_acl_create_conn_sy.patch.
  - commit 22a7d25
  - Bluetooth: hci_conn: Fix sending
    BT_HCI_CMD_LE_CREATE_CONN_CANCEL (git-fixes).
  - commit defb49e

++++ libzypp:

  - Workaround 'rpm -vv' leaving scriptlets /var/tmp (bsc#1218459)
  - Verbose log libproxy results if PX_DEBUG=1 is set.
  - BuildRequires:  cmake >= 3.17.
  - version 17.37.13 (35)

++++ openSUSE-build-key:

  - obsolete gpg-pubkey-ded64f3b, the openSUSE buildservice global
    key which was used mistakenly for repository signing.

++++ qemu:

  - Fix bsc#1246566:
    * [roms] seabios: include "pciinit: don't misalign large BARs" (bsc#1246566)

------------------------------------------------------------------
------------------  2025-7-21  -  Jul 21 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to docker-buildx v0.26.0. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.26.0>

++++ kernel-default:

  - Bluetooth: mgmt: remove NULL check in
    add_ext_adv_params_complete() (CVE-2025-38117 bsc#1245695).
  - Bluetooth: mgmt: remove NULL check in
    mgmt_set_connectable_complete() (CVE-2025-38117 bsc#1245695).
  - commit 3217653
  - rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() (bsc#1246298)
  - commit 8136da5
  - bluetooth: restore le_scan_restart in struct hci_dev
    (CVE-2025-38117 bsc#1245695).
  - commit 7e7eb69
  - Bluetooth: hci_core: Remove le_restart_scan work (CVE-2025-38117
    bsc#1245695).
  - commit 9530108
  - Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
    (CVE-2025-38335 bsc#1246250).
  - commit 4b421f0
  - rcu-tasks: Initialize callback lists at rcu_init() time (bsc#1246298)
  - commit d73116a
  - rcu-tasks: Add data to eliminate RCU-tasks/do_exit() (bsc#1246298)
  - commit ee26238
  - Correctly put RDMA kabi patch into patches.kabi instead of patches.suse
  - commit 0433d1f
  - kABI workaround for bluetooth hci_dev changes (CVE-2025-38250
    bsc#1246182).
  - commit 2bfeee5
  - Bluetooth: hci_core: Fix use-after-free in vhci_flush()
    (CVE-2025-38250 bsc#1246182).
  - commit 45dea35
  - selftests/bpf: Support more socket types in create_pair()
    (bsc#1239470 CVE-2025-21854).
  - selftests/bpf: Refactor out helper functions for a few tests
    (bsc#1239470 CVE-2025-21854).
  - commit 21d7fea
  - mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when
    dissolve_free_hugetlb_folio() (bsc#1225707 CVE-2024-36028).
  - commit ce47e5b
  - Delete
    patches.suse/selftest-bpf-Add-test-for-af_vsock-poll.patch.
    It requires the "bpf_program__attach_sockmap" API in libbpf, which isn't
    backported.
  - Refresh patches.suse/selftest-bpf-Add-vsock-test-for-sockmap-rejecting-un.patch
  - commit a7dddad
  - i2c: stm32: fix the device used for the DMA map (git-fixes).
  - usb: hub: Don't try to recover devices lost during warm reset
    (git-fixes).
  - usb: musb: fix gadget state on disconnect (git-fixes).
  - thunderbolt: Fix bit masking in tb_dp_port_set_hops()
    (git-fixes).
  - thunderbolt: Fix wake on connect at runtime (git-fixes).
  - pch_uart: Fix dma_sync_sg_for_device() nents value (git-fixes).
  - comedi: Fix initialization of data for instructions that write
    to subdevice (git-fixes).
  - comedi: Fix use of uninitialized data in insn_rw_emulate_bits()
    (git-fixes).
  - comedi: das6402: Fix bit shift out of bounds (git-fixes).
  - comedi: aio_iiro_16: Fix bit shift out of bounds (git-fixes).
  - comedi: pcl812: Fix bit shift out of bounds (git-fixes).
  - comedi: das16m1: Fix bit shift out of bounds (git-fixes).
  - comedi: Fix some signed shift left operations (git-fixes).
  - comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large
    (git-fixes).
  - iio: adc: ad7949: use spi_is_bpw_supported() (git-fixes).
  - iio: accel: fxls8962af: Fix use after free in
    fxls8962af_fifo_flush (git-fixes).
  - iio: adc: stm32-adc: Fix race in installing chained IRQ handler
    (git-fixes).
  - regmap: fix potential memory leak of regmap_bus (git-fixes).
  - Input: xpad - set correct controller type for Acer NGR200
    (git-fixes).
  - commit 08dfa63

++++ kernel-rt:

  - Bluetooth: mgmt: remove NULL check in
    add_ext_adv_params_complete() (CVE-2025-38117 bsc#1245695).
  - Bluetooth: mgmt: remove NULL check in
    mgmt_set_connectable_complete() (CVE-2025-38117 bsc#1245695).
  - commit 3217653
  - rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() (bsc#1246298)
  - commit 8136da5
  - bluetooth: restore le_scan_restart in struct hci_dev
    (CVE-2025-38117 bsc#1245695).
  - commit 7e7eb69
  - Bluetooth: hci_core: Remove le_restart_scan work (CVE-2025-38117
    bsc#1245695).
  - commit 9530108
  - Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
    (CVE-2025-38335 bsc#1246250).
  - commit 4b421f0
  - rcu-tasks: Initialize callback lists at rcu_init() time (bsc#1246298)
  - commit d73116a
  - rcu-tasks: Add data to eliminate RCU-tasks/do_exit() (bsc#1246298)
  - commit ee26238
  - Correctly put RDMA kabi patch into patches.kabi instead of patches.suse
  - commit 0433d1f
  - kABI workaround for bluetooth hci_dev changes (CVE-2025-38250
    bsc#1246182).
  - commit 2bfeee5
  - Bluetooth: hci_core: Fix use-after-free in vhci_flush()
    (CVE-2025-38250 bsc#1246182).
  - commit 45dea35
  - selftests/bpf: Support more socket types in create_pair()
    (bsc#1239470 CVE-2025-21854).
  - selftests/bpf: Refactor out helper functions for a few tests
    (bsc#1239470 CVE-2025-21854).
  - commit 21d7fea
  - mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when
    dissolve_free_hugetlb_folio() (bsc#1225707 CVE-2024-36028).
  - commit ce47e5b
  - Delete
    patches.suse/selftest-bpf-Add-test-for-af_vsock-poll.patch.
    It requires the "bpf_program__attach_sockmap" API in libbpf, which isn't
    backported.
  - Refresh patches.suse/selftest-bpf-Add-vsock-test-for-sockmap-rejecting-un.patch
  - commit a7dddad
  - i2c: stm32: fix the device used for the DMA map (git-fixes).
  - usb: hub: Don't try to recover devices lost during warm reset
    (git-fixes).
  - usb: musb: fix gadget state on disconnect (git-fixes).
  - thunderbolt: Fix bit masking in tb_dp_port_set_hops()
    (git-fixes).
  - thunderbolt: Fix wake on connect at runtime (git-fixes).
  - pch_uart: Fix dma_sync_sg_for_device() nents value (git-fixes).
  - comedi: Fix initialization of data for instructions that write
    to subdevice (git-fixes).
  - comedi: Fix use of uninitialized data in insn_rw_emulate_bits()
    (git-fixes).
  - comedi: das6402: Fix bit shift out of bounds (git-fixes).
  - comedi: aio_iiro_16: Fix bit shift out of bounds (git-fixes).
  - comedi: pcl812: Fix bit shift out of bounds (git-fixes).
  - comedi: das16m1: Fix bit shift out of bounds (git-fixes).
  - comedi: Fix some signed shift left operations (git-fixes).
  - comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large
    (git-fixes).
  - iio: adc: ad7949: use spi_is_bpw_supported() (git-fixes).
  - iio: accel: fxls8962af: Fix use after free in
    fxls8962af_fifo_flush (git-fixes).
  - iio: adc: stm32-adc: Fix race in installing chained IRQ handler
    (git-fixes).
  - regmap: fix potential memory leak of regmap_bus (git-fixes).
  - Input: xpad - set correct controller type for Acer NGR200
    (git-fixes).
  - commit 08dfa63

++++ kernel-rt_debug:

  - Bluetooth: mgmt: remove NULL check in
    add_ext_adv_params_complete() (CVE-2025-38117 bsc#1245695).
  - Bluetooth: mgmt: remove NULL check in
    mgmt_set_connectable_complete() (CVE-2025-38117 bsc#1245695).
  - commit 3217653
  - rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() (bsc#1246298)
  - commit 8136da5
  - bluetooth: restore le_scan_restart in struct hci_dev
    (CVE-2025-38117 bsc#1245695).
  - commit 7e7eb69
  - Bluetooth: hci_core: Remove le_restart_scan work (CVE-2025-38117
    bsc#1245695).
  - commit 9530108
  - Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
    (CVE-2025-38335 bsc#1246250).
  - commit 4b421f0
  - rcu-tasks: Initialize callback lists at rcu_init() time (bsc#1246298)
  - commit d73116a
  - rcu-tasks: Add data to eliminate RCU-tasks/do_exit() (bsc#1246298)
  - commit ee26238
  - Correctly put RDMA kabi patch into patches.kabi instead of patches.suse
  - commit 0433d1f
  - kABI workaround for bluetooth hci_dev changes (CVE-2025-38250
    bsc#1246182).
  - commit 2bfeee5
  - Bluetooth: hci_core: Fix use-after-free in vhci_flush()
    (CVE-2025-38250 bsc#1246182).
  - commit 45dea35
  - selftests/bpf: Support more socket types in create_pair()
    (bsc#1239470 CVE-2025-21854).
  - selftests/bpf: Refactor out helper functions for a few tests
    (bsc#1239470 CVE-2025-21854).
  - commit 21d7fea
  - mm/hugetlb: fix DEBUG_LOCKS_WARN_ON(1) when
    dissolve_free_hugetlb_folio() (bsc#1225707 CVE-2024-36028).
  - commit ce47e5b
  - Delete
    patches.suse/selftest-bpf-Add-test-for-af_vsock-poll.patch.
    It requires the "bpf_program__attach_sockmap" API in libbpf, which isn't
    backported.
  - Refresh patches.suse/selftest-bpf-Add-vsock-test-for-sockmap-rejecting-un.patch
  - commit a7dddad
  - i2c: stm32: fix the device used for the DMA map (git-fixes).
  - usb: hub: Don't try to recover devices lost during warm reset
    (git-fixes).
  - usb: musb: fix gadget state on disconnect (git-fixes).
  - thunderbolt: Fix bit masking in tb_dp_port_set_hops()
    (git-fixes).
  - thunderbolt: Fix wake on connect at runtime (git-fixes).
  - pch_uart: Fix dma_sync_sg_for_device() nents value (git-fixes).
  - comedi: Fix initialization of data for instructions that write
    to subdevice (git-fixes).
  - comedi: Fix use of uninitialized data in insn_rw_emulate_bits()
    (git-fixes).
  - comedi: das6402: Fix bit shift out of bounds (git-fixes).
  - comedi: aio_iiro_16: Fix bit shift out of bounds (git-fixes).
  - comedi: pcl812: Fix bit shift out of bounds (git-fixes).
  - comedi: das16m1: Fix bit shift out of bounds (git-fixes).
  - comedi: Fix some signed shift left operations (git-fixes).
  - comedi: Fail COMEDI_INSNLIST ioctl if n_insns is too large
    (git-fixes).
  - iio: adc: ad7949: use spi_is_bpw_supported() (git-fixes).
  - iio: accel: fxls8962af: Fix use after free in
    fxls8962af_fifo_flush (git-fixes).
  - iio: adc: stm32-adc: Fix race in installing chained IRQ handler
    (git-fixes).
  - regmap: fix potential memory leak of regmap_bus (git-fixes).
  - Input: xpad - set correct controller type for Acer NGR200
    (git-fixes).
  - commit 08dfa63

------------------------------------------------------------------
------------------  2025-7-20  -  Jul 20 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - jfs: Fix null-ptr-deref in jfs_ioc_trim (bsc#1246044
    CVE-2025-38203).
  - commit e88ea13
  - hwmon: (corsair-cpro) Validate the size of the received input
    buffer (git-fixes).
  - drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resume
    (git-fixes).
  - soundwire: amd: fix for clearing command status register
    (git-fixes).
  - dmaengine: nbpfaxi: Fix memory corruption in probe()
    (git-fixes).
  - phy: tegra: xusb: Fix unbalanced regulator disable in UTMI
    PHY mode (git-fixes).
  - memstick: core: Zero initialize id_reg in
    h_memstick_read_dev_id() (git-fixes).
  - mmc: bcm2835: Fix dma_unmap_sg() nents value (git-fixes).
  - mmc: sdhci_am654: Workaround for Errata i2312 (git-fixes).
  - mmc: sdhci-pci: Quirk for broken command queuing on Intel
    GLK-based Positivo models (git-fixes).
  - commit 0d9aae2

++++ kernel-rt:

  - jfs: Fix null-ptr-deref in jfs_ioc_trim (bsc#1246044
    CVE-2025-38203).
  - commit e88ea13
  - hwmon: (corsair-cpro) Validate the size of the received input
    buffer (git-fixes).
  - drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resume
    (git-fixes).
  - soundwire: amd: fix for clearing command status register
    (git-fixes).
  - dmaengine: nbpfaxi: Fix memory corruption in probe()
    (git-fixes).
  - phy: tegra: xusb: Fix unbalanced regulator disable in UTMI
    PHY mode (git-fixes).
  - memstick: core: Zero initialize id_reg in
    h_memstick_read_dev_id() (git-fixes).
  - mmc: bcm2835: Fix dma_unmap_sg() nents value (git-fixes).
  - mmc: sdhci_am654: Workaround for Errata i2312 (git-fixes).
  - mmc: sdhci-pci: Quirk for broken command queuing on Intel
    GLK-based Positivo models (git-fixes).
  - commit 0d9aae2

++++ kernel-rt_debug:

  - jfs: Fix null-ptr-deref in jfs_ioc_trim (bsc#1246044
    CVE-2025-38203).
  - commit e88ea13
  - hwmon: (corsair-cpro) Validate the size of the received input
    buffer (git-fixes).
  - drm/amdgpu/gfx8: reset compute ring wptr on the GPU on resume
    (git-fixes).
  - soundwire: amd: fix for clearing command status register
    (git-fixes).
  - dmaengine: nbpfaxi: Fix memory corruption in probe()
    (git-fixes).
  - phy: tegra: xusb: Fix unbalanced regulator disable in UTMI
    PHY mode (git-fixes).
  - memstick: core: Zero initialize id_reg in
    h_memstick_read_dev_id() (git-fixes).
  - mmc: bcm2835: Fix dma_unmap_sg() nents value (git-fixes).
  - mmc: sdhci_am654: Workaround for Errata i2312 (git-fixes).
  - mmc: sdhci-pci: Quirk for broken command queuing on Intel
    GLK-based Positivo models (git-fixes).
  - commit 0d9aae2

------------------------------------------------------------------
------------------  2025-7-18  -  Jul 18 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.27 → 10.2.28
  - Fix dracut code to be POSIX compliant
    The redirect type "< <(...)" is not POSIX complians and leads
    to a syntax error in dracut which calls bash as "sh" leading
    it to be restricted to POSIX only

++++ gdk-pixbuf:

  - Add gdk-pixbuf-fix-decoder-written-bytes-reporting.patch: Fix
    memory leak caused by wrong written bytes reported by decoder
    (CVE-2025-6199, glgo#GNOME/gdk-pixbuf#257, bsc#1245227).

++++ kernel-default:

  - net/sched: Return NULL when htb_lookup_leaf encounters an
    empty rbtree (git-fixes).
  - commit fb42307
  - ipv6: mcast: Delay put pmc->idev in mld_del_delrec()
    (git-fixes).
  - commit 505c14c
  - rpl: Fix use-after-free in rpl_do_srh_inline() (git-fixes).
  - commit 3342938
  - af_packet: fix the SO_SNDTIMEO constraint not effective on
    tpacked_snd() (git-fixes).
  - commit 877c186
  - net/sched: sch_qfq: Fix race condition on qfq_aggregate
    (git-fixes).
  - commit 2e8a829
  - kABI workaround for struct drm_framebuffer changes (git-fixes).
  - commit 7b3cefa
  - drm/framebuffer: Acquire internal references on GEM handles
    (git-fixes).
  - commit 736ff8d
  - Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU
    (git-fixes).
  - Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855
    GF variant without board ID (git-fixes).
  - Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout
    (git-fixes).
  - Bluetooth: SMP: If an unallowed command is received consider
    it a failure (git-fixes).
  - Bluetooth: hci_sync: fix connectable extended advertising when
    using static random address (git-fixes).
  - Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()
    (git-fixes).
  - usb: net: sierra: check for no status endpoint (git-fixes).
  - net: phy: Don't register LEDs for genphy (git-fixes).
  - drm/gem: Fix race in drm_gem_handle_create_tail()
    (stable-fixes).
  - wifi: prevent A-MSDU attacks in mesh networks (stable-fixes).
  - Revert "ACPI: battery: negate current when discharging"
    (stable-fixes).
  - usb: cdnsp: Fix issue with CV Bad Descriptor test (git-fixes).
  - drm/gem: Acquire references on GEM handles for framebuffers
    (stable-fixes).
  - vt: add missing notification when switching back to text mode
    (stable-fixes).
  - ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
    (stable-fixes).
  - ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop
    15-eg100 (stable-fixes).
  - HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard
    Gen2 (stable-fixes).
  - HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY (stable-fixes).
  - HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
    (stable-fixes).
  - net: usb: qmi_wwan: add SIMCom 8230C composition (stable-fixes).
  - usb: cdnsp: Replace snprintf() with the safer scnprintf()
    variant (stable-fixes).
  - usb:cdnsp: remove TRB_FLUSH_ENDPOINT command (stable-fixes).
  - commit b8ce602
  - Refresh
    patches.suse/selftests-bpf-Add-tests-for-iter-next-method-returni.patch.
    Fix BPF selftests build failure in progs/iters_testmod.c due to missing
    definition of 'struct bpf_iter_task_vma' and 'bpf_iter_task_vma()'.
  - commit ca03a47

++++ kernel-rt:

  - net/sched: Return NULL when htb_lookup_leaf encounters an
    empty rbtree (git-fixes).
  - commit fb42307
  - ipv6: mcast: Delay put pmc->idev in mld_del_delrec()
    (git-fixes).
  - commit 505c14c
  - rpl: Fix use-after-free in rpl_do_srh_inline() (git-fixes).
  - commit 3342938
  - af_packet: fix the SO_SNDTIMEO constraint not effective on
    tpacked_snd() (git-fixes).
  - commit 877c186
  - net/sched: sch_qfq: Fix race condition on qfq_aggregate
    (git-fixes).
  - commit 2e8a829
  - kABI workaround for struct drm_framebuffer changes (git-fixes).
  - commit 7b3cefa
  - drm/framebuffer: Acquire internal references on GEM handles
    (git-fixes).
  - commit 736ff8d
  - Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU
    (git-fixes).
  - Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855
    GF variant without board ID (git-fixes).
  - Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout
    (git-fixes).
  - Bluetooth: SMP: If an unallowed command is received consider
    it a failure (git-fixes).
  - Bluetooth: hci_sync: fix connectable extended advertising when
    using static random address (git-fixes).
  - Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()
    (git-fixes).
  - usb: net: sierra: check for no status endpoint (git-fixes).
  - net: phy: Don't register LEDs for genphy (git-fixes).
  - drm/gem: Fix race in drm_gem_handle_create_tail()
    (stable-fixes).
  - wifi: prevent A-MSDU attacks in mesh networks (stable-fixes).
  - Revert "ACPI: battery: negate current when discharging"
    (stable-fixes).
  - usb: cdnsp: Fix issue with CV Bad Descriptor test (git-fixes).
  - drm/gem: Acquire references on GEM handles for framebuffers
    (stable-fixes).
  - vt: add missing notification when switching back to text mode
    (stable-fixes).
  - ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
    (stable-fixes).
  - ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop
    15-eg100 (stable-fixes).
  - HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard
    Gen2 (stable-fixes).
  - HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY (stable-fixes).
  - HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
    (stable-fixes).
  - net: usb: qmi_wwan: add SIMCom 8230C composition (stable-fixes).
  - usb: cdnsp: Replace snprintf() with the safer scnprintf()
    variant (stable-fixes).
  - usb:cdnsp: remove TRB_FLUSH_ENDPOINT command (stable-fixes).
  - commit b8ce602
  - Refresh
    patches.suse/selftests-bpf-Add-tests-for-iter-next-method-returni.patch.
    Fix BPF selftests build failure in progs/iters_testmod.c due to missing
    definition of 'struct bpf_iter_task_vma' and 'bpf_iter_task_vma()'.
  - commit ca03a47

++++ kernel-rt_debug:

  - net/sched: Return NULL when htb_lookup_leaf encounters an
    empty rbtree (git-fixes).
  - commit fb42307
  - ipv6: mcast: Delay put pmc->idev in mld_del_delrec()
    (git-fixes).
  - commit 505c14c
  - rpl: Fix use-after-free in rpl_do_srh_inline() (git-fixes).
  - commit 3342938
  - af_packet: fix the SO_SNDTIMEO constraint not effective on
    tpacked_snd() (git-fixes).
  - commit 877c186
  - net/sched: sch_qfq: Fix race condition on qfq_aggregate
    (git-fixes).
  - commit 2e8a829
  - kABI workaround for struct drm_framebuffer changes (git-fixes).
  - commit 7b3cefa
  - drm/framebuffer: Acquire internal references on GEM handles
    (git-fixes).
  - commit 736ff8d
  - Bluetooth: L2CAP: Fix attempting to adjust outgoing MTU
    (git-fixes).
  - Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855
    GF variant without board ID (git-fixes).
  - Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeout
    (git-fixes).
  - Bluetooth: SMP: If an unallowed command is received consider
    it a failure (git-fixes).
  - Bluetooth: hci_sync: fix connectable extended advertising when
    using static random address (git-fixes).
  - Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()
    (git-fixes).
  - usb: net: sierra: check for no status endpoint (git-fixes).
  - net: phy: Don't register LEDs for genphy (git-fixes).
  - drm/gem: Fix race in drm_gem_handle_create_tail()
    (stable-fixes).
  - wifi: prevent A-MSDU attacks in mesh networks (stable-fixes).
  - Revert "ACPI: battery: negate current when discharging"
    (stable-fixes).
  - usb: cdnsp: Fix issue with CV Bad Descriptor test (git-fixes).
  - drm/gem: Acquire references on GEM handles for framebuffers
    (stable-fixes).
  - vt: add missing notification when switching back to text mode
    (stable-fixes).
  - ASoC: amd: yc: add quirk for Acer Nitro ANV15-41 internal mic
    (stable-fixes).
  - ALSA: hda/realtek - Enable mute LED on HP Pavilion Laptop
    15-eg100 (stable-fixes).
  - HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keyboard
    Gen2 (stable-fixes).
  - HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY (stable-fixes).
  - HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
    (stable-fixes).
  - net: usb: qmi_wwan: add SIMCom 8230C composition (stable-fixes).
  - usb: cdnsp: Replace snprintf() with the safer scnprintf()
    variant (stable-fixes).
  - usb:cdnsp: remove TRB_FLUSH_ENDPOINT command (stable-fixes).
  - commit b8ce602
  - Refresh
    patches.suse/selftests-bpf-Add-tests-for-iter-next-method-returni.patch.
    Fix BPF selftests build failure in progs/iters_testmod.c due to missing
    definition of 'struct bpf_iter_task_vma' and 'bpf_iter_task_vma()'.
  - commit ca03a47

++++ tpm2.0-abrmd:

  - sync with Factory package to fix SELinux issues in SLE Micro 6.1 (bsc#1246460)

++++ libxml2:

  - security update
  - added patches
    CVE-2025-7425 [bsc#1246296], Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr
    + libxml2-CVE-2025-7425.patch

++++ libxml2-python:

  - security update
  - added patches
    CVE-2025-7425 [bsc#1246296], Heap Use-After-Free in libxslt caused by atype corruption in xmlAttrPtr
    + libxml2-CVE-2025-7425.patch

++++ zypper:

  - Fix addrepo to handle explicit --check and --no-check requests
    (bsc#1246466)
  - Accept "show" as alias for "info" (bsc#1245985)
  - version 1.14.93

------------------------------------------------------------------
------------------  2025-7-17  -  Jul 17 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Go 1.24 for builds, to match upstream.

++++ python-kiwi:

  - Extend test-image-lvm integration test
    For testing a bit more complex resize procedure, update
    the lvm integration test to run more resize actions
    with required device locking
  - Apply proper udev locking
    Several commands during repart, resize and other actions
    require a proper lock to be set for udev such that other
    events knows about the locked state of a device and do
    not mess with it until the command for which the lock
    persists has completed. This commit applies proper udev
    locks to all commands that requires it. In addition
    incorrect code that was expected to prevent such race
    conditions got dropped from the implementation.
    This is related to bsc#1242987
  - relocate GPT at the end of disk using sfdisk
    Using sfdisk for relocation and verification makes this
    part more consistent. We also want to move away from gdisk.
    This is related to #2851
  - Do not strictly require config.partids in repart
    The kiwi-repart implementation requires a metadata file
    named config.partids which holds information about
    partition ids and more stored at the time the image was
    built. Depending on the complexity of the image and the
    resize request some of the information can be rebuilt
    in case the metadata file is missing. This commit adds
    the rebuild of the minimum required information to run
    a standard resize and therefore allows the kiwi-repart
    dracut module to work also without config.partids to be
    present in the system
  - Do not drop /config.partids
    The partition id metadata file is used in the kiwi-repart
    module. If a user wants to use the kiwi repart module
    permanently, this metadata file needs to stay in the system.
    Therefore it should not be automatically deleted by the
    cleanup. A disk.sh hook script can be used to force the
    deletion of the file though. This is related #2851

++++ kernel-default:

  - ptp: fix breakage after ptp_vclock_in_use() rework
    (bsc#1246506).
  - commit 001cddf
  - x86/virt/tdx: Avoid indirect calls to TDX assembly functions (git-fixes).
  - commit 9c296c1
  - soc: aspeed: lpc-snoop: Don't disable channels that aren't
    enabled (git-fixes).
  - soc: aspeed: lpc-snoop: Cleanup resources in stack-order
    (git-fixes).
  - HID: core: ensure __hid_request reserves the report ID as the
    first byte (git-fixes).
  - commit 5cd5cd3
  - drm/msm/a7xx: Call CP_RESET_CONTEXT_STATE (CVE-2025-38188
    bsc#1246098).
  - drm/msm/a6xx+: Insert a fence wait before SMMU table update
    (CVE-2025-38188 bsc#1246098).
  - commit e22ddaf
  - x86/iopl: Cure TIF_IO_BITMAP inconsistencies (CVE-2025-38100
    bsc#1245650).
  - commit 143bbc6
  - Bluetooth: eir: Fix possible crashes on eir_create_adv_data
    (CVE-2025-38303 bsc#1246354).
  - commit 89447f6
  - btrfs: explicitly ref count block_group on new_bgs list (bsc#1243068)
  - commit 8647d2c
  - btrfs: make btrfs_discard_workfn() block_group ref explicit (bsc#1243068)
  - commit 32e19f5
  - btrfs: harden block_group::bg_list against list_del() races (CVE-2025-37856 bsc#1243068)
  - commit 3333359
  - btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref (CVE-2025-38034 bsc#1244792)
  - commit 55c0ec4
  - btrfs: do not BUG_ON() when freeing tree block after error (CVE-2024-44963 1230216)
  - commit d292416

++++ kernel-rt:

  - ptp: fix breakage after ptp_vclock_in_use() rework
    (bsc#1246506).
  - commit 001cddf
  - x86/virt/tdx: Avoid indirect calls to TDX assembly functions (git-fixes).
  - commit 9c296c1
  - soc: aspeed: lpc-snoop: Don't disable channels that aren't
    enabled (git-fixes).
  - soc: aspeed: lpc-snoop: Cleanup resources in stack-order
    (git-fixes).
  - HID: core: ensure __hid_request reserves the report ID as the
    first byte (git-fixes).
  - commit 5cd5cd3
  - drm/msm/a7xx: Call CP_RESET_CONTEXT_STATE (CVE-2025-38188
    bsc#1246098).
  - drm/msm/a6xx+: Insert a fence wait before SMMU table update
    (CVE-2025-38188 bsc#1246098).
  - commit e22ddaf
  - x86/iopl: Cure TIF_IO_BITMAP inconsistencies (CVE-2025-38100
    bsc#1245650).
  - commit 143bbc6
  - Bluetooth: eir: Fix possible crashes on eir_create_adv_data
    (CVE-2025-38303 bsc#1246354).
  - commit 89447f6
  - btrfs: explicitly ref count block_group on new_bgs list (bsc#1243068)
  - commit 8647d2c
  - btrfs: make btrfs_discard_workfn() block_group ref explicit (bsc#1243068)
  - commit 32e19f5
  - btrfs: harden block_group::bg_list against list_del() races (CVE-2025-37856 bsc#1243068)
  - commit 3333359
  - btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref (CVE-2025-38034 bsc#1244792)
  - commit 55c0ec4
  - btrfs: do not BUG_ON() when freeing tree block after error (CVE-2024-44963 1230216)
  - commit d292416

++++ kernel-rt_debug:

  - ptp: fix breakage after ptp_vclock_in_use() rework
    (bsc#1246506).
  - commit 001cddf
  - x86/virt/tdx: Avoid indirect calls to TDX assembly functions (git-fixes).
  - commit 9c296c1
  - soc: aspeed: lpc-snoop: Don't disable channels that aren't
    enabled (git-fixes).
  - soc: aspeed: lpc-snoop: Cleanup resources in stack-order
    (git-fixes).
  - HID: core: ensure __hid_request reserves the report ID as the
    first byte (git-fixes).
  - commit 5cd5cd3
  - drm/msm/a7xx: Call CP_RESET_CONTEXT_STATE (CVE-2025-38188
    bsc#1246098).
  - drm/msm/a6xx+: Insert a fence wait before SMMU table update
    (CVE-2025-38188 bsc#1246098).
  - commit e22ddaf
  - x86/iopl: Cure TIF_IO_BITMAP inconsistencies (CVE-2025-38100
    bsc#1245650).
  - commit 143bbc6
  - Bluetooth: eir: Fix possible crashes on eir_create_adv_data
    (CVE-2025-38303 bsc#1246354).
  - commit 89447f6
  - btrfs: explicitly ref count block_group on new_bgs list (bsc#1243068)
  - commit 8647d2c
  - btrfs: make btrfs_discard_workfn() block_group ref explicit (bsc#1243068)
  - commit 32e19f5
  - btrfs: harden block_group::bg_list against list_del() races (CVE-2025-37856 bsc#1243068)
  - commit 3333359
  - btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref (CVE-2025-38034 bsc#1244792)
  - commit 55c0ec4
  - btrfs: do not BUG_ON() when freeing tree block after error (CVE-2024-44963 1230216)
  - commit d292416

++++ libxslt:

  - security update
  - added patches
    CVE-2025-7424 [bsc#1246360], Type confusion in xmlNode.psvi between stylesheet and source nodes
    + libxslt-CVE-2025-7424.patch

++++ sqlite3:

  - Update to version 3.50.3:
    * Fix a possible memory error that can occur if a query is made
    against against FTS5 index that has been deliberately corrupted
    in a very specific way (CVE-2025-7709, bsc#1254670).
    * Fix the parser so that it ignored SQL comments in all places of
    a CREATE TRIGGER statement. This resolves a problem that was
    introduced by the introduction of the
    SQLITE_DBCONFIG_ENABLE_COMMENTS feature in version 3.49.0.
    * Fix an incorrect answer due to over-optimization of an AND
    operator.

++++ libzypp:

  - Allow explicit request to probe an added repo's URL
    (bsc#1246466)
  - Fix tests with -DISABLE_MEDIABACKEND_TESTS=1 (fixes #661)
  - version 17.37.12 (35)

------------------------------------------------------------------
------------------  2025-7-16  -  Jul 16 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix centos/test-image-live-disk-v10
    There is no package named iprutils
  - Fix centos/test-image-live-disk-v10
    Update package names
  - Added centos/test-image-live-disk-v10 build test
  - Fix tumbleweed/test-image-gce integration test
    Drop obsolete growpart
  - Followup fix to support older apt versions for bootstrap
    There are apt versions that do not create missing state files.
    Make sure the intermediate bootstrap state file is created in
    any case. This Fixes #2857
  - Fixed integration test builds
    Next round of fixes for integration tests. Missing
    or wrong service activations
  - Fix arm/tumbleweed/test-image-rpi
    Fix snapper setup for this integration test

++++ kernel-default:

  - config: enable RBD (jsc#PED-13238)
  - commit 9e8693b
  - scsi: megaraid_sas: Fix invalid node index (CVE-2025-38239
    bsc#1246178).
  - seg6: Fix validation of nexthop addresses (CVE-2025-38310
    bsc#1246361).
  - x86/sgx: Prevent attempts to reclaim poisoned pages
    (CVE-2025-38334 bsc#1246384).
  - commit 740f6c2
  - selftests/bpf: Add tests with stack ptr register in conditional
    jmp (bsc#1246264 CVE-2025-38279).
  - bpf: Do not include stack ptr register in precision backtracking
    bookkeeping (bsc#1246264 CVE-2025-38279).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - commit ccc2c5b
  - bridge: mcast: Fix use-after-free during router port
    configuration (CVE-2025-38248 bsc#1246173).
  - net: stmmac: make sure that ptp_rate is not 0 before configuring
    timestamping (CVE-2025-38126 bsc#1245708).
  - bpf: fix ktls panic with sockmap (CVE-2025-38166 bsc#1245758).
  - commit 01133bb
  - iommu/amd: Set the pgsize_bitmap correctly (git-fixes).
  - commit 8746ec5

++++ kernel-rt:

  - config: enable RBD (jsc#PED-13238)
  - commit 9e8693b
  - scsi: megaraid_sas: Fix invalid node index (CVE-2025-38239
    bsc#1246178).
  - seg6: Fix validation of nexthop addresses (CVE-2025-38310
    bsc#1246361).
  - x86/sgx: Prevent attempts to reclaim poisoned pages
    (CVE-2025-38334 bsc#1246384).
  - commit 740f6c2
  - selftests/bpf: Add tests with stack ptr register in conditional
    jmp (bsc#1246264 CVE-2025-38279).
  - bpf: Do not include stack ptr register in precision backtracking
    bookkeeping (bsc#1246264 CVE-2025-38279).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - commit ccc2c5b
  - bridge: mcast: Fix use-after-free during router port
    configuration (CVE-2025-38248 bsc#1246173).
  - net: stmmac: make sure that ptp_rate is not 0 before configuring
    timestamping (CVE-2025-38126 bsc#1245708).
  - bpf: fix ktls panic with sockmap (CVE-2025-38166 bsc#1245758).
  - commit 01133bb
  - iommu/amd: Set the pgsize_bitmap correctly (git-fixes).
  - commit 8746ec5

++++ kernel-rt_debug:

  - config: enable RBD (jsc#PED-13238)
  - commit 9e8693b
  - scsi: megaraid_sas: Fix invalid node index (CVE-2025-38239
    bsc#1246178).
  - seg6: Fix validation of nexthop addresses (CVE-2025-38310
    bsc#1246361).
  - x86/sgx: Prevent attempts to reclaim poisoned pages
    (CVE-2025-38334 bsc#1246384).
  - commit 740f6c2
  - selftests/bpf: Add tests with stack ptr register in conditional
    jmp (bsc#1246264 CVE-2025-38279).
  - bpf: Do not include stack ptr register in precision backtracking
    bookkeeping (bsc#1246264 CVE-2025-38279).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - commit ccc2c5b
  - bridge: mcast: Fix use-after-free during router port
    configuration (CVE-2025-38248 bsc#1246173).
  - net: stmmac: make sure that ptp_rate is not 0 before configuring
    timestamping (CVE-2025-38126 bsc#1245708).
  - bpf: fix ktls panic with sockmap (CVE-2025-38166 bsc#1245758).
  - commit 01133bb
  - iommu/amd: Set the pgsize_bitmap correctly (git-fixes).
  - commit 8746ec5

++++ rpm:

  - fix --runposttrans not working correctly with the --root
    option [bnc#1216091]
    * updated patch: posttrans.diff
    * added "rpm_fixed_runposttrans" provides for libzypp
  - print scriptlet messages in --runposttrans
    * needed to fix leaking tmp files [bsc#1218459]
    * updated patch: posttrans.diff
  - fix memory leak in str2locale [bsc#1241052]
    * updated patch: localetag.diff

------------------------------------------------------------------
------------------  2025-7-15  -  Jul 15 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed test-image-live-disk
    Added missing openssh-server package
  - Fixed test-image-azure
    Add missing python-azure-agent-config-default package
  - Fixed debian integration test builds
    secure shell service is named ssh and not sshd there
  - Fixed integration test builds
    Second round of fixes for integration tests. Again errors
    now became visible due to the refactoring of the script code
  - Fixed integration test builds
    Errors from scripts were no longer ignored due to the last
    cleanup of the integration test script code. This commit
    fixes the now exposed build errors
  - Fix check_target_dir_on_unsupported_filesystem
    Find the first existing path in the target path and
    check the filesystem capabilities for this path.
    This Fixes #2858

++++ git:

  - update git-gui sha256 patches after the upstream review:
    0001-git-gui-Replace-null_sha1-with-nullid.patch
    0002-git-gui-Add-support-of-SHA256-repo.patch

++++ kernel-default:

  - scsi: core: Enforce unlimited max_segment_size when
    virt_boundary_mask is set (git-fixes).
  - scsi: qla4xxx: Fix missing DMA mapping error in
    qla4xxx_alloc_pdu() (git-fixes).
  - scsi: qla2xxx: Fix DMA mapping test in
    qla24xx_get_port_database() (git-fixes).
  - scsi: megaraid_sas: Fix invalid node index (git-fixes).
  - aoe: clean device rq_list in aoedev_downdev() (git-fixes).
  - md/md-bitmap: fix dm-raid max_write_behind setting (git-fixes).
  - commit 2e07501
  - dm-bufio: fix sched in atomic context (git-fixes).
  - commit c664ddf
  - Update
    patches.suse/nvme-pci-fix-queue-unquiesce-check-on-slot_reset.patch
    (git-fixes bsc#1240885).
  - commit 08c0025
  - perf: Fix sample vs do_exit() (bsc#1246547).
  - commit 5327721
  - nvme-pci: refresh visible attrs after being checked (git-fixes).
  - nvme: Fix incorrect cdw15 value in passthru error logging
    (git-fixes).
  - commit c5d3460
  - scsi: lpfc: Copyright updates for 14.4.0.10 patches (bsc#1245260
    bsc#1243100 bsc#1246125).
  - commit 58f7c6e
  - scsi: lpfc: Update lpfc version to 14.4.0.10 (bsc#1245260
    bsc#1243100 bsc#1246125).
  - scsi: lpfc: Modify end-of-life adapters' model descriptions
    (bsc#1245260 bsc#1243100 bsc#1246125 bsc#1204142).
  - scsi: lpfc: Revise CQ_CREATE_SET mailbox bitfield definitions
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Move clearing of HBA_SETUP flag to before
    lpfc_sli4_queue_unset (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Ensure HBA_SETUP flag is used only for SLI4 in
    dev_loss_tmo_callbk (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Relocate clearing initial phba flags from link up
    to link down hdlr (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Simplify error handling for failed
    lpfc_get_sli4_parameters cmd (bsc#1245260 bsc#1243100
    bsc#1246125).
  - scsi: lpfc: Early return out of FDMI cmpl for locally rejected
    statuses (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Skip RSCN processing when FC_UNLOADING flag is set
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport
    structure (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Update debugfs trace ring initialization messages
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Revise logging format for failed CT MIB requests
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - commit 14dcfed
  - Update
    patches.suse/net-clear-the-dst-when-changing-skb-protocol.patch
    (bsc#1245954 CVE-2025-38192).
    Fix incorrect CVE reference.
  - commit 288e8f6
  - drm/nouveau: fix a use-after-free in r535_gsp_rpc_push() (bsc#1245951 CVE-2025-38187)
  - commit 62c6956
  - bpf: Check rcu_read_lock_trace_held() in
    bpf_map_lookup_percpu_elem() (bsc#1245980 CVE-2025-38202).
  - commit 630834e
  - selftest/bpf/benchs: Add benchmark for sockmap usage
    (bsc#1245749 CVE-2025-38154).
  - commit ac96089
  - bpf, sockmap: Avoid using sk_socket after free when sending
    (bsc#1245749 CVE-2025-38154).
  - bpf, sockmap: Fix panic when calling skb_linearize (bsc#1245749
    CVE-2025-38154).
  - bpf, sockmap: fix duplicated data transmission (bsc#1245749
    CVE-2025-38154).
  - bpf, sockmap: Fix data lost during EAGAIN retries (bsc#1245749
    CVE-2025-38154).
  - commit bc1361f
  - bpf: Fix memory leak in bpf_core_apply (git-fixes).
  - commit 44b4ba3
  - bpf/selftests: Check errno when percpu map value size exceeds
    (git-fixes).
  - bpf: Check percpu map value size first (git-fixes).
  - commit 81feacb
  - bpftool: Fix undefined behavior caused by shifting into the
    sign bit (git-fixes).
  - commit 9363920

++++ kernel-rt:

  - scsi: core: Enforce unlimited max_segment_size when
    virt_boundary_mask is set (git-fixes).
  - scsi: qla4xxx: Fix missing DMA mapping error in
    qla4xxx_alloc_pdu() (git-fixes).
  - scsi: qla2xxx: Fix DMA mapping test in
    qla24xx_get_port_database() (git-fixes).
  - scsi: megaraid_sas: Fix invalid node index (git-fixes).
  - aoe: clean device rq_list in aoedev_downdev() (git-fixes).
  - md/md-bitmap: fix dm-raid max_write_behind setting (git-fixes).
  - commit 2e07501
  - dm-bufio: fix sched in atomic context (git-fixes).
  - commit c664ddf
  - Update
    patches.suse/nvme-pci-fix-queue-unquiesce-check-on-slot_reset.patch
    (git-fixes bsc#1240885).
  - commit 08c0025
  - perf: Fix sample vs do_exit() (bsc#1246547).
  - commit 5327721
  - nvme-pci: refresh visible attrs after being checked (git-fixes).
  - nvme: Fix incorrect cdw15 value in passthru error logging
    (git-fixes).
  - commit c5d3460
  - scsi: lpfc: Copyright updates for 14.4.0.10 patches (bsc#1245260
    bsc#1243100 bsc#1246125).
  - commit 58f7c6e
  - scsi: lpfc: Update lpfc version to 14.4.0.10 (bsc#1245260
    bsc#1243100 bsc#1246125).
  - scsi: lpfc: Modify end-of-life adapters' model descriptions
    (bsc#1245260 bsc#1243100 bsc#1246125 bsc#1204142).
  - scsi: lpfc: Revise CQ_CREATE_SET mailbox bitfield definitions
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Move clearing of HBA_SETUP flag to before
    lpfc_sli4_queue_unset (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Ensure HBA_SETUP flag is used only for SLI4 in
    dev_loss_tmo_callbk (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Relocate clearing initial phba flags from link up
    to link down hdlr (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Simplify error handling for failed
    lpfc_get_sli4_parameters cmd (bsc#1245260 bsc#1243100
    bsc#1246125).
  - scsi: lpfc: Early return out of FDMI cmpl for locally rejected
    statuses (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Skip RSCN processing when FC_UNLOADING flag is set
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport
    structure (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Update debugfs trace ring initialization messages
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Revise logging format for failed CT MIB requests
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - commit 14dcfed
  - Update
    patches.suse/net-clear-the-dst-when-changing-skb-protocol.patch
    (bsc#1245954 CVE-2025-38192).
    Fix incorrect CVE reference.
  - commit 288e8f6
  - drm/nouveau: fix a use-after-free in r535_gsp_rpc_push() (bsc#1245951 CVE-2025-38187)
  - commit 62c6956
  - bpf: Check rcu_read_lock_trace_held() in
    bpf_map_lookup_percpu_elem() (bsc#1245980 CVE-2025-38202).
  - commit 630834e
  - selftest/bpf/benchs: Add benchmark for sockmap usage
    (bsc#1245749 CVE-2025-38154).
  - commit ac96089
  - bpf, sockmap: Avoid using sk_socket after free when sending
    (bsc#1245749 CVE-2025-38154).
  - bpf, sockmap: Fix panic when calling skb_linearize (bsc#1245749
    CVE-2025-38154).
  - bpf, sockmap: fix duplicated data transmission (bsc#1245749
    CVE-2025-38154).
  - bpf, sockmap: Fix data lost during EAGAIN retries (bsc#1245749
    CVE-2025-38154).
  - commit bc1361f
  - bpf: Fix memory leak in bpf_core_apply (git-fixes).
  - commit 44b4ba3
  - bpf/selftests: Check errno when percpu map value size exceeds
    (git-fixes).
  - bpf: Check percpu map value size first (git-fixes).
  - commit 81feacb
  - bpftool: Fix undefined behavior caused by shifting into the
    sign bit (git-fixes).
  - commit 9363920

++++ kernel-rt_debug:

  - scsi: core: Enforce unlimited max_segment_size when
    virt_boundary_mask is set (git-fixes).
  - scsi: qla4xxx: Fix missing DMA mapping error in
    qla4xxx_alloc_pdu() (git-fixes).
  - scsi: qla2xxx: Fix DMA mapping test in
    qla24xx_get_port_database() (git-fixes).
  - scsi: megaraid_sas: Fix invalid node index (git-fixes).
  - aoe: clean device rq_list in aoedev_downdev() (git-fixes).
  - md/md-bitmap: fix dm-raid max_write_behind setting (git-fixes).
  - commit 2e07501
  - dm-bufio: fix sched in atomic context (git-fixes).
  - commit c664ddf
  - Update
    patches.suse/nvme-pci-fix-queue-unquiesce-check-on-slot_reset.patch
    (git-fixes bsc#1240885).
  - commit 08c0025
  - perf: Fix sample vs do_exit() (bsc#1246547).
  - commit 5327721
  - nvme-pci: refresh visible attrs after being checked (git-fixes).
  - nvme: Fix incorrect cdw15 value in passthru error logging
    (git-fixes).
  - commit c5d3460
  - scsi: lpfc: Copyright updates for 14.4.0.10 patches (bsc#1245260
    bsc#1243100 bsc#1246125).
  - commit 58f7c6e
  - scsi: lpfc: Update lpfc version to 14.4.0.10 (bsc#1245260
    bsc#1243100 bsc#1246125).
  - scsi: lpfc: Modify end-of-life adapters' model descriptions
    (bsc#1245260 bsc#1243100 bsc#1246125 bsc#1204142).
  - scsi: lpfc: Revise CQ_CREATE_SET mailbox bitfield definitions
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Move clearing of HBA_SETUP flag to before
    lpfc_sli4_queue_unset (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Ensure HBA_SETUP flag is used only for SLI4 in
    dev_loss_tmo_callbk (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Relocate clearing initial phba flags from link up
    to link down hdlr (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Simplify error handling for failed
    lpfc_get_sli4_parameters cmd (bsc#1245260 bsc#1243100
    bsc#1246125).
  - scsi: lpfc: Early return out of FDMI cmpl for locally rejected
    statuses (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Skip RSCN processing when FC_UNLOADING flag is set
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport
    structure (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Update debugfs trace ring initialization messages
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - scsi: lpfc: Revise logging format for failed CT MIB requests
    (bsc#1245260 bsc#1243100 bsc#1246125).
  - commit 14dcfed
  - Update
    patches.suse/net-clear-the-dst-when-changing-skb-protocol.patch
    (bsc#1245954 CVE-2025-38192).
    Fix incorrect CVE reference.
  - commit 288e8f6
  - drm/nouveau: fix a use-after-free in r535_gsp_rpc_push() (bsc#1245951 CVE-2025-38187)
  - commit 62c6956
  - bpf: Check rcu_read_lock_trace_held() in
    bpf_map_lookup_percpu_elem() (bsc#1245980 CVE-2025-38202).
  - commit 630834e
  - selftest/bpf/benchs: Add benchmark for sockmap usage
    (bsc#1245749 CVE-2025-38154).
  - commit ac96089
  - bpf, sockmap: Avoid using sk_socket after free when sending
    (bsc#1245749 CVE-2025-38154).
  - bpf, sockmap: Fix panic when calling skb_linearize (bsc#1245749
    CVE-2025-38154).
  - bpf, sockmap: fix duplicated data transmission (bsc#1245749
    CVE-2025-38154).
  - bpf, sockmap: Fix data lost during EAGAIN retries (bsc#1245749
    CVE-2025-38154).
  - commit bc1361f
  - bpf: Fix memory leak in bpf_core_apply (git-fixes).
  - commit 44b4ba3
  - bpf/selftests: Check errno when percpu map value size exceeds
    (git-fixes).
  - bpf: Check percpu map value size first (git-fixes).
  - commit 81feacb
  - bpftool: Fix undefined behavior caused by shifting into the
    sign bit (git-fixes).
  - commit 9363920

++++ polkit:

  - CVE-2025-7519: Fixed that a XML policy file with a large number of
    nested elements may lead to out-of-bounds write (bsc#1246472)
    added 0001-Nested-.policy-files-cause-xml-parsing-overflow-lead.patch

------------------------------------------------------------------
------------------  2025-7-14  -  Jul 14 2025  -------------------
------------------------------------------------------------------

++++ curl:

  - Fix the --ftp-pasv option in curl v8.14.1 [bsc#1246197]
    * tool_getparam: fix --ftp-pasv [5f805ee]
    * Add curl-fix--ftp-pasv.patch

++++ python-kiwi:

  - Cleanup integration tests config.sh script code
    Add script code to shellcheck and fix all reported issues.
    Get rid of suseXX and baseXX methods as much as possible.
    Add set -ex for all script code. Do not allow any script
    code to fail.
  - defaults: Add patterns for shim/grub2 on riscv64
    A recent commit changed the way these are looked up and
    accidentally broke image building on riscv64, with
    KiwiBootLoaderGrubSecureBootError: Signed grub2 efi loader not found
    now being raised for kiwi recipes that worked just fine
    before that moment.
    Fixes: 197572378cf4f25103934beac2ceca4fbbcfcbc0
    Thanks: David Abdurachmanov <davidlt@rivosinc.com>
    Thanks: Marcus Schäfer <marcus.schaefer@gmail.com>
    Signed-off-by: Andrea Bolognani <abologna@redhat.com>

++++ gnutls:

  - Fix heap buffer overread when handling the CT SCT extension during X.509
    certificate parsing [bsc#1246233, CVE-2025-32989]
    * Add patch gnutls-CVE-2025-32989.patch
  - Fix double-free due to incorrect ownership handling in the export logic of
    SAN entries containing an otherName [bsc#1246232, CVE-2025-32988]
    * Add patch gnutls-CVE-2025-32988.patch
  - Fix 1-byte heap buffer overflow when parsing templates with certtool
    [bsc#1246267, CVE-2025-32990]
    * Add patch gnutls-CVE-2025-32990.patch
  - Fix NULL pointer dereference when 2nd Client Hello omits PSK
    [bsc#1246299, CVE-2025-6395]
    * Add patch gnutls-CVE-2025-6395.patch

++++ gstreamer-plugins-base:

  - Add more CVE fixes:
    + CVE-2025-47808.patch (boo#1244404 CVE-2025-47808)
    + CVE-2025-47807.patch (boo#1244403 CVE-2025-47807)
    + CVE-2025-47806.patch (boo#1244407 CVE-2025-47806)

++++ kernel-default:

  - ipc: fix to protect IPCS lookups using RCU (CVE-2025-38212
    bsc#1246029).
  - commit 9ff5b2e
  - calipso: unlock rcu before returning -EAFNOSUPPORT
    (CVE-2025-38147 bsc#1245768).
  - calipso: Don't call calipso functions for AF_INET sk
    (CVE-2025-38147 bsc#1245768).
  - commit 74ee184
  - ucsi_operations: add stubs for all operations (git-fixes).
  - commit 1e9baf6
  - drm/amd/display: Don't treat wb connector as physical in (bsc#1245654 CVE-2025-38098)
  - commit 277f764
  - selftests/bpf: Add tests for iter next method returning valid
    pointer (git-fixes).
  - bpf: Make the pointer returned by iter next method valid
    (git-fixes).
  - commit fcdc4ee
  - hisi_acc_vfio_pci: bugfix live migration function without VF
    device driver (CVE-2025-38283 bsc#1246273).
  - configfs-tsm-report: Fix NULL dereference of tsm_ops
    (CVE-2025-38210 bsc#1246020).
  - commit eef28a4

++++ kernel-rt:

  - ipc: fix to protect IPCS lookups using RCU (CVE-2025-38212
    bsc#1246029).
  - commit 9ff5b2e
  - calipso: unlock rcu before returning -EAFNOSUPPORT
    (CVE-2025-38147 bsc#1245768).
  - calipso: Don't call calipso functions for AF_INET sk
    (CVE-2025-38147 bsc#1245768).
  - commit 74ee184
  - ucsi_operations: add stubs for all operations (git-fixes).
  - commit 1e9baf6
  - drm/amd/display: Don't treat wb connector as physical in (bsc#1245654 CVE-2025-38098)
  - commit 277f764
  - selftests/bpf: Add tests for iter next method returning valid
    pointer (git-fixes).
  - bpf: Make the pointer returned by iter next method valid
    (git-fixes).
  - commit fcdc4ee
  - hisi_acc_vfio_pci: bugfix live migration function without VF
    device driver (CVE-2025-38283 bsc#1246273).
  - configfs-tsm-report: Fix NULL dereference of tsm_ops
    (CVE-2025-38210 bsc#1246020).
  - commit eef28a4

++++ kernel-rt_debug:

  - ipc: fix to protect IPCS lookups using RCU (CVE-2025-38212
    bsc#1246029).
  - commit 9ff5b2e
  - calipso: unlock rcu before returning -EAFNOSUPPORT
    (CVE-2025-38147 bsc#1245768).
  - calipso: Don't call calipso functions for AF_INET sk
    (CVE-2025-38147 bsc#1245768).
  - commit 74ee184
  - ucsi_operations: add stubs for all operations (git-fixes).
  - commit 1e9baf6
  - drm/amd/display: Don't treat wb connector as physical in (bsc#1245654 CVE-2025-38098)
  - commit 277f764
  - selftests/bpf: Add tests for iter next method returning valid
    pointer (git-fixes).
  - bpf: Make the pointer returned by iter next method valid
    (git-fixes).
  - commit fcdc4ee
  - hisi_acc_vfio_pci: bugfix live migration function without VF
    device driver (CVE-2025-38283 bsc#1246273).
  - configfs-tsm-report: Fix NULL dereference of tsm_ops
    (CVE-2025-38210 bsc#1246020).
  - commit eef28a4

++++ multipath-tools:

  - Update to version 0.10.3+124+suse.ed5b4b11:
    * multipath-tools: add HPE MSA Gen7 (2070/2072) to hwtable
    (bsc#1246501)

++++ libzypp:

  - Add runtime check for a broken rpm-4.18.0 --runpostrans
    (bsc#1246149)
  - Add regression test for bsc#1245220 and some other filesize
    related tests.
  - version 17.37.11 (35)

++++ python-requests:

  - Add revert-caching-default-sslcontext.patch upstream patch to avoid
    problems with certificate caching in sslcontext.
    bsc#1246104, gh#psf/requests#6767

++++ rust-keylime:

  - Update vendored crates (bsc#1242623, CVE-2025-3416)
    * openssl 0.10.73
  - Update to version 0.2.7+117:
    * Increase coverage in evidence handling structure
    * Add Capabilities Negotiations resp. missing fields
    * Fix UEFI test to check file access in all cases
    * context_info_handler: Do not assume /var/lib/keylime exists
    * Fix clippy warnings about uninlined format arguments
    * attestation: Allow unwrap() in tests
    * Increase coverage (groom code, extend unit tests)
    * Include IMA/UEFI logs in Evidence Handling request
    * Include method to get all IMA entries as string
    * Send correct list of pcr banks and sign algorithms
    * Try to fix TPM tests related issues
    * Define attestation perform asynchronous
    * Perform attestation in push model agent binary
    * Refactor code to use new attestation.rs
    * Create attestation.rs for Attestation stuff
    * Move ContextInfo management to its own handler
    * Adjust context_info.rs after rebase
    * Add attestation function to ContextInfo structure
    * Add prohibited signing algorithms, avoid ecschnorr
    * keylime/config: Use macro to implement PushModelConfigTrait
    * Introduce keylime-macros and define_view_trait
    * config: Remove KeylimeConfig structure
    * config: Remove unnecessary options and lazy initialization
    * Fix pcr_bank function to send all possible slots
    * Send Content-Type:application/json on request (#1039)
    * Send correct 'key_algorithm' in certification_keys (#1035)
    * Push Model: Persist Attestation Key to file
    * Add Keylime push model binary to root GNUmakefile
    * Use singleton to avoid multiple Context allocation
    * tests: Do not assume `/var/lib/keylime` exists (#1030)
    * lib/cert: Fix race condition due to use of same file path
    * payloads: Fix race condition in tests
    * Add uefi_log_handler.rs to parse UEFI binary
    * Use IMA log parser to send correct entry count
    * Add IMA log parser
    * build(deps): bump once_cell from 1.19.0 to 1.21.3
    * lib/config/base.rs: Add more unit tests
    * lib/permissions: Add unit tests
    * keylime-agent: move JsonWrapper from common.rs to the library
    * lib/agent_data: Move agent_data related tests from common
    * common: Replace APIVersion with the library Version structure
    * keylime_agent: Move secure_mount.rs to the library
    * lib: Rename keylime_error.rs as error.rs
    * config: Move config to keylime library
    * config: Rename push_model_config to push_model
    * lib: Move permissions.rs from keylime-agent to the lib
    * Extract Capabilities Negotiation info from TPM (#1014)

------------------------------------------------------------------
------------------  2025-7-13  -  Jul 13 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - kasan: remove kasan_find_vm_area() to prevent possible deadlock
    (git-fixes).
  - maple_tree: fix mt_destroy_walk() on root leaf node (git-fixes).
  - commit aaacc92

++++ kernel-rt:

  - kasan: remove kasan_find_vm_area() to prevent possible deadlock
    (git-fixes).
  - maple_tree: fix mt_destroy_walk() on root leaf node (git-fixes).
  - commit aaacc92

++++ kernel-rt_debug:

  - kasan: remove kasan_find_vm_area() to prevent possible deadlock
    (git-fixes).
  - maple_tree: fix mt_destroy_walk() on root leaf node (git-fixes).
  - commit aaacc92

------------------------------------------------------------------
------------------  2025-7-12  -  Jul 12 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add SLFO test-image-disk-simple integration test
    Add simple disk test and allow for testing the new
    transparent container idea for the aws toolchain. also
    add SLFO builds to the helper script

++++ kernel-default:

  - drm/tegra: nvdec: Fix dma_alloc_coherent error check
    (git-fixes).
  - nbd: fix uaf in nbd_genl_connect() error path (git-fixes).
  - can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx
    message to debug level (git-fixes).
  - net: phy: microchip: limit 100M workaround to link-down events
    on LAN88xx (git-fixes).
  - wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()
    (git-fixes).
  - wifi: mt76: mt7925: fix invalid array index in ssid assignment
    during hw scan (git-fixes).
  - wifi: mt76: mt7925: fix the wrong config for tx interrupt
    (git-fixes).
  - wifi: zd1211rw: Fix potential NULL pointer dereference in
    zd_mac_tx_to_dev() (git-fixes).
  - commit 067b949

++++ kernel-rt:

  - drm/tegra: nvdec: Fix dma_alloc_coherent error check
    (git-fixes).
  - nbd: fix uaf in nbd_genl_connect() error path (git-fixes).
  - can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx
    message to debug level (git-fixes).
  - net: phy: microchip: limit 100M workaround to link-down events
    on LAN88xx (git-fixes).
  - wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()
    (git-fixes).
  - wifi: mt76: mt7925: fix invalid array index in ssid assignment
    during hw scan (git-fixes).
  - wifi: mt76: mt7925: fix the wrong config for tx interrupt
    (git-fixes).
  - wifi: zd1211rw: Fix potential NULL pointer dereference in
    zd_mac_tx_to_dev() (git-fixes).
  - commit 067b949

++++ kernel-rt_debug:

  - drm/tegra: nvdec: Fix dma_alloc_coherent error check
    (git-fixes).
  - nbd: fix uaf in nbd_genl_connect() error path (git-fixes).
  - can: m_can: m_can_handle_lost_msg(): downgrade msg lost in rx
    message to debug level (git-fixes).
  - net: phy: microchip: limit 100M workaround to link-down events
    on LAN88xx (git-fixes).
  - wifi: mt76: mt7925: Fix null-ptr-deref in mt7925_thermal_init()
    (git-fixes).
  - wifi: mt76: mt7925: fix invalid array index in ssid assignment
    during hw scan (git-fixes).
  - wifi: mt76: mt7925: fix the wrong config for tx interrupt
    (git-fixes).
  - wifi: zd1211rw: Fix potential NULL pointer dereference in
    zd_mac_tx_to_dev() (git-fixes).
  - commit 067b949

------------------------------------------------------------------
------------------  2025-7-11  -  Jul 11 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - xfs: fix off-by-one error in fsmap's end_daddr usage
    (bsc#1235837).
  - commit 919d943
  - hisi_acc_vfio_pci: fix XQE dma address error (CVE-2025-38158
    bsc#1245750).
  - commit 373ef61
  - i40e: fix MMIO write access to an invalid page in i40e_clear_hw
    (CVE-2025-38200 bsc#1246045).
  - net: cadence: macb: Fix a possible deadlock in macb_halt_tx
    (CVE-2025-38094 bsc#1245649).
  - commit 45301b8
  - platform/x86: think-lmi: Create ksets consecutively
    (stable-fixes).
  - Refresh
    patches.suse/platform-x86-think-lmi-Fix-kobject-cleanup.patch.
  - commit 5072bed
  - net: phy: smsc: Fix link failure in forced mode with Auto-MDIX
    (git-fixes).
  - net: phy: smsc: Fix Auto-MDIX configuration when disabled by
    strap (git-fixes).
  - Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as
    connected (git-fixes).
  - Bluetooth: hci_sync: Fix not disabling advertising instance
    (git-fixes).
  - usb: xhci: quirk for data loss in ISOC transfers (stable-fixes).
  - Logitech C-270 even more broken (stable-fixes).
  - Input: xpad - support Acer NGR 200 Controller (stable-fixes).
  - dma-buf: fix timeout handling in dma_resv_wait_timeout v2
    (stable-fixes).
  - mmc: sdhci: Add a helper function for dump register in dynamic
    debug mode (stable-fixes).
  - ACPICA: Refuse to evaluate a method if arguments are missing
    (stable-fixes).
  - mtd: spinand: fix memory leak of ECC engine conf (stable-fixes).
  - ASoC: amd: yc: update quirk data for HP Victus (stable-fixes).
  - ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic
    (stable-fixes).
  - ALSA: sb: Force to disable DMAs once when DMA mode is changed
    (stable-fixes).
  - ALSA: sb: Don't allow changing the DMA mode during operations
    (stable-fixes).
  - drm/msm: Fix another leak in the submit error path
    (stable-fixes).
  - drm/msm: Fix a fence leak in submit error path (stable-fixes).
  - regulator: fan53555: add enable_time support and soft-start
    times (stable-fixes).
  - wifi: ath6kl: remove WARN on bad firmware input (stable-fixes).
  - wifi: mac80211: drop invalid source address OCB frames
    (stable-fixes).
  - ata: pata_cs5536: fix build on 32-bit UML (stable-fixes).
  - platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to
    8042 quirks list (stable-fixes).
  - Revert "drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts
    on DG1" (stable-fixes).
  - wifi: mac80211: Add link iteration macro for link data
    (stable-fixes).
  - wifi: mac80211: chan: chandef is non-NULL for reserved
    (stable-fixes).
  - commit 66a4a55
  - net: clear the dst when changing skb protocol (bsc#1245954
    CVE-2024-49861).
  - commit eed1284

++++ kernel-rt:

  - xfs: fix off-by-one error in fsmap's end_daddr usage
    (bsc#1235837).
  - commit 919d943
  - hisi_acc_vfio_pci: fix XQE dma address error (CVE-2025-38158
    bsc#1245750).
  - commit 373ef61
  - i40e: fix MMIO write access to an invalid page in i40e_clear_hw
    (CVE-2025-38200 bsc#1246045).
  - net: cadence: macb: Fix a possible deadlock in macb_halt_tx
    (CVE-2025-38094 bsc#1245649).
  - commit 45301b8
  - platform/x86: think-lmi: Create ksets consecutively
    (stable-fixes).
  - Refresh
    patches.suse/platform-x86-think-lmi-Fix-kobject-cleanup.patch.
  - commit 5072bed
  - net: phy: smsc: Fix link failure in forced mode with Auto-MDIX
    (git-fixes).
  - net: phy: smsc: Fix Auto-MDIX configuration when disabled by
    strap (git-fixes).
  - Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as
    connected (git-fixes).
  - Bluetooth: hci_sync: Fix not disabling advertising instance
    (git-fixes).
  - usb: xhci: quirk for data loss in ISOC transfers (stable-fixes).
  - Logitech C-270 even more broken (stable-fixes).
  - Input: xpad - support Acer NGR 200 Controller (stable-fixes).
  - dma-buf: fix timeout handling in dma_resv_wait_timeout v2
    (stable-fixes).
  - mmc: sdhci: Add a helper function for dump register in dynamic
    debug mode (stable-fixes).
  - ACPICA: Refuse to evaluate a method if arguments are missing
    (stable-fixes).
  - mtd: spinand: fix memory leak of ECC engine conf (stable-fixes).
  - ASoC: amd: yc: update quirk data for HP Victus (stable-fixes).
  - ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic
    (stable-fixes).
  - ALSA: sb: Force to disable DMAs once when DMA mode is changed
    (stable-fixes).
  - ALSA: sb: Don't allow changing the DMA mode during operations
    (stable-fixes).
  - drm/msm: Fix another leak in the submit error path
    (stable-fixes).
  - drm/msm: Fix a fence leak in submit error path (stable-fixes).
  - regulator: fan53555: add enable_time support and soft-start
    times (stable-fixes).
  - wifi: ath6kl: remove WARN on bad firmware input (stable-fixes).
  - wifi: mac80211: drop invalid source address OCB frames
    (stable-fixes).
  - ata: pata_cs5536: fix build on 32-bit UML (stable-fixes).
  - platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to
    8042 quirks list (stable-fixes).
  - Revert "drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts
    on DG1" (stable-fixes).
  - wifi: mac80211: Add link iteration macro for link data
    (stable-fixes).
  - wifi: mac80211: chan: chandef is non-NULL for reserved
    (stable-fixes).
  - commit 66a4a55
  - net: clear the dst when changing skb protocol (bsc#1245954
    CVE-2024-49861).
  - commit eed1284

++++ kernel-rt_debug:

  - xfs: fix off-by-one error in fsmap's end_daddr usage
    (bsc#1235837).
  - commit 919d943
  - hisi_acc_vfio_pci: fix XQE dma address error (CVE-2025-38158
    bsc#1245750).
  - commit 373ef61
  - i40e: fix MMIO write access to an invalid page in i40e_clear_hw
    (CVE-2025-38200 bsc#1246045).
  - net: cadence: macb: Fix a possible deadlock in macb_halt_tx
    (CVE-2025-38094 bsc#1245649).
  - commit 45301b8
  - platform/x86: think-lmi: Create ksets consecutively
    (stable-fixes).
  - Refresh
    patches.suse/platform-x86-think-lmi-Fix-kobject-cleanup.patch.
  - commit 5072bed
  - net: phy: smsc: Fix link failure in forced mode with Auto-MDIX
    (git-fixes).
  - net: phy: smsc: Fix Auto-MDIX configuration when disabled by
    strap (git-fixes).
  - Bluetooth: hci_event: Fix not marking Broadcast Sink BIS as
    connected (git-fixes).
  - Bluetooth: hci_sync: Fix not disabling advertising instance
    (git-fixes).
  - usb: xhci: quirk for data loss in ISOC transfers (stable-fixes).
  - Logitech C-270 even more broken (stable-fixes).
  - Input: xpad - support Acer NGR 200 Controller (stable-fixes).
  - dma-buf: fix timeout handling in dma_resv_wait_timeout v2
    (stable-fixes).
  - mmc: sdhci: Add a helper function for dump register in dynamic
    debug mode (stable-fixes).
  - ACPICA: Refuse to evaluate a method if arguments are missing
    (stable-fixes).
  - mtd: spinand: fix memory leak of ECC engine conf (stable-fixes).
  - ASoC: amd: yc: update quirk data for HP Victus (stable-fixes).
  - ASoC: amd: yc: Add quirk for MSI Bravo 17 D7VF internal mic
    (stable-fixes).
  - ALSA: sb: Force to disable DMAs once when DMA mode is changed
    (stable-fixes).
  - ALSA: sb: Don't allow changing the DMA mode during operations
    (stable-fixes).
  - drm/msm: Fix another leak in the submit error path
    (stable-fixes).
  - drm/msm: Fix a fence leak in submit error path (stable-fixes).
  - regulator: fan53555: add enable_time support and soft-start
    times (stable-fixes).
  - wifi: ath6kl: remove WARN on bad firmware input (stable-fixes).
  - wifi: mac80211: drop invalid source address OCB frames
    (stable-fixes).
  - ata: pata_cs5536: fix build on 32-bit UML (stable-fixes).
  - platform/x86/amd/pmc: Add PCSpecialist Lafite Pro V 14M to
    8042 quirks list (stable-fixes).
  - Revert "drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts
    on DG1" (stable-fixes).
  - wifi: mac80211: Add link iteration macro for link data
    (stable-fixes).
  - wifi: mac80211: chan: chandef is non-NULL for reserved
    (stable-fixes).
  - commit 66a4a55
  - net: clear the dst when changing skb protocol (bsc#1245954
    CVE-2024-49861).
  - commit eed1284

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 570.172.08 (boo#1246327)
  - supersedes
    * 0003-nv-dmabuf-Inline-dma_buf_attachment_is_dynamic.patch
    * 0004-nvidia-uvm-Disable-SVA-support-for-6.16.patch
  - update pci_ids-supported

++++ openSUSE-build-key:

  - gpg-pubkey-09d9ea69-68595a8c.asc: renamed uid field to not
    use outdated internal codenames. (bsc#1245223)

------------------------------------------------------------------
------------------  2025-7-10  -  Jul 10 2025  -------------------
------------------------------------------------------------------

++++ Mesa:

  - u_mesa-CVE-2023-45913.patch
    * NULL pointer dereference via dri2GetGlxDrawableFromXDrawableId()
    (CVE-2023-45913, bsc#1222040)
  - u_mesa-CVE-2023-45919.patch
    * buffer over-read in glXQueryServerString()
    (CVE-2023-45919, bsc#1222041)
  - u_mesa-CVE-2023-45922.patch
    * segmentation violation in __glXGetDrawableAttribute()
    (CVE-2023-45922, bsc#1222042)

++++ Mesa-drivers:

  - u_mesa-CVE-2023-45913.patch
    * NULL pointer dereference via dri2GetGlxDrawableFromXDrawableId()
    (CVE-2023-45913, bsc#1222040)
  - u_mesa-CVE-2023-45919.patch
    * buffer over-read in glXQueryServerString()
    (CVE-2023-45919, bsc#1222041)
  - u_mesa-CVE-2023-45922.patch
    * segmentation violation in __glXGetDrawableAttribute()
    (CVE-2023-45922, bsc#1222042)

++++ kernel-default:

  - usb: typec: ucsi: Set orientation as none when connector is
    unplugged (git-fixes).
  - commit 9b64a84
  - usb: typec: ucsi: glink: fix off-by-one in connector_status
    (git-fixes).
  - commit 63d64a6
  - coresight: prevent deactivate active config while enabling
    the config (CVE-2025-38131 bsc#1245677).
  - coresight: holding cscfg_csdev_lock while removing cscfg from
    csdev (CVE-2025-38132 bsc#1245679).
  - commit f8db328
  - ACPI: PRM: Reduce unnecessary printing to avoid user confusion
    (bsc#1246122).
  - commit f060328
  - usb: typec: ucsi: Fix busy loop on ASUS VivoBooks (git-fixes).
  - usb: typec: ucsi: Fix the partner PD revision (git-fixes).
  - commit cb5cfe6
  - restore UCSI_CONNECTOR_RESET_HARD definition (git-fixes).
  - commit 3a50af7
  - usb: typec: ucsi: Add DATA_RESET option of Connector Reset
    command (git-fixes).
  - commit ebc917a
  - pinctrl: amd: Clear GPIO debounce for suspend (git-fixes).
  - pinctrl: qcom: msm: mark certain pins as invalid for interrupts
    (git-fixes).
  - commit 7a0a421
  - efi/mokvar-table: Avoid repeated map/unmap of the same page
    (bsc#1240323 CVE-2025-21872).
  - commit a16e799

++++ kernel-rt:

  - usb: typec: ucsi: Set orientation as none when connector is
    unplugged (git-fixes).
  - commit 9b64a84
  - usb: typec: ucsi: glink: fix off-by-one in connector_status
    (git-fixes).
  - commit 63d64a6
  - coresight: prevent deactivate active config while enabling
    the config (CVE-2025-38131 bsc#1245677).
  - coresight: holding cscfg_csdev_lock while removing cscfg from
    csdev (CVE-2025-38132 bsc#1245679).
  - commit f8db328
  - ACPI: PRM: Reduce unnecessary printing to avoid user confusion
    (bsc#1246122).
  - commit f060328
  - usb: typec: ucsi: Fix busy loop on ASUS VivoBooks (git-fixes).
  - usb: typec: ucsi: Fix the partner PD revision (git-fixes).
  - commit cb5cfe6
  - restore UCSI_CONNECTOR_RESET_HARD definition (git-fixes).
  - commit 3a50af7
  - usb: typec: ucsi: Add DATA_RESET option of Connector Reset
    command (git-fixes).
  - commit ebc917a
  - pinctrl: amd: Clear GPIO debounce for suspend (git-fixes).
  - pinctrl: qcom: msm: mark certain pins as invalid for interrupts
    (git-fixes).
  - commit 7a0a421
  - efi/mokvar-table: Avoid repeated map/unmap of the same page
    (bsc#1240323 CVE-2025-21872).
  - commit a16e799

++++ kernel-rt_debug:

  - usb: typec: ucsi: Set orientation as none when connector is
    unplugged (git-fixes).
  - commit 9b64a84
  - usb: typec: ucsi: glink: fix off-by-one in connector_status
    (git-fixes).
  - commit 63d64a6
  - coresight: prevent deactivate active config while enabling
    the config (CVE-2025-38131 bsc#1245677).
  - coresight: holding cscfg_csdev_lock while removing cscfg from
    csdev (CVE-2025-38132 bsc#1245679).
  - commit f8db328
  - ACPI: PRM: Reduce unnecessary printing to avoid user confusion
    (bsc#1246122).
  - commit f060328
  - usb: typec: ucsi: Fix busy loop on ASUS VivoBooks (git-fixes).
  - usb: typec: ucsi: Fix the partner PD revision (git-fixes).
  - commit cb5cfe6
  - restore UCSI_CONNECTOR_RESET_HARD definition (git-fixes).
  - commit 3a50af7
  - usb: typec: ucsi: Add DATA_RESET option of Connector Reset
    command (git-fixes).
  - commit ebc917a
  - pinctrl: amd: Clear GPIO debounce for suspend (git-fixes).
  - pinctrl: qcom: msm: mark certain pins as invalid for interrupts
    (git-fixes).
  - commit 7a0a421
  - efi/mokvar-table: Avoid repeated map/unmap of the same page
    (bsc#1240323 CVE-2025-21872).
  - commit a16e799

++++ net-tools:

  - Perform bound checks when parsing interface labels in
    /proc/net/dev (bsc#1243581, CVE-2025-46836, GHSA-pfwf-h6m3-63wf,
    net-tools-CVE-2025-46836.patch,
    net-tools-CVE-2025-46836-regression.patch).

------------------------------------------------------------------
------------------  2025-7-9  -  Jul 9 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 28.3.2-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/28/#2832>

++++ python-kiwi:

  - Fixed check for unallocated space on disk
    So far the check for unallocated space was only working for GPT
    and there it was also not really stable. The check was based on
    verifying if the backup GPT table is really at the end of the
    disk. Depending on which tool was used to dump the image on the
    target this "mistake" often got corrected by the tools that
    dumped the image. In this case the check no longer worked.
    This commit improves the check by another test which looks
    for the real free bytes on disk compared to the current
    partition geometry.
  - Move to neutral directory for calling osc
    When calling the helper/build_status.sh script to get an
    overview about the results of the integration tests, there
    is a stupid new behavior from the osc tool that it assumes
    a package name according to the name of the directory you
    are in probably connected to the fact that the data in this
    directory is a git checkout or some other strange assumption.
    This commit moves to a neutral directory where none of the
    osc internal assumptions applies and it just does what it
    should do... showing results of the given project.
  - Bump version: 10.2.26 → 10.2.27

++++ git:

  - refreshed gitk sha256 patches:
    0001-gitk-Add-support-of-SHA256-repo.patch
    0002-git-gui-Add-support-of-SHA256-repo.patch
  - update to 2.50.1 (boo#1245938 boo#1245939 boo#1245942 boo#1245943
    boo#1245946 boo#1245947)
    Security fixes for CVE-2025-27613, CVE-2025-27614,
    CVE-2025-46334, CVE-2025-46835, CVE-2025-48384, CVE-2025-48385,
    and CVE-2025-48386
    CVE-2025-27613, Gitk:
    When a user clones an untrusted repository and runs Gitk without
    additional command arguments, any writable file can be created and
    truncated. The option "Support per-file encoding" must have been
    enabled. The operation "Show origin of this line" is affected as
    well, regardless of the option being enabled or not.
    CVE-2025-27614, Gitk:
    A Git repository can be crafted in such a way that a user who has
    cloned the repository can be tricked into running any script
    supplied by the attacker by invoking `gitk filename`, where
    `filename` has a particular structure.
    CVE-2025-46334, Git GUI (Windows only):
    A malicious repository can ship versions of sh.exe or typical
    textconv filter programs such as astextplain. On Windows, path
    lookup can find such executables in the worktree. These programs
    are invoked when the user selects "Git Bash" or "Browse Files" from
    the menu.
    CVE-2025-46835, Git GUI:
    When a user clones an untrusted repository and is tricked into
    editing a file located in a maliciously named directory in the
    repository, then Git GUI can create and overwrite any writable
    file.
    CVE-2025-48384, Git:
    When reading a config value, Git strips any trailing carriage
    return and line feed (CRLF). When writing a config entry, values
    with a trailing CR are not quoted, causing the CR to be lost when
    the config is later read.  When initializing a submodule, if the
    submodule path contains a trailing CR, the altered path is read
    resulting in the submodule being checked out to an incorrect
    location. If a symlink exists that points the altered path to the
    submodule hooks directory, and the submodule contains an executable
    post-checkout hook, the script may be unintentionally executed
    after checkout.
    CVE-2025-48385, Git:
    When cloning a repository Git knows to optionally fetch a bundle
    advertised by the remote server, which allows the server-side to
    offload parts of the clone to a CDN. The Git client does not
    perform sufficient validation of the advertised bundles, which
    allows the remote side to perform protocol injection.
    This protocol injection can cause the client to write the fetched
    bundle to a location controlled by the adversary. The fetched
    content is fully controlled by the server, which can in the worst
    case lead to arbitrary code execution.
    CVE-2025-48386, Git:
    The wincred credential helper uses a static buffer (`target`) as a
    unique key for storing and comparing against internal storage. This
    credential helper does not properly bounds check the available
    space remaining in the buffer before appending to it with
    `wcsncat()`, leading to potential buffer overflows.

++++ kernel-default:

  - usb: typec: ucsi: move ucsi_acknowledge() from ucsi_read_error()
    (git-fixes).
  - commit 9793505
  - kabi: restore encap_sk in struct xfrm_state (CVE-2025-38097
    bsc#1245660).
  - espintcp: remove encap socket caching to avoid reference leak
    (CVE-2025-38097 bsc#1245660).
  - commit 94f2735
  - net: lan743x: fix potential out-of-bounds write in
    lan743x_ptp_io_event_clock_get() (CVE-2025-38183 bsc#1246006).
  - commit 0eb12cd
  - net_sched: sch_sfq: fix a potential crash on gso_skb handling
    (CVE-2025-38115 bsc#1245689).
  - commit 6a4ffd3
  - usb: typec: ucsi_acpi: Add LG Gram quirk (git-fixes).
  - commit da7fb49
  - usb: typec: ucsi: don't retrieve PDOs if not supported
    (git-fixes).
  - commit d303a5e
  - usb: typec: ucsi: Delay alternate mode discovery (git-fixes).
  - commit b7ba22d
  - usb: typec: Update sysfs when setting ops (git-fixes).
  - commit b336d78
  - usb: typec: ucsi: glink: increase max ports for x1e80100
    (git-fixes).
  - commit 31de9c9
  - ucsi_ops: adapt update_connector to kABI consistency
    (git-fixes).
  - usb: typec: ucsi: add update_connector callback (git-fixes).
  - blacklist.conf: needed for infrastructure. kABI fix added
  - Refresh
    patches.kabi/struct-ucsi_operations-use-padding-for-new-operation.patch.
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - commit a70b9ee
  - ALSA: usb-audio: Kill timer properly at removal (CVE-2025-38105
    bsc#1245682).
  - commit 2bf6099
  - x86/process: Move the buffer clearing before MONITOR (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - commit 9303368
  - usb: typec: ucsi: glink: use typec_set_orientation (git-fixes).
  - Refresh
    patches.suse/soc-qcom-pmic_glink-Fix-race-during-initialization.patch.
  - Refresh
    patches.suse/usb-typec-ucsi-glink-fix-child-node-release-in-probe.patch.
  - commit b105e3e
  - KVM: SVM: Advertise TSA CPUID bits to guests (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - commit 67b316f
  - Bluetooth: btusb: Fix regression in the initialization of fake
    Bluetooth controllers (CVE-2025-38099 bsc#1245671).
  - Bluetooth: Disable SCO support if READ_VOICE_SETTING is
    unsupported/broken (CVE-2025-38099 bsc#1245671).
  - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE
    (CVE-2025-38099 bsc#1245671).
  - Bluetooth: Add quirk for broken READ_VOICE_SETTING
    (CVE-2025-38099 bsc#1245671).
  - commit 254e65a
  - jfs: fix array-index-out-of-bounds read in add_missing_indices
    (bsc#1245983 CVE-2025-38204).
  - commit 65d9d7f
  - usb: typec: ucsi_glink: drop NO_PARTNER_PDOS quirk for sm8550 /
    sm8650 (git-fixes).
  - commit 380eca4
  - usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS
    quirk on qcm6490 (git-fixes).
  - commit 3de42d7
  - usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS quirk
    (git-fixes).
  - commit 2a3ce34
  - usb: typec: ucsi_glink: rework quirks implementation
    (git-fixes).
  - commit b78f907
  - usb: typec: ucsi: support delaying GET_PDOS for device
    (git-fixes).
  - Refresh patches.kabi/struct-usci-hide-additional-member.patch.
  - commit 95f3b03
  - rpm/mkspec: Fix missing kernel-syms-rt creation (bsc#1244337)
  - commit 630f139
  - usb: typec: ucsi: extract code to read PD caps (git-fixes).
  - commit ebc6c46
  - usb: typec: ucsi: properly register partner's PD device
    (git-fixes).
  - commit 7b95fc1
  - usb: typec: ucsi: fix UCSI on SM8550 & SM8650 Qualcomm devices
    (git-fixes).
  - commit c40444f
  - usb: typec: ucsi: Add qcm6490-pmic-glink as needing PDOS quirk
    (git-fixes).
  - commit 46f5c2a
  - ucsi_ccg: Refine the UCSI Interrupt handling (git-fixes).
  - commit e97f436
  - exfat: fix double free in delayed_free (bsc#1246073
    CVE-2025-38206).
  - commit 38c1950
  - usb: typec: ucsi: Get PD revision for partner (git-fixes).
  - commit a80ec70
  - x86/bugs: Add a Transient Scheduler Attacks mitigation (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - Update config files.
  - commit 45d6a14
  - pwm: mediatek: Ensure to disable clocks in error path
    (git-fixes).
  - ASoC: cs35l56: probe() should fail if the device ID is not
    recognized (git-fixes).
  - ASoC: fsl_asrc: use internal measured ratio for non-ideal
    ratio mode (git-fixes).
  - commit 5b2c070

++++ kernel-rt:

  - usb: typec: ucsi: move ucsi_acknowledge() from ucsi_read_error()
    (git-fixes).
  - commit 9793505
  - kabi: restore encap_sk in struct xfrm_state (CVE-2025-38097
    bsc#1245660).
  - espintcp: remove encap socket caching to avoid reference leak
    (CVE-2025-38097 bsc#1245660).
  - commit 94f2735
  - net: lan743x: fix potential out-of-bounds write in
    lan743x_ptp_io_event_clock_get() (CVE-2025-38183 bsc#1246006).
  - commit 0eb12cd
  - net_sched: sch_sfq: fix a potential crash on gso_skb handling
    (CVE-2025-38115 bsc#1245689).
  - commit 6a4ffd3
  - usb: typec: ucsi_acpi: Add LG Gram quirk (git-fixes).
  - commit da7fb49
  - usb: typec: ucsi: don't retrieve PDOs if not supported
    (git-fixes).
  - commit d303a5e
  - usb: typec: ucsi: Delay alternate mode discovery (git-fixes).
  - commit b7ba22d
  - usb: typec: Update sysfs when setting ops (git-fixes).
  - commit b336d78
  - usb: typec: ucsi: glink: increase max ports for x1e80100
    (git-fixes).
  - commit 31de9c9
  - ucsi_ops: adapt update_connector to kABI consistency
    (git-fixes).
  - usb: typec: ucsi: add update_connector callback (git-fixes).
  - blacklist.conf: needed for infrastructure. kABI fix added
  - Refresh
    patches.kabi/struct-ucsi_operations-use-padding-for-new-operation.patch.
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - commit a70b9ee
  - ALSA: usb-audio: Kill timer properly at removal (CVE-2025-38105
    bsc#1245682).
  - commit 2bf6099
  - x86/process: Move the buffer clearing before MONITOR (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - commit 9303368
  - usb: typec: ucsi: glink: use typec_set_orientation (git-fixes).
  - Refresh
    patches.suse/soc-qcom-pmic_glink-Fix-race-during-initialization.patch.
  - Refresh
    patches.suse/usb-typec-ucsi-glink-fix-child-node-release-in-probe.patch.
  - commit b105e3e
  - KVM: SVM: Advertise TSA CPUID bits to guests (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - commit 67b316f
  - Bluetooth: btusb: Fix regression in the initialization of fake
    Bluetooth controllers (CVE-2025-38099 bsc#1245671).
  - Bluetooth: Disable SCO support if READ_VOICE_SETTING is
    unsupported/broken (CVE-2025-38099 bsc#1245671).
  - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE
    (CVE-2025-38099 bsc#1245671).
  - Bluetooth: Add quirk for broken READ_VOICE_SETTING
    (CVE-2025-38099 bsc#1245671).
  - commit 254e65a
  - jfs: fix array-index-out-of-bounds read in add_missing_indices
    (bsc#1245983 CVE-2025-38204).
  - commit 65d9d7f
  - usb: typec: ucsi_glink: drop NO_PARTNER_PDOS quirk for sm8550 /
    sm8650 (git-fixes).
  - commit 380eca4
  - usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS
    quirk on qcm6490 (git-fixes).
  - commit 3de42d7
  - usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS quirk
    (git-fixes).
  - commit 2a3ce34
  - usb: typec: ucsi_glink: rework quirks implementation
    (git-fixes).
  - commit b78f907
  - usb: typec: ucsi: support delaying GET_PDOS for device
    (git-fixes).
  - Refresh patches.kabi/struct-usci-hide-additional-member.patch.
  - commit 95f3b03
  - rpm/mkspec: Fix missing kernel-syms-rt creation (bsc#1244337)
  - commit 630f139
  - usb: typec: ucsi: extract code to read PD caps (git-fixes).
  - commit ebc6c46
  - usb: typec: ucsi: properly register partner's PD device
    (git-fixes).
  - commit 7b95fc1
  - usb: typec: ucsi: fix UCSI on SM8550 & SM8650 Qualcomm devices
    (git-fixes).
  - commit c40444f
  - usb: typec: ucsi: Add qcm6490-pmic-glink as needing PDOS quirk
    (git-fixes).
  - commit 46f5c2a
  - ucsi_ccg: Refine the UCSI Interrupt handling (git-fixes).
  - commit e97f436
  - exfat: fix double free in delayed_free (bsc#1246073
    CVE-2025-38206).
  - commit 38c1950
  - usb: typec: ucsi: Get PD revision for partner (git-fixes).
  - commit a80ec70
  - x86/bugs: Add a Transient Scheduler Attacks mitigation (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - Update config files.
  - commit 45d6a14
  - pwm: mediatek: Ensure to disable clocks in error path
    (git-fixes).
  - ASoC: cs35l56: probe() should fail if the device ID is not
    recognized (git-fixes).
  - ASoC: fsl_asrc: use internal measured ratio for non-ideal
    ratio mode (git-fixes).
  - commit 5b2c070

++++ kernel-rt_debug:

  - usb: typec: ucsi: move ucsi_acknowledge() from ucsi_read_error()
    (git-fixes).
  - commit 9793505
  - kabi: restore encap_sk in struct xfrm_state (CVE-2025-38097
    bsc#1245660).
  - espintcp: remove encap socket caching to avoid reference leak
    (CVE-2025-38097 bsc#1245660).
  - commit 94f2735
  - net: lan743x: fix potential out-of-bounds write in
    lan743x_ptp_io_event_clock_get() (CVE-2025-38183 bsc#1246006).
  - commit 0eb12cd
  - net_sched: sch_sfq: fix a potential crash on gso_skb handling
    (CVE-2025-38115 bsc#1245689).
  - commit 6a4ffd3
  - usb: typec: ucsi_acpi: Add LG Gram quirk (git-fixes).
  - commit da7fb49
  - usb: typec: ucsi: don't retrieve PDOs if not supported
    (git-fixes).
  - commit d303a5e
  - usb: typec: ucsi: Delay alternate mode discovery (git-fixes).
  - commit b7ba22d
  - usb: typec: Update sysfs when setting ops (git-fixes).
  - commit b336d78
  - usb: typec: ucsi: glink: increase max ports for x1e80100
    (git-fixes).
  - commit 31de9c9
  - ucsi_ops: adapt update_connector to kABI consistency
    (git-fixes).
  - usb: typec: ucsi: add update_connector callback (git-fixes).
  - blacklist.conf: needed for infrastructure. kABI fix added
  - Refresh
    patches.kabi/struct-ucsi_operations-use-padding-for-new-operation.patch.
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - commit a70b9ee
  - ALSA: usb-audio: Kill timer properly at removal (CVE-2025-38105
    bsc#1245682).
  - commit 2bf6099
  - x86/process: Move the buffer clearing before MONITOR (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - commit 9303368
  - usb: typec: ucsi: glink: use typec_set_orientation (git-fixes).
  - Refresh
    patches.suse/soc-qcom-pmic_glink-Fix-race-during-initialization.patch.
  - Refresh
    patches.suse/usb-typec-ucsi-glink-fix-child-node-release-in-probe.patch.
  - commit b105e3e
  - KVM: SVM: Advertise TSA CPUID bits to guests (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - commit 67b316f
  - Bluetooth: btusb: Fix regression in the initialization of fake
    Bluetooth controllers (CVE-2025-38099 bsc#1245671).
  - Bluetooth: Disable SCO support if READ_VOICE_SETTING is
    unsupported/broken (CVE-2025-38099 bsc#1245671).
  - Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPE
    (CVE-2025-38099 bsc#1245671).
  - Bluetooth: Add quirk for broken READ_VOICE_SETTING
    (CVE-2025-38099 bsc#1245671).
  - commit 254e65a
  - jfs: fix array-index-out-of-bounds read in add_missing_indices
    (bsc#1245983 CVE-2025-38204).
  - commit 65d9d7f
  - usb: typec: ucsi_glink: drop NO_PARTNER_PDOS quirk for sm8550 /
    sm8650 (git-fixes).
  - commit 380eca4
  - usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS
    quirk on qcm6490 (git-fixes).
  - commit 3de42d7
  - usb: typec: ucsi_glink: enable the UCSI_DELAY_DEVICE_PDOS quirk
    (git-fixes).
  - commit 2a3ce34
  - usb: typec: ucsi_glink: rework quirks implementation
    (git-fixes).
  - commit b78f907
  - usb: typec: ucsi: support delaying GET_PDOS for device
    (git-fixes).
  - Refresh patches.kabi/struct-usci-hide-additional-member.patch.
  - commit 95f3b03
  - rpm/mkspec: Fix missing kernel-syms-rt creation (bsc#1244337)
  - commit 630f139
  - usb: typec: ucsi: extract code to read PD caps (git-fixes).
  - commit ebc6c46
  - usb: typec: ucsi: properly register partner's PD device
    (git-fixes).
  - commit 7b95fc1
  - usb: typec: ucsi: fix UCSI on SM8550 & SM8650 Qualcomm devices
    (git-fixes).
  - commit c40444f
  - usb: typec: ucsi: Add qcm6490-pmic-glink as needing PDOS quirk
    (git-fixes).
  - commit 46f5c2a
  - ucsi_ccg: Refine the UCSI Interrupt handling (git-fixes).
  - commit e97f436
  - exfat: fix double free in delayed_free (bsc#1246073
    CVE-2025-38206).
  - commit 38c1950
  - usb: typec: ucsi: Get PD revision for partner (git-fixes).
  - commit a80ec70
  - x86/bugs: Add a Transient Scheduler Attacks mitigation (bsc#1238896 CVE-2024-36350 CVE-2024-36357 CVE-2024-36348 CVE-2024-36349).
  - Update config files.
  - commit 45d6a14
  - pwm: mediatek: Ensure to disable clocks in error path
    (git-fixes).
  - ASoC: cs35l56: probe() should fail if the device ID is not
    recognized (git-fixes).
  - ASoC: fsl_asrc: use internal measured ratio for non-ideal
    ratio mode (git-fixes).
  - commit 5b2c070

------------------------------------------------------------------
------------------  2025-7-8  -  Jul 8 2025  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.637.g85a5109c:
    * fix(rngd): adjust license to match the license of the whole project
    * fix(dracut): kernel module name normalization in drivers lists (bsc#1241680)
    * fix(dracut-init): assign real path to srcmods (bsc#1241114)

++++ python-kiwi:

  - Fix regression in get_partition_node_name
    backwards compat for lsblk before 2.38
    if START column not supported, fall back to default sort
  - Add global option --setenv
    Allow to set environment variables in the caller environment
    via the commandline, e.g --setenv SOURCE_DATE_EPOCH=42
  - Seed filesystem UUIDs with SOURCE_DATE_EPOCH
    For reproducible builds the calculation of the filesystem UUID
    should be persistent with each rebuild of the image. To achieve
    this the UUID is calculated using the SOURCE_DATE_EPOCH from
    the environment plus a char-number representation of the filesystem
    label name as random seed. In kiwi every filesystem is created
    with a label, thus only in case there is no SOURCE_DATE_EPOCH
    available we continue to create the UUID as random data.
    This Fixes #2761
  - Add label attribute for <partition> section
    Allow to specify a filesystem label as part of a <partition>
    definition. So far the label was set by the name of the
    partition. With the new label attribute, a filesystem label
    different from the partition name can be set. This commit
    also updates/fixes the documentation in this regard.
  - Improve log message in SystemIdentifier
    Add some scope information such that we know from where
    this log information originates from.

++++ kernel-default:

  - dm-raid: fix variable in journal device check (git-fixes).
  - commit 7e51a3f
  - dm-verity: fix a memory leak if some arguments are specified
    multiple times (git-fixes).
  - commit 18c3347
  - dm-mirror: fix a tiny race condition (git-fixes).
  - commit 6d6aef6
  - dm-flakey: make corrupting read bios work (git-fixes).
  - commit bbf383a
  - dm-flakey: error all IOs when num_features is absent
    (git-fixes).
  - commit d4d758e
  - dm: free table mempools if not used in __bind (git-fixes).
  - commit 6abd700
  - dm: don't change md if dm_table_set_restrictions() fails
    (git-fixes).
  - commit 0d534aa
  - dm: restrict dm device size to 2^63-512 bytes (git-fixes).
  - commit 240dadc
  - virtgpu: don't reset on shutdown (git-fixes).
  - commit 82f42df
  - kernel/fork: only call untrack_pfn_clear() on VMAs duplicated
    for fork() (git-fix for CVE-2025-22090 bsc#1241537).
  - commit 852f7f4
  - netfilter: nft_set_pipapo: prevent overflow in lookup table
    allocation (CVE-2025-38162 bsc#1245752).
  - commit c7520cc
  - efi: Don't map the entire mokvar table to determine its size
    (bsc#1240323 CVE-2025-21872).
  - commit aefffb0
  - ucsi-glink: adapt to kABI consistency (git-fixes).
  - usb: typec: ucsi: glink: move GPIO reading into connector_status
    callback (git-fixes).
  - Refresh
    patches.suse/usb-typec-ucsi-Move-unregister-out-of-atomic-section.patch.
  - commit 8ae6c79
  - vhost-scsi: protect vq->log_used with vq->mutex (CVE-2025-38074
    bsc#1244735).
  - commit 29ecfb7
  - struct ucsi_operations: use padding for new operation
    (git-fixes).
  - commit 5fe6bda
  - crypto: ecdsa - Harden against integer overflows in
    DIV_ROUND_UP() (CVE-2025-37984 bsc#1243669).
  - commit 4115893
  - virtio: break and reset virtio devices on device_shutdown()
    (CVE-2025-38064 bsc#1245201).
  - commit 1ef712f
  - usb: typec: ucsi: add callback for connector status updates
    (git-fixes).
  - blacklist.conf: needed as infrastructure. kABI workaround following
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - Refresh
    patches.suse/usb-typec-ucsi-displayport-Fix-deadlock.patch.
  - commit de5a5b0

++++ kernel-rt:

  - dm-raid: fix variable in journal device check (git-fixes).
  - commit 7e51a3f
  - dm-verity: fix a memory leak if some arguments are specified
    multiple times (git-fixes).
  - commit 18c3347
  - dm-mirror: fix a tiny race condition (git-fixes).
  - commit 6d6aef6
  - dm-flakey: make corrupting read bios work (git-fixes).
  - commit bbf383a
  - dm-flakey: error all IOs when num_features is absent
    (git-fixes).
  - commit d4d758e
  - dm: free table mempools if not used in __bind (git-fixes).
  - commit 6abd700
  - dm: don't change md if dm_table_set_restrictions() fails
    (git-fixes).
  - commit 0d534aa
  - dm: restrict dm device size to 2^63-512 bytes (git-fixes).
  - commit 240dadc
  - virtgpu: don't reset on shutdown (git-fixes).
  - commit 82f42df
  - kernel/fork: only call untrack_pfn_clear() on VMAs duplicated
    for fork() (git-fix for CVE-2025-22090 bsc#1241537).
  - commit 852f7f4
  - netfilter: nft_set_pipapo: prevent overflow in lookup table
    allocation (CVE-2025-38162 bsc#1245752).
  - commit c7520cc
  - efi: Don't map the entire mokvar table to determine its size
    (bsc#1240323 CVE-2025-21872).
  - commit aefffb0
  - ucsi-glink: adapt to kABI consistency (git-fixes).
  - usb: typec: ucsi: glink: move GPIO reading into connector_status
    callback (git-fixes).
  - Refresh
    patches.suse/usb-typec-ucsi-Move-unregister-out-of-atomic-section.patch.
  - commit 8ae6c79
  - vhost-scsi: protect vq->log_used with vq->mutex (CVE-2025-38074
    bsc#1244735).
  - commit 29ecfb7
  - struct ucsi_operations: use padding for new operation
    (git-fixes).
  - commit 5fe6bda
  - crypto: ecdsa - Harden against integer overflows in
    DIV_ROUND_UP() (CVE-2025-37984 bsc#1243669).
  - commit 4115893
  - virtio: break and reset virtio devices on device_shutdown()
    (CVE-2025-38064 bsc#1245201).
  - commit 1ef712f
  - usb: typec: ucsi: add callback for connector status updates
    (git-fixes).
  - blacklist.conf: needed as infrastructure. kABI workaround following
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - Refresh
    patches.suse/usb-typec-ucsi-displayport-Fix-deadlock.patch.
  - commit de5a5b0

++++ kernel-rt_debug:

  - dm-raid: fix variable in journal device check (git-fixes).
  - commit 7e51a3f
  - dm-verity: fix a memory leak if some arguments are specified
    multiple times (git-fixes).
  - commit 18c3347
  - dm-mirror: fix a tiny race condition (git-fixes).
  - commit 6d6aef6
  - dm-flakey: make corrupting read bios work (git-fixes).
  - commit bbf383a
  - dm-flakey: error all IOs when num_features is absent
    (git-fixes).
  - commit d4d758e
  - dm: free table mempools if not used in __bind (git-fixes).
  - commit 6abd700
  - dm: don't change md if dm_table_set_restrictions() fails
    (git-fixes).
  - commit 0d534aa
  - dm: restrict dm device size to 2^63-512 bytes (git-fixes).
  - commit 240dadc
  - virtgpu: don't reset on shutdown (git-fixes).
  - commit 82f42df
  - kernel/fork: only call untrack_pfn_clear() on VMAs duplicated
    for fork() (git-fix for CVE-2025-22090 bsc#1241537).
  - commit 852f7f4
  - netfilter: nft_set_pipapo: prevent overflow in lookup table
    allocation (CVE-2025-38162 bsc#1245752).
  - commit c7520cc
  - efi: Don't map the entire mokvar table to determine its size
    (bsc#1240323 CVE-2025-21872).
  - commit aefffb0
  - ucsi-glink: adapt to kABI consistency (git-fixes).
  - usb: typec: ucsi: glink: move GPIO reading into connector_status
    callback (git-fixes).
  - Refresh
    patches.suse/usb-typec-ucsi-Move-unregister-out-of-atomic-section.patch.
  - commit 8ae6c79
  - vhost-scsi: protect vq->log_used with vq->mutex (CVE-2025-38074
    bsc#1244735).
  - commit 29ecfb7
  - struct ucsi_operations: use padding for new operation
    (git-fixes).
  - commit 5fe6bda
  - crypto: ecdsa - Harden against integer overflows in
    DIV_ROUND_UP() (CVE-2025-37984 bsc#1243669).
  - commit 4115893
  - virtio: break and reset virtio devices on device_shutdown()
    (CVE-2025-38064 bsc#1245201).
  - commit 1ef712f
  - usb: typec: ucsi: add callback for connector status updates
    (git-fixes).
  - blacklist.conf: needed as infrastructure. kABI workaround following
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - Refresh
    patches.suse/usb-typec-ucsi-displayport-Fix-deadlock.patch.
  - commit de5a5b0

------------------------------------------------------------------
------------------  2025-7-7  -  Jul 7 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add rd.kiwi.install.devicepersistency
    Allow to specify which type of persistent device name should
    be used to build up the list of installation disk devices.
    For example rd.kiwi.install.devicepersistency=by-path would
    use the by-path representations for the available disk
    devices. The default (by-id) stays untouched. In case an
    invalid or not present device representation is selected, kiwi
    falls back to the non persistent unix node names.

++++ kernel-default:

  - struct cdns: move new member to the end (git-fixes).
  - commit 4384b08
  - usb: cdnsp: Fix issue with resuming from L1 (git-fixes).
  - commit c8b7c96
  - net: dsa: clean up FDB, MDB, VLAN entries on unbind
    (CVE-2025-37864 bsc#1242965).
  - commit d1f463e
  - NFSv4: Always set NLINK even if the server doesn't support it
    (git-fixes).
  - commit 84005c5
  - NFSv4.2: fix listxattr to return selinux security label
    (git-fixes).
  - commit 0319baa
  - NFSv4: xattr handlers should check for absent nfs filehandles
    (git-fixes).
  - commit 80ac5a3
  - sunrpc: don't immediately retransmit on seqno miss (git-fixes).
  - commit ceebf6f
  - fs/jfs: consolidate sanity checking in dbMount (git-fixes).
  - commit 5c4bc1b
  - objtool: Ignore end-of-section jumps for KCOV/GCOV (git-fixes).
  - commit e383ffb
  - objtool: Silence more KCOV warnings, part 2 (git-fixes).
  - commit ddae9d6
  - netfilter: nf_set_pipapo_avx2: fix initial map fill (git-fixes
    CVE-2024-57947 bsc#1236333).
  - commit cedcb24
  - usb: typec: displayport: Fix potential deadlock (git-fixes).
  - commit a45e2f9
  - drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type
    (git-fixes).
  - ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15
    (stable-fixes).
  - Bluetooth: L2CAP: Fix L2CAP MTU negotiation (stable-fixes).
  - drm/amdkfd: Fix race in GWS queue scheduling (stable-fixes).
  - ASoC: codecs: wcd9335: Fix missing free of regulator supplies
    (git-fixes).
  - ALSA: hda: Ignore unsol events for cards being shut down
    (stable-fixes).
  - ALSA: hda: Add new pci id for AMD GPU display HD audio
    controller (stable-fixes).
  - usb: dwc2: also exit clock_gating when stopping udc while
    suspended (stable-fixes).
  - usb: potential integer overflow in usbg_make_tpg()
    (stable-fixes).
  - usb: common: usb-conn-gpio: use a unique name for usb connector
    device (stable-fixes).
  - usb: Add checks for snprintf() calls in usb_alloc_dev()
    (stable-fixes).
  - usb: cdc-wdm: avoid setting WDM_READ for ZLP-s (stable-fixes).
  - usb: typec: displayport: Receive DP Status Update NAK request
    exit dp altmode (stable-fixes).
  - usb: typec: mux: do not return on EOPNOTSUPP in {mux,
    switch}_set (stable-fixes).
  - iio: pressure: zpa2326: Use aligned_s64 for the timestamp
    (stable-fixes).
  - iio: adc: ad_sigma_delta: Fix use of uninitialized status_pos
    (stable-fixes).
  - drm/scheduler: signal scheduled fence when kill job
    (stable-fixes).
  - amd/amdkfd: fix a kfd_process ref leak (stable-fixes).
  - drm/amdgpu: amdgpu_vram_mgr_new(): Clamp lpfn to total vram
    (stable-fixes).
  - dmaengine: idxd: Check availability of workqueue allocated by
    idxd wq driver before using (stable-fixes).
  - dmaengine: xilinx_dma: Set dma_device directions (stable-fixes).
  - PCI: dwc: Make link training more robust by setting
    PORT_LOGIC_LINK_WIDTH to one lane (stable-fixes).
  - leds: multicolor: Fix intensity setting while SW blinking
    (stable-fixes).
  - mfd: max14577: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - hwmon: (pmbus/max34440) Fix support for max34451 (stable-fixes).
  - drm/bridge: ti-sn65dsi86: make use of debugfs_init callback
    (stable-fixes).
  - ASoC: codec: wcd9335: Convert to GPIO descriptors
    (stable-fixes).
  - types: Complement the aligned types with signed 64-bit one
    (stable-fixes).
  - ASoC: codecs: wcd9335: Handle nicer probe deferral and simplify
    with dev_err_probe() (stable-fixes).
  - commit 9aa1e05

++++ kernel-rt:

  - struct cdns: move new member to the end (git-fixes).
  - commit 4384b08
  - usb: cdnsp: Fix issue with resuming from L1 (git-fixes).
  - commit c8b7c96
  - net: dsa: clean up FDB, MDB, VLAN entries on unbind
    (CVE-2025-37864 bsc#1242965).
  - commit d1f463e
  - NFSv4: Always set NLINK even if the server doesn't support it
    (git-fixes).
  - commit 84005c5
  - NFSv4.2: fix listxattr to return selinux security label
    (git-fixes).
  - commit 0319baa
  - NFSv4: xattr handlers should check for absent nfs filehandles
    (git-fixes).
  - commit 80ac5a3
  - sunrpc: don't immediately retransmit on seqno miss (git-fixes).
  - commit ceebf6f
  - fs/jfs: consolidate sanity checking in dbMount (git-fixes).
  - commit 5c4bc1b
  - objtool: Ignore end-of-section jumps for KCOV/GCOV (git-fixes).
  - commit e383ffb
  - objtool: Silence more KCOV warnings, part 2 (git-fixes).
  - commit ddae9d6
  - netfilter: nf_set_pipapo_avx2: fix initial map fill (git-fixes
    CVE-2024-57947 bsc#1236333).
  - commit cedcb24
  - usb: typec: displayport: Fix potential deadlock (git-fixes).
  - commit a45e2f9
  - drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type
    (git-fixes).
  - ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15
    (stable-fixes).
  - Bluetooth: L2CAP: Fix L2CAP MTU negotiation (stable-fixes).
  - drm/amdkfd: Fix race in GWS queue scheduling (stable-fixes).
  - ASoC: codecs: wcd9335: Fix missing free of regulator supplies
    (git-fixes).
  - ALSA: hda: Ignore unsol events for cards being shut down
    (stable-fixes).
  - ALSA: hda: Add new pci id for AMD GPU display HD audio
    controller (stable-fixes).
  - usb: dwc2: also exit clock_gating when stopping udc while
    suspended (stable-fixes).
  - usb: potential integer overflow in usbg_make_tpg()
    (stable-fixes).
  - usb: common: usb-conn-gpio: use a unique name for usb connector
    device (stable-fixes).
  - usb: Add checks for snprintf() calls in usb_alloc_dev()
    (stable-fixes).
  - usb: cdc-wdm: avoid setting WDM_READ for ZLP-s (stable-fixes).
  - usb: typec: displayport: Receive DP Status Update NAK request
    exit dp altmode (stable-fixes).
  - usb: typec: mux: do not return on EOPNOTSUPP in {mux,
    switch}_set (stable-fixes).
  - iio: pressure: zpa2326: Use aligned_s64 for the timestamp
    (stable-fixes).
  - iio: adc: ad_sigma_delta: Fix use of uninitialized status_pos
    (stable-fixes).
  - drm/scheduler: signal scheduled fence when kill job
    (stable-fixes).
  - amd/amdkfd: fix a kfd_process ref leak (stable-fixes).
  - drm/amdgpu: amdgpu_vram_mgr_new(): Clamp lpfn to total vram
    (stable-fixes).
  - dmaengine: idxd: Check availability of workqueue allocated by
    idxd wq driver before using (stable-fixes).
  - dmaengine: xilinx_dma: Set dma_device directions (stable-fixes).
  - PCI: dwc: Make link training more robust by setting
    PORT_LOGIC_LINK_WIDTH to one lane (stable-fixes).
  - leds: multicolor: Fix intensity setting while SW blinking
    (stable-fixes).
  - mfd: max14577: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - hwmon: (pmbus/max34440) Fix support for max34451 (stable-fixes).
  - drm/bridge: ti-sn65dsi86: make use of debugfs_init callback
    (stable-fixes).
  - ASoC: codec: wcd9335: Convert to GPIO descriptors
    (stable-fixes).
  - types: Complement the aligned types with signed 64-bit one
    (stable-fixes).
  - ASoC: codecs: wcd9335: Handle nicer probe deferral and simplify
    with dev_err_probe() (stable-fixes).
  - commit 9aa1e05

++++ kernel-rt_debug:

  - struct cdns: move new member to the end (git-fixes).
  - commit 4384b08
  - usb: cdnsp: Fix issue with resuming from L1 (git-fixes).
  - commit c8b7c96
  - net: dsa: clean up FDB, MDB, VLAN entries on unbind
    (CVE-2025-37864 bsc#1242965).
  - commit d1f463e
  - NFSv4: Always set NLINK even if the server doesn't support it
    (git-fixes).
  - commit 84005c5
  - NFSv4.2: fix listxattr to return selinux security label
    (git-fixes).
  - commit 0319baa
  - NFSv4: xattr handlers should check for absent nfs filehandles
    (git-fixes).
  - commit 80ac5a3
  - sunrpc: don't immediately retransmit on seqno miss (git-fixes).
  - commit ceebf6f
  - fs/jfs: consolidate sanity checking in dbMount (git-fixes).
  - commit 5c4bc1b
  - objtool: Ignore end-of-section jumps for KCOV/GCOV (git-fixes).
  - commit e383ffb
  - objtool: Silence more KCOV warnings, part 2 (git-fixes).
  - commit ddae9d6
  - netfilter: nf_set_pipapo_avx2: fix initial map fill (git-fixes
    CVE-2024-57947 bsc#1236333).
  - commit cedcb24
  - usb: typec: displayport: Fix potential deadlock (git-fixes).
  - commit a45e2f9
  - drm/bridge: ti-sn65dsi86: Add HPD for DisplayPort connector type
    (git-fixes).
  - ASoC: amd: yc: Add DMI quirk for Lenovo IdeaPad Slim 5 15
    (stable-fixes).
  - Bluetooth: L2CAP: Fix L2CAP MTU negotiation (stable-fixes).
  - drm/amdkfd: Fix race in GWS queue scheduling (stable-fixes).
  - ASoC: codecs: wcd9335: Fix missing free of regulator supplies
    (git-fixes).
  - ALSA: hda: Ignore unsol events for cards being shut down
    (stable-fixes).
  - ALSA: hda: Add new pci id for AMD GPU display HD audio
    controller (stable-fixes).
  - usb: dwc2: also exit clock_gating when stopping udc while
    suspended (stable-fixes).
  - usb: potential integer overflow in usbg_make_tpg()
    (stable-fixes).
  - usb: common: usb-conn-gpio: use a unique name for usb connector
    device (stable-fixes).
  - usb: Add checks for snprintf() calls in usb_alloc_dev()
    (stable-fixes).
  - usb: cdc-wdm: avoid setting WDM_READ for ZLP-s (stable-fixes).
  - usb: typec: displayport: Receive DP Status Update NAK request
    exit dp altmode (stable-fixes).
  - usb: typec: mux: do not return on EOPNOTSUPP in {mux,
    switch}_set (stable-fixes).
  - iio: pressure: zpa2326: Use aligned_s64 for the timestamp
    (stable-fixes).
  - iio: adc: ad_sigma_delta: Fix use of uninitialized status_pos
    (stable-fixes).
  - drm/scheduler: signal scheduled fence when kill job
    (stable-fixes).
  - amd/amdkfd: fix a kfd_process ref leak (stable-fixes).
  - drm/amdgpu: amdgpu_vram_mgr_new(): Clamp lpfn to total vram
    (stable-fixes).
  - dmaengine: idxd: Check availability of workqueue allocated by
    idxd wq driver before using (stable-fixes).
  - dmaengine: xilinx_dma: Set dma_device directions (stable-fixes).
  - PCI: dwc: Make link training more robust by setting
    PORT_LOGIC_LINK_WIDTH to one lane (stable-fixes).
  - leds: multicolor: Fix intensity setting while SW blinking
    (stable-fixes).
  - mfd: max14577: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - hwmon: (pmbus/max34440) Fix support for max34451 (stable-fixes).
  - drm/bridge: ti-sn65dsi86: make use of debugfs_init callback
    (stable-fixes).
  - ASoC: codec: wcd9335: Convert to GPIO descriptors
    (stable-fixes).
  - types: Complement the aligned types with signed 64-bit one
    (stable-fixes).
  - ASoC: codecs: wcd9335: Handle nicer probe deferral and simplify
    with dev_err_probe() (stable-fixes).
  - commit 9aa1e05

++++ libsolv:

  - add support for product-obsoletes() provides in the product
    autopackage generation code
  - bump version to 0.7.34

++++ systemd:

  - triggers.systemd: skip update of hwdb, journal-catalog if executed during an
    offline update.

++++ libzypp:

  - BuildRequires: %{libsolv_devel_package} >= 0.7.34 (bsc#1243486)
    Newer rpm versions no longer allow a ':' in rpm package names or
    obsoletes. So injecting an
    Obsoletes: product:oldproductname < oldproductversion
    into the -release package to indicate a product rename is no longer
    possible.
    Since libsolv-0.7.34 you can and should use:
    Provides: product-obsoletes(oldproductname) < oldproductversion
    in the -release package. libsolv will then inject the appropriate
    Obsoletes into the Product.
  - version 17.37.10 (35)

++++ nvidia-open-driver-G06-signed:

  - empty pci_ids-570.169; PCI ID hardware Supplements get moved to
    gfx repository to package nvidia-open-driver-G06-signed-kmp-meta
    (boo#1246010)
  - remove 60-nvidia-$flavor.conf, since driver no longer gets
    autoselected without gfx/cuda repositories present and so we no
    longer need to disable it by default (boo#1246010)

------------------------------------------------------------------
------------------  2025-7-6  -  Jul 6 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c/designware: Fix an initialization issue (git-fixes).
  - commit d80f186

++++ kernel-rt:

  - i2c/designware: Fix an initialization issue (git-fixes).
  - commit d80f186

++++ kernel-rt_debug:

  - i2c/designware: Fix an initialization issue (git-fixes).
  - commit d80f186

------------------------------------------------------------------
------------------  2025-7-5  -  Jul 5 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - powercap: intel_rapl: Do not change CLAMPING bit if ENABLE
    bit cannot be changed (git-fixes).
  - regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods
    (git-fixes).
  - spi: spi-fsl-dspi: Clear completion counter before initiating
    transfer (git-fixes).
  - platform/x86: think-lmi: Fix sysfs group cleanup (git-fixes).
  - platform/x86: think-lmi: Fix kobject cleanup (git-fixes).
  - platform/mellanox: mlxreg-lc: Fix logic error in power state
    check (git-fixes).
  - platform/x86: dell-wmi-sysman: Fix WMI data block retrieval
    in sysfs callbacks (git-fixes).
  - platform/mellanox: nvsw-sn2201: Fix bus number in adapter
    error message (git-fixes).
  - platform/mellanox: mlxbf-pmc: Fix duplicate event ID for
    CACHE_DATA1 (git-fixes).
  - platform/mellanox: mlxbf-tmfifo: fix vring_desc.len assignment
    (git-fixes).
  - xhci: dbc: Flush queued requests before stopping dbc
    (git-fixes).
  - xhci: dbctty: disable ECHO flag by default (git-fixes).
  - xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMS
    (git-fixes).
  - usb: typec: altmodes/displayport: do not index invalid
    pin_assignments (git-fixes).
  - Revert "usb: xhci: Implement xhci_handshake_check_state()
    helper" (git-fixes).
  - usb: xhci: Skip xhci_reset in xhci_resume if xhci is being
    removed (git-fixes).
  - usb: gadget: u_serial: Fix race condition in TTY wakeup
    (git-fixes).
  - usb: chipidea: udc: disconnect/reconnect from host when do
    suspend/resume (git-fixes).
  - usb: cdnsp: do not disable slot for disabled slot (git-fixes).
  - Input: iqs7222 - explicitly define number of external channels
    (git-fixes).
  - Input: xpad - adjust error handling for disconnect (git-fixes).
  - drm/exynos: fimd: Guard display clock control with runtime PM
    calls (git-fixes).
  - drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling
    (git-fixes).
  - drm/i915/gsc: mei interrupt top half should be in irq disabled
    context (git-fixes).
  - drm/i915/gt: Fix timeline left held on VMA alloc error
    (git-fixes).
  - drm/i915/selftests: Change mock_request() to return error
    pointers (git-fixes).
  - drm/sched: Increment job count before swapping tail spsc queue
    (git-fixes).
  - drm/bridge: panel: move prepare_prev_first handling to
    drm_panel_bridge_add_typed (git-fixes).
  - drm/ttm: fix error handling in ttm_buffer_object_transfer
    (git-fixes).
  - powercap: call put_device() on an error path in
    powercap_register_control_type() (stable-fixes).
  - commit d0cb71b

++++ kernel-rt:

  - powercap: intel_rapl: Do not change CLAMPING bit if ENABLE
    bit cannot be changed (git-fixes).
  - regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods
    (git-fixes).
  - spi: spi-fsl-dspi: Clear completion counter before initiating
    transfer (git-fixes).
  - platform/x86: think-lmi: Fix sysfs group cleanup (git-fixes).
  - platform/x86: think-lmi: Fix kobject cleanup (git-fixes).
  - platform/mellanox: mlxreg-lc: Fix logic error in power state
    check (git-fixes).
  - platform/x86: dell-wmi-sysman: Fix WMI data block retrieval
    in sysfs callbacks (git-fixes).
  - platform/mellanox: nvsw-sn2201: Fix bus number in adapter
    error message (git-fixes).
  - platform/mellanox: mlxbf-pmc: Fix duplicate event ID for
    CACHE_DATA1 (git-fixes).
  - platform/mellanox: mlxbf-tmfifo: fix vring_desc.len assignment
    (git-fixes).
  - xhci: dbc: Flush queued requests before stopping dbc
    (git-fixes).
  - xhci: dbctty: disable ECHO flag by default (git-fixes).
  - xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMS
    (git-fixes).
  - usb: typec: altmodes/displayport: do not index invalid
    pin_assignments (git-fixes).
  - Revert "usb: xhci: Implement xhci_handshake_check_state()
    helper" (git-fixes).
  - usb: xhci: Skip xhci_reset in xhci_resume if xhci is being
    removed (git-fixes).
  - usb: gadget: u_serial: Fix race condition in TTY wakeup
    (git-fixes).
  - usb: chipidea: udc: disconnect/reconnect from host when do
    suspend/resume (git-fixes).
  - usb: cdnsp: do not disable slot for disabled slot (git-fixes).
  - Input: iqs7222 - explicitly define number of external channels
    (git-fixes).
  - Input: xpad - adjust error handling for disconnect (git-fixes).
  - drm/exynos: fimd: Guard display clock control with runtime PM
    calls (git-fixes).
  - drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling
    (git-fixes).
  - drm/i915/gsc: mei interrupt top half should be in irq disabled
    context (git-fixes).
  - drm/i915/gt: Fix timeline left held on VMA alloc error
    (git-fixes).
  - drm/i915/selftests: Change mock_request() to return error
    pointers (git-fixes).
  - drm/sched: Increment job count before swapping tail spsc queue
    (git-fixes).
  - drm/bridge: panel: move prepare_prev_first handling to
    drm_panel_bridge_add_typed (git-fixes).
  - drm/ttm: fix error handling in ttm_buffer_object_transfer
    (git-fixes).
  - powercap: call put_device() on an error path in
    powercap_register_control_type() (stable-fixes).
  - commit d0cb71b

++++ kernel-rt_debug:

  - powercap: intel_rapl: Do not change CLAMPING bit if ENABLE
    bit cannot be changed (git-fixes).
  - regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods
    (git-fixes).
  - spi: spi-fsl-dspi: Clear completion counter before initiating
    transfer (git-fixes).
  - platform/x86: think-lmi: Fix sysfs group cleanup (git-fixes).
  - platform/x86: think-lmi: Fix kobject cleanup (git-fixes).
  - platform/mellanox: mlxreg-lc: Fix logic error in power state
    check (git-fixes).
  - platform/x86: dell-wmi-sysman: Fix WMI data block retrieval
    in sysfs callbacks (git-fixes).
  - platform/mellanox: nvsw-sn2201: Fix bus number in adapter
    error message (git-fixes).
  - platform/mellanox: mlxbf-pmc: Fix duplicate event ID for
    CACHE_DATA1 (git-fixes).
  - platform/mellanox: mlxbf-tmfifo: fix vring_desc.len assignment
    (git-fixes).
  - xhci: dbc: Flush queued requests before stopping dbc
    (git-fixes).
  - xhci: dbctty: disable ECHO flag by default (git-fixes).
  - xhci: Disable stream for xHC controller with XHCI_BROKEN_STREAMS
    (git-fixes).
  - usb: typec: altmodes/displayport: do not index invalid
    pin_assignments (git-fixes).
  - Revert "usb: xhci: Implement xhci_handshake_check_state()
    helper" (git-fixes).
  - usb: xhci: Skip xhci_reset in xhci_resume if xhci is being
    removed (git-fixes).
  - usb: gadget: u_serial: Fix race condition in TTY wakeup
    (git-fixes).
  - usb: chipidea: udc: disconnect/reconnect from host when do
    suspend/resume (git-fixes).
  - usb: cdnsp: do not disable slot for disabled slot (git-fixes).
  - Input: iqs7222 - explicitly define number of external channels
    (git-fixes).
  - Input: xpad - adjust error handling for disconnect (git-fixes).
  - drm/exynos: fimd: Guard display clock control with runtime PM
    calls (git-fixes).
  - drm/exynos: exynos7_drm_decon: add vblank check in IRQ handling
    (git-fixes).
  - drm/i915/gsc: mei interrupt top half should be in irq disabled
    context (git-fixes).
  - drm/i915/gt: Fix timeline left held on VMA alloc error
    (git-fixes).
  - drm/i915/selftests: Change mock_request() to return error
    pointers (git-fixes).
  - drm/sched: Increment job count before swapping tail spsc queue
    (git-fixes).
  - drm/bridge: panel: move prepare_prev_first handling to
    drm_panel_bridge_add_typed (git-fixes).
  - drm/ttm: fix error handling in ttm_buffer_object_transfer
    (git-fixes).
  - powercap: call put_device() on an error path in
    powercap_register_control_type() (stable-fixes).
  - commit d0cb71b

------------------------------------------------------------------
------------------  2025-7-4  -  Jul 4 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update test-image-disk
    Add NetworkManager for better remote debugging capabilities

++++ kernel-default:

  - dm: fix unconditional IO throttle caused by REQ_PREFLUSH
    (CVE-2025-38063 bsc#1245202).
  - commit 65fa7b7
  - smb: client: Fix use-after-free in cifs_fill_dirent
    (CVE-2025-38051 bsc#1244750).
  - commit 0f203bf
  - cgroup,freezer: fix incomplete freezing when attaching tasks
    (bsc#1245789).
  - commit 1970df7
  - cgroup/cpuset: Extend kthread_is_per_cpu() check to all
    PF_NO_SETAFFINITY tasks (bsc#1241166).
  - commit 86012b8
  - objtool: Stop UNRET validation on UD2 (git-fixes).
  - commit 0be0bc6
  - objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()
    (git-fixes).
  - commit f1073e2
  - objtool: Properly disable uaccess validation (git-fixes).
  - commit b170301
  - mm/memory-failure: fix handling of dissolved but not taken
    off from buddy pages (CVE-2024-39298 bsc#1227082).
    Refreshed:
    blacklist.conf: De-blacklist 8cf360b9d6a840700e06864236a01a883b34bbad
  - commit 1d1f80f
  - rose: fix dangling neighbour pointers in rose_rt_device_down()
    (git-fixes).
  - Bluetooth: MGMT: mesh_send: check instances prior disabling
    advertising (git-fixes).
  - Bluetooth: MGMT: set_mesh: update LE scan interval and window
    (git-fixes).
  - Bluetooth: hci_sync: revert some mesh modifications (git-fixes).
  - Bluetooth: Prevent unintended pause by checking if advertising
    is active (git-fixes).
  - net: usb: lan78xx: fix WARN in __netif_napi_del_locked on
    disconnect (git-fixes).
  - commit 9d01c7e

++++ kernel-rt:

  - dm: fix unconditional IO throttle caused by REQ_PREFLUSH
    (CVE-2025-38063 bsc#1245202).
  - commit 65fa7b7
  - smb: client: Fix use-after-free in cifs_fill_dirent
    (CVE-2025-38051 bsc#1244750).
  - commit 0f203bf
  - cgroup,freezer: fix incomplete freezing when attaching tasks
    (bsc#1245789).
  - commit 1970df7
  - cgroup/cpuset: Extend kthread_is_per_cpu() check to all
    PF_NO_SETAFFINITY tasks (bsc#1241166).
  - commit 86012b8
  - objtool: Stop UNRET validation on UD2 (git-fixes).
  - commit 0be0bc6
  - objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()
    (git-fixes).
  - commit f1073e2
  - objtool: Properly disable uaccess validation (git-fixes).
  - commit b170301
  - mm/memory-failure: fix handling of dissolved but not taken
    off from buddy pages (CVE-2024-39298 bsc#1227082).
    Refreshed:
    blacklist.conf: De-blacklist 8cf360b9d6a840700e06864236a01a883b34bbad
  - commit 1d1f80f
  - rose: fix dangling neighbour pointers in rose_rt_device_down()
    (git-fixes).
  - Bluetooth: MGMT: mesh_send: check instances prior disabling
    advertising (git-fixes).
  - Bluetooth: MGMT: set_mesh: update LE scan interval and window
    (git-fixes).
  - Bluetooth: hci_sync: revert some mesh modifications (git-fixes).
  - Bluetooth: Prevent unintended pause by checking if advertising
    is active (git-fixes).
  - net: usb: lan78xx: fix WARN in __netif_napi_del_locked on
    disconnect (git-fixes).
  - commit 9d01c7e

++++ kernel-rt_debug:

  - dm: fix unconditional IO throttle caused by REQ_PREFLUSH
    (CVE-2025-38063 bsc#1245202).
  - commit 65fa7b7
  - smb: client: Fix use-after-free in cifs_fill_dirent
    (CVE-2025-38051 bsc#1244750).
  - commit 0f203bf
  - cgroup,freezer: fix incomplete freezing when attaching tasks
    (bsc#1245789).
  - commit 1970df7
  - cgroup/cpuset: Extend kthread_is_per_cpu() check to all
    PF_NO_SETAFFINITY tasks (bsc#1241166).
  - commit 86012b8
  - objtool: Stop UNRET validation on UD2 (git-fixes).
  - commit 0be0bc6
  - objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()
    (git-fixes).
  - commit f1073e2
  - objtool: Properly disable uaccess validation (git-fixes).
  - commit b170301
  - mm/memory-failure: fix handling of dissolved but not taken
    off from buddy pages (CVE-2024-39298 bsc#1227082).
    Refreshed:
    blacklist.conf: De-blacklist 8cf360b9d6a840700e06864236a01a883b34bbad
  - commit 1d1f80f
  - rose: fix dangling neighbour pointers in rose_rt_device_down()
    (git-fixes).
  - Bluetooth: MGMT: mesh_send: check instances prior disabling
    advertising (git-fixes).
  - Bluetooth: MGMT: set_mesh: update LE scan interval and window
    (git-fixes).
  - Bluetooth: hci_sync: revert some mesh modifications (git-fixes).
  - Bluetooth: Prevent unintended pause by checking if advertising
    is active (git-fixes).
  - net: usb: lan78xx: fix WARN in __netif_napi_del_locked on
    disconnect (git-fixes).
  - commit 9d01c7e

++++ libzypp:

  - Ignore DeltaRpm download errors (bsc#1245672)
    DeltaRpms are in fact optional resources. In case of a failure
    the full rpm is downloaded.
  - Improve fix for incorrect filesize handling (bsc#1245220)
  - version 17.37.9 (35)

++++ zypper:

  - sh: Reset solver options after command (bsc#1245496)
  - Explicitly selecting DownloadAsNeeded also selects the
    classic_rpmtrans backend.
  - version 1.14.92

------------------------------------------------------------------
------------------  2025-7-3  -  Jul 3 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 28.3.1-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/28/#2831>

++++ kernel-default:

  - objtool: Silence more KCOV warnings (git-fixes).
  - commit 246e013
  - objtool: Fix error handling inconsistencies in check()
    (git-fixes).
  - commit 2b123dd
  - objtool: Ignore dangling jump table entries (git-fixes).
  - commit 694bcb3
  - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks
    (git-fixes).
  - commit 24df4fe
  - x86/tdx: Fix __noreturn build warning around
    __tdx_hypercall_failed() (git-fixes).
  - Refresh
    patches.suse/x86-virt-tdx-Define-TDX-supported-page-sizes-as-macros.patch.
  - commit 741a25e
  - objtool: Fix _THIS_IP_ detection for cold functions (git-fixes).
  - commit b2539b9
  - nvmet-tcp: don't restore null sk_state_change (bsc#1244801
    CVE-2025-38035).
  - commit a1cc55e
  - s390/pci: Fix stale function handles in error handling
    (git-fixes bsc#1245647).
  - commit 1f0ecfd
  - s390/pci: Do not try re-enabling load/store if device is
    disabled (git-fixes bsc#1245646).
  - commit a7a5884
  - NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN (git-fixes).
  - commit cbe692c
  - nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init()
    fails (git-fixes).
  - commit 29c2a95
  - IB/mlx5: Fix potential deadlock in MR deregistration (git-fixes)
  - commit a31c762
  - RDMA/mlx5: Fix vport loopback for MPV device (git-fixes)
  - commit 50aa3ad
  - RDMA/mlx5: Fix CC counters query for MPV (git-fixes)
  - commit 6fac6aa
  - RDMA/mlx5: Fix HW counters query for non-representor devices (git-fixes)
  - commit f645a5e
  - RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insert (git-fixes)
  - commit 9bf32eb
  - mtk-sd: reset host->mrq on prepare_data() error (git-fixes).
  - commit 85b8654
  - Revert "mmc: sdhci: Disable SD card clock before changing
    parameters" (git-fixes).
  - mtk-sd: Prevent memory corruption from DMA map failure
    (git-fixes).
  - mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared data
    (git-fixes).
  - mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlier
    (git-fixes).
  - commit 4977a9e
  - kABI workaround for xsk: Fix race condition in AF_XDP generic
    RX path (CVE-2025-37920 bsc#1243479).
  - commit 2cbaa5f
  - xsk: Fix race condition in AF_XDP generic RX path
    (CVE-2025-37920 bsc#1243479).
  - commit b0fed9b
  - bpf, sockmap: Fix sk_msg_reset_curr (git-fixes).
  - commit 3936762

++++ kernel-rt:

  - objtool: Silence more KCOV warnings (git-fixes).
  - commit 246e013
  - objtool: Fix error handling inconsistencies in check()
    (git-fixes).
  - commit 2b123dd
  - objtool: Ignore dangling jump table entries (git-fixes).
  - commit 694bcb3
  - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks
    (git-fixes).
  - commit 24df4fe
  - x86/tdx: Fix __noreturn build warning around
    __tdx_hypercall_failed() (git-fixes).
  - Refresh
    patches.suse/x86-virt-tdx-Define-TDX-supported-page-sizes-as-macros.patch.
  - commit 741a25e
  - objtool: Fix _THIS_IP_ detection for cold functions (git-fixes).
  - commit b2539b9
  - nvmet-tcp: don't restore null sk_state_change (bsc#1244801
    CVE-2025-38035).
  - commit a1cc55e
  - s390/pci: Fix stale function handles in error handling
    (git-fixes bsc#1245647).
  - commit 1f0ecfd
  - s390/pci: Do not try re-enabling load/store if device is
    disabled (git-fixes bsc#1245646).
  - commit a7a5884
  - NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN (git-fixes).
  - commit cbe692c
  - nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init()
    fails (git-fixes).
  - commit 29c2a95
  - IB/mlx5: Fix potential deadlock in MR deregistration (git-fixes)
  - commit a31c762
  - RDMA/mlx5: Fix vport loopback for MPV device (git-fixes)
  - commit 50aa3ad
  - RDMA/mlx5: Fix CC counters query for MPV (git-fixes)
  - commit 6fac6aa
  - RDMA/mlx5: Fix HW counters query for non-representor devices (git-fixes)
  - commit f645a5e
  - RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insert (git-fixes)
  - commit 9bf32eb
  - mtk-sd: reset host->mrq on prepare_data() error (git-fixes).
  - commit 85b8654
  - Revert "mmc: sdhci: Disable SD card clock before changing
    parameters" (git-fixes).
  - mtk-sd: Prevent memory corruption from DMA map failure
    (git-fixes).
  - mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared data
    (git-fixes).
  - mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlier
    (git-fixes).
  - commit 4977a9e
  - kABI workaround for xsk: Fix race condition in AF_XDP generic
    RX path (CVE-2025-37920 bsc#1243479).
  - commit 2cbaa5f
  - xsk: Fix race condition in AF_XDP generic RX path
    (CVE-2025-37920 bsc#1243479).
  - commit b0fed9b
  - bpf, sockmap: Fix sk_msg_reset_curr (git-fixes).
  - commit 3936762

++++ kernel-rt_debug:

  - objtool: Silence more KCOV warnings (git-fixes).
  - commit 246e013
  - objtool: Fix error handling inconsistencies in check()
    (git-fixes).
  - commit 2b123dd
  - objtool: Ignore dangling jump table entries (git-fixes).
  - commit 694bcb3
  - objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks
    (git-fixes).
  - commit 24df4fe
  - x86/tdx: Fix __noreturn build warning around
    __tdx_hypercall_failed() (git-fixes).
  - Refresh
    patches.suse/x86-virt-tdx-Define-TDX-supported-page-sizes-as-macros.patch.
  - commit 741a25e
  - objtool: Fix _THIS_IP_ detection for cold functions (git-fixes).
  - commit b2539b9
  - nvmet-tcp: don't restore null sk_state_change (bsc#1244801
    CVE-2025-38035).
  - commit a1cc55e
  - s390/pci: Fix stale function handles in error handling
    (git-fixes bsc#1245647).
  - commit 1f0ecfd
  - s390/pci: Do not try re-enabling load/store if device is
    disabled (git-fixes bsc#1245646).
  - commit a7a5884
  - NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN (git-fixes).
  - commit cbe692c
  - nfs: Clean up /proc/net/rpc/nfs when nfs_fs_proc_net_init()
    fails (git-fixes).
  - commit 29c2a95
  - IB/mlx5: Fix potential deadlock in MR deregistration (git-fixes)
  - commit a31c762
  - RDMA/mlx5: Fix vport loopback for MPV device (git-fixes)
  - commit 50aa3ad
  - RDMA/mlx5: Fix CC counters query for MPV (git-fixes)
  - commit 6fac6aa
  - RDMA/mlx5: Fix HW counters query for non-representor devices (git-fixes)
  - commit f645a5e
  - RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insert (git-fixes)
  - commit 9bf32eb
  - mtk-sd: reset host->mrq on prepare_data() error (git-fixes).
  - commit 85b8654
  - Revert "mmc: sdhci: Disable SD card clock before changing
    parameters" (git-fixes).
  - mtk-sd: Prevent memory corruption from DMA map failure
    (git-fixes).
  - mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared data
    (git-fixes).
  - mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlier
    (git-fixes).
  - commit 4977a9e
  - kABI workaround for xsk: Fix race condition in AF_XDP generic
    RX path (CVE-2025-37920 bsc#1243479).
  - commit 2cbaa5f
  - xsk: Fix race condition in AF_XDP generic RX path
    (CVE-2025-37920 bsc#1243479).
  - commit b0fed9b
  - bpf, sockmap: Fix sk_msg_reset_curr (git-fixes).
  - commit 3936762

++++ systemd:

  - Import commit 247091bc99ba506cee501b520d1d0a11d772fc13 (merge of v254.27)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/aa12f501ae4749c542a091028d848796da4ef51b...247091bc99ba506cee501b520d1d0a11d772fc13
  - Import commit aa12f501ae4749c542a091028d848796da4ef51b
    aa12f501ae logs-show: get timestamp and boot ID only when necessary (bsc#1242827)
    e8b17d11bc sd-journal: drop to use Hashmap to manage journal files per boot ID
    ea80273738 tree-wide: set SD_JOURNAL_ASSUME_IMMUTABLE where appropriate
    a5b3b5344f sd-journal: introduce SD_JOURNAL_ASSUME_IMMUTABLE flag
    5fa0600b34 sd-journal: make journal_file_read_tail_timestamp() notify to the caller that some new journal entries added
    737e8193e7 sd-journal: cache last entry offset and journal file state
    057dca426f sd-journal: fix typo in function name

------------------------------------------------------------------
------------------  2025-7-2  -  Jul 2 2025  -------------------
------------------------------------------------------------------

++++ chrony:

  - Update to version 4.7:
    * Add opencommands directive to select remote monitoring
    commands
    * Add interval option to driftfile directive
    * Add waitsynced and waitunsynced options to local directive
    * Add sanity checks for integer values in configuration
    * Add support for systemd Type=notify service
    * Add RTC refclock driver
    * Allow PHC refclock to be specified with network interface name
    * Don’t require multiple refclock samples per poll to simplify
    filter configuration
    * Keep refclock reachable when dropping samples with large delay
    * Improve quantile-based filtering to adapt faster to larger
    delay
    * Improve logging of selection failures
    * Detect clock interference from other processes
    * Try to reopen message log (-l option) on cyclelogs command
    * Fix sourcedir reloading to not multiply sources
    * Fix tracking offset after failed clock step
    * Drop support for NTS with Nettle < 3.6 and GnuTLS < 3.6.14
    * Drop support for building without POSIX threads
  - Update clknetsim to snapshot 530d1a5.

++++ kernel-default:

  - scsi: s390: zfcp: Ensure synchronous unit_add (git-fixes
    bsc#1245599).
  - commit 4cb28a8
  - s390/pkey: Prevent overflow in size calculation for
    memdup_user() (git-fixes bsc#1245598).
  - commit 458c9d8
  - s390: Add z17 elf platform (LTC#214086 bsc#1245540).
  - commit a338278

++++ kernel-rt:

  - scsi: s390: zfcp: Ensure synchronous unit_add (git-fixes
    bsc#1245599).
  - commit 4cb28a8
  - s390/pkey: Prevent overflow in size calculation for
    memdup_user() (git-fixes bsc#1245598).
  - commit 458c9d8
  - s390: Add z17 elf platform (LTC#214086 bsc#1245540).
  - commit a338278

++++ kernel-rt_debug:

  - scsi: s390: zfcp: Ensure synchronous unit_add (git-fixes
    bsc#1245599).
  - commit 4cb28a8
  - s390/pkey: Prevent overflow in size calculation for
    memdup_user() (git-fixes bsc#1245598).
  - commit 458c9d8
  - s390: Add z17 elf platform (LTC#214086 bsc#1245540).
  - commit a338278

++++ python311-core:

  - Add CVE-2025-6069-quad-complex-HTMLParser.patch to avoid worst
    case quadratic complexity when processing certain crafted
    malformed inputs with HTMLParser (CVE-2025-6069, bsc#1244705).

++++ libzypp:

  - Do not trigger download data exceeded errors on HTTP non data
    responses (bsc#1245220)
    In some cases a HTTP 401 or 407 did trigger a "filesize exceeded"
    error, because the response payload size was compared against the
    expected filesize. This patch adds some checks if the response
    code is in the success range and only then takes expected
    filesize into account. Otherwise the response content-length is
    used or a fallback of 2Mb if no content-length is known.
  - version 17.37.8 (35)
  - Fix SEGV in MediaDISK handler (bsc#1245452)
  - Explicitly selecting DownloadAsNeeded also selects the
    classic_rpmtrans backend.
    DownloadAsNeeded can not be combined with the rpm singletrans
    installer backend because a rpm transaction requires all package
    headers to be available the the beginning of the transaction. So
    explicitly selecting this mode also turns on the classic_rpmtrans
    backend.
  - Fix evaluation of libproxy results (bsc#1244710)
  - version 17.37.7 (35)

++++ python311:

  - Add CVE-2025-6069-quad-complex-HTMLParser.patch to avoid worst
    case quadratic complexity when processing certain crafted
    malformed inputs with HTMLParser (CVE-2025-6069, bsc#1244705).

++++ python-urllib3:

  - Add patch CVE-2025-50181-poolmanager-redirects.patch:
    * Pool managers now properly control redirects when retries is passed
    (CVE-2025-50181, GHSA-pq67-6m6q-mj2v, bsc#1244925)

------------------------------------------------------------------
------------------  2025-7-1  -  Jul 1 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Make mbr-id deterministic
    Log the value of SDE so it is available to review,
    even if the build system does not tell about it.
    Update the tests to cover the new code-path.
    Co-Authored-By: Marcus Schäfer <marcus.schaefer@gmail.com>
  - Ensure dracut initrd is reproducible
    This helps a bit with issue #2358
    Add reproducible flag for UKI too
    Update tests accordingly
    Co-Authored-By: Marcus Schäfer <marcus.schaefer@gmail.com>

++++ kernel-default:

  - rpm: Drop support for kabi/arch/ignore-flavor (bsc#1249186)
    It's not used in any active branches and it cannot solve contemporary
    problems.
  - commit f86a16a
  - Update config files (jsc#PED-12554 jsc#PED-6996 bsc#1243677 ltc#213602
    bsc#1243678 ltc#213596)
    CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=y
    CONFIG_INTEGRITY_CA_MACHINE_KEYRING_MAX=y
  - commit f28d32c
  - net: pktgen: fix access outside of user given buffer in
    pktgen_thread_write() (CVE-2025-38061 bsc#1245440).
  - commit 386f111
  - net: tipc: fix refcount warning in tipc_aead_encrypt
    (CVE-2025-38052 bsc#1244749).
  - net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done
    (CVE-2025-38052 bsc#1244749).
  - commit 39309cf
  - r8152: add vendor/device ID pair for Dell Alienware AW1022z
    (git-fixes).
  - commit 9bd4e20
  - net: vlan: don't propagate flags on open (CVE-2025-23163
    bsc#1242837).
  - commit a49d71b
  - rtc: cmos: use spin_lock_irqsave in cmos_interrupt (git-fixes).
  - commit d8e756f

++++ kernel-rt:

  - rpm: Drop support for kabi/arch/ignore-flavor (bsc#1249186)
    It's not used in any active branches and it cannot solve contemporary
    problems.
  - commit f86a16a
  - Update config files (jsc#PED-12554 jsc#PED-6996 bsc#1243677 ltc#213602
    bsc#1243678 ltc#213596)
    CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=y
    CONFIG_INTEGRITY_CA_MACHINE_KEYRING_MAX=y
  - commit f28d32c
  - net: pktgen: fix access outside of user given buffer in
    pktgen_thread_write() (CVE-2025-38061 bsc#1245440).
  - commit 386f111
  - net: tipc: fix refcount warning in tipc_aead_encrypt
    (CVE-2025-38052 bsc#1244749).
  - net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done
    (CVE-2025-38052 bsc#1244749).
  - commit 39309cf
  - r8152: add vendor/device ID pair for Dell Alienware AW1022z
    (git-fixes).
  - commit 9bd4e20
  - net: vlan: don't propagate flags on open (CVE-2025-23163
    bsc#1242837).
  - commit a49d71b
  - rtc: cmos: use spin_lock_irqsave in cmos_interrupt (git-fixes).
  - commit d8e756f

++++ kernel-rt_debug:

  - rpm: Drop support for kabi/arch/ignore-flavor (bsc#1249186)
    It's not used in any active branches and it cannot solve contemporary
    problems.
  - commit f86a16a
  - Update config files (jsc#PED-12554 jsc#PED-6996 bsc#1243677 ltc#213602
    bsc#1243678 ltc#213596)
    CONFIG_IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARY=y
    CONFIG_INTEGRITY_CA_MACHINE_KEYRING_MAX=y
  - commit f28d32c
  - net: pktgen: fix access outside of user given buffer in
    pktgen_thread_write() (CVE-2025-38061 bsc#1245440).
  - commit 386f111
  - net: tipc: fix refcount warning in tipc_aead_encrypt
    (CVE-2025-38052 bsc#1244749).
  - net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done
    (CVE-2025-38052 bsc#1244749).
  - commit 39309cf
  - r8152: add vendor/device ID pair for Dell Alienware AW1022z
    (git-fixes).
  - commit 9bd4e20
  - net: vlan: don't propagate flags on open (CVE-2025-23163
    bsc#1242837).
  - commit a49d71b
  - rtc: cmos: use spin_lock_irqsave in cmos_interrupt (git-fixes).
  - commit d8e756f

++++ multipath-tools:

  - Update to version 0.10.2+123+suse.48d66ee8:
    * multipathd: cli_reinstate(): avoid reinstated paths being failed again
    (bsc#1244917)

++++ python311-core:

  - Use one core to build doc. This will make sphinx doc build
    reproducible.
    bsc#1243155

++++ sqlite3:

  - Update to 3.50.2:
    * Fix the concat_ws() SQL function so that it includes empty
    strings in the concatenation.
    * Avoid writing frames with no checksums into the wal file if a
    savepoint is rolled back after dirty pages have already been
    spilled into the wal file.
    * Fix the Bitvec object to avoid stack overflow when the
    database is within 60 pages of its maximum size.
    * Fix a problem with UPDATEs on fts5 tables that contain BLOB
    values.
    * Fix an issue with transitive IS constraints on a RIGHT JOIN.
    * CVE-2025-6965, bsc#1246597:
    Raise an error early if the number of aggregate terms in a
    query exceeds the maximum number of columns, to avoid
    downstream assertion faults.
    * Ensure that sqlite3_setlk_timeout() holds the database mutex.

++++ python311:

  - Use one core to build doc. This will make sphinx doc build
    reproducible.
    bsc#1243155

++++ salt:

  - Prevent tests failures when pygit2 is not present
  - Several fixes for security issues
    (bsc#1244561, CVE-2024-38822)
    (bsc#1244564, CVE-2024-38823)
    (bsc#1244565, CVE-2024-38824)
    (bsc#1244566, CVE-2024-38825)
    (bsc#1244567, CVE-2025-22240)
    (bsc#1244568, CVE-2025-22236)
    (bsc#1244570, CVE-2025-22241)
    (bsc#1244571, CVE-2025-22237)
    (bsc#1244572, CVE-2025-22238)
    (bsc#1244574, CVE-2025-22239)
    (bsc#1244575, CVE-2025-22242)
    * Request server hardening
    * Prevent traversal in local_cache::save_minions
    * Add test and fix for file_recv cve
    * Fix traversal in gitfs find_file
    * Fix traversal in salt.utils.virt
    * Fix traversal in pub_ret
    * Reasonable failures when pillars timeout
    * Make send_req_async wait longer
    * Remove token to prevent decoding errors
    * Fix checking of non-url style git remotes
    * Allow subdirs in GitFS find_file check
  - Add subsystem filter to udev.exportdb (bsc#1236621)
  - tornado.httputil: raise errors instead of logging in
    multipart/form-data parsing (CVE-2025-47287, bsc#1243268)
  - Fix Ubuntu 24.04 edge-case test failures
  - Fix broken tests for Ubuntu 24.04
  - Fix refresh of osrelease and related grains on Python 3.10+
  - Make "salt" package to obsolete "python3-salt" package on SLE15SP7+
  - Fix issue requiring proper Python flavor for dependencies and recommended package
  - Added:
    * fix-tests-issues-in-salt-shaker-environments-721.patch
    * several-fixes-for-security-issues.patch
    * add-subsystem-filter-to-udev.exportdb-bsc-1236621-71.patch
    * fix-of-cve-2025-47287-bsc-1243268-718.patch
    * fix-ubuntu-24.04-specific-failures-716.patch
    * fix-debian-tests-715.patch
    * fix-refresh-of-osrelease-and-related-grains-on-pytho.patch

++++ supportutils:

  - Changes to version 3.2.11
    + Collect rsyslog frule files (bsc#1244003, pr#257)
    + Remove proxy passwords (bsc#1244011, pr#257)
    + Missing NetworkManager information (bsc#1241284, pr#257)
    + Include agama logs bsc#1244937, pr#256)
    + Additional NFS conf files (pr#253)
    + New fadump sysfs files (pr#252)
    + Fixed change log dates

------------------------------------------------------------------
------------------  2025-6-30  -  Jun 30 2025  -------------------
------------------------------------------------------------------

++++ gptfdisk:

  - fix boot failure with qcow and vmdk images (bsc#1242987)
    * 0001-Do-not-check-for-writable-device-if-we-don-t-need-it.patch

++++ kernel-default:

  - add bug reference to existing hv_storvsc change (bsc#1245455).
  - net: mana: Record doorbell physical address in PF mode (bsc#1244229).
  - commit 1c553b0
  - kernel-obs-qa: Do not depend on srchash when qemu emulation is used
    In this case the dependency is never fulfilled
    Fixes: 485ae1da2b88 ("kernel-obs-qa: Use srchash for dependency as well")
  - commit a840f87
  - nfsd: nfsd4_spo_must_allow() must check this is a v4 compound
    request (git-fixes).
  - commit 784f61d
  - mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
    (bsc#1245431).
  - commit dd145d5
  - netlink: specs: dpll: replace underscores with dashes in names
    (git-fixes).
  - bnxt: properly flush XDP redirect lists (git-fixes).
  - e1000e: set fixed clock frequency indication for Nahum 11 and
    Nahum 13 (git-fixes).
  - net: ice: Perform accurate aRFS flow match (git-fixes).
  - net/mlx5e: Fix leak of Geneve TLV option object (git-fixes).
  - net/mlx5: Fix return value when searching for existing flow
    group (git-fixes).
  - net/mlx5: Fix ECVF vports unload on shutdown flow (git-fixes).
  - net/mlx5: Ensure fw pages are always allocated on same NUMA
    (git-fixes).
  - i40e: retry VFLR handling if there is ongoing VF reset
    (git-fixes).
  - i40e: return false from i40e_reset_vf if reset is in progress
    (git-fixes).
  - gve: add missing NULL check for gve_alloc_pending_packet()
    in TX DQO (git-fixes).
  - ice: fix rebuilding the Tx scheduler tree for large queue counts
    (git-fixes).
  - ice: create new Tx scheduler nodes for new queues only
    (git-fixes).
  - ice: fix Tx scheduler error handling in XDP callback
    (git-fixes).
  - net/mlx4_en: Prevent potential integer overflow calculating Hz
    (git-fixes).
  - gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt
    (git-fixes).
  - net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
    (git-fixes).
  - net/mlx5_core: Add error handling
    inmlx5_query_nic_vport_qkey_viol_cntr() (git-fixes).
  - idpf: fix null-ptr-deref in idpf_features_check (CVE-2025-38053
    bsc#1244746).
  - ice: Fix LACP bonds without SRIOV environment (git-fixes).
  - ice: fix vf->num_mac count with port representors (git-fixes).
  - devlink: fix port dump cmd type (git-fixes).
  - devlink: Fix referring to hw_addr attribute during state
    validation (git-fixes).
  - netlink: fix potential sleeping issue in mqueue_flush_file
    (git-fixes).
  - commit 6dccf5f
  - mm/hugetlb: unshare page tables during VMA split, not before
    (bsc#1245431).
  - commit bf8eb79
  - bpf: Add a possibly-zero-sized read test (git-fixes).
  - bpf: Simplify checking size of helper accesses (git-fixes).
  - commit 04f6dc5
  - staging: rtl8723bs: Avoid memset() in aes_cipher() and
    aes_decipher() (git-fixes).
  - serial: imx: Restore original RXTL for console to fix data loss
    (git-fixes).
  - commit 652de47
  - drm/amdgpu: csa unmap use uninterruptible lock (CVE-2025-38011
    bsc#1244729).
  - commit d370e7c
  - selftests/bpf: Fix prog numbers in test_sockmap (git-fixes).
  - bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer
    (git-fixes).
  - commit fadce21
  - bpf: fix order of args in call to bpf_map_kvcalloc (git-fixes).
  - bpf: Harden __bpf_kfunc tag against linker kfunc removal
    (git-fixes).
  - compiler_types.h: Define __retain for
    __attribute__((__retain__)) (git-fixes).
  - powerpc/bpf: enforce full ordering for ATOMIC operations with
    BPF_FETCH (git-fixes).
  - commit e32b4e5
  - bpf: Fix potential integer overflow in resolve_btfids
    (git-fixes).
  - commit 7ce99c9
  - selftests/bpf: Fix a few tests for GCC related warnings
    (git-fixes).
  - selftests/bpf: Change functions definitions to support GCC
    (git-fixes).
  - selftests/bpf: Add CFLAGS per source file and runner
    (git-fixes).
  - bpf: Disable some `attribute ignored' warnings in GCC
    (git-fixes).
  - bpf: Avoid __hidden__ attribute in static object (git-fixes).
  - selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirect
    (git-fixes).
  - commit 71918be
  - bpftool: Mount bpffs on provided dir instead of parent dir
    (git-fixes).
  - commit 1bba21b
  - bpftool: Remove unnecessary source files from bootstrap version
    (git-fixes).
  - bpf/lpm_trie: Inline longest_prefix_match for fastpath
    (git-fixes).
  - commit 99d4fb6
  - bpftool: Fix missing pids during link show (git-fixes).
  - bpf: sockmap, updating the sg structure should also update curr
    (git-fixes).
  - commit 2322e0e

++++ kernel-rt:

  - add bug reference to existing hv_storvsc change (bsc#1245455).
  - net: mana: Record doorbell physical address in PF mode (bsc#1244229).
  - commit 1c553b0
  - kernel-obs-qa: Do not depend on srchash when qemu emulation is used
    In this case the dependency is never fulfilled
    Fixes: 485ae1da2b88 ("kernel-obs-qa: Use srchash for dependency as well")
  - commit a840f87
  - nfsd: nfsd4_spo_must_allow() must check this is a v4 compound
    request (git-fixes).
  - commit 784f61d
  - mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
    (bsc#1245431).
  - commit dd145d5
  - netlink: specs: dpll: replace underscores with dashes in names
    (git-fixes).
  - bnxt: properly flush XDP redirect lists (git-fixes).
  - e1000e: set fixed clock frequency indication for Nahum 11 and
    Nahum 13 (git-fixes).
  - net: ice: Perform accurate aRFS flow match (git-fixes).
  - net/mlx5e: Fix leak of Geneve TLV option object (git-fixes).
  - net/mlx5: Fix return value when searching for existing flow
    group (git-fixes).
  - net/mlx5: Fix ECVF vports unload on shutdown flow (git-fixes).
  - net/mlx5: Ensure fw pages are always allocated on same NUMA
    (git-fixes).
  - i40e: retry VFLR handling if there is ongoing VF reset
    (git-fixes).
  - i40e: return false from i40e_reset_vf if reset is in progress
    (git-fixes).
  - gve: add missing NULL check for gve_alloc_pending_packet()
    in TX DQO (git-fixes).
  - ice: fix rebuilding the Tx scheduler tree for large queue counts
    (git-fixes).
  - ice: create new Tx scheduler nodes for new queues only
    (git-fixes).
  - ice: fix Tx scheduler error handling in XDP callback
    (git-fixes).
  - net/mlx4_en: Prevent potential integer overflow calculating Hz
    (git-fixes).
  - gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt
    (git-fixes).
  - net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
    (git-fixes).
  - net/mlx5_core: Add error handling
    inmlx5_query_nic_vport_qkey_viol_cntr() (git-fixes).
  - idpf: fix null-ptr-deref in idpf_features_check (CVE-2025-38053
    bsc#1244746).
  - ice: Fix LACP bonds without SRIOV environment (git-fixes).
  - ice: fix vf->num_mac count with port representors (git-fixes).
  - devlink: fix port dump cmd type (git-fixes).
  - devlink: Fix referring to hw_addr attribute during state
    validation (git-fixes).
  - netlink: fix potential sleeping issue in mqueue_flush_file
    (git-fixes).
  - commit 6dccf5f
  - mm/hugetlb: unshare page tables during VMA split, not before
    (bsc#1245431).
  - commit bf8eb79
  - bpf: Add a possibly-zero-sized read test (git-fixes).
  - bpf: Simplify checking size of helper accesses (git-fixes).
  - commit 04f6dc5
  - staging: rtl8723bs: Avoid memset() in aes_cipher() and
    aes_decipher() (git-fixes).
  - serial: imx: Restore original RXTL for console to fix data loss
    (git-fixes).
  - commit 652de47
  - drm/amdgpu: csa unmap use uninterruptible lock (CVE-2025-38011
    bsc#1244729).
  - commit d370e7c
  - selftests/bpf: Fix prog numbers in test_sockmap (git-fixes).
  - bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer
    (git-fixes).
  - commit fadce21
  - bpf: fix order of args in call to bpf_map_kvcalloc (git-fixes).
  - bpf: Harden __bpf_kfunc tag against linker kfunc removal
    (git-fixes).
  - compiler_types.h: Define __retain for
    __attribute__((__retain__)) (git-fixes).
  - powerpc/bpf: enforce full ordering for ATOMIC operations with
    BPF_FETCH (git-fixes).
  - commit e32b4e5
  - bpf: Fix potential integer overflow in resolve_btfids
    (git-fixes).
  - commit 7ce99c9
  - selftests/bpf: Fix a few tests for GCC related warnings
    (git-fixes).
  - selftests/bpf: Change functions definitions to support GCC
    (git-fixes).
  - selftests/bpf: Add CFLAGS per source file and runner
    (git-fixes).
  - bpf: Disable some `attribute ignored' warnings in GCC
    (git-fixes).
  - bpf: Avoid __hidden__ attribute in static object (git-fixes).
  - selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirect
    (git-fixes).
  - commit 71918be
  - bpftool: Mount bpffs on provided dir instead of parent dir
    (git-fixes).
  - commit 1bba21b
  - bpftool: Remove unnecessary source files from bootstrap version
    (git-fixes).
  - bpf/lpm_trie: Inline longest_prefix_match for fastpath
    (git-fixes).
  - commit 99d4fb6
  - bpftool: Fix missing pids during link show (git-fixes).
  - bpf: sockmap, updating the sg structure should also update curr
    (git-fixes).
  - commit 2322e0e

++++ kernel-rt_debug:

  - add bug reference to existing hv_storvsc change (bsc#1245455).
  - net: mana: Record doorbell physical address in PF mode (bsc#1244229).
  - commit 1c553b0
  - kernel-obs-qa: Do not depend on srchash when qemu emulation is used
    In this case the dependency is never fulfilled
    Fixes: 485ae1da2b88 ("kernel-obs-qa: Use srchash for dependency as well")
  - commit a840f87
  - nfsd: nfsd4_spo_must_allow() must check this is a v4 compound
    request (git-fixes).
  - commit 784f61d
  - mm/hugetlb: fix huge_pmd_unshare() vs GUP-fast race
    (bsc#1245431).
  - commit dd145d5
  - netlink: specs: dpll: replace underscores with dashes in names
    (git-fixes).
  - bnxt: properly flush XDP redirect lists (git-fixes).
  - e1000e: set fixed clock frequency indication for Nahum 11 and
    Nahum 13 (git-fixes).
  - net: ice: Perform accurate aRFS flow match (git-fixes).
  - net/mlx5e: Fix leak of Geneve TLV option object (git-fixes).
  - net/mlx5: Fix return value when searching for existing flow
    group (git-fixes).
  - net/mlx5: Fix ECVF vports unload on shutdown flow (git-fixes).
  - net/mlx5: Ensure fw pages are always allocated on same NUMA
    (git-fixes).
  - i40e: retry VFLR handling if there is ongoing VF reset
    (git-fixes).
  - i40e: return false from i40e_reset_vf if reset is in progress
    (git-fixes).
  - gve: add missing NULL check for gve_alloc_pending_packet()
    in TX DQO (git-fixes).
  - ice: fix rebuilding the Tx scheduler tree for large queue counts
    (git-fixes).
  - ice: create new Tx scheduler nodes for new queues only
    (git-fixes).
  - ice: fix Tx scheduler error handling in XDP callback
    (git-fixes).
  - net/mlx4_en: Prevent potential integer overflow calculating Hz
    (git-fixes).
  - gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cnt
    (git-fixes).
  - net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
    (git-fixes).
  - net/mlx5_core: Add error handling
    inmlx5_query_nic_vport_qkey_viol_cntr() (git-fixes).
  - idpf: fix null-ptr-deref in idpf_features_check (CVE-2025-38053
    bsc#1244746).
  - ice: Fix LACP bonds without SRIOV environment (git-fixes).
  - ice: fix vf->num_mac count with port representors (git-fixes).
  - devlink: fix port dump cmd type (git-fixes).
  - devlink: Fix referring to hw_addr attribute during state
    validation (git-fixes).
  - netlink: fix potential sleeping issue in mqueue_flush_file
    (git-fixes).
  - commit 6dccf5f
  - mm/hugetlb: unshare page tables during VMA split, not before
    (bsc#1245431).
  - commit bf8eb79
  - bpf: Add a possibly-zero-sized read test (git-fixes).
  - bpf: Simplify checking size of helper accesses (git-fixes).
  - commit 04f6dc5
  - staging: rtl8723bs: Avoid memset() in aes_cipher() and
    aes_decipher() (git-fixes).
  - serial: imx: Restore original RXTL for console to fix data loss
    (git-fixes).
  - commit 652de47
  - drm/amdgpu: csa unmap use uninterruptible lock (CVE-2025-38011
    bsc#1244729).
  - commit d370e7c
  - selftests/bpf: Fix prog numbers in test_sockmap (git-fixes).
  - bpftool: Un-const bpf_func_info to fix it for llvm 17 and newer
    (git-fixes).
  - commit fadce21
  - bpf: fix order of args in call to bpf_map_kvcalloc (git-fixes).
  - bpf: Harden __bpf_kfunc tag against linker kfunc removal
    (git-fixes).
  - compiler_types.h: Define __retain for
    __attribute__((__retain__)) (git-fixes).
  - powerpc/bpf: enforce full ordering for ATOMIC operations with
    BPF_FETCH (git-fixes).
  - commit e32b4e5
  - bpf: Fix potential integer overflow in resolve_btfids
    (git-fixes).
  - commit 7ce99c9
  - selftests/bpf: Fix a few tests for GCC related warnings
    (git-fixes).
  - selftests/bpf: Change functions definitions to support GCC
    (git-fixes).
  - selftests/bpf: Add CFLAGS per source file and runner
    (git-fixes).
  - bpf: Disable some `attribute ignored' warnings in GCC
    (git-fixes).
  - bpf: Avoid __hidden__ attribute in static object (git-fixes).
  - selftests/bpf: Fix pointer arithmetic in test_xdp_do_redirect
    (git-fixes).
  - commit 71918be
  - bpftool: Mount bpffs on provided dir instead of parent dir
    (git-fixes).
  - commit 1bba21b
  - bpftool: Remove unnecessary source files from bootstrap version
    (git-fixes).
  - bpf/lpm_trie: Inline longest_prefix_match for fastpath
    (git-fixes).
  - commit 99d4fb6
  - bpftool: Fix missing pids during link show (git-fixes).
  - bpf: sockmap, updating the sg structure should also update curr
    (git-fixes).
  - commit 2322e0e

------------------------------------------------------------------
------------------  2025-6-29  -  Jun 29 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: tiny-usb: disable zero-length read messages (git-fixes).
  - i2c: robotfuzz-osif: disable zero-length read messages
    (git-fixes).
  - drm/i915: fix build error some more (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X507UAR
    (git-fixes).
  - ALSA: usb-audio: Fix out-of-bounds read in
    snd_usb_get_audioformat_uac3() (git-fixes).
  - ALSA: hda/realtek: enable headset mic on Latitude 5420 Rugged
    (stable-fixes).
  - ALSA: usb-audio: Rename ALSA kcontrol PCM and PCM1 for the
    KTMicro sound card (stable-fixes).
  - ALSA: hda/intel: Add Thinkpad E15 to PM deny list
    (stable-fixes).
  - ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330
    (stable-fixes).
  - drivers/rapidio/rio_cm.c: prevent possible heap overwrite
    (stable-fixes).
  - watchdog: da9052_wdt: respect TWDMIN (stable-fixes).
  - watchdog: fix watchdog may detect false positive of softlockup
    (stable-fixes).
  - fbcon: Make sure modelist not set on unregistered console
    (stable-fixes).
  - bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value
    (stable-fixes).
  - i2c: designware: Invoke runtime suspend on quick slave
    re-registration (stable-fixes).
  - i2c: npcm: Add clock toggle recovery (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_pmx_set_by_name() (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_gpio_get_direction() (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_pmx_gpio_set_direction() (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_gpio_get() (stable-fixes).
  - pinctrl: mcp23s08: Reset all pins to input at probe
    (stable-fixes).
  - software node: Correct a OOB check in
    software_node_get_reference_args() (stable-fixes).
  - wifi: mt76: mt7996: drop fragments with multicast or broadcast
    RA (stable-fixes).
  - wifi: mt76: mt7921: add 160 MHz AP for mt7922 device
    (stable-fixes).
  - wifi: mt76: mt76x2: Add support for LiteOn WN4516R,WN4519R
    (stable-fixes).
  - wifi: ath12k: fix macro definition HAL_RX_MSDU_PKT_LENGTH_GET
    (stable-fixes).
  - wifi: ath12k: fix a possible dead lock caused by ab->base_lock
    (stable-fixes).
  - wifi: ath11k: Fix QMI memory reuse logic (stable-fixes).
  - wifi: rtw89: leave idle mode when setting WEP encryption for
    AP mode (stable-fixes).
  - wifi: mac80211: do not offer a mesh path if forwarding is
    disabled (stable-fixes).
  - wifi: iwlwifi: pcie: make sure to lock rxq->read (stable-fixes).
  - wifi: mac80211_hwsim: Prevent tsf from setting if beacon is
    disabled (stable-fixes).
  - wifi: ath12k: fix failed to set mhi state error during reboot
    with hardware grouping (stable-fixes).
  - wifi: ath12k: fix link valid field initialization in the
    monitor Rx (stable-fixes).
  - wifi: ath12k: fix incorrect CE addresses (stable-fixes).
  - wifi: ath12k: Pass correct values of center freq1 and center
    freq2 for 160 MHz (stable-fixes).
  - wifi: mac80211: VLAN traffic in multicast path (stable-fixes).
  - wifi: iwlwifi: Add missing MODULE_FIRMWARE for Qu-c0-jf-b0
    (stable-fixes).
  - usbnet: asix AX88772: leave the carrier control to phylink
    (stable-fixes).
  - PM: runtime: fix denying of auto suspend in
    pm_suspend_timer_fn() (stable-fixes).
  - ACPI: battery: negate current when discharging (stable-fixes).
  - ACPICA: Avoid sequence overread in call to strncmp()
    (stable-fixes).
  - ACPICA: utilities: Fix overflow check in vsnprintf()
    (stable-fixes).
  - ACPICA: fix acpi parse and parseext cache leaks (stable-fixes).
  - ACPICA: fix acpi operand cache leak in dswstate.c
    (stable-fixes).
  - ACPI: bus: Bail out if acpi_kobj registration fails
    (stable-fixes).
  - mmc: Add quirk to disable DDR50 tuning (stable-fixes).
  - power: supply: bq27xxx: Retrieve again when busy (stable-fixes).
  - power: supply: collie: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9
    (stable-fixes).
  - ASoC: tegra210_ahub: Add check to of_device_get_match_data()
    (stable-fixes).
  - ASoC: tas2770: Power cycle amp on ISENSE/VSENSE change
    (stable-fixes).
  - Input: sparcspkr - avoid unannotated fall-through
    (stable-fixes).
  - commit 0dc7dde

++++ kernel-rt:

  - i2c: tiny-usb: disable zero-length read messages (git-fixes).
  - i2c: robotfuzz-osif: disable zero-length read messages
    (git-fixes).
  - drm/i915: fix build error some more (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X507UAR
    (git-fixes).
  - ALSA: usb-audio: Fix out-of-bounds read in
    snd_usb_get_audioformat_uac3() (git-fixes).
  - ALSA: hda/realtek: enable headset mic on Latitude 5420 Rugged
    (stable-fixes).
  - ALSA: usb-audio: Rename ALSA kcontrol PCM and PCM1 for the
    KTMicro sound card (stable-fixes).
  - ALSA: hda/intel: Add Thinkpad E15 to PM deny list
    (stable-fixes).
  - ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330
    (stable-fixes).
  - drivers/rapidio/rio_cm.c: prevent possible heap overwrite
    (stable-fixes).
  - watchdog: da9052_wdt: respect TWDMIN (stable-fixes).
  - watchdog: fix watchdog may detect false positive of softlockup
    (stable-fixes).
  - fbcon: Make sure modelist not set on unregistered console
    (stable-fixes).
  - bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value
    (stable-fixes).
  - i2c: designware: Invoke runtime suspend on quick slave
    re-registration (stable-fixes).
  - i2c: npcm: Add clock toggle recovery (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_pmx_set_by_name() (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_gpio_get_direction() (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_pmx_gpio_set_direction() (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_gpio_get() (stable-fixes).
  - pinctrl: mcp23s08: Reset all pins to input at probe
    (stable-fixes).
  - software node: Correct a OOB check in
    software_node_get_reference_args() (stable-fixes).
  - wifi: mt76: mt7996: drop fragments with multicast or broadcast
    RA (stable-fixes).
  - wifi: mt76: mt7921: add 160 MHz AP for mt7922 device
    (stable-fixes).
  - wifi: mt76: mt76x2: Add support for LiteOn WN4516R,WN4519R
    (stable-fixes).
  - wifi: ath12k: fix macro definition HAL_RX_MSDU_PKT_LENGTH_GET
    (stable-fixes).
  - wifi: ath12k: fix a possible dead lock caused by ab->base_lock
    (stable-fixes).
  - wifi: ath11k: Fix QMI memory reuse logic (stable-fixes).
  - wifi: rtw89: leave idle mode when setting WEP encryption for
    AP mode (stable-fixes).
  - wifi: mac80211: do not offer a mesh path if forwarding is
    disabled (stable-fixes).
  - wifi: iwlwifi: pcie: make sure to lock rxq->read (stable-fixes).
  - wifi: mac80211_hwsim: Prevent tsf from setting if beacon is
    disabled (stable-fixes).
  - wifi: ath12k: fix failed to set mhi state error during reboot
    with hardware grouping (stable-fixes).
  - wifi: ath12k: fix link valid field initialization in the
    monitor Rx (stable-fixes).
  - wifi: ath12k: fix incorrect CE addresses (stable-fixes).
  - wifi: ath12k: Pass correct values of center freq1 and center
    freq2 for 160 MHz (stable-fixes).
  - wifi: mac80211: VLAN traffic in multicast path (stable-fixes).
  - wifi: iwlwifi: Add missing MODULE_FIRMWARE for Qu-c0-jf-b0
    (stable-fixes).
  - usbnet: asix AX88772: leave the carrier control to phylink
    (stable-fixes).
  - PM: runtime: fix denying of auto suspend in
    pm_suspend_timer_fn() (stable-fixes).
  - ACPI: battery: negate current when discharging (stable-fixes).
  - ACPICA: Avoid sequence overread in call to strncmp()
    (stable-fixes).
  - ACPICA: utilities: Fix overflow check in vsnprintf()
    (stable-fixes).
  - ACPICA: fix acpi parse and parseext cache leaks (stable-fixes).
  - ACPICA: fix acpi operand cache leak in dswstate.c
    (stable-fixes).
  - ACPI: bus: Bail out if acpi_kobj registration fails
    (stable-fixes).
  - mmc: Add quirk to disable DDR50 tuning (stable-fixes).
  - power: supply: bq27xxx: Retrieve again when busy (stable-fixes).
  - power: supply: collie: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9
    (stable-fixes).
  - ASoC: tegra210_ahub: Add check to of_device_get_match_data()
    (stable-fixes).
  - ASoC: tas2770: Power cycle amp on ISENSE/VSENSE change
    (stable-fixes).
  - Input: sparcspkr - avoid unannotated fall-through
    (stable-fixes).
  - commit 0dc7dde

++++ kernel-rt_debug:

  - i2c: tiny-usb: disable zero-length read messages (git-fixes).
  - i2c: robotfuzz-osif: disable zero-length read messages
    (git-fixes).
  - drm/i915: fix build error some more (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X507UAR
    (git-fixes).
  - ALSA: usb-audio: Fix out-of-bounds read in
    snd_usb_get_audioformat_uac3() (git-fixes).
  - ALSA: hda/realtek: enable headset mic on Latitude 5420 Rugged
    (stable-fixes).
  - ALSA: usb-audio: Rename ALSA kcontrol PCM and PCM1 for the
    KTMicro sound card (stable-fixes).
  - ALSA: hda/intel: Add Thinkpad E15 to PM deny list
    (stable-fixes).
  - ata: pata_via: Force PIO for ATAPI devices on VT6415/VT6330
    (stable-fixes).
  - drivers/rapidio/rio_cm.c: prevent possible heap overwrite
    (stable-fixes).
  - watchdog: da9052_wdt: respect TWDMIN (stable-fixes).
  - watchdog: fix watchdog may detect false positive of softlockup
    (stable-fixes).
  - fbcon: Make sure modelist not set on unregistered console
    (stable-fixes).
  - bus: fsl-mc: increase MC_CMD_COMPLETION_TIMEOUT_MS value
    (stable-fixes).
  - i2c: designware: Invoke runtime suspend on quick slave
    re-registration (stable-fixes).
  - i2c: npcm: Add clock toggle recovery (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_pmx_set_by_name() (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_gpio_get_direction() (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_pmx_gpio_set_direction() (stable-fixes).
  - pinctrl: armada-37xx: propagate error from
    armada_37xx_gpio_get() (stable-fixes).
  - pinctrl: mcp23s08: Reset all pins to input at probe
    (stable-fixes).
  - software node: Correct a OOB check in
    software_node_get_reference_args() (stable-fixes).
  - wifi: mt76: mt7996: drop fragments with multicast or broadcast
    RA (stable-fixes).
  - wifi: mt76: mt7921: add 160 MHz AP for mt7922 device
    (stable-fixes).
  - wifi: mt76: mt76x2: Add support for LiteOn WN4516R,WN4519R
    (stable-fixes).
  - wifi: ath12k: fix macro definition HAL_RX_MSDU_PKT_LENGTH_GET
    (stable-fixes).
  - wifi: ath12k: fix a possible dead lock caused by ab->base_lock
    (stable-fixes).
  - wifi: ath11k: Fix QMI memory reuse logic (stable-fixes).
  - wifi: rtw89: leave idle mode when setting WEP encryption for
    AP mode (stable-fixes).
  - wifi: mac80211: do not offer a mesh path if forwarding is
    disabled (stable-fixes).
  - wifi: iwlwifi: pcie: make sure to lock rxq->read (stable-fixes).
  - wifi: mac80211_hwsim: Prevent tsf from setting if beacon is
    disabled (stable-fixes).
  - wifi: ath12k: fix failed to set mhi state error during reboot
    with hardware grouping (stable-fixes).
  - wifi: ath12k: fix link valid field initialization in the
    monitor Rx (stable-fixes).
  - wifi: ath12k: fix incorrect CE addresses (stable-fixes).
  - wifi: ath12k: Pass correct values of center freq1 and center
    freq2 for 160 MHz (stable-fixes).
  - wifi: mac80211: VLAN traffic in multicast path (stable-fixes).
  - wifi: iwlwifi: Add missing MODULE_FIRMWARE for Qu-c0-jf-b0
    (stable-fixes).
  - usbnet: asix AX88772: leave the carrier control to phylink
    (stable-fixes).
  - PM: runtime: fix denying of auto suspend in
    pm_suspend_timer_fn() (stable-fixes).
  - ACPI: battery: negate current when discharging (stable-fixes).
  - ACPICA: Avoid sequence overread in call to strncmp()
    (stable-fixes).
  - ACPICA: utilities: Fix overflow check in vsnprintf()
    (stable-fixes).
  - ACPICA: fix acpi parse and parseext cache leaks (stable-fixes).
  - ACPICA: fix acpi operand cache leak in dswstate.c
    (stable-fixes).
  - ACPI: bus: Bail out if acpi_kobj registration fails
    (stable-fixes).
  - mmc: Add quirk to disable DDR50 tuning (stable-fixes).
  - power: supply: bq27xxx: Retrieve again when busy (stable-fixes).
  - power: supply: collie: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9
    (stable-fixes).
  - ASoC: tegra210_ahub: Add check to of_device_get_match_data()
    (stable-fixes).
  - ASoC: tas2770: Power cycle amp on ISENSE/VSENSE change
    (stable-fixes).
  - Input: sparcspkr - avoid unannotated fall-through
    (stable-fixes).
  - commit 0dc7dde

------------------------------------------------------------------
------------------  2025-6-27  -  Jun 27 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.25 → 10.2.26
  - Add kernel parameter support for dm-verity options
    Implement rd.kiwi.verity_options= parameter to allow runtime customization of veritysetup options
    Closes #2837
  - Fix shim lookup for arm on SUSE
    Add missing search path for shim binary on arm based SUSE
    systems. Also update the tumbleweed/test-image-live-disk
    integration test for arm to build with secure boot enabled
    to actually test a secure boot enabled ISO build.
    This Fixes #2842

++++ kernel-default:

  - Update
    patches.suse/HID-uclogic-Add-NULL-check-in-uclogic_input_configur.patch
    (git-fixes CVE-2025-38007 bsc#1244938).
  - Update
    patches.suse/RDMA-core-Fix-KASAN-slab-use-after-free-Read-in-ib_r.patch
    (git-fixes CVE-2025-38022 bsc#1245003).
  - Update
    patches.suse/RDMA-rxe-Fix-slab-use-after-free-Read-in-rxe_queue_c.patch
    (git-fixes CVE-2025-38024 bsc#1245025).
  - Update
    patches.suse/btrfs-avoid-NULL-pointer-dereference-if-no-valid-csu.patch
    (bsc#1243342 CVE-2025-38059 bsc#1244759).
  - Update
    patches.suse/btrfs-avoid-NULL-pointer-dereference-if-no-valid-ext.patch
    (bsc#1236208 CVE-2025-21658).
  - Update
    patches.suse/can-bcm-add-locking-for-bcm_op-runtime-updates.patch
    (git-fixes CVE-2025-38004 bsc#1244274).
  - Update
    patches.suse/can-bcm-add-missing-rcu-read-protection-for-procfs-c.patch
    (git-fixes CVE-2025-38003 bsc#1244275).
  - Update
    patches.suse/crypto-algif_hash-fix-double-free-in-hash_accept.patch
    (git-fixes CVE-2025-38079 bsc#1245217).
  - Update
    patches.suse/crypto-lzo-Fix-compression-buffer-overrun.patch
    (stable-fixes CVE-2025-38068 bsc#1245210).
  - Update
    patches.suse/dmaengine-idxd-Refactor-remove-call-with-idxd_cleanu.patch
    (git-fixes CVE-2025-38014 bsc#1244732).
  - Update
    patches.suse/dmaengine-idxd-fix-memory-leak-in-error-handling-pat-46a5cca.patch
    (git-fixes CVE-2025-38015 bsc#1244789).
  - Update
    patches.suse/dmaengine-ti-k3-udma-Add-missing-locking.patch
    (git-fixes CVE-2025-38005 bsc#1244727).
  - Update
    patches.suse/drm-amd-display-Increase-block_sequence-array-size.patch
    (stable-fixes CVE-2025-38080 bsc#1244738).
  - Update
    patches.suse/ext4-goto-right-label-out_mmap_sem-in-ext4_setattr.patch
    (bsc#1242556 CVE-2025-22120 bsc#1241592).
  - Update
    patches.suse/firmware-arm_ffa-Set-dma_mask-for-ffa-devices.patch
    (stable-fixes CVE-2025-38043 bsc#1245081).
  - Update patches.suse/media-cx231xx-set-device_caps-for-417.patch
    (stable-fixes CVE-2025-38044 bsc#1245082).
  - Update
    patches.suse/net-handshake-Fix-handshake_req_destroy_test1.patch
    (git-fixes CVE-2024-26831 bsc#1223008).
  - Update
    patches.suse/net-mlx5e-Disable-MACsec-offload-for-uplink-represen.patch
    (git-fixes CVE-2025-38020 bsc#1245001).
  - Update patches.suse/net_sched-prio-fix-a-race-in-prio_tune.patch
    (git-fixes CVE-2025-38083 bsc#1245183).
  - Update
    patches.suse/nfs-handle-failure-of-nfs_get_lock_context-in-unlock-path.patch
    (git-fixes CVE-2025-38023 bsc#1245004).
  - Update patches.suse/orangefs-Do-not-truncate-file-size.patch
    (git-fixes CVE-2025-38065 bsc#1244906).
  - Update
    patches.suse/padata-do-not-leak-refcount-in-reorder_work.patch
    (git-fixes CVE-2025-38031 bsc#1245046).
  - Update
    patches.suse/phy-tegra-xusb-Use-a-bitmask-for-UTMI-pad-power-stat.patch
    (git-fixes CVE-2025-38010 bsc#1244996).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-Avoid-buffer-overflow-i.patch
    (git-fixes CVE-2025-38077 bsc#1244736).
  - Update
    patches.suse/regulator-max20086-fix-invalid-memory-access.patch
    (git-fixes CVE-2025-38027 bsc#1245042).
  - Update
    patches.suse/s390-pci-Fix-duplicate-pci_dev_put-in-disable_slot-w.patch
    (git-fixes bsc#1244145 CVE-2025-37946 bsc#1243506).
  - Update
    patches.suse/s390-pci-fix-potential-double-remove-of-hotplug-slot.patch
    (bsc#1244145 CVE-2024-56699 bsc#1235490).
  - Update
    patches.suse/sched-numa-fix-memory-leak-due-to-the-overwritten-vma-numab_state.patch
    (git fixes (sched/numa) CVE-2024-56613 bsc#1244176).
  - Update
    patches.suse/serial-mctrl_gpio-split-disable_ms-into-sync-and-no_.patch
    (git-fixes CVE-2025-38040 bsc#1245078).
  - Update
    patches.suse/spi-rockchip-Fix-register-out-of-bounds-access.patch
    (stable-fixes CVE-2025-38081 bsc#1244739).
  - Update
    patches.suse/usb-typec-ucsi-displayport-Fix-NULL-pointer-access.patch
    (git-fixes CVE-2025-37994 bsc#1243823).
  - Update
    patches.suse/vhost-scsi-Fix-handling-of-multiple-calls-to-vhost_s.patch
    (git-fixes CVE-2025-22083 bsc#1241414).
  - Update
    patches.suse/wifi-cfg80211-fix-out-of-bounds-access-during-multi-.patch
    (git-fixes CVE-2025-37973 bsc#1244172).
  - Update patches.suse/wifi-iwlwifi-fix-debug-actions-order.patch
    (stable-fixes CVE-2025-38045 bsc#1245083).
  - Update
    patches.suse/wifi-mac80211-Set-n_channels-after-allocating-struct.patch
    (git-fixes CVE-2025-38013 bsc#1244731).
  - Update
    patches.suse/wifi-mt76-disable-napi-on-driver-removal.patch
    (git-fixes CVE-2025-38009 bsc#1244995).
  - commit fee1c31
  - HID: lenovo: Restrict F7/9/11 mode to compact keyboards only
    (git-fixes).
  - HID: wacom: fix kobject reference count leak (git-fixes).
  - HID: wacom: fix memory leak on sysfs attribute creation failure
    (git-fixes).
  - HID: wacom: fix memory leak on kobject creation failure
    (git-fixes).
  - wifi: mac80211: fix beacon interval calculation overflow
    (git-fixes).
  - commit 8d2d6ad
  - scsi: storvsc: Increase the timeouts to storvsc_timeout (git-fixes).
  - net: mana: Add support for Multi Vports on Bare metal (bsc#1244229).
  - scsi: storvsc: Don't report the host packet status as the hv status (git-fixes).
  - commit cde971c

++++ kernel-rt:

  - Update
    patches.suse/HID-uclogic-Add-NULL-check-in-uclogic_input_configur.patch
    (git-fixes CVE-2025-38007 bsc#1244938).
  - Update
    patches.suse/RDMA-core-Fix-KASAN-slab-use-after-free-Read-in-ib_r.patch
    (git-fixes CVE-2025-38022 bsc#1245003).
  - Update
    patches.suse/RDMA-rxe-Fix-slab-use-after-free-Read-in-rxe_queue_c.patch
    (git-fixes CVE-2025-38024 bsc#1245025).
  - Update
    patches.suse/btrfs-avoid-NULL-pointer-dereference-if-no-valid-csu.patch
    (bsc#1243342 CVE-2025-38059 bsc#1244759).
  - Update
    patches.suse/btrfs-avoid-NULL-pointer-dereference-if-no-valid-ext.patch
    (bsc#1236208 CVE-2025-21658).
  - Update
    patches.suse/can-bcm-add-locking-for-bcm_op-runtime-updates.patch
    (git-fixes CVE-2025-38004 bsc#1244274).
  - Update
    patches.suse/can-bcm-add-missing-rcu-read-protection-for-procfs-c.patch
    (git-fixes CVE-2025-38003 bsc#1244275).
  - Update
    patches.suse/crypto-algif_hash-fix-double-free-in-hash_accept.patch
    (git-fixes CVE-2025-38079 bsc#1245217).
  - Update
    patches.suse/crypto-lzo-Fix-compression-buffer-overrun.patch
    (stable-fixes CVE-2025-38068 bsc#1245210).
  - Update
    patches.suse/dmaengine-idxd-Refactor-remove-call-with-idxd_cleanu.patch
    (git-fixes CVE-2025-38014 bsc#1244732).
  - Update
    patches.suse/dmaengine-idxd-fix-memory-leak-in-error-handling-pat-46a5cca.patch
    (git-fixes CVE-2025-38015 bsc#1244789).
  - Update
    patches.suse/dmaengine-ti-k3-udma-Add-missing-locking.patch
    (git-fixes CVE-2025-38005 bsc#1244727).
  - Update
    patches.suse/drm-amd-display-Increase-block_sequence-array-size.patch
    (stable-fixes CVE-2025-38080 bsc#1244738).
  - Update
    patches.suse/ext4-goto-right-label-out_mmap_sem-in-ext4_setattr.patch
    (bsc#1242556 CVE-2025-22120 bsc#1241592).
  - Update
    patches.suse/firmware-arm_ffa-Set-dma_mask-for-ffa-devices.patch
    (stable-fixes CVE-2025-38043 bsc#1245081).
  - Update patches.suse/media-cx231xx-set-device_caps-for-417.patch
    (stable-fixes CVE-2025-38044 bsc#1245082).
  - Update
    patches.suse/net-handshake-Fix-handshake_req_destroy_test1.patch
    (git-fixes CVE-2024-26831 bsc#1223008).
  - Update
    patches.suse/net-mlx5e-Disable-MACsec-offload-for-uplink-represen.patch
    (git-fixes CVE-2025-38020 bsc#1245001).
  - Update patches.suse/net_sched-prio-fix-a-race-in-prio_tune.patch
    (git-fixes CVE-2025-38083 bsc#1245183).
  - Update
    patches.suse/nfs-handle-failure-of-nfs_get_lock_context-in-unlock-path.patch
    (git-fixes CVE-2025-38023 bsc#1245004).
  - Update patches.suse/orangefs-Do-not-truncate-file-size.patch
    (git-fixes CVE-2025-38065 bsc#1244906).
  - Update
    patches.suse/padata-do-not-leak-refcount-in-reorder_work.patch
    (git-fixes CVE-2025-38031 bsc#1245046).
  - Update
    patches.suse/phy-tegra-xusb-Use-a-bitmask-for-UTMI-pad-power-stat.patch
    (git-fixes CVE-2025-38010 bsc#1244996).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-Avoid-buffer-overflow-i.patch
    (git-fixes CVE-2025-38077 bsc#1244736).
  - Update
    patches.suse/regulator-max20086-fix-invalid-memory-access.patch
    (git-fixes CVE-2025-38027 bsc#1245042).
  - Update
    patches.suse/s390-pci-Fix-duplicate-pci_dev_put-in-disable_slot-w.patch
    (git-fixes bsc#1244145 CVE-2025-37946 bsc#1243506).
  - Update
    patches.suse/s390-pci-fix-potential-double-remove-of-hotplug-slot.patch
    (bsc#1244145 CVE-2024-56699 bsc#1235490).
  - Update
    patches.suse/sched-numa-fix-memory-leak-due-to-the-overwritten-vma-numab_state.patch
    (git fixes (sched/numa) CVE-2024-56613 bsc#1244176).
  - Update
    patches.suse/serial-mctrl_gpio-split-disable_ms-into-sync-and-no_.patch
    (git-fixes CVE-2025-38040 bsc#1245078).
  - Update
    patches.suse/spi-rockchip-Fix-register-out-of-bounds-access.patch
    (stable-fixes CVE-2025-38081 bsc#1244739).
  - Update
    patches.suse/usb-typec-ucsi-displayport-Fix-NULL-pointer-access.patch
    (git-fixes CVE-2025-37994 bsc#1243823).
  - Update
    patches.suse/vhost-scsi-Fix-handling-of-multiple-calls-to-vhost_s.patch
    (git-fixes CVE-2025-22083 bsc#1241414).
  - Update
    patches.suse/wifi-cfg80211-fix-out-of-bounds-access-during-multi-.patch
    (git-fixes CVE-2025-37973 bsc#1244172).
  - Update patches.suse/wifi-iwlwifi-fix-debug-actions-order.patch
    (stable-fixes CVE-2025-38045 bsc#1245083).
  - Update
    patches.suse/wifi-mac80211-Set-n_channels-after-allocating-struct.patch
    (git-fixes CVE-2025-38013 bsc#1244731).
  - Update
    patches.suse/wifi-mt76-disable-napi-on-driver-removal.patch
    (git-fixes CVE-2025-38009 bsc#1244995).
  - commit fee1c31
  - HID: lenovo: Restrict F7/9/11 mode to compact keyboards only
    (git-fixes).
  - HID: wacom: fix kobject reference count leak (git-fixes).
  - HID: wacom: fix memory leak on sysfs attribute creation failure
    (git-fixes).
  - HID: wacom: fix memory leak on kobject creation failure
    (git-fixes).
  - wifi: mac80211: fix beacon interval calculation overflow
    (git-fixes).
  - commit 8d2d6ad
  - scsi: storvsc: Increase the timeouts to storvsc_timeout (git-fixes).
  - net: mana: Add support for Multi Vports on Bare metal (bsc#1244229).
  - scsi: storvsc: Don't report the host packet status as the hv status (git-fixes).
  - commit cde971c

++++ kernel-rt_debug:

  - Update
    patches.suse/HID-uclogic-Add-NULL-check-in-uclogic_input_configur.patch
    (git-fixes CVE-2025-38007 bsc#1244938).
  - Update
    patches.suse/RDMA-core-Fix-KASAN-slab-use-after-free-Read-in-ib_r.patch
    (git-fixes CVE-2025-38022 bsc#1245003).
  - Update
    patches.suse/RDMA-rxe-Fix-slab-use-after-free-Read-in-rxe_queue_c.patch
    (git-fixes CVE-2025-38024 bsc#1245025).
  - Update
    patches.suse/btrfs-avoid-NULL-pointer-dereference-if-no-valid-csu.patch
    (bsc#1243342 CVE-2025-38059 bsc#1244759).
  - Update
    patches.suse/btrfs-avoid-NULL-pointer-dereference-if-no-valid-ext.patch
    (bsc#1236208 CVE-2025-21658).
  - Update
    patches.suse/can-bcm-add-locking-for-bcm_op-runtime-updates.patch
    (git-fixes CVE-2025-38004 bsc#1244274).
  - Update
    patches.suse/can-bcm-add-missing-rcu-read-protection-for-procfs-c.patch
    (git-fixes CVE-2025-38003 bsc#1244275).
  - Update
    patches.suse/crypto-algif_hash-fix-double-free-in-hash_accept.patch
    (git-fixes CVE-2025-38079 bsc#1245217).
  - Update
    patches.suse/crypto-lzo-Fix-compression-buffer-overrun.patch
    (stable-fixes CVE-2025-38068 bsc#1245210).
  - Update
    patches.suse/dmaengine-idxd-Refactor-remove-call-with-idxd_cleanu.patch
    (git-fixes CVE-2025-38014 bsc#1244732).
  - Update
    patches.suse/dmaengine-idxd-fix-memory-leak-in-error-handling-pat-46a5cca.patch
    (git-fixes CVE-2025-38015 bsc#1244789).
  - Update
    patches.suse/dmaengine-ti-k3-udma-Add-missing-locking.patch
    (git-fixes CVE-2025-38005 bsc#1244727).
  - Update
    patches.suse/drm-amd-display-Increase-block_sequence-array-size.patch
    (stable-fixes CVE-2025-38080 bsc#1244738).
  - Update
    patches.suse/ext4-goto-right-label-out_mmap_sem-in-ext4_setattr.patch
    (bsc#1242556 CVE-2025-22120 bsc#1241592).
  - Update
    patches.suse/firmware-arm_ffa-Set-dma_mask-for-ffa-devices.patch
    (stable-fixes CVE-2025-38043 bsc#1245081).
  - Update patches.suse/media-cx231xx-set-device_caps-for-417.patch
    (stable-fixes CVE-2025-38044 bsc#1245082).
  - Update
    patches.suse/net-handshake-Fix-handshake_req_destroy_test1.patch
    (git-fixes CVE-2024-26831 bsc#1223008).
  - Update
    patches.suse/net-mlx5e-Disable-MACsec-offload-for-uplink-represen.patch
    (git-fixes CVE-2025-38020 bsc#1245001).
  - Update patches.suse/net_sched-prio-fix-a-race-in-prio_tune.patch
    (git-fixes CVE-2025-38083 bsc#1245183).
  - Update
    patches.suse/nfs-handle-failure-of-nfs_get_lock_context-in-unlock-path.patch
    (git-fixes CVE-2025-38023 bsc#1245004).
  - Update patches.suse/orangefs-Do-not-truncate-file-size.patch
    (git-fixes CVE-2025-38065 bsc#1244906).
  - Update
    patches.suse/padata-do-not-leak-refcount-in-reorder_work.patch
    (git-fixes CVE-2025-38031 bsc#1245046).
  - Update
    patches.suse/phy-tegra-xusb-Use-a-bitmask-for-UTMI-pad-power-stat.patch
    (git-fixes CVE-2025-38010 bsc#1244996).
  - Update
    patches.suse/platform-x86-dell-wmi-sysman-Avoid-buffer-overflow-i.patch
    (git-fixes CVE-2025-38077 bsc#1244736).
  - Update
    patches.suse/regulator-max20086-fix-invalid-memory-access.patch
    (git-fixes CVE-2025-38027 bsc#1245042).
  - Update
    patches.suse/s390-pci-Fix-duplicate-pci_dev_put-in-disable_slot-w.patch
    (git-fixes bsc#1244145 CVE-2025-37946 bsc#1243506).
  - Update
    patches.suse/s390-pci-fix-potential-double-remove-of-hotplug-slot.patch
    (bsc#1244145 CVE-2024-56699 bsc#1235490).
  - Update
    patches.suse/sched-numa-fix-memory-leak-due-to-the-overwritten-vma-numab_state.patch
    (git fixes (sched/numa) CVE-2024-56613 bsc#1244176).
  - Update
    patches.suse/serial-mctrl_gpio-split-disable_ms-into-sync-and-no_.patch
    (git-fixes CVE-2025-38040 bsc#1245078).
  - Update
    patches.suse/spi-rockchip-Fix-register-out-of-bounds-access.patch
    (stable-fixes CVE-2025-38081 bsc#1244739).
  - Update
    patches.suse/usb-typec-ucsi-displayport-Fix-NULL-pointer-access.patch
    (git-fixes CVE-2025-37994 bsc#1243823).
  - Update
    patches.suse/vhost-scsi-Fix-handling-of-multiple-calls-to-vhost_s.patch
    (git-fixes CVE-2025-22083 bsc#1241414).
  - Update
    patches.suse/wifi-cfg80211-fix-out-of-bounds-access-during-multi-.patch
    (git-fixes CVE-2025-37973 bsc#1244172).
  - Update patches.suse/wifi-iwlwifi-fix-debug-actions-order.patch
    (stable-fixes CVE-2025-38045 bsc#1245083).
  - Update
    patches.suse/wifi-mac80211-Set-n_channels-after-allocating-struct.patch
    (git-fixes CVE-2025-38013 bsc#1244731).
  - Update
    patches.suse/wifi-mt76-disable-napi-on-driver-removal.patch
    (git-fixes CVE-2025-38009 bsc#1244995).
  - commit fee1c31
  - HID: lenovo: Restrict F7/9/11 mode to compact keyboards only
    (git-fixes).
  - HID: wacom: fix kobject reference count leak (git-fixes).
  - HID: wacom: fix memory leak on sysfs attribute creation failure
    (git-fixes).
  - HID: wacom: fix memory leak on kobject creation failure
    (git-fixes).
  - wifi: mac80211: fix beacon interval calculation overflow
    (git-fixes).
  - commit 8d2d6ad
  - scsi: storvsc: Increase the timeouts to storvsc_timeout (git-fixes).
  - net: mana: Add support for Multi Vports on Bare metal (bsc#1244229).
  - scsi: storvsc: Don't report the host packet status as the hv status (git-fixes).
  - commit cde971c

++++ libxml2:

  - security update
  - added patches
    CVE-2025-49794 [bsc#1244554], heap use after free (UAF) can lead to Denial of service (DoS)
    CVE-2025-49796 [bsc#1244557], type confusion may lead to Denial of service (DoS)
    + libxml2-CVE-2025-49794,49796.patch
    CVE-2025-49795 [bsc#1244555], null pointer dereference may lead to Denial of service (DoS)
    + libxml2-CVE-2025-49795.patch
  - security update
  - added patches
    CVE-2025-6021 [bsc#1244580], Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2
    CVE-2025-6170 [bsc#1244700], stack buffer overflow may lead to a crash
    + libxml2-CVE-2025-6170,6021.patch

++++ libxml2-python:

  - security update
  - added patches
    CVE-2025-49794 [bsc#1244554], heap use after free (UAF) can lead to Denial of service (DoS)
    CVE-2025-49796 [bsc#1244557], type confusion may lead to Denial of service (DoS)
    + libxml2-CVE-2025-49794,49796.patch
    CVE-2025-49795 [bsc#1244555], null pointer dereference may lead to Denial of service (DoS)
    + libxml2-CVE-2025-49795.patch
  - security update
  - added patches
    CVE-2025-6021 [bsc#1244580], Integer Overflow in xmlBuildQName() Leads to Stack Buffer Overflow in libxml2
    CVE-2025-6170 [bsc#1244700], stack buffer overflow may lead to a crash
    + libxml2-CVE-2025-6170,6021.patch

++++ selinux-policy:

  - Update to version 20241031+git8.1f94e96d:
    * Revert downstream fix for bsc#1199630 due to regression (bsc#1243242)

++++ sudo:

  - Fix a possible local privilege escalation via the --host option
    [bsc#1245274, CVE-2025-32462]
    * fix-CVE-2025-32462.patch
  - Fix a possible local privilege Escalation via chroot option
    [bsc#1245275, CVE-2025-32463]
    * fix-CVE-2025-32463.patch

------------------------------------------------------------------
------------------  2025-6-26  -  Jun 26 2025  -------------------
------------------------------------------------------------------

++++ git:

  - Fix git-gui citool SHA256 repo handling:
    refreshed 0002-git-gui-Add-support-of-SHA256-repo.patch

++++ gpg2:

  - Security fix: [bsc#1236931, bsc#1239119, CVE-2025-30258]
    * gpg: Fix regression for the recent malicious subkey DoS fix.
    * gpg: Fix another regression due to the T7547 fix.
    * gpg: Allow the use of an ADSK subkey as ADSK subkey.
    * Add patches:
  - gnupg-gpg-Fix-regression-for-the-recent-malicious-subkey-D.patch
  - gnupg-gpg-Fix-another-regression-due-to-the-T7547-fix.patch
  - gnupg-gpg-Allow-the-use-of-an-ADSK-subkey-as-ADSK-subkey.patch

++++ kernel-default:

  - Refresh
    patches.kabi/bpf-bpf_link-and-bpf_link_ops-kABI-workaround.patch.
  - Refresh
    patches.kabi/bpf-enum-bpf_type_flag_arg_type-workaround.patch.
  - Refresh
    patches.kabi/bpf-struct-bpf_insn_access_aux-workaround.patch.
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - Refresh
    patches.kabi/kabi-fix-for-bpf-Prevent-tailcall-infinite-loop-caus.patch.
  - Refresh patches.kabi/kabi-fix-kabi-for-its.patch.
  - Refresh
    patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-mem_control.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-page_counter.patch.
  - Refresh
    patches.kabi/xsk-Fix-race-condition-in-AF_XDP-generic-RX-path.patch.
  - Refresh
    patches.kabi/kabi-s390-ism-fix-concurrency-management-in-ism_cmd.patch
  - Refresh
    patches.kabi/bpf-verifier-kABI-workarounds.patch.
    Automated edit
    git grep -l static_assert patches.kabi/ | xargs sed -i 's/static_assert/suse_kabi_static_assert/'
    and manual refresh of patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - commit cb49aa2
  - btrfs: fix fsync of files with no hard links not persisting
    deletion (git-fixes).
  - btrfs: remove end_no_trans label from btrfs_log_inode_parent()
    (git-fixes).
  - btrfs: simplify condition for logging new dentries at
    btrfs_log_inode_parent() (git-fixes).
  - commit 9370aa3
  - btrfs: fix wrong start offset for delalloc space release during
    mmap write (git-fixes).
  - commit 59b0f84
  - btrfs: fix invalid data space release when truncating block
    in NOCOW mode (git-fixes).
  - commit b11e8b5
  - btrfs: fix qgroup reservation leak on failure to allocate
    ordered extent (git-fixes).
  - commit e13d6e0
  - ntp: Remove invalid cast in time offset math (git-fixes)
  - commit 92649f3
  - timekeeping: Fix bogus clock_was_set() invocation in (git-fixes)
  - commit 17fecee
  - ntp: Safeguard against time_constant overflow (git-fixes)
  - commit fb90573
  - ntp: Clamp maxerror and esterror to operating range (git-fixes)
  - commit 947fc29
  - clocksource: Fix brown-bag boolean thinko in (git-fixes)
  - commit f65bb99
  - clocksource: Make watchdog and suspend-timing multiplication (git-fixes)
  - commit a87f573
  - timekeeping: Fix cross-timestamp interpolation for non-x86 (git-fixes)
  - commit 1a57489
  - timekeeping: Fix cross-timestamp interpolation corner case (git-fixes)
  - commit dc250ae
  - timekeeping: Fix cross-timestamp interpolation on counter (git-fixes)
  - commit 4e863aa
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-mem_control.patch.
  - commit 5049495
  - kabi: restore layout of struct cgroup_subsys (bsc#1241166).
  - commit 2014732
  - cgroup/cpuset: Fix race between newly created partition and
    dying one (bsc#1241166).
  - commit 36dffbc
  - fgraph: Still initialize idle shadow stacks when starting
    (git-fixes).
  - commit 1697414
  - tracing/eprobe: Fix to release eprobe when failed to add
    dyn_event (git-fixes).
  - commit a8fd69f
  - tracing: Fix cmp_entries_dup() to respect sort() comparison
    rules (git-fixes).
  - commit f73056c
  - tracing: Use atomic64_inc_return() in trace_clock_counter()
    (git-fixes).
  - commit 23262fc
  - trace/trace_event_perf: remove duplicate samples on the first
    tracepoint event (git-fixes).
  - commit b4e63e6
  - bpf: Force uprobe bpf program to always return 0 (git-fixes).
  - commit 90effed
  - uprobes: Use kzalloc to allocate xol area (git-fixes).
  - Refresh
    patches.suse/uprobes-introduce-the-global-struct-vm_special_mapping-xol_mapping.patch.
  - commit 30d8536
  - bpf: abort verification if env->cur_state->loop_entry != NULL
    (CVE-2025-38060 bsc#1245155).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - commit c80eca0
  - selftests/bpf: check states pruning for deeply nested iterator
    (CVE-2025-38060 bsc#1245155).
  - bpf: don't do clean_live_states when state->loop_entry->branches
    > 0 (CVE-2025-38060 bsc#1245155).
  - commit f0d9333
  - vmxnet3: support higher link speeds from vmxnet3 v9
    (bsc#1244626).
  - commit 0aa445e
  - vmxnet3: correctly report gso type for UDP tunnels
    (bsc#1244626).
  - commit 44584be
  - vmxnet3: update MTU after device quiesce (bsc#1244626).
  - commit 14400a7

++++ kernel-rt:

  - Refresh
    patches.kabi/bpf-bpf_link-and-bpf_link_ops-kABI-workaround.patch.
  - Refresh
    patches.kabi/bpf-enum-bpf_type_flag_arg_type-workaround.patch.
  - Refresh
    patches.kabi/bpf-struct-bpf_insn_access_aux-workaround.patch.
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - Refresh
    patches.kabi/kabi-fix-for-bpf-Prevent-tailcall-infinite-loop-caus.patch.
  - Refresh patches.kabi/kabi-fix-kabi-for-its.patch.
  - Refresh
    patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-mem_control.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-page_counter.patch.
  - Refresh
    patches.kabi/xsk-Fix-race-condition-in-AF_XDP-generic-RX-path.patch.
  - Refresh
    patches.kabi/kabi-s390-ism-fix-concurrency-management-in-ism_cmd.patch
  - Refresh
    patches.kabi/bpf-verifier-kABI-workarounds.patch.
    Automated edit
    git grep -l static_assert patches.kabi/ | xargs sed -i 's/static_assert/suse_kabi_static_assert/'
    and manual refresh of patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - commit cb49aa2
  - btrfs: fix fsync of files with no hard links not persisting
    deletion (git-fixes).
  - btrfs: remove end_no_trans label from btrfs_log_inode_parent()
    (git-fixes).
  - btrfs: simplify condition for logging new dentries at
    btrfs_log_inode_parent() (git-fixes).
  - commit 9370aa3
  - btrfs: fix wrong start offset for delalloc space release during
    mmap write (git-fixes).
  - commit 59b0f84
  - btrfs: fix invalid data space release when truncating block
    in NOCOW mode (git-fixes).
  - commit b11e8b5
  - btrfs: fix qgroup reservation leak on failure to allocate
    ordered extent (git-fixes).
  - commit e13d6e0
  - ntp: Remove invalid cast in time offset math (git-fixes)
  - commit 92649f3
  - timekeeping: Fix bogus clock_was_set() invocation in (git-fixes)
  - commit 17fecee
  - ntp: Safeguard against time_constant overflow (git-fixes)
  - commit fb90573
  - ntp: Clamp maxerror and esterror to operating range (git-fixes)
  - commit 947fc29
  - clocksource: Fix brown-bag boolean thinko in (git-fixes)
  - commit f65bb99
  - clocksource: Make watchdog and suspend-timing multiplication (git-fixes)
  - commit a87f573
  - timekeeping: Fix cross-timestamp interpolation for non-x86 (git-fixes)
  - commit 1a57489
  - timekeeping: Fix cross-timestamp interpolation corner case (git-fixes)
  - commit dc250ae
  - timekeeping: Fix cross-timestamp interpolation on counter (git-fixes)
  - commit 4e863aa
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-mem_control.patch.
  - commit 5049495
  - kabi: restore layout of struct cgroup_subsys (bsc#1241166).
  - commit 2014732
  - cgroup/cpuset: Fix race between newly created partition and
    dying one (bsc#1241166).
  - commit 36dffbc
  - fgraph: Still initialize idle shadow stacks when starting
    (git-fixes).
  - commit 1697414
  - tracing/eprobe: Fix to release eprobe when failed to add
    dyn_event (git-fixes).
  - commit a8fd69f
  - tracing: Fix cmp_entries_dup() to respect sort() comparison
    rules (git-fixes).
  - commit f73056c
  - tracing: Use atomic64_inc_return() in trace_clock_counter()
    (git-fixes).
  - commit 23262fc
  - trace/trace_event_perf: remove duplicate samples on the first
    tracepoint event (git-fixes).
  - commit b4e63e6
  - bpf: Force uprobe bpf program to always return 0 (git-fixes).
  - commit 90effed
  - uprobes: Use kzalloc to allocate xol area (git-fixes).
  - Refresh
    patches.suse/uprobes-introduce-the-global-struct-vm_special_mapping-xol_mapping.patch.
  - commit 30d8536
  - bpf: abort verification if env->cur_state->loop_entry != NULL
    (CVE-2025-38060 bsc#1245155).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - commit c80eca0
  - selftests/bpf: check states pruning for deeply nested iterator
    (CVE-2025-38060 bsc#1245155).
  - bpf: don't do clean_live_states when state->loop_entry->branches
    > 0 (CVE-2025-38060 bsc#1245155).
  - commit f0d9333
  - vmxnet3: support higher link speeds from vmxnet3 v9
    (bsc#1244626).
  - commit 0aa445e
  - vmxnet3: correctly report gso type for UDP tunnels
    (bsc#1244626).
  - commit 44584be
  - vmxnet3: update MTU after device quiesce (bsc#1244626).
  - commit 14400a7

++++ kernel-rt_debug:

  - Refresh
    patches.kabi/bpf-bpf_link-and-bpf_link_ops-kABI-workaround.patch.
  - Refresh
    patches.kabi/bpf-enum-bpf_type_flag_arg_type-workaround.patch.
  - Refresh
    patches.kabi/bpf-struct-bpf_insn_access_aux-workaround.patch.
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - Refresh
    patches.kabi/kabi-fix-for-bpf-Prevent-tailcall-infinite-loop-caus.patch.
  - Refresh patches.kabi/kabi-fix-kabi-for-its.patch.
  - Refresh
    patches.kabi/kabi-hide-new-member-fallback_lock-in-struct-mptcp_s.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-mem_control.patch.
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-page_counter.patch.
  - Refresh
    patches.kabi/xsk-Fix-race-condition-in-AF_XDP-generic-RX-path.patch.
  - Refresh
    patches.kabi/kabi-s390-ism-fix-concurrency-management-in-ism_cmd.patch
  - Refresh
    patches.kabi/bpf-verifier-kABI-workarounds.patch.
    Automated edit
    git grep -l static_assert patches.kabi/ | xargs sed -i 's/static_assert/suse_kabi_static_assert/'
    and manual refresh of patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - commit cb49aa2
  - btrfs: fix fsync of files with no hard links not persisting
    deletion (git-fixes).
  - btrfs: remove end_no_trans label from btrfs_log_inode_parent()
    (git-fixes).
  - btrfs: simplify condition for logging new dentries at
    btrfs_log_inode_parent() (git-fixes).
  - commit 9370aa3
  - btrfs: fix wrong start offset for delalloc space release during
    mmap write (git-fixes).
  - commit 59b0f84
  - btrfs: fix invalid data space release when truncating block
    in NOCOW mode (git-fixes).
  - commit b11e8b5
  - btrfs: fix qgroup reservation leak on failure to allocate
    ordered extent (git-fixes).
  - commit e13d6e0
  - ntp: Remove invalid cast in time offset math (git-fixes)
  - commit 92649f3
  - timekeeping: Fix bogus clock_was_set() invocation in (git-fixes)
  - commit 17fecee
  - ntp: Safeguard against time_constant overflow (git-fixes)
  - commit fb90573
  - ntp: Clamp maxerror and esterror to operating range (git-fixes)
  - commit 947fc29
  - clocksource: Fix brown-bag boolean thinko in (git-fixes)
  - commit f65bb99
  - clocksource: Make watchdog and suspend-timing multiplication (git-fixes)
  - commit a87f573
  - timekeeping: Fix cross-timestamp interpolation for non-x86 (git-fixes)
  - commit 1a57489
  - timekeeping: Fix cross-timestamp interpolation corner case (git-fixes)
  - commit dc250ae
  - timekeeping: Fix cross-timestamp interpolation on counter (git-fixes)
  - commit 4e863aa
  - Refresh
    patches.kabi/kabi-restore-layout-of-struct-mem_control.patch.
  - commit 5049495
  - kabi: restore layout of struct cgroup_subsys (bsc#1241166).
  - commit 2014732
  - cgroup/cpuset: Fix race between newly created partition and
    dying one (bsc#1241166).
  - commit 36dffbc
  - fgraph: Still initialize idle shadow stacks when starting
    (git-fixes).
  - commit 1697414
  - tracing/eprobe: Fix to release eprobe when failed to add
    dyn_event (git-fixes).
  - commit a8fd69f
  - tracing: Fix cmp_entries_dup() to respect sort() comparison
    rules (git-fixes).
  - commit f73056c
  - tracing: Use atomic64_inc_return() in trace_clock_counter()
    (git-fixes).
  - commit 23262fc
  - trace/trace_event_perf: remove duplicate samples on the first
    tracepoint event (git-fixes).
  - commit b4e63e6
  - bpf: Force uprobe bpf program to always return 0 (git-fixes).
  - commit 90effed
  - uprobes: Use kzalloc to allocate xol area (git-fixes).
  - Refresh
    patches.suse/uprobes-introduce-the-global-struct-vm_special_mapping-xol_mapping.patch.
  - commit 30d8536
  - bpf: abort verification if env->cur_state->loop_entry != NULL
    (CVE-2025-38060 bsc#1245155).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - commit c80eca0
  - selftests/bpf: check states pruning for deeply nested iterator
    (CVE-2025-38060 bsc#1245155).
  - bpf: don't do clean_live_states when state->loop_entry->branches
    > 0 (CVE-2025-38060 bsc#1245155).
  - commit f0d9333
  - vmxnet3: support higher link speeds from vmxnet3 v9
    (bsc#1244626).
  - commit 0aa445e
  - vmxnet3: correctly report gso type for UDP tunnels
    (bsc#1244626).
  - commit 44584be
  - vmxnet3: update MTU after device quiesce (bsc#1244626).
  - commit 14400a7

++++ xz:

  - Fix CVE-2025-31115 (bsc#1240414)
    * CVE-2025-31115.patch

------------------------------------------------------------------
------------------  2025-6-25  -  Jun 25 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 28.3.0-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/28/#2830>
    bsc#1246556
  - Rebase patches:
    * 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch
    * 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch

++++ python-kiwi:

  - Add container_import template test
  - Bump version: 10.2.24 → 10.2.25
  - Fixed get_partition_node_name
    The function get_partition_node_name takes the disk device
    and the partition index as arguments to match against the
    respective device node for this partition index. The partition
    index is the position of the partition in the partition table
    according to their start offset. For the code to function
    properly it is required that the list of partitions provided
    by lsblk is ordered according to the start address of the
    partitions in the table. The way lsblk was called did not
    enforce this ordering. This commit enforces the order to
    be done against the start offset and fixes bsc#1245190

++++ kernel-default:

  - scsi: elx: efct: Fix memory leak in efct_hw_parse_filter()
    (git-fixes).
  - commit 11611ac
  - tracing: Fix compilation warning on arm32 (bsc#1243551).
  - commit bc2f48d
  - tracing: Fix oob write in trace_seq_to_buffer() (CVE-2025-37923
    bsc#1243551).
  - commit ff6a777
  - ata: libata-eh: Do not use ATAPI DMA for a device limited to
    PIO mode (stable-fixes).
  - commit 07065f3
  - bpf: copy_verifier_state() should copy 'loop_entry' field
    (CVE-2025-38060 bsc#1245155).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - commit 815fadf
  - selftests/bpf: test correct loop_entry update in
    copy_verifier_state (CVE-2025-38060 bsc#1245155).
  - commit b2e3449
  - tracing: Fix use-after-free in print_graph_function_flags
    during tracer switching (CVE-2025-22035 bsc#1241544).
  - commit b6d43f4
  - bpf: Fix deadlock between rcu_tasks_trace and event_mutex
    (CVE-2025-37884 bsc#1243060).
  - commit 7f690ab

++++ kernel-rt:

  - scsi: elx: efct: Fix memory leak in efct_hw_parse_filter()
    (git-fixes).
  - commit 11611ac
  - tracing: Fix compilation warning on arm32 (bsc#1243551).
  - commit bc2f48d
  - tracing: Fix oob write in trace_seq_to_buffer() (CVE-2025-37923
    bsc#1243551).
  - commit ff6a777
  - ata: libata-eh: Do not use ATAPI DMA for a device limited to
    PIO mode (stable-fixes).
  - commit 07065f3
  - bpf: copy_verifier_state() should copy 'loop_entry' field
    (CVE-2025-38060 bsc#1245155).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - commit 815fadf
  - selftests/bpf: test correct loop_entry update in
    copy_verifier_state (CVE-2025-38060 bsc#1245155).
  - commit b2e3449
  - tracing: Fix use-after-free in print_graph_function_flags
    during tracer switching (CVE-2025-22035 bsc#1241544).
  - commit b6d43f4
  - bpf: Fix deadlock between rcu_tasks_trace and event_mutex
    (CVE-2025-37884 bsc#1243060).
  - commit 7f690ab

++++ kernel-rt_debug:

  - scsi: elx: efct: Fix memory leak in efct_hw_parse_filter()
    (git-fixes).
  - commit 11611ac
  - tracing: Fix compilation warning on arm32 (bsc#1243551).
  - commit bc2f48d
  - tracing: Fix oob write in trace_seq_to_buffer() (CVE-2025-37923
    bsc#1243551).
  - commit ff6a777
  - ata: libata-eh: Do not use ATAPI DMA for a device limited to
    PIO mode (stable-fixes).
  - commit 07065f3
  - bpf: copy_verifier_state() should copy 'loop_entry' field
    (CVE-2025-38060 bsc#1245155).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch.
  - commit 815fadf
  - selftests/bpf: test correct loop_entry update in
    copy_verifier_state (CVE-2025-38060 bsc#1245155).
  - commit b2e3449
  - tracing: Fix use-after-free in print_graph_function_flags
    during tracer switching (CVE-2025-22035 bsc#1241544).
  - commit b6d43f4
  - bpf: Fix deadlock between rcu_tasks_trace and event_mutex
    (CVE-2025-37884 bsc#1243060).
  - commit 7f690ab

++++ libssh:

  - Fix CVE-2025-5372: ssh_kdf() returns a success code on certain failures (bsc#1245314)
    * Add patch libssh-CVE-2025-5372.patch
  - Fix CVE-2025-5987: Invalid return code for chacha20 poly1305 with OpenSSL backend (bsc#1245317)
    * Add patch libssh-CVE-2025-5987.patch
  - Fix CVE-2025-4877: Write beyond bounds in binary to base64 conversion functions (bsc#1245309)
    * Add patch libssh-CVE-2025-4877.patch
  - Fix CVE-2025-4878: Use of uninitialized variable in privatekey_from_file() (bsc#1245310)
    * Add patches:
  - libssh-CVE-2025-4878-1.patch
  - libssh-CVE-2025-4878-2.patch
  - Fix CVE-2025-5318: Likely read beyond bounds in sftp server handle management (bsc#1245311)
    * Add patch libssh-CVE-2025-5318.patch
  - Fix CVE-2025-5351: Double free in functions exporting keys (bsc#1245312)
    * Add patch libssh-CVE-2025-5351.patch

------------------------------------------------------------------
------------------  2025-6-24  -  Jun 24 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add support for container-snap as a container-image engine
    With this commit, we can now pre-load images using container-snap directly
    during the kiwi image build
  - Update test-image-MicroOS for local build
    Fix bootstrap setup such that micro-os patterns can resolve
  - Fix logging of stderr data in command calls
    The stderr data was presented as one blob without line
    breaks. Hard to read and smells like a bug. This commit
    fixes the output to become readable
  - Update test-image-MicroOS/disk.sh
    Add a findmnt for / to check if there is a proper root
    device reference

++++ kernel-default:

  - truct dwc3 hide new member wakeup_pending_funcs (git-fixes).
  - commit 84579a6
  - kabi: restore layout of struct page_counter (jsc#PED-12551).
  - commit ef34a22
  - usb: dwc3: gadget: Make gadget_wakeup asynchronous (git-fixes).
  - commit 39cb14b
  - ucsi_debugfs_entry: hide signedness change (git-fixes).
  - commit 154816e
  - usb: typec: ucsi: fix Clang -Wsign-conversion warning
    (git-fixes).
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - commit 40f2bc3
  - hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
    (git-fixes).
  - commit b5678d7

++++ kernel-rt:

  - truct dwc3 hide new member wakeup_pending_funcs (git-fixes).
  - commit 84579a6
  - kabi: restore layout of struct page_counter (jsc#PED-12551).
  - commit ef34a22
  - usb: dwc3: gadget: Make gadget_wakeup asynchronous (git-fixes).
  - commit 39cb14b
  - ucsi_debugfs_entry: hide signedness change (git-fixes).
  - commit 154816e
  - usb: typec: ucsi: fix Clang -Wsign-conversion warning
    (git-fixes).
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - commit 40f2bc3
  - hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
    (git-fixes).
  - commit b5678d7

++++ kernel-rt_debug:

  - truct dwc3 hide new member wakeup_pending_funcs (git-fixes).
  - commit 84579a6
  - kabi: restore layout of struct page_counter (jsc#PED-12551).
  - commit ef34a22
  - usb: dwc3: gadget: Make gadget_wakeup asynchronous (git-fixes).
  - commit 39cb14b
  - ucsi_debugfs_entry: hide signedness change (git-fixes).
  - commit 154816e
  - usb: typec: ucsi: fix Clang -Wsign-conversion warning
    (git-fixes).
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch.
  - commit 40f2bc3
  - hwmon: corsair-psu: add USB id of HX1200i Series 2023 psu
    (git-fixes).
  - commit b5678d7

++++ nvidia-open-driver-G06-signed:

  - 0003-nv-dmabuf-Inline-dma_buf_attachment_is_dynamic.patch
    0004-nvidia-uvm-Disable-SVA-support-for-6.16.patch
    * buildfixes against Kernel 6.16 picked up from
    https://github.com/CachyOS/CachyOS-PKGBUILDS.git
  - -> nvidia/nvidia-utils

++++ opensc:

  - Security fix: [CVE-2023-5992, bsc#1219386]
    * Add patch:
  - opensc-CVE-2023-5992.patch

------------------------------------------------------------------
------------------  2025-6-23  -  Jun 23 2025  -------------------
------------------------------------------------------------------

++++ docker:

    [ This update is a no-op, only needed to work around unfortunate automated
    packaging script behaviour on SLES. ]
  - The following patches were removed in openSUSE in the Docker 28.1.1-ce
    update, but the patch names were later renamed in a SLES-only update before
    Docker 28.1.1-ce was submitted to SLES.
    This causes the SLES build scripts to refuse the update because the patches
    are not referenced in the changelog. There is no obvious place to put the
    patch removals (the 28.1.1-ce update removing the patches chronologically
    predates their renaming in SLES), so they are included here a dummy changelog
    entry to work around the issue.
  - 0007-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
  - 0008-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch

++++ python-kiwi:

  - Fix mount system for root_is_snapper_snapshot
    If root is a snapper snapshot we have to tell the
    chroot a proper root mount point which can be achieved
    by a bind mount pointing to itself. This Fixes
    bsc#1244668

++++ kernel-default:

  - net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend() (bsc#1243538)
  - commit 416e192
  - hwmon: (peci/dimmtemp) Do not provide fake thresholds data
    (git-fixes).
  - hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol
    namespace (git-fixes).
  - commit 53b0cf2
  - Update reference for patches.suse/net_sched-sch_sfq-use-a-temporary-work-area-for-vali.patch (bsc#1242504)
  - commit 8730da1
  - s390/tty: Fix a potential memory leak bug (git-fixes
    bsc#1245228).
  - commit e4f3ff4
  - s390/pci: Fix __pcilg_mio_inuser() inline assembly (git-fixes
    bsc#1245226).
  - commit 7cf700b
  - ceph: fix memory leaks in __ceph_sync_read() (git-fixes).
  - Refresh
    patches.suse/ceph-improve-error-handling-and-short-overflow-read-.patch.
  - commit 04880f5
  - ceph: allocate sparse_ext map only for sparse reads (git-fixes).
  - commit e7c7fa7
  - ceph: Fix incorrect flush end position calculation (git-fixes).
  - commit 626f897
  - KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY (git-fixes
    bsc#1245225).
  - commit 7cc3455
  - iommu/amd: Fix potential buffer overflow in  parse_ivrs_acpihid
    (CVE-2025-37927 bsc#1243620).
  - commit 4916f47
  - nvme-fc: do not reference lsrsp after failure (bsc#1245193).
  - nvmet-fcloop: don't wait for lport cleanup (bsc#1245193).
  - nvmet-fcloop: add missing fcloop_callback_host_done
    (bsc#1245193).
  - nvmet-fc: take tgtport refs for portentry (bsc#1245193).
  - nvmet-fc: free pending reqs on tgtport unregister (bsc#1245193).
  - nvmet-fcloop: drop response if targetport is gone (bsc#1245193).
  - nvmet-fcloop: allocate/free fcloop_lsreq directly (bsc#1245193).
  - nvmet-fcloop: prevent double port deletion (bsc#1245193).
  - nvmet-fcloop: access fcpreq only when holding reqlock
    (bsc#1245193).
  - nvmet-fcloop: update refs on tfcp_req (bsc#1245193).
  - nvmet-fcloop: refactor fcloop_delete_local_port (bsc#1245193).
  - nvmet-fcloop: refactor fcloop_nport_alloc and track lport
    (bsc#1245193).
  - nvmet-fcloop: remove nport from list on last user (bsc#1245193).
  - nvmet-fcloop: track ref counts for nports (bsc#1245193).
  - commit 20104c4
  - Remove host-memcpy-hack.h
    This might have been usefult at some point but we have more things that
    depend on specific library versions today.
  - commit 0396c23
  - Remove compress-vmlinux.sh
    /usr/lib/rpm/brp-suse.d/brp-99-compress-vmlinux was added in
    pesign-obs-integration during SLE12 RC. This workaround can be removed.
  - commit 19caac0
  - Remove try-disable-staging-driver
    The config for linux-next is autogenerated from master config, and
    defaults filled for missing options. This is unlikely to enable any
    staging driver in the first place.
  - commit a6f21ed
  - nvme: always punt polled uring_cmd end_io work to task_work
    (git-fixes).
  - nvme: fix implicit bool to flags conversion (git-fixes).
  - commit 36de06b
  - net/tls: fix kernel panic when alloc_page failed (CVE-2025-38018
    bsc#1244999).
  - commit 1124110
  - espintcp: fix skb leaks (CVE-2025-38057 bsc#1244862).
  - commit dffbfd5
  - nvme: fix command limits status code (git-fixes).
  - nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44
    Pro (git-fixes).
  - nvme-pci: add quirks for WDC Blue SN550 15b7:5009 (git-fixes).
  - nvme-pci: add quirks for device 126f:1001 (git-fixes).
  - commit 990928c
  - sunrpc: handle SVC_GARBAGE during svc auth processing as auth
    error (git-fixes).
  - commit afe6d07
  - x86/microcode/AMD: Add get_patch_level() (git-fixes).
  - commit 73bb23d
  - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward  declaration (git-fixes).
  - commit c818693
  - x86/microcode/AMD: Merge early_apply_microcode() into its single  callsite (git-fixes).
  - commit 761df14
  - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section()  signature (git-fixes).
  - commit d6c2d35
  - x86/microcode: Consolidate the loader enablement checking (git-fixes).
  - commit d0fff01
  - scsi: iscsi: Fix incorrect error path labels for flashnode
    operations (git-fixes).
  - md/raid1,raid10: don't handle IO error for REQ_RAHEAD and
    REQ_NOWAIT (git-fixes).
  - commit cbd3a76

++++ kernel-rt:

  - net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend() (bsc#1243538)
  - commit 416e192
  - hwmon: (peci/dimmtemp) Do not provide fake thresholds data
    (git-fixes).
  - hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol
    namespace (git-fixes).
  - commit 53b0cf2
  - Update reference for patches.suse/net_sched-sch_sfq-use-a-temporary-work-area-for-vali.patch (bsc#1242504)
  - commit 8730da1
  - s390/tty: Fix a potential memory leak bug (git-fixes
    bsc#1245228).
  - commit e4f3ff4
  - s390/pci: Fix __pcilg_mio_inuser() inline assembly (git-fixes
    bsc#1245226).
  - commit 7cf700b
  - ceph: fix memory leaks in __ceph_sync_read() (git-fixes).
  - Refresh
    patches.suse/ceph-improve-error-handling-and-short-overflow-read-.patch.
  - commit 04880f5
  - ceph: allocate sparse_ext map only for sparse reads (git-fixes).
  - commit e7c7fa7
  - ceph: Fix incorrect flush end position calculation (git-fixes).
  - commit 626f897
  - KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY (git-fixes
    bsc#1245225).
  - commit 7cc3455
  - iommu/amd: Fix potential buffer overflow in  parse_ivrs_acpihid
    (CVE-2025-37927 bsc#1243620).
  - commit 4916f47
  - nvme-fc: do not reference lsrsp after failure (bsc#1245193).
  - nvmet-fcloop: don't wait for lport cleanup (bsc#1245193).
  - nvmet-fcloop: add missing fcloop_callback_host_done
    (bsc#1245193).
  - nvmet-fc: take tgtport refs for portentry (bsc#1245193).
  - nvmet-fc: free pending reqs on tgtport unregister (bsc#1245193).
  - nvmet-fcloop: drop response if targetport is gone (bsc#1245193).
  - nvmet-fcloop: allocate/free fcloop_lsreq directly (bsc#1245193).
  - nvmet-fcloop: prevent double port deletion (bsc#1245193).
  - nvmet-fcloop: access fcpreq only when holding reqlock
    (bsc#1245193).
  - nvmet-fcloop: update refs on tfcp_req (bsc#1245193).
  - nvmet-fcloop: refactor fcloop_delete_local_port (bsc#1245193).
  - nvmet-fcloop: refactor fcloop_nport_alloc and track lport
    (bsc#1245193).
  - nvmet-fcloop: remove nport from list on last user (bsc#1245193).
  - nvmet-fcloop: track ref counts for nports (bsc#1245193).
  - commit 20104c4
  - Remove host-memcpy-hack.h
    This might have been usefult at some point but we have more things that
    depend on specific library versions today.
  - commit 0396c23
  - Remove compress-vmlinux.sh
    /usr/lib/rpm/brp-suse.d/brp-99-compress-vmlinux was added in
    pesign-obs-integration during SLE12 RC. This workaround can be removed.
  - commit 19caac0
  - Remove try-disable-staging-driver
    The config for linux-next is autogenerated from master config, and
    defaults filled for missing options. This is unlikely to enable any
    staging driver in the first place.
  - commit a6f21ed
  - nvme: always punt polled uring_cmd end_io work to task_work
    (git-fixes).
  - nvme: fix implicit bool to flags conversion (git-fixes).
  - commit 36de06b
  - net/tls: fix kernel panic when alloc_page failed (CVE-2025-38018
    bsc#1244999).
  - commit 1124110
  - espintcp: fix skb leaks (CVE-2025-38057 bsc#1244862).
  - commit dffbfd5
  - nvme: fix command limits status code (git-fixes).
  - nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44
    Pro (git-fixes).
  - nvme-pci: add quirks for WDC Blue SN550 15b7:5009 (git-fixes).
  - nvme-pci: add quirks for device 126f:1001 (git-fixes).
  - commit 990928c
  - sunrpc: handle SVC_GARBAGE during svc auth processing as auth
    error (git-fixes).
  - commit afe6d07
  - x86/microcode/AMD: Add get_patch_level() (git-fixes).
  - commit 73bb23d
  - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward  declaration (git-fixes).
  - commit c818693
  - x86/microcode/AMD: Merge early_apply_microcode() into its single  callsite (git-fixes).
  - commit 761df14
  - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section()  signature (git-fixes).
  - commit d6c2d35
  - x86/microcode: Consolidate the loader enablement checking (git-fixes).
  - commit d0fff01
  - scsi: iscsi: Fix incorrect error path labels for flashnode
    operations (git-fixes).
  - md/raid1,raid10: don't handle IO error for REQ_RAHEAD and
    REQ_NOWAIT (git-fixes).
  - commit cbd3a76

++++ kernel-rt_debug:

  - net: phy: move phy_link_change() prior to mdio_bus_phy_may_suspend() (bsc#1243538)
  - commit 416e192
  - hwmon: (peci/dimmtemp) Do not provide fake thresholds data
    (git-fixes).
  - hwmon: (nct6775): Actually make use of the HWMON_NCT6775 symbol
    namespace (git-fixes).
  - commit 53b0cf2
  - Update reference for patches.suse/net_sched-sch_sfq-use-a-temporary-work-area-for-vali.patch (bsc#1242504)
  - commit 8730da1
  - s390/tty: Fix a potential memory leak bug (git-fixes
    bsc#1245228).
  - commit e4f3ff4
  - s390/pci: Fix __pcilg_mio_inuser() inline assembly (git-fixes
    bsc#1245226).
  - commit 7cf700b
  - ceph: fix memory leaks in __ceph_sync_read() (git-fixes).
  - Refresh
    patches.suse/ceph-improve-error-handling-and-short-overflow-read-.patch.
  - commit 04880f5
  - ceph: allocate sparse_ext map only for sparse reads (git-fixes).
  - commit e7c7fa7
  - ceph: Fix incorrect flush end position calculation (git-fixes).
  - commit 626f897
  - KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY (git-fixes
    bsc#1245225).
  - commit 7cc3455
  - iommu/amd: Fix potential buffer overflow in  parse_ivrs_acpihid
    (CVE-2025-37927 bsc#1243620).
  - commit 4916f47
  - nvme-fc: do not reference lsrsp after failure (bsc#1245193).
  - nvmet-fcloop: don't wait for lport cleanup (bsc#1245193).
  - nvmet-fcloop: add missing fcloop_callback_host_done
    (bsc#1245193).
  - nvmet-fc: take tgtport refs for portentry (bsc#1245193).
  - nvmet-fc: free pending reqs on tgtport unregister (bsc#1245193).
  - nvmet-fcloop: drop response if targetport is gone (bsc#1245193).
  - nvmet-fcloop: allocate/free fcloop_lsreq directly (bsc#1245193).
  - nvmet-fcloop: prevent double port deletion (bsc#1245193).
  - nvmet-fcloop: access fcpreq only when holding reqlock
    (bsc#1245193).
  - nvmet-fcloop: update refs on tfcp_req (bsc#1245193).
  - nvmet-fcloop: refactor fcloop_delete_local_port (bsc#1245193).
  - nvmet-fcloop: refactor fcloop_nport_alloc and track lport
    (bsc#1245193).
  - nvmet-fcloop: remove nport from list on last user (bsc#1245193).
  - nvmet-fcloop: track ref counts for nports (bsc#1245193).
  - commit 20104c4
  - Remove host-memcpy-hack.h
    This might have been usefult at some point but we have more things that
    depend on specific library versions today.
  - commit 0396c23
  - Remove compress-vmlinux.sh
    /usr/lib/rpm/brp-suse.d/brp-99-compress-vmlinux was added in
    pesign-obs-integration during SLE12 RC. This workaround can be removed.
  - commit 19caac0
  - Remove try-disable-staging-driver
    The config for linux-next is autogenerated from master config, and
    defaults filled for missing options. This is unlikely to enable any
    staging driver in the first place.
  - commit a6f21ed
  - nvme: always punt polled uring_cmd end_io work to task_work
    (git-fixes).
  - nvme: fix implicit bool to flags conversion (git-fixes).
  - commit 36de06b
  - net/tls: fix kernel panic when alloc_page failed (CVE-2025-38018
    bsc#1244999).
  - commit 1124110
  - espintcp: fix skb leaks (CVE-2025-38057 bsc#1244862).
  - commit dffbfd5
  - nvme: fix command limits status code (git-fixes).
  - nvme-pci: add NVME_QUIRK_NO_DEEPEST_PS quirk for SOLIDIGM P44
    Pro (git-fixes).
  - nvme-pci: add quirks for WDC Blue SN550 15b7:5009 (git-fixes).
  - nvme-pci: add quirks for device 126f:1001 (git-fixes).
  - commit 990928c
  - sunrpc: handle SVC_GARBAGE during svc auth processing as auth
    error (git-fixes).
  - commit afe6d07
  - x86/microcode/AMD: Add get_patch_level() (git-fixes).
  - commit 73bb23d
  - x86/microcode/AMD: Get rid of the _load_microcode_amd() forward  declaration (git-fixes).
  - commit c818693
  - x86/microcode/AMD: Merge early_apply_microcode() into its single  callsite (git-fixes).
  - commit 761df14
  - x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section()  signature (git-fixes).
  - commit d6c2d35
  - x86/microcode: Consolidate the loader enablement checking (git-fixes).
  - commit d0fff01
  - scsi: iscsi: Fix incorrect error path labels for flashnode
    operations (git-fixes).
  - md/raid1,raid10: don't handle IO error for REQ_RAHEAD and
    REQ_NOWAIT (git-fixes).
  - commit cbd3a76

++++ libarchive:

  - Fix CVE-2025-5918, reading past EOF may be triggered for piped file streams
    (CVE-2025-5918, bsc#1244279)
    * CVE-2025-5918.patch
  - Fix CVE-2025-5917, off by one error in build_ustar_entry_name() at archive_write_set_format_pax.c
    (CVE-2025-5917, bsc#1244336)
    * CVE-2025-5917.patch
  - Fix CVE-2025-5916, integer overflow while reading warc files at archive_read_support_format_warc.c
    (CVE-2025-5916, bsc#1244270)
    * CVE-2025-5916.patch
  - Fix CVE-2025-5915, heap buffer over read in copy_from_lzss_window() at archive_read_support_format_rar.c
    (CVE-2025-5915, bsc#1244273)
    * CVE-2025-5915.patch
  - Fix CVE-2025-5914, double free due to an integer overflow in the archive_read_format_rar_seek_data() function
    (CVE-2025-5914, bsc#1244272)
    * CVE-2025-5914.patch

------------------------------------------------------------------
------------------  2025-6-22  -  Jun 22 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - PCI/PM: Set up runtime PM even for devices without PCI PM
    (git-fixes).
  - commit 871b129

++++ kernel-rt:

  - PCI/PM: Set up runtime PM even for devices without PCI PM
    (git-fixes).
  - commit 871b129

++++ kernel-rt_debug:

  - PCI/PM: Set up runtime PM even for devices without PCI PM
    (git-fixes).
  - commit 871b129

------------------------------------------------------------------
------------------  2025-6-21  -  Jun 21 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - gpio: mlxbf3: only get IRQ for device instance 0 (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X513EA
    (git-fixes).
  - drm/etnaviv: Protect the scheduler's pending list with its lock
    (git-fixes).
  - drm/nouveau/bl: increase buffer size to avoid truncate warning
    (git-fixes).
  - drm/ssd130x: fix ssd132x_clear_screen() columns (git-fixes).
  - drm/amdgpu: switch job hw_fence to amdgpu_fence (git-fixes).
  - drm/i915/pmu: Fix build error with GCOV and AutoFDO enabled
    (git-fixes).
  - drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rate
    (git-fixes).
  - drm/msm/disp: Correct porch timing for SDM845 (git-fixes).
  - commit 3df7edd

++++ kernel-rt:

  - gpio: mlxbf3: only get IRQ for device instance 0 (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X513EA
    (git-fixes).
  - drm/etnaviv: Protect the scheduler's pending list with its lock
    (git-fixes).
  - drm/nouveau/bl: increase buffer size to avoid truncate warning
    (git-fixes).
  - drm/ssd130x: fix ssd132x_clear_screen() columns (git-fixes).
  - drm/amdgpu: switch job hw_fence to amdgpu_fence (git-fixes).
  - drm/i915/pmu: Fix build error with GCOV and AutoFDO enabled
    (git-fixes).
  - drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rate
    (git-fixes).
  - drm/msm/disp: Correct porch timing for SDM845 (git-fixes).
  - commit 3df7edd

++++ kernel-rt_debug:

  - gpio: mlxbf3: only get IRQ for device instance 0 (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X513EA
    (git-fixes).
  - drm/etnaviv: Protect the scheduler's pending list with its lock
    (git-fixes).
  - drm/nouveau/bl: increase buffer size to avoid truncate warning
    (git-fixes).
  - drm/ssd130x: fix ssd132x_clear_screen() columns (git-fixes).
  - drm/amdgpu: switch job hw_fence to amdgpu_fence (git-fixes).
  - drm/i915/pmu: Fix build error with GCOV and AutoFDO enabled
    (git-fixes).
  - drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rate
    (git-fixes).
  - drm/msm/disp: Correct porch timing for SDM845 (git-fixes).
  - commit 3df7edd

------------------------------------------------------------------
------------------  2025-6-20  -  Jun 20 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - libnvdimm/labels: Fix divide error in nd_label_data_init()
    (bsc#1244743, CVE-2025-38072).
  - commit 42a394c
  - kabi: restore layout of struct mem_control (jsc#PED-12551).
  - commit e948e2e
  - mm, memcg: cg2 memory{.swap,}.peak write handlers
    (jsc#PED-12551).
  - mm/memcontrol: export memcg.swap watermark via sysfs for v2
    memcg (jsc#PED-12551).
  - commit 97c4d37
  - can: tcan4x5x: fix power regulator retrieval during probe
    (git-fixes).
  - commit 5798451
  - wifi: carl9170: do not ping device which has failed to load
    firmware (git-fixes).
  - NFC: nci: uart: Set tty->disc_data only in success path
    (git-fixes).
  - hwmon: (occ) fix unaligned accesses (git-fixes).
  - hwmon: (occ) Rework attribute registration for stack usage
    (git-fixes).
  - hwmon: (ftsteutates) Fix TOCTOU race in fts_read() (git-fixes).
  - wifi: ath11k: move some firmware stats related functions
    outside of debugfs (git-fixes).
  - wifi: ath11k: don't wait when there is no vdev started
    (git-fixes).
  - wifi: ath11k: don't use static variables in
    ath11k_debugfs_fw_stats_process() (git-fixes).
  - wifi: ath11k: avoid burning CPU in
    ath11k_debugfs_fw_stats_request() (git-fixes).
  - USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB
    (stable-fixes).
  - usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage
    device (stable-fixes).
  - usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AE
    (stable-fixes).
  - thunderbolt: Do not double dequeue a configuration request
    (stable-fixes).
  - rtc: Make rtc_time64_to_tm() support dates before 1970
    (stable-fixes).
  - firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES
    (git-fixes).
  - Bluetooth: MGMT: Remove unused mgmt_pending_find_data
    (stable-fixes).
  - serial: sh-sci: Move runtime PM enable to sci_probe_single()
    (stable-fixes).
  - wifi: ath11k: convert timeouts to secs_to_jiffies()
    (stable-fixes).
  - wifi: ath11k: fix soc_dp_stats debugfs file permission
    (stable-fixes).
  - commit d77b71f
  - Update patches.suse/ALSA-pcm-Fix-race-of-buffer-access-at-PCM-OSS-layer.patch
    (CVE-2025-38078 bsc#1244737).
  - commit 9ad878b
  - calipso: Fix null-ptr-deref in calipso_req_{set,del}attr()
    (git-fixes).
  - commit 1a53756
  - net/sched: fix use-after-free in taprio_dev_notifier
    (git-fixes).
  - commit bd7e23e
  - net_sched: ets: fix a race in ets_qdisc_change() (git-fixes).
  - commit c8863c2
  - net_sched: tbf: fix a race in tbf_change() (git-fixes).
  - commit 8dd49d3
  - net_sched: red: fix a race in __red_change() (git-fixes).
  - commit eb63704
  - net_sched: prio: fix a race in prio_tune() (git-fixes).
  - commit 2898595
  - net_sched: sch_sfq: reject invalid perturb period (git-fixes).
  - commit 11af7b7
  - net: Fix TOCTOU issue in sk_is_readable() (git-fixes).
  - commit 9bf44e9

++++ kernel-rt:

  - libnvdimm/labels: Fix divide error in nd_label_data_init()
    (bsc#1244743, CVE-2025-38072).
  - commit 42a394c
  - kabi: restore layout of struct mem_control (jsc#PED-12551).
  - commit e948e2e
  - mm, memcg: cg2 memory{.swap,}.peak write handlers
    (jsc#PED-12551).
  - mm/memcontrol: export memcg.swap watermark via sysfs for v2
    memcg (jsc#PED-12551).
  - commit 97c4d37
  - can: tcan4x5x: fix power regulator retrieval during probe
    (git-fixes).
  - commit 5798451
  - wifi: carl9170: do not ping device which has failed to load
    firmware (git-fixes).
  - NFC: nci: uart: Set tty->disc_data only in success path
    (git-fixes).
  - hwmon: (occ) fix unaligned accesses (git-fixes).
  - hwmon: (occ) Rework attribute registration for stack usage
    (git-fixes).
  - hwmon: (ftsteutates) Fix TOCTOU race in fts_read() (git-fixes).
  - wifi: ath11k: move some firmware stats related functions
    outside of debugfs (git-fixes).
  - wifi: ath11k: don't wait when there is no vdev started
    (git-fixes).
  - wifi: ath11k: don't use static variables in
    ath11k_debugfs_fw_stats_process() (git-fixes).
  - wifi: ath11k: avoid burning CPU in
    ath11k_debugfs_fw_stats_request() (git-fixes).
  - USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB
    (stable-fixes).
  - usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage
    device (stable-fixes).
  - usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AE
    (stable-fixes).
  - thunderbolt: Do not double dequeue a configuration request
    (stable-fixes).
  - rtc: Make rtc_time64_to_tm() support dates before 1970
    (stable-fixes).
  - firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES
    (git-fixes).
  - Bluetooth: MGMT: Remove unused mgmt_pending_find_data
    (stable-fixes).
  - serial: sh-sci: Move runtime PM enable to sci_probe_single()
    (stable-fixes).
  - wifi: ath11k: convert timeouts to secs_to_jiffies()
    (stable-fixes).
  - wifi: ath11k: fix soc_dp_stats debugfs file permission
    (stable-fixes).
  - commit d77b71f
  - Update patches.suse/ALSA-pcm-Fix-race-of-buffer-access-at-PCM-OSS-layer.patch
    (CVE-2025-38078 bsc#1244737).
  - commit 9ad878b
  - calipso: Fix null-ptr-deref in calipso_req_{set,del}attr()
    (git-fixes).
  - commit 1a53756
  - net/sched: fix use-after-free in taprio_dev_notifier
    (git-fixes).
  - commit bd7e23e
  - net_sched: ets: fix a race in ets_qdisc_change() (git-fixes).
  - commit c8863c2
  - net_sched: tbf: fix a race in tbf_change() (git-fixes).
  - commit 8dd49d3
  - net_sched: red: fix a race in __red_change() (git-fixes).
  - commit eb63704
  - net_sched: prio: fix a race in prio_tune() (git-fixes).
  - commit 2898595
  - net_sched: sch_sfq: reject invalid perturb period (git-fixes).
  - commit 11af7b7
  - net: Fix TOCTOU issue in sk_is_readable() (git-fixes).
  - commit 9bf44e9

++++ kernel-rt_debug:

  - libnvdimm/labels: Fix divide error in nd_label_data_init()
    (bsc#1244743, CVE-2025-38072).
  - commit 42a394c
  - kabi: restore layout of struct mem_control (jsc#PED-12551).
  - commit e948e2e
  - mm, memcg: cg2 memory{.swap,}.peak write handlers
    (jsc#PED-12551).
  - mm/memcontrol: export memcg.swap watermark via sysfs for v2
    memcg (jsc#PED-12551).
  - commit 97c4d37
  - can: tcan4x5x: fix power regulator retrieval during probe
    (git-fixes).
  - commit 5798451
  - wifi: carl9170: do not ping device which has failed to load
    firmware (git-fixes).
  - NFC: nci: uart: Set tty->disc_data only in success path
    (git-fixes).
  - hwmon: (occ) fix unaligned accesses (git-fixes).
  - hwmon: (occ) Rework attribute registration for stack usage
    (git-fixes).
  - hwmon: (ftsteutates) Fix TOCTOU race in fts_read() (git-fixes).
  - wifi: ath11k: move some firmware stats related functions
    outside of debugfs (git-fixes).
  - wifi: ath11k: don't wait when there is no vdev started
    (git-fixes).
  - wifi: ath11k: don't use static variables in
    ath11k_debugfs_fw_stats_process() (git-fixes).
  - wifi: ath11k: avoid burning CPU in
    ath11k_debugfs_fw_stats_request() (git-fixes).
  - USB: serial: pl2303: add new chip PL2303GC-Q20 and PL2303GT-2AB
    (stable-fixes).
  - usb: storage: Ignore UAS driver for SanDisk 3.2 Gen2 storage
    device (stable-fixes).
  - usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AE
    (stable-fixes).
  - thunderbolt: Do not double dequeue a configuration request
    (stable-fixes).
  - rtc: Make rtc_time64_to_tm() support dates before 1970
    (stable-fixes).
  - firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHES
    (git-fixes).
  - Bluetooth: MGMT: Remove unused mgmt_pending_find_data
    (stable-fixes).
  - serial: sh-sci: Move runtime PM enable to sci_probe_single()
    (stable-fixes).
  - wifi: ath11k: convert timeouts to secs_to_jiffies()
    (stable-fixes).
  - wifi: ath11k: fix soc_dp_stats debugfs file permission
    (stable-fixes).
  - commit d77b71f
  - Update patches.suse/ALSA-pcm-Fix-race-of-buffer-access-at-PCM-OSS-layer.patch
    (CVE-2025-38078 bsc#1244737).
  - commit 9ad878b
  - calipso: Fix null-ptr-deref in calipso_req_{set,del}attr()
    (git-fixes).
  - commit 1a53756
  - net/sched: fix use-after-free in taprio_dev_notifier
    (git-fixes).
  - commit bd7e23e
  - net_sched: ets: fix a race in ets_qdisc_change() (git-fixes).
  - commit c8863c2
  - net_sched: tbf: fix a race in tbf_change() (git-fixes).
  - commit 8dd49d3
  - net_sched: red: fix a race in __red_change() (git-fixes).
  - commit eb63704
  - net_sched: prio: fix a race in prio_tune() (git-fixes).
  - commit 2898595
  - net_sched: sch_sfq: reject invalid perturb period (git-fixes).
  - commit 11af7b7
  - net: Fix TOCTOU issue in sk_is_readable() (git-fixes).
  - commit 9bf44e9

++++ open-vm-tools:

  - Update to open-vm-tools 13.0.0 based on build 24696409. (boo#1245169):
    There are no new features in the open-vm-tools 13.0.0 release.  This is
    primarily a maintenance release that addresses a few issues, including:
  - The vm-support script has been updated to collect the open-vm-tools log
    files from the Linux guest and information from the systemd journal.
  - Github pull requests has been integrated and issues fixed.  Please see
    the Resolved Issues section of the Release Notes.
    For a more complete list of issues resolved in this release, see the
    Resolved Issues section of the Release Notes.
    For complete details, see:
    https://github.com/vmware/open-vm-tools/releases/tag/stable-13.0.0
    Release Notes are available at:
    https://github.com/vmware/open-vm-tools/blob/stable-13.0.0/ReleaseNotes.md
    The granular changes that have gone into the 13.0.0 release are in the
    ChangeLog at:
    https://github.com/vmware/open-vm-tools/blob/stable-13.0.0/open-vm-tools/ChangeLog
  - Add patch:
    0001-GOSC-Update-Guest-OS-Customization-to-utilize-system.patch
    Currently the "telinit 6" command is used to reboot a Linux VM
    following Guest OS Customization.  As the classic Linux init system,
    SysVinit, is deprecated in favor of a newer init system, systemd,
    the telinit command may not be available on the base Linux OS.
    This change adds support to Guest OS Customization for the systemd init
    system.  If the modern init system, systemd, is available, then a
    "systemctl reboot" command will be used to trigger reboot.  Otherwise,
    the "telinit 6" command will be used assuming the traditional init
    system, SysVinit, is still available.
  - Drop patch now contained in 13.0.0:
    open-vm-tools-12.5.0-gcc15.patch
  - Ran /usr/lib/obs/service/source_validators/helpers/fix_changelog to fix changes
    file where source validator was failing.

------------------------------------------------------------------
------------------  2025-6-19  -  Jun 19 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update patches.suse/dlm-mask-sk_shutdown-value.patch
    (bsc#1241278).
  - Update patches.suse/dlm-use-SHUT_RDWR-for-SCTP-shutdown.patch
    (bsc#1241278).
    Original bsc number was wrong. Fix it.
  - commit 37c9443

++++ kernel-rt:

  - Update patches.suse/dlm-mask-sk_shutdown-value.patch
    (bsc#1241278).
  - Update patches.suse/dlm-use-SHUT_RDWR-for-SCTP-shutdown.patch
    (bsc#1241278).
    Original bsc number was wrong. Fix it.
  - commit 37c9443

++++ kernel-rt_debug:

  - Update patches.suse/dlm-mask-sk_shutdown-value.patch
    (bsc#1241278).
  - Update patches.suse/dlm-use-SHUT_RDWR-for-SCTP-shutdown.patch
    (bsc#1241278).
    Original bsc number was wrong. Fix it.
  - commit 37c9443

------------------------------------------------------------------
------------------  2025-6-18  -  Jun 18 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to docker-buildx v0.25.0. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.25.0>

++++ python-kiwi:

  - There is no shim for aarch64 on SUSE
    Fix integration test for standard EFI (no secure boot)
    setup on arm

++++ kernel-default:

  - net_sched: hfsc: Address reentrant enqueue adding class to
    eltree twice (CVE-2025-38001 bsc#1244234).
  - commit 6a31481
  - packaging: Add support for suse-kabi-tools
    The current workflow to check kABI stability during the RPM build of SUSE
    kernels consists of the following steps:
    * The downstream script rpm/modversions unpacks the consolidated kABI
    symtypes reference data from kabi/<arch>/symtypes-<flavor> and creates
    individual symref files.
    * The build performs a regular kernel make. During this operation, genksyms
    is invoked for each source file. The tool determines type signatures of
    all exports within the file, reports any differences compared to the
    associated symref reference, calculates symbol CRCs from the signatures
    and writes new type data into a symtypes file.
    * The script rpm/modversions is invoked again, this time it packs all new
    symtypes files to a consolidated kABI file.
    * The downstream script rpm/kabi.pl checks symbol CRCs in the new build and
    compares them to a reference from kabi/<arch>/symvers-<flavor>, taking
    kabi/severities into account.
    suse-kabi-tools is a new set of tools to improve the kABI checking process.
    The suite includes two tools, ksymtypes and ksymvers, which replace the
    existing scripts rpm/modversions and rpm/kabi.pl, as well as the comparison
    functionality previously provided by genksyms. The tools have their own
    source repository and package.
    The tools provide faster operation and more detailed, unified output. In
    addition, they allow the use of the new upstream tool gendwarfksyms, which
    lacks any built-in comparison functionality.
    The updated workflow is as follows:
    * The build performs a regular kernel make. During this operation, genksyms
    (gendwarfksyms) is invoked as usual, determinining signatures and CRCs of
    all exports and writing the type data to symtypes files. However,
    genksyms no longer performs any comparison.
    * 'ksymtypes consolidate' packs all new symtypes files to a consolidated
    kABI file.
    * 'ksymvers compare' checks symbol CRCs in the new build and compares them
    to a reference from kabi/<arch>/symvers-<flavor>, taking kabi/severities
    into account. The tool writes its result in a human-readable form on
    standard output and also writes a list of all changed exports (not
    ignored by kabi/severities) to the changed-exports file.
    * 'ksymtypes compare' takes the changed-exports file, the consolidated kABI
    symtypes reference data from kabi/<arch>/symtypes-<flavor> and the new
    consolidated data. Based on this data, it produces a detailed report
    explaining why the symbols changed.
    The patch enables the use of suse-kabi-tools via rpm/config.sh, providing
    explicit control to each branch. To enable the support, set
    USE_SUSE_KABI_TOOLS=Yes in the config file.
  - commit a2c6f89
  - rpm/kernel-source.changes.old: Drop bogus bugzilla reference (bsc#1244725)
  - commit 5432961
  - platform/x86: ideapad-laptop: use usleep_range() for EC polling
    (git-fixes).
  - commit 1373cac
  - platform/x86: dell_rbu: Stop overwriting data buffer
    (git-fixes).
  - platform/x86: dell_rbu: Fix list usage (git-fixes).
  - platform/x86/amd: pmc: Clear metrics table at start of cycle
    (git-fixes).
  - platform/x86/intel-uncore-freq: Fail module load when plat_info
    is NULL (git-fixes).
  - commit 4eb007c

++++ kernel-rt:

  - net_sched: hfsc: Address reentrant enqueue adding class to
    eltree twice (CVE-2025-38001 bsc#1244234).
  - commit 6a31481
  - packaging: Add support for suse-kabi-tools
    The current workflow to check kABI stability during the RPM build of SUSE
    kernels consists of the following steps:
    * The downstream script rpm/modversions unpacks the consolidated kABI
    symtypes reference data from kabi/<arch>/symtypes-<flavor> and creates
    individual symref files.
    * The build performs a regular kernel make. During this operation, genksyms
    is invoked for each source file. The tool determines type signatures of
    all exports within the file, reports any differences compared to the
    associated symref reference, calculates symbol CRCs from the signatures
    and writes new type data into a symtypes file.
    * The script rpm/modversions is invoked again, this time it packs all new
    symtypes files to a consolidated kABI file.
    * The downstream script rpm/kabi.pl checks symbol CRCs in the new build and
    compares them to a reference from kabi/<arch>/symvers-<flavor>, taking
    kabi/severities into account.
    suse-kabi-tools is a new set of tools to improve the kABI checking process.
    The suite includes two tools, ksymtypes and ksymvers, which replace the
    existing scripts rpm/modversions and rpm/kabi.pl, as well as the comparison
    functionality previously provided by genksyms. The tools have their own
    source repository and package.
    The tools provide faster operation and more detailed, unified output. In
    addition, they allow the use of the new upstream tool gendwarfksyms, which
    lacks any built-in comparison functionality.
    The updated workflow is as follows:
    * The build performs a regular kernel make. During this operation, genksyms
    (gendwarfksyms) is invoked as usual, determinining signatures and CRCs of
    all exports and writing the type data to symtypes files. However,
    genksyms no longer performs any comparison.
    * 'ksymtypes consolidate' packs all new symtypes files to a consolidated
    kABI file.
    * 'ksymvers compare' checks symbol CRCs in the new build and compares them
    to a reference from kabi/<arch>/symvers-<flavor>, taking kabi/severities
    into account. The tool writes its result in a human-readable form on
    standard output and also writes a list of all changed exports (not
    ignored by kabi/severities) to the changed-exports file.
    * 'ksymtypes compare' takes the changed-exports file, the consolidated kABI
    symtypes reference data from kabi/<arch>/symtypes-<flavor> and the new
    consolidated data. Based on this data, it produces a detailed report
    explaining why the symbols changed.
    The patch enables the use of suse-kabi-tools via rpm/config.sh, providing
    explicit control to each branch. To enable the support, set
    USE_SUSE_KABI_TOOLS=Yes in the config file.
  - commit a2c6f89
  - rpm/kernel-source.changes.old: Drop bogus bugzilla reference (bsc#1244725)
  - commit 5432961
  - platform/x86: ideapad-laptop: use usleep_range() for EC polling
    (git-fixes).
  - commit 1373cac
  - platform/x86: dell_rbu: Stop overwriting data buffer
    (git-fixes).
  - platform/x86: dell_rbu: Fix list usage (git-fixes).
  - platform/x86/amd: pmc: Clear metrics table at start of cycle
    (git-fixes).
  - platform/x86/intel-uncore-freq: Fail module load when plat_info
    is NULL (git-fixes).
  - commit 4eb007c

++++ kernel-rt_debug:

  - net_sched: hfsc: Address reentrant enqueue adding class to
    eltree twice (CVE-2025-38001 bsc#1244234).
  - commit 6a31481
  - packaging: Add support for suse-kabi-tools
    The current workflow to check kABI stability during the RPM build of SUSE
    kernels consists of the following steps:
    * The downstream script rpm/modversions unpacks the consolidated kABI
    symtypes reference data from kabi/<arch>/symtypes-<flavor> and creates
    individual symref files.
    * The build performs a regular kernel make. During this operation, genksyms
    is invoked for each source file. The tool determines type signatures of
    all exports within the file, reports any differences compared to the
    associated symref reference, calculates symbol CRCs from the signatures
    and writes new type data into a symtypes file.
    * The script rpm/modversions is invoked again, this time it packs all new
    symtypes files to a consolidated kABI file.
    * The downstream script rpm/kabi.pl checks symbol CRCs in the new build and
    compares them to a reference from kabi/<arch>/symvers-<flavor>, taking
    kabi/severities into account.
    suse-kabi-tools is a new set of tools to improve the kABI checking process.
    The suite includes two tools, ksymtypes and ksymvers, which replace the
    existing scripts rpm/modversions and rpm/kabi.pl, as well as the comparison
    functionality previously provided by genksyms. The tools have their own
    source repository and package.
    The tools provide faster operation and more detailed, unified output. In
    addition, they allow the use of the new upstream tool gendwarfksyms, which
    lacks any built-in comparison functionality.
    The updated workflow is as follows:
    * The build performs a regular kernel make. During this operation, genksyms
    (gendwarfksyms) is invoked as usual, determinining signatures and CRCs of
    all exports and writing the type data to symtypes files. However,
    genksyms no longer performs any comparison.
    * 'ksymtypes consolidate' packs all new symtypes files to a consolidated
    kABI file.
    * 'ksymvers compare' checks symbol CRCs in the new build and compares them
    to a reference from kabi/<arch>/symvers-<flavor>, taking kabi/severities
    into account. The tool writes its result in a human-readable form on
    standard output and also writes a list of all changed exports (not
    ignored by kabi/severities) to the changed-exports file.
    * 'ksymtypes compare' takes the changed-exports file, the consolidated kABI
    symtypes reference data from kabi/<arch>/symtypes-<flavor> and the new
    consolidated data. Based on this data, it produces a detailed report
    explaining why the symbols changed.
    The patch enables the use of suse-kabi-tools via rpm/config.sh, providing
    explicit control to each branch. To enable the support, set
    USE_SUSE_KABI_TOOLS=Yes in the config file.
  - commit a2c6f89
  - rpm/kernel-source.changes.old: Drop bogus bugzilla reference (bsc#1244725)
  - commit 5432961
  - platform/x86: ideapad-laptop: use usleep_range() for EC polling
    (git-fixes).
  - commit 1373cac
  - platform/x86: dell_rbu: Stop overwriting data buffer
    (git-fixes).
  - platform/x86: dell_rbu: Fix list usage (git-fixes).
  - platform/x86/amd: pmc: Clear metrics table at start of cycle
    (git-fixes).
  - platform/x86/intel-uncore-freq: Fail module load when plat_info
    is NULL (git-fixes).
  - commit 4eb007c

++++ libsoup:

  - Add libsoup-CVE-2025-4945.patch: add value checks for date/time
    parsing (boo#1243314 CVE-2025-4945).

++++ libzypp:

  - Enhancements regarding mirror handling during repo refresh.
    Added  means to disable the use of mirrors when downloading
    security relevant files. Requires updaing zypper to 1.14.91.
  - Fix autotestcase writer if ZYPP_FULLLOG=1 (bsc#1244042)
    If ZYPP_FULLLOG=1 a solver testcase to
    "/var/log/YaST2/autoTestcase" should be written for each solver
    run. There was no testcase written for the very first solver run.
    This is now fixed.
  - Pass $1==2 to %posttrans script if it's an update (bsc#1243279)
  - version 17.37.6 (35)

++++ qemu:

  - Fix bsc#1240157:
    * [openSUSE][RPM] spec: Require ipxe and virtio-gpu packages for more arch-es (bsc#1240157)

++++ zypper:

  - BuildRequires:  libzypp-devel >= 17.37.6.
    Enhancements regarding mirror handling during repo refresh. Adapt
    to libzypp API changes. (bsc#1230267)
  - version 1.14.91

------------------------------------------------------------------
------------------  2025-6-17  -  Jun 17 2025  -------------------
------------------------------------------------------------------

++++ afterburn:

  - Fix Requires in noarch package to not be arch specific (bsc#1244675)

++++ git:

  - update to 2.50.0
    https://about.gitlab.com/blog/what-s-new-in-git-2-50-0/
    https://raw.githubusercontent.com/git/git/refs/tags/v2.50.0/Documentation/RelNotes/2.50.0.adoc

++++ kernel-default:

  - Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
    (git-fixes).
  - Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync (git-fixes).
  - Bluetooth: hci_conn: Fix UAF Write in
    __hci_acl_create_connection_sync (git-fixes).
  - commit cc24dff
  - Bluetooth: hci_event: Fix not using key encryption size when
    its known (git-fixes).
  - Bluetooth: Remove pending ACL connection attempts
    (stable-fixes).
  - Bluetooth: hci_conn: Only do ACL connections sequentially
    (stable-fixes).
  - commit 45b89a8
  - kernel-source: Remove log.sh from sources
  - commit 96bd779
  - powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO
    EEH recovery (bsc#1215199).
  - commit 8ae69e3

++++ kernel-rt:

  - Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
    (git-fixes).
  - Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync (git-fixes).
  - Bluetooth: hci_conn: Fix UAF Write in
    __hci_acl_create_connection_sync (git-fixes).
  - commit cc24dff
  - Bluetooth: hci_event: Fix not using key encryption size when
    its known (git-fixes).
  - Bluetooth: Remove pending ACL connection attempts
    (stable-fixes).
  - Bluetooth: hci_conn: Only do ACL connections sequentially
    (stable-fixes).
  - commit 45b89a8
  - kernel-source: Remove log.sh from sources
  - commit 96bd779
  - powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO
    EEH recovery (bsc#1215199).
  - commit 8ae69e3

++++ kernel-rt_debug:

  - Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
    (git-fixes).
  - Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync (git-fixes).
  - Bluetooth: hci_conn: Fix UAF Write in
    __hci_acl_create_connection_sync (git-fixes).
  - commit cc24dff
  - Bluetooth: hci_event: Fix not using key encryption size when
    its known (git-fixes).
  - Bluetooth: Remove pending ACL connection attempts
    (stable-fixes).
  - Bluetooth: hci_conn: Only do ACL connections sequentially
    (stable-fixes).
  - commit 45b89a8
  - kernel-source: Remove log.sh from sources
  - commit 96bd779
  - powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO
    EEH recovery (bsc#1215199).
  - commit 8ae69e3

++++ jbigkit:

  - version update to 2.1
  - added patches
    CVE-2022-1210 [bsc#1198146], Malicious file leads to a denial of service in TIFF File Handler
    + jbigkit-CVE-2022-1210.patch

------------------------------------------------------------------
------------------  2025-6-16  -  Jun 16 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add driver configuration support for dracut initrd
    Add driver configuration support for dracut initrd
    Add support for specifying kernel drivers to be included or omitted
    in the dracut initrd configuration. This extends the existing dracut
    configuration capabilities like in the following example
    <initrd action="add">
    <dracut driver="erofs"/>
    </initrd>

++++ kernel-default:

  - ima: Suspend PCR extends and log appends when rebooting
    (bsc#1210025 ltc#196650).
  - commit 25c308f

++++ kernel-rt:

  - ima: Suspend PCR extends and log appends when rebooting
    (bsc#1210025 ltc#196650).
  - commit 25c308f

++++ kernel-rt_debug:

  - ima: Suspend PCR extends and log appends when rebooting
    (bsc#1210025 ltc#196650).
  - commit 25c308f

------------------------------------------------------------------
------------------  2025-6-15  -  Jun 15 2025  -------------------
------------------------------------------------------------------

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 570.169 (boo#1244614)

------------------------------------------------------------------
------------------  2025-6-14  -  Jun 14 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ACPI: CPPC: Fix NULL pointer dereference when nosmp is used
    (git-fixes).
  - regulator: max20086: Fix refcount leak in
    max20086_parse_regulators_dt() (git-fixes).
  - commit 5b8c5a3

++++ kernel-rt:

  - ACPI: CPPC: Fix NULL pointer dereference when nosmp is used
    (git-fixes).
  - regulator: max20086: Fix refcount leak in
    max20086_parse_regulators_dt() (git-fixes).
  - commit 5b8c5a3

++++ kernel-rt_debug:

  - ACPI: CPPC: Fix NULL pointer dereference when nosmp is used
    (git-fixes).
  - regulator: max20086: Fix refcount leak in
    max20086_parse_regulators_dt() (git-fixes).
  - commit 5b8c5a3

------------------------------------------------------------------
------------------  2025-6-13  -  Jun 13 2025  -------------------
------------------------------------------------------------------

++++ git:

  - Refresh gitk SHA256 patch and add SHA256 support to git-gui (bsc#1239989):
    0001-gitk-Add-support-of-SHA256-repo.patch
    0002-git-gui-Add-support-of-SHA256-repo.patch
    The previous patches are dropped:
    0001-gitk-Add-a-basic-support-of-SHA256-repositories-into.patch
    0002-gitk-Add-auto-select-length-preference-for-SHA256.patch

++++ glib2:

  - Add glib2-CVE-2025-6052.patch: fix overflow check when expanding
    a GString (bsc#1244596 CVE-2025-6052).

++++ kernel-default:

  - scsi: dc395x: Remove leftover if statement in reselect()
    (git-fixes).
  - commit c259874
  - loop: add file_start_write() and file_end_write() (git-fixes).
  - scsi: dc395x: Remove DEBUG conditional compilation (git-fixes).
  - scsi: hisi_sas: Call I_T_nexus after soft reset for SATA disk
    (git-fixes).
  - scsi: qedf: Use designated initializer for struct
    qed_fcoe_cb_ops (git-fixes).
  - scsi: sd_zbc: block: Respect bio vector limits for REPORT
    ZONES buffer (git-fixes).
  - scsi: mpi3mr: Add level check to control event logging
    (git-fixes).
  - scsi: st: Tighten the page format heuristics with MODE SELECT
    (git-fixes).
  - scsi: st: ERASE does not change tape location (git-fixes).
  - scsi: mpt3sas: Send a diag reset if target reset fails
    (git-fixes).
  - scsi: st: Restore some drive settings after reset (git-fixes).
  - commit 6dba36f
  - x86/mm/init: Handle the special case of device private
    pages in add_pages(), to not increase max_pfn and trigger
    dma_addressing_limited() bounce buffers (git-fixes).
  - commit d67c7bf
  - PCI/MSI: Size device MSI domain with the maximum number of
    vectors (git-fixes).
  - PCI: dw-rockchip: Remove PCIE_L0S_ENTRY check from
    rockchip_pcie_link_up() (git-fixes).
  - PCI: apple: Set only available ports up (git-fixes).
  - PCI: dwc: ep: Correct PBA offset in .set_msix() callback
    (git-fixes).
  - PCI: endpoint: Retain fixed-size BAR size as well as aligned
    size (git-fixes).
  - kABI: PCI: endpoint: Retain fixed-size BAR size as well as
    aligned size (git-fixes).
  - PCI/DPC: Log Error Source ID only when valid (git-fixes).
  - serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
    (git-fixes).
  - kABI: serial: mctrl_gpio: split disable_ms into sync and
    no_sync APIs (git-fixes).
  - x86/kaslr: Reduce KASLR entropy on most x86 systems (git-fixes).
  - PCI/DPC: Use defines with DPC reason fields (git-fixes).
  - commit 67e24e5
  - Bluetooth: MGMT: Fix sparse errors (git-fixes).
  - commit bcd5c33
  - wifi: ath11k: validate ath11k_crypto_mode on top of
    ath11k_core_qmi_firmware_ready (git-fixes).
  - ath10k: snoc: fix unbalanced IRQ enable in crash recovery
    (git-fixes).
  - Bluetooth: hci_sync: Fix broadcast/PA when using an existing
    instance (git-fixes).
  - Bluetooth: Fix NULL pointer deference on eir_get_service_data
    (git-fixes).
  - net/mdiobus: Fix potential out-of-bounds clause 45 read/write
    access (git-fixes).
  - net/mdiobus: Fix potential out-of-bounds read/write access
    (git-fixes).
  - Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
    (git-fixes).
  - Bluetooth: hci_core: fix list_for_each_entry_rcu usage
    (git-fixes).
  - ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()
    (git-fixes).
  - pinctrl: st: Drop unused st_gpio_bank() function (git-fixes).
  - pinctrl: qcom: pinctrl-qcm2290: Add missing pins (git-fixes).
  - commit d9ecc09

++++ kernel-rt:

  - scsi: dc395x: Remove leftover if statement in reselect()
    (git-fixes).
  - commit c259874
  - loop: add file_start_write() and file_end_write() (git-fixes).
  - scsi: dc395x: Remove DEBUG conditional compilation (git-fixes).
  - scsi: hisi_sas: Call I_T_nexus after soft reset for SATA disk
    (git-fixes).
  - scsi: qedf: Use designated initializer for struct
    qed_fcoe_cb_ops (git-fixes).
  - scsi: sd_zbc: block: Respect bio vector limits for REPORT
    ZONES buffer (git-fixes).
  - scsi: mpi3mr: Add level check to control event logging
    (git-fixes).
  - scsi: st: Tighten the page format heuristics with MODE SELECT
    (git-fixes).
  - scsi: st: ERASE does not change tape location (git-fixes).
  - scsi: mpt3sas: Send a diag reset if target reset fails
    (git-fixes).
  - scsi: st: Restore some drive settings after reset (git-fixes).
  - commit 6dba36f
  - x86/mm/init: Handle the special case of device private
    pages in add_pages(), to not increase max_pfn and trigger
    dma_addressing_limited() bounce buffers (git-fixes).
  - commit d67c7bf
  - PCI/MSI: Size device MSI domain with the maximum number of
    vectors (git-fixes).
  - PCI: dw-rockchip: Remove PCIE_L0S_ENTRY check from
    rockchip_pcie_link_up() (git-fixes).
  - PCI: apple: Set only available ports up (git-fixes).
  - PCI: dwc: ep: Correct PBA offset in .set_msix() callback
    (git-fixes).
  - PCI: endpoint: Retain fixed-size BAR size as well as aligned
    size (git-fixes).
  - kABI: PCI: endpoint: Retain fixed-size BAR size as well as
    aligned size (git-fixes).
  - PCI/DPC: Log Error Source ID only when valid (git-fixes).
  - serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
    (git-fixes).
  - kABI: serial: mctrl_gpio: split disable_ms into sync and
    no_sync APIs (git-fixes).
  - x86/kaslr: Reduce KASLR entropy on most x86 systems (git-fixes).
  - PCI/DPC: Use defines with DPC reason fields (git-fixes).
  - commit 67e24e5
  - Bluetooth: MGMT: Fix sparse errors (git-fixes).
  - commit bcd5c33
  - wifi: ath11k: validate ath11k_crypto_mode on top of
    ath11k_core_qmi_firmware_ready (git-fixes).
  - ath10k: snoc: fix unbalanced IRQ enable in crash recovery
    (git-fixes).
  - Bluetooth: hci_sync: Fix broadcast/PA when using an existing
    instance (git-fixes).
  - Bluetooth: Fix NULL pointer deference on eir_get_service_data
    (git-fixes).
  - net/mdiobus: Fix potential out-of-bounds clause 45 read/write
    access (git-fixes).
  - net/mdiobus: Fix potential out-of-bounds read/write access
    (git-fixes).
  - Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
    (git-fixes).
  - Bluetooth: hci_core: fix list_for_each_entry_rcu usage
    (git-fixes).
  - ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()
    (git-fixes).
  - pinctrl: st: Drop unused st_gpio_bank() function (git-fixes).
  - pinctrl: qcom: pinctrl-qcm2290: Add missing pins (git-fixes).
  - commit d9ecc09

++++ kernel-rt_debug:

  - scsi: dc395x: Remove leftover if statement in reselect()
    (git-fixes).
  - commit c259874
  - loop: add file_start_write() and file_end_write() (git-fixes).
  - scsi: dc395x: Remove DEBUG conditional compilation (git-fixes).
  - scsi: hisi_sas: Call I_T_nexus after soft reset for SATA disk
    (git-fixes).
  - scsi: qedf: Use designated initializer for struct
    qed_fcoe_cb_ops (git-fixes).
  - scsi: sd_zbc: block: Respect bio vector limits for REPORT
    ZONES buffer (git-fixes).
  - scsi: mpi3mr: Add level check to control event logging
    (git-fixes).
  - scsi: st: Tighten the page format heuristics with MODE SELECT
    (git-fixes).
  - scsi: st: ERASE does not change tape location (git-fixes).
  - scsi: mpt3sas: Send a diag reset if target reset fails
    (git-fixes).
  - scsi: st: Restore some drive settings after reset (git-fixes).
  - commit 6dba36f
  - x86/mm/init: Handle the special case of device private
    pages in add_pages(), to not increase max_pfn and trigger
    dma_addressing_limited() bounce buffers (git-fixes).
  - commit d67c7bf
  - PCI/MSI: Size device MSI domain with the maximum number of
    vectors (git-fixes).
  - PCI: dw-rockchip: Remove PCIE_L0S_ENTRY check from
    rockchip_pcie_link_up() (git-fixes).
  - PCI: apple: Set only available ports up (git-fixes).
  - PCI: dwc: ep: Correct PBA offset in .set_msix() callback
    (git-fixes).
  - PCI: endpoint: Retain fixed-size BAR size as well as aligned
    size (git-fixes).
  - kABI: PCI: endpoint: Retain fixed-size BAR size as well as
    aligned size (git-fixes).
  - PCI/DPC: Log Error Source ID only when valid (git-fixes).
  - serial: mctrl_gpio: split disable_ms into sync and no_sync APIs
    (git-fixes).
  - kABI: serial: mctrl_gpio: split disable_ms into sync and
    no_sync APIs (git-fixes).
  - x86/kaslr: Reduce KASLR entropy on most x86 systems (git-fixes).
  - PCI/DPC: Use defines with DPC reason fields (git-fixes).
  - commit 67e24e5
  - Bluetooth: MGMT: Fix sparse errors (git-fixes).
  - commit bcd5c33
  - wifi: ath11k: validate ath11k_crypto_mode on top of
    ath11k_core_qmi_firmware_ready (git-fixes).
  - ath10k: snoc: fix unbalanced IRQ enable in crash recovery
    (git-fixes).
  - Bluetooth: hci_sync: Fix broadcast/PA when using an existing
    instance (git-fixes).
  - Bluetooth: Fix NULL pointer deference on eir_get_service_data
    (git-fixes).
  - net/mdiobus: Fix potential out-of-bounds clause 45 read/write
    access (git-fixes).
  - net/mdiobus: Fix potential out-of-bounds read/write access
    (git-fixes).
  - Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_complete
    (git-fixes).
  - Bluetooth: hci_core: fix list_for_each_entry_rcu usage
    (git-fixes).
  - ptp: remove ptp->n_vclocks check logic in ptp_vclock_in_use()
    (git-fixes).
  - pinctrl: st: Drop unused st_gpio_bank() function (git-fixes).
  - pinctrl: qcom: pinctrl-qcm2290: Add missing pins (git-fixes).
  - commit d9ecc09

++++ qemu:

  - Fix bsc#1243013:
    * [openSUSE] rpm: disable LTO for userspace emulation on 15.6
  - Update version to 8.2.10
    * Full changelog here:
    https://lore.kernel.org/qemu-devel/7dd1fbc7-a58f-4b2c-82b9-735840246ab2@tls.msk.ru/
    * Some backports:
    hw/misc/aspeed_hace: Fix buffer overflow in has_padding function
    target/ppc: Fix e200 duplicate SPRs
    linux-user/riscv: Fix handling of cpu mask in riscv_hwprobe syscall
    docs/about/emulation: Fix broken link
    vdpa: Allow vDPA to work on big-endian machine
    vdpa: Fix endian bugs in shadow virtqueue
    target/loongarch: Fix vldi inst
    target/arm: Simplify pstate_sm check in sve_access_check
    target/arm: Make DisasContext.{fp, sve}_access_checked tristate
    util/cacheflush: Make first DSB unconditional on aarch64
    ui/cocoa: Temporarily ignore annoying deprecated declaration warnings
    docs: Rename default-configs to configs
    block: Zero block driver state before reopening
    hw/xen/hvm: Fix Aarch64 typo
    hw/net/smc91c111: Don't allow data register access to overrun buffer
    hw/net/smc91c111: Sanitize packet length on tx
    hw/net/smc91c111: Sanitize packet numbers
    hw/net/smc91c111: Ignore attempt to pop from empty RX fifo
    ppc/pnv/occ: Fix common area sensor offsets
    net: move backend cleanup to NIC cleanup
    net: parameterize the removing client from nc list
    util/qemu-timer.c: Don't warp timer from timerlist_rearm()
    target/arm: Correct STRD atomicity
    target/arm: Correct LDRD atomicity and fault behaviour
    ...

------------------------------------------------------------------
------------------  2025-6-12  -  Jun 12 2025  -------------------
------------------------------------------------------------------

++++ jq:

  - Add patch CVE-2024-23337.patch (CVE-2024-23337, bsc#1243450)

++++ kernel-default:

  - sch_hfsc: Fix qlen accounting bug when using peek in
    hfsc_enqueue() (CVE-2025-38000 bsc#1244277).
  - commit ffb9ab4

++++ kernel-rt:

  - sch_hfsc: Fix qlen accounting bug when using peek in
    hfsc_enqueue() (CVE-2025-38000 bsc#1244277).
  - commit ffb9ab4

++++ kernel-rt_debug:

  - sch_hfsc: Fix qlen accounting bug when using peek in
    hfsc_enqueue() (CVE-2025-38000 bsc#1244277).
  - commit ffb9ab4

++++ libblockdev:

  - suppress privilege escalation during xfs fs resize (CVE-2025-6019)
    (bsc#1243285)
    add 0001-dont-allow-suid-and-dev-set-on-fs-resize.patch

++++ pam:

  - pam_namespace: convert functions that may operate on a user-controlled path
    to operate on file descriptors instead of absolute path. And keep the
    bind-mount protection from protect_mount() as a defense in depthmeasure.
    [bsc#1244509, CVE-2025-6020,
    pam_inline-introduce-pam_asprintf-pam_snprintf-and-p.patch,
    pam_namespace-fix-potential-privilege-escalation.patch,
    pam_namespace-add-flags-to-indicate-path-safety.patch,
    pam_namespace-secure_opendir-do-not-look-at-the-grou.patch]
  - pam_namespace-fix-potential-privilege-escalation.patch adapted and includes
    changes from upstream commits: ds6242a, bc856cd.
    * pam_namespace fix logic in return value handling
    * pam_namespace move functions around

------------------------------------------------------------------
------------------  2025-6-11  -  Jun 11 2025  -------------------
------------------------------------------------------------------

++++ fde-tools:

  - Add fde-tools-bsc1244323-firstboot-fix-lsinitrd.patch to fix the
    empty LUKS header checksum from lsinitrd (bsc#1244323)

++++ kernel-default:

  - net_sched: sch_fifo: implement lockless __fifo_dump() (bsc#1237312)
  - commit 8196566
  - Revert "ipv6: save dontfrag in cork (git-fixes)."
    This reverts commit d3fe600164867bd0529ed1049fbd53ca9fce2eaf.
    See https://lore.kernel.org/all/aElivdUXqd1OqgMY@karahi.gladserv.com/
    and https://bugzilla.suse.com/show_bug.cgi?id=1244313.
  - commit b9e7a4e
  - Revert "kABI: ipv6: save dontfrag in cork (git-fixes)."
    This reverts commit cbc81e238815721048ac709726467c90981753c9.
    See https://lore.kernel.org/all/aElivdUXqd1OqgMY@karahi.gladserv.com/
    and https://bugzilla.suse.com/show_bug.cgi?id=1244313.
  - commit 38d0091
  - kABI fix for net: Remove RTNL dance for SIOCBRADDIF and
    SIOCBRDELIF (CVE-2025-22111 bsc#1241572).
  - commit edfd43c
  - page_pool: avoid infinite loop to schedule delayed worker
    (CVE-2025-37859 bsc#1243051).
  - commit b8f1dfd
  - tipc: fix memory leak in tipc_link_xmit (CVE-2025-37757 bsc#1242521)
  - commit 48e0415
  - struct usci: hide additional member (git-fixes).
  - commit 1b8456a
  - net_sched: Flush gso_skb list too during ->change()
    (CVE-2025-37992 bsc#1243698).
  - netfilter: ipset: fix region locking in hash types
    (CVE-2025-37997 bsc#1243832).
  - ipvs: fix uninit-value for saddr in do_output_route4
    (CVE-2025-37961 bsc#1243523).
  - net: dsa: free routing table on probe failure (CVE-2025-37786
    bsc#1242725).
  - net: tls: explicitly disallow disconnect (CVE-2025-37756
    bsc#1242515).
  - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF
    (CVE-2025-22111 bsc#1241572).
  - vlan: enforce underlying device type (CVE-2025-21920
    bsc#1240686).
  - xfrm: delete intermediate secpath entry in packet offload mode
    (CVE-2025-21720 bsc#1238859).
  - xfrm: state: fix out-of-bounds read during lookup
    (CVE-2024-57982 bsc#1237913).
  - rxrpc: Fix handling of received connection abort (CVE-2024-58053
    bsc#1238982).
  - commit d3e755f
  - isolcpus: fix bug in returning number of allocated cpumask (bsc#1243774).
    Return the correct upper limit of the allocated cpumask.
    modified:
  - patches.suse/lib-group_cpus-honor-housekeeping-config-when-grouping.patch
  - patches.suse/lib-group_cpus-let-group_cpu_evenly-return-number.patch
  - commit 092bf4a
  - xen/arm: call uaccess_ttbr0_enable for dm_op hypercall (git-fixes)
  - commit 24d5250
  - arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs (git-fixes)
  - commit 28d162e
  - Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC (git-fixes)
  - commit 9dd3301
  - xen/x86: fix initial memory balloon target (git-fixes).
  - commit 7e938b1
  - ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt
    3 dock (stable-fixes).
  - ALSA: usb-audio: Fix NULL pointer deref in
    snd_usb_power_domain_set() (git-fixes).
  - commit 9d209cd
  - ALSA: usb-audio: Rename Pioneer mixer channel controls
    (git-fixes).
  - ALSA: usb-audio: Add Pioneer DJ DJM-V10 support (stable-fixes).
  - ALSA: usb-audio: Fix duplicated name in MIDI substream names
    (stable-fixes).
  - ALSA: usb-audio: mixer: Remove temporary string use in
    parse_clock_source_unit (stable-fixes).
  - commit e8737ac
  - ALSA: usb-audio: Set MIDI1 flag appropriately for GTB MIDI
    1.0 entry (stable-fixes).
  - ALSA: usb-audio: Accept multiple protocols in GTBs
    (stable-fixes).
  - ALSA: usb-audio: Add name for HP Engage Go dock (stable-fixes).
  - commit 498a796
  - Revert "ALSA: usb-audio: Skip setting clock selector for single
    connections" (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Ignore-clock-selector-errors-for-sing.patch.
  - Refresh
    patches.suse/ALSA-usb-audio-Support-multiple-control-interfaces.patch.
  - commit d0138e9
  - ALSA: usb-audio: Support read-only clock selector control
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Ignore-clock-selector-errors-for-sing.patch.
  - Refresh
    patches.suse/ALSA-usb-audio-Support-multiple-control-interfaces.patch.
  - commit ee97bec
  - ALSA: usb-audio: Skip setting clock selector for single
    connections (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Ignore-clock-selector-errors-for-sing.patch.
  - Refresh
    patches.suse/ALSA-usb-audio-Support-multiple-control-interfaces.patch.
  - commit 7326e0b
  - ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1
    (stable-fixes).
  - ALSA: usb-audio: enable support for Presonus Studio 1824c
    within 1810c file (stable-fixes).
  - ALSA: usb-audio: Support multiple control interfaces
    (stable-fixes).
  - ALSA: usb-audio: Check shutdown at endpoint_set_interface()
    (stable-fixes).
  - commit d4a0ce3

++++ kernel-rt:

  - net_sched: sch_fifo: implement lockless __fifo_dump() (bsc#1237312)
  - commit 8196566
  - Revert "ipv6: save dontfrag in cork (git-fixes)."
    This reverts commit d3fe600164867bd0529ed1049fbd53ca9fce2eaf.
    See https://lore.kernel.org/all/aElivdUXqd1OqgMY@karahi.gladserv.com/
    and https://bugzilla.suse.com/show_bug.cgi?id=1244313.
  - commit b9e7a4e
  - Revert "kABI: ipv6: save dontfrag in cork (git-fixes)."
    This reverts commit cbc81e238815721048ac709726467c90981753c9.
    See https://lore.kernel.org/all/aElivdUXqd1OqgMY@karahi.gladserv.com/
    and https://bugzilla.suse.com/show_bug.cgi?id=1244313.
  - commit 38d0091
  - kABI fix for net: Remove RTNL dance for SIOCBRADDIF and
    SIOCBRDELIF (CVE-2025-22111 bsc#1241572).
  - commit edfd43c
  - page_pool: avoid infinite loop to schedule delayed worker
    (CVE-2025-37859 bsc#1243051).
  - commit b8f1dfd
  - tipc: fix memory leak in tipc_link_xmit (CVE-2025-37757 bsc#1242521)
  - commit 48e0415
  - struct usci: hide additional member (git-fixes).
  - commit 1b8456a
  - net_sched: Flush gso_skb list too during ->change()
    (CVE-2025-37992 bsc#1243698).
  - netfilter: ipset: fix region locking in hash types
    (CVE-2025-37997 bsc#1243832).
  - ipvs: fix uninit-value for saddr in do_output_route4
    (CVE-2025-37961 bsc#1243523).
  - net: dsa: free routing table on probe failure (CVE-2025-37786
    bsc#1242725).
  - net: tls: explicitly disallow disconnect (CVE-2025-37756
    bsc#1242515).
  - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF
    (CVE-2025-22111 bsc#1241572).
  - vlan: enforce underlying device type (CVE-2025-21920
    bsc#1240686).
  - xfrm: delete intermediate secpath entry in packet offload mode
    (CVE-2025-21720 bsc#1238859).
  - xfrm: state: fix out-of-bounds read during lookup
    (CVE-2024-57982 bsc#1237913).
  - rxrpc: Fix handling of received connection abort (CVE-2024-58053
    bsc#1238982).
  - commit d3e755f
  - isolcpus: fix bug in returning number of allocated cpumask (bsc#1243774).
    Return the correct upper limit of the allocated cpumask.
    modified:
  - patches.suse/lib-group_cpus-honor-housekeeping-config-when-grouping.patch
  - patches.suse/lib-group_cpus-let-group_cpu_evenly-return-number.patch
  - commit 092bf4a
  - xen/arm: call uaccess_ttbr0_enable for dm_op hypercall (git-fixes)
  - commit 24d5250
  - arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs (git-fixes)
  - commit 28d162e
  - Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC (git-fixes)
  - commit 9dd3301
  - xen/x86: fix initial memory balloon target (git-fixes).
  - commit 7e938b1
  - ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt
    3 dock (stable-fixes).
  - ALSA: usb-audio: Fix NULL pointer deref in
    snd_usb_power_domain_set() (git-fixes).
  - commit 9d209cd
  - ALSA: usb-audio: Rename Pioneer mixer channel controls
    (git-fixes).
  - ALSA: usb-audio: Add Pioneer DJ DJM-V10 support (stable-fixes).
  - ALSA: usb-audio: Fix duplicated name in MIDI substream names
    (stable-fixes).
  - ALSA: usb-audio: mixer: Remove temporary string use in
    parse_clock_source_unit (stable-fixes).
  - commit e8737ac
  - ALSA: usb-audio: Set MIDI1 flag appropriately for GTB MIDI
    1.0 entry (stable-fixes).
  - ALSA: usb-audio: Accept multiple protocols in GTBs
    (stable-fixes).
  - ALSA: usb-audio: Add name for HP Engage Go dock (stable-fixes).
  - commit 498a796
  - Revert "ALSA: usb-audio: Skip setting clock selector for single
    connections" (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Ignore-clock-selector-errors-for-sing.patch.
  - Refresh
    patches.suse/ALSA-usb-audio-Support-multiple-control-interfaces.patch.
  - commit d0138e9
  - ALSA: usb-audio: Support read-only clock selector control
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Ignore-clock-selector-errors-for-sing.patch.
  - Refresh
    patches.suse/ALSA-usb-audio-Support-multiple-control-interfaces.patch.
  - commit ee97bec
  - ALSA: usb-audio: Skip setting clock selector for single
    connections (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Ignore-clock-selector-errors-for-sing.patch.
  - Refresh
    patches.suse/ALSA-usb-audio-Support-multiple-control-interfaces.patch.
  - commit 7326e0b
  - ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1
    (stable-fixes).
  - ALSA: usb-audio: enable support for Presonus Studio 1824c
    within 1810c file (stable-fixes).
  - ALSA: usb-audio: Support multiple control interfaces
    (stable-fixes).
  - ALSA: usb-audio: Check shutdown at endpoint_set_interface()
    (stable-fixes).
  - commit d4a0ce3

++++ kernel-rt_debug:

  - net_sched: sch_fifo: implement lockless __fifo_dump() (bsc#1237312)
  - commit 8196566
  - Revert "ipv6: save dontfrag in cork (git-fixes)."
    This reverts commit d3fe600164867bd0529ed1049fbd53ca9fce2eaf.
    See https://lore.kernel.org/all/aElivdUXqd1OqgMY@karahi.gladserv.com/
    and https://bugzilla.suse.com/show_bug.cgi?id=1244313.
  - commit b9e7a4e
  - Revert "kABI: ipv6: save dontfrag in cork (git-fixes)."
    This reverts commit cbc81e238815721048ac709726467c90981753c9.
    See https://lore.kernel.org/all/aElivdUXqd1OqgMY@karahi.gladserv.com/
    and https://bugzilla.suse.com/show_bug.cgi?id=1244313.
  - commit 38d0091
  - kABI fix for net: Remove RTNL dance for SIOCBRADDIF and
    SIOCBRDELIF (CVE-2025-22111 bsc#1241572).
  - commit edfd43c
  - page_pool: avoid infinite loop to schedule delayed worker
    (CVE-2025-37859 bsc#1243051).
  - commit b8f1dfd
  - tipc: fix memory leak in tipc_link_xmit (CVE-2025-37757 bsc#1242521)
  - commit 48e0415
  - struct usci: hide additional member (git-fixes).
  - commit 1b8456a
  - net_sched: Flush gso_skb list too during ->change()
    (CVE-2025-37992 bsc#1243698).
  - netfilter: ipset: fix region locking in hash types
    (CVE-2025-37997 bsc#1243832).
  - ipvs: fix uninit-value for saddr in do_output_route4
    (CVE-2025-37961 bsc#1243523).
  - net: dsa: free routing table on probe failure (CVE-2025-37786
    bsc#1242725).
  - net: tls: explicitly disallow disconnect (CVE-2025-37756
    bsc#1242515).
  - net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF
    (CVE-2025-22111 bsc#1241572).
  - vlan: enforce underlying device type (CVE-2025-21920
    bsc#1240686).
  - xfrm: delete intermediate secpath entry in packet offload mode
    (CVE-2025-21720 bsc#1238859).
  - xfrm: state: fix out-of-bounds read during lookup
    (CVE-2024-57982 bsc#1237913).
  - rxrpc: Fix handling of received connection abort (CVE-2024-58053
    bsc#1238982).
  - commit d3e755f
  - isolcpus: fix bug in returning number of allocated cpumask (bsc#1243774).
    Return the correct upper limit of the allocated cpumask.
    modified:
  - patches.suse/lib-group_cpus-honor-housekeeping-config-when-grouping.patch
  - patches.suse/lib-group_cpus-let-group_cpu_evenly-return-number.patch
  - commit 092bf4a
  - xen/arm: call uaccess_ttbr0_enable for dm_op hypercall (git-fixes)
  - commit 24d5250
  - arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs (git-fixes)
  - commit 28d162e
  - Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC (git-fixes)
  - commit 9dd3301
  - xen/x86: fix initial memory balloon target (git-fixes).
  - commit 7e938b1
  - ALSA: usb-audio: Add a quirk for Lenovo Thinkpad Thunderbolt
    3 dock (stable-fixes).
  - ALSA: usb-audio: Fix NULL pointer deref in
    snd_usb_power_domain_set() (git-fixes).
  - commit 9d209cd
  - ALSA: usb-audio: Rename Pioneer mixer channel controls
    (git-fixes).
  - ALSA: usb-audio: Add Pioneer DJ DJM-V10 support (stable-fixes).
  - ALSA: usb-audio: Fix duplicated name in MIDI substream names
    (stable-fixes).
  - ALSA: usb-audio: mixer: Remove temporary string use in
    parse_clock_source_unit (stable-fixes).
  - commit e8737ac
  - ALSA: usb-audio: Set MIDI1 flag appropriately for GTB MIDI
    1.0 entry (stable-fixes).
  - ALSA: usb-audio: Accept multiple protocols in GTBs
    (stable-fixes).
  - ALSA: usb-audio: Add name for HP Engage Go dock (stable-fixes).
  - commit 498a796
  - Revert "ALSA: usb-audio: Skip setting clock selector for single
    connections" (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Ignore-clock-selector-errors-for-sing.patch.
  - Refresh
    patches.suse/ALSA-usb-audio-Support-multiple-control-interfaces.patch.
  - commit d0138e9
  - ALSA: usb-audio: Support read-only clock selector control
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Ignore-clock-selector-errors-for-sing.patch.
  - Refresh
    patches.suse/ALSA-usb-audio-Support-multiple-control-interfaces.patch.
  - commit ee97bec
  - ALSA: usb-audio: Skip setting clock selector for single
    connections (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Ignore-clock-selector-errors-for-sing.patch.
  - Refresh
    patches.suse/ALSA-usb-audio-Support-multiple-control-interfaces.patch.
  - commit 7326e0b
  - ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1
    (stable-fixes).
  - ALSA: usb-audio: enable support for Presonus Studio 1824c
    within 1810c file (stable-fixes).
  - ALSA: usb-audio: Support multiple control interfaces
    (stable-fixes).
  - ALSA: usb-audio: Check shutdown at endpoint_set_interface()
    (stable-fixes).
  - commit d4a0ce3

++++ openssl-3:

  - Security fix: [bsc#1240366, CVE-2025-27587]
    * Minerva side channel vulnerability in P-384 on PPC arch
    * Add openssl-3-p384-minerva-ppc.patch
    * Add openssl-3-p384-minerva-ppc-p9.patch

++++ nvidia-open-driver-G06-signed:

  - 60-nvidia-$flavor.conf
    * Don't try to load the driver if config and GSP firmware files are
    not available. Otherwise let the default install rule
    'install nvidia-drm /sbin/modprobe --ignore-install nvidia-drm' of
    50-nvidia.conf win, which comes together with config and GSP
    firmware files (package nvidia-common-G06).

------------------------------------------------------------------
------------------  2025-6-10  -  Jun 10 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed rootfs size calculation with spare part
    In case a spare_part setup is combined with the root_clone feature,
    the size calculation for the rootfs did not take the cloning into
    account and lead to the wrong value. In addition when requesting
    the spare part to be last and no size information was given, the
    partition was not created at all. This commit fixes both defects
    and Fixes #2831

++++ iputils:

  - Security fix [bsc#1243772, CVE-2025-48964]
    * Fix  integer overflow in ping statistics via zero timestamp
    * Add iputils-CVE-2025-48964_01.patch
    * Add iputils-CVE-2025-48964_02.patch
    * Add iputils-CVE-2025-48964_03.patch
    * Add iputils-CVE-2025-48964_regression.patch

++++ kernel-default:

  - wifi: ath11k: update channel list in worker when wait flag is
    set (bsc#1243847).
  - commit 4cfebaa
  - net: lan743x: Fix memleak issue when GSO enabled (CVE-2025-37909
    bsc#1243467).
  - vxlan: vnifilter: Fix unlocked deletion of default FDB entry
    (CVE-2025-37921 bsc#1243480).
  - commit 788c92a
  - watchdog: mediatek: Add support for MT6735 TOPRGU/WDT
    (git-fixes).
  - commit 4df631e
  - watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04
    (git-fixes).
  - commit ba2db88
  - module: ensure that kobject_put() is safe for module type kobjects (CVE-2025-37995 bsc#1243827)
  - commit 6979c9a
  - mkspec: Exclude rt flavor from kernel-syms dependencies (bsc#1244337).
  - commit 7c95ae0
  - x86/xen: fix balloon target initialization for PVH dom0
    (git-fixes).
  - commit ad18aba
  - powerpc/vas: Return -EINVAL if the offset is non-zero in mmap()
    (bsc#1244309 ltc#213790).
  - powerpc/powernv/memtrace: Fix out of bounds issue in memtrace
    mmap (bsc#1244309 ltc#213790).
  - commit 2d4ad48
  - tracing: Verify event formats that have "%*p.." (CVE-2025-37938
    bsc#1243544).
  - tracing: Add __print_dynamic_array() helper (bsc#1243544).
  - tracing: Add __string_len() example (bsc#1243544).
  - commit c705d1d
  - fbdev/efifb: Remove PM for parent device (bsc#1244261).
  - Refresh
    patches.suse/fbdev-efifb-Register-sysfs-groups-through-driver-cor.patch.
  - commit 0c56458

++++ kernel-rt:

  - wifi: ath11k: update channel list in worker when wait flag is
    set (bsc#1243847).
  - commit 4cfebaa
  - net: lan743x: Fix memleak issue when GSO enabled (CVE-2025-37909
    bsc#1243467).
  - vxlan: vnifilter: Fix unlocked deletion of default FDB entry
    (CVE-2025-37921 bsc#1243480).
  - commit 788c92a
  - watchdog: mediatek: Add support for MT6735 TOPRGU/WDT
    (git-fixes).
  - commit 4df631e
  - watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04
    (git-fixes).
  - commit ba2db88
  - module: ensure that kobject_put() is safe for module type kobjects (CVE-2025-37995 bsc#1243827)
  - commit 6979c9a
  - mkspec: Exclude rt flavor from kernel-syms dependencies (bsc#1244337).
  - commit 7c95ae0
  - x86/xen: fix balloon target initialization for PVH dom0
    (git-fixes).
  - commit ad18aba
  - powerpc/vas: Return -EINVAL if the offset is non-zero in mmap()
    (bsc#1244309 ltc#213790).
  - powerpc/powernv/memtrace: Fix out of bounds issue in memtrace
    mmap (bsc#1244309 ltc#213790).
  - commit 2d4ad48
  - tracing: Verify event formats that have "%*p.." (CVE-2025-37938
    bsc#1243544).
  - tracing: Add __print_dynamic_array() helper (bsc#1243544).
  - tracing: Add __string_len() example (bsc#1243544).
  - commit c705d1d
  - fbdev/efifb: Remove PM for parent device (bsc#1244261).
  - Refresh
    patches.suse/fbdev-efifb-Register-sysfs-groups-through-driver-cor.patch.
  - commit 0c56458

++++ kernel-rt_debug:

  - wifi: ath11k: update channel list in worker when wait flag is
    set (bsc#1243847).
  - commit 4cfebaa
  - net: lan743x: Fix memleak issue when GSO enabled (CVE-2025-37909
    bsc#1243467).
  - vxlan: vnifilter: Fix unlocked deletion of default FDB entry
    (CVE-2025-37921 bsc#1243480).
  - commit 788c92a
  - watchdog: mediatek: Add support for MT6735 TOPRGU/WDT
    (git-fixes).
  - commit 4df631e
  - watchdog: it87_wdt: add PWRGD enable quirk for Qotom QCML04
    (git-fixes).
  - commit ba2db88
  - module: ensure that kobject_put() is safe for module type kobjects (CVE-2025-37995 bsc#1243827)
  - commit 6979c9a
  - mkspec: Exclude rt flavor from kernel-syms dependencies (bsc#1244337).
  - commit 7c95ae0
  - x86/xen: fix balloon target initialization for PVH dom0
    (git-fixes).
  - commit ad18aba
  - powerpc/vas: Return -EINVAL if the offset is non-zero in mmap()
    (bsc#1244309 ltc#213790).
  - powerpc/powernv/memtrace: Fix out of bounds issue in memtrace
    mmap (bsc#1244309 ltc#213790).
  - commit 2d4ad48
  - tracing: Verify event formats that have "%*p.." (CVE-2025-37938
    bsc#1243544).
  - tracing: Add __print_dynamic_array() helper (bsc#1243544).
  - tracing: Add __string_len() example (bsc#1243544).
  - commit c705d1d
  - fbdev/efifb: Remove PM for parent device (bsc#1244261).
  - Refresh
    patches.suse/fbdev-efifb-Register-sysfs-groups-through-driver-cor.patch.
  - commit 0c56458

++++ python-requests:

  - update to 2.32.4:
    * CVE-2024-47081 Fixed an issue where a maliciously crafted URL
    and trusted environment will retrieve credentials for the wrong
    hostname/machine from a netrc file
    * Numerous documentation improvements
    * Added support for pypy 3.11 for Linux and macOS.
    * Dropped support for pypy 3.9 following its end of support.
  - drop CVE-2024-47081.patch (merged upstream)

------------------------------------------------------------------
------------------  2025-6-9  -  Jun 9 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() (git-fixes)
  - commit 7d2ce51
  - RDMA/core: Fix best page size finding when it can cross SG entries (git-fixes)
  - commit bfdc372
  - MyBS: Do not build kernel-obs-qa with limit_packages
    Fixes: 58e3f8c34b2b ("bs-upload-kernel: Pass limit_packages also on multibuild")
  - commit f4c6047
  - MyBS: Simplify qa_expr generation
    Start with a 0 which makes the expression valid even if there are no QA
    repositories (currently does not happen). Then separator is always
    needed.
  - commit e4c2851
  - MyBS: Correctly generate build flags for non-multibuild package limit
    (bsc# 1244241)
    Fixes: 0999112774fc ("MyBS: Use buildflags to set which package to build")
  - commit 27588c9
  - bs-upload-kernel: Pass limit_packages also on multibuild
    Fixes: 0999112774fc ("MyBS: Use buildflags to set which package to build")
    Fixes: 747f601d4156 ("bs-upload-kernel, MyBS, Buildresults: Support multibuild (JSC-SLE#5501, boo#1211226, bsc#1218184)")
  - commit 8ef486c
  - ftrace: Avoid potential division by zero in function_stat_show()
    (CVE-2025-21898 bsc#1240610).
  - commit d476f96
  - tracing: Fix bad hist from corrupting named_triggers list
    (CVE-2025-21899 bsc#1240577).
  - commit 60219e4
  - iommu: Skip PASID validation for devices without PASID capability (bsc#1244100)
  - commit 647b2f4
  - iommu: Validate the PASID in iommu_attach_device_pasid() (bsc#1244100)
  - commit ca42766
  - nfsd: Initialize ssc before laundromat_work to prevent NULL
    dereference (git-fixes).
  - commit 153c2a2
  - nfsd: validate the nfsd_serv pointer before calling svc_wake_up
    (git-fixes).
  - commit af8b93e
  - NFSD: Insulate nfsd4_encode_read_plus() from page boundaries
    in the encode buffer (git-fixes).
  - commit 91b6192
  - jffs2: check jffs2_prealloc_raw_node_refs() result in few
    other places (git-fixes).
  - commit 254a145
  - jffs2: check that raw node were preallocated before writing
    summary (git-fixes).
  - commit 4a6701a
  - x86/microcode/AMD: Have __apply_microcode_amd() return bool (git-fixes).
  - commit ae818bc
  - x86/microcode/AMD: Make __verify_patch_size() return bool (git-fixes).
  - commit dcdd8b6
  - x86/microcode/AMD: Return bool from find_blobs_in_containers() (git-fixes).
  - commit 65dff7c
  - x86/microcode/AMD: Do not return error when microcode update is not necessary (git-fixes).
  - commit 662ffcd
  - x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and prefer_mwait_c1_over_halt() (git-fixes).
  - commit 15bb5b3
  - blacklist.conf: Disable fineibt part of ITS mitigation
  - Refresh
    patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch.
  - commit cedb857
  - xsk: fix an integer overflow in xp_create_and_assign_umem()
    (bsc#1240823 CVE-2025-21997).
  - commit 931fc27
  - dlm: use SHUT_RDWR for SCTP shutdown (bsc#1228854).
  - dlm: mask sk_shutdown value (bsc#1228854).
  - commit 730d8cf

++++ kernel-rt:

  - RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() (git-fixes)
  - commit 7d2ce51
  - RDMA/core: Fix best page size finding when it can cross SG entries (git-fixes)
  - commit bfdc372
  - MyBS: Do not build kernel-obs-qa with limit_packages
    Fixes: 58e3f8c34b2b ("bs-upload-kernel: Pass limit_packages also on multibuild")
  - commit f4c6047
  - MyBS: Simplify qa_expr generation
    Start with a 0 which makes the expression valid even if there are no QA
    repositories (currently does not happen). Then separator is always
    needed.
  - commit e4c2851
  - MyBS: Correctly generate build flags for non-multibuild package limit
    (bsc# 1244241)
    Fixes: 0999112774fc ("MyBS: Use buildflags to set which package to build")
  - commit 27588c9
  - bs-upload-kernel: Pass limit_packages also on multibuild
    Fixes: 0999112774fc ("MyBS: Use buildflags to set which package to build")
    Fixes: 747f601d4156 ("bs-upload-kernel, MyBS, Buildresults: Support multibuild (JSC-SLE#5501, boo#1211226, bsc#1218184)")
  - commit 8ef486c
  - ftrace: Avoid potential division by zero in function_stat_show()
    (CVE-2025-21898 bsc#1240610).
  - commit d476f96
  - tracing: Fix bad hist from corrupting named_triggers list
    (CVE-2025-21899 bsc#1240577).
  - commit 60219e4
  - iommu: Skip PASID validation for devices without PASID capability (bsc#1244100)
  - commit 647b2f4
  - iommu: Validate the PASID in iommu_attach_device_pasid() (bsc#1244100)
  - commit ca42766
  - nfsd: Initialize ssc before laundromat_work to prevent NULL
    dereference (git-fixes).
  - commit 153c2a2
  - nfsd: validate the nfsd_serv pointer before calling svc_wake_up
    (git-fixes).
  - commit af8b93e
  - NFSD: Insulate nfsd4_encode_read_plus() from page boundaries
    in the encode buffer (git-fixes).
  - commit 91b6192
  - jffs2: check jffs2_prealloc_raw_node_refs() result in few
    other places (git-fixes).
  - commit 254a145
  - jffs2: check that raw node were preallocated before writing
    summary (git-fixes).
  - commit 4a6701a
  - x86/microcode/AMD: Have __apply_microcode_amd() return bool (git-fixes).
  - commit ae818bc
  - x86/microcode/AMD: Make __verify_patch_size() return bool (git-fixes).
  - commit dcdd8b6
  - x86/microcode/AMD: Return bool from find_blobs_in_containers() (git-fixes).
  - commit 65dff7c
  - x86/microcode/AMD: Do not return error when microcode update is not necessary (git-fixes).
  - commit 662ffcd
  - x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and prefer_mwait_c1_over_halt() (git-fixes).
  - commit 15bb5b3
  - blacklist.conf: Disable fineibt part of ITS mitigation
  - Refresh
    patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch.
  - commit cedb857
  - xsk: fix an integer overflow in xp_create_and_assign_umem()
    (bsc#1240823 CVE-2025-21997).
  - commit 931fc27
  - dlm: use SHUT_RDWR for SCTP shutdown (bsc#1228854).
  - dlm: mask sk_shutdown value (bsc#1228854).
  - commit 730d8cf

++++ kernel-rt_debug:

  - RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject() (git-fixes)
  - commit 7d2ce51
  - RDMA/core: Fix best page size finding when it can cross SG entries (git-fixes)
  - commit bfdc372
  - MyBS: Do not build kernel-obs-qa with limit_packages
    Fixes: 58e3f8c34b2b ("bs-upload-kernel: Pass limit_packages also on multibuild")
  - commit f4c6047
  - MyBS: Simplify qa_expr generation
    Start with a 0 which makes the expression valid even if there are no QA
    repositories (currently does not happen). Then separator is always
    needed.
  - commit e4c2851
  - MyBS: Correctly generate build flags for non-multibuild package limit
    (bsc# 1244241)
    Fixes: 0999112774fc ("MyBS: Use buildflags to set which package to build")
  - commit 27588c9
  - bs-upload-kernel: Pass limit_packages also on multibuild
    Fixes: 0999112774fc ("MyBS: Use buildflags to set which package to build")
    Fixes: 747f601d4156 ("bs-upload-kernel, MyBS, Buildresults: Support multibuild (JSC-SLE#5501, boo#1211226, bsc#1218184)")
  - commit 8ef486c
  - ftrace: Avoid potential division by zero in function_stat_show()
    (CVE-2025-21898 bsc#1240610).
  - commit d476f96
  - tracing: Fix bad hist from corrupting named_triggers list
    (CVE-2025-21899 bsc#1240577).
  - commit 60219e4
  - iommu: Skip PASID validation for devices without PASID capability (bsc#1244100)
  - commit 647b2f4
  - iommu: Validate the PASID in iommu_attach_device_pasid() (bsc#1244100)
  - commit ca42766
  - nfsd: Initialize ssc before laundromat_work to prevent NULL
    dereference (git-fixes).
  - commit 153c2a2
  - nfsd: validate the nfsd_serv pointer before calling svc_wake_up
    (git-fixes).
  - commit af8b93e
  - NFSD: Insulate nfsd4_encode_read_plus() from page boundaries
    in the encode buffer (git-fixes).
  - commit 91b6192
  - jffs2: check jffs2_prealloc_raw_node_refs() result in few
    other places (git-fixes).
  - commit 254a145
  - jffs2: check that raw node were preallocated before writing
    summary (git-fixes).
  - commit 4a6701a
  - x86/microcode/AMD: Have __apply_microcode_amd() return bool (git-fixes).
  - commit ae818bc
  - x86/microcode/AMD: Make __verify_patch_size() return bool (git-fixes).
  - commit dcdd8b6
  - x86/microcode/AMD: Return bool from find_blobs_in_containers() (git-fixes).
  - commit 65dff7c
  - x86/microcode/AMD: Do not return error when microcode update is not necessary (git-fixes).
  - commit 662ffcd
  - x86/idle: Remove MFENCEs for X86_BUG_CLFLUSH_MONITOR in mwait_idle_with_hints() and prefer_mwait_c1_over_halt() (git-fixes).
  - commit 15bb5b3
  - blacklist.conf: Disable fineibt part of ITS mitigation
  - Refresh
    patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch.
  - commit cedb857
  - xsk: fix an integer overflow in xp_create_and_assign_umem()
    (bsc#1240823 CVE-2025-21997).
  - commit 931fc27
  - dlm: use SHUT_RDWR for SCTP shutdown (bsc#1228854).
  - dlm: mask sk_shutdown value (bsc#1228854).
  - commit 730d8cf

++++ libgcrypt:

  - Security fix [bsc#1221107, CVE-2024-2236]
    * Add --enable-marvin-workaround to spec to enable workaround
    * Fix  timing based side-channel in RSA implementation ( Marvin attack )
    * Add libgcrypt-CVE-2024-2236_01.patch
    * Add libgcrypt-CVE-2024-2236_02.patch

++++ python311-core:

  - Update to 3.11.13:
  - Security
  - gh-135034: Fixes multiple issues that allowed tarfile
    extraction filters (filter="data" and filter="tar")
    to be bypassed using crafted symlinks and hard links.
    Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138
    (bsc#1244059), CVE-2025-4330 (bsc#1244060), and
    CVE-2025-4517 (bsc#1244032). Also addresses CVE-2025-4435
    (gh#135034, bsc#1244061).
  - gh-133767: Fix use-after-free in the “unicode-escape”
    decoder with a non-“strict” error handler (CVE-2025-4516,
    bsc#1243273).
  - gh-128840: Short-circuit the processing of long IPv6
    addresses early in ipaddress to prevent excessive memory
    consumption and a minor denial-of-service.
  - Library
  - gh-128840: Fix parsing long IPv6 addresses with embedded
    IPv4 address.
  - gh-134062: ipaddress: fix collisions in __hash__() for
    IPv4Network and IPv6Network objects.
  - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output
    according to RFC 3596, §2.5. Patch by Bénédikt Tran.
  - bpo-43633: Improve the textual representation of
    IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2)
    in ipaddress. Patch by Oleksandr Pavliuk.
  - Remove upstreamed patches:
  - gh-126572-test_ssl-no-stop-ThreadedEchoServer-OSError.patch
  - CVE-2025-4516-DecodeError-handler.patch

++++ sqlite3:

  - Update to 3.50 (3.50.1):
    * Improved handling and robust output of control characters
    * sqlite3_rsync no longer requires WAL mode and needs less
    bandwidth
    * Bug fixes and optimized JSON handling
    * Performance optimizations and developer visible fixes

++++ nvidia-open-driver-G06-signed:

  - Drop persistent-nvidia-id-string.patch - solved via make params instead

++++ python311:

  - Update to 3.11.13:
  - Security
  - gh-135034: Fixes multiple issues that allowed tarfile
    extraction filters (filter="data" and filter="tar")
    to be bypassed using crafted symlinks and hard links.
    Addresses CVE-2024-12718 (bsc#1244056), CVE-2025-4138
    (bsc#1244059), CVE-2025-4330 (bsc#1244060), and
    CVE-2025-4517 (bsc#1244032). Also addresses CVE-2025-4435
    (gh#135034, bsc#1244061).
  - gh-133767: Fix use-after-free in the “unicode-escape”
    decoder with a non-“strict” error handler (CVE-2025-4516,
    bsc#1243273).
  - gh-128840: Short-circuit the processing of long IPv6
    addresses early in ipaddress to prevent excessive memory
    consumption and a minor denial-of-service.
  - Library
  - gh-128840: Fix parsing long IPv6 addresses with embedded
    IPv4 address.
  - gh-134062: ipaddress: fix collisions in __hash__() for
    IPv4Network and IPv6Network objects.
  - gh-123409: Fix ipaddress.IPv6Address.reverse_pointer output
    according to RFC 3596, §2.5. Patch by Bénédikt Tran.
  - bpo-43633: Improve the textual representation of
    IPv4-mapped IPv6 addresses (RFC 4291 Sections 2.2, 2.5.5.2)
    in ipaddress. Patch by Oleksandr Pavliuk.
  - Remove upstreamed patches:
  - gh-126572-test_ssl-no-stop-ThreadedEchoServer-OSError.patch
  - CVE-2025-4516-DecodeError-handler.patch

------------------------------------------------------------------
------------------  2025-6-8  -  Jun 8 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add dependency for isomd5sum for iso images and set in kiwi-settings
    This ensures that isomd5sum is pulled into the environment for ISO image
    builds, and the updated settings makes it so that kiwi boxes will use it.

++++ kernel-default:

  - ASoC: Intel: avs: Verify content returned by parse_int_array()
    (git-fixes).
  - ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX
    (git-fixes).
  - ASoC: codecs: hda: Fix RPM usage count underflow (git-fixes).
  - commit 7d227ae

++++ kernel-rt:

  - ASoC: Intel: avs: Verify content returned by parse_int_array()
    (git-fixes).
  - ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX
    (git-fixes).
  - ASoC: codecs: hda: Fix RPM usage count underflow (git-fixes).
  - commit 7d227ae

++++ kernel-rt_debug:

  - ASoC: Intel: avs: Verify content returned by parse_int_array()
    (git-fixes).
  - ASoC: Intel: avs: Fix deadlock when the failing IPC is SET_D0IX
    (git-fixes).
  - ASoC: codecs: hda: Fix RPM usage count underflow (git-fixes).
  - commit 7d227ae

------------------------------------------------------------------
------------------  2025-6-7  -  Jun 7 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - spi: bcm63xx-hsspi: fix shared reset (git-fixes).
  - spi: bcm63xx-spi: fix shared reset (git-fixes).
  - regulator: max14577: Add error check for max14577_read_reg()
    (git-fixes).
  - usb: usbtmc: Fix timeout value in get_stb (git-fixes).
  - usb: usbtmc: Fix read_stb function and get_stb ioctl
    (git-fixes).
  - usb: cdnsp: Fix issue with detecting command completion event
    (git-fixes).
  - usb: cdnsp: Fix issue with detecting USB 3.2 speed (git-fixes).
  - usb: Flush altsetting 0 endpoints before reinitializating them
    after reset (git-fixes).
  - usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx()
    (git-fixes).
  - thunderbolt: Fix a logic error in wake on connect (git-fixes).
  - usb: renesas_usbhs: Reorder clock handling and power management
    in probe (git-fixes).
  - vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
    (git-fixes).
  - serial: Fix potential null-ptr-deref in mlb_usio_probe()
    (git-fixes).
  - staging: iio: ad5933: Correct settling cycles encoding per
    datasheet (git-fixes).
  - iio: adc: ad7124: Fix 3dB filter frequency reading (git-fixes).
  - iio: filter: admv8818: Support frequencies >= 2^32 (git-fixes).
  - iio: filter: admv8818: fix range calculation (git-fixes).
  - iio: filter: admv8818: fix integer overflow (git-fixes).
  - iio: filter: admv8818: fix band 4, state 15 (git-fixes).
  - VMCI: fix race between vmci_host_setup_notify and
    vmci_ctx_unset_notify (git-fixes).
  - iio: accel: fxls8962af: Fix temperature scan element sign
    (git-fixes).
  - iio: imu: inv_icm42600: Fix temperature calculation (git-fixes).
  - iio: adc: ad7606_spi: fix reg write value mask (git-fixes).
  - bus: mhi: host: Fix conflict between power_up and SYSERR
    (git-fixes).
  - drm/amd/display: Add null pointer check for
    get_first_active_display() (git-fixes).
  - drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1
    (git-fixes).
  - commit def2214

++++ kernel-rt:

  - spi: bcm63xx-hsspi: fix shared reset (git-fixes).
  - spi: bcm63xx-spi: fix shared reset (git-fixes).
  - regulator: max14577: Add error check for max14577_read_reg()
    (git-fixes).
  - usb: usbtmc: Fix timeout value in get_stb (git-fixes).
  - usb: usbtmc: Fix read_stb function and get_stb ioctl
    (git-fixes).
  - usb: cdnsp: Fix issue with detecting command completion event
    (git-fixes).
  - usb: cdnsp: Fix issue with detecting USB 3.2 speed (git-fixes).
  - usb: Flush altsetting 0 endpoints before reinitializating them
    after reset (git-fixes).
  - usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx()
    (git-fixes).
  - thunderbolt: Fix a logic error in wake on connect (git-fixes).
  - usb: renesas_usbhs: Reorder clock handling and power management
    in probe (git-fixes).
  - vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
    (git-fixes).
  - serial: Fix potential null-ptr-deref in mlb_usio_probe()
    (git-fixes).
  - staging: iio: ad5933: Correct settling cycles encoding per
    datasheet (git-fixes).
  - iio: adc: ad7124: Fix 3dB filter frequency reading (git-fixes).
  - iio: filter: admv8818: Support frequencies >= 2^32 (git-fixes).
  - iio: filter: admv8818: fix range calculation (git-fixes).
  - iio: filter: admv8818: fix integer overflow (git-fixes).
  - iio: filter: admv8818: fix band 4, state 15 (git-fixes).
  - VMCI: fix race between vmci_host_setup_notify and
    vmci_ctx_unset_notify (git-fixes).
  - iio: accel: fxls8962af: Fix temperature scan element sign
    (git-fixes).
  - iio: imu: inv_icm42600: Fix temperature calculation (git-fixes).
  - iio: adc: ad7606_spi: fix reg write value mask (git-fixes).
  - bus: mhi: host: Fix conflict between power_up and SYSERR
    (git-fixes).
  - drm/amd/display: Add null pointer check for
    get_first_active_display() (git-fixes).
  - drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1
    (git-fixes).
  - commit def2214

++++ kernel-rt_debug:

  - spi: bcm63xx-hsspi: fix shared reset (git-fixes).
  - spi: bcm63xx-spi: fix shared reset (git-fixes).
  - regulator: max14577: Add error check for max14577_read_reg()
    (git-fixes).
  - usb: usbtmc: Fix timeout value in get_stb (git-fixes).
  - usb: usbtmc: Fix read_stb function and get_stb ioctl
    (git-fixes).
  - usb: cdnsp: Fix issue with detecting command completion event
    (git-fixes).
  - usb: cdnsp: Fix issue with detecting USB 3.2 speed (git-fixes).
  - usb: Flush altsetting 0 endpoints before reinitializating them
    after reset (git-fixes).
  - usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx()
    (git-fixes).
  - thunderbolt: Fix a logic error in wake on connect (git-fixes).
  - usb: renesas_usbhs: Reorder clock handling and power management
    in probe (git-fixes).
  - vt: remove VT_RESIZE and VT_RESIZEX from vt_compat_ioctl()
    (git-fixes).
  - serial: Fix potential null-ptr-deref in mlb_usio_probe()
    (git-fixes).
  - staging: iio: ad5933: Correct settling cycles encoding per
    datasheet (git-fixes).
  - iio: adc: ad7124: Fix 3dB filter frequency reading (git-fixes).
  - iio: filter: admv8818: Support frequencies >= 2^32 (git-fixes).
  - iio: filter: admv8818: fix range calculation (git-fixes).
  - iio: filter: admv8818: fix integer overflow (git-fixes).
  - iio: filter: admv8818: fix band 4, state 15 (git-fixes).
  - VMCI: fix race between vmci_host_setup_notify and
    vmci_ctx_unset_notify (git-fixes).
  - iio: accel: fxls8962af: Fix temperature scan element sign
    (git-fixes).
  - iio: imu: inv_icm42600: Fix temperature calculation (git-fixes).
  - iio: adc: ad7606_spi: fix reg write value mask (git-fixes).
  - bus: mhi: host: Fix conflict between power_up and SYSERR
    (git-fixes).
  - drm/amd/display: Add null pointer check for
    get_first_active_display() (git-fixes).
  - drm/i915/gem: Allow EXEC_CAPTURE on recoverable contexts on DG1
    (git-fixes).
  - commit def2214

------------------------------------------------------------------
------------------  2025-6-6  -  Jun 6 2025  -------------------
------------------------------------------------------------------

++++ curl:

  - Sync spec file with SLE codestreams: [jsc#PED-13055, jsc#PED-13056]
    * Add curl-mini.rpmlintrc to avoid rpmlint shlib-policy-name-error
    when building the curl-mini package in SLE.
    * Add libssh minimum version requirements.
    * Use ldconfig_scriptlets when available.
    * Remove unused option --disable-ntlm-wb.

++++ kernel-default:

  - s390/pci: Serialize device addition and removal (bsc#1244145).
  - commit f1ae730
  - s390/pci: Allow re-add of a reserved but not yet removed device
    (bsc#1244145).
  - commit a73fcdb
  - s390/pci: Prevent self deletion in disable_slot() (bsc#1244145).
  - commit 136fe4f
  - s390/pci: Remove redundant bus removal and disable from
    zpci_release_device() (bsc#1244145).
  - commit 9bbc219
  - s390/pci: Fix potential double remove of hotplug slot
    (bsc#1244145).
  - commit 9714d95
  - s390/pci: remove hotplug slot when releasing the device
    (bsc#1244145).
  - commit 1415bb1
  - s390/pci: Fix duplicate pci_dev_put() in disable_slot() when
    PF has child VFs (git-fixes bsc#1244145).
  - commit 3430d11
  - s390/pci: introduce lock to synchronize state of zpci_dev's
    (jsc#PED-10253 bsc#1244145).
  - Refresh
    patches.suse/s390-pci-Fix-leak-of-struct-zpci_dev-when-zpci_add_device-fails.patch.
  - Refresh
    patches.suse/s390-pci-Sort-PCI-functions-prior-to-creating-virtual-busses.patch.
  - commit 2644b79
  - s390/pci: rename lock member in struct zpci_dev (jsc#PED-10253
    bsc#1244145).
  - Refresh
    patches.suse/s390-pci-Fix-leak-of-struct-zpci_dev-when-zpci_add_device-fails.patch.
  - Refresh
    patches.suse/s390-pci-Sort-PCI-functions-prior-to-creating-virtual-busses.patch.
  - Refresh
    patches.suse/s390-pci-Use-topology-ID-for-multi-function-devices.patch.
  - commit 9223df0
  - media: mediatek: vcodec: Only free buffer VA that is not NULL
    (CVE-2023-52888 bsc#1228557).
  - commit 0299171
  - net: fix udp gso skb_segment after pull from frag_list
    (git-fixes).
  - commit 8353437
  - page_pool: Fix use-after-free in page_pool_recycle_in_ring
    (git-fixes).
  - commit 69ccdcd
  - net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
    (git-fixes).
  - commit d107edf
  - net: sched: em_text: fix possible memory leak in
    em_text_destroy() (git-fixes).
  - commit 71395f7
  - neighbour: Don't let neigh_forced_gc() disable preemption for
    long (git-fixes).
  - commit fea49bb
  - net: sched: cls_u32: Fix allocation size in u32_init()
    (git-fixes).
  - commit eea3eab
  - Move upstreamed patches into sorted section
  - commit c9465fb
  - kernel-source: Do not use multiple -r in sed parameters
    This usage is enabled in commit b18d64d
    (sed: allow multiple (non-conflicting) -E/-r parameters, 2016-07-31)
    only available since sed 4.3
    Fixes: dc2037cd8f94 ("kernel-source: Also replace bin/env"
  - commit 91ad98e
  - Drop AMDGPU patch that may cause regressions (bsc#1243782)
    Deleted:
    patches.suse/drm-amd-display-more-liberal-vmin-vmax-update-for-fr.patch
  - commit c23b99f
  - wifi: ath12k: Avoid memory leak while enabling statistics
    (CVE-2025-37743 bsc#1242163).
  - commit f493528
  - PM: sleep: Fix power.is_suspended cleanup for direct-complete
    devices (git-fixes).
  - net: wwan: t7xx: Fix napi rx poll issue (git-fixes).
  - Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION
    (git-fixes).
  - Bluetooth: hci_qca: move the SoC type check to the right place
    (git-fixes).
  - rtc: Fix offset calculation for .start_secs < 0 (git-fixes).
  - rtc: stm32: drop unused module alias (git-fixes).
  - rtc: s3c: drop unused module alias (git-fixes).
  - rtc: pm8xxx: drop unused module alias (git-fixes).
  - rtc: jz4740: drop unused module alias (git-fixes).
  - rtc: da9063: drop unused module alias (git-fixes).
  - rtc: cpcap: drop unused module alias (git-fixes).
  - rtc: at91rm9200: drop unused module alias (git-fixes).
  - rtc: sh: assign correct interrupts with DT (git-fixes).
  - dmaengine: ti: Add NULL check in udma_probe() (git-fixes).
  - phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug (git-fixes).
  - commit ec23ee6
  - net: usb: aqc111: debug info before sanitation (git-fixes).
  - commit fc18979

++++ kernel-rt:

  - s390/pci: Serialize device addition and removal (bsc#1244145).
  - commit f1ae730
  - s390/pci: Allow re-add of a reserved but not yet removed device
    (bsc#1244145).
  - commit a73fcdb
  - s390/pci: Prevent self deletion in disable_slot() (bsc#1244145).
  - commit 136fe4f
  - s390/pci: Remove redundant bus removal and disable from
    zpci_release_device() (bsc#1244145).
  - commit 9bbc219
  - s390/pci: Fix potential double remove of hotplug slot
    (bsc#1244145).
  - commit 9714d95
  - s390/pci: remove hotplug slot when releasing the device
    (bsc#1244145).
  - commit 1415bb1
  - s390/pci: Fix duplicate pci_dev_put() in disable_slot() when
    PF has child VFs (git-fixes bsc#1244145).
  - commit 3430d11
  - s390/pci: introduce lock to synchronize state of zpci_dev's
    (jsc#PED-10253 bsc#1244145).
  - Refresh
    patches.suse/s390-pci-Fix-leak-of-struct-zpci_dev-when-zpci_add_device-fails.patch.
  - Refresh
    patches.suse/s390-pci-Sort-PCI-functions-prior-to-creating-virtual-busses.patch.
  - commit 2644b79
  - s390/pci: rename lock member in struct zpci_dev (jsc#PED-10253
    bsc#1244145).
  - Refresh
    patches.suse/s390-pci-Fix-leak-of-struct-zpci_dev-when-zpci_add_device-fails.patch.
  - Refresh
    patches.suse/s390-pci-Sort-PCI-functions-prior-to-creating-virtual-busses.patch.
  - Refresh
    patches.suse/s390-pci-Use-topology-ID-for-multi-function-devices.patch.
  - commit 9223df0
  - media: mediatek: vcodec: Only free buffer VA that is not NULL
    (CVE-2023-52888 bsc#1228557).
  - commit 0299171
  - net: fix udp gso skb_segment after pull from frag_list
    (git-fixes).
  - commit 8353437
  - page_pool: Fix use-after-free in page_pool_recycle_in_ring
    (git-fixes).
  - commit 69ccdcd
  - net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
    (git-fixes).
  - commit d107edf
  - net: sched: em_text: fix possible memory leak in
    em_text_destroy() (git-fixes).
  - commit 71395f7
  - neighbour: Don't let neigh_forced_gc() disable preemption for
    long (git-fixes).
  - commit fea49bb
  - net: sched: cls_u32: Fix allocation size in u32_init()
    (git-fixes).
  - commit eea3eab
  - Move upstreamed patches into sorted section
  - commit c9465fb
  - kernel-source: Do not use multiple -r in sed parameters
    This usage is enabled in commit b18d64d
    (sed: allow multiple (non-conflicting) -E/-r parameters, 2016-07-31)
    only available since sed 4.3
    Fixes: dc2037cd8f94 ("kernel-source: Also replace bin/env"
  - commit 91ad98e
  - Drop AMDGPU patch that may cause regressions (bsc#1243782)
    Deleted:
    patches.suse/drm-amd-display-more-liberal-vmin-vmax-update-for-fr.patch
  - commit c23b99f
  - wifi: ath12k: Avoid memory leak while enabling statistics
    (CVE-2025-37743 bsc#1242163).
  - commit f493528
  - PM: sleep: Fix power.is_suspended cleanup for direct-complete
    devices (git-fixes).
  - net: wwan: t7xx: Fix napi rx poll issue (git-fixes).
  - Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION
    (git-fixes).
  - Bluetooth: hci_qca: move the SoC type check to the right place
    (git-fixes).
  - rtc: Fix offset calculation for .start_secs < 0 (git-fixes).
  - rtc: stm32: drop unused module alias (git-fixes).
  - rtc: s3c: drop unused module alias (git-fixes).
  - rtc: pm8xxx: drop unused module alias (git-fixes).
  - rtc: jz4740: drop unused module alias (git-fixes).
  - rtc: da9063: drop unused module alias (git-fixes).
  - rtc: cpcap: drop unused module alias (git-fixes).
  - rtc: at91rm9200: drop unused module alias (git-fixes).
  - rtc: sh: assign correct interrupts with DT (git-fixes).
  - dmaengine: ti: Add NULL check in udma_probe() (git-fixes).
  - phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug (git-fixes).
  - commit ec23ee6
  - net: usb: aqc111: debug info before sanitation (git-fixes).
  - commit fc18979

++++ kernel-rt_debug:

  - s390/pci: Serialize device addition and removal (bsc#1244145).
  - commit f1ae730
  - s390/pci: Allow re-add of a reserved but not yet removed device
    (bsc#1244145).
  - commit a73fcdb
  - s390/pci: Prevent self deletion in disable_slot() (bsc#1244145).
  - commit 136fe4f
  - s390/pci: Remove redundant bus removal and disable from
    zpci_release_device() (bsc#1244145).
  - commit 9bbc219
  - s390/pci: Fix potential double remove of hotplug slot
    (bsc#1244145).
  - commit 9714d95
  - s390/pci: remove hotplug slot when releasing the device
    (bsc#1244145).
  - commit 1415bb1
  - s390/pci: Fix duplicate pci_dev_put() in disable_slot() when
    PF has child VFs (git-fixes bsc#1244145).
  - commit 3430d11
  - s390/pci: introduce lock to synchronize state of zpci_dev's
    (jsc#PED-10253 bsc#1244145).
  - Refresh
    patches.suse/s390-pci-Fix-leak-of-struct-zpci_dev-when-zpci_add_device-fails.patch.
  - Refresh
    patches.suse/s390-pci-Sort-PCI-functions-prior-to-creating-virtual-busses.patch.
  - commit 2644b79
  - s390/pci: rename lock member in struct zpci_dev (jsc#PED-10253
    bsc#1244145).
  - Refresh
    patches.suse/s390-pci-Fix-leak-of-struct-zpci_dev-when-zpci_add_device-fails.patch.
  - Refresh
    patches.suse/s390-pci-Sort-PCI-functions-prior-to-creating-virtual-busses.patch.
  - Refresh
    patches.suse/s390-pci-Use-topology-ID-for-multi-function-devices.patch.
  - commit 9223df0
  - media: mediatek: vcodec: Only free buffer VA that is not NULL
    (CVE-2023-52888 bsc#1228557).
  - commit 0299171
  - net: fix udp gso skb_segment after pull from frag_list
    (git-fixes).
  - commit 8353437
  - page_pool: Fix use-after-free in page_pool_recycle_in_ring
    (git-fixes).
  - commit 69ccdcd
  - net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
    (git-fixes).
  - commit d107edf
  - net: sched: em_text: fix possible memory leak in
    em_text_destroy() (git-fixes).
  - commit 71395f7
  - neighbour: Don't let neigh_forced_gc() disable preemption for
    long (git-fixes).
  - commit fea49bb
  - net: sched: cls_u32: Fix allocation size in u32_init()
    (git-fixes).
  - commit eea3eab
  - Move upstreamed patches into sorted section
  - commit c9465fb
  - kernel-source: Do not use multiple -r in sed parameters
    This usage is enabled in commit b18d64d
    (sed: allow multiple (non-conflicting) -E/-r parameters, 2016-07-31)
    only available since sed 4.3
    Fixes: dc2037cd8f94 ("kernel-source: Also replace bin/env"
  - commit 91ad98e
  - Drop AMDGPU patch that may cause regressions (bsc#1243782)
    Deleted:
    patches.suse/drm-amd-display-more-liberal-vmin-vmax-update-for-fr.patch
  - commit c23b99f
  - wifi: ath12k: Avoid memory leak while enabling statistics
    (CVE-2025-37743 bsc#1242163).
  - commit f493528
  - PM: sleep: Fix power.is_suspended cleanup for direct-complete
    devices (git-fixes).
  - net: wwan: t7xx: Fix napi rx poll issue (git-fixes).
  - Bluetooth: L2CAP: Fix not responding with L2CAP_CR_LE_ENCRYPTION
    (git-fixes).
  - Bluetooth: hci_qca: move the SoC type check to the right place
    (git-fixes).
  - rtc: Fix offset calculation for .start_secs < 0 (git-fixes).
  - rtc: stm32: drop unused module alias (git-fixes).
  - rtc: s3c: drop unused module alias (git-fixes).
  - rtc: pm8xxx: drop unused module alias (git-fixes).
  - rtc: jz4740: drop unused module alias (git-fixes).
  - rtc: da9063: drop unused module alias (git-fixes).
  - rtc: cpcap: drop unused module alias (git-fixes).
  - rtc: at91rm9200: drop unused module alias (git-fixes).
  - rtc: sh: assign correct interrupts with DT (git-fixes).
  - dmaengine: ti: Add NULL check in udma_probe() (git-fixes).
  - phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug (git-fixes).
  - commit ec23ee6
  - net: usb: aqc111: debug info before sanitation (git-fixes).
  - commit fc18979

++++ libzypp:

  - Fix credential handling in HEAD requests (bsc#1244105)
  - version 17.37.5 (35)

++++ nvidia-open-driver-G06-signed:

  - update CUDA variant to 575.57.08
  - supersedes persistent-nvidia-id-string.patch

++++ suseconnect-ng:

  - Version 1.14 public library release
    This version is only available on Github as a tag to release the
    new golang public library which can be consumed without the need
    to interface with SUSEConnect directly.

------------------------------------------------------------------
------------------  2025-6-5  -  Jun 5 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Do not try to inject SUSEConnect secrets when in Rootless Docker mode, as
    Docker does not have permission to access the host zypper credentials in this
    mode (and unprivileged users cannot disable the feature using
    /etc/docker/suse-secrets-enable.) bsc#1240150
    * 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
  - Rebase patches:
    * 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch
    * 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch

++++ fde-tools:

  - Add fde-tools-bsc1243877-firstboot-remove-key-conf.patch to
    remove the dracut conf for the key file to avoid the error from
    dracut (bsc#1243877)

++++ glib2:

  - Add glib2-CVE-2025-4373.patch: carefully handle gssize parameters
    (bsc#1242844 CVE-2025-4373 glgo#GNOME/glib#3677).

++++ kernel-default:

  - openvswitch: Fix unsafe attribute parsing in output_userspace() (CVE-2025-37998 bsc#1243836)
  - commit 51afd13
  - octeon_ep: Fix host hang issue during device reboot (CVE-2025-37933 bsc#1243628)
  - commit 44230dd
  - kABI: ipv6: save dontfrag in cork (git-fixes).
    Patch-up the kABI change with an #ifdef __GENKSYMS__. This change is
    safe (as detailed in the patch commit message) due to the struct
    having a 6-byte hole at the end we can use.
  - commit cbc81e2
  - ipv6: save dontfrag in cork (git-fixes).
  - commit d3fe600
  - tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()
    (git-fixes).
  - commit 756fa72
  - netpoll: hold rcu read lock in __netpoll_send_skb() (git-fixes).
  - commit e02eac4
  - ipvs: Always clear ipvs_property flag in skb_scrub_packet()
    (git-fixes).
  - commit d943643
  - tcp/dccp: allow a connection when sk_max_ack_backlog is zero
    (git-fixes).
  - commit 09561a1
  - xsk: always clear DMA mapping information when unmapping the
    pool (git-fixes).
  - commit 9908bc6
  - net: sched: fix erspan_opt settings in cls_flower (git-fixes).
  - commit fc52734
  - spi: spi-imx: Add check for spi_imx_setupxfer() (CVE-2025-37801 bsc#1242850)
  - commit f3955e7
  - ipmr: fix tables suspicious RCU usage (git-fixes).
  - commit d029f0f
  - ip6mr: fix tables suspicious RCU usage (git-fixes).
  - commit 79bb134
  - netpoll: Use rcu_access_pointer() in __netpoll_setup
    (git-fixes).
  - commit f180c62
  - netdev-genl: Hold rcu_read_lock in napi_get (git-fixes).
  - commit 895e121
  - net/neighbor: clear error in case strict check is not set
    (git-fixes).
  - commit 9eb711a
  - ipv4: Convert ip_route_input() to dscp_t (git-fixes).
  - commit 401defe
  - net: sched: consistently use rcu_replace_pointer() in
    taprio_change() (git-fixes).
  - commit a6910eb
  - udp: fix receiving fraglist GSO packets (git-fixes).
  - commit 5b87500
  - net: linkwatch: use system_unbound_wq (git-fixes).
  - commit 34d590e
  - net: page_pool: fix warning code (git-fixes).
  - commit 0d77245
  - net: give more chances to rcu in netdev_wait_allrefs_any()
    (git-fixes).
  - commit a1b1859
  - tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
    (git-fixes).
  - commit b96b4a8
  - tcp/dccp: bypass empty buckets in inet_twsk_purge() (git-fixes).
  - commit afdb9bb
  - udp: preserve the connected status if only UDP cmsg (git-fixes).
  - commit 8714e3a
  - udp: fix incorrect parameter validation in the
    udp_lib_getsockopt() function (git-fixes).
  - commit 34a2994
  - ipmr: fix incorrect parameter validation in the
    ip_mroute_getsockopt() function (git-fixes).
  - commit f23f4c9
  - ip_tunnel: annotate data-races around t->parms.link (git-fixes).
  - commit 765e083
  - net: add rcu safety to rtnl_prop_list_size() (git-fixes).
  - commit 1e0fceb
  - net: ipv4: fix a memleak in ip_setup_cork (git-fixes).
  - commit 935ac41
  - udp: annotate data-races around up->pending (git-fixes).
  - commit 72fda93
  - ipv4: Correct/silence an endian warning in __ip_do_redirect
    (git-fixes).
  - commit 011b9c9
  - driver core: fix potential NULL pointer dereference in
    dev_uevent() (CVE-2025-37800 bsc#1242849).
  - driver core: introduce device_set_driver() helper
    (CVE-2025-37800 bsc#1242849).
  - commit 3aecdc2
  - soc: qcom: smp2p: Fix fallback to qcom,ipc parse (git-fixes).
  - commit a145886
  - wifi: mt76: mt7996: fix RX buffer size of MCU event (git-fixes).
  - wifi: mt76: mt7996: set EHT max ampdu length capability
    (git-fixes).
  - wifi: mt76: mt7925: ensure all MCU commands wait for response
    (git-fixes).
  - wifi: mt76: mt7925: refine the sniffer commnad (git-fixes).
  - wifi: mt76: mt7925: prevent multiple scan commands (git-fixes).
  - wifi: mt76: mt7915: Fix null-ptr-deref in mt7915_mmio_wed_init()
    (git-fixes).
  - wifi: mt76: mt7925: fix host interrupt register initialization
    (git-fixes).
  - Revert "wifi: mt76: mt7996: fill txd by host driver"
    (stable-fixes).
  - wifi: ath9k_htc: Abort software beacon handling if disabled
    (git-fixes).
  - wifi: ath12k: fix ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix rx completion meta data corruption
    (git-fixes).
  - wifi: ath11k: fix ring-buffer corruption (git-fixes).
  - wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback()
    (git-fixes).
  - wifi: rtw88: fix the 'para' buffer size to avoid reading out
    of bounds (git-fixes).
  - wifi: rtw88: usb: Reduce control message timeout to 500 ms
    (git-fixes).
  - wifi: rtw89: pci: enlarge retry times of RX tag to 1000
    (git-fixes).
  - wifi: rtlwifi: disable ASPM for RTL8723BE with subsystem ID
    11ad:1723 (git-fixes).
  - wifi: rtw88: do not ignore hardware read error during DPK
    (git-fixes).
  - wifi: rtw88: sdio: call rtw_sdio_indicate_tx_status
    unconditionally (git-fixes).
  - wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT
    (git-fixes).
  - wifi: iwlfiwi: mvm: Fix the rate reporting (git-fixes).
  - wifi: ath12k: fix node corruption in ar->arvifs list
    (git-fixes).
  - wifi: ath12k: Fix the QoS control field offset to build QoS
    header (git-fixes).
  - commit 3f5d0e4
  - wifi: mt76: only mark tx-status-failed frames as ACKed on
    mt76x0/2 (stable-fixes).
  - commit 0de0b80
  - wifi: ath12k: Add MSDU length validation for TKIP MIC error
    (git-fixes).
  - wifi: ath12k: fix invalid access to memory (git-fixes).
  - wifi: ath12k: Fix WMI tag for EHT rate in peer assoc
    (git-fixes).
  - wifi: ath12k: fix cleanup path after mhi init (git-fixes).
  - wifi: ath12k: Fix invalid memory access while forming 802.11
    header (git-fixes).
  - wifi: ath12k: Fix memory leak during vdev_id mismatch
    (git-fixes).
  - wifi: ath11k: fix node corruption in ar->arvifs list
    (git-fixes).
  - watchdog: exar: Shorten identity name to fit correctly
    (git-fixes).
  - wifi: iwlwifi: add support for Killer on MTL (stable-fixes).
  - wifi: mt76: mt7996: revise TXS size (stable-fixes).
  - wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU
    (stable-fixes).
  - wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU (stable-fixes).
  - wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31
    (stable-fixes).
  - wifi: rtw89: fw: propagate error code from rtw89_h2c_tx()
    (stable-fixes).
  - wifi: iwlwifi: fix debug actions order (stable-fixes).
  - wifi: ath12k: Report proper tx completion status to mac80211
    (stable-fixes).
  - wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz
    band (stable-fixes).
  - wifi: ath12k: Avoid napi_sync() before napi_enable()
    (stable-fixes).
  - wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1
    override (stable-fixes).
  - wifi: ath9k: return by of_get_mac_address (stable-fixes).
  - wifi: ath12k: Fix end offset bit definition in monitor ring
    descriptor (stable-fixes).
  - wifi: rtw88: Fix download_firmware_validate() for RTL8814AU
    (stable-fixes).
  - wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU
    (stable-fixes).
  - wifi: rtw88: Don't use static local variable in
    rtw8822b_set_tx_power_index_by_rate (stable-fixes).
  - wifi: rtw89: add wiphy_lock() to work that isn't held
    wiphy_lock() yet (stable-fixes).
  - wifi: mac80211: don't unconditionally call drv_mgd_complete_tx()
    (stable-fixes).
  - wifi: mac80211: remove misplaced drv_mgd_complete_tx() call
    (stable-fixes).
  - commit 9963350
  - vgacon: Add check for vc_origin address range in vgacon_scroll()
    (git-fixes).
  - soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()
    (git-fixes).
  - soc: aspeed: lpc: Fix impossible judgment condition (git-fixes).
  - spi: sh-msiof: Fix maximum DMA transfer size (git-fixes).
  - spi: tegra210-quad: modify chip select (CS) deactivation
    (git-fixes).
  - spi: tegra210-quad: remove redundant error handling code
    (git-fixes).
  - spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4
    transfers (git-fixes).
  - spi: spi-sun4i: fix early activation (stable-fixes).
  - spi-rockchip: Fix register out of bounds access (stable-fixes).
  - thunderbolt: Do not add non-active NVM if NVM upgrade is
    disabled for retimer (stable-fixes).
  - usb: xhci: Don't change the status of stalled TDs on failed
    Stop EP (stable-fixes).
  - serial: sh-sci: Save and restore more registers (git-fixes).
  - serial: sh-sci: Update the suspend/resume support
    (stable-fixes).
  - thermal/drivers/qoriq: Power down TMU on system suspend
    (stable-fixes).
  - soundwire: amd: change the soundwire wake enable/disable
    sequence (stable-fixes).
  - soc: ti: k3-socinfo: Do not use syscon helper to build regmap
    (stable-fixes).
  - spi: zynqmp-gqspi: Always acknowledge interrupts (stable-fixes).
  - commit 38d0a8f
  - PM: sleep: Print PM debug messages during hibernation
    (git-fixes).
  - commit 96179c7
  - PCI: dw-rockchip: Fix PHY function call sequence in
    rockchip_pcie_phy_deinit() (git-fixes).
  - PCI: cadence: Fix runtime atomic count underflow (git-fixes).
  - PCI: apple: Use gpiod_set_value_cansleep in probe flow
    (git-fixes).
  - PCI: cadence-ep: Correct PBA offset in .set_msix() callback
    (git-fixes).
  - PCI: Fix lock symmetry in pci_slot_unlock() (git-fixes).
  - PCI: Explicitly put devices into D0 when initializing
    (git-fixes).
  - PCI/DPC: Initialize aer_err_info before using it (git-fixes).
  - selftests/mm: restore default nr_hugepages value during cleanup
    in hugetlb_reparenting_test.sh (git-fixes).
  - pinctrl: armada-37xx: set GPIO output value before setting
    direction (git-fixes).
  - pinctrl: armada-37xx: use correct OUTPUT_VAL register for
    GPIOs > 31 (git-fixes).
  - pinctrl: at91: Fix possible out-of-boundary access (git-fixes).
  - selftests/bpf: Fix bpf_nf selftest failure (git-fixes).
  - selftests/seccomp: fix syscall_restart test for arm compat
    (git-fixes).
  - PM: wakeup: Delete space in the end of string shown by
    pm_show_wakelocks() (git-fixes).
  - power: reset: at91-reset: Optimize at91_reset() (git-fixes).
  - regulator: max20086: Change enable gpio to optional (git-fixes).
  - regulator: max20086: Fix MAX200086 chip id (git-fixes).
  - platform/x86: thinkpad_acpi: Ignore battery threshold change
    event notification (stable-fixes).
  - platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys
    (stable-fixes).
  - phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off
    (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Lock around hardware registers
    and driver data (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Move IRQ request in probe
    (stable-fixes).
  - platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS
    (stable-fixes).
  - pinctrl: meson: define the pull up/down resistor value as 60
    kOhm (stable-fixes).
  - rtc: rv3032: fix EERD location (stable-fixes).
  - rtc: ds1307: stop disabling alarms on probe (stable-fixes).
  - phy: core: don't require set_mode() callback for phy_get_mode()
    to work (stable-fixes).
  - pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()
    (git-fixes).
  - pinctrl-tegra: Restore SFSEL bit when freeing pins
    (stable-fixes).
  - pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned"
    (stable-fixes).
  - pinctrl: devicetree: do not goto err when probing hogs in
    pinctrl_dt_to_map (stable-fixes).
  - PCI: dwc: ep: Ensure proper iteration over outbound map windows
    (stable-fixes).
  - PCI: brcmstb: Expand inbound window size up to 64GB
    (stable-fixes).
  - PCI: brcmstb: Add a softdep to MIP MSI-X driver (stable-fixes).
  - PCI: Fix old_size lower bound in calculate_iosize() too
    (stable-fixes).
  - selftests/net: have `gro.sh -t` return a correct exit code
    (stable-fixes).
  - regulator: ad5398: Add device tree support (stable-fixes).
  - PCI: vmd: Disable MSI remapping bypass under Xen (stable-fixes).
  - phy: renesas: rcar-gen3-usb2: Add support to initialize the bus
    (stable-fixes).
  - commit 32a9142
  - tcp_metrics: optimize tcp_metrics_flush_all() (git-fixes).
  - commit 2a9c7bb
  - mtd: rawnand: sunxi: Add randomizer configuration in
    sunxi_nfc_hw_ecc_write_chunk (git-fixes).
  - mtd: nand: sunxi: Add randomizer configuration before randomizer
    enable (git-fixes).
  - mtd: nand: ecc-mxic: Fix use of uninitialized variable ret
    (git-fixes).
  - net: phy: mscc: Stop clearing the the UDPv4 checksum for L2
    frames (git-fixes).
  - net: phy: mscc: Fix memory leak when using one step timestamping
    (git-fixes).
  - net: phy: clear phydev->devlink when the link is deleted
    (git-fixes).
  - net: phy: fix up const issues in to_mdio_device() and
    to_phy_device() (git-fixes).
  - net: usb: aqc111: fix error handling of usbnet read calls
    (git-fixes).
  - mmc: host: Wait for Vdd to settle on card power off
    (stable-fixes).
  - mmc: dw_mmc: add exynos7870 DW MMC support (stable-fixes).
  - commit eedda90
  - mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE
    (git-fixes).
  - mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice
    in exynos_lpass_remove() (git-fixes).
  - media: uvcvideo: Fix deferred probing error (git-fixes).
  - media: uvcvideo: Return the number of processed controls
    (git-fixes).
  - media: omap3isp: use sgtable-based scatterlist wrappers
    (git-fixes).
  - media: videobuf2: use sgtable-based scatterlist wrappers
    (git-fixes).
  - media: v4l2-dev: fix error handling in __video_register_device()
    (git-fixes).
  - media: ov8856: suppress probe deferral errors (git-fixes).
  - media: ov5675: suppress probe deferral errors (git-fixes).
  - media: nxp: imx8-isi: better handle the m2m usage_count
    (git-fixes).
  - media: gspca: Add error handling for stv06xx_read_sensor()
    (git-fixes).
  - media: davinci: vpif: Fix memory leak in probe error path
    (git-fixes).
  - media: vivid: Change the siize of the composing (git-fixes).
  - media: cxusb: no longer judge rbuf when the write fails
    (git-fixes).
  - media: vidtv: Terminating the subsequent process of
    initialization failure (git-fixes).
  - media: ccs-pll: Correct the upper limit of maximum
    op_pre_pll_clk_div (git-fixes).
  - media: ccs-pll: Check for too high VT PLL multiplier in dual
    PLL case (git-fixes).
  - media: ccs-pll: Start VT pre-PLL multiplier search from correct
    value (git-fixes).
  - media: ccs-pll: Start OP pre-PLL multiplier search from correct
    value (git-fixes).
  - media: imx-jpeg: Cleanup after an allocation error (git-fixes).
  - media: imx-jpeg: Reset slot data pointers when freed
    (git-fixes).
  - media: imx-jpeg: Move mxc_jpeg_free_slot_data() ahead
    (git-fixes).
  - media: imx-jpeg: Drop the first error frames (git-fixes).
  - media: venus: Fix probe error handling (git-fixes).
  - media: rkvdec: Fix frame size enumeration (git-fixes).
  - mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check
    (stable-fixes).
  - media: c8sectpfe: Call of_node_put(i2c_bus) only once in
    c8sectpfe_probe() (stable-fixes).
  - media: cx231xx: set device_caps for 417 (stable-fixes).
  - media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map
    (stable-fixes).
  - media: uvcvideo: Handle uvc menu translation inside
    uvc_get_le_value (stable-fixes).
  - media: adv7180: Disable test-pattern control on adv7180
    (stable-fixes).
  - media: tc358746: improve calculation of the D-PHY timing
    registers (stable-fixes).
  - media: test-drivers: vivid: don't call schedule in loop
    (stable-fixes).
  - media: i2c: imx219: Correct the minimum vblanking value
    (stable-fixes).
  - media: v4l: Memset argument to 0 before calling get_mbus_config
    pad op (stable-fixes).
  - media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware
    is available (stable-fixes).
  - mmc: sdhci: Disable SD card clock before changing parameters
    (stable-fixes).
  - commit de6c9a2
  - Input: gpio-keys - fix possible concurrent access in
    gpio_keys_irq_timer() (git-fixes).
  - commit e29f865
  - hwmon: (asus-ec-sensors) check sensor index in read_string()
    (git-fixes).
  - Input: ims-pcu - check record size in ims_pcu_flash_firmware()
    (git-fixes).
  - firmware: psci: Fix refcount leak in psci_dt_init (git-fixes).
  - gpiolib: Revert "Don't WARN on gpiod_put() for optional GPIO"
    (stable-fixes).
  - Input: xpad - add more controllers (stable-fixes).
  - gpio: pca953x: fix IRQ storm on system wake up (git-fixes).
  - HID: quirks: Add ADATA XPG alpha wireless mouse support
    (stable-fixes).
  - intel_th: avoid using deprecated page->mapping, index fields
    (stable-fixes).
  - ima: process_measurement() needlessly takes inode_lock()
    on MAY_READ (stable-fixes).
  - i3c: master: svc: Fix implicit fallthrough in
    svc_i3c_master_ibi_work() (git-fixes).
  - i3c: master: svc: Fix missing STOP for master request
    (stable-fixes).
  - i3c: master: svc: Flush FIFO before sending Dynamic Address
    Assignment(DAA) (stable-fixes).
  - i2c: qup: Vote for interconnect bandwidth to DRAM
    (stable-fixes).
  - i2c: pxa: fix call balance of i2c->clk handling routines
    (stable-fixes).
  - fpga: altera-cvp: Increase credit timeout (stable-fixes).
  - mailbox: use error ret code of of_parse_phandle_with_args()
    (stable-fixes).
  - leds: pwm-multicolor: Add check for fwnode_property_read_u32
    (stable-fixes).
  - firmware: arm_ffa: Set dma_mask for ffa devices (stable-fixes).
  - firmware: arm_ffa: Reject higher major version as incompatible
    (stable-fixes).
  - ieee802154: ca8210: Use proper setters and getters for bitwise
    types (stable-fixes).
  - HID: usbkbd: Fix the bit shift number for LED_KANA
    (stable-fixes).
  - hwmon: (dell-smm) Increment the number of fans (stable-fixes).
  - hwmon: (gpio-fan) Add missing mutex locks (stable-fixes).
  - hwmon: (xgene-hwmon) use appropriate type for the latency value
    (stable-fixes).
  - gpio: pca953x: Simplify code with cleanup helpers
    (stable-fixes).
  - gpio: pca953x: Split pca953x_restore_context() and
    pca953x_save_context() (stable-fixes).
  - commit 50f84af
  - fbdev: Fix fb_set_var to prevent null-ptr-deref in
    fb_videomode_to_var (git-fixes).
  - fbdev: Fix do_register_framebuffer to prevent null-ptr-deref
    in fb_videomode_to_var (git-fixes).
  - fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()
    (git-fixes).
  - drm/msm/gpu: Fix crash when throttling GPU immediately during
    boot (git-fixes).
  - drm/mediatek: mtk_drm_drv: Unbind secondary mmsys components
    on err (git-fixes).
  - drm/mediatek: Fix kobject put for component sub-drivers
    (git-fixes).
  - drm/mediatek: mtk_drm_drv: Fix kobject put for mtk_mutex device
    ptr (git-fixes).
  - Revert "drm/amdgpu: don't allow userspace to create a doorbell
    BO" (stable-fixes).
  - drm/amd/pp: Fix potential NULL pointer dereference in
    atomctrl_initialize_mc_reg_table (git-fixes).
  - drm/tegra: Fix a possible null pointer dereference (git-fixes).
  - drm/tegra: rgb: Fix the unbound reference count (git-fixes).
  - drm/tegra: Assign plane type before registration (git-fixes).
  - drm/vkms: Adjust vkms_state->active_planes allocation type
    (git-fixes).
  - drm: rcar-du: Fix memory leak in rcar_du_vsps_init()
    (git-fixes).
  - drm/bridge: lt9611uxc: Fix an error handling path in
    lt9611uxc_probe() (git-fixes).
  - drm/panel: samsung-sofef00: Drop s6e3fc2x01 support (git-fixes).
  - drm/ast: Fix comment on modeset lock (git-fixes).
  - drm/vc4: tests: Use return instead of assert (git-fixes).
  - drm/bridge: cdns-dsi: Wait for Clk and Data Lanes to be ready
    (git-fixes).
  - drm/bridge: cdns-dsi: Check return value when getting default
    PHY config (git-fixes).
  - drm/bridge: cdns-dsi: Fix the clock variable for mode_valid()
    (git-fixes).
  - drm/bridge: cdns-dsi: Fix phy de-init and flag it so
    (git-fixes).
  - drm/bridge: cdns-dsi: Fix connecting to next bridge (git-fixes).
  - drm/udl: Unregister device before cleaning up on disconnect
    (git-fixes).
  - drm/vmwgfx: Add seqno waiter for sync_files (git-fixes).
  - Documentation/rtla: Fix typo in common_timerlat_description.rst
    (git-fixes).
  - Documentation/rtla: Fix typo in rtla-timerlat.rst (git-fixes).
  - drm/amd/display: fix link_set_dpms_off multi-display MST corner
    case (stable-fixes).
  - drm/amd/display: Guard against setting dispclk low for dcn31x
    (stable-fixes).
  - drm/amdgpu: Update SRIOV video codec caps (stable-fixes).
  - drm/amd/display: remove minimum Dispclk and apply oem panel
    timing (stable-fixes).
  - drm/amd/display: Fix incorrect DPCD configs while Replay/PSR
    switch (stable-fixes).
  - drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence
    (stable-fixes).
  - drm/amdkfd: Set per-process flags only once cik/vi
    (stable-fixes).
  - drm/amdgpu: Do not program AGP BAR regs under SRIOV in
    gfxhub_v1_0.c (stable-fixes).
  - drm/amd/display: Skip checking FRL_MODE bit for PCON BW
    determination (stable-fixes).
  - drm/amdkfd: KFD release_work possible circular locking
    (stable-fixes).
  - drm/rockchip: vop2: Add uv swap for cluster window
    (stable-fixes).
  - drm/amdgpu: Set snoop bit for SDMA for MI series (stable-fixes).
  - drm/amd/display: Don't try AUX transactions on disconnected link
    (stable-fixes).
  - drm/amdgpu: reset psp->cmd to NULL after releasing the buffer
    (stable-fixes).
  - drm/amd/display: Update CR AUX RD interval interpretation
    (stable-fixes).
  - drm/amd/display: Initial psr_version with correct setting
    (stable-fixes).
  - drm/amd/display: Increase block_sequence array size
    (stable-fixes).
  - drm/amdgpu: enlarge the VBIOS binary size limit (stable-fixes).
  - drm/amd/display/dm: drop hw_support check in
    amdgpu_dm_i2c_xfer() (stable-fixes).
  - drm/v3d: Add clock handling (stable-fixes).
  - drm/ast: Find VBIOS mode from regular display size
    (stable-fixes).
  - drm: bridge: adv7511: fill stream capabilities (stable-fixes).
  - drm/atomic: clarify the rules around
    drm_atomic_state->allow_modeset (stable-fixes).
  - drm/panel-edp: Add Starry 116KHD024006 (stable-fixes).
  - drm: Add valid clones check (stable-fixes).
  - fbdev: fsl-diu-fb: add missing device_remove_file()
    (stable-fixes).
  - fbcon: Use correct erase colour for clearing in fbcon
    (stable-fixes).
  - fbdev: core: tileblit: Implement missing margin clearing for
    tileblit (stable-fixes).
  - firmware: arm_scmi: Relax duplicate name constraint across
    protocol ids (stable-fixes).
  - commit 0574d41
  - Documentation/rtla: Fix duplicate text about timerlat tracer
    (git-fixes).
  - crypto: marvell/cesa - Do not chain submitted requests
    (git-fixes).
  - crypto: sun8i-ce - move fallback ahash_request to the end of
    the struct (git-fixes).
  - crypto: xts - Only add ecb if it is not already there
    (git-fixes).
  - crypto: lrw - Only add ecb if it is not already there
    (git-fixes).
  - crypto: marvell/cesa - Avoid empty transfer descriptor
    (git-fixes).
  - crypto: marvell/cesa - Handle zero-length skcipher requests
    (git-fixes).
  - crypto: sun8i-ss - do not use sg_dma_len before calling DMA
    functions (git-fixes).
  - Documentation: fix typo in root= kernel parameter description
    (git-fixes).
  - dmaengine: idxd: cdev: Fix uninitialized use of sva in
    idxd_cdev_open (stable-fixes).
  - commit 8e41cce
  - backlight: pm8941: Add NULL check in wled_configure()
    (git-fixes).
  - bus: fsl-mc: fix GET/SET_TAILDROP command ids (git-fixes).
  - bus: fsl-mc: do not add a device-link for the UAPI used DPMCP
    device (git-fixes).
  - bus: fsl-mc: fix double-free on mc_dev (git-fixes).
  - Revert "bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect
    devices first" (stable-fixes).
  - Bluetooth: MGMT: iterate over mesh commands in
    mgmt_mesh_foreach() (git-fixes).
  - ASoC: qcom: sdm845: Add error handling in
    sdm845_slim_snd_hw_params() (git-fixes).
  - ASoC: apple: mca: Constrain channels according to TDM mask
    (git-fixes).
  - ASoC: SOF: ipc4-pcm: Adjust pipeline_list->pipelines allocation
    type (git-fixes).
  - crypto: sun8i-ce-cipher - fix error handling in
    sun8i_ce_cipher_prepare() (git-fixes).
  - crypto: qat - add shutdown handler to qat_420xx (git-fixes).
  - crypto: qat - add shutdown handler to qat_4xxx (git-fixes).
  - crypto: octeontx2 - suppress auth failure screaming due to
    negative tests (stable-fixes).
  - crypto: lzo - Fix compression buffer overrun (stable-fixes).
  - crypto: skcipher - Zap type in crypto_alloc_sync_skcipher
    (stable-fixes).
  - can: c_can: Use of_property_present() to test existence of DT
    property (stable-fixes).
  - commit 595e083
  - ASoC: meson: meson-card-utils: use of_property_present()
    for DT parsing (git-fixes).
  - ASoC: tas2764: Enable main IRQs (git-fixes).
  - ASoC: tas2764: Reinit cache on part reset (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
    (stable-fixes).
  - ASoC: imx-card: Adjust over allocation of memory in
    imx_card_parse_of() (stable-fixes).
  - ASoC: mediatek: mt6359: Add stub for
    mt6359_accdet_enable_jack_detect (stable-fixes).
  - ASoC: sun4i-codec: support hp-det-gpios property (stable-fixes).
  - ASoC: qcom: sm8250: explicitly set format in
    sm8250_be_hw_params_fixup() (stable-fixes).
  - ASoC: mediatek: mt8188: Treat DMIC_GAINx_CUR as non-volatile
    (stable-fixes).
  - ASoC: mediatek: mt8188: Add reference for dmic clocks
    (stable-fixes).
  - commit 255f2cb
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10
    (stable-fixes).
  - ALSA: pcm: Fix race of buffer access at PCM OSS layer
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx
    (stable-fixes).
  - ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot()
    (stable-fixes).
  - ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG
    (stable-fixes).
  - ASoC: tas2764: Mark SW_RESET as volatile (stable-fixes).
  - ASoC: tas2764: Power up/down amp on mute ops (stable-fixes).
  - ASoC: ops: Enforce platform maximum on initial value
    (stable-fixes).
  - ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode
    (stable-fixes).
  - ASoC: rt722-sdca: Add some missing readable registers
    (stable-fixes).
  - commit ab5fcf6
  - kABI workaround for hda_codec.beep_just_power_on flag
    (git-fixes).
  - commit 11aaa35
  - acpi-cpufreq: Fix nominal_freq units to KHz in
    get_max_boost_ratio() (git-fixes).
  - ACPICA: Utilities: Fix spelling mistake "Incremement" ->
    "Increment" (git-fixes).
  - ACPICA: exserial: don't forget to handle FFixedHW opregions
    for reading (git-fixes).
  - ACPI: OSI: Stop advertising support for "3.0 _SCP Extensions"
    (git-fixes).
  - ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list
    (stable-fixes).
  - accel/qaic: Mask out SR-IOV PCI resources (stable-fixes).
  - ALSA: seq: Improve data consistency at polling (stable-fixes).
  - ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook
    855 G7 (stable-fixes).
  - ACPI: HED: Always initialize before evged (stable-fixes).
  - commit 6ebe577
  - net: ethernet: mtk-star-emac: fix spinlock recursion issues
    on rx/tx poll (CVE-2025-37917 bsc#1243475).
  - commit 0f659f2
  - usb: typec: ucsi: limit the UCSI_NO_PARTNER_PDOS even further
    (git-fixes).
  - commit bae0091
  - usb: typec: ucsi: allow non-partner GET_PDOS for Qualcomm
    devices (git-fixes).
  - commit a0506dd
  - usb: typec: ucsi: Only enable supported notifications
    (git-fixes).
  - commit 3a52706
  - usb: typec: ucsi: fix UCSI on buggy Qualcomm devices
    (git-fixes).
  - commit 5ca6578
  - platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys
    (git-fixes).
  - commit 1564858
  - platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS
    (git-fixes).
  - commit 2bfd2a7
  - pstore: Change kmsg_bytes storage size to u32 (git-fixes).
  - commit c964f36
  - orangefs: Do not truncate file size (git-fixes).
  - commit 9fbe3ae
  - NFSv4: Check for delegation validity in
    nfs_start_delegation_return_locked() (git-fixes).
  - commit a689f10
  - NFS: Don't allow waiting for exiting tasks (git-fixes).
  - Refresh
    patches.suse/nfs-add-missing-selections-of-CONFIG_CRC32.patch.
  - commit 899f47c
  - SUNRPC: Don't allow waiting for exiting tasks (git-fixes).
  - commit 8b942ca
  - NFSv4: Treat ENETUNREACH errors as fatal for state recovery
    (git-fixes).
  - commit 9139fd5
  - SUNRPC: rpc_clnt_set_transport() must not change the autobind
    setting (git-fixes).
  - commit e2112a4
  - SUNRPC: rpcbind should never reset the port to the value '0'
    (git-fixes).
  - commit f49c9db
  - pNFS/flexfiles: Report ENETDOWN as a connection error
    (git-fixes).
  - commit 39e7a29

++++ kernel-rt:

  - openvswitch: Fix unsafe attribute parsing in output_userspace() (CVE-2025-37998 bsc#1243836)
  - commit 51afd13
  - octeon_ep: Fix host hang issue during device reboot (CVE-2025-37933 bsc#1243628)
  - commit 44230dd
  - kABI: ipv6: save dontfrag in cork (git-fixes).
    Patch-up the kABI change with an #ifdef __GENKSYMS__. This change is
    safe (as detailed in the patch commit message) due to the struct
    having a 6-byte hole at the end we can use.
  - commit cbc81e2
  - ipv6: save dontfrag in cork (git-fixes).
  - commit d3fe600
  - tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()
    (git-fixes).
  - commit 756fa72
  - netpoll: hold rcu read lock in __netpoll_send_skb() (git-fixes).
  - commit e02eac4
  - ipvs: Always clear ipvs_property flag in skb_scrub_packet()
    (git-fixes).
  - commit d943643
  - tcp/dccp: allow a connection when sk_max_ack_backlog is zero
    (git-fixes).
  - commit 09561a1
  - xsk: always clear DMA mapping information when unmapping the
    pool (git-fixes).
  - commit 9908bc6
  - net: sched: fix erspan_opt settings in cls_flower (git-fixes).
  - commit fc52734
  - spi: spi-imx: Add check for spi_imx_setupxfer() (CVE-2025-37801 bsc#1242850)
  - commit f3955e7
  - ipmr: fix tables suspicious RCU usage (git-fixes).
  - commit d029f0f
  - ip6mr: fix tables suspicious RCU usage (git-fixes).
  - commit 79bb134
  - netpoll: Use rcu_access_pointer() in __netpoll_setup
    (git-fixes).
  - commit f180c62
  - netdev-genl: Hold rcu_read_lock in napi_get (git-fixes).
  - commit 895e121
  - net/neighbor: clear error in case strict check is not set
    (git-fixes).
  - commit 9eb711a
  - ipv4: Convert ip_route_input() to dscp_t (git-fixes).
  - commit 401defe
  - net: sched: consistently use rcu_replace_pointer() in
    taprio_change() (git-fixes).
  - commit a6910eb
  - udp: fix receiving fraglist GSO packets (git-fixes).
  - commit 5b87500
  - net: linkwatch: use system_unbound_wq (git-fixes).
  - commit 34d590e
  - net: page_pool: fix warning code (git-fixes).
  - commit 0d77245
  - net: give more chances to rcu in netdev_wait_allrefs_any()
    (git-fixes).
  - commit a1b1859
  - tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
    (git-fixes).
  - commit b96b4a8
  - tcp/dccp: bypass empty buckets in inet_twsk_purge() (git-fixes).
  - commit afdb9bb
  - udp: preserve the connected status if only UDP cmsg (git-fixes).
  - commit 8714e3a
  - udp: fix incorrect parameter validation in the
    udp_lib_getsockopt() function (git-fixes).
  - commit 34a2994
  - ipmr: fix incorrect parameter validation in the
    ip_mroute_getsockopt() function (git-fixes).
  - commit f23f4c9
  - ip_tunnel: annotate data-races around t->parms.link (git-fixes).
  - commit 765e083
  - net: add rcu safety to rtnl_prop_list_size() (git-fixes).
  - commit 1e0fceb
  - net: ipv4: fix a memleak in ip_setup_cork (git-fixes).
  - commit 935ac41
  - udp: annotate data-races around up->pending (git-fixes).
  - commit 72fda93
  - ipv4: Correct/silence an endian warning in __ip_do_redirect
    (git-fixes).
  - commit 011b9c9
  - driver core: fix potential NULL pointer dereference in
    dev_uevent() (CVE-2025-37800 bsc#1242849).
  - driver core: introduce device_set_driver() helper
    (CVE-2025-37800 bsc#1242849).
  - commit 3aecdc2
  - soc: qcom: smp2p: Fix fallback to qcom,ipc parse (git-fixes).
  - commit a145886
  - wifi: mt76: mt7996: fix RX buffer size of MCU event (git-fixes).
  - wifi: mt76: mt7996: set EHT max ampdu length capability
    (git-fixes).
  - wifi: mt76: mt7925: ensure all MCU commands wait for response
    (git-fixes).
  - wifi: mt76: mt7925: refine the sniffer commnad (git-fixes).
  - wifi: mt76: mt7925: prevent multiple scan commands (git-fixes).
  - wifi: mt76: mt7915: Fix null-ptr-deref in mt7915_mmio_wed_init()
    (git-fixes).
  - wifi: mt76: mt7925: fix host interrupt register initialization
    (git-fixes).
  - Revert "wifi: mt76: mt7996: fill txd by host driver"
    (stable-fixes).
  - wifi: ath9k_htc: Abort software beacon handling if disabled
    (git-fixes).
  - wifi: ath12k: fix ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix rx completion meta data corruption
    (git-fixes).
  - wifi: ath11k: fix ring-buffer corruption (git-fixes).
  - wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback()
    (git-fixes).
  - wifi: rtw88: fix the 'para' buffer size to avoid reading out
    of bounds (git-fixes).
  - wifi: rtw88: usb: Reduce control message timeout to 500 ms
    (git-fixes).
  - wifi: rtw89: pci: enlarge retry times of RX tag to 1000
    (git-fixes).
  - wifi: rtlwifi: disable ASPM for RTL8723BE with subsystem ID
    11ad:1723 (git-fixes).
  - wifi: rtw88: do not ignore hardware read error during DPK
    (git-fixes).
  - wifi: rtw88: sdio: call rtw_sdio_indicate_tx_status
    unconditionally (git-fixes).
  - wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT
    (git-fixes).
  - wifi: iwlfiwi: mvm: Fix the rate reporting (git-fixes).
  - wifi: ath12k: fix node corruption in ar->arvifs list
    (git-fixes).
  - wifi: ath12k: Fix the QoS control field offset to build QoS
    header (git-fixes).
  - commit 3f5d0e4
  - wifi: mt76: only mark tx-status-failed frames as ACKed on
    mt76x0/2 (stable-fixes).
  - commit 0de0b80
  - wifi: ath12k: Add MSDU length validation for TKIP MIC error
    (git-fixes).
  - wifi: ath12k: fix invalid access to memory (git-fixes).
  - wifi: ath12k: Fix WMI tag for EHT rate in peer assoc
    (git-fixes).
  - wifi: ath12k: fix cleanup path after mhi init (git-fixes).
  - wifi: ath12k: Fix invalid memory access while forming 802.11
    header (git-fixes).
  - wifi: ath12k: Fix memory leak during vdev_id mismatch
    (git-fixes).
  - wifi: ath11k: fix node corruption in ar->arvifs list
    (git-fixes).
  - watchdog: exar: Shorten identity name to fit correctly
    (git-fixes).
  - wifi: iwlwifi: add support for Killer on MTL (stable-fixes).
  - wifi: mt76: mt7996: revise TXS size (stable-fixes).
  - wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU
    (stable-fixes).
  - wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU (stable-fixes).
  - wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31
    (stable-fixes).
  - wifi: rtw89: fw: propagate error code from rtw89_h2c_tx()
    (stable-fixes).
  - wifi: iwlwifi: fix debug actions order (stable-fixes).
  - wifi: ath12k: Report proper tx completion status to mac80211
    (stable-fixes).
  - wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz
    band (stable-fixes).
  - wifi: ath12k: Avoid napi_sync() before napi_enable()
    (stable-fixes).
  - wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1
    override (stable-fixes).
  - wifi: ath9k: return by of_get_mac_address (stable-fixes).
  - wifi: ath12k: Fix end offset bit definition in monitor ring
    descriptor (stable-fixes).
  - wifi: rtw88: Fix download_firmware_validate() for RTL8814AU
    (stable-fixes).
  - wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU
    (stable-fixes).
  - wifi: rtw88: Don't use static local variable in
    rtw8822b_set_tx_power_index_by_rate (stable-fixes).
  - wifi: rtw89: add wiphy_lock() to work that isn't held
    wiphy_lock() yet (stable-fixes).
  - wifi: mac80211: don't unconditionally call drv_mgd_complete_tx()
    (stable-fixes).
  - wifi: mac80211: remove misplaced drv_mgd_complete_tx() call
    (stable-fixes).
  - commit 9963350
  - vgacon: Add check for vc_origin address range in vgacon_scroll()
    (git-fixes).
  - soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()
    (git-fixes).
  - soc: aspeed: lpc: Fix impossible judgment condition (git-fixes).
  - spi: sh-msiof: Fix maximum DMA transfer size (git-fixes).
  - spi: tegra210-quad: modify chip select (CS) deactivation
    (git-fixes).
  - spi: tegra210-quad: remove redundant error handling code
    (git-fixes).
  - spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4
    transfers (git-fixes).
  - spi: spi-sun4i: fix early activation (stable-fixes).
  - spi-rockchip: Fix register out of bounds access (stable-fixes).
  - thunderbolt: Do not add non-active NVM if NVM upgrade is
    disabled for retimer (stable-fixes).
  - usb: xhci: Don't change the status of stalled TDs on failed
    Stop EP (stable-fixes).
  - serial: sh-sci: Save and restore more registers (git-fixes).
  - serial: sh-sci: Update the suspend/resume support
    (stable-fixes).
  - thermal/drivers/qoriq: Power down TMU on system suspend
    (stable-fixes).
  - soundwire: amd: change the soundwire wake enable/disable
    sequence (stable-fixes).
  - soc: ti: k3-socinfo: Do not use syscon helper to build regmap
    (stable-fixes).
  - spi: zynqmp-gqspi: Always acknowledge interrupts (stable-fixes).
  - commit 38d0a8f
  - PM: sleep: Print PM debug messages during hibernation
    (git-fixes).
  - commit 96179c7
  - PCI: dw-rockchip: Fix PHY function call sequence in
    rockchip_pcie_phy_deinit() (git-fixes).
  - PCI: cadence: Fix runtime atomic count underflow (git-fixes).
  - PCI: apple: Use gpiod_set_value_cansleep in probe flow
    (git-fixes).
  - PCI: cadence-ep: Correct PBA offset in .set_msix() callback
    (git-fixes).
  - PCI: Fix lock symmetry in pci_slot_unlock() (git-fixes).
  - PCI: Explicitly put devices into D0 when initializing
    (git-fixes).
  - PCI/DPC: Initialize aer_err_info before using it (git-fixes).
  - selftests/mm: restore default nr_hugepages value during cleanup
    in hugetlb_reparenting_test.sh (git-fixes).
  - pinctrl: armada-37xx: set GPIO output value before setting
    direction (git-fixes).
  - pinctrl: armada-37xx: use correct OUTPUT_VAL register for
    GPIOs > 31 (git-fixes).
  - pinctrl: at91: Fix possible out-of-boundary access (git-fixes).
  - selftests/bpf: Fix bpf_nf selftest failure (git-fixes).
  - selftests/seccomp: fix syscall_restart test for arm compat
    (git-fixes).
  - PM: wakeup: Delete space in the end of string shown by
    pm_show_wakelocks() (git-fixes).
  - power: reset: at91-reset: Optimize at91_reset() (git-fixes).
  - regulator: max20086: Change enable gpio to optional (git-fixes).
  - regulator: max20086: Fix MAX200086 chip id (git-fixes).
  - platform/x86: thinkpad_acpi: Ignore battery threshold change
    event notification (stable-fixes).
  - platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys
    (stable-fixes).
  - phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off
    (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Lock around hardware registers
    and driver data (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Move IRQ request in probe
    (stable-fixes).
  - platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS
    (stable-fixes).
  - pinctrl: meson: define the pull up/down resistor value as 60
    kOhm (stable-fixes).
  - rtc: rv3032: fix EERD location (stable-fixes).
  - rtc: ds1307: stop disabling alarms on probe (stable-fixes).
  - phy: core: don't require set_mode() callback for phy_get_mode()
    to work (stable-fixes).
  - pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()
    (git-fixes).
  - pinctrl-tegra: Restore SFSEL bit when freeing pins
    (stable-fixes).
  - pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned"
    (stable-fixes).
  - pinctrl: devicetree: do not goto err when probing hogs in
    pinctrl_dt_to_map (stable-fixes).
  - PCI: dwc: ep: Ensure proper iteration over outbound map windows
    (stable-fixes).
  - PCI: brcmstb: Expand inbound window size up to 64GB
    (stable-fixes).
  - PCI: brcmstb: Add a softdep to MIP MSI-X driver (stable-fixes).
  - PCI: Fix old_size lower bound in calculate_iosize() too
    (stable-fixes).
  - selftests/net: have `gro.sh -t` return a correct exit code
    (stable-fixes).
  - regulator: ad5398: Add device tree support (stable-fixes).
  - PCI: vmd: Disable MSI remapping bypass under Xen (stable-fixes).
  - phy: renesas: rcar-gen3-usb2: Add support to initialize the bus
    (stable-fixes).
  - commit 32a9142
  - tcp_metrics: optimize tcp_metrics_flush_all() (git-fixes).
  - commit 2a9c7bb
  - mtd: rawnand: sunxi: Add randomizer configuration in
    sunxi_nfc_hw_ecc_write_chunk (git-fixes).
  - mtd: nand: sunxi: Add randomizer configuration before randomizer
    enable (git-fixes).
  - mtd: nand: ecc-mxic: Fix use of uninitialized variable ret
    (git-fixes).
  - net: phy: mscc: Stop clearing the the UDPv4 checksum for L2
    frames (git-fixes).
  - net: phy: mscc: Fix memory leak when using one step timestamping
    (git-fixes).
  - net: phy: clear phydev->devlink when the link is deleted
    (git-fixes).
  - net: phy: fix up const issues in to_mdio_device() and
    to_phy_device() (git-fixes).
  - net: usb: aqc111: fix error handling of usbnet read calls
    (git-fixes).
  - mmc: host: Wait for Vdd to settle on card power off
    (stable-fixes).
  - mmc: dw_mmc: add exynos7870 DW MMC support (stable-fixes).
  - commit eedda90
  - mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE
    (git-fixes).
  - mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice
    in exynos_lpass_remove() (git-fixes).
  - media: uvcvideo: Fix deferred probing error (git-fixes).
  - media: uvcvideo: Return the number of processed controls
    (git-fixes).
  - media: omap3isp: use sgtable-based scatterlist wrappers
    (git-fixes).
  - media: videobuf2: use sgtable-based scatterlist wrappers
    (git-fixes).
  - media: v4l2-dev: fix error handling in __video_register_device()
    (git-fixes).
  - media: ov8856: suppress probe deferral errors (git-fixes).
  - media: ov5675: suppress probe deferral errors (git-fixes).
  - media: nxp: imx8-isi: better handle the m2m usage_count
    (git-fixes).
  - media: gspca: Add error handling for stv06xx_read_sensor()
    (git-fixes).
  - media: davinci: vpif: Fix memory leak in probe error path
    (git-fixes).
  - media: vivid: Change the siize of the composing (git-fixes).
  - media: cxusb: no longer judge rbuf when the write fails
    (git-fixes).
  - media: vidtv: Terminating the subsequent process of
    initialization failure (git-fixes).
  - media: ccs-pll: Correct the upper limit of maximum
    op_pre_pll_clk_div (git-fixes).
  - media: ccs-pll: Check for too high VT PLL multiplier in dual
    PLL case (git-fixes).
  - media: ccs-pll: Start VT pre-PLL multiplier search from correct
    value (git-fixes).
  - media: ccs-pll: Start OP pre-PLL multiplier search from correct
    value (git-fixes).
  - media: imx-jpeg: Cleanup after an allocation error (git-fixes).
  - media: imx-jpeg: Reset slot data pointers when freed
    (git-fixes).
  - media: imx-jpeg: Move mxc_jpeg_free_slot_data() ahead
    (git-fixes).
  - media: imx-jpeg: Drop the first error frames (git-fixes).
  - media: venus: Fix probe error handling (git-fixes).
  - media: rkvdec: Fix frame size enumeration (git-fixes).
  - mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check
    (stable-fixes).
  - media: c8sectpfe: Call of_node_put(i2c_bus) only once in
    c8sectpfe_probe() (stable-fixes).
  - media: cx231xx: set device_caps for 417 (stable-fixes).
  - media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map
    (stable-fixes).
  - media: uvcvideo: Handle uvc menu translation inside
    uvc_get_le_value (stable-fixes).
  - media: adv7180: Disable test-pattern control on adv7180
    (stable-fixes).
  - media: tc358746: improve calculation of the D-PHY timing
    registers (stable-fixes).
  - media: test-drivers: vivid: don't call schedule in loop
    (stable-fixes).
  - media: i2c: imx219: Correct the minimum vblanking value
    (stable-fixes).
  - media: v4l: Memset argument to 0 before calling get_mbus_config
    pad op (stable-fixes).
  - media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware
    is available (stable-fixes).
  - mmc: sdhci: Disable SD card clock before changing parameters
    (stable-fixes).
  - commit de6c9a2
  - Input: gpio-keys - fix possible concurrent access in
    gpio_keys_irq_timer() (git-fixes).
  - commit e29f865
  - hwmon: (asus-ec-sensors) check sensor index in read_string()
    (git-fixes).
  - Input: ims-pcu - check record size in ims_pcu_flash_firmware()
    (git-fixes).
  - firmware: psci: Fix refcount leak in psci_dt_init (git-fixes).
  - gpiolib: Revert "Don't WARN on gpiod_put() for optional GPIO"
    (stable-fixes).
  - Input: xpad - add more controllers (stable-fixes).
  - gpio: pca953x: fix IRQ storm on system wake up (git-fixes).
  - HID: quirks: Add ADATA XPG alpha wireless mouse support
    (stable-fixes).
  - intel_th: avoid using deprecated page->mapping, index fields
    (stable-fixes).
  - ima: process_measurement() needlessly takes inode_lock()
    on MAY_READ (stable-fixes).
  - i3c: master: svc: Fix implicit fallthrough in
    svc_i3c_master_ibi_work() (git-fixes).
  - i3c: master: svc: Fix missing STOP for master request
    (stable-fixes).
  - i3c: master: svc: Flush FIFO before sending Dynamic Address
    Assignment(DAA) (stable-fixes).
  - i2c: qup: Vote for interconnect bandwidth to DRAM
    (stable-fixes).
  - i2c: pxa: fix call balance of i2c->clk handling routines
    (stable-fixes).
  - fpga: altera-cvp: Increase credit timeout (stable-fixes).
  - mailbox: use error ret code of of_parse_phandle_with_args()
    (stable-fixes).
  - leds: pwm-multicolor: Add check for fwnode_property_read_u32
    (stable-fixes).
  - firmware: arm_ffa: Set dma_mask for ffa devices (stable-fixes).
  - firmware: arm_ffa: Reject higher major version as incompatible
    (stable-fixes).
  - ieee802154: ca8210: Use proper setters and getters for bitwise
    types (stable-fixes).
  - HID: usbkbd: Fix the bit shift number for LED_KANA
    (stable-fixes).
  - hwmon: (dell-smm) Increment the number of fans (stable-fixes).
  - hwmon: (gpio-fan) Add missing mutex locks (stable-fixes).
  - hwmon: (xgene-hwmon) use appropriate type for the latency value
    (stable-fixes).
  - gpio: pca953x: Simplify code with cleanup helpers
    (stable-fixes).
  - gpio: pca953x: Split pca953x_restore_context() and
    pca953x_save_context() (stable-fixes).
  - commit 50f84af
  - fbdev: Fix fb_set_var to prevent null-ptr-deref in
    fb_videomode_to_var (git-fixes).
  - fbdev: Fix do_register_framebuffer to prevent null-ptr-deref
    in fb_videomode_to_var (git-fixes).
  - fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()
    (git-fixes).
  - drm/msm/gpu: Fix crash when throttling GPU immediately during
    boot (git-fixes).
  - drm/mediatek: mtk_drm_drv: Unbind secondary mmsys components
    on err (git-fixes).
  - drm/mediatek: Fix kobject put for component sub-drivers
    (git-fixes).
  - drm/mediatek: mtk_drm_drv: Fix kobject put for mtk_mutex device
    ptr (git-fixes).
  - Revert "drm/amdgpu: don't allow userspace to create a doorbell
    BO" (stable-fixes).
  - drm/amd/pp: Fix potential NULL pointer dereference in
    atomctrl_initialize_mc_reg_table (git-fixes).
  - drm/tegra: Fix a possible null pointer dereference (git-fixes).
  - drm/tegra: rgb: Fix the unbound reference count (git-fixes).
  - drm/tegra: Assign plane type before registration (git-fixes).
  - drm/vkms: Adjust vkms_state->active_planes allocation type
    (git-fixes).
  - drm: rcar-du: Fix memory leak in rcar_du_vsps_init()
    (git-fixes).
  - drm/bridge: lt9611uxc: Fix an error handling path in
    lt9611uxc_probe() (git-fixes).
  - drm/panel: samsung-sofef00: Drop s6e3fc2x01 support (git-fixes).
  - drm/ast: Fix comment on modeset lock (git-fixes).
  - drm/vc4: tests: Use return instead of assert (git-fixes).
  - drm/bridge: cdns-dsi: Wait for Clk and Data Lanes to be ready
    (git-fixes).
  - drm/bridge: cdns-dsi: Check return value when getting default
    PHY config (git-fixes).
  - drm/bridge: cdns-dsi: Fix the clock variable for mode_valid()
    (git-fixes).
  - drm/bridge: cdns-dsi: Fix phy de-init and flag it so
    (git-fixes).
  - drm/bridge: cdns-dsi: Fix connecting to next bridge (git-fixes).
  - drm/udl: Unregister device before cleaning up on disconnect
    (git-fixes).
  - drm/vmwgfx: Add seqno waiter for sync_files (git-fixes).
  - Documentation/rtla: Fix typo in common_timerlat_description.rst
    (git-fixes).
  - Documentation/rtla: Fix typo in rtla-timerlat.rst (git-fixes).
  - drm/amd/display: fix link_set_dpms_off multi-display MST corner
    case (stable-fixes).
  - drm/amd/display: Guard against setting dispclk low for dcn31x
    (stable-fixes).
  - drm/amdgpu: Update SRIOV video codec caps (stable-fixes).
  - drm/amd/display: remove minimum Dispclk and apply oem panel
    timing (stable-fixes).
  - drm/amd/display: Fix incorrect DPCD configs while Replay/PSR
    switch (stable-fixes).
  - drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence
    (stable-fixes).
  - drm/amdkfd: Set per-process flags only once cik/vi
    (stable-fixes).
  - drm/amdgpu: Do not program AGP BAR regs under SRIOV in
    gfxhub_v1_0.c (stable-fixes).
  - drm/amd/display: Skip checking FRL_MODE bit for PCON BW
    determination (stable-fixes).
  - drm/amdkfd: KFD release_work possible circular locking
    (stable-fixes).
  - drm/rockchip: vop2: Add uv swap for cluster window
    (stable-fixes).
  - drm/amdgpu: Set snoop bit for SDMA for MI series (stable-fixes).
  - drm/amd/display: Don't try AUX transactions on disconnected link
    (stable-fixes).
  - drm/amdgpu: reset psp->cmd to NULL after releasing the buffer
    (stable-fixes).
  - drm/amd/display: Update CR AUX RD interval interpretation
    (stable-fixes).
  - drm/amd/display: Initial psr_version with correct setting
    (stable-fixes).
  - drm/amd/display: Increase block_sequence array size
    (stable-fixes).
  - drm/amdgpu: enlarge the VBIOS binary size limit (stable-fixes).
  - drm/amd/display/dm: drop hw_support check in
    amdgpu_dm_i2c_xfer() (stable-fixes).
  - drm/v3d: Add clock handling (stable-fixes).
  - drm/ast: Find VBIOS mode from regular display size
    (stable-fixes).
  - drm: bridge: adv7511: fill stream capabilities (stable-fixes).
  - drm/atomic: clarify the rules around
    drm_atomic_state->allow_modeset (stable-fixes).
  - drm/panel-edp: Add Starry 116KHD024006 (stable-fixes).
  - drm: Add valid clones check (stable-fixes).
  - fbdev: fsl-diu-fb: add missing device_remove_file()
    (stable-fixes).
  - fbcon: Use correct erase colour for clearing in fbcon
    (stable-fixes).
  - fbdev: core: tileblit: Implement missing margin clearing for
    tileblit (stable-fixes).
  - firmware: arm_scmi: Relax duplicate name constraint across
    protocol ids (stable-fixes).
  - commit 0574d41
  - Documentation/rtla: Fix duplicate text about timerlat tracer
    (git-fixes).
  - crypto: marvell/cesa - Do not chain submitted requests
    (git-fixes).
  - crypto: sun8i-ce - move fallback ahash_request to the end of
    the struct (git-fixes).
  - crypto: xts - Only add ecb if it is not already there
    (git-fixes).
  - crypto: lrw - Only add ecb if it is not already there
    (git-fixes).
  - crypto: marvell/cesa - Avoid empty transfer descriptor
    (git-fixes).
  - crypto: marvell/cesa - Handle zero-length skcipher requests
    (git-fixes).
  - crypto: sun8i-ss - do not use sg_dma_len before calling DMA
    functions (git-fixes).
  - Documentation: fix typo in root= kernel parameter description
    (git-fixes).
  - dmaengine: idxd: cdev: Fix uninitialized use of sva in
    idxd_cdev_open (stable-fixes).
  - commit 8e41cce
  - backlight: pm8941: Add NULL check in wled_configure()
    (git-fixes).
  - bus: fsl-mc: fix GET/SET_TAILDROP command ids (git-fixes).
  - bus: fsl-mc: do not add a device-link for the UAPI used DPMCP
    device (git-fixes).
  - bus: fsl-mc: fix double-free on mc_dev (git-fixes).
  - Revert "bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect
    devices first" (stable-fixes).
  - Bluetooth: MGMT: iterate over mesh commands in
    mgmt_mesh_foreach() (git-fixes).
  - ASoC: qcom: sdm845: Add error handling in
    sdm845_slim_snd_hw_params() (git-fixes).
  - ASoC: apple: mca: Constrain channels according to TDM mask
    (git-fixes).
  - ASoC: SOF: ipc4-pcm: Adjust pipeline_list->pipelines allocation
    type (git-fixes).
  - crypto: sun8i-ce-cipher - fix error handling in
    sun8i_ce_cipher_prepare() (git-fixes).
  - crypto: qat - add shutdown handler to qat_420xx (git-fixes).
  - crypto: qat - add shutdown handler to qat_4xxx (git-fixes).
  - crypto: octeontx2 - suppress auth failure screaming due to
    negative tests (stable-fixes).
  - crypto: lzo - Fix compression buffer overrun (stable-fixes).
  - crypto: skcipher - Zap type in crypto_alloc_sync_skcipher
    (stable-fixes).
  - can: c_can: Use of_property_present() to test existence of DT
    property (stable-fixes).
  - commit 595e083
  - ASoC: meson: meson-card-utils: use of_property_present()
    for DT parsing (git-fixes).
  - ASoC: tas2764: Enable main IRQs (git-fixes).
  - ASoC: tas2764: Reinit cache on part reset (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
    (stable-fixes).
  - ASoC: imx-card: Adjust over allocation of memory in
    imx_card_parse_of() (stable-fixes).
  - ASoC: mediatek: mt6359: Add stub for
    mt6359_accdet_enable_jack_detect (stable-fixes).
  - ASoC: sun4i-codec: support hp-det-gpios property (stable-fixes).
  - ASoC: qcom: sm8250: explicitly set format in
    sm8250_be_hw_params_fixup() (stable-fixes).
  - ASoC: mediatek: mt8188: Treat DMIC_GAINx_CUR as non-volatile
    (stable-fixes).
  - ASoC: mediatek: mt8188: Add reference for dmic clocks
    (stable-fixes).
  - commit 255f2cb
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10
    (stable-fixes).
  - ALSA: pcm: Fix race of buffer access at PCM OSS layer
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx
    (stable-fixes).
  - ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot()
    (stable-fixes).
  - ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG
    (stable-fixes).
  - ASoC: tas2764: Mark SW_RESET as volatile (stable-fixes).
  - ASoC: tas2764: Power up/down amp on mute ops (stable-fixes).
  - ASoC: ops: Enforce platform maximum on initial value
    (stable-fixes).
  - ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode
    (stable-fixes).
  - ASoC: rt722-sdca: Add some missing readable registers
    (stable-fixes).
  - commit ab5fcf6
  - kABI workaround for hda_codec.beep_just_power_on flag
    (git-fixes).
  - commit 11aaa35
  - acpi-cpufreq: Fix nominal_freq units to KHz in
    get_max_boost_ratio() (git-fixes).
  - ACPICA: Utilities: Fix spelling mistake "Incremement" ->
    "Increment" (git-fixes).
  - ACPICA: exserial: don't forget to handle FFixedHW opregions
    for reading (git-fixes).
  - ACPI: OSI: Stop advertising support for "3.0 _SCP Extensions"
    (git-fixes).
  - ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list
    (stable-fixes).
  - accel/qaic: Mask out SR-IOV PCI resources (stable-fixes).
  - ALSA: seq: Improve data consistency at polling (stable-fixes).
  - ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook
    855 G7 (stable-fixes).
  - ACPI: HED: Always initialize before evged (stable-fixes).
  - commit 6ebe577
  - net: ethernet: mtk-star-emac: fix spinlock recursion issues
    on rx/tx poll (CVE-2025-37917 bsc#1243475).
  - commit 0f659f2
  - usb: typec: ucsi: limit the UCSI_NO_PARTNER_PDOS even further
    (git-fixes).
  - commit bae0091
  - usb: typec: ucsi: allow non-partner GET_PDOS for Qualcomm
    devices (git-fixes).
  - commit a0506dd
  - usb: typec: ucsi: Only enable supported notifications
    (git-fixes).
  - commit 3a52706
  - usb: typec: ucsi: fix UCSI on buggy Qualcomm devices
    (git-fixes).
  - commit 5ca6578
  - platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys
    (git-fixes).
  - commit 1564858
  - platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS
    (git-fixes).
  - commit 2bfd2a7
  - pstore: Change kmsg_bytes storage size to u32 (git-fixes).
  - commit c964f36
  - orangefs: Do not truncate file size (git-fixes).
  - commit 9fbe3ae
  - NFSv4: Check for delegation validity in
    nfs_start_delegation_return_locked() (git-fixes).
  - commit a689f10
  - NFS: Don't allow waiting for exiting tasks (git-fixes).
  - Refresh
    patches.suse/nfs-add-missing-selections-of-CONFIG_CRC32.patch.
  - commit 899f47c
  - SUNRPC: Don't allow waiting for exiting tasks (git-fixes).
  - commit 8b942ca
  - NFSv4: Treat ENETUNREACH errors as fatal for state recovery
    (git-fixes).
  - commit 9139fd5
  - SUNRPC: rpc_clnt_set_transport() must not change the autobind
    setting (git-fixes).
  - commit e2112a4
  - SUNRPC: rpcbind should never reset the port to the value '0'
    (git-fixes).
  - commit f49c9db
  - pNFS/flexfiles: Report ENETDOWN as a connection error
    (git-fixes).
  - commit 39e7a29

++++ kernel-rt_debug:

  - openvswitch: Fix unsafe attribute parsing in output_userspace() (CVE-2025-37998 bsc#1243836)
  - commit 51afd13
  - octeon_ep: Fix host hang issue during device reboot (CVE-2025-37933 bsc#1243628)
  - commit 44230dd
  - kABI: ipv6: save dontfrag in cork (git-fixes).
    Patch-up the kABI change with an #ifdef __GENKSYMS__. This change is
    safe (as detailed in the patch commit message) due to the struct
    having a 6-byte hole at the end we can use.
  - commit cbc81e2
  - ipv6: save dontfrag in cork (git-fixes).
  - commit d3fe600
  - tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()
    (git-fixes).
  - commit 756fa72
  - netpoll: hold rcu read lock in __netpoll_send_skb() (git-fixes).
  - commit e02eac4
  - ipvs: Always clear ipvs_property flag in skb_scrub_packet()
    (git-fixes).
  - commit d943643
  - tcp/dccp: allow a connection when sk_max_ack_backlog is zero
    (git-fixes).
  - commit 09561a1
  - xsk: always clear DMA mapping information when unmapping the
    pool (git-fixes).
  - commit 9908bc6
  - net: sched: fix erspan_opt settings in cls_flower (git-fixes).
  - commit fc52734
  - spi: spi-imx: Add check for spi_imx_setupxfer() (CVE-2025-37801 bsc#1242850)
  - commit f3955e7
  - ipmr: fix tables suspicious RCU usage (git-fixes).
  - commit d029f0f
  - ip6mr: fix tables suspicious RCU usage (git-fixes).
  - commit 79bb134
  - netpoll: Use rcu_access_pointer() in __netpoll_setup
    (git-fixes).
  - commit f180c62
  - netdev-genl: Hold rcu_read_lock in napi_get (git-fixes).
  - commit 895e121
  - net/neighbor: clear error in case strict check is not set
    (git-fixes).
  - commit 9eb711a
  - ipv4: Convert ip_route_input() to dscp_t (git-fixes).
  - commit 401defe
  - net: sched: consistently use rcu_replace_pointer() in
    taprio_change() (git-fixes).
  - commit a6910eb
  - udp: fix receiving fraglist GSO packets (git-fixes).
  - commit 5b87500
  - net: linkwatch: use system_unbound_wq (git-fixes).
  - commit 34d590e
  - net: page_pool: fix warning code (git-fixes).
  - commit 0d77245
  - net: give more chances to rcu in netdev_wait_allrefs_any()
    (git-fixes).
  - commit a1b1859
  - tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
    (git-fixes).
  - commit b96b4a8
  - tcp/dccp: bypass empty buckets in inet_twsk_purge() (git-fixes).
  - commit afdb9bb
  - udp: preserve the connected status if only UDP cmsg (git-fixes).
  - commit 8714e3a
  - udp: fix incorrect parameter validation in the
    udp_lib_getsockopt() function (git-fixes).
  - commit 34a2994
  - ipmr: fix incorrect parameter validation in the
    ip_mroute_getsockopt() function (git-fixes).
  - commit f23f4c9
  - ip_tunnel: annotate data-races around t->parms.link (git-fixes).
  - commit 765e083
  - net: add rcu safety to rtnl_prop_list_size() (git-fixes).
  - commit 1e0fceb
  - net: ipv4: fix a memleak in ip_setup_cork (git-fixes).
  - commit 935ac41
  - udp: annotate data-races around up->pending (git-fixes).
  - commit 72fda93
  - ipv4: Correct/silence an endian warning in __ip_do_redirect
    (git-fixes).
  - commit 011b9c9
  - driver core: fix potential NULL pointer dereference in
    dev_uevent() (CVE-2025-37800 bsc#1242849).
  - driver core: introduce device_set_driver() helper
    (CVE-2025-37800 bsc#1242849).
  - commit 3aecdc2
  - soc: qcom: smp2p: Fix fallback to qcom,ipc parse (git-fixes).
  - commit a145886
  - wifi: mt76: mt7996: fix RX buffer size of MCU event (git-fixes).
  - wifi: mt76: mt7996: set EHT max ampdu length capability
    (git-fixes).
  - wifi: mt76: mt7925: ensure all MCU commands wait for response
    (git-fixes).
  - wifi: mt76: mt7925: refine the sniffer commnad (git-fixes).
  - wifi: mt76: mt7925: prevent multiple scan commands (git-fixes).
  - wifi: mt76: mt7915: Fix null-ptr-deref in mt7915_mmio_wed_init()
    (git-fixes).
  - wifi: mt76: mt7925: fix host interrupt register initialization
    (git-fixes).
  - Revert "wifi: mt76: mt7996: fill txd by host driver"
    (stable-fixes).
  - wifi: ath9k_htc: Abort software beacon handling if disabled
    (git-fixes).
  - wifi: ath12k: fix ring-buffer corruption (git-fixes).
  - wifi: ath11k: fix rx completion meta data corruption
    (git-fixes).
  - wifi: ath11k: fix ring-buffer corruption (git-fixes).
  - wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback()
    (git-fixes).
  - wifi: rtw88: fix the 'para' buffer size to avoid reading out
    of bounds (git-fixes).
  - wifi: rtw88: usb: Reduce control message timeout to 500 ms
    (git-fixes).
  - wifi: rtw89: pci: enlarge retry times of RX tag to 1000
    (git-fixes).
  - wifi: rtlwifi: disable ASPM for RTL8723BE with subsystem ID
    11ad:1723 (git-fixes).
  - wifi: rtw88: do not ignore hardware read error during DPK
    (git-fixes).
  - wifi: rtw88: sdio: call rtw_sdio_indicate_tx_status
    unconditionally (git-fixes).
  - wifi: rtw88: sdio: map mgmt frames to queue TX_DESC_QSEL_MGMT
    (git-fixes).
  - wifi: iwlfiwi: mvm: Fix the rate reporting (git-fixes).
  - wifi: ath12k: fix node corruption in ar->arvifs list
    (git-fixes).
  - wifi: ath12k: Fix the QoS control field offset to build QoS
    header (git-fixes).
  - commit 3f5d0e4
  - wifi: mt76: only mark tx-status-failed frames as ACKed on
    mt76x0/2 (stable-fixes).
  - commit 0de0b80
  - wifi: ath12k: Add MSDU length validation for TKIP MIC error
    (git-fixes).
  - wifi: ath12k: fix invalid access to memory (git-fixes).
  - wifi: ath12k: Fix WMI tag for EHT rate in peer assoc
    (git-fixes).
  - wifi: ath12k: fix cleanup path after mhi init (git-fixes).
  - wifi: ath12k: Fix invalid memory access while forming 802.11
    header (git-fixes).
  - wifi: ath12k: Fix memory leak during vdev_id mismatch
    (git-fixes).
  - wifi: ath11k: fix node corruption in ar->arvifs list
    (git-fixes).
  - watchdog: exar: Shorten identity name to fit correctly
    (git-fixes).
  - wifi: iwlwifi: add support for Killer on MTL (stable-fixes).
  - wifi: mt76: mt7996: revise TXS size (stable-fixes).
  - wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU
    (stable-fixes).
  - wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU (stable-fixes).
  - wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31
    (stable-fixes).
  - wifi: rtw89: fw: propagate error code from rtw89_h2c_tx()
    (stable-fixes).
  - wifi: iwlwifi: fix debug actions order (stable-fixes).
  - wifi: ath12k: Report proper tx completion status to mac80211
    (stable-fixes).
  - wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz
    band (stable-fixes).
  - wifi: ath12k: Avoid napi_sync() before napi_enable()
    (stable-fixes).
  - wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1
    override (stable-fixes).
  - wifi: ath9k: return by of_get_mac_address (stable-fixes).
  - wifi: ath12k: Fix end offset bit definition in monitor ring
    descriptor (stable-fixes).
  - wifi: rtw88: Fix download_firmware_validate() for RTL8814AU
    (stable-fixes).
  - wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU
    (stable-fixes).
  - wifi: rtw88: Don't use static local variable in
    rtw8822b_set_tx_power_index_by_rate (stable-fixes).
  - wifi: rtw89: add wiphy_lock() to work that isn't held
    wiphy_lock() yet (stable-fixes).
  - wifi: mac80211: don't unconditionally call drv_mgd_complete_tx()
    (stable-fixes).
  - wifi: mac80211: remove misplaced drv_mgd_complete_tx() call
    (stable-fixes).
  - commit 9963350
  - vgacon: Add check for vc_origin address range in vgacon_scroll()
    (git-fixes).
  - soc: aspeed: Add NULL check in aspeed_lpc_enable_snoop()
    (git-fixes).
  - soc: aspeed: lpc: Fix impossible judgment condition (git-fixes).
  - spi: sh-msiof: Fix maximum DMA transfer size (git-fixes).
  - spi: tegra210-quad: modify chip select (CS) deactivation
    (git-fixes).
  - spi: tegra210-quad: remove redundant error handling code
    (git-fixes).
  - spi: tegra210-quad: Fix X1_X2_X4 encoding and support x4
    transfers (git-fixes).
  - spi: spi-sun4i: fix early activation (stable-fixes).
  - spi-rockchip: Fix register out of bounds access (stable-fixes).
  - thunderbolt: Do not add non-active NVM if NVM upgrade is
    disabled for retimer (stable-fixes).
  - usb: xhci: Don't change the status of stalled TDs on failed
    Stop EP (stable-fixes).
  - serial: sh-sci: Save and restore more registers (git-fixes).
  - serial: sh-sci: Update the suspend/resume support
    (stable-fixes).
  - thermal/drivers/qoriq: Power down TMU on system suspend
    (stable-fixes).
  - soundwire: amd: change the soundwire wake enable/disable
    sequence (stable-fixes).
  - soc: ti: k3-socinfo: Do not use syscon helper to build regmap
    (stable-fixes).
  - spi: zynqmp-gqspi: Always acknowledge interrupts (stable-fixes).
  - commit 38d0a8f
  - PM: sleep: Print PM debug messages during hibernation
    (git-fixes).
  - commit 96179c7
  - PCI: dw-rockchip: Fix PHY function call sequence in
    rockchip_pcie_phy_deinit() (git-fixes).
  - PCI: cadence: Fix runtime atomic count underflow (git-fixes).
  - PCI: apple: Use gpiod_set_value_cansleep in probe flow
    (git-fixes).
  - PCI: cadence-ep: Correct PBA offset in .set_msix() callback
    (git-fixes).
  - PCI: Fix lock symmetry in pci_slot_unlock() (git-fixes).
  - PCI: Explicitly put devices into D0 when initializing
    (git-fixes).
  - PCI/DPC: Initialize aer_err_info before using it (git-fixes).
  - selftests/mm: restore default nr_hugepages value during cleanup
    in hugetlb_reparenting_test.sh (git-fixes).
  - pinctrl: armada-37xx: set GPIO output value before setting
    direction (git-fixes).
  - pinctrl: armada-37xx: use correct OUTPUT_VAL register for
    GPIOs > 31 (git-fixes).
  - pinctrl: at91: Fix possible out-of-boundary access (git-fixes).
  - selftests/bpf: Fix bpf_nf selftest failure (git-fixes).
  - selftests/seccomp: fix syscall_restart test for arm compat
    (git-fixes).
  - PM: wakeup: Delete space in the end of string shown by
    pm_show_wakelocks() (git-fixes).
  - power: reset: at91-reset: Optimize at91_reset() (git-fixes).
  - regulator: max20086: Change enable gpio to optional (git-fixes).
  - regulator: max20086: Fix MAX200086 chip id (git-fixes).
  - platform/x86: thinkpad_acpi: Ignore battery threshold change
    event notification (stable-fixes).
  - platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys
    (stable-fixes).
  - phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off
    (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Lock around hardware registers
    and driver data (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Move IRQ request in probe
    (stable-fixes).
  - platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS
    (stable-fixes).
  - pinctrl: meson: define the pull up/down resistor value as 60
    kOhm (stable-fixes).
  - rtc: rv3032: fix EERD location (stable-fixes).
  - rtc: ds1307: stop disabling alarms on probe (stable-fixes).
  - phy: core: don't require set_mode() callback for phy_get_mode()
    to work (stable-fixes).
  - pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()
    (git-fixes).
  - pinctrl-tegra: Restore SFSEL bit when freeing pins
    (stable-fixes).
  - pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned"
    (stable-fixes).
  - pinctrl: devicetree: do not goto err when probing hogs in
    pinctrl_dt_to_map (stable-fixes).
  - PCI: dwc: ep: Ensure proper iteration over outbound map windows
    (stable-fixes).
  - PCI: brcmstb: Expand inbound window size up to 64GB
    (stable-fixes).
  - PCI: brcmstb: Add a softdep to MIP MSI-X driver (stable-fixes).
  - PCI: Fix old_size lower bound in calculate_iosize() too
    (stable-fixes).
  - selftests/net: have `gro.sh -t` return a correct exit code
    (stable-fixes).
  - regulator: ad5398: Add device tree support (stable-fixes).
  - PCI: vmd: Disable MSI remapping bypass under Xen (stable-fixes).
  - phy: renesas: rcar-gen3-usb2: Add support to initialize the bus
    (stable-fixes).
  - commit 32a9142
  - tcp_metrics: optimize tcp_metrics_flush_all() (git-fixes).
  - commit 2a9c7bb
  - mtd: rawnand: sunxi: Add randomizer configuration in
    sunxi_nfc_hw_ecc_write_chunk (git-fixes).
  - mtd: nand: sunxi: Add randomizer configuration before randomizer
    enable (git-fixes).
  - mtd: nand: ecc-mxic: Fix use of uninitialized variable ret
    (git-fixes).
  - net: phy: mscc: Stop clearing the the UDPv4 checksum for L2
    frames (git-fixes).
  - net: phy: mscc: Fix memory leak when using one step timestamping
    (git-fixes).
  - net: phy: clear phydev->devlink when the link is deleted
    (git-fixes).
  - net: phy: fix up const issues in to_mdio_device() and
    to_phy_device() (git-fixes).
  - net: usb: aqc111: fix error handling of usbnet read calls
    (git-fixes).
  - mmc: host: Wait for Vdd to settle on card power off
    (stable-fixes).
  - mmc: dw_mmc: add exynos7870 DW MMC support (stable-fixes).
  - commit eedda90
  - mfd: stmpe-spi: Correct the name used in MODULE_DEVICE_TABLE
    (git-fixes).
  - mfd: exynos-lpass: Avoid calling exynos_lpass_disable() twice
    in exynos_lpass_remove() (git-fixes).
  - media: uvcvideo: Fix deferred probing error (git-fixes).
  - media: uvcvideo: Return the number of processed controls
    (git-fixes).
  - media: omap3isp: use sgtable-based scatterlist wrappers
    (git-fixes).
  - media: videobuf2: use sgtable-based scatterlist wrappers
    (git-fixes).
  - media: v4l2-dev: fix error handling in __video_register_device()
    (git-fixes).
  - media: ov8856: suppress probe deferral errors (git-fixes).
  - media: ov5675: suppress probe deferral errors (git-fixes).
  - media: nxp: imx8-isi: better handle the m2m usage_count
    (git-fixes).
  - media: gspca: Add error handling for stv06xx_read_sensor()
    (git-fixes).
  - media: davinci: vpif: Fix memory leak in probe error path
    (git-fixes).
  - media: vivid: Change the siize of the composing (git-fixes).
  - media: cxusb: no longer judge rbuf when the write fails
    (git-fixes).
  - media: vidtv: Terminating the subsequent process of
    initialization failure (git-fixes).
  - media: ccs-pll: Correct the upper limit of maximum
    op_pre_pll_clk_div (git-fixes).
  - media: ccs-pll: Check for too high VT PLL multiplier in dual
    PLL case (git-fixes).
  - media: ccs-pll: Start VT pre-PLL multiplier search from correct
    value (git-fixes).
  - media: ccs-pll: Start OP pre-PLL multiplier search from correct
    value (git-fixes).
  - media: imx-jpeg: Cleanup after an allocation error (git-fixes).
  - media: imx-jpeg: Reset slot data pointers when freed
    (git-fixes).
  - media: imx-jpeg: Move mxc_jpeg_free_slot_data() ahead
    (git-fixes).
  - media: imx-jpeg: Drop the first error frames (git-fixes).
  - media: venus: Fix probe error handling (git-fixes).
  - media: rkvdec: Fix frame size enumeration (git-fixes).
  - mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check
    (stable-fixes).
  - media: c8sectpfe: Call of_node_put(i2c_bus) only once in
    c8sectpfe_probe() (stable-fixes).
  - media: cx231xx: set device_caps for 417 (stable-fixes).
  - media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map
    (stable-fixes).
  - media: uvcvideo: Handle uvc menu translation inside
    uvc_get_le_value (stable-fixes).
  - media: adv7180: Disable test-pattern control on adv7180
    (stable-fixes).
  - media: tc358746: improve calculation of the D-PHY timing
    registers (stable-fixes).
  - media: test-drivers: vivid: don't call schedule in loop
    (stable-fixes).
  - media: i2c: imx219: Correct the minimum vblanking value
    (stable-fixes).
  - media: v4l: Memset argument to 0 before calling get_mbus_config
    pad op (stable-fixes).
  - media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware
    is available (stable-fixes).
  - mmc: sdhci: Disable SD card clock before changing parameters
    (stable-fixes).
  - commit de6c9a2
  - Input: gpio-keys - fix possible concurrent access in
    gpio_keys_irq_timer() (git-fixes).
  - commit e29f865
  - hwmon: (asus-ec-sensors) check sensor index in read_string()
    (git-fixes).
  - Input: ims-pcu - check record size in ims_pcu_flash_firmware()
    (git-fixes).
  - firmware: psci: Fix refcount leak in psci_dt_init (git-fixes).
  - gpiolib: Revert "Don't WARN on gpiod_put() for optional GPIO"
    (stable-fixes).
  - Input: xpad - add more controllers (stable-fixes).
  - gpio: pca953x: fix IRQ storm on system wake up (git-fixes).
  - HID: quirks: Add ADATA XPG alpha wireless mouse support
    (stable-fixes).
  - intel_th: avoid using deprecated page->mapping, index fields
    (stable-fixes).
  - ima: process_measurement() needlessly takes inode_lock()
    on MAY_READ (stable-fixes).
  - i3c: master: svc: Fix implicit fallthrough in
    svc_i3c_master_ibi_work() (git-fixes).
  - i3c: master: svc: Fix missing STOP for master request
    (stable-fixes).
  - i3c: master: svc: Flush FIFO before sending Dynamic Address
    Assignment(DAA) (stable-fixes).
  - i2c: qup: Vote for interconnect bandwidth to DRAM
    (stable-fixes).
  - i2c: pxa: fix call balance of i2c->clk handling routines
    (stable-fixes).
  - fpga: altera-cvp: Increase credit timeout (stable-fixes).
  - mailbox: use error ret code of of_parse_phandle_with_args()
    (stable-fixes).
  - leds: pwm-multicolor: Add check for fwnode_property_read_u32
    (stable-fixes).
  - firmware: arm_ffa: Set dma_mask for ffa devices (stable-fixes).
  - firmware: arm_ffa: Reject higher major version as incompatible
    (stable-fixes).
  - ieee802154: ca8210: Use proper setters and getters for bitwise
    types (stable-fixes).
  - HID: usbkbd: Fix the bit shift number for LED_KANA
    (stable-fixes).
  - hwmon: (dell-smm) Increment the number of fans (stable-fixes).
  - hwmon: (gpio-fan) Add missing mutex locks (stable-fixes).
  - hwmon: (xgene-hwmon) use appropriate type for the latency value
    (stable-fixes).
  - gpio: pca953x: Simplify code with cleanup helpers
    (stable-fixes).
  - gpio: pca953x: Split pca953x_restore_context() and
    pca953x_save_context() (stable-fixes).
  - commit 50f84af
  - fbdev: Fix fb_set_var to prevent null-ptr-deref in
    fb_videomode_to_var (git-fixes).
  - fbdev: Fix do_register_framebuffer to prevent null-ptr-deref
    in fb_videomode_to_var (git-fixes).
  - fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod()
    (git-fixes).
  - drm/msm/gpu: Fix crash when throttling GPU immediately during
    boot (git-fixes).
  - drm/mediatek: mtk_drm_drv: Unbind secondary mmsys components
    on err (git-fixes).
  - drm/mediatek: Fix kobject put for component sub-drivers
    (git-fixes).
  - drm/mediatek: mtk_drm_drv: Fix kobject put for mtk_mutex device
    ptr (git-fixes).
  - Revert "drm/amdgpu: don't allow userspace to create a doorbell
    BO" (stable-fixes).
  - drm/amd/pp: Fix potential NULL pointer dereference in
    atomctrl_initialize_mc_reg_table (git-fixes).
  - drm/tegra: Fix a possible null pointer dereference (git-fixes).
  - drm/tegra: rgb: Fix the unbound reference count (git-fixes).
  - drm/tegra: Assign plane type before registration (git-fixes).
  - drm/vkms: Adjust vkms_state->active_planes allocation type
    (git-fixes).
  - drm: rcar-du: Fix memory leak in rcar_du_vsps_init()
    (git-fixes).
  - drm/bridge: lt9611uxc: Fix an error handling path in
    lt9611uxc_probe() (git-fixes).
  - drm/panel: samsung-sofef00: Drop s6e3fc2x01 support (git-fixes).
  - drm/ast: Fix comment on modeset lock (git-fixes).
  - drm/vc4: tests: Use return instead of assert (git-fixes).
  - drm/bridge: cdns-dsi: Wait for Clk and Data Lanes to be ready
    (git-fixes).
  - drm/bridge: cdns-dsi: Check return value when getting default
    PHY config (git-fixes).
  - drm/bridge: cdns-dsi: Fix the clock variable for mode_valid()
    (git-fixes).
  - drm/bridge: cdns-dsi: Fix phy de-init and flag it so
    (git-fixes).
  - drm/bridge: cdns-dsi: Fix connecting to next bridge (git-fixes).
  - drm/udl: Unregister device before cleaning up on disconnect
    (git-fixes).
  - drm/vmwgfx: Add seqno waiter for sync_files (git-fixes).
  - Documentation/rtla: Fix typo in common_timerlat_description.rst
    (git-fixes).
  - Documentation/rtla: Fix typo in rtla-timerlat.rst (git-fixes).
  - drm/amd/display: fix link_set_dpms_off multi-display MST corner
    case (stable-fixes).
  - drm/amd/display: Guard against setting dispclk low for dcn31x
    (stable-fixes).
  - drm/amdgpu: Update SRIOV video codec caps (stable-fixes).
  - drm/amd/display: remove minimum Dispclk and apply oem panel
    timing (stable-fixes).
  - drm/amd/display: Fix incorrect DPCD configs while Replay/PSR
    switch (stable-fixes).
  - drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence
    (stable-fixes).
  - drm/amdkfd: Set per-process flags only once cik/vi
    (stable-fixes).
  - drm/amdgpu: Do not program AGP BAR regs under SRIOV in
    gfxhub_v1_0.c (stable-fixes).
  - drm/amd/display: Skip checking FRL_MODE bit for PCON BW
    determination (stable-fixes).
  - drm/amdkfd: KFD release_work possible circular locking
    (stable-fixes).
  - drm/rockchip: vop2: Add uv swap for cluster window
    (stable-fixes).
  - drm/amdgpu: Set snoop bit for SDMA for MI series (stable-fixes).
  - drm/amd/display: Don't try AUX transactions on disconnected link
    (stable-fixes).
  - drm/amdgpu: reset psp->cmd to NULL after releasing the buffer
    (stable-fixes).
  - drm/amd/display: Update CR AUX RD interval interpretation
    (stable-fixes).
  - drm/amd/display: Initial psr_version with correct setting
    (stable-fixes).
  - drm/amd/display: Increase block_sequence array size
    (stable-fixes).
  - drm/amdgpu: enlarge the VBIOS binary size limit (stable-fixes).
  - drm/amd/display/dm: drop hw_support check in
    amdgpu_dm_i2c_xfer() (stable-fixes).
  - drm/v3d: Add clock handling (stable-fixes).
  - drm/ast: Find VBIOS mode from regular display size
    (stable-fixes).
  - drm: bridge: adv7511: fill stream capabilities (stable-fixes).
  - drm/atomic: clarify the rules around
    drm_atomic_state->allow_modeset (stable-fixes).
  - drm/panel-edp: Add Starry 116KHD024006 (stable-fixes).
  - drm: Add valid clones check (stable-fixes).
  - fbdev: fsl-diu-fb: add missing device_remove_file()
    (stable-fixes).
  - fbcon: Use correct erase colour for clearing in fbcon
    (stable-fixes).
  - fbdev: core: tileblit: Implement missing margin clearing for
    tileblit (stable-fixes).
  - firmware: arm_scmi: Relax duplicate name constraint across
    protocol ids (stable-fixes).
  - commit 0574d41
  - Documentation/rtla: Fix duplicate text about timerlat tracer
    (git-fixes).
  - crypto: marvell/cesa - Do not chain submitted requests
    (git-fixes).
  - crypto: sun8i-ce - move fallback ahash_request to the end of
    the struct (git-fixes).
  - crypto: xts - Only add ecb if it is not already there
    (git-fixes).
  - crypto: lrw - Only add ecb if it is not already there
    (git-fixes).
  - crypto: marvell/cesa - Avoid empty transfer descriptor
    (git-fixes).
  - crypto: marvell/cesa - Handle zero-length skcipher requests
    (git-fixes).
  - crypto: sun8i-ss - do not use sg_dma_len before calling DMA
    functions (git-fixes).
  - Documentation: fix typo in root= kernel parameter description
    (git-fixes).
  - dmaengine: idxd: cdev: Fix uninitialized use of sva in
    idxd_cdev_open (stable-fixes).
  - commit 8e41cce
  - backlight: pm8941: Add NULL check in wled_configure()
    (git-fixes).
  - bus: fsl-mc: fix GET/SET_TAILDROP command ids (git-fixes).
  - bus: fsl-mc: do not add a device-link for the UAPI used DPMCP
    device (git-fixes).
  - bus: fsl-mc: fix double-free on mc_dev (git-fixes).
  - Revert "bus: ti-sysc: Probe for l4_wkup and l4_cfg interconnect
    devices first" (stable-fixes).
  - Bluetooth: MGMT: iterate over mesh commands in
    mgmt_mesh_foreach() (git-fixes).
  - ASoC: qcom: sdm845: Add error handling in
    sdm845_slim_snd_hw_params() (git-fixes).
  - ASoC: apple: mca: Constrain channels according to TDM mask
    (git-fixes).
  - ASoC: SOF: ipc4-pcm: Adjust pipeline_list->pipelines allocation
    type (git-fixes).
  - crypto: sun8i-ce-cipher - fix error handling in
    sun8i_ce_cipher_prepare() (git-fixes).
  - crypto: qat - add shutdown handler to qat_420xx (git-fixes).
  - crypto: qat - add shutdown handler to qat_4xxx (git-fixes).
  - crypto: octeontx2 - suppress auth failure screaming due to
    negative tests (stable-fixes).
  - crypto: lzo - Fix compression buffer overrun (stable-fixes).
  - crypto: skcipher - Zap type in crypto_alloc_sync_skcipher
    (stable-fixes).
  - can: c_can: Use of_property_present() to test existence of DT
    property (stable-fixes).
  - commit 595e083
  - ASoC: meson: meson-card-utils: use of_property_present()
    for DT parsing (git-fixes).
  - ASoC: tas2764: Enable main IRQs (git-fixes).
  - ASoC: tas2764: Reinit cache on part reset (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
    (stable-fixes).
  - ASoC: imx-card: Adjust over allocation of memory in
    imx_card_parse_of() (stable-fixes).
  - ASoC: mediatek: mt6359: Add stub for
    mt6359_accdet_enable_jack_detect (stable-fixes).
  - ASoC: sun4i-codec: support hp-det-gpios property (stable-fixes).
  - ASoC: qcom: sm8250: explicitly set format in
    sm8250_be_hw_params_fixup() (stable-fixes).
  - ASoC: mediatek: mt8188: Treat DMIC_GAINx_CUR as non-volatile
    (stable-fixes).
  - ASoC: mediatek: mt8188: Add reference for dmic clocks
    (stable-fixes).
  - commit 255f2cb
  - ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10
    (stable-fixes).
  - ALSA: pcm: Fix race of buffer access at PCM OSS layer
    (stable-fixes).
  - ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx
    (stable-fixes).
  - ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot()
    (stable-fixes).
  - ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG
    (stable-fixes).
  - ASoC: tas2764: Mark SW_RESET as volatile (stable-fixes).
  - ASoC: tas2764: Power up/down amp on mute ops (stable-fixes).
  - ASoC: ops: Enforce platform maximum on initial value
    (stable-fixes).
  - ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode
    (stable-fixes).
  - ASoC: rt722-sdca: Add some missing readable registers
    (stable-fixes).
  - commit ab5fcf6
  - kABI workaround for hda_codec.beep_just_power_on flag
    (git-fixes).
  - commit 11aaa35
  - acpi-cpufreq: Fix nominal_freq units to KHz in
    get_max_boost_ratio() (git-fixes).
  - ACPICA: Utilities: Fix spelling mistake "Incremement" ->
    "Increment" (git-fixes).
  - ACPICA: exserial: don't forget to handle FFixedHW opregions
    for reading (git-fixes).
  - ACPI: OSI: Stop advertising support for "3.0 _SCP Extensions"
    (git-fixes).
  - ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list
    (stable-fixes).
  - accel/qaic: Mask out SR-IOV PCI resources (stable-fixes).
  - ALSA: seq: Improve data consistency at polling (stable-fixes).
  - ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook
    855 G7 (stable-fixes).
  - ACPI: HED: Always initialize before evged (stable-fixes).
  - commit 6ebe577
  - net: ethernet: mtk-star-emac: fix spinlock recursion issues
    on rx/tx poll (CVE-2025-37917 bsc#1243475).
  - commit 0f659f2
  - usb: typec: ucsi: limit the UCSI_NO_PARTNER_PDOS even further
    (git-fixes).
  - commit bae0091
  - usb: typec: ucsi: allow non-partner GET_PDOS for Qualcomm
    devices (git-fixes).
  - commit a0506dd
  - usb: typec: ucsi: Only enable supported notifications
    (git-fixes).
  - commit 3a52706
  - usb: typec: ucsi: fix UCSI on buggy Qualcomm devices
    (git-fixes).
  - commit 5ca6578
  - platform/x86: fujitsu-laptop: Support Lifebook S2110 hotkeys
    (git-fixes).
  - commit 1564858
  - platform/x86: thinkpad_acpi: Support also NEC Lavie X1475JAS
    (git-fixes).
  - commit 2bfd2a7
  - pstore: Change kmsg_bytes storage size to u32 (git-fixes).
  - commit c964f36
  - orangefs: Do not truncate file size (git-fixes).
  - commit 9fbe3ae
  - NFSv4: Check for delegation validity in
    nfs_start_delegation_return_locked() (git-fixes).
  - commit a689f10
  - NFS: Don't allow waiting for exiting tasks (git-fixes).
  - Refresh
    patches.suse/nfs-add-missing-selections-of-CONFIG_CRC32.patch.
  - commit 899f47c
  - SUNRPC: Don't allow waiting for exiting tasks (git-fixes).
  - commit 8b942ca
  - NFSv4: Treat ENETUNREACH errors as fatal for state recovery
    (git-fixes).
  - commit 9139fd5
  - SUNRPC: rpc_clnt_set_transport() must not change the autobind
    setting (git-fixes).
  - commit e2112a4
  - SUNRPC: rpcbind should never reset the port to the value '0'
    (git-fixes).
  - commit f49c9db
  - pNFS/flexfiles: Report ENETDOWN as a connection error
    (git-fixes).
  - commit 39e7a29

++++ openssl-3:

  - Security fix: [bsc#1220262, CVE-2023-50782]
    * Implicit rejection in PKCS#1 v1.5
    * Add openssl-CVE-2023-50782.patch

++++ perl:

  - do not change the current directory when cloning an open
    directory handle [bnc#1244079] [CVE-2025-40909]
    new patch: perl-dirdup.diff

++++ python-requests:

  - Add CVE-2024-47081.patch upstream patch, fixes netrc credential leak
    (gh#psf/requests#6965, CVE-2024-47081, bsc#1244039)

++++ rust-keylime:

  - Update vendored crates (bsc#1243861, CVE-2024-12224)
    * idna 1.0.3
  - Add Cargo_lock.patch to adjust versions that will allow the
    compilation of mbox crate
  - Update to version 0.2.7+70:
    * build(deps): bump wiremock from 0.6.2 to 0.6.3
    * build(deps): bump uuid from 1.16.0 to 1.17.0
    * lib: Introduce AgentIdentity structure
    * gitignore: Add *.swp and *.orig to be ignored
    * build(deps): bump clap from 4.5.38 to 4.5.39
    * build(deps): bump tokio from 1.45.0 to 1.45.1
    * Unify Push Model structures time formats to UTC (#1016)
    * Add Quote related structures to Keylime library
    * Remove configuration file trailing whitespaces (#1012)
    * keylime-agent.conf: add all accepted TPM encryption algs
    * tpm: add policy auth for EK to activate crendential
    * Enable non standard key sizes and curves for EK and AK
    * config: Use next_back() instead of last() for iterators
    * Update to tss-esapi v7.6.0
    * Avoid duplicated call to ctx.create_ek
    * build(deps): bump clap from 4.5.23 to 4.5.38
    * Add registration for Push Model client
    * build(deps): bump tokio from 1.44.2 to 1.45.0
    * build(deps): bump chrono from 0.4.40 to 0.4.41
    * build(deps): bump tempfile from 3.17.1 to 3.20.0
    * Refactor code: move error, registration to lib
    * Move structure filling and URL selection code (#999)
    * build(deps): bump pest_derive from 2.7.15 to 2.8.0
    * build(deps): bump pest from 2.7.15 to 2.8.0
    * build(deps): bump libc from 0.2.169 to 0.2.172
    * Add Evidence/Authentication messages to prototype
    * build(deps): bump uuid from 1.15.1 to 1.16.0
    * build(deps): bump thiserror from 2.0.11 to 2.0.12
    * build(deps): bump signal-hook from 0.3.17 to 0.3.18
    * build(deps): bump log from 0.4.25 to 0.4.27
    * build(deps): bump assert_cmd from 2.0.16 to 2.0.17
    * build(deps): bump actix-web from 4.9.0 to 4.10.2
    * build(deps): bump reqwest from 0.12.12 to 0.12.15
    * build(deps): bump serde from 1.0.217 to 1.0.219
    * Add unit tests for sessions.rs structures
    * Add auth(sessions) structures
    * Fix minor README.md issue (#988)
    * Define EvidenceHandling structures (#971)
    * Add mockoon test scenario
    * Add client certificates to push-attestation prototype
    * Cargo: bump url crate to version 2.5.4
    * Add logging to the push attestation prototype
    * Do not use certificate on insecure mode
    * common: Move the EncryptedData structure from common to the library
    * common: Move AuthTag from common to the library
    * build(deps): bump openssl from 0.10.71 to 0.10.72
    * common: Move Symmkey to library as crypto::symmkey
    * common: Remove unused constants and static values
    * build(deps): bump tokio from 1.43.0 to 1.44.2
    * Refactor code: Include AgentIdentity structure
    * Push model prototype
    * Add support for ek certificate chain, stored in TPM NVRAM.
    * Recover key_class field and set it as "asymmetric"
    * Update push model structures to latest values
    * build(deps): bump serde_json from 1.0.138 to 1.0.140
    * packit: Add identifier for each copr_build job
    * keylime-agent.conf: only mention ecdsa and rsassa for signing
    * build(deps): bump openssl from 0.10.70 to 0.10.71
    * build(deps): bump uuid from 1.13.2 to 1.15.1
    * Add capabilities_negotiation structures
    * packit: Add compatibility/api_version_compatibility test
    * build(deps): bump uuid from 1.11.0 to 1.13.2
    * build(deps): bump serde_json from 1.0.135 to 1.0.138
    * build(deps): bump thiserror from 2.0.9 to 2.0.11
    * build(deps): bump tempfile from 3.14.0 to 3.17.1
    * Allow agent to start as non-root
    * scripts: Fix coverage information downloading script
    * build(deps): bump openssl from 0.10.68 to 0.10.70
    * build(deps): bump tokio from 1.42.0 to 1.43.0

------------------------------------------------------------------
------------------  2025-6-4  -  Jun 4 2025  -------------------
------------------------------------------------------------------

++++ curl:

  - Update to 8.14.1:
    * Security fixes:
  - [bsc#1243933, CVE-2025-5399] libcurl can possibly get
    trapped in an endless busy-loop when processing specially
    crafted packets [d1145df2]
    * Bugfixes:
  - asyn-thrdd: fix cleanup when RR fails due to OOM
  - ftp: fix teardown of DATA connection in done
  - http: fail early when rewind of input failed when following redirects
  - multi: fix add_handle resizing
  - tls BIOs: handle BIO_CTRL_EOF correctly
  - tool_getparam: make --no-anyauth not be accepted
  - wolfssl: fix sending of early data
  - ws: handle blocked sends better
  - ws: tests and fixes

++++ docker:

  - Always clear SUSEConnect suse_* secrets when starting containers regardless
    of whether the daemon was built with SUSEConnect support. Not doing this
    causes containers from SUSEConnect-enabled daemons to fail to start when
    running with SUSEConnect-disabled (i.e. upstream) daemons.
    This was a long-standing issue with our secrets support but until recently
    this would've required migrating from SLE packages to openSUSE packages
    (which wasn't supported). However, as SLE Micro 6.x and SLES 16 will move
    away from in-built SUSEConnect support, this is now a practical issue users
    will run into. bsc#1244035
    + 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch
  - Rearrange patches:
  - 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    + 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
  - 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    + 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
  - 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    + 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
  - 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    + 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
  - 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    + 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    [NOTE: This update was only ever released in SLES and Leap.]
  - Always clear SUSEConnect suse_* secrets when starting containers regardless
    of whether the daemon was built with SUSEConnect support. Not doing this
    causes containers from SUSEConnect-enabled daemons to fail to start when
    running with SUSEConnect-disabled (i.e. upstream) daemons.
    This was a long-standing issue with our secrets support but until recently
    this would've required migrating from SLE packages to openSUSE packages
    (which wasn't supported). However, as SLE Micro 6.x and SLES 16 will move
    away from in-built SUSEConnect support, this is now a practical issue users
    will run into. bsc#1244035
    + 0001-SECRETS-SUSE-always-clear-our-internal-secrets.patch
  - Rearrange patches:
  - 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    + 0002-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
  - 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    + 0003-SECRETS-SUSE-implement-SUSE-container-secrets.patch
  - 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    + 0004-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
  - 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    + 0005-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
  - 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    + 0006-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
  - 0006-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
    + 0007-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
  - 0007-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch
    + 0008-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch

++++ kernel-default:

  - iommu: Protect against overflow in iommu_pgsize() (git-fixes).
  - commit 6adbec5
  - ext4: define ext4_journal_destroy wrapper (CVE-2025-22113
    bsc#1241617).
  - commit 8dddf47
  - ext4: ignore xattrs past end (bsc#1242846 CVE-2025-37738).
  - commit 2a74454
  - ext4: avoid journaling sb update on error if journal is
    destroying (bsc#1241617 CVE-2025-22113).
  - commit 0445179
  - net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving
    proposal msg (CVE-2024-49568 bsc#1235728).
  - commit a7c2f15
  - i2c: tegra: check msg length in SMBUS block read (bsc#1242086)
  - commit 625407a
  - iio: light: opt3001: fix deadlock due to concurrent flag access (CVE-2025-37968 bsc#1243571)
  - commit 0e5e655
  - perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value (CVE-2025-37936 bsc#1243537)
  - commit 2e13950
  - net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-controlled PHY (CVE-2025-37945 bsc#1243538)
  - commit efc17f3
  - pds_core: Prevent possible adminq overflow/stuck condition (CVE-2025-37987 bsc#1243542)
  - commit ba1ea39
  - SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tls
    (git-fixes).
  - commit dc6e86f
  - Refresh
    patches.suse/nfs-ignore-SB_RDONLY-when-remounting-nfs.patch.
  - commit 359f356
  - Refresh
    patches.suse/nfs-clear-SB_RDONLY-before-getting-superblock.patch.
  - commit 2697e51
  - fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()
    (git-fixes).
  - commit fcf1703
  - powerpc/pseries/msi: Avoid reading PCI device registers in
    reduced power states (bsc#1215199).
  - KVM: powerpc: Enable commented out BUILD_BUG_ON() assertion
    (bsc#1215199).
  - commit 2d2709b
  - Update patches.suse/nfsd-Fix-race-to-FREE_STATEID-and-cl_revoked.patch
    (bsc#1012628 CVE-2024-50106 bsc#1232882).
  - commit a87a308

++++ kernel-rt:

  - iommu: Protect against overflow in iommu_pgsize() (git-fixes).
  - commit 6adbec5
  - ext4: define ext4_journal_destroy wrapper (CVE-2025-22113
    bsc#1241617).
  - commit 8dddf47
  - ext4: ignore xattrs past end (bsc#1242846 CVE-2025-37738).
  - commit 2a74454
  - ext4: avoid journaling sb update on error if journal is
    destroying (bsc#1241617 CVE-2025-22113).
  - commit 0445179
  - net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving
    proposal msg (CVE-2024-49568 bsc#1235728).
  - commit a7c2f15
  - i2c: tegra: check msg length in SMBUS block read (bsc#1242086)
  - commit 625407a
  - iio: light: opt3001: fix deadlock due to concurrent flag access (CVE-2025-37968 bsc#1243571)
  - commit 0e5e655
  - perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value (CVE-2025-37936 bsc#1243537)
  - commit 2e13950
  - net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-controlled PHY (CVE-2025-37945 bsc#1243538)
  - commit efc17f3
  - pds_core: Prevent possible adminq overflow/stuck condition (CVE-2025-37987 bsc#1243542)
  - commit ba1ea39
  - SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tls
    (git-fixes).
  - commit dc6e86f
  - Refresh
    patches.suse/nfs-ignore-SB_RDONLY-when-remounting-nfs.patch.
  - commit 359f356
  - Refresh
    patches.suse/nfs-clear-SB_RDONLY-before-getting-superblock.patch.
  - commit 2697e51
  - fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()
    (git-fixes).
  - commit fcf1703
  - powerpc/pseries/msi: Avoid reading PCI device registers in
    reduced power states (bsc#1215199).
  - KVM: powerpc: Enable commented out BUILD_BUG_ON() assertion
    (bsc#1215199).
  - commit 2d2709b
  - Update patches.suse/nfsd-Fix-race-to-FREE_STATEID-and-cl_revoked.patch
    (bsc#1012628 CVE-2024-50106 bsc#1232882).
  - commit a87a308

++++ kernel-rt_debug:

  - iommu: Protect against overflow in iommu_pgsize() (git-fixes).
  - commit 6adbec5
  - ext4: define ext4_journal_destroy wrapper (CVE-2025-22113
    bsc#1241617).
  - commit 8dddf47
  - ext4: ignore xattrs past end (bsc#1242846 CVE-2025-37738).
  - commit 2a74454
  - ext4: avoid journaling sb update on error if journal is
    destroying (bsc#1241617 CVE-2025-22113).
  - commit 0445179
  - net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving
    proposal msg (CVE-2024-49568 bsc#1235728).
  - commit a7c2f15
  - i2c: tegra: check msg length in SMBUS block read (bsc#1242086)
  - commit 625407a
  - iio: light: opt3001: fix deadlock due to concurrent flag access (CVE-2025-37968 bsc#1243571)
  - commit 0e5e655
  - perf/x86/intel: KVM: Mask PEBS_ENABLE loaded for guest with vCPU's value (CVE-2025-37936 bsc#1243537)
  - commit 2e13950
  - net: phy: allow MDIO bus PM ops to start/stop state machine for phylink-controlled PHY (CVE-2025-37945 bsc#1243538)
  - commit efc17f3
  - pds_core: Prevent possible adminq overflow/stuck condition (CVE-2025-37987 bsc#1243542)
  - commit ba1ea39
  - SUNRPC: Prevent hang on NFS mount with xprtsec=[m]tls
    (git-fixes).
  - commit dc6e86f
  - Refresh
    patches.suse/nfs-ignore-SB_RDONLY-when-remounting-nfs.patch.
  - commit 359f356
  - Refresh
    patches.suse/nfs-clear-SB_RDONLY-before-getting-superblock.patch.
  - commit 2697e51
  - fs/nfs/read: fix double-unlock bug in nfs_return_empty_folio()
    (git-fixes).
  - commit fcf1703
  - powerpc/pseries/msi: Avoid reading PCI device registers in
    reduced power states (bsc#1215199).
  - KVM: powerpc: Enable commented out BUILD_BUG_ON() assertion
    (bsc#1215199).
  - commit 2d2709b
  - Update patches.suse/nfsd-Fix-race-to-FREE_STATEID-and-cl_revoked.patch
    (bsc#1012628 CVE-2024-50106 bsc#1232882).
  - commit a87a308

++++ gcc14:

  - Exclude shared objects present for link editing in the GCC specific
    subdirectory from provides processing via __provides_exclude_from.
    [bsc#1244050][bsc#1243991]

++++ libxml2:

  - security update
  - added patches
    CVE-2024-40896 [bsc#1234812], XXE vulnerability
    + libxml2-CVE-2024-40896.patch

++++ libzypp:

  - RepoInfo: use pathNameSetTrailingSlash (fixes #643)
  - Fix wrong userdata parameter type when running zypp with debug
    verbosity (bsc#1239012)
  - version 17.37.4 (35)

++++ libxml2-python:

  - security update
  - added patches
    CVE-2024-40896 [bsc#1234812], XXE vulnerability
    + libxml2-CVE-2024-40896.patch

------------------------------------------------------------------
------------------  2025-6-3  -  Jun 3 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Allow /boot to be a btrfs subvolume
    In a btrfs based design, allow to put /boot as subvolume.
    This required a small fix in the mount order in a way that
    boot/efi gets mounted after the subvolume mounts are done.
    The respective integration test has been updated to test
    this functionality. This Fixes #2824

++++ gpg2:

  - Don't install expired sks certificate [bsc#1243069]
    * Add patch gnupg-dirmngr-Don-t-install-expired-sks-certificate.patch

++++ kernel-default:

  - net: ngbe: fix memory leak in ngbe_probe() error path (CVE-2025-37874 bsc#1242940)
  - commit bc2e64d
  - smb: client: fix hang in wait_for_response() for negproto
    (bsc#1242709).
  - commit 709cb2e
  - net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported (CVE-2025-37865 bsc#1242954)
  - commit 885d04c
  - HID: pidff: Fix null pointer dereference in pidff_find_fields (CVE-2025-37862 bsc#1242982)
  - commit f9d615e
  - usb: chipidea: ci_hdrc_imx: fix usbmisc handling (CVE-2025-37811 bsc#1242907)
  - commit 1f2ed79
  - mptcp: fix 'scheduling while atomic' in
    mptcp_pm_nl_append_new_local_addr (git-fixes CVE-2025-21938
    bsc#1240723).
  - commit 02ff1ac
  - usb: typec: ucsi: displayport: Fix deadlock (bsc#1243572
    CVE-2025-37967).
  - commit 59ea04d
  - kABI workaround for adding an header (CVE-2025-21868
    bsc#1240180).
  - commit 8687a45
  - cifs: avoid NULL pointer dereference in dbg call (CVE-2025-37844 bsc#1242946)
  - commit 031bdce
  - Update
    patches.suse/ALSA-ump-Fix-buffer-overflow-at-UMP-SysEx-message-co.patch
    (bsc#1242044 CVE-2025-37891 bsc#1243589).
  - Update
    patches.suse/ASoC-Intel-avs-Fix-null-ptr-deref-in-avs_component_p.patch
    (git-fixes CVE-2025-37793 bsc#1242584).
  - Update
    patches.suse/ASoC-imx-card-Add-NULL-check-in-imx_card_probe.patch
    (git-fixes CVE-2025-22066 bsc#1241340).
  - Update
    patches.suse/ASoC-ops-Consistently-treat-platform_max-as-control-.patch
    (git-fixes CVE-2025-37889 bsc#1242945).
  - Update
    patches.suse/ASoC-qcom-Fix-sc7280-lpass-potential-buffer-overflow.patch
    (git-fixes CVE-2025-37979 bsc#1243545).
  - Update
    patches.suse/Bluetooth-btrtl-Prevent-potential-NULL-dereference.patch
    (git-fixes CVE-2025-37792 bsc#1242591).
  - Update
    patches.suse/Bluetooth-btusb-avoid-NULL-pointer-dereference-in-sk.patch
    (git-fixes CVE-2025-37918 bsc#1243476).
  - Update
    patches.suse/Input-mtk-pmic-keys-fix-possible-null-pointer-derefe.patch
    (git-fixes CVE-2025-37972 bsc#1243573).
  - Update
    patches.suse/KVM-arm64-Tear-down-vGIC-on-failed-vCPU-creation.patch
    (git-fixes CVE-2025-37849 bsc#1243000).
  - Update
    patches.suse/KVM-x86-Acquire-SRCU-in-KVM_GET_MP_STATE-to-protect-.patch
    (git-fixes CVE-2025-23141 bsc#1242782).
  - Update
    patches.suse/PCI-Fix-reference-leak-in-pci_register_host_bridge.patch
    (git-fixes CVE-2025-37836 bsc#1242957).
  - Update
    patches.suse/PCI-brcmstb-Fix-error-path-after-a-call-to-regulator.patch
    (git-fixes CVE-2025-22095 bsc#1241519).
  - Update
    patches.suse/PCI-vmd-Make-vmd_dev-cfg_lock-a-raw_spinlock_t-type.patch
    (stable-fixes CVE-2025-23161 bsc#1242792).
  - Update
    patches.suse/RDMA-cma-Fix-workqueue-crash-in-cma_netevent_work_ha.patch
    (git-fixes CVE-2025-37772 bsc#1242563).
  - Update
    patches.suse/RDMA-core-Don-t-expose-hw_counters-outside-of-init-n.patch
    (git-fixes bsc#1239925 CVE-2025-22089 bsc#1241538).
  - Update
    patches.suse/RDMA-core-Silence-oversized-kvmalloc-warning.patch
    (git-fixes CVE-2025-37867 bsc#1242948).
  - Update
    patches.suse/USB-wdm-close-race-between-wdm_open-and-wdm_wwan_por.patch
    (git-fixes CVE-2025-37985 bsc#1243529).
  - Update
    patches.suse/arm64-bpf-Add-BHB-mitigation-to-the-epilogue-for-cBPF-prog.patch
    (git-fixes CVE-2025-37948 bsc#1243649).
  - Update
    patches.suse/arm64-bpf-Only-mitigate-cBPF-programs-loaded-by-unprivileg.patch
    (git-fixes CVE-2025-37963 bsc#1243660).
  - Update
    patches.suse/arm64-errata-Add-missing-sentinels-to-Spectre-BHB-MIDR-arr.patch
    (git-fixes CVE-2025-37929 bsc#1243624).
  - Update
    patches.suse/ata-pata_pxa-Fix-potential-NULL-pointer-dereference-.patch
    (git-fixes CVE-2025-37758 bsc#1242514).
  - Update
    patches.suse/backlight-led_bl-Hold-led_access-lock-when-calling-l.patch
    (git-fixes CVE-2025-23144 bsc#1242568).
  - Update
    patches.suse/block-fix-resource-leak-in-blk_register_queue-error-path.patch
    (git-fixes CVE-2025-37980 bsc#1243522).
  - Update
    patches.suse/block-integrity-Do-not-call-set_page_dirty_lock.patch
    (git-fixes CVE-2025-37978 bsc#1243516).
  - Update
    patches.suse/bnxt_en-Fix-out-of-bound-memcpy-during-ethtool-w.patch
    (git-fixes CVE-2025-37911 bsc#1243469).
  - Update patches.suse/bpf-Scrub-packet-on-bpf_redirect_peer.patch
    (git-fixes CVE-2025-37959 bsc#1243517).
  - Update
    patches.suse/bpf-check-changes_pkt_data-property-for-extension-pr.patch
    (bsc#1241590 CVE-2024-58100 bsc#1242564).
  - Update
    patches.suse/bpf-consider-that-tail-calls-invalidate-packet-point.patch
    (bsc#1241590 CVE-2024-58237 bsc#1242574).
  - Update
    patches.suse/bpf-track-changes_pkt_data-property-for-global-funct.patch
    (bsc#1241590 CVE-2024-58098 bsc#1242565).
  - Update
    patches.suse/btrfs-adjust-subpage-bit-start-based-on-sectorsize.patch
    (bsc#1241492 CVE-2025-37931 bsc#1243626).
  - Update
    patches.suse/bus-mhi-host-Fix-race-between-unprepare-and-queue_bu.patch
    (git-fixes CVE-2025-23151 bsc#1242512).
  - Update
    patches.suse/cxgb4-fix-memory-leak-in-cxgb4_init_ethtool_filters-.patch
    (git-fixes CVE-2025-37788 bsc#1242766).
  - Update
    patches.suse/dm-bufio-don-t-schedule-in-atomic-context.patch
    (git-fixes CVE-2025-37928 bsc#1243621).
  - Update
    patches.suse/drm-amd-display-Fix-slab-use-after-free-in-hdcp.patch
    (git-fixes CVE-2025-37903 bsc#1243562).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-4b8c3c0.patch
    (git-fixes CVE-2025-37770 bsc#1242764).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-4e3d950.patch
    (git-fixes CVE-2025-37766 bsc#1242785).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-7c246a0.patch
    (git-fixes CVE-2025-37768 bsc#1242567).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-7d641c2.patch
    (git-fixes CVE-2025-37771 bsc#1242781).
  - Update patches.suse/drm-amd-pm-Prevent-division-by-zero.patch
    (git-fixes CVE-2025-37767 bsc#1242501).
  - Update
    patches.suse/drm-amd-pm-smu11-Prevent-division-by-zero.patch
    (git-fixes CVE-2025-37769 bsc#1242587).
  - Update
    patches.suse/drm-amdgpu-Replace-Mutex-with-Spinlock-for-RLCG-regi.patch
    (git-fixes CVE-2025-38104 bsc#1241635).
  - Update
    patches.suse/drm-amdgpu-handle-amdgpu_cgs_create_device-errors-in.patch
    (stable-fixes CVE-2025-37852 bsc#1243074).
  - Update patches.suse/drm-amdkfd-Fix-mode1-reset-crash-issue.patch
    (stable-fixes CVE-2025-37854 bsc#1243082).
  - Update
    patches.suse/drm-amdkfd-debugfs-hang_hws-skip-GPU-with-MES.patch
    (stable-fixes CVE-2025-37853 bsc#1243076).
  - Update
    patches.suse/drm-i915-huc-Fix-fence-not-released-on-early-probe-e.patch
    (git-fixes CVE-2025-37754 bsc#1242524).
  - Update
    patches.suse/drm-mediatek-dp-drm_err-dev_err-in-HPD-path-to-avoid.patch
    (git-fixes CVE-2025-38240 bsc#1241457).
  - Update
    patches.suse/drm-nouveau-Fix-WARN_ON-in-nouveau_fence_context_kil.patch
    (git-fixes CVE-2025-37930 bsc#1243625).
  - Update
    patches.suse/drm-nouveau-prime-fix-ttm_bo_delayed_delete-oops.patch
    (git-fixes CVE-2025-37765 bsc#1242761).
  - Update
    patches.suse/drm-v3d-Add-job-to-pending-list-if-the-reset-was-ski.patch
    (stable-fixes CVE-2025-37951 bsc#1243659).
  - Update
    patches.suse/eth-bnxt-fix-missing-ring-index-trim-on-error-path.patch
    (git-fixes CVE-2025-37873 bsc#1242961).
  - Update patches.suse/fbdev-omapfb-Add-plane-value-check.patch
    (stable-fixes CVE-2025-37851 bsc#1242977).
  - Update
    patches.suse/firmware-arm_scmi-Balance-device-refcount-when-destr.patch
    (git-fixes CVE-2025-37905 bsc#1243456).
  - Update
    patches.suse/fs-jfs-Prevent-integer-overflow-in-AG-size-calculation.patch
    (git-fixes CVE-2025-37858 bsc#1243049).
  - Update
    patches.suse/hfs-hfsplus-fix-slab-out-of-bounds-in-hfs_bnode_read_key.patch
    (git-fixes CVE-2025-37782 bsc#1242770).
  - Update
    patches.suse/i2c-cros-ec-tunnel-defer-probe-if-parent-EC-is-not-p.patch
    (git-fixes CVE-2025-37781 bsc#1242575).
  - Update
    patches.suse/i3c-Add-NULL-pointer-check-in-i3c_master_queue_ibi.patch
    (git-fixes CVE-2025-23147 bsc#1242530).
  - Update
    patches.suse/ice-Check-VF-VSI-Pointer-Value-in-ice_vc_add_fdir_fl.patch
    (git-fixes CVE-2025-37912 bsc#1243470).
  - Update patches.suse/igc-fix-PTM-cycle-trigger-logic.patch
    (git-fixes CVE-2025-37875 bsc#1242959).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-possible-lockup-in-st_lsm6dsx-8114ef8.patch
    (git-fixes CVE-2025-37969 bsc#1243574).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-possible-lockup-in-st_lsm6dsx.patch
    (git-fixes CVE-2025-37970 bsc#1243575).
  - Update
    patches.suse/iommu-Fix-two-issues-in-iommu_copy_struct_from_user.patch
    (git-fixes CVE-2025-37900 bsc#1243560).
  - Update
    patches.suse/ipv6-Fix-memleak-of-nhc_pcpu_rth_output-in-fib_check_nh_v6_gw.patch
    (git-fixes CVE-2025-22005 bsc#1240866).
  - Update
    patches.suse/irqchip-gic-v2m-Prevent-use-after-free-of-gicv2m_get.patch
    (git-fixes CVE-2025-37819 bsc#1242873).
  - Update
    patches.suse/irqchip-qcom-mpm-Prevent-crash-when-trying-to-handle.patch
    (git-fixes CVE-2025-37901 bsc#1243559).
  - Update patches.suse/jbd2-remove-wrong-sb-s_sequence-check.patch
    (bsc#1242343 CVE-2025-37839 bsc#1242990).
  - Update
    patches.suse/jfs-Fix-uninit-value-access-of-imap-allocated-in-the-diMount-function.patch
    (git-fixes CVE-2025-37742 bsc#1243011).
  - Update
    patches.suse/jfs-Prevent-copying-of-nlink-with-value-0-from-disk-inode.patch
    (git-fixes CVE-2025-37741 bsc#1243015).
  - Update
    patches.suse/jfs-add-sanity-check-for-agwidth-in-dbMount.patch
    (git-fixes CVE-2025-37740 bsc#1243006).
  - Update
    patches.suse/jfs-fix-slab-out-of-bounds-read-in-ea_get.patch
    (git-fixes CVE-2025-39735 bsc#1241625).
  - Update
    patches.suse/jfs-reject-on-disk-inodes-of-an-unsupported-type.patch
    (git-fixes CVE-2025-37925 bsc#1241654).
  - Update
    patches.suse/md-md-bitmap-fix-wrong-bitmap_limit-for-clustermd-wh.patch
    (bsc#1238212 CVE-2025-22124 bsc#1241595).
  - Update
    patches.suse/media-dw2102-Fix-null-ptr-deref-in-dw2102_i2c_transf.patch
    (git-fixes CVE-2023-53146 bsc#1220112).
  - Update
    patches.suse/media-venus-hfi-add-a-check-to-handle-OOB-in-sfr-reg.patch
    (git-fixes CVE-2025-23159 bsc#1242529).
  - Update
    patches.suse/media-venus-hfi-add-check-to-handle-incorrect-queue-.patch
    (git-fixes CVE-2025-23158 bsc#1242531).
  - Update
    patches.suse/media-venus-hfi_parser-add-check-to-avoid-out-of-bou.patch
    (git-fixes CVE-2025-23157 bsc#1242532).
  - Update
    patches.suse/media-venus-hfi_parser-refactor-hfi-packet-parsing-l.patch
    (git-fixes CVE-2025-23156 bsc#1242569).
  - Update
    patches.suse/mfd-ene-kb3930-Fix-a-potential-NULL-pointer-derefere.patch
    (git-fixes CVE-2025-23146 bsc#1242559).
  - Update
    patches.suse/misc-microchip-pci1xxxx-Fix-Kernel-panic-during-IRQ-.patch
    (git-fixes CVE-2025-37815 bsc#1242871).
  - Update
    patches.suse/mtd-inftlcore-Add-error-check-for-inftl_read_oob.patch
    (git-fixes CVE-2025-37892 bsc#1243536).
  - Update
    patches.suse/mtd-rawnand-brcmnand-fix-PM-resume-warning.patch
    (git-fixes CVE-2025-37840 bsc#1242953).
  - Update patches.suse/net-phy-leds-fix-memory-leak.patch
    (git-fixes CVE-2025-37989 bsc#1243511).
  - Update
    patches.suse/net-reenable-NETIF_F_IPV6_CSUM-offload-for-BIG-TCP-p.patch
    (git-fixes CVE-2025-21629 bsc#1235968).
  - Update
    patches.suse/net_sched-drr-Fix-double-list-add-in-class-with-nete.patch
    (git-fixes CVE-2025-37915 bsc#1243473).
  - Update
    patches.suse/net_sched-ets-Fix-double-list-add-in-class-with-nete.patch
    (git-fixes CVE-2025-37914 bsc#1243472).
  - Update
    patches.suse/net_sched-hfsc-Fix-a-UAF-vulnerability-in-class-with.patch
    (git-fixes CVE-2025-37890 bsc#1243330).
  - Update
    patches.suse/net_sched-qfq-Fix-double-list-add-in-class-with-nete.patch
    (git-fixes CVE-2025-37913 bsc#1243471).
  - Update
    patches.suse/nfsd-decrease-sc_count-directly-if-fail-to-queue-dl_recall.patch
    (git-fixes CVE-2025-37871 bsc#1242949).
  - Update
    patches.suse/objtool-media-dib8000-Prevent-divide-by-zero-in-dib8.patch
    (git-fixes CVE-2025-37937 bsc#1243540).
  - Update
    patches.suse/objtool-spi-amd-Fix-out-of-bounds-stack-access-in-am.patch
    (git-fixes CVE-2025-40014 bsc#1241644).
  - Update
    patches.suse/perf-Fix-hang-while-freeing-sigtrap-event.patch
    (bsc#1229491 CVE-2024-43869 CVE-2025-37747 bsc#1242520).
  - Update
    patches.suse/pm-cpupower-bench-Prevent-NULL-dereference-on-malloc.patch
    (stable-fixes CVE-2025-37841 bsc#1242974).
  - Update
    patches.suse/pwm-mediatek-Prevent-divide-by-zero-in-pwm_mediatek_.patch
    (git-fixes CVE-2025-37850 bsc#1242955).
  - Update patches.suse/qibfs-fix-_another_-leak.patch (git-fixes
    CVE-2025-37983 bsc#1243567).
  - Update patches.suse/sch_htb-make-htb_deactivate-idempotent.patch
    (CVE-2025-37798 bsc#1242414 CVE-2025-37953 bsc#1243543).
  - Update
    patches.suse/sch_htb-make-htb_qlen_notify-idempotent.patch
    (CVE-2025-37798 bsc#1242414 CVE-2025-37932 bsc#1243627).
  - Update
    patches.suse/sctp-detect-and-prevent-references-to-a-freed-transp.patch
    (git-fixes CVE-2025-23142 bsc#1242760).
  - Update
    patches.suse/soc-samsung-exynos-chipid-Add-NULL-pointer-check-in-.patch
    (git-fixes CVE-2025-23148 bsc#1242578).
  - Update
    patches.suse/sound-virtio-Fix-cancel_sync-warnings-on-uninitializ.patch
    (stable-fixes CVE-2025-37805 bsc#1242930).
  - Update patches.suse/tpm-do-not-start-chip-while-suspended.patch
    (git-fixes CVE-2025-23149 bsc#1242758).
  - Update
    patches.suse/usb-cdns3-Fix-deadlock-when-using-NCM-gadget.patch
    (git-fixes CVE-2025-37812 bsc#1242908).
  - Update
    patches.suse/usb-dwc3-gadget-check-that-event-count-does-not-exce.patch
    (git-fixes CVE-2025-37810 bsc#1242906).
  - Update
    patches.suse/usb-gadget-aspeed-Add-NULL-pointer-check-in-ast_vhub.patch
    (stable-fixes CVE-2025-37881 bsc#1242973).
  - Update
    patches.suse/usb-typec-class-Invalidate-USB-device-pointers-on-pa.patch
    (git-fixes CVE-2025-37986 bsc#1243515).
  - Update
    patches.suse/vmxnet3-Fix-packet-corruption-in-vmxnet3_xdp_xmit_fr.patch
    (bsc#1226498 CVE-2024-58099 bsc#1242035).
  - Update
    patches.suse/wifi-at76c50x-fix-use-after-free-access-in-at76_disc.patch
    (git-fixes CVE-2025-37796 bsc#1242727).
  - Update
    patches.suse/wifi-ath12k-Fix-invalid-data-access-in-ath12k_dp_rx_.patch
    (stable-fixes CVE-2025-37943 bsc#1243509).
  - Update
    patches.suse/wifi-ath12k-Fix-invalid-entry-fetch-in-ath12k_dp_mon.patch
    (stable-fixes CVE-2025-37944 bsc#1243530).
  - Update
    patches.suse/wifi-brcm80211-fmac-Add-error-handling-for-brcmf_usb.patch
    (git-fixes CVE-2025-37990 bsc#1243528).
  - Update
    patches.suse/wifi-cfg80211-init-wiphy_work-before-allocating-rfki.patch
    (git-fixes CVE-2025-22119 bsc#1241576).
  - Update
    patches.suse/wifi-mac80211-Purge-vif-txq-in-ieee80211_do_stop.patch
    (git-fixes CVE-2025-37794 bsc#1242566).
  - Update
    patches.suse/wifi-plfxlc-Remove-erroneous-assert-in-plfxlc_mac_re.patch
    (git-fixes CVE-2025-37897 bsc#1243534).
  - Update
    patches.suse/wifi-wl1251-fix-memory-leak-in-wl1251_tx_work.patch
    (git-fixes CVE-2025-37982 bsc#1243524).
  - commit 4bd69e5
  - blacklist.conf: add 75ad02318af2 ("Xen/swiotlb: mark xen_swiotlb_fixup() __init")
  - Delete patches.suse/Xen-swiotlb-mark-xen_swiotlb_fixup-__init.patch.
  - commit c256f05

++++ kernel-rt:

  - net: ngbe: fix memory leak in ngbe_probe() error path (CVE-2025-37874 bsc#1242940)
  - commit bc2e64d
  - smb: client: fix hang in wait_for_response() for negproto
    (bsc#1242709).
  - commit 709cb2e
  - net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported (CVE-2025-37865 bsc#1242954)
  - commit 885d04c
  - HID: pidff: Fix null pointer dereference in pidff_find_fields (CVE-2025-37862 bsc#1242982)
  - commit f9d615e
  - usb: chipidea: ci_hdrc_imx: fix usbmisc handling (CVE-2025-37811 bsc#1242907)
  - commit 1f2ed79
  - mptcp: fix 'scheduling while atomic' in
    mptcp_pm_nl_append_new_local_addr (git-fixes CVE-2025-21938
    bsc#1240723).
  - commit 02ff1ac
  - usb: typec: ucsi: displayport: Fix deadlock (bsc#1243572
    CVE-2025-37967).
  - commit 59ea04d
  - kABI workaround for adding an header (CVE-2025-21868
    bsc#1240180).
  - commit 8687a45
  - cifs: avoid NULL pointer dereference in dbg call (CVE-2025-37844 bsc#1242946)
  - commit 031bdce
  - Update
    patches.suse/ALSA-ump-Fix-buffer-overflow-at-UMP-SysEx-message-co.patch
    (bsc#1242044 CVE-2025-37891 bsc#1243589).
  - Update
    patches.suse/ASoC-Intel-avs-Fix-null-ptr-deref-in-avs_component_p.patch
    (git-fixes CVE-2025-37793 bsc#1242584).
  - Update
    patches.suse/ASoC-imx-card-Add-NULL-check-in-imx_card_probe.patch
    (git-fixes CVE-2025-22066 bsc#1241340).
  - Update
    patches.suse/ASoC-ops-Consistently-treat-platform_max-as-control-.patch
    (git-fixes CVE-2025-37889 bsc#1242945).
  - Update
    patches.suse/ASoC-qcom-Fix-sc7280-lpass-potential-buffer-overflow.patch
    (git-fixes CVE-2025-37979 bsc#1243545).
  - Update
    patches.suse/Bluetooth-btrtl-Prevent-potential-NULL-dereference.patch
    (git-fixes CVE-2025-37792 bsc#1242591).
  - Update
    patches.suse/Bluetooth-btusb-avoid-NULL-pointer-dereference-in-sk.patch
    (git-fixes CVE-2025-37918 bsc#1243476).
  - Update
    patches.suse/Input-mtk-pmic-keys-fix-possible-null-pointer-derefe.patch
    (git-fixes CVE-2025-37972 bsc#1243573).
  - Update
    patches.suse/KVM-arm64-Tear-down-vGIC-on-failed-vCPU-creation.patch
    (git-fixes CVE-2025-37849 bsc#1243000).
  - Update
    patches.suse/KVM-x86-Acquire-SRCU-in-KVM_GET_MP_STATE-to-protect-.patch
    (git-fixes CVE-2025-23141 bsc#1242782).
  - Update
    patches.suse/PCI-Fix-reference-leak-in-pci_register_host_bridge.patch
    (git-fixes CVE-2025-37836 bsc#1242957).
  - Update
    patches.suse/PCI-brcmstb-Fix-error-path-after-a-call-to-regulator.patch
    (git-fixes CVE-2025-22095 bsc#1241519).
  - Update
    patches.suse/PCI-vmd-Make-vmd_dev-cfg_lock-a-raw_spinlock_t-type.patch
    (stable-fixes CVE-2025-23161 bsc#1242792).
  - Update
    patches.suse/RDMA-cma-Fix-workqueue-crash-in-cma_netevent_work_ha.patch
    (git-fixes CVE-2025-37772 bsc#1242563).
  - Update
    patches.suse/RDMA-core-Don-t-expose-hw_counters-outside-of-init-n.patch
    (git-fixes bsc#1239925 CVE-2025-22089 bsc#1241538).
  - Update
    patches.suse/RDMA-core-Silence-oversized-kvmalloc-warning.patch
    (git-fixes CVE-2025-37867 bsc#1242948).
  - Update
    patches.suse/USB-wdm-close-race-between-wdm_open-and-wdm_wwan_por.patch
    (git-fixes CVE-2025-37985 bsc#1243529).
  - Update
    patches.suse/arm64-bpf-Add-BHB-mitigation-to-the-epilogue-for-cBPF-prog.patch
    (git-fixes CVE-2025-37948 bsc#1243649).
  - Update
    patches.suse/arm64-bpf-Only-mitigate-cBPF-programs-loaded-by-unprivileg.patch
    (git-fixes CVE-2025-37963 bsc#1243660).
  - Update
    patches.suse/arm64-errata-Add-missing-sentinels-to-Spectre-BHB-MIDR-arr.patch
    (git-fixes CVE-2025-37929 bsc#1243624).
  - Update
    patches.suse/ata-pata_pxa-Fix-potential-NULL-pointer-dereference-.patch
    (git-fixes CVE-2025-37758 bsc#1242514).
  - Update
    patches.suse/backlight-led_bl-Hold-led_access-lock-when-calling-l.patch
    (git-fixes CVE-2025-23144 bsc#1242568).
  - Update
    patches.suse/block-fix-resource-leak-in-blk_register_queue-error-path.patch
    (git-fixes CVE-2025-37980 bsc#1243522).
  - Update
    patches.suse/block-integrity-Do-not-call-set_page_dirty_lock.patch
    (git-fixes CVE-2025-37978 bsc#1243516).
  - Update
    patches.suse/bnxt_en-Fix-out-of-bound-memcpy-during-ethtool-w.patch
    (git-fixes CVE-2025-37911 bsc#1243469).
  - Update patches.suse/bpf-Scrub-packet-on-bpf_redirect_peer.patch
    (git-fixes CVE-2025-37959 bsc#1243517).
  - Update
    patches.suse/bpf-check-changes_pkt_data-property-for-extension-pr.patch
    (bsc#1241590 CVE-2024-58100 bsc#1242564).
  - Update
    patches.suse/bpf-consider-that-tail-calls-invalidate-packet-point.patch
    (bsc#1241590 CVE-2024-58237 bsc#1242574).
  - Update
    patches.suse/bpf-track-changes_pkt_data-property-for-global-funct.patch
    (bsc#1241590 CVE-2024-58098 bsc#1242565).
  - Update
    patches.suse/btrfs-adjust-subpage-bit-start-based-on-sectorsize.patch
    (bsc#1241492 CVE-2025-37931 bsc#1243626).
  - Update
    patches.suse/bus-mhi-host-Fix-race-between-unprepare-and-queue_bu.patch
    (git-fixes CVE-2025-23151 bsc#1242512).
  - Update
    patches.suse/cxgb4-fix-memory-leak-in-cxgb4_init_ethtool_filters-.patch
    (git-fixes CVE-2025-37788 bsc#1242766).
  - Update
    patches.suse/dm-bufio-don-t-schedule-in-atomic-context.patch
    (git-fixes CVE-2025-37928 bsc#1243621).
  - Update
    patches.suse/drm-amd-display-Fix-slab-use-after-free-in-hdcp.patch
    (git-fixes CVE-2025-37903 bsc#1243562).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-4b8c3c0.patch
    (git-fixes CVE-2025-37770 bsc#1242764).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-4e3d950.patch
    (git-fixes CVE-2025-37766 bsc#1242785).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-7c246a0.patch
    (git-fixes CVE-2025-37768 bsc#1242567).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-7d641c2.patch
    (git-fixes CVE-2025-37771 bsc#1242781).
  - Update patches.suse/drm-amd-pm-Prevent-division-by-zero.patch
    (git-fixes CVE-2025-37767 bsc#1242501).
  - Update
    patches.suse/drm-amd-pm-smu11-Prevent-division-by-zero.patch
    (git-fixes CVE-2025-37769 bsc#1242587).
  - Update
    patches.suse/drm-amdgpu-Replace-Mutex-with-Spinlock-for-RLCG-regi.patch
    (git-fixes CVE-2025-38104 bsc#1241635).
  - Update
    patches.suse/drm-amdgpu-handle-amdgpu_cgs_create_device-errors-in.patch
    (stable-fixes CVE-2025-37852 bsc#1243074).
  - Update patches.suse/drm-amdkfd-Fix-mode1-reset-crash-issue.patch
    (stable-fixes CVE-2025-37854 bsc#1243082).
  - Update
    patches.suse/drm-amdkfd-debugfs-hang_hws-skip-GPU-with-MES.patch
    (stable-fixes CVE-2025-37853 bsc#1243076).
  - Update
    patches.suse/drm-i915-huc-Fix-fence-not-released-on-early-probe-e.patch
    (git-fixes CVE-2025-37754 bsc#1242524).
  - Update
    patches.suse/drm-mediatek-dp-drm_err-dev_err-in-HPD-path-to-avoid.patch
    (git-fixes CVE-2025-38240 bsc#1241457).
  - Update
    patches.suse/drm-nouveau-Fix-WARN_ON-in-nouveau_fence_context_kil.patch
    (git-fixes CVE-2025-37930 bsc#1243625).
  - Update
    patches.suse/drm-nouveau-prime-fix-ttm_bo_delayed_delete-oops.patch
    (git-fixes CVE-2025-37765 bsc#1242761).
  - Update
    patches.suse/drm-v3d-Add-job-to-pending-list-if-the-reset-was-ski.patch
    (stable-fixes CVE-2025-37951 bsc#1243659).
  - Update
    patches.suse/eth-bnxt-fix-missing-ring-index-trim-on-error-path.patch
    (git-fixes CVE-2025-37873 bsc#1242961).
  - Update patches.suse/fbdev-omapfb-Add-plane-value-check.patch
    (stable-fixes CVE-2025-37851 bsc#1242977).
  - Update
    patches.suse/firmware-arm_scmi-Balance-device-refcount-when-destr.patch
    (git-fixes CVE-2025-37905 bsc#1243456).
  - Update
    patches.suse/fs-jfs-Prevent-integer-overflow-in-AG-size-calculation.patch
    (git-fixes CVE-2025-37858 bsc#1243049).
  - Update
    patches.suse/hfs-hfsplus-fix-slab-out-of-bounds-in-hfs_bnode_read_key.patch
    (git-fixes CVE-2025-37782 bsc#1242770).
  - Update
    patches.suse/i2c-cros-ec-tunnel-defer-probe-if-parent-EC-is-not-p.patch
    (git-fixes CVE-2025-37781 bsc#1242575).
  - Update
    patches.suse/i3c-Add-NULL-pointer-check-in-i3c_master_queue_ibi.patch
    (git-fixes CVE-2025-23147 bsc#1242530).
  - Update
    patches.suse/ice-Check-VF-VSI-Pointer-Value-in-ice_vc_add_fdir_fl.patch
    (git-fixes CVE-2025-37912 bsc#1243470).
  - Update patches.suse/igc-fix-PTM-cycle-trigger-logic.patch
    (git-fixes CVE-2025-37875 bsc#1242959).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-possible-lockup-in-st_lsm6dsx-8114ef8.patch
    (git-fixes CVE-2025-37969 bsc#1243574).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-possible-lockup-in-st_lsm6dsx.patch
    (git-fixes CVE-2025-37970 bsc#1243575).
  - Update
    patches.suse/iommu-Fix-two-issues-in-iommu_copy_struct_from_user.patch
    (git-fixes CVE-2025-37900 bsc#1243560).
  - Update
    patches.suse/ipv6-Fix-memleak-of-nhc_pcpu_rth_output-in-fib_check_nh_v6_gw.patch
    (git-fixes CVE-2025-22005 bsc#1240866).
  - Update
    patches.suse/irqchip-gic-v2m-Prevent-use-after-free-of-gicv2m_get.patch
    (git-fixes CVE-2025-37819 bsc#1242873).
  - Update
    patches.suse/irqchip-qcom-mpm-Prevent-crash-when-trying-to-handle.patch
    (git-fixes CVE-2025-37901 bsc#1243559).
  - Update patches.suse/jbd2-remove-wrong-sb-s_sequence-check.patch
    (bsc#1242343 CVE-2025-37839 bsc#1242990).
  - Update
    patches.suse/jfs-Fix-uninit-value-access-of-imap-allocated-in-the-diMount-function.patch
    (git-fixes CVE-2025-37742 bsc#1243011).
  - Update
    patches.suse/jfs-Prevent-copying-of-nlink-with-value-0-from-disk-inode.patch
    (git-fixes CVE-2025-37741 bsc#1243015).
  - Update
    patches.suse/jfs-add-sanity-check-for-agwidth-in-dbMount.patch
    (git-fixes CVE-2025-37740 bsc#1243006).
  - Update
    patches.suse/jfs-fix-slab-out-of-bounds-read-in-ea_get.patch
    (git-fixes CVE-2025-39735 bsc#1241625).
  - Update
    patches.suse/jfs-reject-on-disk-inodes-of-an-unsupported-type.patch
    (git-fixes CVE-2025-37925 bsc#1241654).
  - Update
    patches.suse/md-md-bitmap-fix-wrong-bitmap_limit-for-clustermd-wh.patch
    (bsc#1238212 CVE-2025-22124 bsc#1241595).
  - Update
    patches.suse/media-dw2102-Fix-null-ptr-deref-in-dw2102_i2c_transf.patch
    (git-fixes CVE-2023-53146 bsc#1220112).
  - Update
    patches.suse/media-venus-hfi-add-a-check-to-handle-OOB-in-sfr-reg.patch
    (git-fixes CVE-2025-23159 bsc#1242529).
  - Update
    patches.suse/media-venus-hfi-add-check-to-handle-incorrect-queue-.patch
    (git-fixes CVE-2025-23158 bsc#1242531).
  - Update
    patches.suse/media-venus-hfi_parser-add-check-to-avoid-out-of-bou.patch
    (git-fixes CVE-2025-23157 bsc#1242532).
  - Update
    patches.suse/media-venus-hfi_parser-refactor-hfi-packet-parsing-l.patch
    (git-fixes CVE-2025-23156 bsc#1242569).
  - Update
    patches.suse/mfd-ene-kb3930-Fix-a-potential-NULL-pointer-derefere.patch
    (git-fixes CVE-2025-23146 bsc#1242559).
  - Update
    patches.suse/misc-microchip-pci1xxxx-Fix-Kernel-panic-during-IRQ-.patch
    (git-fixes CVE-2025-37815 bsc#1242871).
  - Update
    patches.suse/mtd-inftlcore-Add-error-check-for-inftl_read_oob.patch
    (git-fixes CVE-2025-37892 bsc#1243536).
  - Update
    patches.suse/mtd-rawnand-brcmnand-fix-PM-resume-warning.patch
    (git-fixes CVE-2025-37840 bsc#1242953).
  - Update patches.suse/net-phy-leds-fix-memory-leak.patch
    (git-fixes CVE-2025-37989 bsc#1243511).
  - Update
    patches.suse/net-reenable-NETIF_F_IPV6_CSUM-offload-for-BIG-TCP-p.patch
    (git-fixes CVE-2025-21629 bsc#1235968).
  - Update
    patches.suse/net_sched-drr-Fix-double-list-add-in-class-with-nete.patch
    (git-fixes CVE-2025-37915 bsc#1243473).
  - Update
    patches.suse/net_sched-ets-Fix-double-list-add-in-class-with-nete.patch
    (git-fixes CVE-2025-37914 bsc#1243472).
  - Update
    patches.suse/net_sched-hfsc-Fix-a-UAF-vulnerability-in-class-with.patch
    (git-fixes CVE-2025-37890 bsc#1243330).
  - Update
    patches.suse/net_sched-qfq-Fix-double-list-add-in-class-with-nete.patch
    (git-fixes CVE-2025-37913 bsc#1243471).
  - Update
    patches.suse/nfsd-decrease-sc_count-directly-if-fail-to-queue-dl_recall.patch
    (git-fixes CVE-2025-37871 bsc#1242949).
  - Update
    patches.suse/objtool-media-dib8000-Prevent-divide-by-zero-in-dib8.patch
    (git-fixes CVE-2025-37937 bsc#1243540).
  - Update
    patches.suse/objtool-spi-amd-Fix-out-of-bounds-stack-access-in-am.patch
    (git-fixes CVE-2025-40014 bsc#1241644).
  - Update
    patches.suse/perf-Fix-hang-while-freeing-sigtrap-event.patch
    (bsc#1229491 CVE-2024-43869 CVE-2025-37747 bsc#1242520).
  - Update
    patches.suse/pm-cpupower-bench-Prevent-NULL-dereference-on-malloc.patch
    (stable-fixes CVE-2025-37841 bsc#1242974).
  - Update
    patches.suse/pwm-mediatek-Prevent-divide-by-zero-in-pwm_mediatek_.patch
    (git-fixes CVE-2025-37850 bsc#1242955).
  - Update patches.suse/qibfs-fix-_another_-leak.patch (git-fixes
    CVE-2025-37983 bsc#1243567).
  - Update patches.suse/sch_htb-make-htb_deactivate-idempotent.patch
    (CVE-2025-37798 bsc#1242414 CVE-2025-37953 bsc#1243543).
  - Update
    patches.suse/sch_htb-make-htb_qlen_notify-idempotent.patch
    (CVE-2025-37798 bsc#1242414 CVE-2025-37932 bsc#1243627).
  - Update
    patches.suse/sctp-detect-and-prevent-references-to-a-freed-transp.patch
    (git-fixes CVE-2025-23142 bsc#1242760).
  - Update
    patches.suse/soc-samsung-exynos-chipid-Add-NULL-pointer-check-in-.patch
    (git-fixes CVE-2025-23148 bsc#1242578).
  - Update
    patches.suse/sound-virtio-Fix-cancel_sync-warnings-on-uninitializ.patch
    (stable-fixes CVE-2025-37805 bsc#1242930).
  - Update patches.suse/tpm-do-not-start-chip-while-suspended.patch
    (git-fixes CVE-2025-23149 bsc#1242758).
  - Update
    patches.suse/usb-cdns3-Fix-deadlock-when-using-NCM-gadget.patch
    (git-fixes CVE-2025-37812 bsc#1242908).
  - Update
    patches.suse/usb-dwc3-gadget-check-that-event-count-does-not-exce.patch
    (git-fixes CVE-2025-37810 bsc#1242906).
  - Update
    patches.suse/usb-gadget-aspeed-Add-NULL-pointer-check-in-ast_vhub.patch
    (stable-fixes CVE-2025-37881 bsc#1242973).
  - Update
    patches.suse/usb-typec-class-Invalidate-USB-device-pointers-on-pa.patch
    (git-fixes CVE-2025-37986 bsc#1243515).
  - Update
    patches.suse/vmxnet3-Fix-packet-corruption-in-vmxnet3_xdp_xmit_fr.patch
    (bsc#1226498 CVE-2024-58099 bsc#1242035).
  - Update
    patches.suse/wifi-at76c50x-fix-use-after-free-access-in-at76_disc.patch
    (git-fixes CVE-2025-37796 bsc#1242727).
  - Update
    patches.suse/wifi-ath12k-Fix-invalid-data-access-in-ath12k_dp_rx_.patch
    (stable-fixes CVE-2025-37943 bsc#1243509).
  - Update
    patches.suse/wifi-ath12k-Fix-invalid-entry-fetch-in-ath12k_dp_mon.patch
    (stable-fixes CVE-2025-37944 bsc#1243530).
  - Update
    patches.suse/wifi-brcm80211-fmac-Add-error-handling-for-brcmf_usb.patch
    (git-fixes CVE-2025-37990 bsc#1243528).
  - Update
    patches.suse/wifi-cfg80211-init-wiphy_work-before-allocating-rfki.patch
    (git-fixes CVE-2025-22119 bsc#1241576).
  - Update
    patches.suse/wifi-mac80211-Purge-vif-txq-in-ieee80211_do_stop.patch
    (git-fixes CVE-2025-37794 bsc#1242566).
  - Update
    patches.suse/wifi-plfxlc-Remove-erroneous-assert-in-plfxlc_mac_re.patch
    (git-fixes CVE-2025-37897 bsc#1243534).
  - Update
    patches.suse/wifi-wl1251-fix-memory-leak-in-wl1251_tx_work.patch
    (git-fixes CVE-2025-37982 bsc#1243524).
  - commit 4bd69e5
  - blacklist.conf: add 75ad02318af2 ("Xen/swiotlb: mark xen_swiotlb_fixup() __init")
  - Delete patches.suse/Xen-swiotlb-mark-xen_swiotlb_fixup-__init.patch.
  - commit c256f05

++++ kernel-rt_debug:

  - net: ngbe: fix memory leak in ngbe_probe() error path (CVE-2025-37874 bsc#1242940)
  - commit bc2e64d
  - smb: client: fix hang in wait_for_response() for negproto
    (bsc#1242709).
  - commit 709cb2e
  - net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupported (CVE-2025-37865 bsc#1242954)
  - commit 885d04c
  - HID: pidff: Fix null pointer dereference in pidff_find_fields (CVE-2025-37862 bsc#1242982)
  - commit f9d615e
  - usb: chipidea: ci_hdrc_imx: fix usbmisc handling (CVE-2025-37811 bsc#1242907)
  - commit 1f2ed79
  - mptcp: fix 'scheduling while atomic' in
    mptcp_pm_nl_append_new_local_addr (git-fixes CVE-2025-21938
    bsc#1240723).
  - commit 02ff1ac
  - usb: typec: ucsi: displayport: Fix deadlock (bsc#1243572
    CVE-2025-37967).
  - commit 59ea04d
  - kABI workaround for adding an header (CVE-2025-21868
    bsc#1240180).
  - commit 8687a45
  - cifs: avoid NULL pointer dereference in dbg call (CVE-2025-37844 bsc#1242946)
  - commit 031bdce
  - Update
    patches.suse/ALSA-ump-Fix-buffer-overflow-at-UMP-SysEx-message-co.patch
    (bsc#1242044 CVE-2025-37891 bsc#1243589).
  - Update
    patches.suse/ASoC-Intel-avs-Fix-null-ptr-deref-in-avs_component_p.patch
    (git-fixes CVE-2025-37793 bsc#1242584).
  - Update
    patches.suse/ASoC-imx-card-Add-NULL-check-in-imx_card_probe.patch
    (git-fixes CVE-2025-22066 bsc#1241340).
  - Update
    patches.suse/ASoC-ops-Consistently-treat-platform_max-as-control-.patch
    (git-fixes CVE-2025-37889 bsc#1242945).
  - Update
    patches.suse/ASoC-qcom-Fix-sc7280-lpass-potential-buffer-overflow.patch
    (git-fixes CVE-2025-37979 bsc#1243545).
  - Update
    patches.suse/Bluetooth-btrtl-Prevent-potential-NULL-dereference.patch
    (git-fixes CVE-2025-37792 bsc#1242591).
  - Update
    patches.suse/Bluetooth-btusb-avoid-NULL-pointer-dereference-in-sk.patch
    (git-fixes CVE-2025-37918 bsc#1243476).
  - Update
    patches.suse/Input-mtk-pmic-keys-fix-possible-null-pointer-derefe.patch
    (git-fixes CVE-2025-37972 bsc#1243573).
  - Update
    patches.suse/KVM-arm64-Tear-down-vGIC-on-failed-vCPU-creation.patch
    (git-fixes CVE-2025-37849 bsc#1243000).
  - Update
    patches.suse/KVM-x86-Acquire-SRCU-in-KVM_GET_MP_STATE-to-protect-.patch
    (git-fixes CVE-2025-23141 bsc#1242782).
  - Update
    patches.suse/PCI-Fix-reference-leak-in-pci_register_host_bridge.patch
    (git-fixes CVE-2025-37836 bsc#1242957).
  - Update
    patches.suse/PCI-brcmstb-Fix-error-path-after-a-call-to-regulator.patch
    (git-fixes CVE-2025-22095 bsc#1241519).
  - Update
    patches.suse/PCI-vmd-Make-vmd_dev-cfg_lock-a-raw_spinlock_t-type.patch
    (stable-fixes CVE-2025-23161 bsc#1242792).
  - Update
    patches.suse/RDMA-cma-Fix-workqueue-crash-in-cma_netevent_work_ha.patch
    (git-fixes CVE-2025-37772 bsc#1242563).
  - Update
    patches.suse/RDMA-core-Don-t-expose-hw_counters-outside-of-init-n.patch
    (git-fixes bsc#1239925 CVE-2025-22089 bsc#1241538).
  - Update
    patches.suse/RDMA-core-Silence-oversized-kvmalloc-warning.patch
    (git-fixes CVE-2025-37867 bsc#1242948).
  - Update
    patches.suse/USB-wdm-close-race-between-wdm_open-and-wdm_wwan_por.patch
    (git-fixes CVE-2025-37985 bsc#1243529).
  - Update
    patches.suse/arm64-bpf-Add-BHB-mitigation-to-the-epilogue-for-cBPF-prog.patch
    (git-fixes CVE-2025-37948 bsc#1243649).
  - Update
    patches.suse/arm64-bpf-Only-mitigate-cBPF-programs-loaded-by-unprivileg.patch
    (git-fixes CVE-2025-37963 bsc#1243660).
  - Update
    patches.suse/arm64-errata-Add-missing-sentinels-to-Spectre-BHB-MIDR-arr.patch
    (git-fixes CVE-2025-37929 bsc#1243624).
  - Update
    patches.suse/ata-pata_pxa-Fix-potential-NULL-pointer-dereference-.patch
    (git-fixes CVE-2025-37758 bsc#1242514).
  - Update
    patches.suse/backlight-led_bl-Hold-led_access-lock-when-calling-l.patch
    (git-fixes CVE-2025-23144 bsc#1242568).
  - Update
    patches.suse/block-fix-resource-leak-in-blk_register_queue-error-path.patch
    (git-fixes CVE-2025-37980 bsc#1243522).
  - Update
    patches.suse/block-integrity-Do-not-call-set_page_dirty_lock.patch
    (git-fixes CVE-2025-37978 bsc#1243516).
  - Update
    patches.suse/bnxt_en-Fix-out-of-bound-memcpy-during-ethtool-w.patch
    (git-fixes CVE-2025-37911 bsc#1243469).
  - Update patches.suse/bpf-Scrub-packet-on-bpf_redirect_peer.patch
    (git-fixes CVE-2025-37959 bsc#1243517).
  - Update
    patches.suse/bpf-check-changes_pkt_data-property-for-extension-pr.patch
    (bsc#1241590 CVE-2024-58100 bsc#1242564).
  - Update
    patches.suse/bpf-consider-that-tail-calls-invalidate-packet-point.patch
    (bsc#1241590 CVE-2024-58237 bsc#1242574).
  - Update
    patches.suse/bpf-track-changes_pkt_data-property-for-global-funct.patch
    (bsc#1241590 CVE-2024-58098 bsc#1242565).
  - Update
    patches.suse/btrfs-adjust-subpage-bit-start-based-on-sectorsize.patch
    (bsc#1241492 CVE-2025-37931 bsc#1243626).
  - Update
    patches.suse/bus-mhi-host-Fix-race-between-unprepare-and-queue_bu.patch
    (git-fixes CVE-2025-23151 bsc#1242512).
  - Update
    patches.suse/cxgb4-fix-memory-leak-in-cxgb4_init_ethtool_filters-.patch
    (git-fixes CVE-2025-37788 bsc#1242766).
  - Update
    patches.suse/dm-bufio-don-t-schedule-in-atomic-context.patch
    (git-fixes CVE-2025-37928 bsc#1243621).
  - Update
    patches.suse/drm-amd-display-Fix-slab-use-after-free-in-hdcp.patch
    (git-fixes CVE-2025-37903 bsc#1243562).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-4b8c3c0.patch
    (git-fixes CVE-2025-37770 bsc#1242764).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-4e3d950.patch
    (git-fixes CVE-2025-37766 bsc#1242785).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-7c246a0.patch
    (git-fixes CVE-2025-37768 bsc#1242567).
  - Update
    patches.suse/drm-amd-pm-Prevent-division-by-zero-7d641c2.patch
    (git-fixes CVE-2025-37771 bsc#1242781).
  - Update patches.suse/drm-amd-pm-Prevent-division-by-zero.patch
    (git-fixes CVE-2025-37767 bsc#1242501).
  - Update
    patches.suse/drm-amd-pm-smu11-Prevent-division-by-zero.patch
    (git-fixes CVE-2025-37769 bsc#1242587).
  - Update
    patches.suse/drm-amdgpu-Replace-Mutex-with-Spinlock-for-RLCG-regi.patch
    (git-fixes CVE-2025-38104 bsc#1241635).
  - Update
    patches.suse/drm-amdgpu-handle-amdgpu_cgs_create_device-errors-in.patch
    (stable-fixes CVE-2025-37852 bsc#1243074).
  - Update patches.suse/drm-amdkfd-Fix-mode1-reset-crash-issue.patch
    (stable-fixes CVE-2025-37854 bsc#1243082).
  - Update
    patches.suse/drm-amdkfd-debugfs-hang_hws-skip-GPU-with-MES.patch
    (stable-fixes CVE-2025-37853 bsc#1243076).
  - Update
    patches.suse/drm-i915-huc-Fix-fence-not-released-on-early-probe-e.patch
    (git-fixes CVE-2025-37754 bsc#1242524).
  - Update
    patches.suse/drm-mediatek-dp-drm_err-dev_err-in-HPD-path-to-avoid.patch
    (git-fixes CVE-2025-38240 bsc#1241457).
  - Update
    patches.suse/drm-nouveau-Fix-WARN_ON-in-nouveau_fence_context_kil.patch
    (git-fixes CVE-2025-37930 bsc#1243625).
  - Update
    patches.suse/drm-nouveau-prime-fix-ttm_bo_delayed_delete-oops.patch
    (git-fixes CVE-2025-37765 bsc#1242761).
  - Update
    patches.suse/drm-v3d-Add-job-to-pending-list-if-the-reset-was-ski.patch
    (stable-fixes CVE-2025-37951 bsc#1243659).
  - Update
    patches.suse/eth-bnxt-fix-missing-ring-index-trim-on-error-path.patch
    (git-fixes CVE-2025-37873 bsc#1242961).
  - Update patches.suse/fbdev-omapfb-Add-plane-value-check.patch
    (stable-fixes CVE-2025-37851 bsc#1242977).
  - Update
    patches.suse/firmware-arm_scmi-Balance-device-refcount-when-destr.patch
    (git-fixes CVE-2025-37905 bsc#1243456).
  - Update
    patches.suse/fs-jfs-Prevent-integer-overflow-in-AG-size-calculation.patch
    (git-fixes CVE-2025-37858 bsc#1243049).
  - Update
    patches.suse/hfs-hfsplus-fix-slab-out-of-bounds-in-hfs_bnode_read_key.patch
    (git-fixes CVE-2025-37782 bsc#1242770).
  - Update
    patches.suse/i2c-cros-ec-tunnel-defer-probe-if-parent-EC-is-not-p.patch
    (git-fixes CVE-2025-37781 bsc#1242575).
  - Update
    patches.suse/i3c-Add-NULL-pointer-check-in-i3c_master_queue_ibi.patch
    (git-fixes CVE-2025-23147 bsc#1242530).
  - Update
    patches.suse/ice-Check-VF-VSI-Pointer-Value-in-ice_vc_add_fdir_fl.patch
    (git-fixes CVE-2025-37912 bsc#1243470).
  - Update patches.suse/igc-fix-PTM-cycle-trigger-logic.patch
    (git-fixes CVE-2025-37875 bsc#1242959).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-possible-lockup-in-st_lsm6dsx-8114ef8.patch
    (git-fixes CVE-2025-37969 bsc#1243574).
  - Update
    patches.suse/iio-imu-st_lsm6dsx-fix-possible-lockup-in-st_lsm6dsx.patch
    (git-fixes CVE-2025-37970 bsc#1243575).
  - Update
    patches.suse/iommu-Fix-two-issues-in-iommu_copy_struct_from_user.patch
    (git-fixes CVE-2025-37900 bsc#1243560).
  - Update
    patches.suse/ipv6-Fix-memleak-of-nhc_pcpu_rth_output-in-fib_check_nh_v6_gw.patch
    (git-fixes CVE-2025-22005 bsc#1240866).
  - Update
    patches.suse/irqchip-gic-v2m-Prevent-use-after-free-of-gicv2m_get.patch
    (git-fixes CVE-2025-37819 bsc#1242873).
  - Update
    patches.suse/irqchip-qcom-mpm-Prevent-crash-when-trying-to-handle.patch
    (git-fixes CVE-2025-37901 bsc#1243559).
  - Update patches.suse/jbd2-remove-wrong-sb-s_sequence-check.patch
    (bsc#1242343 CVE-2025-37839 bsc#1242990).
  - Update
    patches.suse/jfs-Fix-uninit-value-access-of-imap-allocated-in-the-diMount-function.patch
    (git-fixes CVE-2025-37742 bsc#1243011).
  - Update
    patches.suse/jfs-Prevent-copying-of-nlink-with-value-0-from-disk-inode.patch
    (git-fixes CVE-2025-37741 bsc#1243015).
  - Update
    patches.suse/jfs-add-sanity-check-for-agwidth-in-dbMount.patch
    (git-fixes CVE-2025-37740 bsc#1243006).
  - Update
    patches.suse/jfs-fix-slab-out-of-bounds-read-in-ea_get.patch
    (git-fixes CVE-2025-39735 bsc#1241625).
  - Update
    patches.suse/jfs-reject-on-disk-inodes-of-an-unsupported-type.patch
    (git-fixes CVE-2025-37925 bsc#1241654).
  - Update
    patches.suse/md-md-bitmap-fix-wrong-bitmap_limit-for-clustermd-wh.patch
    (bsc#1238212 CVE-2025-22124 bsc#1241595).
  - Update
    patches.suse/media-dw2102-Fix-null-ptr-deref-in-dw2102_i2c_transf.patch
    (git-fixes CVE-2023-53146 bsc#1220112).
  - Update
    patches.suse/media-venus-hfi-add-a-check-to-handle-OOB-in-sfr-reg.patch
    (git-fixes CVE-2025-23159 bsc#1242529).
  - Update
    patches.suse/media-venus-hfi-add-check-to-handle-incorrect-queue-.patch
    (git-fixes CVE-2025-23158 bsc#1242531).
  - Update
    patches.suse/media-venus-hfi_parser-add-check-to-avoid-out-of-bou.patch
    (git-fixes CVE-2025-23157 bsc#1242532).
  - Update
    patches.suse/media-venus-hfi_parser-refactor-hfi-packet-parsing-l.patch
    (git-fixes CVE-2025-23156 bsc#1242569).
  - Update
    patches.suse/mfd-ene-kb3930-Fix-a-potential-NULL-pointer-derefere.patch
    (git-fixes CVE-2025-23146 bsc#1242559).
  - Update
    patches.suse/misc-microchip-pci1xxxx-Fix-Kernel-panic-during-IRQ-.patch
    (git-fixes CVE-2025-37815 bsc#1242871).
  - Update
    patches.suse/mtd-inftlcore-Add-error-check-for-inftl_read_oob.patch
    (git-fixes CVE-2025-37892 bsc#1243536).
  - Update
    patches.suse/mtd-rawnand-brcmnand-fix-PM-resume-warning.patch
    (git-fixes CVE-2025-37840 bsc#1242953).
  - Update patches.suse/net-phy-leds-fix-memory-leak.patch
    (git-fixes CVE-2025-37989 bsc#1243511).
  - Update
    patches.suse/net-reenable-NETIF_F_IPV6_CSUM-offload-for-BIG-TCP-p.patch
    (git-fixes CVE-2025-21629 bsc#1235968).
  - Update
    patches.suse/net_sched-drr-Fix-double-list-add-in-class-with-nete.patch
    (git-fixes CVE-2025-37915 bsc#1243473).
  - Update
    patches.suse/net_sched-ets-Fix-double-list-add-in-class-with-nete.patch
    (git-fixes CVE-2025-37914 bsc#1243472).
  - Update
    patches.suse/net_sched-hfsc-Fix-a-UAF-vulnerability-in-class-with.patch
    (git-fixes CVE-2025-37890 bsc#1243330).
  - Update
    patches.suse/net_sched-qfq-Fix-double-list-add-in-class-with-nete.patch
    (git-fixes CVE-2025-37913 bsc#1243471).
  - Update
    patches.suse/nfsd-decrease-sc_count-directly-if-fail-to-queue-dl_recall.patch
    (git-fixes CVE-2025-37871 bsc#1242949).
  - Update
    patches.suse/objtool-media-dib8000-Prevent-divide-by-zero-in-dib8.patch
    (git-fixes CVE-2025-37937 bsc#1243540).
  - Update
    patches.suse/objtool-spi-amd-Fix-out-of-bounds-stack-access-in-am.patch
    (git-fixes CVE-2025-40014 bsc#1241644).
  - Update
    patches.suse/perf-Fix-hang-while-freeing-sigtrap-event.patch
    (bsc#1229491 CVE-2024-43869 CVE-2025-37747 bsc#1242520).
  - Update
    patches.suse/pm-cpupower-bench-Prevent-NULL-dereference-on-malloc.patch
    (stable-fixes CVE-2025-37841 bsc#1242974).
  - Update
    patches.suse/pwm-mediatek-Prevent-divide-by-zero-in-pwm_mediatek_.patch
    (git-fixes CVE-2025-37850 bsc#1242955).
  - Update patches.suse/qibfs-fix-_another_-leak.patch (git-fixes
    CVE-2025-37983 bsc#1243567).
  - Update patches.suse/sch_htb-make-htb_deactivate-idempotent.patch
    (CVE-2025-37798 bsc#1242414 CVE-2025-37953 bsc#1243543).
  - Update
    patches.suse/sch_htb-make-htb_qlen_notify-idempotent.patch
    (CVE-2025-37798 bsc#1242414 CVE-2025-37932 bsc#1243627).
  - Update
    patches.suse/sctp-detect-and-prevent-references-to-a-freed-transp.patch
    (git-fixes CVE-2025-23142 bsc#1242760).
  - Update
    patches.suse/soc-samsung-exynos-chipid-Add-NULL-pointer-check-in-.patch
    (git-fixes CVE-2025-23148 bsc#1242578).
  - Update
    patches.suse/sound-virtio-Fix-cancel_sync-warnings-on-uninitializ.patch
    (stable-fixes CVE-2025-37805 bsc#1242930).
  - Update patches.suse/tpm-do-not-start-chip-while-suspended.patch
    (git-fixes CVE-2025-23149 bsc#1242758).
  - Update
    patches.suse/usb-cdns3-Fix-deadlock-when-using-NCM-gadget.patch
    (git-fixes CVE-2025-37812 bsc#1242908).
  - Update
    patches.suse/usb-dwc3-gadget-check-that-event-count-does-not-exce.patch
    (git-fixes CVE-2025-37810 bsc#1242906).
  - Update
    patches.suse/usb-gadget-aspeed-Add-NULL-pointer-check-in-ast_vhub.patch
    (stable-fixes CVE-2025-37881 bsc#1242973).
  - Update
    patches.suse/usb-typec-class-Invalidate-USB-device-pointers-on-pa.patch
    (git-fixes CVE-2025-37986 bsc#1243515).
  - Update
    patches.suse/vmxnet3-Fix-packet-corruption-in-vmxnet3_xdp_xmit_fr.patch
    (bsc#1226498 CVE-2024-58099 bsc#1242035).
  - Update
    patches.suse/wifi-at76c50x-fix-use-after-free-access-in-at76_disc.patch
    (git-fixes CVE-2025-37796 bsc#1242727).
  - Update
    patches.suse/wifi-ath12k-Fix-invalid-data-access-in-ath12k_dp_rx_.patch
    (stable-fixes CVE-2025-37943 bsc#1243509).
  - Update
    patches.suse/wifi-ath12k-Fix-invalid-entry-fetch-in-ath12k_dp_mon.patch
    (stable-fixes CVE-2025-37944 bsc#1243530).
  - Update
    patches.suse/wifi-brcm80211-fmac-Add-error-handling-for-brcmf_usb.patch
    (git-fixes CVE-2025-37990 bsc#1243528).
  - Update
    patches.suse/wifi-cfg80211-init-wiphy_work-before-allocating-rfki.patch
    (git-fixes CVE-2025-22119 bsc#1241576).
  - Update
    patches.suse/wifi-mac80211-Purge-vif-txq-in-ieee80211_do_stop.patch
    (git-fixes CVE-2025-37794 bsc#1242566).
  - Update
    patches.suse/wifi-plfxlc-Remove-erroneous-assert-in-plfxlc_mac_re.patch
    (git-fixes CVE-2025-37897 bsc#1243534).
  - Update
    patches.suse/wifi-wl1251-fix-memory-leak-in-wl1251_tx_work.patch
    (git-fixes CVE-2025-37982 bsc#1243524).
  - commit 4bd69e5
  - blacklist.conf: add 75ad02318af2 ("Xen/swiotlb: mark xen_swiotlb_fixup() __init")
  - Delete patches.suse/Xen-swiotlb-mark-xen_swiotlb_fixup-__init.patch.
  - commit c256f05

++++ gcc14:

  - Make cross-*-gcc14-bootstrap package conflict with the non-bootstrap
    variant conflict with the unversioned cross-*-gcc package.

++++ libsolv:

  - improve transaction ordering by allowing more uninst->uninst
    edges [bsc#1243457]
  - implement color filtering when adding update targets
  - support orderwithrequires dependencies in susedata.xml
  - bump version to 0.7.33

------------------------------------------------------------------
------------------  2025-6-2  -  Jun 2 2025  -------------------
------------------------------------------------------------------

++++ coreutils:

  - coreutils-9.4.sort-CVE-2025-5278.patch: Add upstream patch:
    sort with key character offsets of SIZE_MAX, could induce
    a read of 1 byte before an allocated heap buffer.
    (CVE-2025-5278, bsc#1243767)
  - coreutils-9.4.sort-CVE-2025-5278.patch: Add upstream patch:
    sort with key character offsets of SIZE_MAX, could induce
    a read of 1 byte before an allocated heap buffer.
    (CVE-2025-5278, bsc#1243767)

++++ python-kiwi:

  - Use f-strings where feasible
    This is a slightly shorter and easier to read syntax
  - Allow multiple EFI arch binaries/modules
    Allow to lookup and included EFI binaries/modules for
    multiple architectures. For testing the integration
    test in rawhide/test-image-live-disk has been adapted
    accordingly to install 32bit and 64bit EFI binaries.
    This Fixes #2822
  - Log warning message for disabled runtime checks
    Complete type hints for RuntimeConfig class and log
    a warning message for each disabled runtime check
  - Fix static type argument int vs. str
  - Move it inside the context that actually uses it
    also rename it to "supported" as that seems to closer match
    what it resembles
  - Add overlayfs as supporting xattr/ACLs as well
  - Fix disk_type validation for zipl loader
    If the targettype is set to GPT in combination with plain
    zipl as loader, the code to validate the targettype against
    the targetgeometry was not effective and zipl failed.
    This Fixes #2821

++++ kernel-default:

  - smb: client: Avoid race in open_cached_dir with lease breaks
    (CVE-2025-37954 bsc#1243664).
  - commit 366c4d0
  - smb: client: change return value in open_cached_dir_by_dentry()
    if !cfids (git-fixes).
  - commit ec272a8
  - smb: client: remove unnecessary checks in open_cached_dir()
    (git-fixes).
  - commit 31b534b
  - Delete
    patches.suse/smb-client-fix-open_cached_dir-retries-with-hard.patch.
  - Delete
    patches.suse/smb-client-properly-close-cfids-on-umount.patch.
    [hcarvalho: these were SUSE-only fixes and now we have more suitable
    fixes upstream for the same issues]
  - commit fb12426
  - smb3: fix Open files on server counter going negative
    (git-fixes).
  - commit 6a0a87a
  - memblock: Accept allocated memory before use in
    memblock_double_array() (CVE-2025-37960 bsc#1243519).
  - commit 7257498
  - mm/huge_memory: fix dereferencing invalid pmd migration entry
    (CVE-2025-37958 bsc#1243539).
  - commit 49bf8b8
  - objtool, panic: Disable SMAP in __stack_chk_fail()
    (bsc#1243963).
  - commit 3d95273
  - net: stmmac: Fix accessing freed irq affinity_hint (CVE-2025-23155 bsc#1242573)
  - commit 1bacbdd
  - net_sched: sch_sfq: move the limit validation (CVE-2025-37752 bsc#1242504)
  - commit 8b36a9a
  - net_sched: sch_sfq: use a temporary work area for validating configuration (bsc#1232504)
  - commit 49233c3
  - Refresh
    patches.kabi/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch.
    It turns out we don't need the kABI workaround for
    patches.suse/ipv4-icmp-Unmask-upper-DSCP-bits-in-icmp_route_looku.patch,
    just need to simply refresh the patch context. Thus we take
    > #include <net/inet_dscp.h>
    out of the __GENKSYMS__ ifndef.
  - Refresh
    patches.kabi/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch.
  - commit b6ed857
  - nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable
    (git-fixes bsc#1223096).
  - nvme-pci: make nvme_pci_npages_prp() __always_inline
    (git-fixes).
  - commit 71f2996
  - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE
    Useful when someone tries (needs) to build the kernel with clang.
  - commit 06918e3
  - nilfs2: do not propagate ENOENT error from
    nilfs_btree_propagate() (git-fixes).
  - commit 5591e0d
  - nilfs2: add pointer check for nilfs_direct_propagate()
    (git-fixes).
  - commit eac8f96
  - afs: Fix the server_list to unuse a displaced server rather
    than putting it (git-fixes).
  - commit d3c390a
  - afs: Make it possible to find the volumes that are using a
    server (git-fixes).
  - commit 7d8a054
  - Squashfs: check return result of sb_min_blocksize (git-fixes).
  - commit 6d6e8d7
  - xenbus: Use kref to track req lifetime (bsc#1243541
    CVE-2025-37949).
  - commit 0928f39
  - 9p/net: fix improper handling of bogus negative read/write
    replies (bsc#1243077 CVE-2025-37879).
  - commit ac0ef56
  - RDMA/rxe: Fix "trying to register non-static key in rxe_qp_do_cleanup" bug (git-fixes)
  - commit 40421b4
  - RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work (git-fixes)
  - commit 5748d8f
  - RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction (git-fixes)
  - commit 0defb73
  - RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction (git-fixes)
  - commit af712e0
  - RDMA/hns: Include hnae3.h in hns_roce_hw_v2.h (git-fixes)
  - commit fe91579
  - IB/cm: use rwlock for MAD agent lock (git-fixes)
  - commit 7a0e4f4

++++ kernel-rt:

  - smb: client: Avoid race in open_cached_dir with lease breaks
    (CVE-2025-37954 bsc#1243664).
  - commit 366c4d0
  - smb: client: change return value in open_cached_dir_by_dentry()
    if !cfids (git-fixes).
  - commit ec272a8
  - smb: client: remove unnecessary checks in open_cached_dir()
    (git-fixes).
  - commit 31b534b
  - Delete
    patches.suse/smb-client-fix-open_cached_dir-retries-with-hard.patch.
  - Delete
    patches.suse/smb-client-properly-close-cfids-on-umount.patch.
    [hcarvalho: these were SUSE-only fixes and now we have more suitable
    fixes upstream for the same issues]
  - commit fb12426
  - smb3: fix Open files on server counter going negative
    (git-fixes).
  - commit 6a0a87a
  - memblock: Accept allocated memory before use in
    memblock_double_array() (CVE-2025-37960 bsc#1243519).
  - commit 7257498
  - mm/huge_memory: fix dereferencing invalid pmd migration entry
    (CVE-2025-37958 bsc#1243539).
  - commit 49bf8b8
  - objtool, panic: Disable SMAP in __stack_chk_fail()
    (bsc#1243963).
  - commit 3d95273
  - net: stmmac: Fix accessing freed irq affinity_hint (CVE-2025-23155 bsc#1242573)
  - commit 1bacbdd
  - net_sched: sch_sfq: move the limit validation (CVE-2025-37752 bsc#1242504)
  - commit 8b36a9a
  - net_sched: sch_sfq: use a temporary work area for validating configuration (bsc#1232504)
  - commit 49233c3
  - Refresh
    patches.kabi/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch.
    It turns out we don't need the kABI workaround for
    patches.suse/ipv4-icmp-Unmask-upper-DSCP-bits-in-icmp_route_looku.patch,
    just need to simply refresh the patch context. Thus we take
    > #include <net/inet_dscp.h>
    out of the __GENKSYMS__ ifndef.
  - Refresh
    patches.kabi/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch.
  - commit b6ed857
  - nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable
    (git-fixes bsc#1223096).
  - nvme-pci: make nvme_pci_npages_prp() __always_inline
    (git-fixes).
  - commit 71f2996
  - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE
    Useful when someone tries (needs) to build the kernel with clang.
  - commit 06918e3
  - nilfs2: do not propagate ENOENT error from
    nilfs_btree_propagate() (git-fixes).
  - commit 5591e0d
  - nilfs2: add pointer check for nilfs_direct_propagate()
    (git-fixes).
  - commit eac8f96
  - afs: Fix the server_list to unuse a displaced server rather
    than putting it (git-fixes).
  - commit d3c390a
  - afs: Make it possible to find the volumes that are using a
    server (git-fixes).
  - commit 7d8a054
  - Squashfs: check return result of sb_min_blocksize (git-fixes).
  - commit 6d6e8d7
  - xenbus: Use kref to track req lifetime (bsc#1243541
    CVE-2025-37949).
  - commit 0928f39
  - 9p/net: fix improper handling of bogus negative read/write
    replies (bsc#1243077 CVE-2025-37879).
  - commit ac0ef56
  - RDMA/rxe: Fix "trying to register non-static key in rxe_qp_do_cleanup" bug (git-fixes)
  - commit 40421b4
  - RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work (git-fixes)
  - commit 5748d8f
  - RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction (git-fixes)
  - commit 0defb73
  - RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction (git-fixes)
  - commit af712e0
  - RDMA/hns: Include hnae3.h in hns_roce_hw_v2.h (git-fixes)
  - commit fe91579
  - IB/cm: use rwlock for MAD agent lock (git-fixes)
  - commit 7a0e4f4

++++ kernel-rt_debug:

  - smb: client: Avoid race in open_cached_dir with lease breaks
    (CVE-2025-37954 bsc#1243664).
  - commit 366c4d0
  - smb: client: change return value in open_cached_dir_by_dentry()
    if !cfids (git-fixes).
  - commit ec272a8
  - smb: client: remove unnecessary checks in open_cached_dir()
    (git-fixes).
  - commit 31b534b
  - Delete
    patches.suse/smb-client-fix-open_cached_dir-retries-with-hard.patch.
  - Delete
    patches.suse/smb-client-properly-close-cfids-on-umount.patch.
    [hcarvalho: these were SUSE-only fixes and now we have more suitable
    fixes upstream for the same issues]
  - commit fb12426
  - smb3: fix Open files on server counter going negative
    (git-fixes).
  - commit 6a0a87a
  - memblock: Accept allocated memory before use in
    memblock_double_array() (CVE-2025-37960 bsc#1243519).
  - commit 7257498
  - mm/huge_memory: fix dereferencing invalid pmd migration entry
    (CVE-2025-37958 bsc#1243539).
  - commit 49bf8b8
  - objtool, panic: Disable SMAP in __stack_chk_fail()
    (bsc#1243963).
  - commit 3d95273
  - net: stmmac: Fix accessing freed irq affinity_hint (CVE-2025-23155 bsc#1242573)
  - commit 1bacbdd
  - net_sched: sch_sfq: move the limit validation (CVE-2025-37752 bsc#1242504)
  - commit 8b36a9a
  - net_sched: sch_sfq: use a temporary work area for validating configuration (bsc#1232504)
  - commit 49233c3
  - Refresh
    patches.kabi/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch.
    It turns out we don't need the kABI workaround for
    patches.suse/ipv4-icmp-Unmask-upper-DSCP-bits-in-icmp_route_looku.patch,
    just need to simply refresh the patch context. Thus we take
    > #include <net/inet_dscp.h>
    out of the __GENKSYMS__ ifndef.
  - Refresh
    patches.kabi/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch.
  - commit b6ed857
  - nvme-pci: acquire cq_poll_lock in nvme_poll_irqdisable
    (git-fixes bsc#1223096).
  - nvme-pci: make nvme_pci_npages_prp() __always_inline
    (git-fixes).
  - commit 71f2996
  - rpm/check-for-config-changes: add more to IGNORED_CONFIGS_RE
    Useful when someone tries (needs) to build the kernel with clang.
  - commit 06918e3
  - nilfs2: do not propagate ENOENT error from
    nilfs_btree_propagate() (git-fixes).
  - commit 5591e0d
  - nilfs2: add pointer check for nilfs_direct_propagate()
    (git-fixes).
  - commit eac8f96
  - afs: Fix the server_list to unuse a displaced server rather
    than putting it (git-fixes).
  - commit d3c390a
  - afs: Make it possible to find the volumes that are using a
    server (git-fixes).
  - commit 7d8a054
  - Squashfs: check return result of sb_min_blocksize (git-fixes).
  - commit 6d6e8d7
  - xenbus: Use kref to track req lifetime (bsc#1243541
    CVE-2025-37949).
  - commit 0928f39
  - 9p/net: fix improper handling of bogus negative read/write
    replies (bsc#1243077 CVE-2025-37879).
  - commit ac0ef56
  - RDMA/rxe: Fix "trying to register non-static key in rxe_qp_do_cleanup" bug (git-fixes)
  - commit 40421b4
  - RDMA/cma: Fix hang when cma_netevent_callback fails to queue_work (git-fixes)
  - commit 5748d8f
  - RDMA/iwcm: Fix use-after-free of work objects after cm_id destruction (git-fixes)
  - commit 0defb73
  - RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction (git-fixes)
  - commit af712e0
  - RDMA/hns: Include hnae3.h in hns_roce_hw_v2.h (git-fixes)
  - commit fe91579
  - IB/cm: use rwlock for MAD agent lock (git-fixes)
  - commit 7a0e4f4

++++ systemd:

  - Import commit 656494acfaf4b7ac5f3137c09b96b8c4bf08f7d0 (merge of v254.25)
    This merge includes the following fix:
    7fc7aa5a4d coredump: use %d in kernel core pattern (bsc#1243935 CVE-2025-4598)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/41d2be2fb502e62e671db2b22ee330af8fade7e2...656494acfaf4b7ac5f3137c09b96b8c4bf08f7d0
  - Import commit 41d2be2fb502e62e671db2b22ee330af8fade7e2
    41d2be2fb5 Revert "macro: terminate the temporary VA_ARGS_FOREACH() array with a sentinel" (SUSE specific)

++++ libzypp:

  - Do not warn about no mirrors if mirrorlist was switched on
    automatically. (bsc#1243901)
  - Relax permission of cached packages to 0644 & ~umask
    (bsc#1243887)
  - version 17.37.3 (35)

------------------------------------------------------------------
------------------  2025-5-30  -  May 30 2025  -------------------
------------------------------------------------------------------

++++ avahi:

  - Add patch submitted to upstream at
    to enable building with Qt6 and add that flavor:
    0001-Enable-building-with-Qt6.patch
  - Disable building the Qt5 flavor in SLE16.

++++ docker:

  - Update to Docker 28.2.2-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/28/#2822>
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
  - Update to Docker 28.2.1-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/28/#2820> bsc#1243833
    <https://github.com/moby/moby/releases/tag/v28.2.1>
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch

++++ kernel-default:

  - loop: don't require ->write_iter for writable files in
    loop_configure (git-fixes).
  - commit 7e4c4c7
  - iommu/mediatek: Fix NULL pointer deference in
    mtk_iommu_device_group (CVE-2025-37748 bsc#1242523).
  - commit 4d05234
  - net: allow small head cache usage with large MAX_SKB_FRAGS
    values (CVE-2025-21868 bsc#1240180).
  - commit b5e965a
  - loop: Add sanity check for read/write_iter (git-fixes).
  - scsi: Improve CDL control (git-fixes).
  - md/raid1: Add check for missing source disk in process_checks()
    (git-fixes).
  - loop: Add sanity check for read/write_iter (git-fixes).
  - scsi: Improve CDL control (git-fixes).
  - md/raid1: Add check for missing source disk in process_checks()
    (git-fixes).
  - commit 494aacb
  - cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()
    (bsc#1242875 CVE-2025-37829).
  - commit e728de0
  - cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()
    (bsc#1242860 CVE-2025-37830).
  - commit 8f43c34

++++ kernel-rt:

  - loop: don't require ->write_iter for writable files in
    loop_configure (git-fixes).
  - commit 7e4c4c7
  - iommu/mediatek: Fix NULL pointer deference in
    mtk_iommu_device_group (CVE-2025-37748 bsc#1242523).
  - commit 4d05234
  - net: allow small head cache usage with large MAX_SKB_FRAGS
    values (CVE-2025-21868 bsc#1240180).
  - commit b5e965a
  - loop: Add sanity check for read/write_iter (git-fixes).
  - scsi: Improve CDL control (git-fixes).
  - md/raid1: Add check for missing source disk in process_checks()
    (git-fixes).
  - loop: Add sanity check for read/write_iter (git-fixes).
  - scsi: Improve CDL control (git-fixes).
  - md/raid1: Add check for missing source disk in process_checks()
    (git-fixes).
  - commit 494aacb
  - cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()
    (bsc#1242875 CVE-2025-37829).
  - commit e728de0
  - cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()
    (bsc#1242860 CVE-2025-37830).
  - commit 8f43c34

++++ kernel-rt_debug:

  - loop: don't require ->write_iter for writable files in
    loop_configure (git-fixes).
  - commit 7e4c4c7
  - iommu/mediatek: Fix NULL pointer deference in
    mtk_iommu_device_group (CVE-2025-37748 bsc#1242523).
  - commit 4d05234
  - net: allow small head cache usage with large MAX_SKB_FRAGS
    values (CVE-2025-21868 bsc#1240180).
  - commit b5e965a
  - loop: Add sanity check for read/write_iter (git-fixes).
  - scsi: Improve CDL control (git-fixes).
  - md/raid1: Add check for missing source disk in process_checks()
    (git-fixes).
  - loop: Add sanity check for read/write_iter (git-fixes).
  - scsi: Improve CDL control (git-fixes).
  - md/raid1: Add check for missing source disk in process_checks()
    (git-fixes).
  - commit 494aacb
  - cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()
    (bsc#1242875 CVE-2025-37829).
  - commit e728de0
  - cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()
    (bsc#1242860 CVE-2025-37830).
  - commit 8f43c34

------------------------------------------------------------------
------------------  2025-5-29  -  May 29 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - loop: aio inherit the ioprio of original request (git-fixes).
  - Refresh
    patches.suse/loop-stop-using-vfs_iter_-read-write-for-buffered-I-O.patch.
  - commit ff7ab20
  - io_uring: always do atomic put from iowq (CVE-2025-37804
    bsc#1242854).
  - commit 06f910a
  - s390/bpf: Store backchain even for leaf progs (git-fixes
    bsc#1243805).
  - commit ded8083
  - cpufreq: apple-soc: Fix null-ptr-deref in
    apple_soc_cpufreq_get_rate() (bsc#1242861 CVE-2025-37831).
  - commit ce0d3b2
  - kabi: fix kABI for ITS (bsc#1242006 CVE-2024-28956).
  - commit 1a3ff17
  - mtd: phram: Add the kernel lock down check (bsc#1232649).
  - commit 0294b02

++++ kernel-rt:

  - loop: aio inherit the ioprio of original request (git-fixes).
  - Refresh
    patches.suse/loop-stop-using-vfs_iter_-read-write-for-buffered-I-O.patch.
  - commit ff7ab20
  - io_uring: always do atomic put from iowq (CVE-2025-37804
    bsc#1242854).
  - commit 06f910a
  - s390/bpf: Store backchain even for leaf progs (git-fixes
    bsc#1243805).
  - commit ded8083
  - cpufreq: apple-soc: Fix null-ptr-deref in
    apple_soc_cpufreq_get_rate() (bsc#1242861 CVE-2025-37831).
  - commit ce0d3b2
  - kabi: fix kABI for ITS (bsc#1242006 CVE-2024-28956).
  - commit 1a3ff17
  - mtd: phram: Add the kernel lock down check (bsc#1232649).
  - commit 0294b02

++++ kernel-rt_debug:

  - loop: aio inherit the ioprio of original request (git-fixes).
  - Refresh
    patches.suse/loop-stop-using-vfs_iter_-read-write-for-buffered-I-O.patch.
  - commit ff7ab20
  - io_uring: always do atomic put from iowq (CVE-2025-37804
    bsc#1242854).
  - commit 06f910a
  - s390/bpf: Store backchain even for leaf progs (git-fixes
    bsc#1243805).
  - commit ded8083
  - cpufreq: apple-soc: Fix null-ptr-deref in
    apple_soc_cpufreq_get_rate() (bsc#1242861 CVE-2025-37831).
  - commit ce0d3b2
  - kabi: fix kABI for ITS (bsc#1242006 CVE-2024-28956).
  - commit 1a3ff17
  - mtd: phram: Add the kernel lock down check (bsc#1232649).
  - commit 0294b02

++++ libsoup:

  - Add more CVE fixes:
    + libsoup-CVE-2025-4476.patch (boo#1243422 CVE-2025-4476)
    + libsoup-CVE-2025-4948.patch (boo#1243332 CVE-2025-4948)
    + libsoup-CVE-2025-4969.patch (boo#1243423 CVE-2025-4969)

++++ pcr-oracle:

  - Update to 0.5.7
    + Support ppc64 events
    + Fix the string comparison for the alternative event
    (bsc#1241957)
  - Add the new BuildRequires: libelf-devel and libfdisk-devel

------------------------------------------------------------------
------------------  2025-5-28  -  May 28 2025  -------------------
------------------------------------------------------------------

++++ curl:

  - Update to 8.14.0:
    * Security fixes:
  - [CVE-2025-4947, bsc#1243397] QUIC certificate check skip with wolfSSL
  - [CVE-2025-5025, bsc#1243706] No QUIC certificate pinning with wolfSSL
    * Changes:
  - mqtt: send ping at upkeep interval
  - schannel: handle pkcs12 client certificates containing CA certificates
  - TLS: add CURLOPT_SSL_SIGNATURE_ALGORITHMS and --sigalgs
  - vquic: ngtcp2 + openssl support
  - wcurl: import v2025.04.20 script + docs
  - websocket: add option to disable auto-pong reply
    * Bugfixes:
  - asny-thrdd: fix detach from running thread
  - async-threaded resolver: use ref counter
  - async: DoH improvements
  - build: enable gcc-12/13+, clang-10+ picky warnings
  - build: enable gcc-15 picky warnings
  - certs: drop unused `default_bits` from `.prm` files
  - cf-https-connect: use the passed in dns struct pointer
  - cf-socket: fix FTP accept connect
  - cfilters: remove assert
  - cmake: fix nghttp3 static linking with `USE_OPENSSL_QUIC=ON`
  - cmake: prefer `COMPILE_OPTIONS` over `CMAKE_C_FLAGS` for custom C options
  - cmake: revert `CURL_LTO` behavior for multi-config generators
  - configure: fix --disable-rt
  - CONTRIBUTE: add project guidelines for AI use
  - cpool/cshutdown: force close connections under pressure
  - curl: fix memory leak when -h is used in config file
  - curl_get_line: handle lines ending on the buffer boundary
  - headers: enforce a max number of response header to accept
  - http: fix HTTP/2 handling of TE request header using "trailers"
  - lib: include files using known path
  - lib: unify conversions to/from hex
  - libssh: add NULL check for Curl_meta_get()
  - libssh: fix memory leak
  - mqtt: use conn/easy meta hash
  - multi: do transfer book keeping using mid
  - multi: init_do(): check result
  - netrc: avoid NULL deref on weird input
  - netrc: avoid strdup NULL
  - netrc: deal with null token better
  - openssl-quic: avoid potential `-Wnull-dereference`, add assert
  - openssl-quic: fix shutdown when stream not open
  - openssl: enable builds for *both* engines and providers
  - openssl: set the cipher string before doing private cert
  - progress: avoid integer overflow when gathering total transfer size
  - rand: update comment on Curl_rand_bytes weak random
  - rustls: make max size of cert and key reasonable
  - smb: avoid integer overflow on weird input date
  - urlapi: redirecting to "" is considered fine
    * Remove curl-8.13.0-CloseSocket.patch upstream
    * Rebase libcurl-ocloexec.patch

++++ python-kiwi:

  - Fixup overlay unit enablement
  - Fixup overlay mount dependencies
  - Update test-image-overlayroot integration test
    Use proper systemd mount units to setup the custom overlay.
    The handling of fstab entries by systemd is limited and
    should be better handled by self managed mount units
  - Use proper mount units for overlay setup
    Instead of manual mounting create a proper systemd mount
    unit. This allows to manage mount dependencies and the order
    of nested mounts in a clean way

++++ kernel-default:

  - scsi: megaraid_sas: Block zero-length ATA VPD inquiry
    (git-fixes).
  - scsi: pm80xx: Set phy_attached to zero when device is gone
    (git-fixes).
  - scsi: hisi_sas: Fix I/O errors caused by hardware port ID
    changes (git-fixes).
  - scsi: megaraid_sas: Block zero-length ATA VPD inquiry
    (git-fixes).
  - scsi: pm80xx: Set phy_attached to zero when device is gone
    (git-fixes).
  - scsi: hisi_sas: Fix I/O errors caused by hardware port ID
    changes (git-fixes).
  - commit 2f69ac7
  - isofs: Prevent the use of too small fid (CVE-2025-37780 bsc#1242786)
  - commit 2176e55
  - ext4: fix off-by-one error in do_split (CVE-2025-23150 bsc#1242513)
  - commit 06dc18f
  - net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered (CVE-2025-37787 bsc#1242585)
  - commit 91a15e6
  - Refresh fixes for cBPF issue (bsc#1242778)
  - Update metadata and put them into the sorted part of the series
  - Refresh
    patches.suse/x86-bhi-do-not-set-BHI_DIS_S-in-32-bit-mode.patch.
  - Refresh
    patches.suse/x86-bpf-add-IBHF-call-at-end-of-classic-BPF.patch.
  - Refresh
    patches.suse/x86-bpf-call-branch-history-clearing-sequence-on-exit.patch.
  - commit d024c0d
  - media: mediatek: vcodec: Fix a resource leak related to the scp device in FW initialization (CVE-2025-23160 bsc#1242507)
  - commit ec39280
  - net: libwx: handle page_pool_dev_alloc_pages error (CVE-2025-37755 bsc#1242506)
  - commit 218edf9
  - virtiofs: add filesystem context source name check (CVE-2025-37773 bsc#1242502)
  - commit c58895d
  - remoteproc: core: Clear table_sz when rproc_shutdown (CVE-2025-38152 bsc#1241627)
  - commit a7f4be3
  - net_sched: skbprio: Remove overly strict queue assertions (CVE-2025-38637 bsc#1241657)
  - commit 6c0dd03
  - fs/9p: fix NULL pointer dereference on mkdir (CVE-2025-22070 bsc#1241305)
  - commit 7cd6fd1
  - KVM: VMX: Bury Intel PT virtualization (guest/host mode)
    behind CONFIG_BROKEN (CVE-2024-53135 bsc#1234154).
  - commit 09b2398
  - KVM: x86: Make x2APIC ID 100% readonly (git-fixes).
  - Refresh
    patches.suse/KVM-x86-Re-split-x2APIC-ICR-into-ICR-ICR2-for-AMD-x2.patch.
  - commit d85d7a2
  - net: fix NULL pointer dereference in l3mdev_l3_rcv (CVE-2025-22103 bsc#1241448)
  - commit da134b6
  - udmabuf: fix a buf size overflow issue during udmabuf creation (CVE-2025-37803 bsc#1242852)
  - commit 34e7f3d

++++ kernel-rt:

  - scsi: megaraid_sas: Block zero-length ATA VPD inquiry
    (git-fixes).
  - scsi: pm80xx: Set phy_attached to zero when device is gone
    (git-fixes).
  - scsi: hisi_sas: Fix I/O errors caused by hardware port ID
    changes (git-fixes).
  - scsi: megaraid_sas: Block zero-length ATA VPD inquiry
    (git-fixes).
  - scsi: pm80xx: Set phy_attached to zero when device is gone
    (git-fixes).
  - scsi: hisi_sas: Fix I/O errors caused by hardware port ID
    changes (git-fixes).
  - commit 2f69ac7
  - isofs: Prevent the use of too small fid (CVE-2025-37780 bsc#1242786)
  - commit 2176e55
  - ext4: fix off-by-one error in do_split (CVE-2025-23150 bsc#1242513)
  - commit 06dc18f
  - net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered (CVE-2025-37787 bsc#1242585)
  - commit 91a15e6
  - Refresh fixes for cBPF issue (bsc#1242778)
  - Update metadata and put them into the sorted part of the series
  - Refresh
    patches.suse/x86-bhi-do-not-set-BHI_DIS_S-in-32-bit-mode.patch.
  - Refresh
    patches.suse/x86-bpf-add-IBHF-call-at-end-of-classic-BPF.patch.
  - Refresh
    patches.suse/x86-bpf-call-branch-history-clearing-sequence-on-exit.patch.
  - commit d024c0d
  - media: mediatek: vcodec: Fix a resource leak related to the scp device in FW initialization (CVE-2025-23160 bsc#1242507)
  - commit ec39280
  - net: libwx: handle page_pool_dev_alloc_pages error (CVE-2025-37755 bsc#1242506)
  - commit 218edf9
  - virtiofs: add filesystem context source name check (CVE-2025-37773 bsc#1242502)
  - commit c58895d
  - remoteproc: core: Clear table_sz when rproc_shutdown (CVE-2025-38152 bsc#1241627)
  - commit a7f4be3
  - net_sched: skbprio: Remove overly strict queue assertions (CVE-2025-38637 bsc#1241657)
  - commit 6c0dd03
  - fs/9p: fix NULL pointer dereference on mkdir (CVE-2025-22070 bsc#1241305)
  - commit 7cd6fd1
  - KVM: VMX: Bury Intel PT virtualization (guest/host mode)
    behind CONFIG_BROKEN (CVE-2024-53135 bsc#1234154).
  - commit 09b2398
  - KVM: x86: Make x2APIC ID 100% readonly (git-fixes).
  - Refresh
    patches.suse/KVM-x86-Re-split-x2APIC-ICR-into-ICR-ICR2-for-AMD-x2.patch.
  - commit d85d7a2
  - net: fix NULL pointer dereference in l3mdev_l3_rcv (CVE-2025-22103 bsc#1241448)
  - commit da134b6
  - udmabuf: fix a buf size overflow issue during udmabuf creation (CVE-2025-37803 bsc#1242852)
  - commit 34e7f3d

++++ kernel-rt_debug:

  - scsi: megaraid_sas: Block zero-length ATA VPD inquiry
    (git-fixes).
  - scsi: pm80xx: Set phy_attached to zero when device is gone
    (git-fixes).
  - scsi: hisi_sas: Fix I/O errors caused by hardware port ID
    changes (git-fixes).
  - scsi: megaraid_sas: Block zero-length ATA VPD inquiry
    (git-fixes).
  - scsi: pm80xx: Set phy_attached to zero when device is gone
    (git-fixes).
  - scsi: hisi_sas: Fix I/O errors caused by hardware port ID
    changes (git-fixes).
  - commit 2f69ac7
  - isofs: Prevent the use of too small fid (CVE-2025-37780 bsc#1242786)
  - commit 2176e55
  - ext4: fix off-by-one error in do_split (CVE-2025-23150 bsc#1242513)
  - commit 06dc18f
  - net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never registered (CVE-2025-37787 bsc#1242585)
  - commit 91a15e6
  - Refresh fixes for cBPF issue (bsc#1242778)
  - Update metadata and put them into the sorted part of the series
  - Refresh
    patches.suse/x86-bhi-do-not-set-BHI_DIS_S-in-32-bit-mode.patch.
  - Refresh
    patches.suse/x86-bpf-add-IBHF-call-at-end-of-classic-BPF.patch.
  - Refresh
    patches.suse/x86-bpf-call-branch-history-clearing-sequence-on-exit.patch.
  - commit d024c0d
  - media: mediatek: vcodec: Fix a resource leak related to the scp device in FW initialization (CVE-2025-23160 bsc#1242507)
  - commit ec39280
  - net: libwx: handle page_pool_dev_alloc_pages error (CVE-2025-37755 bsc#1242506)
  - commit 218edf9
  - virtiofs: add filesystem context source name check (CVE-2025-37773 bsc#1242502)
  - commit c58895d
  - remoteproc: core: Clear table_sz when rproc_shutdown (CVE-2025-38152 bsc#1241627)
  - commit a7f4be3
  - net_sched: skbprio: Remove overly strict queue assertions (CVE-2025-38637 bsc#1241657)
  - commit 6c0dd03
  - fs/9p: fix NULL pointer dereference on mkdir (CVE-2025-22070 bsc#1241305)
  - commit 7cd6fd1
  - KVM: VMX: Bury Intel PT virtualization (guest/host mode)
    behind CONFIG_BROKEN (CVE-2024-53135 bsc#1234154).
  - commit 09b2398
  - KVM: x86: Make x2APIC ID 100% readonly (git-fixes).
  - Refresh
    patches.suse/KVM-x86-Re-split-x2APIC-ICR-into-ICR-ICR2-for-AMD-x2.patch.
  - commit d85d7a2
  - net: fix NULL pointer dereference in l3mdev_l3_rcv (CVE-2025-22103 bsc#1241448)
  - commit da134b6
  - udmabuf: fix a buf size overflow issue during udmabuf creation (CVE-2025-37803 bsc#1242852)
  - commit 34e7f3d

------------------------------------------------------------------
------------------  2025-5-27  -  May 27 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.23 → 10.2.24

++++ kernel-default:

  - add bug reference for an existing hv_netvsc change (bsc#1243737).
  - commit e38784d
  - kabi fix for perf/aux: Fix AUX buffer serialization
    (bsc#1230581, CVE-2024-46713).
  - perf/aux: Fix AUX buffer serialization (bsc#1230581,
    CVE-2024-46713).
  - commit 1405e0e
  - Update
    patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch
    (bsc#1231016).
    Remove the reference to CVE-2024-50106 bsc#1232882, this was added
    automatically by 8258b9d331fb as it matched the Git-commit 8dd91e8d31fe
    which was erroneously added in 4b11aedcc3c0, and later corrected in
    a5cceab88022 (which did not also take care of removing the erroneous
    references).
  - commit 4e82942
  - usb: typec: class: Unlocked on error in typec_register_partner()
    (bsc#1242856 CVE-2025-37809).
  - commit 8ae2608
  - struct typec_port: move nre mutex to end (bsc#1242856
    CVE-2025-37809).
  - commit b5f6426
  - usb: typec: class: Fix NULL pointer access (bsc#1242856
    CVE-2025-37809).
  - Refresh
    patches.suse/usb-typec-class-Invalidate-USB-device-pointers-on-pa.patch.
  - commit 3add668
  - team: better TEAM_OPTION_TYPE_STRING validation (CVE-2025-21787 bsc#1238774)
  - commit bda544d
  - scsi: ufs: bsg: Set bsg_queue to NULL after removal (CVE-2024-54458 bsc#1238992)
  - commit 0e36a45
  - xen-netfront: handle NULL returned by
    xdp_convert_buff_to_frame() (bsc#1242866 CVE-2025-37820).
  - commit 39f3e10
  - xen: Change xen-acpi-processor dom0 dependency (git-fixes).
  - commit 0babbb9
  - xenfs/xensyms: respect hypervisor's "next" indication
    (git-fixes).
  - commit 911043b
  - xen/mcelog: Add __nonstring annotations for unterminated strings
    (git-fixes).
  - commit 29addb9
  - Xen/swiotlb: mark xen_swiotlb_fixup() __init (git-fixes).
  - commit 8db2d18
  - x86/xen: move xen_reserve_extra_memory() (git-fixes).
  - commit 46ca212
  - virtio_console: fix missing byte order handling for cols and
    rows (git-fixes).
  - commit 241fde6
  - vhost-scsi: Fix handling of multiple calls to
    vhost_scsi_set_endpoint (git-fixes).
  - commit b42c56f

++++ kernel-rt:

  - add bug reference for an existing hv_netvsc change (bsc#1243737).
  - commit e38784d
  - kabi fix for perf/aux: Fix AUX buffer serialization
    (bsc#1230581, CVE-2024-46713).
  - perf/aux: Fix AUX buffer serialization (bsc#1230581,
    CVE-2024-46713).
  - commit 1405e0e
  - Update
    patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch
    (bsc#1231016).
    Remove the reference to CVE-2024-50106 bsc#1232882, this was added
    automatically by 8258b9d331fb as it matched the Git-commit 8dd91e8d31fe
    which was erroneously added in 4b11aedcc3c0, and later corrected in
    a5cceab88022 (which did not also take care of removing the erroneous
    references).
  - commit 4e82942
  - usb: typec: class: Unlocked on error in typec_register_partner()
    (bsc#1242856 CVE-2025-37809).
  - commit 8ae2608
  - struct typec_port: move nre mutex to end (bsc#1242856
    CVE-2025-37809).
  - commit b5f6426
  - usb: typec: class: Fix NULL pointer access (bsc#1242856
    CVE-2025-37809).
  - Refresh
    patches.suse/usb-typec-class-Invalidate-USB-device-pointers-on-pa.patch.
  - commit 3add668
  - team: better TEAM_OPTION_TYPE_STRING validation (CVE-2025-21787 bsc#1238774)
  - commit bda544d
  - scsi: ufs: bsg: Set bsg_queue to NULL after removal (CVE-2024-54458 bsc#1238992)
  - commit 0e36a45
  - xen-netfront: handle NULL returned by
    xdp_convert_buff_to_frame() (bsc#1242866 CVE-2025-37820).
  - commit 39f3e10
  - xen: Change xen-acpi-processor dom0 dependency (git-fixes).
  - commit 0babbb9
  - xenfs/xensyms: respect hypervisor's "next" indication
    (git-fixes).
  - commit 911043b
  - xen/mcelog: Add __nonstring annotations for unterminated strings
    (git-fixes).
  - commit 29addb9
  - Xen/swiotlb: mark xen_swiotlb_fixup() __init (git-fixes).
  - commit 8db2d18
  - x86/xen: move xen_reserve_extra_memory() (git-fixes).
  - commit 46ca212
  - virtio_console: fix missing byte order handling for cols and
    rows (git-fixes).
  - commit 241fde6
  - vhost-scsi: Fix handling of multiple calls to
    vhost_scsi_set_endpoint (git-fixes).
  - commit b42c56f

++++ kernel-rt_debug:

  - add bug reference for an existing hv_netvsc change (bsc#1243737).
  - commit e38784d
  - kabi fix for perf/aux: Fix AUX buffer serialization
    (bsc#1230581, CVE-2024-46713).
  - perf/aux: Fix AUX buffer serialization (bsc#1230581,
    CVE-2024-46713).
  - commit 1405e0e
  - Update
    patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch
    (bsc#1231016).
    Remove the reference to CVE-2024-50106 bsc#1232882, this was added
    automatically by 8258b9d331fb as it matched the Git-commit 8dd91e8d31fe
    which was erroneously added in 4b11aedcc3c0, and later corrected in
    a5cceab88022 (which did not also take care of removing the erroneous
    references).
  - commit 4e82942
  - usb: typec: class: Unlocked on error in typec_register_partner()
    (bsc#1242856 CVE-2025-37809).
  - commit 8ae2608
  - struct typec_port: move nre mutex to end (bsc#1242856
    CVE-2025-37809).
  - commit b5f6426
  - usb: typec: class: Fix NULL pointer access (bsc#1242856
    CVE-2025-37809).
  - Refresh
    patches.suse/usb-typec-class-Invalidate-USB-device-pointers-on-pa.patch.
  - commit 3add668
  - team: better TEAM_OPTION_TYPE_STRING validation (CVE-2025-21787 bsc#1238774)
  - commit bda544d
  - scsi: ufs: bsg: Set bsg_queue to NULL after removal (CVE-2024-54458 bsc#1238992)
  - commit 0e36a45
  - xen-netfront: handle NULL returned by
    xdp_convert_buff_to_frame() (bsc#1242866 CVE-2025-37820).
  - commit 39f3e10
  - xen: Change xen-acpi-processor dom0 dependency (git-fixes).
  - commit 0babbb9
  - xenfs/xensyms: respect hypervisor's "next" indication
    (git-fixes).
  - commit 911043b
  - xen/mcelog: Add __nonstring annotations for unterminated strings
    (git-fixes).
  - commit 29addb9
  - Xen/swiotlb: mark xen_swiotlb_fixup() __init (git-fixes).
  - commit 8db2d18
  - x86/xen: move xen_reserve_extra_memory() (git-fixes).
  - commit 46ca212
  - virtio_console: fix missing byte order handling for cols and
    rows (git-fixes).
  - commit 241fde6
  - vhost-scsi: Fix handling of multiple calls to
    vhost_scsi_set_endpoint (git-fixes).
  - commit b42c56f

++++ gcc14:

  - Disable build of glibc cross to loongarch64 and hppa in SLFO
    and SLE15.

++++ libzypp:

  - Add a note to service maintained .repo file entries (fixes #638)
  - Support using %{url} variable in a RIS service's repo section.
  - version 17.37.2 (35)

------------------------------------------------------------------
------------------  2025-5-26  -  May 26 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Cleanup build metadata
    Make sure the final image rootfs does not contain unneeded
    metadata files used during build time. The respective cleanup
    call is performed after the root sync and after all initrd/boot
    processing has been done. This is because up to that point it's
    still possible that the information is required. This means
    when building images with a read-only rootfs, it might not be
    possible that the metadata can be deleted due to a chicken&egg
    situation. Furthermore the cleanup is applied to the disk
    builder only as other builders do not really suffer from
    this data and for the container builder the metadata can
    also be used for the stackbuild feature when building images
    derived from containers. This Fixes #2668

++++ kernel-default:

  - KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fields
    (git-fixes).
  - commit 38764b5
  - KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception
    (bsc#1243513 CVE-2025-37957).
  - commit d959965
  - KVM: x86: Explicitly treat routing entry type changes as changes
    (git-fixes).
  - commit 3d9ce0f
  - dm-integrity: fix a warning on invalid table line (git-fixes).
  - commit d3c6b81
  - KVM: SVM: Allocate IR data using atomic allocation (git-fixes).
  - commit b2174da
  - KVM: x86: Explicitly zero-initialize on-stack CPUID unions
    (git-fixes).
  - commit 70f24b1
  - KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest
    memory accesses (git-fixes).
  - commit 6edee17
  - KVM: x86/xen: Use guest's copy of pvclock when starting timer
    (git-fixes).
  - commit b26e547
  - KVM: x86: Don't take kvm->lock when iterating over vCPUs in
    suspend notifier (git-fixes).
  - commit c3ff5ce
  - pfifo_tail_enqueue: Drop new packet when sch->limit == 0 (CVE-2025-21702 bsc#1237312)
  - commit 9693f33
  - KVM: VMX: Don't modify guest XFD_ERR if CR0.TS=1 (git-fixes).
  - commit 7004205
  - KVM: x86: Remove the unreachable case for 0x80000022 leaf in
    __do_cpuid_func() (git-fixes).
  - commit 61712af
  - KVM: nVMX: Allow emulating RDPID on behalf of L2 (git-fixes).
  - commit c1930b5
  - KVM: nSVM: Pass next RIP, not current RIP, for nested VM-Exit
    on emulation (git-fixes).
  - commit 8202eda
  - ptp: Ensure info->enable callback is always set (CVE-2025-21814 bsc#1238473)
  - commit f7aafc6
  - KVM: nVMX: Check PAUSE_EXITING, not BUS_LOCK_DETECTION, on
    PAUSE emulation (git-fixes).
  - commit e0c3862
  - KVM: x86: Wake vCPU for PIC interrupt injection iff a valid
    IRQ was found (git-fixes).
  - commit a4e6b2d
  - KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't
    supported by KVM (git-fixes).
  - commit 224ac97
  - KVM: SVM: Suppress DEBUGCTL.BTF on AMD (git-fixes).
  - commit cbffadd
  - KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
    (git-fixes).
  - commit 7de7eaf
  - KVM: x86: Reject disabling of MWAIT/HLT interception when not
    allowed (git-fixes).
  - commit 6f261b9
  - KVM: arm64: Tear down vGIC on failed vCPU creation (git-fixes).
  - commit a8fc9b5
  - xhci: Add helper to set an interrupters interrupt moderation
    interval (git-fixes).
  - commit 552ff9a
  - xhci: split free interrupter into separate remove and free parts
    (git-fixes).
  - commit b6b40d2
  - KVM: arm64: vgic-v4: Fall back to software irqbypass if LPI
    not found (git-fixes).
  - commit 30abdad
  - KVM: arm64: vgic-v4: Only attempt vLPI mapping for actual MSIs
    (git-fixes).
  - commit fa068c2
  - rcu/tasks-trace: Handle new PF_IDLE semantics (git-fixes)
  - commit 9e674eb
  - rcu/tasks: Handle new PF_IDLE semantics (git-fixes)
  - commit dc44560
  - rcu: Introduce rcu_cpu_online() (git-fixes)
  - commit 1b93211
  - rcu: Break rcu_node_0 --> &rq->__lock order (git-fixes)
  - commit 37d6fe5
  - KVM: arm64: Mark some header functions as inline (git-fixes).
  - commit 1cf34cd
  - KVM: arm64: timer: Always evaluate the need for a soft timer
    (git-fixes).
  - commit 2c68f44
  - KVM: arm64: Fix RAS trapping in pKVM for protected VMs
    (git-fixes).
  - commit 4af64c7
  - KVM: s390: Don't use %pK through debug printing (git-fixes
    bsc#1243657).
  - KVM: s390: Don't use %pK through tracepoints (git-fixes
    bsc#1243658).
  - commit 784e519
  - s390/pci: Fix missing check for zpci_create_device() error
    return (git-fixes CVE-2025-37974 bsc#1243547).
  - commit fe0123d
  - KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow
    status (git-fixes).
  - commit 861b970
  - KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
    (git-fixes).
  - commit cae4119
  - KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
    (git-fixes).
  - commit c87dcd2
  - KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
    (git-fixes).
  - commit fb99ec6
  - drm/amd/display: prevent hang on link training fail (bsc#1243056 CVE-2025-37870)
  - commit 368bb8e

++++ kernel-rt:

  - KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fields
    (git-fixes).
  - commit 38764b5
  - KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception
    (bsc#1243513 CVE-2025-37957).
  - commit d959965
  - KVM: x86: Explicitly treat routing entry type changes as changes
    (git-fixes).
  - commit 3d9ce0f
  - dm-integrity: fix a warning on invalid table line (git-fixes).
  - commit d3c6b81
  - KVM: SVM: Allocate IR data using atomic allocation (git-fixes).
  - commit b2174da
  - KVM: x86: Explicitly zero-initialize on-stack CPUID unions
    (git-fixes).
  - commit 70f24b1
  - KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest
    memory accesses (git-fixes).
  - commit 6edee17
  - KVM: x86/xen: Use guest's copy of pvclock when starting timer
    (git-fixes).
  - commit b26e547
  - KVM: x86: Don't take kvm->lock when iterating over vCPUs in
    suspend notifier (git-fixes).
  - commit c3ff5ce
  - pfifo_tail_enqueue: Drop new packet when sch->limit == 0 (CVE-2025-21702 bsc#1237312)
  - commit 9693f33
  - KVM: VMX: Don't modify guest XFD_ERR if CR0.TS=1 (git-fixes).
  - commit 7004205
  - KVM: x86: Remove the unreachable case for 0x80000022 leaf in
    __do_cpuid_func() (git-fixes).
  - commit 61712af
  - KVM: nVMX: Allow emulating RDPID on behalf of L2 (git-fixes).
  - commit c1930b5
  - KVM: nSVM: Pass next RIP, not current RIP, for nested VM-Exit
    on emulation (git-fixes).
  - commit 8202eda
  - ptp: Ensure info->enable callback is always set (CVE-2025-21814 bsc#1238473)
  - commit f7aafc6
  - KVM: nVMX: Check PAUSE_EXITING, not BUS_LOCK_DETECTION, on
    PAUSE emulation (git-fixes).
  - commit e0c3862
  - KVM: x86: Wake vCPU for PIC interrupt injection iff a valid
    IRQ was found (git-fixes).
  - commit a4e6b2d
  - KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't
    supported by KVM (git-fixes).
  - commit 224ac97
  - KVM: SVM: Suppress DEBUGCTL.BTF on AMD (git-fixes).
  - commit cbffadd
  - KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
    (git-fixes).
  - commit 7de7eaf
  - KVM: x86: Reject disabling of MWAIT/HLT interception when not
    allowed (git-fixes).
  - commit 6f261b9
  - KVM: arm64: Tear down vGIC on failed vCPU creation (git-fixes).
  - commit a8fc9b5
  - xhci: Add helper to set an interrupters interrupt moderation
    interval (git-fixes).
  - commit 552ff9a
  - xhci: split free interrupter into separate remove and free parts
    (git-fixes).
  - commit b6b40d2
  - KVM: arm64: vgic-v4: Fall back to software irqbypass if LPI
    not found (git-fixes).
  - commit 30abdad
  - KVM: arm64: vgic-v4: Only attempt vLPI mapping for actual MSIs
    (git-fixes).
  - commit fa068c2
  - rcu/tasks-trace: Handle new PF_IDLE semantics (git-fixes)
  - commit 9e674eb
  - rcu/tasks: Handle new PF_IDLE semantics (git-fixes)
  - commit dc44560
  - rcu: Introduce rcu_cpu_online() (git-fixes)
  - commit 1b93211
  - rcu: Break rcu_node_0 --> &rq->__lock order (git-fixes)
  - commit 37d6fe5
  - KVM: arm64: Mark some header functions as inline (git-fixes).
  - commit 1cf34cd
  - KVM: arm64: timer: Always evaluate the need for a soft timer
    (git-fixes).
  - commit 2c68f44
  - KVM: arm64: Fix RAS trapping in pKVM for protected VMs
    (git-fixes).
  - commit 4af64c7
  - KVM: s390: Don't use %pK through debug printing (git-fixes
    bsc#1243657).
  - KVM: s390: Don't use %pK through tracepoints (git-fixes
    bsc#1243658).
  - commit 784e519
  - s390/pci: Fix missing check for zpci_create_device() error
    return (git-fixes CVE-2025-37974 bsc#1243547).
  - commit fe0123d
  - KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow
    status (git-fixes).
  - commit 861b970
  - KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
    (git-fixes).
  - commit cae4119
  - KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
    (git-fixes).
  - commit c87dcd2
  - KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
    (git-fixes).
  - commit fb99ec6
  - drm/amd/display: prevent hang on link training fail (bsc#1243056 CVE-2025-37870)
  - commit 368bb8e

++++ kernel-rt_debug:

  - KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fields
    (git-fixes).
  - commit 38764b5
  - KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interception
    (bsc#1243513 CVE-2025-37957).
  - commit d959965
  - KVM: x86: Explicitly treat routing entry type changes as changes
    (git-fixes).
  - commit 3d9ce0f
  - dm-integrity: fix a warning on invalid table line (git-fixes).
  - commit d3c6b81
  - KVM: SVM: Allocate IR data using atomic allocation (git-fixes).
  - commit b2174da
  - KVM: x86: Explicitly zero-initialize on-stack CPUID unions
    (git-fixes).
  - commit 70f24b1
  - KVM: x86: Acquire SRCU in KVM_GET_MP_STATE to protect guest
    memory accesses (git-fixes).
  - commit 6edee17
  - KVM: x86/xen: Use guest's copy of pvclock when starting timer
    (git-fixes).
  - commit b26e547
  - KVM: x86: Don't take kvm->lock when iterating over vCPUs in
    suspend notifier (git-fixes).
  - commit c3ff5ce
  - pfifo_tail_enqueue: Drop new packet when sch->limit == 0 (CVE-2025-21702 bsc#1237312)
  - commit 9693f33
  - KVM: VMX: Don't modify guest XFD_ERR if CR0.TS=1 (git-fixes).
  - commit 7004205
  - KVM: x86: Remove the unreachable case for 0x80000022 leaf in
    __do_cpuid_func() (git-fixes).
  - commit 61712af
  - KVM: nVMX: Allow emulating RDPID on behalf of L2 (git-fixes).
  - commit c1930b5
  - KVM: nSVM: Pass next RIP, not current RIP, for nested VM-Exit
    on emulation (git-fixes).
  - commit 8202eda
  - ptp: Ensure info->enable callback is always set (CVE-2025-21814 bsc#1238473)
  - commit f7aafc6
  - KVM: nVMX: Check PAUSE_EXITING, not BUS_LOCK_DETECTION, on
    PAUSE emulation (git-fixes).
  - commit e0c3862
  - KVM: x86: Wake vCPU for PIC interrupt injection iff a valid
    IRQ was found (git-fixes).
  - commit a4e6b2d
  - KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't
    supported by KVM (git-fixes).
  - commit 224ac97
  - KVM: SVM: Suppress DEBUGCTL.BTF on AMD (git-fixes).
  - commit cbffadd
  - KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
    (git-fixes).
  - commit 7de7eaf
  - KVM: x86: Reject disabling of MWAIT/HLT interception when not
    allowed (git-fixes).
  - commit 6f261b9
  - KVM: arm64: Tear down vGIC on failed vCPU creation (git-fixes).
  - commit a8fc9b5
  - xhci: Add helper to set an interrupters interrupt moderation
    interval (git-fixes).
  - commit 552ff9a
  - xhci: split free interrupter into separate remove and free parts
    (git-fixes).
  - commit b6b40d2
  - KVM: arm64: vgic-v4: Fall back to software irqbypass if LPI
    not found (git-fixes).
  - commit 30abdad
  - KVM: arm64: vgic-v4: Only attempt vLPI mapping for actual MSIs
    (git-fixes).
  - commit fa068c2
  - rcu/tasks-trace: Handle new PF_IDLE semantics (git-fixes)
  - commit 9e674eb
  - rcu/tasks: Handle new PF_IDLE semantics (git-fixes)
  - commit dc44560
  - rcu: Introduce rcu_cpu_online() (git-fixes)
  - commit 1b93211
  - rcu: Break rcu_node_0 --> &rq->__lock order (git-fixes)
  - commit 37d6fe5
  - KVM: arm64: Mark some header functions as inline (git-fixes).
  - commit 1cf34cd
  - KVM: arm64: timer: Always evaluate the need for a soft timer
    (git-fixes).
  - commit 2c68f44
  - KVM: arm64: Fix RAS trapping in pKVM for protected VMs
    (git-fixes).
  - commit 4af64c7
  - KVM: s390: Don't use %pK through debug printing (git-fixes
    bsc#1243657).
  - KVM: s390: Don't use %pK through tracepoints (git-fixes
    bsc#1243658).
  - commit 784e519
  - s390/pci: Fix missing check for zpci_create_device() error
    return (git-fixes CVE-2025-37974 bsc#1243547).
  - commit fe0123d
  - KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow
    status (git-fixes).
  - commit 861b970
  - KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE
    (git-fixes).
  - commit cae4119
  - KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device
    (git-fixes).
  - commit c87dcd2
  - KVM: arm64: vgic-its: Add a data length check in vgic_its_save_*
    (git-fixes).
  - commit fb99ec6
  - drm/amd/display: prevent hang on link training fail (bsc#1243056 CVE-2025-37870)
  - commit 368bb8e

++++ mozilla-nss:

  - update to NSS 3.112
    * bmo#1963792 - Fix alias for mac workers on try
    * bmo#1966786 - ensure all options can be configured with SSL_OptionSet and SSL_OptionSetDefault
    * bmo#1931930 - ABI/API break in ssl certificate processing
    * bmo#1955971 - remove unnecessary assertion in sec_asn1d_init_state_based_on_template
    * bmo#1965754 - update taskgraph to v14.2.1
    * bmo#1964358 - Workflow for automation of the release on GitHub when pushing a tag
    * bmo#1952860 - fix faulty assertions in SEC_ASN1DecoderUpdate
    * bmo#1934877 - Renegotiations should use a fresh ECH GREASE buffer
    * bmo#1951396 - update taskgraph to v14.1.1
    * bmo#1962503 - Partial fix for ACVP build CI job
    * bmo#1961827 - Initialize find in sftk_searchDatabase
    * bmo#1963121 - Add clang-18 to extra builds
    * bmo#1963044 - Fault tolerant git fetch for fuzzing
    * bmo#1962556 - Tolerate intermittent failures in ssl_policy_pkix_ocsp
    * bmo#1962770 - fix compiler warnings when DEBUG_ASN1D_STATES or CMSDEBUG are set
    * bmo#1961835 - fix content type tag check in NSS_CMSMessage_ContainsCertsOrCrls
    * bmo#1963102 - Remove Cryptofuzz CI version check

++++ openSUSE-build-key:

  - added gpg-pubkey-287a0027-682477e3.asc: New RSA 4k Backports
    for SLE 16.x series.

++++ python-tornado6:

  - Add patch CVE-2025-47287.patch:
    * httputil: Raise errors instead of logging in multipart/form-data parsing
    (CVE-2025-47287, bsc#1243268, gh#tornadoweb/tornado#3497)

------------------------------------------------------------------
------------------  2025-5-25  -  May 25 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update overlay integration test for partial write
    Update the sdboot_uki_verity_erofs profile of the
    test-image-overlayroot integration test with a custom
    fstab example to overlay only parts of the system
    for writing. This Fixes #2815
  - bootloader setup without overlay write partition
    If overlayroot_write_partition="false" is set, no system
    indicator was stored. This cause the bootloader setup to
    be skipped completely which is not required for e.g.
    systemd-boot.
  - Make sure to create overlay directories
    Create overlay directories even if rd.root.overlay.readonly
    is set. This allows individual fstab overlays mounts to be
    performed

++++ kernel-default:

  - Input: synaptics-rmi - fix crash with unsupported versions of
    F34 (git-fixes).
  - spi: spi-fsl-dspi: Reset SR flags before sending a new message
    (git-fixes).
  - spi: spi-fsl-dspi: Halt the module after a new message transfer
    (git-fixes).
  - spi: spi-fsl-dspi: restrict register range for regmap access
    (git-fixes).
  - commit b0b7b4d

++++ kernel-rt:

  - Input: synaptics-rmi - fix crash with unsupported versions of
    F34 (git-fixes).
  - spi: spi-fsl-dspi: Reset SR flags before sending a new message
    (git-fixes).
  - spi: spi-fsl-dspi: Halt the module after a new message transfer
    (git-fixes).
  - spi: spi-fsl-dspi: restrict register range for regmap access
    (git-fixes).
  - commit b0b7b4d

++++ kernel-rt_debug:

  - Input: synaptics-rmi - fix crash with unsupported versions of
    F34 (git-fixes).
  - spi: spi-fsl-dspi: Reset SR flags before sending a new message
    (git-fixes).
  - spi: spi-fsl-dspi: Halt the module after a new message transfer
    (git-fixes).
  - spi: spi-fsl-dspi: restrict register range for regmap access
    (git-fixes).
  - commit b0b7b4d

------------------------------------------------------------------
------------------  2025-5-24  -  May 24 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Revert "drm/amd: Keep display off while going into S4"
    (git-fixes).
  - drm/edid: fixed the bug that hdr metadata was not reset
    (git-fixes).
  - thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature
    (git-fixes).
  - platform/x86: dell-wmi-sysman: Avoid buffer overflow in
    current_password_store() (git-fixes).
  - commit 2a12a0d

++++ kernel-rt:

  - Revert "drm/amd: Keep display off while going into S4"
    (git-fixes).
  - drm/edid: fixed the bug that hdr metadata was not reset
    (git-fixes).
  - thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature
    (git-fixes).
  - platform/x86: dell-wmi-sysman: Avoid buffer overflow in
    current_password_store() (git-fixes).
  - commit 2a12a0d

++++ kernel-rt_debug:

  - Revert "drm/amd: Keep display off while going into S4"
    (git-fixes).
  - drm/edid: fixed the bug that hdr metadata was not reset
    (git-fixes).
  - thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature
    (git-fixes).
  - platform/x86: dell-wmi-sysman: Avoid buffer overflow in
    current_password_store() (git-fixes).
  - commit 2a12a0d

------------------------------------------------------------------
------------------  2025-5-23  -  May 23 2025  -------------------
------------------------------------------------------------------

++++ avahi:

  - Drop obsolete update-desktop-files BuildRequires and macro.
    Replace with desktop-file-utils BuildRequires.
  - Drop unneeded update_spec.pl source, not needed since change to
    proper multibuild.

++++ python-kiwi:

  - Fixed rd.root.overlay.readonly overlay mode
    When booting an overlayroot image with rd.root.overlay.readonly
    set, the system will boot with only the read-only root mounted.
    There was a bug in the dracut code which prevented this mount
    from succeeding when the read-only rootfs is different from
    squashfs. This commit changes the mount to be a simple bind
    mount, independent of the origin filesystem. This works because
    the read-only mount is performed in the dracut overlay code
    anyway. This is related to Issue #2815

++++ kernel-default:

  - x86/speculation: Remove the extra #ifdef around CALL_NOSPEC (bsc#1242006 CVE-2024-28956).
  - commit 02d5249
  - x86/speculation: Add a conditional CS prefix to CALL_NOSPEC (bsc#1242006 CVE-2024-28956).
  - commit e6e328e
  - x86/speculation: Simplify and make CALL_NOSPEC consistent (bsc#1242006 CVE-2024-28956).
  - commit 4f55697
  - drm/amd: Add Suspend/Hibernate notification callback support
    (stable-fixes).
  - Refresh
    patches.suse/drm-amd-Keep-display-off-while-going-into-S4.patch.
  - commit 8fc5efa
  - can: slcan: allow reception of short error messages (git-fixes).
  - can: bcm: add missing rcu read protection for procfs content
    (git-fixes).
  - can: bcm: add locking for bcm_op runtime updates (git-fixes).
  - Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA
    dump handling (git-fixes).
  - Bluetooth: L2CAP: Fix not checking l2cap_chan security level
    (git-fixes).
  - ASoc: SOF: topology: connect DAI to a single DAI link
    (git-fixes).
  - ASoC: SOF: ipc4-pcm: Delay reporting is only supported for
    playback direction (git-fixes).
  - ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for
    bytes_ext (git-fixes).
  - drm/amd/display: Avoid flooding unnecessary info messages
    (git-fixes).
  - drm/amd/display: Correct the reply value when AUX write
    incomplete (git-fixes).
  - ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB
    Camera (stable-fixes).
  - HID: uclogic: Add NULL check in uclogic_input_configured()
    (git-fixes).
  - HID: thrustmaster: fix memory leak in thrustmaster_interrupts()
    (git-fixes).
  - wifi: mt76: disable napi on driver removal (git-fixes).
  - wifi: mac80211: Set n_channels after allocating struct
    cfg80211_scan_request (git-fixes).
  - Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags
    (git-fixes).
  - drm/amdgpu: fix pm notifier handling (git-fixes).
  - Revert "drm/amd: Stop evicting resources on APUs in suspend"
    (stable-fixes).
  - drm/amdgpu: Queue KFD reset workitem in VF FED (stable-fixes).
  - drm/amdgpu: trigger flr_work if reading pf2vf data failed
    (stable-fixes).
  - commit 26616bd

++++ kernel-rt:

  - x86/speculation: Remove the extra #ifdef around CALL_NOSPEC (bsc#1242006 CVE-2024-28956).
  - commit 02d5249
  - x86/speculation: Add a conditional CS prefix to CALL_NOSPEC (bsc#1242006 CVE-2024-28956).
  - commit e6e328e
  - x86/speculation: Simplify and make CALL_NOSPEC consistent (bsc#1242006 CVE-2024-28956).
  - commit 4f55697
  - drm/amd: Add Suspend/Hibernate notification callback support
    (stable-fixes).
  - Refresh
    patches.suse/drm-amd-Keep-display-off-while-going-into-S4.patch.
  - commit 8fc5efa
  - can: slcan: allow reception of short error messages (git-fixes).
  - can: bcm: add missing rcu read protection for procfs content
    (git-fixes).
  - can: bcm: add locking for bcm_op runtime updates (git-fixes).
  - Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA
    dump handling (git-fixes).
  - Bluetooth: L2CAP: Fix not checking l2cap_chan security level
    (git-fixes).
  - ASoc: SOF: topology: connect DAI to a single DAI link
    (git-fixes).
  - ASoC: SOF: ipc4-pcm: Delay reporting is only supported for
    playback direction (git-fixes).
  - ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for
    bytes_ext (git-fixes).
  - drm/amd/display: Avoid flooding unnecessary info messages
    (git-fixes).
  - drm/amd/display: Correct the reply value when AUX write
    incomplete (git-fixes).
  - ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB
    Camera (stable-fixes).
  - HID: uclogic: Add NULL check in uclogic_input_configured()
    (git-fixes).
  - HID: thrustmaster: fix memory leak in thrustmaster_interrupts()
    (git-fixes).
  - wifi: mt76: disable napi on driver removal (git-fixes).
  - wifi: mac80211: Set n_channels after allocating struct
    cfg80211_scan_request (git-fixes).
  - Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags
    (git-fixes).
  - drm/amdgpu: fix pm notifier handling (git-fixes).
  - Revert "drm/amd: Stop evicting resources on APUs in suspend"
    (stable-fixes).
  - drm/amdgpu: Queue KFD reset workitem in VF FED (stable-fixes).
  - drm/amdgpu: trigger flr_work if reading pf2vf data failed
    (stable-fixes).
  - commit 26616bd

++++ kernel-rt_debug:

  - x86/speculation: Remove the extra #ifdef around CALL_NOSPEC (bsc#1242006 CVE-2024-28956).
  - commit 02d5249
  - x86/speculation: Add a conditional CS prefix to CALL_NOSPEC (bsc#1242006 CVE-2024-28956).
  - commit e6e328e
  - x86/speculation: Simplify and make CALL_NOSPEC consistent (bsc#1242006 CVE-2024-28956).
  - commit 4f55697
  - drm/amd: Add Suspend/Hibernate notification callback support
    (stable-fixes).
  - Refresh
    patches.suse/drm-amd-Keep-display-off-while-going-into-S4.patch.
  - commit 8fc5efa
  - can: slcan: allow reception of short error messages (git-fixes).
  - can: bcm: add missing rcu read protection for procfs content
    (git-fixes).
  - can: bcm: add locking for bcm_op runtime updates (git-fixes).
  - Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA
    dump handling (git-fixes).
  - Bluetooth: L2CAP: Fix not checking l2cap_chan security level
    (git-fixes).
  - ASoc: SOF: topology: connect DAI to a single DAI link
    (git-fixes).
  - ASoC: SOF: ipc4-pcm: Delay reporting is only supported for
    playback direction (git-fixes).
  - ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for
    bytes_ext (git-fixes).
  - drm/amd/display: Avoid flooding unnecessary info messages
    (git-fixes).
  - drm/amd/display: Correct the reply value when AUX write
    incomplete (git-fixes).
  - ALSA: usb-audio: Add sample rate quirk for Microdia JP001 USB
    Camera (stable-fixes).
  - HID: uclogic: Add NULL check in uclogic_input_configured()
    (git-fixes).
  - HID: thrustmaster: fix memory leak in thrustmaster_interrupts()
    (git-fixes).
  - wifi: mt76: disable napi on driver removal (git-fixes).
  - wifi: mac80211: Set n_channels after allocating struct
    cfg80211_scan_request (git-fixes).
  - Bluetooth: MGMT: Fix MGMT_OP_ADD_DEVICE invalid device flags
    (git-fixes).
  - drm/amdgpu: fix pm notifier handling (git-fixes).
  - Revert "drm/amd: Stop evicting resources on APUs in suspend"
    (stable-fixes).
  - drm/amdgpu: Queue KFD reset workitem in VF FED (stable-fixes).
  - drm/amdgpu: trigger flr_work if reading pf2vf data failed
    (stable-fixes).
  - commit 26616bd

++++ gcc14:

  - Update to GCC 14.3 release, bb24b4c804f3d95b0ba95b7496, git11799
  - Remove gcc14-pr120061.patch which is now included upstream.

++++ libzypp:

  - Use a cookie file to validate mirrorlist cache.
    This patch extends the mirrorlist code to use a cookie file to
    validate the contents of the cache against the source URL, making
    sure that we do not accidentially use a old cache when the
    mirrorlist url was changed. For example when migrating a system
    from one release to the next where the same repo alias might just
    have a different URL.
  - Let Service define and update gpgkey, mirrorlist and metalink.
  - Preserve a mirrorlist file in the raw cache during refresh.
  - version 17.37.1 (35)

------------------------------------------------------------------
------------------  2025-5-22  -  May 22 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to docker-buildx v0.24.0. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.24.0>

++++ kernel-default:

  - net/niu: Niu requires MSIX ENTRY_DATA fields touch before
    entry reads (CVE-2025-37833 bsc#1242868).
  - commit 6ef582b

++++ kernel-rt:

  - net/niu: Niu requires MSIX ENTRY_DATA fields touch before
    entry reads (CVE-2025-37833 bsc#1242868).
  - commit 6ef582b

++++ kernel-rt_debug:

  - net/niu: Niu requires MSIX ENTRY_DATA fields touch before
    entry reads (CVE-2025-37833 bsc#1242868).
  - commit 6ef582b

++++ python311-core:

  - Add CVE-2025-4516-DecodeError-handler.patch fixing
    CVE-2025-4516 (bsc#1243273) blocking DecodeError handling
    vulnerability, which could lead to DoS.

++++ libzypp:

  - Code16: Enable curl2 backend and parallel package download by
    default. In Code15 it's optional.
    Environment variables ZYPP_CURL2=<0|1> and ZYPP_PCK_PRELOAD=<0|1>
    can be used to turn the features on or off.
  - Make gpgKeyUrl the default source for gpg keys.
    When refreshing zypp now primarily uses gpgKeyUrl information
    from the repo files and only falls back to a automatically
    generated key Url if a gpgKeyUrl was not specified.
  - Introduce mirrors into the Media backends (bsc#1240132)
  - Drop MediaMultiCurl backend.
  - Throttle progress updates when preloading packages (bsc#1239543)
  - Check if request is in valid state in CURL callbacks (fixes
    openSUSE/zypper#605)
  - spec/CMake: add conditional build
    '--with[out] classic_rpmtrans_as_default'.
    classic_rpmtrans is the current builtin default for SUSE,
    otherwise it's single_rpmtrans.
    The `enable_preview_single_rpmtrans_as_default_for_zypper` switch
    was removed from the spec file.  Accordingly the CMake option
    ENABLE_PREVIEW_SINGLE_RPMTRANS_AS_DEFAULT_FOR_ZYPPER was removed.
  - version 17.37.0 (35)

++++ opensuse-migration-tool:

  - Update to version 20250521.ab8700a:
    * Drop redundant repodata from Leap url
    * Update README.md

++++ python311:

  - Add CVE-2025-4516-DecodeError-handler.patch fixing
    CVE-2025-4516 (bsc#1243273) blocking DecodeError handling
    vulnerability, which could lead to DoS.

++++ regionServiceClientConfigAzure:

  - Update dependency name for metadata package, name change in SLE 16
    (bsc#1243419)

++++ regionServiceClientConfigEC2:

  - Update dependency to accomodate metadata binary package name change
    in SLE 16 (bsc#1243419)

++++ zypper:

  - BuildRequires:  libzypp-devel >= 17.37.0.
  - Use libzypp improvements for preload and mirror handling.
  - xmlout.rnc: Update repo-element (bsc#1241463)
    Add the "metalink" attribute and reflect that the "url" elements
    list may in fact be empty, if no baseurls are defined in the
    .repo files.
  - man: update --allow-unsigned-rpm description.
    Explain how to achieve the same for packages provided by
    repositories.
  - version 1.14.90

------------------------------------------------------------------
------------------  2025-5-21  -  May 21 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - The way we build debs requires setuptools
    debbuild doesn't work when setuptools is not there
  - Drop use of setuptools
    Since we moved to poetry and no code using setuptools anymore,
    this requirement can be dropped. The commit also updates the
    plugin documentation which was still based on setup.py

++++ kernel-default:

  - smb: client: fix potential race in cifs_put_tcon() (git-fixes).
  - commit 19f09de
  - smb: client: don't retry DFS targets on server shutdown
    (git-fixes).
  - commit 1f292e5
  - smb: client: fix return value of parse_dfs_referrals()
    (git-fixes).
  - commit 4a3af29
  - smb: client: parse DNS domain name from domain= option
    (git-fixes).
  - commit a71bddc
  - smb: client: parse av pair type 4 in CHALLENGE_MESSAGE
    (git-fixes).
  - commit 06ad34c
  - smb: client: introduce av_for_each_entry() helper (git-fixes).
  - commit b221e20
  - smb: client: get rid of kstrdup() in get_ses_refpath()
    (git-fixes).
  - commit 820766b
  - smb: client: don't trust DFSREF_STORAGE_SERVER bit (git-fixes).
  - commit e375375
  - smb: client: get rid of TCP_Server_Info::refpath_lock
    (git-fixes).
  - commit a1e1a18
  - smb: client: optimize referral walk on failed link targets
    (git-fixes).
  - commit dc0ea15
  - smb: client: provide dns_resolve_{unc,name} helpers (git-fixes).
  - commit 823244a
  - smb: client: fix DFS mount against old servers with NTLMSSP
    (git-fixes).
  - commit 9bdc840
  - smb: client: don't try following DFS links in
    cifs_tree_connect() (git-fixes).
  - commit faa5ddf
  - btrfs: fix a leaked chunk map issue in read_one_chunk()
    (git-fixes).
  - btrfs: avoid monopolizing a core when activating a swap file
    (git-fixes).
  - btrfs: don't loop for nowait writes when checking for cross
    references (git-fixes).
  - commit 55fbee8
  - smb: client: get rid of @nlsc param in cifs_tree_connect()
    (git-fixes).
  - commit a37d55b
  - smb: client: allow more DFS referrals to be cached (git-fixes).
  - commit 0672bc5
  - smb: client: Use str_yes_no() helper function (git-fixes).
  - commit 45cd31b
  - smb: client: fix DFS interlink failover (git-fixes).
  - commit 0e64ad0
  - smb: client: improve purging of cached referrals (git-fixes).
  - commit 91096d5
  - smb: client: avoid unnecessary reconnects when refreshing
    referrals (git-fixes).
  - commit f39d027
  - smb: client: refresh referral without acquiring refpath_lock
    (git-fixes).
  - commit a3174a3
  - cifs: change tcon status when need_reconnect is set on it
    (git-fixes).
  - commit 3ba9ec1
  - perf: Fix hang while freeing sigtrap event (bsc#1229491 CVE-2024-43869)
  - commit ea46d36
  - perf: Fix event leak upon exec and file release (bsc#1229491 CVE-2024-43869)
  - commit 2306ed7
  - task_work: Introduce task_work_cancel() again (bsc#1229491 CVE-2024-43869)
  - commit fcc1a13
  - task_work: s/task_work_cancel()/task_work_cancel_func()/ (bsc#1229491 CVE-2024-43869)
  - commit 737f43d
  - sched/numa: Fix the potential null pointer dereference in (bsc#1233192 CVE-2024-50223)
  - commit 00ab70f
  - arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (git-fixes)
  - commit 7e8bd78
  - arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (git-fixes)
  - commit 19938ce
  - arm64: proton-pack: Add new CPUs 'k' values for branch mitigation (git-fixes)
  - commit 9d5f7df
  - arm64: proton-pack: Expose whether the branchy loop k value (git-fixes)
  - commit ae499ae
  - arm64: proton-pack: Expose whether the platform is mitigated by (git-fixes)
  - commit 204dc95
  - arm64: insn: Add support for encoding DSB (git-fixes)
  - commit 6b6fa36
  - crypto: algif_hash - fix double free in hash_accept (git-fixes).
  - padata: do not leak refcount in reorder_work (git-fixes).
  - commit 891cb3d

++++ kernel-rt:

  - smb: client: fix potential race in cifs_put_tcon() (git-fixes).
  - commit 19f09de
  - smb: client: don't retry DFS targets on server shutdown
    (git-fixes).
  - commit 1f292e5
  - smb: client: fix return value of parse_dfs_referrals()
    (git-fixes).
  - commit 4a3af29
  - smb: client: parse DNS domain name from domain= option
    (git-fixes).
  - commit a71bddc
  - smb: client: parse av pair type 4 in CHALLENGE_MESSAGE
    (git-fixes).
  - commit 06ad34c
  - smb: client: introduce av_for_each_entry() helper (git-fixes).
  - commit b221e20
  - smb: client: get rid of kstrdup() in get_ses_refpath()
    (git-fixes).
  - commit 820766b
  - smb: client: don't trust DFSREF_STORAGE_SERVER bit (git-fixes).
  - commit e375375
  - smb: client: get rid of TCP_Server_Info::refpath_lock
    (git-fixes).
  - commit a1e1a18
  - smb: client: optimize referral walk on failed link targets
    (git-fixes).
  - commit dc0ea15
  - smb: client: provide dns_resolve_{unc,name} helpers (git-fixes).
  - commit 823244a
  - smb: client: fix DFS mount against old servers with NTLMSSP
    (git-fixes).
  - commit 9bdc840
  - smb: client: don't try following DFS links in
    cifs_tree_connect() (git-fixes).
  - commit faa5ddf
  - btrfs: fix a leaked chunk map issue in read_one_chunk()
    (git-fixes).
  - btrfs: avoid monopolizing a core when activating a swap file
    (git-fixes).
  - btrfs: don't loop for nowait writes when checking for cross
    references (git-fixes).
  - commit 55fbee8
  - smb: client: get rid of @nlsc param in cifs_tree_connect()
    (git-fixes).
  - commit a37d55b
  - smb: client: allow more DFS referrals to be cached (git-fixes).
  - commit 0672bc5
  - smb: client: Use str_yes_no() helper function (git-fixes).
  - commit 45cd31b
  - smb: client: fix DFS interlink failover (git-fixes).
  - commit 0e64ad0
  - smb: client: improve purging of cached referrals (git-fixes).
  - commit 91096d5
  - smb: client: avoid unnecessary reconnects when refreshing
    referrals (git-fixes).
  - commit f39d027
  - smb: client: refresh referral without acquiring refpath_lock
    (git-fixes).
  - commit a3174a3
  - cifs: change tcon status when need_reconnect is set on it
    (git-fixes).
  - commit 3ba9ec1
  - perf: Fix hang while freeing sigtrap event (bsc#1229491 CVE-2024-43869)
  - commit ea46d36
  - perf: Fix event leak upon exec and file release (bsc#1229491 CVE-2024-43869)
  - commit 2306ed7
  - task_work: Introduce task_work_cancel() again (bsc#1229491 CVE-2024-43869)
  - commit fcc1a13
  - task_work: s/task_work_cancel()/task_work_cancel_func()/ (bsc#1229491 CVE-2024-43869)
  - commit 737f43d
  - sched/numa: Fix the potential null pointer dereference in (bsc#1233192 CVE-2024-50223)
  - commit 00ab70f
  - arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (git-fixes)
  - commit 7e8bd78
  - arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (git-fixes)
  - commit 19938ce
  - arm64: proton-pack: Add new CPUs 'k' values for branch mitigation (git-fixes)
  - commit 9d5f7df
  - arm64: proton-pack: Expose whether the branchy loop k value (git-fixes)
  - commit ae499ae
  - arm64: proton-pack: Expose whether the platform is mitigated by (git-fixes)
  - commit 204dc95
  - arm64: insn: Add support for encoding DSB (git-fixes)
  - commit 6b6fa36
  - crypto: algif_hash - fix double free in hash_accept (git-fixes).
  - padata: do not leak refcount in reorder_work (git-fixes).
  - commit 891cb3d

++++ kernel-rt_debug:

  - smb: client: fix potential race in cifs_put_tcon() (git-fixes).
  - commit 19f09de
  - smb: client: don't retry DFS targets on server shutdown
    (git-fixes).
  - commit 1f292e5
  - smb: client: fix return value of parse_dfs_referrals()
    (git-fixes).
  - commit 4a3af29
  - smb: client: parse DNS domain name from domain= option
    (git-fixes).
  - commit a71bddc
  - smb: client: parse av pair type 4 in CHALLENGE_MESSAGE
    (git-fixes).
  - commit 06ad34c
  - smb: client: introduce av_for_each_entry() helper (git-fixes).
  - commit b221e20
  - smb: client: get rid of kstrdup() in get_ses_refpath()
    (git-fixes).
  - commit 820766b
  - smb: client: don't trust DFSREF_STORAGE_SERVER bit (git-fixes).
  - commit e375375
  - smb: client: get rid of TCP_Server_Info::refpath_lock
    (git-fixes).
  - commit a1e1a18
  - smb: client: optimize referral walk on failed link targets
    (git-fixes).
  - commit dc0ea15
  - smb: client: provide dns_resolve_{unc,name} helpers (git-fixes).
  - commit 823244a
  - smb: client: fix DFS mount against old servers with NTLMSSP
    (git-fixes).
  - commit 9bdc840
  - smb: client: don't try following DFS links in
    cifs_tree_connect() (git-fixes).
  - commit faa5ddf
  - btrfs: fix a leaked chunk map issue in read_one_chunk()
    (git-fixes).
  - btrfs: avoid monopolizing a core when activating a swap file
    (git-fixes).
  - btrfs: don't loop for nowait writes when checking for cross
    references (git-fixes).
  - commit 55fbee8
  - smb: client: get rid of @nlsc param in cifs_tree_connect()
    (git-fixes).
  - commit a37d55b
  - smb: client: allow more DFS referrals to be cached (git-fixes).
  - commit 0672bc5
  - smb: client: Use str_yes_no() helper function (git-fixes).
  - commit 45cd31b
  - smb: client: fix DFS interlink failover (git-fixes).
  - commit 0e64ad0
  - smb: client: improve purging of cached referrals (git-fixes).
  - commit 91096d5
  - smb: client: avoid unnecessary reconnects when refreshing
    referrals (git-fixes).
  - commit f39d027
  - smb: client: refresh referral without acquiring refpath_lock
    (git-fixes).
  - commit a3174a3
  - cifs: change tcon status when need_reconnect is set on it
    (git-fixes).
  - commit 3ba9ec1
  - perf: Fix hang while freeing sigtrap event (bsc#1229491 CVE-2024-43869)
  - commit ea46d36
  - perf: Fix event leak upon exec and file release (bsc#1229491 CVE-2024-43869)
  - commit 2306ed7
  - task_work: Introduce task_work_cancel() again (bsc#1229491 CVE-2024-43869)
  - commit fcc1a13
  - task_work: s/task_work_cancel()/task_work_cancel_func()/ (bsc#1229491 CVE-2024-43869)
  - commit 737f43d
  - sched/numa: Fix the potential null pointer dereference in (bsc#1233192 CVE-2024-50223)
  - commit 00ab70f
  - arm64: bpf: Only mitigate cBPF programs loaded by unprivileged users (git-fixes)
  - commit 7e8bd78
  - arm64: bpf: Add BHB mitigation to the epilogue for cBPF programs (git-fixes)
  - commit 19938ce
  - arm64: proton-pack: Add new CPUs 'k' values for branch mitigation (git-fixes)
  - commit 9d5f7df
  - arm64: proton-pack: Expose whether the branchy loop k value (git-fixes)
  - commit ae499ae
  - arm64: proton-pack: Expose whether the platform is mitigated by (git-fixes)
  - commit 204dc95
  - arm64: insn: Add support for encoding DSB (git-fixes)
  - commit 6b6fa36
  - crypto: algif_hash - fix double free in hash_accept (git-fixes).
  - padata: do not leak refcount in reorder_work (git-fixes).
  - commit 891cb3d

++++ mozilla-nss:

  - update to NSS 3.111
    * bmo#1930806 - FIPS changes need to be upstreamed: force ems policy
    * bmo#1957685 - Turn off Websites Trust Bit from CAs
    * bmo#1937338 - Update nssckbi version following April 2025 Batch of Changes
    * bmo#1943135 - Disable SMIME ‘trust bit’ for GoDaddy CAs
    * bmo#1874383 - Replaced deprecated sprintf function with snprintf in dbtool.c
    * bmo#1954612 - Need up update NSS for PKCS 3.1
    * bmo#1773374 - avoid leaking localCert if it is already set in ssl3_FillInCachedSID
    * bmo#1953097 - Decrease ASAN quarantine size for Cryptofuzz in CI
    * bmo#1943962 - selfserv: Add support for zlib certificate compression

------------------------------------------------------------------
------------------  2025-5-20  -  May 20 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update live boot remote boot features
    Like the upstream module also support the root=live:http://...
    remote boot options. The kiwi-live dracut module is scheduled
    to become obsolete, but it's still in use and should support
    remote boot not only for AoE. As we got more issue reports than
    working AoE remote boot success, this commit also updates the
    documentation and switches to the capabilities of this PR.

++++ jq:

  - Add patch CVE-2024-53427.patch (CVE-2024-53427, bsc#1238078)

++++ kernel-default:

  - btrfs: fix non-empty delayed iputs list on unmount due to
    compressed write workers (git-fixes).
  - commit f1d5e24
  - btrfs: fix discard worker infinite loop after disabling discard
    (bsc#1242012).
  - commit 37021c3
  - exfat: fix potential wrong error return from get_block
    (git-fixes).
  - commit 7a3ae68
  - hv_netvsc: Remove rmsg_pgcnt (git-fixes).
  - hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (git-fixes).
  - hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (git-fixes).
  - Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (git-fixes).
  - commit cc27aab
  - Refresh
    patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch.
  - commit a5cceab
  - nfsd: add list_head nf_gc to struct nfsd_file (git-fixes).
  - commit 619e51a
  - NFSv4: Don't trigger uneccessary scans for return-on-close
    delegations (git-fixes).
  - commit 7a38fa2
  - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
    (git-fixes).
  - commit ab2a57c
  - NFS: O_DIRECT writes must check and adjust the file length
    (git-fixes).
  - commit f49be34
  - btrfs: avoid NULL pointer dereference if no valid csum tree
    (bsc#1243342).
  - commit 4a016a5
  - btrfs: avoid NULL pointer dereference if no valid extent tree
    (bsc#1236208).
  - commit 3a3390f
  - btrfs: adjust subpage bit start based on sectorsize
    (bsc#1241492).
  - commit b1923a6

++++ kernel-rt:

  - btrfs: fix non-empty delayed iputs list on unmount due to
    compressed write workers (git-fixes).
  - commit f1d5e24
  - btrfs: fix discard worker infinite loop after disabling discard
    (bsc#1242012).
  - commit 37021c3
  - exfat: fix potential wrong error return from get_block
    (git-fixes).
  - commit 7a3ae68
  - hv_netvsc: Remove rmsg_pgcnt (git-fixes).
  - hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (git-fixes).
  - hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (git-fixes).
  - Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (git-fixes).
  - commit cc27aab
  - Refresh
    patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch.
  - commit a5cceab
  - nfsd: add list_head nf_gc to struct nfsd_file (git-fixes).
  - commit 619e51a
  - NFSv4: Don't trigger uneccessary scans for return-on-close
    delegations (git-fixes).
  - commit 7a38fa2
  - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
    (git-fixes).
  - commit ab2a57c
  - NFS: O_DIRECT writes must check and adjust the file length
    (git-fixes).
  - commit f49be34
  - btrfs: avoid NULL pointer dereference if no valid csum tree
    (bsc#1243342).
  - commit 4a016a5
  - btrfs: avoid NULL pointer dereference if no valid extent tree
    (bsc#1236208).
  - commit 3a3390f
  - btrfs: adjust subpage bit start based on sectorsize
    (bsc#1241492).
  - commit b1923a6

++++ kernel-rt_debug:

  - btrfs: fix non-empty delayed iputs list on unmount due to
    compressed write workers (git-fixes).
  - commit f1d5e24
  - btrfs: fix discard worker infinite loop after disabling discard
    (bsc#1242012).
  - commit 37021c3
  - exfat: fix potential wrong error return from get_block
    (git-fixes).
  - commit 7a3ae68
  - hv_netvsc: Remove rmsg_pgcnt (git-fixes).
  - hv_netvsc: Preserve contiguous PFN grouping in the page buffer array (git-fixes).
  - hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages (git-fixes).
  - Drivers: hv: Allow vmbus_sendpacket_mpb_desc() to create multiple ranges (git-fixes).
  - commit cc27aab
  - Refresh
    patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch.
  - commit a5cceab
  - nfsd: add list_head nf_gc to struct nfsd_file (git-fixes).
  - commit 619e51a
  - NFSv4: Don't trigger uneccessary scans for return-on-close
    delegations (git-fixes).
  - commit 7a38fa2
  - NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
    (git-fixes).
  - commit ab2a57c
  - NFS: O_DIRECT writes must check and adjust the file length
    (git-fixes).
  - commit f49be34
  - btrfs: avoid NULL pointer dereference if no valid csum tree
    (bsc#1243342).
  - commit 4a016a5
  - btrfs: avoid NULL pointer dereference if no valid extent tree
    (bsc#1236208).
  - commit 3a3390f
  - btrfs: adjust subpage bit start based on sectorsize
    (bsc#1241492).
  - commit b1923a6

++++ python-setuptools:

  - Add patch CVE-2025-47273.patch to fix A path traversal
    vulnerability.
    (bsc#1243313, CVE-2025-47273, gh#pypa/setuptools@250a6d17978f)

------------------------------------------------------------------
------------------  2025-5-19  -  May 19 2025  -------------------
------------------------------------------------------------------

++++ afterburn:

  - Update to version 5.8.2:
    * cargo: Afterburn release 5.8.2
    * docs/release-notes: update for release 5.8.2
    * cargo: update dependencies
    * cargo: Afterburn release 5.8.1
    * cargo: Afterburn release 5.8.0
    * docs/release-notes: update for release 5.8.0
    * cargo: update dependencies
    this includes an update of the dependency idna, which
    fixes CVE-2024-12224 AKA bsc#1243850
    this includes an update of the dependency rustls, which
    fixes GHSA-qg5g-gv98-5ffh
    * packit: add initial support

++++ python-kiwi:

  - Add UKI support for the grub bootloader
    In addition to systemd_boot also add support for UKI creation
    when grub is used. This includes the creation of a UKI image
    via dracut in the same way as it's done for systemd_boot.
    In addition an earlyboot grub script chainloads the UKI and
    bypasses any written grub configuration. In Theory this should
    also allow to use the shim loader for chainloading an UKI.
    However I haven't done testing in this direction and I also
    expect security issues with this approach because loading
    any non signed data by shim is not expected to work. A new
    profile named grub_uki_verity_erofs has been added to the
    integration test that experiments with UKIs
  - Bump version: 10.2.22 → 10.2.23

++++ glibc:

  - static-setuid-ld-library-path.patch: elf: Ignore LD_LIBRARY_PATH and
    debug env var for setuid for static (CVE-2025-4802, bsc#1243317)

++++ kernel-default:

  - nfs: handle failure of nfs_get_lock_context in unlock path
    (git-fixes).
  - commit fc76265
  - NFSv4/pnfs: Reset the layout state after a layoutreturn
    (git-fixes).
  - commit bfc4dcb
  - Input: xpad - fix Share button on Xbox One controllers
    (stable-fixes).
  - Input: synaptics - enable InterTouch on Dell Precision M3800
    (stable-fixes).
  - Input: synaptics - enable InterTouch on TUXEDO InfinityBook
    Pro 14 v5 (stable-fixes).
  - Input: synaptics - enable InterTouch on Dynabook Portege X30L-G
    (stable-fixes).
  - Input: synaptics - enable InterTouch on Dynabook Portege X30-D
    (stable-fixes).
  - Input: synaptics - enable SMBus for HP Elitebook 850 G1
    (stable-fixes).
  - Input: xpad - add support for 8BitDo Ultimate 2 Wireless
    Controller (stable-fixes).
  - drm/amd/display: Fix the checking condition in dmub aux handling
    (stable-fixes).
  - drm/amd/display: more liberal vmin/vmax update for freesync
    (stable-fixes).
  - drm/v3d: Add job to pending list if the reset was skipped
    (stable-fixes).
  - commit 9301e6f
  - update metatdata
  - Update
    patches.suse/nvme-fixup-scan-failure-for-non-ANA-multipath-contro.patch
    (git-fixes bsc#1235149).
  - Update
    patches.suse/nvme-re-read-ANA-log-page-after-ns-scan-completes.patch
    (git-fixes bsc#1235149).
  - commit 34602b4
  - net/handshake: Fix handshake_req_destroy_test1 (git-fixes).
  - commit 2e22868
  - net/mlx5e: Disable MACsec offload for uplink representor profile
    (git-fixes).
  - net: qede: Initialize qede_ll_ops with designated initializer
    (git-fixes).
  - igc: fix lock order in igc_ptp_reset (git-fixes).
  - idpf: protect shutdown from reset (git-fixes).
  - idpf: fix potential memory leak on kcalloc() failure
    (git-fixes).
  - bnxt_en: Fix ethtool -d byte order for 32-bit values
    (git-fixes).
  - bnxt_en: Fix out-of-bound memcpy() during ethtool -w
    (git-fixes).
  - bnxt_en: Fix coredump logic to free allocated buffer
    (git-fixes).
  - bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan()
    (git-fixes).
  - idpf: fix offloads support for encapsulated packets (git-fixes).
  - ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()
    (git-fixes).
  - net/mlx5: E-switch, Fix error handling for enabling roce
    (git-fixes).
  - net/mlx5: E-Switch, Initialize MAC Address for Default GID
    (git-fixes).
  - pds_core: make wait_context part of q_info (CVE-2025-37886
    bsc#1242944).
  - pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result
    (CVE-2025-37887 bsc#1242962).
  - octeontx2-pf: qos: fix VF root node parent queue index
    (git-fixes).
  - devlink: fix port new reply cmd type (git-fixes).
  - netlink: annotate data-races around sk->sk_err (git-fixes).
  - net/handshake: Fix memory leak in __sock_create() and
    sock_alloc_file() (git-fixes).
  - commit d6dfca7
  - net: ppp: Add bound checking for skb data on ppp_sync_txmung (CVE-2025-37749 bsc#1242859)
  - commit be85fb7
  - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (CVE-2025-22063 bsc#1241351)
  - commit 9ad0b9d
  - rpm: Stop using is_kotd_qa macro
    This macro is set by bs-upload-kernel, and a conditional in each spec
    file is used to determine when to build the spec file.
    This logic should not really be in the spec file. Previously this was
    done with package links and package meta for the individula links.
    However, the use of package links is rejected for packages in git based
    release projects (nothing to do with git actually, new policy). An
    alternative to package links is multibuild. However, for multibuild
    packages package meta cannot be used to set which spec file gets built.
    Use prjcon buildflags instead, and remove this conditional. Depends on
    bs-upload-kernel adding the build flag.
  - commit 9eb8a6f
  - kernel-obs-qa: Use srchash for dependency as well
  - commit 485ae1d
  - x86/its: Fix build errors when CONFIG_MODULES=n (git-fixes).
  - commit 2ced030
  - ocfs2: fix the issue with discontiguous allocation in the
    global_bitmap (git-fixes).
  - commit 3a6d567

++++ kernel-rt:

  - nfs: handle failure of nfs_get_lock_context in unlock path
    (git-fixes).
  - commit fc76265
  - NFSv4/pnfs: Reset the layout state after a layoutreturn
    (git-fixes).
  - commit bfc4dcb
  - Input: xpad - fix Share button on Xbox One controllers
    (stable-fixes).
  - Input: synaptics - enable InterTouch on Dell Precision M3800
    (stable-fixes).
  - Input: synaptics - enable InterTouch on TUXEDO InfinityBook
    Pro 14 v5 (stable-fixes).
  - Input: synaptics - enable InterTouch on Dynabook Portege X30L-G
    (stable-fixes).
  - Input: synaptics - enable InterTouch on Dynabook Portege X30-D
    (stable-fixes).
  - Input: synaptics - enable SMBus for HP Elitebook 850 G1
    (stable-fixes).
  - Input: xpad - add support for 8BitDo Ultimate 2 Wireless
    Controller (stable-fixes).
  - drm/amd/display: Fix the checking condition in dmub aux handling
    (stable-fixes).
  - drm/amd/display: more liberal vmin/vmax update for freesync
    (stable-fixes).
  - drm/v3d: Add job to pending list if the reset was skipped
    (stable-fixes).
  - commit 9301e6f
  - update metatdata
  - Update
    patches.suse/nvme-fixup-scan-failure-for-non-ANA-multipath-contro.patch
    (git-fixes bsc#1235149).
  - Update
    patches.suse/nvme-re-read-ANA-log-page-after-ns-scan-completes.patch
    (git-fixes bsc#1235149).
  - commit 34602b4
  - net/handshake: Fix handshake_req_destroy_test1 (git-fixes).
  - commit 2e22868
  - net/mlx5e: Disable MACsec offload for uplink representor profile
    (git-fixes).
  - net: qede: Initialize qede_ll_ops with designated initializer
    (git-fixes).
  - igc: fix lock order in igc_ptp_reset (git-fixes).
  - idpf: protect shutdown from reset (git-fixes).
  - idpf: fix potential memory leak on kcalloc() failure
    (git-fixes).
  - bnxt_en: Fix ethtool -d byte order for 32-bit values
    (git-fixes).
  - bnxt_en: Fix out-of-bound memcpy() during ethtool -w
    (git-fixes).
  - bnxt_en: Fix coredump logic to free allocated buffer
    (git-fixes).
  - bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan()
    (git-fixes).
  - idpf: fix offloads support for encapsulated packets (git-fixes).
  - ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()
    (git-fixes).
  - net/mlx5: E-switch, Fix error handling for enabling roce
    (git-fixes).
  - net/mlx5: E-Switch, Initialize MAC Address for Default GID
    (git-fixes).
  - pds_core: make wait_context part of q_info (CVE-2025-37886
    bsc#1242944).
  - pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result
    (CVE-2025-37887 bsc#1242962).
  - octeontx2-pf: qos: fix VF root node parent queue index
    (git-fixes).
  - devlink: fix port new reply cmd type (git-fixes).
  - netlink: annotate data-races around sk->sk_err (git-fixes).
  - net/handshake: Fix memory leak in __sock_create() and
    sock_alloc_file() (git-fixes).
  - commit d6dfca7
  - net: ppp: Add bound checking for skb data on ppp_sync_txmung (CVE-2025-37749 bsc#1242859)
  - commit be85fb7
  - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (CVE-2025-22063 bsc#1241351)
  - commit 9ad0b9d
  - rpm: Stop using is_kotd_qa macro
    This macro is set by bs-upload-kernel, and a conditional in each spec
    file is used to determine when to build the spec file.
    This logic should not really be in the spec file. Previously this was
    done with package links and package meta for the individula links.
    However, the use of package links is rejected for packages in git based
    release projects (nothing to do with git actually, new policy). An
    alternative to package links is multibuild. However, for multibuild
    packages package meta cannot be used to set which spec file gets built.
    Use prjcon buildflags instead, and remove this conditional. Depends on
    bs-upload-kernel adding the build flag.
  - commit 9eb8a6f
  - kernel-obs-qa: Use srchash for dependency as well
  - commit 485ae1d
  - x86/its: Fix build errors when CONFIG_MODULES=n (git-fixes).
  - commit 2ced030
  - ocfs2: fix the issue with discontiguous allocation in the
    global_bitmap (git-fixes).
  - commit 3a6d567

++++ kernel-rt_debug:

  - nfs: handle failure of nfs_get_lock_context in unlock path
    (git-fixes).
  - commit fc76265
  - NFSv4/pnfs: Reset the layout state after a layoutreturn
    (git-fixes).
  - commit bfc4dcb
  - Input: xpad - fix Share button on Xbox One controllers
    (stable-fixes).
  - Input: synaptics - enable InterTouch on Dell Precision M3800
    (stable-fixes).
  - Input: synaptics - enable InterTouch on TUXEDO InfinityBook
    Pro 14 v5 (stable-fixes).
  - Input: synaptics - enable InterTouch on Dynabook Portege X30L-G
    (stable-fixes).
  - Input: synaptics - enable InterTouch on Dynabook Portege X30-D
    (stable-fixes).
  - Input: synaptics - enable SMBus for HP Elitebook 850 G1
    (stable-fixes).
  - Input: xpad - add support for 8BitDo Ultimate 2 Wireless
    Controller (stable-fixes).
  - drm/amd/display: Fix the checking condition in dmub aux handling
    (stable-fixes).
  - drm/amd/display: more liberal vmin/vmax update for freesync
    (stable-fixes).
  - drm/v3d: Add job to pending list if the reset was skipped
    (stable-fixes).
  - commit 9301e6f
  - update metatdata
  - Update
    patches.suse/nvme-fixup-scan-failure-for-non-ANA-multipath-contro.patch
    (git-fixes bsc#1235149).
  - Update
    patches.suse/nvme-re-read-ANA-log-page-after-ns-scan-completes.patch
    (git-fixes bsc#1235149).
  - commit 34602b4
  - net/handshake: Fix handshake_req_destroy_test1 (git-fixes).
  - commit 2e22868
  - net/mlx5e: Disable MACsec offload for uplink representor profile
    (git-fixes).
  - net: qede: Initialize qede_ll_ops with designated initializer
    (git-fixes).
  - igc: fix lock order in igc_ptp_reset (git-fixes).
  - idpf: protect shutdown from reset (git-fixes).
  - idpf: fix potential memory leak on kcalloc() failure
    (git-fixes).
  - bnxt_en: Fix ethtool -d byte order for 32-bit values
    (git-fixes).
  - bnxt_en: Fix out-of-bound memcpy() during ethtool -w
    (git-fixes).
  - bnxt_en: Fix coredump logic to free allocated buffer
    (git-fixes).
  - bnxt_en: Add missing skb_mark_for_recycle() in bnxt_rx_vlan()
    (git-fixes).
  - idpf: fix offloads support for encapsulated packets (git-fixes).
  - ice: Check VF VSI Pointer Value in ice_vc_add_fdir_fltr()
    (git-fixes).
  - net/mlx5: E-switch, Fix error handling for enabling roce
    (git-fixes).
  - net/mlx5: E-Switch, Initialize MAC Address for Default GID
    (git-fixes).
  - pds_core: make wait_context part of q_info (CVE-2025-37886
    bsc#1242944).
  - pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result
    (CVE-2025-37887 bsc#1242962).
  - octeontx2-pf: qos: fix VF root node parent queue index
    (git-fixes).
  - devlink: fix port new reply cmd type (git-fixes).
  - netlink: annotate data-races around sk->sk_err (git-fixes).
  - net/handshake: Fix memory leak in __sock_create() and
    sock_alloc_file() (git-fixes).
  - commit d6dfca7
  - net: ppp: Add bound checking for skb data on ppp_sync_txmung (CVE-2025-37749 bsc#1242859)
  - commit be85fb7
  - netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets (CVE-2025-22063 bsc#1241351)
  - commit 9ad0b9d
  - rpm: Stop using is_kotd_qa macro
    This macro is set by bs-upload-kernel, and a conditional in each spec
    file is used to determine when to build the spec file.
    This logic should not really be in the spec file. Previously this was
    done with package links and package meta for the individula links.
    However, the use of package links is rejected for packages in git based
    release projects (nothing to do with git actually, new policy). An
    alternative to package links is multibuild. However, for multibuild
    packages package meta cannot be used to set which spec file gets built.
    Use prjcon buildflags instead, and remove this conditional. Depends on
    bs-upload-kernel adding the build flag.
  - commit 9eb8a6f
  - kernel-obs-qa: Use srchash for dependency as well
  - commit 485ae1d
  - x86/its: Fix build errors when CONFIG_MODULES=n (git-fixes).
  - commit 2ced030
  - ocfs2: fix the issue with discontiguous allocation in the
    global_bitmap (git-fixes).
  - commit 3a6d567

++++ pam_pkcs11:

  - Removes pam_env from auth stack for security reason
    [bsc#1243226, CVE-2025-6018]

------------------------------------------------------------------
------------------  2025-5-18  -  May 18 2025  -------------------
------------------------------------------------------------------

++++ dnsmasq:

  - update to 2.91:
    * Fix spurious "resource limit exceeded messages".
    * Fix out-of-bounds heap read in order_qsort().
    * Fix buffer overflow when configured lease-change script name
    is too long.
    * Improve behaviour in the face of non-responsive upstream TCP DNS
    servers. Without shorter timeouts, clients are blocked for too long
    and fail with their own timeouts.
    * Set --fast-dns-retries by default when doing DNSSEC. A single
    downstream query can trigger many upstream queries. On an
    unreliable network, there may not be enough downstream retries
    to ensure that all these queries complete.
    * Improve behaviour in the face of truncated answers to queries
    for DNSSEC records. Getting these answers by TCP doesn't now
    involve a faked truncated answer to the downstream client to
    force it to move to TCP. This improves performance and robustness
    in the face of broken clients which can't fall back to TCP.
    * No longer remove data from truncated upstream answers. If an
    upstream replies with a truncated answer, but the answer has some
    RRs included, return those RRs, rather than returning and
    empty answer.
    * Fix handling of EDNS0 UDP packet sizes.
    * Modify the behaviour of --synth-domain for IPv6.
    * Fix broken dhcp-relay on *BSD.
    * Add --dhcp-option-pxe config. This acts almost exactly like
  - -dhcp-option except that the defined option is only sent when
    replying to PXE clients. More importantly, these options are sent
    in reply PXE clients when dnsmasq in acting in PXE proxy mode. In
    PXE proxy mode, the set of options sent is defined by the PXE standard
    and the normal set of options is not sent. This config allows arbitrary
    options in PXE-proxy replies. A typical use-case is to send option
    175 to iPXE.
    * Support PXE proxy-DHCP and DHCP-relay at the same time.
    * Fix erroneous "DNSSEC validated" state with non-DNSSEC
    upstream servers.
    * Handle queries with EDNS client subnet fields better. If dnsmasq
    is configured to add an EDNS client subnet to a query, it is careful
    to suppress use of the cache, since a cached answer may not be valid
    for a query with a different client subnet. Extend this behaviour
    to queries which arrive a dnsmasq already carrying an EDNS client
    subnet.
    * Handle DS queries to auth zones. When dnsmasq is configured to
    act as an authoritative server and has an authoritative zone
    configured, and receives a query for that zone _as_forwarder_
    it answers the query directly rather than forwarding it. This
    doesn't affect the answer, but it saves dnsmasq forwarding the
    query to the recursor upstream, which then bounces it back to dnsmasq
    in auth mode. The exception should be when the query is for the root
    of zone, for a DS RR. The answer to that has to come from the parent,
    via the recursor, and will typically be a proof-of-non-existence
    since dnsmasq doesn't support signed zones. This patch suppresses
    local answers and forces forwarding to the upstream recursor for such
    queries. It stops breakage when a DNSSEC validating client makes
    queries to dnsmasq acting as forwarder for a zone for which it is
    authoritative.
    * Implement "DNS-0x20 encoding", for extra protection against
    reply-spoof attacks. Since DNS queries are case-insensitive,
    it's possible to randomly flip the case of letters in a query
    and still get the correct answer back.
    * Fix a long-standing problem when two queries which are identical
    in every repect _except_ case, get combined by dnsmasq. If
    dnsmasq gets eg, two queries for example.com and Example.com
    in quick succession it will get the answer for example.com from
    upstream and send that answer to both requestors. This means that
    the query for Example.com will get an answer for example.com, and
    in the modern DNS, that answer may not be accepted.

++++ kernel-default:

  - dmaengine: mediatek: drop unused variable (git-fixes).
  - dmaengine: idxd: Fix ->poll() return value (git-fixes).
  - phy: tegra: xusb: remove a stray unlock (git-fixes).
  - commit 78d9bf4
  - dmaengine: mediatek: Fix a possible deadlock error in
    mtk_cqdma_tx_status() (git-fixes).
  - dmaengine: idxd: Refactor remove call with idxd_cleanup()
    helper (git-fixes).
  - dmaengine: idxd: Add missing idxd cleanup to fix memory leak
    in remove call (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_pci_probe (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_alloc (git-fixes).
  - dmaengine: idxd: Add missing cleanups in cleanup internals
    (git-fixes).
  - dmaengine: idxd: Add missing cleanup for early error out in
    idxd_setup_internals (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_setup_groups (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_setup_engines (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_setup_wqs (git-fixes).
  - dmaengine: idxd: Fix allowing write() from different address
    spaces (git-fixes).
  - dmaengine: ti: k3-udma: Add missing locking (git-fixes).
  - dmaengine: ti: k3-udma: Use cap_mask directly from dma_device
    structure instead of a local copy (git-fixes).
  - dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting
    less when interrupted" (git-fixes).
  - phy: Fix error handling in tegra_xusb_port_init (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Set timing registers only once
    (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind
    (git-fixes).
  - phy: tegra: xusb: Use a bitmask for UTMI pad power state
    tracking (git-fixes).
  - i2c: designware: Fix an error handling path in
    i2c_dw_pci_probe() (git-fixes).
  - commit d7f3f88

++++ kernel-rt:

  - dmaengine: mediatek: drop unused variable (git-fixes).
  - dmaengine: idxd: Fix ->poll() return value (git-fixes).
  - phy: tegra: xusb: remove a stray unlock (git-fixes).
  - commit 78d9bf4
  - dmaengine: mediatek: Fix a possible deadlock error in
    mtk_cqdma_tx_status() (git-fixes).
  - dmaengine: idxd: Refactor remove call with idxd_cleanup()
    helper (git-fixes).
  - dmaengine: idxd: Add missing idxd cleanup to fix memory leak
    in remove call (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_pci_probe (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_alloc (git-fixes).
  - dmaengine: idxd: Add missing cleanups in cleanup internals
    (git-fixes).
  - dmaengine: idxd: Add missing cleanup for early error out in
    idxd_setup_internals (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_setup_groups (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_setup_engines (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_setup_wqs (git-fixes).
  - dmaengine: idxd: Fix allowing write() from different address
    spaces (git-fixes).
  - dmaengine: ti: k3-udma: Add missing locking (git-fixes).
  - dmaengine: ti: k3-udma: Use cap_mask directly from dma_device
    structure instead of a local copy (git-fixes).
  - dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting
    less when interrupted" (git-fixes).
  - phy: Fix error handling in tegra_xusb_port_init (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Set timing registers only once
    (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind
    (git-fixes).
  - phy: tegra: xusb: Use a bitmask for UTMI pad power state
    tracking (git-fixes).
  - i2c: designware: Fix an error handling path in
    i2c_dw_pci_probe() (git-fixes).
  - commit d7f3f88

++++ kernel-rt_debug:

  - dmaengine: mediatek: drop unused variable (git-fixes).
  - dmaengine: idxd: Fix ->poll() return value (git-fixes).
  - phy: tegra: xusb: remove a stray unlock (git-fixes).
  - commit 78d9bf4
  - dmaengine: mediatek: Fix a possible deadlock error in
    mtk_cqdma_tx_status() (git-fixes).
  - dmaengine: idxd: Refactor remove call with idxd_cleanup()
    helper (git-fixes).
  - dmaengine: idxd: Add missing idxd cleanup to fix memory leak
    in remove call (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_pci_probe (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_alloc (git-fixes).
  - dmaengine: idxd: Add missing cleanups in cleanup internals
    (git-fixes).
  - dmaengine: idxd: Add missing cleanup for early error out in
    idxd_setup_internals (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_setup_groups (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_setup_engines (git-fixes).
  - dmaengine: idxd: fix memory leak in error handling path of
    idxd_setup_wqs (git-fixes).
  - dmaengine: idxd: Fix allowing write() from different address
    spaces (git-fixes).
  - dmaengine: ti: k3-udma: Add missing locking (git-fixes).
  - dmaengine: ti: k3-udma: Use cap_mask directly from dma_device
    structure instead of a local copy (git-fixes).
  - dmaengine: Revert "dmaengine: dmatest: Fix dmatest waiting
    less when interrupted" (git-fixes).
  - phy: Fix error handling in tegra_xusb_port_init (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Set timing registers only once
    (git-fixes).
  - phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind
    (git-fixes).
  - phy: tegra: xusb: Use a bitmask for UTMI pad power state
    tracking (git-fixes).
  - i2c: designware: Fix an error handling path in
    i2c_dw_pci_probe() (git-fixes).
  - commit d7f3f88

------------------------------------------------------------------
------------------  2025-5-17  -  May 17 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - spi: tegra114: Use value to check for invalid delays
    (git-fixes).
  - spi: loopback-test: Do not split 1024-byte hexdumps (git-fixes).
  - commit 455317d
  - dma-buf: insert memory barrier before updating num_fences
    (git-fixes).
  - ACPI: PPTT: Fix processor subtable walk (git-fixes).
  - regulator: max20086: fix invalid memory access (git-fixes).
  - ALSA: es1968: Add error handling for
    snd_pcm_hw_constraint_pow2() (git-fixes).
  - ALSA: sh: SND_AICA should depend on SH_DMA_API (git-fixes).
  - ALSA: usb-audio: Add sample rate quirk for Audioengine D1
    (git-fixes).
  - ALSA: ump: Fix a typo of snd_ump_stream_msg_device_info
    (git-fixes).
  - ALSA: seq: Fix delivery of UMP events to group ports
    (git-fixes).
  - commit 6d9d893

++++ kernel-rt:

  - spi: tegra114: Use value to check for invalid delays
    (git-fixes).
  - spi: loopback-test: Do not split 1024-byte hexdumps (git-fixes).
  - commit 455317d
  - dma-buf: insert memory barrier before updating num_fences
    (git-fixes).
  - ACPI: PPTT: Fix processor subtable walk (git-fixes).
  - regulator: max20086: fix invalid memory access (git-fixes).
  - ALSA: es1968: Add error handling for
    snd_pcm_hw_constraint_pow2() (git-fixes).
  - ALSA: sh: SND_AICA should depend on SH_DMA_API (git-fixes).
  - ALSA: usb-audio: Add sample rate quirk for Audioengine D1
    (git-fixes).
  - ALSA: ump: Fix a typo of snd_ump_stream_msg_device_info
    (git-fixes).
  - ALSA: seq: Fix delivery of UMP events to group ports
    (git-fixes).
  - commit 6d9d893

++++ kernel-rt_debug:

  - spi: tegra114: Use value to check for invalid delays
    (git-fixes).
  - spi: loopback-test: Do not split 1024-byte hexdumps (git-fixes).
  - commit 455317d
  - dma-buf: insert memory barrier before updating num_fences
    (git-fixes).
  - ACPI: PPTT: Fix processor subtable walk (git-fixes).
  - regulator: max20086: fix invalid memory access (git-fixes).
  - ALSA: es1968: Add error handling for
    snd_pcm_hw_constraint_pow2() (git-fixes).
  - ALSA: sh: SND_AICA should depend on SH_DMA_API (git-fixes).
  - ALSA: usb-audio: Add sample rate quirk for Audioengine D1
    (git-fixes).
  - ALSA: ump: Fix a typo of snd_ump_stream_msg_device_info
    (git-fixes).
  - ALSA: seq: Fix delivery of UMP events to group ports
    (git-fixes).
  - commit 6d9d893

++++ python311-core:

  - Use extended %autopatch.

++++ python311:

  - Use extended %autopatch.

------------------------------------------------------------------
------------------  2025-5-16  -  May 16 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add support for <initrd> section as part of <type>
    Extend scope and content of the <initrd> section to be allowed
    as part of the <type> section. This allows to specify custom
    call options and modules for the dracut tool. In particular
    this commit implementes support for passing the uefi option
    to dracut to enable building an UKI EFI binary as follows:
    <initrd action="setup">
    <dracut uefi="true"/>
    </initrd>
    This Fixes #2809 and Fixes #2408
  - Fix systemd-boot loader setup
    To make sure only loader entries from /boot/efi/loader/entries
    kiwi deleted eventually existing entry files from /boot/loader.
    However that is a problem for read-only systems and should actually
    also not performed by kiwi. This Fixes #2805

++++ iputils:

  - Fix bsc#1243284 - ping on s390x prints invalid ttl
    * Add iputils-invalid-ttl-s390x.patch
    * Fix ipv4 ttl value when using SOCK_DGRAM on big endian systems

++++ kernel-default:

  - net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too
    (CVE-2025-37823 bsc#1242924).
  - commit 1471c72
  - spi: fsl-qspi: Fix double cleanup in probe error path
    (CVE-2025-37842 bsc#1242951).
  - commit 24f6262
  - spi: fsl-qspi: use devm function instead of driver remove
    (CVE-2025-37842 bsc#1242951).
  - commit d11d0a5
  - tipc: fix NULL pointer dereference in tipc_mon_reinit_self()
    (CVE-2025-37824 bsc#1242867).
  - commit b6204ae
  - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in
    insert_tree() (CVE-2025-21959 bsc#1240814).
  - commit 95b2c5e
  - RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem (git-fixes)
  - commit cf0fc91
  - RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug (git-fixes)
  - commit 2431d70
  - qibfs: fix _another_ leak (git-fixes)
  - commit 8fd1fde

++++ kernel-rt:

  - net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too
    (CVE-2025-37823 bsc#1242924).
  - commit 1471c72
  - spi: fsl-qspi: Fix double cleanup in probe error path
    (CVE-2025-37842 bsc#1242951).
  - commit 24f6262
  - spi: fsl-qspi: use devm function instead of driver remove
    (CVE-2025-37842 bsc#1242951).
  - commit d11d0a5
  - tipc: fix NULL pointer dereference in tipc_mon_reinit_self()
    (CVE-2025-37824 bsc#1242867).
  - commit b6204ae
  - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in
    insert_tree() (CVE-2025-21959 bsc#1240814).
  - commit 95b2c5e
  - RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem (git-fixes)
  - commit cf0fc91
  - RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug (git-fixes)
  - commit 2431d70
  - qibfs: fix _another_ leak (git-fixes)
  - commit 8fd1fde

++++ kernel-rt_debug:

  - net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too
    (CVE-2025-37823 bsc#1242924).
  - commit 1471c72
  - spi: fsl-qspi: Fix double cleanup in probe error path
    (CVE-2025-37842 bsc#1242951).
  - commit 24f6262
  - spi: fsl-qspi: use devm function instead of driver remove
    (CVE-2025-37842 bsc#1242951).
  - commit d11d0a5
  - tipc: fix NULL pointer dereference in tipc_mon_reinit_self()
    (CVE-2025-37824 bsc#1242867).
  - commit b6204ae
  - netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in
    insert_tree() (CVE-2025-21959 bsc#1240814).
  - commit 95b2c5e
  - RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problem (git-fixes)
  - commit cf0fc91
  - RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bug (git-fixes)
  - commit 2431d70
  - qibfs: fix _another_ leak (git-fixes)
  - commit 8fd1fde

++++ systemd:

  - Import commit 806c21e22ba4e3038817c20da19633b483b3ee80
    806c21e22b umount: do not move busy network mounts (bsc#1236177)

++++ pam-config:

  - Stop adding pam_env in AUTH stack, and be sure to put this module at the
    really end of the SESSION stack.
    [bsc#1243226, CVE-2025-6018, remove-pam_env-from-auth-stack.patch]

------------------------------------------------------------------
------------------  2025-5-15  -  May 15 2025  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Update to version 25.1.1 (bsc#1239715,jsc#PED-8680,bsc#1228414)
    + Removed included upstream
  - pep-594-drop-pipes.patch
  - cloud-init-fix-python313.patch
  - cloud-init-dont-assume-ordering-of-ThreadPoolExecutor.patch
  - cloud-init-direxist.patch
  - cloud-init-wait-for-net.patch
  - cloud-init-usr-sudoers.patch
  - cloud-init-no-nmcfg-needed.patch
  - cloud-init-keep-flake.patch
  - cloud-init-lint-fixes.patch
  - cloud-init-pckg-reboot.patch
  - cloud-init-ds-deterministic.patch
  - cloud-init-write-routes.patch
  - cloud-init-skip-empty-conf.patch
    + Forward port
  - cloud-init-no-tempnet-oci.patch
  - cloud-init-no-openstack-guess.patch
  - cloud-init-lint-set-interpreter.patch
    + Add
  - cloud-init-ssh-usrmerge.patch (bsc#1237764)
  - cloud-init-lint-set-interpreter.patch
  - cloud-init-lint-fix.patch
  - cloud-init-no-single-process.patch
  - cloud-init-needs-action.patch
    + Drop hidesensitivedata in 16 & greater
    + test: pytestify cc_chef tests, add migration test
    + chef: migrate files in old config directories for backups and cache
    + fix: correct the path for Chef's backups (#5994)
    + fix(Azure): don't reraise FileNotFoundError during ephemeral setup (#6113)
    + fix(azure): handle unexpected exceptions during obtain_lease() (#6092)
    [Ksenija Stanojevic]
    + Allow to set mac_address for VLAN subinterface (#6081)
    [jumpojoy] (GH: 5364)
    + fix: Remove erroneous EC2 reference from 503 warning (#6077)
    + fix: NM reload and bring up individual network conns (#6073) [Ani Sinha]
    + fix: stop warning on dual-stack request failure (#6044)
    + fix: install_method: pip cannot find ansible-pull command path (#6021)
    [Hasan Aliyev] (GH: 5720)
    + fix: Fix DataSourceAliYun exception_cb signature (#6068) (GH: 6066)
    + fix: Update OauthUrlHelper to use readurl exception_cb signature
    (GH: 6065)
    + test: add OauthUrlHelper tests
    + test: Remove CiTestCase from test_url_helper.py
    + test: pytestify test_url_helper.py
    + fix: track more removed modules (#6043)
  - From 25.1
    + ci: fix post-merge packaging CI (#6038)
    + feat(azure): Fix imds-based ssh_pwauth (#6002) [Ksenija Stanojevic]
    + ci: check for sorted patches (#6036)
    + feat: aliyun datasource support crawl metadata at once (#5942)
    [jinkangkang]
    + docs: document /usr merge breaking change (#6032)
    + test: Add integration test for /var mounts (#6033)
    + test: Ensure pre-24.2 custom modules work (#6034)
    + doc: Update references to older keys (#6022) [Pedro Ribeiro]
    + fix: untyped-defs in tests/unittests/{config, net, sources} (#6023)
    [Romain]
    + fix: don't reference PR in post-merged CI (#6019)
    + chore: explicitly skip broken ansible integration tests (#5996) [a-dubs]
    + tests(oracle): fix test_install_missing_deps apt race condition (#5996)
    [a-dubs]
    + test(oracle): fix test_ubuntu_drivers_installed (#5996) [a-dubs]
    + test(oracle): fix test_frequency_override integration test (#5996)
    [a-dubs]
    + chore: add type hint to IntegrationCloud's cloud_instance field (#5996)
    [a-dubs]
    + test(oracle): fix modules/test_lxd.py::test_storage_lvm on noble (#5996)
    [a-dubs]
    + commit 9e591fff266be9d4c83f74ec02a717b74993304d [a-dubs]
    + net/sysconfig: do not remove all existing settings of
    /etc/sysconfig/network (#5991) [Ani Sinha] (GH: 5990)
    + fix: remove wrong return when checking if network necessary (#6013)
    + fix: typing for rsyslog, ubuntu_pro, power_state_change (#5985)
    [MostafaTarek124eru]
    + fix: Retry on OpenStack HTTP status codes (#5943) [weiyang] (GH: 5687)
    + fix: Ensure fqdn is treated as string in get_hostname_fqdn (#5993)
    [MKhatibzadeh] (GH: 5989)
    + feat(vmware): Convert imc network config to v2 (#5937) [PengpengSun]
    + ci: add upstream post-merge test
    + ci: check if upstream commit causes ubuntu patch conflicts
    + ci: organize cla tests together
    + test: eliminate obsolete cases, add non-error case
    + chore: remove redundant manual schema validation
    + doc: clarify subiquity docs
    + chore: cleanup `len' usage (#5956) [Shreenidhi Shedi]
    + Fix: GCE _get_data crashes if DHCP lease fails (#5998) [Bryan Fraschetti]
    + Fixes GH-5997
    + fix: correct the path for Chef's cache (#5994)
    [MostafaTarek124eru] (GH: 5090)
    + fix: Run ansible with run_user instead of root for distro install_method
    (#5986) [Amirhossein Shaerpour] (GH: 4092)
    + fix: retry AWS hotplug for async IMDS (#5995) (GH: 5373)
    + feat(integration_tests): add optional INSTANCE_TYPE setting (#5988)
    [Alec Warren]
    + feat(integration-tests): set boto3 and botocore to INFO to prevent
    log spamming [a-dubs]
    + ci: add 'tox -e integration-tests-fast' command [a-dubs]
    + chore: Add feature flag for manual network waiting (#5977)
    + Release 24.4.1
    + fix: Use /usr/lib/ rather than /lib in packaging code (#5970)
    + Use log_with_downgradable_level for user password warnings (#5927)
    [Ani Sinha]
    + doc: change to hyphenated keys (#5909) (GH: 5555)
    + fix: Wait for udev on openstack (#5947) [Robert Schweikert] (GH: 4125)
    + test: disambiguate resource cleanup from test failure (#5926)
    + fix: use program name of netcat as installed by upstream, "nc" (#5933)
    (#5933) [Andreas K. Hüttel]
    + ci: bump canonical/setup-lxd to version v0.1.2 (#5948)
    + feat(cc_chef): Allow change of Chef configuration file (#5925)
    [Sean Smith]
    + docs: fix typo in generated file in LXD tutorial (#5941) [Pavel Shpak]
    + feat: Identify Samsung Cloud Platform as OpenStack (#5924) [us0310306]
    + fix: don't deadlock when starting network service with systemctl (#5935)
    + feat: Custom keys for apt archives (#5828) [Bryan Fraschetti] (GH: 5473)
    + test: improve test initialization error path (#5920)
    + chore: improve logging when lxd detection fails (#5919)
    + fix: Add "manual" to allowed subnet types  (#5875)
    [Math Marchand] (GH: 5769)
    + fix: remove bad ssh_svcname setting for Gentoo/OpenRC (#5918)
    [Andreas K. Hüttel]
    + feat(gentoo): Add compatibility for Gentoo with systemd (#5918)
    [Andreas K. Hüttel]
    + fix(ovf): no warning should be log when rpctool found no value (#5915)
    [PengpengSun] (GH: 5914)
    + Move DS VMware to be in front of DS OVF (#5912) [PengpengSun] (GH: 4030)
    + ci: Add proper 'Breaks: ' to integration testing simple deb (#5923)
    + chore: Add akhuettel to CLA signers file (#5917) [Andreas K. Hüttel]
    + chore: eliminate calls at import time (#5889) (GH: 5344)
    + test: Add pyserial to test-requirements.txt (#5907)
    + test: Allow unknown size in growpart test (#5876)
    + doc: Update tutorials [Sally]
    + fix: bump azure key size to 3072 (#5841)
    24.4.1
    + fix: Ensure _should_wait_via_user_data() handles all user data types (#5976)
    + fix: Don't log error in wait_for_url (#5972)
    + feat(url_helper): Retry on 503 error (#5938)
    + fix: Don't break modules that use get_meta_doc() (#5953)
    + refactor: Pass deprecation log args as tuple (#5953)
    + fix: uninstall custom signal handlers before shutdown (#5913)
    24.4
    + test: Ensure unit ordering in ftp tests includes downstream units (#5892)
    + test: re-decrement expected webhook events (#5894)
    + test: allow relative path in apt-get test (#5891)
    + Fix metric setting of nmconnection for rhel (#5878) [Amy Chen]
    + chore: remove unused code(#5887)
    + feat(ephemeral): replace old has_url_connectivity() with new
    _check_connectivity_to_imds() [a-dubs]
    + feat(oracle): add true single stack ipv6 support [a-dubs]
    + feat(ephemeral): refactor ephemeralIP and add ipv6 connectivity check
    [a-dubs]
    + test: Decrement expected webhook events (#5888)
    + chore: remove `--docs` option from `cloud-init schema` (#5857) (GH: 5756)
    + test: pytestify "tests/unittests/config/test_cc_timezone.py" (#5885)
    [Mahesh Ghumare]
    + ci: bump integration tests to use plucky
    + test: add grub_dpkg to inactive modules
    + test: move default behavior tests into their own module
    + test(apt): add plucky version for hello pkg (#5883)
    + Docs: improved mermaid diagram for better visibility. Add "MaheshG11"
    as contributor (#5874) [Mahesh Ghumare] (GH: 5837)
    + fix(ntp): Fix RockyLinux OS support  (#5864) [Sid Shukla]
    + chore(jsonschema): migrate from deprecated Validator.iter_errors (#5856)
    + chore: remove deprecation warning getting jsonschema's version (#5856)
    + chore: use filter arg for tar.extractall (#5856)
    + chore: remove __init__ from pytest test class (#5856)
    + chore: do not test element's truth value directly (#5856)
    + chore: migrate from deprecated datetime.datetime.utcfromtimestamp (#5856)
    + chore: migrate from deprecated datetime.datetime.utcnow() (#5856)
    + chore: set recursive=False for ensure_dir if parent path is "/" (#5816)
    [sxt1001]
    + ci: fix broken daily dependencies (#5867)
    + ci: fix packaging tests (#5865)
    + feat(vultr): add override for network interface detection (#5847)
    [Andrew Davis]
    + feat(networkd): Support RequiredForOnline option (#5852) [Dan McGregor]
    + Prevent NM from handling DNS when network interfaces have DNS config
    (#5846) [Ani Sinha]
    + fix(smartos): Add `addrconf` IPv6 support (#5831)
    [blackhelicoptersdotnet]
    + freebsd: adjust to match the new pyyaml package name (#5844)
    [Gonéri Le Bouder]
    + fix: disable grub-dpkg by default (#5840)
    + fix(openbsd): Enable sysv init scripts in OpenBSD build script (#5790)
    [Hyacinthe Cartiaux] (LP: 4036, #1992853)
    + test: Fix duplicate judgment conditions in password generation (#5835)
    [sxt1001]
    + chore: don't render non-templated unit files (#5830)
    + chore: simplify and standardize cloud-final.service (#5830)
    + chore: simplify Conflicts=shutdown.target (#5830)
    + chore: remove redundant Before=NetworkManager.service (#5830)
    + chore: remove unnecessary systemd settings (#5830)
    + chore: eliminate redundant ordering dependencies (#5819)
    + fix: fix ordering cycle for distros with default deps (#5819) (GH: 5755)
    + test: unbreak pytest-xdist (#5829)
    + feat: Conditionally remove networkd online dependency on Ubuntu (#5772)
    + feat: Ensure random passwords contain multiple character types (#5815)
    [sxt1001] (GH: 5814)
    + docs: split example page into example library (#5645) [Sally]
    + doc: clarify workarounds required for single process changes (#5817)
    + chore: add 3.13 to PR CI runs, 3.14 to scheduled (#5825)
    + fix: Render v2 bridges correctly on network-manager with set-name
    (#5740) (GH: 5717)
    + test: add no_thinpool unit test (#5802)
    + chore: split lxd init config into separate function (#5802)
    + test: pytestify test_cc_lxd.py (#5802)
    + fix: Correctly handle missing thinpool in cc_lxd (#5802)
    + fix: Render bridges correctly for v2 on sysconfig with set-name (#5674)
    (GH: 5574)
    + tests(minimal): rsyslog not in minimal images expect warning (#5811)
    + tests(lxd): avoid failure on multiple calls to --show-log (#5811)
    + chore: update netplan import semantics and related tests (#5805)
    (GH: 5804)
    + lint: fix untyped-defs on /tests/unittest/cmd (#5800) [iru]
    + test: actually use devel release and verify_clean_boot enhancements
    (#5801)
    + feat(locale): locales install on minimal images when cfg requests (#5799)
    + feat(byobu): support byobu install on minimal images when cfg requests
    (#5799)
    + chore: Use devel release and no sbuild in integration CI (#5798)
    + test: Update integration tests from netplan backport (#5796)
    + test: add get_syslog_or_console for minimal images without syslog (#5793)
    + chore: Remove resize_root_tmp from cloud.cfg.tmpl (#5795) (GH: 5786)
    + docs: Fix field name from `contents` to `content` (#5787) [Igor Akkerman]
    + chore: bump pycloudlib to required version (#5792)
    + fix: avoid deprecation logs for calling cli stages (#5770) (GH: 5726)
    + tests: bump pycloudlib deps to include gce bug fix for id str (#5783)
    + fix(test): convert use p.gce.instance.id instead of instance_id (#5783)
    + fix(network-manager): bond properties and network schema (#5768)
    [Denis Kadyshev]
    + Fix metric setting for ifcfg network connections for rhel (#5777)
    [Ani Sinha] (GH: 5776)
    + fix(akamai): handle non-string user data in base64 decoding (#5751)
    [Jesse Alter]
    + fix(ci): do not auto stale issues (#5775)
    + Make pytest more verbose for easier debugging (#5778) [Ani Sinha]
    + ci: fix tox.ini pytest cmd to use cloudinit dir for coverage reporting
    (#5774) [Alec Warren]
    + tests: add OS_IMAGE_TYPE setting to allow for minimal tests (#5682)
    + test(hotplug): Simplify test_multi_nic_hotplug (#5763)
    + test(hotplug): increase nc timeout (#5763)
    + test: pytestify test_main.py (#5758)
    + test(ec2-dual-stack): fix int-test (#5762)
    + test: make verify_clean_boot really respect return code (#5761)
    + test: bump timeout in test_order (#5759)
    + docs: Properly document the cc_ubuntu_autoinstall module (#5757)
    + docs: fix WSL tutorial (#5752) (GH: 5746)
    + test: make verify_clean_boot respect return code by environment (#5754)
    + feat(integration_test): add CLOUD_INIT_PKG setting (#5739)
    + fix(ci): fix packaging check merge operation (#5750)
    + doc: do not document user.meta-data key (#5745)
    + test: avoid undocumented lxd key (#5748)
    + test: Refactor test_cc_set_hostname.py and test_cc_ntp.py (#5727)
    + chore: update docs URLs to cloud-init.io (#5741)
    + test: fix timer logging change expected logs (#5734)
    + fix: type annotations for several modules (#5733)
    + chore: add timer to io and string manipulation code
    + feat: add log package and performance module
    + remove newline injected for cloud-init status --wait (#5700)
    [Andrew Nelson] (GH: 5863)
    + test: webhook require_deprecation msg on 24.3 (#5731)
    + test: fix test_nocloud message typo introduced by 313390f8 (#5731)
    + test: Fix test_log_message_on_missing_version_file (#5730)
    + tests: assert info level warnings instead of require_deprecation
    + tests: fix test to ignore_warnings not require Used fallback ds
    + chore: clean up pytest warnings (#5721)
    + tests(pro): bump pycloudlib add noble release to pro tests (#5719)
    + fix(hotplugd.socket): remove basic.target as dependency (#5722)
    (LP: #2081124)
    + ci: fix integration test positional argument (#5718)
    + Create datasource for CloudCIX (#1351) [BrianKelleher]
    + ci: colorize output (#5716)
    + fix(schema): Allow for locale: false in schema add tests (#5647)
    + ci: fix packaging patch check (#5713)
    + chore: clean up old pickle workaround (#5714)
    + fix: force sftp cleanup when done with instance (#5698)
    + test(hotplug): reenable vpc test in focal (#5492)
    + chore: fix typing of userdata_raw (#5710)
    + fix(NetworkManager): Fix network activator (#5620)
    + fix: lxd do not check for thinpool kernel module (#5709)
    + docs: fix typo in docstring (#5708)
    + Scaleway: Force on-link: true for static networks (#5654)
    [Louis Bouchard] (LP: 5523, #2073869)
    + fix: Invalid "seedfrom" in NoCloud system configuration (#5701)
    + tests: pytestify test_nocloud.py (#5701)
    + test: make verify_clean_boot respect return code by series (#5695)
    + fix: use cross-distro netcat name (#5696)
    + ci: fix labeler (#5697)
    + chore(actions): add packaging label for any branches modifying debian/*
    + (#5693)
    + test: add verify_clean_boot() calls alongside verify_clean_log() (#5671)
    + test: add deprecation support to verify_clean_boot (#5671)
    + doc: remove misleading warning (#5681)
    + chore: Prefer other methods over $INSTANCE_ID (#5661)
    + ci: fix packaging test when no patches (#5680)
    + chore: fix tip-ruff and update to latest version (#5676)
    + chore: make ansible test serial (#5677)
    + feat(ec2): Bump url_max_timeout to 240s from 120s. (#5565)
    [Robert Nickel]
    + chore: fix typo in requirements.txt (#5637)
    + feat: make pyserial an optional dependency (#5637)
    + chore: bump ci dependency versions (#5660)
    + chore: drop broken optimization (#5666)
    24.3.1
    + test: add test coverage for iproute2 commands (#5651)
    + fix(netops): fix ip addr flush command (#5651) (GH: 5648)
    24.3
    + docs: Clarify v2 set-name behavior (#5639)
    + fix: properly handle blank lines in fstab (#5643)
    + fix: cc_user_groups incorrectly assumes "useradd" never locks password
    field (#5355) [dermotbradley]
    + tests: assert cloud-init user-data cert is the only root cert (#5641)
    + feat: add automation for ubuntu/* branches asserting quilt patches apply
    (#5622)
    + fix(sources/wsl): no error with empty .cloud-init dir (SC-1862) (#5633)
    + feat(azure): add PPS support for azure-proxy-agent (#5601)
    [Ksenija Stanojevic]
    + fix(tests): use instance.clean/restart instead of clean --reboot (#5636)
    + test: fix cmd/test_schema int test (#5629)
    + test: fix test_honor_cloud_dir int test (#5627)
    + docs: alphabetize dsname lookup table. update comment to create the csv
    (#5624)
    + docs: new datasources should update reference/ds_dsname_map (#5624)
    + test: fix ca_certs int test (#5626)
    + chore: update schema docs to use RST bold for config key names (#5562)
    + fix(doc): italics around deprecation prefix, description bolds key names
    (#5562)
    + feat(doc): add env vars to debug config module doc builds (#5562)
    + fix(doc): doc of nested objects under JSON schema items.oneOf (#5562)
    + fix(doc): object type check if patternProperties or properties (#5562)
    + doc(schema): schema descriptions should end with trailing stop (#5562)
    + fix(wsl): Properly assemble multipart data (#5538) [Carlos Nihelton]
    + feat: collect-logs improvements (#5619)
    + tests: fix test_ca_certs.py for gcp (#5621)
    + fix(nm): Ensure bond property name formatting matches schema definition
    (#5383) [Curt Moore]
    + Update behavior of base bond interface with NetworkManager (#5385)
    [Curt Moore]
    + ci: Drop Python 3.6 and 3.7 (#5607)
    + chore(black): Bump version (#5607)
    + chore(mypy): Fix failures on newer versions of mypy (#5607)
    + chore(tox.ini): Simplify configuration, fix minor bugs (#5607)
    + chore(mypy): Lint log module (#5607)
    + fix(systemd): Correct location of installed drop-in files(#5615)
    [Noah Meyerhans]
    + fix(btrfs): Version parsing (#5618)
    + docs: Remove unnecessary section, add feature flag page (#5617)
    + docs: Drop Python 3.6 and 3.7 support (#5617)
    + chore: explain other use of oauth (#5616)
    + chore(actions): add doc label for any doc related subdir file matches
    (#5602)
    + doc: Add misc links, improve wording (#5595)
    + doc(boot): Make first boot a dedicated page (#5595)
    + doc: Describe all stages in a single process (#5595)
    + chore: Deprecate old commands in help output (#5595)
    + chore: add comment explaining the NetworkManager may-fail setting
    (#5598) [Ani Sinha]
    + Revert "fix(vmware): Set IPv6 to dhcp when there is no IPv6 addr
    (#5471)" (#5596) [PengpengSun]
    + fix: read_optional_seed to set network-config when present (#5593)
    + feat(snap): avoid refresh on package_upgrade: true and refresh.hold
    (#5426)
    + fix: Fix tests which have outdated strings (#5585)
    + fix: Fix ftp failures (#5585)
    + doc: improve integration testing configuration instructions (#5556)
    [Alec Warren]
    + azure: check azure-proxy-agent status (#5138) [Ksenija Stanojevic]
    + refactor: refactor and fix mypy in DataSourceIBMCloud.py (#5509)
    [Alec Warren]
    + fix: Update default LXD meta-data with user meta-data (#5584)
    + chore: Fix log message in url_helper.py (#5583)
    + fix: nocloud no fail when network-config absent (#5580)
    + feat: Single process optimization (#5489)
    + chore: Add helper, refactor utilities into separate module (#5573)
    + refactor: update handle function of cc_mounts (#5498)
    + fix: Integration tests (#5576)
    + fix(NoCloudNet): Add network-config support (#5566)
    + feat: Eliminate redundant configuration reads (#5536)
    + fix(actions): correct typo in cloudinit/config/schemas/ match (#5570)
    + fix: add host template for AOSC (#5557) [Yuanhang Sun]
    + chore(debian): Remove vestigial postinst and preinst code (#5569)
    + fix(actions): doc labeler needs all clause instead of default any (#5568)
    + docs: Overhaul user data formats documentation (#5551)
    + chore: Deprecate ENI as an input configuration format (#5561)
    + doc: improve drop-in custom modules (#5548)
    + doc(NoCloud): Categorize the different configuration types (#5521)
    + doc(autoinstall): Remove incorrect statements, be more direct (#5545)
    + chore: remove unneeded doc-lint tox env config (#5547)
    + fix(doc-spelling): config spelling_word_list_filename (#5547)
    + doc(modules): add section to wrap modules' doc (#5550)
    + doc: Update docs on boothooks (#5546)
    + fix: doc auto label to consider schema json changes as doc PRs (#5543)
    + feat(schema): add chef_license schema enum (#5543)
    + doc: add diagram with boot stages (#5539)
    + docs: improve qemu command line (#5540) [Christian Ehrhardt]
    + fix: auto label doc PRs (#5542)
    + fix(wsl): Put back the "path" argument to wsl_path in ds-identify
    + (#5537) [Carlos Nihelton]
    + test: fix test_kernel_command_line_match (#5529)
    + test: fix no ds cache tests (#5529)
    + fix(azurelinux): Change default usr_lib_exec path (#5526) [Minghe Ren]
    + feat: Support URI sources in `write_files` module (#5505)
    [Lucas Ritzdorf]
    + add openeuler to distros in cc_spacewalk.py (#5530) [sxt1001]
    + feat(wsl): Special handling Landscape client config tags (#5460)
    [Carlos Nihelton]
    + chore: Deprecate partially supported system config (#5515)
    + chore: Improve detection logging for user clarity (#5515)
    + fix(ds-identify): Detect nocloud when seedfrom url exists (#5515)
    + refactor: logs.py add typing and small misc refactors (#5414)
    + refactor: logs.py pathlib changes (#5414)
    + refactor: replace verbosity with log levels in logs.py (#5414)
    + feat: Add trace-level logger (#5414)
    + chore(formatting): fix squashed commit test formatting (#5524)
    + fix: Clean cache if no datasource fallback (#5499)
    + Support setting mirrorlist in yum repository config (#5522) [Ani Sinha]
    + doc(OFV): Document how to configure cloud-init (#5519)
    + fix: Update DNS behavior for NetworkManager interfaces (#5496)
    [Curt Moore]
    + Fix configuration of DNS servers via OpenStack (#5384) [Curt Moore]
    + test: Unconditionally skip test_multi_nic_hotplug_vpc (#5503)
    + tests: revert expectation of exit 2 from cloud-init init --local (#5504)
    + fix(test): Fix ip printer for non-lxd (#5488)
    + feat(systemd): convert warning level message to deprecation (#5209)
    + test: allow verify_clean_boot to ignore all or specific tracebacks
    (#5209)
    + test: Don't fail tests which call cloud-init as a command (#5209)
    + feat(systemd): Warn user of unexpected run mode (#5209)
    + fix: add schema rules for 'baseurl' and 'metalink' in yum repo config
    (#5501) [Ani Sinha]
    + Set MTU for bond parent interface (#5495) [Curt Moore]
    + refactor: util.mounts to handle errors (#5490)
    + refactor: util.get_proc_env to work with strs (#5490)
    + typing: fix check_untyped_defs in cloudinit.util (#5490)
    + test: Add missing assert to test_status.py (#5494)
    + test: Ensure mkcert executable in ftp tests (#5493)
    + test: pytestify and cleanup test_cc_mounts.py (#5459)
    + fix(vmware): Set IPv6 to dhcp when there is no IPv6 addr (#5471)
    [PengpengSun]
    + fix(openbsd): fix mtu on newline in hostname files (#5412) [Tobias Urdin]
    + feat(aosc): Add 'AOSC OS' support (#5310) [Yuanhang Sun]
    24.2
    + test: Fix no default user in test_status.py (#5478)
    + fix: correct deprecated_version=22.2 for users.sudo
    + test: Add jsonschema guard in test_cc_ubuntu_pro.py (#5479)
    + fix(test): Fix pycloudlib types in integration tests (#5350)
    + fix(test): Fix ip printing for non-lxd instances (#5350)
    + chore(mypy): Drop unused missing import exclusions (#5350)
    + type: Add stub types for network v1/v2 config (#5350)
    + chore: Auto-format network jsonschema in ci (#5350)
    + fix(tox): Update tox.ini (#5350)
    + chore(typing): Remove type ignores and casts (#5350)
    + refactor(typing): Remove unused code paths (#5350)
    + fix(typing): Add / update type annotations (#5350)
    + fix(typing): Remove type annotation for unused variable (#5350)
    + fix(typing): Remove invalid type annotations (#5350)
    + ci(mypy): Set default follow_imports value (#5350)
    + test: Update integration tests to pass on focal (#5476)
    + tests: update ubuntu_pro test to account for info-level deprecations
    (#5475)
    + tests: update nocloud deprecation test for boundary version (#5474)
    + fix(rh_subscription): add string type to org (#5453)
    + tests: integration tests aware of features.DEPRECATION_INFO_BOUNDARY
    + tests: update keyserver PPA key fur curtin-dev (#5472)
    + test: Fix deprecation test failures (#5466)
    + chore: fix schema.py formatting (#5465)
    + fix: dont double-log deprecated INFOs (#5465)
    + fix(test): Mock version boundary (#5464)
    + fix(schema): Don't report changed keys as deprecated (#5464)
    + test: fix unit test openstack vlan mac_address (#5367)
    + fix: Ensure properties for bonded interfaces are properly translated
    (#5367) [Curt Moore]
    + fix(schema): permit deprecated hyphenated keys under users key (#5456)
    + fix: Do not add the vlan_mac_address field into the VLAN object (#5365)
    [Curt Moore]
    + doc(refactor): Convert module docs to new system (#5427) [Sally]
    + test: Add unit tests for features.DEPRECATION_INFO_BOUNDARY (#5411)
    + feat: Add deprecation boundary support to schema validator (#5411)
    + feat: Add deprecation boundary to logger (#5411)
    + fix: Gracefully handle missing files (#5397) [Curt Moore]
    + test(openstack): Test bond mac address (#5369)
    + fix(openstack): Fix bond mac_address (#5369) [Curt Moore]
    + test: Add ds-identify integration test coverage (#5394)
    + chore(cmdline): Update comments (#5458)
    + fix: Add get_connection_with_tls_context() for requests 2.32.2+ (#5435)
    [eaglegai]
    + fix(net): klibc ipconfig PROTO compatibility (#5437)
    [Alexsander de Souza] (LP: #2065787)
    + Support metalink in yum repository config (#5444) [Ani Sinha]
    + tests: hard-code curtin-dev ppa instead of canonical-kernel-team (#5450)
    + ci: PR update checklist GH- anchors to align w/ later template (#5449)
    + test: update validate error message in test_networking (#5436)
    + ci: Add PR checklist (#5446)
    + chore: fix W0105 in t/u/s/h/test_netlink.py (#5409)
    + chore(pyproject.toml): migrate to booleans (#5409)
    + typing: add check_untyped_defs (#5409)
    + fix(openstack): Append interface / scope_id for IPv6 link-local metadata
    address (#5419) [Christian Rohmann]
    + test: Update validation error in test_cli.py test (#5430)
    + test: Update schema validation error in integration test (#5429)
    + test: bump pycloudlib to get azure oracular images (#5428)
    + fix(azure): fix discrepancy for monotonic() vs time() (#5420)
    [Chris Patterson]
    + fix(pytest): Fix broken pytest gdb flag (#5415)
    + fix: Use monotonic time (#5423)
    + docs: Remove mention of resolv.conf (#5424)
    + perf(netplan): Improve network v1 -> network v2 performance (#5391)
    + perf(set_passwords): Run module in Network stage (#5395)
    + fix(test): Remove temporary directory side effect (#5416)
    + Improve schema validator warning messages (#5404) [Ani Sinha]
    + feat(sysconfig): Add DNS from interface config to resolv.conf (#5401)
    [Ani Sinha]
    + typing: add no_implicit_optional lint (#5408)
    + doc: update examples to reflect alternative ways to provide `sudo`
    option (#5418) [Ani Sinha]
    + fix(jsonschema): Add missing sudo definition (#5418)
    + chore(doc): migrate cc modules i through r to templates (#5313)
    + chore(doc): migrate grub_dpkg to tmpl add changed/deprecation (#5313)
    + chore(json): migrate cc_apt_configure and json schema indents (#5313)
    + chore(doc): migrate ca_certs/chef to template, flatten schema (#5313)
    + chore(doc): migrate cc_byobu to templates (#5313)
    + chore(doc): migrate cc_bootcmd to templates (#5313)
    + fix(apt): Enable calling apt update multiple times (#5230)
    + chore(VMware): Modify section of instance-id in the customization config
    (#5356) [PengpengSun]
    + fix(treewide): Remove dead code (#5332) [Shreenidhi Shedi]
    + doc: network-config v2 ethernets are of type object (#5381) [Malte Poll]
    + Release 24.1.7 (#5375)
    + fix(azure): url_helper: specify User-Agent when using headers_cb with
    readurl() (#5298) [Ksenija Stanojevic]
    + fix: Stop attempting to resize ZFS in cc_growpart on Linux (#5370)
    + doc: update docs adding YAML 1.1 spec and jinja template references
    + fix(final_message): do not warn on datasourcenone when single ds
    + fix(growpart): correct growpart log message to include value of mode
    + feat(hotplug): disable hotplugd.socket (#5058)
    + feat(hotlug): trigger hotplug after cloud-init.service (#5058)
    + test: add function to push and enable systemd units (#5058)
    + test(util): fix wait_until_cloud_init exit code 2 (#5058)
    + test(hotplug): fix race getting ipv6 (#5271)
    + docs: Adjust CSS to increase font weight across the docs (#5363) [Sally]
    + fix(ec2): Correctly identify netplan renderer (#5361)
    + tests: fix expect logging from growpart on devent with partition (#5360)
    + test: Add v2 test coverage to test_net.py (#5247)
    + refactor: Simplify collect_logs() in logs.py (#5268)
    + fix: Ensure no subp from logs.py import (#5268)
    + tests: fix integration tests for ubuntu pro 32.3 release (#5351)
    + tests: add oracular's hello package for pkg upgrade test (#5354)
    + growpart: Fix behaviour for ZFS datasets (#5169) [Mina Galić]
    + device_part_info: do not recurse if we did not match anything (#5169)
    [Mina Galić]
    + feat(alpine): add support for Busybox adduser/addgroup (#5176)
    [dermotbradley]
    + ci: Move lint tip and py3-dev jobs to daily (#5347)
    + fix(netplan): treat netplan warnings on stderr as debug for cloud-init
    (#5348)
    + feat(disk_setup): Add support for nvme devices (#5263)
    + fix(log): Do not warn when doing requested operation (#5263)
    + Support sudoers in the "/usr/usr merge" location (#5161)
    [Robert Schweikert]
    + doc(nocloud): Document network-config file (#5204)
    + fix(netplan): Fix predictable interface rename issue (#5339)
    + cleanup: Don't execute code on import (#5295)
    + fix(net): Make duplicate route add succeed. (#5343)
    + fix(freebsd): correct configuration of IPv6 routes (#5291) [Théo Bertin]
    + fix(azure): disable use-dns for secondary nics (#5314)
    + chore: fix lint failure (#5320)
    + Update pylint version to support python 3.12 (#5338) [Ani Sinha]
    + fix(tests): use regex to avoid focal whitespace in jinja debug test
    (#5335)
    + chore: Add docstrings and types to Version class (#5262)
    + ci(mypy): add type-jinja2 stubs (#5337)
    + tests(alpine): github trust lxc mounted source dir cloud-init-ro (#5329)
    + test: Add oracular release to integration tests (#5328)
    + Release 24.1.6 (#5326)
    + test: Fix failing test_ec2.py test (#5324)
    + fix: Check renderer for netplan-specific code (#5321)
    + docs: Removal of top-level --file breaking change (#5308)
    + fix: typo correction of delaycompress (#5317)
    + docs: Renderers/Activators have downstream overrides (#5322)
    + fix(ec2): Ensure metadata exists before configuring PBR (#5287)
    + fix(lxd): Properly handle unicode from LXD socket (#5309)
    + docs: Prefer "artifact" over "artefact" (#5311) [Arthur Le Maitre]
    + chore(doc): migrate cc_byobu to templates
    + chore(doc): migrate cc_bootcmd to templates
    + chore(doc): migrate apt_pipelining and apk_configure to templates
    + tests: in_place mount module-docs into lxd vm/container
    + feat(docs): generate rtd module schema from rtd/module-docs
    + feat: Set RH ssh key permissions when no 'ssh_keys' group (#5296)
    [Ani Sinha]
    + test: Avoid circular import in Azure tests (#5280)
    + test: Fix test_failing_userdata_modules_exit_codes (#5279)
    + chore: Remove CPY check from ruff (#5281)
    + chore: Clean up docstrings
    + chore(ruff): Bump to version 0.4.3
    + feat(systemd): Improve AlmaLinux OS and CloudLinux OS support (#5265)
    [Elkhan Mammadli]
    + feat(ca_certs): Add AlmaLinux OS and CloudLinux OS support (#5264)
    [Elkhan Mammadli]
    + docs: cc_apt_pipelining docstring typo fix (#5273) [Alex Ratner]
    + feat(azure): add request identifier to IMDS requests (#5218)
    [Ksenija Stanojevic]
    + test: Fix TestFTP integration test (#5237) [d1r3ct0r]
    + feat(ifconfig): prepare for CIDR output (#5272) [Mina Galić]
    + fix: stop manually dropping dhcp6 key in integration test (#5267)
    [Alec Warren]
    + test: Remove some CiTestCase tests (#5256)
    + fix: Warn when signal is handled (#5186)
    + fix(snapd): ubuntu do not snap refresh when snap absent (LP: #2064300)
    + feat(landscape-client): handle already registered client (#4784)
    [Fabian Lichtenegger-Lukas]
    + doc: Show how to debug external services blocking cloud-init (#5255)
    + fix(pdb): Enable running cloud-init under pdb (#5217)
    + chore: Update systemd description (#5250)
    + fix(time): Harden cloud-init to system clock changes
    + fix: Update analyze timestamp uptime
    + fix(schema): no network validation on netplan systems without API
    + fix(mount): Don't run cloud-init.service if cloud-init disabled (#5226)
    + fix(ntp): Fix AlmaLinux OS and CloudLinux OS support (#5235)
    [Elkhan Mammadli]
    + tests: force version of cloud-init from PPA regardless of version (#5251)
    + ci: Print isort diff (#5242)
    + test: Fix integration test dependencies (#5248)
    + fix(ec2): Fix broken uuid match with other-endianness (#5236)
    + fix(schema): allow networkv2 schema without top-level key (#5239)
    [Cat Red]
    + fix(cmd): Do not hardcode reboot command (#5208)
    + test: Run Alpine tests without network (#5220)
    + docs: Add base config reference from explanation (#5241)
    + docs: Remove preview from WSL tutorial (#5225)
    + chore: Remove broken maas code (#5219)
    + feat(WSL): Add support for Ubuntu Pro configs (#5116) [Ash]
    + chore: sync ChangeLog and version.py from 24.1.x (#5228)
    + bug(package_update): avoid snap refresh in images without snap command
    (LP: #2064132)
    + ci: Skip package build on tox runs (#5210)
    + chore: Fix test skip message
    + test(ec2): adopt pycloudlib public ip creation while launching instances
    + test(ec2): add ipv6 testing for multi-nic instances
    + test(ec2): adopt pycloudlib enable_ipv6 while launching instances
    + feat: tool to print diff between netplan and networkv2 schema (#5200)
    [Cat Red]
    + test: mock internet access in test_upgrade (#5212)
    + ci: Add timezone for alpine unit tests (#5216)
    + fix: Ensure dump timestamps parsed as UTC (#5214)
    + docs: Add WSL tutorial (#5206)
    + feature(schema): add networkv2 schema (#4892) [Cat Red]
    + Add alpine unittests to ci (#5121)
    + test: Fix invalid openstack datasource name (#4905)
    + test: Fix MAAS test and mark xfail (#4905)
    + chore(ds-identify): Update shellcheck ignores (#4905)
    + fix(ds-identify): Prevent various false positives and false negatives
    (#4905)
    + Use grep for faster parsing of cloud config in ds-identify (#4905)
    [Scott Moser] (LP: #2030729)
    + tests: validate netplan API YAML instead of strict content (#5195)
    + chore(templates): update ubuntu universe wording (#5199)
    + Deprecate the users ssh-authorized-keys property (#5162)
    [Anders Björklund]
    + doc(nocloud): Describe ftp and ftp over tls implementation (#5193)
    + feat(net): provide network config to netplan.State for render (#4981)
    + docs: Add breaking datasource identification changes (#5171)
    + fix(openbsd): Update build-on-openbsd python dependencies (#5172)
    [Hyacinthe Cartiaux]
    + fix: Add subnet ipv4/ipv6  to network schema (#5191)
    + docs: Add deprecated system_info to schema (#5168)
    + docs: Add DataSourceNone documentation (#5165)
    + test: Skip test if console log is None (#5188)
    + fix(dhcp): Enable interactively running cloud-init init --local (#5166)
    + test: Update message for netplan apply dbus issue
    + test: install software-properties-common if absent during PPA setup
    + test: bump pycloudlib to use latest version
    + test: Update version of hello package installed on noble
    + test: universally ignore netplan apply dbus issue (#5178)
    + chore: Remove obsolete nose workaround
    + feat: Add support for FTP and FTP over TLS (#4834)
    + feat(opennebula): Add support for posix shell
    + test: Make analyze tests not depend on GNU date
    + test: Eliminate bash dependency from subp tests
    + docs: Add breaking changes section to reference docs (#5147) [Cat Red]
    + util: add log_level kwarg for logexc() (#5125) [Chris Patterson]
    + refactor: Make device info part of distro definition (#5067)
    + refactor: Distro-specific growpart code (#5067)
    + test(ec2): fix mocking with responses==0.9.0 (focal) (#5163)
    + chore(safeyaml): Remove unicode helper for Python2 (#5142)
    + Revert "test: fix upgrade dhcp6 on ec2 (#5131)" (#5148)
    + refactor(net): Reuse netops code
    + refactor(iproute2): Make expressions multi-line for legibility
    + feat(freebsd): support freebsd find part by gptid and ufsid (#5122)
    [jinkangkang]
    + feat: Determining route metric based on NIC name (#5070) [qidong.ld]
    + test: Enable profiling in integration tests (#5130)
    + dhcp: support configuring static routes for dhclient's unknown-121
    option (#5146) [Chris Patterson]
    + feat(azure): parse ProvisionGuestProxyAgent as bool (#5126)
    [Ksenija Stanojevic]
    + fix(url_helper): fix TCP connection leak on readurl() retries (#5144)
    [Chris Patterson]
    + test: pytest-ify t/u/sources/test_ec2.py
    + Revert "ec2: Do not enable dhcp6 on EC2 (#5104)" (#5145) [Major Hayden]
    + fix: Logging sensitive data
    + test: Mock ds-identify systemd path (#5119)
    + fix(dhcpcd): Make lease parsing more robust (#5129)
    + test: fix upgrade dhcp6 on ec2 (#5131)
    + net/dhcp: raise InvalidDHCPLeaseFileError on error parsing dhcpcd lease
    (#5128) [Chris Patterson]
    + fix: Fix runtime file locations for cloud-init (#4820)
    + ci: fix linkcheck.yml invalid yaml (#5123)
    + net/dhcp: bump dhcpcd timeout to 300s (#5127) [Chris Patterson]
    + ec2: Do not enable dhcp6 on EC2 (#5104) [Major Hayden]
    + fix: Fall back to cached local ds if no valid ds found (#4997)
    [PengpengSun]
    + ci: Make linkcheck a scheduled job (#5118)
    + net: Warn when interface rename fails
    + ephemeral(dhcpcd): Set dhcpcd interface down
    + Release 24.1.3
    + chore: Handle all level 1 TiCS security violations (#5103)
    + fix: Always use single datasource if specified (#5098)
    + fix(tests): Leaked mocks (#5097)
    + fix(rhel)!: Fix network boot order in upstream cloud-init
    + fix(rhel): Fix network ordering in sysconfig
    + feat: Use NetworkManager renderer by default in RHEL family
    + fix: Allow caret at the end of apt package (#5099)
    + test: Add missing mocks to prevent bleed through (#5082)
    [Robert Schweikert]
    + fix: Ensure network config in DataSourceOracle can be unpickled (#5073)
    + docs: set the home directory using homedir, not home (#5101)
    [Olivier Gayot] (LP: #2047796)
    + fix(cacerts): Correct configuration customizations for Photon (#5077)
    [Christopher McCann]
    + fix(test): Mock systemd fs path for non-systemd distros
    + fix(tests): Leaked subp.which mock
    + fix(networkd): add GatewayOnLink flag when necessary (#4996) [王煎饼]
    + Release 24.1.2
    + test: fix `disable_sysfs_net` mock (#5065)
    + refactor: don't import subp function directly (#5065)
    + test: Remove side effects from tests (#5074)
    + refactor: Import log module rather than functions (#5074)
    + fix: Fix breaking changes in package install (#5069)
    + fix: Undeprecate 'network' in schema route definition (#5072)
    + refactor(ec2): simplify convert_ec2_metadata_network_config
    + fix(ec2): fix ipv6 policy routing
    + fix: document and add 'accept-ra' to network schema (#5060)
    + bug(maas): register the correct DatasourceMAASLocal in init-local
    (#5068) (LP: #2057763)
    + ds-identify: Improve ds-identify testing flexibility (#5047)
    + fix(ansible): Add verify_commit and inventory to ansible.pull schema
    (#5032) [Fionn Fitzmaurice]
    + doc: Explain breaking change in status code (#5049)
    + gpg: Handle temp directory containing files (#5063)
    + distro(freebsd): add_user: respect homedir (#5061) [Mina Galić]
    + doc: Install required dependencies (#5054)
    + networkd: Always respect accept-ra if set (#4928) [Phil Sphicas]
    + chore: ignore all cloud-init_*.tar.gz in .gitignore (#5059)
    + test: Don't assume ordering of ThreadPoolExecutor submissions (#5052)
    + feat: Add new distro 'azurelinux' for Microsoft Azure Linux. (#4931)
    [Dan Streetman]
    + fix(gpg): Make gpg resilient to host configuration changes (#5026)
    + Sync 24.1.1 changelog and version
    + DS VMware: Fix ipv6 addr converter from netinfo to netifaces (#5029)
    [PengpengSun]
    + packages/debian: remove dependency on isc-dhcp-client (#5041)
    [Chris Patterson]
    + test: Allow fake_filesystem to work with TemporaryDirectory (#5035)
    + tests: Don't wait for GCE instance teardown (#5037)
    + fix: Include DataSourceCloudStack attribute in unpickle test (#5039)
    + bug(vmware): initialize new DataSourceVMware attributes at unpickle
    (#5021) (LP: #2056439)
    + fix(apt): Don't warn on apt 822 source format (#5028)
    + fix(atomic_helper.py): ensure presence of parent directories (#4938)
    [Shreenidhi Shedi]
    + fix: Add "broadcast" to network v1 schema (#5034) (LP: #2056460)
    + pro: honor but warn on custom ubuntu_advantage in /etc/cloud/cloud.cfg
    (#5030)
    + net/dhcp: handle timeouts for dhcpcd (#5022) [Chris Patterson]
    + fix: Make wait_for_url respect explicit arguments
    + test: Fix scaleway retry assumptions
    + fix: Make DataSourceOracle more resilient to early network issues
    (#5025) (LP: #2056194)
    + chore(cmd-modules): fix exit code when --mode init (#5017)
    + feat: pylint: enable W0201 - attribute-defined-outside-init
    + refactor: Ensure no attributes defined outside __init__
    + chore: disable attribute-defined-outside-init check in tests
    + refactor: Use _unpickle rather than hasattr() in sources
    + chore: remove unused vendordata "_pure" variables
    + chore(cmd-modules): deprecate --mode init (#5005)
    + tests: drop CiTestCase and convert to pytest
    + bug(tests): mock reads of host's /sys/class/net via get_sys_class_path
    + fix: log correct disabled path in ds-identify (#5016)
    + tests: ec2 dont spend > 1 second retrying 19 times when 3 times will do
    + tests: openstack mock expected ipv6 IMDS
    + bug(wait_for_url): when exceptions occur url is unset, use url_exc
    (LP: #2055077)
    + feat(run-container): Run from arbitrary commitish (#5015)
    + tests: Fix wsl test (#5008)
    + feat(ds-identify): Don't run unnecessary systemd-detect-virt (#4633)
    + chore(ephemeral): add debug log when bringing up ephemeral network
    (#5010) [Alec Warren]
    + release: sync changelog and version (#5011)
    + Cleanup test_net.py (#4840)
    + refactor: remove dependency on netifaces (#4634) [Cat Red]
    + feat: make lxc binary configurable (#5000)
    + docs: update 404 page for new doc site and bug link
    + test(aws): local network connectivity on multi-nics (#4982)
    + test: Make integration test output more useful (#4984)
    From 24.1.7
    + fix(ec2): Correctly identify netplan renderer (#5361)
    From 24.1.6
    + fix(ec2): Ensure metadata exists before configuring PBR (#5287)
    + fix: Check renderer for netplan-specific code (#5321)
    + test: Fix failing test_ec2.py test (#5324)
    From 24.1.5
    + fix(package_update): avoid snap refresh in images without snap command
    (LP: #2064132)
    From 24.1.4
    + fix(dhcpcd): Make lease parsing more robust (#5129)
    + net/dhcp: raise InvalidDHCPLeaseFileError on error parsing dhcpcd lease
    + (#5128) [Chris Patterson]
    + fix: Fix runtime file locations for cloud-init (#4820)
    + net/dhcp: bump dhcpcd timeout to 300s (#5127) [Chris Patterson]
    + net: Warn when interface rename fails
    + ephemeral(dhcpcd): Set dhcpcd interface down
    + test: Remove side effects from tests (#5074)
    + refactor: Import log module rather than functions (#5074)
    From 24.1.3
    + fix: Always use single datasource if specified (#5098)
    + fix: Allow caret at the end of apt package (#5099)
    From 24.1.2
    + test: Don't assume ordering of ThreadPoolExecutor submissions (#5052)
    + refactor(ec2): simplify convert_ec2_metadata_network_config
    + tests: drop CiTestCase and convert to pytest
    + bug(tests): mock reads of host's /sys/class/net via get_sys_class_path
    + fix: Fix breaking changes in package install (#5069)
    + fix: Undeprecate 'network' in schema route definition (#5072)
    + fix(ec2): fix ipv6 policy routing
    + fix: document and add 'accept-ra' to network schema (#5060)
    + bug(maas): register the correct DatasourceMAASLocal in init-local
    (#5068) (LP: #2057763)
    From 24.1.1
    + fix: Include DataSourceCloudStack attribute in unpickle test (#5039)
    + bug(vmware): initialize new DataSourceVMware attributes at unpickle (#5021)
    + fix(apt): Don't warn on apt 822 source format (#5028)
    + fix: Add "broadcast" to network v1 schema (#5034)
    + pro: honor but warn on custom ubuntu_advantage in /etc/cloud/cloud.cfg
    (#5030)
    + net/dhcp: handle timeouts for dhcpcd (#5022)
    + fix: Make wait_for_url respect explicit arguments
    + bug(wait_for_url): when exceptions occur url is unset, use url_exc
    + test: Fix scaleway retry assumptions
    + fix: Make DataSourceOracle more resilient to early network issues (#5025)
    + tests: Fix wsl test (#5008)
    From 24.1
    + fix: Don't warn on vendor directory (#4986)
    + apt: kill spawned keyboxd after gpg cmd interaction
    + tests: upgrade tests should only validate current boot log
    + net/dhcp: fix maybe_perform_dhcp_discovery check for interface=None
    [Chris Patterson]
    + doc(network-v2): fix section nesting levels
    + fix(tests): don't check for clean log on minimal image (#4965) [Cat Red]
    + fix(cc_resize): Don't warn if zpool command not found (#4969)
    (LP: #2055219)
    + feat(subp): Make invalid command warning more user-friendly (#4972)
    + docs: Remove statement about device path matching (#4966)
    + test: Fix xfail to check the dhcp client name (#4971)
    + tests: avoid console prompts when removing gpg on Noble
    + test: fix test_get_status_systemd_failure
    + fix: Remove hardcoded /var/lib/cloud hotplug path (#4940)
    + refactor: Refactor status.py (#4864)
    + test: Use correct lxd network-config keys (#4950)
    + test: limit temp dhcp6 changes to < NOBLE (#4942)
    + test: allow downgrades when install debs (#4941)
    + tests: on noble, expect default /etc/apt/sources.list
    + tests: lxd_vm early boot status test ordered After=systemd-remount-fs
    (#4936)
    + tests: pro integration tests supply ubuntu_advantage until pro v32
    (#4935)
    + feat(hotplug): add cmd to enable hotplug (#4821)
    + test: fix test_combined_cloud_config_json (#4925)
    + test: xfail udhcpc on azure (#4924)
    + feat: Implement the WSL datasource (#4786) [Carlos Nihelton]
    + refactor(openrc):  Improve the OpenRC files (#4916) [dermotbradley]
    + tests: use apt install instead of dpkg -i to install pkg deps
    + tests: inactive module rename ubuntu_advantage to ubuntu_pro
    + test: fix tmpdir in test_cc_apk_configure (#4914)
    + test: fix jsonschema version checking in pro test (#4915)
    + feat(dhcp): Make dhcpcd the default dhcp client (#4912)
    + feat(Alpine) cc_growpart.py: fix handling of /dev/mapper devices (#4876)
    [dermotbradley]
    + test: Retry longer in test_status.py integration test (#4910)
    + test: fix kernel override test (#4913)
    + chore: Rename sysvinit/gentoo directory to sysvinit/openrc (#4906)
    [dermotbradley]
    + doc: update ubuntu_advantage references to pro
    + chore: rename cc_ubuntu_advantage to cc_ubuntu_pro (SC-1555)
    + feat(ubuntu pro): deprecate ubuntu_pro key in favor of ubuntu_advantage
    + feat(schema): support ubuntu_pro key and deprecate ubuntu_advantage
    + test: fix verify_clean_log (#4903)
    + test: limit test_no_hotplug_triggered_by_docker to stable releases
    + tests: generalize warning Open vSwitch warning from netplan apply (#4894)
    + fix(hotplug): remove literal quotes in args
    + feat(apt): skip known /etc/apt/sources.list content
    + feat(apt): use APT deb822 source format by default
    + test(ubuntu-pro): change livepatch to esm-infra
    + doc(ec2): fix metadata urls (#4880)
    + fix: unpin jsonschema and update tests (#4882)
    + distro: add eject FreeBSD code path (#4838) [Mina Galić]
    + feat(ec2): add hotplug as a default network update event (#4799)
    + feat(ec2): support instances with repeated device-number (#4799)
    + feat(cc_install_hotplug): trigger hook on known ec2 drivers (#4799)
    + feat(ec2): support multi NIC/IP setups (#4799)
    + feat(hotplug): hook-hotplug is now POSIX shell add OpenRC init script
    [dermotbradley]
    + test: harden test_dhcp.py::test_noble_and_newer_force_client
    + test: fix test_combined_cloud_config_json (#4868)
    + feat(apport): Disable hook when disabled (#4874)
    + chore: Add pyright ignore comments (#4874)
    + bug(apport): Fix invalid typing (#4874)
    + refactor: Move general apport hook to main branch (#4874)
    + feat(bootspeed)!: cloud-config.service drop After=snapd.seeded
    + chore: update CI package build to oldest supported Ubuntu release focal
    (#4871)
    + test: fix test_cli.test_valid_userdata
    + feat: handle error when log file is empty (#4859) [Hasan]
    + test: fix test_ec2_ipv6
    + fix: Address TIOBE abstract interpretation issues (#4866)
    + feat(dhcp): Make udhcpc use same client id (#4830)
    + feat(dhcp): Support InfiniBand with dhcpcd (#4830)
    + feat(azure): Add ProvisionGuestProxyAgent OVF setting (#4860)
    [Ksenija Stanojevic]
    + test: Bring back dhcp6 integration test changes (#4855)
    + tests: add status --wait blocking test from early boot
    + tests: fix retry decorator to return the func value
    + docs: add create_hostname_file to all hostname user-data examples
    (#4727) [Cat Red]
    + fix: Fix typos (#4850) [Viktor Szépe]
    + feat(dhcpcd): Read dhcp option 245 for azure wireserver (#4835)
    + tests(dhcp): Add udhcpc client to test matrix (#4839)
    + fix: Add types to network v1 schema (#4841)
    + docs(vmware): fixed indentation on example userdata yaml (#4854)
    [Alec Warren]
    + tests: Remove invalid keyword from method call
    + fix: Handle systemctl when dbus not ready (#4842) (LP: #2046483)
    + fix(schema cli): avoid netplan validation on net-config version 1
    + tests: reduce expected reports due to dropped rightscale module
    + tests(net-config): add awareness of netplan on stable Ubuntu
    [Gilbert Gilb's]
    + feat: fall back to cdrom_id eject if eject is not available (#4769)
    [Cat Red]
    + fix(packages/bddeb): restrict debhelper-compat to 12 in focal (#4831)
    + tests: Add kernel commandline test (#4833)
    + fix: Ensure NetworkManager renderer works without gateway (#4829)
    + test: Correct log parsing in schema test (#4832)
    + refactor: Remove cc_rightscale_userdata (#4813)
    + refactor: Replace load_file with load_binary_file to simplify typing
    (#4823)
    + refactor: Add load_text_file function to simplify typing (#4823)
    + refactor: Change variable name for consistent typing (#4823)
    + feat(dhcp): Add support for dhcpcd (#4746)
    + refactor: Remove unused networking code (#4810)
    + test: Add more DNS net tests
    + BREAKING CHANGE: Stop adding network v2 DNS to global DNS
    + doc: update DataSource.default_update_events doc (#4815)
    + chore: do not modify instance attribute (#4815)
    + test: fix mocking leaks (#4815)
    + Revert "ci: Pin pytest<8.0.0. (#4816)" (#4815)
    + test: Update tests for passlib (#4818)
    + fix(net-schema): no warn when skipping schema check on non-netplan
    + feat(SUSE): reboot marker file is written as /run/reboot-needed (#4788)
    [Robert Schweikert]
    + test: Cleanup unwanted logger setup calls (#4817)
    + refactor(cloudinit.util): Modernize error handling, add better warnings
    (#4812)
    + ci: Pin pytest<8.0.0. (#4816)
    + fix(tests): fixing KeyError on integrations tests (#4811) [Cat Red]
    + tests: integration for network schema on netplan systems (#4767)
    + feat(schema): use netplan API to validate network-config (#4767)
    + chore: define CLOUDINIT_NETPLAN_FILE static var (#4767)
    + fix: cli schema config-file option report network-config type (#4767)
    + refactor(azure): replace BrokenAzureDataSource with reportable errors
    (#4807) [Chris Patterson]
    + Fix Alpine and Mariner /etc/hosts templates (#4780) [dermotbradley]
    + tests: revert #4792 as noble images no longer return 2 (#4809) [Cat Red]
    + tests: use client fixture instead of class_client in cleantest (#4806)
    + tests: enable ds-idenitfy xfail test LXD-kvm-not-MAAS-1 (#4808)
    + fix(tests): failing integration tests due to missing ua token (#4802)
    [Cat Red]
    + Revert "Use grep for faster parsing of cloud config in ds-identify
    (#4327)"
    + tests: Demonstrate ds-identify yaml parsing broken
    + tests: add exit 2 on noble from cloud-init status (#4792)
    + fix: linkcheck for ci to ignore scaleway anchor URL (#4793)
    + feat: Update cacerts to support VMware Photon (#4763)
    [Christopher McCann]
    + fix: netplan rendering integrations tests (#4795) [Cat Red]
    + azure: remove cloud-init.log reporting via KVP (#4715) [Chris Patterson]
    + feat(Alpine): Modify ds-identify for Alpine support and add OpenRC
    init.d script (#4785) [dermotbradley]
    + doc: Add DatasourceScaleway documentation (#4773) [Louis Bouchard]
    + fix: packaged logrotate file lacks suffix on ubuntu (#4790)
    + feat(logrotate): config flexibility more backups (#4790)
    + fix(clean): stop warning when running clean command (#4761) [d1r3ct0r]
    + feat: network schema v1 strict on nic name length 15 (#4774)
    + logrotate config (#4721) [Fabian Lichtenegger-Lukas]
    + test: Enable coverage in integration tests (#4682)
    + test: Move unit test helpers to global test helpers (#4682)
    + test: Remove snapshot option from install_new_cloud_init (#4682)
    + docs: fix cloud-init single param docs (#4682)
    + Alpine: fix location of dhclient leases file (#4782) [dermotbradley]
    + test(jsonschema): Pin jsonschema version (#4781)
    + refactor(IscDhclient): discover DHCP leases at distro-provided location
    (#4683) [Phsm Qwerty]
    + feat: datasource check for WSL (#4730) [Carlos Nihelton]
    + test: Update hostname integration tests (#4744)
    + test: Add mantic and noble releases to integration tests (#4744)
    + refactor: Ensure internal DNS state same for v1 and v2 (#4756)
    + feat: Add v2 route mtu rendering to NetworkManager (#4748)
    + tests: stable ubuntu releases will not exit 2 on warnings (#4757)
    + doc(ds-identify): Describe ds-identify irrespective of distro (#4742)
    + fix: relax NetworkManager renderer rules (#4745)
    + fix: fix growpart race (#4618)
    + feat: apply global DNS to interfaces in network-manager  (#4723)
    [Florian Apolloner]
    + feat(apt): remove /etc/apt/sources.list when deb22 preferred (#4740)
    + chore: refactor schema data as enums and namedtuples (#4585)
    + feat(schema): improve CLI message on unprocessed data files (#4585)
    + fix(config): relocate /run to /var/run on BSD (canonical#4677)
    [Mina Galić]
    + fix(ds-identify): relocate /run on *BSD (#4677) [Mina Galić]
    + fix(sysvinit): make code a bit more consistent (#4677) [Mina Galić]
    + doc: Document how cloud-init is, not how it was (#4737)
    + tests: add expected exit 2 on noble from cloud-init status (#4738)
    + test(linkcheck): ignore github md and rst link headers (#4734)
    + test: Update webhook test due to removed cc_migrator module (#4726)
    + fix(ds-identify): Return code 2 is a valid result, use cached value
    + fix(cloudstack): Use parsed lease file for virtual router in cloudstack
    + fix(dhcp): Guard against FileNotFoundError and NameError exceptions
    + fix(apt_configure): disable sources.list if rendering deb822 (#4699)
    (LP: #2045086)
    + docs: Add link to contributing to docs (#4725) [Cat Red]
    + chore: remove commented code (#4722)
    + chore: Add log message when create_hostname_file key is false (#4724)
    [Cat Red]
    + fix: Correct v2 NetworkManager route rendering (#4637)
    + azure/imds: log http failures as warnings instead of info (#4714)
    [Chris Patterson]
    + fix(setup): Relocate libexec on OpenBSD (#4708) [Mina Galić]
    + feat(jinja): better jinja feedback and error catching (#4629)
    [Alec Warren]
    + test: Fix silent swallowing of unexpected subp error (#4702)
    + fix: Move cloud-final.service after time-sync.target (#4610)
    [Dave Jones] (LP: #1951639)
    + feat(log): Make logger name more useful for __init__.py
    + chore: Remove cc_migrator module (#4690)
    + fix(tests): make cmd/devel/tests work on non-GNU [Mina Galić]
    + chore: Remove cmdline from spelling list (#4670)
    + doc: Document boot status meaning (#4670)
    + doc: Set expectations for new datasources (#4670)
    + ci: Show linkcheck broken links in job output (#4670)
    + dmi: Add support for OpenBSD (#4654) [Mina Galić]
    + ds-identify: fake dmidecode support on OpenBSD (#4654) [Mina Galić]
    + ds-identify: add OpenBSD support in uname (#4654) [Mina Galić]
    + refactor: Ensure '_cfg' in Init class is dict (#4674)
    + refactor: Make event scope required in stages.py (#4674)
    + refactor: Remove unused argument (#4674)
    + chore: Move from lintian to a sphinx spelling plugin (#3639)
    + fix(doc): Fix spelling errors found by sphinxcontrib-spelling (#3639)
    + ci: Add Python 3.13 (#4567)
    + Add AlexSv04047 to CLA signers file (#4671) [AlexSv04047]
    + fix(openbsd): services & build tool (#4660) [CodeBleu]
    + tests/unittests: add a new unit test for network manager net activator
    (#4672) [Ani Sinha]
    + Implement DataSourceCloudStack.get_hostname() (#4433) [Phsm Qwerty]
    + net/nm: check for presence of ifcfg files when nm connection files
    are absent (#4645) [Ani Sinha]
    + doc: Overhaul debugging documentation (#4578)
    + doc: Move dangerous commands to dev docs (#4578)
    + doc: Relocate file location docs (#4578)
    + doc: Remove the debugging page (#4578)
    + fix(util): Fix boottime to work on OpenBSD (#4667) [Mina Galić]
    + net: allow dhcp6 configuration from generate_fallback_configuration()
    [Ani Sinha]
    + net/network_manager: do not set "may-fail" to False for both ipv4 and
    ipv6 dhcp [Ani Sinha]
    + feat(subp): Measure subprocess command time (#4606)
    + fix(python3.13): Fix import error for passlib on Python 3.13 (#4669)
    + style(brpm/bddeb): add black and ruff for packages build scripts (#4666)
    + copr: remove TODO.rst from spec file
    + fix(packages/brpm): correct syntax error and typo
    + style(ruff): fix tip target
    + config: Module documentation updates (#4599)
    + refactor(subp): Remove redundant parameter 'env' (#4555)
    + refactor(subp): Remove unused parameter 'target' (#4555)
    + refactor: Remove 'target' boilerplate from cc_apt_configure (#4555)
    + refactor(subp): Re-add return type to subp() (#4555)
    + refactor(subp): Add type information to args (#4555)
    + refactor(subp): Use subprocess.DEVNULL (#4555)
    + refactor(subp): Remove parameter 'combine_capture' (#4555)
    + refactor(subp): Remove unused parameter 'status_cb' (#4555)
    + fix(cli): fix parsing of argparse subcommands (#4559)
    [Calvin Mwadime] (LP: #2040325)
    + chore!: drop support for dsa ssh hostkeys in docs and schema (#4456)
    + chore!: do not generate ssh dsa host keys (#4456) [shixuantong]
    From 23.4.4
    + fix(nocloud): smbios datasource definition
    + tests: Check that smbios seed works
    + fix(source): fix argument boundaries when parsing cmdline (#4825)
    From 23.4.3
    + fix: Handle systemctl when dbus not ready (#4842)
    (LP: #2046483)
    From 23.4.2
    + fix: Handle invalid user configuration gracefully (#4797)
    (LP: #2051147)
    From 23.4.1
    + fix: Handle systemctl commands when dbus not ready (#4681)
    From 23.4
    + tests: datasourcenone use client.restart to block until done (#4635)
    + tests: increase number of retries across reboot to 90 (#4651)
    + fix: Add schema for merge types (#4648)
    + feat: Allow aliyun ds to fetch data in init-local (#4590) [qidong.ld]
    + azure: report failure to eject as error instead of debug (#4643)
    [Chris Patterson]
    + bug(schema): write network-config if instance dir present (#4635)
    + test: fix schema fuzzing test (#4639)
    + Update build-on-openbsd dependencies (#4644) [CodeBleu]
    + fix(test): Fix expected log for ipv6-only ephemeral network (#4641)
    + refactor: Remove metaclass from network_state.py (#4638)
    + schema: non-root fallback to default paths on perm errors (# 4631)
    + fix: Don't loosen the permissions of the log file (#4628)
    + Revert "logging: keep current file mode of log file if its stricter
    than the new mode (#4250)"
    + ephemeral: Handle link up failure for both ipv4 and ipv6  (#4547)
    + fix(main): Don't call logging too early (#4595)
    + fix: Remove Ubuntu-specific kernel naming convention assertion (#4617)
    + fix(log): Do not implement handleError with a self parameter (#4617)
    + fix(log): Don't try to reuse stderr logger (#4617)
    + feat: Standardize logging output to stderr (#4617)
    + chore: Sever unmaintained TODO.rst (#4625)
    + test: Skip failing tests
    + distros: Add suse
    + test: Add default hello package version (#4614)
    + fix(net): Improve DHCPv4 SUSE code, add test
    + net: Fix DHCPv4 not enabled on SUSE in some cases [bin456789]
    + fix(schema): Warn if missing dependency (#4616)
    + fix(cli): main source cloud_config for schema validation (#4562)
    + feat(schema): annotation path for invalid top-level keys (#4562)
    + feat(schema): top-level additionalProperties: false (#4562)
    + test: ensure top-level properties tests will pass (#4562)
    + fix(schema): Add missing schema definitions (#4562)
    + test: Fix snap tests (#4562)
    + azure: Check for stale pps data from IMDS (#4596) [Ksenija Stanojevic]
    + test: Undo dhcp6 integration test changes (#4612)
    + azure: update diagnostic from warning level to debug [Chris Patterson]
    + azure/imds: remove limit for connection errors if route present (#4604)
    + [Chris Patterson]
    + [enhancement]: Add shellcheck to CI (#4488) [Aviral Singh]
    + chore: add conventional commits template (#4593)
    + Revert "net: allow dhcp6 configuration from
    generate_fallback_configuration()" (#4607)
    + azure: workaround to disable reporting IMDS failures on Azure Stack
    [Chris Patterson]
    + cc_apt_pipelining: Update docs, deprecate options (#4571)
    + test: add gh workflows on push to main, update status badges (#4597)
    + util: Remove function abs_join() (#4587)
    + url_helper: Remove unused function retry_on_url_exc() (#4587)
    + cc_resizefs: Add bcachefs resize support (#4594)
    + integration_tests: Support non-Ubuntu distros (#4586)
    + fix(cmdline): fix cmdline parsing with MAC containing cc:
    + azure/errors: include http code in reason for IMDS failure
    [Chris Patterson]
    + tests: cloud-init schema --system does not return exit code 2
    + github: allow pull request to specify desired rebase and merge
    + tests: fix integration test expectations of exit 2 on schema warning
    + tests: fix schema test expected cli output Valid schema <type>
    + fix(schema cli): check raw userdata when processed cloud-config empty
    + azure: report failure to host if ephemeral DHCP secondary NIC (#4558)
    [Chris Patterson]
    + man: Document cloud-init error codes (#4500)
    + Add support for cloud-init "degraded" state (#4500)
    + status.json: Don't override detail key with error condition (#4500)
    + status: Remove duplicated data (#4500)
    + refactor: Rename exported_errors in status.json (#4500)
    + test: Remove stale status.json value (#4500)
    + tools/render-template: Make yaml loading opt-in, fix setup.py (#4564)
    + Add summit digest/trip report to docs (#4561) [Sally]
    + doc: Fix incorrect statement about `cloud-init analyze`
    + azure/imds: ensure new errors are logged immediately when retrying
    (#4468) [Chris Patterson]
    + Clarify boothook docs (#4543)
    + boothook: allow stdout/stderr to emit to cloud-init-output.log
    + summit-notes: add 2023 notes for reference in mailinglist/discourse
    + fix: added mock to stop leaking journalctl that slows down unit test
    (#4556) [Alec Warren]
    + tests: maas test for DataSourceMAASLocal get_data
    + maas tests: avoid using CiTest case and prefer pytest.tmpdir fixture
    + MAAS: Add datasource to init-local timeframe
    + Ensure all tests passed and/or are skipped
    + Support QEMU in integration tests
    + fix(read-dependencies): handle version specifiers containing [~!]
    + test: unpin pytest
    + schema: network-config optional network key. route uses oneOf (#4482)
    + schema: add cloud_init_deepest_matches for best error message (#4482)
    + network: warn invalid cfg add /run/cloud-init/network-config  (#4482)
    + schema: add network-config support to schema subcommand (#4482)
    + Update version number and merge ChangeLog from 23.3.3 into main (#4553)
    + azure: check for primary interface when performing DHCP (#4465)
    [Chris Patterson]
    + Fix hypothesis failure
    + subp: add a log when skipping a file for execution for lack of exe
    permission (#4506) [Ani Sinha]
    + azure/imds: refactor max_connection_errors definition (#4467)
    [Chris Patterson]
    + chore: fix PR template rendering (#4526)
    + fix(cc_apt_configure): avoid unneeded call to apt-install (#4519)
    + comment difference between sysconfig and NetworkManager renderer (#4517)
    [Ani Sinha]
    + Set Debian's default locale to be c.UTF-8 (#4503) (LP: #2038945)
    + Convert test_debian.py to pytest (#4503)
    + doc: fix cloudstack link
    + doc: fix development/contributing.html references
    + doc: hide duplicated links
    + Revert "ds-identify/CloudStack: $DS_MAYBE if vm running on vmware/xen
    (#4281)" (#4511) (LP: #2039453)
    + Fix the missing mcopy argument [Vladimir Pouzanov]
    + tests: Add logging fix (#4499)
    + Update upgrade test to account for dhcp6
    + Remove logging of PPID path (#4502)
    + Make Python 3.12 CI test non-experimental (#4498)
    + ds-identify: exit 2 on disabled state from marker or cmdline (#4399)
    + cloud-init-generator: Various performance optimizations (#4399)
    + systemd: Standardize cloud-init systemd enablement (#4399)
    + benchmark: benchmark cloud-init-generator independent of ds-identify
    (#4399)
    + tests/integration_tests: add cloud-init disablement coverage (#4399)
    + doc: Describe disabling cloud-init using an environment variable (#4399)
    + fix: cloud-init status --wait broken with KERNEL_CMDLINE (#4399)
    + azure/imds: retry on 429 errors for reprovisiondata (#4470)
    [Chris Patterson]
    + cmd: Don't write json status files for non-boot stages (#4478)
    + ds-identify: Allow disable service and override environment (#4485)
    [Mina Galić]
    + Update DataSourceNWCS.py (#4496) [shell-skrimp]
    + Add r00ta to CLA signers file
    + Fix override of systemd_locale_conf in rhel [Jacopo Rota]
    + ci(linkcheck): minor fixes (#4495)
    + integration test fix for deb822 URI format (#4492)
    + test: use a mantic-compatible tz in t/i/m/test_combined.py (#4494)
    + ua: shift CLI command from ua to pro for all interactions
    + pro: avoid double-dash when enabling inviddual services on CLI
    + net: allow dhcp6 configuration from generate_fallback_configuration()
    (#4474) [Ani Sinha]
    + tests: apt re.search to match alternative ordering of installed pkgs
    + apt: doc apt_pkg performance improvement over subp apt-config dump
    + Tidy up contributing docs (#4469) [Sally]
    + [enhancement]: Automatically linkcheck in CI (#4479) [Aviral Singh]
    + Revert allowing pro service warnings (#4483)
    + Export warning logs to status.json (#4455)
    + Fix regression in package installation (#4466)
    + schema: cloud-init schema in early boot or in dev environ (#4448)
    + schema: annotation of nested dicts lists in schema marks (#4448)
    + feat(apport): collect ubuntu-pro logs if ubuntu-advantage.log present
    (#4443)
    + apt_configure: add deb822 support for default sources file (#4437)
    + net: remove the word "on instance boot" from cloud-init generated config
    (#4457) [Ani Sinha]
    + style: Make cloudinit.log functions use snake case (#4449)
    + Don't recommend using cloud-init as a library (#4459)
    + vmware: Fall back to vmtoolsd if vmware-rpctool errs (#4444)
    [Andrew Kutz]
    + azure: add option to enable/disable secondary ip config (#4432)
    + [Ksenija Stanojevic]
    + Allow installing snaps via package_update_upgrade_install module (#4202)
    + docs: Add cloud-init overview/introduction (#4440) [Sally]
    + apt: install software-properties-common when absent but needed (#4441)
    + sources/Azure: Ignore system volume information folder while scanning
    for files in the ntfs resource disk (#4446) [Anh Vo]
    + refactor: Remove unnecessary __main__.py file
    + style: Drop vi format comments
    + cloudinit.log: Use more appropriate exception (#4435)
    + cloudinit.log: Don't configure NullHandler (#4435)
    + commit 6bbbfbbb030831c72b5aa2bba9cb8492f19d56f4
    + cloudinit.log: Remove unnecessary module function and variables (#4435)
    + cloudinit.log: Remove unused getLogger wrapper (#4435)
    + cloudinit.log: Standardize use of cloudinit's logging module (#4435)
    + Remove unnecessary logging wrapper in Cloud class (#4435)
    + integration test: allow pro service warnings (#4447)
    + integration tests: fix mount indentation (#4445)
    + sources/Azure: fix for conflicting reports to platform (#4434)
    [Chris Patterson]
    + docs: link the cloud-config validation service (#4442)
    + Fix pip-managed ansible on pip < 23.0.1 (#4403)
    + Install gnupg if gpg not found (#4431)
    + Add "phsm" as contributor (#4429) [Phsm Qwerty]
    + cc_ubuntu_advantage: do not rely on uaclient.messages module (#4397)
    [Grant Orndorff]
    + tools/ds-identify: match Azure datasource's ds_detect() behavior (#4430)
    [Chris Patterson]
    + Refactor test_apt_source_v1.py to use pytest (#4427)
    + sources: do not override datasource detection if None is in list (#4426)
    [Chris Patterson]
    + feat: check for create_hostname_file key before writing /etc/hostname
    (SC-1588) (#4330) [Cat Red]
    + Pytestify apt config test modules (#4424)
    + upstream gentoo patch (#4422)
    + Work around no instance ip (#4419)
    + Fix typing issues in subp module (#4401)
    + net: fix ipv6_dhcpv6_stateful/stateless/slaac configuration for rhel
    (#4395) [Ani Sinha]
    + Release 23.3.1
    + apt: kill dirmngr/gpg-agent without gpgconf dependency (LP: #2034273)
    + integration tests: fix mount indentation (#4405)
    + Use grep for faster parsing of cloud config in ds-identify (#4327)
    [Scott Moser] (LP: #2030729)
    + doc: fix instructions on how to disable cloud-init from kernel command
    line (#4406) [Ani Sinha]
    + doc/vmware: Update contents relevant to disable_vmware_customization
    [PengpengSun]
    + Bring back flake8 for python 3.6 (#4394)
    + integration tests: Fix cgroup parsing (#4402)
    + summary: Update template parameter descriptions in docs [MJ Moshiri]
    + Log PPID for better debugging (#4398)
    + integration tests: don't clean when KEEP_* flags true (#4400)
    + clean: add a new option to clean generated config files [Ani Sinha]
    + pep-594: drop deprecated pipes module import
    From 23.3.3
    + Fix pip-managed ansible on pip < 23.0.1 (#4403)
    From 23.3.2
    + Revert "ds-identify/CloudStack: $DS_MAYBE if vm running on vmware/xen"
    (#4281) (#4511) (LP: #2039453)
    From 23.3.1
    + apt: kill dirmngr/gpg-agent without gpgconf dependency (LP: #2034273)
    + integration tests: Fix cgroup parsing (#4402)

++++ python-kiwi:

  - Bump version: 10.2.21 → 10.2.22
  - Apply security context on writable root only
    Make sure to perform setfiles only on a writable target. In case
    of a read-only root it is expected that the security context set
    by kiwi in an earlier stage is complete. As there is no way to
    modify data when root is read-only, there is also no way to change
    the security context of any file such that we skip setfiles
    in this case. Should there be a read-only system that has writable
    partitions such as /boot and their content changes while the rest
    of the root system is read-only it is in the responsibility of
    the author of the image description to call setfiles only on
    the affected and still writable files via a custom disk.sh
    script. Along with the fix the respective integration test was
    modified to enable selinux such that this change is actually
    integration tested. This Fixes #2805
  - Docs: fix typo in users.rst

++++ fde-tools:

  - Update to version 0.7.3
    + Detect the supported RSA key size
    + Take snapshot when signing
    + Switch to "--target-platform" when available
    + Allow RPM_MACRO_DIR to be defined during build time
    + Fix naming and disable ccid
    + tpm: fix tpm-present with the newer pcr-oracle
    + firstboot: make "Pass phrase" mandatory
    + firstboot: disable FDE/TPM2 when secure boot is off
    + Conditional helper
    + firstboot: replace the key file path in crypttab
    + firstboot: add more alias bootloader functions
    + firstboot: detect the early reencryption
  - Refresh fde-tools-firstboot-alp-snapshot.patch
  - Drop merged patches
    + fde-tools-bsc1213945-set-rsa-key-size.patch
    + fde-tools-bsc1223771-firstboot-make-Pass-phrase-mandatory.patch
    + fde-tools-bsc1223002-firstboot-disable-ccid.patch
    + fde-tools-bsc1218181-replace-crypttab-key-path.patch
    + fde-tools-bsc1220160-conditional-requires.patch
    + fde-tools-change-rpm-macro-dir.patch
    + fde-tools-bsc1243166-firstboot-disable-tpm2-when-sb-is-off.patch
    + fde-tools-bsc1222970-firstboot-replace-ALP.patch
    + fde-tools-bsc1218390-fix-tpm-present-with-the-newer-pcr-oracle.patch
    + fde-tools-bsc1238593-firstboot-more-bootloader-functions.patch
    + fde-tools-bsc1218390-Switch-to-target-platform-when-available.patch

++++ kernel-default:

  - Update
    patches.suse/md-raid10-wait-barrier-before-returning-discard-request-wi.patch
    (git-fixes CVE-2025-40325 bsc#1241638).
    Updated meta-data, adding CVE# and bsc#
  - commit 7913a06
  - Update
    patches.suse/md-fix-mddev-uaf-while-iterating-all_mddevs-list.patch
    (git-fixes CVE-2025-22126 bsc#1241597).
    Updated meta-data, adding CVE# and bsc#
  - commit f259b1e
  - Update patches.suse/md-raid1-raid10-don-t-ignore-IO-flags.patch
    (git-fixes CVE-2025-22125 bsc#1241596).
    Updated meta-data, adding CVE# and bsc#
  - commit e5ab0f8
  - Move upstreamed tpm patch into sorted section
  - commit 4c354fe
  - misc: pci_endpoint_test: Avoid issue of interrupts remaining
    after request_irq error (CVE-2025-23140 bsc#1242763).
  - commit 7ef87ac
  - Refresh patches.suse/tpm-tis-Double-the-timeout-B-to-4s.patch.
  - commit a661a1f
  - vfs: Add a sysctl for automated deletion of dentry
    (bsc#1240890).
  - commit 8f8225b
  - Sort ITS patches
  - Refresh
    patches.suse/Documentation-x86-bugs-its-Add-ITS-documentation.patch.
  - Refresh
    patches.suse/x86-ibt-Keep-IBT-disabled-during-alternative-patching.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-ITS-safe-indirect-thunk.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-ITS-safe-return-thunk.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-RSB-stuffing-mitigation.patch.
  - Refresh
    patches.suse/x86-its-Add-vmexit-option-to-skip-mitigation-on-some-CPUs.patch.
  - Refresh
    patches.suse/x86-its-Align-RETs-in-BHB-clear-sequence-to-avoid-thunking.patch.
  - Refresh
    patches.suse/x86-its-Enable-Indirect-Target-Selection-mitigation.patch.
  - Refresh
    patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch.
  - Refresh
    patches.suse/x86-its-Use-dynamic-thunks-for-indirect-branches.patch.
  - commit c6710c7
  - arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2 (git-fixes)
  - commit 1edd6ab
  - arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays (git-fixes)
  - commit 182f118
  - arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD (git-fixes)
  - commit 0b208b9

++++ kernel-rt:

  - Update
    patches.suse/md-raid10-wait-barrier-before-returning-discard-request-wi.patch
    (git-fixes CVE-2025-40325 bsc#1241638).
    Updated meta-data, adding CVE# and bsc#
  - commit 7913a06
  - Update
    patches.suse/md-fix-mddev-uaf-while-iterating-all_mddevs-list.patch
    (git-fixes CVE-2025-22126 bsc#1241597).
    Updated meta-data, adding CVE# and bsc#
  - commit f259b1e
  - Update patches.suse/md-raid1-raid10-don-t-ignore-IO-flags.patch
    (git-fixes CVE-2025-22125 bsc#1241596).
    Updated meta-data, adding CVE# and bsc#
  - commit e5ab0f8
  - Move upstreamed tpm patch into sorted section
  - commit 4c354fe
  - misc: pci_endpoint_test: Avoid issue of interrupts remaining
    after request_irq error (CVE-2025-23140 bsc#1242763).
  - commit 7ef87ac
  - Refresh patches.suse/tpm-tis-Double-the-timeout-B-to-4s.patch.
  - commit a661a1f
  - vfs: Add a sysctl for automated deletion of dentry
    (bsc#1240890).
  - commit 8f8225b
  - Sort ITS patches
  - Refresh
    patches.suse/Documentation-x86-bugs-its-Add-ITS-documentation.patch.
  - Refresh
    patches.suse/x86-ibt-Keep-IBT-disabled-during-alternative-patching.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-ITS-safe-indirect-thunk.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-ITS-safe-return-thunk.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-RSB-stuffing-mitigation.patch.
  - Refresh
    patches.suse/x86-its-Add-vmexit-option-to-skip-mitigation-on-some-CPUs.patch.
  - Refresh
    patches.suse/x86-its-Align-RETs-in-BHB-clear-sequence-to-avoid-thunking.patch.
  - Refresh
    patches.suse/x86-its-Enable-Indirect-Target-Selection-mitigation.patch.
  - Refresh
    patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch.
  - Refresh
    patches.suse/x86-its-Use-dynamic-thunks-for-indirect-branches.patch.
  - commit c6710c7
  - arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2 (git-fixes)
  - commit 1edd6ab
  - arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays (git-fixes)
  - commit 182f118
  - arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD (git-fixes)
  - commit 0b208b9

++++ kernel-rt_debug:

  - Update
    patches.suse/md-raid10-wait-barrier-before-returning-discard-request-wi.patch
    (git-fixes CVE-2025-40325 bsc#1241638).
    Updated meta-data, adding CVE# and bsc#
  - commit 7913a06
  - Update
    patches.suse/md-fix-mddev-uaf-while-iterating-all_mddevs-list.patch
    (git-fixes CVE-2025-22126 bsc#1241597).
    Updated meta-data, adding CVE# and bsc#
  - commit f259b1e
  - Update patches.suse/md-raid1-raid10-don-t-ignore-IO-flags.patch
    (git-fixes CVE-2025-22125 bsc#1241596).
    Updated meta-data, adding CVE# and bsc#
  - commit e5ab0f8
  - Move upstreamed tpm patch into sorted section
  - commit 4c354fe
  - misc: pci_endpoint_test: Avoid issue of interrupts remaining
    after request_irq error (CVE-2025-23140 bsc#1242763).
  - commit 7ef87ac
  - Refresh patches.suse/tpm-tis-Double-the-timeout-B-to-4s.patch.
  - commit a661a1f
  - vfs: Add a sysctl for automated deletion of dentry
    (bsc#1240890).
  - commit 8f8225b
  - Sort ITS patches
  - Refresh
    patches.suse/Documentation-x86-bugs-its-Add-ITS-documentation.patch.
  - Refresh
    patches.suse/x86-ibt-Keep-IBT-disabled-during-alternative-patching.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-ITS-safe-indirect-thunk.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-ITS-safe-return-thunk.patch.
  - Refresh
    patches.suse/x86-its-Add-support-for-RSB-stuffing-mitigation.patch.
  - Refresh
    patches.suse/x86-its-Add-vmexit-option-to-skip-mitigation-on-some-CPUs.patch.
  - Refresh
    patches.suse/x86-its-Align-RETs-in-BHB-clear-sequence-to-avoid-thunking.patch.
  - Refresh
    patches.suse/x86-its-Enable-Indirect-Target-Selection-mitigation.patch.
  - Refresh
    patches.suse/x86-its-Enumerate-Indirect-Target-Selection-ITS-bug.patch.
  - Refresh
    patches.suse/x86-its-Use-dynamic-thunks-for-indirect-branches.patch.
  - commit c6710c7
  - arm64: dts: imx8mm-verdin: Link reg_usdhc2_vqmmc to usdhc2 (git-fixes)
  - commit 1edd6ab
  - arm64: errata: Add missing sentinels to Spectre-BHB MIDR arrays (git-fixes)
  - commit 182f118
  - arm64: cputype: Add QCOM_CPU_PART_KRYO_3XX_GOLD (git-fixes)
  - commit 0b208b9

------------------------------------------------------------------
------------------  2025-5-14  -  May 14 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Docs: minor punctuation and grammar fixes
  - Give test-image-overlayroot enough space
  - Allow ext2/ext3 as valid build target
    stat reports the value 'ext2/ext3' which is a valid target
  - Added check_target_dir_on_unsupported_filesystem
    Add runtime check to make sure the selected target directory
    for the image and/or the image rootfs lives on a filesystem
    that provides all required features like extended permissions,
    ACLs or xattrs.

++++ fde-tools:

  - Add fde-tools-bsc1243166-firstboot-disable-tpm2-when-sb-is-off.patch
    to not skip the encryption process when Secure Boot is off
    (bsc#1243166)

++++ kernel-default:

  - netfilter: conntrack: clamp maximum hashtable size to INT_MAX (CVE-2025-21648 bsc#1236142)
  - commit 4d49a39
  - smb: client: fix UAF in decryption with multichannel
    (bsc#1242510, CVE-2025-37750).
  - commit dcd21e8
  - cifs: reduce warning log level for server not advertising
    interfaces (git-fixes).
  - commit d059ffc
  - sch_htb: make htb_deactivate() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_ets: make est_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_qfq: make qfq_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_hfsc: make hfsc_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_drr: make drr_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_htb: make htb_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - commit ca3d2dc
  - KVM: arm64: Change kvm_handle_mmio_return() return polarity
    (git-fixes).
  - Refresh
    patches.suse/KVM-arm64-Don-t-retire-aborted-MMIO-instruction.patch.
  - commit 265ba62

++++ kernel-rt:

  - netfilter: conntrack: clamp maximum hashtable size to INT_MAX (CVE-2025-21648 bsc#1236142)
  - commit 4d49a39
  - smb: client: fix UAF in decryption with multichannel
    (bsc#1242510, CVE-2025-37750).
  - commit dcd21e8
  - cifs: reduce warning log level for server not advertising
    interfaces (git-fixes).
  - commit d059ffc
  - sch_htb: make htb_deactivate() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_ets: make est_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_qfq: make qfq_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_hfsc: make hfsc_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_drr: make drr_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_htb: make htb_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - commit ca3d2dc
  - KVM: arm64: Change kvm_handle_mmio_return() return polarity
    (git-fixes).
  - Refresh
    patches.suse/KVM-arm64-Don-t-retire-aborted-MMIO-instruction.patch.
  - commit 265ba62

++++ kernel-rt_debug:

  - netfilter: conntrack: clamp maximum hashtable size to INT_MAX (CVE-2025-21648 bsc#1236142)
  - commit 4d49a39
  - smb: client: fix UAF in decryption with multichannel
    (bsc#1242510, CVE-2025-37750).
  - commit dcd21e8
  - cifs: reduce warning log level for server not advertising
    interfaces (git-fixes).
  - commit d059ffc
  - sch_htb: make htb_deactivate() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_ets: make est_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_qfq: make qfq_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_hfsc: make hfsc_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_drr: make drr_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - sch_htb: make htb_qlen_notify() idempotent (CVE-2025-37798
    bsc#1242414).
  - commit ca3d2dc
  - KVM: arm64: Change kvm_handle_mmio_return() return polarity
    (git-fixes).
  - Refresh
    patches.suse/KVM-arm64-Don-t-retire-aborted-MMIO-instruction.patch.
  - commit 265ba62

++++ mozilla-nss:

  - update to NSS 3.110
    * bmo#1930806 - FIPS changes need to be upstreamed: force ems policy
    * bmo#1954724 - Prevent excess allocations in sslBuffer_Grow
    * bmo#1953429 - Remove Crl templates from ASN1 fuzz target
    * bmo#1953429 - Remove CERT_CrlTemplate from ASN1 fuzz target
    * bmo#1952855 - Fix memory leak in NSS_CMSMessage_IsSigned
    * bmo#1930807 - NSS policy updates
    * bmo#1951161 - Improve locking in nssPKIObject_GetInstances
    * bmo#1951394 - Fix race in sdb_GetMetaData
    * bmo#1951800 - Fix member access within null pointer
    * bmo#1950077 - Increase smime fuzzer memory limit
    * bmo#1949677 - Enable resumption when using custom extensions
    * bmo#1952568 - change CN of server12 test certificate
    * bmo#1949118 - Part 2: Add missing check in
    NSS_CMSDigestContext_FinishSingle
    * bmo#1949118 - Part 1: Fix smime UBSan errors
    * bmo#1930806 - FIPS changes need to be upstreamed: updated key checks
    * bmo#1951491 - Don't build libpkix in static builds
    * bmo#1951395 - handle `-p all` in try syntax
    * bmo#1951346 - fix opt-make builds to actually be opt
    * bmo#1951346 - fix opt-static builds to actually be opt
    * bmo#1916439 - Remove extraneous assert
  - Removed upstreamed nss-fips-stricter-dh.patch
  - Removed upstreamed nss-reproducible-chksums.patch
  - Added bmo1962556.patch to fix test failures
  - Rebased nss-fips-approved-crypto-non-ec.patch nss-fips-combined-hash-sign-dsa-ecdsa.patch
  - update to NSS 3.109
    * bmo#1939512 - Call BL_Init before RNG_RNGInit() so that special
    SHA instructions can be used if available
    * bmo#1930807 - NSS policy updates - fix inaccurate key policy issues
    * bmo#1945883 - SMIME fuzz target
    * bmo#1914256 - ASN1 decoder fuzz target
    * bmo#1936001 - Part 2: Revert “Extract testcases from ssl gtests
    for fuzzing”
    * bmo#1915155 - Add fuzz/README.md
    * bmo#1936001 - Part 4: Fix tstclnt arguments script
    * bmo#1944545 - Extend pkcs7 fuzz target
    * bmo#1912320 - Extend certDN fuzz target
    * bmo#1944300 - revert changes to HACL* files from bug 1866841
    * bmo#1936001 - Part 3: Package frida corpus script
  - update to NSS 3.108
    * bmo#1923285 - libclang-16 -> libclang-19
    * bmo#1939086 - Turn off Secure Email Trust Bit for Security
    Communication ECC RootCA1
    * bmo#1937332 - Turn off Secure Email Trust Bit for BJCA Global Root
    CA1 and BJCA Global Root CA2
    * bmo#1915902 - Remove SwissSign Silver CA – G2
    * bmo#1938245 - Add D-Trust 2023 TLS Roots to NSS
    * bmo#1942301 - fix fips test failure on windows
    * bmo#1935925 - change default sensitivity of KEM keys
    * bmo#1936001 - Part 1: Introduce frida hooks and script
    * bmo#1942350 - add missing arm_neon.h include to gcm.c
    * bmo#1831552 - ci: update windows workers to win2022
    * bmo#1831552 - strip trailing carriage returns in tools tests
    * bmo#1880256 - work around unix/windows path translation issues
    in cert test script
    * bmo#1831552 - ci: let the windows setup script work without $m
    * bmo#1880255 - detect msys
    * bmo#1936680 - add a specialized CTR_Update variant for AES-GCM
    * bmo#1930807 - NSS policy updates
    * bmo#1930806 - FIPS changes need to be upstreamed: FIPS 140-3 RNG
    * bmo#1930806 - FIPS changes need to be upstreamed: Add SafeZero
    * bmo#1930806 - FIPS changes need to be upstreamed - updated POST
    * bmo#1933031 - Segmentation fault in SECITEM_Hash during pkcs12 processing
    * bmo#1929922 - Extending NSS with LoadModuleFromFunction functionality
    * bmo#1935984 - Ensure zero-initialization of collectArgs.cert
    * bmo#1934526 - pkcs7 fuzz target use CERT_DestroyCertificate
    * bmo#1915898 - Fix actual underlying ODR violations issue
    * bmo#1184059 - mozilla::pkix: allow reference ID labels to begin
    and/or end with hyphens
    * bmo#1927953 - don't look for secmod.db in nssutil_ReadSecmodDB if
    NSS_DISABLE_DBM is set
    * bmo#1934526 - Fix memory leak in pkcs7 fuzz target
    * bmo#1934529 - Set -O2 for ASan builds in CI
    * bmo#1934543 - Change branch of tlsfuzzer dependency
    * bmo#1915898 - Run tests in CI for ASan builds with detect_odr_violation=1
    * bmo#1934241 - Fix coverage failure in CI
    * bmo#1934213 - Add fuzzing for delegated credentials, DTLS short
    header and Tls13BackendEch
    * bmo#1927142 - Add fuzzing for SSL_EnableTls13GreaseEch and
    SSL_SetDtls13VersionWorkaround
    * bmo#1913677 - Part 3: Restructure fuzz/
    * bmo#1931925 - Extract testcases from ssl gtests for fuzzing
    * bmo#1923037 - Force Cryptofuzz to use NSS in CI
    * bmo#1923037 - Fix Cryptofuzz on 32 bit in CI
    * bmo#1933154 - Update Cryptofuzz repository link
    * bmo#1926256 - fix build error from 9505f79d
    * bmo#1926256 - simplify error handling in get_token_objects_for_cache
    * bmo#1931973 - nss doc: fix a warning
    * bmo#1930797 - pkcs12 fixes from RHEL need to be picked up
  - remove obsolete patches
    * nss-fips-safe-memset.patch
    * nss-bmo1930797.patch
  - update to NSS 3.107
    * bmo#1923038 - Remove MPI fuzz targets.
    * bmo#1925512 - Remove globals `lockStatus` and `locksEverDisabled`.
    * bmo#1919015 - Enable PKCS8 fuzz target.
    * bmo#1923037 - Integrate Cryptofuzz in CI.
    * bmo#1913677 - Part 2: Set tls server target socket options in config class
    * bmo#1913677 - Part 1: Set tls client target socket options in config class
    * bmo#1913680 - Support building with thread sanitizer.
    * bmo#1922392 - set nssckbi version number to 2.72.
    * bmo#1919913 - remove Websites Trust Bit from Entrust Root
    Certification Authority - G4.
    * bmo#1920641 - remove Security Communication RootCA3 root cert.
    * bmo#1918559 - remove SecureSign RootCA11 root cert.
    * bmo#1922387 - Add distrust-after for TLS to Entrust Roots.
    * bmo#1927096 - update expected error code in pk12util pbmac1 tests.
    * bmo#1929041 - Use random tstclnt args with handshake collection script
    * bmo#1920466 - Remove extraneous assert in ssl3gthr.c.
    * bmo#1928402 - Adding missing release notes for NSS_3_105.
    * bmo#1874451 - Enable the disabled mlkem tests for dtls.
    * bmo#1874451 - NSS gtests filter cleans up the constucted buffer
    before the use.
    * bmo#1925505 - Make ssl_SetDefaultsFromEnvironment thread-safe.
    * bmo#1925503 - Remove short circuit test from ssl_Init.
  - fix build on loongarch64 (setting it as 64bit arch)
  - Remove upstreamed bmo-1400603.patch
  - Added nss-bmo1930797.patch to fix failing tests in testsuite
  - update to NSS 3.106
    * bmo#1925975 - NSS 3.106 should be distributed with NSPR 4.36.
    * bmo#1923767 - pk12util: improve error handling in p12U_ReadPKCS12File.
    * bmo#1899402 - Correctly destroy bulkkey in error scenario.
    * bmo#1919997 - PKCS7 fuzz target, r=djackson,nss-reviewers.
    * bmo#1923002 - Extract certificates with handshake collection script.
    * bmo#1923006 - Specify len_control for fuzz targets.
    * bmo#1923280 - Fix memory leak in dumpCertificatePEM.
    * bmo#1102981 - Fix UBSan errors for SECU_PrintCertificate and
    SECU_PrintCertificateBasicInfo.
    * bmo#1921528 - add new error codes to mozilla::pkix for Firefox to use.
    * bmo#1921768 - allow null phKey in NSC_DeriveKey.
    * bmo#1921801 - Only create seed corpus zip from existing corpus.
    * bmo#1826035 - Use explicit allowlist for for KDF PRFS.
    * bmo#1920138 - Increase optimization level for fuzz builds.
    * bmo#1920470 - Remove incorrect assert.
    * bmo#1914870 - Use libFuzzer options from fuzz/options/\*.options in CI.
    * bmo#1920945 - Polish corpus collection for automation.
    * bmo#1917572 - Detect new and unfuzzed SSL options.
    * bmo#1804646 - PKCS12 fuzzing target.
  - requires NSPR 4.36
  - update to NSS 3.105
    * bmo#1915792 - Allow importing PKCS#8 private EC keys missing public key
    * bmo#1909768 - UBSAN fix: applying zero offset to null pointer in sslsnce.c
    * bmo#1919577 - set KRML_MUSTINLINE=inline in makefile builds
    * bmo#1918965 - Don't set CKA_SIGN for CKK_EC_MONTGOMERY private keys
    * bmo#1918767 - override default definition of KRML_MUSTINLINE
    * bmo#1916525 - libssl support for mlkem768x25519
    * bmo#1916524 - support for ML-KEM-768 in softoken and pk11wrap
    * bmo#1866841 - Add Libcrux implementation of ML-KEM 768 to FreeBL
    * bmo#1911912 - Avoid misuse of ctype(3) functions
    * bmo#1917311 - part 2: run clang-format
    * bmo#1917311 - part 1: upgrade to clang-format 13
    * bmo#1916953 - clang-format fuzz
    * bmo#1910370 - DTLS client message buffer may not empty be on retransmit
    * bmo#1916413 - Optionally print config for TLS client and server
    fuzz target
    * bmo#1916059 - Fix some simple documentation issues in NSS.
    * bmo#1915439 - improve performance of NSC_FindObjectsInit when
    template has CKA_TOKEN attr
    * bmo#1912828 - define CKM_NSS_ECDHE_NO_PAIRWISE_CHECK_KEY_PAIR_GEN
  - Fix build error under Leap by rebasing nss-fips-safe-memset.patch.
  - update to NSS 3.104
    * bmo#1910071 - Copy original corpus to heap-allocated buffer
    * bmo#1910079 - Fix min ssl version for DTLS client fuzzer
    * bmo#1908990 - Remove OS2 support just like we did on NSPR
    * bmo#1910605 - clang-format NSS improvements
    * bmo#1902078 - Adding basicutil.h to use HexString2SECItem function
    * bmo#1908990 - removing dirent.c from build
    * bmo#1902078 - Allow handing in keymaterial to shlibsign to make
    the output reproducible
    * bmo#1908990 - remove nec4.3, sunos4, riscos and SNI references
    * bmo#1908990 - remove other old OS (BSDI, old HP UX, NCR,
    openunix, sco, unixware or reliantUnix
    * bmo#1908990 - remove mentions of WIN95
    * bmo#1908990 - remove mentions of WIN16
    * bmo#1913750 - More explicit directory naming
    * bmo#1913755 - Add more options to TLS server fuzz target
    * bmo#1913675 - Add more options to TLS client fuzz target
    * bmo#1835240 - Use OSS-Fuzz corpus in NSS CI
    * bmo#1908012 - set nssckbi version number to 2.70.
    * bmo#1914499 - Remove Email Trust bit from ACCVRAIZ1 root cert.
    * bmo#1908009 - Remove Email Trust bit from certSIGN ROOT CA.
    * bmo#1908006 - Add Cybertrust Japan Roots to NSS.
    * bmo#1908004 - Add Taiwan CA Roots to NSS.
    * bmo#1911354 - remove search by decoded serial in
    nssToken_FindCertificateByIssuerAndSerialNumber
    * bmo#1913132 - Fix tstclnt CI build failure
    * bmo#1913047 - vfyserv: ensure peer cert chain is in db for
    CERT_VerifyCertificateNow
    * bmo#1912427 - Enable all supported protocol versions for UDP
    * bmo#1910361 - Actually use random PSK hash type
    * bmo#1911576 - Initialize NSS DB once
    * bmo#1910361 - Additional ECH cipher suites and PSK hash types
    * bmo#1903604 - Automate corpus file generation for TLS client Fuzzer
    * bmo#1910364 - Fix crash with UNSAFE_FUZZER_MODE
    * bmo#1910605 - clang-format shlibsign.c
  - remove obsolete nss-reproducible-builds.patch
  - update to NSS 3.103
    * bmo#1908623 - move list size check after lock acquisition in sftk_PutObjectToList.
    * bmo#1899542 - Add fuzzing support for SSL_ENABLE_POST_HANDSHAKE_AUTH,
    * bmo#1909638 - Follow-up to fix test for presence of file nspr.patch.
    * bmo#1903783 - Adjust libFuzzer size limits
    * bmo#1899542 - Add fuzzing support for SSL_SetCertificateCompressionAlgorithm,
    SSL_SetClientEchConfigs, SSL_VersionRangeSet and SSL_AddExternalPsk
    * bmo#1899542 - Add fuzzing support for SSL_ENABLE_GREASE and
    SSL_ENABLE_CH_EXTENSION_PERMUTATION
  - Add nss-reproducible-builds.patch to make the rpms reproducible,
    by using a hardcoded, static key to generate the checksums (*.chk-files)
  - Updated nss-fips-approved-crypto-non-ec.patch to enforce
    approved curves with the CKK_EC_MONTGOMERY key type (bsc#1224113).
  - update to NSS 3.102.1
    * bmo#1905691 - ChaChaXor to return after the function
  - update to NSS 3.102
    * bmo#1880351 - Add Valgrind annotations to freebl Chacha20-Poly1305.
    * bmo#1901932 - missing sqlite header.
    * bmo#1901080 - GLOBALTRUST 2020: Set Distrust After for TLS and S/MIME.
    * bmo#1615298 - improve certutil keyUsage, extKeyUsage, and nsCertType keyword handling.
    * bmo#1660676 - correct length of raw SPKI data before printing in pp utility.

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 570.153.02 (boo#1243192)

++++ python-cryptography:

  - Update vendor tarball to fix CVE-2025-3416 (bsc#1242631)

++++ ucode-intel:

  - Intel CPU Microcode was updated to the 20250512 release (bsc#1243123)
  - Security updates for [INTEL-SA-01153](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01153.html)
  - CVE-2024-28956: Exposure of Sensitive Information in Shared Microarchitectural Structures during Transient Execution for some Intel Processors may allow an authenticated user to potentially enable information disclosure via local access.
  - Security updates for [INTEL-SA-01244](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01244.html)
  - CVE-2025-20103: Insufficient resource pool in the core management mechanism for some Intel Processors may allow an authenticated user to potentially enable denial of service via local access.
  - CVE-2025-20054: Uncaught exception in the core management mechanism for some Intel Processors may allow an authenticated user to potentially enable denial of service via local access.
  - Security updates for [INTEL-SA-01247](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01247.html)
  - CVE-2024-43420: Exposure of sensitive information caused by shared microarchitectural predictor state that influences transient execution for some Intel Atom processors may allow an authenticated user to potentially enable information disclosure via local access.
  - CVE-2025-20623: Exposure of sensitive information caused by shared microarchitectural predictor state that influences transient execution for some Intel Core processors (10th Generation) may allow an authenticated user to potentially enable information disclosure via local access.
  - CVE-2024-45332: Exposure of sensitive information caused by shared microarchitectural predictor state that influences transient execution in the indirect branch predictors for some Intel Processors may allow an authenticated user to potentially enable information disclosure via local access.
  - Security updates for [INTEL-SA-01322](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01322.html)
  - CVE-2025-24495:  Incorrect initialization of resource in the branch prediction unit for some Intel Core Ultra Processors may allow an authenticated user to potentially enable information disclosure via local access.
  - CVE-2025-20012: Incorrect behavior order for some Intel Core Ultra Processors may allow an unauthenticated user to potentially enable information disclosure via physical access.
  - Update for functional issues. Refer to [Intel Core Ultra 200 V Series Processor (Series2)](https://cdrdv2.intel.com/v1/dl/getContent/834774) for details.
  - Update for functional issues. Refer to [Intel Core Ultra 200 V Series Processor](https://cdrdv2.intel.com/v1/dl/getContent/827538) for details.
  - Update for functional issues. Refer to [Intel Core Ultra Processor](https://cdrdv2.intel.com/v1/dl/getContent/792254) for details.
  - Update for functional issues. Refer to [14th/13th Generation Intel Core Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/740518) for details.
  - Update for functional issues. Refer to [12th Generation Intel Core Processor Family](https://cdrdv2.intel.com/v1/dl/getContent/682436) for details.
  - Update for functional issues. Refer to [11th Gen Intel Core Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/631123) for details.
  - Update for functional issues. Refer to [10th Gen Intel Core Processor Families Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/341079) for details.
  - Update for functional issues. Refer to [10th Gen Intel Core Processor Families Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/615213) for details.
  - Update for functional issues. Refer to [8th and 9th Generation Intel Core Processor Family Spec Update](https://cdrdv2.intel.com/v1/dl/getContent/337346) for details.
  - Update for functional issues. Refer to [6th Gen Intel Xeon Scalable Processors Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/835486) for details.
  - Update for functional issues. Refer to [5th Gen Intel Xeon Processor Scalable Family](https://cdrdv2.intel.com/v1/dl/getContent/793902) for details.
  - Update for functional issues. Refer to [4th Gen Intel Xeon Scalable Processors Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/772415) for details.
  - Update for functional issues. Refer to [3rd Generation Intel Xeon Scalable Processors Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/634897) for details.
  - Update for functional issues. Refer to [3rd Generation Intel Xeon Scalable Processors Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/637780) for details.
  - Update for functional issues. Refer to [2nd Generation Intel Xeon Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/338848) for details.
  - Update for functional issues. Refer to [Intel Xeon 6700-Series Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/820922) for details.
  - Update for functional issues. Refer to [Intel Xeon E-2300 Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/709192) for details.
  - Update for functional issues. Refer to [Intel Xeon D-2700 Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/714071) for details.
  - Update for functional issues. Refer to [Intel Processors and Intel Core i3 N-Series](https://cdrdv2.intel.com/v1/dl/getContent/764616) for details.
  - Update for functional issues. Refer to [Intel Pentium Silver and Intel Celeron Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/336562) for details.
    [#]## New Platforms
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | ARL-U          | A1       | 06-b5-00/80 |          | 0000000a | Core Ultra Processor (Series2)
    | ARL-S/HX (8P)  | B0       | 06-c6-02/82 |          | 00000118 | Core Ultra Processor (Series2)
    | ARL-H          | A1       | 06-c5-02/82 |          | 00000118 | Core Ultra Processor (Series2)
    | GNR-AP/SP      | B0       | 06-ad-01/95 |          | 010003a2 | Xeon Scalable Gen6
    | GNR-AP/SP      | H0       | 06-ad-01/20 |          | 0a0000d1 | Xeon Scalable Gen6
    | LNL            | B0       | 06-bd-01/80 |          | 0000011f | Core Ultra 200 V Series Processor
    [#]## Updated Platforms
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | ADL            | C0       | 06-97-02/07 | 00000038 | 0000003a | Core Gen12
    | ADL            | H0       | 06-97-05/07 | 00000038 | 0000003a | Core Gen12
    | ADL            | L0       | 06-9a-03/80 | 00000436 | 00000437 | Core Gen12
    | ADL            | R0       | 06-9a-04/80 | 00000436 | 00000437 | Core Gen12
    | ADL-N          | N0       | 06-be-00/19 | 0000001c | 0000001d | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
    | AML-Y42        | V0       | 06-8e-0c/94 | 000000fc | 00000100 | Core Gen10 Mobile
    | AZB            | A0/R0    | 06-9a-04/40 | 00000009 | 0000000a | Intel(R) Atom(R) C1100
    | CFL-H          | R0       | 06-9e-0d/22 | 00000102 | 00000104 | Core Gen9 Mobile
    | CLX-SP         | B1       | 06-55-07/bf | 05003707 | 05003901 | Xeon Scalable Gen2
    | CML-H          | R1       | 06-a5-02/20 | 000000fc | 00000100 | Core Gen10 Mobile
    | CML-S102       | Q0       | 06-a5-05/22 | 000000fc | 00000100 | Core Gen10
    | CML-S62        | G1       | 06-a5-03/22 | 000000fc | 00000100 | Core Gen10
    | CML-U42        | V0       | 06-8e-0c/94 | 000000fc | 00000100 | Core Gen10 Mobile
    | CML-U62 V1     | A0       | 06-a6-00/80 | 000000fe | 00000102 | Core Gen10 Mobile
    | CML-U62 V2     | K1       | 06-a6-01/80 | 000000fc | 00000100 | Core Gen10 Mobile
    | CML-Y42        | V0       | 06-8e-0c/94 | 000000fc | 00000100 | Core Gen10 Mobile
    | CPX-SP         | A1       | 06-55-0b/bf | 07002904 | 07002b01 | Xeon Scalable Gen3
    | EMR-SP         | A1       | 06-cf-02/87 | 21000291 | 210002a9 | Xeon Scalable Gen5
    | GLK-R          | R0       | 06-7a-08/01 | 00000024 | 00000026 | Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120
    | ICL-D          | B0       | 06-6c-01/10 | 010002c0 | 010002d0 | Xeon D-17xx, D-27xx
    | ICL-U/Y        | D1       | 06-7e-05/80 | 000000c6 | 000000ca | Core Gen10 Mobile
    | ICX-SP         | Dx/M1    | 06-6a-06/87 | 0d0003f5 | 0d000404 | Xeon Scalable Gen3
    | MTL            | C0       | 06-aa-04/e6 | 00000020 | 00000024 | Core Ultra Processor
    | RKL-S          | B0       | 06-a7-01/02 | 00000063 | 00000064 | Core Gen11
    | RPL-E/HX/S     | B0       | 06-b7-01/32 | 0000012c | 0000012f | Core Gen13/Gen14
    | RPL-H/P/PX 6+8 | J0       | 06-ba-02/e0 | 00004124 | 00004128 | Core Gen13
    | RPL-HX/S       | C0       | 06-bf-02/07 | 00000038 | 0000003a | Core Gen13/Gen14
    | RPL-S          | H0       | 06-bf-05/07 | 00000038 | 0000003a | Core Gen13/Gen14
    | RPL-U 2+8      | Q0       | 06-ba-03/e0 | 00004124 | 00004128 | Core Gen13
    | SPR-HBM        | Bx       | 06-8f-08/10 | 2c0003e0 | 2c0003f7 | Xeon Max
    | SPR-SP         | E4/S2    | 06-8f-07/87 | 2b000620 | 2b000639 | Xeon Scalable Gen4
    | SPR-SP         | E5/S3    | 06-8f-08/87 | 2b000620 | 2b000639 | Xeon Scalable Gen4
    | SRF-SP         | C0       | 06-af-03/01 | 03000330 | 03000341 | Xeon 6700-Series Processors with E-Cores
    | TGL            | B0/B1    | 06-8c-01/80 | 000000b8 | 000000bc | Core Gen11 Mobile
    | TGL-H          | R0       | 06-8d-01/c2 | 00000052 | 00000056 | Core Gen11 Mobile
    | TGL-R          | C0       | 06-8c-02/c2 | 00000038 | 0000003c | Core Gen11 Mobile
    | TWL            | N0       | 06-be-00/19 | 0000001c | 0000001d | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
    | WHL-U          | V0       | 06-8e-0c/94 | 000000fc | 00000100 | Core Gen8 Mobile

------------------------------------------------------------------
------------------  2025-5-13  -  May 13 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix rd.kiwi.oem.luks.reencrypt_randompass workflow
    When requesting a new random key prior reencryption, make
    sure that this new key is referenced in the current in
    memory initrd crypttab such that all subsequent
    tasks e.g. luks resize have permissions to complete while
    inside of this initrd instance

++++ iputils:

  - Security fix [bsc#1242300, CVE-2025-47268]
    * integer overflow in RTT calculation can lead to undefined behavior
    * Add iputils-CVE-2025-47268.patch

++++ kernel-default:

  - net: openvswitch: fix nested key length validation in the set()
    action (CVE-2025-37789 bsc#1242762).
  - commit aa0d4ee
  - netfilter: nft_tunnel: fix geneve_opt type confusion addition
    (CVE-2025-22056 bsc#1241525).
  - commit bfce6d7
  - nvme-pci: add quirk for Samsung PM173x/PM173xa disk
    (bsc#1241148).
  - nvme: Add warning when a partiually unique NID is detected
    (bsc#1241148).
  - nvme: Add 'partial_nid' quirk (bsc#1241148).
  - commit 242af03
  - x86/its: Use dynamic thunks for indirect branches (bsc#1242006 CVE-2024-28956).
  - commit 428e9a8
  - selftests/mm: fix incorrect buffer->mirror size in hmm2
    double_map test (bsc#1242203).
  - commit a065dfc
  - mm: zswap: fix crypto_free_acomp() deadlock in
    zswap_cpu_comp_dead() (CVE-2025-22030 bsc#1241376).
  - commit f3d5b08
  - nvme: fixup scan failure for non-ANA multipath controllers
    (git-fixes).
  - commit fbd0910
  - platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection
    (git-fixes).
  - platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO
    Wujie 14XA (GX4HRXL) (git-fixes).
  - commit fe36676

++++ kernel-rt:

  - net: openvswitch: fix nested key length validation in the set()
    action (CVE-2025-37789 bsc#1242762).
  - commit aa0d4ee
  - netfilter: nft_tunnel: fix geneve_opt type confusion addition
    (CVE-2025-22056 bsc#1241525).
  - commit bfce6d7
  - nvme-pci: add quirk for Samsung PM173x/PM173xa disk
    (bsc#1241148).
  - nvme: Add warning when a partiually unique NID is detected
    (bsc#1241148).
  - nvme: Add 'partial_nid' quirk (bsc#1241148).
  - commit 242af03
  - x86/its: Use dynamic thunks for indirect branches (bsc#1242006 CVE-2024-28956).
  - commit 428e9a8
  - selftests/mm: fix incorrect buffer->mirror size in hmm2
    double_map test (bsc#1242203).
  - commit a065dfc
  - mm: zswap: fix crypto_free_acomp() deadlock in
    zswap_cpu_comp_dead() (CVE-2025-22030 bsc#1241376).
  - commit f3d5b08
  - nvme: fixup scan failure for non-ANA multipath controllers
    (git-fixes).
  - commit fbd0910
  - platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection
    (git-fixes).
  - platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO
    Wujie 14XA (GX4HRXL) (git-fixes).
  - commit fe36676

++++ kernel-rt_debug:

  - net: openvswitch: fix nested key length validation in the set()
    action (CVE-2025-37789 bsc#1242762).
  - commit aa0d4ee
  - netfilter: nft_tunnel: fix geneve_opt type confusion addition
    (CVE-2025-22056 bsc#1241525).
  - commit bfce6d7
  - nvme-pci: add quirk for Samsung PM173x/PM173xa disk
    (bsc#1241148).
  - nvme: Add warning when a partiually unique NID is detected
    (bsc#1241148).
  - nvme: Add 'partial_nid' quirk (bsc#1241148).
  - commit 242af03
  - x86/its: Use dynamic thunks for indirect branches (bsc#1242006 CVE-2024-28956).
  - commit 428e9a8
  - selftests/mm: fix incorrect buffer->mirror size in hmm2
    double_map test (bsc#1242203).
  - commit a065dfc
  - mm: zswap: fix crypto_free_acomp() deadlock in
    zswap_cpu_comp_dead() (CVE-2025-22030 bsc#1241376).
  - commit f3d5b08
  - nvme: fixup scan failure for non-ANA multipath controllers
    (git-fixes).
  - commit fbd0910
  - platform/x86: asus-wmi: Fix wlan_ctrl_by_user detection
    (git-fixes).
  - platform/x86/amd/pmc: Declare quirk_spurious_8042 for MECHREVO
    Wujie 14XA (GX4HRXL) (git-fixes).
  - commit fe36676

++++ open-vm-tools:

  - update to 12.5.2 (bsc#1243106):
    https://github.com/vmware/open-vm-tools/blob/stable-12.5.2/ReleaseNotes.md
    https://github.com/vmware/open-vm-tools/blob/stable-12.5.2/open-vm-tools/ChangeLog
    This release resolves CVE-2025-22247. For more information on this
    vulnerability and its impact on Broadcom products, see
    VMSA-2025-0007
    https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/25683

++++ openSUSE-build-key:

  - added gpg-pubkey-25db7ae0-645bae34.asc: RSA 4k SLE15 Backports key.
  - removed gpg-pubkey-65176565-61a0ee8f.asc: old RSA 2k Backports key.
    (bsc#1243135)

++++ pcr-oracle:

  - Update to 0.5.6
    + rsa: adopt OpenSSL 3.0 API to generate RSA key
    + Drop the code for openSSL < 3.0.0
    + Look for signing authority in alternative database
    (bsc#1241957)
  - Bump the requirement of libopenssl-devel to 3.0.0

------------------------------------------------------------------
------------------  2025-5-12  -  May 12 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add support for new tarball-based WSL format
    With the new image="wsl" type one can build a WSL container
    image that uses the new tarball format. This Fixes #2678
  - Update SL-Micro build test
    For details see: https://build.opensuse.org/request/show/1272418
  - Required read-only-root-fs for SL-Micro test build
    Changes from the SL-Micro team requires adaptions to the
    integration test description
  - Delete fstab.script from SL-Micro test build
    This was only needed when /var was an extra partition, but
    it's a volume with copy-on-write disabled for some time
  - Add systemd-resolved to TW integration tests
    For some reason it's not longer part of the systemd standard
    installation

++++ kernel-default:

  - scsi: core: Clear flags for scsi_cmnd that did not complete
    (git-fixes).
  - commit 3615a18
  - nvme: unblock ctrl state transition for firmware update
    (git-fixes).
  - nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLS
    (git-fixes).
  - nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS
    (git-fixes).
  - nvme-tcp: fix premature queue removal and I/O failover
    (git-fixes).
  - nvme-pci: fix queue unquiesce check on slot_reset (git-fixes).
  - nvmet-fc: put ref when assoc->del_work is already scheduled
    (git-fixes).
  - nvmet-fc: take tgtport reference only once (git-fixes).
  - nvmet-fc: update tgtport ref per assoc (git-fixes).
  - nvmet-fc: inline nvmet_fc_free_hostport (git-fixes).
  - nvmet-fc: inline nvmet_fc_delete_assoc (git-fixes).
  - nvmet-fcloop: add ref counting to lport (git-fixes).
  - nvmet-fcloop: replace kref with refcount (git-fixes).
  - nvme: multipath: fix return value of nvme_available_path
    (git-fixes).
  - nvme: re-read ANA log page after ns scan completes (git-fixes).
  - nvme: requeue namespace scan on missed AENs (git-fixes).
  - nvmet-fcloop: Remove remote port from list when unlinking
    (git-fixes).
  - commit c20709a
  - md/raid10: fix missing discard IO accounting (git-fixes).
  - md/raid10: wait barrier before returning discard request with
    REQ_NOWAIT (git-fixes).
  - md/raid1,raid10: don't ignore IO flags (git-fixes).
  - md: fix mddev uaf while iterating all_mddevs list (git-fixes).
  - md/raid1: fix memory leak in raid1_run() if no active rdev
    (git-fixes).
  - md: ensure resync is prioritized over recovery (git-fixes).
  - md/raid5: implement pers->bitmap_sector() (git-fixes).
  - commit ffbc738
  - scsi: qla2xxx: Remove duplicate struct crb_addr_pair
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused module parameters (bsc#1243090).
  - scsi: qla2xxx: Remove unused qla2x00_gpsc() (bsc#1243090).
  - scsi: qla2xxx: Remove unused ql_log_qp (bsc#1243090).
  - scsi: qla2xxx: Remove unused qla82xx_wait_for_state_change()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qla82xx_pci_region_offset()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qlt_83xx_iospace_config()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qlt_fc_port_deleted()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qlt_free_qfull_cmds()
    (bsc#1243090).
  - scsi: qla2xxx: Fix typos in a comment (bsc#1243090).
  - scsi: qla2xxx: Mark device strings as nonstring (bsc#1243090).
  - commit c83a90b
  - md: preserve KABI in struct md_personality v2 (git-fixes).
    Added to mitigate md-add-a-new-callback-pers-bitmap_sector.patch,
    which was a git-fix.
  - commit f999b84
  - scsi: lpfc: Copyright updates for 14.4.0.9 patches
    (bsc#1242993).
  - scsi: lpfc: Update lpfc version to 14.4.0.9 (bsc#1242993).
  - scsi: lpfc: Create lpfc_vmid_info sysfs entry (bsc#1242993).
  - scsi: lpfc: Avoid potential ndlp use-after-free in
    dev_loss_tmo_callbk (bsc#1242993).
  - scsi: lpfc: Prevent failure to reregister with NVMe transport
    after PRLI retry (bsc#1242993).
  - scsi: lpfc: Restart eratt_poll timer if HBA_SETUP flag still
    unset (bsc#1242993).
  - scsi: lpfc: Notify FC transport of rport disappearance during
    PCI fcn reset (bsc#1242993).
  - scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64
    commands (bsc#1242993).
  - scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology'
    (bsc#1242993).
  - scsi: lpfc: Convert timeouts to secs_to_jiffies() (bsc#1242993).
  - jiffies: Cast to unsigned long in secs_to_jiffies() conversion
    (bsc#1242993).
  - scsi: lpfc: convert timeouts to secs_to_jiffies() (bsc#1242993).
  - jiffies: Define secs_to_jiffies() (bsc#1242993).
  - commit 25c902e
  - bpf: Scrub packet on bpf_redirect_peer (git-fixes).
  - commit b9aeef5
  - powercap: intel_rapl: Fix locking in TPMI RAPL (git-fixes).
  - Refresh patches.kabi/power-cap-kabi-workaround.patch.
  - Refresh
    patches.suse/powercap-intel_rapl-Introduce-APIs-for-PMU-support.patch.
  - commit 7773e64
  - tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
    (git-fixes).
  - commit 813fc9a
  - xsk: Don't assume metadata is always requested in TX completion
    (git-fixes).
  - commit dda0558
  - media: videobuf2: Add missing doc comment for waiting_in_dqbuf
    (git-fixes).
  - commit 75cff49
  - scsi: lpfc: Use memcpy() for BIOS version (bsc#1240966).
  - commit 55b4352
  - check-for-config-changes: Fix flag name typo
  - commit 1046b16
  - usb: typec: class: Invalidate USB device pointers on partner
    unregistration (git-fixes).
  - commit 205050a
  - Revert "rndis_host: Flag RNDIS modems as WWAN devices"
    (git-fixes).
  - commit 01b3feb
  - netfilter: socket: Lookup orig tuple for IPv6 SNAT
    (CVE-2025-22021 bsc#1241282).
  - commit 31e1ce9
  - sched/fair: Fix potential memory corruption in
    child_cfs_rq_on_list (CVE-2025-21919 bsc#1240593).
  - commit d264620
  - Input: xpad - fix two controller table values (git-fixes).
  - Input: mtk-pmic-keys - fix possible null pointer dereference
    (git-fixes).
  - Input: cyttsp5 - ensure minimum reset pulse width (git-fixes).
  - commit bd45eeb

++++ kernel-rt:

  - scsi: core: Clear flags for scsi_cmnd that did not complete
    (git-fixes).
  - commit 3615a18
  - nvme: unblock ctrl state transition for firmware update
    (git-fixes).
  - nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLS
    (git-fixes).
  - nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS
    (git-fixes).
  - nvme-tcp: fix premature queue removal and I/O failover
    (git-fixes).
  - nvme-pci: fix queue unquiesce check on slot_reset (git-fixes).
  - nvmet-fc: put ref when assoc->del_work is already scheduled
    (git-fixes).
  - nvmet-fc: take tgtport reference only once (git-fixes).
  - nvmet-fc: update tgtport ref per assoc (git-fixes).
  - nvmet-fc: inline nvmet_fc_free_hostport (git-fixes).
  - nvmet-fc: inline nvmet_fc_delete_assoc (git-fixes).
  - nvmet-fcloop: add ref counting to lport (git-fixes).
  - nvmet-fcloop: replace kref with refcount (git-fixes).
  - nvme: multipath: fix return value of nvme_available_path
    (git-fixes).
  - nvme: re-read ANA log page after ns scan completes (git-fixes).
  - nvme: requeue namespace scan on missed AENs (git-fixes).
  - nvmet-fcloop: Remove remote port from list when unlinking
    (git-fixes).
  - commit c20709a
  - md/raid10: fix missing discard IO accounting (git-fixes).
  - md/raid10: wait barrier before returning discard request with
    REQ_NOWAIT (git-fixes).
  - md/raid1,raid10: don't ignore IO flags (git-fixes).
  - md: fix mddev uaf while iterating all_mddevs list (git-fixes).
  - md/raid1: fix memory leak in raid1_run() if no active rdev
    (git-fixes).
  - md: ensure resync is prioritized over recovery (git-fixes).
  - md/raid5: implement pers->bitmap_sector() (git-fixes).
  - commit ffbc738
  - scsi: qla2xxx: Remove duplicate struct crb_addr_pair
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused module parameters (bsc#1243090).
  - scsi: qla2xxx: Remove unused qla2x00_gpsc() (bsc#1243090).
  - scsi: qla2xxx: Remove unused ql_log_qp (bsc#1243090).
  - scsi: qla2xxx: Remove unused qla82xx_wait_for_state_change()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qla82xx_pci_region_offset()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qlt_83xx_iospace_config()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qlt_fc_port_deleted()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qlt_free_qfull_cmds()
    (bsc#1243090).
  - scsi: qla2xxx: Fix typos in a comment (bsc#1243090).
  - scsi: qla2xxx: Mark device strings as nonstring (bsc#1243090).
  - commit c83a90b
  - md: preserve KABI in struct md_personality v2 (git-fixes).
    Added to mitigate md-add-a-new-callback-pers-bitmap_sector.patch,
    which was a git-fix.
  - commit f999b84
  - scsi: lpfc: Copyright updates for 14.4.0.9 patches
    (bsc#1242993).
  - scsi: lpfc: Update lpfc version to 14.4.0.9 (bsc#1242993).
  - scsi: lpfc: Create lpfc_vmid_info sysfs entry (bsc#1242993).
  - scsi: lpfc: Avoid potential ndlp use-after-free in
    dev_loss_tmo_callbk (bsc#1242993).
  - scsi: lpfc: Prevent failure to reregister with NVMe transport
    after PRLI retry (bsc#1242993).
  - scsi: lpfc: Restart eratt_poll timer if HBA_SETUP flag still
    unset (bsc#1242993).
  - scsi: lpfc: Notify FC transport of rport disappearance during
    PCI fcn reset (bsc#1242993).
  - scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64
    commands (bsc#1242993).
  - scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology'
    (bsc#1242993).
  - scsi: lpfc: Convert timeouts to secs_to_jiffies() (bsc#1242993).
  - jiffies: Cast to unsigned long in secs_to_jiffies() conversion
    (bsc#1242993).
  - scsi: lpfc: convert timeouts to secs_to_jiffies() (bsc#1242993).
  - jiffies: Define secs_to_jiffies() (bsc#1242993).
  - commit 25c902e
  - bpf: Scrub packet on bpf_redirect_peer (git-fixes).
  - commit b9aeef5
  - powercap: intel_rapl: Fix locking in TPMI RAPL (git-fixes).
  - Refresh patches.kabi/power-cap-kabi-workaround.patch.
  - Refresh
    patches.suse/powercap-intel_rapl-Introduce-APIs-for-PMU-support.patch.
  - commit 7773e64
  - tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
    (git-fixes).
  - commit 813fc9a
  - xsk: Don't assume metadata is always requested in TX completion
    (git-fixes).
  - commit dda0558
  - media: videobuf2: Add missing doc comment for waiting_in_dqbuf
    (git-fixes).
  - commit 75cff49
  - scsi: lpfc: Use memcpy() for BIOS version (bsc#1240966).
  - commit 55b4352
  - check-for-config-changes: Fix flag name typo
  - commit 1046b16
  - usb: typec: class: Invalidate USB device pointers on partner
    unregistration (git-fixes).
  - commit 205050a
  - Revert "rndis_host: Flag RNDIS modems as WWAN devices"
    (git-fixes).
  - commit 01b3feb
  - netfilter: socket: Lookup orig tuple for IPv6 SNAT
    (CVE-2025-22021 bsc#1241282).
  - commit 31e1ce9
  - sched/fair: Fix potential memory corruption in
    child_cfs_rq_on_list (CVE-2025-21919 bsc#1240593).
  - commit d264620
  - Input: xpad - fix two controller table values (git-fixes).
  - Input: mtk-pmic-keys - fix possible null pointer dereference
    (git-fixes).
  - Input: cyttsp5 - ensure minimum reset pulse width (git-fixes).
  - commit bd45eeb

++++ kernel-rt_debug:

  - scsi: core: Clear flags for scsi_cmnd that did not complete
    (git-fixes).
  - commit 3615a18
  - nvme: unblock ctrl state transition for firmware update
    (git-fixes).
  - nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLS
    (git-fixes).
  - nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS
    (git-fixes).
  - nvme-tcp: fix premature queue removal and I/O failover
    (git-fixes).
  - nvme-pci: fix queue unquiesce check on slot_reset (git-fixes).
  - nvmet-fc: put ref when assoc->del_work is already scheduled
    (git-fixes).
  - nvmet-fc: take tgtport reference only once (git-fixes).
  - nvmet-fc: update tgtport ref per assoc (git-fixes).
  - nvmet-fc: inline nvmet_fc_free_hostport (git-fixes).
  - nvmet-fc: inline nvmet_fc_delete_assoc (git-fixes).
  - nvmet-fcloop: add ref counting to lport (git-fixes).
  - nvmet-fcloop: replace kref with refcount (git-fixes).
  - nvme: multipath: fix return value of nvme_available_path
    (git-fixes).
  - nvme: re-read ANA log page after ns scan completes (git-fixes).
  - nvme: requeue namespace scan on missed AENs (git-fixes).
  - nvmet-fcloop: Remove remote port from list when unlinking
    (git-fixes).
  - commit c20709a
  - md/raid10: fix missing discard IO accounting (git-fixes).
  - md/raid10: wait barrier before returning discard request with
    REQ_NOWAIT (git-fixes).
  - md/raid1,raid10: don't ignore IO flags (git-fixes).
  - md: fix mddev uaf while iterating all_mddevs list (git-fixes).
  - md/raid1: fix memory leak in raid1_run() if no active rdev
    (git-fixes).
  - md: ensure resync is prioritized over recovery (git-fixes).
  - md/raid5: implement pers->bitmap_sector() (git-fixes).
  - commit ffbc738
  - scsi: qla2xxx: Remove duplicate struct crb_addr_pair
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused module parameters (bsc#1243090).
  - scsi: qla2xxx: Remove unused qla2x00_gpsc() (bsc#1243090).
  - scsi: qla2xxx: Remove unused ql_log_qp (bsc#1243090).
  - scsi: qla2xxx: Remove unused qla82xx_wait_for_state_change()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qla82xx_pci_region_offset()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qlt_83xx_iospace_config()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qlt_fc_port_deleted()
    (bsc#1243090).
  - scsi: qla2xxx: Remove unused qlt_free_qfull_cmds()
    (bsc#1243090).
  - scsi: qla2xxx: Fix typos in a comment (bsc#1243090).
  - scsi: qla2xxx: Mark device strings as nonstring (bsc#1243090).
  - commit c83a90b
  - md: preserve KABI in struct md_personality v2 (git-fixes).
    Added to mitigate md-add-a-new-callback-pers-bitmap_sector.patch,
    which was a git-fix.
  - commit f999b84
  - scsi: lpfc: Copyright updates for 14.4.0.9 patches
    (bsc#1242993).
  - scsi: lpfc: Update lpfc version to 14.4.0.9 (bsc#1242993).
  - scsi: lpfc: Create lpfc_vmid_info sysfs entry (bsc#1242993).
  - scsi: lpfc: Avoid potential ndlp use-after-free in
    dev_loss_tmo_callbk (bsc#1242993).
  - scsi: lpfc: Prevent failure to reregister with NVMe transport
    after PRLI retry (bsc#1242993).
  - scsi: lpfc: Restart eratt_poll timer if HBA_SETUP flag still
    unset (bsc#1242993).
  - scsi: lpfc: Notify FC transport of rport disappearance during
    PCI fcn reset (bsc#1242993).
  - scsi: lpfc: Fix lpfc_check_sli_ndlp() handling for GEN_REQUEST64
    commands (bsc#1242993).
  - scsi: lpfc: Fix spelling mistake 'Toplogy' -> 'Topology'
    (bsc#1242993).
  - scsi: lpfc: Convert timeouts to secs_to_jiffies() (bsc#1242993).
  - jiffies: Cast to unsigned long in secs_to_jiffies() conversion
    (bsc#1242993).
  - scsi: lpfc: convert timeouts to secs_to_jiffies() (bsc#1242993).
  - jiffies: Define secs_to_jiffies() (bsc#1242993).
  - commit 25c902e
  - bpf: Scrub packet on bpf_redirect_peer (git-fixes).
  - commit b9aeef5
  - powercap: intel_rapl: Fix locking in TPMI RAPL (git-fixes).
  - Refresh patches.kabi/power-cap-kabi-workaround.patch.
  - Refresh
    patches.suse/powercap-intel_rapl-Introduce-APIs-for-PMU-support.patch.
  - commit 7773e64
  - tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
    (git-fixes).
  - commit 813fc9a
  - xsk: Don't assume metadata is always requested in TX completion
    (git-fixes).
  - commit dda0558
  - media: videobuf2: Add missing doc comment for waiting_in_dqbuf
    (git-fixes).
  - commit 75cff49
  - scsi: lpfc: Use memcpy() for BIOS version (bsc#1240966).
  - commit 55b4352
  - check-for-config-changes: Fix flag name typo
  - commit 1046b16
  - usb: typec: class: Invalidate USB device pointers on partner
    unregistration (git-fixes).
  - commit 205050a
  - Revert "rndis_host: Flag RNDIS modems as WWAN devices"
    (git-fixes).
  - commit 01b3feb
  - netfilter: socket: Lookup orig tuple for IPv6 SNAT
    (CVE-2025-22021 bsc#1241282).
  - commit 31e1ce9
  - sched/fair: Fix potential memory corruption in
    child_cfs_rq_on_list (CVE-2025-21919 bsc#1240593).
  - commit d264620
  - Input: xpad - fix two controller table values (git-fixes).
  - Input: mtk-pmic-keys - fix possible null pointer dereference
    (git-fixes).
  - Input: cyttsp5 - ensure minimum reset pulse width (git-fixes).
  - commit bd45eeb

++++ podman:

  - Add patch for bsc#1242132:
    * 0002-Fix-Remove-appending-rw-as-the-default-mount-option.patch
  - Rebase patches:
    * 0001-CVE-2025-22869-ssh-limit-the-size-of-the-internal-pa.patch
  - Removed patches:
    * 0001-vendor-bump-buildah-to-1.37.6-CVE-2024-11218.patch
    * 0002-CVE-2025-27144-vendor-don-t-allow-unbounded-amounts-.patch
    * 0003-CVE-2025-22869-ssh-limit-the-size-of-the-internal-pa.patch
  - Drop iptables support in favor of nftables (required by netavark)
  - Fix conditional Requires (remove deprecated sle_version macro)
  - Update to version 5.4.2:
    * Bump to v5.4.2
    * Add release notes for v5.4.2
    * Fix a potential deadlock during `podman cp`
    * Improve the file format documentation of podman-import.
    * Revert "podman-import only supports gz and tar"
    * Bump buildah to v1.39.4
    * libpod: do not cover idmapped mountpoint
    * test: Fix runc error message
    * oci: report empty exec path as ENOENT
    * test: adapt tests new crun error messages
    * test: remove duplicate test
    * cirrus: test only on f41/rawhide
    * CI: use z1d instance for windows machine testing
    * New images 2025-03-24
    * test/e2e: use go net.Dial() ov nc
    * test: use ncat over nc
    * New images 2025-03-12
    * RPM: Add riscv64 to ExclusiveArch-es
    * Fix HealthCheck log destination, count, and size defaults
    * Win installer test: hardcode latest GH release ID
    * Packit: Fix action script for fetching upstream commit
    * Bump to v5.4.2-dev
    * Bump to v5.4.1
    * update gvproxy version to 0.8.4
    * Update Buildah to v1.39.2
    * Update release notes for v5.4.1
    * Fix reporting summed image size for compat endpoint
    * podman-import only supports gz and tar
    * quadlet kube: correctly mark unit as failed
    * pkg/domain/infra/abi/play.go: fix two nilness issues
    * kube play: don't print start errors twice
    * libpod: race in WaitForConditionWithInterval()
    * libpod: race in WaitForExit() with autoremove
    * Don't try to resolve host path if copying to container from stdin.
    * Use svg for pkginstaller banner
    * Create quota before _data dir for volumes
    * Packit: clarify secondary status in CI
    * Packit/RPM: Display upstream commit SHA in all rpm builds
    * podman run: fix --pids-limit -1 wrt runc
    * vendor: update github.com/go-jose/go-jose/v3 to v3.0.4
    * chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5 [security]
    * wire up --retry-delay for artifact pull
    * Revert "silence false positve from golangci-lint"
    * update golangci-lint to v1.64.4
    * update golangci-lint to v1.64.2
    * silence false positve from golangci-lint
    * cmd/podman: refactor Context handling
    * fix new usetesting lint issue
    * Packit/Copr: Fix `podman version` in rpm
    * Remove persist directory when cleaning up Conmon files
    * Bump to v5.4.1-dev
    * Bump to v5.4.0
    * Update release notes for v5.4.0 final
    * In SQLite state, use defaults for empty-string checks
    * Bump FreeBSD version to 13.4
    * docs: add v5.4 to API reference
    * Update rpm/podman.spec
    * RPM: set buildOrigin in LDFLAG
    * RPM: cleanup macro defs
    * Makefile: escape BUILD_ORIGIN properly
    * rootless: fix hang on s390x
    * Set Cirrus DEST_BRANCH appropriately to fix CI
    * Bump to v5.4.0-dev
    * Bump to v5.4.0-rc3
    * Update release notes for v5.4.0-rc3
    * Add BuildOrigin field to podman info
    * artifact: only allow single manifest
    * test/e2e: improve write/removeConf()
    * Add --noheading to artifact ls
    * Add --no-trunc to artifact ls
    * Add type and annotations to artifact add
    * pkg/api: honor cdi devices from the hostconfig
    * util: replace Walk with WalkDir
    * fix(pkg/rootless): avoid memleak during init() contructor.
    * Add `machine init --playbook`
    * RPM: include empty check to silence rpmlint
    * RPM: adjust qemu dependencies
    * Force use of iptables on Windows WSL
    * rpm: add attr as dependency for podman-tests
    * update gvproxy version
    * [v5.4] Bump Buildah to v1.39.0
    * podman exec: correctly support detaching
    * libpod: remove unused ExecStartAndAttach()
    * [v5.4] Bump c/storage to v1.57.1, c/image v5.34.0, c/common v0.62.0
    * Move detection of libkrun and intel
    * Prevent two podman machines running on darwin
    * Remove unnecessary error handling
    * Remove usused Kind() function
    * Bump to v5.4.0-dev
    * Bump to v5.4.0-rc2
    * Update release notes for v5.4.0-rc2
    * Safer use of `filepath.EvalSymlinks()` on Windows
    * error with libkrun on intel-based machines
    * chore(deps): update dependency pytest to v8.3.4
    * test/buildah-bud: skip two new problematic tests on remote
    * Fix podman-restart.service when there are no containers
    * Avoid upgrading from v5.3.1 on Windows
    * Clean up after unexpectedly terminated build
    * system-tests: switch ls with getfattr for selinux tests
    * vendor latest c/{buildah,common,image,storage}
    * Makefile: Add validatepr description for 'make help' output
    * docs: Enhance podman build --secret documentation and add examples
    * docs: mount.md - idmapped mounts only work for root user
    * Define, and use, PodmanExitCleanlyWithOptions
    * Eliminate PodmanSystemdScope
    * Fix image ID query
    * Revert "Use the config digest to compare images loaded/pulled using different methods"
    * Update c/image after https://github.com/containers/image/pull/2613
    * Update expected errors when pulling encrypted images
    * Eliminate PodmanExtraFiles
    * Introduce PodmanTestIntegration.PodmanWithOptions
    * Restructure use of options
    * Inline PodmanBase into callers
    * Pass all of PodmanExecOptions to various [mM]akeOptions functions
    * Turn PodmanAsUserBase into PodmanExecBaseWithOptions
    * Avoid indirect links through quadlet(5)
    * do not set the CreateCommand for API users
    * Add podman manifest rm --ignore
    * Bump to v5.4.0-dev
    * Bump to v5.4.0-rc1
    * fix(deps): update module github.com/containers/gvisor-tap-vsock to v0.8.2
    * podman artifact
    * vendor latest c/{common,image,storage}
    * fix(deps): update module github.com/rootless-containers/rootlesskit/v2 to v2.3.2
    * cirrus: bump macos machine test timeout
    * pkg/machine/e2e: improve podman.exe match
    * pkg/machine/e2e: improve "list machine from all providers"
    * Remove JSON tag from UseImageHosts in ContainerConfig
    * Set network ID if available during container inspect
    * Stop creating a patch for v5.3.1 upgrades on windows
    * compose docs: fix typo
    * Document kube-play CDI support
    * docs: Add quadlet debug method systemd-analyze
    * Replace instances of PodmanExitCleanly in play_kube_test.go
    * docs: add 'initialized' state to status filters
    * fix(deps): update module google.golang.org/protobuf to v1.36.3
    * Switch all calls of assert.Nil to assert.NoError
    * Add --no-hostname option
    * Fix unescaping octal escape sequence in values of Quadlet unit files
    * Remove `.exe` suffix if any
    * Add kube play support for CDI resource allocation
    * add support to `;` for comments in unit files as per systemd documentation
    * Use PodmanExitCleanly in attach_test.go
    * Introduce PodmanTestIntegration.PodmanExitCleanly
    * chore(deps): update dependency setuptools to ~=75.8.0
    * Add newer c/i to support artifacts
    * fix(deps): update module golang.org/x/tools to v0.29.0
    * fix(deps): update module golang.org/x/net to v0.34.0
    * specgenutil: Fix parsing of mount option ptmxmode
    * namespaces: allow configuring keep-id userns size
    * Update description for completion
    * Quadlet - make sure the /etc/containers/systemd/users is traversed in rootless
    * Document .build for Image .container option
    * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.9.1
    * New VM Images
    * update golangci/golangci-lint to v1.63.4
    * fix(deps): update module google.golang.org/protobuf to v1.36.2
    * chore(deps): update dependency setuptools to ~=75.7.0
    * Fixing ~/.ssh/identity handling
    * vendor latest c/common from main
    * fix(deps): update module github.com/shirou/gopsutil/v4 to v4.24.12
    * fix(deps): update module github.com/opencontainers/runc to v1.2.4
    * specgen: fix comment
    * Add hint to restart Podman machine to really accept new certificates
    * fix(deps): update module github.com/onsi/gomega to v1.36.2
    * fix(deps): update module github.com/moby/term to v0.5.2
    * Pass container hostname to netavark
    * Fix slirp4netns typo in podman-network.1.md
    * Add support to ShmSize in Pods with Quadlet
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.1
    * chore(deps): update module golang.org/x/crypto to v0.31.0 [security]
    * fix(deps): update module golang.org/x/net to v0.33.0 [security]
    * Kube volumes can not container _
    * fix(deps): update module github.com/docker/docker to v27.4.1+incompatible
    * test/system: fix "podman play --build private registry" error
    * test/system: CopyDirectory() do not chown files
    * test/system: remove system dial-stdio test
    * shell completion: respect CONTAINERS_REGISTRIES_CONF
    * fix(deps): update module github.com/cpuguy83/go-md2man/v2 to v2.0.6
    * When generating host volumes for k8s, force to lowercase
    * test: enable newly added test
    * vfkit: Use 0.6.0 binary
    * gvproxy: Use 0.8.1 binary
    * systemd: simplify parser and fix infinite loop
    * Revert "win-installer test: revert to v5.3.0"
    * Avoid rebooting twice when installing WSL
    * Avoid rebooting on Windows when upgrading and WSL isn't installed
    * Add win installer patch
    * Bump WiX toolset version to 5.0.2
    * test/e2e: SkipOnOSVersion() add reason field
    * test/e2e: remove outdated SkipOnOSVersion() calls
    * Update VM images
    * fix(deps): update module golang.org/x/crypto to v0.31.0 [security]
    * fix(deps): update module github.com/crc-org/crc/v2 to v2.45.0
    * fix(deps): update module github.com/opencontainers/runc to v1.2.3
    * quadlet: fix inter-dependency of containers in `Network=`
    * Add man pages to Mac installer
    * fix(deps): update module github.com/onsi/gomega to v1.36.1
    * fix(deps): update module github.com/docker/docker to v27.4.0+incompatible
    * Fix device limitations in podman-remote update on remote systems
    * Use latest version of VS BuildTools
    * bin/docker: fix broken escaping and variable substitution
    * manifest annotate: connect IndexAnnotations
    * Fix panic in `manifest annotate --index`
    * fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.5
    * fix(deps): update module golang.org/x/net to v0.32.0
    * fix(deps): update module golang.org/x/tools to v0.28.0
    * fix(deps): update module golang.org/x/crypto to v0.30.0
    * fix(deps): update module golang.org/x/sys to v0.28.0
    * Fix overwriting of LinuxResources structure in the database
    * api: replace inspectID with name
    * fix(deps): update github.com/opencontainers/runtime-tools digest to f7e3563
    * Replace ExclusiveArch with ifarch
    * fix(deps): update module github.com/containers/gvisor-tap-vsock to v0.8.1
    * Improve platform specific URL handling in `podman compose` for machines
    * Fix `podman info` with multiple imagestores
    * Switch to fixed common
    * refact: use uptime.minutes instead of uptime.seconds
    * fix(deps): update module github.com/shirou/gopsutil/v4 to v4.24.11
    * fix(deps): update golang.org/x/exp digest to 2d47ceb
    * fix(deps): update github.com/godbus/dbus/v5 digest to c266b19
    * Cover Unix socket in inpect test on Windows platform
    * Add a test for forcing compression and v2s2 format
    * fix(deps): update module github.com/crc-org/vfkit to v0.6.0
    * Package podman-machine on supported architectures only.
    * Fixes missing binary in systemd.
    * stats: ignore errors from containers without cgroups
    * api: Error checking before NULL dereference
    * [skip-ci] Packit/copr: switch to fedora-all
    * make remotesystem: fail early if serial tests fail
    * spec: clamp rlimits without CAP_SYS_RESOURCE
    * Clarify the reason for skip_if_remote
    * Sanity-check that the test is really using partial pulls
    * Fix apparent typos in zstd:chunked tests
    * Fix compilation issues in QEMU machine files (Windows platform)
    * Mount volumes before copying into a container
    * Revert "libpod: remove shutdown.Unregister()"
    * docs: improve documentation for internal networks
    * docs: document bridge mode option
    * [skip-ci] Packit: remove epel and re-enable c9s
    * chore(deps): update dependency golangci/golangci-lint to v1.62.2
    * vendor: update containers/common
    * OWNERS: remove edsantiago
    * fix(deps): update module github.com/onsi/gomega to v1.36.0
    * fix(deps): update github.com/containers/common digest to ceceb40
    * refact: EventerType and improve consistency
    * Add --hosts-file flag to container and pod commands
    * Add nohosts option to /build and /libpod/build
    * fix(deps): update module github.com/stretchr/testify to v1.10.0
    * Quadlet - Use = sign when setting the pull arg for build
    * win-installer test: revert to v5.3.0
    * fix(deps): update module github.com/crc-org/crc/v2 to v2.44.0
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.22.0
    * chore(deps): update dependency setuptools to ~=75.6.0
    * Update windows installer tests
    * Windows: don't install WSL/HyperV on update
    * Switch to non-installing WSL by default
    * fix(deps): update github.com/containers/buildah digest to 52437ef
    * Configure HealthCheck with `podman update`
    * CI: --image-volume test: robustify
    * docs: add 5.3 as Reference version
    * Bump CI VMs
    * libpod: pass down NoPivotRoot to Buildah
    * vendor: bump containers/buildah
    * fix(deps): update module github.com/opencontainers/runc to v1.2.2
    * Overlay mounts supersede image volumes & volumes-from
    * libpod: addHosts() prevent nil deref
    * only read ssh_config for non machine connections
    * ssh_config: allow IdentityFile file with tilde
    * ssh_config: do not overwrite values from config file
    * connection: ignore errors when parsing ssh_config
    * Bump bundled krunkit to 0.1.4
    * fix(deps): update module google.golang.org/protobuf to v1.35.2
    * add support for driver-specific options during container creation
    * doc: fix words repetitions
    * Update release notes on main for v5.3.0
    * chore(deps): update dependency setuptools to ~=75.5.0
    * CI: system tests: parallelize 010
    * fix podman machine init --ignition-path
    * vendor: update containers/common
    * spec: clamp rlimits in a userns
    * Add subpath support to volumes in `--mount` option
    * refactor: simplify LinuxNS type definition and String method
    * test/e2e: remove FIPS test
    * vendor containers projects to tagged versions
    * fix(deps): update module github.com/moby/sys/capability to v0.4.0
    * chore(deps): update dependency setuptools to ~=75.4.0
    * system tests: safer install_kube_template()
    * Buildah treadmill tweaks
    * update golangci-lint to v1.62.0
    * fix(deps): update module golang.org/x/net to v0.31.0
    * fix(deps): update module golang.org/x/tools to v0.27.0
    * Revert "Reapply "CI: test nftables driver on fedora""
    * Yet another bump, f41 with fixed kernel
    * test: add zstd:chunked system tests
    * pkg/machine/e2e: remove dead code
    * fix(deps): update module golang.org/x/crypto to v0.29.0
    * kube SIGINT system test: fix race in timeout handling
    * New `system connection add` tests
    * Update codespell to v2.3.0
    * Avoid printing PR text to stdout in system test
    * Exclude symlink from pre-commit end-of-file-fixer
    * api: Add error check
    * [CI:ALL] Bump main to v5.4.0-dev
    * test/buildah-bud: build new inet helper
    * test/system: add regression test for TZDIR local issue
    * vendor latest c/{buildah,common,image,storage}
    * Reapply "CI: test nftables driver on fedora"
    * Revert "cirrus: test only on f40/rawhide"
    * test f41 VMs
    * AdditionalSupport for SubPath volume mounts
    * wsl-e2e: Add a test to ensure port 2222 is free with usermode networking
    * winmake.ps1: Fix the syntax of the function call Win-SSHProxy
    * volume ls: fix race that caused it to fail
    * gvproxy: Disable port-forwarding on WSL
    * build: update gvisor-tap-vsock to 0.8.0
    * podman: update roadmap
    * Log network creation and removal events in Podman
    * libpod: journald do not lock thread
    * Add key to control if a container can get started by its pod
    * Honor users requests in quadlet files
    * CI: systests: workaround for parallel podman-stop flake
    * Fix inconsistent line ending in win-installer project
    * fix(deps): update module github.com/opencontainers/runc to v1.2.1
    * Quadlet - support image file based mount in container file
    * API: container logs flush status code
    * rework event code to improve API errors
    * events: remove memory eventer
    * libpod: log file use Wait() over event API
    * Makefile: vendor target should always remove toolchain
    * cirrus: check consitent vendoring in test/tools
    * test/tools/go.mod: remove toolchain
    * fix(deps): update module github.com/shirou/gopsutil/v4 to v4.24.10
    * fix(deps): update module github.com/onsi/gomega to v1.35.1
    * doc: explain --interactive in more detail
    * fix(deps): update golang.org/x/exp digest to f66d83c
    * fix(deps): update github.com/opencontainers/runtime-tools digest to 6c9570a
    * fix(deps): update github.com/linuxkit/virtsock digest to cb6a20c
    * add default polling interval to Container.Wait
    * Instrument cleanup tracer to log weird volume removal flake
    * make podman-clean-transient.service work as user
    * Add default remote socket path if empty
    * Use current user if no user specified
    * Add support for ssh_config for connection
    * libpod: use pasta Setup() over Setup2()
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.21.0
    * fix(deps): update module github.com/onsi/gomega to v1.35.0
    * logformatter: add cleanup tracer log link
    * docs: fix broken example
    * docs: add missing swagger links for the stable branches
    * readthedocs: build extra formats
    * pkg/machine/e2e: remove debug
    * fix(docs): Integrate pasta in rootless tutorial
    * chore(deps): update dependency setuptools to ~=75.3.0
    * libpod: report cgroups deleted during Stat() call
    * chore: fix some function names in comment
    * CI: parallelize 450-interactive system tests
    * CI: parallelize 520-checkpoint tests
    * CI: make 070-build.bats use safe image names
    * test/system: add podman network reload test to distro gating
    * System tests: clean up unit file leaks
    * healthcheck: do not leak service on failed stop
    * healthcheck: do not leak statup service
    * fix(deps): update module github.com/containers/gvisor-tap-vsock to v0.8.0
    * Add Startup HealthCheck configuration to the podman inspect
    * buildah version display: use progress()
    * new showrun() for displaying and running shell commands
    * Buildah treadmill: redo the .cirrus.yml tweaks
    * Buildah treadmill: more allow-empty options
    * Buildah treadmill: improve test-failure instructions
    * Buildah treadmill: improve wording in test-fail instructions
    * doc: Remove whitespace before comma
    * fix(deps): update module github.com/checkpoint-restore/checkpointctl to v1.3.0
    * ps: fix display of exposed ports
    * ps: do not loop over port protocol
    * readme: Add reference to pasta in the readme
    * test/system: Fix spurious "duplicate tests" failures in pasta tests
    * Improve "podman load - from URL"
    * Try to repair c/storage after removing an additional image store
    * Use the config digest to compare images loaded/pulled using different methods
    * Simplify the additional store test
    * Fix the store choice in "podman pull image with additional store"
    * Bump to v5.3.0-dev
    * Bump to v5.3.0-rc1
    * Set quota on volume root directory, not _data
    * fix(deps): update module github.com/opencontainers/runc to v1.2.0
    * test: set soft ulimit
    * Vagrantfile: Delete
    * Enable pod restore with crun
    * vendor: update c/{buildah,common,image,storage}
    * Fix 330-corrupt-images.bats in composefs test runs
    * quadlet: add default network dependencies to all units
    * quadlet: ensure user units wait for the network
    * add new podman-user-wait-network-online.service
    * contrib/systemd: switch user symlink for file symlinks
    * Makefile: remove some duplication from install.systemd
    * contrib/systemd: move podman-auto-update units
    * quadlet: do not reject RemapUsers=keep-id as root
    * test/e2e: test quadlet with and without --user
    * CI: e2e: fix checkpoint flake
    * APIv2 test fix: image history
    * pasta udp tests: new bytecheck helper
    * Document packaging process
    * [skip-ci] RPM: remove dup Provides
    * Update dependency setuptools to ~=75.2.0
    * System tests: safer pause-image creation
    * Update module github.com/opencontainers/selinux to v1.11.1
    * Added escaping to invoked powershell command for hyperv stubber.
    * use slices.Clone instead of assignment
    * libpod API: only return exit code without conditions
    * Housekeeping: remove duplicates from success_task
    * Thorough overhaul of CONTRIBUTING doc.
    * api: Replace close function in condition body
    * test/e2e: fix default signal exit code test
    * Test new VM build
    * CI: fix changing-rootFsSize flake
    * scp: add option types
    * Unlock mutex before returning from function
    * Note in the README that we are moving to timed releases
    * cirrus: let tar extract figure out the compression
    * Make error messages more descriptive
    * Mention containers.conf settings for podman machine commands
    * [skip-ci] Packit: re-enable CentOS Stream 10/Fedora ELN teasks"
    * cmd: use logrus to print error
    * podman: do not set rlimits to the default value
    * spec: always specify default rlimits
    * vendor: update containers/common
    * Note in the README that we are moving to timed releases
    * Revert "CI: test nftables driver on fedora"
    * cirrus: use zstd over bzip2 for repo archive
    * cirrus: use shared repo_prep/repo_artifacts scripts
    * cirrus: speed up postbuild
    * cirrus: change alt arch task to only compile binaries
    * cirrus: run make with parallel jobs where useful
    * Makefile: allow man-page-check to be run in parallel
    * cirrus: use fastvm for builds
    * test/e2e: skip some Containerized checkpoint tests
    * test: update timezone checks
    * cirrus: update CI images
    * test/e2e: try debug potential pasta issue
    * CI: quadlet system tests: use airgapped testimage
    * Allow removing implicit quadlet systemd dependencies
    * fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.4
    * libpod API: make wait endpoint better against rm races
    * podman-remote run: improve how we get the exit code
    * [skip-ci] Packit: constrain koji and bodhi jobs to fedora package to avoid dupes
    * 055-rm test: clean up a test, and document
    * CI: remove skips for libkrun
    * Bump bundled krunkit to 0.1.3
    * fix(deps): update module google.golang.org/protobuf to v1.35.0
    * fix(deps): update module golang.org/x/net to v0.30.0
    * server: fix url parsing in info
    * fix(deps): update module golang.org/x/tools to v0.26.0
    * Makefile: fix ginkgo FOCUS option
    * fix(deps): update module golang.org/x/crypto to v0.28.0
    * podman-systemd.unit.5: adjust example options
    * docs: prefer --network to --net
    * fix(deps): update module golang.org/x/term to v0.25.0
    * fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.24
    * fix(deps): update module golang.org/x/sys to v0.26.0
    * OWNERS file audit and update
    * Exposed ports are only included when not --net=host
    * libpod: hasCurrentUserMapped checks for gid too
    * [CI:DOCS] Document TESTFLAGS in test README file
    * Validate the bind-propagation option to `--mount`
    * Fix typo in secret inspect examples
    * Mention `no_hosts` and `base_hosts_file` configs in CLI option docs
    * Fixes for vendoring Buildah
    * vendor: update buildah to latest
    * Makefile - silence skipped tests when focusing on a file
    * vendor: update to latest c/common
    * Quadlet - prefer "param val" over "param=val" to allow env expansion
    * System tests: sdnotify: wait for socket file creation
    * Switch to moby/sys/capability
    * platformInspectContainerHostConfig: rm dead code
    * CI: require and test CI_DESIRED_NETWORK on RHEL
    * Add ExposedPorts to Inspect's ContainerConfig
    * fix(deps): update golang.org/x/exp digest to 701f63a
    * quadlet: allow variables in PublishPort
    * fix(deps): update module github.com/shirou/gopsutil/v4 to v4.24.9
    * fix(deps): update github.com/godbus/dbus/v5 digest to a817f3c
    * Document that zstd:chunked is downgraded to zstd when encrypting
    * fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.3
    * chore(deps): update dependency ubuntu to v24
    * rpm: do not load iptables modules on f41+
    * adding docs for network-cmd-path
    * Include exposed ports in inspect output when net=host
    * feat(libpod): support kube play tar content-type (#24015)
    * podman mount: some better error wrapping
    * podman mount: ignore ErrLayerUnknown
    * Quadlet - make sure the order of the UnitsDir is deterministic
    * packit: disable Centos Stream/fedora ELN teasks
    * libpod: remove shutdown.Unregister()
    * libpod: rework shutdown handler flow
    * libpod: ensure we are not killed during netns creation
    * Update module github.com/moby/sys/capability to v0.3.0
    * Update documentation of `--no-hosts`, `--hostname`, and `--name` CLI options
    * Update documentation of `--add-host` CLI option
    * System tests: set a default XDG_RUNTIME_DIR
    * Modify machine "Remove machine" test
    * CORS system test: clean up
    * Add --health-max-log-count, --health-max-log-size, --health-log-destination flags
    * troubleshooting: adjust home path in tip 44
    * test/system: For pasta port forwarding tests don't bind socat server
    * Update connection on removal
    * Simplify `RemoveConnections`
    * Move `DefaultMachineName` to `pkg/machine/define`
    * vendor: update containers/image
    * vendor: update containers/storage
    * CI: skip the flaking quadlet test
    * CI: make systemd tests parallel-safe (*)
    * CI: run and collect cleanup tracer logs
    * add epbf program to trace podman cleanup errors
    * CI: parallelize logs test as much as possible
    * CI: format test: use local registry if available
    * CI: make 700-play parallel-safe
    * docs: Fix missing negation
    * bin/docker support warning message suppression from user config dir
    * Update module github.com/docker/docker to v27.3.1+incompatible
    * Quadlet - add full support for Symlinks
    * libpod: setupNetNS() correctly mount netns
    * vendor latest c/common
    * docs: remove usage of deprecated `--storage`
    * Update module github.com/docker/docker to v27.3.0+incompatible
    * CI: Quadlet rootfs test: use container image as rootfs
    * CI: system test registry: use --net=host
    * CI: rm system test: bump grace period
    * CI: system tests: minor documentation on parallel
    * fix typo in error message Fixes: containers/podman#24001
    * CI: system tests: always create pause image
    * CI: quadlet system test: be more forgiving
    * vendor latest c/common
    * CI: make 200-pod parallel-safe
    * allow exposed sctp ports
    * test/e2e: add netns leak check
    * test/system: netns leak check for rootless as well
    * test/system: Improve TODO comments on IPv6 pasta custom DNS forward test
    * test/system: Clarify "Local forwarder" pasta tests
    * test/system: Simplify testing for nameserver connectivity
    * test/system: Consolidate "External resolver" pasta tests
    * test/system: Move test for default forwarder into its own case
    * CI: make 090-events parallel-safe
    * Misc minor test fixes
    * Add network namespace leak check
    * Add workaround for buildah parallel bug
    * registry: lock start attempts
    * Update system test template and README
    * bats log: differentiate parallel tests from sequential
    * ci: bump system tests to fastvm
    * clean_setup: create pause image
    * CI: make 012-manifest parallel-safe
    * podman-manifest-remove: update docs and help output
    * test/system: remove wait workaround
    * wait: fix handling of multiple conditions with exited
    * Match output of Compat Top API to Docker
    * system test parallelization: enable two-pass approach
    * New VMs: test crun 1.17
    * libpod: hides env secrets from container inspect
    * CI: e2e: workaround for events out-of-sequence flake
    * update golangci-lint to 1.61.0
    * libpod: convert owner IDs only with :idmap
    * Podman CLI --add-host with multiple host for a single IP
    * Quadlet - Split getUnitDirs to small functions
    * fix(deps): update module github.com/cpuguy83/go-md2man/v2 to v2.0.5
    * chore(deps): update dependency setuptools to ~=75.1.0
    * Fxi typo in cache-ttl.md
    * Get WSL disk as an OCI artifact
    * CI: make 260-sdnotify parallel-safe
    * quadlet: do not log ENOENT errors
    * pkg/specgen: allow pasta when running inside userns
    * troubleshooting: add tip about the user containers
    * chore(deps): update dependency setuptools to v75
    * Convert windows paths in volume arg of the build command
    * Improve error when starting multiple machines
    * fix(deps): update module github.com/cyphar/filepath-securejoin to v0.3.2
    * Minor typo noticed when reading podman man page
    * Remove `RemoveFilesAndConnections`
    * Add `GetAllMachinesAndRootfulness`
    * rewrite typo osascript
    * typo
    * fix(deps): update module github.com/docker/docker to v27.2.1+incompatible
    * Add radio buttons to select WSL or Hyper-V in windows setup.exe
    * [skip-ci] Packit: split out ELN jobs and reuse fedora downstream targets
    * [skip-ci] Packit: Enable sidetags for bodhi updates
    * vendor: update c/common
    * CI: make 710-kube parallel-safe
    * CI: mark 320-system-df *NOT* parallel safe
    * Add kube play support for image volume source
    * refactor: add sshClient function
    * fix(deps): update module golang.org/x/tools to v0.25.0
    * CI: make 505-pasta parallel safe
    * CI: make 020-tag parallel-safe
    * CI: make 410-selinux parallel-safe
    * Bump VMs. ShellCheck is now built-in
    * troubleshooting: add tip about auto, keep-id, nomap
    * libpod: make use of new pasta option from c/common
    * vendor latest c/common
    * podman images: sort repository with tags
    * Remove containers/common/pkg/config from pkg/util
    * fix(deps): update module golang.org/x/net to v0.29.0
    * fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.23
    * fix(deps): update module golang.org/x/crypto to v0.27.0
    * Fix CI
    * Detect and fix typos using codespell
    * Fix typo: replace buildin with built-in
    * Add codespell config, pre-commit definition, and move options from Makefile
    * prune: support clearing build cache using CleanCacheMount
    * test/e2e: fix network prune flake
    * Add support for Job to kube generate & play
    * Add podman-rootless.7 man page
    * Add DNS, DNSOption and DNSSearch to quadlet pod
    * podman.1.md: improve policy.json section
    * e2e: flake fix: SIGPIPE in hook test
    * libpod: fix rootless cgroup path with --cgroup-parent
    * vendor: update c/storage
    * CI: make 055-rm parallel-safe
    * CI: make 130-kill parallel-safe
    * CI: make 125-import parallel-safe
    * CI: make 110-history parallel-safe
    * CI: system tests: parallelize low-hanging fruit
    * Add disclaimer to `podman machine info` manpage.
    * man pages: refactor two more options
    * update github.com/opencontainers/runc to v1.2.0-rc.3
    * update go.etcd.io/bbolt to v1.3.11
    * update github.com/onsi/{ginkgo,gomega}
    * Update module github.com/shirou/gopsutil to v4
    * packit: update fedora and epel targets
    * bump go to 1.22
    * cirrus: test only on f40/rawhide
    * cirrus: remove CI_DESIRED_NETWORK reference
    * cirrus: prebuild use f40 for extra tests
    * chore(deps): update dependency setuptools to ~=74.1.0
    * libpod: fix HostConfig.Devices output from 'podman inspect' on FreeBSD
    * fix(deps): update golang.org/x/exp digest to 9b4947d
    * Implement publishing API UNIX socket on Windows platforms
    * Vendor c/common:8483ef6022b4
    * quadlet: support container network reusing
    * docs: update read the docs changes
    * CI: parallel-safe network system test
    * Quadlet - Support multiple image tags in .build files
    * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.8.3
    * cirrus: remove _bail_if_test_can_be_skipped
    * cirrus: move renovate check into validate
    * cirrus: remove 3rd party connectivity check
    * cirrus: remove cross jobs for aarch64 and x86_64
    * cirrus: do not upload alt arch cross artifacts
    * cirrus: remove ginkgo-e2e.json artifact
    * cirrus: fix default timeouts
    * github: remove fcos-podman-next-build-prepush
    * Clarify podman machine volume mounting behavior under WSL
    * machine: Add -all-providers flag to machine list
    * Create a podman-troubleshooting man page
    * chore(deps): update dependency setuptools to v74
    * fix(deps): update module github.com/docker/docker to v27.2.0+incompatible
    * Fix an improperly ignored error in SQLite
    * CI: flake workaround: ignore socat waitpid warnings
    * fix(deps): update module github.com/rootless-containers/rootlesskit/v2 to v2.3.1
    * Stop skipping machine volume test on Hyper-V
    * cleanup: add new --stopped-only option
    * fix races in the HTTP attach API
    * cirrus: skip windows/macos machine task on RHEL branches
    * Update module github.com/containers/gvisor-tap-vsock to v0.7.5
    * run: fix detach passthrough and --rmi
    * podman run: ignore image rm error
    * Add support for AddHost in quadlet .pod and .container
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.60.3
    * update github.com/vishvananda/netlink to v1.3.0
    * build: Update gvisor-tap-vsock to 0.7.5
    * Quote systemd DefaultEnvironment Proxy values, as documented in systemd.conf man page:
    * fix typo in podman-network-create.1.md
    * Use HTTP path prefix of TCP connections to match Docker context behavior
    * Makefile: remotesystem: use real podman server, no --url
    * Update module github.com/openshift/imagebuilder to v1.2.15
    * CI: parallel-safe userns test
    * Update module github.com/onsi/ginkgo/v2 to v2.20.1
    * Add support for IP in quadlet .pod files
    * Specify format to use for referencing fixed bugs.
    * CI: parallel-safe run system test
    * Revert "test/e2e: work around for pasta issue"
    * CI: On vX.Y-rhel branches, ensure that some downstream Jira issue is linked
    * quadlet: support user mapping in pod unit
    * Update Release Process
    * Test new VM build
    * command is not optional to podman exec
    * CI: parallel-safe namespaces system test
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.60.2
    * quadlet: add key CgroupsMode
    * Fix `podman stop` and `podman run --rmi`
    * quadlet: set infra name to %s-infra
    * chore(deps): update dependency setuptools to v73
    * [skip-ci] Packit: update targets for propose-downstream
    * Do not segfault on hard stop
    * Fix description of :Z to talk about pods
    * CI: disable ginkgo flake retries
    * vendor: update go-criu to latest
    * golangci-lint: make darwin linting happy
    * golangci-lint: make windows linting happy
    * test/e2e: remove kernel version check
    * golangci-lint: remove most skip dirs
    * set !remote build tags where needed
    * update golangci-lint to 1.60.1
    * test/e2e: rm systemd start test
    * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.8.1
    * podman wait: allow waiting for removal of containers
    * libpod: remove UpdateContainerStatus()
    * podman mount: fix storage/libpod ctr race
    * CI: quadlet tests: make parallel-safe
    * CI: system tests: make random_free_port() parallel-safe
    * remove trailing comma in example
    * CI: format test: make parallel-safe
    * Fix podman-docker.sh under -eu shells (fixes #23628)
    * docs: update podman-wait man page
    * libpod: remove duplicated HasVolume() check
    * podman volume rm --force: fix ABBA deadlock
    * test/system: fix network cleanup restart test
    * libpod: do not stop pod on init ctr exit
    * libpod: simplify WaitForExit()
    * CI: remove build-time quay check
    * Fix known_hosts file clogging and remote host id
    * Update docker.io/library/golang Docker tag to v1.23
    * Update dependency setuptools to ~=72.2.0
    * Update module github.com/docker/docker to v27.1.2+incompatible
    * healthcheck system check: reduce raciness
    * CI: healthcheck system test: make parallel-safe
    * Validate renovate config in every PR
    * pkg/machine: Read stderr from ssh-keygen correctly
    * Fix renovate config syntax error
    * CI: 080-pause.bats: make parallel-safe
    * CI: 050-stop.bats: make parallel-safe
    * Additional potential race condition on os.Readdir
    * pkg/bindings/containers: handle ignore for stop
    * remote: fix invalid --cidfile + --ignore
    * Update/simplify renovate config header comment
    * Migrate renovate config to latest schema
    * Fix race condition when listing /dev
    * docs/podman-systemd: Try to clarify `Exec=` more
    * libpod: reset state error on init
    * test/system: pasta_test_do add explicit port check
    * test/e2e: work around new push warning
    * vendor: update c/common to latest
    * stopIfOnlyInfraRemains: log all errors
    * libpod: do not save expected stop errors in ctr state
    * libpod: fix broken saveContainerError()
    * Quadlet: fix filters failure when the search paths are symlinks
    * readme: replace GPG with PGP
    * Drop APIv2 CNI configuration
    * De-duplicate docker-py testing
    * chore(podmansnoop): explain why crun comm is 3
    * libpod: cleanupNetwork() return error
    * fix(deps): update module golang.org/x/sys to v0.24.0
    * Reduce python APIv2 test net dependency
    * Fix not testing registry.conf updates
    * test/e2e: improve command timeout handling
    * Update module github.com/onsi/ginkgo/v2 to v2.20.0
    * Update module github.com/moby/sys/user to v0.3.0
    * Add passwd validate and generate steps
    * podman container cleanup: ignore common errors
    * Quadlet - Allow the user to override the default service name
    * CI: e2e: serialize root containerPort tests
    * Should not force conversion of manifest type to DockerV2ListMediaType
    * fix(deps): update module golang.org/x/tools to v0.24.0
    * fix(deps): update github.com/containers/common digest to 05b2e1f
    * CI: mount system test: parallelize
    * Update module golang.org/x/net to v0.28.0
    * Ignore ERROR_SHARING_VIOLATION error on windows
    * CI: manifest system tests: make parallel-safe
    * Create volume path before state initialization
    * vendor: update c/storage
    * CI: fix broken libkrun test
    * test/e2e: work around for pasta issue
    * test/e2e: fix missing exit code checks
    * Test new CI images
    * Remove another race condition when mounting containers or images
    * fix(deps): update github.com/containers/common digest to c0cc6b7
    * Change Windows installer MajorUpgrade Schedule
    * Ignore missing containers when calling GetExternalContainerLists
    * Remove runc edit to lock to specific version
    * fix(deps): update module golang.org/x/sys to v0.23.0
    * CI: podman-machine: do not use cache registry
    * CI: completion system test: use safename
    * Temporarly disable failing Windows Installer CI test
    * libpod: fix volume copyup with idmap
    * libpod: avoid hang on errors
    * Temp. disable PM basic Volume ops test
    * Add libkrun Mac task
    * Never skip checkout step in release workflow
    * System tests: leak_test: readable output
    * fix(deps): update github.com/docker/go-plugins-helpers digest to 45e2431
    * vendor: bump c/common
    * Version: bump to v5.3.0-dev
    * libpod: inhibit SIGTERM during cleanup()
    * Tweak versions in register_images.go
    * fix network cleanup flake in play kube
    * WIP: Fixes for vendoring Buildah
    * Add --compat-volumes option to build and farm build
    * Bump to Buildah v1.37.0
    * Quadlet test - Split between success, warning and error cases
    * libpod: bind ports before network setup
    * Disable compose-warning-logs if PODMAN_COMPOSE_WARNING_LOGS=false
    * Use new syntax for selinux options in quadlet
    * fix(deps): update module github.com/onsi/gomega to v1.34.1
    * CI: kube test: fix broken external-storage test
    * Update dependency setuptools to v72
    * Convert additional build context paths on Windows
    * pkg/api: do not leak config pointers into specgen
    * Quadlet - Allow the user to set the service name for .pod files
    * Quadlet tests - allow overriding the expected service name
    * fix(deps): update module github.com/moby/sys/user to v0.2.0
    * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.7.5
    * CI: enable root user namespaces
    * libpod: force rootfs for OCI path with idmap
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.1
    * Add test steps for automount with multi images
    * CI: cp tests: use safename
    * [skip-ci] RPM: podman-iptables.conf only on Fedora
    * CI: 700-play: fix a leaked non-safename
    * test: check that kube generate/play restores the userns
    * test: disable artifacts cache with composefs
    * test: fix podman pull tests
    * vendor: bump c/storage
    * Update module github.com/cyphar/filepath-securejoin to v0.3.1
    * Add /run/containers/systemd, ${XDG_RUNTIME_DIR}/containers/systemd quadlet dirs
    * build: Update gvisor-tap-vsock to 0.7.4
    * test/system: fix borken pasta interface name checks
    * test/system: fix bridge host.containers.internal test
    * api: honor the userns for the infra container
    * play: handle 'private' as 'auto'
    * kube: record infra user namespace
    * infra: user ns annotation higher precedence
    * specgenutil: record the pod userns in the annotations
    * kube: invert branches
    * CI: system log test: use safe names
    * Update encryption tests to avoid a warning if zstd:chunked is the default
    * Fix "podman pull and decrypt"/"from local registry"
    * Use unique image names for the encrypted test images
    * CI: system tests: instrument to allow failure analysis
    * Fix outdated comment for the build step win-gvproxy
    * Add utility to convert VMFile to URL for UNIX sockets
    * Run codespell on source
    * fix(deps): update module github.com/docker/docker to v27.1.0+incompatible
    * chore(deps): update dependency setuptools to ~=71.1.0
    * logformatter: tweaks to pass html tidy
    * More information for podman --remote build and running out of space.
    * Fix windows installer deleting machine provider config file
    * Use uploaded .zip for Windows action
    * pr-should-include-tests: no more CI:DOCS override

------------------------------------------------------------------
------------------  2025-5-11  -  May 11 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - md: add a new callback pers->bitmap_sector() (git-fixes).
  - Refresh patches.kabi/md-md_personality-workaround.patch.
  - commit a7e1668
  - Move upstreamed sound patch into sorted section
  - commit 3442d03
  - usb: usbtmc: Fix erroneous generic_read ioctl return
    (git-fixes).
  - usb: usbtmc: Fix erroneous wait_srq ioctl return (git-fixes).
  - usb: usbtmc: Fix erroneous get_stb ioctl error returns
    (git-fixes).
  - usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT
    transition (git-fixes).
  - USB: usbtmc: use interruptible sleep in usbtmc_read (git-fixes).
  - usb: cdnsp: fix L1 resume issue for RTL_REVISION_NEW_LPM version
    (git-fixes).
  - usb: typec: ucsi: displayport: Fix NULL pointer access
    (git-fixes).
  - usb: uhci-platform: Make the clock really optional (git-fixes).
  - usb: gadget: Use get_status callback to set remote wakeup
    capability (git-fixes).
  - usb: gadget: f_ecm: Add get_status callback (git-fixes).
  - usb: host: tegra: Prevent host controller crash when OTG port
    is used (git-fixes).
  - usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUN
    (git-fixes).
  - staging: axis-fifo: Remove hardware resets for user errors
    (git-fixes).
  - staging: axis-fifo: Correct handling of tx_fifo_depth for size
    validation (git-fixes).
  - iio: adis16201: Correct inclinometer channel resolution
    (git-fixes).
  - iio: adc: ad7606: fix serial register access (git-fixes).
  - staging: iio: adc: ad7816: Correct conditional logic for store
    mode (git-fixes).
  - iio: temp: maxim-thermocouple: Fix potential lack of DMA safe
    buffer (git-fixes).
  - iio: imu: st_lsm6dsx: fix possible lockup in
    st_lsm6dsx_read_tagged_fifo (git-fixes).
  - iio: imu: st_lsm6dsx: fix possible lockup in
    st_lsm6dsx_read_fifo (git-fixes).
  - iio: accel: adxl367: fix setting odr for activity time update
    (git-fixes).
  - drm/amdgpu/hdp5.2: use memcfg register to post the write for
    HDP flush (git-fixes).
  - drm/amd/display: Fix wrong handling for AUX_DEFER case
    (git-fixes).
  - drm/amd/display: Copy AUX read reply data whenever length >
    0 (git-fixes).
  - drm/amd/display: Remove incorrect checking in dmub aux handler
    (git-fixes).
  - drm/amd/display: Shift DMUB AUX reply command if necessary
    (git-fixes).
  - drm/panel: simple: Update timings for AUO G101EVN010
    (git-fixes).
  - wifi: cfg80211: fix out-of-bounds access during multi-link
    element defragmentation (git-fixes).
  - can: gw: fix RCU/BH usage in cgw_create_job() (git-fixes).
  - can: mcan: m_can_class_unregister(): fix order of unregistration
    calls (git-fixes).
  - can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration
    calls (git-fixes).
  - can: mcp251xfd: fix TDC setting for low data bit rates
    (git-fixes).
  - irqchip/qcom-mpm: Prevent crash when trying to handle non-wake
    GPIOs (git-fixes).
  - ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset
    (stable-fixes).
  - ALSA: usb-audio: Add retry on -EPROTO from usb_set_interface()
    (stable-fixes).
  - drm/amd/display: Fix slab-use-after-free in hdcp (git-fixes).
  - platform/x86/amd: pmc: Require at least 2.5 seconds between
    HW sleep cycles (stable-fixes).
  - drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcp
    (stable-fixes).
  - ASoC: soc-core: Stop using of_property_read_bool() for
    non-boolean properties (stable-fixes).
  - ASoC: Use of_property_read_bool() (stable-fixes).
  - xhci: Clean up stale comment on ERST_SIZE macro (stable-fixes).
  - commit 9628f1b

++++ kernel-rt:

  - md: add a new callback pers->bitmap_sector() (git-fixes).
  - Refresh patches.kabi/md-md_personality-workaround.patch.
  - commit a7e1668
  - Move upstreamed sound patch into sorted section
  - commit 3442d03
  - usb: usbtmc: Fix erroneous generic_read ioctl return
    (git-fixes).
  - usb: usbtmc: Fix erroneous wait_srq ioctl return (git-fixes).
  - usb: usbtmc: Fix erroneous get_stb ioctl error returns
    (git-fixes).
  - usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT
    transition (git-fixes).
  - USB: usbtmc: use interruptible sleep in usbtmc_read (git-fixes).
  - usb: cdnsp: fix L1 resume issue for RTL_REVISION_NEW_LPM version
    (git-fixes).
  - usb: typec: ucsi: displayport: Fix NULL pointer access
    (git-fixes).
  - usb: uhci-platform: Make the clock really optional (git-fixes).
  - usb: gadget: Use get_status callback to set remote wakeup
    capability (git-fixes).
  - usb: gadget: f_ecm: Add get_status callback (git-fixes).
  - usb: host: tegra: Prevent host controller crash when OTG port
    is used (git-fixes).
  - usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUN
    (git-fixes).
  - staging: axis-fifo: Remove hardware resets for user errors
    (git-fixes).
  - staging: axis-fifo: Correct handling of tx_fifo_depth for size
    validation (git-fixes).
  - iio: adis16201: Correct inclinometer channel resolution
    (git-fixes).
  - iio: adc: ad7606: fix serial register access (git-fixes).
  - staging: iio: adc: ad7816: Correct conditional logic for store
    mode (git-fixes).
  - iio: temp: maxim-thermocouple: Fix potential lack of DMA safe
    buffer (git-fixes).
  - iio: imu: st_lsm6dsx: fix possible lockup in
    st_lsm6dsx_read_tagged_fifo (git-fixes).
  - iio: imu: st_lsm6dsx: fix possible lockup in
    st_lsm6dsx_read_fifo (git-fixes).
  - iio: accel: adxl367: fix setting odr for activity time update
    (git-fixes).
  - drm/amdgpu/hdp5.2: use memcfg register to post the write for
    HDP flush (git-fixes).
  - drm/amd/display: Fix wrong handling for AUX_DEFER case
    (git-fixes).
  - drm/amd/display: Copy AUX read reply data whenever length >
    0 (git-fixes).
  - drm/amd/display: Remove incorrect checking in dmub aux handler
    (git-fixes).
  - drm/amd/display: Shift DMUB AUX reply command if necessary
    (git-fixes).
  - drm/panel: simple: Update timings for AUO G101EVN010
    (git-fixes).
  - wifi: cfg80211: fix out-of-bounds access during multi-link
    element defragmentation (git-fixes).
  - can: gw: fix RCU/BH usage in cgw_create_job() (git-fixes).
  - can: mcan: m_can_class_unregister(): fix order of unregistration
    calls (git-fixes).
  - can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration
    calls (git-fixes).
  - can: mcp251xfd: fix TDC setting for low data bit rates
    (git-fixes).
  - irqchip/qcom-mpm: Prevent crash when trying to handle non-wake
    GPIOs (git-fixes).
  - ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset
    (stable-fixes).
  - ALSA: usb-audio: Add retry on -EPROTO from usb_set_interface()
    (stable-fixes).
  - drm/amd/display: Fix slab-use-after-free in hdcp (git-fixes).
  - platform/x86/amd: pmc: Require at least 2.5 seconds between
    HW sleep cycles (stable-fixes).
  - drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcp
    (stable-fixes).
  - ASoC: soc-core: Stop using of_property_read_bool() for
    non-boolean properties (stable-fixes).
  - ASoC: Use of_property_read_bool() (stable-fixes).
  - xhci: Clean up stale comment on ERST_SIZE macro (stable-fixes).
  - commit 9628f1b

++++ kernel-rt_debug:

  - md: add a new callback pers->bitmap_sector() (git-fixes).
  - Refresh patches.kabi/md-md_personality-workaround.patch.
  - commit a7e1668
  - Move upstreamed sound patch into sorted section
  - commit 3442d03
  - usb: usbtmc: Fix erroneous generic_read ioctl return
    (git-fixes).
  - usb: usbtmc: Fix erroneous wait_srq ioctl return (git-fixes).
  - usb: usbtmc: Fix erroneous get_stb ioctl error returns
    (git-fixes).
  - usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT
    transition (git-fixes).
  - USB: usbtmc: use interruptible sleep in usbtmc_read (git-fixes).
  - usb: cdnsp: fix L1 resume issue for RTL_REVISION_NEW_LPM version
    (git-fixes).
  - usb: typec: ucsi: displayport: Fix NULL pointer access
    (git-fixes).
  - usb: uhci-platform: Make the clock really optional (git-fixes).
  - usb: gadget: Use get_status callback to set remote wakeup
    capability (git-fixes).
  - usb: gadget: f_ecm: Add get_status callback (git-fixes).
  - usb: host: tegra: Prevent host controller crash when OTG port
    is used (git-fixes).
  - usb: gadget: tegra-xudc: ACK ST_RC after clearing CTRL_RUN
    (git-fixes).
  - staging: axis-fifo: Remove hardware resets for user errors
    (git-fixes).
  - staging: axis-fifo: Correct handling of tx_fifo_depth for size
    validation (git-fixes).
  - iio: adis16201: Correct inclinometer channel resolution
    (git-fixes).
  - iio: adc: ad7606: fix serial register access (git-fixes).
  - staging: iio: adc: ad7816: Correct conditional logic for store
    mode (git-fixes).
  - iio: temp: maxim-thermocouple: Fix potential lack of DMA safe
    buffer (git-fixes).
  - iio: imu: st_lsm6dsx: fix possible lockup in
    st_lsm6dsx_read_tagged_fifo (git-fixes).
  - iio: imu: st_lsm6dsx: fix possible lockup in
    st_lsm6dsx_read_fifo (git-fixes).
  - iio: accel: adxl367: fix setting odr for activity time update
    (git-fixes).
  - drm/amdgpu/hdp5.2: use memcfg register to post the write for
    HDP flush (git-fixes).
  - drm/amd/display: Fix wrong handling for AUX_DEFER case
    (git-fixes).
  - drm/amd/display: Copy AUX read reply data whenever length >
    0 (git-fixes).
  - drm/amd/display: Remove incorrect checking in dmub aux handler
    (git-fixes).
  - drm/amd/display: Shift DMUB AUX reply command if necessary
    (git-fixes).
  - drm/panel: simple: Update timings for AUO G101EVN010
    (git-fixes).
  - wifi: cfg80211: fix out-of-bounds access during multi-link
    element defragmentation (git-fixes).
  - can: gw: fix RCU/BH usage in cgw_create_job() (git-fixes).
  - can: mcan: m_can_class_unregister(): fix order of unregistration
    calls (git-fixes).
  - can: mcp251xfd: mcp251xfd_remove(): fix order of unregistration
    calls (git-fixes).
  - can: mcp251xfd: fix TDC setting for low data bit rates
    (git-fixes).
  - irqchip/qcom-mpm: Prevent crash when trying to handle non-wake
    GPIOs (git-fixes).
  - ALSA: usb-audio: Add second USB ID for Jabra Evolve 65 headset
    (stable-fixes).
  - ALSA: usb-audio: Add retry on -EPROTO from usb_set_interface()
    (stable-fixes).
  - drm/amd/display: Fix slab-use-after-free in hdcp (git-fixes).
  - platform/x86/amd: pmc: Require at least 2.5 seconds between
    HW sleep cycles (stable-fixes).
  - drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcp
    (stable-fixes).
  - ASoC: soc-core: Stop using of_property_read_bool() for
    non-boolean properties (stable-fixes).
  - ASoC: Use of_property_read_bool() (stable-fixes).
  - xhci: Clean up stale comment on ERST_SIZE macro (stable-fixes).
  - commit 9628f1b

------------------------------------------------------------------
------------------  2025-5-10  -  May 10 2025  -------------------
------------------------------------------------------------------

++++ python311-core:

  - Remove python-3.3.0b1-test-posix_fadvise.patch (not needed
    since kernel 3.6-rc1)

++++ python311:

  - Remove python-3.3.0b1-test-posix_fadvise.patch (not needed
    since kernel 3.6-rc1)

------------------------------------------------------------------
------------------  2025-5-9  -  May 9 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.20 → 10.2.21

++++ kernel-default:

  - dm: fix copying after src array boundaries (git-fixes).
  - commit 10c16a9
  - dm: add missing unlock on in dm_keyslot_evict() (git-fixes).
  - commit a94a8c2
  - net: decrease cached dst counters in dst_release (CVE-2025-22057
    bsc#1241533).
  - commit 1da248f
  - net: mctp: Set SOCK_RCU_FREE (CVE-2025-37790 bsc#1242509).
  - commit cedbf4f
  - net_sched: hfsc: Fix a UAF vulnerability in class handling
    (CVE-2025-37797 bsc#1242417).
  - commit 5c832c4
  - powerpc/pseries/iommu: create DDW for devices with DMA mask
    less than 64-bits (bsc#1239691 bsc#1243044 ltc#212555).
  - commit d9959ab
  - codel: remove sch->q.qlen check before
    qdisc_tree_reduce_backlog() (CVE-2025-37798 bsc#1242414).
  - commit 8fb5816
  - Update
    patches.suse/net-smc-initialize-close_work-early-to-avoid-warning.patch
    (CVE-2024-56641 bsc#1235526 bsc#1242985).
  - commit d393a0f
  - mptcp: fix NULL pointer in can_accept_new_subflow
    (CVE-2025-23145 bsc#1242596).
  - mptcp: relax check on MPC passive fallback (git-fixes).
  - mptcp: refine opt_mp_capable determination (git-fixes).
  - mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
    (git-fixes).
  - mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()
    (git-fixes CVE-2024-35840 bsc#1224597).
  - mptcp: strict validation before using mp_opt->hmac (git-fixes).
  - commit b0b581d
  - mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN
    (git-fixes).
  - blacklist.conf:
  - remove the entry for commit be1d9d9d38da which was blacklisted as not
    needed because of absence of this backport
  - commit 07c39d4
  - ax25: Remove broken autobind (CVE-2025-22109 bsc#1241573).
  - commit 9a9abc7
  - udp: Fix memory accounting leak (CVE-2025-22058 bsc#1241332).
  - commit 6a0c03a

++++ kernel-rt:

  - dm: fix copying after src array boundaries (git-fixes).
  - commit 10c16a9
  - dm: add missing unlock on in dm_keyslot_evict() (git-fixes).
  - commit a94a8c2
  - net: decrease cached dst counters in dst_release (CVE-2025-22057
    bsc#1241533).
  - commit 1da248f
  - net: mctp: Set SOCK_RCU_FREE (CVE-2025-37790 bsc#1242509).
  - commit cedbf4f
  - net_sched: hfsc: Fix a UAF vulnerability in class handling
    (CVE-2025-37797 bsc#1242417).
  - commit 5c832c4
  - powerpc/pseries/iommu: create DDW for devices with DMA mask
    less than 64-bits (bsc#1239691 bsc#1243044 ltc#212555).
  - commit d9959ab
  - codel: remove sch->q.qlen check before
    qdisc_tree_reduce_backlog() (CVE-2025-37798 bsc#1242414).
  - commit 8fb5816
  - Update
    patches.suse/net-smc-initialize-close_work-early-to-avoid-warning.patch
    (CVE-2024-56641 bsc#1235526 bsc#1242985).
  - commit d393a0f
  - mptcp: fix NULL pointer in can_accept_new_subflow
    (CVE-2025-23145 bsc#1242596).
  - mptcp: relax check on MPC passive fallback (git-fixes).
  - mptcp: refine opt_mp_capable determination (git-fixes).
  - mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
    (git-fixes).
  - mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()
    (git-fixes CVE-2024-35840 bsc#1224597).
  - mptcp: strict validation before using mp_opt->hmac (git-fixes).
  - commit b0b581d
  - mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN
    (git-fixes).
  - blacklist.conf:
  - remove the entry for commit be1d9d9d38da which was blacklisted as not
    needed because of absence of this backport
  - commit 07c39d4
  - ax25: Remove broken autobind (CVE-2025-22109 bsc#1241573).
  - commit 9a9abc7
  - udp: Fix memory accounting leak (CVE-2025-22058 bsc#1241332).
  - commit 6a0c03a

++++ kernel-rt_debug:

  - dm: fix copying after src array boundaries (git-fixes).
  - commit 10c16a9
  - dm: add missing unlock on in dm_keyslot_evict() (git-fixes).
  - commit a94a8c2
  - net: decrease cached dst counters in dst_release (CVE-2025-22057
    bsc#1241533).
  - commit 1da248f
  - net: mctp: Set SOCK_RCU_FREE (CVE-2025-37790 bsc#1242509).
  - commit cedbf4f
  - net_sched: hfsc: Fix a UAF vulnerability in class handling
    (CVE-2025-37797 bsc#1242417).
  - commit 5c832c4
  - powerpc/pseries/iommu: create DDW for devices with DMA mask
    less than 64-bits (bsc#1239691 bsc#1243044 ltc#212555).
  - commit d9959ab
  - codel: remove sch->q.qlen check before
    qdisc_tree_reduce_backlog() (CVE-2025-37798 bsc#1242414).
  - commit 8fb5816
  - Update
    patches.suse/net-smc-initialize-close_work-early-to-avoid-warning.patch
    (CVE-2024-56641 bsc#1235526 bsc#1242985).
  - commit d393a0f
  - mptcp: fix NULL pointer in can_accept_new_subflow
    (CVE-2025-23145 bsc#1242596).
  - mptcp: relax check on MPC passive fallback (git-fixes).
  - mptcp: refine opt_mp_capable determination (git-fixes).
  - mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
    (git-fixes).
  - mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()
    (git-fixes CVE-2024-35840 bsc#1224597).
  - mptcp: strict validation before using mp_opt->hmac (git-fixes).
  - commit b0b581d
  - mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN
    (git-fixes).
  - blacklist.conf:
  - remove the entry for commit be1d9d9d38da which was blacklisted as not
    needed because of absence of this backport
  - commit 07c39d4
  - ax25: Remove broken autobind (CVE-2025-22109 bsc#1241573).
  - commit 9a9abc7
  - udp: Fix memory accounting leak (CVE-2025-22058 bsc#1241332).
  - commit 6a0c03a

++++ systemd:

  - Import commit ebdfa3e44e0c85febfa3b35fc8843f8db6f3fb10
    ebdfa3e44e man/pstore.conf: pstore.conf template is not always installed in /etc
    304ed20aab man: coredump.conf template is not always installed in /etc (bsc#1237496)
  - Add 1003-journal-again-create-user-journals-for-users-with-hi.patch (bsc#1242938)
    Don't write messages sent from users with UID falling into the container UID
    range to the system journal. Daemons in the container don't talk to the
    outside journald as they talk to the inner one directly, which does its
    journal splitting based on shifted uids.

------------------------------------------------------------------
------------------  2025-5-8  -  May 8 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add dkms to test-image-embedded integration test
  - Fixed access issue to etc/kernel for sdboot
    In case of an overlayroot setup we have to make sure
    that etc/kernel is writable. This is done by a bind
    mount of the ESP
  - Update test-image-overlayroot
    Add another build using grub instead of systemd-boot and use
    btrfs as write partition instead of xfs. Please note this test
    requires a boot partition because grub cannot read from erofs
    and unlike systemd-boot grub does not read all boot data from
    the ESP.
  - Fixed get_volume_management
    If a volume capable filesystem like btrfs is requested, there
    must also be a volume definition available to report that
    the volume management is actively used. Just the request of
    the filesystem can also mean it's being used without volumes
    like it could be the case for an overlayroot setup that
    requests btrfs as write partition.
  - Update test-image-overlayroot
    Move to systemd-boot as bootloader, activate secure boot
    and drop the extra boot partition. Use XFS for the write
    space
  - Allow initrd updates on read-only devices
    Move initrd to ESP for boot loaders that reads data
    from there
  - Fix ordering issue for device assignment
    wrong assignment of a boot partition in overlayroot setup
    without boot partition

++++ kernel-default:

  - perf: arm_cspmu: nvidia: monitor all ports by default (bsc#1242172)
  - commit bf5ce56
  - perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (bsc#1242172)
  - commit d976f98
  - perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (bsc#1242172)
  - commit bcf5e61
  - perf: arm_cspmu: nvidia: remove unsupported SCF events (bsc#1242172)
  - commit 4647012
  - x86/ibt: Keep IBT disabled during alternative patching (bsc#1242006 CVE-2024-28956).
  - commit fac02ba
  - x86/its: Align RETs in BHB clear sequence to avoid thunking (bsc#1242006 CVE-2024-28956).
  - commit 909407f
  - x86/its: Add support for RSB stuffing mitigation (bsc#1242006 CVE-2024-28956).
  - commit 42d05af
  - x86/its: Add "vmexit" option to skip mitigation on some CPUs (bsc#1242006 CVE-2024-28956).
  - commit cefce67
  - x86/its: Enable Indirect Target Selection mitigation (bsc#1242006 CVE-2024-28956).
  - commit 6720dce
  - x86/its: Add support for ITS-safe return thunk (bsc#1242006 CVE-2024-28956).
  - commit b904ebb
  - watch_queue: fix pipe accounting mismatch (CVE-2025-23138 bsc#1241648).
  - commit 53d2fbb
  - x86/its: Add support for ITS-safe indirect thunk (bsc#1242006 CVE-2024-28956).
  - commit 73d0713
  - x86/its: Enumerate Indirect Target Selection (ITS) bug (bsc#1242006 CVE-2024-28956).
  - commit 0ceddfb
  - Documentation: x86/bugs/its: Add ITS documentation (bsc#1242006 CVE-2024-28956).
  - commit 8fd974a
  - vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp
    (CVE-2025-37799 bsc#1242283).
  - commit f53c65a
  - btrfs: always fallback to buffered write if the inode  requires
    checksum (bsc#1242831 bsc#1242710).
  - commit fd92bec

++++ kernel-rt:

  - perf: arm_cspmu: nvidia: monitor all ports by default (bsc#1242172)
  - commit bf5ce56
  - perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (bsc#1242172)
  - commit d976f98
  - perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (bsc#1242172)
  - commit bcf5e61
  - perf: arm_cspmu: nvidia: remove unsupported SCF events (bsc#1242172)
  - commit 4647012
  - x86/ibt: Keep IBT disabled during alternative patching (bsc#1242006 CVE-2024-28956).
  - commit fac02ba
  - x86/its: Align RETs in BHB clear sequence to avoid thunking (bsc#1242006 CVE-2024-28956).
  - commit 909407f
  - x86/its: Add support for RSB stuffing mitigation (bsc#1242006 CVE-2024-28956).
  - commit 42d05af
  - x86/its: Add "vmexit" option to skip mitigation on some CPUs (bsc#1242006 CVE-2024-28956).
  - commit cefce67
  - x86/its: Enable Indirect Target Selection mitigation (bsc#1242006 CVE-2024-28956).
  - commit 6720dce
  - x86/its: Add support for ITS-safe return thunk (bsc#1242006 CVE-2024-28956).
  - commit b904ebb
  - watch_queue: fix pipe accounting mismatch (CVE-2025-23138 bsc#1241648).
  - commit 53d2fbb
  - x86/its: Add support for ITS-safe indirect thunk (bsc#1242006 CVE-2024-28956).
  - commit 73d0713
  - x86/its: Enumerate Indirect Target Selection (ITS) bug (bsc#1242006 CVE-2024-28956).
  - commit 0ceddfb
  - Documentation: x86/bugs/its: Add ITS documentation (bsc#1242006 CVE-2024-28956).
  - commit 8fd974a
  - vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp
    (CVE-2025-37799 bsc#1242283).
  - commit f53c65a
  - btrfs: always fallback to buffered write if the inode  requires
    checksum (bsc#1242831 bsc#1242710).
  - commit fd92bec

++++ kernel-rt_debug:

  - perf: arm_cspmu: nvidia: monitor all ports by default (bsc#1242172)
  - commit bf5ce56
  - perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering (bsc#1242172)
  - commit d976f98
  - perf: arm_cspmu: nvidia: fix sysfs path in the kernel doc (bsc#1242172)
  - commit bcf5e61
  - perf: arm_cspmu: nvidia: remove unsupported SCF events (bsc#1242172)
  - commit 4647012
  - x86/ibt: Keep IBT disabled during alternative patching (bsc#1242006 CVE-2024-28956).
  - commit fac02ba
  - x86/its: Align RETs in BHB clear sequence to avoid thunking (bsc#1242006 CVE-2024-28956).
  - commit 909407f
  - x86/its: Add support for RSB stuffing mitigation (bsc#1242006 CVE-2024-28956).
  - commit 42d05af
  - x86/its: Add "vmexit" option to skip mitigation on some CPUs (bsc#1242006 CVE-2024-28956).
  - commit cefce67
  - x86/its: Enable Indirect Target Selection mitigation (bsc#1242006 CVE-2024-28956).
  - commit 6720dce
  - x86/its: Add support for ITS-safe return thunk (bsc#1242006 CVE-2024-28956).
  - commit b904ebb
  - watch_queue: fix pipe accounting mismatch (CVE-2025-23138 bsc#1241648).
  - commit 53d2fbb
  - x86/its: Add support for ITS-safe indirect thunk (bsc#1242006 CVE-2024-28956).
  - commit 73d0713
  - x86/its: Enumerate Indirect Target Selection (ITS) bug (bsc#1242006 CVE-2024-28956).
  - commit 0ceddfb
  - Documentation: x86/bugs/its: Add ITS documentation (bsc#1242006 CVE-2024-28956).
  - commit 8fd974a
  - vmxnet3: Fix malformed packet sizing in vmxnet3_process_xdp
    (CVE-2025-37799 bsc#1242283).
  - commit f53c65a
  - btrfs: always fallback to buffered write if the inode  requires
    checksum (bsc#1242831 bsc#1242710).
  - commit fd92bec

------------------------------------------------------------------
------------------  2025-5-7  -  May 7 2025  -------------------
------------------------------------------------------------------

++++ afterburn:

  - Use autosetup for patches, refresh them and rename
    * fix-authorized-keys-location.patch to 0001-Fix-authorized-keys-location-for-OpenSUSE.patch
    * set-default-user.patch to 0002-Set-the-default-user-to-suse.patch
    * no-network-args.patch to 0003-On-OpenSUSE-do-not-add-to-kernel-command-line.patch
  - Update to version 5.7.0.git103.bae893c:
    * Sync repo templates ⚙
    * build(deps): bump crossbeam-channel from 0.5.13 to 0.5.15
    * build(deps): bump tokio from 1.40.0 to 1.44.2
    * build(deps): bump openssl from 0.10.71 to 0.10.72
    fixes RUSTSEC-2025-0022 AKA CVE-2025-3416 AKA bsc#1242665
    * build(deps): bump zbus from 4.4.0 to 5.5.0
    * mod.rs: Fix clippy lint errors
    * release-notes.md: add release notes for rust version update
    * Cargo.toml: bump MSRV to 1.84.1
    * Fix clippy lint issues
    * Sync repo templates ⚙
    * build(deps): bump mockito from 1.6.1 to 1.7.0
    * build(deps): bump serde_json from 1.0.139 to 1.0.140
    * build(deps): bump tempfile from 3.17.1 to 3.19.1
    * build(deps): bump clap from 4.5.31 to 4.5.35
    * build(deps): bump reqwest from 0.12.12 to 0.12.15
    * Update release notes.
    * proxmoxve: Add more context to log messages.
    * proxmoxve: Remove unneeded fields
    * proxmoxve: Add tests for static network configuration from cloud-init.
    * proxmoxve: Add support for static network configuration from cloud-init.
    * build(deps): bump mailparse from 0.15.0 to 0.16.1
    * Sync repo templates ⚙
    * build(deps): bump ring from 0.17.8 to 0.17.13
    * build(deps): bump anyhow from 1.0.95 to 1.0.96
    * release notes: add notes for tempfile bump from 3.16.0 to 3.17.1
    * build(deps): bump serde from 1.0.217 to 1.0.218
    * build(deps): bump openssl from 0.10.70 to 0.10.71
    * build(deps): bump tempfile from 3.16.0 to 3.17.1
    * build(deps): bump serde_json from 1.0.138 to 1.0.139
    * build(deps): bump clap from 4.5.27 to 4.5.31
    * add makefile targets for fmt,lint and test
    * providers/openstack: ignore ec2 metadata if not present
    * build(deps): bump openssl from 0.10.66 to 0.10.70
    * build(deps): bump serde_json from 1.0.137 to 1.0.138
    * build(deps): bump tempfile from 3.14.0 to 3.16.0
    * build(deps): bump openssl from 0.10.66 to 0.10.69
    * build(deps): bump ipnetwork from 0.20.0 to 0.21.1
    * build(deps): bump serde from 1.0.215 to 1.0.217
    * build(deps): bump serde_json from 1.0.133 to 1.0.137
    * build(deps): bump anyhow from 1.0.93 to 1.0.95
    * build(deps): bump clap from 4.5.21 to 4.5.27
    * build(deps): bump reqwest from 0.12.7 to 0.12.12
    * Sync repo templates ⚙
    * Sync repo templates ⚙
    * build(deps): bump mockito from 1.5.0 to 1.6.1
    * build(deps): bump serde_json from 1.0.128 to 1.0.133
    * Sync repo templates ⚙
    * build(deps): bump clap from 4.5.17 to 4.5.21
    * build(deps): bump tempfile from 3.12.0 to 3.14.0
    * build(deps): bump anyhow from 1.0.89 to 1.0.93
    * build(deps): bump serde from 1.0.210 to 1.0.215
    * Sync repo templates ⚙
    * Sync repo templates ⚙
    * docs: add changelog entry
    * proxmox: use noop provider if no configdrive
    * add noop provider
    * release-notes: remove "upcoming"
  - Update to version 5.7.0:
    * cargo: Afterburn release 5.7.0
    * docs/release-notes: update for release 5.7.0
    * cargo: update dependencies
    * dhcp: replace dbus_proxy with proxy, and zbus traits
    * build(deps): bump zbus from 3.15.2 to 4.4.0
    * build(deps): bump tempfile from 3.10.1 to 3.12.0
    * build(deps): bump serde from 1.0.205 to 1.0.210
    * build(deps): bump serde_json from 1.0.121 to 1.0.127
    * build(deps): bump reqwest from 0.12.5 to 0.12.7
    * build(deps): bump uzers from 0.12.0 to 0.12.1
    * build(deps): bump clap from 4.5.13 to 4.5.16
    * build(deps): bump serde from 1.0.203 to 1.0.205
    * build(deps): bump serde_json from 1.0.119 to 1.0.121
    * build(deps): bump mockito from 1.4.0 to 1.5.0
    * build(deps): bump openssh-keys from 0.6.3 to 0.6.4
    * build(deps): bump clap from 4.5.8 to 4.5.13
    * build(deps): bump openssl from 0.10.64 to 0.10.66
    * providers/hetzner: private ipv4 addresses in attributes
    * openstack: Document the two platforms
    * build(deps): bump zerovec-derive from 0.10.2 to 0.10.3
    * build(deps): bump zerovec from 0.10.2 to 0.10.4
    * build(deps): bump nix from 0.27.1 to 0.29.0
    * build(deps): bump clap from 4.5.7 to 4.5.8
    * build(deps): bump serde_json from 1.0.117 to 1.0.119
    * microsoft/azure: allow empty certificate chain in PKCS12 file
    * proxmoxve: implement proxmoxve provider
    * providers/hetzner: fix duplicate attribute prefix
    * build(deps): bump pnet_base from 0.34.0 to 0.35.0
    * cargo: Afterburn release 5.6.0
    * docs/release-notes: update for release 5.6.0
    * cargo: update dependencies
    * build(deps): bump libflate from 1.4.0 to 2.1.0
    * build(deps): bump base64 from 0.21.7 to 0.22.1
    * build(deps): bump uzers from 0.11.3 to 0.12.0
    * build(deps): bump pnet_datalink from 0.34.0 to 0.35.0
    * build(deps): bump nix from 0.28.0 to 0.29.0
    * lint: silence deadcode warnings
    * lint: address latest lint's from msrv update
    * workflows/rust: directly update toolchain to 1.75.0
    * cargo: update msrv to 1.75
    * Sync repo templates ⚙
    * build(deps): bump reqwest from 0.12.2 to 0.12.4
    * build(deps): bump serde from 1.0.197 to 1.0.200
    * build(deps): bump anyhow from 1.0.81 to 1.0.82
    * build(deps): bump mailparse from 0.14.1 to 0.15.0
    * build(deps): bump serde_json from 1.0.115 to 1.0.116
    * Sync repo templates ⚙
    * providers: Add "akamai" provider
    * build(deps): bump h2 from 0.3.24 to 0.3.26
    * build(deps): bump anyhow from 1.0.79 to 1.0.81
    * build(deps): bump serde_json from 1.0.113 to 1.0.115
    * build(deps): bump reqwest from 0.11.24 to 0.12.2
    * build(deps): bump serde_yaml from 0.9.32 to 0.9.34+deprecated
    * build(deps): bump mio from 0.8.10 to 0.8.11
    * build(deps): bump mailparse from 0.14.0 to 0.14.1
    * build(deps): bump openssl from 0.10.62 to 0.10.64
    * build(deps): bump nix from 0.27.1 to 0.28.0
    * build(deps): bump mockito from 1.2.0 to 1.4.0
    * build(deps): bump tempfile from 3.9.0 to 3.10.1
    * build(deps): bump serde_yaml from 0.9.31 to 0.9.32
    * build(deps): bump serde from 1.0.195 to 1.0.197
    * build(deps): bump h2 from 0.3.23 to 0.3.24
    * build(deps): bump slog-term from 2.9.0 to 2.9.1
    * build(deps): bump serde_yaml from 0.9.30 to 0.9.31
    * build(deps): bump serde_json from 1.0.111 to 1.0.113
    * build(deps): bump clap from 4.4.16 to 4.4.18
    * build(deps): bump reqwest from 0.11.23 to 0.11.24
    * Sync repo templates ⚙
    * cargo: Afterburn release 5.5.1
    * docs/release-notes: update for release 5.5.1
    * cargo: update dependencies
    * build(deps): bump anyhow from 1.0.75 to 1.0.78
    * build(deps): bump serde_yaml from 0.9.27 to 0.9.29
    * build(deps): bump reqwest from 0.11.22 to 0.11.23
    * build(deps): bump serde_json from 1.0.108 to 1.0.109
    * build(deps): bump openssl from 0.10.60 to 0.10.62
    * build(deps): bump tempfile from 3.8.1 to 3.9.0
    * build(deps): bump clap from 4.4.10 to 4.4.12
    * build(deps): bump unsafe-libyaml from 0.2.9 to 0.2.10
    * providers/vmware: add missing public functions for non-amd64
    * build(deps): bump clap from 4.4.8 to 4.4.10
    * cargo: Afterburn release 5.5.0
    * build(deps): bump openssl from 0.10.59 to 0.10.60
    * Sync repo templates ⚙
    * docs/release-notes: update for release 5.5.0
    * cargo: update dependencies
    * ci: cancel previous build on PR update
    * build(deps): allow building with libsystemd 0.7.0
    * providers/vmware: Process guestinfo.metadata netplan configuration
    * kubevirt: Run afterburn-hostname service
    * build(deps): bump reqwest from 0.11.20 to 0.11.22
    * build(deps): bump tempfile from 3.8.0 to 3.8.1
    * build(deps): bump clap from 4.4.6 to 4.4.7
    * build(deps): bump serde_json from 1.0.107 to 1.0.108
    * build(deps): bump serde_yaml from 0.9.25 to 0.9.27
    * build(deps): bump rustix from 0.37.19 to 0.37.25
    * build(deps): bump clap from 4.4.2 to 4.4.6
    * build(deps): bump serde_json from 1.0.105 to 1.0.107
    * build(deps): bump mockito from 1.1.0 to 1.2.0
    * providers: add support for scaleway
    * Move away from deprecated `users` to `uzers`
    though not vulnerable as unused but lib had CVE-2025-5791 AKA bsc#1244199
    * Sync repo templates ⚙
    * providers/hetzner: add support for Hetzner Cloud
    * build(deps): bump clap from 4.4.1 to 4.4.2
    * cargo: update MSRV to 1.71
    * build(deps): bump clap from 4.3.19 to 4.4.1
    * chore: Get rid of Clippy warnings
    * cargo: specify required features for nix dependency
    * build(deps): bump nix from 0.26.2 to 0.27.1
    * build(deps): bump slog-async from 2.7.0 to 2.8.0
    * build(deps): bump openssl from 0.10.56 to 0.10.57
    * build(deps): bump reqwest from 0.11.18 to 0.11.20
    * build(deps): bump serde from 1.0.185 to 1.0.188
    * Sync repo templates ⚙
    * build(deps): bump tempfile from 3.7.1 to 3.8.0
    * build(deps): bump serde from 1.0.183 to 1.0.185
    * build(deps): bump anyhow from 1.0.72 to 1.0.75
    * build(deps): bump serde_json from 1.0.104 to 1.0.105
    * build(deps): bump openssl from 0.10.55 to 0.10.56
    * build(deps): bump tempfile from 3.7.0 to 3.7.1
    * build(deps): bump serde from 1.0.180 to 1.0.183
    * Sync repo templates ⚙
    * build(deps): bump serde from 1.0.179 to 1.0.180
    * build(deps): bump serde_json from 1.0.103 to 1.0.104
    * build(deps): bump serde from 1.0.175 to 1.0.179
    * build(deps): bump pnet_datalink from 0.33.0 to 0.34.0
    * build(deps): bump serde from 1.0.171 to 1.0.175
    * build(deps): bump clap from 4.3.14 to 4.3.19
    * build(deps): bump pnet_base from 0.33.0 to 0.34.0
    * build(deps): bump serde_yaml from 0.9.23 to 0.9.25
    * build(deps): bump tempfile from 3.6.0 to 3.7.0
    * build(deps): bump clap from 4.3.11 to 4.3.14
    * build(deps): bump serde_yaml from 0.9.22 to 0.9.23
    * build(deps): bump anyhow from 1.0.71 to 1.0.72
    * build(deps): bump serde_json from 1.0.100 to 1.0.103
    * Sync repo templates ⚙
    * build(deps): bump clap from 4.3.10 to 4.3.11
    * build(deps): bump serde_json from 1.0.99 to 1.0.100
    * build(deps): bump openssh-keys from 0.6.1 to 0.6.2
    * build(deps): bump zbus from 3.13.1 to 3.14.1
    * build(deps): bump clap from 4.3.8 to 4.3.10
    * build(deps): bump serde from 1.0.164 to 1.0.165
    * build(deps): bump serde_json from 1.0.96 to 1.0.99
    * build(deps): bump clap from 4.3.3 to 4.3.8
    * build(deps): bump serde_yaml from 0.9.21 to 0.9.22
    * build(deps): bump openssl from 0.10.54 to 0.10.55
    * build(deps): bump mockito from 1.0.2 to 1.1.0
    * Sync repo templates ⚙
    * Sync repo templates ⚙
    * openstack: Add attribute OPENSTACK_INSTANCE_UUID
    * build(deps): bump serde from 1.0.163 to 1.0.164
    * build(deps): bump clap from 4.3.2 to 4.3.3
    * build(deps): bump tempfile from 3.5.0 to 3.6.0
    * cargo: Afterburn release 5.4.3
    * docs/release-notes: update for release 5.4.3
    * cargo: update dependencies
    * cargo: allow openssl 0.10.46
    * build(deps): bump openssl from 0.10.52 to 0.10.54
    * build(deps): bump openssh-keys from 0.6.0 to 0.6.1
    * build(deps): bump vmw_backdoor from 0.2.3 to 0.2.4
    * ci: strip debug symbols
    * Sync repo templates ⚙
    * build-sys: Use new tier = 2 for cargo-vendor-filterer
    * Sync repo templates ⚙
    * Sync repo templates ⚙
    * build(deps): bump reqwest from 0.11.17 to 0.11.18
    * cargo: Afterburn release 5.4.2
    * docs/release-notes: update for release
    * docs/release-notes: note Azure SSH regression fix with new openssl
    * cargo: fix minimum version of openssl crate
    * build(deps): bump serde from 1.0.162 to 1.0.163
    * build(deps): bump zbus from 3.12.0 to 3.13.1
    * build(deps): bump serde from 1.0.160 to 1.0.162
    * build(deps): bump anyhow from 1.0.70 to 1.0.71
    * build(deps): bump openssl from 0.10.51 to 0.10.52
    * build(deps): bump reqwest from 0.11.16 to 0.11.17
    * build(deps): bump openssl from 0.10.50 to 0.10.51
    * build(deps): bump enumflags2 from 0.7.5 to 0.7.7
    * build(deps): bump openssl from 0.10.48 to 0.10.50
    * build(deps): bump zbus from 3.11.1 to 3.12.0
    * build(deps): bump serde_json from 1.0.95 to 1.0.96
    * build(deps): bump h2 from 0.3.15 to 0.3.17
    * build(deps): bump openssl from 0.10.47 to 0.10.48
    * microsoft/crypto/mod: replace deprecated function `parse` with `parse2`
    * build(deps): bump serde from 1.0.159 to 1.0.160
    * build(deps): bump serde_yaml from 0.9.19 to 0.9.21
    * build(deps): bump tempfile from 3.4.0 to 3.5.0
    * build(deps): bump serde from 1.0.158 to 1.0.159
    * build(deps): bump mockito from 1.0.1 to 1.0.2
    * Update mockito to 1.0.1
    * build(deps): bump reqwest from 0.11.15 to 0.11.16
    * build(deps): bump serde_json from 1.0.94 to 1.0.95
    * cli: switch to clap derive
    * cli: add descriptive value names for option arguments in --help
    * build(deps): bump zbus from 3.11.0 to 3.11.1
    * build(deps): bump openssl from 0.10.45 to 0.10.47
    * build(deps): bump reqwest from 0.11.14 to 0.11.15
    * build(deps): bump serde from 1.0.155 to 1.0.158
    * build(deps): bump anyhow from 1.0.69 to 1.0.70
    * cli: have clap require exactly one of --cmdline/--provider
    * providers/*: move endpoint mocking into retry::Client
    * retry/client: move URL parsing into helper function
    * providers/microsoft: import crate::retry
    * providers/microsoft: use stored client for all fetches
    * providers/packet: use stored client for boot checkin
    * build(deps): bump zbus from 3.10.0 to 3.11.0
    * build(deps): bump serde from 1.0.152 to 1.0.155
    * Sync repo templates ⚙
    * docs: Use upstream theme & update to 0.4.1
    * build(deps): bump serde_json from 1.0.93 to 1.0.94
    * build(deps): bump serde_yaml from 0.9.17 to 0.9.19
    * build(deps): bump mockito from 0.32.3 to 0.32.4
    * build(deps): bump tempfile from 3.3.0 to 3.4.0
    * initrd: remember to write trailing newline to network kargs file
    * util: drop obsolete "OEM" terminology
    * Update to clap 4
    * build(deps): bump mockito from 0.31.1 to 0.32.3
    * workflows: update clippy to 1.67
    * Fix clippy lints
    * Inline variables into format strings
    * build(deps): bump zbus from 3.9.0 to 3.10.0
    * build(deps): bump serde_json from 1.0.92 to 1.0.93

++++ python-kiwi:

  - Add kiwi-settings package for TW
    de-blacklist erofs to allow building integration tests
    with this filesystem
  - Switch to dracut-kiwi-verity
    So far no luck with the systemd verity generator. This
    commit adds the parsing of /etc/veritytab in the existing
    kiwi-verity dracut module and uses it in the overlayroot
    integration test.
  - Update test-image-overlayroot integration test
    Switch to erofs for overlay testing. Additionally split the build
    into two profiles. The first one just builds a simple overlayroot
    oem disk based on erofs. The second one adds a veritysetup layer
    and configures the systemd-veritysetup-generator for use in dracut.
    This Fixes #2799
  - Add documentation for new attribute
    Add details how to use the new overlayroot_readonly_filesystem attribute
  - Add support for selecting the overlay read-only fs
    Add new overlayroot_readonly_filesystem attribute which allows
    to select for either squashfs or erofs as the read-only filesystem
    in an OEM overlay disk setup.
  - Fixed root setup for verity overlay disk
    When building an image with overlayroot set to true and
    activated verity data, the root= parameter must be
    set to root=overlay:MAPPER=verityroot instead of the standard
    overlay:PARTUUID mapping.
  - Make sure the verity record has a superblock
  - Drop distro specific runtime check
    The check_efi_mode_for_disk_overlay_correctly_setup exists because
    shim-install does not work on read-only devices. However, shim-install
    is a SUSE only tool that runs a SUSE specific secure boot setup.
    For other secure boot processes this runtime check is not useful.
    As runtime checks aims to be generally useful, this one gets
    dropped.

++++ kernel-default:

  - x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).
  - x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).
  - x86/bpf: Call branch history clearing sequence on exit
    (bsc#1242778).
  - x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).
  - x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).
  - x86/bpf: Call branch history clearing sequence on exit
    (bsc#1242778).
  - commit 528b9b5
  - jbd2: increase IO priority for writing revoke records
    (bsc#1242332).
  - commit a27757f
  - Bluetooth: btnxpuart: Fix kernel panic during FW release
    (bsc#1241456 CVE-2025-22102).
  - commit 9e6b312
  - Bluetooth: btnxpuart: Remove check for CTS low after FW download
    (bsc#1241456 CVE-2025-22102).
  - commit 43b7feb

++++ kernel-rt:

  - x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).
  - x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).
  - x86/bpf: Call branch history clearing sequence on exit
    (bsc#1242778).
  - x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).
  - x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).
  - x86/bpf: Call branch history clearing sequence on exit
    (bsc#1242778).
  - commit 528b9b5
  - jbd2: increase IO priority for writing revoke records
    (bsc#1242332).
  - commit a27757f
  - Bluetooth: btnxpuart: Fix kernel panic during FW release
    (bsc#1241456 CVE-2025-22102).
  - commit 9e6b312
  - Bluetooth: btnxpuart: Remove check for CTS low after FW download
    (bsc#1241456 CVE-2025-22102).
  - commit 43b7feb

++++ kernel-rt_debug:

  - x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).
  - x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).
  - x86/bpf: Call branch history clearing sequence on exit
    (bsc#1242778).
  - x86/bhi: Do not set BHI_DIS_S in 32-bit mode (bsc#1242778).
  - x86/bpf: Add IBHF call at end of classic BPF (bsc#1242778).
  - x86/bpf: Call branch history clearing sequence on exit
    (bsc#1242778).
  - commit 528b9b5
  - jbd2: increase IO priority for writing revoke records
    (bsc#1242332).
  - commit a27757f
  - Bluetooth: btnxpuart: Fix kernel panic during FW release
    (bsc#1241456 CVE-2025-22102).
  - commit 9e6b312
  - Bluetooth: btnxpuart: Remove check for CTS low after FW download
    (bsc#1241456 CVE-2025-22102).
  - commit 43b7feb

++++ sqlite3:

  - Update to release 3.49.2:
    * Fix a bug in the NOT NULL optimization of version 3.40.0 that
    can lead to a memory error if abused.
    * Fix the count-of-view optimization so that it does not give an
    incorrect answer for a DISTINCT query.
    * Fix a possible incorrect answer that can result if a UNIQUE
    constraint of a table contains the PRIMARY KEY column and that
    UNIQUE constraint is used by an IN operator.
    * Fix obscure problems with the generate_series() extension
    function.
    * Incremental improvements to the configure/make.

++++ regionServiceClientConfigGCE:

  - Update conditional to handle name change of metadata package
    in SLE 16 (bsc#1242063)

------------------------------------------------------------------
------------------  2025-5-6  -  May 6 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix root clone size setup
    If the root_clone attribute is specified without providing a
    fixed size for the system, kiwi estimates the size needed for
    the root part and assigns the rest to the clone. This leads to
    different partition sizes for the root clones. As per definition
    of a clone the expectation is that the size is the same, this
    commit changes the behavior such that the calculated size for
    the system is applied to the origin root and all its clones.
    As a consequence this can leave unpartitioned space free in
    the image. This Fixes #2463

++++ kernel-default:

  - firmware: arm_ffa: Skip Rx buffer ownership release if not
    acquired (git-fixes).
  - firmware: arm_scmi: Balance device refcount when destroying
    devices (git-fixes).
  - commit e6126fe
  - ext4: goto right label 'out_mmap_sem' in ext4_setattr()
    (bsc#1242556).
  - commit f73dc04
  - mm: fix filemap_get_folios_contig returning batches of identical
    folios (bsc#1242327).
  - commit ab60c72
  - mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT
    (bsc#1242326).
  - commit eefd306
  - mm/readahead: fix large folio support in async readahead
    (bsc#1242321).
  - commit ca8ae9b
  - mm: fix oops when filemap_map_pmd() without prealloc_pte
    (bsc#1242546).
  - commit d84ed9f
  - udf: Fix inode_getblk() return value (bsc#1242313).
  - commit 083cf55
  - udf: Verify inode link counts before performing rename
    (bsc#1242314).
  - commit 8e7cda1
  - udf: Skip parent dir link count update if corrupted
    (bsc#1242315).
  - commit 94318f0
  - ext4: fix FS_IOC_GETFSMAP handling (bsc#1240557).
  - commit 531b964
  - ext4: make block validity check resistent to sb bh corruption
    (bsc#1242348).
  - commit 12e4947
  - ext4: don't treat fhandle lookup of ea_inode as FS corruption
    (bsc#1242347).
  - commit 3337bde
  - jbd2: add a missing data flush during file and fs
    synchronization (bsc#1242346).
  - commit 0ebdf6c
  - ext4: don't over-report free space or inodes in statvfs
    (bsc#1242345).
  - commit c197ee4
  - jbd2: fix off-by-one while erasing journal (bsc#1242344).
  - commit 362ca97
  - jbd2: remove wrong sb->s_sequence check (bsc#1242343).
  - commit b288b9a
  - ext4: add missing brelse() for bh2 in ext4_dx_add_entry()
    (bsc#1242342).
  - commit 8643d9f
  - ext4: protect ext4_release_dquot against freezing (bsc#1242335).
  - commit 532c985
  - jbd2: flush filesystem device before updating tail sequence
    (bsc#1242333).
  - commit 79495ff
  - ext4: partial zero eof block on unaligned inode size extension
    (bsc#1242336).
  - commit 992adfb
  - ext4: correct encrypted dentry name hash when not casefolded
    (bsc#1242540).
  - commit 71bfc00
  - ext4: treat end of range as exclusive in ext4_zero_range()
    (bsc#1242539).
  - commit 8950964
  - ext4: unify the type of flexbg_size to unsigned int
    (bsc#1242538).
    Refresh: patches.suse/ext4-avoid-online-resizing-failures-due-to-oversized.patch
  - commit 9b599f9
  - jbd2: increase the journal IO's priority (bsc#1242537).
  - commit 65fd6c7
  - ext4: replace the traditional ternary conditional operator
    with with max()/min() (bsc#1242536).
    Refresh patches.suse/ext4-move-setting-of-trimmed-bit-into-ext4_try_to_tr.patch
    Refresh patches.suse/ext4-fix-inconsistent-between-segment-fstrim-and-ful.patch
  - commit 9de0d03
  - splice: remove duplicate noinline from pipe_clear_nowait
    (bsc#1242328).
  - commit 8a9c110
  - fs: consistently deref the files table with
    rcu_dereference_raw() (bsc#1242535).
  - commit 0f7e4fb
  - fs: support relative paths with FSCONFIG_SET_STRING (git-fixes).
  - commit 51930da
  - vfs: don't mod negative dentry count when on shrinker list
    (bsc#1242534).
  - commit 25c9c4a
  - fs: better handle deep ancestor chains in is_subdir()
    (bsc#1242528).
    Refresh patches.suse/dcache-keep-dentry_hashtable-or-d_hash_shift-even-when-not.patch
  - commit 42bc37f
  - fs: don't allow non-init s_user_ns for filesystems without
    FS_USERNS_MOUNT (bsc#1242526).
  - commit 08659e8
  - isofs: fix KMSAN uninit-value bug in do_isofs_readdir()
    (bsc#1242307).
  - commit 08eabe6

++++ kernel-rt:

  - firmware: arm_ffa: Skip Rx buffer ownership release if not
    acquired (git-fixes).
  - firmware: arm_scmi: Balance device refcount when destroying
    devices (git-fixes).
  - commit e6126fe
  - ext4: goto right label 'out_mmap_sem' in ext4_setattr()
    (bsc#1242556).
  - commit f73dc04
  - mm: fix filemap_get_folios_contig returning batches of identical
    folios (bsc#1242327).
  - commit ab60c72
  - mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT
    (bsc#1242326).
  - commit eefd306
  - mm/readahead: fix large folio support in async readahead
    (bsc#1242321).
  - commit ca8ae9b
  - mm: fix oops when filemap_map_pmd() without prealloc_pte
    (bsc#1242546).
  - commit d84ed9f
  - udf: Fix inode_getblk() return value (bsc#1242313).
  - commit 083cf55
  - udf: Verify inode link counts before performing rename
    (bsc#1242314).
  - commit 8e7cda1
  - udf: Skip parent dir link count update if corrupted
    (bsc#1242315).
  - commit 94318f0
  - ext4: fix FS_IOC_GETFSMAP handling (bsc#1240557).
  - commit 531b964
  - ext4: make block validity check resistent to sb bh corruption
    (bsc#1242348).
  - commit 12e4947
  - ext4: don't treat fhandle lookup of ea_inode as FS corruption
    (bsc#1242347).
  - commit 3337bde
  - jbd2: add a missing data flush during file and fs
    synchronization (bsc#1242346).
  - commit 0ebdf6c
  - ext4: don't over-report free space or inodes in statvfs
    (bsc#1242345).
  - commit c197ee4
  - jbd2: fix off-by-one while erasing journal (bsc#1242344).
  - commit 362ca97
  - jbd2: remove wrong sb->s_sequence check (bsc#1242343).
  - commit b288b9a
  - ext4: add missing brelse() for bh2 in ext4_dx_add_entry()
    (bsc#1242342).
  - commit 8643d9f
  - ext4: protect ext4_release_dquot against freezing (bsc#1242335).
  - commit 532c985
  - jbd2: flush filesystem device before updating tail sequence
    (bsc#1242333).
  - commit 79495ff
  - ext4: partial zero eof block on unaligned inode size extension
    (bsc#1242336).
  - commit 992adfb
  - ext4: correct encrypted dentry name hash when not casefolded
    (bsc#1242540).
  - commit 71bfc00
  - ext4: treat end of range as exclusive in ext4_zero_range()
    (bsc#1242539).
  - commit 8950964
  - ext4: unify the type of flexbg_size to unsigned int
    (bsc#1242538).
    Refresh: patches.suse/ext4-avoid-online-resizing-failures-due-to-oversized.patch
  - commit 9b599f9
  - jbd2: increase the journal IO's priority (bsc#1242537).
  - commit 65fd6c7
  - ext4: replace the traditional ternary conditional operator
    with with max()/min() (bsc#1242536).
    Refresh patches.suse/ext4-move-setting-of-trimmed-bit-into-ext4_try_to_tr.patch
    Refresh patches.suse/ext4-fix-inconsistent-between-segment-fstrim-and-ful.patch
  - commit 9de0d03
  - splice: remove duplicate noinline from pipe_clear_nowait
    (bsc#1242328).
  - commit 8a9c110
  - fs: consistently deref the files table with
    rcu_dereference_raw() (bsc#1242535).
  - commit 0f7e4fb
  - fs: support relative paths with FSCONFIG_SET_STRING (git-fixes).
  - commit 51930da
  - vfs: don't mod negative dentry count when on shrinker list
    (bsc#1242534).
  - commit 25c9c4a
  - fs: better handle deep ancestor chains in is_subdir()
    (bsc#1242528).
    Refresh patches.suse/dcache-keep-dentry_hashtable-or-d_hash_shift-even-when-not.patch
  - commit 42bc37f
  - fs: don't allow non-init s_user_ns for filesystems without
    FS_USERNS_MOUNT (bsc#1242526).
  - commit 08659e8
  - isofs: fix KMSAN uninit-value bug in do_isofs_readdir()
    (bsc#1242307).
  - commit 08eabe6

++++ kernel-rt_debug:

  - firmware: arm_ffa: Skip Rx buffer ownership release if not
    acquired (git-fixes).
  - firmware: arm_scmi: Balance device refcount when destroying
    devices (git-fixes).
  - commit e6126fe
  - ext4: goto right label 'out_mmap_sem' in ext4_setattr()
    (bsc#1242556).
  - commit f73dc04
  - mm: fix filemap_get_folios_contig returning batches of identical
    folios (bsc#1242327).
  - commit ab60c72
  - mm: fix error handling in __filemap_get_folio() with FGP_NOWAIT
    (bsc#1242326).
  - commit eefd306
  - mm/readahead: fix large folio support in async readahead
    (bsc#1242321).
  - commit ca8ae9b
  - mm: fix oops when filemap_map_pmd() without prealloc_pte
    (bsc#1242546).
  - commit d84ed9f
  - udf: Fix inode_getblk() return value (bsc#1242313).
  - commit 083cf55
  - udf: Verify inode link counts before performing rename
    (bsc#1242314).
  - commit 8e7cda1
  - udf: Skip parent dir link count update if corrupted
    (bsc#1242315).
  - commit 94318f0
  - ext4: fix FS_IOC_GETFSMAP handling (bsc#1240557).
  - commit 531b964
  - ext4: make block validity check resistent to sb bh corruption
    (bsc#1242348).
  - commit 12e4947
  - ext4: don't treat fhandle lookup of ea_inode as FS corruption
    (bsc#1242347).
  - commit 3337bde
  - jbd2: add a missing data flush during file and fs
    synchronization (bsc#1242346).
  - commit 0ebdf6c
  - ext4: don't over-report free space or inodes in statvfs
    (bsc#1242345).
  - commit c197ee4
  - jbd2: fix off-by-one while erasing journal (bsc#1242344).
  - commit 362ca97
  - jbd2: remove wrong sb->s_sequence check (bsc#1242343).
  - commit b288b9a
  - ext4: add missing brelse() for bh2 in ext4_dx_add_entry()
    (bsc#1242342).
  - commit 8643d9f
  - ext4: protect ext4_release_dquot against freezing (bsc#1242335).
  - commit 532c985
  - jbd2: flush filesystem device before updating tail sequence
    (bsc#1242333).
  - commit 79495ff
  - ext4: partial zero eof block on unaligned inode size extension
    (bsc#1242336).
  - commit 992adfb
  - ext4: correct encrypted dentry name hash when not casefolded
    (bsc#1242540).
  - commit 71bfc00
  - ext4: treat end of range as exclusive in ext4_zero_range()
    (bsc#1242539).
  - commit 8950964
  - ext4: unify the type of flexbg_size to unsigned int
    (bsc#1242538).
    Refresh: patches.suse/ext4-avoid-online-resizing-failures-due-to-oversized.patch
  - commit 9b599f9
  - jbd2: increase the journal IO's priority (bsc#1242537).
  - commit 65fd6c7
  - ext4: replace the traditional ternary conditional operator
    with with max()/min() (bsc#1242536).
    Refresh patches.suse/ext4-move-setting-of-trimmed-bit-into-ext4_try_to_tr.patch
    Refresh patches.suse/ext4-fix-inconsistent-between-segment-fstrim-and-ful.patch
  - commit 9de0d03
  - splice: remove duplicate noinline from pipe_clear_nowait
    (bsc#1242328).
  - commit 8a9c110
  - fs: consistently deref the files table with
    rcu_dereference_raw() (bsc#1242535).
  - commit 0f7e4fb
  - fs: support relative paths with FSCONFIG_SET_STRING (git-fixes).
  - commit 51930da
  - vfs: don't mod negative dentry count when on shrinker list
    (bsc#1242534).
  - commit 25c9c4a
  - fs: better handle deep ancestor chains in is_subdir()
    (bsc#1242528).
    Refresh patches.suse/dcache-keep-dentry_hashtable-or-d_hash_shift-even-when-not.patch
  - commit 42bc37f
  - fs: don't allow non-init s_user_ns for filesystems without
    FS_USERNS_MOUNT (bsc#1242526).
  - commit 08659e8
  - isofs: fix KMSAN uninit-value bug in do_isofs_readdir()
    (bsc#1242307).
  - commit 08eabe6

++++ gcc14:

  - Add gcc14-pr120061.patch to fix the PR108900 fix instead of
    reverting it.
  - Remove gcc14-pr108900.patch

------------------------------------------------------------------
------------------  2025-5-5  -  May 5 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.19 → 10.2.20

++++ grub2:

  - Fix CVE-2025-4382: TPM auto-decryption data exposure (bsc#1242971)
    * 0001-kern-rescue_reader-Block-the-rescue-mode-until-the-C.patch
    * 0002-commands-search-Introduce-the-cryptodisk-only-argume.patch
    * 0003-disk-diskfilter-Introduce-the-cryptocheck-command.patch
    * 0004-commands-search-Add-the-diskfilter-support.patch
    * 0005-docs-Document-available-crypto-disks-checks.patch
    * 0006-disk-cryptodisk-Add-the-erase-secrets-function.patch
    * 0007-disk-cryptodisk-Wipe-the-passphrase-from-memory.patch
    * 0008-cryptocheck-Add-quiet-option.patch
  - patch rebased
    * 0001-Improve-TPM-key-protection-on-boot-interruptions.patch
    * 0004-Key-revocation-on-out-of-bound-file-access.patch
  - patch refrehed
    * 0001-Fix-PowerPC-CAS-reboot-to-evaluate-menu-context.patch
    * 0002-Requiring-authentication-after-tpm-unlock-for-CLI-ac.patch

++++ kernel-default:

  - Update
    patches.suse/OPP-add-index-check-to-assert-to-avoid-buffer-overfl.patch
    (bsc#1238961 CVE-2024-57998 bsc#1238527).
  - Update
    patches.suse/PCI-ASPM-Fix-link-state-exit-during-switch-upstream-.patch
    (git-fixes CVE-2024-58093 bsc#1241347).
  - Update
    patches.suse/RDMA-erdma-Prevent-use-after-free-in-erdma_accept_ne.patch
    (git-fixes CVE-2025-22088 bsc#1241528).
  - Update
    patches.suse/RDMA-mlx5-Fix-mlx5_poll_one-cur_qp-update-flow.patch
    (git-fixes CVE-2025-22086 bsc#1241458).
  - Update
    patches.suse/acpi-nfit-fix-narrowing-conversion-in-acpi_nfit_ctl.patch
    (git-fixes CVE-2025-22044 bsc#1241424).
  - Update
    patches.suse/arm64-Don-t-call-NULL-in-do_compat_alignment_fixup.patch
    (git-fixes CVE-2025-22033 bsc#1241436).
  - Update
    patches.suse/bnxt_en-Mask-the-bd_cnt-field-in-the-TX-BD-properly.patch
    (git-fixes CVE-2025-22108 bsc#1241574).
  - Update
    patches.suse/bpf-avoid-holding-freeze_mutex-during-mmap-operation.patch
    (git-fixes CVE-2025-21853 bsc#1239476).
  - Update
    patches.suse/dlm-prevent-NPD-when-writing-a-positive-value-to-event_done.patch
    (git-fixes CVE-2025-23131 bsc#1241601).
  - Update
    patches.suse/drm-amd-display-avoid-NPD-when-ASIC-does-not-support.patch
    (git-fixes CVE-2025-22093 bsc#1241545).
  - Update
    patches.suse/drm-vkms-Fix-use-after-free-and-double-free-on-init-.patch
    (git-fixes CVE-2025-22097 bsc#1241541).
  - Update patches.suse/fou-fix-initialization-of-grc.patch
    (CVE-2024-46763 bsc#1230764 CVE-2024-46865 bsc#1231103).
  - Update
    patches.suse/idpf-check-error-for-register_netdev-on-init.patch
    (git-fixes CVE-2025-22116 bsc#1241459).
  - Update
    patches.suse/idpf-fix-adapter-NULL-pointer-dereference-on-reboot.patch
    (git-fixes CVE-2025-22065 bsc#1241333).
  - Update
    patches.suse/jfs-add-check-read-only-before-truncation-in-jfs_truncate_nolock.patch
    (git-fixes CVE-2024-58094 bsc#1241443).
  - Update
    patches.suse/jfs-add-check-read-only-before-txBeginAnon-call.patch
    (git-fixes CVE-2024-58095 bsc#1241442).
  - Update
    patches.suse/media-streamzap-fix-race-between-device-disconnectio.patch
    (git-fixes CVE-2025-22027 bsc#1241369).
  - Update
    patches.suse/net-Add-rx_skb-of-kfree_skb-to-raw_tp_null_args.patch
    (bsc#1235501 CVE-2024-56702 CVE-2025-21852 bsc#1239487).
  - Update
    patches.suse/netfilter-br_netfilter-skip-conntrack-input-hook-for.patch
    (CVE-2024-27415 bsc#1224757 CVE-2024-27018 bsc#1223809).
  - Update
    patches.suse/nfsd-put-dl_stid-if-fail-to-queue-dl_recall.patch
    (git-fixes CVE-2025-22025 bsc#1241361).
  - Update
    patches.suse/ntb_hw_switchtec-Fix-shift-out-of-bounds-in-switchte.patch
    (git-fixes CVE-2023-53034 bsc#1241341).
  - Update
    patches.suse/ocfs2-handle-a-symlink-read-error-correctly.patch
    (git-fixes CVE-2024-58001 bsc#1239079).
  - Update
    patches.suse/rtnetlink-Allocate-vfinfo-size-for-VF-GUIDs-when-sup.patch
    (bsc#1224013 CVE-2025-22075 bsc#1241402).
  - Update
    patches.suse/sctp-add-mutual-exclusion-in-proc_sctp_do_udp_port.patch
    (git-fixes CVE-2025-22062 bsc#1241412).
  - Update
    patches.suse/tcp-fix-mptcp-DSS-corruption-due-to-large-pmtu-xmit.patch
    (git-fixes CVE-2024-50083 bsc#1232493).
  - Update
    patches.suse/thermal-int340x-Add-NULL-check-for-adev.patch
    (git-fixes CVE-2025-23136 bsc#1241357).
  - Update patches.suse/usbnet-fix-NPE-during-rx_complete.patch
    (git-fixes CVE-2025-22050 bsc#1241441).
  - Update
    patches.suse/wifi-ath11k-Clear-affinity-hint-before-calling-ath11.patch
    (git-fixes CVE-2025-23129 bsc#1241599).
  - Update
    patches.suse/wifi-ath11k-add-srng-lock-for-ath11k_hal_srng_-in-mo.patch
    (git-fixes CVE-2024-58096 bsc#1241344).
  - Update
    patches.suse/wifi-ath11k-fix-RCU-stall-while-reaping-monitor-dest.patch
    (git-fixes CVE-2024-58097 bsc#1241343).
  - Update
    patches.suse/wifi-ath12k-Clear-affinity-hint-before-calling-ath12.patch
    (git-fixes CVE-2025-22128 bsc#1241598).
  - commit a961a1a
  - cifs: Fix integer overflow while processing actimeo mount option
    (git-fixes).
  - commit 747d942
  - iommu: Fix two issues in iommu_copy_struct_from_user()
    (git-fixes).
  - commit 7b79fa9
  - cifs: Fix integer overflow while processing acdirmax mount
    option (CVE-2025-21963 bsc#1240717).
  - commit 5907e46
  - cifs: Fix integer overflow while processing acregmax mount
    option (CVE-2025-21964 bsc#1240740).
  - commit a723b7b
  - cifs: Fix integer overflow while processing closetimeo mount
    option (CVE-2025-21962 bsc#1240655).
  - commit 03a43b4
  - ipv6: Align behavior across nexthops during path selection
    (git-fixes).
  - commit c1801e4
  - ipv6: Do not consider link down nexthops in path selection
    (git-fixes).
  - commit c7408d3
  - ipv6: Start path selection from the first nexthop (git-fixes).
  - commit 89a7c1d
  - ipv6: fix omitted netlink attributes when using
    RTEXT_FILTER_SKIP_STATS (git-fixes).
  - commit 63ac763
  - net: ipv6: ioam6: fix lwtunnel_output() loop (git-fixes).
  - commit d329fe5
  - net: Handle napi_schedule() calls from non-interrupt
    (git-fixes).
  - commit 27001ca
  - net: Clear old fragment checksum value in napi_reuse_skb
    (git-fixes).
  - commit 36040d5
  - net: set the minimum for net_hotdata.netdev_budget_usecs
    (git-fixes).
  - commit 03bb287
  - net: loopback: Avoid sending IP packets without an Ethernet
    header (git-fixes).
  - commit dd85a8e
  - arp: switch to dev_getbyhwaddr() in arp_req_set_public()
    (git-fixes).
  - commit c36d7e7
  - net: Add non-RCU dev_getbyhwaddr() helper (git-fixes).
  - commit 6130cc5
  - ipv4: icmp: convert to dev_net_rcu() (git-fixes).
    Refresh
    patches.suse/neighbour-use-RCU-protection-in-__neigh_notify.patch.
  - commit 00da98f
  - tcp_cubic: fix incorrect HyStart round start detection
    (git-fixes).
  - commit 77808b8
  - inetpeer: update inetpeer timestamp in inet_getpeer()
    (git-fixes).
  - commit 7d98688
  - inetpeer: remove create argument of inet_getpeer_v()
    (git-fixes).
  - commit 04075c2
  - net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
    (git-fixes).
  - commit 1ffaea2
  - netdev-genl: avoid empty messages in queue dump (git-fixes).
  - commit ae9dffe
  - netdev: fix repeated netlink messages in queue dump (git-fixes).
  - commit 6c79c90
  - net/ipv6: delete temporary address if mngtmpaddr is removed
    or unmanaged (git-fixes).
  - commit aae6c2b
  - ipv4: Convert icmp_route_lookup() to dscp_t (git-fixes).
  - commit b7e7154
  - bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
    (git-fixes).
  - commit 9c53099
  - net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains
    extension (git-fixes).
  - commit 8c8e363
  - ipv4: give an IPv4 dev to blackhole_netdev (git-fixes).
  - commit 35af4c9
  - ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
    (git-fixes).
  - commit eb58d27
  - ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()
    (git-fixes).
  - commit fb13652
  - ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()
    (git-fixes).
  - commit a16177c
  - ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()
    (git-fixes).
  - commit a416975
  - ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()
    (git-fixes).
    Refresh
    patches.kabi/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch.
  - commit 8dafbf4
  - netpoll: Ensure clean state on setup failures (git-fixes).
  - commit 0ebd5d5
  - neighbour: delete redundant judgment statements (git-fixes).
  - commit a855a28
  - ipv4: icmp: Pass full DS field to ip_route_input() (git-fixes).
  - commit c879486
  - ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP
    family (git-fixes).
  - commit bfb1a66
  - ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR) (git-fixes).
  - commit 1a4319d
  - ipv4: Fix incorrect source address in Record Route option
    (git-fixes).
  - commit ea09844
  - ipv4: fix source address selection with route leak (git-fixes).
  - commit 4c63285
  - net/ipv6: Fix the RT cache flush via sysctl using a previous
    delay (git-fixes).
  - commit 78196a9
  - net/ipv6: Fix route deleting failure when metric equals 0
    (git-fixes).
  - commit 33d3163
  - ipv4/route: avoid unused-but-set-variable warning (git-fixes).
  - commit a1c159a
  - ipv4: raw: Fix sending packets from raw sockets via IPsec
    tunnels (git-fixes).
  - commit a22baf9
  - xsk: Add truesize to skb_add_rx_frag() (git-fixes).
  - commit e531eb3
  - Fix write to cloned skb in ipv6_hop_ioam() (git-fixes).
  - commit cc7dcb3
  - ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
    (git-fixes).
  - commit b93126f
  - net: gro: parse ipv6 ext headers without frag0 invalidation
    (git-fixes).
  - commit d47a0d9
  - net: don't dump stack on queue timeout (git-fixes).
  - commit ef7367c
  - net: Implement missing SO_TIMESTAMPING_NEW cmsg support
    (git-fixes).
  - commit a28cbd8
  - net: Remove acked SYN flag from packet in the transmit queue
    correctly (git-fixes).
  - commit 3f2806c
  - ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
    (git-fixes).
  - commit 2190f85
  - mptcp: consolidate suboption status (CVE-2025-21707
    bsc#1238862).
  - commit 18d9efe
  - powerpc: Don't use --- in kernel logs (git-fixes).
  - commit df3b280
  - tools/hv: update route parsing in kvp daemon (git-fixes).
  - commit 2e81126
  - bpf: Fix bpf_sk_select_reuseport() memory leak (bsc#1236704
    CVE-2025-21683).
  - commit e163503

++++ kernel-rt:

  - Update
    patches.suse/OPP-add-index-check-to-assert-to-avoid-buffer-overfl.patch
    (bsc#1238961 CVE-2024-57998 bsc#1238527).
  - Update
    patches.suse/PCI-ASPM-Fix-link-state-exit-during-switch-upstream-.patch
    (git-fixes CVE-2024-58093 bsc#1241347).
  - Update
    patches.suse/RDMA-erdma-Prevent-use-after-free-in-erdma_accept_ne.patch
    (git-fixes CVE-2025-22088 bsc#1241528).
  - Update
    patches.suse/RDMA-mlx5-Fix-mlx5_poll_one-cur_qp-update-flow.patch
    (git-fixes CVE-2025-22086 bsc#1241458).
  - Update
    patches.suse/acpi-nfit-fix-narrowing-conversion-in-acpi_nfit_ctl.patch
    (git-fixes CVE-2025-22044 bsc#1241424).
  - Update
    patches.suse/arm64-Don-t-call-NULL-in-do_compat_alignment_fixup.patch
    (git-fixes CVE-2025-22033 bsc#1241436).
  - Update
    patches.suse/bnxt_en-Mask-the-bd_cnt-field-in-the-TX-BD-properly.patch
    (git-fixes CVE-2025-22108 bsc#1241574).
  - Update
    patches.suse/bpf-avoid-holding-freeze_mutex-during-mmap-operation.patch
    (git-fixes CVE-2025-21853 bsc#1239476).
  - Update
    patches.suse/dlm-prevent-NPD-when-writing-a-positive-value-to-event_done.patch
    (git-fixes CVE-2025-23131 bsc#1241601).
  - Update
    patches.suse/drm-amd-display-avoid-NPD-when-ASIC-does-not-support.patch
    (git-fixes CVE-2025-22093 bsc#1241545).
  - Update
    patches.suse/drm-vkms-Fix-use-after-free-and-double-free-on-init-.patch
    (git-fixes CVE-2025-22097 bsc#1241541).
  - Update patches.suse/fou-fix-initialization-of-grc.patch
    (CVE-2024-46763 bsc#1230764 CVE-2024-46865 bsc#1231103).
  - Update
    patches.suse/idpf-check-error-for-register_netdev-on-init.patch
    (git-fixes CVE-2025-22116 bsc#1241459).
  - Update
    patches.suse/idpf-fix-adapter-NULL-pointer-dereference-on-reboot.patch
    (git-fixes CVE-2025-22065 bsc#1241333).
  - Update
    patches.suse/jfs-add-check-read-only-before-truncation-in-jfs_truncate_nolock.patch
    (git-fixes CVE-2024-58094 bsc#1241443).
  - Update
    patches.suse/jfs-add-check-read-only-before-txBeginAnon-call.patch
    (git-fixes CVE-2024-58095 bsc#1241442).
  - Update
    patches.suse/media-streamzap-fix-race-between-device-disconnectio.patch
    (git-fixes CVE-2025-22027 bsc#1241369).
  - Update
    patches.suse/net-Add-rx_skb-of-kfree_skb-to-raw_tp_null_args.patch
    (bsc#1235501 CVE-2024-56702 CVE-2025-21852 bsc#1239487).
  - Update
    patches.suse/netfilter-br_netfilter-skip-conntrack-input-hook-for.patch
    (CVE-2024-27415 bsc#1224757 CVE-2024-27018 bsc#1223809).
  - Update
    patches.suse/nfsd-put-dl_stid-if-fail-to-queue-dl_recall.patch
    (git-fixes CVE-2025-22025 bsc#1241361).
  - Update
    patches.suse/ntb_hw_switchtec-Fix-shift-out-of-bounds-in-switchte.patch
    (git-fixes CVE-2023-53034 bsc#1241341).
  - Update
    patches.suse/ocfs2-handle-a-symlink-read-error-correctly.patch
    (git-fixes CVE-2024-58001 bsc#1239079).
  - Update
    patches.suse/rtnetlink-Allocate-vfinfo-size-for-VF-GUIDs-when-sup.patch
    (bsc#1224013 CVE-2025-22075 bsc#1241402).
  - Update
    patches.suse/sctp-add-mutual-exclusion-in-proc_sctp_do_udp_port.patch
    (git-fixes CVE-2025-22062 bsc#1241412).
  - Update
    patches.suse/tcp-fix-mptcp-DSS-corruption-due-to-large-pmtu-xmit.patch
    (git-fixes CVE-2024-50083 bsc#1232493).
  - Update
    patches.suse/thermal-int340x-Add-NULL-check-for-adev.patch
    (git-fixes CVE-2025-23136 bsc#1241357).
  - Update patches.suse/usbnet-fix-NPE-during-rx_complete.patch
    (git-fixes CVE-2025-22050 bsc#1241441).
  - Update
    patches.suse/wifi-ath11k-Clear-affinity-hint-before-calling-ath11.patch
    (git-fixes CVE-2025-23129 bsc#1241599).
  - Update
    patches.suse/wifi-ath11k-add-srng-lock-for-ath11k_hal_srng_-in-mo.patch
    (git-fixes CVE-2024-58096 bsc#1241344).
  - Update
    patches.suse/wifi-ath11k-fix-RCU-stall-while-reaping-monitor-dest.patch
    (git-fixes CVE-2024-58097 bsc#1241343).
  - Update
    patches.suse/wifi-ath12k-Clear-affinity-hint-before-calling-ath12.patch
    (git-fixes CVE-2025-22128 bsc#1241598).
  - commit a961a1a
  - cifs: Fix integer overflow while processing actimeo mount option
    (git-fixes).
  - commit 747d942
  - iommu: Fix two issues in iommu_copy_struct_from_user()
    (git-fixes).
  - commit 7b79fa9
  - cifs: Fix integer overflow while processing acdirmax mount
    option (CVE-2025-21963 bsc#1240717).
  - commit 5907e46
  - cifs: Fix integer overflow while processing acregmax mount
    option (CVE-2025-21964 bsc#1240740).
  - commit a723b7b
  - cifs: Fix integer overflow while processing closetimeo mount
    option (CVE-2025-21962 bsc#1240655).
  - commit 03a43b4
  - ipv6: Align behavior across nexthops during path selection
    (git-fixes).
  - commit c1801e4
  - ipv6: Do not consider link down nexthops in path selection
    (git-fixes).
  - commit c7408d3
  - ipv6: Start path selection from the first nexthop (git-fixes).
  - commit 89a7c1d
  - ipv6: fix omitted netlink attributes when using
    RTEXT_FILTER_SKIP_STATS (git-fixes).
  - commit 63ac763
  - net: ipv6: ioam6: fix lwtunnel_output() loop (git-fixes).
  - commit d329fe5
  - net: Handle napi_schedule() calls from non-interrupt
    (git-fixes).
  - commit 27001ca
  - net: Clear old fragment checksum value in napi_reuse_skb
    (git-fixes).
  - commit 36040d5
  - net: set the minimum for net_hotdata.netdev_budget_usecs
    (git-fixes).
  - commit 03bb287
  - net: loopback: Avoid sending IP packets without an Ethernet
    header (git-fixes).
  - commit dd85a8e
  - arp: switch to dev_getbyhwaddr() in arp_req_set_public()
    (git-fixes).
  - commit c36d7e7
  - net: Add non-RCU dev_getbyhwaddr() helper (git-fixes).
  - commit 6130cc5
  - ipv4: icmp: convert to dev_net_rcu() (git-fixes).
    Refresh
    patches.suse/neighbour-use-RCU-protection-in-__neigh_notify.patch.
  - commit 00da98f
  - tcp_cubic: fix incorrect HyStart round start detection
    (git-fixes).
  - commit 77808b8
  - inetpeer: update inetpeer timestamp in inet_getpeer()
    (git-fixes).
  - commit 7d98688
  - inetpeer: remove create argument of inet_getpeer_v()
    (git-fixes).
  - commit 04075c2
  - net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
    (git-fixes).
  - commit 1ffaea2
  - netdev-genl: avoid empty messages in queue dump (git-fixes).
  - commit ae9dffe
  - netdev: fix repeated netlink messages in queue dump (git-fixes).
  - commit 6c79c90
  - net/ipv6: delete temporary address if mngtmpaddr is removed
    or unmanaged (git-fixes).
  - commit aae6c2b
  - ipv4: Convert icmp_route_lookup() to dscp_t (git-fixes).
  - commit b7e7154
  - bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
    (git-fixes).
  - commit 9c53099
  - net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains
    extension (git-fixes).
  - commit 8c8e363
  - ipv4: give an IPv4 dev to blackhole_netdev (git-fixes).
  - commit 35af4c9
  - ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
    (git-fixes).
  - commit eb58d27
  - ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()
    (git-fixes).
  - commit fb13652
  - ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()
    (git-fixes).
  - commit a16177c
  - ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()
    (git-fixes).
  - commit a416975
  - ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()
    (git-fixes).
    Refresh
    patches.kabi/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch.
  - commit 8dafbf4
  - netpoll: Ensure clean state on setup failures (git-fixes).
  - commit 0ebd5d5
  - neighbour: delete redundant judgment statements (git-fixes).
  - commit a855a28
  - ipv4: icmp: Pass full DS field to ip_route_input() (git-fixes).
  - commit c879486
  - ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP
    family (git-fixes).
  - commit bfb1a66
  - ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR) (git-fixes).
  - commit 1a4319d
  - ipv4: Fix incorrect source address in Record Route option
    (git-fixes).
  - commit ea09844
  - ipv4: fix source address selection with route leak (git-fixes).
  - commit 4c63285
  - net/ipv6: Fix the RT cache flush via sysctl using a previous
    delay (git-fixes).
  - commit 78196a9
  - net/ipv6: Fix route deleting failure when metric equals 0
    (git-fixes).
  - commit 33d3163
  - ipv4/route: avoid unused-but-set-variable warning (git-fixes).
  - commit a1c159a
  - ipv4: raw: Fix sending packets from raw sockets via IPsec
    tunnels (git-fixes).
  - commit a22baf9
  - xsk: Add truesize to skb_add_rx_frag() (git-fixes).
  - commit e531eb3
  - Fix write to cloned skb in ipv6_hop_ioam() (git-fixes).
  - commit cc7dcb3
  - ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
    (git-fixes).
  - commit b93126f
  - net: gro: parse ipv6 ext headers without frag0 invalidation
    (git-fixes).
  - commit d47a0d9
  - net: don't dump stack on queue timeout (git-fixes).
  - commit ef7367c
  - net: Implement missing SO_TIMESTAMPING_NEW cmsg support
    (git-fixes).
  - commit a28cbd8
  - net: Remove acked SYN flag from packet in the transmit queue
    correctly (git-fixes).
  - commit 3f2806c
  - ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
    (git-fixes).
  - commit 2190f85
  - mptcp: consolidate suboption status (CVE-2025-21707
    bsc#1238862).
  - commit 18d9efe
  - powerpc: Don't use --- in kernel logs (git-fixes).
  - commit df3b280
  - tools/hv: update route parsing in kvp daemon (git-fixes).
  - commit 2e81126
  - bpf: Fix bpf_sk_select_reuseport() memory leak (bsc#1236704
    CVE-2025-21683).
  - commit e163503

++++ kernel-rt_debug:

  - Update
    patches.suse/OPP-add-index-check-to-assert-to-avoid-buffer-overfl.patch
    (bsc#1238961 CVE-2024-57998 bsc#1238527).
  - Update
    patches.suse/PCI-ASPM-Fix-link-state-exit-during-switch-upstream-.patch
    (git-fixes CVE-2024-58093 bsc#1241347).
  - Update
    patches.suse/RDMA-erdma-Prevent-use-after-free-in-erdma_accept_ne.patch
    (git-fixes CVE-2025-22088 bsc#1241528).
  - Update
    patches.suse/RDMA-mlx5-Fix-mlx5_poll_one-cur_qp-update-flow.patch
    (git-fixes CVE-2025-22086 bsc#1241458).
  - Update
    patches.suse/acpi-nfit-fix-narrowing-conversion-in-acpi_nfit_ctl.patch
    (git-fixes CVE-2025-22044 bsc#1241424).
  - Update
    patches.suse/arm64-Don-t-call-NULL-in-do_compat_alignment_fixup.patch
    (git-fixes CVE-2025-22033 bsc#1241436).
  - Update
    patches.suse/bnxt_en-Mask-the-bd_cnt-field-in-the-TX-BD-properly.patch
    (git-fixes CVE-2025-22108 bsc#1241574).
  - Update
    patches.suse/bpf-avoid-holding-freeze_mutex-during-mmap-operation.patch
    (git-fixes CVE-2025-21853 bsc#1239476).
  - Update
    patches.suse/dlm-prevent-NPD-when-writing-a-positive-value-to-event_done.patch
    (git-fixes CVE-2025-23131 bsc#1241601).
  - Update
    patches.suse/drm-amd-display-avoid-NPD-when-ASIC-does-not-support.patch
    (git-fixes CVE-2025-22093 bsc#1241545).
  - Update
    patches.suse/drm-vkms-Fix-use-after-free-and-double-free-on-init-.patch
    (git-fixes CVE-2025-22097 bsc#1241541).
  - Update patches.suse/fou-fix-initialization-of-grc.patch
    (CVE-2024-46763 bsc#1230764 CVE-2024-46865 bsc#1231103).
  - Update
    patches.suse/idpf-check-error-for-register_netdev-on-init.patch
    (git-fixes CVE-2025-22116 bsc#1241459).
  - Update
    patches.suse/idpf-fix-adapter-NULL-pointer-dereference-on-reboot.patch
    (git-fixes CVE-2025-22065 bsc#1241333).
  - Update
    patches.suse/jfs-add-check-read-only-before-truncation-in-jfs_truncate_nolock.patch
    (git-fixes CVE-2024-58094 bsc#1241443).
  - Update
    patches.suse/jfs-add-check-read-only-before-txBeginAnon-call.patch
    (git-fixes CVE-2024-58095 bsc#1241442).
  - Update
    patches.suse/media-streamzap-fix-race-between-device-disconnectio.patch
    (git-fixes CVE-2025-22027 bsc#1241369).
  - Update
    patches.suse/net-Add-rx_skb-of-kfree_skb-to-raw_tp_null_args.patch
    (bsc#1235501 CVE-2024-56702 CVE-2025-21852 bsc#1239487).
  - Update
    patches.suse/netfilter-br_netfilter-skip-conntrack-input-hook-for.patch
    (CVE-2024-27415 bsc#1224757 CVE-2024-27018 bsc#1223809).
  - Update
    patches.suse/nfsd-put-dl_stid-if-fail-to-queue-dl_recall.patch
    (git-fixes CVE-2025-22025 bsc#1241361).
  - Update
    patches.suse/ntb_hw_switchtec-Fix-shift-out-of-bounds-in-switchte.patch
    (git-fixes CVE-2023-53034 bsc#1241341).
  - Update
    patches.suse/ocfs2-handle-a-symlink-read-error-correctly.patch
    (git-fixes CVE-2024-58001 bsc#1239079).
  - Update
    patches.suse/rtnetlink-Allocate-vfinfo-size-for-VF-GUIDs-when-sup.patch
    (bsc#1224013 CVE-2025-22075 bsc#1241402).
  - Update
    patches.suse/sctp-add-mutual-exclusion-in-proc_sctp_do_udp_port.patch
    (git-fixes CVE-2025-22062 bsc#1241412).
  - Update
    patches.suse/tcp-fix-mptcp-DSS-corruption-due-to-large-pmtu-xmit.patch
    (git-fixes CVE-2024-50083 bsc#1232493).
  - Update
    patches.suse/thermal-int340x-Add-NULL-check-for-adev.patch
    (git-fixes CVE-2025-23136 bsc#1241357).
  - Update patches.suse/usbnet-fix-NPE-during-rx_complete.patch
    (git-fixes CVE-2025-22050 bsc#1241441).
  - Update
    patches.suse/wifi-ath11k-Clear-affinity-hint-before-calling-ath11.patch
    (git-fixes CVE-2025-23129 bsc#1241599).
  - Update
    patches.suse/wifi-ath11k-add-srng-lock-for-ath11k_hal_srng_-in-mo.patch
    (git-fixes CVE-2024-58096 bsc#1241344).
  - Update
    patches.suse/wifi-ath11k-fix-RCU-stall-while-reaping-monitor-dest.patch
    (git-fixes CVE-2024-58097 bsc#1241343).
  - Update
    patches.suse/wifi-ath12k-Clear-affinity-hint-before-calling-ath12.patch
    (git-fixes CVE-2025-22128 bsc#1241598).
  - commit a961a1a
  - cifs: Fix integer overflow while processing actimeo mount option
    (git-fixes).
  - commit 747d942
  - iommu: Fix two issues in iommu_copy_struct_from_user()
    (git-fixes).
  - commit 7b79fa9
  - cifs: Fix integer overflow while processing acdirmax mount
    option (CVE-2025-21963 bsc#1240717).
  - commit 5907e46
  - cifs: Fix integer overflow while processing acregmax mount
    option (CVE-2025-21964 bsc#1240740).
  - commit a723b7b
  - cifs: Fix integer overflow while processing closetimeo mount
    option (CVE-2025-21962 bsc#1240655).
  - commit 03a43b4
  - ipv6: Align behavior across nexthops during path selection
    (git-fixes).
  - commit c1801e4
  - ipv6: Do not consider link down nexthops in path selection
    (git-fixes).
  - commit c7408d3
  - ipv6: Start path selection from the first nexthop (git-fixes).
  - commit 89a7c1d
  - ipv6: fix omitted netlink attributes when using
    RTEXT_FILTER_SKIP_STATS (git-fixes).
  - commit 63ac763
  - net: ipv6: ioam6: fix lwtunnel_output() loop (git-fixes).
  - commit d329fe5
  - net: Handle napi_schedule() calls from non-interrupt
    (git-fixes).
  - commit 27001ca
  - net: Clear old fragment checksum value in napi_reuse_skb
    (git-fixes).
  - commit 36040d5
  - net: set the minimum for net_hotdata.netdev_budget_usecs
    (git-fixes).
  - commit 03bb287
  - net: loopback: Avoid sending IP packets without an Ethernet
    header (git-fixes).
  - commit dd85a8e
  - arp: switch to dev_getbyhwaddr() in arp_req_set_public()
    (git-fixes).
  - commit c36d7e7
  - net: Add non-RCU dev_getbyhwaddr() helper (git-fixes).
  - commit 6130cc5
  - ipv4: icmp: convert to dev_net_rcu() (git-fixes).
    Refresh
    patches.suse/neighbour-use-RCU-protection-in-__neigh_notify.patch.
  - commit 00da98f
  - tcp_cubic: fix incorrect HyStart round start detection
    (git-fixes).
  - commit 77808b8
  - inetpeer: update inetpeer timestamp in inet_getpeer()
    (git-fixes).
  - commit 7d98688
  - inetpeer: remove create argument of inet_getpeer_v()
    (git-fixes).
  - commit 04075c2
  - net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
    (git-fixes).
  - commit 1ffaea2
  - netdev-genl: avoid empty messages in queue dump (git-fixes).
  - commit ae9dffe
  - netdev: fix repeated netlink messages in queue dump (git-fixes).
  - commit 6c79c90
  - net/ipv6: delete temporary address if mngtmpaddr is removed
    or unmanaged (git-fixes).
  - commit aae6c2b
  - ipv4: Convert icmp_route_lookup() to dscp_t (git-fixes).
  - commit b7e7154
  - bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6
    (git-fixes).
  - commit 9c53099
  - net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains
    extension (git-fixes).
  - commit 8c8e363
  - ipv4: give an IPv4 dev to blackhole_netdev (git-fixes).
  - commit 35af4c9
  - ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
    (git-fixes).
  - commit eb58d27
  - ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()
    (git-fixes).
  - commit fb13652
  - ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()
    (git-fixes).
  - commit a16177c
  - ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()
    (git-fixes).
  - commit a416975
  - ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()
    (git-fixes).
    Refresh
    patches.kabi/icmp-prevent-possible-NULL-dereferences-from-icmp_bu.patch.
  - commit 8dafbf4
  - netpoll: Ensure clean state on setup failures (git-fixes).
  - commit 0ebd5d5
  - neighbour: delete redundant judgment statements (git-fixes).
  - commit a855a28
  - ipv4: icmp: Pass full DS field to ip_route_input() (git-fixes).
  - commit c879486
  - ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP
    family (git-fixes).
  - commit bfb1a66
  - ipv4: Check !in_dev earlier for ioctl(SIOCSIFADDR) (git-fixes).
  - commit 1a4319d
  - ipv4: Fix incorrect source address in Record Route option
    (git-fixes).
  - commit ea09844
  - ipv4: fix source address selection with route leak (git-fixes).
  - commit 4c63285
  - net/ipv6: Fix the RT cache flush via sysctl using a previous
    delay (git-fixes).
  - commit 78196a9
  - net/ipv6: Fix route deleting failure when metric equals 0
    (git-fixes).
  - commit 33d3163
  - ipv4/route: avoid unused-but-set-variable warning (git-fixes).
  - commit a1c159a
  - ipv4: raw: Fix sending packets from raw sockets via IPsec
    tunnels (git-fixes).
  - commit a22baf9
  - xsk: Add truesize to skb_add_rx_frag() (git-fixes).
  - commit e531eb3
  - Fix write to cloned skb in ipv6_hop_ioam() (git-fixes).
  - commit cc7dcb3
  - ipv4: properly combine dev_base_seq and ipv4.dev_addr_genid
    (git-fixes).
  - commit b93126f
  - net: gro: parse ipv6 ext headers without frag0 invalidation
    (git-fixes).
  - commit d47a0d9
  - net: don't dump stack on queue timeout (git-fixes).
  - commit ef7367c
  - net: Implement missing SO_TIMESTAMPING_NEW cmsg support
    (git-fixes).
  - commit a28cbd8
  - net: Remove acked SYN flag from packet in the transmit queue
    correctly (git-fixes).
  - commit 3f2806c
  - ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
    (git-fixes).
  - commit 2190f85
  - mptcp: consolidate suboption status (CVE-2025-21707
    bsc#1238862).
  - commit 18d9efe
  - powerpc: Don't use --- in kernel logs (git-fixes).
  - commit df3b280
  - tools/hv: update route parsing in kvp daemon (git-fixes).
  - commit 2e81126
  - bpf: Fix bpf_sk_select_reuseport() memory leak (bsc#1236704
    CVE-2025-21683).
  - commit e163503

------------------------------------------------------------------
------------------  2025-5-4  -  May 4 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: imx-lpi2c: Fix clock count when probe defers (git-fixes).
  - ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence
    (git-fixes).
  - ALSA: hda/realtek: Fix built-mic regression on other ASUS models
    (git-fixes).
  - ALSA: hda/realtek - Enable speaker for HP platform (git-fixes).
  - commit 5b6152a

++++ kernel-rt:

  - i2c: imx-lpi2c: Fix clock count when probe defers (git-fixes).
  - ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence
    (git-fixes).
  - ALSA: hda/realtek: Fix built-mic regression on other ASUS models
    (git-fixes).
  - ALSA: hda/realtek - Enable speaker for HP platform (git-fixes).
  - commit 5b6152a

++++ kernel-rt_debug:

  - i2c: imx-lpi2c: Fix clock count when probe defers (git-fixes).
  - ASoC: soc-pcm: Fix hw_params() and DAPM widget sequence
    (git-fixes).
  - ALSA: hda/realtek: Fix built-mic regression on other ASUS models
    (git-fixes).
  - ALSA: hda/realtek - Enable speaker for HP platform (git-fixes).
  - commit 5b6152a

------------------------------------------------------------------
------------------  2025-5-3  -  May 3 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - spi: tegra114: Don't fail set_cs_timing when delays are zero
    (git-fixes).
  - drm/i915/pxp: fix undefined reference to
    `intel_pxp_gsccs_is_ready_for_sessions' (git-fixes).
  - drm: Select DRM_KMS_HELPER from DRM_DEBUG_DP_MST_TOPOLOGY_REFS
    (git-fixes).
  - drm/fdinfo: Protect against driver unbind (git-fixes).
  - drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill()
    (git-fixes).
  - drm/amd/display: Force full update in gpu reset (stable-fixes).
  - ata: libata-scsi: Improve CDL control (git-fixes).
  - ata: libata-scsi: Fix ata_msense_control_ata_feature()
    (git-fixes).
  - ata: libata-scsi: Fix ata_mselect_control_ata_feature() return
    type (git-fixes).
  - USB: serial: simple: add OWON HDS200 series oscilloscope support
    (stable-fixes).
  - USB: serial: ftdi_sio: add support for Abacus Electrics Optical
    Probe (stable-fixes).
  - USB: serial: option: add Sierra Wireless EM9291 (stable-fixes).
  - usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash
    Drive (stable-fixes).
  - USB: VLI disk crashes if LPM is used (stable-fixes).
  - USB: storage: quirk for ADATA Portable HDD CH94 (stable-fixes).
  - usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash Drive
    (stable-fixes).
  - USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)
    (stable-fixes).
  - mei: me: add panther lake H DID (stable-fixes).
  - spi: tegra210-quad: add rate limiting and simplify timeout
    error message (stable-fixes).
  - spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for
    timeouts (stable-fixes).
  - ACPI: EC: Set ec_no_wakeup for Lenovo Go S (stable-fixes).
  - ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls
    (stable-fixes).
  - ntb_hw_amd: Add NTB PCI ID for new gen CPU (stable-fixes).
  - ntb: reduce stack usage in idt_scan_mws (stable-fixes).
  - rtc: pcf85063: do a SW reset if POR failed (stable-fixes).
  - thunderbolt: Scan retimers after device router has been
    enumerated (stable-fixes).
  - usb: host: xhci-plat: mvebu: use ->quirks instead of
  - >init_quirk() func (stable-fixes).
  - usb: gadget: aspeed: Add NULL pointer check in
    ast_vhub_init_dev() (stable-fixes).
  - usb: dwc3: gadget: Avoid using reserved endpoints on Intel
    Merrifield (stable-fixes).
  - usb: dwc3: gadget: Refactor loop to avoid NULL endpoints
    (stable-fixes).
  - usb: host: max3421-hcd: Add missing spi_device_id table
    (stable-fixes).
  - sound/virtio: Fix cancel_sync warnings on uninitialized
    work_structs (stable-fixes).
  - dmaengine: dmatest: Fix dmatest waiting less when interrupted
    (stable-fixes).
  - iio: adc: ad7768-1: Fix conversion result sign (git-fixes).
  - iio: adc: ad7768-1: Move setting of val a bit later to avoid
    unnecessary return value check (stable-fixes).
  - pinctrl: renesas: rza2: Fix potential NULL pointer dereference
    (stable-fixes).
  - crypto: ccp - Add support for PCI device 0x1134 (stable-fixes).
  - auxdisplay: hd44780: Fix an API misuse in hd44780.c (git-fixes).
  - auxdisplay: hd44780: Convert to platform remove callback
    returning void (stable-fixes).
  - commit fe3cf03

++++ kernel-rt:

  - spi: tegra114: Don't fail set_cs_timing when delays are zero
    (git-fixes).
  - drm/i915/pxp: fix undefined reference to
    `intel_pxp_gsccs_is_ready_for_sessions' (git-fixes).
  - drm: Select DRM_KMS_HELPER from DRM_DEBUG_DP_MST_TOPOLOGY_REFS
    (git-fixes).
  - drm/fdinfo: Protect against driver unbind (git-fixes).
  - drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill()
    (git-fixes).
  - drm/amd/display: Force full update in gpu reset (stable-fixes).
  - ata: libata-scsi: Improve CDL control (git-fixes).
  - ata: libata-scsi: Fix ata_msense_control_ata_feature()
    (git-fixes).
  - ata: libata-scsi: Fix ata_mselect_control_ata_feature() return
    type (git-fixes).
  - USB: serial: simple: add OWON HDS200 series oscilloscope support
    (stable-fixes).
  - USB: serial: ftdi_sio: add support for Abacus Electrics Optical
    Probe (stable-fixes).
  - USB: serial: option: add Sierra Wireless EM9291 (stable-fixes).
  - usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash
    Drive (stable-fixes).
  - USB: VLI disk crashes if LPM is used (stable-fixes).
  - USB: storage: quirk for ADATA Portable HDD CH94 (stable-fixes).
  - usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash Drive
    (stable-fixes).
  - USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)
    (stable-fixes).
  - mei: me: add panther lake H DID (stable-fixes).
  - spi: tegra210-quad: add rate limiting and simplify timeout
    error message (stable-fixes).
  - spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for
    timeouts (stable-fixes).
  - ACPI: EC: Set ec_no_wakeup for Lenovo Go S (stable-fixes).
  - ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls
    (stable-fixes).
  - ntb_hw_amd: Add NTB PCI ID for new gen CPU (stable-fixes).
  - ntb: reduce stack usage in idt_scan_mws (stable-fixes).
  - rtc: pcf85063: do a SW reset if POR failed (stable-fixes).
  - thunderbolt: Scan retimers after device router has been
    enumerated (stable-fixes).
  - usb: host: xhci-plat: mvebu: use ->quirks instead of
  - >init_quirk() func (stable-fixes).
  - usb: gadget: aspeed: Add NULL pointer check in
    ast_vhub_init_dev() (stable-fixes).
  - usb: dwc3: gadget: Avoid using reserved endpoints on Intel
    Merrifield (stable-fixes).
  - usb: dwc3: gadget: Refactor loop to avoid NULL endpoints
    (stable-fixes).
  - usb: host: max3421-hcd: Add missing spi_device_id table
    (stable-fixes).
  - sound/virtio: Fix cancel_sync warnings on uninitialized
    work_structs (stable-fixes).
  - dmaengine: dmatest: Fix dmatest waiting less when interrupted
    (stable-fixes).
  - iio: adc: ad7768-1: Fix conversion result sign (git-fixes).
  - iio: adc: ad7768-1: Move setting of val a bit later to avoid
    unnecessary return value check (stable-fixes).
  - pinctrl: renesas: rza2: Fix potential NULL pointer dereference
    (stable-fixes).
  - crypto: ccp - Add support for PCI device 0x1134 (stable-fixes).
  - auxdisplay: hd44780: Fix an API misuse in hd44780.c (git-fixes).
  - auxdisplay: hd44780: Convert to platform remove callback
    returning void (stable-fixes).
  - commit fe3cf03

++++ kernel-rt_debug:

  - spi: tegra114: Don't fail set_cs_timing when delays are zero
    (git-fixes).
  - drm/i915/pxp: fix undefined reference to
    `intel_pxp_gsccs_is_ready_for_sessions' (git-fixes).
  - drm: Select DRM_KMS_HELPER from DRM_DEBUG_DP_MST_TOPOLOGY_REFS
    (git-fixes).
  - drm/fdinfo: Protect against driver unbind (git-fixes).
  - drm/nouveau: Fix WARN_ON in nouveau_fence_context_kill()
    (git-fixes).
  - drm/amd/display: Force full update in gpu reset (stable-fixes).
  - ata: libata-scsi: Improve CDL control (git-fixes).
  - ata: libata-scsi: Fix ata_msense_control_ata_feature()
    (git-fixes).
  - ata: libata-scsi: Fix ata_mselect_control_ata_feature() return
    type (git-fixes).
  - USB: serial: simple: add OWON HDS200 series oscilloscope support
    (stable-fixes).
  - USB: serial: ftdi_sio: add support for Abacus Electrics Optical
    Probe (stable-fixes).
  - USB: serial: option: add Sierra Wireless EM9291 (stable-fixes).
  - usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash
    Drive (stable-fixes).
  - USB: VLI disk crashes if LPM is used (stable-fixes).
  - USB: storage: quirk for ADATA Portable HDD CH94 (stable-fixes).
  - usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash Drive
    (stable-fixes).
  - USB: OHCI: Add quirk for LS7A OHCI controller (rev 0x02)
    (stable-fixes).
  - mei: me: add panther lake H DID (stable-fixes).
  - spi: tegra210-quad: add rate limiting and simplify timeout
    error message (stable-fixes).
  - spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for
    timeouts (stable-fixes).
  - ACPI: EC: Set ec_no_wakeup for Lenovo Go S (stable-fixes).
  - ACPI PPTT: Fix coding mistakes in a couple of sizeof() calls
    (stable-fixes).
  - ntb_hw_amd: Add NTB PCI ID for new gen CPU (stable-fixes).
  - ntb: reduce stack usage in idt_scan_mws (stable-fixes).
  - rtc: pcf85063: do a SW reset if POR failed (stable-fixes).
  - thunderbolt: Scan retimers after device router has been
    enumerated (stable-fixes).
  - usb: host: xhci-plat: mvebu: use ->quirks instead of
  - >init_quirk() func (stable-fixes).
  - usb: gadget: aspeed: Add NULL pointer check in
    ast_vhub_init_dev() (stable-fixes).
  - usb: dwc3: gadget: Avoid using reserved endpoints on Intel
    Merrifield (stable-fixes).
  - usb: dwc3: gadget: Refactor loop to avoid NULL endpoints
    (stable-fixes).
  - usb: host: max3421-hcd: Add missing spi_device_id table
    (stable-fixes).
  - sound/virtio: Fix cancel_sync warnings on uninitialized
    work_structs (stable-fixes).
  - dmaengine: dmatest: Fix dmatest waiting less when interrupted
    (stable-fixes).
  - iio: adc: ad7768-1: Fix conversion result sign (git-fixes).
  - iio: adc: ad7768-1: Move setting of val a bit later to avoid
    unnecessary return value check (stable-fixes).
  - pinctrl: renesas: rza2: Fix potential NULL pointer dereference
    (stable-fixes).
  - crypto: ccp - Add support for PCI device 0x1134 (stable-fixes).
  - auxdisplay: hd44780: Fix an API misuse in hd44780.c (git-fixes).
  - auxdisplay: hd44780: Convert to platform remove callback
    returning void (stable-fixes).
  - commit fe3cf03

++++ open-vm-tools:

  - Add open-vm-tools-12.5.0-gcc15.patch from upstream to fix
    gcc15 compile time error (boo#1241938)

------------------------------------------------------------------
------------------  2025-5-2  -  May 2 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix reencryption master key passphrase
    Make sure to use the correct passphrase for the master
    key such that it can be decrypted with the same credentials
    as before. The credentials reset is a subsequent task
    after reencryption.

++++ kernel-default:

  - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (CVE-2025-22107 bsc#1241575)
  - commit 673084b
  - ibmvnic: Use kernel helpers for hex dumps (CVE-2025-22104 bsc#1241550)
  - commit 44ef4eb
  - dm: always update the array size in realloc_argv on success
    (git-fixes).
  - commit 80e573b
  - dm-bufio: don't schedule in atomic context (git-fixes).
  - commit 59b9988
  - dm-ebs: fix prefetch-vs-suspend race (git-fixes).
  - commit 89effad
  - dm-verity: fix prefetch-vs-suspend race (git-fixes).
  - commit 6899d31
  - dm-integrity: set ti->error on memory allocation failure
    (git-fixes).
  - commit 3c1b2c7
  - netfilter: nf_tables: don't unregister hook when table is
    dormant (CVE-2025-22064 bsc#1241413).
  - commit 3c82332
  - net: ipv6: fix UDPv6 GSO segmentation with NAT (git-fixes).
  - commit a110462
  - net_sched: qfq: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 8e1bbd0
  - net_sched: ets: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 2e9fa99
  - net_sched: hfsc: Fix a UAF vulnerability in class with netem
    as child qdisc (git-fixes).
  - commit 3f5a489
  - net_sched: drr: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 4947830
  - ax25: Fix refcount leak caused by setting SO_BINDTODEVICE
    sockopt (CVE-2025-21792 bsc#1238745).
  - commit 2ffce83
  - ipv6: mcast: add RCU protection to mld_newpack() (CVE-2025-21758
    bsc#1238737).
  - commit 4b8b3e5
  - Bluetooth: btusb: avoid NULL pointer dereference in
    skb_dequeue() (git-fixes).
  - wifi: brcm80211: fmac: Add error handling for
    brcmf_usb_dl_writeimage() (git-fixes).
  - wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release
    (git-fixes).
  - commit 470cfc0

++++ kernel-rt:

  - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (CVE-2025-22107 bsc#1241575)
  - commit 673084b
  - ibmvnic: Use kernel helpers for hex dumps (CVE-2025-22104 bsc#1241550)
  - commit 44ef4eb
  - dm: always update the array size in realloc_argv on success
    (git-fixes).
  - commit 80e573b
  - dm-bufio: don't schedule in atomic context (git-fixes).
  - commit 59b9988
  - dm-ebs: fix prefetch-vs-suspend race (git-fixes).
  - commit 89effad
  - dm-verity: fix prefetch-vs-suspend race (git-fixes).
  - commit 6899d31
  - dm-integrity: set ti->error on memory allocation failure
    (git-fixes).
  - commit 3c1b2c7
  - netfilter: nf_tables: don't unregister hook when table is
    dormant (CVE-2025-22064 bsc#1241413).
  - commit 3c82332
  - net: ipv6: fix UDPv6 GSO segmentation with NAT (git-fixes).
  - commit a110462
  - net_sched: qfq: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 8e1bbd0
  - net_sched: ets: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 2e9fa99
  - net_sched: hfsc: Fix a UAF vulnerability in class with netem
    as child qdisc (git-fixes).
  - commit 3f5a489
  - net_sched: drr: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 4947830
  - ax25: Fix refcount leak caused by setting SO_BINDTODEVICE
    sockopt (CVE-2025-21792 bsc#1238745).
  - commit 2ffce83
  - ipv6: mcast: add RCU protection to mld_newpack() (CVE-2025-21758
    bsc#1238737).
  - commit 4b8b3e5
  - Bluetooth: btusb: avoid NULL pointer dereference in
    skb_dequeue() (git-fixes).
  - wifi: brcm80211: fmac: Add error handling for
    brcmf_usb_dl_writeimage() (git-fixes).
  - wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release
    (git-fixes).
  - commit 470cfc0

++++ kernel-rt_debug:

  - net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_entry() (CVE-2025-22107 bsc#1241575)
  - commit 673084b
  - ibmvnic: Use kernel helpers for hex dumps (CVE-2025-22104 bsc#1241550)
  - commit 44ef4eb
  - dm: always update the array size in realloc_argv on success
    (git-fixes).
  - commit 80e573b
  - dm-bufio: don't schedule in atomic context (git-fixes).
  - commit 59b9988
  - dm-ebs: fix prefetch-vs-suspend race (git-fixes).
  - commit 89effad
  - dm-verity: fix prefetch-vs-suspend race (git-fixes).
  - commit 6899d31
  - dm-integrity: set ti->error on memory allocation failure
    (git-fixes).
  - commit 3c1b2c7
  - netfilter: nf_tables: don't unregister hook when table is
    dormant (CVE-2025-22064 bsc#1241413).
  - commit 3c82332
  - net: ipv6: fix UDPv6 GSO segmentation with NAT (git-fixes).
  - commit a110462
  - net_sched: qfq: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 8e1bbd0
  - net_sched: ets: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 2e9fa99
  - net_sched: hfsc: Fix a UAF vulnerability in class with netem
    as child qdisc (git-fixes).
  - commit 3f5a489
  - net_sched: drr: Fix double list add in class with netem as
    child qdisc (git-fixes).
  - commit 4947830
  - ax25: Fix refcount leak caused by setting SO_BINDTODEVICE
    sockopt (CVE-2025-21792 bsc#1238745).
  - commit 2ffce83
  - ipv6: mcast: add RCU protection to mld_newpack() (CVE-2025-21758
    bsc#1238737).
  - commit 4b8b3e5
  - Bluetooth: btusb: avoid NULL pointer dereference in
    skb_dequeue() (git-fixes).
  - wifi: brcm80211: fmac: Add error handling for
    brcmf_usb_dl_writeimage() (git-fixes).
  - wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release
    (git-fixes).
  - commit 470cfc0

++++ gcc14:

  - Add gcc14-pr108900.patch to revert it, fixing libqt6webengine build.

++++ nvidia-open-driver-G06-signed:

  - disabled unsupported -rt flavor (bsc#1242054)

------------------------------------------------------------------
------------------  2025-5-1  -  May 1 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 28.1.1-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/28/#2811> bsc#1242114
    Includes upstream fixes:
  - CVE-2025-22872 bsc#1241830
  - Remove long-outdated build handling for deprecated and unsupported
    devicemapper and AUFS storage drivers. AUFS was removed in v24, and
    devicemapper was removed in v25.
    <https://docs.docker.com/engine/deprecated/#aufs-storage-driver>
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
  - Remove upstreamed patches:
  - 0006-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
  - 0007-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch
  - cli-0001-docs-include-required-tools-in-source-tree.patch

++++ python-kiwi:

  - Bump version: 10.2.18 → 10.2.19

------------------------------------------------------------------
------------------  2025-4-30  -  Apr 30 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed targettype setup in zipl.conf
    The special targettype set to GPT still indicates SCSI for
    the zipl.conf but tells kiwi to create a GPT disk layout
  - Fixed s390 integration test
    targettype attribute in wrong section
  - Add support for GPT targettype on s390
    Allow to build s390 images using GPT instead of the old DOS
    partition table. zipl has added support to read from GPT.
    This Fixes #2694
  - Add --no-compress option to bundler
    Allow to skip the compression for bundle files marked
    to become compressed. This Fixes #2736
  - Rawhide (F43) has removed basesystem package
    The basesystem package was retired with rawhide (F43).
    https://src.fedoraproject.org/rpms/filesystem/pull-request/20
  - rawhide install shadow-utils for usermod
    Using `kiwi-ng` version 10.2.18 (EL9)
    Currently with:
    ```
    sudo kiwi-ng system build \
  - -description kiwi/build-tests/x86/fedora/test-image-docker
  - -set-repo http://ftp.fau.de/fedora/linux/development/rawhide/Everything/x86_64/os/ \
  - -target-dir /tmp/myimage1
    ```
    This fails with:
    ```
    [ INFO    ]: 09:46:38 | Setting up user root
    [ INFO    ]: 09:46:38 | --> Modifying user: root
    [ INFO    ]: 09:46:38 | --> Primary group for user root: root
    [ ERROR   ]: 09:46:38 | KiwiCommandError: chroot: stderr: /sbin/chroot: failed to run command ‘usermod’: No such file or directory
    ```
    Install the package `shadow-utils` to provide `usermod`.
  - Fixed default bls value setup
    Fixed get_build_type_bootloader_bls behavior in case the bls
    attribute is not set. In this case get_bls() returns a None value
    which was returned. However in this case the attribute value
    should not be taken into account and the method defined default
    value for bls should be returned. This Fixes #2542

++++ kernel-default:

  - net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels
    (CVE-2025-21768 bsc#1238714).
  - commit ed713b9
  - kABI workaround struct rcu_head and ax25_ptr (CVE-2025-21812
    bsc#1238471).
  - commit 714a2d7
  - btrfs: fix block group refcount race in
    btrfs_create_pending_block_groups() (bsc#1241578
    CVE-2025-22115).
  - commit 1f7a10d
  - Refresh
    patches.kabi/kabi-fix-for-bpf-Prevent-tailcall-infinite-loop-caus.patch.
    Piggyback kABI workaround for "struct bpf_subprog_info" for upstream
    commit 51081a3f25c7 "bpf: track changes_pkt_data property for global
    functions".
  - commit bf7c4bc
  - Add missing bugzilla references (CVE-2025-22105 bsc#1241548 CVE-2025-37860 bsc#1241452)
  - commit 00ec2e2
  - atm: Fix NULL pointer dereference (CVE-2025-22018 bsc#1241266)
  - commit 8ef48c7
  - bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT (CVE-2024-58070 bsc#1238983)
  - commit 335e132
  - iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE (CVE-2025-21833, bsc#1239108).
  - commit 069abee
  - sfc: fix NULL dereferences in ef100_process_design_param()
    (CVE-2025-37860).
  - net: mvpp2: Prevent parser TCAM memory corruption
    (CVE-2025-22060 bsc#1241526).
  - bonding: check xdp prog when set bond mode (CVE-2025-22105).
  - bonding: return detailed error when loading native XDP fails
    (CVE-2025-22105).
  - commit 1110c2d
  - ALSA: ump: Fix buffer overflow at UMP SysEx message conversion
    (bsc#1242044).
  - commit 43160c9
  - Correct the upsteram version numbers in the previous patches
  - commit 6f72baf
  - mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe
    (git-fixes).
  - platform/x86/intel-uncore-freq: Fix missing uncore sysfs during
    CPU hotplug (git-fixes).
  - commit f912ebf

++++ kernel-rt:

  - net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels
    (CVE-2025-21768 bsc#1238714).
  - commit ed713b9
  - kABI workaround struct rcu_head and ax25_ptr (CVE-2025-21812
    bsc#1238471).
  - commit 714a2d7
  - btrfs: fix block group refcount race in
    btrfs_create_pending_block_groups() (bsc#1241578
    CVE-2025-22115).
  - commit 1f7a10d
  - Refresh
    patches.kabi/kabi-fix-for-bpf-Prevent-tailcall-infinite-loop-caus.patch.
    Piggyback kABI workaround for "struct bpf_subprog_info" for upstream
    commit 51081a3f25c7 "bpf: track changes_pkt_data property for global
    functions".
  - commit bf7c4bc
  - Add missing bugzilla references (CVE-2025-22105 bsc#1241548 CVE-2025-37860 bsc#1241452)
  - commit 00ec2e2
  - atm: Fix NULL pointer dereference (CVE-2025-22018 bsc#1241266)
  - commit 8ef48c7
  - bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT (CVE-2024-58070 bsc#1238983)
  - commit 335e132
  - iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE (CVE-2025-21833, bsc#1239108).
  - commit 069abee
  - sfc: fix NULL dereferences in ef100_process_design_param()
    (CVE-2025-37860).
  - net: mvpp2: Prevent parser TCAM memory corruption
    (CVE-2025-22060 bsc#1241526).
  - bonding: check xdp prog when set bond mode (CVE-2025-22105).
  - bonding: return detailed error when loading native XDP fails
    (CVE-2025-22105).
  - commit 1110c2d
  - ALSA: ump: Fix buffer overflow at UMP SysEx message conversion
    (bsc#1242044).
  - commit 43160c9
  - Correct the upsteram version numbers in the previous patches
  - commit 6f72baf
  - mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe
    (git-fixes).
  - platform/x86/intel-uncore-freq: Fix missing uncore sysfs during
    CPU hotplug (git-fixes).
  - commit f912ebf

++++ kernel-rt_debug:

  - net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnels
    (CVE-2025-21768 bsc#1238714).
  - commit ed713b9
  - kABI workaround struct rcu_head and ax25_ptr (CVE-2025-21812
    bsc#1238471).
  - commit 714a2d7
  - btrfs: fix block group refcount race in
    btrfs_create_pending_block_groups() (bsc#1241578
    CVE-2025-22115).
  - commit 1f7a10d
  - Refresh
    patches.kabi/kabi-fix-for-bpf-Prevent-tailcall-infinite-loop-caus.patch.
    Piggyback kABI workaround for "struct bpf_subprog_info" for upstream
    commit 51081a3f25c7 "bpf: track changes_pkt_data property for global
    functions".
  - commit bf7c4bc
  - Add missing bugzilla references (CVE-2025-22105 bsc#1241548 CVE-2025-37860 bsc#1241452)
  - commit 00ec2e2
  - atm: Fix NULL pointer dereference (CVE-2025-22018 bsc#1241266)
  - commit 8ef48c7
  - bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT (CVE-2024-58070 bsc#1238983)
  - commit 335e132
  - iommu/vt-d: Avoid use of NULL after WARN_ON_ONCE (CVE-2025-21833, bsc#1239108).
  - commit 069abee
  - sfc: fix NULL dereferences in ef100_process_design_param()
    (CVE-2025-37860).
  - net: mvpp2: Prevent parser TCAM memory corruption
    (CVE-2025-22060 bsc#1241526).
  - bonding: check xdp prog when set bond mode (CVE-2025-22105).
  - bonding: return detailed error when loading native XDP fails
    (CVE-2025-22105).
  - commit 1110c2d
  - ALSA: ump: Fix buffer overflow at UMP SysEx message conversion
    (bsc#1242044).
  - commit 43160c9
  - Correct the upsteram version numbers in the previous patches
  - commit 6f72baf
  - mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probe
    (git-fixes).
  - platform/x86/intel-uncore-freq: Fix missing uncore sysfs during
    CPU hotplug (git-fixes).
  - commit f912ebf

++++ gcc14:

  - Update to gcc-14 branch head, 3418d740b344e0ba38022f3be, git11702
    * Remove gcc14-pr118780.patch now on the upstream branch
  - Fix build on s390x [bsc#1241549]

++++ libzypp:

  - fixed build with boost 1.88.
  - XmlReader: Fix detection of bad input streams (fixes #635)
    libxml2 2.14 potentially reads the complete stream, so it may
    have the 'eof' bit set. Which is not 'good' but also not 'bad'.
  - rpm: Fix detection of %triggerscript starts (bsc#1222044)
  - RepoindexFileReader: add more <repo> related attributes a
    service may set.
    Add optional attributes gpgcheck, repo_gpgcheck, pkg_gpgcheck,
    keeppackages, gpgkey, mirrorlist, and metalink with the same
    semantic as in a .repo file.
  - version 17.36.7 (35)

++++ python-httpcore:

  - Remove upper limit for python-h11, CVE-2025-43859, bsc#1241872

++++ zypper:

  - Updated translations (bsc#1230267)
  - version 1.14.89

------------------------------------------------------------------
------------------  2025-4-29  -  Apr 29 2025  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20250429.1cad3bc:
    * Remove alias "you" (boo#1242011)

++++ cloud-regionsrv-client:

  - Update version to 10.4.0
    + Remove repositories when the package is being removed
    We do not want to leave repositories behind refering to the plugin that
    is being removed when the package gets removed (bsc#1240310, bsc#1240311)
    + Turn docker into an optional setup (jsc#PCT-560)
    Change the Requires into a Recommends and adapt the code accordingly
    + Support flexible licenses in GCE (jsc#PCT-531)
    + Drop the azure-addon package it is geting replaced by the
    license-watcher package which has a generic implementation of the
    same functionality.
    + Handle cache inconsistencies (bsc#1218345)
    + Properly handle the zypper root target argument (bsc#1240997)

++++ kernel-default:

  - Require zstd in kernel-default-devel when module compression is zstd
    To use ksym-provides tool modules need to be uncompressed.
    Without zstd at least kernel-default-base does not have provides.
    Link: https://github.com/openSUSE/rpm-config-SUSE/pull/82
  - commit a3262dd
  - net: ibmveth: make veth_pool_store stop hanging (CVE-2025-22053
    bsc#1241373).
  - commit 509c07e
  - powerpc/boot: Fix dash warning (bsc#1215199).
  - commit aeb4455
  - exec: fix the racy usage of fs_struct->in_exec (CVE-2025-22029
    bsc#1241378).
  - commit f780e88
  - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs
    (CVE-2025-22045 bsc#1241433).
  - commit 1e24dab
  - powerpc/boot: Check for ld-option support (bsc#1215199).
  - commit 333e1e5
  - selftests/bpf: extend changes_pkt_data with cases w/o
    subprograms (bsc#1241590).
  - bpf: fix null dereference when computing changes_pkt_data of
    prog w/o subprogs (bsc#1241590).
  - selftests/bpf: validate that tail call invalidates packet
    pointers (bsc#1241590).
  - bpf: consider that tail calls invalidate packet pointers
    (bsc#1241590).
  - selftests/bpf: freplace tests for tracking of
    changes_packet_data (bsc#1241590).
  - bpf: check changes_pkt_data property for extension programs
    (bsc#1241590).
  - Refresh patches.kabi/kabi-fix-for-bpf-Prevent-tailcall-infinite-loop-caus.patch
  - selftests/bpf: test for changing packet data from global
    functions (bsc#1241590).
  - bpf: track changes_pkt_data property for global functions
    (bsc#1241590).
  - bpf: refactor bpf_helper_changes_pkt_data to use helper number
    (bsc#1241590).
  - bpf: add find_containing_subprog() utility function
    (bsc#1241590).
  - commit e531d2b

++++ kernel-rt:

  - Require zstd in kernel-default-devel when module compression is zstd
    To use ksym-provides tool modules need to be uncompressed.
    Without zstd at least kernel-default-base does not have provides.
    Link: https://github.com/openSUSE/rpm-config-SUSE/pull/82
  - commit a3262dd
  - net: ibmveth: make veth_pool_store stop hanging (CVE-2025-22053
    bsc#1241373).
  - commit 509c07e
  - powerpc/boot: Fix dash warning (bsc#1215199).
  - commit aeb4455
  - exec: fix the racy usage of fs_struct->in_exec (CVE-2025-22029
    bsc#1241378).
  - commit f780e88
  - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs
    (CVE-2025-22045 bsc#1241433).
  - commit 1e24dab
  - powerpc/boot: Check for ld-option support (bsc#1215199).
  - commit 333e1e5
  - selftests/bpf: extend changes_pkt_data with cases w/o
    subprograms (bsc#1241590).
  - bpf: fix null dereference when computing changes_pkt_data of
    prog w/o subprogs (bsc#1241590).
  - selftests/bpf: validate that tail call invalidates packet
    pointers (bsc#1241590).
  - bpf: consider that tail calls invalidate packet pointers
    (bsc#1241590).
  - selftests/bpf: freplace tests for tracking of
    changes_packet_data (bsc#1241590).
  - bpf: check changes_pkt_data property for extension programs
    (bsc#1241590).
  - Refresh patches.kabi/kabi-fix-for-bpf-Prevent-tailcall-infinite-loop-caus.patch
  - selftests/bpf: test for changing packet data from global
    functions (bsc#1241590).
  - bpf: track changes_pkt_data property for global functions
    (bsc#1241590).
  - bpf: refactor bpf_helper_changes_pkt_data to use helper number
    (bsc#1241590).
  - bpf: add find_containing_subprog() utility function
    (bsc#1241590).
  - commit e531d2b

++++ kernel-rt_debug:

  - Require zstd in kernel-default-devel when module compression is zstd
    To use ksym-provides tool modules need to be uncompressed.
    Without zstd at least kernel-default-base does not have provides.
    Link: https://github.com/openSUSE/rpm-config-SUSE/pull/82
  - commit a3262dd
  - net: ibmveth: make veth_pool_store stop hanging (CVE-2025-22053
    bsc#1241373).
  - commit 509c07e
  - powerpc/boot: Fix dash warning (bsc#1215199).
  - commit aeb4455
  - exec: fix the racy usage of fs_struct->in_exec (CVE-2025-22029
    bsc#1241378).
  - commit f780e88
  - x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs
    (CVE-2025-22045 bsc#1241433).
  - commit 1e24dab
  - powerpc/boot: Check for ld-option support (bsc#1215199).
  - commit 333e1e5
  - selftests/bpf: extend changes_pkt_data with cases w/o
    subprograms (bsc#1241590).
  - bpf: fix null dereference when computing changes_pkt_data of
    prog w/o subprogs (bsc#1241590).
  - selftests/bpf: validate that tail call invalidates packet
    pointers (bsc#1241590).
  - bpf: consider that tail calls invalidate packet pointers
    (bsc#1241590).
  - selftests/bpf: freplace tests for tracking of
    changes_packet_data (bsc#1241590).
  - bpf: check changes_pkt_data property for extension programs
    (bsc#1241590).
  - Refresh patches.kabi/kabi-fix-for-bpf-Prevent-tailcall-infinite-loop-caus.patch
  - selftests/bpf: test for changing packet data from global
    functions (bsc#1241590).
  - bpf: track changes_pkt_data property for global functions
    (bsc#1241590).
  - bpf: refactor bpf_helper_changes_pkt_data to use helper number
    (bsc#1241590).
  - bpf: add find_containing_subprog() utility function
    (bsc#1241590).
  - commit e531d2b

++++ libsoup:

  - Add more CVE fixes:
    + libsoup-CVE-2025-32050.patch (boo#1240752 CVE-2025-32050)
    + libsoup-CVE-2025-32051.patch (boo#1240754 CVE-2025-32051)
    + libsoup-CVE-2025-32052.patch (boo#1240756 CVE-2025-32052)
    + libsoup-CVE-2025-32053.patch (boo#1240757 CVE-2025-32053)
    + libsoup-CVE-2025-46420.patch (boo#1241686 CVE-2025-46420)
    + libsoup-CVE-2025-32913.patch (boo#1241162 boo#1241238
    CVE-2025-32913 CVE-2025-32911)
    + libsoup-CVE-2025-32910.patch (boo#1241252 CVE-2025-32910)
    + libsoup-CVE-2025-32909.patch (boo#1241226 CVE-2025-32909)
    + libsoup-CVE-2025-2784.patch (boo#1240750 CVE-2025-2784)
    + libsoup-CVE-2025-46421.patch (boo#1241688 CVE-2025-46421)
    + libsoup-CVE-2025-32912.patch (boo#1241214 CVE-2025-32912)
    + libsoup-CVE-2025-32906.patch (boo#1241263 CVE-2025-32906)
    + libsoup-CVE-2025-32914.patch (boo#1241164 CVE-2025-32914)
    + libsoup-CVE-2025-32908.patch (boo#1241223 CVE-2025-32908)
    + libsoup-CVE-2025-32907.patch (boo#1241222 CVE-2025-32907)

++++ runc:

  - Update to runc v1.3.0. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.3.0>

------------------------------------------------------------------
------------------  2025-4-28  -  Apr 28 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to docker-buildx v0.23.0. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.23.0>

++++ python-kiwi:

  - Bump version: 10.2.17 → 10.2.18
  - Fix setup of use_disk_password for random secret
    When using luks="random" in combination with use_disk_password="true"
    the resulting cryptomount call in grub is wrong. This commit fixes it

++++ kernel-default:

  - Update
    patches.suse/memstick-rtsx_usb_ms-Fix-slab-use-after-free-in-rtsx.patch
    (bsc#1241280 CVE-2025-22020).
    Added CVE reference
  - commit 80d99d3
  - Fixup breakage in ext2 introduced by backporting in:
    patches.suse/ext2-Avoid-reading-renamed-directory-if-parent-does-.patch.
  - commit b7c808a
  - cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error
    path (git-fixes).
  - eth: bnxt: fix missing ring index trim on error path
    (git-fixes).
  - igc: add lock preventing multiple simultaneous PTM transactions
    (git-fixes).
  - igc: cleanup PTP module if probe fails (git-fixes).
  - igc: handle the IGC_PTP_ENABLED flag correctly (git-fixes).
  - igc: move ktime snapshot into PTM retry loop (git-fixes).
  - igc: increase wait time before retrying PTM (git-fixes).
  - igc: fix PTM cycle trigger logic (git-fixes).
  - idpf: fix adapter NULL pointer dereference on reboot
    (git-fixes).
  - e1000e: change k1 configuration on MTP and later platforms
    (git-fixes).
  - gve: handle overflow when reporting TX consumed descriptors
    (git-fixes).
  - net/mlx5e: SHAMPO, Make reserved size independent of page size
    (git-fixes).
  - vdpa/mlx5: Fix oversized null mkey longer than 32bit
    (git-fixes).
  - idpf: check error for register_netdev() on init (git-fixes).
  - ice: stop truncating queue ids when checking (git-fixes).
  - virtchnl: make proto and filter action count unsigned
    (git-fixes).
  - ice: fix reservation of resources for RDMA when disabled
    (git-fixes).
  - net/mlx5: Start health poll after enable hca (git-fixes).
  - bnxt_en: Linearize TX SKB if the fragments exceed the max
    (git-fixes).
  - bnxt_en: Mask the bd_cnt field in the TX BD properly
    (git-fixes).
  - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context
    (git-fixes).
  - igb: reject invalid external timestamp requests for 82580-based
    HW (git-fixes).
  - net/mlx5e: Prevent bridge link show failure for
    non-eswitch-allowed devices (git-fixes).
  - net/mlx5: Lag, Check shared fdb before creating MultiPort
    E-Switch (git-fixes).
  - net/mlx5: Fill out devlink dev info only for PFs (git-fixes).
  - net/mlx5: IRQ, Fix null string in debug print (git-fixes).
  - gve: set xdp redirect target only when it is available
    (git-fixes).
  - ice: Add check for devm_kzalloc() (git-fixes).
  - commit 8b3f5c6
  - ext4: fix OOB read when checking dotdot dir (bsc#1241640
    CVE-2025-37785).
  - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
    (bsc#1241593 CVE-2025-22121).
  - proc: fix UAF in proc_get_inode() (bsc#1240802 CVE-2025-21999).
  - fs: relax assertions on failure to encode file handles
    (bsc#1236086 CVE-2024-57924).
  - commit 0e972d0
  - net: gso: fix ownership in __udp_gso_segment (CVE-2025-21926
    bsc#1240712).
  - commit a0db76b
  - jfs: add sanity check for agwidth in dbMount (git-fixes).
  - commit 8faa28a
  - jfs: Prevent copying of nlink with value 0 from disk inode
    (git-fixes).
  - commit eea1d40
  - fs/jfs: Prevent integer overflow in AG size calculation
    (git-fixes).
  - commit fce66a4
  - fs/jfs: cast inactags to s64 to prevent potential overflow
    (git-fixes).
  - commit 8b1cc16
  - jfs: Fix uninit-value access of imap allocated in the diMount()
    function (git-fixes).
  - commit 5b527ae

++++ kernel-rt:

  - Update
    patches.suse/memstick-rtsx_usb_ms-Fix-slab-use-after-free-in-rtsx.patch
    (bsc#1241280 CVE-2025-22020).
    Added CVE reference
  - commit 80d99d3
  - Fixup breakage in ext2 introduced by backporting in:
    patches.suse/ext2-Avoid-reading-renamed-directory-if-parent-does-.patch.
  - commit b7c808a
  - cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error
    path (git-fixes).
  - eth: bnxt: fix missing ring index trim on error path
    (git-fixes).
  - igc: add lock preventing multiple simultaneous PTM transactions
    (git-fixes).
  - igc: cleanup PTP module if probe fails (git-fixes).
  - igc: handle the IGC_PTP_ENABLED flag correctly (git-fixes).
  - igc: move ktime snapshot into PTM retry loop (git-fixes).
  - igc: increase wait time before retrying PTM (git-fixes).
  - igc: fix PTM cycle trigger logic (git-fixes).
  - idpf: fix adapter NULL pointer dereference on reboot
    (git-fixes).
  - e1000e: change k1 configuration on MTP and later platforms
    (git-fixes).
  - gve: handle overflow when reporting TX consumed descriptors
    (git-fixes).
  - net/mlx5e: SHAMPO, Make reserved size independent of page size
    (git-fixes).
  - vdpa/mlx5: Fix oversized null mkey longer than 32bit
    (git-fixes).
  - idpf: check error for register_netdev() on init (git-fixes).
  - ice: stop truncating queue ids when checking (git-fixes).
  - virtchnl: make proto and filter action count unsigned
    (git-fixes).
  - ice: fix reservation of resources for RDMA when disabled
    (git-fixes).
  - net/mlx5: Start health poll after enable hca (git-fixes).
  - bnxt_en: Linearize TX SKB if the fragments exceed the max
    (git-fixes).
  - bnxt_en: Mask the bd_cnt field in the TX BD properly
    (git-fixes).
  - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context
    (git-fixes).
  - igb: reject invalid external timestamp requests for 82580-based
    HW (git-fixes).
  - net/mlx5e: Prevent bridge link show failure for
    non-eswitch-allowed devices (git-fixes).
  - net/mlx5: Lag, Check shared fdb before creating MultiPort
    E-Switch (git-fixes).
  - net/mlx5: Fill out devlink dev info only for PFs (git-fixes).
  - net/mlx5: IRQ, Fix null string in debug print (git-fixes).
  - gve: set xdp redirect target only when it is available
    (git-fixes).
  - ice: Add check for devm_kzalloc() (git-fixes).
  - commit 8b3f5c6
  - ext4: fix OOB read when checking dotdot dir (bsc#1241640
    CVE-2025-37785).
  - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
    (bsc#1241593 CVE-2025-22121).
  - proc: fix UAF in proc_get_inode() (bsc#1240802 CVE-2025-21999).
  - fs: relax assertions on failure to encode file handles
    (bsc#1236086 CVE-2024-57924).
  - commit 0e972d0
  - net: gso: fix ownership in __udp_gso_segment (CVE-2025-21926
    bsc#1240712).
  - commit a0db76b
  - jfs: add sanity check for agwidth in dbMount (git-fixes).
  - commit 8faa28a
  - jfs: Prevent copying of nlink with value 0 from disk inode
    (git-fixes).
  - commit eea1d40
  - fs/jfs: Prevent integer overflow in AG size calculation
    (git-fixes).
  - commit fce66a4
  - fs/jfs: cast inactags to s64 to prevent potential overflow
    (git-fixes).
  - commit 8b1cc16
  - jfs: Fix uninit-value access of imap allocated in the diMount()
    function (git-fixes).
  - commit 5b527ae

++++ kernel-rt_debug:

  - Update
    patches.suse/memstick-rtsx_usb_ms-Fix-slab-use-after-free-in-rtsx.patch
    (bsc#1241280 CVE-2025-22020).
    Added CVE reference
  - commit 80d99d3
  - Fixup breakage in ext2 introduced by backporting in:
    patches.suse/ext2-Avoid-reading-renamed-directory-if-parent-does-.patch.
  - commit b7c808a
  - cxgb4: fix memory leak in cxgb4_init_ethtool_filters() error
    path (git-fixes).
  - eth: bnxt: fix missing ring index trim on error path
    (git-fixes).
  - igc: add lock preventing multiple simultaneous PTM transactions
    (git-fixes).
  - igc: cleanup PTP module if probe fails (git-fixes).
  - igc: handle the IGC_PTP_ENABLED flag correctly (git-fixes).
  - igc: move ktime snapshot into PTM retry loop (git-fixes).
  - igc: increase wait time before retrying PTM (git-fixes).
  - igc: fix PTM cycle trigger logic (git-fixes).
  - idpf: fix adapter NULL pointer dereference on reboot
    (git-fixes).
  - e1000e: change k1 configuration on MTP and later platforms
    (git-fixes).
  - gve: handle overflow when reporting TX consumed descriptors
    (git-fixes).
  - net/mlx5e: SHAMPO, Make reserved size independent of page size
    (git-fixes).
  - vdpa/mlx5: Fix oversized null mkey longer than 32bit
    (git-fixes).
  - idpf: check error for register_netdev() on init (git-fixes).
  - ice: stop truncating queue ids when checking (git-fixes).
  - virtchnl: make proto and filter action count unsigned
    (git-fixes).
  - ice: fix reservation of resources for RDMA when disabled
    (git-fixes).
  - net/mlx5: Start health poll after enable hca (git-fixes).
  - bnxt_en: Linearize TX SKB if the fragments exceed the max
    (git-fixes).
  - bnxt_en: Mask the bd_cnt field in the TX BD properly
    (git-fixes).
  - net/mlx5e: Fix ethtool -N flow-type ip4 to RSS context
    (git-fixes).
  - igb: reject invalid external timestamp requests for 82580-based
    HW (git-fixes).
  - net/mlx5e: Prevent bridge link show failure for
    non-eswitch-allowed devices (git-fixes).
  - net/mlx5: Lag, Check shared fdb before creating MultiPort
    E-Switch (git-fixes).
  - net/mlx5: Fill out devlink dev info only for PFs (git-fixes).
  - net/mlx5: IRQ, Fix null string in debug print (git-fixes).
  - gve: set xdp redirect target only when it is available
    (git-fixes).
  - ice: Add check for devm_kzalloc() (git-fixes).
  - commit 8b3f5c6
  - ext4: fix OOB read when checking dotdot dir (bsc#1241640
    CVE-2025-37785).
  - ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
    (bsc#1241593 CVE-2025-22121).
  - proc: fix UAF in proc_get_inode() (bsc#1240802 CVE-2025-21999).
  - fs: relax assertions on failure to encode file handles
    (bsc#1236086 CVE-2024-57924).
  - commit 0e972d0
  - net: gso: fix ownership in __udp_gso_segment (CVE-2025-21926
    bsc#1240712).
  - commit a0db76b
  - jfs: add sanity check for agwidth in dbMount (git-fixes).
  - commit 8faa28a
  - jfs: Prevent copying of nlink with value 0 from disk inode
    (git-fixes).
  - commit eea1d40
  - fs/jfs: Prevent integer overflow in AG size calculation
    (git-fixes).
  - commit fce66a4
  - fs/jfs: cast inactags to s64 to prevent potential overflow
    (git-fixes).
  - commit 8b1cc16
  - jfs: Fix uninit-value access of imap allocated in the diMount()
    function (git-fixes).
  - commit 5b527ae

------------------------------------------------------------------
------------------  2025-4-27  -  Apr 27 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Drop copying GRUB2 modules to /boot with Secure Boot UEFI images
    Copying the modules creates a situation where future updates
    applied to a running system can cause GRUB to crash due to mixed
    modules and GRUB EFI binaries.
    It is not needed anyway since GRUB EFI binaries for Secure Boot have
    all modules compiled into the binaries.
    Fixes: https://github.com/OSInside/kiwi/issues/2790
  - Make sure editbootinstall runs offline
    editbootinstall expects the system to be umounted
  - Make sure post sync actions are in scope
  - Follow up fix for overlayroot builds for EFI path
    Only perform the boot overlay if there is an extra boot partition
  - Only remove entries from exclude list if present
  - Fix overlayroot builds for EFI path
    make sure to keep boot/efi mountpoint directories
    in the read-only area as they can't be created later
  - doc: overview: Add list of supported Linux distributions
    These are the Linux distributions that are developed and actively
    tested for with the latest kiwi releases.
    This should offer greater clarity about what we're able to support
    as an upstream project.
  - Fixed mount of image system for volume managers
    The ImageSystem.mount() method implemented its own handling
    for mounting the volumes of a volume manager based system.
    First and foremost this duplicates code that already exists
    in the respective VolumeManager implementation and second
    the code behaved wrong in case of btrfs when there is no
    default subvolume configured
  - Handle grub fix functions less strict
    If called on full read-only systems, log the information
    that the files can't be modified but do not fail. On
    such systems the expectation is that no fix code must
    be applied and as such the fix function can be considered
    an optional step.

++++ kernel-default:

  - irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()
    (git-fixes).
  - drm/amd/display: Fix gpu reset in multidisplay config
    (git-fixes).
  - Revert "drm/meson: vclk: fix calculation of 59.94 fractional
    rates" (git-fixes).
  - commit 9f8b470

++++ kernel-rt:

  - irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()
    (git-fixes).
  - drm/amd/display: Fix gpu reset in multidisplay config
    (git-fixes).
  - Revert "drm/meson: vclk: fix calculation of 59.94 fractional
    rates" (git-fixes).
  - commit 9f8b470

++++ kernel-rt_debug:

  - irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()
    (git-fixes).
  - drm/amd/display: Fix gpu reset in multidisplay config
    (git-fixes).
  - Revert "drm/meson: vclk: fix calculation of 59.94 fractional
    rates" (git-fixes).
  - commit 9f8b470

------------------------------------------------------------------
------------------  2025-4-26  -  Apr 26 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - block: integrity: Do not call set_page_dirty_lock() (git-fixes).
  - loop: stop using vfs_iter_{read,write} for buffered I/O
    (git-fixes).
  - loop: LOOP_SET_FD: send uevents for partitions (git-fixes).
  - loop: properly send KOBJ_CHANGED uevent for disk device
    (git-fixes).
  - block: fix resource leak in blk_register_queue() error path
    (git-fixes).
  - block: make sure ->nr_integrity_segments is cloned in
    blk_rq_prep_clone (git-fixes).
  - badblocks: fix missing bad blocks on retry in _badblocks_check()
    (git-fixes).
  - badblocks: fix merge issue when new badblocks align with pre+1
    (git-fixes).
  - badblocks: fix the using of MAX_BADBLOCKS (git-fixes).
  - badblocks: return error if any badblock set fails (git-fixes).
  - badblocks: return error directly when setting badblocks exceeds
    512 (git-fixes).
  - badblocks: Fix error shitf ops (git-fixes).
  - blk-throttle: fix lower bps rate by throtl_trim_slice()
    (git-fixes).
  - block: change blk_mq_add_to_batch() third argument type to bool
    (git-fixes).
  - block: fix conversion of GPT partition name to 7-bit
    (git-fixes).
  - ublk: set_params: properly check if parameters can be applied
    (git-fixes).
  - block: fix 'kmem_cache of name 'bio-108' already exists'
    (git-fixes).
  - commit 607aa83
  - drm/tests: Build KMS helpers when DRM_KUNIT_TEST_HELPERS is
    enabled (git-fixes).
  - commit 03063eb
  - USB: wdm: add annotation (git-fixes).
  - USB: wdm: wdm_wwan_port_tx_complete mutex in atomic context
    (git-fixes).
  - USB: wdm: close race between wdm_open and wdm_wwan_port_stop
    (git-fixes).
  - USB: wdm: handle IO errors in wdm_wwan_port_start (git-fixes).
  - usb: dwc3: gadget: check that event count does not exceed
    event buffer length (git-fixes).
  - usb: dwc3: xilinx: Prevent spike in reset signal (git-fixes).
  - usb: cdns3: Fix deadlock when using NCM gadget (git-fixes).
  - usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error
    handling (git-fixes).
  - usb: chipidea: ci_hdrc_imx: fix call balance of regulator
    routines (git-fixes).
  - serial: sifive: lock port in startup()/shutdown() callbacks
    (git-fixes).
  - serial: msm: Configure correct working mode before starting
    earlycon (git-fixes).
  - misc: microchip: pci1xxxx: Fix incorrect IRQ status handling
    during ack (git-fixes).
  - misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler
    registration (git-fixes).
  - string: Add load_unaligned_zeropad() code path to
    sized_strscpy() (git-fixes).
  - kunit: qemu_configs: SH: Respect kunit cmdline (git-fixes).
  - Revert "wifi: mac80211: Update skb's control block key in
    ieee80211_tx_dequeue()" (git-fixes).
  - wifi: mac80211: Update skb's control block key in
    ieee80211_tx_dequeue() (git-fixes).
  - selftests/mm: generate a temporary mountpoint for cgroup
    filesystem (git-fixes).
  - selftests/futex: futex_waitv wouldblock test should fail
    (git-fixes).
  - phy: freescale: imx8m-pcie: assert phy reset and perst in
    power off (git-fixes).
  - PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type
    (stable-fixes).
  - ktest: Fix Test Failures Due to Missing LOG_FILE Directories
    (stable-fixes).
  - wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table
    (stable-fixes).
  - wifi: ath12k: Fix invalid data access in
    ath12k_dp_rx_h_undecap_nwifi (stable-fixes).
  - wifi: ath12k: Fix invalid entry fetch in
    ath12k_dp_mon_srng_process (stable-fixes).
  - net: usb: asix_devices: add FiberGecko DeviceID (stable-fixes).
  - media: uvcvideo: Add quirk for Actions UVC05 (stable-fixes).
  - mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two
    halves (stable-fixes).
  - pm: cpupower: bench: Prevent NULL dereference on malloc failure
    (stable-fixes).
  - commit b154b2c
  - drm/tests: probe-helper: Fix drm_display_mode memory leak
    (git-fixes).
  - drm/tests: modes: Fix drm_display_mode memory leak (git-fixes).
  - drm/tests: cmdline: Fix drm_display_mode memory leak
    (git-fixes).
  - drm/tests: helpers: Create kunit helper to destroy a
    drm_display_mode (stable-fixes).
  - drm/i915/gvt: fix unterminated-string-initialization warning
    (stable-fixes).
  - drm/i915: Disable RPG during live selftest (git-fixes).
  - gpio: zynq: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - drm/amd: Handle being compiled without SI or CIK support better
    (stable-fixes).
  - drm/mediatek: mtk_dpi: Explicitly manage TVD clock in power
    on/off (stable-fixes).
  - drm/mediatek: mtk_dpi: Move the input_2p_en bit to platform data
    (stable-fixes).
  - drm/amdgpu: handle amdgpu_cgs_create_device() errors in
    amd_powerplay_create() (stable-fixes).
  - drm/amdkfd: debugfs hang_hws skip GPU with MES (stable-fixes).
  - drm/amdkfd: Fix pqm_destroy_queue race with GPU reset
    (stable-fixes).
  - drm/amdkfd: Fix mode1 reset crash issue (stable-fixes).
  - drm/amdkfd: clamp queue size to minimum (stable-fixes).
  - drm/amd/display: add workaround flag to link to force FFE preset
    (stable-fixes).
  - drm/bridge: panel: forbid initializing a panel with unknown
    connector type (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for OneXPlayer Mini
    (Intel) (stable-fixes).
  - drm: panel-orientation-quirks: Add new quirk for GPD Win 2
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO Slide
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirks for AYA NEO Flip DS
    and KB (stable-fixes).
  - drm: panel-orientation-quirks: Add support for AYANEO 2S
    (stable-fixes).
  - drm: allow encoder mode_set even when connectors change for crtc
    (stable-fixes).
  - fbdev: omapfb: Add 'plane' value check (stable-fixes).
  - drm/tests: helpers: Fix compiler warning (git-fixes).
  - drm/tests: helpers: Add helper for
    drm_display_mode_from_cea_vic() (stable-fixes).
  - drm/i915/dg2: wait for HuC load completion before running
    selftests (stable-fixes).
  - drm/tests: Add helper to create mock crtc (stable-fixes).
  - commit a0a41da
  - char: misc: register chrdev region with all possible minors
    (git-fixes).
  - Revert "drivers: core: synchronize really_probe() and
    dev_uevent()" (stable-fixes).
  - Bluetooth: l2cap: Process valid commands in too long frame
    (stable-fixes).
  - drivers: base: devres: Allow to release group on device release
    (stable-fixes).
  - Bluetooth: hci_uart: Fix another race during initialization
    (git-fixes).
  - Bluetooth: hci_uart: fix race during initialization
    (stable-fixes).
  - cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk
    (stable-fixes).
  - ahci: add PCI ID for Marvell 88SE9215 SATA Controller
    (stable-fixes).
  - ASoC: amd: yc: update quirk data for new Lenovo model
    (stable-fixes).
  - ASoC: fsl_audmix: register card device depends on 'dais'
    property (stable-fixes).
  - ASoC: SOF: topology: Use krealloc_array() to replace krealloc()
    (stable-fixes).
  - ASoC: amd: Add DMI quirk for ACP6X mic support (stable-fixes).
  - ALSA: usb-audio: Fix CME quirk for UF series keyboards
    (stable-fixes).
  - ALSA: hda: intel: Add Lenovo IdeaPad Z570 to probe denylist
    (stable-fixes).
  - ALSA: hda: intel: Fix Optimus when GPU has no sound
    (stable-fixes).
  - drm/tests: Add helper to create mock plane (stable-fixes).
  - drm/tests: helpers: Add atomic helpers (stable-fixes).
  - drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+
    (stable-fixes).
  - commit 58c19a1

++++ kernel-rt:

  - block: integrity: Do not call set_page_dirty_lock() (git-fixes).
  - loop: stop using vfs_iter_{read,write} for buffered I/O
    (git-fixes).
  - loop: LOOP_SET_FD: send uevents for partitions (git-fixes).
  - loop: properly send KOBJ_CHANGED uevent for disk device
    (git-fixes).
  - block: fix resource leak in blk_register_queue() error path
    (git-fixes).
  - block: make sure ->nr_integrity_segments is cloned in
    blk_rq_prep_clone (git-fixes).
  - badblocks: fix missing bad blocks on retry in _badblocks_check()
    (git-fixes).
  - badblocks: fix merge issue when new badblocks align with pre+1
    (git-fixes).
  - badblocks: fix the using of MAX_BADBLOCKS (git-fixes).
  - badblocks: return error if any badblock set fails (git-fixes).
  - badblocks: return error directly when setting badblocks exceeds
    512 (git-fixes).
  - badblocks: Fix error shitf ops (git-fixes).
  - blk-throttle: fix lower bps rate by throtl_trim_slice()
    (git-fixes).
  - block: change blk_mq_add_to_batch() third argument type to bool
    (git-fixes).
  - block: fix conversion of GPT partition name to 7-bit
    (git-fixes).
  - ublk: set_params: properly check if parameters can be applied
    (git-fixes).
  - block: fix 'kmem_cache of name 'bio-108' already exists'
    (git-fixes).
  - commit 607aa83
  - drm/tests: Build KMS helpers when DRM_KUNIT_TEST_HELPERS is
    enabled (git-fixes).
  - commit 03063eb
  - USB: wdm: add annotation (git-fixes).
  - USB: wdm: wdm_wwan_port_tx_complete mutex in atomic context
    (git-fixes).
  - USB: wdm: close race between wdm_open and wdm_wwan_port_stop
    (git-fixes).
  - USB: wdm: handle IO errors in wdm_wwan_port_start (git-fixes).
  - usb: dwc3: gadget: check that event count does not exceed
    event buffer length (git-fixes).
  - usb: dwc3: xilinx: Prevent spike in reset signal (git-fixes).
  - usb: cdns3: Fix deadlock when using NCM gadget (git-fixes).
  - usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error
    handling (git-fixes).
  - usb: chipidea: ci_hdrc_imx: fix call balance of regulator
    routines (git-fixes).
  - serial: sifive: lock port in startup()/shutdown() callbacks
    (git-fixes).
  - serial: msm: Configure correct working mode before starting
    earlycon (git-fixes).
  - misc: microchip: pci1xxxx: Fix incorrect IRQ status handling
    during ack (git-fixes).
  - misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler
    registration (git-fixes).
  - string: Add load_unaligned_zeropad() code path to
    sized_strscpy() (git-fixes).
  - kunit: qemu_configs: SH: Respect kunit cmdline (git-fixes).
  - Revert "wifi: mac80211: Update skb's control block key in
    ieee80211_tx_dequeue()" (git-fixes).
  - wifi: mac80211: Update skb's control block key in
    ieee80211_tx_dequeue() (git-fixes).
  - selftests/mm: generate a temporary mountpoint for cgroup
    filesystem (git-fixes).
  - selftests/futex: futex_waitv wouldblock test should fail
    (git-fixes).
  - phy: freescale: imx8m-pcie: assert phy reset and perst in
    power off (git-fixes).
  - PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type
    (stable-fixes).
  - ktest: Fix Test Failures Due to Missing LOG_FILE Directories
    (stable-fixes).
  - wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table
    (stable-fixes).
  - wifi: ath12k: Fix invalid data access in
    ath12k_dp_rx_h_undecap_nwifi (stable-fixes).
  - wifi: ath12k: Fix invalid entry fetch in
    ath12k_dp_mon_srng_process (stable-fixes).
  - net: usb: asix_devices: add FiberGecko DeviceID (stable-fixes).
  - media: uvcvideo: Add quirk for Actions UVC05 (stable-fixes).
  - mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two
    halves (stable-fixes).
  - pm: cpupower: bench: Prevent NULL dereference on malloc failure
    (stable-fixes).
  - commit b154b2c
  - drm/tests: probe-helper: Fix drm_display_mode memory leak
    (git-fixes).
  - drm/tests: modes: Fix drm_display_mode memory leak (git-fixes).
  - drm/tests: cmdline: Fix drm_display_mode memory leak
    (git-fixes).
  - drm/tests: helpers: Create kunit helper to destroy a
    drm_display_mode (stable-fixes).
  - drm/i915/gvt: fix unterminated-string-initialization warning
    (stable-fixes).
  - drm/i915: Disable RPG during live selftest (git-fixes).
  - gpio: zynq: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - drm/amd: Handle being compiled without SI or CIK support better
    (stable-fixes).
  - drm/mediatek: mtk_dpi: Explicitly manage TVD clock in power
    on/off (stable-fixes).
  - drm/mediatek: mtk_dpi: Move the input_2p_en bit to platform data
    (stable-fixes).
  - drm/amdgpu: handle amdgpu_cgs_create_device() errors in
    amd_powerplay_create() (stable-fixes).
  - drm/amdkfd: debugfs hang_hws skip GPU with MES (stable-fixes).
  - drm/amdkfd: Fix pqm_destroy_queue race with GPU reset
    (stable-fixes).
  - drm/amdkfd: Fix mode1 reset crash issue (stable-fixes).
  - drm/amdkfd: clamp queue size to minimum (stable-fixes).
  - drm/amd/display: add workaround flag to link to force FFE preset
    (stable-fixes).
  - drm/bridge: panel: forbid initializing a panel with unknown
    connector type (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for OneXPlayer Mini
    (Intel) (stable-fixes).
  - drm: panel-orientation-quirks: Add new quirk for GPD Win 2
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO Slide
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirks for AYA NEO Flip DS
    and KB (stable-fixes).
  - drm: panel-orientation-quirks: Add support for AYANEO 2S
    (stable-fixes).
  - drm: allow encoder mode_set even when connectors change for crtc
    (stable-fixes).
  - fbdev: omapfb: Add 'plane' value check (stable-fixes).
  - drm/tests: helpers: Fix compiler warning (git-fixes).
  - drm/tests: helpers: Add helper for
    drm_display_mode_from_cea_vic() (stable-fixes).
  - drm/i915/dg2: wait for HuC load completion before running
    selftests (stable-fixes).
  - drm/tests: Add helper to create mock crtc (stable-fixes).
  - commit a0a41da
  - char: misc: register chrdev region with all possible minors
    (git-fixes).
  - Revert "drivers: core: synchronize really_probe() and
    dev_uevent()" (stable-fixes).
  - Bluetooth: l2cap: Process valid commands in too long frame
    (stable-fixes).
  - drivers: base: devres: Allow to release group on device release
    (stable-fixes).
  - Bluetooth: hci_uart: Fix another race during initialization
    (git-fixes).
  - Bluetooth: hci_uart: fix race during initialization
    (stable-fixes).
  - cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk
    (stable-fixes).
  - ahci: add PCI ID for Marvell 88SE9215 SATA Controller
    (stable-fixes).
  - ASoC: amd: yc: update quirk data for new Lenovo model
    (stable-fixes).
  - ASoC: fsl_audmix: register card device depends on 'dais'
    property (stable-fixes).
  - ASoC: SOF: topology: Use krealloc_array() to replace krealloc()
    (stable-fixes).
  - ASoC: amd: Add DMI quirk for ACP6X mic support (stable-fixes).
  - ALSA: usb-audio: Fix CME quirk for UF series keyboards
    (stable-fixes).
  - ALSA: hda: intel: Add Lenovo IdeaPad Z570 to probe denylist
    (stable-fixes).
  - ALSA: hda: intel: Fix Optimus when GPU has no sound
    (stable-fixes).
  - drm/tests: Add helper to create mock plane (stable-fixes).
  - drm/tests: helpers: Add atomic helpers (stable-fixes).
  - drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+
    (stable-fixes).
  - commit 58c19a1

++++ kernel-rt_debug:

  - block: integrity: Do not call set_page_dirty_lock() (git-fixes).
  - loop: stop using vfs_iter_{read,write} for buffered I/O
    (git-fixes).
  - loop: LOOP_SET_FD: send uevents for partitions (git-fixes).
  - loop: properly send KOBJ_CHANGED uevent for disk device
    (git-fixes).
  - block: fix resource leak in blk_register_queue() error path
    (git-fixes).
  - block: make sure ->nr_integrity_segments is cloned in
    blk_rq_prep_clone (git-fixes).
  - badblocks: fix missing bad blocks on retry in _badblocks_check()
    (git-fixes).
  - badblocks: fix merge issue when new badblocks align with pre+1
    (git-fixes).
  - badblocks: fix the using of MAX_BADBLOCKS (git-fixes).
  - badblocks: return error if any badblock set fails (git-fixes).
  - badblocks: return error directly when setting badblocks exceeds
    512 (git-fixes).
  - badblocks: Fix error shitf ops (git-fixes).
  - blk-throttle: fix lower bps rate by throtl_trim_slice()
    (git-fixes).
  - block: change blk_mq_add_to_batch() third argument type to bool
    (git-fixes).
  - block: fix conversion of GPT partition name to 7-bit
    (git-fixes).
  - ublk: set_params: properly check if parameters can be applied
    (git-fixes).
  - block: fix 'kmem_cache of name 'bio-108' already exists'
    (git-fixes).
  - commit 607aa83
  - drm/tests: Build KMS helpers when DRM_KUNIT_TEST_HELPERS is
    enabled (git-fixes).
  - commit 03063eb
  - USB: wdm: add annotation (git-fixes).
  - USB: wdm: wdm_wwan_port_tx_complete mutex in atomic context
    (git-fixes).
  - USB: wdm: close race between wdm_open and wdm_wwan_port_stop
    (git-fixes).
  - USB: wdm: handle IO errors in wdm_wwan_port_start (git-fixes).
  - usb: dwc3: gadget: check that event count does not exceed
    event buffer length (git-fixes).
  - usb: dwc3: xilinx: Prevent spike in reset signal (git-fixes).
  - usb: cdns3: Fix deadlock when using NCM gadget (git-fixes).
  - usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error
    handling (git-fixes).
  - usb: chipidea: ci_hdrc_imx: fix call balance of regulator
    routines (git-fixes).
  - serial: sifive: lock port in startup()/shutdown() callbacks
    (git-fixes).
  - serial: msm: Configure correct working mode before starting
    earlycon (git-fixes).
  - misc: microchip: pci1xxxx: Fix incorrect IRQ status handling
    during ack (git-fixes).
  - misc: microchip: pci1xxxx: Fix Kernel panic during IRQ handler
    registration (git-fixes).
  - string: Add load_unaligned_zeropad() code path to
    sized_strscpy() (git-fixes).
  - kunit: qemu_configs: SH: Respect kunit cmdline (git-fixes).
  - Revert "wifi: mac80211: Update skb's control block key in
    ieee80211_tx_dequeue()" (git-fixes).
  - wifi: mac80211: Update skb's control block key in
    ieee80211_tx_dequeue() (git-fixes).
  - selftests/mm: generate a temporary mountpoint for cgroup
    filesystem (git-fixes).
  - selftests/futex: futex_waitv wouldblock test should fail
    (git-fixes).
  - phy: freescale: imx8m-pcie: assert phy reset and perst in
    power off (git-fixes).
  - PCI: vmd: Make vmd_dev::cfg_lock a raw_spinlock_t type
    (stable-fixes).
  - ktest: Fix Test Failures Due to Missing LOG_FILE Directories
    (stable-fixes).
  - wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table
    (stable-fixes).
  - wifi: ath12k: Fix invalid data access in
    ath12k_dp_rx_h_undecap_nwifi (stable-fixes).
  - wifi: ath12k: Fix invalid entry fetch in
    ath12k_dp_mon_srng_process (stable-fixes).
  - net: usb: asix_devices: add FiberGecko DeviceID (stable-fixes).
  - media: uvcvideo: Add quirk for Actions UVC05 (stable-fixes).
  - mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two
    halves (stable-fixes).
  - pm: cpupower: bench: Prevent NULL dereference on malloc failure
    (stable-fixes).
  - commit b154b2c
  - drm/tests: probe-helper: Fix drm_display_mode memory leak
    (git-fixes).
  - drm/tests: modes: Fix drm_display_mode memory leak (git-fixes).
  - drm/tests: cmdline: Fix drm_display_mode memory leak
    (git-fixes).
  - drm/tests: helpers: Create kunit helper to destroy a
    drm_display_mode (stable-fixes).
  - drm/i915/gvt: fix unterminated-string-initialization warning
    (stable-fixes).
  - drm/i915: Disable RPG during live selftest (git-fixes).
  - gpio: zynq: Fix wakeup source leaks on device unbind
    (stable-fixes).
  - drm/amd: Handle being compiled without SI or CIK support better
    (stable-fixes).
  - drm/mediatek: mtk_dpi: Explicitly manage TVD clock in power
    on/off (stable-fixes).
  - drm/mediatek: mtk_dpi: Move the input_2p_en bit to platform data
    (stable-fixes).
  - drm/amdgpu: handle amdgpu_cgs_create_device() errors in
    amd_powerplay_create() (stable-fixes).
  - drm/amdkfd: debugfs hang_hws skip GPU with MES (stable-fixes).
  - drm/amdkfd: Fix pqm_destroy_queue race with GPU reset
    (stable-fixes).
  - drm/amdkfd: Fix mode1 reset crash issue (stable-fixes).
  - drm/amdkfd: clamp queue size to minimum (stable-fixes).
  - drm/amd/display: add workaround flag to link to force FFE preset
    (stable-fixes).
  - drm/bridge: panel: forbid initializing a panel with unknown
    connector type (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for OneXPlayer Mini
    (Intel) (stable-fixes).
  - drm: panel-orientation-quirks: Add new quirk for GPD Win 2
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO Slide
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirks for AYA NEO Flip DS
    and KB (stable-fixes).
  - drm: panel-orientation-quirks: Add support for AYANEO 2S
    (stable-fixes).
  - drm: allow encoder mode_set even when connectors change for crtc
    (stable-fixes).
  - fbdev: omapfb: Add 'plane' value check (stable-fixes).
  - drm/tests: helpers: Fix compiler warning (git-fixes).
  - drm/tests: helpers: Add helper for
    drm_display_mode_from_cea_vic() (stable-fixes).
  - drm/i915/dg2: wait for HuC load completion before running
    selftests (stable-fixes).
  - drm/tests: Add helper to create mock crtc (stable-fixes).
  - commit a0a41da
  - char: misc: register chrdev region with all possible minors
    (git-fixes).
  - Revert "drivers: core: synchronize really_probe() and
    dev_uevent()" (stable-fixes).
  - Bluetooth: l2cap: Process valid commands in too long frame
    (stable-fixes).
  - drivers: base: devres: Allow to release group on device release
    (stable-fixes).
  - Bluetooth: hci_uart: Fix another race during initialization
    (git-fixes).
  - Bluetooth: hci_uart: fix race during initialization
    (stable-fixes).
  - cdc_ether|r8152: ThinkPad Hybrid USB-C/A Dock quirk
    (stable-fixes).
  - ahci: add PCI ID for Marvell 88SE9215 SATA Controller
    (stable-fixes).
  - ASoC: amd: yc: update quirk data for new Lenovo model
    (stable-fixes).
  - ASoC: fsl_audmix: register card device depends on 'dais'
    property (stable-fixes).
  - ASoC: SOF: topology: Use krealloc_array() to replace krealloc()
    (stable-fixes).
  - ASoC: amd: Add DMI quirk for ACP6X mic support (stable-fixes).
  - ALSA: usb-audio: Fix CME quirk for UF series keyboards
    (stable-fixes).
  - ALSA: hda: intel: Add Lenovo IdeaPad Z570 to probe denylist
    (stable-fixes).
  - ALSA: hda: intel: Fix Optimus when GPU has no sound
    (stable-fixes).
  - drm/tests: Add helper to create mock plane (stable-fixes).
  - drm/tests: helpers: Add atomic helpers (stable-fixes).
  - drm/i915/xelpg: Extend driver code of Xe_LPG to Xe_LPG+
    (stable-fixes).
  - commit 58c19a1

------------------------------------------------------------------
------------------  2025-4-25  -  Apr 25 2025  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20250425.1664836:
    * Fix bug boo#1241205 by adding missed endif
    * alias.bash: future-proof egrep/fgrep color aliases

++++ python-kiwi:

  - Fixed root setup for encrypted overlay disk
    When building an image with overlayroot set to true and
    activated luks encryption, the root= parameter must be
    set to root=overlay:MAPPER=luks instead of the standard
    overlay:PARTUUID mapping. This Fixes #2776
  - Change suffix for package manager config files
    Use .config instead of .conf for the temporary package
    manager config files. Reason for this change is a bug in
    dracut which reads and executes all /*.conf files from
    the system. This Fixes #2780
  - Set security context after root sync
    On selinux enabled image builds we call setfiles initially
    after the root tree is complete and after each script invocation
    that might change the system. However the security context
    also applies to mount points e.g volumes which only exists
    at the time when the root tree gets synced to the actual image
    binary. Thus this commit also calls setfiles on the mounted
    root tree after data sync. This Fixes rh#2333743
  - Fix broken doc link
    Rephrase chapter pointing to a documentation side at VMware.
    They are constantly changing their documentation URLs that
    I'm tired of fixing this. This Fixes #2782

++++ kernel-default:

  - Update
    patches.suse/vmxnet3-unregister-xdp-rxq-info-in-the-reset-path.patch
    (bsc#1241394 CVE-2025-22106 bsc#1241547).
  - commit a998629
  - mm: (un)track_pfn_copy() fix + doc improvements (CVE-2025-22090
    bsc#1241537).
  - commit 1ccdfdd
  - x86/mm/pat: Fix VM_PAT handling when fork() fails in
    copy_page_range() (CVE-2025-22090 bsc#1241537).
  - commit f0ac623
  - exfat: fix random stack corruption after get_block (bsc#1241426
    CVE-2025-22036).
  - commit 1f685c3
  - exfat: do not fallback to buffered write (git-fixes).
  - commit f7d2bc8
  - exfat: drop ->i_size_ondisk (git-fixes).
  - commit 9420be9
  - fs/ntfs3: Prevent integer overflow in hdr_first_de()
    (bsc#1241416 CVE-2025-22080).
  - commit 401237e
  - clk: samsung: Fix UBSAN panic in samsung_clk_init()
    (CVE-2025-39728 bsc#1241626).
  - commit 146debe
  - net: phy: leds: fix memory leak (git-fixes).
  - net: phy: microchip: force IRQ polling mode for lan88xx
    (git-fixes).
  - crypto: atmel-sha204a - Set hwrng quality to lowest possible
    (git-fixes).
  - commit 007e98d

++++ kernel-rt:

  - Update
    patches.suse/vmxnet3-unregister-xdp-rxq-info-in-the-reset-path.patch
    (bsc#1241394 CVE-2025-22106 bsc#1241547).
  - commit a998629
  - mm: (un)track_pfn_copy() fix + doc improvements (CVE-2025-22090
    bsc#1241537).
  - commit 1ccdfdd
  - x86/mm/pat: Fix VM_PAT handling when fork() fails in
    copy_page_range() (CVE-2025-22090 bsc#1241537).
  - commit f0ac623
  - exfat: fix random stack corruption after get_block (bsc#1241426
    CVE-2025-22036).
  - commit 1f685c3
  - exfat: do not fallback to buffered write (git-fixes).
  - commit f7d2bc8
  - exfat: drop ->i_size_ondisk (git-fixes).
  - commit 9420be9
  - fs/ntfs3: Prevent integer overflow in hdr_first_de()
    (bsc#1241416 CVE-2025-22080).
  - commit 401237e
  - clk: samsung: Fix UBSAN panic in samsung_clk_init()
    (CVE-2025-39728 bsc#1241626).
  - commit 146debe
  - net: phy: leds: fix memory leak (git-fixes).
  - net: phy: microchip: force IRQ polling mode for lan88xx
    (git-fixes).
  - crypto: atmel-sha204a - Set hwrng quality to lowest possible
    (git-fixes).
  - commit 007e98d

++++ kernel-rt_debug:

  - Update
    patches.suse/vmxnet3-unregister-xdp-rxq-info-in-the-reset-path.patch
    (bsc#1241394 CVE-2025-22106 bsc#1241547).
  - commit a998629
  - mm: (un)track_pfn_copy() fix + doc improvements (CVE-2025-22090
    bsc#1241537).
  - commit 1ccdfdd
  - x86/mm/pat: Fix VM_PAT handling when fork() fails in
    copy_page_range() (CVE-2025-22090 bsc#1241537).
  - commit f0ac623
  - exfat: fix random stack corruption after get_block (bsc#1241426
    CVE-2025-22036).
  - commit 1f685c3
  - exfat: do not fallback to buffered write (git-fixes).
  - commit f7d2bc8
  - exfat: drop ->i_size_ondisk (git-fixes).
  - commit 9420be9
  - fs/ntfs3: Prevent integer overflow in hdr_first_de()
    (bsc#1241416 CVE-2025-22080).
  - commit 401237e
  - clk: samsung: Fix UBSAN panic in samsung_clk_init()
    (CVE-2025-39728 bsc#1241626).
  - commit 146debe
  - net: phy: leds: fix memory leak (git-fixes).
  - net: phy: microchip: force IRQ polling mode for lan88xx
    (git-fixes).
  - crypto: atmel-sha204a - Set hwrng quality to lowest possible
    (git-fixes).
  - commit 007e98d

++++ systemd:

  - Add 1002-udev-persistent-net-rule-generator-support.patch (bsc#1241190)
    This re-adds back the support for the persistent net name rules as well as
    their generator since predictable naming scheme is still disabled by default
    on Micro (via the `net.ifnames=0` boot option).

++++ python-h11:

  - Update 0.16.0:
    * Security fix (CVE-2025-43859, bsc#1241872)
    Reject certain malformed Transfer-Encoding: chunked bodies that
    were previously accepted. These could have enabled
    request-smuggling attacks when an h11-based HTTP server was placed
    behind a load balancer with a matching bug in its chunked
    handling.
    Advisory with more details:
    https://github.com/python-hyper/h11/security/advisories/GHSA-vqfr-h8mv-ghfj
  - 0.15.0:
    * Reject Content-Lengths >= 1 zettabyte (1 billion terabytes) early,
    without attempting to parse the integer (#181)

------------------------------------------------------------------
------------------  2025-4-24  -  Apr 24 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net: ethtool: Don't call .cleanup_data when prepare_data fails
    (git-fixes).
  - ethtool: Fix set RXNFC command with symmetric RSS hash
    (git-fixes).
  - ethtool: Fix wrong mod state in case of verbose and no_mask
    bitset (git-fixes).
  - ethtool: Fix context creation with no parameters (git-fixes).
  - ethtool: fix setting key and resetting indir at once
    (git-fixes).
  - ethtool: rss: echo the context number back (git-fixes).
  - net: ethtool: Fix RSS setting (git-fixes).
  - ethtool: netlink: do not return SQI value if link is down
    (git-fixes).
  - ethtool: netlink: Add missing ethnl_ops_begin/complete
    (git-fixes).
  - ethtool: don't propagate EOPNOTSUPP from dumps (git-fixes).
  - ethtool: plca: fix plca enable data type while parsing the value
    (git-fixes).
  - commit 6a09a48
  - OPP: add index check to assert to avoid buffer overflow in _read_freq() (bsc#1238961)
  - commit 2e43a01
  - Test the correct macro to detect RT kernel build
    Fixes: 470cd1a41502 ("kernel-binary: Support livepatch_rt with merged RT branch")
  - commit 50e863e
  - mm: clear uffd-wp PTE/PMD state on mremap() (bsc#1237111
    CVE-2025-21696).
    Refreshed:
    patches.suse/mm-hugetlb-Add-huge-page-size-param-to-huge_ptep_get_and_clear.patch
  - commit e18d57e
  - bpf: Make sure internal and UAPI bpf_redirect flags don't
    overlap (bsc#1233098 CVE-2024-50163).
  - commit f73adfb
  - bpf: selftests: send packet to devmap redirect XDP (bsc#1233075
    CVE-2024-50162).
  - bpf: devmap: provide rxq after redirect (bsc#1233075
    CVE-2024-50162).
  - commit efb272f
  - mm: clear uffd-wp PTE/PMD state on mremap() (bsc#1237111
    CVE-2025-21696).
    Refreshed:
    patches.suse/mm-hugetlb-Add-huge-page-size-param-to-huge_ptep_get_and_clear.patch
  - commit 559ab65
  - mm/migrate: fix shmem xarray update during migration
    (CVE-2025-22015 bsc#1240944).
  - commit 18f748b

++++ kernel-rt:

  - net: ethtool: Don't call .cleanup_data when prepare_data fails
    (git-fixes).
  - ethtool: Fix set RXNFC command with symmetric RSS hash
    (git-fixes).
  - ethtool: Fix wrong mod state in case of verbose and no_mask
    bitset (git-fixes).
  - ethtool: Fix context creation with no parameters (git-fixes).
  - ethtool: fix setting key and resetting indir at once
    (git-fixes).
  - ethtool: rss: echo the context number back (git-fixes).
  - net: ethtool: Fix RSS setting (git-fixes).
  - ethtool: netlink: do not return SQI value if link is down
    (git-fixes).
  - ethtool: netlink: Add missing ethnl_ops_begin/complete
    (git-fixes).
  - ethtool: don't propagate EOPNOTSUPP from dumps (git-fixes).
  - ethtool: plca: fix plca enable data type while parsing the value
    (git-fixes).
  - commit 6a09a48
  - OPP: add index check to assert to avoid buffer overflow in _read_freq() (bsc#1238961)
  - commit 2e43a01
  - Test the correct macro to detect RT kernel build
    Fixes: 470cd1a41502 ("kernel-binary: Support livepatch_rt with merged RT branch")
  - commit 42b2f8f
  - mm: clear uffd-wp PTE/PMD state on mremap() (bsc#1237111
    CVE-2025-21696).
    Refreshed:
    patches.suse/mm-hugetlb-Add-huge-page-size-param-to-huge_ptep_get_and_clear.patch
  - commit e18d57e
  - bpf: Make sure internal and UAPI bpf_redirect flags don't
    overlap (bsc#1233098 CVE-2024-50163).
  - commit f73adfb
  - bpf: selftests: send packet to devmap redirect XDP (bsc#1233075
    CVE-2024-50162).
  - bpf: devmap: provide rxq after redirect (bsc#1233075
    CVE-2024-50162).
  - commit efb272f
  - mm: clear uffd-wp PTE/PMD state on mremap() (bsc#1237111
    CVE-2025-21696).
    Refreshed:
    patches.suse/mm-hugetlb-Add-huge-page-size-param-to-huge_ptep_get_and_clear.patch
  - commit 559ab65
  - mm/migrate: fix shmem xarray update during migration
    (CVE-2025-22015 bsc#1240944).
  - commit 18f748b

++++ kernel-rt_debug:

  - net: ethtool: Don't call .cleanup_data when prepare_data fails
    (git-fixes).
  - ethtool: Fix set RXNFC command with symmetric RSS hash
    (git-fixes).
  - ethtool: Fix wrong mod state in case of verbose and no_mask
    bitset (git-fixes).
  - ethtool: Fix context creation with no parameters (git-fixes).
  - ethtool: fix setting key and resetting indir at once
    (git-fixes).
  - ethtool: rss: echo the context number back (git-fixes).
  - net: ethtool: Fix RSS setting (git-fixes).
  - ethtool: netlink: do not return SQI value if link is down
    (git-fixes).
  - ethtool: netlink: Add missing ethnl_ops_begin/complete
    (git-fixes).
  - ethtool: don't propagate EOPNOTSUPP from dumps (git-fixes).
  - ethtool: plca: fix plca enable data type while parsing the value
    (git-fixes).
  - commit 6a09a48
  - OPP: add index check to assert to avoid buffer overflow in _read_freq() (bsc#1238961)
  - commit 2e43a01
  - Test the correct macro to detect RT kernel build
    Fixes: 470cd1a41502 ("kernel-binary: Support livepatch_rt with merged RT branch")
  - commit 42b2f8f
  - mm: clear uffd-wp PTE/PMD state on mremap() (bsc#1237111
    CVE-2025-21696).
    Refreshed:
    patches.suse/mm-hugetlb-Add-huge-page-size-param-to-huge_ptep_get_and_clear.patch
  - commit e18d57e
  - bpf: Make sure internal and UAPI bpf_redirect flags don't
    overlap (bsc#1233098 CVE-2024-50163).
  - commit f73adfb
  - bpf: selftests: send packet to devmap redirect XDP (bsc#1233075
    CVE-2024-50162).
  - bpf: devmap: provide rxq after redirect (bsc#1233075
    CVE-2024-50162).
  - commit efb272f
  - mm: clear uffd-wp PTE/PMD state on mremap() (bsc#1237111
    CVE-2025-21696).
    Refreshed:
    patches.suse/mm-hugetlb-Add-huge-page-size-param-to-huge_ptep_get_and_clear.patch
  - commit 559ab65
  - mm/migrate: fix shmem xarray update during migration
    (CVE-2025-22015 bsc#1240944).
  - commit 18f748b

------------------------------------------------------------------
------------------  2025-4-23  -  Apr 23 2025  -------------------
------------------------------------------------------------------

++++ augeas:

  - Add patch, fix for bsc#1239909 / CVE-2025-2588:
    * CVE-2025-2588.patch

++++ kernel-default:

  - fou: fix initialization of grc (CVE-2024-46763 bsc#1230764).
  - commit c144530
  - kernel-source: Also update the search to match bin/env
    Fixes: dc2037cd8f94 ("kernel-source: Also replace bin/env"
  - commit bae6b69
  - rpm/check-for-config-changes: Add GCC_ASM_FLAG_OUTPUT_BROKEN
    Both spellings are actually used
  - rpm/check-for-config-changes: Add GCC_ASM_FLAG_OUTPUT_BROKEN
  - commit d9e0b30
  - fou: Fix null-ptr-deref in GRO (CVE-2024-46763 bsc#1230764).
  - commit 759f2a9
  - hwpoison, memory_hotplug: lock folio before unmap hwpoisoned
    folio (CVE-2025-21931 bsc#1240709).
  - commit 1ece281
  - net: fix geneve_opt length integer overflow (CVE-2025-22055
    bsc#1241371).
  - commit 45017c8
  - PCI/MSI: Add an option to write MSIX ENTRY_DATA before any reads
    (git-fixes).
  - irqchip/davinci: Remove leftover header (git-fixes).
  - tty: n_tty: use uint for space returned by tty_write_room()
    (git-fixes).
  - commit 2e047cb

++++ kernel-rt:

  - fou: fix initialization of grc (CVE-2024-46763 bsc#1230764).
  - commit c144530
  - kernel-source: Also update the search to match bin/env
    Fixes: dc2037cd8f94 ("kernel-source: Also replace bin/env"
  - commit bae6b69
  - rpm/check-for-config-changes: Add GCC_ASM_FLAG_OUTPUT_BROKEN
    Both spellings are actually used
  - rpm/check-for-config-changes: Add GCC_ASM_FLAG_OUTPUT_BROKEN
  - commit d9e0b30
  - fou: Fix null-ptr-deref in GRO (CVE-2024-46763 bsc#1230764).
  - commit 759f2a9
  - hwpoison, memory_hotplug: lock folio before unmap hwpoisoned
    folio (CVE-2025-21931 bsc#1240709).
  - commit 1ece281
  - net: fix geneve_opt length integer overflow (CVE-2025-22055
    bsc#1241371).
  - commit 45017c8
  - PCI/MSI: Add an option to write MSIX ENTRY_DATA before any reads
    (git-fixes).
  - irqchip/davinci: Remove leftover header (git-fixes).
  - tty: n_tty: use uint for space returned by tty_write_room()
    (git-fixes).
  - commit 2e047cb

++++ kernel-rt_debug:

  - fou: fix initialization of grc (CVE-2024-46763 bsc#1230764).
  - commit c144530
  - kernel-source: Also update the search to match bin/env
    Fixes: dc2037cd8f94 ("kernel-source: Also replace bin/env"
  - commit bae6b69
  - rpm/check-for-config-changes: Add GCC_ASM_FLAG_OUTPUT_BROKEN
    Both spellings are actually used
  - rpm/check-for-config-changes: Add GCC_ASM_FLAG_OUTPUT_BROKEN
  - commit d9e0b30
  - fou: Fix null-ptr-deref in GRO (CVE-2024-46763 bsc#1230764).
  - commit 759f2a9
  - hwpoison, memory_hotplug: lock folio before unmap hwpoisoned
    folio (CVE-2025-21931 bsc#1240709).
  - commit 1ece281
  - net: fix geneve_opt length integer overflow (CVE-2025-22055
    bsc#1241371).
  - commit 45017c8
  - PCI/MSI: Add an option to write MSIX ENTRY_DATA before any reads
    (git-fixes).
  - irqchip/davinci: Remove leftover header (git-fixes).
  - tty: n_tty: use uint for space returned by tty_write_room()
    (git-fixes).
  - commit 2e047cb

++++ libxml2:

  - security update
  - added patches
    CVE-2025-32414 [bsc#1241551], out-of-bounds read when parsing text via the Python API
    + libxml2-CVE-2025-32414.patch
    CVE-2025-32415 [bsc#1241453], a crafted XML document may lead to a heap-based buffer under-read
    + libxml2-CVE-2025-32415.patch

++++ libxml2-python:

  - security update
  - added patches
    CVE-2025-32414 [bsc#1241551], out-of-bounds read when parsing text via the Python API
    + libxml2-CVE-2025-32414.patch
    CVE-2025-32415 [bsc#1241453], a crafted XML document may lead to a heap-based buffer under-read
    + libxml2-CVE-2025-32415.patch

------------------------------------------------------------------
------------------  2025-4-22  -  Apr 22 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.16 → 10.2.17
  - Fix key slot selection for luks reencrypt
    Depending on the type setup for a luks encrypted image, there
    might be one or two key slots available. When kiwi is requested
    to perform the reencryption process at least one key-slot and
    the proper keyfile/passphrase must be provided. This commit
    stores the information about the key-slot number for which
    a decryption information exists in the initrd. In addition to
    the code change also the corresponding integration test image
    was updated.
  - Fixed test-image-gce integration test
    python3-gcemetadata was renamed to python-gcemetadata

++++ kernel-default:

  - kABI fix for sctp: detect and prevent references to a freed
    transport in sendmsg (git-fixes).
  - commit ce43999
  - wifi: ath11k: update channel list in reg notifier instead reg
    worker (CVE-2025-23133 bsc#1241451).
  - commit dfc599a
  - exfat: short-circuit zero-byte writes in exfat_file_write_iter
    (git-fixes).
  - commit c31ee51
  - exfat: fix soft lockup in exfat_clear_bitmap (git-fixes).
  - commit 527ed08
  - nfsd: decrease sc_count directly if fail to queue dl_recall
    (git-fixes).
  - commit 91b68ee
  - nfs: add missing selections of CONFIG_CRC32 (git-fixes).
  - commit f409d6e
  - nvmet-fcloop: swap list_add_tail arguments (git-fixes).
  - nvme-pci: skip nvme_write_sq_db on empty rqlist (git-fixes).
  - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
    (git-fixes).
  - nvme-pci: fix stuck reset on concurrent DPC and HP (git-fixes).
  - nvme-pci: skip CMB blocks incompatible with PCI P2P DMA
    (git-fixes).
  - nvme-pci: clean up CMBMSC when registering CMB fails
    (git-fixes).
  - nvme-tcp: fix possible UAF in nvme_tcp_poll (git-fixes).
  - commit bf9d0e5
  - Move upstreamed smb patch into sorted section
    Also move other out-of-tree patches into the proper section
  - commit ba77adc
  - rpm/kernel-binary.spec.in: revert the revert change with OrderWithRequires
    The recent change using OrderWithRequires addresses the known issues,
    but also caused regressions for the existing image or package builds.
    For SLE15-SPx, better to be conservative and stick with the older way.
  - commit bbe05e4
  - Refresh
    patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
    scripts/gen-suse_version_h.sh requires bash, yet in Makefile
    CONFIG_SHELL is defined to 'sh'. In openSUSE and SUSE products 'sh' is a
    symbolic link to 'bash', hence this isn't a problem. However
    distributions like Debian and Ubuntu 'sh' is symbolically linked to
    'dash' instead, and gen-suse_version_h.sh will fail to run with
    ./scripts/gen-suse_version_h.sh: 3: Syntax error: "(" unexpected
    make[1]: *** [/home/runner/work/libbpf/libbpf/.kernel/Makefile:1135: include/generated/uapi/linux/suse_version.h] Error 2
    make: *** [Makefile:224: __sub-make] Error 2
    Explicitly use bash to run scripts/gen-suse_version_h.sh to make sure
    it will always work.
  - commit 2be3c0f

++++ kernel-rt:

  - kABI fix for sctp: detect and prevent references to a freed
    transport in sendmsg (git-fixes).
  - commit ce43999
  - wifi: ath11k: update channel list in reg notifier instead reg
    worker (CVE-2025-23133 bsc#1241451).
  - commit dfc599a
  - exfat: short-circuit zero-byte writes in exfat_file_write_iter
    (git-fixes).
  - commit c31ee51
  - exfat: fix soft lockup in exfat_clear_bitmap (git-fixes).
  - commit 527ed08
  - nfsd: decrease sc_count directly if fail to queue dl_recall
    (git-fixes).
  - commit 91b68ee
  - nfs: add missing selections of CONFIG_CRC32 (git-fixes).
  - commit f409d6e
  - nvmet-fcloop: swap list_add_tail arguments (git-fixes).
  - nvme-pci: skip nvme_write_sq_db on empty rqlist (git-fixes).
  - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
    (git-fixes).
  - nvme-pci: fix stuck reset on concurrent DPC and HP (git-fixes).
  - nvme-pci: skip CMB blocks incompatible with PCI P2P DMA
    (git-fixes).
  - nvme-pci: clean up CMBMSC when registering CMB fails
    (git-fixes).
  - nvme-tcp: fix possible UAF in nvme_tcp_poll (git-fixes).
  - commit bf9d0e5
  - Move upstreamed smb patch into sorted section
    Also move other out-of-tree patches into the proper section
  - commit ba77adc
  - rpm/kernel-binary.spec.in: revert the revert change with OrderWithRequires
    The recent change using OrderWithRequires addresses the known issues,
    but also caused regressions for the existing image or package builds.
    For SLE15-SPx, better to be conservative and stick with the older way.
  - commit bbe05e4
  - Refresh
    patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
    scripts/gen-suse_version_h.sh requires bash, yet in Makefile
    CONFIG_SHELL is defined to 'sh'. In openSUSE and SUSE products 'sh' is a
    symbolic link to 'bash', hence this isn't a problem. However
    distributions like Debian and Ubuntu 'sh' is symbolically linked to
    'dash' instead, and gen-suse_version_h.sh will fail to run with
    ./scripts/gen-suse_version_h.sh: 3: Syntax error: "(" unexpected
    make[1]: *** [/home/runner/work/libbpf/libbpf/.kernel/Makefile:1135: include/generated/uapi/linux/suse_version.h] Error 2
    make: *** [Makefile:224: __sub-make] Error 2
    Explicitly use bash to run scripts/gen-suse_version_h.sh to make sure
    it will always work.
  - commit 2be3c0f

++++ kernel-rt_debug:

  - kABI fix for sctp: detect and prevent references to a freed
    transport in sendmsg (git-fixes).
  - commit ce43999
  - wifi: ath11k: update channel list in reg notifier instead reg
    worker (CVE-2025-23133 bsc#1241451).
  - commit dfc599a
  - exfat: short-circuit zero-byte writes in exfat_file_write_iter
    (git-fixes).
  - commit c31ee51
  - exfat: fix soft lockup in exfat_clear_bitmap (git-fixes).
  - commit 527ed08
  - nfsd: decrease sc_count directly if fail to queue dl_recall
    (git-fixes).
  - commit 91b68ee
  - nfs: add missing selections of CONFIG_CRC32 (git-fixes).
  - commit f409d6e
  - nvmet-fcloop: swap list_add_tail arguments (git-fixes).
  - nvme-pci: skip nvme_write_sq_db on empty rqlist (git-fixes).
  - nvme/ioctl: don't warn on vectorized uring_cmd with fixed buffer
    (git-fixes).
  - nvme-pci: fix stuck reset on concurrent DPC and HP (git-fixes).
  - nvme-pci: skip CMB blocks incompatible with PCI P2P DMA
    (git-fixes).
  - nvme-pci: clean up CMBMSC when registering CMB fails
    (git-fixes).
  - nvme-tcp: fix possible UAF in nvme_tcp_poll (git-fixes).
  - commit bf9d0e5
  - Move upstreamed smb patch into sorted section
    Also move other out-of-tree patches into the proper section
  - commit ba77adc
  - rpm/kernel-binary.spec.in: revert the revert change with OrderWithRequires
    The recent change using OrderWithRequires addresses the known issues,
    but also caused regressions for the existing image or package builds.
    For SLE15-SPx, better to be conservative and stick with the older way.
  - commit bbe05e4
  - Refresh
    patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch.
    scripts/gen-suse_version_h.sh requires bash, yet in Makefile
    CONFIG_SHELL is defined to 'sh'. In openSUSE and SUSE products 'sh' is a
    symbolic link to 'bash', hence this isn't a problem. However
    distributions like Debian and Ubuntu 'sh' is symbolically linked to
    'dash' instead, and gen-suse_version_h.sh will fail to run with
    ./scripts/gen-suse_version_h.sh: 3: Syntax error: "(" unexpected
    make[1]: *** [/home/runner/work/libbpf/libbpf/.kernel/Makefile:1135: include/generated/uapi/linux/suse_version.h] Error 2
    make: *** [Makefile:224: __sub-make] Error 2
    Explicitly use bash to run scripts/gen-suse_version_h.sh to make sure
    it will always work.
  - commit 2be3c0f

------------------------------------------------------------------
------------------  2025-4-21  -  Apr 21 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed integration test builds for TW
    Request dracut explicitly when needed

++++ kernel-default:

  - scsi: iscsi: Fix missing scsi_host_put() in error path
    (git-fixes).
  - scsi: hisi_sas: Enable force phy when SATA disk directly
    connected (git-fixes).
  - scsi: lpfc: Restore clearing of NLP_UNREG_INP in ndlp->nlp_flag
    (git-fixes).
  - scsi: scsi_debug: Remove a reference to in_use_bm (git-fixes).
  - scsi: mpt3sas: Fix a locking bug in an error path (git-fixes).
  - scsi: mpi3mr: Fix locking in an error path (git-fixes).
  - scsi: mpt3sas: Reduce log level of ignore_delay_remove message
    to KERN_INFO (git-fixes).
  - scsi: core: Use GFP_NOIO to avoid circular locking dependency
    (git-fixes).
  - commit c9f2a96
  - net: annotate data-races around sk->sk_tx_queue_mapping
    (git-fixes).
  - commit 39ebbf2
  - sctp: detect and prevent references to a freed transport in
    sendmsg (git-fixes).
  - commit 1334236
  - sctp: add mutual exclusion in proc_sctp_do_udp_port()
    (git-fixes).
  - commit 711cff2
  - sctp: Fix undefined behavior in left shift operation
    (git-fixes).
  - commit a1edf61
  - netpoll: Use rcu_access_pointer() in netpoll_poll_lock
    (git-fixes).
  - commit 4965a27
  - tcp: fix mptcp DSS corruption due to large pmtu xmit
    (git-fixes).
  - commit ba5be47
  - sctp: ensure sk_state is set to CLOSED if hashing fails in
    sctp_listen_start (git-fixes).
  - commit a7b311d
  - sctp: fix association labeling in the duplicate COOKIE-ECHO case
    (git-fixes).
  - commit f2ab0aa
  - sctp: prefer struct_size over open coded arithmetic (git-fixes).
  - commit e26aab9
  - net: blackhole_dev: fix build warning for ethh set but not used
    (git-fixes).
  - commit 9f9bf2f
  - net: sctp: fix skb leak in sctp_inq_free() (git-fixes).
  - commit ef140e3
  - sctp: fix busy polling (git-fixes).
  - commit 533e122
  - sctp: support MSG_ERRQUEUE flag in recvmsg() (git-fixes).
  - commit 1e9a8f7

++++ kernel-rt:

  - scsi: iscsi: Fix missing scsi_host_put() in error path
    (git-fixes).
  - scsi: hisi_sas: Enable force phy when SATA disk directly
    connected (git-fixes).
  - scsi: lpfc: Restore clearing of NLP_UNREG_INP in ndlp->nlp_flag
    (git-fixes).
  - scsi: scsi_debug: Remove a reference to in_use_bm (git-fixes).
  - scsi: mpt3sas: Fix a locking bug in an error path (git-fixes).
  - scsi: mpi3mr: Fix locking in an error path (git-fixes).
  - scsi: mpt3sas: Reduce log level of ignore_delay_remove message
    to KERN_INFO (git-fixes).
  - scsi: core: Use GFP_NOIO to avoid circular locking dependency
    (git-fixes).
  - commit c9f2a96
  - net: annotate data-races around sk->sk_tx_queue_mapping
    (git-fixes).
  - commit 39ebbf2
  - sctp: detect and prevent references to a freed transport in
    sendmsg (git-fixes).
  - commit 1334236
  - sctp: add mutual exclusion in proc_sctp_do_udp_port()
    (git-fixes).
  - commit 711cff2
  - sctp: Fix undefined behavior in left shift operation
    (git-fixes).
  - commit a1edf61
  - netpoll: Use rcu_access_pointer() in netpoll_poll_lock
    (git-fixes).
  - commit 4965a27
  - tcp: fix mptcp DSS corruption due to large pmtu xmit
    (git-fixes).
  - commit ba5be47
  - sctp: ensure sk_state is set to CLOSED if hashing fails in
    sctp_listen_start (git-fixes).
  - commit a7b311d
  - sctp: fix association labeling in the duplicate COOKIE-ECHO case
    (git-fixes).
  - commit f2ab0aa
  - sctp: prefer struct_size over open coded arithmetic (git-fixes).
  - commit e26aab9
  - net: blackhole_dev: fix build warning for ethh set but not used
    (git-fixes).
  - commit 9f9bf2f
  - net: sctp: fix skb leak in sctp_inq_free() (git-fixes).
  - commit ef140e3
  - sctp: fix busy polling (git-fixes).
  - commit 533e122
  - sctp: support MSG_ERRQUEUE flag in recvmsg() (git-fixes).
  - commit 1e9a8f7

++++ kernel-rt_debug:

  - scsi: iscsi: Fix missing scsi_host_put() in error path
    (git-fixes).
  - scsi: hisi_sas: Enable force phy when SATA disk directly
    connected (git-fixes).
  - scsi: lpfc: Restore clearing of NLP_UNREG_INP in ndlp->nlp_flag
    (git-fixes).
  - scsi: scsi_debug: Remove a reference to in_use_bm (git-fixes).
  - scsi: mpt3sas: Fix a locking bug in an error path (git-fixes).
  - scsi: mpi3mr: Fix locking in an error path (git-fixes).
  - scsi: mpt3sas: Reduce log level of ignore_delay_remove message
    to KERN_INFO (git-fixes).
  - scsi: core: Use GFP_NOIO to avoid circular locking dependency
    (git-fixes).
  - commit c9f2a96
  - net: annotate data-races around sk->sk_tx_queue_mapping
    (git-fixes).
  - commit 39ebbf2
  - sctp: detect and prevent references to a freed transport in
    sendmsg (git-fixes).
  - commit 1334236
  - sctp: add mutual exclusion in proc_sctp_do_udp_port()
    (git-fixes).
  - commit 711cff2
  - sctp: Fix undefined behavior in left shift operation
    (git-fixes).
  - commit a1edf61
  - netpoll: Use rcu_access_pointer() in netpoll_poll_lock
    (git-fixes).
  - commit 4965a27
  - tcp: fix mptcp DSS corruption due to large pmtu xmit
    (git-fixes).
  - commit ba5be47
  - sctp: ensure sk_state is set to CLOSED if hashing fails in
    sctp_listen_start (git-fixes).
  - commit a7b311d
  - sctp: fix association labeling in the duplicate COOKIE-ECHO case
    (git-fixes).
  - commit f2ab0aa
  - sctp: prefer struct_size over open coded arithmetic (git-fixes).
  - commit e26aab9
  - net: blackhole_dev: fix build warning for ethh set but not used
    (git-fixes).
  - commit 9f9bf2f
  - net: sctp: fix skb leak in sctp_inq_free() (git-fixes).
  - commit ef140e3
  - sctp: fix busy polling (git-fixes).
  - commit 533e122
  - sctp: support MSG_ERRQUEUE flag in recvmsg() (git-fixes).
  - commit 1e9a8f7

------------------------------------------------------------------
------------------  2025-4-20  -  Apr 20 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: cros-ec-tunnel: defer probe if parent EC is not present
    (git-fixes).
  - commit 68f8146
  - vmxnet3: unregister xdp rxq info in the reset path
    (bsc#1241394).
  - vmxnet3: Fix tx queue race condition with XDP (bsc#1241394).
  - commit d09ed0e

++++ kernel-rt:

  - i2c: cros-ec-tunnel: defer probe if parent EC is not present
    (git-fixes).
  - commit 68f8146
  - vmxnet3: unregister xdp rxq info in the reset path
    (bsc#1241394).
  - vmxnet3: Fix tx queue race condition with XDP (bsc#1241394).
  - commit d09ed0e

++++ kernel-rt_debug:

  - i2c: cros-ec-tunnel: defer probe if parent EC is not present
    (git-fixes).
  - commit 68f8146
  - vmxnet3: unregister xdp rxq info in the reset path
    (bsc#1241394).
  - vmxnet3: Fix tx queue race condition with XDP (bsc#1241394).
  - commit d09ed0e

------------------------------------------------------------------
------------------  2025-4-18  -  Apr 18 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: hda/realtek - Fixed ASUS platform headset Mic issue
    (git-fixes).
  - commit 53f07fb
  - Refresh patches.suse/ALSA-hda-realtek-Workaround-for-resume-on-Dell-Venue.patch
    The patch was applied incorrectly to a wrong device
  - commit cf41ba6
  - Bluetooth: vhci: Avoid needless snprintf() calls (git-fixes).
  - wifi: wl1251: fix memory leak in wl1251_tx_work (git-fixes).
  - wifi: mac80211: Purge vif txq in ieee80211_do_stop()
    (git-fixes).
  - wifi: at76c50x: fix use after free access in at76_disconnect
    (git-fixes).
  - Bluetooth: l2cap: Check encryption key size on incoming
    connection (git-fixes).
  - Bluetooth: btrtl: Prevent potential NULL dereference
    (git-fixes).
  - Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for
    invalid address (git-fixes).
  - ASoC: codecs:lpass-wsa-macro: Fix logic of enabling vi channels
    (git-fixes).
  - ASoC: codecs:lpass-wsa-macro: Fix vi feedback rate (git-fixes).
  - ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe()
    (git-fixes).
  - ASoC: qcom: Fix sc7280 lpass potential buffer overflow
    (git-fixes).
  - asus-laptop: Fix an uninitialized variable (git-fixes).
  - ata: libata-sata: Save all fields from sense data descriptor
    (git-fixes).
  - commit b064ee6

++++ kernel-rt:

  - ALSA: hda/realtek - Fixed ASUS platform headset Mic issue
    (git-fixes).
  - commit 53f07fb
  - Refresh patches.suse/ALSA-hda-realtek-Workaround-for-resume-on-Dell-Venue.patch
    The patch was applied incorrectly to a wrong device
  - commit cf41ba6
  - Bluetooth: vhci: Avoid needless snprintf() calls (git-fixes).
  - wifi: wl1251: fix memory leak in wl1251_tx_work (git-fixes).
  - wifi: mac80211: Purge vif txq in ieee80211_do_stop()
    (git-fixes).
  - wifi: at76c50x: fix use after free access in at76_disconnect
    (git-fixes).
  - Bluetooth: l2cap: Check encryption key size on incoming
    connection (git-fixes).
  - Bluetooth: btrtl: Prevent potential NULL dereference
    (git-fixes).
  - Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for
    invalid address (git-fixes).
  - ASoC: codecs:lpass-wsa-macro: Fix logic of enabling vi channels
    (git-fixes).
  - ASoC: codecs:lpass-wsa-macro: Fix vi feedback rate (git-fixes).
  - ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe()
    (git-fixes).
  - ASoC: qcom: Fix sc7280 lpass potential buffer overflow
    (git-fixes).
  - asus-laptop: Fix an uninitialized variable (git-fixes).
  - ata: libata-sata: Save all fields from sense data descriptor
    (git-fixes).
  - commit b064ee6

++++ kernel-rt_debug:

  - ALSA: hda/realtek - Fixed ASUS platform headset Mic issue
    (git-fixes).
  - commit 53f07fb
  - Refresh patches.suse/ALSA-hda-realtek-Workaround-for-resume-on-Dell-Venue.patch
    The patch was applied incorrectly to a wrong device
  - commit cf41ba6
  - Bluetooth: vhci: Avoid needless snprintf() calls (git-fixes).
  - wifi: wl1251: fix memory leak in wl1251_tx_work (git-fixes).
  - wifi: mac80211: Purge vif txq in ieee80211_do_stop()
    (git-fixes).
  - wifi: at76c50x: fix use after free access in at76_disconnect
    (git-fixes).
  - Bluetooth: l2cap: Check encryption key size on incoming
    connection (git-fixes).
  - Bluetooth: btrtl: Prevent potential NULL dereference
    (git-fixes).
  - Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for
    invalid address (git-fixes).
  - ASoC: codecs:lpass-wsa-macro: Fix logic of enabling vi channels
    (git-fixes).
  - ASoC: codecs:lpass-wsa-macro: Fix vi feedback rate (git-fixes).
  - ASoC: Intel: avs: Fix null-ptr-deref in avs_component_probe()
    (git-fixes).
  - ASoC: qcom: Fix sc7280 lpass potential buffer overflow
    (git-fixes).
  - asus-laptop: Fix an uninitialized variable (git-fixes).
  - ata: libata-sata: Save all fields from sense data descriptor
    (git-fixes).
  - commit b064ee6

++++ python311-core:

  - Update to 3.11.12:
  - gh-131809: Update bundled libexpat to 2.7.1
  - gh-131261: Upgrade to libexpat 2.7.0
  - gh-105704: When using urllib.parse.urlsplit() and
    urllib.parse.urlparse() host parsing would not reject domain
    names containing square brackets ([ and ]). Square brackets
    are only valid for IPv6 and IPvFuture hosts according to RFC
    3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938,
    gh#python/cpython#105704).
  - gh-121284: Fix bug in the folding of rfc2047 encoded-words
    when flattening an email message using a modern email
    policy. Previously when an encoded-word was too long for
    a line, it would be decoded, split across lines, and
    re-encoded. But commas and other special characters in the
    original text could be left unencoded and unquoted. This
    could theoretically be used to spoof header lines using a
    carefully constructed encoded-word if the resulting rendered
    email was transmitted or re-parsed.
  - gh-80222: Fix bug in the folding of quoted strings
    when flattening an email message using a modern email
    policy. Previously when a quoted string was folded so that
    it spanned more than one line, the surrounding quotes and
    internal escapes would be omitted. This could theoretically
    be used to spoof header lines using a carefully constructed
    quoted string if the resulting rendered email was transmitted
    or re-parsed.
  - gh-119511: Fix a potential denial of service in the imaplib
    module. When connecting to a malicious server, it could
    cause an arbitrary amount of memory to be allocated. On many
    systems this is harmless as unused virtual memory is only
    a mapping, but if this hit a virtual address size limit
    it could lead to a MemoryError or other process crash. On
    unusual systems or builds where all allocated memory is
    touched and backed by actual ram or storage it could’ve
    consumed resources doing so until similarly crashing.
  - gh-127257: In ssl, system call failures that OpenSSL reports
    using ERR_LIB_SYS are now raised as OSError.
  - gh-121277: Writers of CPython’s documentation can now use
    next as the version for the versionchanged, versionadded,
    deprecated directives.
  - gh-106883: Disable GC during the _PyThread_CurrentFrames()
    and _PyThread_CurrentExceptions() calls to avoid the
    interpreter to deadlock.
  - Remove upstreamed patch:
  - CVE-2025-0938-sq-brackets-domain-names.patch
  - Add gh-126572-test_ssl-no-stop-ThreadedEchoServer-OSError.patch
    which makes test_ssl not to stop ThreadedEchoServer on OSError,
    which makes test_ssl pass with OpenSSL 3.5 (bsc#1241067,
    gh#python/cpython!126572)

++++ nvidia-open-driver-G06-signed:

  - update CUDA variant to 570.133.20

++++ python311:

  - Update to 3.11.12:
  - gh-131809: Update bundled libexpat to 2.7.1
  - gh-131261: Upgrade to libexpat 2.7.0
  - gh-105704: When using urllib.parse.urlsplit() and
    urllib.parse.urlparse() host parsing would not reject domain
    names containing square brackets ([ and ]). Square brackets
    are only valid for IPv6 and IPvFuture hosts according to RFC
    3986 Section 3.2.2 (bsc#1236705, CVE-2025-0938,
    gh#python/cpython#105704).
  - gh-121284: Fix bug in the folding of rfc2047 encoded-words
    when flattening an email message using a modern email
    policy. Previously when an encoded-word was too long for
    a line, it would be decoded, split across lines, and
    re-encoded. But commas and other special characters in the
    original text could be left unencoded and unquoted. This
    could theoretically be used to spoof header lines using a
    carefully constructed encoded-word if the resulting rendered
    email was transmitted or re-parsed.
  - gh-80222: Fix bug in the folding of quoted strings
    when flattening an email message using a modern email
    policy. Previously when a quoted string was folded so that
    it spanned more than one line, the surrounding quotes and
    internal escapes would be omitted. This could theoretically
    be used to spoof header lines using a carefully constructed
    quoted string if the resulting rendered email was transmitted
    or re-parsed.
  - gh-119511: Fix a potential denial of service in the imaplib
    module. When connecting to a malicious server, it could
    cause an arbitrary amount of memory to be allocated. On many
    systems this is harmless as unused virtual memory is only
    a mapping, but if this hit a virtual address size limit
    it could lead to a MemoryError or other process crash. On
    unusual systems or builds where all allocated memory is
    touched and backed by actual ram or storage it could’ve
    consumed resources doing so until similarly crashing.
  - gh-127257: In ssl, system call failures that OpenSSL reports
    using ERR_LIB_SYS are now raised as OSError.
  - gh-121277: Writers of CPython’s documentation can now use
    next as the version for the versionchanged, versionadded,
    deprecated directives.
  - gh-106883: Disable GC during the _PyThread_CurrentFrames()
    and _PyThread_CurrentExceptions() calls to avoid the
    interpreter to deadlock.
  - Remove upstreamed patch:
  - CVE-2025-0938-sq-brackets-domain-names.patch
  - Add gh-126572-test_ssl-no-stop-ThreadedEchoServer-OSError.patch
    which makes test_ssl not to stop ThreadedEchoServer on OSError,
    which makes test_ssl pass with OpenSSL 3.5 (bsc#1241067,
    gh#python/cpython!126572)

------------------------------------------------------------------
------------------  2025-4-17  -  Apr 17 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - smb: client: fix folio leaks and perf improvements (bsc#1239997,
    bsc1241265).
  - commit 3640faf
  - net: mark racy access on sk->sk_rcvbuf (git-fixes).
  - commit c7df85a
  - net: set SOCK_RCU_FREE before inserting socket into hashtable
    (git-fixes).
  - commit 469342f
  - net: annotate data-races around sk->sk_dst_pending_confirm
    (git-fixes).
  - commit ddac370
  - Refresh patches.suse/x86-paravirt-Move-halt-paravirt-calls-under-CONFIG_PARAVIR.patch.
    This fixes a build error
  - commit 885e121
  - ipv4: fib: annotate races around nh->nh_saddr_genid and
    nh->nh_saddr (git-fixes).
  - commit 42e44b7
  - rpm/kernel-binary.spec.in: Also order against update-bootloader
    (boo#1228659, boo#1240785, boo#1241038).
  - commit fe0a8c9
  - crypto: caam/qi - Fix drv_ctx refcount bug (git-fixes).
  - commit 004010d
  - selftests/bpf: Add a few tests to cover (git-fixes).
  - bpf: Add missed var_off setting in coerce_subreg_to_size_sx()
    (git-fixes).
  - bpf: Add missed var_off setting in set_sext32_default_val()
    (git-fixes).
  - commit 07fae33

++++ kernel-rt:

  - smb: client: fix folio leaks and perf improvements (bsc#1239997,
    bsc1241265).
  - commit 3640faf
  - net: mark racy access on sk->sk_rcvbuf (git-fixes).
  - commit c7df85a
  - net: set SOCK_RCU_FREE before inserting socket into hashtable
    (git-fixes).
  - commit 469342f
  - net: annotate data-races around sk->sk_dst_pending_confirm
    (git-fixes).
  - commit ddac370
  - Refresh patches.suse/x86-paravirt-Move-halt-paravirt-calls-under-CONFIG_PARAVIR.patch.
    This fixes a build error
  - commit 885e121
  - ipv4: fib: annotate races around nh->nh_saddr_genid and
    nh->nh_saddr (git-fixes).
  - commit 42e44b7
  - rpm/kernel-binary.spec.in: Also order against update-bootloader
    (boo#1228659, boo#1240785, boo#1241038).
  - commit fe0a8c9
  - crypto: caam/qi - Fix drv_ctx refcount bug (git-fixes).
  - commit 004010d
  - selftests/bpf: Add a few tests to cover (git-fixes).
  - bpf: Add missed var_off setting in coerce_subreg_to_size_sx()
    (git-fixes).
  - bpf: Add missed var_off setting in set_sext32_default_val()
    (git-fixes).
  - commit 07fae33

++++ kernel-rt_debug:

  - smb: client: fix folio leaks and perf improvements (bsc#1239997,
    bsc1241265).
  - commit 3640faf
  - net: mark racy access on sk->sk_rcvbuf (git-fixes).
  - commit c7df85a
  - net: set SOCK_RCU_FREE before inserting socket into hashtable
    (git-fixes).
  - commit 469342f
  - net: annotate data-races around sk->sk_dst_pending_confirm
    (git-fixes).
  - commit ddac370
  - Refresh patches.suse/x86-paravirt-Move-halt-paravirt-calls-under-CONFIG_PARAVIR.patch.
    This fixes a build error
  - commit 885e121
  - ipv4: fib: annotate races around nh->nh_saddr_genid and
    nh->nh_saddr (git-fixes).
  - commit 42e44b7
  - rpm/kernel-binary.spec.in: Also order against update-bootloader
    (boo#1228659, boo#1240785, boo#1241038).
  - commit fe0a8c9
  - crypto: caam/qi - Fix drv_ctx refcount bug (git-fixes).
  - commit 004010d
  - selftests/bpf: Add a few tests to cover (git-fixes).
  - bpf: Add missed var_off setting in coerce_subreg_to_size_sx()
    (git-fixes).
  - bpf: Add missed var_off setting in set_sext32_default_val()
    (git-fixes).
  - commit 07fae33

++++ sqlite3:

  - Add subpackage for the lemon parser generator.
  - Add patches:
    * sqlite-3.49.0-fix-lemon-missing-cflags.patch
    * sqlite-3.6.23-lemon-system-template.patch

------------------------------------------------------------------
------------------  2025-4-16  -  Apr 16 2025  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.631.ga638ed12:
    * fix(dmsquash-live): do not check ISO md5 if image filesystem (bsc#1240919)
    * fix(nfs): set correct ownership of rpc.statd state directories (bsc#1217885)
    * perf(nfs): remove references to old rpcbind state dir
    * fix(nfs): libnfsidmap plugins not added in some distributions
    * fix(dracut.spec): move znet to the main package (bsc#1239632)

++++ python-kiwi:

  - Add support for filtering out files from the ESP image for GRUB
    Prior to this change, KIWI blindly synced the ESP directory into the
    embedded ESP image. Depending on the distribution and packages included
    for the created image, this can have undesirable side-effects.
    For image builds that need some more fine-grained control over the
    creation of the embedded ESP image (particularly for ISO images),
    this change introduces the ability to inject an exclusion list
    similar to what is used to filter out files for the root filesystem.
    Fixes: https://github.com/OSInside/kiwi/issues/2008
    Fixes: https://github.com/OSInside/kiwi/issues/2777

++++ kernel-default:

  - Drop PCI patch that caused a regression (bsc#1241123)
    The patch patches.suse/PCI-Avoid-reset-when-disabled-via-sysfs.patch
    seems causing a regression about missing device passthrough on VM.
    Drop it to address the regression.
  - commit 5845d87
  - bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
    (bsc#1240181 CVE-2025-21867).
  - commit 82a6d4f
  - Revert commit (bsc#1241051)
    Delete
    patches.suse/mm-various-give-up-if-pte_offset_map-_lock-fails.patch.
  - commit c63b737
  - rpm/package-descriptions: Add rt and rt_debug descriptions
  - commit 09573c0

++++ kernel-rt:

  - Drop PCI patch that caused a regression (bsc#1241123)
    The patch patches.suse/PCI-Avoid-reset-when-disabled-via-sysfs.patch
    seems causing a regression about missing device passthrough on VM.
    Drop it to address the regression.
  - commit 5845d87
  - bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
    (bsc#1240181 CVE-2025-21867).
  - commit 82a6d4f
  - Revert commit (bsc#1241051)
    Delete
    patches.suse/mm-various-give-up-if-pte_offset_map-_lock-fails.patch.
  - commit c63b737
  - rpm/package-descriptions: Add rt and rt_debug descriptions
  - commit 09573c0

++++ kernel-rt_debug:

  - Drop PCI patch that caused a regression (bsc#1241123)
    The patch patches.suse/PCI-Avoid-reset-when-disabled-via-sysfs.patch
    seems causing a regression about missing device passthrough on VM.
    Drop it to address the regression.
  - commit 5845d87
  - bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
    (bsc#1240181 CVE-2025-21867).
  - commit 82a6d4f
  - Revert commit (bsc#1241051)
    Delete
    patches.suse/mm-various-give-up-if-pte_offset_map-_lock-fails.patch.
  - commit c63b737
  - rpm/package-descriptions: Add rt and rt_debug descriptions
  - commit 09573c0

++++ open-vm-tools:

  - (bsc#1237147): Newer version of containerd do not have the directory
    /usr/share/go/1.x/contrib/src/github.com/containerd/containerd/api.
    Update detect-suse-location.patch to point to the directory
    /usr/share/go/1.x/contrib/src/github.com/containerd/containerd/vendor/github.com/containerd/containerd/api
    to find the needed files and update the tasks.proto file to import from
    github.com/containerd/containerd/vendor/github.com/containerd/containerd/api

------------------------------------------------------------------
------------------  2025-4-15  -  Apr 15 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
    (bsc#1241250).
  - commit a11e79b
  - x86/microcode/AMD: Split load_microcode_amd() (git-fixes).
  - Refresh
    patches.suse/x86-microcode-AMD-Fix-out-of-bounds-on-systems-with-.patch.
  - commit e4a11da
  - x86/microcode/AMD: Pay attention to the stepping dynamically (git-fixes).
  - commit 581b74c
  - x86/microcode/intel: Set new revision only after a successful update (git-fixes).
  - commit 7ef0614
  - x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positive (git-fixes).
  - commit 0584d8b
  - btrfs: fix hole expansion when writing at an offset beyond EOF
    (bsc#1241151).
  - btrfs: fix swap file activation failure due to extents that
    used to be shared (bsc#1241204).
  - btrfs: fix race with memory mapped writes when activating swap
    file (bsc#1241204).
  - btrfs: fix missing snapshot drew unlock when root is dead
    during swap activation (bsc#1241204).
  - btrfs: add and use helper to verify the calling task has locked
    the inode (bsc#1241204).
  - commit d9b6443
  - sched: address a potential NULL pointer dereference in the
    GRED scheduler (CVE-2025-21980 bsc#1240809).
  - commit ce44194
  - net: atm: fix use after free in lec_send() (CVE-2025-22004
    bsc#1240835).
  - commit 0623761
  - llc: do not use skb_get() before dev_queue_xmit()
    (CVE-2025-21925 bsc#1240713).
  - commit 79eced9
  - tools/power turbostat: report CoreThr per measurement interval
    (git-fixes).
  - commit d3776d1
  - x86/microcode/AMD: Use the family,model,stepping encoded in the patch  ID (git-fixes).
  - Refresh
    patches.suse/x86-microcode-AMD-Flush-patch-buffer-mapping-after-applica.patch.
  - commit 88521da
  - x86/microcode: Rework early revisions reporting (git-fixes).
  - Refresh
    patches.suse/x86-microcode-AMD-Flush-patch-buffer-mapping-after-applica.patch.
  - commit 4d17d9e
  - ax25: rcu protect dev->ax25_ptr (CVE-2025-21812 bsc#1238471).
  - commit 5fd1fff
  - x86/microcode: Remove the driver announcement and version (git-fixes).
  - commit 46995b1
  - x86/tdx: Emit warning if IRQs are enabled during HLT #VE handling (git-fixes).
  - commit d56cfaf
  - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (git-fixes).
  - commit d95d976
  - Refresh
    patches.suse/ipv6-remove-hard-coded-limitation-on-ipv6_pinfo.patch.
  - commit 0200f55
  - hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
    (git-fixes).
  - commit 6eab8d6
  - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (git-fixes).
  - commit df4a06f
  - x86/microcode/AMD: Flush patch buffer mapping after application (git-fixes).
  - commit 3abf82a
  - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to  misplaced assignment (git-fixes).
  - commit 9a5f9b4
  - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (git-fixes).
  - commit a987e8f
  - x86/uaccess: Improve performance by aligning writes to 8 bytes in  copy_user_generic(), on non-FSRM/ERMS CPUs (git-fixes).
  - commit b668be3
  - x86/bugs: Add RSB mitigation document (git-fixes).
  - commit b8dad0f
  - x86/bugs: Don't fill RSB on context switch with eIBRS (git-fixes).
  - commit 187dbce
  - x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline (git-fixes).
  - commit 4f16d88
  - x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier() (git-fixes).
  - commit fb3ed54
  - x86/bugs: Use SBPB in write_ibpb() if applicable (git-fixes).
  - commit 4702713
  - x86/bugs: Rename entry_ibpb() to write_ibpb() (git-fixes).
  - commit 05f7f50
  - selftest/bpf: Add vsock test for sockmap rejecting unconnected
    (bsc#1239470 CVE-2025-21854).
  - selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting
    unconnected (bsc#1239470 CVE-2025-21854).
  - vsock/bpf: Warn on socket without transport (bsc#1239470
    CVE-2025-21854).
  - commit 9aa107b
  - tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192
    (bsc#1241175).
  - commit b06e876
  - sockmap, vsock: For connectible sockets allow only connected
    (bsc#1239470 CVE-2025-21854).
  - bpf: sockmap, test for unconnected af_unix sock (bsc#1239470
    CVE-2025-21854).
  - Refresh patches.suse/selftest-bpf-Add-test-for-af_vsock-poll.patch
  - bpf: syzkaller found null ptr deref in unix_bpf proto add
    (bsc#1239470 CVE-2025-21854).
  - Refresh patches.suse/udp-fix-busy-polling.patch
  - Refresh
    patches.suse/bpf-sockmap-SK_DROP-on-attempted-redirects-of-unsupported-.patch
  - commit 62e8475
  - bpf, vsock: Invoke proto::close on close() (bsc#1239470 CVE-2025-21854).
  - Refresh
    patches.suse/vsock-Keep-the-binding-until-socket-destruction.patch.
  - Refresh patches.suse/vsock-Orphan-socket-after-transport-release.patch
  - commit a88600e
  - selftest/bpf: Add test for vsock removal from sockmap on close()
    (bsc#1239470 CVE-2025-21854).
  - selftest/bpf: Add test for af_vsock poll() (bsc#1239470
    CVE-2025-21854).
  - bpf, vsock: Fix poll() missing a queue (bsc#1239470
    CVE-2025-21854).
  - commit 43f792d
  - RDMA/core: Silence oversized kvmalloc() warning (git-fixes)
  - commit 0801938
  - RDMA/cma: Fix workqueue crash in cma_netevent_work_handler (git-fixes)
  - commit 8be4a6f
  - RDMA/hns: Fix wrong maximum DMA segment size (git-fixes)
  - commit 9a0c549
  - RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe() (git-fixes)
  - commit 7bf895d
  - net: xdp: Disallow attaching device-bound programs in generic
    mode (bsc#1238742 CVE-2025-21808).
  - commit c2feb9e
  - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1238212)
    Also reenable patches.suse/md-md-bitmap-fix-writing-non-bitmap-pages-ab99.patch
  - commit 22ce219

++++ kernel-rt:

  - fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
    (bsc#1241250).
  - commit a11e79b
  - x86/microcode/AMD: Split load_microcode_amd() (git-fixes).
  - Refresh
    patches.suse/x86-microcode-AMD-Fix-out-of-bounds-on-systems-with-.patch.
  - commit e4a11da
  - x86/microcode/AMD: Pay attention to the stepping dynamically (git-fixes).
  - commit 581b74c
  - x86/microcode/intel: Set new revision only after a successful update (git-fixes).
  - commit 7ef0614
  - x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positive (git-fixes).
  - commit 0584d8b
  - btrfs: fix hole expansion when writing at an offset beyond EOF
    (bsc#1241151).
  - btrfs: fix swap file activation failure due to extents that
    used to be shared (bsc#1241204).
  - btrfs: fix race with memory mapped writes when activating swap
    file (bsc#1241204).
  - btrfs: fix missing snapshot drew unlock when root is dead
    during swap activation (bsc#1241204).
  - btrfs: add and use helper to verify the calling task has locked
    the inode (bsc#1241204).
  - commit d9b6443
  - sched: address a potential NULL pointer dereference in the
    GRED scheduler (CVE-2025-21980 bsc#1240809).
  - commit ce44194
  - net: atm: fix use after free in lec_send() (CVE-2025-22004
    bsc#1240835).
  - commit 0623761
  - llc: do not use skb_get() before dev_queue_xmit()
    (CVE-2025-21925 bsc#1240713).
  - commit 79eced9
  - tools/power turbostat: report CoreThr per measurement interval
    (git-fixes).
  - commit d3776d1
  - x86/microcode/AMD: Use the family,model,stepping encoded in the patch  ID (git-fixes).
  - Refresh
    patches.suse/x86-microcode-AMD-Flush-patch-buffer-mapping-after-applica.patch.
  - commit 88521da
  - x86/microcode: Rework early revisions reporting (git-fixes).
  - Refresh
    patches.suse/x86-microcode-AMD-Flush-patch-buffer-mapping-after-applica.patch.
  - commit 4d17d9e
  - ax25: rcu protect dev->ax25_ptr (CVE-2025-21812 bsc#1238471).
  - commit 5fd1fff
  - x86/microcode: Remove the driver announcement and version (git-fixes).
  - commit 46995b1
  - x86/tdx: Emit warning if IRQs are enabled during HLT #VE handling (git-fixes).
  - commit d56cfaf
  - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (git-fixes).
  - commit d95d976
  - Refresh
    patches.suse/ipv6-remove-hard-coded-limitation-on-ipv6_pinfo.patch.
  - commit 0200f55
  - hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
    (git-fixes).
  - commit 6eab8d6
  - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (git-fixes).
  - commit df4a06f
  - x86/microcode/AMD: Flush patch buffer mapping after application (git-fixes).
  - commit 3abf82a
  - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to  misplaced assignment (git-fixes).
  - commit 9a5f9b4
  - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (git-fixes).
  - commit a987e8f
  - x86/uaccess: Improve performance by aligning writes to 8 bytes in  copy_user_generic(), on non-FSRM/ERMS CPUs (git-fixes).
  - commit b668be3
  - x86/bugs: Add RSB mitigation document (git-fixes).
  - commit b8dad0f
  - x86/bugs: Don't fill RSB on context switch with eIBRS (git-fixes).
  - commit 187dbce
  - x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline (git-fixes).
  - commit 4f16d88
  - x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier() (git-fixes).
  - commit fb3ed54
  - x86/bugs: Use SBPB in write_ibpb() if applicable (git-fixes).
  - commit 4702713
  - x86/bugs: Rename entry_ibpb() to write_ibpb() (git-fixes).
  - commit 05f7f50
  - selftest/bpf: Add vsock test for sockmap rejecting unconnected
    (bsc#1239470 CVE-2025-21854).
  - selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting
    unconnected (bsc#1239470 CVE-2025-21854).
  - vsock/bpf: Warn on socket without transport (bsc#1239470
    CVE-2025-21854).
  - commit 9aa107b
  - tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192
    (bsc#1241175).
  - commit b06e876
  - sockmap, vsock: For connectible sockets allow only connected
    (bsc#1239470 CVE-2025-21854).
  - bpf: sockmap, test for unconnected af_unix sock (bsc#1239470
    CVE-2025-21854).
  - Refresh patches.suse/selftest-bpf-Add-test-for-af_vsock-poll.patch
  - bpf: syzkaller found null ptr deref in unix_bpf proto add
    (bsc#1239470 CVE-2025-21854).
  - Refresh patches.suse/udp-fix-busy-polling.patch
  - Refresh
    patches.suse/bpf-sockmap-SK_DROP-on-attempted-redirects-of-unsupported-.patch
  - commit 62e8475
  - bpf, vsock: Invoke proto::close on close() (bsc#1239470 CVE-2025-21854).
  - Refresh
    patches.suse/vsock-Keep-the-binding-until-socket-destruction.patch.
  - Refresh patches.suse/vsock-Orphan-socket-after-transport-release.patch
  - commit a88600e
  - selftest/bpf: Add test for vsock removal from sockmap on close()
    (bsc#1239470 CVE-2025-21854).
  - selftest/bpf: Add test for af_vsock poll() (bsc#1239470
    CVE-2025-21854).
  - bpf, vsock: Fix poll() missing a queue (bsc#1239470
    CVE-2025-21854).
  - commit 43f792d
  - RDMA/core: Silence oversized kvmalloc() warning (git-fixes)
  - commit 0801938
  - RDMA/cma: Fix workqueue crash in cma_netevent_work_handler (git-fixes)
  - commit 8be4a6f
  - RDMA/hns: Fix wrong maximum DMA segment size (git-fixes)
  - commit 9a0c549
  - RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe() (git-fixes)
  - commit 7bf895d
  - net: xdp: Disallow attaching device-bound programs in generic
    mode (bsc#1238742 CVE-2025-21808).
  - commit c2feb9e
  - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1238212)
    Also reenable patches.suse/md-md-bitmap-fix-writing-non-bitmap-pages-ab99.patch
  - commit 22ce219

++++ kernel-rt_debug:

  - fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
    (bsc#1241250).
  - commit a11e79b
  - x86/microcode/AMD: Split load_microcode_amd() (git-fixes).
  - Refresh
    patches.suse/x86-microcode-AMD-Fix-out-of-bounds-on-systems-with-.patch.
  - commit e4a11da
  - x86/microcode/AMD: Pay attention to the stepping dynamically (git-fixes).
  - commit 581b74c
  - x86/microcode/intel: Set new revision only after a successful update (git-fixes).
  - commit 7ef0614
  - x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positive (git-fixes).
  - commit 0584d8b
  - btrfs: fix hole expansion when writing at an offset beyond EOF
    (bsc#1241151).
  - btrfs: fix swap file activation failure due to extents that
    used to be shared (bsc#1241204).
  - btrfs: fix race with memory mapped writes when activating swap
    file (bsc#1241204).
  - btrfs: fix missing snapshot drew unlock when root is dead
    during swap activation (bsc#1241204).
  - btrfs: add and use helper to verify the calling task has locked
    the inode (bsc#1241204).
  - commit d9b6443
  - sched: address a potential NULL pointer dereference in the
    GRED scheduler (CVE-2025-21980 bsc#1240809).
  - commit ce44194
  - net: atm: fix use after free in lec_send() (CVE-2025-22004
    bsc#1240835).
  - commit 0623761
  - llc: do not use skb_get() before dev_queue_xmit()
    (CVE-2025-21925 bsc#1240713).
  - commit 79eced9
  - tools/power turbostat: report CoreThr per measurement interval
    (git-fixes).
  - commit d3776d1
  - x86/microcode/AMD: Use the family,model,stepping encoded in the patch  ID (git-fixes).
  - Refresh
    patches.suse/x86-microcode-AMD-Flush-patch-buffer-mapping-after-applica.patch.
  - commit 88521da
  - x86/microcode: Rework early revisions reporting (git-fixes).
  - Refresh
    patches.suse/x86-microcode-AMD-Flush-patch-buffer-mapping-after-applica.patch.
  - commit 4d17d9e
  - ax25: rcu protect dev->ax25_ptr (CVE-2025-21812 bsc#1238471).
  - commit 5fd1fff
  - x86/microcode: Remove the driver announcement and version (git-fixes).
  - commit 46995b1
  - x86/tdx: Emit warning if IRQs are enabled during HLT #VE handling (git-fixes).
  - commit d56cfaf
  - x86/tdx: Fix arch_safe_halt() execution for TDX VMs (git-fixes).
  - commit d95d976
  - Refresh
    patches.suse/ipv6-remove-hard-coded-limitation-on-ipv6_pinfo.patch.
  - commit 0200f55
  - hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
    (git-fixes).
  - commit 6eab8d6
  - x86/paravirt: Move halt paravirt calls under CONFIG_PARAVIRT (git-fixes).
  - commit df4a06f
  - x86/microcode/AMD: Flush patch buffer mapping after application (git-fixes).
  - commit 3abf82a
  - x86/dumpstack: Fix inaccurate unwinding from exception stacks due to  misplaced assignment (git-fixes).
  - commit 9a5f9b4
  - x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1 (git-fixes).
  - commit a987e8f
  - x86/uaccess: Improve performance by aligning writes to 8 bytes in  copy_user_generic(), on non-FSRM/ERMS CPUs (git-fixes).
  - commit b668be3
  - x86/bugs: Add RSB mitigation document (git-fixes).
  - commit b8dad0f
  - x86/bugs: Don't fill RSB on context switch with eIBRS (git-fixes).
  - commit 187dbce
  - x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpoline (git-fixes).
  - commit 4f16d88
  - x86/bugs: Fix RSB clearing in indirect_branch_prediction_barrier() (git-fixes).
  - commit fb3ed54
  - x86/bugs: Use SBPB in write_ibpb() if applicable (git-fixes).
  - commit 4702713
  - x86/bugs: Rename entry_ibpb() to write_ibpb() (git-fixes).
  - commit 05f7f50
  - selftest/bpf: Add vsock test for sockmap rejecting unconnected
    (bsc#1239470 CVE-2025-21854).
  - selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting
    unconnected (bsc#1239470 CVE-2025-21854).
  - vsock/bpf: Warn on socket without transport (bsc#1239470
    CVE-2025-21854).
  - commit 9aa107b
  - tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192
    (bsc#1241175).
  - commit b06e876
  - sockmap, vsock: For connectible sockets allow only connected
    (bsc#1239470 CVE-2025-21854).
  - bpf: sockmap, test for unconnected af_unix sock (bsc#1239470
    CVE-2025-21854).
  - Refresh patches.suse/selftest-bpf-Add-test-for-af_vsock-poll.patch
  - bpf: syzkaller found null ptr deref in unix_bpf proto add
    (bsc#1239470 CVE-2025-21854).
  - Refresh patches.suse/udp-fix-busy-polling.patch
  - Refresh
    patches.suse/bpf-sockmap-SK_DROP-on-attempted-redirects-of-unsupported-.patch
  - commit 62e8475
  - bpf, vsock: Invoke proto::close on close() (bsc#1239470 CVE-2025-21854).
  - Refresh
    patches.suse/vsock-Keep-the-binding-until-socket-destruction.patch.
  - Refresh patches.suse/vsock-Orphan-socket-after-transport-release.patch
  - commit a88600e
  - selftest/bpf: Add test for vsock removal from sockmap on close()
    (bsc#1239470 CVE-2025-21854).
  - selftest/bpf: Add test for af_vsock poll() (bsc#1239470
    CVE-2025-21854).
  - bpf, vsock: Fix poll() missing a queue (bsc#1239470
    CVE-2025-21854).
  - commit 43f792d
  - RDMA/core: Silence oversized kvmalloc() warning (git-fixes)
  - commit 0801938
  - RDMA/cma: Fix workqueue crash in cma_netevent_work_handler (git-fixes)
  - commit 8be4a6f
  - RDMA/hns: Fix wrong maximum DMA segment size (git-fixes)
  - commit 9a0c549
  - RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe() (git-fixes)
  - commit 7bf895d
  - net: xdp: Disallow attaching device-bound programs in generic
    mode (bsc#1238742 CVE-2025-21808).
  - commit c2feb9e
  - md/md-bitmap: fix wrong bitmap_limit for clustermd when write sb (bsc#1238212)
    Also reenable patches.suse/md-md-bitmap-fix-writing-non-bitmap-pages-ab99.patch
  - commit 22ce219

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 570.144 (boo#1241231)

------------------------------------------------------------------
------------------  2025-4-14  -  Apr 14 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - bpf: Fix deadlock when freeing cgroup storage (CVE-2024-58088 bsc#1239510)
  - commit a5b985f
  - dpll: fix xa_alloc_cyclic() error handling (CVE-2025-22016 bsc#1240934)
  - commit 2521b46
  - devlink: fix xa_alloc_cyclic() error handling (CVE-2025-22017 bsc#1240936)
  - commit 6e391e8
  - zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with
    TIF_SIGPENDING (bsc#1241167).
  - commit 2fe69fb
  - caif_virtio: fix wrong pointer check in cfv_probe()
    (CVE-2025-21904 bsc#1240576).
  - commit 9a83e3e
  - Refresh
    patches.kabi/kABI-fix-for-ipv6-remove-hard-coded-limitation-on-ip.patch.
  - commit 81847b0
  - xfs: flush inodegc before swapon (git-fixes).
  - commit c599968
  - net: mana: Switch to page pool for jumbo frames (git-fixes).
  - RDMA/mana_ib: Ensure variable err is initialized (git-fixes).
  - x86/hyperv: Fix check of return value from snp_set_vmsa()
    (git-fixes).
  - commit 2b709c0

++++ kernel-rt:

  - bpf: Fix deadlock when freeing cgroup storage (CVE-2024-58088 bsc#1239510)
  - commit a5b985f
  - dpll: fix xa_alloc_cyclic() error handling (CVE-2025-22016 bsc#1240934)
  - commit 2521b46
  - devlink: fix xa_alloc_cyclic() error handling (CVE-2025-22017 bsc#1240936)
  - commit 6e391e8
  - zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with
    TIF_SIGPENDING (bsc#1241167).
  - commit 2fe69fb
  - caif_virtio: fix wrong pointer check in cfv_probe()
    (CVE-2025-21904 bsc#1240576).
  - commit 9a83e3e
  - Refresh
    patches.kabi/kABI-fix-for-ipv6-remove-hard-coded-limitation-on-ip.patch.
  - commit 81847b0
  - xfs: flush inodegc before swapon (git-fixes).
  - commit c599968
  - net: mana: Switch to page pool for jumbo frames (git-fixes).
  - RDMA/mana_ib: Ensure variable err is initialized (git-fixes).
  - x86/hyperv: Fix check of return value from snp_set_vmsa()
    (git-fixes).
  - commit 2b709c0

++++ kernel-rt_debug:

  - bpf: Fix deadlock when freeing cgroup storage (CVE-2024-58088 bsc#1239510)
  - commit a5b985f
  - dpll: fix xa_alloc_cyclic() error handling (CVE-2025-22016 bsc#1240934)
  - commit 2521b46
  - devlink: fix xa_alloc_cyclic() error handling (CVE-2025-22017 bsc#1240936)
  - commit 6e391e8
  - zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with
    TIF_SIGPENDING (bsc#1241167).
  - commit 2fe69fb
  - caif_virtio: fix wrong pointer check in cfv_probe()
    (CVE-2025-21904 bsc#1240576).
  - commit 9a83e3e
  - Refresh
    patches.kabi/kABI-fix-for-ipv6-remove-hard-coded-limitation-on-ip.patch.
  - commit 81847b0
  - xfs: flush inodegc before swapon (git-fixes).
  - commit c599968
  - net: mana: Switch to page pool for jumbo frames (git-fixes).
  - RDMA/mana_ib: Ensure variable err is initialized (git-fixes).
  - x86/hyperv: Fix check of return value from snp_set_vmsa()
    (git-fixes).
  - commit 2b709c0

------------------------------------------------------------------
------------------  2025-4-13  -  Apr 13 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix bundle extension for container types
    When building result files that use container types like oci or docker,
    kiwi creates them as archive tarballs with an extension prefix to
    indicate the special nature of the archive. However, the bundler
    code does not retain the prefix, which results in the wrong file
    extension for these archives.
    This change adds exceptions for these types and refactors the
    exception handling to unify it with the Vagrant image filename
    handling, which operates similarly.
    Fixes: https://github.com/OSInside/kiwi/issues/2628

++++ kernel-default:

  - pwm: fsl-ftm: Handle clk_get_rate() returning 0 (git-fixes).
  - pwm: rcar: Improve register calculation (git-fixes).
  - pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config()
    (git-fixes).
  - commit 9d83cd0

++++ kernel-rt:

  - pwm: fsl-ftm: Handle clk_get_rate() returning 0 (git-fixes).
  - pwm: rcar: Improve register calculation (git-fixes).
  - pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config()
    (git-fixes).
  - commit 9d83cd0

++++ kernel-rt_debug:

  - pwm: fsl-ftm: Handle clk_get_rate() returning 0 (git-fixes).
  - pwm: rcar: Improve register calculation (git-fixes).
  - pwm: mediatek: Prevent divide-by-zero in pwm_mediatek_config()
    (git-fixes).
  - commit 9d83cd0

------------------------------------------------------------------
------------------  2025-4-12  -  Apr 12 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ata: sata_sx4: Add error handling in pdc20621_i2c_read()
    (git-fixes).
  - ata: pata_pxa: Fix potential NULL pointer dereference in
    pxa_ata_probe() (git-fixes).
  - commit dcc1d06

++++ kernel-rt:

  - ata: sata_sx4: Add error handling in pdc20621_i2c_read()
    (git-fixes).
  - ata: pata_pxa: Fix potential NULL pointer dereference in
    pxa_ata_probe() (git-fixes).
  - commit dcc1d06

++++ kernel-rt_debug:

  - ata: sata_sx4: Add error handling in pdc20621_i2c_read()
    (git-fixes).
  - ata: pata_pxa: Fix potential NULL pointer dereference in
    pxa_ata_probe() (git-fixes).
  - commit dcc1d06

------------------------------------------------------------------
------------------  2025-4-11  -  Apr 11 2025  -------------------
------------------------------------------------------------------

++++ ca-certificates-mozilla:

  - reenable the distrusted certs again. the distrust is only for certs
    issued after the distrust date, not for all certs of a CA.
    remove: remove-distrusted.patch

++++ curl:

  - fix Leap build add curl-8.13.0-CloseSocket.patch

++++ python-kiwi:

  - Update LOADER_TYPE setup for grub
    If the bootloader attribute: bls is set to true, make sure
    the LOADER_TYPE changes to grub2-bls. This is related to
    Issue #2773

++++ kernel-default:

  - kABI workaround for powercap update (bsc#1241010).
  - commit 6da4ad4
  - drm/amd/display: Fix out-of-bound accesses (bsc#1240811 CVE-2025-21985)
  - commit f9ae89c
  - Revert "tcp: Fix bind() regression for v6-only wildcard and"
    This reverts commit 10a8fd3005bd56ac305a4a4e9bf53cfc50aad28f.
    This patch is part of a bigger series [0] and AFAIU can't be applied
    individually. Applying the entire series would result in kABI breakage.
    [0]
    https://lore.kernel.org/all/20231213082029.35149-1-kuniyu@amazon.com/
  - commit 9692530
  - Update
    patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_devic.patch
    (git-fixes CVE-2025-21936 bsc#1240716).
  - Update
    patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_remot.patch
    (git-fixes CVE-2025-21937 bsc#1240643).
  - Update
    patches.suse/Bluetooth-Fix-error-code-in-chan_alloc_skb_cb.patch
    (git-fixes CVE-2025-22007 bsc#1240829).
  - Update
    patches.suse/HID-appleir-Fix-potential-NULL-dereference-at-raw-ev.patch
    (git-fixes CVE-2025-21948 bsc#1240703).
  - Update
    patches.suse/HID-hid-steam-Fix-use-after-free-when-detaching-devi.patch
    (git-fixes CVE-2025-21923 bsc#1240691).
  - Update
    patches.suse/HID-ignore-non-functional-sensor-in-HP-5MP-Camera.patch
    (stable-fixes CVE-2025-21992 bsc#1240796).
  - Update
    patches.suse/HID-intel-ish-hid-Fix-use-after-free-issue-in-ishtp_.patch
    (git-fixes CVE-2025-21928 bsc#1240722).
  - Update
    patches.suse/KVM-arm64-Unconditionally-save-flush-host-FPSIMD-SVE-SME-state.patch
    (git-fixes CVE-2025-22013 bsc#1240938).
  - Update
    patches.suse/RDMA-hns-Fix-soft-lockup-during-bt-pages-loop.patch
    (git-fixes CVE-2025-22010 bsc#1240943).
  - Update
    patches.suse/accel-qaic-Fix-integer-overflow-in-qaic_validate_req.patch
    (git-fixes CVE-2025-22001 bsc#1240873).
  - Update
    patches.suse/bus-mhi-host-pci_generic-Use-pci_try_reset_function-.patch
    (git-fixes CVE-2025-21951 bsc#1240718).
  - Update
    patches.suse/can-ucan-fix-out-of-bound-read-in-strscpy-source.patch
    (git-fixes CVE-2025-22003 bsc#1240825).
  - Update
    patches.suse/cdx-Fix-possible-UAF-error-in-driver_override_show.patch
    (git-fixes CVE-2025-21915 bsc#1240594).
  - Update
    patches.suse/dm-flakey-Fix-memory-corruption-in-optional-corrupt_.patch
    (git-fixes CVE-2025-21966 bsc#1240779).
  - Update
    patches.suse/drivers-virt-acrn-hsm-Use-kzalloc-to-avoid-info-leak.patch
    (git-fixes CVE-2025-21950 bsc#1240719).
  - Update
    patches.suse/drm-amd-display-Assign-normalized_pix_clk-when-color.patch
    (stable-fixes CVE-2025-21956 bsc#1240739).
  - Update
    patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-374c9fa.patch
    (git-fixes CVE-2025-21941 bsc#1240701).
  - Update
    patches.suse/drm-amd-display-Fix-slab-use-after-free-on-hdcp_work.patch
    (git-fixes CVE-2025-21968 bsc#1240783).
  - Update
    patches.suse/drm-hyperv-Fix-address-space-leak-when-Hyper-V-DRM-d.patch
    (git-fixes CVE-2025-21978 bsc#1240806).
  - Update
    patches.suse/drm-radeon-fix-uninitialized-size-issue-in-radeon_vc.patch
    (git-fixes CVE-2025-21996 bsc#1240801).
  - Update
    patches.suse/drm-sched-Fix-fence-reference-count-leak.patch
    (git-fixes CVE-2025-21995 bsc#1240821).
  - Update
    patches.suse/gpio-aggregator-protect-driver-attr-handlers-against.patch
    (git-fixes CVE-2025-21943 bsc#1240647).
  - Update
    patches.suse/gpio-rcar-Use-raw_spinlock-to-protect-register-acces.patch
    (stable-fixes CVE-2025-21912 bsc#1240584).
  - Update
    patches.suse/msft-hv-3170-net-mana-cleanup-mana-struct-after-debugfs_remove.patch
    (git-fixes CVE-2025-21953 bsc#1240727).
  - Update
    patches.suse/net_sched-Prevent-creation-of-classes-with-TC_H_ROOT.patch
    (git-fixes CVE-2025-21971 bsc#1240799).
  - Update
    patches.suse/nvme-tcp-fix-potential-memory-corruption-in-nvme_tcp.patch
    (git-fixes CVE-2025-21927 bsc#1240714).
  - Update
    patches.suse/rapidio-add-check-for-rio_add_net-in-rio_scan_alloc_.patch
    (git-fixes CVE-2025-21935 bsc#1240700).
  - Update
    patches.suse/rapidio-fix-an-API-misues-when-rio_add_net-fails.patch
    (git-fixes CVE-2025-21934 bsc#1240708).
  - Update
    patches.suse/regulator-check-that-dummy-regulator-has-been-probed.patch
    (stable-fixes CVE-2025-22008 bsc#1240942).
  - Update
    patches.suse/regulator-dummy-force-synchronous-probing.patch
    (git-fixes CVE-2025-22009 bsc#1240940).
  - Update
    patches.suse/slimbus-messaging-Free-transaction-ID-in-delayed-int.patch
    (git-fixes CVE-2025-21914 bsc#1240595).
  - Update
    patches.suse/soc-qcom-pdr-Fix-the-potential-deadlock.patch
    (git-fixes CVE-2025-22014 bsc#1240937).
  - Update
    patches.suse/usb-atm-cxacru-fix-a-flaw-in-existing-endpoint-check.patch
    (git-fixes CVE-2025-21916 bsc#1240582).
  - Update
    patches.suse/usb-renesas_usbhs-Flush-the-notify_hotplug_work.patch
    (git-fixes CVE-2025-21917 bsc#1240596).
  - Update patches.suse/usb-typec-ucsi-Fix-NULL-pointer-access.patch
    (git-fixes CVE-2025-21918 bsc#1240592).
  - Update
    patches.suse/wifi-cfg80211-cancel-wiphy_work-before-freeing-wiphy.patch
    (git-fixes CVE-2025-21979 bsc#1240808).
  - Update
    patches.suse/wifi-cfg80211-regulatory-improve-invalid-hints-check.patch
    (git-fixes CVE-2025-21910 bsc#1240583).
  - Update
    patches.suse/wifi-iwlwifi-limit-printed-string-from-FW-file.patch
    (git-fixes CVE-2025-21905 bsc#1240575).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-try-to-talk-to-a-dead-firmwar.patch
    (git-fixes CVE-2025-21930 bsc#1240715).
  - Update
    patches.suse/wifi-nl80211-reject-cooked-mode-if-it-is-set-along-w.patch
    (git-fixes CVE-2025-21909 bsc#1240590).
  - commit a467018
  - affs: don't write overlarge OFS data block size fields
    (git-fixes).
  - commit 334bc15
  - affs: generate OFS sequence numbers starting at 1 (git-fixes).
  - commit f93c833
  - nfsd: put dl_stid if fail to queue dl_recall (git-fixes).
  - commit 4b6b673
  - security, lsm: Introduce security_mptcp_add_subflow()
    (bsc#1240375).
  - Refresh
    patches.suse/net-better-track-kernel-sockets-lifetime.patch.
  - commit bd8699b
  - selinux: Implement mptcp_add_subflow hook (bsc#1240375).
  - commit c784a67
  - powercap: intel_rapl_tpmi: Enable PMU support (bsc#1241010).
  - commit 2a705e9
  - powercap: intel_rapl: Introduce APIs for PMU support
    (bsc#1241010).
  - commit b0e2847
  - drm/amd: Keep display off while going into S4 (stable-fixes).
  - Refresh
    patches.suse/drm-amd-display-Restore-correct-backlight-brightness.patch.
  - commit e9996bf
  - drm/sti: remove duplicate object names (git-fixes).
  - drm/nouveau: prime: fix ttm_bo_delayed_delete oops (git-fixes).
  - drm/amd/pm/smu11: Prevent division by zero (git-fixes).
  - drm/amdgpu/dma_buf: fix page_link check (git-fixes).
  - drm/i915/huc: Fix fence not released on early probe errors
    (git-fixes).
  - gpio: tegra186: fix resource handling in ACPI probe path
    (git-fixes).
  - mtd: rawnand: Add status chack in r852_ready() (git-fixes).
  - mtd: inftlcore: Add error check for inftl_read_oob()
    (git-fixes).
  - ntb: use 64-bit arithmetic for the MSI doorbell mask
    (git-fixes).
  - ntb_hw_switchtec: Fix shift-out-of-bounds in
    switchtec_ntb_mw_set_trans (git-fixes).
  - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP
    (stable-fixes).
  - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (stable-fixes).
  - hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9}
    (stable-fixes).
  - wifi: mac80211: flush the station before moving it to
    UN-AUTHORIZED state (stable-fixes).
  - platform/x86/intel/vsec: Add Diamond Rapids support
    (stable-fixes).
  - platform/x86: intel-hid: fix volume buttons on Microsoft
    Surface Go 4 tablet (stable-fixes).
  - wifi: brcmfmac: keep power during suspend if board requires it
    (stable-fixes).
  - wifi: iwlwifi: mvm: use the right version of the rate API
    (stable-fixes).
  - wifi: iwlwifi: fw: allocate chained SG tables for dump
    (stable-fixes).
  - HID: i2c-hid: improve i2c_hid_get_report error message
    (stable-fixes).
  - ntb: Force physically contiguous allocation of rx ring buffers
    (git-fixes).
  - ntb_perf: Fix printk format (git-fixes).
  - commit a733ec5

++++ kernel-rt:

  - kABI workaround for powercap update (bsc#1241010).
  - commit 6da4ad4
  - drm/amd/display: Fix out-of-bound accesses (bsc#1240811 CVE-2025-21985)
  - commit f9ae89c
  - Revert "tcp: Fix bind() regression for v6-only wildcard and"
    This reverts commit 10a8fd3005bd56ac305a4a4e9bf53cfc50aad28f.
    This patch is part of a bigger series [0] and AFAIU can't be applied
    individually. Applying the entire series would result in kABI breakage.
    [0]
    https://lore.kernel.org/all/20231213082029.35149-1-kuniyu@amazon.com/
  - commit 9692530
  - Update
    patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_devic.patch
    (git-fixes CVE-2025-21936 bsc#1240716).
  - Update
    patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_remot.patch
    (git-fixes CVE-2025-21937 bsc#1240643).
  - Update
    patches.suse/Bluetooth-Fix-error-code-in-chan_alloc_skb_cb.patch
    (git-fixes CVE-2025-22007 bsc#1240829).
  - Update
    patches.suse/HID-appleir-Fix-potential-NULL-dereference-at-raw-ev.patch
    (git-fixes CVE-2025-21948 bsc#1240703).
  - Update
    patches.suse/HID-hid-steam-Fix-use-after-free-when-detaching-devi.patch
    (git-fixes CVE-2025-21923 bsc#1240691).
  - Update
    patches.suse/HID-ignore-non-functional-sensor-in-HP-5MP-Camera.patch
    (stable-fixes CVE-2025-21992 bsc#1240796).
  - Update
    patches.suse/HID-intel-ish-hid-Fix-use-after-free-issue-in-ishtp_.patch
    (git-fixes CVE-2025-21928 bsc#1240722).
  - Update
    patches.suse/KVM-arm64-Unconditionally-save-flush-host-FPSIMD-SVE-SME-state.patch
    (git-fixes CVE-2025-22013 bsc#1240938).
  - Update
    patches.suse/RDMA-hns-Fix-soft-lockup-during-bt-pages-loop.patch
    (git-fixes CVE-2025-22010 bsc#1240943).
  - Update
    patches.suse/accel-qaic-Fix-integer-overflow-in-qaic_validate_req.patch
    (git-fixes CVE-2025-22001 bsc#1240873).
  - Update
    patches.suse/bus-mhi-host-pci_generic-Use-pci_try_reset_function-.patch
    (git-fixes CVE-2025-21951 bsc#1240718).
  - Update
    patches.suse/can-ucan-fix-out-of-bound-read-in-strscpy-source.patch
    (git-fixes CVE-2025-22003 bsc#1240825).
  - Update
    patches.suse/cdx-Fix-possible-UAF-error-in-driver_override_show.patch
    (git-fixes CVE-2025-21915 bsc#1240594).
  - Update
    patches.suse/dm-flakey-Fix-memory-corruption-in-optional-corrupt_.patch
    (git-fixes CVE-2025-21966 bsc#1240779).
  - Update
    patches.suse/drivers-virt-acrn-hsm-Use-kzalloc-to-avoid-info-leak.patch
    (git-fixes CVE-2025-21950 bsc#1240719).
  - Update
    patches.suse/drm-amd-display-Assign-normalized_pix_clk-when-color.patch
    (stable-fixes CVE-2025-21956 bsc#1240739).
  - Update
    patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-374c9fa.patch
    (git-fixes CVE-2025-21941 bsc#1240701).
  - Update
    patches.suse/drm-amd-display-Fix-slab-use-after-free-on-hdcp_work.patch
    (git-fixes CVE-2025-21968 bsc#1240783).
  - Update
    patches.suse/drm-hyperv-Fix-address-space-leak-when-Hyper-V-DRM-d.patch
    (git-fixes CVE-2025-21978 bsc#1240806).
  - Update
    patches.suse/drm-radeon-fix-uninitialized-size-issue-in-radeon_vc.patch
    (git-fixes CVE-2025-21996 bsc#1240801).
  - Update
    patches.suse/drm-sched-Fix-fence-reference-count-leak.patch
    (git-fixes CVE-2025-21995 bsc#1240821).
  - Update
    patches.suse/gpio-aggregator-protect-driver-attr-handlers-against.patch
    (git-fixes CVE-2025-21943 bsc#1240647).
  - Update
    patches.suse/gpio-rcar-Use-raw_spinlock-to-protect-register-acces.patch
    (stable-fixes CVE-2025-21912 bsc#1240584).
  - Update
    patches.suse/msft-hv-3170-net-mana-cleanup-mana-struct-after-debugfs_remove.patch
    (git-fixes CVE-2025-21953 bsc#1240727).
  - Update
    patches.suse/net_sched-Prevent-creation-of-classes-with-TC_H_ROOT.patch
    (git-fixes CVE-2025-21971 bsc#1240799).
  - Update
    patches.suse/nvme-tcp-fix-potential-memory-corruption-in-nvme_tcp.patch
    (git-fixes CVE-2025-21927 bsc#1240714).
  - Update
    patches.suse/rapidio-add-check-for-rio_add_net-in-rio_scan_alloc_.patch
    (git-fixes CVE-2025-21935 bsc#1240700).
  - Update
    patches.suse/rapidio-fix-an-API-misues-when-rio_add_net-fails.patch
    (git-fixes CVE-2025-21934 bsc#1240708).
  - Update
    patches.suse/regulator-check-that-dummy-regulator-has-been-probed.patch
    (stable-fixes CVE-2025-22008 bsc#1240942).
  - Update
    patches.suse/regulator-dummy-force-synchronous-probing.patch
    (git-fixes CVE-2025-22009 bsc#1240940).
  - Update
    patches.suse/slimbus-messaging-Free-transaction-ID-in-delayed-int.patch
    (git-fixes CVE-2025-21914 bsc#1240595).
  - Update
    patches.suse/soc-qcom-pdr-Fix-the-potential-deadlock.patch
    (git-fixes CVE-2025-22014 bsc#1240937).
  - Update
    patches.suse/usb-atm-cxacru-fix-a-flaw-in-existing-endpoint-check.patch
    (git-fixes CVE-2025-21916 bsc#1240582).
  - Update
    patches.suse/usb-renesas_usbhs-Flush-the-notify_hotplug_work.patch
    (git-fixes CVE-2025-21917 bsc#1240596).
  - Update patches.suse/usb-typec-ucsi-Fix-NULL-pointer-access.patch
    (git-fixes CVE-2025-21918 bsc#1240592).
  - Update
    patches.suse/wifi-cfg80211-cancel-wiphy_work-before-freeing-wiphy.patch
    (git-fixes CVE-2025-21979 bsc#1240808).
  - Update
    patches.suse/wifi-cfg80211-regulatory-improve-invalid-hints-check.patch
    (git-fixes CVE-2025-21910 bsc#1240583).
  - Update
    patches.suse/wifi-iwlwifi-limit-printed-string-from-FW-file.patch
    (git-fixes CVE-2025-21905 bsc#1240575).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-try-to-talk-to-a-dead-firmwar.patch
    (git-fixes CVE-2025-21930 bsc#1240715).
  - Update
    patches.suse/wifi-nl80211-reject-cooked-mode-if-it-is-set-along-w.patch
    (git-fixes CVE-2025-21909 bsc#1240590).
  - commit a467018
  - affs: don't write overlarge OFS data block size fields
    (git-fixes).
  - commit 334bc15
  - affs: generate OFS sequence numbers starting at 1 (git-fixes).
  - commit f93c833
  - nfsd: put dl_stid if fail to queue dl_recall (git-fixes).
  - commit 4b6b673
  - security, lsm: Introduce security_mptcp_add_subflow()
    (bsc#1240375).
  - Refresh
    patches.suse/net-better-track-kernel-sockets-lifetime.patch.
  - commit bd8699b
  - selinux: Implement mptcp_add_subflow hook (bsc#1240375).
  - commit c784a67
  - powercap: intel_rapl_tpmi: Enable PMU support (bsc#1241010).
  - commit 2a705e9
  - powercap: intel_rapl: Introduce APIs for PMU support
    (bsc#1241010).
  - commit b0e2847
  - drm/amd: Keep display off while going into S4 (stable-fixes).
  - Refresh
    patches.suse/drm-amd-display-Restore-correct-backlight-brightness.patch.
  - commit e9996bf
  - drm/sti: remove duplicate object names (git-fixes).
  - drm/nouveau: prime: fix ttm_bo_delayed_delete oops (git-fixes).
  - drm/amd/pm/smu11: Prevent division by zero (git-fixes).
  - drm/amdgpu/dma_buf: fix page_link check (git-fixes).
  - drm/i915/huc: Fix fence not released on early probe errors
    (git-fixes).
  - gpio: tegra186: fix resource handling in ACPI probe path
    (git-fixes).
  - mtd: rawnand: Add status chack in r852_ready() (git-fixes).
  - mtd: inftlcore: Add error check for inftl_read_oob()
    (git-fixes).
  - ntb: use 64-bit arithmetic for the MSI doorbell mask
    (git-fixes).
  - ntb_hw_switchtec: Fix shift-out-of-bounds in
    switchtec_ntb_mw_set_trans (git-fixes).
  - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP
    (stable-fixes).
  - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (stable-fixes).
  - hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9}
    (stable-fixes).
  - wifi: mac80211: flush the station before moving it to
    UN-AUTHORIZED state (stable-fixes).
  - platform/x86/intel/vsec: Add Diamond Rapids support
    (stable-fixes).
  - platform/x86: intel-hid: fix volume buttons on Microsoft
    Surface Go 4 tablet (stable-fixes).
  - wifi: brcmfmac: keep power during suspend if board requires it
    (stable-fixes).
  - wifi: iwlwifi: mvm: use the right version of the rate API
    (stable-fixes).
  - wifi: iwlwifi: fw: allocate chained SG tables for dump
    (stable-fixes).
  - HID: i2c-hid: improve i2c_hid_get_report error message
    (stable-fixes).
  - ntb: Force physically contiguous allocation of rx ring buffers
    (git-fixes).
  - ntb_perf: Fix printk format (git-fixes).
  - commit a733ec5

++++ kernel-rt_debug:

  - kABI workaround for powercap update (bsc#1241010).
  - commit 6da4ad4
  - drm/amd/display: Fix out-of-bound accesses (bsc#1240811 CVE-2025-21985)
  - commit f9ae89c
  - Revert "tcp: Fix bind() regression for v6-only wildcard and"
    This reverts commit 10a8fd3005bd56ac305a4a4e9bf53cfc50aad28f.
    This patch is part of a bigger series [0] and AFAIU can't be applied
    individually. Applying the entire series would result in kABI breakage.
    [0]
    https://lore.kernel.org/all/20231213082029.35149-1-kuniyu@amazon.com/
  - commit 9692530
  - Update
    patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_devic.patch
    (git-fixes CVE-2025-21936 bsc#1240716).
  - Update
    patches.suse/Bluetooth-Add-check-for-mgmt_alloc_skb-in-mgmt_remot.patch
    (git-fixes CVE-2025-21937 bsc#1240643).
  - Update
    patches.suse/Bluetooth-Fix-error-code-in-chan_alloc_skb_cb.patch
    (git-fixes CVE-2025-22007 bsc#1240829).
  - Update
    patches.suse/HID-appleir-Fix-potential-NULL-dereference-at-raw-ev.patch
    (git-fixes CVE-2025-21948 bsc#1240703).
  - Update
    patches.suse/HID-hid-steam-Fix-use-after-free-when-detaching-devi.patch
    (git-fixes CVE-2025-21923 bsc#1240691).
  - Update
    patches.suse/HID-ignore-non-functional-sensor-in-HP-5MP-Camera.patch
    (stable-fixes CVE-2025-21992 bsc#1240796).
  - Update
    patches.suse/HID-intel-ish-hid-Fix-use-after-free-issue-in-ishtp_.patch
    (git-fixes CVE-2025-21928 bsc#1240722).
  - Update
    patches.suse/KVM-arm64-Unconditionally-save-flush-host-FPSIMD-SVE-SME-state.patch
    (git-fixes CVE-2025-22013 bsc#1240938).
  - Update
    patches.suse/RDMA-hns-Fix-soft-lockup-during-bt-pages-loop.patch
    (git-fixes CVE-2025-22010 bsc#1240943).
  - Update
    patches.suse/accel-qaic-Fix-integer-overflow-in-qaic_validate_req.patch
    (git-fixes CVE-2025-22001 bsc#1240873).
  - Update
    patches.suse/bus-mhi-host-pci_generic-Use-pci_try_reset_function-.patch
    (git-fixes CVE-2025-21951 bsc#1240718).
  - Update
    patches.suse/can-ucan-fix-out-of-bound-read-in-strscpy-source.patch
    (git-fixes CVE-2025-22003 bsc#1240825).
  - Update
    patches.suse/cdx-Fix-possible-UAF-error-in-driver_override_show.patch
    (git-fixes CVE-2025-21915 bsc#1240594).
  - Update
    patches.suse/dm-flakey-Fix-memory-corruption-in-optional-corrupt_.patch
    (git-fixes CVE-2025-21966 bsc#1240779).
  - Update
    patches.suse/drivers-virt-acrn-hsm-Use-kzalloc-to-avoid-info-leak.patch
    (git-fixes CVE-2025-21950 bsc#1240719).
  - Update
    patches.suse/drm-amd-display-Assign-normalized_pix_clk-when-color.patch
    (stable-fixes CVE-2025-21956 bsc#1240739).
  - Update
    patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-374c9fa.patch
    (git-fixes CVE-2025-21941 bsc#1240701).
  - Update
    patches.suse/drm-amd-display-Fix-slab-use-after-free-on-hdcp_work.patch
    (git-fixes CVE-2025-21968 bsc#1240783).
  - Update
    patches.suse/drm-hyperv-Fix-address-space-leak-when-Hyper-V-DRM-d.patch
    (git-fixes CVE-2025-21978 bsc#1240806).
  - Update
    patches.suse/drm-radeon-fix-uninitialized-size-issue-in-radeon_vc.patch
    (git-fixes CVE-2025-21996 bsc#1240801).
  - Update
    patches.suse/drm-sched-Fix-fence-reference-count-leak.patch
    (git-fixes CVE-2025-21995 bsc#1240821).
  - Update
    patches.suse/gpio-aggregator-protect-driver-attr-handlers-against.patch
    (git-fixes CVE-2025-21943 bsc#1240647).
  - Update
    patches.suse/gpio-rcar-Use-raw_spinlock-to-protect-register-acces.patch
    (stable-fixes CVE-2025-21912 bsc#1240584).
  - Update
    patches.suse/msft-hv-3170-net-mana-cleanup-mana-struct-after-debugfs_remove.patch
    (git-fixes CVE-2025-21953 bsc#1240727).
  - Update
    patches.suse/net_sched-Prevent-creation-of-classes-with-TC_H_ROOT.patch
    (git-fixes CVE-2025-21971 bsc#1240799).
  - Update
    patches.suse/nvme-tcp-fix-potential-memory-corruption-in-nvme_tcp.patch
    (git-fixes CVE-2025-21927 bsc#1240714).
  - Update
    patches.suse/rapidio-add-check-for-rio_add_net-in-rio_scan_alloc_.patch
    (git-fixes CVE-2025-21935 bsc#1240700).
  - Update
    patches.suse/rapidio-fix-an-API-misues-when-rio_add_net-fails.patch
    (git-fixes CVE-2025-21934 bsc#1240708).
  - Update
    patches.suse/regulator-check-that-dummy-regulator-has-been-probed.patch
    (stable-fixes CVE-2025-22008 bsc#1240942).
  - Update
    patches.suse/regulator-dummy-force-synchronous-probing.patch
    (git-fixes CVE-2025-22009 bsc#1240940).
  - Update
    patches.suse/slimbus-messaging-Free-transaction-ID-in-delayed-int.patch
    (git-fixes CVE-2025-21914 bsc#1240595).
  - Update
    patches.suse/soc-qcom-pdr-Fix-the-potential-deadlock.patch
    (git-fixes CVE-2025-22014 bsc#1240937).
  - Update
    patches.suse/usb-atm-cxacru-fix-a-flaw-in-existing-endpoint-check.patch
    (git-fixes CVE-2025-21916 bsc#1240582).
  - Update
    patches.suse/usb-renesas_usbhs-Flush-the-notify_hotplug_work.patch
    (git-fixes CVE-2025-21917 bsc#1240596).
  - Update patches.suse/usb-typec-ucsi-Fix-NULL-pointer-access.patch
    (git-fixes CVE-2025-21918 bsc#1240592).
  - Update
    patches.suse/wifi-cfg80211-cancel-wiphy_work-before-freeing-wiphy.patch
    (git-fixes CVE-2025-21979 bsc#1240808).
  - Update
    patches.suse/wifi-cfg80211-regulatory-improve-invalid-hints-check.patch
    (git-fixes CVE-2025-21910 bsc#1240583).
  - Update
    patches.suse/wifi-iwlwifi-limit-printed-string-from-FW-file.patch
    (git-fixes CVE-2025-21905 bsc#1240575).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-try-to-talk-to-a-dead-firmwar.patch
    (git-fixes CVE-2025-21930 bsc#1240715).
  - Update
    patches.suse/wifi-nl80211-reject-cooked-mode-if-it-is-set-along-w.patch
    (git-fixes CVE-2025-21909 bsc#1240590).
  - commit a467018
  - affs: don't write overlarge OFS data block size fields
    (git-fixes).
  - commit 334bc15
  - affs: generate OFS sequence numbers starting at 1 (git-fixes).
  - commit f93c833
  - nfsd: put dl_stid if fail to queue dl_recall (git-fixes).
  - commit 4b6b673
  - security, lsm: Introduce security_mptcp_add_subflow()
    (bsc#1240375).
  - Refresh
    patches.suse/net-better-track-kernel-sockets-lifetime.patch.
  - commit bd8699b
  - selinux: Implement mptcp_add_subflow hook (bsc#1240375).
  - commit c784a67
  - powercap: intel_rapl_tpmi: Enable PMU support (bsc#1241010).
  - commit 2a705e9
  - powercap: intel_rapl: Introduce APIs for PMU support
    (bsc#1241010).
  - commit b0e2847
  - drm/amd: Keep display off while going into S4 (stable-fixes).
  - Refresh
    patches.suse/drm-amd-display-Restore-correct-backlight-brightness.patch.
  - commit e9996bf
  - drm/sti: remove duplicate object names (git-fixes).
  - drm/nouveau: prime: fix ttm_bo_delayed_delete oops (git-fixes).
  - drm/amd/pm/smu11: Prevent division by zero (git-fixes).
  - drm/amdgpu/dma_buf: fix page_link check (git-fixes).
  - drm/i915/huc: Fix fence not released on early probe errors
    (git-fixes).
  - gpio: tegra186: fix resource handling in ACPI probe path
    (git-fixes).
  - mtd: rawnand: Add status chack in r852_ready() (git-fixes).
  - mtd: inftlcore: Add error check for inftl_read_oob()
    (git-fixes).
  - ntb: use 64-bit arithmetic for the MSI doorbell mask
    (git-fixes).
  - ntb_hw_switchtec: Fix shift-out-of-bounds in
    switchtec_ntb_mw_set_trans (git-fixes).
  - ACPI: resource: Skip IRQ override on ASUS Vivobook 14 X1404VAP
    (stable-fixes).
  - mmc: sdhci-pxav3: set NEED_RSP_BUSY capability (stable-fixes).
  - hwmon: (nct6775-core) Fix out of bounds access for NCT679{8,9}
    (stable-fixes).
  - wifi: mac80211: flush the station before moving it to
    UN-AUTHORIZED state (stable-fixes).
  - platform/x86/intel/vsec: Add Diamond Rapids support
    (stable-fixes).
  - platform/x86: intel-hid: fix volume buttons on Microsoft
    Surface Go 4 tablet (stable-fixes).
  - wifi: brcmfmac: keep power during suspend if board requires it
    (stable-fixes).
  - wifi: iwlwifi: mvm: use the right version of the rate API
    (stable-fixes).
  - wifi: iwlwifi: fw: allocate chained SG tables for dump
    (stable-fixes).
  - HID: i2c-hid: improve i2c_hid_get_report error message
    (stable-fixes).
  - ntb: Force physically contiguous allocation of rx ring buffers
    (git-fixes).
  - ntb_perf: Fix printk format (git-fixes).
  - commit a733ec5

++++ perl:

  - fix heap buffer overflow with tr// [bsc#1241083] [CVE-2024-56406]
    new patch: perl-pmtrans.diff

------------------------------------------------------------------
------------------  2025-4-10  -  Apr 10 2025  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20250410.71df276:
    * Modern s390x uses TERM=linux for ttysclp<X>

++++ cups:

  - Version upgrade to 2.4.12:
    See https://github.com/openprinting/cups/releases
    The last planned release of CUPS 2.4.x series
    (the next will be 2.5.x series) contains several enhancements
    among set of bug fixes, such following cryptographic policies
    when using GnuTLS crypto provider and possibility to opt-out
    from this behavior, logging job debugging history if print
    queue backends fails, or raising alerts for certificate issues
    in IPPS backend.
    Detailed list (from CHANGES.md):
    * GnuTLS follows system crypto policies now (Issue #1105)
    * Added `NoSystem` SSLOptions value (Issue #1130)
    * Now we raise alert for certificate issues (Issue #1194)
    * Added Kyocera USB quirk (Issue #1198)
    * The scheduler now logs a job's debugging history
    if the backend fails (Issue #1205)
    * Fixed a potential timing issue with `cupsEnumDests`
    (Issue #1084)
    * Fixed a potential "lost PPD" condition in the scheduler
    (Issue #1109)
    * Fixed a compressed file error handling bug (Issue #1070)
    * Fixed a bug in the make-and-model whitespace trimming
    code (Issue #1096)
    * Fixed a removal of IPP Everywhere permanent queue
    if installation failed (Issue #1102)
    * Fixed `ServerToken None` in scheduler (Issue #1111)
    * Fixed invalid IPP keyword values created from PPD
    option names (Issue #1118)
    * Fixed handling of "media" and "PageSize" in the same
    print request (Issue #1125)
    * Fixed client raster printing from macOS (Issue #1143)
    * Fixed the default User-Agent string.
    * Fixed a recursion issue in `ippReadIO`.
    * Fixed handling incorrect radix in `scan_ps()` (Issue #1188)
    * Fixed validation of dateTime values with time zones
    more than UTC+11 (Issue #1201)
    * Fixed attributes returned by the Create-Xxx-Subscriptions
    requests (Issue #1204)
    * Fixed `ippDateToTime` when using a non GMT/UTC timezone
    (Issue #1208)
    * Fixed `job-completed` event notifications for jobs that are
    cancelled before started (Issue #1209)
    * Fixed DNS-SD discovery with `ippfind` (Issue #1211)
    Issues are those at https://github.com/OpenPrinting/cups/issues
  - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.12

++++ docker:

  - Update to docker-buildx v0.22.0. Upstream changelog:
    <https://github.com/docker/buildx/releases/tag/v0.22.0>
    * Includes fixes for CVE-2025-0495. bsc#1239765
  - Disable transparent SUSEConnect support for SLE-16. PED-12534
    When this patchset was first added in 2013 (and rewritten over the years),
    there was no upstream way to easily provide SLE customers with a way to build
    container images based on SLE using the host subscription. However, with
    docker-buildx you can now define secrets for builds (this is not entirely
    transparent, but we can easily document this new requirement for SLE-16).
    Users should use
    RUN --mount=type=secret,id=SCCcredentials zypper -n ...
    in their Dockerfiles, and
    docker buildx build --secret id=SCCcredentials,src=/etc/zypp/credentials.d/SCCcredentials,type=file .
    when doing their builds.
  - Now that the only blocker for docker-buildx support was removed for SLE-16,
    enable docker-buildx for SLE-16 as well. PED-8905

++++ python-kiwi:

  - Fix Agama PXE build
    A bootloader setup is needed to create config.bootoptions
    Even though a ramdisk deployment does not require a bootloader
    setup we need it because part of the setup is the root device
    reference which is still needed to pivot root into the
    system
  - Fix firmware setting for Agama PXE image
  - Added obs BUILD_FLAVOR for agama
    Required for multibuild (multiple profiles) build
  - Update Agama integration test
    Split the build into two profiles ISO and PXE to differentiate
    the build results into a small Agama for remote installations
    and a standard Agama for iso based installations

++++ kernel-default:

  - netfilter: br_netfilter: skip conntrack input hook for promisc
    packets (CVE-2024-27415 bsc#1224757).
  - commit 01cefc0
  - kabi: restore layout of struct nf_ct_hook after backport of
    commit 62e7151ae3eb (CVE-2024-27415 bsc#1224757).
  - netfilter: bridge: confirm multicast packets before passing
    them up the stack (CVE-2024-27415 bsc#1224757).
  - commit 69425e5

++++ kernel-rt:

  - netfilter: br_netfilter: skip conntrack input hook for promisc
    packets (CVE-2024-27415 bsc#1224757).
  - commit 01cefc0
  - kabi: restore layout of struct nf_ct_hook after backport of
    commit 62e7151ae3eb (CVE-2024-27415 bsc#1224757).
  - netfilter: bridge: confirm multicast packets before passing
    them up the stack (CVE-2024-27415 bsc#1224757).
  - commit 69425e5

++++ kernel-rt_debug:

  - netfilter: br_netfilter: skip conntrack input hook for promisc
    packets (CVE-2024-27415 bsc#1224757).
  - commit 01cefc0
  - kabi: restore layout of struct nf_ct_hook after backport of
    commit 62e7151ae3eb (CVE-2024-27415 bsc#1224757).
  - netfilter: bridge: confirm multicast packets before passing
    them up the stack (CVE-2024-27415 bsc#1224757).
  - commit 69425e5

++++ runc:

  - Update to runc v1.2.6. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.6>.

------------------------------------------------------------------
------------------  2025-4-9  -  Apr 9 2025  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.27. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.27>
    bsc#1239749 CVE-2024-40635
  - Rebase patches:
    * 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

++++ curl:

  - Update to 8.13.0:
    * Changes:
  - curl: add write-out variable 'tls_earlydata'
  - curl: make --url support a file with URLs
  - gnutls: set priority via --ciphers
  - IMAP: add CURLOPT_UPLOAD_FLAGS and --upload-flags
  - lib: add CURLFOLLOW_OBEYCODE and CURLFOLLOW_FIRSTONLY
  - OpenSSL/quictls: add support for TLSv1.3 early data
  - rustls: add support for CERTINFO
  - rustls: add support for SSLKEYLOGFILE
  - rustls: support ECH w/ DoH lookup for config
  - rustls: support native platform verifier
  - var: add a '64dec' function that can base64 decode a string
    * Bugfixes:
  - conn: fix connection reuse when SSL is optional
  - hash: use single linked list for entries
  - http2: detect session being closed on ingress handling
  - http2: reset stream on response header error
  - http: remove a HTTP method size restriction
  - http: version negotiation
  - httpsrr: fix port detection
  - libssh: fix freeing of resources in disconnect
  - libssh: fix scp large file upload for 32-bit size_t systems
  - openssl-quic: do not iterate over multi handles
  - openssl: check return value of X509_get0_pubkey
  - openssl: drop support for old OpenSSL/LibreSSL versions
  - openssl: fix crash on missing cert password
  - openssl: fix pkcs11 URI checking for key files.
  - openssl: remove bad `goto`s into other scope
  - setopt: illegal CURLOPT_SOCKS5_AUTH should return error
  - setopt: setting PROXYUSERPWD after PROXYUSERNAME/PASSWORD is fine
  - sshserver.pl: adjust `AuthorizedKeysFile2` cutoff version
  - sshserver: fix excluding obsolete client config lines
  - SSLCERTS: list support for SSL_CERT_FILE and SSL_CERT_DIR
  - tftpd: prefix TFTP protocol error `E*` constants with `TFTP_`
  - tool_operate: fail SSH transfers without server auth
  - url: call protocol handler's disconnect in Curl_conn_free
  - urlapi: remove percent encoded dot sequences from the URL path
  - urldata: remove 'hostname' from struct Curl_async
    * Rebase patches:
  - libcurl-ocloexec.patch
  - curl-secure-getenv.patch

++++ python-kiwi:

  - Prevent loading unused data in oem deployment
    In case rd.kiwi.ramdisk is used as part of a remote deployment
    setup, it's not needed to load the system kernel and initrd
    because it's not used as kexec is not called with the system
    deployed into memory. For ramdisk deployments the system is
    booted using the currently active kernel and initrd and as
    such we can avoid loading an extra kernel and initrd for
    booting the system via kexec.
  - Update Agama integration test
    Make use of <oem-ramdisk-size> in the Agama integration test
  - Added <oem-ramdisk-size> element
    So far it was only possible to specify the size of the ramdisk
    via the kernel commandline option: ramdisk_size. In a remote
    deployment it was therefore required to carry this size as a
    mandatory information to the deployment server. With this commit
    we allow to specify the size for the ramdisk to be configured as
    part of the image configuration which makes this information
    also available inside of the initrd. If provided the ramdisk_size
    kernel commandline option still takes precedence over the
    <oem-ramdisk-size> setting to avoid any behavior change and to
    still allow dynamic overrides of the ramdisk size.

++++ kernel-default:

  - netfilter: xtables: fix typo causing some targets not to load
    on IPv6 (CVE-2024-50038 bsc#1231910).
  - netfilter: xtables: avoid NFPROTO_UNSPEC where needed
    (CVE-2024-50038 bsc#1231910).
  - commit 9ec5161
  - net: mctp: unshare packets when reassembling (CVE-2025-21972
    bsc#1240813).
  - commit 5878b19
  - Reapply "Merge remote-tracking branch 'origin/users/sjaeckel/SLE15-SP6/for-next' into SLE15-SP6"
    This reverts commit 9b78ca60e10c64a737b9db2b85fdd944daac6ae6.
  - commit 157dbaf
  - net/tcp: refactor tcp_inet6_sk() (git-fixes).
  - commit 459f538
  - ntb_perf: Delete duplicate dmaengine_unmap_put() call in
    perf_copy_chunk() (git-fixes).
  - commit eeb7f74
  - ntb: intel: Fix using link status DB's (git-fixes).
  - commit a988a90
  - s390/cio: Fix CHPID "configure" attribute caching (git-fixes
    bsc#1240979).
  - commit a947a32
  - s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs (git-fixes
    bsc#1240978).
  - commit 610fa90
  - wifi: ath11k: fix memory leak in ath11k_xxx_remove()
    (git-fixes).
  - Refresh
    patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch.
  - Refresh
    patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch.
  - commit 5ef71a9
  - Update upstream status for ath11k patches
  - commit 42fd2e8
  - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE
    We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit:
    e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE
  - commit 7b55ff2
  - perf tools: annotate asm_pure_loop.S (bsc#1239906).
  - commit a3afe13

++++ kernel-rt:

  - netfilter: xtables: fix typo causing some targets not to load
    on IPv6 (CVE-2024-50038 bsc#1231910).
  - netfilter: xtables: avoid NFPROTO_UNSPEC where needed
    (CVE-2024-50038 bsc#1231910).
  - commit 9ec5161
  - net: mctp: unshare packets when reassembling (CVE-2025-21972
    bsc#1240813).
  - commit 5878b19
  - Reapply "Merge remote-tracking branch 'origin/users/sjaeckel/SLE15-SP6/for-next' into SLE15-SP6"
    This reverts commit 9b78ca60e10c64a737b9db2b85fdd944daac6ae6.
  - commit 157dbaf
  - net/tcp: refactor tcp_inet6_sk() (git-fixes).
  - commit 459f538
  - ntb_perf: Delete duplicate dmaengine_unmap_put() call in
    perf_copy_chunk() (git-fixes).
  - commit eeb7f74
  - ntb: intel: Fix using link status DB's (git-fixes).
  - commit a988a90
  - s390/cio: Fix CHPID "configure" attribute caching (git-fixes
    bsc#1240979).
  - commit a947a32
  - s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs (git-fixes
    bsc#1240978).
  - commit 610fa90
  - wifi: ath11k: fix memory leak in ath11k_xxx_remove()
    (git-fixes).
  - Refresh
    patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch.
  - Refresh
    patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch.
  - commit 5ef71a9
  - Update upstream status for ath11k patches
  - commit 42fd2e8
  - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE
    We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit:
    e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE
  - commit 7b55ff2
  - perf tools: annotate asm_pure_loop.S (bsc#1239906).
  - commit a3afe13

++++ kernel-rt_debug:

  - netfilter: xtables: fix typo causing some targets not to load
    on IPv6 (CVE-2024-50038 bsc#1231910).
  - netfilter: xtables: avoid NFPROTO_UNSPEC where needed
    (CVE-2024-50038 bsc#1231910).
  - commit 9ec5161
  - net: mctp: unshare packets when reassembling (CVE-2025-21972
    bsc#1240813).
  - commit 5878b19
  - Reapply "Merge remote-tracking branch 'origin/users/sjaeckel/SLE15-SP6/for-next' into SLE15-SP6"
    This reverts commit 9b78ca60e10c64a737b9db2b85fdd944daac6ae6.
  - commit 157dbaf
  - net/tcp: refactor tcp_inet6_sk() (git-fixes).
  - commit 459f538
  - ntb_perf: Delete duplicate dmaengine_unmap_put() call in
    perf_copy_chunk() (git-fixes).
  - commit eeb7f74
  - ntb: intel: Fix using link status DB's (git-fixes).
  - commit a988a90
  - s390/cio: Fix CHPID "configure" attribute caching (git-fixes
    bsc#1240979).
  - commit a947a32
  - s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs (git-fixes
    bsc#1240978).
  - commit 610fa90
  - wifi: ath11k: fix memory leak in ath11k_xxx_remove()
    (git-fixes).
  - Refresh
    patches.suse/wifi-ath11k-choose-default-PM-policy-for-hibernation.patch.
  - Refresh
    patches.suse/wifi-ath11k-support-non-WoWLAN-mode-suspend-as-well.patch.
  - commit 5ef71a9
  - Update upstream status for ath11k patches
  - commit 42fd2e8
  - rpm/check-for-config-changes: add LD_CAN_ to IGNORED_CONFIGS_RE
    We now have LD_CAN_USE_KEEP_IN_OVERLAY since commit:
    e7607f7d6d81 ARM: 9443/1: Require linker to support KEEP within OVERLAY for DCE
  - commit 7b55ff2
  - perf tools: annotate asm_pure_loop.S (bsc#1239906).
  - commit a3afe13

------------------------------------------------------------------
------------------  2025-4-8  -  Apr 8 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - reinstall bootstrap packs in image phase for apt
    Due to the special bootstrap process, the packages unpacked
    during bootstrap are not properly listed in the apt index.
    Therefore the bootstrap packages are added to the install
    phase which causes an install of this packages again to
    fix the apt index and provide a consistent system from
    an apt perspective. This Fixes #2768

++++ glib2:

  - Add glib2-CVE-2025-3360.patch:
    Backport 8d60d7dc from upstream, Fix integer overflow when
    parsing very long ISO8601 inputs. This will only happen with
    invalid (or maliciously invalid) potential ISO8601 strings,
    but `g_date_time_new_from_iso8601()` needs to be robust against
    that.
    (CVE-2025-3360, bsc#1240897)

++++ kernel-default:

  - perf/core: Order the PMU list to fix warning about unordered
    pmu_ctx_list (bsc#1240585 CVE-2025-21895).
  - commit c393384
  - io_uring/kbuf: reallocate buf lists on upgrade (CVE-2025-21836
    bsc#1239066).
  - commit 1c3b3b4
  - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038).
    OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow
    a package to inform the order of installation of other package without
    hard requiring that package. This means our kernel-binary packages no
    longer need to hard require perl-Bootloader or dracut, resolving the
    long-commented issue there. This is also needed for udev & systemd-boot
    to ensure those packages are installed before being called by dracut
    (boo#1228659)
  - commit 634be2c
  - usb: dwc3: Set SUSPENDENABLE soon after phy init (git-fixes).
  - commit 88d79df
  - bpf: avoid holding freeze_mutex during mmap operation
    (git-fixes).
  - bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
    (git-fixes).
  - selftests/bpf: Add test for narrow ctx load for pointer args
    (git-fixes).
  - bpf: Check size for BTF-based ctx access of pointer members
    (git-fixes).
  - bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
    (git-fixes).
  - bpf: fix potential error return (git-fixes).
  - commit 59fa8cd
  - tty: serial: 8250: Add Brainboxes XC devices (stable-fixes).
  - tty: serial: 8250: Add some more device IDs (stable-fixes).
  - net: usb: qmi_wwan: add Telit Cinterion FE990B composition
    (stable-fixes).
  - net: usb: qmi_wwan: add Telit Cinterion FN990B composition
    (stable-fixes).
  - HID: hid-plantronics: Add mic mute mapping and generalize quirks
    (stable-fixes).
  - drm/dp_mst: Add a helper to queue a topology probe
    (stable-fixes).
  - drm/dp_mst: Factor out function to queue a topology probe work
    (stable-fixes).
  - commit dcc0903

++++ kernel-rt:

  - perf/core: Order the PMU list to fix warning about unordered
    pmu_ctx_list (bsc#1240585 CVE-2025-21895).
  - commit c393384
  - io_uring/kbuf: reallocate buf lists on upgrade (CVE-2025-21836
    bsc#1239066).
  - commit 1c3b3b4
  - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038).
    OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow
    a package to inform the order of installation of other package without
    hard requiring that package. This means our kernel-binary packages no
    longer need to hard require perl-Bootloader or dracut, resolving the
    long-commented issue there. This is also needed for udev & systemd-boot
    to ensure those packages are installed before being called by dracut
    (boo#1228659)
  - commit 634be2c
  - usb: dwc3: Set SUSPENDENABLE soon after phy init (git-fixes).
  - commit 88d79df
  - bpf: avoid holding freeze_mutex during mmap operation
    (git-fixes).
  - bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
    (git-fixes).
  - selftests/bpf: Add test for narrow ctx load for pointer args
    (git-fixes).
  - bpf: Check size for BTF-based ctx access of pointer members
    (git-fixes).
  - bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
    (git-fixes).
  - bpf: fix potential error return (git-fixes).
  - commit 59fa8cd
  - tty: serial: 8250: Add Brainboxes XC devices (stable-fixes).
  - tty: serial: 8250: Add some more device IDs (stable-fixes).
  - net: usb: qmi_wwan: add Telit Cinterion FE990B composition
    (stable-fixes).
  - net: usb: qmi_wwan: add Telit Cinterion FN990B composition
    (stable-fixes).
  - HID: hid-plantronics: Add mic mute mapping and generalize quirks
    (stable-fixes).
  - drm/dp_mst: Add a helper to queue a topology probe
    (stable-fixes).
  - drm/dp_mst: Factor out function to queue a topology probe work
    (stable-fixes).
  - commit dcc0903

++++ kernel-rt_debug:

  - perf/core: Order the PMU list to fix warning about unordered
    pmu_ctx_list (bsc#1240585 CVE-2025-21895).
  - commit c393384
  - io_uring/kbuf: reallocate buf lists on upgrade (CVE-2025-21836
    bsc#1239066).
  - commit 1c3b3b4
  - rpm/kernel-binary.spec.in: Use OrderWithRequires (boo#1228659 boo#1241038).
    OrderWithRequires was introduced in rpm 4.9 (ie. SLE12+) to allow
    a package to inform the order of installation of other package without
    hard requiring that package. This means our kernel-binary packages no
    longer need to hard require perl-Bootloader or dracut, resolving the
    long-commented issue there. This is also needed for udev & systemd-boot
    to ensure those packages are installed before being called by dracut
    (boo#1228659)
  - commit 634be2c
  - usb: dwc3: Set SUSPENDENABLE soon after phy init (git-fixes).
  - commit 88d79df
  - bpf: avoid holding freeze_mutex during mmap operation
    (git-fixes).
  - bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
    (git-fixes).
  - selftests/bpf: Add test for narrow ctx load for pointer args
    (git-fixes).
  - bpf: Check size for BTF-based ctx access of pointer members
    (git-fixes).
  - bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()
    (git-fixes).
  - bpf: fix potential error return (git-fixes).
  - commit 59fa8cd
  - tty: serial: 8250: Add Brainboxes XC devices (stable-fixes).
  - tty: serial: 8250: Add some more device IDs (stable-fixes).
  - net: usb: qmi_wwan: add Telit Cinterion FE990B composition
    (stable-fixes).
  - net: usb: qmi_wwan: add Telit Cinterion FN990B composition
    (stable-fixes).
  - HID: hid-plantronics: Add mic mute mapping and generalize quirks
    (stable-fixes).
  - drm/dp_mst: Add a helper to queue a topology probe
    (stable-fixes).
  - drm/dp_mst: Factor out function to queue a topology probe work
    (stable-fixes).
  - commit dcc0903

++++ gcc14:

  - Make sure link editing is done against our own shared library
    copy rather than the installed system runtime.  [bsc#1240788]
  - Add gcc14-pr119680.patch to fix cross-compiler builds with
  - -enable-host-pie.

++++ unbound:

  - Update to 1.22.0:
    Security Fixes:
    * Fix CVE-2024-8508, unbounded name compression could lead to
    denial of service.
    [CVE-2024-8508, bsc#1231284]
    Features:
    * Add iter-scrub-ns, iter-scrub-cname and max-global-quota
    configuration options.
    * Merge patch to fix for glue that is outside of zone, with
    `harden-unverified-glue`, from Karthik Umashankar (Microsoft).
    Enabling this option protects the Unbound resolver against bad
    glue, that is unverified out of zone glue, by resolving them.
    It uses the records as last resort if there is no other working
    glue.
    * Add redis-command-timeout: 20 and redis-connect-timeout: 200,
    that can set the timeout separately for commands and the
    connection set up to the redis server. If they are not
    specified, the redis-timeout value is used.
    * Log timestamps in ISO8601 format with timezone. This adds the
    option `log-time-iso: yes` that logs in ISO8601 format.
    * DNS over QUIC. This adds `quic-port: 853` and `quic-size: 8m`
    that enable dnsoverquic, and the counters `num.query.quic` and
    `mem.quic` in the statistics output. The feature needs to be
    enabled by compiling with libngtcp2, with
    `--with-libngtcp2=path` and libngtcp2 needs openssl+quic, pass
    that with `--with-ssl=path` to compile unbound as well.
    Bug Fixes:
    * unbound-control-setup hangs while testing for openssl presence
    starting from version 1.21.0.
    * Fix error: "memory exhausted" when defining more than 9994
    local-zones.
    * Fix documentation for cache_fill_missing function.
    * Fix Loads of logs: "validation failure: key for validation
    <domain>. is marked as invalid because of a previous" for
    non-DNSSEC signed zone.
    * Fix that when rpz is applied the message does not get picked up
    by the validator. That stops validation failures for the
    message.
    * Fix that stub-zone and forward-zone clauses do not exhaust
    memory for long content.
    * Fix to print port number in logs for auth zone transfer
    activities.
    * b.root renumbering.
    * Add new IANA trust anchor.
    * Fix config file read for dnstap-sample-rate.
    * Fix alloc-size and calloc-transposed-args compiler warnings.
    * Fix to limit NSEC and NSEC3 TTL when aggressive nsec is enabled
    (RFC9077).
    * Fix dns64 with prefetch that the prefetch is stored in cache.
    * Attempt to further fix doh_downstream_buffer_size.tdir
    flakiness.
    * More clear text for prefetch and minimal-responses in the
    unbound.conf man page.
    * Fix cache update when serve expired is used. Expired records
    are favored over resolution and validation failures when
    serve-expired is used.
    * Fix negative cache NSEC3 parameter compares for zero length
    NSEC3 salt.
    * Fix unbound-control-setup hangs sometimes depending on the
    openssl version.
    * Fix Cannot override tcp-upstream and tls-upstream with
    forward-tcp-upstream and forward-tls-upstream.
    * Fix to limit NSEC TTL for messages from cachedb. Fix to limit
    the prefetch ttl for messages after a CNAME with short TTL.
    * Fix to disable detection of quic configured ports when quic is
    not compiled in.
    * Fix harden-unverified-glue for AAAA cache_fill_missing lookups.
    * Fix contrib/aaaa-filter-iterator.patch for change in call
    signature for cache_fill_missing.
    * Fix to display warning if quic-port is set but dnsoverquic is
    not enabled when compiled.
    * Fix dnsoverquic to extend the number of streams when one is
    closed.
    * Fix for dnstap with dnscrypt and dnstap without dnsoverquic.
    * Fix for dnsoverquic and dnstap to use the correct dnstap
    environment.

------------------------------------------------------------------
------------------  2025-4-7  -  Apr 7 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed restore of keyfile after reencryption
    When kiwi runs the reencryption it also restores an eventual
    existing keyfile. However if the option rd.kiwi.oem.luks.reencrypt_randompass
    is specified no former keyfile should be restored. The purpose
    of reencrypt_randompass is to make sure only this in memory
    passphrase can access the luks pool such that tooling at boot
    time gets the opportunity to work with the luks pool for e.g.
    setting up a TPM key or set a passphrase only known to the user.

++++ kernel-default:

  - scsi: qla1280: Fix kernel oops when debug level > 2 (CVE-2025-21957 bsc#1240742)
  - commit bd3922a
  - io_uring: prevent opcode speculation (CVE-2025-21863
    bsc#1239475).
  - commit cf2b4a4
  - wifi: rtw89: fix race between cancel_hw_scan and hw_scan completion (CVE-2025-21729 bsc#1237874)
  - commit dfb7d10
  - OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized (CVE-2024-58068 bsc#1238961)
  - commit b424f57
  - net: let net.core.dev_weight always be non-zero (CVE-2025-21806 bsc#1238746)
  - commit c6ce075
  - Refresh patches.suse/Bluetooth-L2CAP-Fix-corrupted-list-in-hci_chan_del.patch
    Drop redundant mutex lock that was forgotten
  - commit 8253168
  - net/mlx5: Bridge, fix the crash caused by LAG state check
    (CVE-2025-21970 bsc#1240819).
  - eth: bnxt: do not update checksum in bnxt_xdp_build_skb()
    (CVE-2025-21960 bsc#1240815).
  - eth: bnxt: fix truesize for mb-xdp-pass case (CVE-2025-21961
    bsc#1240816).
  - net/mlx5: handle errors in mlx5_chains_create_table()
    (CVE-2025-21975 bsc#1240812).
  - commit 5bfb0f9
  - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less
    NUMA nodes (CVE-2025-21991 bsc#1240795).
  - x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()
    (CVE-2025-21913 bsc#1240591).
  - commit 718ae0d
  - NFS: fix nfs_release_folio() to not deadlock via kcompactd
    writeback (CVE-2025-21908 bsc#1240600).
  - commit a2db92f

++++ kernel-rt:

  - scsi: qla1280: Fix kernel oops when debug level > 2 (CVE-2025-21957 bsc#1240742)
  - commit bd3922a
  - io_uring: prevent opcode speculation (CVE-2025-21863
    bsc#1239475).
  - commit cf2b4a4
  - wifi: rtw89: fix race between cancel_hw_scan and hw_scan completion (CVE-2025-21729 bsc#1237874)
  - commit dfb7d10
  - OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized (CVE-2024-58068 bsc#1238961)
  - commit b424f57
  - net: let net.core.dev_weight always be non-zero (CVE-2025-21806 bsc#1238746)
  - commit c6ce075
  - Refresh patches.suse/Bluetooth-L2CAP-Fix-corrupted-list-in-hci_chan_del.patch
    Drop redundant mutex lock that was forgotten
  - commit 8253168
  - net/mlx5: Bridge, fix the crash caused by LAG state check
    (CVE-2025-21970 bsc#1240819).
  - eth: bnxt: do not update checksum in bnxt_xdp_build_skb()
    (CVE-2025-21960 bsc#1240815).
  - eth: bnxt: fix truesize for mb-xdp-pass case (CVE-2025-21961
    bsc#1240816).
  - net/mlx5: handle errors in mlx5_chains_create_table()
    (CVE-2025-21975 bsc#1240812).
  - commit 5bfb0f9
  - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less
    NUMA nodes (CVE-2025-21991 bsc#1240795).
  - x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()
    (CVE-2025-21913 bsc#1240591).
  - commit 718ae0d
  - NFS: fix nfs_release_folio() to not deadlock via kcompactd
    writeback (CVE-2025-21908 bsc#1240600).
  - commit a2db92f

++++ kernel-rt_debug:

  - scsi: qla1280: Fix kernel oops when debug level > 2 (CVE-2025-21957 bsc#1240742)
  - commit bd3922a
  - io_uring: prevent opcode speculation (CVE-2025-21863
    bsc#1239475).
  - commit cf2b4a4
  - wifi: rtw89: fix race between cancel_hw_scan and hw_scan completion (CVE-2025-21729 bsc#1237874)
  - commit dfb7d10
  - OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized (CVE-2024-58068 bsc#1238961)
  - commit b424f57
  - net: let net.core.dev_weight always be non-zero (CVE-2025-21806 bsc#1238746)
  - commit c6ce075
  - Refresh patches.suse/Bluetooth-L2CAP-Fix-corrupted-list-in-hci_chan_del.patch
    Drop redundant mutex lock that was forgotten
  - commit 8253168
  - net/mlx5: Bridge, fix the crash caused by LAG state check
    (CVE-2025-21970 bsc#1240819).
  - eth: bnxt: do not update checksum in bnxt_xdp_build_skb()
    (CVE-2025-21960 bsc#1240815).
  - eth: bnxt: fix truesize for mb-xdp-pass case (CVE-2025-21961
    bsc#1240816).
  - net/mlx5: handle errors in mlx5_chains_create_table()
    (CVE-2025-21975 bsc#1240812).
  - commit 5bfb0f9
  - x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less
    NUMA nodes (CVE-2025-21991 bsc#1240795).
  - x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()
    (CVE-2025-21913 bsc#1240591).
  - commit 718ae0d
  - NFS: fix nfs_release_folio() to not deadlock via kcompactd
    writeback (CVE-2025-21908 bsc#1240600).
  - commit a2db92f

------------------------------------------------------------------
------------------  2025-4-6  -  Apr 6 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - kABI workaround for l2cap_conn changes (CVE-2025-21969
    bsc#1240784).
  - commit 0c8af58
  - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
    (CVE-2025-21969 bsc#1240784).
  - commit 730e49a
  - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd
    (CVE-2025-21969 bsc#1240784).
  - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in
    ibft_attr_show_nic() (CVE-2025-21993 bsc#1240797).
  - commit 80da9db
  - drm/amdgpu/gfx11: fix num_mec (git-fixes).
  - drm/amd/pm: Prevent division by zero (git-fixes).
  - Input: pm8941-pwrkey - fix dev_dbg() output in
    pm8941_pwrkey_irq() (git-fixes).
  - Input: synaptics - hide unused smbus_pnp_ids[] array
    (git-fixes).
  - commit d5f05d8

++++ kernel-rt:

  - kABI workaround for l2cap_conn changes (CVE-2025-21969
    bsc#1240784).
  - commit 0c8af58
  - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
    (CVE-2025-21969 bsc#1240784).
  - commit 730e49a
  - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd
    (CVE-2025-21969 bsc#1240784).
  - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in
    ibft_attr_show_nic() (CVE-2025-21993 bsc#1240797).
  - commit 80da9db
  - drm/amdgpu/gfx11: fix num_mec (git-fixes).
  - drm/amd/pm: Prevent division by zero (git-fixes).
  - Input: pm8941-pwrkey - fix dev_dbg() output in
    pm8941_pwrkey_irq() (git-fixes).
  - Input: synaptics - hide unused smbus_pnp_ids[] array
    (git-fixes).
  - commit d5f05d8

++++ kernel-rt_debug:

  - kABI workaround for l2cap_conn changes (CVE-2025-21969
    bsc#1240784).
  - commit 0c8af58
  - Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
    (CVE-2025-21969 bsc#1240784).
  - commit 730e49a
  - Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmd
    (CVE-2025-21969 bsc#1240784).
  - iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in
    ibft_attr_show_nic() (CVE-2025-21993 bsc#1240797).
  - commit 80da9db
  - drm/amdgpu/gfx11: fix num_mec (git-fixes).
  - drm/amd/pm: Prevent division by zero (git-fixes).
  - Input: pm8941-pwrkey - fix dev_dbg() output in
    pm8941_pwrkey_irq() (git-fixes).
  - Input: synaptics - hide unused smbus_pnp_ids[] array
    (git-fixes).
  - commit d5f05d8

------------------------------------------------------------------
------------------  2025-4-5  -  Apr 5 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - powercap: intel_rapl_tpmi: Fix bogus register reading
    (git-fixes).
  - commit 4482ca3
  - powercap: intel_rapl_tpmi: Ignore minor version change
    (git-fixes).
  - commit 8f97ff8
  - powercap: dtpm_devfreq: Fix error check against
    dev_pm_qos_add_request() (git-fixes).
  - commit 5af8777
  - powercap: intel_rapl_tpmi: Fix System Domain probing
    (git-fixes).
  - commit cb855f9
  - usbnet:fix NPE during rx_complete (git-fixes).
  - platform/x86: ISST: Correct command storage data length
    (git-fixes).
  - ASoC: imx-card: Add NULL check in imx_card_probe() (git-fixes).
  - ASoC: qdsp6: q6apm-dai: fix capture pipeline overruns
    (git-fixes).
  - ASoC: qdsp6: q6apm-dai: set 10 ms period and buffer alignment
    (git-fixes).
  - ASoC: qdsp6: q6asm-dai: fix q6asm_dai_compr_set_params error
    path (git-fixes).
  - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on
    success (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook
    model (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook
    X515JA (git-fixes).
  - commit e1c84cd
  - vsock: Orphan socket after transport release (CVE-2025-21755 bsc#1237882)
  - commit 6317d55

++++ kernel-rt:

  - powercap: intel_rapl_tpmi: Fix bogus register reading
    (git-fixes).
  - commit 4482ca3
  - powercap: intel_rapl_tpmi: Ignore minor version change
    (git-fixes).
  - commit 8f97ff8
  - powercap: dtpm_devfreq: Fix error check against
    dev_pm_qos_add_request() (git-fixes).
  - commit 5af8777
  - powercap: intel_rapl_tpmi: Fix System Domain probing
    (git-fixes).
  - commit cb855f9
  - usbnet:fix NPE during rx_complete (git-fixes).
  - platform/x86: ISST: Correct command storage data length
    (git-fixes).
  - ASoC: imx-card: Add NULL check in imx_card_probe() (git-fixes).
  - ASoC: qdsp6: q6apm-dai: fix capture pipeline overruns
    (git-fixes).
  - ASoC: qdsp6: q6apm-dai: set 10 ms period and buffer alignment
    (git-fixes).
  - ASoC: qdsp6: q6asm-dai: fix q6asm_dai_compr_set_params error
    path (git-fixes).
  - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on
    success (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook
    model (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook
    X515JA (git-fixes).
  - commit e1c84cd
  - vsock: Orphan socket after transport release (CVE-2025-21755 bsc#1237882)
  - commit 6317d55

++++ kernel-rt_debug:

  - powercap: intel_rapl_tpmi: Fix bogus register reading
    (git-fixes).
  - commit 4482ca3
  - powercap: intel_rapl_tpmi: Ignore minor version change
    (git-fixes).
  - commit 8f97ff8
  - powercap: dtpm_devfreq: Fix error check against
    dev_pm_qos_add_request() (git-fixes).
  - commit 5af8777
  - powercap: intel_rapl_tpmi: Fix System Domain probing
    (git-fixes).
  - commit cb855f9
  - usbnet:fix NPE during rx_complete (git-fixes).
  - platform/x86: ISST: Correct command storage data length
    (git-fixes).
  - ASoC: imx-card: Add NULL check in imx_card_probe() (git-fixes).
  - ASoC: qdsp6: q6apm-dai: fix capture pipeline overruns
    (git-fixes).
  - ASoC: qdsp6: q6apm-dai: set 10 ms period and buffer alignment
    (git-fixes).
  - ASoC: qdsp6: q6asm-dai: fix q6asm_dai_compr_set_params error
    path (git-fixes).
  - firmware: cs_dsp: Ensure cs_dsp_load[_coeff]() returns 0 on
    success (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook
    model (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic breakage on ASUS VivoBook
    X515JA (git-fixes).
  - commit e1c84cd
  - vsock: Orphan socket after transport release (CVE-2025-21755 bsc#1237882)
  - commit 6317d55

------------------------------------------------------------------
------------------  2025-4-4  -  Apr 4 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update dracut kiwi-lib module setup
    Make sure all tools used in code are requested for inclusion
  - keep /usr/bin/sha256sum
    dropping md5sum was okay, but now we need
    the current tool to verify the checksum

++++ kernel-default:

  - tpm_tis: Use responseRetry to recover from data transfer errors
    (bsc#1235870).
  - commit 6e4dc96
  - tpm_tis: Move CRC check to generic send routine (bsc#1235870).
  - Refresh patches.suse/tpm_tis-Resend-command-to-recover-from-data-transfer.patch
  - commit 66fe063
  - Delete patches.suse/tpm-send_data-Wait-longer-for-the-TPM-to-become-read.patch.
    To be replaced with upstream fix.
  - commit d0fcf25
  - rtnetlink: Allocate vfinfo size for VF GUIDs when supported
    (bsc#1224013).
  - commit 34e3f46
  - kernel-binary: Support livepatch_rt with merged RT branch
  - commit 470cd1a
  - arm64: Don't call NULL in do_compat_alignment_fixup() (git-fixes)
  - commit 249080a
  - arm64: mm: Correct the update of max_pfn (git-fixes)
  - commit b6d4b51
  - tpm: tis: Double the timeout B to 4s (bsc#1235870).
  - commit 2ecc734
  - tpm, tpm_tis: Workaround failed command reception on Infineon
    devices (bsc#1235870).
  - commit cc21438
  - ice: fix memory leak in aRFS after reset (CVE-2025-21981
    bsc#1240612).
  - ppp: Fix KMSAN uninit-value warning with bpf (CVE-2025-21922
    bsc#1240639).
  - net: hns3: make sure ptp clock is unregister and freed
    if hclge_ptp_get_cycle returns an error (CVE-2025-21924
    bsc#1240720).
  - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC
    (CVE-2025-21894 bsc#1240581).
  - net: enetc: Replace ifdef with IS_ENABLED (CVE-2025-21894
    bsc#1240581).
  - commit e9dce38
  - wifi: iwlwifi: mvm: clean up ROC on failure (CVE-2025-21906
    bsc#1240587).
  - commit 887f91d
  - lib: scatterlist: fix sg_split_phys to preserve original
    scatterlist offsets (git-fixes).
  - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl
    (git-fixes).
  - commit ea68f49

++++ kernel-rt:

  - tpm_tis: Use responseRetry to recover from data transfer errors
    (bsc#1235870).
  - commit 6e4dc96
  - tpm_tis: Move CRC check to generic send routine (bsc#1235870).
  - Refresh patches.suse/tpm_tis-Resend-command-to-recover-from-data-transfer.patch
  - commit 66fe063
  - Delete patches.suse/tpm-send_data-Wait-longer-for-the-TPM-to-become-read.patch.
    To be replaced with upstream fix.
  - commit d0fcf25
  - rtnetlink: Allocate vfinfo size for VF GUIDs when supported
    (bsc#1224013).
  - commit 34e3f46
  - kernel-binary: Support livepatch_rt with merged RT branch
  - commit 470cd1a
  - arm64: Don't call NULL in do_compat_alignment_fixup() (git-fixes)
  - commit 249080a
  - arm64: mm: Correct the update of max_pfn (git-fixes)
  - commit b6d4b51
  - tpm: tis: Double the timeout B to 4s (bsc#1235870).
  - commit 2ecc734
  - tpm, tpm_tis: Workaround failed command reception on Infineon
    devices (bsc#1235870).
  - commit cc21438
  - ice: fix memory leak in aRFS after reset (CVE-2025-21981
    bsc#1240612).
  - ppp: Fix KMSAN uninit-value warning with bpf (CVE-2025-21922
    bsc#1240639).
  - net: hns3: make sure ptp clock is unregister and freed
    if hclge_ptp_get_cycle returns an error (CVE-2025-21924
    bsc#1240720).
  - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC
    (CVE-2025-21894 bsc#1240581).
  - net: enetc: Replace ifdef with IS_ENABLED (CVE-2025-21894
    bsc#1240581).
  - commit e9dce38
  - wifi: iwlwifi: mvm: clean up ROC on failure (CVE-2025-21906
    bsc#1240587).
  - commit 887f91d
  - lib: scatterlist: fix sg_split_phys to preserve original
    scatterlist offsets (git-fixes).
  - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl
    (git-fixes).
  - commit ea68f49

++++ kernel-rt_debug:

  - tpm_tis: Use responseRetry to recover from data transfer errors
    (bsc#1235870).
  - commit 6e4dc96
  - tpm_tis: Move CRC check to generic send routine (bsc#1235870).
  - Refresh patches.suse/tpm_tis-Resend-command-to-recover-from-data-transfer.patch
  - commit 66fe063
  - Delete patches.suse/tpm-send_data-Wait-longer-for-the-TPM-to-become-read.patch.
    To be replaced with upstream fix.
  - commit d0fcf25
  - rtnetlink: Allocate vfinfo size for VF GUIDs when supported
    (bsc#1224013).
  - commit 34e3f46
  - kernel-binary: Support livepatch_rt with merged RT branch
  - commit 470cd1a
  - arm64: Don't call NULL in do_compat_alignment_fixup() (git-fixes)
  - commit 249080a
  - arm64: mm: Correct the update of max_pfn (git-fixes)
  - commit b6d4b51
  - tpm: tis: Double the timeout B to 4s (bsc#1235870).
  - commit 2ecc734
  - tpm, tpm_tis: Workaround failed command reception on Infineon
    devices (bsc#1235870).
  - commit cc21438
  - ice: fix memory leak in aRFS after reset (CVE-2025-21981
    bsc#1240612).
  - ppp: Fix KMSAN uninit-value warning with bpf (CVE-2025-21922
    bsc#1240639).
  - net: hns3: make sure ptp clock is unregister and freed
    if hclge_ptp_get_cycle returns an error (CVE-2025-21924
    bsc#1240720).
  - net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNC
    (CVE-2025-21894 bsc#1240581).
  - net: enetc: Replace ifdef with IS_ENABLED (CVE-2025-21894
    bsc#1240581).
  - commit e9dce38
  - wifi: iwlwifi: mvm: clean up ROC on failure (CVE-2025-21906
    bsc#1240587).
  - commit 887f91d
  - lib: scatterlist: fix sg_split_phys to preserve original
    scatterlist offsets (git-fixes).
  - acpi: nfit: fix narrowing conversion in acpi_nfit_ctl
    (git-fixes).
  - commit ea68f49

------------------------------------------------------------------
------------------  2025-4-3  -  Apr 3 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Restrict keyfile permissions
    For reencrypt in combination with rd.kiwi.oem.luks.reencrypt_randompass
    make sure that the temporary random pass keyfile has 0400 root
    owned access permissions set

++++ glibc:

  - pthread-wakeup.patch: pthreads NPTL: lost wakeup fix 2 (bsc#1234128, BZ
    [#25847])

++++ kernel-default:

  - smb: client: fix open_cached_dir retries with 'hard' mount
    option (bsc#1240616).
  - commit 504723c
  - exfat: fix the infinite loop in exfat_find_last_cluster()
    (git-fixes).
  - commit 8b30c73
  - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML
    This option is dynamically enabled to build-test different configurations.
    This makes run_oldconfig.sh complain sporadically for arm64.
  - commit 8fbe8b1
  - net: fix data-races around sk->sk_forward_alloc (CVE-2024-53124
    bsc#1234074).
  - commit ea48905
  - sctp: fix possible UAF in sctp_v6_available() (CVE-2024-53139
    bsc#1234157).
  - commit 779dfcf
  - usb: xhci: correct debug message page size calculation
    (git-fixes).
  - ucsi_ccg: Don't show failed to get FW build information error
    (git-fixes).
  - serial: 8250_dma: terminate correct DMA in tx_dma_flush()
    (git-fixes).
  - tty: serial: fsl_lpuart: disable transmitter before changing
    RS485 related registers (git-fixes).
  - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (git-fixes).
  - counter: microchip-tcb-capture: Fix undefined counter channel
    state on probe (git-fixes).
  - counter: stm32-lptimer-cnt: fix error handling when enabling
    (git-fixes).
  - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO
    event-handlers (git-fixes).
  - objtool: Fix segfault in ignore_unreachable_insn() (git-fixes).
  - objtool, media: dib8000: Prevent divide-by-zero in
    dib8000_set_dds() (git-fixes).
  - objtool, spi: amd: Fix out-of-bounds stack access in
    amd_set_spi_freq() (git-fixes).
  - counter: fix privdata alignment (git-fixes).
  - commit 8ea2563
  - Move upstreamed ACPI patch into sorted section
  - commit 871d0d6
  - tty: serial: lpuart: only disable CTS instead of overwriting
    the whole UARTMODIR register (git-fixes).
  - PCI: histb: Fix an error handling path in histb_pcie_probe()
    (git-fixes).
  - PCI: Fix BAR resizing when VF BARs are assigned (git-fixes).
  - PCI: Fix reference leak in pci_register_host_bridge()
    (git-fixes).
  - commit 808a9df
  - net: better track kernel sockets lifetime (CVE-2025-21884
    bsc#1240171).
  - net: Add net_passive_inc() and net_passive_dec() (CVE-2025-21884
    bsc#1240171).
  - commit 741fa11

++++ kernel-rt:

  - smb: client: fix open_cached_dir retries with 'hard' mount
    option (bsc#1240616).
  - commit 504723c
  - exfat: fix the infinite loop in exfat_find_last_cluster()
    (git-fixes).
  - commit 8b30c73
  - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML
    This option is dynamically enabled to build-test different configurations.
    This makes run_oldconfig.sh complain sporadically for arm64.
  - commit 8fbe8b1
  - net: fix data-races around sk->sk_forward_alloc (CVE-2024-53124
    bsc#1234074).
  - commit ea48905
  - sctp: fix possible UAF in sctp_v6_available() (CVE-2024-53139
    bsc#1234157).
  - commit 779dfcf
  - usb: xhci: correct debug message page size calculation
    (git-fixes).
  - ucsi_ccg: Don't show failed to get FW build information error
    (git-fixes).
  - serial: 8250_dma: terminate correct DMA in tx_dma_flush()
    (git-fixes).
  - tty: serial: fsl_lpuart: disable transmitter before changing
    RS485 related registers (git-fixes).
  - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (git-fixes).
  - counter: microchip-tcb-capture: Fix undefined counter channel
    state on probe (git-fixes).
  - counter: stm32-lptimer-cnt: fix error handling when enabling
    (git-fixes).
  - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO
    event-handlers (git-fixes).
  - objtool: Fix segfault in ignore_unreachable_insn() (git-fixes).
  - objtool, media: dib8000: Prevent divide-by-zero in
    dib8000_set_dds() (git-fixes).
  - objtool, spi: amd: Fix out-of-bounds stack access in
    amd_set_spi_freq() (git-fixes).
  - counter: fix privdata alignment (git-fixes).
  - commit 8ea2563
  - Move upstreamed ACPI patch into sorted section
  - commit 871d0d6
  - tty: serial: lpuart: only disable CTS instead of overwriting
    the whole UARTMODIR register (git-fixes).
  - PCI: histb: Fix an error handling path in histb_pcie_probe()
    (git-fixes).
  - PCI: Fix BAR resizing when VF BARs are assigned (git-fixes).
  - PCI: Fix reference leak in pci_register_host_bridge()
    (git-fixes).
  - commit 808a9df
  - net: better track kernel sockets lifetime (CVE-2025-21884
    bsc#1240171).
  - net: Add net_passive_inc() and net_passive_dec() (CVE-2025-21884
    bsc#1240171).
  - commit 741fa11

++++ kernel-rt_debug:

  - smb: client: fix open_cached_dir retries with 'hard' mount
    option (bsc#1240616).
  - commit 504723c
  - exfat: fix the infinite loop in exfat_find_last_cluster()
    (git-fixes).
  - commit 8b30c73
  - rpm/check-for-config-changes: ignore DRM_MSM_VALIDATE_XML
    This option is dynamically enabled to build-test different configurations.
    This makes run_oldconfig.sh complain sporadically for arm64.
  - commit 8fbe8b1
  - net: fix data-races around sk->sk_forward_alloc (CVE-2024-53124
    bsc#1234074).
  - commit ea48905
  - sctp: fix possible UAF in sctp_v6_available() (CVE-2024-53139
    bsc#1234157).
  - commit 779dfcf
  - usb: xhci: correct debug message page size calculation
    (git-fixes).
  - ucsi_ccg: Don't show failed to get FW build information error
    (git-fixes).
  - serial: 8250_dma: terminate correct DMA in tx_dma_flush()
    (git-fixes).
  - tty: serial: fsl_lpuart: disable transmitter before changing
    RS485 related registers (git-fixes).
  - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES (git-fixes).
  - counter: microchip-tcb-capture: Fix undefined counter channel
    state on probe (git-fixes).
  - counter: stm32-lptimer-cnt: fix error handling when enabling
    (git-fixes).
  - ACPI: x86: Extend Lenovo Yoga Tab 3 quirk with skip GPIO
    event-handlers (git-fixes).
  - objtool: Fix segfault in ignore_unreachable_insn() (git-fixes).
  - objtool, media: dib8000: Prevent divide-by-zero in
    dib8000_set_dds() (git-fixes).
  - objtool, spi: amd: Fix out-of-bounds stack access in
    amd_set_spi_freq() (git-fixes).
  - counter: fix privdata alignment (git-fixes).
  - commit 8ea2563
  - Move upstreamed ACPI patch into sorted section
  - commit 871d0d6
  - tty: serial: lpuart: only disable CTS instead of overwriting
    the whole UARTMODIR register (git-fixes).
  - PCI: histb: Fix an error handling path in histb_pcie_probe()
    (git-fixes).
  - PCI: Fix BAR resizing when VF BARs are assigned (git-fixes).
  - PCI: Fix reference leak in pci_register_host_bridge()
    (git-fixes).
  - commit 808a9df
  - net: better track kernel sockets lifetime (CVE-2025-21884
    bsc#1240171).
  - net: Add net_passive_inc() and net_passive_dec() (CVE-2025-21884
    bsc#1240171).
  - commit 741fa11

++++ libsolv:

  - build both static and dynamic libraries on new suse distros
  - support the apk package and repository format (both v2 and v3)
  - new dataiterator_final_{repo,solvable} functions
  - bump version to 0.7.32

++++ libzypp:

  - Drop workaround for broken rpm-4.18 in Code16 (bsc#1237172)
  - BuildRequires:  %{libsolv_devel_package} >= 0.7.32.
    Code16 moved static libs to libsolv-devel-static.
  - Drop usage of SHA1 hash algorithm because it will become
    unavailable in FIPS mode (bsc#1240529)
  - Fix zypp.conf dupAllowVendorChange to reflect the correct
    default (false).
    The default was true in Code12 (libzypp-16.x) and changed to
    false with Code15 (libzypp-17.x). Unfortunately this was done by
    shipping a modified zypp.conf file rather than fixing the code.
  - zypp.conf: Add `lock_timeout` ($ZYPP_LOCK_TIMEOUT) (bsc#1239809)
  - version 17.36.6 (35)

++++ python-PyJWT:

  - Just use a wildcard for the dist-info metadata to make it
    properly work on all setuptools versions.

++++ timezone:

  - Update to 2025b:
    * New zone for Aysén Region in Chile (America/Coyhaique) which
    moves from -04/-03 to -03
  - Refresh patches
    * revert-philippines-historical-data.patch
    * tzdata-china.diff

------------------------------------------------------------------
------------------  2025-4-2  -  Apr 2 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - package: Add kiwi-image:oci Provides to -systemdeps-containers
    This allows the Open Build Service to correctly resolve dependencies
    when building OCI images.
  - Better logging which kiwi file is read
    Improve the log message that tells about reading the
    kiwi config file to actually show the file path that
    is read in. This is especially an issue if more than
    one kiwi file is read in during the build process.
  - also keep the ts binary, might be needed to provide timestamped logfiles

++++ kernel-default:

  - Update
    patches.suse/RDMA-core-Don-t-expose-hw_counters-outside-of-init-n.patch
    (git-fixes bsc#1239925).
  - Update
    patches.suse/kABI-fix-for-RDMA-core-Don-t-expose-hw_counters-outs.patch
    (git-fixes bsc#1239925).
    Add bug reference.
  - commit 8eef29b
  - Revert "Merge remote-tracking branch 'origin/users/sjaeckel/SLE15-SP6/for-next' into SLE15-SP6"
    This reverts commit bb7a7b2a95aa93ef5db11cca2317b7fe59e19e38, reversing
    changes made to ac2aed10902386a981d430e6af9b7946722682ea.
  - commit 9b78ca6
  - arm64: Utilize for_each_cpu_wrap for reference lookup (bsc#1238052)
  - commit ff26688
  - Refresh
    patches.suse/net-usb-usbnet-restore-usb-d-name-exception-for-loca.patch.
    Moved into place as merged upstream
  - commit 098c735
  - arch_topology: init capacity_freq_ref to 0 (bsc#1238052)
  - commit c70af66
  - cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry (bsc#1238052)
    Keep the feature disabled by default on x86_64
  - commit 0ffcad3
  - cpufreq: Allow arch_freq_get_on_cpu to return an error (bsc#1238052)
  - commit 7e63d78
  - arm64: Update AMU-based freq scale factor on entering idle (bsc#1238052)
  - commit eb90de6
  - arm64: Provide an AMU-based version of arch_freq_get_on_cpu (bsc#1238052)
  - commit 1d57e2b
  - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1238052)
  - commit 3eb3994
  - topology: Set capacity_freq_ref in all cases (bsc#1238052)
  - commit d357c02
  - arch_topology: Make register_cpu_capacity_sysctl() tolerant to late (bsc#1238052)
  - commit c2cc745
  - arm64/amu: Use capacity_ref_freq() to set AMU ratio (bsc#1238052)
  - commit 679001e
  - cpufreq/cppc: Set the frequency used for computing the capacity (bsc#1238052)
  - commit bad5fb8
  - sched/topology: Add a new arch_scale_freq_ref() method (bsc#1238052)
  - commit be4a850
  - selftests: mptcp: close fd_in before returning in main_loop
    (git-fixes).
  - selftests: mptcp: fix incorrect fd checks in main_loop
    (git-fixes).
  - rndis_host: Flag RNDIS modems as WWAN devices (git-fixes).
  - thermal/drivers/rockchip: Add missing rk3328 mapping entry
    (git-fixes).
  - i3c: Add NULL pointer check in i3c_master_queue_ibi()
    (git-fixes).
  - i3c: master: svc: Use readsb helper for reading MDB (git-fixes).
  - i3c: master: svc: Fix missing the IBI rules (git-fixes).
  - soundwire: slave: fix an OF node reference leak in soundwire
    slave device (git-fixes).
  - bus: mhi: host: Fix race between unprepare and queue_buf
    (git-fixes).
  - iio: adc: ad7124: Fix comparison of channel configs (git-fixes).
  - iio: adc: ad4130: Fix comparison of channel setups (git-fixes).
  - iio: accel: msa311: Fix failure to release runtime pm if direct
    mode claim fails (git-fixes).
  - iio: accel: mma8452: Ensure error return on failure to matching
    oversampling ratio (git-fixes).
  - driver core: Remove needless return in void API
    device_remove_group() (git-fixes).
  - selftests/mm/cow: fix the incorrect error handling (git-fixes).
  - commit 0fbd190

++++ kernel-rt:

  - Update
    patches.suse/RDMA-core-Don-t-expose-hw_counters-outside-of-init-n.patch
    (git-fixes bsc#1239925).
  - Update
    patches.suse/kABI-fix-for-RDMA-core-Don-t-expose-hw_counters-outs.patch
    (git-fixes bsc#1239925).
    Add bug reference.
  - commit 8eef29b
  - Revert "Merge remote-tracking branch 'origin/users/sjaeckel/SLE15-SP6/for-next' into SLE15-SP6"
    This reverts commit bb7a7b2a95aa93ef5db11cca2317b7fe59e19e38, reversing
    changes made to ac2aed10902386a981d430e6af9b7946722682ea.
  - commit 9b78ca6
  - arm64: Utilize for_each_cpu_wrap for reference lookup (bsc#1238052)
  - commit ff26688
  - Refresh
    patches.suse/net-usb-usbnet-restore-usb-d-name-exception-for-loca.patch.
    Moved into place as merged upstream
  - commit 098c735
  - arch_topology: init capacity_freq_ref to 0 (bsc#1238052)
  - commit c70af66
  - cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry (bsc#1238052)
    Keep the feature disabled by default on x86_64
  - commit 0ffcad3
  - cpufreq: Allow arch_freq_get_on_cpu to return an error (bsc#1238052)
  - commit 7e63d78
  - arm64: Update AMU-based freq scale factor on entering idle (bsc#1238052)
  - commit eb90de6
  - arm64: Provide an AMU-based version of arch_freq_get_on_cpu (bsc#1238052)
  - commit 1d57e2b
  - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1238052)
  - commit 3eb3994
  - topology: Set capacity_freq_ref in all cases (bsc#1238052)
  - commit d357c02
  - arch_topology: Make register_cpu_capacity_sysctl() tolerant to late (bsc#1238052)
  - commit c2cc745
  - arm64/amu: Use capacity_ref_freq() to set AMU ratio (bsc#1238052)
  - commit 679001e
  - cpufreq/cppc: Set the frequency used for computing the capacity (bsc#1238052)
  - commit bad5fb8
  - sched/topology: Add a new arch_scale_freq_ref() method (bsc#1238052)
  - commit be4a850
  - selftests: mptcp: close fd_in before returning in main_loop
    (git-fixes).
  - selftests: mptcp: fix incorrect fd checks in main_loop
    (git-fixes).
  - rndis_host: Flag RNDIS modems as WWAN devices (git-fixes).
  - thermal/drivers/rockchip: Add missing rk3328 mapping entry
    (git-fixes).
  - i3c: Add NULL pointer check in i3c_master_queue_ibi()
    (git-fixes).
  - i3c: master: svc: Use readsb helper for reading MDB (git-fixes).
  - i3c: master: svc: Fix missing the IBI rules (git-fixes).
  - soundwire: slave: fix an OF node reference leak in soundwire
    slave device (git-fixes).
  - bus: mhi: host: Fix race between unprepare and queue_buf
    (git-fixes).
  - iio: adc: ad7124: Fix comparison of channel configs (git-fixes).
  - iio: adc: ad4130: Fix comparison of channel setups (git-fixes).
  - iio: accel: msa311: Fix failure to release runtime pm if direct
    mode claim fails (git-fixes).
  - iio: accel: mma8452: Ensure error return on failure to matching
    oversampling ratio (git-fixes).
  - driver core: Remove needless return in void API
    device_remove_group() (git-fixes).
  - selftests/mm/cow: fix the incorrect error handling (git-fixes).
  - commit 0fbd190

++++ kernel-rt_debug:

  - Update
    patches.suse/RDMA-core-Don-t-expose-hw_counters-outside-of-init-n.patch
    (git-fixes bsc#1239925).
  - Update
    patches.suse/kABI-fix-for-RDMA-core-Don-t-expose-hw_counters-outs.patch
    (git-fixes bsc#1239925).
    Add bug reference.
  - commit 8eef29b
  - Revert "Merge remote-tracking branch 'origin/users/sjaeckel/SLE15-SP6/for-next' into SLE15-SP6"
    This reverts commit bb7a7b2a95aa93ef5db11cca2317b7fe59e19e38, reversing
    changes made to ac2aed10902386a981d430e6af9b7946722682ea.
  - commit 9b78ca6
  - arm64: Utilize for_each_cpu_wrap for reference lookup (bsc#1238052)
  - commit ff26688
  - Refresh
    patches.suse/net-usb-usbnet-restore-usb-d-name-exception-for-loca.patch.
    Moved into place as merged upstream
  - commit 098c735
  - arch_topology: init capacity_freq_ref to 0 (bsc#1238052)
  - commit c70af66
  - cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry (bsc#1238052)
    Keep the feature disabled by default on x86_64
  - commit 0ffcad3
  - cpufreq: Allow arch_freq_get_on_cpu to return an error (bsc#1238052)
  - commit 7e63d78
  - arm64: Update AMU-based freq scale factor on entering idle (bsc#1238052)
  - commit eb90de6
  - arm64: Provide an AMU-based version of arch_freq_get_on_cpu (bsc#1238052)
  - commit 1d57e2b
  - arm64: amu: Delay allocating cpumask for AMU FIE support (bsc#1238052)
  - commit 3eb3994
  - topology: Set capacity_freq_ref in all cases (bsc#1238052)
  - commit d357c02
  - arch_topology: Make register_cpu_capacity_sysctl() tolerant to late (bsc#1238052)
  - commit c2cc745
  - arm64/amu: Use capacity_ref_freq() to set AMU ratio (bsc#1238052)
  - commit 679001e
  - cpufreq/cppc: Set the frequency used for computing the capacity (bsc#1238052)
  - commit bad5fb8
  - sched/topology: Add a new arch_scale_freq_ref() method (bsc#1238052)
  - commit be4a850
  - selftests: mptcp: close fd_in before returning in main_loop
    (git-fixes).
  - selftests: mptcp: fix incorrect fd checks in main_loop
    (git-fixes).
  - rndis_host: Flag RNDIS modems as WWAN devices (git-fixes).
  - thermal/drivers/rockchip: Add missing rk3328 mapping entry
    (git-fixes).
  - i3c: Add NULL pointer check in i3c_master_queue_ibi()
    (git-fixes).
  - i3c: master: svc: Use readsb helper for reading MDB (git-fixes).
  - i3c: master: svc: Fix missing the IBI rules (git-fixes).
  - soundwire: slave: fix an OF node reference leak in soundwire
    slave device (git-fixes).
  - bus: mhi: host: Fix race between unprepare and queue_buf
    (git-fixes).
  - iio: adc: ad7124: Fix comparison of channel configs (git-fixes).
  - iio: adc: ad4130: Fix comparison of channel setups (git-fixes).
  - iio: accel: msa311: Fix failure to release runtime pm if direct
    mode claim fails (git-fixes).
  - iio: accel: mma8452: Ensure error return on failure to matching
    oversampling ratio (git-fixes).
  - driver core: Remove needless return in void API
    device_remove_group() (git-fixes).
  - selftests/mm/cow: fix the incorrect error handling (git-fixes).
  - commit 0fbd190

------------------------------------------------------------------
------------------  2025-4-1  -  Apr 1 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update documentation
    Add information about new apk (Alpine) support

++++ kernel-default:

  - uprobes: Reject the shared zeropage in uprobe_write_opcode() (CVE-2025-21881 bsc#1240185)
  - commit 8483377
  - scsi: ufs: core: bsg: Fix crash when arpmb command fails (CVE-2025-21873 bsc#1240184)
  - commit 8b26b99
  - xhci: Fix null pointer dereference during S4 resume when
    resetting ep0 (bsc#1235550).
  - commit 647e59a
  - RAS: Avoid build errors when CONFIG_DEBUG_FS=n (jsc#PED-7619).
    Replace our patch with the upstream version.
  - Delete
    patches.suse/RAS-AMD-FMPM-Fix-build-when-debugfs-is-not-enabled.patch.
  - commit 9580b87
  - kABI fix for RDMA/core: Don't expose hw_counters outside (git-fixes)
  - commit 6079f81
  - RDMA/core: Don't expose hw_counters outside of init net namespace (git-fixes)
  - commit f134527
  - xhci: fix possible null pointer deref during xhci urb enqueue
    (bsc#1235550).
  - commit e4d47e4
  - xhci: Reconfigure endpoint 0 max packet size only during
    endpoint reset (bsc#1235550).
  - commit fe44e60
  - rpm/release-projects: Update the ALP projects again (bsc#1231293).
  - commit a2f9145
  - nvme: move passthrough logging attribute to head (git-fixes).
  - nvme: introduce nvme_disk_is_ns_head helper (git-fixes).
  - commit e2a4340
  - bpf: Add tracepoints with null-able arguments (bsc#1235501
    CVE-2024-56702).
  - commit 60ddcfa
  - net: Add rx_skb of kfree_skb to raw_tp_null_args (bsc#1235501
    CVE-2024-56702).
  - commit 2f246d2
  - bpf: Augment raw_tp arguments with PTR_MAYBE_NULL (bsc#1235501
    CVE-2024-56702).
  - commit bd84127
  - CIFS: New mount option for cifs.upcall namespace resolution
    (CVE-2025-2312 bsc#1239684).
  - commit b749482

++++ kernel-rt:

  - uprobes: Reject the shared zeropage in uprobe_write_opcode() (CVE-2025-21881 bsc#1240185)
  - commit 8483377
  - scsi: ufs: core: bsg: Fix crash when arpmb command fails (CVE-2025-21873 bsc#1240184)
  - commit 8b26b99
  - xhci: Fix null pointer dereference during S4 resume when
    resetting ep0 (bsc#1235550).
  - commit 647e59a
  - RAS: Avoid build errors when CONFIG_DEBUG_FS=n (jsc#PED-7619).
    Replace our patch with the upstream version.
  - Delete
    patches.suse/RAS-AMD-FMPM-Fix-build-when-debugfs-is-not-enabled.patch.
  - commit 9580b87
  - kABI fix for RDMA/core: Don't expose hw_counters outside (git-fixes)
  - commit 6079f81
  - RDMA/core: Don't expose hw_counters outside of init net namespace (git-fixes)
  - commit f134527
  - xhci: fix possible null pointer deref during xhci urb enqueue
    (bsc#1235550).
  - commit e4d47e4
  - xhci: Reconfigure endpoint 0 max packet size only during
    endpoint reset (bsc#1235550).
  - commit fe44e60
  - rpm/release-projects: Update the ALP projects again (bsc#1231293).
  - commit a2f9145
  - nvme: move passthrough logging attribute to head (git-fixes).
  - nvme: introduce nvme_disk_is_ns_head helper (git-fixes).
  - commit e2a4340
  - bpf: Add tracepoints with null-able arguments (bsc#1235501
    CVE-2024-56702).
  - commit 60ddcfa
  - net: Add rx_skb of kfree_skb to raw_tp_null_args (bsc#1235501
    CVE-2024-56702).
  - commit 2f246d2
  - bpf: Augment raw_tp arguments with PTR_MAYBE_NULL (bsc#1235501
    CVE-2024-56702).
  - commit bd84127
  - CIFS: New mount option for cifs.upcall namespace resolution
    (CVE-2025-2312 bsc#1239684).
  - commit b749482

++++ kernel-rt_debug:

  - uprobes: Reject the shared zeropage in uprobe_write_opcode() (CVE-2025-21881 bsc#1240185)
  - commit 8483377
  - scsi: ufs: core: bsg: Fix crash when arpmb command fails (CVE-2025-21873 bsc#1240184)
  - commit 8b26b99
  - xhci: Fix null pointer dereference during S4 resume when
    resetting ep0 (bsc#1235550).
  - commit 647e59a
  - RAS: Avoid build errors when CONFIG_DEBUG_FS=n (jsc#PED-7619).
    Replace our patch with the upstream version.
  - Delete
    patches.suse/RAS-AMD-FMPM-Fix-build-when-debugfs-is-not-enabled.patch.
  - commit 9580b87
  - kABI fix for RDMA/core: Don't expose hw_counters outside (git-fixes)
  - commit 6079f81
  - RDMA/core: Don't expose hw_counters outside of init net namespace (git-fixes)
  - commit f134527
  - xhci: fix possible null pointer deref during xhci urb enqueue
    (bsc#1235550).
  - commit e4d47e4
  - xhci: Reconfigure endpoint 0 max packet size only during
    endpoint reset (bsc#1235550).
  - commit fe44e60
  - rpm/release-projects: Update the ALP projects again (bsc#1231293).
  - commit a2f9145
  - nvme: move passthrough logging attribute to head (git-fixes).
  - nvme: introduce nvme_disk_is_ns_head helper (git-fixes).
  - commit e2a4340
  - bpf: Add tracepoints with null-able arguments (bsc#1235501
    CVE-2024-56702).
  - commit 60ddcfa
  - net: Add rx_skb of kfree_skb to raw_tp_null_args (bsc#1235501
    CVE-2024-56702).
  - commit 2f246d2
  - bpf: Augment raw_tp arguments with PTR_MAYBE_NULL (bsc#1235501
    CVE-2024-56702).
  - commit bd84127
  - CIFS: New mount option for cifs.upcall namespace resolution
    (CVE-2025-2312 bsc#1239684).
  - commit b749482

++++ pcr-oracle:

  - Update to 0.5.5
    + Merge of pending patches into the project
    + No new feature since last release
  - Change source to the openSUSE project
  - Remove patches (merged)
    + fix-bsc1230316-make-pcr4-hard-requirement.patch
    + fix-bsc1230316-predict-sbatlevelrt.patch
    + fix-bsc1230316-predict-sbatlevelrt-sb-off.patch
    + fix_efi_measure_and_shim.patch
    + fix-event-reshash-for-cryptouuid.patch
    + fix_grub_bls_cmdline.patch
    + fix_grub_bls_entry.patch
    + fix_loader_conf.patch
    + fix-testcase-empty-efi-variables.patch
    + support-ecc-srk.patch

++++ python-PyJWT:

  - Wrap the metadata directory name in a distro-based conditional

------------------------------------------------------------------
------------------  2025-3-31  -  Mar 31 2025  -------------------
------------------------------------------------------------------

++++ ca-certificates-mozilla:

  - explit remove distruted certs, as the distrust does not get exported
    correctly and the SSL certs are still trusted. (bsc#1240343)
  - Entrust.net Premium 2048 Secure Server CA
  - Entrust Root Certification Authority
  - AffirmTrust Commercial
  - AffirmTrust Networking
  - AffirmTrust Premium
  - AffirmTrust Premium ECC
  - Entrust Root Certification Authority - G2
  - Entrust Root Certification Authority - EC1
  - GlobalSign Root E46
  - GLOBALTRUST 2020
  - remove-distrusted.patch: apply to certdata.txt

++++ container-selinux:

  - Update to version 2.236.0:
    * Allow super privileged containers to use RealtimeKit for scheduling
    * Add container_ro_file_t to the podman artifact store

++++ python-kiwi:

  - Add support for Alpine
    Add apk repository and package manager support and provide
    an integration test build for the Alpine distribution
  - Fix F824 flake check for global assignments
  - Use metalink repos for local test builds

++++ kernel-default:

  - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (CVE-2025-21887 bsc#1240176)
  - commit d9e7d31
  - mptcp: always handle address removal under msk socket lock (CVE-2025-21875 bsc#1240168)
  - commit ae417d1
  - perf/core: Add RCU read lock protection to perf_iterate_ctx() (CVE-2025-21889 bsc#1240167)
  - commit 6d49490
  - nvkm: correctly calculate the available space of the GSP cmdq buffer (CVE-2024-58018 bsc#1238990)
  - commit 3fbbd2b
  - team: prevent adding a device which is already a team device lower (CVE-2024-58071 bsc#1238970)
  - commit 0e6515d
  - mm/page_alloc: fix memory accept before watermarks gets
    initialized (bsc#1239600).
  - commit 10a4fc6
  - netfilter: allow exp not to be removed in nf_ct_find_expectation
    (CVE-2023-52927 bsc#1239644).
  - commit 67af0a4
  - nvme-tcp: Fix a C2HTermReq error message (git-fixes).
  - commit c4c365f
  - nvme: move error logging from nvme_end_req() to __nvme_end_req()
    (git-fixes).
  - commit c939fa2
  - nvme-fc: rely on state transitions to handle connectivity loss
    (git-fixes bsc#1222649).
  - commit 0e1fcfd
  - nvme: allow passthru cmd error logging (git-fixes).
    Refresh:
  - patches.suse/nvme-fix-multipath-batched-completion-accounting.patch
  - patches.suse/nvme-use-srcu-for-iterating-namespace-list.patch
  - patches.suse/nvme-split-off-tls-sysfs-attributes-into-a-separate-group.patch
  - commit ca344c0
  - arm64: cputype: Add MIDR_CORTEX_A76AE (git-fixes)
  - commit aad868b
  - nvmet-fc: Remove unused functions (git-fixes).
  - nvme-pci: remove stale comment (git-fixes).
  - nvme-tcp: fix signedness bug in nvme_tcp_init_connection()
    (git-fixes).
  - nvmet-tcp: Fix a possible sporadic response drops in weakly
    ordered arch (git-fixes).
  - nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()
    (git-fixes).
  - nvmet: remove old function prototype (git-fixes).
  - nvme-ioctl: fix leaked requests on mapping error (git-fixes).
  - nvme: only allow entering LIVE from CONNECTING state
    (git-fixes bsc#1222649).
  - nvmet-rdma: recheck queue state is LIVE in state lock in recv
    done (git-fixes).
  - nvme-tcp: add basic support for the C2HTermReq PDU (git-fixes).
  - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers
    (git-fixes).
  - nvme-fc: do not ignore connectivity loss during connecting
    (git-fixes bsc#1222649).
    Refresh:
  - patches.suse/nvme-fc-use-ctrl-state-getter.patch
  - nvme-fc: go straight to connecting state when initializing
    (git-fixes bsc#1222649).
  - commit 22d62a2
  - arm64: dts: rockchip: Fix PWM pinctrl names (git-fixes)
  - commit bea89fa
  - arm64: dts: rockchip: Remove bluetooth node from rock-3a (git-fixes)
  - commit 3224bb8
  - arm64: tegra: Remove the Orin NX/Nano suspend key (git-fixes)
  - commit bcfde59
  - arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() (git-fixes)
  - commit 4d30cdc
  - arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe (git-fixes)
  - commit 49aa8a8
  - arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre (git-fixes)
  - commit eb80776
  - arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_list (git-fixes)
  - commit b4f3b31
  - idpf: fix checksums set in idpf_rx_rsc() (CVE-2025-21890
    bsc#1240173).
  - ice: Fix deinitializing VF in error path (CVE-2025-21883
    bsc#1240189).
  - ipvlan: ensure network headers are in skb linear part
    (CVE-2025-21891 bsc#1240186).
  - commit ac7a561
  - Update
    patches.suse/RDMA-bnxt_re-Fix-the-page-details-for-the-srq-create.patch
    (git-fixes CVE-2025-21885 bsc#1240169).
  - Update
    patches.suse/RDMA-mlx5-Fix-a-WARN-during-dereg_mr-for-DM-type.patch
    (git-fixes CVE-2025-21888 bsc#1240177).
  - Update
    patches.suse/RDMA-mlx5-Fix-implicit-ODP-hang-on-parent-deregistra.patch
    (git-fixes CVE-2025-21886 bsc#1240188).
  - Update
    patches.suse/RDMA-mlx5-Fix-the-recovery-flow-of-the-UMR-QP.patch
    (git-fixes CVE-2025-21892 bsc#1240175).
  - Update
    patches.suse/i2c-npcm-disable-interrupt-enable-bit-before-devm_re.patch
    (git-fixes CVE-2025-21878 bsc#1240192).
  - Update
    patches.suse/ibmvnic-Don-t-reference-skb-after-sending-to-VIOS.patch
    (CVE-2025-21858 bsc#1239468 CVE-2025-21855 bsc#1239484).
  - Update patches.suse/iommu-vt-d-Fix-suspicious-RCU-usage.patch
    (git-fixes CVE-2025-21876 bsc#1240179).
  - Update
    patches.suse/ndisc-use-RCU-protection-in-ndisc_alloc_skb.patch
    (bsc#1239994 CVE-2025-21764 bsc#1237885).
  - Update
    patches.suse/powerpc-code-patching-Disable-KASAN-report-during-pa.patch
    (bsc#1215199 CVE-2025-21869 bsc#1240182).
  - Update
    patches.suse/usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
    (git-fixes CVE-2025-21877 bsc#1240172).
  - commit 9c6e710
  - Update
    patches.suse/block-fix-integer-overflow-in-BLKSECDISCARD.patch
    (git-fixes CVE-2024-49994 bsc#1225770 bsc#1237757).
  - Update
    patches.suse/crypto-qat-qat_420xx-fix-off-by-one-in-uof_get_name.patch
    (jsc#PED-12416 CVE-2024-53163 bsc#1234828).
  - Update
    patches.suse/crypto-qat-validate-slices-count-returned-by-FW.patch
    (jsc#PED-12416 CVE-2024-38606 bsc#1226871).
  - Update
    patches.suse/dm-raid-Fix-WARN_ON_ONCE-check-for-sync_thread-in-ra.patch
    (git-fixes CVE-2024-43820 bsc#1229311).
  - Update
    patches.suse/fbdev-pxafb-Fix-possible-use-after-free-in-pxafb_tas.patch
    (stable-fixes CVE-2024-49924 bsc#1232364).
  - Update
    patches.suse/media-cx24116-prevent-overflows-on-SNR-calculus.patch
    (git-fixes CVE-2024-50290 bsc#1233479 bsc#1225742).
  - Update
    patches.suse/media-dvbdev-prevent-the-risk-of-out-of-memory-acces.patch
    (git-fixes CVE-2024-53063 bsc#1233557 bsc#1225742).
  - commit e0b966a
  - IB/mad: Check available slots before posting receive WRs (git-fixes)
  - commit 34587d0
  - RDMA/mlx5: Fix calculation of total invalidated pages (git-fixes)
  - commit 2fa0f31
  - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (git-fixes)
  - commit b249c41
  - RDMA/mlx5: Fix cache entry update on dereg error (git-fixes)
  - commit 0fe5ca5
  - RDMA/mlx5: Fix MR cache initialization error flow (git-fixes)
  - commit e5c2137
  - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (git-fixes)
  - commit 3634652

++++ kernel-rt:

  - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (CVE-2025-21887 bsc#1240176)
  - commit d9e7d31
  - mptcp: always handle address removal under msk socket lock (CVE-2025-21875 bsc#1240168)
  - commit ae417d1
  - perf/core: Add RCU read lock protection to perf_iterate_ctx() (CVE-2025-21889 bsc#1240167)
  - commit 6d49490
  - nvkm: correctly calculate the available space of the GSP cmdq buffer (CVE-2024-58018 bsc#1238990)
  - commit 3fbbd2b
  - team: prevent adding a device which is already a team device lower (CVE-2024-58071 bsc#1238970)
  - commit 0e6515d
  - mm/page_alloc: fix memory accept before watermarks gets
    initialized (bsc#1239600).
  - commit 10a4fc6
  - netfilter: allow exp not to be removed in nf_ct_find_expectation
    (CVE-2023-52927 bsc#1239644).
  - commit 67af0a4
  - nvme-tcp: Fix a C2HTermReq error message (git-fixes).
  - commit c4c365f
  - nvme: move error logging from nvme_end_req() to __nvme_end_req()
    (git-fixes).
  - commit c939fa2
  - nvme-fc: rely on state transitions to handle connectivity loss
    (git-fixes bsc#1222649).
  - commit 0e1fcfd
  - nvme: allow passthru cmd error logging (git-fixes).
    Refresh:
  - patches.suse/nvme-fix-multipath-batched-completion-accounting.patch
  - patches.suse/nvme-use-srcu-for-iterating-namespace-list.patch
  - patches.suse/nvme-split-off-tls-sysfs-attributes-into-a-separate-group.patch
  - commit ca344c0
  - arm64: cputype: Add MIDR_CORTEX_A76AE (git-fixes)
  - commit aad868b
  - nvmet-fc: Remove unused functions (git-fixes).
  - nvme-pci: remove stale comment (git-fixes).
  - nvme-tcp: fix signedness bug in nvme_tcp_init_connection()
    (git-fixes).
  - nvmet-tcp: Fix a possible sporadic response drops in weakly
    ordered arch (git-fixes).
  - nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()
    (git-fixes).
  - nvmet: remove old function prototype (git-fixes).
  - nvme-ioctl: fix leaked requests on mapping error (git-fixes).
  - nvme: only allow entering LIVE from CONNECTING state
    (git-fixes bsc#1222649).
  - nvmet-rdma: recheck queue state is LIVE in state lock in recv
    done (git-fixes).
  - nvme-tcp: add basic support for the C2HTermReq PDU (git-fixes).
  - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers
    (git-fixes).
  - nvme-fc: do not ignore connectivity loss during connecting
    (git-fixes bsc#1222649).
    Refresh:
  - patches.suse/nvme-fc-use-ctrl-state-getter.patch
  - nvme-fc: go straight to connecting state when initializing
    (git-fixes bsc#1222649).
  - commit 22d62a2
  - arm64: dts: rockchip: Fix PWM pinctrl names (git-fixes)
  - commit bea89fa
  - arm64: dts: rockchip: Remove bluetooth node from rock-3a (git-fixes)
  - commit 3224bb8
  - arm64: tegra: Remove the Orin NX/Nano suspend key (git-fixes)
  - commit bcfde59
  - arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() (git-fixes)
  - commit 4d30cdc
  - arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe (git-fixes)
  - commit 49aa8a8
  - arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre (git-fixes)
  - commit eb80776
  - arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_list (git-fixes)
  - commit b4f3b31
  - idpf: fix checksums set in idpf_rx_rsc() (CVE-2025-21890
    bsc#1240173).
  - ice: Fix deinitializing VF in error path (CVE-2025-21883
    bsc#1240189).
  - ipvlan: ensure network headers are in skb linear part
    (CVE-2025-21891 bsc#1240186).
  - commit ac7a561
  - Update
    patches.suse/RDMA-bnxt_re-Fix-the-page-details-for-the-srq-create.patch
    (git-fixes CVE-2025-21885 bsc#1240169).
  - Update
    patches.suse/RDMA-mlx5-Fix-a-WARN-during-dereg_mr-for-DM-type.patch
    (git-fixes CVE-2025-21888 bsc#1240177).
  - Update
    patches.suse/RDMA-mlx5-Fix-implicit-ODP-hang-on-parent-deregistra.patch
    (git-fixes CVE-2025-21886 bsc#1240188).
  - Update
    patches.suse/RDMA-mlx5-Fix-the-recovery-flow-of-the-UMR-QP.patch
    (git-fixes CVE-2025-21892 bsc#1240175).
  - Update
    patches.suse/i2c-npcm-disable-interrupt-enable-bit-before-devm_re.patch
    (git-fixes CVE-2025-21878 bsc#1240192).
  - Update
    patches.suse/ibmvnic-Don-t-reference-skb-after-sending-to-VIOS.patch
    (CVE-2025-21858 bsc#1239468 CVE-2025-21855 bsc#1239484).
  - Update patches.suse/iommu-vt-d-Fix-suspicious-RCU-usage.patch
    (git-fixes CVE-2025-21876 bsc#1240179).
  - Update
    patches.suse/ndisc-use-RCU-protection-in-ndisc_alloc_skb.patch
    (bsc#1239994 CVE-2025-21764 bsc#1237885).
  - Update
    patches.suse/powerpc-code-patching-Disable-KASAN-report-during-pa.patch
    (bsc#1215199 CVE-2025-21869 bsc#1240182).
  - Update
    patches.suse/usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
    (git-fixes CVE-2025-21877 bsc#1240172).
  - commit 9c6e710
  - Update
    patches.suse/block-fix-integer-overflow-in-BLKSECDISCARD.patch
    (git-fixes CVE-2024-49994 bsc#1225770 bsc#1237757).
  - Update
    patches.suse/crypto-qat-qat_420xx-fix-off-by-one-in-uof_get_name.patch
    (jsc#PED-12416 CVE-2024-53163 bsc#1234828).
  - Update
    patches.suse/crypto-qat-validate-slices-count-returned-by-FW.patch
    (jsc#PED-12416 CVE-2024-38606 bsc#1226871).
  - Update
    patches.suse/dm-raid-Fix-WARN_ON_ONCE-check-for-sync_thread-in-ra.patch
    (git-fixes CVE-2024-43820 bsc#1229311).
  - Update
    patches.suse/fbdev-pxafb-Fix-possible-use-after-free-in-pxafb_tas.patch
    (stable-fixes CVE-2024-49924 bsc#1232364).
  - Update
    patches.suse/media-cx24116-prevent-overflows-on-SNR-calculus.patch
    (git-fixes CVE-2024-50290 bsc#1233479 bsc#1225742).
  - Update
    patches.suse/media-dvbdev-prevent-the-risk-of-out-of-memory-acces.patch
    (git-fixes CVE-2024-53063 bsc#1233557 bsc#1225742).
  - commit e0b966a
  - IB/mad: Check available slots before posting receive WRs (git-fixes)
  - commit 34587d0
  - RDMA/mlx5: Fix calculation of total invalidated pages (git-fixes)
  - commit 2fa0f31
  - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (git-fixes)
  - commit b249c41
  - RDMA/mlx5: Fix cache entry update on dereg error (git-fixes)
  - commit 0fe5ca5
  - RDMA/mlx5: Fix MR cache initialization error flow (git-fixes)
  - commit e5c2137
  - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (git-fixes)
  - commit 3634652

++++ kernel-rt_debug:

  - ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up (CVE-2025-21887 bsc#1240176)
  - commit d9e7d31
  - mptcp: always handle address removal under msk socket lock (CVE-2025-21875 bsc#1240168)
  - commit ae417d1
  - perf/core: Add RCU read lock protection to perf_iterate_ctx() (CVE-2025-21889 bsc#1240167)
  - commit 6d49490
  - nvkm: correctly calculate the available space of the GSP cmdq buffer (CVE-2024-58018 bsc#1238990)
  - commit 3fbbd2b
  - team: prevent adding a device which is already a team device lower (CVE-2024-58071 bsc#1238970)
  - commit 0e6515d
  - mm/page_alloc: fix memory accept before watermarks gets
    initialized (bsc#1239600).
  - commit 10a4fc6
  - netfilter: allow exp not to be removed in nf_ct_find_expectation
    (CVE-2023-52927 bsc#1239644).
  - commit 67af0a4
  - nvme-tcp: Fix a C2HTermReq error message (git-fixes).
  - commit c4c365f
  - nvme: move error logging from nvme_end_req() to __nvme_end_req()
    (git-fixes).
  - commit c939fa2
  - nvme-fc: rely on state transitions to handle connectivity loss
    (git-fixes bsc#1222649).
  - commit 0e1fcfd
  - nvme: allow passthru cmd error logging (git-fixes).
    Refresh:
  - patches.suse/nvme-fix-multipath-batched-completion-accounting.patch
  - patches.suse/nvme-use-srcu-for-iterating-namespace-list.patch
  - patches.suse/nvme-split-off-tls-sysfs-attributes-into-a-separate-group.patch
  - commit ca344c0
  - arm64: cputype: Add MIDR_CORTEX_A76AE (git-fixes)
  - commit aad868b
  - nvmet-fc: Remove unused functions (git-fixes).
  - nvme-pci: remove stale comment (git-fixes).
  - nvme-tcp: fix signedness bug in nvme_tcp_init_connection()
    (git-fixes).
  - nvmet-tcp: Fix a possible sporadic response drops in weakly
    ordered arch (git-fixes).
  - nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()
    (git-fixes).
  - nvmet: remove old function prototype (git-fixes).
  - nvme-ioctl: fix leaked requests on mapping error (git-fixes).
  - nvme: only allow entering LIVE from CONNECTING state
    (git-fixes bsc#1222649).
  - nvmet-rdma: recheck queue state is LIVE in state lock in recv
    done (git-fixes).
  - nvme-tcp: add basic support for the C2HTermReq PDU (git-fixes).
  - nvme-pci: quirk Acer FA100 for non-uniqueue identifiers
    (git-fixes).
  - nvme-fc: do not ignore connectivity loss during connecting
    (git-fixes bsc#1222649).
    Refresh:
  - patches.suse/nvme-fc-use-ctrl-state-getter.patch
  - nvme-fc: go straight to connecting state when initializing
    (git-fixes bsc#1222649).
  - commit 22d62a2
  - arm64: dts: rockchip: Fix PWM pinctrl names (git-fixes)
  - commit bea89fa
  - arm64: dts: rockchip: Remove bluetooth node from rock-3a (git-fixes)
  - commit 3224bb8
  - arm64: tegra: Remove the Orin NX/Nano suspend key (git-fixes)
  - commit bcfde59
  - arm64: errata: Add newer ARM cores to the spectre_bhb_loop_affected() (git-fixes)
  - commit 4d30cdc
  - arm64: errata: Add KRYO 2XX/3XX/4XX silver cores to Spectre BHB safe (git-fixes)
  - commit 49aa8a8
  - arm64: errata: Assume that unknown CPUs _are_ vulnerable to Spectre (git-fixes)
  - commit eb80776
  - arm64: errata: Add QCOM_KRYO_4XX_GOLD to the spectre_bhb_k24_list (git-fixes)
  - commit b4f3b31
  - idpf: fix checksums set in idpf_rx_rsc() (CVE-2025-21890
    bsc#1240173).
  - ice: Fix deinitializing VF in error path (CVE-2025-21883
    bsc#1240189).
  - ipvlan: ensure network headers are in skb linear part
    (CVE-2025-21891 bsc#1240186).
  - commit ac7a561
  - Update
    patches.suse/RDMA-bnxt_re-Fix-the-page-details-for-the-srq-create.patch
    (git-fixes CVE-2025-21885 bsc#1240169).
  - Update
    patches.suse/RDMA-mlx5-Fix-a-WARN-during-dereg_mr-for-DM-type.patch
    (git-fixes CVE-2025-21888 bsc#1240177).
  - Update
    patches.suse/RDMA-mlx5-Fix-implicit-ODP-hang-on-parent-deregistra.patch
    (git-fixes CVE-2025-21886 bsc#1240188).
  - Update
    patches.suse/RDMA-mlx5-Fix-the-recovery-flow-of-the-UMR-QP.patch
    (git-fixes CVE-2025-21892 bsc#1240175).
  - Update
    patches.suse/i2c-npcm-disable-interrupt-enable-bit-before-devm_re.patch
    (git-fixes CVE-2025-21878 bsc#1240192).
  - Update
    patches.suse/ibmvnic-Don-t-reference-skb-after-sending-to-VIOS.patch
    (CVE-2025-21858 bsc#1239468 CVE-2025-21855 bsc#1239484).
  - Update patches.suse/iommu-vt-d-Fix-suspicious-RCU-usage.patch
    (git-fixes CVE-2025-21876 bsc#1240179).
  - Update
    patches.suse/ndisc-use-RCU-protection-in-ndisc_alloc_skb.patch
    (bsc#1239994 CVE-2025-21764 bsc#1237885).
  - Update
    patches.suse/powerpc-code-patching-Disable-KASAN-report-during-pa.patch
    (bsc#1215199 CVE-2025-21869 bsc#1240182).
  - Update
    patches.suse/usbnet-gl620a-fix-endpoint-checking-in-genelink_bind.patch
    (git-fixes CVE-2025-21877 bsc#1240172).
  - commit 9c6e710
  - Update
    patches.suse/block-fix-integer-overflow-in-BLKSECDISCARD.patch
    (git-fixes CVE-2024-49994 bsc#1225770 bsc#1237757).
  - Update
    patches.suse/crypto-qat-qat_420xx-fix-off-by-one-in-uof_get_name.patch
    (jsc#PED-12416 CVE-2024-53163 bsc#1234828).
  - Update
    patches.suse/crypto-qat-validate-slices-count-returned-by-FW.patch
    (jsc#PED-12416 CVE-2024-38606 bsc#1226871).
  - Update
    patches.suse/dm-raid-Fix-WARN_ON_ONCE-check-for-sync_thread-in-ra.patch
    (git-fixes CVE-2024-43820 bsc#1229311).
  - Update
    patches.suse/fbdev-pxafb-Fix-possible-use-after-free-in-pxafb_tas.patch
    (stable-fixes CVE-2024-49924 bsc#1232364).
  - Update
    patches.suse/media-cx24116-prevent-overflows-on-SNR-calculus.patch
    (git-fixes CVE-2024-50290 bsc#1233479 bsc#1225742).
  - Update
    patches.suse/media-dvbdev-prevent-the-risk-of-out-of-memory-acces.patch
    (git-fixes CVE-2024-53063 bsc#1233557 bsc#1225742).
  - commit e0b966a
  - IB/mad: Check available slots before posting receive WRs (git-fixes)
  - commit 34587d0
  - RDMA/mlx5: Fix calculation of total invalidated pages (git-fixes)
  - commit 2fa0f31
  - RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow (git-fixes)
  - commit b249c41
  - RDMA/mlx5: Fix cache entry update on dereg error (git-fixes)
  - commit 0fe5ca5
  - RDMA/mlx5: Fix MR cache initialization error flow (git-fixes)
  - commit e5c2137
  - RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() (git-fixes)
  - commit 3634652

++++ nvidia-open-driver-G06-signed:

  - limit build of -azure flavor to SP6

------------------------------------------------------------------
------------------  2025-3-30  -  Mar 30 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - power: supply: max77693: Fix wrong conversion of charge input
    threshold value (git-fixes).
  - pinctrl: qcom: Clear latched interrupt status when changing
    IRQ type (git-fixes).
  - pinctrl: tegra: Set SFIO mode to Mux Register (git-fixes).
  - pinctrl: intel: Fix wrong bypass assignment in
    intel_pinctrl_probe_pwm() (git-fixes).
  - pinctrl: renesas: rza2: Fix missing of_node_put() call
    (git-fixes).
  - pinctrl: renesas: rzv2m: Fix missing of_node_put() call
    (git-fixes).
  - backlight: led_bl: Hold led_access lock when calling
    led_sysfs_disable() (git-fixes).
  - leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res
    PWMs (git-fixes).
  - leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMs
    (git-fixes).
  - Revert "leds-pca955x: Remove the unused function
    pca95xx_num_led_regs()" (stable-fixes).
  - crypto: nx - Fix uninitialised hv_nxc on error (git-fixes).
  - crypto: qat - remove access to parity register for QAT GEN4
    (git-fixes).
  - crypto: qat - set parity error mask for qat_420xx (git-fixes).
  - crypto: ccp - Fix uAPI definitions of PSP errors (git-fixes).
  - crypto: iaa - Test the correct request flag (git-fixes).
  - crypto: hisilicon/sec2 - fix for sec spec check (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead authsize alignment
    (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead auth key length
    (git-fixes).
  - crypto: ccp - Fix check for the primary ASP device (git-fixes).
  - lib: 842: Improve error handling in sw842_compress()
    (git-fixes).
  - commit 8ad02d4
  - mfd: ene-kb3930: Fix a potential NULL pointer dereference
    (git-fixes).
  - mfd: sm501: Switch to BIT() to mitigate integer overflows
    (git-fixes).
  - mfd: syscon: Fix race in device_node_get_regmap() (git-fixes).
  - mfd: syscon: Use scoped variables with memory allocators to
    simplify error paths (stable-fixes).
  - mfd: syscon: Add of_syscon_register_regmap() API (stable-fixes).
  - mfd: syscon: Remove extern from function prototypes
    (stable-fixes).
  - commit 87db269

++++ kernel-rt:

  - power: supply: max77693: Fix wrong conversion of charge input
    threshold value (git-fixes).
  - pinctrl: qcom: Clear latched interrupt status when changing
    IRQ type (git-fixes).
  - pinctrl: tegra: Set SFIO mode to Mux Register (git-fixes).
  - pinctrl: intel: Fix wrong bypass assignment in
    intel_pinctrl_probe_pwm() (git-fixes).
  - pinctrl: renesas: rza2: Fix missing of_node_put() call
    (git-fixes).
  - pinctrl: renesas: rzv2m: Fix missing of_node_put() call
    (git-fixes).
  - backlight: led_bl: Hold led_access lock when calling
    led_sysfs_disable() (git-fixes).
  - leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res
    PWMs (git-fixes).
  - leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMs
    (git-fixes).
  - Revert "leds-pca955x: Remove the unused function
    pca95xx_num_led_regs()" (stable-fixes).
  - crypto: nx - Fix uninitialised hv_nxc on error (git-fixes).
  - crypto: qat - remove access to parity register for QAT GEN4
    (git-fixes).
  - crypto: qat - set parity error mask for qat_420xx (git-fixes).
  - crypto: ccp - Fix uAPI definitions of PSP errors (git-fixes).
  - crypto: iaa - Test the correct request flag (git-fixes).
  - crypto: hisilicon/sec2 - fix for sec spec check (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead authsize alignment
    (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead auth key length
    (git-fixes).
  - crypto: ccp - Fix check for the primary ASP device (git-fixes).
  - lib: 842: Improve error handling in sw842_compress()
    (git-fixes).
  - commit 8ad02d4
  - mfd: ene-kb3930: Fix a potential NULL pointer dereference
    (git-fixes).
  - mfd: sm501: Switch to BIT() to mitigate integer overflows
    (git-fixes).
  - mfd: syscon: Fix race in device_node_get_regmap() (git-fixes).
  - mfd: syscon: Use scoped variables with memory allocators to
    simplify error paths (stable-fixes).
  - mfd: syscon: Add of_syscon_register_regmap() API (stable-fixes).
  - mfd: syscon: Remove extern from function prototypes
    (stable-fixes).
  - commit 87db269

++++ kernel-rt_debug:

  - power: supply: max77693: Fix wrong conversion of charge input
    threshold value (git-fixes).
  - pinctrl: qcom: Clear latched interrupt status when changing
    IRQ type (git-fixes).
  - pinctrl: tegra: Set SFIO mode to Mux Register (git-fixes).
  - pinctrl: intel: Fix wrong bypass assignment in
    intel_pinctrl_probe_pwm() (git-fixes).
  - pinctrl: renesas: rza2: Fix missing of_node_put() call
    (git-fixes).
  - pinctrl: renesas: rzv2m: Fix missing of_node_put() call
    (git-fixes).
  - backlight: led_bl: Hold led_access lock when calling
    led_sysfs_disable() (git-fixes).
  - leds: rgb: leds-qcom-lpg: Fix calculation of best period Hi-Res
    PWMs (git-fixes).
  - leds: rgb: leds-qcom-lpg: Fix pwm resolution max for Hi-Res PWMs
    (git-fixes).
  - Revert "leds-pca955x: Remove the unused function
    pca95xx_num_led_regs()" (stable-fixes).
  - crypto: nx - Fix uninitialised hv_nxc on error (git-fixes).
  - crypto: qat - remove access to parity register for QAT GEN4
    (git-fixes).
  - crypto: qat - set parity error mask for qat_420xx (git-fixes).
  - crypto: ccp - Fix uAPI definitions of PSP errors (git-fixes).
  - crypto: iaa - Test the correct request flag (git-fixes).
  - crypto: hisilicon/sec2 - fix for sec spec check (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead authsize alignment
    (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead auth key length
    (git-fixes).
  - crypto: ccp - Fix check for the primary ASP device (git-fixes).
  - lib: 842: Improve error handling in sw842_compress()
    (git-fixes).
  - commit 8ad02d4
  - mfd: ene-kb3930: Fix a potential NULL pointer dereference
    (git-fixes).
  - mfd: sm501: Switch to BIT() to mitigate integer overflows
    (git-fixes).
  - mfd: syscon: Fix race in device_node_get_regmap() (git-fixes).
  - mfd: syscon: Use scoped variables with memory allocators to
    simplify error paths (stable-fixes).
  - mfd: syscon: Add of_syscon_register_regmap() API (stable-fixes).
  - mfd: syscon: Remove extern from function prototypes
    (stable-fixes).
  - commit 87db269

------------------------------------------------------------------
------------------  2025-3-29  -  Mar 29 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - schema: Allow C as a valid locale
    It should be permitted to set the "C.UTF-8" locale for minimal images
    that are not preloaded with locales. The "C.UTF-8" locale has been
    supported in Linux distributions for many years.

++++ kernel-default:

  - ocfs2: mark dquot as inactive if failed to start trans while
    releasing dquot (git-fixes).
  - commit 54dc104
  - ocfs2: fix deadlock in ocfs2_get_system_file_inode (git-fixes).
  - commit 73be6ce
  - ocfs2: update seq_file index in ocfs2_dlm_seq_next (git-fixes).
  - commit ef7689a
  - ocfs2: check dir i_size in ocfs2_find_entry (git-fixes).
  - commit cc4c3a7
  - ocfs2: handle a symlink read error correctly (git-fixes).
  - commit 79c2998
  - dlm: prevent NPD when writing a positive value to event_done
    (git-fixes).
  - commit 8f717c8
  - jfs: add index corruption check to DT_GETPAGE() (git-fixes).
  - commit bb32126
  - jfs: fix slab-out-of-bounds read in ea_get() (git-fixes).
  - commit 45fdfe2
  - jfs: add check read-only before truncation in
    jfs_truncate_nolock() (git-fixes).
  - commit 88c1bf9
  - jfs: add check read-only before txBeginAnon() call (git-fixes).
  - commit 7ae1e64
  - jfs: reject on-disk inodes of an unsupported type (git-fixes).
  - commit fd3fbef
  - Move upstreamed nfsd and sunrpc patches into sorted section
  - commit 8ca9bbb
  - Move upstreamed PCI and initramfs patches into sorted section
  - commit 66970bb
  - Move upstreamed powerpc and SCSI patches into sorted section
  - commit 21807c4
  - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe
    (git-fixes).
  - PCI: dwc: ep: Return -ENOMEM for allocation failures
    (git-fixes).
  - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx
    without data payload (git-fixes).
  - PCI: brcmstb: Fix potential premature regulator disabling
    (git-fixes).
  - PCI: brcmstb: Fix error path after a call to
    regulator_bulk_get() (git-fixes).
  - PCI: brcmstb: Use internal register to change link capability
    (git-fixes).
  - PCI: brcmstb: Set generation limit before PCIe link up
    (git-fixes).
  - PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()
    (git-fixes).
  - PCI: Avoid reset when disabled via sysfs (git-fixes).
  - PCI: pciehp: Don't enable HPIE when resuming in poll mode
    (git-fixes).
  - PCI/portdrv: Only disable pciehp interrupts early when needed
    (git-fixes).
  - PCI: Remove stray put_device() in pci_register_host_bridge()
    (git-fixes).
  - PCI: Fix reference leak in pci_alloc_child_bus() (git-fixes).
  - PCI/ASPM: Fix link state exit during switch upstream function
    removal (git-fixes).
  - PCI/ACS: Fix 'pci=config_acs=' parameter (git-fixes).
  - drm/amd/display: avoid NPD when ASIC does not support DMUB
    (git-fixes).
  - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer()
    (git-fixes).
  - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL
    ptr (git-fixes).
  - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member
    (git-fixes).
  - drm/mediatek: mtk_hdmi: Unregister audio platform device on
    failure (git-fixes).
  - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (git-fixes).
  - drm/msm/a6xx: Fix stale rpmh votes from GPU (git-fixes).
  - drm/msm/dsi: Set PHY usescase (and mode) before registering
    DSI host (git-fixes).
  - drm/msm/dsi: Use existing per-interface slice count in DSC
    timing (git-fixes).
  - drm/msm/dpu: don't use active in atomic_check() (git-fixes).
  - drm/amd/display: fix type mismatch in
    CalculateDynamicMetadataParameters() (git-fixes).
  - drm/amdkfd: Fix Circular Locking Dependency in
    'svm_range_cpu_invalidate_pagetables' (git-fixes).
  - drm/bridge: Fix spelling mistake "gettin" -> "getting"
    (git-fixes).
  - drm/repaper: fix integer overflows in repeat functions
    (git-fixes).
  - drm/panel: ilitek-ili9882t: fix GPIO name in error message
    (git-fixes).
  - drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro
    (git-fixes).
  - drm/amdgpu: Replace Mutex with Spinlock for RLCG register
    access to avoid Priority Inversion in SRIOV (git-fixes).
  - drm/amdgpu/umsch: declare umsch firmware (git-fixes).
  - drm/radeon/ci_dpm: Remove needless NULL checks of dpm tables
    (git-fixes).
  - drm/vkms: Fix use after free and double free on init error
    (git-fixes).
  - drm: xlnx: zynqmp: Fix max dma segment size (git-fixes).
  - drm/bridge: it6505: fix HDCP V match check is not performed
    correctly (git-fixes).
  - drm/dp_mst: Fix drm RAD print (git-fixes).
  - drm/ssd130x: ensure ssd132x pitch is correct (git-fixes).
  - drm/ssd130x: fix ssd132x encoding (git-fixes).
  - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning
    (git-fixes).
  - drm/bridge: ti-sn65dsi86: Fix multiple instances (git-fixes).
  - fbdev: sm501fb: Add some geometry checks (git-fixes).
  - mdacon: rework dependency list (git-fixes).
  - dummycon: fix default rows/cols (git-fixes).
  - fbdev: au1100fb: Move a variable assignment behind a null
    pointer check (git-fixes).
  - tpm, tpm_tis: Fix timeout handling when waiting for TPM status
    (git-fixes).
  - tpm: do not start chip while suspended (git-fixes).
  - regulator: check that dummy regulator has been probed before
    using it (stable-fixes).
  - drm/amd/display: Use HW lock mgr for PSR1 when only one eDP
    (git-fixes).
  - drm/amdgpu: Fix JPEG video caps max size for navi1x and raven
    (stable-fixes).
  - drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size
    (stable-fixes).
  - soc: imx8m: Unregister cpufreq and soc dev in cleanup path
    (git-fixes).
  - soc: imx8m: Use devm_* to simplify probe failure handling
    (stable-fixes).
  - soc: imx8m: Remove global soc_uid (stable-fixes).
  - fbdev: pxafb: Fix possible use after free in pxafb_task()
    (stable-fixes).
  - commit 0b221d1

++++ kernel-rt:

  - ocfs2: mark dquot as inactive if failed to start trans while
    releasing dquot (git-fixes).
  - commit 54dc104
  - ocfs2: fix deadlock in ocfs2_get_system_file_inode (git-fixes).
  - commit 73be6ce
  - ocfs2: update seq_file index in ocfs2_dlm_seq_next (git-fixes).
  - commit ef7689a
  - ocfs2: check dir i_size in ocfs2_find_entry (git-fixes).
  - commit cc4c3a7
  - ocfs2: handle a symlink read error correctly (git-fixes).
  - commit 79c2998
  - dlm: prevent NPD when writing a positive value to event_done
    (git-fixes).
  - commit 8f717c8
  - jfs: add index corruption check to DT_GETPAGE() (git-fixes).
  - commit bb32126
  - jfs: fix slab-out-of-bounds read in ea_get() (git-fixes).
  - commit 45fdfe2
  - jfs: add check read-only before truncation in
    jfs_truncate_nolock() (git-fixes).
  - commit 88c1bf9
  - jfs: add check read-only before txBeginAnon() call (git-fixes).
  - commit 7ae1e64
  - jfs: reject on-disk inodes of an unsupported type (git-fixes).
  - commit fd3fbef
  - Move upstreamed nfsd and sunrpc patches into sorted section
  - commit 8ca9bbb
  - Move upstreamed PCI and initramfs patches into sorted section
  - commit 66970bb
  - Move upstreamed powerpc and SCSI patches into sorted section
  - commit 21807c4
  - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe
    (git-fixes).
  - PCI: dwc: ep: Return -ENOMEM for allocation failures
    (git-fixes).
  - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx
    without data payload (git-fixes).
  - PCI: brcmstb: Fix potential premature regulator disabling
    (git-fixes).
  - PCI: brcmstb: Fix error path after a call to
    regulator_bulk_get() (git-fixes).
  - PCI: brcmstb: Use internal register to change link capability
    (git-fixes).
  - PCI: brcmstb: Set generation limit before PCIe link up
    (git-fixes).
  - PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()
    (git-fixes).
  - PCI: Avoid reset when disabled via sysfs (git-fixes).
  - PCI: pciehp: Don't enable HPIE when resuming in poll mode
    (git-fixes).
  - PCI/portdrv: Only disable pciehp interrupts early when needed
    (git-fixes).
  - PCI: Remove stray put_device() in pci_register_host_bridge()
    (git-fixes).
  - PCI: Fix reference leak in pci_alloc_child_bus() (git-fixes).
  - PCI/ASPM: Fix link state exit during switch upstream function
    removal (git-fixes).
  - PCI/ACS: Fix 'pci=config_acs=' parameter (git-fixes).
  - drm/amd/display: avoid NPD when ASIC does not support DMUB
    (git-fixes).
  - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer()
    (git-fixes).
  - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL
    ptr (git-fixes).
  - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member
    (git-fixes).
  - drm/mediatek: mtk_hdmi: Unregister audio platform device on
    failure (git-fixes).
  - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (git-fixes).
  - drm/msm/a6xx: Fix stale rpmh votes from GPU (git-fixes).
  - drm/msm/dsi: Set PHY usescase (and mode) before registering
    DSI host (git-fixes).
  - drm/msm/dsi: Use existing per-interface slice count in DSC
    timing (git-fixes).
  - drm/msm/dpu: don't use active in atomic_check() (git-fixes).
  - drm/amd/display: fix type mismatch in
    CalculateDynamicMetadataParameters() (git-fixes).
  - drm/amdkfd: Fix Circular Locking Dependency in
    'svm_range_cpu_invalidate_pagetables' (git-fixes).
  - drm/bridge: Fix spelling mistake "gettin" -> "getting"
    (git-fixes).
  - drm/repaper: fix integer overflows in repeat functions
    (git-fixes).
  - drm/panel: ilitek-ili9882t: fix GPIO name in error message
    (git-fixes).
  - drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro
    (git-fixes).
  - drm/amdgpu: Replace Mutex with Spinlock for RLCG register
    access to avoid Priority Inversion in SRIOV (git-fixes).
  - drm/amdgpu/umsch: declare umsch firmware (git-fixes).
  - drm/radeon/ci_dpm: Remove needless NULL checks of dpm tables
    (git-fixes).
  - drm/vkms: Fix use after free and double free on init error
    (git-fixes).
  - drm: xlnx: zynqmp: Fix max dma segment size (git-fixes).
  - drm/bridge: it6505: fix HDCP V match check is not performed
    correctly (git-fixes).
  - drm/dp_mst: Fix drm RAD print (git-fixes).
  - drm/ssd130x: ensure ssd132x pitch is correct (git-fixes).
  - drm/ssd130x: fix ssd132x encoding (git-fixes).
  - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning
    (git-fixes).
  - drm/bridge: ti-sn65dsi86: Fix multiple instances (git-fixes).
  - fbdev: sm501fb: Add some geometry checks (git-fixes).
  - mdacon: rework dependency list (git-fixes).
  - dummycon: fix default rows/cols (git-fixes).
  - fbdev: au1100fb: Move a variable assignment behind a null
    pointer check (git-fixes).
  - tpm, tpm_tis: Fix timeout handling when waiting for TPM status
    (git-fixes).
  - tpm: do not start chip while suspended (git-fixes).
  - regulator: check that dummy regulator has been probed before
    using it (stable-fixes).
  - drm/amd/display: Use HW lock mgr for PSR1 when only one eDP
    (git-fixes).
  - drm/amdgpu: Fix JPEG video caps max size for navi1x and raven
    (stable-fixes).
  - drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size
    (stable-fixes).
  - soc: imx8m: Unregister cpufreq and soc dev in cleanup path
    (git-fixes).
  - soc: imx8m: Use devm_* to simplify probe failure handling
    (stable-fixes).
  - soc: imx8m: Remove global soc_uid (stable-fixes).
  - fbdev: pxafb: Fix possible use after free in pxafb_task()
    (stable-fixes).
  - commit 0b221d1

++++ kernel-rt_debug:

  - ocfs2: mark dquot as inactive if failed to start trans while
    releasing dquot (git-fixes).
  - commit 54dc104
  - ocfs2: fix deadlock in ocfs2_get_system_file_inode (git-fixes).
  - commit 73be6ce
  - ocfs2: update seq_file index in ocfs2_dlm_seq_next (git-fixes).
  - commit ef7689a
  - ocfs2: check dir i_size in ocfs2_find_entry (git-fixes).
  - commit cc4c3a7
  - ocfs2: handle a symlink read error correctly (git-fixes).
  - commit 79c2998
  - dlm: prevent NPD when writing a positive value to event_done
    (git-fixes).
  - commit 8f717c8
  - jfs: add index corruption check to DT_GETPAGE() (git-fixes).
  - commit bb32126
  - jfs: fix slab-out-of-bounds read in ea_get() (git-fixes).
  - commit 45fdfe2
  - jfs: add check read-only before truncation in
    jfs_truncate_nolock() (git-fixes).
  - commit 88c1bf9
  - jfs: add check read-only before txBeginAnon() call (git-fixes).
  - commit 7ae1e64
  - jfs: reject on-disk inodes of an unsupported type (git-fixes).
  - commit fd3fbef
  - Move upstreamed nfsd and sunrpc patches into sorted section
  - commit 8ca9bbb
  - Move upstreamed PCI and initramfs patches into sorted section
  - commit 66970bb
  - Move upstreamed powerpc and SCSI patches into sorted section
  - commit 21807c4
  - PCI: xilinx-cpm: Fix IRQ domain leak in error path of probe
    (git-fixes).
  - PCI: dwc: ep: Return -ENOMEM for allocation failures
    (git-fixes).
  - PCI: cadence-ep: Fix the driver to send MSG TLP for INTx
    without data payload (git-fixes).
  - PCI: brcmstb: Fix potential premature regulator disabling
    (git-fixes).
  - PCI: brcmstb: Fix error path after a call to
    regulator_bulk_get() (git-fixes).
  - PCI: brcmstb: Use internal register to change link capability
    (git-fixes).
  - PCI: brcmstb: Set generation limit before PCIe link up
    (git-fixes).
  - PCI: brcmstb: Fix missing of_node_put() in brcm_pcie_probe()
    (git-fixes).
  - PCI: Avoid reset when disabled via sysfs (git-fixes).
  - PCI: pciehp: Don't enable HPIE when resuming in poll mode
    (git-fixes).
  - PCI/portdrv: Only disable pciehp interrupts early when needed
    (git-fixes).
  - PCI: Remove stray put_device() in pci_register_host_bridge()
    (git-fixes).
  - PCI: Fix reference leak in pci_alloc_child_bus() (git-fixes).
  - PCI/ASPM: Fix link state exit during switch upstream function
    removal (git-fixes).
  - PCI/ACS: Fix 'pci=config_acs=' parameter (git-fixes).
  - drm/amd/display: avoid NPD when ASIC does not support DMUB
    (git-fixes).
  - drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer()
    (git-fixes).
  - drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL
    ptr (git-fixes).
  - drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size member
    (git-fixes).
  - drm/mediatek: mtk_hdmi: Unregister audio platform device on
    failure (git-fixes).
  - drm/msm/a6xx: Fix a6xx indexed-regs in devcoreduump (git-fixes).
  - drm/msm/a6xx: Fix stale rpmh votes from GPU (git-fixes).
  - drm/msm/dsi: Set PHY usescase (and mode) before registering
    DSI host (git-fixes).
  - drm/msm/dsi: Use existing per-interface slice count in DSC
    timing (git-fixes).
  - drm/msm/dpu: don't use active in atomic_check() (git-fixes).
  - drm/amd/display: fix type mismatch in
    CalculateDynamicMetadataParameters() (git-fixes).
  - drm/amdkfd: Fix Circular Locking Dependency in
    'svm_range_cpu_invalidate_pagetables' (git-fixes).
  - drm/bridge: Fix spelling mistake "gettin" -> "getting"
    (git-fixes).
  - drm/repaper: fix integer overflows in repeat functions
    (git-fixes).
  - drm/panel: ilitek-ili9882t: fix GPIO name in error message
    (git-fixes).
  - drm/i915/dsi: Use TRANS_DDI_FUNC_CTL's own port width macro
    (git-fixes).
  - drm/amdgpu: Replace Mutex with Spinlock for RLCG register
    access to avoid Priority Inversion in SRIOV (git-fixes).
  - drm/amdgpu/umsch: declare umsch firmware (git-fixes).
  - drm/radeon/ci_dpm: Remove needless NULL checks of dpm tables
    (git-fixes).
  - drm/vkms: Fix use after free and double free on init error
    (git-fixes).
  - drm: xlnx: zynqmp: Fix max dma segment size (git-fixes).
  - drm/bridge: it6505: fix HDCP V match check is not performed
    correctly (git-fixes).
  - drm/dp_mst: Fix drm RAD print (git-fixes).
  - drm/ssd130x: ensure ssd132x pitch is correct (git-fixes).
  - drm/ssd130x: fix ssd132x encoding (git-fixes).
  - drm/ssd130x: Set SPI .id_table to prevent an SPI core warning
    (git-fixes).
  - drm/bridge: ti-sn65dsi86: Fix multiple instances (git-fixes).
  - fbdev: sm501fb: Add some geometry checks (git-fixes).
  - mdacon: rework dependency list (git-fixes).
  - dummycon: fix default rows/cols (git-fixes).
  - fbdev: au1100fb: Move a variable assignment behind a null
    pointer check (git-fixes).
  - tpm, tpm_tis: Fix timeout handling when waiting for TPM status
    (git-fixes).
  - tpm: do not start chip while suspended (git-fixes).
  - regulator: check that dummy regulator has been probed before
    using it (stable-fixes).
  - drm/amd/display: Use HW lock mgr for PSR1 when only one eDP
    (git-fixes).
  - drm/amdgpu: Fix JPEG video caps max size for navi1x and raven
    (stable-fixes).
  - drm/amdgpu: Fix MPEG2, MPEG4 and VC1 video caps max size
    (stable-fixes).
  - soc: imx8m: Unregister cpufreq and soc dev in cleanup path
    (git-fixes).
  - soc: imx8m: Use devm_* to simplify probe failure handling
    (stable-fixes).
  - soc: imx8m: Remove global soc_uid (stable-fixes).
  - fbdev: pxafb: Fix possible use after free in pxafb_task()
    (stable-fixes).
  - commit 0b221d1

------------------------------------------------------------------
------------------  2025-3-28  -  Mar 28 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - mptcp: pm: only set fullmesh for subflow endp (CVE-2025-21706 bsc#1238528)
  - commit 1499b76
  - net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
    (git-fixes).
  - net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue (git-fixes).
  - ioam6: improve checks on user data (git-fixes).
  - net: ipv6: ioam6: new feature tunsrc (git-fixes).
  - net: ipv6: ioam6: code alignment (git-fixes).
  - ipv6: ioam: block BH from ioam6_output() (git-fixes).
  - commit 2678976
  - af_unix: Remove put_pid()/put_cred() in copy_peercred()
    (bsc#1240334).
  - commit 3c2ac6a
  - splice: do not checksum AF_UNIX sockets (bsc#1240333).
  - commit 73d1c92
  - Reapply "wifi: ath11k: restore country code during resume"
    (bsc#1207948).
  - wifi: ath11k: choose default PM policy for hibernation
    (bsc#1207948).
  - wifi: ath11k: support non-WoWLAN mode suspend as well
    (bsc#1207948).
  - wifi: ath11k: refactor ath11k_core_suspend/_resume()
    (bsc#1207948).
  - wifi: ath11k: introduce ath11k_core_continue_suspend_resume()
    (bsc#1207948).
  - wifi: ath11k: determine PM policy based on machine model
    (bsc#1207948).
  - commit 776bdcc
  - tee: optee: Fix supplicant wait loop (CVE-2025-21871
    bsc#1240183).
  - ASoC: SOF: ipc4-topology: Harden loops for looking up ALH
    copiers (CVE-2025-21870 bsc#1240191).
  - commit d4df66d
  - kunit: qemu_configs: sparc: use Zilog console (git-fixes).
  - bus: qcom-ssc-block-bus: Fix the error handling path of
    qcom_ssc_block_bus_probe() (git-fixes).
  - bus: qcom-ssc-block-bus: Remove some duplicated iounmap()
    calls (git-fixes).
  - memory: mtk-smi: Add ostd setting for mt8192 (git-fixes).
  - soc: samsung: exynos-chipid: Add NULL pointer check in
    exynos_chipid_probe() (git-fixes).
  - soc: mediatek: mt8365-mmsys: Fix routing table masks and values
    (git-fixes).
  - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries
    (git-fixes).
  - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo()
    (git-fixes).
  - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION
    before comparison (git-fixes).
  - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel
    (git-fixes).
  - wifi: mt76: mt7925: remove unused acpi function for clc
    (git-fixes).
  - wifi: mt76: Add check for devm_kstrdup() (git-fixes).
  - wifi: mt76: mt7925: fix country count limitation for CLC
    (git-fixes).
  - wifi: mt76: mt7925: ensure wow pattern command align fw format
    (git-fixes).
  - wifi: mt76: mt7915: fix possible integer overflows in
    mt7915_muru_stats_show() (git-fixes).
  - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (git-fixes).
  - wifi: rtw89: fw: correct debug message format in
    rtw89_build_txpwr_trk_tbl_from_elm() (git-fixes).
  - wifi: mwifiex: Fix premature release of RF calibration data
    (git-fixes).
  - wifi: cfg80211: init wiphy_work before allocating rfkill fails
    (git-fixes).
  - wifi: ath12k: Clear affinity hint before calling
    ath12k_pci_free_irq() in error path (git-fixes).
  - wifi: ath11k: Clear affinity hint before calling
    ath11k_pcic_free_irq() in error path (git-fixes).
  - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor
    mode (git-fixes).
  - wifi: ath11k: fix RCU stall while reaping monitor destination
    ring (git-fixes).
  - wifi: ath11k: fix wrong overriding for VHT Beamformee STS
    Capability (git-fixes).
  - wifi: ath9k: do not submit zero bytes to the entropy pool
    (git-fixes).
  - wifi: ath12k: encode max Tx power in scan channel list command
    (git-fixes).
  - broadcom: fix supported flag check in periodic output function
    (git-fixes).
  - wifi: mac80211: fix integer overflow in hwmp_route_info_get()
    (git-fixes).
  - commit 62d1ca7

++++ kernel-rt:

  - mptcp: pm: only set fullmesh for subflow endp (CVE-2025-21706 bsc#1238528)
  - commit 1499b76
  - net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
    (git-fixes).
  - net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue (git-fixes).
  - ioam6: improve checks on user data (git-fixes).
  - net: ipv6: ioam6: new feature tunsrc (git-fixes).
  - net: ipv6: ioam6: code alignment (git-fixes).
  - ipv6: ioam: block BH from ioam6_output() (git-fixes).
  - commit 2678976
  - af_unix: Remove put_pid()/put_cred() in copy_peercred()
    (bsc#1240334).
  - commit 3c2ac6a
  - splice: do not checksum AF_UNIX sockets (bsc#1240333).
  - commit 73d1c92
  - Reapply "wifi: ath11k: restore country code during resume"
    (bsc#1207948).
  - wifi: ath11k: choose default PM policy for hibernation
    (bsc#1207948).
  - wifi: ath11k: support non-WoWLAN mode suspend as well
    (bsc#1207948).
  - wifi: ath11k: refactor ath11k_core_suspend/_resume()
    (bsc#1207948).
  - wifi: ath11k: introduce ath11k_core_continue_suspend_resume()
    (bsc#1207948).
  - wifi: ath11k: determine PM policy based on machine model
    (bsc#1207948).
  - commit 776bdcc
  - tee: optee: Fix supplicant wait loop (CVE-2025-21871
    bsc#1240183).
  - ASoC: SOF: ipc4-topology: Harden loops for looking up ALH
    copiers (CVE-2025-21870 bsc#1240191).
  - commit d4df66d
  - kunit: qemu_configs: sparc: use Zilog console (git-fixes).
  - bus: qcom-ssc-block-bus: Fix the error handling path of
    qcom_ssc_block_bus_probe() (git-fixes).
  - bus: qcom-ssc-block-bus: Remove some duplicated iounmap()
    calls (git-fixes).
  - memory: mtk-smi: Add ostd setting for mt8192 (git-fixes).
  - soc: samsung: exynos-chipid: Add NULL pointer check in
    exynos_chipid_probe() (git-fixes).
  - soc: mediatek: mt8365-mmsys: Fix routing table masks and values
    (git-fixes).
  - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries
    (git-fixes).
  - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo()
    (git-fixes).
  - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION
    before comparison (git-fixes).
  - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel
    (git-fixes).
  - wifi: mt76: mt7925: remove unused acpi function for clc
    (git-fixes).
  - wifi: mt76: Add check for devm_kstrdup() (git-fixes).
  - wifi: mt76: mt7925: fix country count limitation for CLC
    (git-fixes).
  - wifi: mt76: mt7925: ensure wow pattern command align fw format
    (git-fixes).
  - wifi: mt76: mt7915: fix possible integer overflows in
    mt7915_muru_stats_show() (git-fixes).
  - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (git-fixes).
  - wifi: rtw89: fw: correct debug message format in
    rtw89_build_txpwr_trk_tbl_from_elm() (git-fixes).
  - wifi: mwifiex: Fix premature release of RF calibration data
    (git-fixes).
  - wifi: cfg80211: init wiphy_work before allocating rfkill fails
    (git-fixes).
  - wifi: ath12k: Clear affinity hint before calling
    ath12k_pci_free_irq() in error path (git-fixes).
  - wifi: ath11k: Clear affinity hint before calling
    ath11k_pcic_free_irq() in error path (git-fixes).
  - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor
    mode (git-fixes).
  - wifi: ath11k: fix RCU stall while reaping monitor destination
    ring (git-fixes).
  - wifi: ath11k: fix wrong overriding for VHT Beamformee STS
    Capability (git-fixes).
  - wifi: ath9k: do not submit zero bytes to the entropy pool
    (git-fixes).
  - wifi: ath12k: encode max Tx power in scan channel list command
    (git-fixes).
  - broadcom: fix supported flag check in periodic output function
    (git-fixes).
  - wifi: mac80211: fix integer overflow in hwmp_route_info_get()
    (git-fixes).
  - commit 62d1ca7

++++ kernel-rt_debug:

  - mptcp: pm: only set fullmesh for subflow endp (CVE-2025-21706 bsc#1238528)
  - commit 1499b76
  - net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
    (git-fixes).
  - net: ipv6: ioam6_iptunnel: mitigate 2-realloc issue (git-fixes).
  - ioam6: improve checks on user data (git-fixes).
  - net: ipv6: ioam6: new feature tunsrc (git-fixes).
  - net: ipv6: ioam6: code alignment (git-fixes).
  - ipv6: ioam: block BH from ioam6_output() (git-fixes).
  - commit 2678976
  - af_unix: Remove put_pid()/put_cred() in copy_peercred()
    (bsc#1240334).
  - commit 3c2ac6a
  - splice: do not checksum AF_UNIX sockets (bsc#1240333).
  - commit 73d1c92
  - Reapply "wifi: ath11k: restore country code during resume"
    (bsc#1207948).
  - wifi: ath11k: choose default PM policy for hibernation
    (bsc#1207948).
  - wifi: ath11k: support non-WoWLAN mode suspend as well
    (bsc#1207948).
  - wifi: ath11k: refactor ath11k_core_suspend/_resume()
    (bsc#1207948).
  - wifi: ath11k: introduce ath11k_core_continue_suspend_resume()
    (bsc#1207948).
  - wifi: ath11k: determine PM policy based on machine model
    (bsc#1207948).
  - commit 776bdcc
  - tee: optee: Fix supplicant wait loop (CVE-2025-21871
    bsc#1240183).
  - ASoC: SOF: ipc4-topology: Harden loops for looking up ALH
    copiers (CVE-2025-21870 bsc#1240191).
  - commit d4df66d
  - kunit: qemu_configs: sparc: use Zilog console (git-fixes).
  - bus: qcom-ssc-block-bus: Fix the error handling path of
    qcom_ssc_block_bus_probe() (git-fixes).
  - bus: qcom-ssc-block-bus: Remove some duplicated iounmap()
    calls (git-fixes).
  - memory: mtk-smi: Add ostd setting for mt8192 (git-fixes).
  - soc: samsung: exynos-chipid: Add NULL pointer check in
    exynos_chipid_probe() (git-fixes).
  - soc: mediatek: mt8365-mmsys: Fix routing table masks and values
    (git-fixes).
  - soc: mediatek: mt8167-mmsys: Fix missing regval in all entries
    (git-fixes).
  - firmware: arm_scmi: use ioread64() instead of ioread64_hi_lo()
    (git-fixes).
  - firmware: arm_ffa: Explicitly cast return value from FFA_VERSION
    before comparison (git-fixes).
  - Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancel
    (git-fixes).
  - wifi: mt76: mt7925: remove unused acpi function for clc
    (git-fixes).
  - wifi: mt76: Add check for devm_kstrdup() (git-fixes).
  - wifi: mt76: mt7925: fix country count limitation for CLC
    (git-fixes).
  - wifi: mt76: mt7925: ensure wow pattern command align fw format
    (git-fixes).
  - wifi: mt76: mt7915: fix possible integer overflows in
    mt7915_muru_stats_show() (git-fixes).
  - wifi: rtw89: pci: correct ISR RDU bit for 8922AE (git-fixes).
  - wifi: rtw89: fw: correct debug message format in
    rtw89_build_txpwr_trk_tbl_from_elm() (git-fixes).
  - wifi: mwifiex: Fix premature release of RF calibration data
    (git-fixes).
  - wifi: cfg80211: init wiphy_work before allocating rfkill fails
    (git-fixes).
  - wifi: ath12k: Clear affinity hint before calling
    ath12k_pci_free_irq() in error path (git-fixes).
  - wifi: ath11k: Clear affinity hint before calling
    ath11k_pcic_free_irq() in error path (git-fixes).
  - wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor
    mode (git-fixes).
  - wifi: ath11k: fix RCU stall while reaping monitor destination
    ring (git-fixes).
  - wifi: ath11k: fix wrong overriding for VHT Beamformee STS
    Capability (git-fixes).
  - wifi: ath9k: do not submit zero bytes to the entropy pool
    (git-fixes).
  - wifi: ath12k: encode max Tx power in scan channel list command
    (git-fixes).
  - broadcom: fix supported flag check in periodic output function
    (git-fixes).
  - wifi: mac80211: fix integer overflow in hwmp_route_info_get()
    (git-fixes).
  - commit 62d1ca7

++++ expat:

  - version update to 2.7.1
    Bug fixes:
    [#980] #989  Restore event pointer behavior from Expat 2.6.4
    (that the fix to CVE-2024-8176 changed in 2.7.0);
    affected API functions are:
  - XML_GetCurrentByteCount
  - XML_GetCurrentByteIndex
  - XML_GetCurrentColumnNumber
  - XML_GetCurrentLineNumber
  - XML_GetInputContext
    Other changes:
    [#976] #977  Autotools: Integrate files "fuzz/xml_lpm_fuzzer.{cpp,proto}"
    with Automake that were missing from 2.7.0 release tarballs
    [#983] #984  Fix printf format specifiers for 32bit Emscripten
    [#992]  docs: Promote OpenSSF Best Practices self-certification
    [#978]  tests/benchmark: Resolve mistaken double close
    [#986]  Address compiler warnings
    [#990] #993  Version info bumped from 11:1:10 (libexpat*.so.1.10.1)
    to 11:2:10 (libexpat*.so.1.10.2); see https://verbump.de/
    for what these numbers do
    Infrastructure:
    [#982]  CI: Start running Perl XML::Parser integration tests
    [#987]  CI: Enforce Clang Static Analyzer clean code
    [#991]  CI: Re-enable warning clang-analyzer-valist.Uninitialized
    for clang-tidy
    [#981]  CI: Cover compilation with musl
    [#983] #984  CI: Cover compilation with 32bit Emscripten
    [#976] #977  CI: Protect against fuzzer files missing from future
    release archives

------------------------------------------------------------------
------------------  2025-3-27  -  Mar 27 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drop_monitor: fix incorrect initialization order (CVE-2025-21862
    bsc#1239474).
  - rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy
    (CVE-2025-21635 bsc#1236111).
  - net/smc: protect link down work from execute after lgr freed
    (CVE-2024-56718 bsc#1235589).
  - netfilter: IDLETIMER: Fix for possible ABBA deadlock
    (CVE-2024-54683 bsc#1235729).
  - net/smc: fix LGR and link use-after-free issue (CVE-2024-56640
    bsc#1235436).
  - ipv6: Fix soft lockups in fib6_select_path under high next
    hop churn (CVE-2024-56703 bsc#1235455).
  - commit 32a040d
  - kABI fix for net: ipv6: support reporting otherwise unknown
    prefix flags in RTM_NEWPREFIX (git-fixes).
  - commit 3656735
  - net: avoid race between device unregistration and ethnl ops
    (CVE-2025-21701 bsc#1237164).
  - commit adae27d
  - net: usb: usbnet: restore usb%d name exception for local mac
    addresses (bsc#1234480).
  - commit 0605bcc
  - x86/entry: Add __init to ia32_emulation_override_cmdline()
    (git-fixes).
  - commit 98c0019
  - ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-support-for-various-ASUS-Laptop.patch.
  - commit a9e9dbb
  - ALSA: hda/realtek: Add support for various HP Laptops using
    CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops
    using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops
    using CS35L41 HDA (stable-fixes).
  - commit 249008f
  - ALSA: usb-audio: Add quirk for Plantronics headsets to fix
    control names (stable-fixes).
  - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
    (stable-fixes).
  - commit 401355a
  - coredump: Fixes core_pipe_limit sysctl proc_handler (git-fixes).
  - ata: libata: Fix NCQ Non-Data log not supported print
    (git-fixes).
  - mtd: nand: Fix a kdoc comment (git-fixes).
  - mtd: rawnand: brcmnand: fix PM resume warning (git-fixes).
  - mtd: Add check for devm_kcalloc() (git-fixes).
  - mtd: Replace kcalloc() with devm_kcalloc() (git-fixes).
  - HID: Enable playstation driver independently of sony driver
    (git-fixes).
  - HID: remove superfluous (and wrong) Makefile entry for
    CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (git-fixes).
  - platform/x86: dell-ddv: Fix temperature calculation (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook
    X515UA (git-fixes).
  - ASoC: cs35l41: check the return value from spi_setup()
    (git-fixes).
  - ASoC: ti: j721e-evm: Fix clock configuration for
    ti,j7200-cpb-audio compatible (git-fixes).
  - ALSA: usb-audio: separate DJM-A9 cap lvl options (git-fixes).
  - ALSA: hda/realtek: Always honor no_shutup_pins (git-fixes).
  - ALSA: pcm: Drop superfluous NULL check in
    snd_pcm_format_set_silence() (git-fixes).
  - commit 52d0d3b

++++ kernel-rt:

  - drop_monitor: fix incorrect initialization order (CVE-2025-21862
    bsc#1239474).
  - rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy
    (CVE-2025-21635 bsc#1236111).
  - net/smc: protect link down work from execute after lgr freed
    (CVE-2024-56718 bsc#1235589).
  - netfilter: IDLETIMER: Fix for possible ABBA deadlock
    (CVE-2024-54683 bsc#1235729).
  - net/smc: fix LGR and link use-after-free issue (CVE-2024-56640
    bsc#1235436).
  - ipv6: Fix soft lockups in fib6_select_path under high next
    hop churn (CVE-2024-56703 bsc#1235455).
  - commit 32a040d
  - kABI fix for net: ipv6: support reporting otherwise unknown
    prefix flags in RTM_NEWPREFIX (git-fixes).
  - commit 3656735
  - net: avoid race between device unregistration and ethnl ops
    (CVE-2025-21701 bsc#1237164).
  - commit adae27d
  - net: usb: usbnet: restore usb%d name exception for local mac
    addresses (bsc#1234480).
  - commit 0605bcc
  - x86/entry: Add __init to ia32_emulation_override_cmdline()
    (git-fixes).
  - commit 98c0019
  - ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-support-for-various-ASUS-Laptop.patch.
  - commit a9e9dbb
  - ALSA: hda/realtek: Add support for various HP Laptops using
    CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops
    using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops
    using CS35L41 HDA (stable-fixes).
  - commit 249008f
  - ALSA: usb-audio: Add quirk for Plantronics headsets to fix
    control names (stable-fixes).
  - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
    (stable-fixes).
  - commit 401355a
  - coredump: Fixes core_pipe_limit sysctl proc_handler (git-fixes).
  - ata: libata: Fix NCQ Non-Data log not supported print
    (git-fixes).
  - mtd: nand: Fix a kdoc comment (git-fixes).
  - mtd: rawnand: brcmnand: fix PM resume warning (git-fixes).
  - mtd: Add check for devm_kcalloc() (git-fixes).
  - mtd: Replace kcalloc() with devm_kcalloc() (git-fixes).
  - HID: Enable playstation driver independently of sony driver
    (git-fixes).
  - HID: remove superfluous (and wrong) Makefile entry for
    CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (git-fixes).
  - platform/x86: dell-ddv: Fix temperature calculation (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook
    X515UA (git-fixes).
  - ASoC: cs35l41: check the return value from spi_setup()
    (git-fixes).
  - ASoC: ti: j721e-evm: Fix clock configuration for
    ti,j7200-cpb-audio compatible (git-fixes).
  - ALSA: usb-audio: separate DJM-A9 cap lvl options (git-fixes).
  - ALSA: hda/realtek: Always honor no_shutup_pins (git-fixes).
  - ALSA: pcm: Drop superfluous NULL check in
    snd_pcm_format_set_silence() (git-fixes).
  - commit 52d0d3b

++++ kernel-rt_debug:

  - drop_monitor: fix incorrect initialization order (CVE-2025-21862
    bsc#1239474).
  - rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxy
    (CVE-2025-21635 bsc#1236111).
  - net/smc: protect link down work from execute after lgr freed
    (CVE-2024-56718 bsc#1235589).
  - netfilter: IDLETIMER: Fix for possible ABBA deadlock
    (CVE-2024-54683 bsc#1235729).
  - net/smc: fix LGR and link use-after-free issue (CVE-2024-56640
    bsc#1235436).
  - ipv6: Fix soft lockups in fib6_select_path under high next
    hop churn (CVE-2024-56703 bsc#1235455).
  - commit 32a040d
  - kABI fix for net: ipv6: support reporting otherwise unknown
    prefix flags in RTM_NEWPREFIX (git-fixes).
  - commit 3656735
  - net: avoid race between device unregistration and ethnl ops
    (CVE-2025-21701 bsc#1237164).
  - commit adae27d
  - net: usb: usbnet: restore usb%d name exception for local mac
    addresses (bsc#1234480).
  - commit 0605bcc
  - x86/entry: Add __init to ia32_emulation_override_cmdline()
    (git-fixes).
  - commit 98c0019
  - ALSA: hda: Fix speakers on ASUS EXPERTBOOK P5405CSA 1.0
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-support-for-various-ASUS-Laptop.patch.
  - commit a9e9dbb
  - ALSA: hda/realtek: Add support for various HP Laptops using
    CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS B5405 and B5605 Laptops
    using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS B3405 and B3605 Laptops
    using CS35L41 HDA (stable-fixes).
  - commit 249008f
  - ALSA: usb-audio: Add quirk for Plantronics headsets to fix
    control names (stable-fixes).
  - ALSA: hda/realtek: Support mute LED on HP Laptop 15s-du3xxx
    (stable-fixes).
  - commit 401355a
  - coredump: Fixes core_pipe_limit sysctl proc_handler (git-fixes).
  - ata: libata: Fix NCQ Non-Data log not supported print
    (git-fixes).
  - mtd: nand: Fix a kdoc comment (git-fixes).
  - mtd: rawnand: brcmnand: fix PM resume warning (git-fixes).
  - mtd: Add check for devm_kcalloc() (git-fixes).
  - mtd: Replace kcalloc() with devm_kcalloc() (git-fixes).
  - HID: Enable playstation driver independently of sony driver
    (git-fixes).
  - HID: remove superfluous (and wrong) Makefile entry for
    CONFIG_INTEL_ISH_FIRMWARE_DOWNLOADER (git-fixes).
  - platform/x86: dell-ddv: Fix temperature calculation (git-fixes).
  - ALSA: hda/realtek: Fix built-in mic assignment on ASUS VivoBook
    X515UA (git-fixes).
  - ASoC: cs35l41: check the return value from spi_setup()
    (git-fixes).
  - ASoC: ti: j721e-evm: Fix clock configuration for
    ti,j7200-cpb-audio compatible (git-fixes).
  - ALSA: usb-audio: separate DJM-A9 cap lvl options (git-fixes).
  - ALSA: hda/realtek: Always honor no_shutup_pins (git-fixes).
  - ALSA: pcm: Drop superfluous NULL check in
    snd_pcm_format_set_silence() (git-fixes).
  - commit 52d0d3b

++++ gcc14:

  - Add gcc14-bsc1239938.patch to allow GCC executables to be
    built PIE.  [bsc#1239938]
  - Add gcc14-rs6000-msplit-patch-nops.patch to backport -msplit-patch-nops
    required for user-space livepatching on powerpc.

++++ expat:

  - version update to 2.7.0 for SLFO-1.1
  - deleted patches
  - expat-CVE-2024-45490.patch (upstreamed)
  - expat-CVE-2024-45491.patch (upstreamed)
  - expat-CVE-2024-45492.patch (upstreamed)
  - expat-CVE-2024-28757.patch (upstreamed)
  - expat-CVE-2024-50602.patch (upstreamed)
  - expat-fix-minicheck.patch (upstreamed)

++++ open-vm-tools:

  - (bsc#1237180): Ensure vmtoolsd.service and vgauthd.service
    are set to enabled by default. Do this by removing vmblock-fuse.service
    from the %pre section in the spec file.  vmblock-fuse.service still
    remains in the %pre desktop section.

++++ podman:

  - Depend on runc unconditionally, not only on SLE 15 (bsc#1239088)

------------------------------------------------------------------
------------------  2025-3-26  -  Mar 26 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Don't use the new container-selinux conditional requires on SLE-12, as the
    RPM version there doesn't support it. Arguably the change itself is a bit
    suspect but we can fix that later. bsc#1237367

++++ kernel-default:

  - netfilter: nf_set_pipapo: fix initial map fill (CVE-2024-57947
    bsc#1236333).
  - commit 970aeca
  - include: net: add static inline dst_dev_overhead() to dst.h
    (git-fixes).
  - commit 38a62b9
  - Refresh patches.suse/tpm-send_data-Wait-longer-for-the-TPM-to-become-read.patch.
    Also extend the remaining tpm_tis_send_data timeout (bsc#1235870).
  - commit 4b3d91d
  - x86/microcode/intel: Add a minimum required revision for late loading (git-fixes).
  - commit 5da2185
  - x86/microcode: Prepare for minimal revision check (git-fixes).
  - commit c420631
  - x86/microcode: Handle "offline" CPUs correctly (git-fixes).
  - commit 392e00e
  - x86/apic: Provide apic_force_nmi_on_cpu() (git-fixes).
  - commit b3900fd
  - cpufreq/amd-pstate: Fix max_perf updation with schedutil
    (bsc#1239707).
  - commit fefd3ab
  - kABI fix for ipv6: remove hard coded limitation on ipv6_pinfo
    (git-fixes).
  - commit 2b5c9da
  - x86/microcode: Protect against instrumentation (git-fixes).
  - commit c6912a2
  - x86/microcode: Rendezvous and load in NMI (git-fixes).
  - commit 62c98c3
  - x86/microcode: Replace the all-in-one rendevous handler (git-fixes).
  - commit 918f8ee
  - x86/microcode: Provide new control functions (git-fixes).
  - commit 8430c04
  - x86/microcode: Add per CPU control field (git-fixes).
  - commit 866b0a5
  - x86/microcode: Add per CPU result state (git-fixes).
  - commit 579033e
  - net/smc: check smcd_v2_ext_offset when receiving proposal msg
    (CVE-2024-47408 bsc#1235711).
  - commit 2f01046
  - x86/microcode: Clarify the late load logic (git-fixes).
  - commit 6230ee4
  - x86/microcode: Handle "nosmt" correctly (git-fixes).
  - Refresh
    patches.suse/x86-microcode-Sanitize-__wait_for_cpus.patch.
  - commit dc94359
  - x86/microcode: Clean up mc_cpu_down_prep() (git-fixes).
  - commit bdacddf
  - x86/microcode: Get rid of the schedule work indirection (git-fixes).
  - commit 6a00f9e
  - x86/microcode: Mop up early loading leftovers (git-fixes).
  - commit 9018df4
  - kABI fix for "netfilter: nft_inner: incorrect percpu area
    handling under softirq" (CVE-2024-56638 bsc#1235524).
  - commit 3acf757
  - ipv6: introduce dst_rt6_info() helper (git-fixes).
  - Refresh patches.suse/ipv6-prevent-UAF-in-ip6_send_skb.patch.
  - Refresh patches.suse/net-fix-__dst_negative_advice-race.patch.
  - commit a265247
  - ipv6: sr: add missing seg6_local_exit (git-fixes).
  - Refresh
    patches.suse/ipv6-sr-fix-incorrect-unregister-order.patch.
  - commit ef06a22
  - ipv6: annotate data-races around cnf.disable_ipv6 (git-fixes).
  - Refresh
    patches.suse/ipv6-prevent-NULL-dereference-in-ip6_output.patch.
  - commit 97af13b
  - x86/microcode/amd: Use cached microcode for AP load (git-fixes).
  - commit 916bc1a
  - x86/microcode/amd: Cache builtin/initrd microcode early (git-fixes).
  - commit 6cd5382
  - x86/microcode/amd: Cache builtin microcode too (git-fixes).
  - commit d0a37ed
  - x86/microcode/amd: Use correct per CPU ucode_cpu_info (git-fixes).
  - commit 834a488
  - x86/microcode: Remove pointless apply() invocation (git-fixes).
  - commit a5ea134
  - ipv6: Set errno after ip_fib_metrics_init() in
    ip6_route_info_create() (git-fixes).
  - ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw()
    (git-fixes).
  - net: ipv6: fix missing dst ref drop in ila lwtunnel (git-fixes).
  - net: ipv6: fix dst ref loop in ila lwtunnel (git-fixes).
  - net: ipv6: fix dst ref loop on input in rpl lwt (git-fixes).
  - net: ipv6: fix dst ref loop on input in seg6 lwt (git-fixes).
  - net: ipv6: rpl_iptunnel: mitigate 2-realloc issue (git-fixes).
  - net: ipv6: seg6_iptunnel: mitigate 2-realloc issue (git-fixes).
  - ipv6: release nexthop on device removal (CVE-2024-56751
    bsc#1234936).
  - net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL (git-fixes).
  - net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input
    (git-fixes).
  - ipv6: fix ndisc_is_useropt() handling for PIO (git-fixes).
  - ipv6: take care of scope when choosing the src addr (git-fixes).
  - net: use unrcu_pointer() helper (git-fixes).
  - ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
    (git-fixes).
  - net: ipv6: rpl_iptunnel: block BH in rpl_output() and
    rpl_input() (git-fixes).
  - net: ipv6: fix wrong start position when receive hop-by-hop
    fragment (git-fixes).
  - ipv6: fib: hide unused 'pn' variable (git-fixes).
  - ipv6: fib6_rules: flush route cache when rule is changed
    (git-fixes).
  - commit ae4c044
  - ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
    (git-fixes).
  - ipv6: Ensure natural alignment of const ipv6 loopback and
    router addresses (git-fixes).
  - commit 3e6f7bb
  - net: ipv6: support reporting otherwise unknown prefix flags
    in RTM_NEWPREFIX (git-fixes).
  - ipv6: fix potential NULL deref in fib6_add() (git-fixes).
  - ipv6: avoid atomic fragment on GSO packets (git-fixes).
  - ipv6: remove hard coded limitation on ipv6_pinfo (git-fixes).
  - commit aab80f1
  - x86/microcode/intel: Rework intel_find_matching_signature() (git-fixes).
  - commit a8e1ba8
  - x86/microcode/intel: Reuse intel_cpu_collect_info() git-fixes).
  - commit 12d10b3
  - x86/microcode/intel: Rework intel_cpu_collect_info() (git-fixes).
  - commit 44d31ee
  - x86/microcode/intel: Unify microcode apply() functions (git-fixes).
  - Refresh
    patches.suse/x86-microcode-intel-Remove-unnecessary-cache-writeback-and.patch.
  - commit fd684d8
  - x86/microcode/intel: Switch to kvmalloc() (git-fixes).
  - commit deae801
  - x86/microcode/intel: Save the microcode only after a successful late-load (git-fixes).
  - commit c89162d
  - x86/microcode/intel: Simplify early loading (git-fixes).
  - commit 571e4fe
  - x86/microcode/intel: Cleanup code further (git-fixes).
  - commit 53a643e
  - x86/microcode/32: Move early loading after paging enable (git-fixes).
  - commit f3beb78
  - x86/boot/32: Temporarily map initrd for microcode loading (git-fixes).
  - commit f25c748
  - x86/microcode: Provide CONFIG_MICROCODE_INITRD32 (git-fixes).
  - commit 040895c
  - x86/boot/32: Restructure mk_early_pgtbl_32() (git-fixes).
  - commit bf7e36d
  - x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32() (git-fixes).
  - commit cb4b02a
  - x86/boot: Use __pa_nodebug() in mk_early_pgtbl_32() (git-fixes).
  - commit 1ec4661
  - x86/boot/32: Disable stackprotector and tracing for mk_early_pgtbl_32() (git-fixes).
  - commit 1bef486
  - x86/microcode/intel: Simplify and rename generic_load_microcode() (git-fixes).
  - commit 7d2da5d
  - x86/microcode/intel: Simplify scan_microcode() (git-fixes).
  - commit 4164fad
  - x86/microcode/intel: Rip out mixed stepping support for Intel CPUs (git-fixes).
  - commit 842e778
  - x86/microcode/intel: Remove pointless mutex (git-fixes).
  - commit d92edaf
  - x86/microcode/intel: Remove debug code (git-fixes).
  - commit f06da57
  - x86/microcode: Move core specific defines to local header (git-fixes).
  - Delete
    patches.suse/x86-cpu-Fix-amd_check_microcode-declaration.patch.
  - commit 68e5a18
  - x86/hyperv: Fix output argument to hypercall that changes page
    visibility (git-fixes).
  - x86/hyperv/vtl: Stop kernel from probing VTL0 low memory
    (git-fixes).
  - commit d929456
  - x86/microcode/intel: Rename get_datasize() since its used externally (git-fixes).
  - commit cd4315f
  - x86/microcode: Make reload_early_microcode() static (git-fixes).
  - commit adc4f73
  - x86/microcode: Include vendor headers into microcode.h  (git-fixes).
  - Refresh
    patches.suse/platform-x86-intel-ifs-Gen2-scan-image-loading.patch.
  - commit 9b8d381
  - x86/microcode/intel: Move microcode functions out of cpu/intel.c (git-fixes).
  - Refresh
    patches.suse/x86-cpu-intel-Detect-TME-keyid-bits-before-setting-MTRR-ma.patch.
  - commit 4e2f346
  - x86/microcode: Hide the config knob (git-fixes).
  - commit d6f3245
  - x86/mm: Remove unused microcode.h include (git-fixes).
  - commit 88b351c
  - x86/microcode: Remove microcode_mutex (git-fixes).
  - commit 9723346
  - Revert "wifi: ath11k: support hibernation" (bsc#1207948).
  - commit 36caa36
  - Revert "wifi: ath11k: restore country code during resume"
    (bsc#1207948).
  - commit 18bdb23
  - x86/microcode: Sanitize __wait_for_cpus() (git-fixes).
  - commit 4a52b36
  - x86/platform/olpc: Remove unused variable 'len' in olpc_dt_compatible_match() (git-fixes).
  - commit a5f84ff
  - x86/entry: Add __init to ia32_emulation_override_cmdline() (git-fixes).
  - commit e6ba4df
  - x86/coco: Replace 'static const cc_mask' with the newly introduced  cc_get_mask() function (git-fixes).
  - commit c13c7b0
  - x86/usercopy: Fix kernel-doc func param name in clean_cache_range()'s  description (git-fixes).
  - commit 8e4bd72
  - x86/fpu: Fix guest FPU state buffer allocation size (git-fixes).
  - commit 0180053
  - media: vim2m: print device name after registering device
    (git-fixes).
  - media: platform: stm32: Add check for clk_enable() (git-fixes).
  - media: siano: Fix error handling in smsdvb_module_init()
    (git-fixes).
  - media: v4l2-dv-timings: prevent possible overflow in
    v4l2_detect_gtf() (git-fixes).
  - media: venus: hfi: add a check to handle OOB in sfr region
    (git-fixes).
  - media: venus: hfi: add check to handle incorrect queue size
    (git-fixes).
  - media: venus: hfi_parser: refactor hfi packet parsing logic
    (git-fixes).
  - media: venus: hfi_parser: add check to avoid out of bound access
    (git-fixes).
  - media: visl: Fix ERANGE error when setting enum controls
    (git-fixes).
  - media: platform: allgro-dvt: unregister v4l2_device on the
    error path (git-fixes).
  - media: verisilicon: HEVC: Initialize start_bit field
    (git-fixes).
  - media: i2c: adv748x: Fix test pattern selection mask
    (git-fixes).
  - media: i2c: ov7251: Introduce 1 ms delay between regulators
    and en GPIO (git-fixes).
  - media: i2c: ov7251: Set enable GPIO low in probe (git-fixes).
  - media: i2c: ccs: Set the device's runtime PM status correctly
    in remove (git-fixes).
  - media: streamzap: prevent processing IR data on URB failure
    (git-fixes).
  - media: streamzap: fix race between device disconnection and
    urb callback (git-fixes).
  - auxdisplay: panel: Fix an API misuse in panel.c (git-fixes).
  - mmc: omap: Fix memory leak in mmc_omap_new_slot (git-fixes).
  - memstick: rtsx_usb_ms: Fix slab-use-after-free in
    rtsx_usb_ms_drv_remove (git-fixes).
  - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD
    (git-fixes).
  - spi: cadence-qspi: Fix probe on AM62A LP SK (git-fixes).
  - thermal: int340x: Add NULL check for adev (git-fixes).
  - PM: sleep: Fix handling devices with direct_complete set on
    errors (git-fixes).
  - PM: sleep: Adjust check before setting power.must_resume
    (git-fixes).
  - selftests/x86/syscall: Fix coccinelle WARNING recommending
    the use of ARRAY_SIZE() (git-fixes).
  - commit d741ce2

++++ kernel-rt:

  - netfilter: nf_set_pipapo: fix initial map fill (CVE-2024-57947
    bsc#1236333).
  - commit 970aeca
  - include: net: add static inline dst_dev_overhead() to dst.h
    (git-fixes).
  - commit 38a62b9
  - Refresh patches.suse/tpm-send_data-Wait-longer-for-the-TPM-to-become-read.patch.
    Also extend the remaining tpm_tis_send_data timeout (bsc#1235870).
  - commit 4b3d91d
  - x86/microcode/intel: Add a minimum required revision for late loading (git-fixes).
  - commit 5da2185
  - x86/microcode: Prepare for minimal revision check (git-fixes).
  - commit c420631
  - x86/microcode: Handle "offline" CPUs correctly (git-fixes).
  - commit 392e00e
  - x86/apic: Provide apic_force_nmi_on_cpu() (git-fixes).
  - commit b3900fd
  - cpufreq/amd-pstate: Fix max_perf updation with schedutil
    (bsc#1239707).
  - commit fefd3ab
  - kABI fix for ipv6: remove hard coded limitation on ipv6_pinfo
    (git-fixes).
  - commit 2b5c9da
  - x86/microcode: Protect against instrumentation (git-fixes).
  - commit c6912a2
  - x86/microcode: Rendezvous and load in NMI (git-fixes).
  - commit 62c98c3
  - x86/microcode: Replace the all-in-one rendevous handler (git-fixes).
  - commit 918f8ee
  - x86/microcode: Provide new control functions (git-fixes).
  - commit 8430c04
  - x86/microcode: Add per CPU control field (git-fixes).
  - commit 866b0a5
  - x86/microcode: Add per CPU result state (git-fixes).
  - commit 579033e
  - net/smc: check smcd_v2_ext_offset when receiving proposal msg
    (CVE-2024-47408 bsc#1235711).
  - commit 2f01046
  - x86/microcode: Clarify the late load logic (git-fixes).
  - commit 6230ee4
  - x86/microcode: Handle "nosmt" correctly (git-fixes).
  - Refresh
    patches.suse/x86-microcode-Sanitize-__wait_for_cpus.patch.
  - commit dc94359
  - x86/microcode: Clean up mc_cpu_down_prep() (git-fixes).
  - commit bdacddf
  - x86/microcode: Get rid of the schedule work indirection (git-fixes).
  - commit 6a00f9e
  - x86/microcode: Mop up early loading leftovers (git-fixes).
  - commit 9018df4
  - kABI fix for "netfilter: nft_inner: incorrect percpu area
    handling under softirq" (CVE-2024-56638 bsc#1235524).
  - commit 3acf757
  - ipv6: introduce dst_rt6_info() helper (git-fixes).
  - Refresh patches.suse/ipv6-prevent-UAF-in-ip6_send_skb.patch.
  - Refresh patches.suse/net-fix-__dst_negative_advice-race.patch.
  - commit a265247
  - ipv6: sr: add missing seg6_local_exit (git-fixes).
  - Refresh
    patches.suse/ipv6-sr-fix-incorrect-unregister-order.patch.
  - commit ef06a22
  - ipv6: annotate data-races around cnf.disable_ipv6 (git-fixes).
  - Refresh
    patches.suse/ipv6-prevent-NULL-dereference-in-ip6_output.patch.
  - commit 97af13b
  - x86/microcode/amd: Use cached microcode for AP load (git-fixes).
  - commit 916bc1a
  - x86/microcode/amd: Cache builtin/initrd microcode early (git-fixes).
  - commit 6cd5382
  - x86/microcode/amd: Cache builtin microcode too (git-fixes).
  - commit d0a37ed
  - x86/microcode/amd: Use correct per CPU ucode_cpu_info (git-fixes).
  - commit 834a488
  - x86/microcode: Remove pointless apply() invocation (git-fixes).
  - commit a5ea134
  - ipv6: Set errno after ip_fib_metrics_init() in
    ip6_route_info_create() (git-fixes).
  - ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw()
    (git-fixes).
  - net: ipv6: fix missing dst ref drop in ila lwtunnel (git-fixes).
  - net: ipv6: fix dst ref loop in ila lwtunnel (git-fixes).
  - net: ipv6: fix dst ref loop on input in rpl lwt (git-fixes).
  - net: ipv6: fix dst ref loop on input in seg6 lwt (git-fixes).
  - net: ipv6: rpl_iptunnel: mitigate 2-realloc issue (git-fixes).
  - net: ipv6: seg6_iptunnel: mitigate 2-realloc issue (git-fixes).
  - ipv6: release nexthop on device removal (CVE-2024-56751
    bsc#1234936).
  - net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL (git-fixes).
  - net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input
    (git-fixes).
  - ipv6: fix ndisc_is_useropt() handling for PIO (git-fixes).
  - ipv6: take care of scope when choosing the src addr (git-fixes).
  - net: use unrcu_pointer() helper (git-fixes).
  - ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
    (git-fixes).
  - net: ipv6: rpl_iptunnel: block BH in rpl_output() and
    rpl_input() (git-fixes).
  - net: ipv6: fix wrong start position when receive hop-by-hop
    fragment (git-fixes).
  - ipv6: fib: hide unused 'pn' variable (git-fixes).
  - ipv6: fib6_rules: flush route cache when rule is changed
    (git-fixes).
  - commit ae4c044
  - ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
    (git-fixes).
  - ipv6: Ensure natural alignment of const ipv6 loopback and
    router addresses (git-fixes).
  - commit 3e6f7bb
  - net: ipv6: support reporting otherwise unknown prefix flags
    in RTM_NEWPREFIX (git-fixes).
  - ipv6: fix potential NULL deref in fib6_add() (git-fixes).
  - ipv6: avoid atomic fragment on GSO packets (git-fixes).
  - ipv6: remove hard coded limitation on ipv6_pinfo (git-fixes).
  - commit aab80f1
  - x86/microcode/intel: Rework intel_find_matching_signature() (git-fixes).
  - commit a8e1ba8
  - x86/microcode/intel: Reuse intel_cpu_collect_info() git-fixes).
  - commit 12d10b3
  - x86/microcode/intel: Rework intel_cpu_collect_info() (git-fixes).
  - commit 44d31ee
  - x86/microcode/intel: Unify microcode apply() functions (git-fixes).
  - Refresh
    patches.suse/x86-microcode-intel-Remove-unnecessary-cache-writeback-and.patch.
  - commit fd684d8
  - x86/microcode/intel: Switch to kvmalloc() (git-fixes).
  - commit deae801
  - x86/microcode/intel: Save the microcode only after a successful late-load (git-fixes).
  - commit c89162d
  - x86/microcode/intel: Simplify early loading (git-fixes).
  - commit 571e4fe
  - x86/microcode/intel: Cleanup code further (git-fixes).
  - commit 53a643e
  - x86/microcode/32: Move early loading after paging enable (git-fixes).
  - commit f3beb78
  - x86/boot/32: Temporarily map initrd for microcode loading (git-fixes).
  - commit f25c748
  - x86/microcode: Provide CONFIG_MICROCODE_INITRD32 (git-fixes).
  - commit 040895c
  - x86/boot/32: Restructure mk_early_pgtbl_32() (git-fixes).
  - commit bf7e36d
  - x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32() (git-fixes).
  - commit cb4b02a
  - x86/boot: Use __pa_nodebug() in mk_early_pgtbl_32() (git-fixes).
  - commit 1ec4661
  - x86/boot/32: Disable stackprotector and tracing for mk_early_pgtbl_32() (git-fixes).
  - commit 1bef486
  - x86/microcode/intel: Simplify and rename generic_load_microcode() (git-fixes).
  - commit 7d2da5d
  - x86/microcode/intel: Simplify scan_microcode() (git-fixes).
  - commit 4164fad
  - x86/microcode/intel: Rip out mixed stepping support for Intel CPUs (git-fixes).
  - commit 842e778
  - x86/microcode/intel: Remove pointless mutex (git-fixes).
  - commit d92edaf
  - x86/microcode/intel: Remove debug code (git-fixes).
  - commit f06da57
  - x86/microcode: Move core specific defines to local header (git-fixes).
  - Delete
    patches.suse/x86-cpu-Fix-amd_check_microcode-declaration.patch.
  - commit 68e5a18
  - x86/hyperv: Fix output argument to hypercall that changes page
    visibility (git-fixes).
  - x86/hyperv/vtl: Stop kernel from probing VTL0 low memory
    (git-fixes).
  - commit d929456
  - x86/microcode/intel: Rename get_datasize() since its used externally (git-fixes).
  - commit cd4315f
  - x86/microcode: Make reload_early_microcode() static (git-fixes).
  - commit adc4f73
  - x86/microcode: Include vendor headers into microcode.h  (git-fixes).
  - Refresh
    patches.suse/platform-x86-intel-ifs-Gen2-scan-image-loading.patch.
  - commit 9b8d381
  - x86/microcode/intel: Move microcode functions out of cpu/intel.c (git-fixes).
  - Refresh
    patches.suse/x86-cpu-intel-Detect-TME-keyid-bits-before-setting-MTRR-ma.patch.
  - commit 4e2f346
  - x86/microcode: Hide the config knob (git-fixes).
  - commit d6f3245
  - x86/mm: Remove unused microcode.h include (git-fixes).
  - commit 88b351c
  - x86/microcode: Remove microcode_mutex (git-fixes).
  - commit 9723346
  - Revert "wifi: ath11k: support hibernation" (bsc#1207948).
  - commit 36caa36
  - Revert "wifi: ath11k: restore country code during resume"
    (bsc#1207948).
  - commit 18bdb23
  - x86/microcode: Sanitize __wait_for_cpus() (git-fixes).
  - commit 4a52b36
  - x86/platform/olpc: Remove unused variable 'len' in olpc_dt_compatible_match() (git-fixes).
  - commit a5f84ff
  - x86/entry: Add __init to ia32_emulation_override_cmdline() (git-fixes).
  - commit e6ba4df
  - x86/coco: Replace 'static const cc_mask' with the newly introduced  cc_get_mask() function (git-fixes).
  - commit c13c7b0
  - x86/usercopy: Fix kernel-doc func param name in clean_cache_range()'s  description (git-fixes).
  - commit 8e4bd72
  - x86/fpu: Fix guest FPU state buffer allocation size (git-fixes).
  - commit 0180053
  - media: vim2m: print device name after registering device
    (git-fixes).
  - media: platform: stm32: Add check for clk_enable() (git-fixes).
  - media: siano: Fix error handling in smsdvb_module_init()
    (git-fixes).
  - media: v4l2-dv-timings: prevent possible overflow in
    v4l2_detect_gtf() (git-fixes).
  - media: venus: hfi: add a check to handle OOB in sfr region
    (git-fixes).
  - media: venus: hfi: add check to handle incorrect queue size
    (git-fixes).
  - media: venus: hfi_parser: refactor hfi packet parsing logic
    (git-fixes).
  - media: venus: hfi_parser: add check to avoid out of bound access
    (git-fixes).
  - media: visl: Fix ERANGE error when setting enum controls
    (git-fixes).
  - media: platform: allgro-dvt: unregister v4l2_device on the
    error path (git-fixes).
  - media: verisilicon: HEVC: Initialize start_bit field
    (git-fixes).
  - media: i2c: adv748x: Fix test pattern selection mask
    (git-fixes).
  - media: i2c: ov7251: Introduce 1 ms delay between regulators
    and en GPIO (git-fixes).
  - media: i2c: ov7251: Set enable GPIO low in probe (git-fixes).
  - media: i2c: ccs: Set the device's runtime PM status correctly
    in remove (git-fixes).
  - media: streamzap: prevent processing IR data on URB failure
    (git-fixes).
  - media: streamzap: fix race between device disconnection and
    urb callback (git-fixes).
  - auxdisplay: panel: Fix an API misuse in panel.c (git-fixes).
  - mmc: omap: Fix memory leak in mmc_omap_new_slot (git-fixes).
  - memstick: rtsx_usb_ms: Fix slab-use-after-free in
    rtsx_usb_ms_drv_remove (git-fixes).
  - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD
    (git-fixes).
  - spi: cadence-qspi: Fix probe on AM62A LP SK (git-fixes).
  - thermal: int340x: Add NULL check for adev (git-fixes).
  - PM: sleep: Fix handling devices with direct_complete set on
    errors (git-fixes).
  - PM: sleep: Adjust check before setting power.must_resume
    (git-fixes).
  - selftests/x86/syscall: Fix coccinelle WARNING recommending
    the use of ARRAY_SIZE() (git-fixes).
  - commit d741ce2

++++ kernel-rt_debug:

  - netfilter: nf_set_pipapo: fix initial map fill (CVE-2024-57947
    bsc#1236333).
  - commit 970aeca
  - include: net: add static inline dst_dev_overhead() to dst.h
    (git-fixes).
  - commit 38a62b9
  - Refresh patches.suse/tpm-send_data-Wait-longer-for-the-TPM-to-become-read.patch.
    Also extend the remaining tpm_tis_send_data timeout (bsc#1235870).
  - commit 4b3d91d
  - x86/microcode/intel: Add a minimum required revision for late loading (git-fixes).
  - commit 5da2185
  - x86/microcode: Prepare for minimal revision check (git-fixes).
  - commit c420631
  - x86/microcode: Handle "offline" CPUs correctly (git-fixes).
  - commit 392e00e
  - x86/apic: Provide apic_force_nmi_on_cpu() (git-fixes).
  - commit b3900fd
  - cpufreq/amd-pstate: Fix max_perf updation with schedutil
    (bsc#1239707).
  - commit fefd3ab
  - kABI fix for ipv6: remove hard coded limitation on ipv6_pinfo
    (git-fixes).
  - commit 2b5c9da
  - x86/microcode: Protect against instrumentation (git-fixes).
  - commit c6912a2
  - x86/microcode: Rendezvous and load in NMI (git-fixes).
  - commit 62c98c3
  - x86/microcode: Replace the all-in-one rendevous handler (git-fixes).
  - commit 918f8ee
  - x86/microcode: Provide new control functions (git-fixes).
  - commit 8430c04
  - x86/microcode: Add per CPU control field (git-fixes).
  - commit 866b0a5
  - x86/microcode: Add per CPU result state (git-fixes).
  - commit 579033e
  - net/smc: check smcd_v2_ext_offset when receiving proposal msg
    (CVE-2024-47408 bsc#1235711).
  - commit 2f01046
  - x86/microcode: Clarify the late load logic (git-fixes).
  - commit 6230ee4
  - x86/microcode: Handle "nosmt" correctly (git-fixes).
  - Refresh
    patches.suse/x86-microcode-Sanitize-__wait_for_cpus.patch.
  - commit dc94359
  - x86/microcode: Clean up mc_cpu_down_prep() (git-fixes).
  - commit bdacddf
  - x86/microcode: Get rid of the schedule work indirection (git-fixes).
  - commit 6a00f9e
  - x86/microcode: Mop up early loading leftovers (git-fixes).
  - commit 9018df4
  - kABI fix for "netfilter: nft_inner: incorrect percpu area
    handling under softirq" (CVE-2024-56638 bsc#1235524).
  - commit 3acf757
  - ipv6: introduce dst_rt6_info() helper (git-fixes).
  - Refresh patches.suse/ipv6-prevent-UAF-in-ip6_send_skb.patch.
  - Refresh patches.suse/net-fix-__dst_negative_advice-race.patch.
  - commit a265247
  - ipv6: sr: add missing seg6_local_exit (git-fixes).
  - Refresh
    patches.suse/ipv6-sr-fix-incorrect-unregister-order.patch.
  - commit ef06a22
  - ipv6: annotate data-races around cnf.disable_ipv6 (git-fixes).
  - Refresh
    patches.suse/ipv6-prevent-NULL-dereference-in-ip6_output.patch.
  - commit 97af13b
  - x86/microcode/amd: Use cached microcode for AP load (git-fixes).
  - commit 916bc1a
  - x86/microcode/amd: Cache builtin/initrd microcode early (git-fixes).
  - commit 6cd5382
  - x86/microcode/amd: Cache builtin microcode too (git-fixes).
  - commit d0a37ed
  - x86/microcode/amd: Use correct per CPU ucode_cpu_info (git-fixes).
  - commit 834a488
  - x86/microcode: Remove pointless apply() invocation (git-fixes).
  - commit a5ea134
  - ipv6: Set errno after ip_fib_metrics_init() in
    ip6_route_info_create() (git-fixes).
  - ipv6: Fix memleak of nhc_pcpu_rth_output in fib_check_nh_v6_gw()
    (git-fixes).
  - net: ipv6: fix missing dst ref drop in ila lwtunnel (git-fixes).
  - net: ipv6: fix dst ref loop in ila lwtunnel (git-fixes).
  - net: ipv6: fix dst ref loop on input in rpl lwt (git-fixes).
  - net: ipv6: fix dst ref loop on input in seg6 lwt (git-fixes).
  - net: ipv6: rpl_iptunnel: mitigate 2-realloc issue (git-fixes).
  - net: ipv6: seg6_iptunnel: mitigate 2-realloc issue (git-fixes).
  - ipv6: release nexthop on device removal (CVE-2024-56751
    bsc#1234936).
  - net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNEL (git-fixes).
  - net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input
    (git-fixes).
  - ipv6: fix ndisc_is_useropt() handling for PIO (git-fixes).
  - ipv6: take care of scope when choosing the src addr (git-fixes).
  - net: use unrcu_pointer() helper (git-fixes).
  - ipv6: sr: block BH in seg6_output_core() and seg6_input_core()
    (git-fixes).
  - net: ipv6: rpl_iptunnel: block BH in rpl_output() and
    rpl_input() (git-fixes).
  - net: ipv6: fix wrong start position when receive hop-by-hop
    fragment (git-fixes).
  - ipv6: fib: hide unused 'pn' variable (git-fixes).
  - ipv6: fib6_rules: flush route cache when rule is changed
    (git-fixes).
  - commit ae4c044
  - ipv6: properly combine dev_base_seq and ipv6.dev_addr_genid
    (git-fixes).
  - ipv6: Ensure natural alignment of const ipv6 loopback and
    router addresses (git-fixes).
  - commit 3e6f7bb
  - net: ipv6: support reporting otherwise unknown prefix flags
    in RTM_NEWPREFIX (git-fixes).
  - ipv6: fix potential NULL deref in fib6_add() (git-fixes).
  - ipv6: avoid atomic fragment on GSO packets (git-fixes).
  - ipv6: remove hard coded limitation on ipv6_pinfo (git-fixes).
  - commit aab80f1
  - x86/microcode/intel: Rework intel_find_matching_signature() (git-fixes).
  - commit a8e1ba8
  - x86/microcode/intel: Reuse intel_cpu_collect_info() git-fixes).
  - commit 12d10b3
  - x86/microcode/intel: Rework intel_cpu_collect_info() (git-fixes).
  - commit 44d31ee
  - x86/microcode/intel: Unify microcode apply() functions (git-fixes).
  - Refresh
    patches.suse/x86-microcode-intel-Remove-unnecessary-cache-writeback-and.patch.
  - commit fd684d8
  - x86/microcode/intel: Switch to kvmalloc() (git-fixes).
  - commit deae801
  - x86/microcode/intel: Save the microcode only after a successful late-load (git-fixes).
  - commit c89162d
  - x86/microcode/intel: Simplify early loading (git-fixes).
  - commit 571e4fe
  - x86/microcode/intel: Cleanup code further (git-fixes).
  - commit 53a643e
  - x86/microcode/32: Move early loading after paging enable (git-fixes).
  - commit f3beb78
  - x86/boot/32: Temporarily map initrd for microcode loading (git-fixes).
  - commit f25c748
  - x86/microcode: Provide CONFIG_MICROCODE_INITRD32 (git-fixes).
  - commit 040895c
  - x86/boot/32: Restructure mk_early_pgtbl_32() (git-fixes).
  - commit bf7e36d
  - x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32() (git-fixes).
  - commit cb4b02a
  - x86/boot: Use __pa_nodebug() in mk_early_pgtbl_32() (git-fixes).
  - commit 1ec4661
  - x86/boot/32: Disable stackprotector and tracing for mk_early_pgtbl_32() (git-fixes).
  - commit 1bef486
  - x86/microcode/intel: Simplify and rename generic_load_microcode() (git-fixes).
  - commit 7d2da5d
  - x86/microcode/intel: Simplify scan_microcode() (git-fixes).
  - commit 4164fad
  - x86/microcode/intel: Rip out mixed stepping support for Intel CPUs (git-fixes).
  - commit 842e778
  - x86/microcode/intel: Remove pointless mutex (git-fixes).
  - commit d92edaf
  - x86/microcode/intel: Remove debug code (git-fixes).
  - commit f06da57
  - x86/microcode: Move core specific defines to local header (git-fixes).
  - Delete
    patches.suse/x86-cpu-Fix-amd_check_microcode-declaration.patch.
  - commit 68e5a18
  - x86/hyperv: Fix output argument to hypercall that changes page
    visibility (git-fixes).
  - x86/hyperv/vtl: Stop kernel from probing VTL0 low memory
    (git-fixes).
  - commit d929456
  - x86/microcode/intel: Rename get_datasize() since its used externally (git-fixes).
  - commit cd4315f
  - x86/microcode: Make reload_early_microcode() static (git-fixes).
  - commit adc4f73
  - x86/microcode: Include vendor headers into microcode.h  (git-fixes).
  - Refresh
    patches.suse/platform-x86-intel-ifs-Gen2-scan-image-loading.patch.
  - commit 9b8d381
  - x86/microcode/intel: Move microcode functions out of cpu/intel.c (git-fixes).
  - Refresh
    patches.suse/x86-cpu-intel-Detect-TME-keyid-bits-before-setting-MTRR-ma.patch.
  - commit 4e2f346
  - x86/microcode: Hide the config knob (git-fixes).
  - commit d6f3245
  - x86/mm: Remove unused microcode.h include (git-fixes).
  - commit 88b351c
  - x86/microcode: Remove microcode_mutex (git-fixes).
  - commit 9723346
  - Revert "wifi: ath11k: support hibernation" (bsc#1207948).
  - commit 36caa36
  - Revert "wifi: ath11k: restore country code during resume"
    (bsc#1207948).
  - commit 18bdb23
  - x86/microcode: Sanitize __wait_for_cpus() (git-fixes).
  - commit 4a52b36
  - x86/platform/olpc: Remove unused variable 'len' in olpc_dt_compatible_match() (git-fixes).
  - commit a5f84ff
  - x86/entry: Add __init to ia32_emulation_override_cmdline() (git-fixes).
  - commit e6ba4df
  - x86/coco: Replace 'static const cc_mask' with the newly introduced  cc_get_mask() function (git-fixes).
  - commit c13c7b0
  - x86/usercopy: Fix kernel-doc func param name in clean_cache_range()'s  description (git-fixes).
  - commit 8e4bd72
  - x86/fpu: Fix guest FPU state buffer allocation size (git-fixes).
  - commit 0180053
  - media: vim2m: print device name after registering device
    (git-fixes).
  - media: platform: stm32: Add check for clk_enable() (git-fixes).
  - media: siano: Fix error handling in smsdvb_module_init()
    (git-fixes).
  - media: v4l2-dv-timings: prevent possible overflow in
    v4l2_detect_gtf() (git-fixes).
  - media: venus: hfi: add a check to handle OOB in sfr region
    (git-fixes).
  - media: venus: hfi: add check to handle incorrect queue size
    (git-fixes).
  - media: venus: hfi_parser: refactor hfi packet parsing logic
    (git-fixes).
  - media: venus: hfi_parser: add check to avoid out of bound access
    (git-fixes).
  - media: visl: Fix ERANGE error when setting enum controls
    (git-fixes).
  - media: platform: allgro-dvt: unregister v4l2_device on the
    error path (git-fixes).
  - media: verisilicon: HEVC: Initialize start_bit field
    (git-fixes).
  - media: i2c: adv748x: Fix test pattern selection mask
    (git-fixes).
  - media: i2c: ov7251: Introduce 1 ms delay between regulators
    and en GPIO (git-fixes).
  - media: i2c: ov7251: Set enable GPIO low in probe (git-fixes).
  - media: i2c: ccs: Set the device's runtime PM status correctly
    in remove (git-fixes).
  - media: streamzap: prevent processing IR data on URB failure
    (git-fixes).
  - media: streamzap: fix race between device disconnection and
    urb callback (git-fixes).
  - auxdisplay: panel: Fix an API misuse in panel.c (git-fixes).
  - mmc: omap: Fix memory leak in mmc_omap_new_slot (git-fixes).
  - memstick: rtsx_usb_ms: Fix slab-use-after-free in
    rtsx_usb_ms_drv_remove (git-fixes).
  - mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SD
    (git-fixes).
  - spi: cadence-qspi: Fix probe on AM62A LP SK (git-fixes).
  - thermal: int340x: Add NULL check for adev (git-fixes).
  - PM: sleep: Fix handling devices with direct_complete set on
    errors (git-fixes).
  - PM: sleep: Adjust check before setting power.must_resume
    (git-fixes).
  - selftests/x86/syscall: Fix coccinelle WARNING recommending
    the use of ARRAY_SIZE() (git-fixes).
  - commit d741ce2

++++ tpm2.0-abrmd:

  - also enable SELinux features for SLE-16 (bsc#1240070). On SLE-16 abrmd does
    not work, because the SELinux configuration is missing and thus its
    operations are denied. Include SLE-16 to fix this.

------------------------------------------------------------------
------------------  2025-3-25  -  Mar 25 2025  -------------------
------------------------------------------------------------------

++++ ca-certificates-mozilla:

  - Fix awk to compare (missing a =) and give the following output:
    [#] NSS_BUILTINS_LIBRARY_VERSION "2.74"
  - pass file argument to awk (bsc#1240009)

++++ docker:

  - Add backport for golang.org/x/oauth2 CVE-2025-22868 fix. bsc#1239185
    + 0006-CVE-2025-22868-vendor-jws-split-token-into-fixed-num.patch
  - Add backport for golang.org/x/crypto CVE-2025-22869 fix. bsc#1239322
    + 0007-CVE-2025-22869-vendor-ssh-limit-the-size-of-the-inte.patch
  - Refresh patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch

++++ python-kiwi:

  - Bump version: 10.2.15 → 10.2.16
  - Support sourcetype setting on the commandline
    Allow to specifiy the sourcetype(metalink|baseurl|mirrorlist)
    also on the commandline via --set-repo/--add-repo options. So
    far this was only possible as part of the kiwi description file
  - Bump version: 10.2.14 → 10.2.15
  - Fix gh-pages deployment
    poetry install was not called, thus sphinx was not present
  - Bump version: 10.2.13 → 10.2.14

++++ kernel-default:

  - smb: client: Add check for next_buffer in receive_encrypted_standard() (CVE-2025-21844 bsc#1239512)
  - commit 5413aee
  - smb: client: destroy cfid_put_wq on module exit (git-fixes).
  - commit c180144
  - ipv6: mcast: extend RCU protection in igmp6_send()
    (CVE-2025-21759 bsc#1238738).
  - commit 400a352
  - ndisc: extend RCU protection in ndisc_send_skb() (CVE-2025-21760
    bsc#1238763).
  - commit 156bf64
  - vrf: use RCU protection in l3mdev_l3_out() (CVE-2025-21791
    bsc#1238512).
  - commit f01aefb
  - openvswitch: use RCU protection in ovs_vport_cmd_fill_info()
    (CVE-2025-21761 bsc#1238775).
  - commit 742de46
  - arp: use RCU protection in arp_xmit() (CVE-2025-21762
    bsc#1238780).
  - commit 816de2a
  - neighbour: use RCU protection in __neigh_notify()
    (CVE-2025-21763 bsc#1237897).
  - commit f8fc7e4
  - ndisc: use RCU protection in ndisc_alloc_skb() (bsc#1239994).
  - commit d3f8de7
  - ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
    (bsc#1239994).
  - commit 60e0c13
  - x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers (git-fixes).
  - commit 8abe0aa
  - x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu() (git-fixes).
  - commit 095440f
  - intel_idle: Add ibrs_off module parameter to force-disable IBRS (git-fixes).
  - commit c35924e
  - intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs() (git-fixes).
  - Refresh
    patches.suse/x86-Fix-CPUIDLE_FLAG_IRQ_ENABLE-leaking-timer-reprogram.patch.
  - commit d3998f0
  - x86/idle: Disable IBRS when CPU is offline to improve single-threaded  performance (git-fixes).
  - commit 317b615
  - x86/speculation: Add __update_spec_ctrl() helper (git-fixes).
  - commit 3276cd3
  - lockdep: Don't disable interrupts on RT in
    disable_irq_nosync_lockdep.*() (git-fixes).
  - kbuild: hdrcheck: fix cross build with clang (git-fixes).
  - commit 77968cd

++++ kernel-rt:

  - smb: client: Add check for next_buffer in receive_encrypted_standard() (CVE-2025-21844 bsc#1239512)
  - commit 5413aee
  - smb: client: destroy cfid_put_wq on module exit (git-fixes).
  - commit c180144
  - ipv6: mcast: extend RCU protection in igmp6_send()
    (CVE-2025-21759 bsc#1238738).
  - commit 400a352
  - ndisc: extend RCU protection in ndisc_send_skb() (CVE-2025-21760
    bsc#1238763).
  - commit 156bf64
  - vrf: use RCU protection in l3mdev_l3_out() (CVE-2025-21791
    bsc#1238512).
  - commit f01aefb
  - openvswitch: use RCU protection in ovs_vport_cmd_fill_info()
    (CVE-2025-21761 bsc#1238775).
  - commit 742de46
  - arp: use RCU protection in arp_xmit() (CVE-2025-21762
    bsc#1238780).
  - commit 816de2a
  - neighbour: use RCU protection in __neigh_notify()
    (CVE-2025-21763 bsc#1237897).
  - commit f8fc7e4
  - ndisc: use RCU protection in ndisc_alloc_skb() (bsc#1239994).
  - commit d3f8de7
  - ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
    (bsc#1239994).
  - commit 60e0c13
  - x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers (git-fixes).
  - commit 8abe0aa
  - x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu() (git-fixes).
  - commit 095440f
  - intel_idle: Add ibrs_off module parameter to force-disable IBRS (git-fixes).
  - commit c35924e
  - intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs() (git-fixes).
  - Refresh
    patches.suse/x86-Fix-CPUIDLE_FLAG_IRQ_ENABLE-leaking-timer-reprogram.patch.
  - commit d3998f0
  - x86/idle: Disable IBRS when CPU is offline to improve single-threaded  performance (git-fixes).
  - commit 317b615
  - x86/speculation: Add __update_spec_ctrl() helper (git-fixes).
  - commit 3276cd3
  - lockdep: Don't disable interrupts on RT in
    disable_irq_nosync_lockdep.*() (git-fixes).
  - kbuild: hdrcheck: fix cross build with clang (git-fixes).
  - commit 77968cd

++++ kernel-rt_debug:

  - smb: client: Add check for next_buffer in receive_encrypted_standard() (CVE-2025-21844 bsc#1239512)
  - commit 5413aee
  - smb: client: destroy cfid_put_wq on module exit (git-fixes).
  - commit c180144
  - ipv6: mcast: extend RCU protection in igmp6_send()
    (CVE-2025-21759 bsc#1238738).
  - commit 400a352
  - ndisc: extend RCU protection in ndisc_send_skb() (CVE-2025-21760
    bsc#1238763).
  - commit 156bf64
  - vrf: use RCU protection in l3mdev_l3_out() (CVE-2025-21791
    bsc#1238512).
  - commit f01aefb
  - openvswitch: use RCU protection in ovs_vport_cmd_fill_info()
    (CVE-2025-21761 bsc#1238775).
  - commit 742de46
  - arp: use RCU protection in arp_xmit() (CVE-2025-21762
    bsc#1238780).
  - commit 816de2a
  - neighbour: use RCU protection in __neigh_notify()
    (CVE-2025-21763 bsc#1237897).
  - commit f8fc7e4
  - ndisc: use RCU protection in ndisc_alloc_skb() (bsc#1239994).
  - commit d3f8de7
  - ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()
    (bsc#1239994).
  - commit 60e0c13
  - x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers (git-fixes).
  - commit 8abe0aa
  - x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu() (git-fixes).
  - commit 095440f
  - intel_idle: Add ibrs_off module parameter to force-disable IBRS (git-fixes).
  - commit c35924e
  - intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs() (git-fixes).
  - Refresh
    patches.suse/x86-Fix-CPUIDLE_FLAG_IRQ_ENABLE-leaking-timer-reprogram.patch.
  - commit d3998f0
  - x86/idle: Disable IBRS when CPU is offline to improve single-threaded  performance (git-fixes).
  - commit 317b615
  - x86/speculation: Add __update_spec_ctrl() helper (git-fixes).
  - commit 3276cd3
  - lockdep: Don't disable interrupts on RT in
    disable_irq_nosync_lockdep.*() (git-fixes).
  - kbuild: hdrcheck: fix cross build with clang (git-fixes).
  - commit 77968cd

++++ pcp:

  - Enable custom pcp-selinux module (bsc#1237260)

++++ python-PyJWT:

  - Lowercase metadata directory name.

------------------------------------------------------------------
------------------  2025-3-24  -  Mar 24 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Drop use of travis-sphinx
    According to the documentation of peaceiris/actions-gh-pages
    the sphinx-build output can be directly consumed to publish
    to github pages
  - Allow stderr data in CommandProcess
    Enhance poll_show_progress() method to allow polling on
    stderr data too. The new parameter with_stderr is used
    together with the dnf5 package manager. dnf5 has changed
    in a way that a lot of useful information during the
    install of packages is printed to stderr. From my perspective
    a clear regression to former behavior but we can fix this
    in kiwi to poll on both channels. This Fixes #2748
  - Support arch attribute for <users> section
    Allow to setup users per arch. This Fixes #2737
  - Add Debian_12_update repo for testing with typer
    Even though we will add support for the typer Cli with kiwi-11
    I want our integration test images to be able to build with the
    open PR #2751. Debian 12 is the only target in the support matrix
    which uses a too old veryion of typer. Therefore to be able to
    test this target I built a newer version of typer in an update
    repo for Debian 12 and added it to the integration test
    description

++++ git:

  - Add support of SHA256 git repo for gitk (bsc#1239989):
    0001-gitk-Add-a-basic-support-of-SHA256-repositories-into.patch
    0002-gitk-Add-auto-select-length-preference-for-SHA256.patch

++++ glibc:

  - Mark functions in libc_nonshared.a as hidden (bsc#1239883)

++++ kernel-default:

  - ipv6: Use RCU in ip6_input() (bsc#1239994).
  - commit 29ec493
  - ipv6: icmp: convert to dev_net_rcu() (bsc#1239994).
  - commit 4c35517
  - flow_dissector: use RCU protection to fetch dev_net()
    (bsc#1239994).
  - commit a0e50a6
  - ipv6: use RCU protection in ip6_default_advmss() (CVE-2025-21765
    bsc#1237906).
  - commit c531d1f
  - ipv4: use RCU protection in rt_is_expired() (bsc#1239994).
  - commit 48756fc
  - ipv4: use RCU protection in ipv4_default_advmss() (bsc#1239994).
  - commit 81b29a5
  - ipv4: use RCU protection in inet_select_addr() (bsc#1239994).
  - commit 5eecff1
  - ipv4: use RCU protection in ip_dst_mtu_maybe_forward()
    (bsc#1239994).
  - commit 6188164
  - ipv4: use RCU protection in __ip_rt_update_pmtu()
    (CVE-2025-21766 bsc#1238754).
  - commit 03eaa8b
  - ipv4: add RCU protection to ip4_dst_hoplimit() (bsc#1239994).
  - commit 95bdee3
  - net: add dev_net_rcu() helper (bsc#1239994).
  - commit 63dac1b
  - net: mana: Support holes in device list reply msg (git-fixes).
  - net: mana: cleanup mana struct after debugfs_remove()
    (git-fixes).
  - Drivers: hv: vmbus: Don't release fb_mmio resource in
    vmbus_free_mmio() (git-fixes).
  - clockevents/drivers/i8253: Fix stop sequence for timer 0
    (git-fixes).
  - commit a640830
  - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986)
    sle_version was obsoleted for SLE16.  It has to be combined with
    suse_version check.
  - commit cbd5de3

++++ kernel-rt:

  - ipv6: Use RCU in ip6_input() (bsc#1239994).
  - commit 29ec493
  - ipv6: icmp: convert to dev_net_rcu() (bsc#1239994).
  - commit 4c35517
  - flow_dissector: use RCU protection to fetch dev_net()
    (bsc#1239994).
  - commit a0e50a6
  - ipv6: use RCU protection in ip6_default_advmss() (CVE-2025-21765
    bsc#1237906).
  - commit c531d1f
  - ipv4: use RCU protection in rt_is_expired() (bsc#1239994).
  - commit 48756fc
  - ipv4: use RCU protection in ipv4_default_advmss() (bsc#1239994).
  - commit 81b29a5
  - ipv4: use RCU protection in inet_select_addr() (bsc#1239994).
  - commit 5eecff1
  - ipv4: use RCU protection in ip_dst_mtu_maybe_forward()
    (bsc#1239994).
  - commit 6188164
  - ipv4: use RCU protection in __ip_rt_update_pmtu()
    (CVE-2025-21766 bsc#1238754).
  - commit 03eaa8b
  - ipv4: add RCU protection to ip4_dst_hoplimit() (bsc#1239994).
  - commit 95bdee3
  - net: add dev_net_rcu() helper (bsc#1239994).
  - commit 63dac1b
  - net: mana: Support holes in device list reply msg (git-fixes).
  - net: mana: cleanup mana struct after debugfs_remove()
    (git-fixes).
  - Drivers: hv: vmbus: Don't release fb_mmio resource in
    vmbus_free_mmio() (git-fixes).
  - clockevents/drivers/i8253: Fix stop sequence for timer 0
    (git-fixes).
  - commit a640830
  - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986)
    sle_version was obsoleted for SLE16.  It has to be combined with
    suse_version check.
  - commit cbd5de3

++++ kernel-rt_debug:

  - ipv6: Use RCU in ip6_input() (bsc#1239994).
  - commit 29ec493
  - ipv6: icmp: convert to dev_net_rcu() (bsc#1239994).
  - commit 4c35517
  - flow_dissector: use RCU protection to fetch dev_net()
    (bsc#1239994).
  - commit a0e50a6
  - ipv6: use RCU protection in ip6_default_advmss() (CVE-2025-21765
    bsc#1237906).
  - commit c531d1f
  - ipv4: use RCU protection in rt_is_expired() (bsc#1239994).
  - commit 48756fc
  - ipv4: use RCU protection in ipv4_default_advmss() (bsc#1239994).
  - commit 81b29a5
  - ipv4: use RCU protection in inet_select_addr() (bsc#1239994).
  - commit 5eecff1
  - ipv4: use RCU protection in ip_dst_mtu_maybe_forward()
    (bsc#1239994).
  - commit 6188164
  - ipv4: use RCU protection in __ip_rt_update_pmtu()
    (CVE-2025-21766 bsc#1238754).
  - commit 03eaa8b
  - ipv4: add RCU protection to ip4_dst_hoplimit() (bsc#1239994).
  - commit 95bdee3
  - net: add dev_net_rcu() helper (bsc#1239994).
  - commit 63dac1b
  - net: mana: Support holes in device list reply msg (git-fixes).
  - net: mana: cleanup mana struct after debugfs_remove()
    (git-fixes).
  - Drivers: hv: vmbus: Don't release fb_mmio resource in
    vmbus_free_mmio() (git-fixes).
  - clockevents/drivers/i8253: Fix stop sequence for timer 0
    (git-fixes).
  - commit a640830
  - rpm/kernel-binary.spec.in: Fix missing 20-kernel-default-extra.conf (bsc#1239986)
    sle_version was obsoleted for SLE16.  It has to be combined with
    suse_version check.
  - commit cbd5de3

++++ qemu:

  - Fixes for bsc#1237603, bsc#1236709, bsc#1236709:
    * linux-user: Do not define struct sched_attr if libc headers do (bsc#1237603)
    * elfload: Fix alignment when unmapping excess reservation (bsc#1236709)
    * linux-user: Honor elf alignment when placing images (bsc#1236709)

------------------------------------------------------------------
------------------  2025-3-23  -  Mar 23 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - kABI workaround for intel-ish-hid (git-fixes).
  - commit c1e0e59
  - HID: intel-ish-hid: Send clock sync message immediately after
    reset (stable-fixes).
  - commit bb56845
  - kABI workaround for soc_mixer_control changes (git-fixes).
  - commit 41b23df
  - i2c: amd-mp2: drop free_irq() of devm_request_irq() allocated
    irq (git-fixes).
  - USB: serial: ftdi_sio: add support for Altera USB Blaster 3
    (stable-fixes).
  - USB: serial: option: fix Telit Cinterion FE990A name
    (stable-fixes).
  - USB: serial: option: add Telit Cinterion FE990B compositions
    (stable-fixes).
  - USB: serial: option: match on interface class for Telit FN990B
    (stable-fixes).
  - Input: i8042 - swap old quirk combination with new quirk for
    more devices (stable-fixes).
  - Input: i8042 - swap old quirk combination with new quirk for
    several devices (stable-fixes).
  - Input: i8042 - add required quirks for missing old boardnames
    (stable-fixes).
  - Input: i8042 - swap old quirk combination with new quirk for
    NHxxRZQ (stable-fixes).
  - Input: xpad - rename QH controller to Legion Go S
    (stable-fixes).
  - Input: xpad - add support for TECNO Pocket Go (stable-fixes).
  - Input: xpad - add support for ZOTAC Gaming Zone (stable-fixes).
  - Input: xpad - add multiple supported devices (stable-fixes).
  - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir
    G7 SE controllers (stable-fixes).
  - ASoC: ops: Consistently treat platform_max as control value
    (git-fixes).
  - drm/i915/cdclk: Do cdclk post plane programming later
    (stable-fixes).
  - drm/atomic: Filter out redundant DPMS calls (stable-fixes).
  - drm/amd/display: Assign normalized_pix_clk when color depth =
    14 (stable-fixes).
  - drm/amd/display: Restore correct backlight brightness after
    a GPU reset (stable-fixes).
  - drm/amd/display: Disable unneeded hpd interrupts during dm_init
    (stable-fixes).
  - drm/hyperv: Fix address space leak when Hyper-V DRM device is
    removed (git-fixes).
  - HID: apple: disable Fn key handling on the Omoton KB066
    (git-fixes).
  - drm/nouveau: Do not override forced connector status
    (stable-fixes).
  - drm/vkms: Round fixp2int conversion in lerp_u16 (stable-fixes).
  - ASoC: tas2764: Set the SDOUT polarity correctly (stable-fixes).
  - ASoC: tas2764: Fix power control mask (stable-fixes).
  - ASoC: tas2770: Fix volume scale (stable-fixes).
  - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors
    (stable-fixes).
  - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE
    (stable-fixes).
  - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi
    module (stable-fixes).
  - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays
    (stable-fixes).
  - usb: phy: generic: Use proper helper for property detection
    (stable-fixes).
  - platform/x86: thinkpad_acpi: Support for V9 DYTC platform
    profiles (stable-fixes).
  - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad
    X120e (stable-fixes).
  - HID: apple: fix up the F6 key on the Omoton KB066 keyboard
    (stable-fixes).
  - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support
    (stable-fixes).
  - HID: topre: Fix n-key rollover on Realforce R3S TKL boards
    (stable-fixes).
  - HID: ignore non-functional sensor in HP 5MP Camera
    (stable-fixes).
  - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in
    doorbell (stable-fixes).
  - ACPI: resource: IRQ override for Eluktronics MECH-17
    (stable-fixes).
  - vboxsf: fix building with GCC 15 (stable-fixes).
  - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show()
    (stable-fixes).
  - commit 3767537

++++ kernel-rt:

  - kABI workaround for intel-ish-hid (git-fixes).
  - commit c1e0e59
  - HID: intel-ish-hid: Send clock sync message immediately after
    reset (stable-fixes).
  - commit bb56845
  - kABI workaround for soc_mixer_control changes (git-fixes).
  - commit 41b23df
  - i2c: amd-mp2: drop free_irq() of devm_request_irq() allocated
    irq (git-fixes).
  - USB: serial: ftdi_sio: add support for Altera USB Blaster 3
    (stable-fixes).
  - USB: serial: option: fix Telit Cinterion FE990A name
    (stable-fixes).
  - USB: serial: option: add Telit Cinterion FE990B compositions
    (stable-fixes).
  - USB: serial: option: match on interface class for Telit FN990B
    (stable-fixes).
  - Input: i8042 - swap old quirk combination with new quirk for
    more devices (stable-fixes).
  - Input: i8042 - swap old quirk combination with new quirk for
    several devices (stable-fixes).
  - Input: i8042 - add required quirks for missing old boardnames
    (stable-fixes).
  - Input: i8042 - swap old quirk combination with new quirk for
    NHxxRZQ (stable-fixes).
  - Input: xpad - rename QH controller to Legion Go S
    (stable-fixes).
  - Input: xpad - add support for TECNO Pocket Go (stable-fixes).
  - Input: xpad - add support for ZOTAC Gaming Zone (stable-fixes).
  - Input: xpad - add multiple supported devices (stable-fixes).
  - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir
    G7 SE controllers (stable-fixes).
  - ASoC: ops: Consistently treat platform_max as control value
    (git-fixes).
  - drm/i915/cdclk: Do cdclk post plane programming later
    (stable-fixes).
  - drm/atomic: Filter out redundant DPMS calls (stable-fixes).
  - drm/amd/display: Assign normalized_pix_clk when color depth =
    14 (stable-fixes).
  - drm/amd/display: Restore correct backlight brightness after
    a GPU reset (stable-fixes).
  - drm/amd/display: Disable unneeded hpd interrupts during dm_init
    (stable-fixes).
  - drm/hyperv: Fix address space leak when Hyper-V DRM device is
    removed (git-fixes).
  - HID: apple: disable Fn key handling on the Omoton KB066
    (git-fixes).
  - drm/nouveau: Do not override forced connector status
    (stable-fixes).
  - drm/vkms: Round fixp2int conversion in lerp_u16 (stable-fixes).
  - ASoC: tas2764: Set the SDOUT polarity correctly (stable-fixes).
  - ASoC: tas2764: Fix power control mask (stable-fixes).
  - ASoC: tas2770: Fix volume scale (stable-fixes).
  - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors
    (stable-fixes).
  - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE
    (stable-fixes).
  - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi
    module (stable-fixes).
  - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays
    (stable-fixes).
  - usb: phy: generic: Use proper helper for property detection
    (stable-fixes).
  - platform/x86: thinkpad_acpi: Support for V9 DYTC platform
    profiles (stable-fixes).
  - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad
    X120e (stable-fixes).
  - HID: apple: fix up the F6 key on the Omoton KB066 keyboard
    (stable-fixes).
  - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support
    (stable-fixes).
  - HID: topre: Fix n-key rollover on Realforce R3S TKL boards
    (stable-fixes).
  - HID: ignore non-functional sensor in HP 5MP Camera
    (stable-fixes).
  - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in
    doorbell (stable-fixes).
  - ACPI: resource: IRQ override for Eluktronics MECH-17
    (stable-fixes).
  - vboxsf: fix building with GCC 15 (stable-fixes).
  - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show()
    (stable-fixes).
  - commit 3767537

++++ kernel-rt_debug:

  - kABI workaround for intel-ish-hid (git-fixes).
  - commit c1e0e59
  - HID: intel-ish-hid: Send clock sync message immediately after
    reset (stable-fixes).
  - commit bb56845
  - kABI workaround for soc_mixer_control changes (git-fixes).
  - commit 41b23df
  - i2c: amd-mp2: drop free_irq() of devm_request_irq() allocated
    irq (git-fixes).
  - USB: serial: ftdi_sio: add support for Altera USB Blaster 3
    (stable-fixes).
  - USB: serial: option: fix Telit Cinterion FE990A name
    (stable-fixes).
  - USB: serial: option: add Telit Cinterion FE990B compositions
    (stable-fixes).
  - USB: serial: option: match on interface class for Telit FN990B
    (stable-fixes).
  - Input: i8042 - swap old quirk combination with new quirk for
    more devices (stable-fixes).
  - Input: i8042 - swap old quirk combination with new quirk for
    several devices (stable-fixes).
  - Input: i8042 - add required quirks for missing old boardnames
    (stable-fixes).
  - Input: i8042 - swap old quirk combination with new quirk for
    NHxxRZQ (stable-fixes).
  - Input: xpad - rename QH controller to Legion Go S
    (stable-fixes).
  - Input: xpad - add support for TECNO Pocket Go (stable-fixes).
  - Input: xpad - add support for ZOTAC Gaming Zone (stable-fixes).
  - Input: xpad - add multiple supported devices (stable-fixes).
  - Input: xpad - add 8BitDo SN30 Pro, Hyperkin X91 and Gamesir
    G7 SE controllers (stable-fixes).
  - ASoC: ops: Consistently treat platform_max as control value
    (git-fixes).
  - drm/i915/cdclk: Do cdclk post plane programming later
    (stable-fixes).
  - drm/atomic: Filter out redundant DPMS calls (stable-fixes).
  - drm/amd/display: Assign normalized_pix_clk when color depth =
    14 (stable-fixes).
  - drm/amd/display: Restore correct backlight brightness after
    a GPU reset (stable-fixes).
  - drm/amd/display: Disable unneeded hpd interrupts during dm_init
    (stable-fixes).
  - drm/hyperv: Fix address space leak when Hyper-V DRM device is
    removed (git-fixes).
  - HID: apple: disable Fn key handling on the Omoton KB066
    (git-fixes).
  - drm/nouveau: Do not override forced connector status
    (stable-fixes).
  - drm/vkms: Round fixp2int conversion in lerp_u16 (stable-fixes).
  - ASoC: tas2764: Set the SDOUT polarity correctly (stable-fixes).
  - ASoC: tas2764: Fix power control mask (stable-fixes).
  - ASoC: tas2770: Fix volume scale (stable-fixes).
  - net: wwan: mhi_wwan_mbim: Silence sequence number glitch errors
    (stable-fixes).
  - ASoC: SOF: amd: Handle IPC replies before FW_BOOT_COMPLETE
    (stable-fixes).
  - ASoC: SOF: Intel: hda: add softdep pre to snd-hda-codec-hdmi
    module (stable-fixes).
  - ASoC: arizona/madera: use fsleep() in up/down DAPM event delays
    (stable-fixes).
  - usb: phy: generic: Use proper helper for property detection
    (stable-fixes).
  - platform/x86: thinkpad_acpi: Support for V9 DYTC platform
    profiles (stable-fixes).
  - platform/x86: thinkpad_acpi: Fix invalid fan speed on ThinkPad
    X120e (stable-fixes).
  - HID: apple: fix up the F6 key on the Omoton KB066 keyboard
    (stable-fixes).
  - HID: hid-apple: Apple Magic Keyboard a3203 USB-C support
    (stable-fixes).
  - HID: topre: Fix n-key rollover on Realforce R3S TKL boards
    (stable-fixes).
  - HID: ignore non-functional sensor in HP 5MP Camera
    (stable-fixes).
  - HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in
    doorbell (stable-fixes).
  - ACPI: resource: IRQ override for Eluktronics MECH-17
    (stable-fixes).
  - vboxsf: fix building with GCC 15 (stable-fixes).
  - platform/x86/intel: pmc: fix ltr decode in pmc_core_ltr_show()
    (stable-fixes).
  - commit 3767537

------------------------------------------------------------------
------------------  2025-3-22  -  Mar 22 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - regulator: dummy: force synchronous probing (git-fixes).
  - regulator: core: Fix deadlock in create_regulator() (git-fixes).
  - commit 74ce27f
  - libperf cpumap: Grow array of read CPUs in smaller increments
    (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Remove use of perf_cpu_map__read() (bsc#1234698
    jsc#PED-12309).
  - perf pmu: Remove use of perf_cpu_map__read() (bsc#1234698
    jsc#PED-12309).
  - libperf cpumap: Be tolerant of newline at the end of a cpumask
    (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Hide/reduce scope of MAX_NR_CPUS (bsc#1234698
    jsc#PED-12309).
  - perf cpumap: Reduce transitive dependencies on libperf
    MAX_NR_CPUS (bsc#1234698 jsc#PED-12309).
  - perf: Increase MAX_NR_CPUS to 4096 (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Ensure empty cpumap is NULL from alloc
    (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Rename perf_cpu_map__empty() to
    perf_cpu_map__has_any_cpu_or_is_empty() (bsc#1234698
    jsc#PED-12309).
  - libperf cpumap: Rename perf_cpu_map__default_new() to
    perf_cpu_map__new_online_cpus() and prefer sysfs (bsc#1234698
    jsc#PED-12309).
  - libperf cpumap: Rename perf_cpu_map__dummy_new() to
    perf_cpu_map__new_any_cpu() (bsc#1234698 jsc#PED-12309).
  - commit b89838c
  - Refresh
    patches.suse/udp-Deal-with-race-between-UDP-socket-address-change-and-r.patch.
  - commit 4648743

++++ kernel-rt:

  - regulator: dummy: force synchronous probing (git-fixes).
  - regulator: core: Fix deadlock in create_regulator() (git-fixes).
  - commit 74ce27f
  - libperf cpumap: Grow array of read CPUs in smaller increments
    (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Remove use of perf_cpu_map__read() (bsc#1234698
    jsc#PED-12309).
  - perf pmu: Remove use of perf_cpu_map__read() (bsc#1234698
    jsc#PED-12309).
  - libperf cpumap: Be tolerant of newline at the end of a cpumask
    (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Hide/reduce scope of MAX_NR_CPUS (bsc#1234698
    jsc#PED-12309).
  - perf cpumap: Reduce transitive dependencies on libperf
    MAX_NR_CPUS (bsc#1234698 jsc#PED-12309).
  - perf: Increase MAX_NR_CPUS to 4096 (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Ensure empty cpumap is NULL from alloc
    (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Rename perf_cpu_map__empty() to
    perf_cpu_map__has_any_cpu_or_is_empty() (bsc#1234698
    jsc#PED-12309).
  - libperf cpumap: Rename perf_cpu_map__default_new() to
    perf_cpu_map__new_online_cpus() and prefer sysfs (bsc#1234698
    jsc#PED-12309).
  - libperf cpumap: Rename perf_cpu_map__dummy_new() to
    perf_cpu_map__new_any_cpu() (bsc#1234698 jsc#PED-12309).
  - commit b89838c
  - Refresh
    patches.suse/udp-Deal-with-race-between-UDP-socket-address-change-and-r.patch.
  - commit 4648743

++++ kernel-rt_debug:

  - regulator: dummy: force synchronous probing (git-fixes).
  - regulator: core: Fix deadlock in create_regulator() (git-fixes).
  - commit 74ce27f
  - libperf cpumap: Grow array of read CPUs in smaller increments
    (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Remove use of perf_cpu_map__read() (bsc#1234698
    jsc#PED-12309).
  - perf pmu: Remove use of perf_cpu_map__read() (bsc#1234698
    jsc#PED-12309).
  - libperf cpumap: Be tolerant of newline at the end of a cpumask
    (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Hide/reduce scope of MAX_NR_CPUS (bsc#1234698
    jsc#PED-12309).
  - perf cpumap: Reduce transitive dependencies on libperf
    MAX_NR_CPUS (bsc#1234698 jsc#PED-12309).
  - perf: Increase MAX_NR_CPUS to 4096 (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Ensure empty cpumap is NULL from alloc
    (bsc#1234698 jsc#PED-12309).
  - libperf cpumap: Rename perf_cpu_map__empty() to
    perf_cpu_map__has_any_cpu_or_is_empty() (bsc#1234698
    jsc#PED-12309).
  - libperf cpumap: Rename perf_cpu_map__default_new() to
    perf_cpu_map__new_online_cpus() and prefer sysfs (bsc#1234698
    jsc#PED-12309).
  - libperf cpumap: Rename perf_cpu_map__dummy_new() to
    perf_cpu_map__new_any_cpu() (bsc#1234698 jsc#PED-12309).
  - commit b89838c
  - Refresh
    patches.suse/udp-Deal-with-race-between-UDP-socket-address-change-and-r.patch.
  - commit 4648743

++++ tiff:

  - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
  - Add %check section
  - Remove Group: declarations, no longer used

------------------------------------------------------------------
------------------  2025-3-21  -  Mar 21 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed python3_sitelib for debbuild in OBS
  - Fixed test-image-agama
    Service setup-systemd-proxy-env.path no longer exists

++++ kernel-default:

  - tools: move alignment-related macros to new <linux/align.h> (git-fixes).
    Fix tools/ build breakage introduced by suse commit 3d6cb93162fd
    "bitmap: introduce generic optimized bitmap_size() (git-fixes)"
  - commit a17c3c2
  - memblock tests: fix warning: "__ALIGN_KERNEL" redefined (git-fixes).
    Fix tools/ build breakage introduced by suse commit 3d6cb93162fd
    "bitmap: introduce generic optimized bitmap_size() (git-fixes)"
  - commit 2860902
  - kABI: ufshcd: add ufshcd_dealloc_host back (CVE-2025-21739
    bsc#1238506).
  - commit 722da19
  - KVM: Explicitly verify target vCPU is online in  kvm_get_vcpu()
    (CVE-2024-58083 bsc#1239036).
  - commit bbd863b
  - nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() (CVE-2025-21848
    bsc#1239479).
  - commit bd498df
  - ACPI: processor: idle: Return an error if both P_LVL{2,3}
    idle states are invalid (bsc#1237530).
  - commit f46ae1f
  - udp: Deal with race between UDP socket address change and rehash
    (CVE-2024-57974 bsc#1238532).
  - commit d248d8d
  - drm/radeon: fix uninitialized size issue in
    radeon_vce_cs_parse() (git-fixes).
  - gpu: host1x: Do not assume that a NULL domain means no DMA IOMMU
    (git-fixes).
  - accel/qaic: Fix integer overflow in qaic_validate_req()
    (git-fixes).
  - accel/qaic: Fix possible data corruption in BOs > 2G
    (git-fixes).
  - drm/v3d: Don't run jobs that have errors flagged in its fence
    (git-fixes).
  - drm/sched: Fix fence reference count leak (git-fixes).
  - batman-adv: Ignore own maximum aggregation size during RX
    (git-fixes).
  - Bluetooth: hci_event: Fix connection regression between LE
    and non-LE adapters (git-fixes).
  - Bluetooth: Fix error code in chan_alloc_skb_cb() (git-fixes).
  - can: flexcan: disable transceiver during system PM (git-fixes).
  - can: flexcan: only change CAN state when link up in system PM
    (git-fixes).
  - can: rcar_canfd: Fix page entries in the AFL list (git-fixes).
  - can: ucan: fix out of bound read in strscpy() source
    (git-fixes).
  - mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops
    (git-fixes).
  - mmc: atmel-mci: Add missing clk_disable_unprepare() (git-fixes).
  - commit fa047d8
  - RDMA/hns: Fix wrong value of max_sge_rd (git-fixes)
  - commit be0fccb
  - RDMA/hns: Fix missing xa_destroy() (git-fixes)
  - commit 7560f3b
  - RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common() (git-fixes)
  - commit fae22e5
  - RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db() (git-fixes)
  - commit 4a61cfc
  - RDMA/hns: Fix soft lockup during bt pages loop (git-fixes)
  - commit d7a5712
  - RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path (git-fixes)
  - commit 1c0ffc5
  - RDMA/mlx5: Handle errors returned from mlx5r_ib_rate() (git-fixes)
  - commit fb56cee
  - RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx (git-fixes)
  - commit d9ad94d
  - RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() tests (git-fixes)
  - commit 3a68d14

++++ kernel-rt:

  - tools: move alignment-related macros to new <linux/align.h> (git-fixes).
    Fix tools/ build breakage introduced by suse commit 3d6cb93162fd
    "bitmap: introduce generic optimized bitmap_size() (git-fixes)"
  - commit a17c3c2
  - memblock tests: fix warning: "__ALIGN_KERNEL" redefined (git-fixes).
    Fix tools/ build breakage introduced by suse commit 3d6cb93162fd
    "bitmap: introduce generic optimized bitmap_size() (git-fixes)"
  - commit 2860902
  - kABI: ufshcd: add ufshcd_dealloc_host back (CVE-2025-21739
    bsc#1238506).
  - commit 722da19
  - KVM: Explicitly verify target vCPU is online in  kvm_get_vcpu()
    (CVE-2024-58083 bsc#1239036).
  - commit bbd863b
  - nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() (CVE-2025-21848
    bsc#1239479).
  - commit bd498df
  - ACPI: processor: idle: Return an error if both P_LVL{2,3}
    idle states are invalid (bsc#1237530).
  - commit f46ae1f
  - udp: Deal with race between UDP socket address change and rehash
    (CVE-2024-57974 bsc#1238532).
  - commit d248d8d
  - drm/radeon: fix uninitialized size issue in
    radeon_vce_cs_parse() (git-fixes).
  - gpu: host1x: Do not assume that a NULL domain means no DMA IOMMU
    (git-fixes).
  - accel/qaic: Fix integer overflow in qaic_validate_req()
    (git-fixes).
  - accel/qaic: Fix possible data corruption in BOs > 2G
    (git-fixes).
  - drm/v3d: Don't run jobs that have errors flagged in its fence
    (git-fixes).
  - drm/sched: Fix fence reference count leak (git-fixes).
  - batman-adv: Ignore own maximum aggregation size during RX
    (git-fixes).
  - Bluetooth: hci_event: Fix connection regression between LE
    and non-LE adapters (git-fixes).
  - Bluetooth: Fix error code in chan_alloc_skb_cb() (git-fixes).
  - can: flexcan: disable transceiver during system PM (git-fixes).
  - can: flexcan: only change CAN state when link up in system PM
    (git-fixes).
  - can: rcar_canfd: Fix page entries in the AFL list (git-fixes).
  - can: ucan: fix out of bound read in strscpy() source
    (git-fixes).
  - mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops
    (git-fixes).
  - mmc: atmel-mci: Add missing clk_disable_unprepare() (git-fixes).
  - commit fa047d8
  - RDMA/hns: Fix wrong value of max_sge_rd (git-fixes)
  - commit be0fccb
  - RDMA/hns: Fix missing xa_destroy() (git-fixes)
  - commit 7560f3b
  - RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common() (git-fixes)
  - commit fae22e5
  - RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db() (git-fixes)
  - commit 4a61cfc
  - RDMA/hns: Fix soft lockup during bt pages loop (git-fixes)
  - commit d7a5712
  - RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path (git-fixes)
  - commit 1c0ffc5
  - RDMA/mlx5: Handle errors returned from mlx5r_ib_rate() (git-fixes)
  - commit fb56cee
  - RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx (git-fixes)
  - commit d9ad94d
  - RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() tests (git-fixes)
  - commit 3a68d14

++++ kernel-rt_debug:

  - tools: move alignment-related macros to new <linux/align.h> (git-fixes).
    Fix tools/ build breakage introduced by suse commit 3d6cb93162fd
    "bitmap: introduce generic optimized bitmap_size() (git-fixes)"
  - commit a17c3c2
  - memblock tests: fix warning: "__ALIGN_KERNEL" redefined (git-fixes).
    Fix tools/ build breakage introduced by suse commit 3d6cb93162fd
    "bitmap: introduce generic optimized bitmap_size() (git-fixes)"
  - commit 2860902
  - kABI: ufshcd: add ufshcd_dealloc_host back (CVE-2025-21739
    bsc#1238506).
  - commit 722da19
  - KVM: Explicitly verify target vCPU is online in  kvm_get_vcpu()
    (CVE-2024-58083 bsc#1239036).
  - commit bbd863b
  - nfp: bpf: Add check for nfp_app_ctrl_msg_alloc() (CVE-2025-21848
    bsc#1239479).
  - commit bd498df
  - ACPI: processor: idle: Return an error if both P_LVL{2,3}
    idle states are invalid (bsc#1237530).
  - commit f46ae1f
  - udp: Deal with race between UDP socket address change and rehash
    (CVE-2024-57974 bsc#1238532).
  - commit d248d8d
  - drm/radeon: fix uninitialized size issue in
    radeon_vce_cs_parse() (git-fixes).
  - gpu: host1x: Do not assume that a NULL domain means no DMA IOMMU
    (git-fixes).
  - accel/qaic: Fix integer overflow in qaic_validate_req()
    (git-fixes).
  - accel/qaic: Fix possible data corruption in BOs > 2G
    (git-fixes).
  - drm/v3d: Don't run jobs that have errors flagged in its fence
    (git-fixes).
  - drm/sched: Fix fence reference count leak (git-fixes).
  - batman-adv: Ignore own maximum aggregation size during RX
    (git-fixes).
  - Bluetooth: hci_event: Fix connection regression between LE
    and non-LE adapters (git-fixes).
  - Bluetooth: Fix error code in chan_alloc_skb_cb() (git-fixes).
  - can: flexcan: disable transceiver during system PM (git-fixes).
  - can: flexcan: only change CAN state when link up in system PM
    (git-fixes).
  - can: rcar_canfd: Fix page entries in the AFL list (git-fixes).
  - can: ucan: fix out of bound read in strscpy() source
    (git-fixes).
  - mmc: sdhci-brcmstb: add cqhci suspend/resume to PM ops
    (git-fixes).
  - mmc: atmel-mci: Add missing clk_disable_unprepare() (git-fixes).
  - commit fa047d8
  - RDMA/hns: Fix wrong value of max_sge_rd (git-fixes)
  - commit be0fccb
  - RDMA/hns: Fix missing xa_destroy() (git-fixes)
  - commit 7560f3b
  - RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common() (git-fixes)
  - commit fae22e5
  - RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db() (git-fixes)
  - commit 4a61cfc
  - RDMA/hns: Fix soft lockup during bt pages loop (git-fixes)
  - commit d7a5712
  - RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp path (git-fixes)
  - commit 1c0ffc5
  - RDMA/mlx5: Handle errors returned from mlx5r_ib_rate() (git-fixes)
  - commit fb56cee
  - RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indx (git-fixes)
  - commit d9ad94d
  - RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() tests (git-fixes)
  - commit 3a68d14

------------------------------------------------------------------
------------------  2025-3-20  -  Mar 20 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Make container-selinux requirement conditional on selinux-policy
    (bsc#1237367)

++++ kernel-default:

  - scsi: ufs: core: Fix use-after free in init error and remove
    paths (CVE-2025-21739 bsc#1238506).
  - commit f971898
  - btrfs: use a separate end_io handler for extent_buffer writing
    (bsc#1239045).
  - btrfs: don't use btrfs_bio_ctrl for extent buffer writing
    (bsc#1239045).
  - btrfs: remove the mirror_num argument to
    btrfs_submit_compressed_read (bsc#1239045).
  - btrfs: subpage: fix error handling in
    end_bio_subpage_eb_writepage (bsc#1239045).
  - commit 5ca42b7
  - Update MIN RMA patch metadata.
  - commit 9756b72
  - ata: sata_highbank: fix OF node reference leak in
    highbank_initialize_phys() (git-fixes).
  - commit a7b4ac3
  - ata: sata_sil: Rename sil_blacklist to sil_quirks (git-fixes).
  - commit c17a6ef
  - ata: pata_serverworks: Do not use the term blacklist
    (git-fixes).
  - commit cdc9008
  - ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using
    result_tf (git-fixes).
  - commit cf84546
  - ata: libata-scsi: Remove redundant sense_buffer memsets
    (git-fixes).
  - commit 3ff83f7
  - ata: ahci: Add mask_port_map module parameter (git-fixes).
  - commit f3d1fc7
  - ata: pata_parport: fit3: implement IDE command set registers
    (git-fixes).
  - commit b753758
  - arm64: dts: rockchip: fix pinmux of UART5 for PX30 Ringneck on Haikou (git-fixes)
  - commit e6786aa
  - ata: pata_parport: add custom version of wait_after_reset
    (git-fixes).
  - commit 92ba445
  - arm64: dts: rockchip: Add missing PCIe supplies to RockPro64 board (git-fixes)
  - commit d1b0425
  - arm64: dts: rockchip: Add avdd HDMI supplies to RockPro64 board dtsi (git-fixes)
  - commit b541e7c
  - arm64: dts: rockchip: Remove undocumented sdmmc property from (git-fixes)
  - commit 4d05cf3
  - arm64: dts: rockchip: fix pinmux of UART0 for PX30 Ringneck on Haikou (git-fixes)
  - commit cfcc878
  - arm64: dts: freescale: imx8mm-verdin-dahlia: add Microphone Jack to (git-fixes)
  - commit e1ac37c
  - arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply (git-fixes)
  - commit 86fe977
  - arm64: mm: Populate vmemmap at the page level if not section aligned (git-fixes)
  - commit 9a15b23
  - arm64: dts: rockchip: add rs485 support on uart5 of (git-fixes)
  - commit 674715a
  - mm: zswap: move allocations during CPU init outside the lock
    (git-fixes).
  - commit 4a03990

++++ kernel-rt:

  - scsi: ufs: core: Fix use-after free in init error and remove
    paths (CVE-2025-21739 bsc#1238506).
  - commit f971898
  - btrfs: use a separate end_io handler for extent_buffer writing
    (bsc#1239045).
  - btrfs: don't use btrfs_bio_ctrl for extent buffer writing
    (bsc#1239045).
  - btrfs: remove the mirror_num argument to
    btrfs_submit_compressed_read (bsc#1239045).
  - btrfs: subpage: fix error handling in
    end_bio_subpage_eb_writepage (bsc#1239045).
  - commit 5ca42b7
  - Update MIN RMA patch metadata.
  - commit 9756b72
  - ata: sata_highbank: fix OF node reference leak in
    highbank_initialize_phys() (git-fixes).
  - commit a7b4ac3
  - ata: sata_sil: Rename sil_blacklist to sil_quirks (git-fixes).
  - commit c17a6ef
  - ata: pata_serverworks: Do not use the term blacklist
    (git-fixes).
  - commit cdc9008
  - ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using
    result_tf (git-fixes).
  - commit cf84546
  - ata: libata-scsi: Remove redundant sense_buffer memsets
    (git-fixes).
  - commit 3ff83f7
  - ata: ahci: Add mask_port_map module parameter (git-fixes).
  - commit f3d1fc7
  - ata: pata_parport: fit3: implement IDE command set registers
    (git-fixes).
  - commit b753758
  - arm64: dts: rockchip: fix pinmux of UART5 for PX30 Ringneck on Haikou (git-fixes)
  - commit e6786aa
  - ata: pata_parport: add custom version of wait_after_reset
    (git-fixes).
  - commit 92ba445
  - arm64: dts: rockchip: Add missing PCIe supplies to RockPro64 board (git-fixes)
  - commit d1b0425
  - arm64: dts: rockchip: Add avdd HDMI supplies to RockPro64 board dtsi (git-fixes)
  - commit b541e7c
  - arm64: dts: rockchip: Remove undocumented sdmmc property from (git-fixes)
  - commit 4d05cf3
  - arm64: dts: rockchip: fix pinmux of UART0 for PX30 Ringneck on Haikou (git-fixes)
  - commit cfcc878
  - arm64: dts: freescale: imx8mm-verdin-dahlia: add Microphone Jack to (git-fixes)
  - commit e1ac37c
  - arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply (git-fixes)
  - commit 86fe977
  - arm64: mm: Populate vmemmap at the page level if not section aligned (git-fixes)
  - commit 9a15b23
  - arm64: dts: rockchip: add rs485 support on uart5 of (git-fixes)
  - commit 674715a
  - mm: zswap: move allocations during CPU init outside the lock
    (git-fixes).
  - commit 4a03990

++++ kernel-rt_debug:

  - scsi: ufs: core: Fix use-after free in init error and remove
    paths (CVE-2025-21739 bsc#1238506).
  - commit f971898
  - btrfs: use a separate end_io handler for extent_buffer writing
    (bsc#1239045).
  - btrfs: don't use btrfs_bio_ctrl for extent buffer writing
    (bsc#1239045).
  - btrfs: remove the mirror_num argument to
    btrfs_submit_compressed_read (bsc#1239045).
  - btrfs: subpage: fix error handling in
    end_bio_subpage_eb_writepage (bsc#1239045).
  - commit 5ca42b7
  - Update MIN RMA patch metadata.
  - commit 9756b72
  - ata: sata_highbank: fix OF node reference leak in
    highbank_initialize_phys() (git-fixes).
  - commit a7b4ac3
  - ata: sata_sil: Rename sil_blacklist to sil_quirks (git-fixes).
  - commit c17a6ef
  - ata: pata_serverworks: Do not use the term blacklist
    (git-fixes).
  - commit cdc9008
  - ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using
    result_tf (git-fixes).
  - commit cf84546
  - ata: libata-scsi: Remove redundant sense_buffer memsets
    (git-fixes).
  - commit 3ff83f7
  - ata: ahci: Add mask_port_map module parameter (git-fixes).
  - commit f3d1fc7
  - ata: pata_parport: fit3: implement IDE command set registers
    (git-fixes).
  - commit b753758
  - arm64: dts: rockchip: fix pinmux of UART5 for PX30 Ringneck on Haikou (git-fixes)
  - commit e6786aa
  - ata: pata_parport: add custom version of wait_after_reset
    (git-fixes).
  - commit 92ba445
  - arm64: dts: rockchip: Add missing PCIe supplies to RockPro64 board (git-fixes)
  - commit d1b0425
  - arm64: dts: rockchip: Add avdd HDMI supplies to RockPro64 board dtsi (git-fixes)
  - commit b541e7c
  - arm64: dts: rockchip: Remove undocumented sdmmc property from (git-fixes)
  - commit 4d05cf3
  - arm64: dts: rockchip: fix pinmux of UART0 for PX30 Ringneck on Haikou (git-fixes)
  - commit cfcc878
  - arm64: dts: freescale: imx8mm-verdin-dahlia: add Microphone Jack to (git-fixes)
  - commit e1ac37c
  - arm64: dts: freescale: tqma8mpql: Fix vqmmc-supply (git-fixes)
  - commit 86fe977
  - arm64: mm: Populate vmemmap at the page level if not section aligned (git-fixes)
  - commit 9a15b23
  - arm64: dts: rockchip: add rs485 support on uart5 of (git-fixes)
  - commit 674715a
  - mm: zswap: move allocations during CPU init outside the lock
    (git-fixes).
  - commit 4a03990

++++ open-vm-tools:

  - remove unused pcre build dependency

++++ supportutils:

  - Changes to version 3.2.10
    + network.txt collect all firewalld zones (pr#233)
    + Collects gfs2 info (PED-11853, pr#235, pr#236)
    + Ignore tasks/threads to prevent collecting duplicate fd data in open_files (bsc#1230371, pr#237)
    + Added openldap2_5 support for SLES (pr#238)
    + Collects additional hawk details (pr#239)
    + Optimized filtering D/Z processes (pr#241)
    + Collect firewalld permanent configuration (pr#243)
    + ldap_info: support for multiple DBs and sanitize olcRootPW (bsc#1231838, pr#247)
    + Added dbus_info for dbus.txt (bsc#1222650, pr#248)

------------------------------------------------------------------
------------------  2025-3-19  -  Mar 19 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()
    (git-fixes CVE-2025-21703 bsc#1237313).
  - commit ca9c9ec
  - iommu/vt-d: Fix suspicious RCU usage (git-fixes).
  - commit 57c0aea
  - net_sched: sch_sfq: handle bigger packets (git-fixes).
  - Refresh
    patches.suse/net_sched-sch_sfq-don-t-allow-1-packet-limit.patch.
  - commit e8a43b7
  - net/sched: act_api: rely on rcu in tcf_idr_check_alloc
    (git-fixes).
  - Refresh
    patches.suse/net-sched-act_api-fix-possible-infinite-loop-in-tcf_.patch.
  - commit b0f7ecb
  - net_sched: Prevent creation of classes with TC_H_ROOT
    (git-fixes).
  - net/sched: cls_api: fix error handling causing NULL dereference
    (git-fixes CVE-2025-21857 bsc#1239478).
  - net/sched: netem: account for backlog updates from child qdisc
    (git-fixes CVE-2024-56770 bsc#1235637).
  - net/sched: tbf: correct backlog statistic for GSO packets
    (git-fixes).
  - net/sched: cbs: Fix integer overflow in cbs_set_port_rate()
    (git-fixes).
  - net/sched: act_api: deny mismatched skip_sw/skip_hw flags for
    actions created by classifiers (git-fixes).
  - net/sched: taprio: make q->picos_per_byte available to
    fill_sched_entry() (git-fixes).
  - net/sched: adjust device watchdog timer to detect stopped
    queue at right time (git-fixes).
  - net_sched: sch_sfq: annotate data-races around q->perturb_period
    (git-fixes).
  - net/sched: flower: Add lock protection when remove filter handle
    (git-fixes).
  - net/sched: cls_u32: replace int refcounts with proper refcounts
    (git-fixes).
  - commit a5cca5e
  - powerpc/pseries/eeh: move pseries_eeh_err_inject() outside
    CONFIG_DEBUG_FS block (bsc#1239573).
  - powerpc/pseries/eeh: Fix pseries_eeh_err_inject (bsc#1239573).
  - powerpc: Stop using no_llseek (bsc#1239573).
  - commit 5b9a0f5
  - wifi: rtl8xxxu: Perform update_beacon_work when beaconing is
    enabled (git-fixes).
  - commit 39d5ea8
  - kABI fix for netlink: terminate outstanding dump on socket close
    (git-fixes).
  - commit b2fd571
  - usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c
    (bsc#1232389 CVE-2024-50056).
  - commit e07e4ef
  - netlink: terminate outstanding dump on socket close
    (CVE-2024-53140 bsc#1234222).
  - net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
    (CVE-2024-53057 bsc#1233551).
  - commit b824575
  - usb: gadget: uvc: fix try format returns on uncompressed formats
    (bsc#1232389 CVE-2024-50056).
  - commit d2b161f
  - mm: zswap: properly synchronize freeing resources during CPU
    hotunplug (bsc#1237029 CVE-2025-21693).
  - commit 215e0dc
  - series.conf: temporarily disable patches.suse/md-md-bitmap-fix-writing-non-bitmap-pages-ab99.patch (bsc#1238212)
  - commit bc1d649
  - initramfs: fix hardlink hash leak without TRAILER (bsc#1232848).
  - initramfs: allocate heap buffers together (bsc#1232848).
  - init: add initramfs_internal.h (bsc#1232848).
  - commit f42c132

++++ kernel-rt:

  - netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()
    (git-fixes CVE-2025-21703 bsc#1237313).
  - commit ca9c9ec
  - iommu/vt-d: Fix suspicious RCU usage (git-fixes).
  - commit 57c0aea
  - net_sched: sch_sfq: handle bigger packets (git-fixes).
  - Refresh
    patches.suse/net_sched-sch_sfq-don-t-allow-1-packet-limit.patch.
  - commit e8a43b7
  - net/sched: act_api: rely on rcu in tcf_idr_check_alloc
    (git-fixes).
  - Refresh
    patches.suse/net-sched-act_api-fix-possible-infinite-loop-in-tcf_.patch.
  - commit b0f7ecb
  - net_sched: Prevent creation of classes with TC_H_ROOT
    (git-fixes).
  - net/sched: cls_api: fix error handling causing NULL dereference
    (git-fixes CVE-2025-21857 bsc#1239478).
  - net/sched: netem: account for backlog updates from child qdisc
    (git-fixes CVE-2024-56770 bsc#1235637).
  - net/sched: tbf: correct backlog statistic for GSO packets
    (git-fixes).
  - net/sched: cbs: Fix integer overflow in cbs_set_port_rate()
    (git-fixes).
  - net/sched: act_api: deny mismatched skip_sw/skip_hw flags for
    actions created by classifiers (git-fixes).
  - net/sched: taprio: make q->picos_per_byte available to
    fill_sched_entry() (git-fixes).
  - net/sched: adjust device watchdog timer to detect stopped
    queue at right time (git-fixes).
  - net_sched: sch_sfq: annotate data-races around q->perturb_period
    (git-fixes).
  - net/sched: flower: Add lock protection when remove filter handle
    (git-fixes).
  - net/sched: cls_u32: replace int refcounts with proper refcounts
    (git-fixes).
  - commit a5cca5e
  - powerpc/pseries/eeh: move pseries_eeh_err_inject() outside
    CONFIG_DEBUG_FS block (bsc#1239573).
  - powerpc/pseries/eeh: Fix pseries_eeh_err_inject (bsc#1239573).
  - powerpc: Stop using no_llseek (bsc#1239573).
  - commit 5b9a0f5
  - wifi: rtl8xxxu: Perform update_beacon_work when beaconing is
    enabled (git-fixes).
  - commit 39d5ea8
  - kABI fix for netlink: terminate outstanding dump on socket close
    (git-fixes).
  - commit b2fd571
  - usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c
    (bsc#1232389 CVE-2024-50056).
  - commit e07e4ef
  - netlink: terminate outstanding dump on socket close
    (CVE-2024-53140 bsc#1234222).
  - net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
    (CVE-2024-53057 bsc#1233551).
  - commit b824575
  - usb: gadget: uvc: fix try format returns on uncompressed formats
    (bsc#1232389 CVE-2024-50056).
  - commit d2b161f
  - mm: zswap: properly synchronize freeing resources during CPU
    hotunplug (bsc#1237029 CVE-2025-21693).
  - commit 215e0dc
  - series.conf: temporarily disable patches.suse/md-md-bitmap-fix-writing-non-bitmap-pages-ab99.patch (bsc#1238212)
  - commit bc1d649
  - initramfs: fix hardlink hash leak without TRAILER (bsc#1232848).
  - initramfs: allocate heap buffers together (bsc#1232848).
  - init: add initramfs_internal.h (bsc#1232848).
  - commit f42c132

++++ kernel-rt_debug:

  - netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()
    (git-fixes CVE-2025-21703 bsc#1237313).
  - commit ca9c9ec
  - iommu/vt-d: Fix suspicious RCU usage (git-fixes).
  - commit 57c0aea
  - net_sched: sch_sfq: handle bigger packets (git-fixes).
  - Refresh
    patches.suse/net_sched-sch_sfq-don-t-allow-1-packet-limit.patch.
  - commit e8a43b7
  - net/sched: act_api: rely on rcu in tcf_idr_check_alloc
    (git-fixes).
  - Refresh
    patches.suse/net-sched-act_api-fix-possible-infinite-loop-in-tcf_.patch.
  - commit b0f7ecb
  - net_sched: Prevent creation of classes with TC_H_ROOT
    (git-fixes).
  - net/sched: cls_api: fix error handling causing NULL dereference
    (git-fixes CVE-2025-21857 bsc#1239478).
  - net/sched: netem: account for backlog updates from child qdisc
    (git-fixes CVE-2024-56770 bsc#1235637).
  - net/sched: tbf: correct backlog statistic for GSO packets
    (git-fixes).
  - net/sched: cbs: Fix integer overflow in cbs_set_port_rate()
    (git-fixes).
  - net/sched: act_api: deny mismatched skip_sw/skip_hw flags for
    actions created by classifiers (git-fixes).
  - net/sched: taprio: make q->picos_per_byte available to
    fill_sched_entry() (git-fixes).
  - net/sched: adjust device watchdog timer to detect stopped
    queue at right time (git-fixes).
  - net_sched: sch_sfq: annotate data-races around q->perturb_period
    (git-fixes).
  - net/sched: flower: Add lock protection when remove filter handle
    (git-fixes).
  - net/sched: cls_u32: replace int refcounts with proper refcounts
    (git-fixes).
  - commit a5cca5e
  - powerpc/pseries/eeh: move pseries_eeh_err_inject() outside
    CONFIG_DEBUG_FS block (bsc#1239573).
  - powerpc/pseries/eeh: Fix pseries_eeh_err_inject (bsc#1239573).
  - powerpc: Stop using no_llseek (bsc#1239573).
  - commit 5b9a0f5
  - wifi: rtl8xxxu: Perform update_beacon_work when beaconing is
    enabled (git-fixes).
  - commit 39d5ea8
  - kABI fix for netlink: terminate outstanding dump on socket close
    (git-fixes).
  - commit b2fd571
  - usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c
    (bsc#1232389 CVE-2024-50056).
  - commit e07e4ef
  - netlink: terminate outstanding dump on socket close
    (CVE-2024-53140 bsc#1234222).
  - net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT
    (CVE-2024-53057 bsc#1233551).
  - commit b824575
  - usb: gadget: uvc: fix try format returns on uncompressed formats
    (bsc#1232389 CVE-2024-50056).
  - commit d2b161f
  - mm: zswap: properly synchronize freeing resources during CPU
    hotunplug (bsc#1237029 CVE-2025-21693).
  - commit 215e0dc
  - series.conf: temporarily disable patches.suse/md-md-bitmap-fix-writing-non-bitmap-pages-ab99.patch (bsc#1238212)
  - commit bc1d649
  - initramfs: fix hardlink hash leak without TRAILER (bsc#1232848).
  - initramfs: allocate heap buffers together (bsc#1232848).
  - init: add initramfs_internal.h (bsc#1232848).
  - commit f42c132

++++ libxslt:

  - Security fixes:
    * Fix use-after-free of XPath context node [bsc#1239625, CVE-2025-24855]
    * Fix UAF related to excluded namespaces [bsc#1239637, CVE-2024-55549]
    * Make generate-id() deterministic [bsc#1238591, CVE-2023-40403]
    Just adding the reference here as this CVE was already fixed
    in 0009-Make-generate-id-deterministic.patch
    * Add patches:
  - libxslt-CVE-2024-55549.patch
  - libxslt-CVE-2025-24855.patch

++++ systemd:

  - Maintain the network device naming scheme used on SLE15 (jsc#PED-12317)
    This shouldn't cause problems as predictable naming schemes are disabled on
    SLMicro-6.1 (net.ifnames=0 is set on the kernel command line by default).
    Add 1001-man-describe-the-net-naming-schemes-specific-to-SLE.patch for the
    description of these schemes in the relevant man page.
  - Import commit 09b7477895b79c7a3604a7e1aa71eeb3d401e65c
    09b7477895 udev: allow/denylist for reading sysfs attributes when composing a NIC name (bsc#1234015)
  - Drop 5004-udev-allow-denylist-for-reading-sysfs-attributes-whe.patch
    The path has been merged into the SUSE/v254 branch.
  - Import commit 0d0f2dbfc4c901dca09fdd3d5b744b5339e0e991 (merge of v254.24)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/b4693652f317dbae80e31b978f51e695a23fa3d0...0d0f2dbfc4c901dca09fdd3d5b744b5339e0e991
  - Import commit b4693652f317dbae80e31b978f51e695a23fa3d0
    b4693652f3 journald: close runtime journals before their parent directory removed
    044d051f0c journald: reset runtime seqnum data when flushing to system journal (bsc#1236886)

++++ sysstat:

  - Updated sysstat-8.1.6-sa1sa2lock.diff to use flock to create the
    lockfile. Using lockfile would require additional SELinux permissions.
    (bsc#1228246)

------------------------------------------------------------------
------------------  2025-3-18  -  Mar 18 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net: stmmac: fix TSO DMA API usage causing oops (CVE-2024-56719 bsc#1235591)
  - commit 66963e5
  - Documentation: qat: fix auto_reset attribute details (git-fixes).
  - Documentation: qat: fix auto_reset section (git-fixes).
  - commit f832e33
  - supported.conf: add now-included qat_420xx (external, intel)
  - commit 85940df
  - net: constify sk_dst_get() and __sk_dst_get() argument
    (git-fixes).
  - commit a24981b
  - crypto: qat - Fix missing destroy_workqueue in adf_init_aer() (jsc#PED-12416).
  - crypto: qat - Fix typo "accelaration" (jsc#PED-12416).
  - crypto: qat - Constify struct pm_status_row (jsc#PED-12416).
  - crypto: qat - remove unused adf_devmgr_get_first (jsc#PED-12416).
  - crypto: qat/qat_420xx - fix off by one in uof_get_name() (jsc#PED-12416).
  - crypto: iaa - Remove potential infinite loop in check_completion() (jsc#PED-12416).
  - crypto: qat - Remove trailing space after \n newline (jsc#PED-12416).
  - crypto: qat - fix "Full Going True" macro definition (jsc#PED-12416).
  - crypto: qat - Use static_assert() to check struct sizes (jsc#PED-12416).
  - crypto: qat - allow disabling SR-IOV VFs (jsc#PED-12416).
  - crypto: qat - ensure correct order in VF restarting handler (jsc#PED-12416).
  - crypto: qat - fix recovery flow for VFs (jsc#PED-12416).
  - crypto: qat - preserve ADF_GENERAL_SEC (jsc#PED-12416).
  - crypto: qat - initialize user_input.lock for rate_limiting (jsc#PED-12416).
  - crypto: qat - make adf_ctl_class constant (jsc#PED-12416).
  - crypto: qat - Fix typo (jsc#PED-12416).
  - crypto: qat - fix linking errors when PCI_IOV is disabled (jsc#PED-12416).
  - crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy() (jsc#PED-12416).
  - crypto: qat - validate slices count returned by FW (jsc#PED-12416).
  - crypto: qat - improve error message in adf_get_arbiter_mapping() (jsc#PED-12416).
  - crypto: qat - implement dh fallback for primes > 4K (jsc#PED-12416).
  - crypto: iaa - Use cpumask_weight() when rebalancing (jsc#PED-12416).
  - crypto: qat - Fix spelling mistake "Invalide" -> "Invalid" (jsc#PED-12416).
  - crypto: qat - Avoid -Wflex-array-member-not-at-end warnings (jsc#PED-12416).
  - crypto: iaa - Change iaa statistics to atomic64_t (jsc#PED-12416).
  - crypto: iaa - Add global_stats file and remove individual stat files (jsc#PED-12416).
  - crypto: iaa - Remove comp/decomp delay statistics (jsc#PED-12416).
  - crypto: iaa - fix decomp_bytes_in stats (jsc#PED-12416).
  - crypto: qat - implement interface for live migration (jsc#PED-12416).
  - crypto: qat - add interface for live migration (jsc#PED-12416).
  - crypto: qat - add bank save and restore flows (jsc#PED-12416).
  - crypto: qat - expand CSR operations for QAT GEN4 devices (jsc#PED-12416).
  - crypto: qat - rename get_sla_arr_of_type() (jsc#PED-12416).
  - crypto: qat - relocate CSR access code (jsc#PED-12416).
  - crypto: qat - move PFVF compat checker to a function (jsc#PED-12416).
  - crypto: qat - relocate and rename 4xxx PF2VM definitions (jsc#PED-12416).
  - crypto: qat - adf_get_etr_base() helper (jsc#PED-12416).
  - crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags (jsc#PED-12416).
  - crypto: iaa - Fix comp/decomp delay statistics (jsc#PED-12416).
  - crypto: qat - make ring to service map common for QAT GEN4 (jsc#PED-12416).
  - crypto: qat - fix ring to service map for dcc in 420xx (jsc#PED-12416).
  - crypto: qat - fix comment structure (jsc#PED-12416).
  - crypto: qat - remove unnecessary description from comment (jsc#PED-12416).
  - crypto: qat - uninitialized variable in adf_hb_error_inject_write() (jsc#PED-12416).
  - crypto: qat - improve aer error reset handling (jsc#PED-12416).
  - crypto: qat - limit heartbeat notifications (jsc#PED-12416).
  - crypto: qat - add auto reset on error (jsc#PED-12416).
  - crypto: qat - add fatal error notification (jsc#PED-12416).
  - crypto: qat - re-enable sriov after pf reset (jsc#PED-12416).
  - crypto: qat - update PFVF protocol for recovery (jsc#PED-12416).
  - crypto: qat - disable arbitration before reset (jsc#PED-12416).
  - crypto: qat - add fatal error notify method (jsc#PED-12416).
  - crypto: qat - add heartbeat error simulator (jsc#PED-12416).
  - crypto: qat - use kcalloc_node() instead of kzalloc_node() (jsc#PED-12416).
  - crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init() (jsc#PED-12416).
  - crypto: iaa - Remove header table code (jsc#PED-12416).
  - crypto: qat - avoid memcpy() overflow warning (jsc#PED-12416).
  - crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx (jsc#PED-12416).
  - crypto: qat - generate dynamically arbiter mappings (jsc#PED-12416).
  - crypto: qat - add support for ring pair level telemetry (jsc#PED-12416).
  - commit 5d1d9ed
  - crypto: qat - add support for device telemetry (jsc#PED-12416). - Refresh patches.suse/crypto-qat-disable-IOV-in-adf_dev_stop.patch. - Refresh patches.suse/crypto-qat-remove-check-after-debugfs_create_dir.patch.
  - commit 3d131da
  - crypto: qat - add admin msgs for telemetry (jsc#PED-12416).
  - crypto: qat - include pci.h for GET_DEV() (jsc#PED-12416).
  - crypto: iaa - remove unneeded semicolon (jsc#PED-12416).
  - crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns() (jsc#PED-12416).
  - crypto: iaa - Change desc->priv to 0 (jsc#PED-12416).
  - crypto: qat - add support for 420xx devices (jsc#PED-12416).
  - crypto: qat - move fw config related structures (jsc#PED-12416).
  - crypto: qat - relocate portions of qat_4xxx code (jsc#PED-12416).
  - crypto: qat - change signature of uof_get_num_objs() (jsc#PED-12416).
  - seq_file: add helper macro to define attribute for rw file (jsc#PED-12416).
  - commit 8fbb076
  - Update config files for PED-12416: QAT_420XX=m on x86, disable error injection.
  - commit bbce3cc
  - mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx
    (bsc#1237029 CVE-2025-21693).
  - commit 0b762e3
  - usb: gadget: uvc: Fix use-after-free for inflight usb_requests
    (bsc#1232389 CVE-2024-50056).
  - commit 2525765
  - usb: gadget: uvc: move video disable logic to its own function
    (bsc#1232389 CVE-2024-50056).
  - commit 2ceecdc
  - usb: gadget: uvc: Allocate uvc_requests one at a time
    (bsc#1232389 CVE-2024-50056).
  - commit 4e4b74d
  - usb: gadget: uvc: prevent use of disabled endpoint (bsc#1232389
    CVE-2024-50056).
  - commit fe7e829
  - usb: gadget: uvc: clean up comments and styling in video_pump
    (bsc#1232389 CVE-2024-50056).
  - commit c00889e
  - Bluetooth: Improve setsockopt() handling of malformed user input
    (git-fixes).
  - commit b7abeef
  - btrfs: drop the backref cache during relocation if we commit
    (bsc#1239605).
  - btrfs: check delayed refs when we're checking if a ref exists
    (bsc#1239605).
  - commit cfc9247
  - xhci: dbc: Fix STALL transfer event handling (git-fixes).
  - commit cae0f76
  - Update
    patches.suse/net-sched-use-RCU-read-side-critical-section-in-taprio_dump.patch
    (CVE-2024-50126 bsc#1232895).
  - commit 4fbfb83
  - xhci: dbc: Replace custom return value with proper Linux error
    code (git-fixes).
  - commit 8f2f3fe
  - xhci: dbc: Check for errors first in xhci_dbc_stop()
    (git-fixes).
  - commit 393eaad
  - xhci: dbc: Use ATTRIBUTE_GROUPS() (git-fixes).
  - commit c847619
  - xhci: dbc: Use sysfs_emit() to instead of scnprintf()
    (git-fixes).
  - commit fdc638e
  - xhci: dbc: Convert to use sysfs_streq() (git-fixes).
  - commit de56eef
  - xhci: dbc: Drop duplicate checks for dma_free_coherent()
    (git-fixes).
  - commit b4ff421
  - Update
    patches.suse/xhci-Combine-two-if-statements-for-Etron-xHCI-host.patch
    (git-fixes).
  - Update
    patches.suse/xhci-Don-t-issue-Reset-Device-command-to-Etron-xHCI-.patch
    (git-fixes).
    Fix false references introduced by reusing patches for SP7 needed
    for a feature
  - commit f1a52b1
  - ila: serialize calls to nf_register_net_hooks() (CVE-2024-57900
    bsc#1235973).
  - commit a940895
  - efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32
    (bsc#1239349).
  - commit 4c2eac0
  - kABI fix for tcp: replace tcp_time_stamp_raw() (git-fixes).
  - kABI fix for tcp: fix cookie_init_timestamp() overflows
    (git-fixes).
  - commit e3c259b
  - ubi: Add a check for ubi_num (git-fixes).
  - ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is
    empty (git-fixes).
  - ubi: wl: Put source PEB into correct list if trying locking
    LEB failed (git-fixes).
  - ubi: block: fix null-pointer-dereference in ubiblock_create()
    (git-fixes).
  - ubi: eba: properly rollback inside self_check_eba (git-fixes).
  - ubi: correct the calculation of fastmap size (stable-fixes).
  - ubi: block: Fix use-after-free in ubiblock_cleanup (git-fixes).
  - ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor
    exists (git-fixes).
  - ubi: fastmap: Fix missed ec updating after erasing old fastmap
    data block (git-fixes).
  - commit 123f0f1
  - soc: qcom: pdr: Fix the potential deadlock (git-fixes).
  - firmware: imx-scu: fix OF node leak in .probe() (git-fixes).
  - commit cbadc13

++++ kernel-rt:

  - net: stmmac: fix TSO DMA API usage causing oops (CVE-2024-56719 bsc#1235591)
  - commit 66963e5
  - Documentation: qat: fix auto_reset attribute details (git-fixes).
  - Documentation: qat: fix auto_reset section (git-fixes).
  - commit f832e33
  - supported.conf: add now-included qat_420xx (external, intel)
  - commit 85940df
  - net: constify sk_dst_get() and __sk_dst_get() argument
    (git-fixes).
  - commit a24981b
  - crypto: qat - Fix missing destroy_workqueue in adf_init_aer() (jsc#PED-12416).
  - crypto: qat - Fix typo "accelaration" (jsc#PED-12416).
  - crypto: qat - Constify struct pm_status_row (jsc#PED-12416).
  - crypto: qat - remove unused adf_devmgr_get_first (jsc#PED-12416).
  - crypto: qat/qat_420xx - fix off by one in uof_get_name() (jsc#PED-12416).
  - crypto: iaa - Remove potential infinite loop in check_completion() (jsc#PED-12416).
  - crypto: qat - Remove trailing space after \n newline (jsc#PED-12416).
  - crypto: qat - fix "Full Going True" macro definition (jsc#PED-12416).
  - crypto: qat - Use static_assert() to check struct sizes (jsc#PED-12416).
  - crypto: qat - allow disabling SR-IOV VFs (jsc#PED-12416).
  - crypto: qat - ensure correct order in VF restarting handler (jsc#PED-12416).
  - crypto: qat - fix recovery flow for VFs (jsc#PED-12416).
  - crypto: qat - preserve ADF_GENERAL_SEC (jsc#PED-12416).
  - crypto: qat - initialize user_input.lock for rate_limiting (jsc#PED-12416).
  - crypto: qat - make adf_ctl_class constant (jsc#PED-12416).
  - crypto: qat - Fix typo (jsc#PED-12416).
  - crypto: qat - fix linking errors when PCI_IOV is disabled (jsc#PED-12416).
  - crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy() (jsc#PED-12416).
  - crypto: qat - validate slices count returned by FW (jsc#PED-12416).
  - crypto: qat - improve error message in adf_get_arbiter_mapping() (jsc#PED-12416).
  - crypto: qat - implement dh fallback for primes > 4K (jsc#PED-12416).
  - crypto: iaa - Use cpumask_weight() when rebalancing (jsc#PED-12416).
  - crypto: qat - Fix spelling mistake "Invalide" -> "Invalid" (jsc#PED-12416).
  - crypto: qat - Avoid -Wflex-array-member-not-at-end warnings (jsc#PED-12416).
  - crypto: iaa - Change iaa statistics to atomic64_t (jsc#PED-12416).
  - crypto: iaa - Add global_stats file and remove individual stat files (jsc#PED-12416).
  - crypto: iaa - Remove comp/decomp delay statistics (jsc#PED-12416).
  - crypto: iaa - fix decomp_bytes_in stats (jsc#PED-12416).
  - crypto: qat - implement interface for live migration (jsc#PED-12416).
  - crypto: qat - add interface for live migration (jsc#PED-12416).
  - crypto: qat - add bank save and restore flows (jsc#PED-12416).
  - crypto: qat - expand CSR operations for QAT GEN4 devices (jsc#PED-12416).
  - crypto: qat - rename get_sla_arr_of_type() (jsc#PED-12416).
  - crypto: qat - relocate CSR access code (jsc#PED-12416).
  - crypto: qat - move PFVF compat checker to a function (jsc#PED-12416).
  - crypto: qat - relocate and rename 4xxx PF2VM definitions (jsc#PED-12416).
  - crypto: qat - adf_get_etr_base() helper (jsc#PED-12416).
  - crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags (jsc#PED-12416).
  - crypto: iaa - Fix comp/decomp delay statistics (jsc#PED-12416).
  - crypto: qat - make ring to service map common for QAT GEN4 (jsc#PED-12416).
  - crypto: qat - fix ring to service map for dcc in 420xx (jsc#PED-12416).
  - crypto: qat - fix comment structure (jsc#PED-12416).
  - crypto: qat - remove unnecessary description from comment (jsc#PED-12416).
  - crypto: qat - uninitialized variable in adf_hb_error_inject_write() (jsc#PED-12416).
  - crypto: qat - improve aer error reset handling (jsc#PED-12416).
  - crypto: qat - limit heartbeat notifications (jsc#PED-12416).
  - crypto: qat - add auto reset on error (jsc#PED-12416).
  - crypto: qat - add fatal error notification (jsc#PED-12416).
  - crypto: qat - re-enable sriov after pf reset (jsc#PED-12416).
  - crypto: qat - update PFVF protocol for recovery (jsc#PED-12416).
  - crypto: qat - disable arbitration before reset (jsc#PED-12416).
  - crypto: qat - add fatal error notify method (jsc#PED-12416).
  - crypto: qat - add heartbeat error simulator (jsc#PED-12416).
  - crypto: qat - use kcalloc_node() instead of kzalloc_node() (jsc#PED-12416).
  - crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init() (jsc#PED-12416).
  - crypto: iaa - Remove header table code (jsc#PED-12416).
  - crypto: qat - avoid memcpy() overflow warning (jsc#PED-12416).
  - crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx (jsc#PED-12416).
  - crypto: qat - generate dynamically arbiter mappings (jsc#PED-12416).
  - crypto: qat - add support for ring pair level telemetry (jsc#PED-12416).
  - commit 5d1d9ed
  - crypto: qat - add support for device telemetry (jsc#PED-12416). - Refresh patches.suse/crypto-qat-disable-IOV-in-adf_dev_stop.patch. - Refresh patches.suse/crypto-qat-remove-check-after-debugfs_create_dir.patch.
  - commit 3d131da
  - crypto: qat - add admin msgs for telemetry (jsc#PED-12416).
  - crypto: qat - include pci.h for GET_DEV() (jsc#PED-12416).
  - crypto: iaa - remove unneeded semicolon (jsc#PED-12416).
  - crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns() (jsc#PED-12416).
  - crypto: iaa - Change desc->priv to 0 (jsc#PED-12416).
  - crypto: qat - add support for 420xx devices (jsc#PED-12416).
  - crypto: qat - move fw config related structures (jsc#PED-12416).
  - crypto: qat - relocate portions of qat_4xxx code (jsc#PED-12416).
  - crypto: qat - change signature of uof_get_num_objs() (jsc#PED-12416).
  - seq_file: add helper macro to define attribute for rw file (jsc#PED-12416).
  - commit 8fbb076
  - Update config files for PED-12416: QAT_420XX=m on x86, disable error injection.
  - commit bbce3cc
  - mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx
    (bsc#1237029 CVE-2025-21693).
  - commit 0b762e3
  - usb: gadget: uvc: Fix use-after-free for inflight usb_requests
    (bsc#1232389 CVE-2024-50056).
  - commit 2525765
  - usb: gadget: uvc: move video disable logic to its own function
    (bsc#1232389 CVE-2024-50056).
  - commit 2ceecdc
  - usb: gadget: uvc: Allocate uvc_requests one at a time
    (bsc#1232389 CVE-2024-50056).
  - commit 4e4b74d
  - usb: gadget: uvc: prevent use of disabled endpoint (bsc#1232389
    CVE-2024-50056).
  - commit fe7e829
  - usb: gadget: uvc: clean up comments and styling in video_pump
    (bsc#1232389 CVE-2024-50056).
  - commit c00889e
  - Bluetooth: Improve setsockopt() handling of malformed user input
    (git-fixes).
  - commit b7abeef
  - btrfs: drop the backref cache during relocation if we commit
    (bsc#1239605).
  - btrfs: check delayed refs when we're checking if a ref exists
    (bsc#1239605).
  - commit cfc9247
  - xhci: dbc: Fix STALL transfer event handling (git-fixes).
  - commit cae0f76
  - Update
    patches.suse/net-sched-use-RCU-read-side-critical-section-in-taprio_dump.patch
    (CVE-2024-50126 bsc#1232895).
  - commit 4fbfb83
  - xhci: dbc: Replace custom return value with proper Linux error
    code (git-fixes).
  - commit 8f2f3fe
  - xhci: dbc: Check for errors first in xhci_dbc_stop()
    (git-fixes).
  - commit 393eaad
  - xhci: dbc: Use ATTRIBUTE_GROUPS() (git-fixes).
  - commit c847619
  - xhci: dbc: Use sysfs_emit() to instead of scnprintf()
    (git-fixes).
  - commit fdc638e
  - xhci: dbc: Convert to use sysfs_streq() (git-fixes).
  - commit de56eef
  - xhci: dbc: Drop duplicate checks for dma_free_coherent()
    (git-fixes).
  - commit b4ff421
  - Update
    patches.suse/xhci-Combine-two-if-statements-for-Etron-xHCI-host.patch
    (git-fixes).
  - Update
    patches.suse/xhci-Don-t-issue-Reset-Device-command-to-Etron-xHCI-.patch
    (git-fixes).
    Fix false references introduced by reusing patches for SP7 needed
    for a feature
  - commit f1a52b1
  - ila: serialize calls to nf_register_net_hooks() (CVE-2024-57900
    bsc#1235973).
  - commit a940895
  - efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32
    (bsc#1239349).
  - commit 4c2eac0
  - kABI fix for tcp: replace tcp_time_stamp_raw() (git-fixes).
  - kABI fix for tcp: fix cookie_init_timestamp() overflows
    (git-fixes).
  - commit e3c259b
  - ubi: Add a check for ubi_num (git-fixes).
  - ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is
    empty (git-fixes).
  - ubi: wl: Put source PEB into correct list if trying locking
    LEB failed (git-fixes).
  - ubi: block: fix null-pointer-dereference in ubiblock_create()
    (git-fixes).
  - ubi: eba: properly rollback inside self_check_eba (git-fixes).
  - ubi: correct the calculation of fastmap size (stable-fixes).
  - ubi: block: Fix use-after-free in ubiblock_cleanup (git-fixes).
  - ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor
    exists (git-fixes).
  - ubi: fastmap: Fix missed ec updating after erasing old fastmap
    data block (git-fixes).
  - commit 123f0f1
  - soc: qcom: pdr: Fix the potential deadlock (git-fixes).
  - firmware: imx-scu: fix OF node leak in .probe() (git-fixes).
  - commit cbadc13

++++ kernel-rt_debug:

  - net: stmmac: fix TSO DMA API usage causing oops (CVE-2024-56719 bsc#1235591)
  - commit 66963e5
  - Documentation: qat: fix auto_reset attribute details (git-fixes).
  - Documentation: qat: fix auto_reset section (git-fixes).
  - commit f832e33
  - supported.conf: add now-included qat_420xx (external, intel)
  - commit 85940df
  - net: constify sk_dst_get() and __sk_dst_get() argument
    (git-fixes).
  - commit a24981b
  - crypto: qat - Fix missing destroy_workqueue in adf_init_aer() (jsc#PED-12416).
  - crypto: qat - Fix typo "accelaration" (jsc#PED-12416).
  - crypto: qat - Constify struct pm_status_row (jsc#PED-12416).
  - crypto: qat - remove unused adf_devmgr_get_first (jsc#PED-12416).
  - crypto: qat/qat_420xx - fix off by one in uof_get_name() (jsc#PED-12416).
  - crypto: iaa - Remove potential infinite loop in check_completion() (jsc#PED-12416).
  - crypto: qat - Remove trailing space after \n newline (jsc#PED-12416).
  - crypto: qat - fix "Full Going True" macro definition (jsc#PED-12416).
  - crypto: qat - Use static_assert() to check struct sizes (jsc#PED-12416).
  - crypto: qat - allow disabling SR-IOV VFs (jsc#PED-12416).
  - crypto: qat - ensure correct order in VF restarting handler (jsc#PED-12416).
  - crypto: qat - fix recovery flow for VFs (jsc#PED-12416).
  - crypto: qat - preserve ADF_GENERAL_SEC (jsc#PED-12416).
  - crypto: qat - initialize user_input.lock for rate_limiting (jsc#PED-12416).
  - crypto: qat - make adf_ctl_class constant (jsc#PED-12416).
  - crypto: qat - Fix typo (jsc#PED-12416).
  - crypto: qat - fix linking errors when PCI_IOV is disabled (jsc#PED-12416).
  - crypto: iaa - Use kmemdup() instead of kzalloc() and memcpy() (jsc#PED-12416).
  - crypto: qat - validate slices count returned by FW (jsc#PED-12416).
  - crypto: qat - improve error message in adf_get_arbiter_mapping() (jsc#PED-12416).
  - crypto: qat - implement dh fallback for primes > 4K (jsc#PED-12416).
  - crypto: iaa - Use cpumask_weight() when rebalancing (jsc#PED-12416).
  - crypto: qat - Fix spelling mistake "Invalide" -> "Invalid" (jsc#PED-12416).
  - crypto: qat - Avoid -Wflex-array-member-not-at-end warnings (jsc#PED-12416).
  - crypto: iaa - Change iaa statistics to atomic64_t (jsc#PED-12416).
  - crypto: iaa - Add global_stats file and remove individual stat files (jsc#PED-12416).
  - crypto: iaa - Remove comp/decomp delay statistics (jsc#PED-12416).
  - crypto: iaa - fix decomp_bytes_in stats (jsc#PED-12416).
  - crypto: qat - implement interface for live migration (jsc#PED-12416).
  - crypto: qat - add interface for live migration (jsc#PED-12416).
  - crypto: qat - add bank save and restore flows (jsc#PED-12416).
  - crypto: qat - expand CSR operations for QAT GEN4 devices (jsc#PED-12416).
  - crypto: qat - rename get_sla_arr_of_type() (jsc#PED-12416).
  - crypto: qat - relocate CSR access code (jsc#PED-12416).
  - crypto: qat - move PFVF compat checker to a function (jsc#PED-12416).
  - crypto: qat - relocate and rename 4xxx PF2VM definitions (jsc#PED-12416).
  - crypto: qat - adf_get_etr_base() helper (jsc#PED-12416).
  - crypto: iaa - fix the missing CRYPTO_ALG_ASYNC in cra_flags (jsc#PED-12416).
  - crypto: iaa - Fix comp/decomp delay statistics (jsc#PED-12416).
  - crypto: qat - make ring to service map common for QAT GEN4 (jsc#PED-12416).
  - crypto: qat - fix ring to service map for dcc in 420xx (jsc#PED-12416).
  - crypto: qat - fix comment structure (jsc#PED-12416).
  - crypto: qat - remove unnecessary description from comment (jsc#PED-12416).
  - crypto: qat - uninitialized variable in adf_hb_error_inject_write() (jsc#PED-12416).
  - crypto: qat - improve aer error reset handling (jsc#PED-12416).
  - crypto: qat - limit heartbeat notifications (jsc#PED-12416).
  - crypto: qat - add auto reset on error (jsc#PED-12416).
  - crypto: qat - add fatal error notification (jsc#PED-12416).
  - crypto: qat - re-enable sriov after pf reset (jsc#PED-12416).
  - crypto: qat - update PFVF protocol for recovery (jsc#PED-12416).
  - crypto: qat - disable arbitration before reset (jsc#PED-12416).
  - crypto: qat - add fatal error notify method (jsc#PED-12416).
  - crypto: qat - add heartbeat error simulator (jsc#PED-12416).
  - crypto: qat - use kcalloc_node() instead of kzalloc_node() (jsc#PED-12416).
  - crypto: iaa - Remove unnecessary debugfs_create_dir() error check in iaa_crypto_debugfs_init() (jsc#PED-12416).
  - crypto: iaa - Remove header table code (jsc#PED-12416).
  - crypto: qat - avoid memcpy() overflow warning (jsc#PED-12416).
  - crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx (jsc#PED-12416).
  - crypto: qat - generate dynamically arbiter mappings (jsc#PED-12416).
  - crypto: qat - add support for ring pair level telemetry (jsc#PED-12416).
  - commit 5d1d9ed
  - crypto: qat - add support for device telemetry (jsc#PED-12416). - Refresh patches.suse/crypto-qat-disable-IOV-in-adf_dev_stop.patch. - Refresh patches.suse/crypto-qat-remove-check-after-debugfs_create_dir.patch.
  - commit 3d131da
  - crypto: qat - add admin msgs for telemetry (jsc#PED-12416).
  - crypto: qat - include pci.h for GET_DEV() (jsc#PED-12416).
  - crypto: iaa - remove unneeded semicolon (jsc#PED-12416).
  - crypto: iaa - Remove unneeded newline in update_max_adecomp_delay_ns() (jsc#PED-12416).
  - crypto: iaa - Change desc->priv to 0 (jsc#PED-12416).
  - crypto: qat - add support for 420xx devices (jsc#PED-12416).
  - crypto: qat - move fw config related structures (jsc#PED-12416).
  - crypto: qat - relocate portions of qat_4xxx code (jsc#PED-12416).
  - crypto: qat - change signature of uof_get_num_objs() (jsc#PED-12416).
  - seq_file: add helper macro to define attribute for rw file (jsc#PED-12416).
  - commit 8fbb076
  - Update config files for PED-12416: QAT_420XX=m on x86, disable error injection.
  - commit bbce3cc
  - mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx
    (bsc#1237029 CVE-2025-21693).
  - commit 0b762e3
  - usb: gadget: uvc: Fix use-after-free for inflight usb_requests
    (bsc#1232389 CVE-2024-50056).
  - commit 2525765
  - usb: gadget: uvc: move video disable logic to its own function
    (bsc#1232389 CVE-2024-50056).
  - commit 2ceecdc
  - usb: gadget: uvc: Allocate uvc_requests one at a time
    (bsc#1232389 CVE-2024-50056).
  - commit 4e4b74d
  - usb: gadget: uvc: prevent use of disabled endpoint (bsc#1232389
    CVE-2024-50056).
  - commit fe7e829
  - usb: gadget: uvc: clean up comments and styling in video_pump
    (bsc#1232389 CVE-2024-50056).
  - commit c00889e
  - Bluetooth: Improve setsockopt() handling of malformed user input
    (git-fixes).
  - commit b7abeef
  - btrfs: drop the backref cache during relocation if we commit
    (bsc#1239605).
  - btrfs: check delayed refs when we're checking if a ref exists
    (bsc#1239605).
  - commit cfc9247
  - xhci: dbc: Fix STALL transfer event handling (git-fixes).
  - commit cae0f76
  - Update
    patches.suse/net-sched-use-RCU-read-side-critical-section-in-taprio_dump.patch
    (CVE-2024-50126 bsc#1232895).
  - commit 4fbfb83
  - xhci: dbc: Replace custom return value with proper Linux error
    code (git-fixes).
  - commit 8f2f3fe
  - xhci: dbc: Check for errors first in xhci_dbc_stop()
    (git-fixes).
  - commit 393eaad
  - xhci: dbc: Use ATTRIBUTE_GROUPS() (git-fixes).
  - commit c847619
  - xhci: dbc: Use sysfs_emit() to instead of scnprintf()
    (git-fixes).
  - commit fdc638e
  - xhci: dbc: Convert to use sysfs_streq() (git-fixes).
  - commit de56eef
  - xhci: dbc: Drop duplicate checks for dma_free_coherent()
    (git-fixes).
  - commit b4ff421
  - Update
    patches.suse/xhci-Combine-two-if-statements-for-Etron-xHCI-host.patch
    (git-fixes).
  - Update
    patches.suse/xhci-Don-t-issue-Reset-Device-command-to-Etron-xHCI-.patch
    (git-fixes).
    Fix false references introduced by reusing patches for SP7 needed
    for a feature
  - commit f1a52b1
  - ila: serialize calls to nf_register_net_hooks() (CVE-2024-57900
    bsc#1235973).
  - commit a940895
  - efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32
    (bsc#1239349).
  - commit 4c2eac0
  - kABI fix for tcp: replace tcp_time_stamp_raw() (git-fixes).
  - kABI fix for tcp: fix cookie_init_timestamp() overflows
    (git-fixes).
  - commit e3c259b
  - ubi: Add a check for ubi_num (git-fixes).
  - ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is
    empty (git-fixes).
  - ubi: wl: Put source PEB into correct list if trying locking
    LEB failed (git-fixes).
  - ubi: block: fix null-pointer-dereference in ubiblock_create()
    (git-fixes).
  - ubi: eba: properly rollback inside self_check_eba (git-fixes).
  - ubi: correct the calculation of fastmap size (stable-fixes).
  - ubi: block: Fix use-after-free in ubiblock_cleanup (git-fixes).
  - ubi: fastmap: may_reserve_for_fm: Don't reserve PEB if fm_anchor
    exists (git-fixes).
  - ubi: fastmap: Fix missed ec updating after erasing old fastmap
    data block (git-fixes).
  - commit 123f0f1
  - soc: qcom: pdr: Fix the potential deadlock (git-fixes).
  - firmware: imx-scu: fix OF node leak in .probe() (git-fixes).
  - commit cbadc13

++++ podman:

  - Add patch for CVE-2025-22869 (bsc#1239330):
    * 0003-CVE-2025-22869-ssh-limit-the-size-of-the-internal-pa.patch
  - Rebase patches:
    * 0001-vendor-bump-buildah-to-1.37.6-CVE-2024-11218.patch
    * 0002-CVE-2025-27144-vendor-don-t-allow-unbounded-amounts-.patch

------------------------------------------------------------------
------------------  2025-3-17  -  Mar 17 2025  -------------------
------------------------------------------------------------------

++++ gpg2:

  - Fix a verification DoS due to a malicious subkey in the keyring: [bsc#1239119]
    * Add patch gnupg-gpg-Fix-a-verification-DoS-due-to-a-malicious-subkey-in-the-keyring.patch

++++ kernel-default:

  - tcp: introduce tcp_clock_ms() (git-fixes).
  - commit ef89ad4
  - include/linux/mmzone.h: clean up watermark accessors
    (bsc#1239600).
  - commit 9cc8558
  - mm: create promo_wmark_pages and clean up open-coded sites
    (bsc#1239600).
  - commit 9684a94
  - tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
    (git-fixes).
  - tcp: reduce accepted window in NEW_SYN_RECV state (git-fixes).
  - tcp: replace tcp_time_stamp_raw() (git-fixes).
  - commit 3bc54d8
  - mm: accept to promo watermark (bsc#1239600).
  - commit 1ee3b42
  - mm: fix endless reclaim on machines with unaccepted memory
    (bsc#1239600).
  - commit 2f9ff68
  - dm-flakey: Fix memory corruption in optional corrupt_bio_byte
    feature (git-fixes).
  - commit a688092
  - kABI fix for tcp: drop secpath at the same time as we currently
    drop (CVE-2025-21864 bsc#1239482).
  - commit 79a237f
  - usb: xhci: Enable the TRB overfetch quirk on VIA VL805
    (git-fixes).
  - commit f5ad85e
  - xhci: pci: Use standard pattern for device IDs (git-fixes).
  - Refresh
    patches.suse/xhci-pci-Fix-indentation-in-the-PCI-device-ID-defini.patch.
  - commit 6e83d36
  - xhci: Don't perform Soft Retry for Etron xHCI host (git-fixes).
  - commit 9beb310
  - xhci: Don't issue Reset Device command to Etron xHCI host
    (jsc#PED-10701).
  - commit 5ad7a28
  - xhci: Combine two if statements for Etron xHCI host
    (jsc#PED-10701).
  - commit 68c16e1
  - xhci: Cleanup Candence controller PCI device and vendor ID usage
    (git-fixes).
  - commit df43775
  - usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI host
    (git-fixes).
  - commit 1479d30
  - usb: xhci: remove 'retval' from xhci_pci_resume() (git-fixes).
  - commit 6f73c8c
  - xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGL (git-fixes).
  - commit 32a2ce7
  - xhci: pci: Use PCI_VENDOR_ID_RENESAS (git-fixes).
  - commit 02e0809
  - xhci: pci: Group out Thunderbolt xHCI IDs (git-fixes).
  - commit 3ebb63d
  - xhci: pci: Use full names in PCI IDs for Intel platforms
    (git-fixes).
  - commit 38d020d
  - ila: call nf_unregister_net_hooks() sooner (CVE-2024-46782
    bsc#1230769).
  - commit e9d9715
  - Input: iqs7222 - preserve system status register (git-fixes).
  - commit 1f2a9a2
  - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2
    (git-fixes).
  - commit 9ee6aed
  - Input: iqs7222 - add support for Azoteq IQS7222D (git-fixes).
  - commit 6fedbfd
  - Update
    patches.suse/ASoC-SOF-stream-ipc-Check-for-cstream-nullity-in-sof.patch
    (git-fixes CVE-2025-21847 bsc#1239471).
  - Update
    patches.suse/HID-multitouch-Add-NULL-check-in-mt_input_configured.patch
    (git-fixes CVE-2024-58020 bsc#1239346).
  - Update
    patches.suse/USB-gadget-f_midi-f_midi_complete-to-call-queue_work.patch
    (git-fixes CVE-2025-21859 bsc#1239467).
  - Update patches.suse/acct-perform-last-write-from-workqueue.patch
    (git-fixes CVE-2025-21846 bsc#1239508).
  - Update
    patches.suse/block-don-t-revert-iter-for-EIOCBQUEUED.patch
    (git-fixes CVE-2025-21832 bsc#1239105).
  - Update
    patches.suse/fbdev-omap-use-threaded-IRQ-for-LCD-DMA.patch
    (stable-fixes CVE-2025-21821 bsc#1239174).
  - Update
    patches.suse/nfsd-clear-acl_access-acl_default-after-releasing-them.patch
    (git-fixes CVE-2025-21796 bsc#1238716).
  - Update
    patches.suse/nvmet-Fix-crash-when-a-namespace-is-disabled.patch
    (git-fixes CVE-2025-21850 bsc#1239477).
  - Update
    patches.suse/orangefs-fix-a-oob-in-orangefs_debug_write.patch
    (git-fixes CVE-2025-21782 bsc#1239117).
  - Update
    patches.suse/partitions-mac-fix-handling-of-bogus-partition-table.patch
    (git-fixes CVE-2025-21772 bsc#1238911).
  - Update
    patches.suse/powerpc-code-patching-Fix-KASAN-hit-by-not-flagging-.patch
    (bsc#1215199 CVE-2025-21866 bsc#1239473).
  - commit d74c347
  - nvkm/gsp: correctly advance the read pointer of GSP message queue (bsc#1238997 CVE-2024-58019)
  - commit 73aa11f
  - i2c: sis630: Fix an error handling path in sis630_probe()
    (git-fixes).
  - i2c: ali15x3: Fix an error handling path in ali15x3_probe()
    (git-fixes).
  - i2c: ali1535: Fix an error handling path in ali1535_probe()
    (git-fixes).
  - i2c: omap: fix IRQ storms (git-fixes).
  - commit a2963cf

++++ kernel-rt:

  - tcp: introduce tcp_clock_ms() (git-fixes).
  - commit ef89ad4
  - include/linux/mmzone.h: clean up watermark accessors
    (bsc#1239600).
  - commit 9cc8558
  - mm: create promo_wmark_pages and clean up open-coded sites
    (bsc#1239600).
  - commit 9684a94
  - tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
    (git-fixes).
  - tcp: reduce accepted window in NEW_SYN_RECV state (git-fixes).
  - tcp: replace tcp_time_stamp_raw() (git-fixes).
  - commit 3bc54d8
  - mm: accept to promo watermark (bsc#1239600).
  - commit 1ee3b42
  - mm: fix endless reclaim on machines with unaccepted memory
    (bsc#1239600).
  - commit 2f9ff68
  - dm-flakey: Fix memory corruption in optional corrupt_bio_byte
    feature (git-fixes).
  - commit a688092
  - kABI fix for tcp: drop secpath at the same time as we currently
    drop (CVE-2025-21864 bsc#1239482).
  - commit 79a237f
  - usb: xhci: Enable the TRB overfetch quirk on VIA VL805
    (git-fixes).
  - commit f5ad85e
  - xhci: pci: Use standard pattern for device IDs (git-fixes).
  - Refresh
    patches.suse/xhci-pci-Fix-indentation-in-the-PCI-device-ID-defini.patch.
  - commit 6e83d36
  - xhci: Don't perform Soft Retry for Etron xHCI host (git-fixes).
  - commit 9beb310
  - xhci: Don't issue Reset Device command to Etron xHCI host
    (jsc#PED-10701).
  - commit 5ad7a28
  - xhci: Combine two if statements for Etron xHCI host
    (jsc#PED-10701).
  - commit 68c16e1
  - xhci: Cleanup Candence controller PCI device and vendor ID usage
    (git-fixes).
  - commit df43775
  - usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI host
    (git-fixes).
  - commit 1479d30
  - usb: xhci: remove 'retval' from xhci_pci_resume() (git-fixes).
  - commit 6f73c8c
  - xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGL (git-fixes).
  - commit 32a2ce7
  - xhci: pci: Use PCI_VENDOR_ID_RENESAS (git-fixes).
  - commit 02e0809
  - xhci: pci: Group out Thunderbolt xHCI IDs (git-fixes).
  - commit 3ebb63d
  - xhci: pci: Use full names in PCI IDs for Intel platforms
    (git-fixes).
  - commit 38d020d
  - ila: call nf_unregister_net_hooks() sooner (CVE-2024-46782
    bsc#1230769).
  - commit e9d9715
  - Input: iqs7222 - preserve system status register (git-fixes).
  - commit 1f2a9a2
  - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2
    (git-fixes).
  - commit 9ee6aed
  - Input: iqs7222 - add support for Azoteq IQS7222D (git-fixes).
  - commit 6fedbfd
  - Update
    patches.suse/ASoC-SOF-stream-ipc-Check-for-cstream-nullity-in-sof.patch
    (git-fixes CVE-2025-21847 bsc#1239471).
  - Update
    patches.suse/HID-multitouch-Add-NULL-check-in-mt_input_configured.patch
    (git-fixes CVE-2024-58020 bsc#1239346).
  - Update
    patches.suse/USB-gadget-f_midi-f_midi_complete-to-call-queue_work.patch
    (git-fixes CVE-2025-21859 bsc#1239467).
  - Update patches.suse/acct-perform-last-write-from-workqueue.patch
    (git-fixes CVE-2025-21846 bsc#1239508).
  - Update
    patches.suse/block-don-t-revert-iter-for-EIOCBQUEUED.patch
    (git-fixes CVE-2025-21832 bsc#1239105).
  - Update
    patches.suse/fbdev-omap-use-threaded-IRQ-for-LCD-DMA.patch
    (stable-fixes CVE-2025-21821 bsc#1239174).
  - Update
    patches.suse/nfsd-clear-acl_access-acl_default-after-releasing-them.patch
    (git-fixes CVE-2025-21796 bsc#1238716).
  - Update
    patches.suse/nvmet-Fix-crash-when-a-namespace-is-disabled.patch
    (git-fixes CVE-2025-21850 bsc#1239477).
  - Update
    patches.suse/orangefs-fix-a-oob-in-orangefs_debug_write.patch
    (git-fixes CVE-2025-21782 bsc#1239117).
  - Update
    patches.suse/partitions-mac-fix-handling-of-bogus-partition-table.patch
    (git-fixes CVE-2025-21772 bsc#1238911).
  - Update
    patches.suse/powerpc-code-patching-Fix-KASAN-hit-by-not-flagging-.patch
    (bsc#1215199 CVE-2025-21866 bsc#1239473).
  - commit d74c347
  - nvkm/gsp: correctly advance the read pointer of GSP message queue (bsc#1238997 CVE-2024-58019)
  - commit 73aa11f
  - i2c: sis630: Fix an error handling path in sis630_probe()
    (git-fixes).
  - i2c: ali15x3: Fix an error handling path in ali15x3_probe()
    (git-fixes).
  - i2c: ali1535: Fix an error handling path in ali1535_probe()
    (git-fixes).
  - i2c: omap: fix IRQ storms (git-fixes).
  - commit a2963cf

++++ kernel-rt_debug:

  - tcp: introduce tcp_clock_ms() (git-fixes).
  - commit ef89ad4
  - include/linux/mmzone.h: clean up watermark accessors
    (bsc#1239600).
  - commit 9cc8558
  - mm: create promo_wmark_pages and clean up open-coded sites
    (bsc#1239600).
  - commit 9684a94
  - tcp: process the 3rd ACK with sk_socket for TFO/MPTCP
    (git-fixes).
  - tcp: reduce accepted window in NEW_SYN_RECV state (git-fixes).
  - tcp: replace tcp_time_stamp_raw() (git-fixes).
  - commit 3bc54d8
  - mm: accept to promo watermark (bsc#1239600).
  - commit 1ee3b42
  - mm: fix endless reclaim on machines with unaccepted memory
    (bsc#1239600).
  - commit 2f9ff68
  - dm-flakey: Fix memory corruption in optional corrupt_bio_byte
    feature (git-fixes).
  - commit a688092
  - kABI fix for tcp: drop secpath at the same time as we currently
    drop (CVE-2025-21864 bsc#1239482).
  - commit 79a237f
  - usb: xhci: Enable the TRB overfetch quirk on VIA VL805
    (git-fixes).
  - commit f5ad85e
  - xhci: pci: Use standard pattern for device IDs (git-fixes).
  - Refresh
    patches.suse/xhci-pci-Fix-indentation-in-the-PCI-device-ID-defini.patch.
  - commit 6e83d36
  - xhci: Don't perform Soft Retry for Etron xHCI host (git-fixes).
  - commit 9beb310
  - xhci: Don't issue Reset Device command to Etron xHCI host
    (jsc#PED-10701).
  - commit 5ad7a28
  - xhci: Combine two if statements for Etron xHCI host
    (jsc#PED-10701).
  - commit 68c16e1
  - xhci: Cleanup Candence controller PCI device and vendor ID usage
    (git-fixes).
  - commit df43775
  - usb: xHCI: add XHCI_RESET_ON_RESUME quirk for Phytium xHCI host
    (git-fixes).
  - commit 1479d30
  - usb: xhci: remove 'retval' from xhci_pci_resume() (git-fixes).
  - commit 6f73c8c
  - xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGL (git-fixes).
  - commit 32a2ce7
  - xhci: pci: Use PCI_VENDOR_ID_RENESAS (git-fixes).
  - commit 02e0809
  - xhci: pci: Group out Thunderbolt xHCI IDs (git-fixes).
  - commit 3ebb63d
  - xhci: pci: Use full names in PCI IDs for Intel platforms
    (git-fixes).
  - commit 38d020d
  - ila: call nf_unregister_net_hooks() sooner (CVE-2024-46782
    bsc#1230769).
  - commit e9d9715
  - Input: iqs7222 - preserve system status register (git-fixes).
  - commit 1f2a9a2
  - Input: iqs7222 - add support for IQS7222D v1.1 and v1.2
    (git-fixes).
  - commit 9ee6aed
  - Input: iqs7222 - add support for Azoteq IQS7222D (git-fixes).
  - commit 6fedbfd
  - Update
    patches.suse/ASoC-SOF-stream-ipc-Check-for-cstream-nullity-in-sof.patch
    (git-fixes CVE-2025-21847 bsc#1239471).
  - Update
    patches.suse/HID-multitouch-Add-NULL-check-in-mt_input_configured.patch
    (git-fixes CVE-2024-58020 bsc#1239346).
  - Update
    patches.suse/USB-gadget-f_midi-f_midi_complete-to-call-queue_work.patch
    (git-fixes CVE-2025-21859 bsc#1239467).
  - Update patches.suse/acct-perform-last-write-from-workqueue.patch
    (git-fixes CVE-2025-21846 bsc#1239508).
  - Update
    patches.suse/block-don-t-revert-iter-for-EIOCBQUEUED.patch
    (git-fixes CVE-2025-21832 bsc#1239105).
  - Update
    patches.suse/fbdev-omap-use-threaded-IRQ-for-LCD-DMA.patch
    (stable-fixes CVE-2025-21821 bsc#1239174).
  - Update
    patches.suse/nfsd-clear-acl_access-acl_default-after-releasing-them.patch
    (git-fixes CVE-2025-21796 bsc#1238716).
  - Update
    patches.suse/nvmet-Fix-crash-when-a-namespace-is-disabled.patch
    (git-fixes CVE-2025-21850 bsc#1239477).
  - Update
    patches.suse/orangefs-fix-a-oob-in-orangefs_debug_write.patch
    (git-fixes CVE-2025-21782 bsc#1239117).
  - Update
    patches.suse/partitions-mac-fix-handling-of-bogus-partition-table.patch
    (git-fixes CVE-2025-21772 bsc#1238911).
  - Update
    patches.suse/powerpc-code-patching-Fix-KASAN-hit-by-not-flagging-.patch
    (bsc#1215199 CVE-2025-21866 bsc#1239473).
  - commit d74c347
  - nvkm/gsp: correctly advance the read pointer of GSP message queue (bsc#1238997 CVE-2024-58019)
  - commit 73aa11f
  - i2c: sis630: Fix an error handling path in sis630_probe()
    (git-fixes).
  - i2c: ali15x3: Fix an error handling path in ali15x3_probe()
    (git-fixes).
  - i2c: ali1535: Fix an error handling path in ali1535_probe()
    (git-fixes).
  - i2c: omap: fix IRQ storms (git-fixes).
  - commit a2963cf

++++ libzypp:

  - Fix computation of RepStatus if Repo URLs change.
  - Fix lost double slash when appending to an absolute FTP url
    (bsc#1238315)
    Ftp actually differs between absolute and relative URL paths.
    Absolute path names begin with a double slash encoded as '/%2F'.
    This must be preserved when manipulating the path.
  - version 17.36.5 (35)

------------------------------------------------------------------
------------------  2025-3-16  -  Mar 16 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Input: ads7846 - fix gpiod allocation (git-fixes).
  - commit 829ae40

++++ kernel-rt:

  - Input: ads7846 - fix gpiod allocation (git-fixes).
  - commit 829ae40

++++ kernel-rt_debug:

  - Input: ads7846 - fix gpiod allocation (git-fixes).
  - commit 829ae40

------------------------------------------------------------------
------------------  2025-3-15  -  Mar 15 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen
    2 model (stable-fixes).
  - ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360
    14-dy1xxx (stable-fixes).
  - commit 10b7907
  - ASoC: codecs: wm0010: Fix error handling path in
    wm0010_spi_probe() (git-fixes).
  - ASoC: rt722-sdca: add missing readable registers (git-fixes).
  - drm/dp_mst: Fix locking when skipping CSN before topology
    probing (git-fixes).
  - drm/gma500: Add NULL check for pci_gfx_root in
    mid_get_vbt_data() (git-fixes).
  - drm/amd/display: Fix slab-use-after-free on hdcp_work
    (git-fixes).
  - commit 866bbeb

++++ kernel-rt:

  - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen
    2 model (stable-fixes).
  - ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360
    14-dy1xxx (stable-fixes).
  - commit 10b7907
  - ASoC: codecs: wm0010: Fix error handling path in
    wm0010_spi_probe() (git-fixes).
  - ASoC: rt722-sdca: add missing readable registers (git-fixes).
  - drm/dp_mst: Fix locking when skipping CSN before topology
    probing (git-fixes).
  - drm/gma500: Add NULL check for pci_gfx_root in
    mid_get_vbt_data() (git-fixes).
  - drm/amd/display: Fix slab-use-after-free on hdcp_work
    (git-fixes).
  - commit 866bbeb

++++ kernel-rt_debug:

  - ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen
    2 model (stable-fixes).
  - ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360
    14-dy1xxx (stable-fixes).
  - commit 10b7907
  - ASoC: codecs: wm0010: Fix error handling path in
    wm0010_spi_probe() (git-fixes).
  - ASoC: rt722-sdca: add missing readable registers (git-fixes).
  - drm/dp_mst: Fix locking when skipping CSN before topology
    probing (git-fixes).
  - drm/gma500: Add NULL check for pci_gfx_root in
    mid_get_vbt_data() (git-fixes).
  - drm/amd/display: Fix slab-use-after-free on hdcp_work
    (git-fixes).
  - commit 866bbeb

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 570.133.07 (bsc#1239653)

------------------------------------------------------------------
------------------  2025-3-14  -  Mar 14 2025  -------------------
------------------------------------------------------------------

++++ git:

  - update to 2.49.0
    https://about.gitlab.com/blog/2025/03/14/whats-new-in-git-2-49-0/
    https://raw.githubusercontent.com/git/git/refs/tags/v2.49.0/Documentation/RelNotes/2.49.0.adoc
  - switch to zlib-ng for code 16
  - docs switched to asciidoc

++++ kernel-default:

  - Refresh patches.suse/mptcp-fix-rcv-buffer-auto-tuning.patch.
  - Refresh
    patches.suse/mptcp-move-__mptcp_error_report-in-protocol.c.patch.
  - Refresh
    patches.suse/tcp-define-initial-scaling-factor-value-as-a-macro.patch.
  - Refresh
    patches.suse/tcp-increase-the-default-TCP-scaling-ratio.patch.
    After discussing with @jwiesner: re-introduce b8dc6d6ce ("mptcp: fix rcv
    buffer auto-tuning")
  - commit 2c38df3
  - mm/migrate_device: don't add folio to be freed to LRU in
    migrate_device_finalize() (CVE-2025-21861 bsc#1239483).
  - commit 2aaf230
  - mm: migrate_device: use more folio in migrate_device_finalize()
    (CVE-2025-21861 bsc#1239483 dependency).
  - commit 6c15dfd
  - geneve: Suppress list corruption splat in
    geneve_destroy_tunnels() (CVE-2025-21858 bsc#1239468).
  - gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl()
    (CVE-2025-21865 bsc#1239481).
  - ibmvnic: Don't reference skb after sending to VIOS
    (CVE-2025-21858 bsc#1239468).
  - geneve: Fix use-after-free in geneve_find_dev() (CVE-2025-21858
    bsc#1239468).
  - commit 37714b5
  - drm/amdgpu: Check extended configuration space register when
    system uses large bar (stable-fixes).
  - Refresh
    patches.suse/drm-amdgpu-disable-BAR-resize-on-Dell-G5-SE.patch.
  - commit 3119f0d
  - wifi: cfg80211: cancel wiphy_work before freeing wiphy
    (git-fixes).
  - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms
    (git-fixes).
  - Bluetooth: hci_event: Fix enabling passive scanning (git-fixes).
  - usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass
    Storage Card Reader (stable-fixes).
  - intel_th: pci: Add Panther Lake-P/U support (stable-fixes).
  - intel_th: pci: Add Panther Lake-H support (stable-fixes).
  - intel_th: pci: Add Arrow Lake support (stable-fixes).
  - mei: me: add panther lake P DID (stable-fixes).
  - gpio: rcar: Use raw_spinlock to protect register access
    (stable-fixes).
  - platform/x86: thinkpad_acpi: Add battery quirk for ThinkPad
    X131e (stable-fixes).
  - drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress
    200M (stable-fixes).
  - drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTL
    (git-fixes).
  - xhci: pci: Fix indentation in the PCI device ID definitions
    (stable-fixes).
  - drm/i915/xe2lpd: Move D2D enable/disable (stable-fixes).
  - commit afdffc3
  - Delete patches.suse/APEI-GHES-Have-GHES-honor-the-panic-setting.patch (bsc#1239615)
    The panic-on-reboot behavior change is too surprsing as an update,
    better to be reverted during SP
  - commit 38b0ca3
  - nfs: ignore SB_RDONLY when remounting nfs (bsc#1238565).
  - commit dbe8ca2
  - nfs: clear SB_RDONLY before getting superblock (bsc#1238565).
  - commit 41b72ba
  - dm-crypt: track tag_offset in convert_context (git-fixes).
  - commit e418c3f
  - dm-crypt: don't update io->sector after
    kcryptd_crypt_write_io_submit() (git-fixes).
  - commit 4e42a0d
  - dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
    (git-fixes).
  - commit d656a3c
  - dm-verity FEC: Fix RS FEC repair for roots unaligned to block
    size (take 2) (git-fixes).
    mwilck: some hand editing because d95e2c34a3ca ("dm verity: Fix IO
    priority lost when reading FEC and hash") is missing
  - commit 952c7af
  - dm array: fix cursor index when skipping across block boundaries
    (git-fixes).
  - commit 9559a70
  - dm array: fix unreleased btree blocks on closing a faulty
    array cursor (git-fixes).
  - commit 3401ff8
  - dm thin: Add missing destroy_work_on_stack() (git-fixes).
  - commit b8c64af
  - dm: Fix typo in error message (git-fixes).
  - commit 085bad2
  - dm-unstriped: cast an operand to sector_t to prevent potential
    uint32_t overflow (git-fixes).
  - commit 9289690
  - Revert "dm: requeue IO if mapping table not yet available"
    (git-fixes).
  - commit 5102f1f
  - dm-integrity: fix a race condition when accessing recalc_sector
    (git-fixes).
  - commit f9223d3
  - dm persistent data: fix memory allocation failure (git-fixes).
  - commit 6ad0a55
  - dm resume: don't return EINVAL when signalled (git-fixes).
  - commit b83910f

++++ kernel-rt:

  - Refresh patches.suse/mptcp-fix-rcv-buffer-auto-tuning.patch.
  - Refresh
    patches.suse/mptcp-move-__mptcp_error_report-in-protocol.c.patch.
  - Refresh
    patches.suse/tcp-define-initial-scaling-factor-value-as-a-macro.patch.
  - Refresh
    patches.suse/tcp-increase-the-default-TCP-scaling-ratio.patch.
    After discussing with @jwiesner: re-introduce b8dc6d6ce ("mptcp: fix rcv
    buffer auto-tuning")
  - commit 2c38df3
  - mm/migrate_device: don't add folio to be freed to LRU in
    migrate_device_finalize() (CVE-2025-21861 bsc#1239483).
  - commit 2aaf230
  - mm: migrate_device: use more folio in migrate_device_finalize()
    (CVE-2025-21861 bsc#1239483 dependency).
  - commit 6c15dfd
  - geneve: Suppress list corruption splat in
    geneve_destroy_tunnels() (CVE-2025-21858 bsc#1239468).
  - gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl()
    (CVE-2025-21865 bsc#1239481).
  - ibmvnic: Don't reference skb after sending to VIOS
    (CVE-2025-21858 bsc#1239468).
  - geneve: Fix use-after-free in geneve_find_dev() (CVE-2025-21858
    bsc#1239468).
  - commit 37714b5
  - drm/amdgpu: Check extended configuration space register when
    system uses large bar (stable-fixes).
  - Refresh
    patches.suse/drm-amdgpu-disable-BAR-resize-on-Dell-G5-SE.patch.
  - commit 3119f0d
  - wifi: cfg80211: cancel wiphy_work before freeing wiphy
    (git-fixes).
  - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms
    (git-fixes).
  - Bluetooth: hci_event: Fix enabling passive scanning (git-fixes).
  - usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass
    Storage Card Reader (stable-fixes).
  - intel_th: pci: Add Panther Lake-P/U support (stable-fixes).
  - intel_th: pci: Add Panther Lake-H support (stable-fixes).
  - intel_th: pci: Add Arrow Lake support (stable-fixes).
  - mei: me: add panther lake P DID (stable-fixes).
  - gpio: rcar: Use raw_spinlock to protect register access
    (stable-fixes).
  - platform/x86: thinkpad_acpi: Add battery quirk for ThinkPad
    X131e (stable-fixes).
  - drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress
    200M (stable-fixes).
  - drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTL
    (git-fixes).
  - xhci: pci: Fix indentation in the PCI device ID definitions
    (stable-fixes).
  - drm/i915/xe2lpd: Move D2D enable/disable (stable-fixes).
  - commit afdffc3
  - Delete patches.suse/APEI-GHES-Have-GHES-honor-the-panic-setting.patch (bsc#1239615)
    The panic-on-reboot behavior change is too surprsing as an update,
    better to be reverted during SP
  - commit 38b0ca3
  - nfs: ignore SB_RDONLY when remounting nfs (bsc#1238565).
  - commit dbe8ca2
  - nfs: clear SB_RDONLY before getting superblock (bsc#1238565).
  - commit 41b72ba
  - dm-crypt: track tag_offset in convert_context (git-fixes).
  - commit e418c3f
  - dm-crypt: don't update io->sector after
    kcryptd_crypt_write_io_submit() (git-fixes).
  - commit 4e42a0d
  - dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
    (git-fixes).
  - commit d656a3c
  - dm-verity FEC: Fix RS FEC repair for roots unaligned to block
    size (take 2) (git-fixes).
    mwilck: some hand editing because d95e2c34a3ca ("dm verity: Fix IO
    priority lost when reading FEC and hash") is missing
  - commit 952c7af
  - dm array: fix cursor index when skipping across block boundaries
    (git-fixes).
  - commit 9559a70
  - dm array: fix unreleased btree blocks on closing a faulty
    array cursor (git-fixes).
  - commit 3401ff8
  - dm thin: Add missing destroy_work_on_stack() (git-fixes).
  - commit b8c64af
  - dm: Fix typo in error message (git-fixes).
  - commit 085bad2
  - dm-unstriped: cast an operand to sector_t to prevent potential
    uint32_t overflow (git-fixes).
  - commit 9289690
  - Revert "dm: requeue IO if mapping table not yet available"
    (git-fixes).
  - commit 5102f1f
  - dm-integrity: fix a race condition when accessing recalc_sector
    (git-fixes).
  - commit f9223d3
  - dm persistent data: fix memory allocation failure (git-fixes).
  - commit 6ad0a55
  - dm resume: don't return EINVAL when signalled (git-fixes).
  - commit b83910f

++++ kernel-rt_debug:

  - Refresh patches.suse/mptcp-fix-rcv-buffer-auto-tuning.patch.
  - Refresh
    patches.suse/mptcp-move-__mptcp_error_report-in-protocol.c.patch.
  - Refresh
    patches.suse/tcp-define-initial-scaling-factor-value-as-a-macro.patch.
  - Refresh
    patches.suse/tcp-increase-the-default-TCP-scaling-ratio.patch.
    After discussing with @jwiesner: re-introduce b8dc6d6ce ("mptcp: fix rcv
    buffer auto-tuning")
  - commit 2c38df3
  - mm/migrate_device: don't add folio to be freed to LRU in
    migrate_device_finalize() (CVE-2025-21861 bsc#1239483).
  - commit 2aaf230
  - mm: migrate_device: use more folio in migrate_device_finalize()
    (CVE-2025-21861 bsc#1239483 dependency).
  - commit 6c15dfd
  - geneve: Suppress list corruption splat in
    geneve_destroy_tunnels() (CVE-2025-21858 bsc#1239468).
  - gtp: Suppress list corruption splat in gtp_net_exit_batch_rtnl()
    (CVE-2025-21865 bsc#1239481).
  - ibmvnic: Don't reference skb after sending to VIOS
    (CVE-2025-21858 bsc#1239468).
  - geneve: Fix use-after-free in geneve_find_dev() (CVE-2025-21858
    bsc#1239468).
  - commit 37714b5
  - drm/amdgpu: Check extended configuration space register when
    system uses large bar (stable-fixes).
  - Refresh
    patches.suse/drm-amdgpu-disable-BAR-resize-on-Dell-G5-SE.patch.
  - commit 3119f0d
  - wifi: cfg80211: cancel wiphy_work before freeing wiphy
    (git-fixes).
  - wifi: iwlwifi: mvm: fix PNVM timeout for non-MSI-X platforms
    (git-fixes).
  - Bluetooth: hci_event: Fix enabling passive scanning (git-fixes).
  - usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass
    Storage Card Reader (stable-fixes).
  - intel_th: pci: Add Panther Lake-P/U support (stable-fixes).
  - intel_th: pci: Add Panther Lake-H support (stable-fixes).
  - intel_th: pci: Add Arrow Lake support (stable-fixes).
  - mei: me: add panther lake P DID (stable-fixes).
  - gpio: rcar: Use raw_spinlock to protect register access
    (stable-fixes).
  - platform/x86: thinkpad_acpi: Add battery quirk for ThinkPad
    X131e (stable-fixes).
  - drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress
    200M (stable-fixes).
  - drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTL
    (git-fixes).
  - xhci: pci: Fix indentation in the PCI device ID definitions
    (stable-fixes).
  - drm/i915/xe2lpd: Move D2D enable/disable (stable-fixes).
  - commit afdffc3
  - Delete patches.suse/APEI-GHES-Have-GHES-honor-the-panic-setting.patch (bsc#1239615)
    The panic-on-reboot behavior change is too surprsing as an update,
    better to be reverted during SP
  - commit 38b0ca3
  - nfs: ignore SB_RDONLY when remounting nfs (bsc#1238565).
  - commit dbe8ca2
  - nfs: clear SB_RDONLY before getting superblock (bsc#1238565).
  - commit 41b72ba
  - dm-crypt: track tag_offset in convert_context (git-fixes).
  - commit e418c3f
  - dm-crypt: don't update io->sector after
    kcryptd_crypt_write_io_submit() (git-fixes).
  - commit 4e42a0d
  - dm-ebs: don't set the flag DM_TARGET_PASSES_INTEGRITY
    (git-fixes).
  - commit d656a3c
  - dm-verity FEC: Fix RS FEC repair for roots unaligned to block
    size (take 2) (git-fixes).
    mwilck: some hand editing because d95e2c34a3ca ("dm verity: Fix IO
    priority lost when reading FEC and hash") is missing
  - commit 952c7af
  - dm array: fix cursor index when skipping across block boundaries
    (git-fixes).
  - commit 9559a70
  - dm array: fix unreleased btree blocks on closing a faulty
    array cursor (git-fixes).
  - commit 3401ff8
  - dm thin: Add missing destroy_work_on_stack() (git-fixes).
  - commit b8c64af
  - dm: Fix typo in error message (git-fixes).
  - commit 085bad2
  - dm-unstriped: cast an operand to sector_t to prevent potential
    uint32_t overflow (git-fixes).
  - commit 9289690
  - Revert "dm: requeue IO if mapping table not yet available"
    (git-fixes).
  - commit 5102f1f
  - dm-integrity: fix a race condition when accessing recalc_sector
    (git-fixes).
  - commit f9223d3
  - dm persistent data: fix memory allocation failure (git-fixes).
  - commit 6ad0a55
  - dm resume: don't return EINVAL when signalled (git-fixes).
  - commit b83910f

++++ expat:

  - version update to 2.7.0 (CVE-2024-8176 [bsc#1239618])
    * Security fixes:
    [#893] #973  CVE-2024-8176 -- Fix crash from chaining a large number
    of entities caused by stack overflow by resolving use of
    recursion, for all three uses of entities:
  - general entities in character data ("<e>&g1;</e>")
  - general entities in attribute values ("<e k1='&g1;'/>")
  - parameter entities ("%p1;")
    Known impact is (reliable and easy) denial of service:
    CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:H/RL:O/RC:C
    (Base Score: 7.5, Temporal Score: 7.2)
    Please note that a layer of compression around XML can
    significantly reduce the minimum attack payload size.
    * Other changes:
    [#935] #937  Autotools: Make generated CMake files look for
    libexpat.@SO_MAJOR@.dylib on macOS
    [#925]  Autotools: Sync CMake templates with CMake 3.29
    [#945] #962 #966  CMake: Drop support for CMake <3.13
    [#942]  CMake: Small fuzzing related improvements
    [#921]  docs: Add missing documentation of error code
    XML_ERROR_NOT_STARTED that was introduced with 2.6.4
    [#941]  docs: Document need for C++11 compiler for use from C++
    [#959]  tests/benchmark: Fix a (harmless) TOCTTOU
    [#944]  Windows: Fix installer target location of file xmlwf.xml
    for CMake
    [#953]  Windows: Address warning -Wunknown-warning-option
    about -Wno-pedantic-ms-format from LLVM MinGW
    [#971]  Address Cppcheck warnings
    [#969] #970  Mass-migrate links from http:// to https://
    [#947] #958 ..
    [#974] #975  Document changes since the previous release
    [#974] #975  Version info bumped from 11:0:10 (libexpat*.so.1.10.0)
    to 11:1:10 (libexpat*.so.1.10.1); see https://verbump.de/
    for what these numbers do

++++ salt:

  - Fix aptpkg 'NoneType object has no attribute split' error
  - Detect openEuler as RedHat family OS
  - Ensure the correct crypt module is loaded
  - Implement multiple inventory for ansible.targets
  - Make x509 module compatible with M2Crypto 0.44.0
  - Remove deprecated code from x509.certificate_managed test mode
  - Move logrotate config to /usr/etc/logrotate.d where possible
  - Add DEB822 apt repository format support
  - Make Salt-SSH work with all SSH passwords (bsc#1215484)
  - Fix issue of using update-alternatives with alts (#105)
  - Fix virt_query outputter and add support for block devices
  - Make _auth calls visible with master stats
  - Repair mount.fstab_present always returning pending changes
  - Set virtual grain in Podman systemd container
  - Fix crash due wrong client reference on `SaltMakoTemplateLookup`
  - Enhace batch async and fix some detected issues
  - Enhacement of Salt packaging
    * Use update-alternatives for all salt scripts
    * Use flexible dependencies for the subpackages
    * Make salt-minion to require flavored zypp-plugin
    * Make zyppnotify to use update-alternatives
    * Drop unused yumnotify plugin
    * Add dependency to python3-dnf-plugins-core for RHEL based
  - Fix tests failures after "repo.saltproject.io" deprecation
  - Fix error to stat '/root/.gitconfig' on gitfs
    (bsc#1230944) (bsc#1234881) (bsc#1220905)
  - Adapt to removal of hex attribute in pygit2 v1.15.0 (bsc#1230642)
  - Enhance smart JSON parsing when garbage is present (bsc#1231605)
  - Fix virtual grains for VMs running on Nutanix AHV (bsc#1234022)
  - Fix issues running on Python 3.12 and 3.13
  - Revert setting SELinux context for minion service (bsc#1233667)
  - Remove System V init support
    * Make systemd the only supported init system by removing System V init
    and insserv references
    * Ensure package builds with no init system dependencies if built
    without systemd (for example for use in containers)
    * Apply some spec-cleaner suggestions (update copyright year, sort
    requirements, adjust spacing)
  - Fix the condition of alternatives for Tumbleweed and Leap 16
  - Use update-alternatives for salt-call and fix builing on EL8
  - Build all python bindings for all flavors
  - Make minion reconnecting on changing master IP (bsc#1228182)
  - Handle logger exception when flushing already closed file
  - Include passlib as a recommended dependency
  - Make Salt Bundle more tolerant to long running jobs (bsc#1228690)
  - Fix additional x509 tests and test_suse tests for SLE12
  - Fix failing x509 tests with OpenSSL < 1.1
  - Avoid explicit reading of /etc/salt/minion (bsc#1220357)
  - Allow NamedLoaderContexts to be returned from loader
  - Revert the change making reactor less blocking (bsc#1230322)
  - Use --cachedir for extension_modules in salt-call (bsc#1226141)
  - Prevent using SyncWrapper with no reason
  - Fix the SELinux context for Salt Minion service (bsc#1219041)
  - Set contextvars as a build requirement for package
  - Increase warn_until_date date for code we still support
  - The test_debian test now uses port 80 for ubuntu keyserver
  - Fix too frequent systemd service restart in test_system test
  - Avoid crash on wrong output of systemctl version (bsc#1229539)
  - Improve error handling with different OpenSSL versions
  - Remove redundant run_func from salt.master.MWorker._handle_aes
  - Fix cloud minion configuration for multiple masters (bsc#1229109)
  - Use Pygit2 id instead of deprecated oid in gitfs
  - Fix few failing tests to work with both Salt and Salt bundle
  - Skip testing unsupported OpenSSL crypto algorithms
  - Added:
    * fix-deb822-nonetype-object-has-no-attribute-split-71.patch
    * detect-openeuler-as-redhat-family-os.patch
    * ensure-the-correct-crypt-module-is-loaded.patch
    * implement-multiple-inventory-for-ansible.targets.patch
    * make-x509-module-compatible-with-m2crypto-0.44.0.patch
    * remove-deprecated-code-from-x509.certificate_managed.patch
    * add-deb822-apt-source-format-support-692.patch
    * remove-password-from-shell-after-functional-text-mat.patch
    * repair-virt_query-outputter-655.patch
    * make-_auth-calls-visible-with-master-stats-696.patch
    * repair-fstab_present-test-mode-702.patch
    * set-virtual-grain-in-podman-systemd-container-703.patch
    * fixed-file-client-private-attribute-reference-on-sal.patch
    * backport-batch-async-fixes-and-improvements-701.patch
    * fix-tests-failures-after-repo.saltproject.io-depreca.patch
    * fix-failed-to-stat-root-.gitconfig-issue-on-gitfs-bs.patch
    * update-for-deprecation-of-hex-in-pygit2-1.15.0-and-a.patch
    * enhance-find_json-garbage-filtering-bsc-1231605-688.patch
    * fix-virtual-grains-for-vms-running-on-nutanix-ahv-bs.patch
    * fix-issues-that-break-salt-in-python-3.12-and-3.13-6.patch
    * revert-setting-selinux-context-for-minion-service-bs.patch
    * make-minion-reconnecting-on-changing-master-ip-bsc-1.patch
    * handle-logger-flushing-already-closed-file-686.patch
    * enhance-cleanup-mechanism-after-salt-bundle-upgrade-.patch
    * fix-x509-private-key-tests-and-test_suse-on-sle12-68.patch
    * fix-x509-test-fails-on-old-openssl-systems-682.patch
    * avoid-explicit-reading-of-etc-salt-minion-bsc-122035.patch
    * allow-namedloadercontexts-to-be-returned-from-loader.patch
    * revert-the-change-making-reactor-less-blocking-bsc-1.patch
    * use-cachedir-for-extension_modules-in-salt-call-bsc-.patch
    * prevent-using-syncwrapper-with-no-reason.patch
    * fix-the-selinux-context-for-salt-minion-service-bsc-.patch
    * fix-deprecated-code-677.patch
    * fix-test_system-flaky-setup_teardown-fn.patch
    * fix-test_debian-to-work-in-our-infrastructure-676.patch
    * avoid-crash-on-wrong-output-of-systemctl-version-bsc.patch
    * improve-error-handling-with-different-openssl-versio.patch
    * remove-redundant-run_func-from-salt.master.mworker._.patch
    * join-masters-if-it-is-a-list-671.patch
    * replace-use-of-pygit2-deprecated-and-removed-1.15.0-.patch
    * make-tests-compatible-with-venv-bundle.patch
    * skip-more-tests-related-to-old-openssl-algorithms.patch

------------------------------------------------------------------
------------------  2025-3-13  -  Mar 13 2025  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20250313.4dd1cfd:
    * DIR_COLORS: add backup and temporary file extensions
    * DIR_COLORS: sort audio formats
    * DIR_COLORS: use cyan for audio formats instead of green
    * DIR_COLORS: add 'avif' to image formats
    * DIR_COLORS: add updated and sorted list of archive formats
    * DIR_COLORS: don't colour DOS/Windows executables
    * DIR_COLORS: update existing colours and add missing ones
    * DIR_COLORS: add COLORTERM and 'st' terminal
    * DIR_COLORS: update file description
    * DIR_COLORS: sort TERM entries
    * DIR_COLORS: remove COLOR, OPTIONS and EIGHTBIT
  - Update to version 84.87+git20250313.e71c2f4:
    * Respect PROFILEREAD/CSHRCREAD at shell switch
    * Modernize specfile
    * Add safety quotes and proper escaping
    * Avoid bashisms in build recipe
    * Add setup-systemd-proxy-env
    * profile.{sh,csh}: Drop useless proxy variables cleanup

++++ kernel-default:

  - dm suspend: return -ERESTARTSYS instead of -EINTR (git-fixes).
  - commit d18f8de
  - dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume
    (git-fixes).
  - commit 6d3fcd8
  - dm init: Handle minors larger than 255 (git-fixes).
  - commit 73dcd27
  - bitmap: introduce generic optimized bitmap_size() (git-fixes).
  - commit 3d6cb93
  - dm-delay: fix max_delay calculations (git-fixes).
  - commit 9bd5588
  - dm-delay: fix hung task introduced by kthread mode (git-fixes).
  - commit c232aae
  - dm-delay: fix workqueue delay_timer race (git-fixes).
  - commit d3bc4cb
  - dm integrity: fix out-of-range warning (git-fixes).
  - commit 94146a8
  - dm-integrity: align the outgoing bio in integrity_recheck
    (git-fixes).
  - commit 8ef7f34
  - tcp: Defer ts_recent changes until req is owned (git-fixes).
  - tcp: adjust rcvq_space after updating scaling ratio (git-fixes).
  - tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
    (git-fixes).
  - tcp: check space before adding MPTCP SYN options (git-fixes).
  - commit 3e8333c
  - tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits
    out (git-fixes).
  - tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's
    safe (git-fixes).
  - tcp: fix to allow timestamp undo if no retransmits were sent
    (git-fixes).
  - commit 057626d
  - tcp: avoid reusing FIN_WAIT2 when trying to find port in
    connect() process (git-fixes).
  - commit b709352
  - tcp: fix forever orphan socket caused by tcp_abort (git-fixes).
  - commit ee5bb6a
  - tcp: Update window clamping condition (git-fixes).
  - commit 21c2df7
  - tcp: Adjust clamping window for applications specifying
    SO_RCVBUF (git-fixes).
  - commit 45a6b13
  - tcp: Don't drop SYN+ACK for simultaneous connect() (git-fixes).
  - commit d347622
  - tcp: fix races in tcp_v_err() (git-fixes).
  - commit 7d8961a
  - tcp: fix races in tcp_abort() (git-fixes).
  - commit 57c21f2
  - tcp: fix race in tcp_write_err() (git-fixes).
  - commit f7c5a0b
  - tcp: add tcp_done_with_error() helper (git-fixes).
  - commit 67b079b
  - tcp: fix incorrect undo caused by DSACK of TLP retransmit
    (git-fixes).
  - commit 7fc3dc6
  - UPSTREAM: tcp: fix DSACK undo in fast recovery to call
    tcp_try_to_open() (git-fixes).
  - commit 481ef49
  - tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for
    failed TFO (git-fixes).
  - commit e0d6e17
  - tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
    (git-fixes).
  - commit 2f9ac53
  - tcp: fix race in tcp_v6_syn_recv_sock() (git-fixes).
  - commit debc800
  - tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB (git-fixes).
  - commit e578c32
  - tcp: remove 64 KByte limit for initial tp->rcv_wnd value
    (git-fixes).
  - commit a0f87a0
  - tcp: avoid premature drops in tcp_add_backlog() (git-fixes).
  - commit 9d8f16e
  - tcp: increase the default TCP scaling ratio (git-fixes).
  - commit 37d2a56
  - tcp: annotate data-races around tp->window_clamp (git-fixes).
  - Refresh
    patches.suse/mptcp-cope-racing-subflow-creation-in-mptcp_rcv_spac.patch.
  - commit baccd3e
  - tcp: Fix bind() regression for v6-only wildcard and
    v4(-mapped-v6) non-wildcard addresses (git-fixes).
  - commit 10a8fd3
  - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() (git-fixes).
  - commit 2c65748
  - tcp: fix incorrect parameter validation in the
    do_tcp_getsockopt() function (git-fixes).
  - commit 1b71f1e
  - tcp: Add memory barrier to tcp_push() (git-fixes).
  - commit 9e18439
  - tcp: fix mid stream window clamp (git-fixes).
  - commit 1da9c62
  - tcp: define initial scaling factor value as a macro (git-fixes).
  - Refresh
    patches.suse/tcp-get-rid-of-sysctl_tcp_adv_win_scale.patch.
  - Refresh
    patches.suse/tcp-reorganize-tcp_sock-fast-path-variables.patch.
  - commit 5d65891
  - tcp: fix cookie_init_timestamp() overflows (git-fixes).
  - commit 35f4bde
  - tcp: derive delack_max from rto_min (git-fixes).
  - commit 681cef6
  - tcp: check mptcp-level constraints for backlog coalescing
    (git-fixes).
  - commit f47afe8
  - s390/traps: Fix test_monitor_call() inline assembly (git-fixes
    bsc#1239595).
  - commit e1c229c
  - s390/stackleak: Use exrl instead of ex in __stackleak_poison()
    (git-fixes bsc#1239594).
  - commit bf5ac4c
  - s390/ism: add release function for struct device (git-fixes
    CVE-2025-21856 bsc#1239486).
  - commit ae9aecd
  - tcp: drop secpath at the same time as we currently drop dst
    (CVE-2025-21864 bsc#1239482).
  - commit 068f76d
  - tcp: properly terminate timers for kernel sockets
    (CVE-2024-35910 bsc#1224489).
  - commit cd84ccc
  - net: sched: use RCU read-side critical section in taprio_dump()
    (CVE-2024-50140 bsc#1233060).
  - commit 481b06f
  - spi: microchip-core: Use helper function devm_clk_get_enabled()
    (git-fixes).
  - commit ba5bb35
  - spi: microchip-core: Clean up redundant dev_err_probe()
    (git-fixes).
  - Refresh
    patches.suse/spi-microchip-core-switch-to-use-modern-name.patch.
  - commit e92f46c
  - net/smc: check iparea_offset and ipv6_prefixes_cnt when
    receiving proposal msg (CVE-2024-49571 bsc#1235733).
  - commit d49e720
  - kABI: bpf: Prevent tailcall infinite loop caused by freplace
    kABI workaround (bsc#1235712 CVE-2024-47794).
  - commit b659789
  - bpf: Prevent tailcall infinite loop caused by freplace
    (bsc#1235712 CVE-2024-47794).
  - commit 594a2b0
  - netdev: prevent accessing NAPI instances from another namespace
    (CVE-2025-21659 bsc#1236206).
  - commit 4814e4a

++++ kernel-rt:

  - dm suspend: return -ERESTARTSYS instead of -EINTR (git-fixes).
  - commit d18f8de
  - dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume
    (git-fixes).
  - commit 6d3fcd8
  - dm init: Handle minors larger than 255 (git-fixes).
  - commit 73dcd27
  - bitmap: introduce generic optimized bitmap_size() (git-fixes).
  - commit 3d6cb93
  - dm-delay: fix max_delay calculations (git-fixes).
  - commit 9bd5588
  - dm-delay: fix hung task introduced by kthread mode (git-fixes).
  - commit c232aae
  - dm-delay: fix workqueue delay_timer race (git-fixes).
  - commit d3bc4cb
  - dm integrity: fix out-of-range warning (git-fixes).
  - commit 94146a8
  - dm-integrity: align the outgoing bio in integrity_recheck
    (git-fixes).
  - commit 8ef7f34
  - tcp: Defer ts_recent changes until req is owned (git-fixes).
  - tcp: adjust rcvq_space after updating scaling ratio (git-fixes).
  - tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
    (git-fixes).
  - tcp: check space before adding MPTCP SYN options (git-fixes).
  - commit 3e8333c
  - tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits
    out (git-fixes).
  - tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's
    safe (git-fixes).
  - tcp: fix to allow timestamp undo if no retransmits were sent
    (git-fixes).
  - commit 057626d
  - tcp: avoid reusing FIN_WAIT2 when trying to find port in
    connect() process (git-fixes).
  - commit b709352
  - tcp: fix forever orphan socket caused by tcp_abort (git-fixes).
  - commit ee5bb6a
  - tcp: Update window clamping condition (git-fixes).
  - commit 21c2df7
  - tcp: Adjust clamping window for applications specifying
    SO_RCVBUF (git-fixes).
  - commit 45a6b13
  - tcp: Don't drop SYN+ACK for simultaneous connect() (git-fixes).
  - commit d347622
  - tcp: fix races in tcp_v_err() (git-fixes).
  - commit 7d8961a
  - tcp: fix races in tcp_abort() (git-fixes).
  - commit 57c21f2
  - tcp: fix race in tcp_write_err() (git-fixes).
  - commit f7c5a0b
  - tcp: add tcp_done_with_error() helper (git-fixes).
  - commit 67b079b
  - tcp: fix incorrect undo caused by DSACK of TLP retransmit
    (git-fixes).
  - commit 7fc3dc6
  - UPSTREAM: tcp: fix DSACK undo in fast recovery to call
    tcp_try_to_open() (git-fixes).
  - commit 481ef49
  - tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for
    failed TFO (git-fixes).
  - commit e0d6e17
  - tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
    (git-fixes).
  - commit 2f9ac53
  - tcp: fix race in tcp_v6_syn_recv_sock() (git-fixes).
  - commit debc800
  - tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB (git-fixes).
  - commit e578c32
  - tcp: remove 64 KByte limit for initial tp->rcv_wnd value
    (git-fixes).
  - commit a0f87a0
  - tcp: avoid premature drops in tcp_add_backlog() (git-fixes).
  - commit 9d8f16e
  - tcp: increase the default TCP scaling ratio (git-fixes).
  - commit 37d2a56
  - tcp: annotate data-races around tp->window_clamp (git-fixes).
  - Refresh
    patches.suse/mptcp-cope-racing-subflow-creation-in-mptcp_rcv_spac.patch.
  - commit baccd3e
  - tcp: Fix bind() regression for v6-only wildcard and
    v4(-mapped-v6) non-wildcard addresses (git-fixes).
  - commit 10a8fd3
  - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() (git-fixes).
  - commit 2c65748
  - tcp: fix incorrect parameter validation in the
    do_tcp_getsockopt() function (git-fixes).
  - commit 1b71f1e
  - tcp: Add memory barrier to tcp_push() (git-fixes).
  - commit 9e18439
  - tcp: fix mid stream window clamp (git-fixes).
  - commit 1da9c62
  - tcp: define initial scaling factor value as a macro (git-fixes).
  - Refresh
    patches.suse/tcp-get-rid-of-sysctl_tcp_adv_win_scale.patch.
  - Refresh
    patches.suse/tcp-reorganize-tcp_sock-fast-path-variables.patch.
  - commit 5d65891
  - tcp: fix cookie_init_timestamp() overflows (git-fixes).
  - commit 35f4bde
  - tcp: derive delack_max from rto_min (git-fixes).
  - commit 681cef6
  - tcp: check mptcp-level constraints for backlog coalescing
    (git-fixes).
  - commit f47afe8
  - s390/traps: Fix test_monitor_call() inline assembly (git-fixes
    bsc#1239595).
  - commit e1c229c
  - s390/stackleak: Use exrl instead of ex in __stackleak_poison()
    (git-fixes bsc#1239594).
  - commit bf5ac4c
  - s390/ism: add release function for struct device (git-fixes
    CVE-2025-21856 bsc#1239486).
  - commit ae9aecd
  - tcp: drop secpath at the same time as we currently drop dst
    (CVE-2025-21864 bsc#1239482).
  - commit 068f76d
  - tcp: properly terminate timers for kernel sockets
    (CVE-2024-35910 bsc#1224489).
  - commit cd84ccc
  - net: sched: use RCU read-side critical section in taprio_dump()
    (CVE-2024-50140 bsc#1233060).
  - commit 481b06f
  - spi: microchip-core: Use helper function devm_clk_get_enabled()
    (git-fixes).
  - commit ba5bb35
  - spi: microchip-core: Clean up redundant dev_err_probe()
    (git-fixes).
  - Refresh
    patches.suse/spi-microchip-core-switch-to-use-modern-name.patch.
  - commit e92f46c
  - net/smc: check iparea_offset and ipv6_prefixes_cnt when
    receiving proposal msg (CVE-2024-49571 bsc#1235733).
  - commit d49e720
  - kABI: bpf: Prevent tailcall infinite loop caused by freplace
    kABI workaround (bsc#1235712 CVE-2024-47794).
  - commit b659789
  - bpf: Prevent tailcall infinite loop caused by freplace
    (bsc#1235712 CVE-2024-47794).
  - commit 594a2b0
  - netdev: prevent accessing NAPI instances from another namespace
    (CVE-2025-21659 bsc#1236206).
  - commit 4814e4a

++++ kernel-rt_debug:

  - dm suspend: return -ERESTARTSYS instead of -EINTR (git-fixes).
  - commit d18f8de
  - dm-raid: Fix WARN_ON_ONCE check for sync_thread in raid_resume
    (git-fixes).
  - commit 6d3fcd8
  - dm init: Handle minors larger than 255 (git-fixes).
  - commit 73dcd27
  - bitmap: introduce generic optimized bitmap_size() (git-fixes).
  - commit 3d6cb93
  - dm-delay: fix max_delay calculations (git-fixes).
  - commit 9bd5588
  - dm-delay: fix hung task introduced by kthread mode (git-fixes).
  - commit c232aae
  - dm-delay: fix workqueue delay_timer race (git-fixes).
  - commit d3bc4cb
  - dm integrity: fix out-of-range warning (git-fixes).
  - commit 94146a8
  - dm-integrity: align the outgoing bio in integrity_recheck
    (git-fixes).
  - commit 8ef7f34
  - tcp: Defer ts_recent changes until req is owned (git-fixes).
  - tcp: adjust rcvq_space after updating scaling ratio (git-fixes).
  - tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset
    (git-fixes).
  - tcp: check space before adding MPTCP SYN options (git-fixes).
  - commit 3e8333c
  - tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits
    out (git-fixes).
  - tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's
    safe (git-fixes).
  - tcp: fix to allow timestamp undo if no retransmits were sent
    (git-fixes).
  - commit 057626d
  - tcp: avoid reusing FIN_WAIT2 when trying to find port in
    connect() process (git-fixes).
  - commit b709352
  - tcp: fix forever orphan socket caused by tcp_abort (git-fixes).
  - commit ee5bb6a
  - tcp: Update window clamping condition (git-fixes).
  - commit 21c2df7
  - tcp: Adjust clamping window for applications specifying
    SO_RCVBUF (git-fixes).
  - commit 45a6b13
  - tcp: Don't drop SYN+ACK for simultaneous connect() (git-fixes).
  - commit d347622
  - tcp: fix races in tcp_v_err() (git-fixes).
  - commit 7d8961a
  - tcp: fix races in tcp_abort() (git-fixes).
  - commit 57c21f2
  - tcp: fix race in tcp_write_err() (git-fixes).
  - commit f7c5a0b
  - tcp: add tcp_done_with_error() helper (git-fixes).
  - commit 67b079b
  - tcp: fix incorrect undo caused by DSACK of TLP retransmit
    (git-fixes).
  - commit 7fc3dc6
  - UPSTREAM: tcp: fix DSACK undo in fast recovery to call
    tcp_try_to_open() (git-fixes).
  - commit 481ef49
  - tcp: fix tcp_rcv_fastopen_synack() to enter TCP_CA_Loss for
    failed TFO (git-fixes).
  - commit e0d6e17
  - tcp: clear tp->retrans_stamp in tcp_rcv_fastopen_synack()
    (git-fixes).
  - commit 2f9ac53
  - tcp: fix race in tcp_v6_syn_recv_sock() (git-fixes).
  - commit debc800
  - tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB (git-fixes).
  - commit e578c32
  - tcp: remove 64 KByte limit for initial tp->rcv_wnd value
    (git-fixes).
  - commit a0f87a0
  - tcp: avoid premature drops in tcp_add_backlog() (git-fixes).
  - commit 9d8f16e
  - tcp: increase the default TCP scaling ratio (git-fixes).
  - commit 37d2a56
  - tcp: annotate data-races around tp->window_clamp (git-fixes).
  - Refresh
    patches.suse/mptcp-cope-racing-subflow-creation-in-mptcp_rcv_spac.patch.
  - commit baccd3e
  - tcp: Fix bind() regression for v6-only wildcard and
    v4(-mapped-v6) non-wildcard addresses (git-fixes).
  - commit 10a8fd3
  - tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge() (git-fixes).
  - commit 2c65748
  - tcp: fix incorrect parameter validation in the
    do_tcp_getsockopt() function (git-fixes).
  - commit 1b71f1e
  - tcp: Add memory barrier to tcp_push() (git-fixes).
  - commit 9e18439
  - tcp: fix mid stream window clamp (git-fixes).
  - commit 1da9c62
  - tcp: define initial scaling factor value as a macro (git-fixes).
  - Refresh
    patches.suse/tcp-get-rid-of-sysctl_tcp_adv_win_scale.patch.
  - Refresh
    patches.suse/tcp-reorganize-tcp_sock-fast-path-variables.patch.
  - commit 5d65891
  - tcp: fix cookie_init_timestamp() overflows (git-fixes).
  - commit 35f4bde
  - tcp: derive delack_max from rto_min (git-fixes).
  - commit 681cef6
  - tcp: check mptcp-level constraints for backlog coalescing
    (git-fixes).
  - commit f47afe8
  - s390/traps: Fix test_monitor_call() inline assembly (git-fixes
    bsc#1239595).
  - commit e1c229c
  - s390/stackleak: Use exrl instead of ex in __stackleak_poison()
    (git-fixes bsc#1239594).
  - commit bf5ac4c
  - s390/ism: add release function for struct device (git-fixes
    CVE-2025-21856 bsc#1239486).
  - commit ae9aecd
  - tcp: drop secpath at the same time as we currently drop dst
    (CVE-2025-21864 bsc#1239482).
  - commit 068f76d
  - tcp: properly terminate timers for kernel sockets
    (CVE-2024-35910 bsc#1224489).
  - commit cd84ccc
  - net: sched: use RCU read-side critical section in taprio_dump()
    (CVE-2024-50140 bsc#1233060).
  - commit 481b06f
  - spi: microchip-core: Use helper function devm_clk_get_enabled()
    (git-fixes).
  - commit ba5bb35
  - spi: microchip-core: Clean up redundant dev_err_probe()
    (git-fixes).
  - Refresh
    patches.suse/spi-microchip-core-switch-to-use-modern-name.patch.
  - commit e92f46c
  - net/smc: check iparea_offset and ipv6_prefixes_cnt when
    receiving proposal msg (CVE-2024-49571 bsc#1235733).
  - commit d49e720
  - kABI: bpf: Prevent tailcall infinite loop caused by freplace
    kABI workaround (bsc#1235712 CVE-2024-47794).
  - commit b659789
  - bpf: Prevent tailcall infinite loop caused by freplace
    (bsc#1235712 CVE-2024-47794).
  - commit 594a2b0
  - netdev: prevent accessing NAPI instances from another namespace
    (CVE-2025-21659 bsc#1236206).
  - commit 4814e4a

++++ gcc14:

  - Add gcc13-bsc1239566.patch to also record -D_FORTIFY_SOURCE=2
    in the DWARF debug info DW_AT_producer string.  [bsc#1239566]

++++ zypper:

  - Do not double encode URL strings passed on the commandline
    (bsc#1237587)
    URLs passed on the commandline must have their special chars
    encoded already. We just want to check and encode forgotten
    unsafe chars like a blank. A '%' however must not be encoded
    again.
  - version 1.14.88

------------------------------------------------------------------
------------------  2025-3-12  -  Mar 12 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Explicitly request shadow-utils
    Make sure shadow-utils gets installed for rawhide
    integration tests
  - Drop test-image-suse-on-dnf test
    This was just a "can this work" test but has no real
    relevance for users since nobody would use dnf to build
    a suse image, there is also no help when it does not
    work. So let's drop this test build

++++ kernel-default:

  - ice: Remove and readd netdev during devlink reload (bsc#1230497
    bsc#1239518).
  - Refresh
    patches.suse/ice-add-ice_adapter-for-shared-data-across-PFs-on-th.patch.
  - commit fac3f79
  - HID: hid-steam: Fix use-after-free when detaching device
    (git-fixes).
  - HID: appleir: Fix potential NULL dereference at raw event handle
    (git-fixes).
  - HID: intel-ish-hid: Fix use-after-free issue in
    ishtp_hid_remove() (git-fixes).
  - HID: google: fix unused variable warning under !CONFIG_ACPI
    (git-fixes).
  - HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on
    system suspend (stable-fixes).
  - commit 66671e7
  - pinctrl: bcm281xx: Fix incorrect regmap max_registers value
    (git-fixes).
  - commit e9a08e4
  - net: mana: Allow variable size indirection table (bsc#1239016).
  - Refresh
    patches.suse/net-mana-Enable-debugfs-files-for-MANA-device.patch.
  - commit 987aac3
  - net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqs
    (bsc#1239015).
  - net: mana: Fix memory leak in mana_gd_setup_irqs (bsc#1239015).
  - net: mana: Avoid open coded arithmetic (bsc#1239016).
  - RDMA/mana_ib: Prefer struct_size over open coded arithmetic
    (bsc#1239016).
  - net: mana: Add flex array to struct mana_cfg_rx_steer_req_v2
    (bsc#1239016).
  - net: mana: Assigning IRQ affinity on HT cores (bsc#1239015).
  - net: mana: add a function to spread IRQs per CPUs (bsc#1239015).
  - cpumask: define cleanup function for cpumasks (bsc#1239015).
  - cpumask: add cpumask_weight_andnot() (bsc#1239015).
  - commit 99e576d

++++ kernel-rt:

  - ice: Remove and readd netdev during devlink reload (bsc#1230497
    bsc#1239518).
  - Refresh
    patches.suse/ice-add-ice_adapter-for-shared-data-across-PFs-on-th.patch.
  - commit fac3f79
  - HID: hid-steam: Fix use-after-free when detaching device
    (git-fixes).
  - HID: appleir: Fix potential NULL dereference at raw event handle
    (git-fixes).
  - HID: intel-ish-hid: Fix use-after-free issue in
    ishtp_hid_remove() (git-fixes).
  - HID: google: fix unused variable warning under !CONFIG_ACPI
    (git-fixes).
  - HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on
    system suspend (stable-fixes).
  - commit 66671e7
  - pinctrl: bcm281xx: Fix incorrect regmap max_registers value
    (git-fixes).
  - commit e9a08e4
  - net: mana: Allow variable size indirection table (bsc#1239016).
  - Refresh
    patches.suse/net-mana-Enable-debugfs-files-for-MANA-device.patch.
  - commit 987aac3
  - net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqs
    (bsc#1239015).
  - net: mana: Fix memory leak in mana_gd_setup_irqs (bsc#1239015).
  - net: mana: Avoid open coded arithmetic (bsc#1239016).
  - RDMA/mana_ib: Prefer struct_size over open coded arithmetic
    (bsc#1239016).
  - net: mana: Add flex array to struct mana_cfg_rx_steer_req_v2
    (bsc#1239016).
  - net: mana: Assigning IRQ affinity on HT cores (bsc#1239015).
  - net: mana: add a function to spread IRQs per CPUs (bsc#1239015).
  - cpumask: define cleanup function for cpumasks (bsc#1239015).
  - cpumask: add cpumask_weight_andnot() (bsc#1239015).
  - commit 99e576d

++++ kernel-rt_debug:

  - ice: Remove and readd netdev during devlink reload (bsc#1230497
    bsc#1239518).
  - Refresh
    patches.suse/ice-add-ice_adapter-for-shared-data-across-PFs-on-th.patch.
  - commit fac3f79
  - HID: hid-steam: Fix use-after-free when detaching device
    (git-fixes).
  - HID: appleir: Fix potential NULL dereference at raw event handle
    (git-fixes).
  - HID: intel-ish-hid: Fix use-after-free issue in
    ishtp_hid_remove() (git-fixes).
  - HID: google: fix unused variable warning under !CONFIG_ACPI
    (git-fixes).
  - HID: i2c-hid: Skip SET_POWER SLEEP for Cirque touchpad on
    system suspend (stable-fixes).
  - commit 66671e7
  - pinctrl: bcm281xx: Fix incorrect regmap max_registers value
    (git-fixes).
  - commit e9a08e4
  - net: mana: Allow variable size indirection table (bsc#1239016).
  - Refresh
    patches.suse/net-mana-Enable-debugfs-files-for-MANA-device.patch.
  - commit 987aac3
  - net: mana: Fix irq_contexts memory leak in mana_gd_setup_irqs
    (bsc#1239015).
  - net: mana: Fix memory leak in mana_gd_setup_irqs (bsc#1239015).
  - net: mana: Avoid open coded arithmetic (bsc#1239016).
  - RDMA/mana_ib: Prefer struct_size over open coded arithmetic
    (bsc#1239016).
  - net: mana: Add flex array to struct mana_cfg_rx_steer_req_v2
    (bsc#1239016).
  - net: mana: Assigning IRQ affinity on HT cores (bsc#1239015).
  - net: mana: add a function to spread IRQs per CPUs (bsc#1239015).
  - cpumask: define cleanup function for cpumasks (bsc#1239015).
  - cpumask: add cpumask_weight_andnot() (bsc#1239015).
  - commit 99e576d

++++ python311-core:

  - Allow to disable PGO

++++ python311:

  - Allow to disable PGO

++++ python-Jinja2:

  - Add security patch CVE-2025-27516.patch (bsc#1238879)

------------------------------------------------------------------
------------------  2025-3-11  -  Mar 11 2025  -------------------
------------------------------------------------------------------

++++ fde-tools:

  - Add fde-tools-bsc1238593-firstboot-more-bootloader-functions.patch
    to define non-expanded functions for the firstboot script
    (bsc#1238593)

++++ kernel-default:

  - af_unix: Disable MSG_OOB handling for sockets in
    sockmap/sockhash (bsc#1239435).
  - af_unix: Annotate data-race of sk->sk_state in
    unix_stream_read_skb() (bsc#1239435).
  - commit 53fc06a
  - padata: fix sysfs store callback check (git-fixes).
  - commit 9e53996
  - netpoll: Fix race condition in netpoll_owner_active
    (CVE-2024-41005 bsc#1227858).
  - commit edbf839
  - sched/membarrier: Fix redundant load of membarrier_state
    (bsc#1232743).
  - commit 4b4693f
  - tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for
    server bind (git-fixes).
  - commit acac4ee
  - selftests/bpf: Add test case for the freeing of bpf_timer
    (bsc#1238971 CVE-2025-21825).
  - bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT
    (bsc#1238971 CVE-2025-21825).
  - commit d0cb4f3

++++ kernel-rt:

  - af_unix: Disable MSG_OOB handling for sockets in
    sockmap/sockhash (bsc#1239435).
  - af_unix: Annotate data-race of sk->sk_state in
    unix_stream_read_skb() (bsc#1239435).
  - commit 53fc06a
  - padata: fix sysfs store callback check (git-fixes).
  - commit 9e53996
  - netpoll: Fix race condition in netpoll_owner_active
    (CVE-2024-41005 bsc#1227858).
  - commit edbf839
  - sched/membarrier: Fix redundant load of membarrier_state
    (bsc#1232743).
  - commit 4b4693f
  - tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for
    server bind (git-fixes).
  - commit acac4ee
  - selftests/bpf: Add test case for the freeing of bpf_timer
    (bsc#1238971 CVE-2025-21825).
  - bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT
    (bsc#1238971 CVE-2025-21825).
  - commit d0cb4f3

++++ kernel-rt_debug:

  - af_unix: Disable MSG_OOB handling for sockets in
    sockmap/sockhash (bsc#1239435).
  - af_unix: Annotate data-race of sk->sk_state in
    unix_stream_read_skb() (bsc#1239435).
  - commit 53fc06a
  - padata: fix sysfs store callback check (git-fixes).
  - commit 9e53996
  - netpoll: Fix race condition in netpoll_owner_active
    (CVE-2024-41005 bsc#1227858).
  - commit edbf839
  - sched/membarrier: Fix redundant load of membarrier_state
    (bsc#1232743).
  - commit 4b4693f
  - tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for
    server bind (git-fixes).
  - commit acac4ee
  - selftests/bpf: Add test case for the freeing of bpf_timer
    (bsc#1238971 CVE-2025-21825).
  - bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT
    (bsc#1238971 CVE-2025-21825).
  - commit d0cb4f3

++++ libarchive:

  - Fix CVE-2025-1632, null pointer dereference in bsdunzip.c
    (CVE-2025-1632, bsc#1237606)
    * CVE-2025-1632.patch
  - Fix CVE-2025-25724, Buffer Overflow vulnerability in libarchive
    (CVE-2025-25724, bsc#1238610)
    * CVE-2025-25724.patch

++++ sqlite3:

  - Mark build recipe as POSIX-sh-incompatible
  - Run mkdir/rm with verbose mode for the build log

++++ openSUSE-build-key:

  - gpg-pubkey-39db7c82-66c5d91a.asc: extended lifetime of SLE12 / 15
    2048 bit key.

------------------------------------------------------------------
------------------  2025-3-10  -  Mar 10 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - kABI fix for l2tp: prevent possible tunnel refcount underflow
    (CVE-2024-49940 bsc#1232812).
  - commit d6225ab
  - powerpc/pseries/iommu: memory notifier incorrectly adds TCEs
    for pmemory (bsc#1239167 ltc#211055).
  - commit 1543fff
  - l2tp: fix lockdep splat (git-fixes).
  - commit 1b614a9
  - l2tp: fix ICMP error handling for UDP-encap sockets (git-fixes).
  - commit 9f93194
  - net l2tp: drop flow hash on forward (git-fixes).
  - commit c98f745
  - l2tp: fix incorrect parameter validation in the
    pppol2tp_getsockopt() function (git-fixes).
  - commit 33af351
  - net_sched: sch_sfq: don't allow 1 packet limit (CVE-2024-57996
    bsc#1239076).
  - commit 8f719fe
  - ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during
    params (CVE-2024-58012 bsc#1239104).
  - commit 3d2e163
  - usb: gadget: Check bmAttributes only if configuration is valid
    (git-fixes).
  - usb: gadget: Fix setting self-powered state on suspend
    (git-fixes).
  - commit 1151d65
  - usb: typec: ucsi: Fix NULL pointer access (git-fixes).
  - usb: hub: lack of clearing xHC resources (git-fixes).
  - usb: renesas_usbhs: Flush the notify_hotplug_work (git-fixes).
  - usb: renesas_usbhs: Use devm_usb_get_phy() (git-fixes).
  - usb: renesas_usbhs: Call clk_put() (git-fixes).
  - usb: dwc3: gadget: Prevent irq storm when TH re-executes
    (git-fixes).
  - usb: typec: ucsi: increase timeout for PPM reset operations
    (git-fixes).
  - usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix
    functionality (git-fixes).
  - usb: gadget: Set self-powered based on MaxPower and bmAttributes
    (git-fixes).
  - usb: gadget: u_ether: Set is_suspend flag if remote wakeup fails
    (git-fixes).
  - usb: atm: cxacru: fix a flaw in existing endpoint checks
    (git-fixes).
  - drivers: core: fix device leak in __fw_devlink_relax_cycles()
    (git-fixes).
  - Revert "drivers/card_reader/rtsx_usb: Restore interrupt based
    detection" (git-fixes).
  - bus: simple-pm-bus: fix forced runtime PM use (git-fixes).
  - char: misc: deallocate static minor in error path (git-fixes).
  - eeprom: digsy_mtc: Make GPIO lookup table match the device
    (git-fixes).
  - drivers: virt: acrn: hsm: Use kzalloc to avoid info leak in
    pmcmd_ioctl (git-fixes).
  - slimbus: messaging: Free transaction ID in delayed interrupt
    scenario (git-fixes).
  - cdx: Fix possible UAF error in driver_override_show()
    (git-fixes).
  - bus: mhi: host: pci_generic: Use pci_try_reset_function()
    to avoid deadlock (git-fixes).
  - iio: filter: admv8818: Force initialization of SDO (git-fixes).
  - iio: dac: ad3552r: clear reset status flag (git-fixes).
  - iio: adc: at91-sama5d2_adc: fix sama7g5 realbits value
    (git-fixes).
  - commit 481095d
  - Update
    patches.suse/HID-hid-thrustmaster-fix-stack-out-of-bounds-read-in.patch
    (git-fixes CVE-2025-21794 bsc#1238502).
  - Update
    patches.suse/NFC-nci-Add-bounds-checking-in-nci_hci_create_pipe.patch
    (git-fixes CVE-2025-21735 bsc#1238497).
  - Update
    patches.suse/PCI-Avoid-putting-some-root-ports-into-D3-on-TUXEDO-.patch
    (git-fixes CVE-2025-21831 bsc#1239039).
  - Update
    patches.suse/PCI-rcar-ep-Fix-incorrect-variable-used-when-calling.patch
    (git-fixes CVE-2025-21804 bsc#1238736).
  - Update
    patches.suse/RDMA-mlx5-Fix-a-race-for-an-ODP-MR-which-leads-to-CQ.patch
    (git-fixes CVE-2025-21732 bsc#1237877).
  - Update
    patches.suse/RDMA-mlx5-Fix-implicit-ODP-use-after-free.patch
    (git-fixes CVE-2025-21714 bsc#1237890).
  - Update
    patches.suse/RDMA-rxe-Fix-the-warning-__rxe_cleanup-0x12c-0x170-r.patch
    (git-fixes CVE-2025-21829 bsc#1239030).
  - Update
    patches.suse/Revert-drm-amd-display-Use-HW-lock-mgr-for-PSR1.patch
    (stable-fixes CVE-2025-21819 bsc#1238994).
  - Update
    patches.suse/USB-hub-Ignore-non-compliant-devices-with-too-many-c.patch
    (stable-fixes CVE-2025-21776 bsc#1238909).
  - Update
    patches.suse/arm64-cacheinfo-Avoid-out-of-bounds-write-to-cacheinfo-array.patch
    (git-fixes CVE-2025-21785 bsc#1238747).
  - Update
    patches.suse/ata-libata-sff-Ensure-that-we-cannot-write-outside-t.patch
    (stable-fixes CVE-2025-21738 bsc#1238917).
  - Update
    patches.suse/batman-adv-Drop-unmanaged-ELP-metric-worker.patch
    (git-fixes CVE-2025-21823 bsc#1238475).
  - Update
    patches.suse/batman-adv-fix-panic-during-interface-removal.patch
    (git-fixes CVE-2025-21781 bsc#1238735).
  - Update
    patches.suse/blk-cgroup-Fix-class-block_class-s-subsystem-refcount-leakage.patch
    (bsc#1237558 CVE-2025-21745 bsc#1238785).
  - Update
    patches.suse/block-bfq-fix-waker_bfqq-UAF-after-bfq_split_bfqq.patch
    (git-fixes CVE-2025-21631 bsc#1236099).
  - Update
    patches.suse/can-ctucanfd-handle-skb-allocation-failure.patch
    (git-fixes CVE-2025-21775 bsc#1238501).
  - Update
    patches.suse/can-etas_es58x-fix-potential-NULL-pointer-dereferenc.patch
    (git-fixes CVE-2025-21773 bsc#1238762).
  - Update
    patches.suse/driver-core-class-Fix-wild-pointer-dereferences-in-A.patch
    (git-fixes CVE-2025-21810 bsc#1238757).
  - Update
    patches.suse/drm-amdgpu-avoid-buffer-overflow-attach-in-smu_sys_s.patch
    (stable-fixes CVE-2025-21780 bsc#1239115).
  - Update
    patches.suse/drm-amdgpu-bail-out-when-failed-to-load-fw-in-psp_in.patch
    (git-fixes CVE-2025-21784 bsc#1238510).
  - Update patches.suse/landlock-Handle-weird-files.patch (git-fixes
    CVE-2025-21830 bsc#1239033).
  - Update patches.suse/misc-fastrpc-Fix-copy-buffer-page-size.patch
    (git-fixes CVE-2025-21734 bsc#1238734).
  - Update
    patches.suse/mm-compaction-fix-UBSAN-shift-out-of-bounds-warning.patch
    (git fixes (mm/compaction) CVE-2025-21815 bsc#1238474).
  - Update
    patches.suse/msft-hv-3160-KVM-x86-Reject-Hyper-V-s-SEND_IPI-hypercalls-if-loca.patch
    (git-fixes CVE-2025-21779 bsc#1238768).
  - Update
    patches.suse/nbd-don-t-allow-reconnect-after-disconnect.patch
    (git-fixes CVE-2025-21731 bsc#1237881).
  - Update
    patches.suse/net-rose-fix-timer-races-against-user-threads.patch
    (git-fixes CVE-2025-21718 bsc#1239073).
  - Update patches.suse/net-rose-lock-the-socket-in-rose_bind.patch
    (git-fixes CVE-2025-21749 bsc#1238904).
  - Update
    patches.suse/net-rose-prevent-integer-overflows-in-rose_setsockop.patch
    (git-fixes CVE-2025-21711 bsc#1239114).
  - Update
    patches.suse/net-usb-rtl8150-enable-basic-endpoint-checking.patch
    (git-fixes CVE-2025-21708 bsc#1239087).
  - Update
    patches.suse/nilfs2-fix-possible-int-overflows-in-nilfs_fiemap.patch
    (git-fixes CVE-2025-21736 bsc#1238715).
  - Update patches.suse/padata-avoid-UAF-for-reorder_work.patch
    (git-fixes CVE-2025-21726 bsc#1238865).
  - Update patches.suse/padata-fix-UAF-in-padata_reorder.patch
    (git-fixes CVE-2025-21727 bsc#1237876).
  - Update
    patches.suse/scsi-mpi3mr-Fix-possible-crash-when-setting-up-bsg-f.patch
    (git-fixes CVE-2025-21723 bsc#1238864).
  - Update patches.suse/spi-sn-f-ospi-Fix-division-by-zero.patch
    (git-fixes CVE-2025-21793 bsc#1238500).
  - Update patches.suse/tty-xilinx_uartps-split-sysrq-handling.patch
    (git-fixes CVE-2025-21820 bsc#1238479).
  - Update
    patches.suse/usb-cdc-acm-Check-control-transfer-buffer-size-befor.patch
    (git-fixes CVE-2025-21704 bsc#1237571).
  - Update
    patches.suse/usb-gadget-core-flush-gadget-workqueue-after-device-.patch
    (git-fixes CVE-2025-21838 bsc#1239065).
  - Update
    patches.suse/usb-gadget-f_midi-fix-MIDI-Streaming-descriptor-leng.patch
    (git-fixes CVE-2025-21835 bsc#1239068).
  - Update patches.suse/usbnet-ipheth-fix-DPE-OoB-read.patch
    (git-fixes CVE-2025-21741 bsc#1238767).
  - Update
    patches.suse/usbnet-ipheth-fix-possible-overflow-in-DPE-length-ch.patch
    (git-fixes CVE-2025-21743 bsc#1238781).
  - Update
    patches.suse/usbnet-ipheth-use-static-NDP16-location-in-URB.patch
    (git-fixes CVE-2025-21742 bsc#1238771).
  - Update
    patches.suse/vsock-Keep-the-binding-until-socket-destruction.patch
    (git-fixes CVE-2025-21756 bsc#1238876).
  - Update
    patches.suse/wifi-brcmfmac-Check-the-return-value-of-of_property_.patch
    (stable-fixes CVE-2025-21750 bsc#1238905).
  - Update
    patches.suse/wifi-brcmfmac-fix-NULL-pointer-dereference-in-brcmf_.patch
    (stable-fixes CVE-2025-21744 bsc#1238903).
  - Update
    patches.suse/wifi-mac80211-don-t-flush-non-uploaded-STAs.patch
    (git-fixes CVE-2025-21828 bsc#1238958).
  - Update patches.suse/zram-fix-potential-UAF-of-zram-table.patch
    (git-fixes CVE-2025-21671 bsc#1236692).
  - commit 0d7f015
  - Update
    patches.suse/Bluetooth-L2CAP-handle-NULL-sock-pointer-in-l2cap_so.patch
    (git-fixes CVE-2024-58009 bsc#1238760).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-mgmt_.patch
    (stable-fixes CVE-2024-58013 bsc#1239095).
  - Update
    patches.suse/HID-core-Fix-assumption-that-Resolution-Multipliers-.patch
    (git-fixes CVE-2024-57986 bsc#1237907).
  - Update
    patches.suse/HID-hid-thrustmaster-Fix-warning-in-thrustmaster_pro.patch
    (git-fixes CVE-2024-57993 bsc#1237894).
  - Update
    patches.suse/PCI-dwc-ep-Prevent-changing-BAR-size-flags-in-pci_ep.patch
    (git-fixes CVE-2024-58006 bsc#1238772).
  - Update
    patches.suse/block-Fix-page-refcounts-for-unaligned-buffers-in-__bio_release_pages.patch
    (git-fixes CVE-2024-35826 bsc#1224610).
  - Update
    patches.suse/block-avoid-to-reuse-hctx-not-removed-from-cpuhp-callback-list.patch
    (git-fixes CVE-2024-41149 bsc#1235698).
  - Update
    patches.suse/block-fix-integer-overflow-in-BLKSECDISCARD.patch
    (git-fixes CVE-2024-49994 bsc#1225770).
  - Update
    patches.suse/cifs-fix-potential-null-pointer-use-in-destroy_workqueue-in-init_ci.patch
    (bsc#1231432 CVE-2024-42307 bsc#1229361).
  - Update
    patches.suse/clk-qcom-dispcc-sm6350-Add-missing-parent_map-for-a-.patch
    (git-fixes CVE-2024-58080 bsc#1239027).
  - Update
    patches.suse/clk-qcom-gcc-sm6350-Add-missing-parent_map-for-two-c.patch
    (git-fixes CVE-2024-58076 bsc#1239037).
  - Update
    patches.suse/drm-amdgpu-Fix-potential-NULL-pointer-dereference-in.patch
    (git-fixes CVE-2024-58052 bsc#1238986).
  - Update
    patches.suse/drm-msm-gem-prevent-integer-overflow-in-msm_ioctl_ge.patch
    (git-fixes CVE-2024-52559 bsc#1238507).
  - Update
    patches.suse/drm-v3d-Stop-active-perfmon-if-it-is-being-destroyed.patch
    (git-fixes CVE-2024-58086 bsc#1239038).
  - Update patches.suse/idpf-convert-workqueues-to-unbound.patch
    (git-fixes CVE-2024-58057 bsc#1238969).
  - Update
    patches.suse/ipmi-ipmb-Add-check-devm_kasprintf-returned-value.patch
    (git-fixes CVE-2024-58051 bsc#1238963).
  - Update
    patches.suse/media-imx-jpeg-Fix-potential-error-pointer-dereferen.patch
    (git-fixes CVE-2024-57978 bsc#1238523).
  - Update
    patches.suse/media-uvcvideo-Fix-crash-during-unbind-if-gpio-unit-.patch
    (git-fixes CVE-2024-58079 bsc#1239029).
  - Update
    patches.suse/media-uvcvideo-Fix-double-free-in-error-path.patch
    (git-fixes CVE-2024-57980 bsc#1237911).
  - Update
    patches.suse/media-uvcvideo-Remove-dangling-pointers.patch
    (git-fixes CVE-2024-58002 bsc#1238503).
  - Update
    patches.suse/media-vidtv-Fix-a-null-ptr-deref-in-vidtv_mux_stop_t.patch
    (stable-fixes CVE-2024-57834 bsc#1238993).
  - Update
    patches.suse/memory-tegra20-emc-fix-an-OF-node-reference-bug-in-t.patch
    (git-fixes CVE-2024-58034 bsc#1238773).
  - Update
    patches.suse/misc-misc_minor_alloc-to-use-ida-for-all-dynamic-mis.patch
    (git-fixes CVE-2024-58078 bsc#1239034).
  - Update
    patches.suse/net-fix-removing-a-namespace-with-conflicting-altnam.patch
    (bsc#1233749 CVE-2024-26634 bsc#1221651).
  - Update patches.suse/null_blk-fix-validation-of-block-size.patch
    (git-fixes CVE-2024-41077 bsc#1228653).
  - Update
    patches.suse/platform-x86-int3472-Check-for-adev-NULL.patch
    (stable-fixes CVE-2024-58011 bsc#1239080).
  - Update
    patches.suse/powerpc-pseries-iommu-IOMMU-incorrectly-marks-MMIO-r.patch
    (bsc#1218470 ltc#204531 CVE-2024-57999 bsc#1238526).
  - Update
    patches.suse/printk-Fix-signed-integer-overflow-when-defining-LOG_BUF_LEN_MAX.patch
    (bsc#1237950 CVE-2024-58017 bsc#1239112).
  - Update
    patches.suse/rdma-cxgb4-Prevent-potential-integer-overflow-on-32b.patch
    (git-fixes CVE-2024-57973 bsc#1238531).
  - Update
    patches.suse/remoteproc-core-Fix-ida_free-call-while-not-allocate.patch
    (git-fixes CVE-2024-58056 bsc#1238981).
  - Update
    patches.suse/rtc-pcf85063-fix-potential-OOB-write-in-PCF85063-NVM.patch
    (git-fixes CVE-2024-58069 bsc#1238978).
  - Update
    patches.suse/scsi-hisi_sas-Fix-a-deadlock-issue-related-to-automa-3c4f53b2.patch
    (git-fixes CVE-2024-26873 bsc#1223047).
  - Update
    patches.suse/scsi-megaraid_sas-Fix-for-a-potential-deadlock.patch
    (git-fixes CVE-2024-57807 bsc#1235761).
  - Update
    patches.suse/smb-client-fix-double-put-of-cfile-in-smb2_rename_path-.patch
    (git-fixes CVE-2024-46736 bsc#1230728).
  - Update
    patches.suse/smb-client-fix-double-put-of-cfile-in-smb2_set_path_size-.patch
    (git-fixes CVE-2024-46796 bsc#1230832).
  - Update
    patches.suse/smb-client-fix-possible-double-free-in-smb2_set_ea-.patch
    (git-fixes CVE-2024-50152 bsc#1233033).
  - Update
    patches.suse/soc-qcom-socinfo-Avoid-out-of-bounds-read-of-serial-.patch
    (git-fixes CVE-2024-58007 bsc#1238511).
  - Update
    patches.suse/staging-media-max96712-fix-kernel-oops-when-removing.patch
    (git-fixes CVE-2024-58054 bsc#1238975).
  - Update
    patches.suse/tomoyo-don-t-emit-warning-in-tomoyo_write_control.patch
    (stable-fixes CVE-2024-58085 bsc#1239085).
  - Update
    patches.suse/tpm-Change-to-kvalloc-in-eventlog-acpi.c.patch
    (bsc#1233260 bsc#1233259 bsc#1232421 CVE-2024-58005
    bsc#1237873).
  - Update
    patches.suse/ubifs-skip-dumping-tnc-tree-when-zroot-is-null.patch
    (git-fixes CVE-2024-58058 bsc#1238979).
  - Update
    patches.suse/usb-gadget-f_tcm-Don-t-free-command-immediately.patch
    (git-fixes CVE-2024-58055 bsc#1238959).
  - Update
    patches.suse/usb-xhci-Fix-NULL-pointer-dereference-on-certain-com.patch
    (git-fixes CVE-2024-57981 bsc#1237912).
  - Update
    patches.suse/wifi-brcmsmac-add-gain-range-check-to-wlc_phy_iqcal_.patch
    (stable-fixes CVE-2024-58014 bsc#1239109).
  - Update
    patches.suse/wifi-mac80211-prohibit-deactivating-all-links.patch
    (git-fixes CVE-2024-58061 bsc#1238973).
  - Update
    patches.suse/wifi-mt76-mt7925-fix-off-by-one-in-mt7925_load_clc.patch
    (git-fixes CVE-2024-57990 bsc#1237900).
  - Update
    patches.suse/wifi-rtlwifi-fix-memory-leaks-and-invalid-access-at-.patch
    (git-fixes CVE-2024-58063 bsc#1238984).
  - Update
    patches.suse/wifi-rtlwifi-remove-unused-check_buddy_priv.patch
    (git-fixes CVE-2024-58072 bsc#1238964).
  - Update
    patches.suse/wifi-wcn36xx-fix-channel-survey-memory-allocation-si.patch
    (git-fixes CVE-2024-57997 bsc#1238529).
  - commit fb231d1
  - Update
    patches.suse/cpu-hotplug-Don-t-offline-the-last-non-isolated-CPU.patch
    (bsc#1237562 CVE-2023-52831 bsc#1225533).
  - Update
    patches.suse/io_uring-rw-split-io_read-into-a-helper.patch
    (bsc#1215211 CVE-2023-52926 bsc#1237565).
  - commit a1ecaa9

++++ kernel-rt:

  - kABI fix for l2tp: prevent possible tunnel refcount underflow
    (CVE-2024-49940 bsc#1232812).
  - commit d6225ab
  - powerpc/pseries/iommu: memory notifier incorrectly adds TCEs
    for pmemory (bsc#1239167 ltc#211055).
  - commit 1543fff
  - l2tp: fix lockdep splat (git-fixes).
  - commit 1b614a9
  - l2tp: fix ICMP error handling for UDP-encap sockets (git-fixes).
  - commit 9f93194
  - net l2tp: drop flow hash on forward (git-fixes).
  - commit c98f745
  - l2tp: fix incorrect parameter validation in the
    pppol2tp_getsockopt() function (git-fixes).
  - commit 33af351
  - net_sched: sch_sfq: don't allow 1 packet limit (CVE-2024-57996
    bsc#1239076).
  - commit 8f719fe
  - ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during
    params (CVE-2024-58012 bsc#1239104).
  - commit 3d2e163
  - usb: gadget: Check bmAttributes only if configuration is valid
    (git-fixes).
  - usb: gadget: Fix setting self-powered state on suspend
    (git-fixes).
  - commit 1151d65
  - usb: typec: ucsi: Fix NULL pointer access (git-fixes).
  - usb: hub: lack of clearing xHC resources (git-fixes).
  - usb: renesas_usbhs: Flush the notify_hotplug_work (git-fixes).
  - usb: renesas_usbhs: Use devm_usb_get_phy() (git-fixes).
  - usb: renesas_usbhs: Call clk_put() (git-fixes).
  - usb: dwc3: gadget: Prevent irq storm when TH re-executes
    (git-fixes).
  - usb: typec: ucsi: increase timeout for PPM reset operations
    (git-fixes).
  - usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix
    functionality (git-fixes).
  - usb: gadget: Set self-powered based on MaxPower and bmAttributes
    (git-fixes).
  - usb: gadget: u_ether: Set is_suspend flag if remote wakeup fails
    (git-fixes).
  - usb: atm: cxacru: fix a flaw in existing endpoint checks
    (git-fixes).
  - drivers: core: fix device leak in __fw_devlink_relax_cycles()
    (git-fixes).
  - Revert "drivers/card_reader/rtsx_usb: Restore interrupt based
    detection" (git-fixes).
  - bus: simple-pm-bus: fix forced runtime PM use (git-fixes).
  - char: misc: deallocate static minor in error path (git-fixes).
  - eeprom: digsy_mtc: Make GPIO lookup table match the device
    (git-fixes).
  - drivers: virt: acrn: hsm: Use kzalloc to avoid info leak in
    pmcmd_ioctl (git-fixes).
  - slimbus: messaging: Free transaction ID in delayed interrupt
    scenario (git-fixes).
  - cdx: Fix possible UAF error in driver_override_show()
    (git-fixes).
  - bus: mhi: host: pci_generic: Use pci_try_reset_function()
    to avoid deadlock (git-fixes).
  - iio: filter: admv8818: Force initialization of SDO (git-fixes).
  - iio: dac: ad3552r: clear reset status flag (git-fixes).
  - iio: adc: at91-sama5d2_adc: fix sama7g5 realbits value
    (git-fixes).
  - commit 481095d
  - Update
    patches.suse/HID-hid-thrustmaster-fix-stack-out-of-bounds-read-in.patch
    (git-fixes CVE-2025-21794 bsc#1238502).
  - Update
    patches.suse/NFC-nci-Add-bounds-checking-in-nci_hci_create_pipe.patch
    (git-fixes CVE-2025-21735 bsc#1238497).
  - Update
    patches.suse/PCI-Avoid-putting-some-root-ports-into-D3-on-TUXEDO-.patch
    (git-fixes CVE-2025-21831 bsc#1239039).
  - Update
    patches.suse/PCI-rcar-ep-Fix-incorrect-variable-used-when-calling.patch
    (git-fixes CVE-2025-21804 bsc#1238736).
  - Update
    patches.suse/RDMA-mlx5-Fix-a-race-for-an-ODP-MR-which-leads-to-CQ.patch
    (git-fixes CVE-2025-21732 bsc#1237877).
  - Update
    patches.suse/RDMA-mlx5-Fix-implicit-ODP-use-after-free.patch
    (git-fixes CVE-2025-21714 bsc#1237890).
  - Update
    patches.suse/RDMA-rxe-Fix-the-warning-__rxe_cleanup-0x12c-0x170-r.patch
    (git-fixes CVE-2025-21829 bsc#1239030).
  - Update
    patches.suse/Revert-drm-amd-display-Use-HW-lock-mgr-for-PSR1.patch
    (stable-fixes CVE-2025-21819 bsc#1238994).
  - Update
    patches.suse/USB-hub-Ignore-non-compliant-devices-with-too-many-c.patch
    (stable-fixes CVE-2025-21776 bsc#1238909).
  - Update
    patches.suse/arm64-cacheinfo-Avoid-out-of-bounds-write-to-cacheinfo-array.patch
    (git-fixes CVE-2025-21785 bsc#1238747).
  - Update
    patches.suse/ata-libata-sff-Ensure-that-we-cannot-write-outside-t.patch
    (stable-fixes CVE-2025-21738 bsc#1238917).
  - Update
    patches.suse/batman-adv-Drop-unmanaged-ELP-metric-worker.patch
    (git-fixes CVE-2025-21823 bsc#1238475).
  - Update
    patches.suse/batman-adv-fix-panic-during-interface-removal.patch
    (git-fixes CVE-2025-21781 bsc#1238735).
  - Update
    patches.suse/blk-cgroup-Fix-class-block_class-s-subsystem-refcount-leakage.patch
    (bsc#1237558 CVE-2025-21745 bsc#1238785).
  - Update
    patches.suse/block-bfq-fix-waker_bfqq-UAF-after-bfq_split_bfqq.patch
    (git-fixes CVE-2025-21631 bsc#1236099).
  - Update
    patches.suse/can-ctucanfd-handle-skb-allocation-failure.patch
    (git-fixes CVE-2025-21775 bsc#1238501).
  - Update
    patches.suse/can-etas_es58x-fix-potential-NULL-pointer-dereferenc.patch
    (git-fixes CVE-2025-21773 bsc#1238762).
  - Update
    patches.suse/driver-core-class-Fix-wild-pointer-dereferences-in-A.patch
    (git-fixes CVE-2025-21810 bsc#1238757).
  - Update
    patches.suse/drm-amdgpu-avoid-buffer-overflow-attach-in-smu_sys_s.patch
    (stable-fixes CVE-2025-21780 bsc#1239115).
  - Update
    patches.suse/drm-amdgpu-bail-out-when-failed-to-load-fw-in-psp_in.patch
    (git-fixes CVE-2025-21784 bsc#1238510).
  - Update patches.suse/landlock-Handle-weird-files.patch (git-fixes
    CVE-2025-21830 bsc#1239033).
  - Update patches.suse/misc-fastrpc-Fix-copy-buffer-page-size.patch
    (git-fixes CVE-2025-21734 bsc#1238734).
  - Update
    patches.suse/mm-compaction-fix-UBSAN-shift-out-of-bounds-warning.patch
    (git fixes (mm/compaction) CVE-2025-21815 bsc#1238474).
  - Update
    patches.suse/msft-hv-3160-KVM-x86-Reject-Hyper-V-s-SEND_IPI-hypercalls-if-loca.patch
    (git-fixes CVE-2025-21779 bsc#1238768).
  - Update
    patches.suse/nbd-don-t-allow-reconnect-after-disconnect.patch
    (git-fixes CVE-2025-21731 bsc#1237881).
  - Update
    patches.suse/net-rose-fix-timer-races-against-user-threads.patch
    (git-fixes CVE-2025-21718 bsc#1239073).
  - Update patches.suse/net-rose-lock-the-socket-in-rose_bind.patch
    (git-fixes CVE-2025-21749 bsc#1238904).
  - Update
    patches.suse/net-rose-prevent-integer-overflows-in-rose_setsockop.patch
    (git-fixes CVE-2025-21711 bsc#1239114).
  - Update
    patches.suse/net-usb-rtl8150-enable-basic-endpoint-checking.patch
    (git-fixes CVE-2025-21708 bsc#1239087).
  - Update
    patches.suse/nilfs2-fix-possible-int-overflows-in-nilfs_fiemap.patch
    (git-fixes CVE-2025-21736 bsc#1238715).
  - Update patches.suse/padata-avoid-UAF-for-reorder_work.patch
    (git-fixes CVE-2025-21726 bsc#1238865).
  - Update patches.suse/padata-fix-UAF-in-padata_reorder.patch
    (git-fixes CVE-2025-21727 bsc#1237876).
  - Update
    patches.suse/scsi-mpi3mr-Fix-possible-crash-when-setting-up-bsg-f.patch
    (git-fixes CVE-2025-21723 bsc#1238864).
  - Update patches.suse/spi-sn-f-ospi-Fix-division-by-zero.patch
    (git-fixes CVE-2025-21793 bsc#1238500).
  - Update patches.suse/tty-xilinx_uartps-split-sysrq-handling.patch
    (git-fixes CVE-2025-21820 bsc#1238479).
  - Update
    patches.suse/usb-cdc-acm-Check-control-transfer-buffer-size-befor.patch
    (git-fixes CVE-2025-21704 bsc#1237571).
  - Update
    patches.suse/usb-gadget-core-flush-gadget-workqueue-after-device-.patch
    (git-fixes CVE-2025-21838 bsc#1239065).
  - Update
    patches.suse/usb-gadget-f_midi-fix-MIDI-Streaming-descriptor-leng.patch
    (git-fixes CVE-2025-21835 bsc#1239068).
  - Update patches.suse/usbnet-ipheth-fix-DPE-OoB-read.patch
    (git-fixes CVE-2025-21741 bsc#1238767).
  - Update
    patches.suse/usbnet-ipheth-fix-possible-overflow-in-DPE-length-ch.patch
    (git-fixes CVE-2025-21743 bsc#1238781).
  - Update
    patches.suse/usbnet-ipheth-use-static-NDP16-location-in-URB.patch
    (git-fixes CVE-2025-21742 bsc#1238771).
  - Update
    patches.suse/vsock-Keep-the-binding-until-socket-destruction.patch
    (git-fixes CVE-2025-21756 bsc#1238876).
  - Update
    patches.suse/wifi-brcmfmac-Check-the-return-value-of-of_property_.patch
    (stable-fixes CVE-2025-21750 bsc#1238905).
  - Update
    patches.suse/wifi-brcmfmac-fix-NULL-pointer-dereference-in-brcmf_.patch
    (stable-fixes CVE-2025-21744 bsc#1238903).
  - Update
    patches.suse/wifi-mac80211-don-t-flush-non-uploaded-STAs.patch
    (git-fixes CVE-2025-21828 bsc#1238958).
  - Update patches.suse/zram-fix-potential-UAF-of-zram-table.patch
    (git-fixes CVE-2025-21671 bsc#1236692).
  - commit 0d7f015
  - Update
    patches.suse/Bluetooth-L2CAP-handle-NULL-sock-pointer-in-l2cap_so.patch
    (git-fixes CVE-2024-58009 bsc#1238760).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-mgmt_.patch
    (stable-fixes CVE-2024-58013 bsc#1239095).
  - Update
    patches.suse/HID-core-Fix-assumption-that-Resolution-Multipliers-.patch
    (git-fixes CVE-2024-57986 bsc#1237907).
  - Update
    patches.suse/HID-hid-thrustmaster-Fix-warning-in-thrustmaster_pro.patch
    (git-fixes CVE-2024-57993 bsc#1237894).
  - Update
    patches.suse/PCI-dwc-ep-Prevent-changing-BAR-size-flags-in-pci_ep.patch
    (git-fixes CVE-2024-58006 bsc#1238772).
  - Update
    patches.suse/block-Fix-page-refcounts-for-unaligned-buffers-in-__bio_release_pages.patch
    (git-fixes CVE-2024-35826 bsc#1224610).
  - Update
    patches.suse/block-avoid-to-reuse-hctx-not-removed-from-cpuhp-callback-list.patch
    (git-fixes CVE-2024-41149 bsc#1235698).
  - Update
    patches.suse/block-fix-integer-overflow-in-BLKSECDISCARD.patch
    (git-fixes CVE-2024-49994 bsc#1225770).
  - Update
    patches.suse/cifs-fix-potential-null-pointer-use-in-destroy_workqueue-in-init_ci.patch
    (bsc#1231432 CVE-2024-42307 bsc#1229361).
  - Update
    patches.suse/clk-qcom-dispcc-sm6350-Add-missing-parent_map-for-a-.patch
    (git-fixes CVE-2024-58080 bsc#1239027).
  - Update
    patches.suse/clk-qcom-gcc-sm6350-Add-missing-parent_map-for-two-c.patch
    (git-fixes CVE-2024-58076 bsc#1239037).
  - Update
    patches.suse/drm-amdgpu-Fix-potential-NULL-pointer-dereference-in.patch
    (git-fixes CVE-2024-58052 bsc#1238986).
  - Update
    patches.suse/drm-msm-gem-prevent-integer-overflow-in-msm_ioctl_ge.patch
    (git-fixes CVE-2024-52559 bsc#1238507).
  - Update
    patches.suse/drm-v3d-Stop-active-perfmon-if-it-is-being-destroyed.patch
    (git-fixes CVE-2024-58086 bsc#1239038).
  - Update patches.suse/idpf-convert-workqueues-to-unbound.patch
    (git-fixes CVE-2024-58057 bsc#1238969).
  - Update
    patches.suse/ipmi-ipmb-Add-check-devm_kasprintf-returned-value.patch
    (git-fixes CVE-2024-58051 bsc#1238963).
  - Update
    patches.suse/media-imx-jpeg-Fix-potential-error-pointer-dereferen.patch
    (git-fixes CVE-2024-57978 bsc#1238523).
  - Update
    patches.suse/media-uvcvideo-Fix-crash-during-unbind-if-gpio-unit-.patch
    (git-fixes CVE-2024-58079 bsc#1239029).
  - Update
    patches.suse/media-uvcvideo-Fix-double-free-in-error-path.patch
    (git-fixes CVE-2024-57980 bsc#1237911).
  - Update
    patches.suse/media-uvcvideo-Remove-dangling-pointers.patch
    (git-fixes CVE-2024-58002 bsc#1238503).
  - Update
    patches.suse/media-vidtv-Fix-a-null-ptr-deref-in-vidtv_mux_stop_t.patch
    (stable-fixes CVE-2024-57834 bsc#1238993).
  - Update
    patches.suse/memory-tegra20-emc-fix-an-OF-node-reference-bug-in-t.patch
    (git-fixes CVE-2024-58034 bsc#1238773).
  - Update
    patches.suse/misc-misc_minor_alloc-to-use-ida-for-all-dynamic-mis.patch
    (git-fixes CVE-2024-58078 bsc#1239034).
  - Update
    patches.suse/net-fix-removing-a-namespace-with-conflicting-altnam.patch
    (bsc#1233749 CVE-2024-26634 bsc#1221651).
  - Update patches.suse/null_blk-fix-validation-of-block-size.patch
    (git-fixes CVE-2024-41077 bsc#1228653).
  - Update
    patches.suse/platform-x86-int3472-Check-for-adev-NULL.patch
    (stable-fixes CVE-2024-58011 bsc#1239080).
  - Update
    patches.suse/powerpc-pseries-iommu-IOMMU-incorrectly-marks-MMIO-r.patch
    (bsc#1218470 ltc#204531 CVE-2024-57999 bsc#1238526).
  - Update
    patches.suse/printk-Fix-signed-integer-overflow-when-defining-LOG_BUF_LEN_MAX.patch
    (bsc#1237950 CVE-2024-58017 bsc#1239112).
  - Update
    patches.suse/rdma-cxgb4-Prevent-potential-integer-overflow-on-32b.patch
    (git-fixes CVE-2024-57973 bsc#1238531).
  - Update
    patches.suse/remoteproc-core-Fix-ida_free-call-while-not-allocate.patch
    (git-fixes CVE-2024-58056 bsc#1238981).
  - Update
    patches.suse/rtc-pcf85063-fix-potential-OOB-write-in-PCF85063-NVM.patch
    (git-fixes CVE-2024-58069 bsc#1238978).
  - Update
    patches.suse/scsi-hisi_sas-Fix-a-deadlock-issue-related-to-automa-3c4f53b2.patch
    (git-fixes CVE-2024-26873 bsc#1223047).
  - Update
    patches.suse/scsi-megaraid_sas-Fix-for-a-potential-deadlock.patch
    (git-fixes CVE-2024-57807 bsc#1235761).
  - Update
    patches.suse/smb-client-fix-double-put-of-cfile-in-smb2_rename_path-.patch
    (git-fixes CVE-2024-46736 bsc#1230728).
  - Update
    patches.suse/smb-client-fix-double-put-of-cfile-in-smb2_set_path_size-.patch
    (git-fixes CVE-2024-46796 bsc#1230832).
  - Update
    patches.suse/smb-client-fix-possible-double-free-in-smb2_set_ea-.patch
    (git-fixes CVE-2024-50152 bsc#1233033).
  - Update
    patches.suse/soc-qcom-socinfo-Avoid-out-of-bounds-read-of-serial-.patch
    (git-fixes CVE-2024-58007 bsc#1238511).
  - Update
    patches.suse/staging-media-max96712-fix-kernel-oops-when-removing.patch
    (git-fixes CVE-2024-58054 bsc#1238975).
  - Update
    patches.suse/tomoyo-don-t-emit-warning-in-tomoyo_write_control.patch
    (stable-fixes CVE-2024-58085 bsc#1239085).
  - Update
    patches.suse/tpm-Change-to-kvalloc-in-eventlog-acpi.c.patch
    (bsc#1233260 bsc#1233259 bsc#1232421 CVE-2024-58005
    bsc#1237873).
  - Update
    patches.suse/ubifs-skip-dumping-tnc-tree-when-zroot-is-null.patch
    (git-fixes CVE-2024-58058 bsc#1238979).
  - Update
    patches.suse/usb-gadget-f_tcm-Don-t-free-command-immediately.patch
    (git-fixes CVE-2024-58055 bsc#1238959).
  - Update
    patches.suse/usb-xhci-Fix-NULL-pointer-dereference-on-certain-com.patch
    (git-fixes CVE-2024-57981 bsc#1237912).
  - Update
    patches.suse/wifi-brcmsmac-add-gain-range-check-to-wlc_phy_iqcal_.patch
    (stable-fixes CVE-2024-58014 bsc#1239109).
  - Update
    patches.suse/wifi-mac80211-prohibit-deactivating-all-links.patch
    (git-fixes CVE-2024-58061 bsc#1238973).
  - Update
    patches.suse/wifi-mt76-mt7925-fix-off-by-one-in-mt7925_load_clc.patch
    (git-fixes CVE-2024-57990 bsc#1237900).
  - Update
    patches.suse/wifi-rtlwifi-fix-memory-leaks-and-invalid-access-at-.patch
    (git-fixes CVE-2024-58063 bsc#1238984).
  - Update
    patches.suse/wifi-rtlwifi-remove-unused-check_buddy_priv.patch
    (git-fixes CVE-2024-58072 bsc#1238964).
  - Update
    patches.suse/wifi-wcn36xx-fix-channel-survey-memory-allocation-si.patch
    (git-fixes CVE-2024-57997 bsc#1238529).
  - commit fb231d1
  - Update
    patches.suse/cpu-hotplug-Don-t-offline-the-last-non-isolated-CPU.patch
    (bsc#1237562 CVE-2023-52831 bsc#1225533).
  - Update
    patches.suse/io_uring-rw-split-io_read-into-a-helper.patch
    (bsc#1215211 CVE-2023-52926 bsc#1237565).
  - commit a1ecaa9

++++ kernel-rt_debug:

  - kABI fix for l2tp: prevent possible tunnel refcount underflow
    (CVE-2024-49940 bsc#1232812).
  - commit d6225ab
  - powerpc/pseries/iommu: memory notifier incorrectly adds TCEs
    for pmemory (bsc#1239167 ltc#211055).
  - commit 1543fff
  - l2tp: fix lockdep splat (git-fixes).
  - commit 1b614a9
  - l2tp: fix ICMP error handling for UDP-encap sockets (git-fixes).
  - commit 9f93194
  - net l2tp: drop flow hash on forward (git-fixes).
  - commit c98f745
  - l2tp: fix incorrect parameter validation in the
    pppol2tp_getsockopt() function (git-fixes).
  - commit 33af351
  - net_sched: sch_sfq: don't allow 1 packet limit (CVE-2024-57996
    bsc#1239076).
  - commit 8f719fe
  - ASoC: SOF: Intel: hda-dai: Ensure DAI widget is valid during
    params (CVE-2024-58012 bsc#1239104).
  - commit 3d2e163
  - usb: gadget: Check bmAttributes only if configuration is valid
    (git-fixes).
  - usb: gadget: Fix setting self-powered state on suspend
    (git-fixes).
  - commit 1151d65
  - usb: typec: ucsi: Fix NULL pointer access (git-fixes).
  - usb: hub: lack of clearing xHC resources (git-fixes).
  - usb: renesas_usbhs: Flush the notify_hotplug_work (git-fixes).
  - usb: renesas_usbhs: Use devm_usb_get_phy() (git-fixes).
  - usb: renesas_usbhs: Call clk_put() (git-fixes).
  - usb: dwc3: gadget: Prevent irq storm when TH re-executes
    (git-fixes).
  - usb: typec: ucsi: increase timeout for PPM reset operations
    (git-fixes).
  - usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix
    functionality (git-fixes).
  - usb: gadget: Set self-powered based on MaxPower and bmAttributes
    (git-fixes).
  - usb: gadget: u_ether: Set is_suspend flag if remote wakeup fails
    (git-fixes).
  - usb: atm: cxacru: fix a flaw in existing endpoint checks
    (git-fixes).
  - drivers: core: fix device leak in __fw_devlink_relax_cycles()
    (git-fixes).
  - Revert "drivers/card_reader/rtsx_usb: Restore interrupt based
    detection" (git-fixes).
  - bus: simple-pm-bus: fix forced runtime PM use (git-fixes).
  - char: misc: deallocate static minor in error path (git-fixes).
  - eeprom: digsy_mtc: Make GPIO lookup table match the device
    (git-fixes).
  - drivers: virt: acrn: hsm: Use kzalloc to avoid info leak in
    pmcmd_ioctl (git-fixes).
  - slimbus: messaging: Free transaction ID in delayed interrupt
    scenario (git-fixes).
  - cdx: Fix possible UAF error in driver_override_show()
    (git-fixes).
  - bus: mhi: host: pci_generic: Use pci_try_reset_function()
    to avoid deadlock (git-fixes).
  - iio: filter: admv8818: Force initialization of SDO (git-fixes).
  - iio: dac: ad3552r: clear reset status flag (git-fixes).
  - iio: adc: at91-sama5d2_adc: fix sama7g5 realbits value
    (git-fixes).
  - commit 481095d
  - Update
    patches.suse/HID-hid-thrustmaster-fix-stack-out-of-bounds-read-in.patch
    (git-fixes CVE-2025-21794 bsc#1238502).
  - Update
    patches.suse/NFC-nci-Add-bounds-checking-in-nci_hci_create_pipe.patch
    (git-fixes CVE-2025-21735 bsc#1238497).
  - Update
    patches.suse/PCI-Avoid-putting-some-root-ports-into-D3-on-TUXEDO-.patch
    (git-fixes CVE-2025-21831 bsc#1239039).
  - Update
    patches.suse/PCI-rcar-ep-Fix-incorrect-variable-used-when-calling.patch
    (git-fixes CVE-2025-21804 bsc#1238736).
  - Update
    patches.suse/RDMA-mlx5-Fix-a-race-for-an-ODP-MR-which-leads-to-CQ.patch
    (git-fixes CVE-2025-21732 bsc#1237877).
  - Update
    patches.suse/RDMA-mlx5-Fix-implicit-ODP-use-after-free.patch
    (git-fixes CVE-2025-21714 bsc#1237890).
  - Update
    patches.suse/RDMA-rxe-Fix-the-warning-__rxe_cleanup-0x12c-0x170-r.patch
    (git-fixes CVE-2025-21829 bsc#1239030).
  - Update
    patches.suse/Revert-drm-amd-display-Use-HW-lock-mgr-for-PSR1.patch
    (stable-fixes CVE-2025-21819 bsc#1238994).
  - Update
    patches.suse/USB-hub-Ignore-non-compliant-devices-with-too-many-c.patch
    (stable-fixes CVE-2025-21776 bsc#1238909).
  - Update
    patches.suse/arm64-cacheinfo-Avoid-out-of-bounds-write-to-cacheinfo-array.patch
    (git-fixes CVE-2025-21785 bsc#1238747).
  - Update
    patches.suse/ata-libata-sff-Ensure-that-we-cannot-write-outside-t.patch
    (stable-fixes CVE-2025-21738 bsc#1238917).
  - Update
    patches.suse/batman-adv-Drop-unmanaged-ELP-metric-worker.patch
    (git-fixes CVE-2025-21823 bsc#1238475).
  - Update
    patches.suse/batman-adv-fix-panic-during-interface-removal.patch
    (git-fixes CVE-2025-21781 bsc#1238735).
  - Update
    patches.suse/blk-cgroup-Fix-class-block_class-s-subsystem-refcount-leakage.patch
    (bsc#1237558 CVE-2025-21745 bsc#1238785).
  - Update
    patches.suse/block-bfq-fix-waker_bfqq-UAF-after-bfq_split_bfqq.patch
    (git-fixes CVE-2025-21631 bsc#1236099).
  - Update
    patches.suse/can-ctucanfd-handle-skb-allocation-failure.patch
    (git-fixes CVE-2025-21775 bsc#1238501).
  - Update
    patches.suse/can-etas_es58x-fix-potential-NULL-pointer-dereferenc.patch
    (git-fixes CVE-2025-21773 bsc#1238762).
  - Update
    patches.suse/driver-core-class-Fix-wild-pointer-dereferences-in-A.patch
    (git-fixes CVE-2025-21810 bsc#1238757).
  - Update
    patches.suse/drm-amdgpu-avoid-buffer-overflow-attach-in-smu_sys_s.patch
    (stable-fixes CVE-2025-21780 bsc#1239115).
  - Update
    patches.suse/drm-amdgpu-bail-out-when-failed-to-load-fw-in-psp_in.patch
    (git-fixes CVE-2025-21784 bsc#1238510).
  - Update patches.suse/landlock-Handle-weird-files.patch (git-fixes
    CVE-2025-21830 bsc#1239033).
  - Update patches.suse/misc-fastrpc-Fix-copy-buffer-page-size.patch
    (git-fixes CVE-2025-21734 bsc#1238734).
  - Update
    patches.suse/mm-compaction-fix-UBSAN-shift-out-of-bounds-warning.patch
    (git fixes (mm/compaction) CVE-2025-21815 bsc#1238474).
  - Update
    patches.suse/msft-hv-3160-KVM-x86-Reject-Hyper-V-s-SEND_IPI-hypercalls-if-loca.patch
    (git-fixes CVE-2025-21779 bsc#1238768).
  - Update
    patches.suse/nbd-don-t-allow-reconnect-after-disconnect.patch
    (git-fixes CVE-2025-21731 bsc#1237881).
  - Update
    patches.suse/net-rose-fix-timer-races-against-user-threads.patch
    (git-fixes CVE-2025-21718 bsc#1239073).
  - Update patches.suse/net-rose-lock-the-socket-in-rose_bind.patch
    (git-fixes CVE-2025-21749 bsc#1238904).
  - Update
    patches.suse/net-rose-prevent-integer-overflows-in-rose_setsockop.patch
    (git-fixes CVE-2025-21711 bsc#1239114).
  - Update
    patches.suse/net-usb-rtl8150-enable-basic-endpoint-checking.patch
    (git-fixes CVE-2025-21708 bsc#1239087).
  - Update
    patches.suse/nilfs2-fix-possible-int-overflows-in-nilfs_fiemap.patch
    (git-fixes CVE-2025-21736 bsc#1238715).
  - Update patches.suse/padata-avoid-UAF-for-reorder_work.patch
    (git-fixes CVE-2025-21726 bsc#1238865).
  - Update patches.suse/padata-fix-UAF-in-padata_reorder.patch
    (git-fixes CVE-2025-21727 bsc#1237876).
  - Update
    patches.suse/scsi-mpi3mr-Fix-possible-crash-when-setting-up-bsg-f.patch
    (git-fixes CVE-2025-21723 bsc#1238864).
  - Update patches.suse/spi-sn-f-ospi-Fix-division-by-zero.patch
    (git-fixes CVE-2025-21793 bsc#1238500).
  - Update patches.suse/tty-xilinx_uartps-split-sysrq-handling.patch
    (git-fixes CVE-2025-21820 bsc#1238479).
  - Update
    patches.suse/usb-cdc-acm-Check-control-transfer-buffer-size-befor.patch
    (git-fixes CVE-2025-21704 bsc#1237571).
  - Update
    patches.suse/usb-gadget-core-flush-gadget-workqueue-after-device-.patch
    (git-fixes CVE-2025-21838 bsc#1239065).
  - Update
    patches.suse/usb-gadget-f_midi-fix-MIDI-Streaming-descriptor-leng.patch
    (git-fixes CVE-2025-21835 bsc#1239068).
  - Update patches.suse/usbnet-ipheth-fix-DPE-OoB-read.patch
    (git-fixes CVE-2025-21741 bsc#1238767).
  - Update
    patches.suse/usbnet-ipheth-fix-possible-overflow-in-DPE-length-ch.patch
    (git-fixes CVE-2025-21743 bsc#1238781).
  - Update
    patches.suse/usbnet-ipheth-use-static-NDP16-location-in-URB.patch
    (git-fixes CVE-2025-21742 bsc#1238771).
  - Update
    patches.suse/vsock-Keep-the-binding-until-socket-destruction.patch
    (git-fixes CVE-2025-21756 bsc#1238876).
  - Update
    patches.suse/wifi-brcmfmac-Check-the-return-value-of-of_property_.patch
    (stable-fixes CVE-2025-21750 bsc#1238905).
  - Update
    patches.suse/wifi-brcmfmac-fix-NULL-pointer-dereference-in-brcmf_.patch
    (stable-fixes CVE-2025-21744 bsc#1238903).
  - Update
    patches.suse/wifi-mac80211-don-t-flush-non-uploaded-STAs.patch
    (git-fixes CVE-2025-21828 bsc#1238958).
  - Update patches.suse/zram-fix-potential-UAF-of-zram-table.patch
    (git-fixes CVE-2025-21671 bsc#1236692).
  - commit 0d7f015
  - Update
    patches.suse/Bluetooth-L2CAP-handle-NULL-sock-pointer-in-l2cap_so.patch
    (git-fixes CVE-2024-58009 bsc#1238760).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-mgmt_.patch
    (stable-fixes CVE-2024-58013 bsc#1239095).
  - Update
    patches.suse/HID-core-Fix-assumption-that-Resolution-Multipliers-.patch
    (git-fixes CVE-2024-57986 bsc#1237907).
  - Update
    patches.suse/HID-hid-thrustmaster-Fix-warning-in-thrustmaster_pro.patch
    (git-fixes CVE-2024-57993 bsc#1237894).
  - Update
    patches.suse/PCI-dwc-ep-Prevent-changing-BAR-size-flags-in-pci_ep.patch
    (git-fixes CVE-2024-58006 bsc#1238772).
  - Update
    patches.suse/block-Fix-page-refcounts-for-unaligned-buffers-in-__bio_release_pages.patch
    (git-fixes CVE-2024-35826 bsc#1224610).
  - Update
    patches.suse/block-avoid-to-reuse-hctx-not-removed-from-cpuhp-callback-list.patch
    (git-fixes CVE-2024-41149 bsc#1235698).
  - Update
    patches.suse/block-fix-integer-overflow-in-BLKSECDISCARD.patch
    (git-fixes CVE-2024-49994 bsc#1225770).
  - Update
    patches.suse/cifs-fix-potential-null-pointer-use-in-destroy_workqueue-in-init_ci.patch
    (bsc#1231432 CVE-2024-42307 bsc#1229361).
  - Update
    patches.suse/clk-qcom-dispcc-sm6350-Add-missing-parent_map-for-a-.patch
    (git-fixes CVE-2024-58080 bsc#1239027).
  - Update
    patches.suse/clk-qcom-gcc-sm6350-Add-missing-parent_map-for-two-c.patch
    (git-fixes CVE-2024-58076 bsc#1239037).
  - Update
    patches.suse/drm-amdgpu-Fix-potential-NULL-pointer-dereference-in.patch
    (git-fixes CVE-2024-58052 bsc#1238986).
  - Update
    patches.suse/drm-msm-gem-prevent-integer-overflow-in-msm_ioctl_ge.patch
    (git-fixes CVE-2024-52559 bsc#1238507).
  - Update
    patches.suse/drm-v3d-Stop-active-perfmon-if-it-is-being-destroyed.patch
    (git-fixes CVE-2024-58086 bsc#1239038).
  - Update patches.suse/idpf-convert-workqueues-to-unbound.patch
    (git-fixes CVE-2024-58057 bsc#1238969).
  - Update
    patches.suse/ipmi-ipmb-Add-check-devm_kasprintf-returned-value.patch
    (git-fixes CVE-2024-58051 bsc#1238963).
  - Update
    patches.suse/media-imx-jpeg-Fix-potential-error-pointer-dereferen.patch
    (git-fixes CVE-2024-57978 bsc#1238523).
  - Update
    patches.suse/media-uvcvideo-Fix-crash-during-unbind-if-gpio-unit-.patch
    (git-fixes CVE-2024-58079 bsc#1239029).
  - Update
    patches.suse/media-uvcvideo-Fix-double-free-in-error-path.patch
    (git-fixes CVE-2024-57980 bsc#1237911).
  - Update
    patches.suse/media-uvcvideo-Remove-dangling-pointers.patch
    (git-fixes CVE-2024-58002 bsc#1238503).
  - Update
    patches.suse/media-vidtv-Fix-a-null-ptr-deref-in-vidtv_mux_stop_t.patch
    (stable-fixes CVE-2024-57834 bsc#1238993).
  - Update
    patches.suse/memory-tegra20-emc-fix-an-OF-node-reference-bug-in-t.patch
    (git-fixes CVE-2024-58034 bsc#1238773).
  - Update
    patches.suse/misc-misc_minor_alloc-to-use-ida-for-all-dynamic-mis.patch
    (git-fixes CVE-2024-58078 bsc#1239034).
  - Update
    patches.suse/net-fix-removing-a-namespace-with-conflicting-altnam.patch
    (bsc#1233749 CVE-2024-26634 bsc#1221651).
  - Update patches.suse/null_blk-fix-validation-of-block-size.patch
    (git-fixes CVE-2024-41077 bsc#1228653).
  - Update
    patches.suse/platform-x86-int3472-Check-for-adev-NULL.patch
    (stable-fixes CVE-2024-58011 bsc#1239080).
  - Update
    patches.suse/powerpc-pseries-iommu-IOMMU-incorrectly-marks-MMIO-r.patch
    (bsc#1218470 ltc#204531 CVE-2024-57999 bsc#1238526).
  - Update
    patches.suse/printk-Fix-signed-integer-overflow-when-defining-LOG_BUF_LEN_MAX.patch
    (bsc#1237950 CVE-2024-58017 bsc#1239112).
  - Update
    patches.suse/rdma-cxgb4-Prevent-potential-integer-overflow-on-32b.patch
    (git-fixes CVE-2024-57973 bsc#1238531).
  - Update
    patches.suse/remoteproc-core-Fix-ida_free-call-while-not-allocate.patch
    (git-fixes CVE-2024-58056 bsc#1238981).
  - Update
    patches.suse/rtc-pcf85063-fix-potential-OOB-write-in-PCF85063-NVM.patch
    (git-fixes CVE-2024-58069 bsc#1238978).
  - Update
    patches.suse/scsi-hisi_sas-Fix-a-deadlock-issue-related-to-automa-3c4f53b2.patch
    (git-fixes CVE-2024-26873 bsc#1223047).
  - Update
    patches.suse/scsi-megaraid_sas-Fix-for-a-potential-deadlock.patch
    (git-fixes CVE-2024-57807 bsc#1235761).
  - Update
    patches.suse/smb-client-fix-double-put-of-cfile-in-smb2_rename_path-.patch
    (git-fixes CVE-2024-46736 bsc#1230728).
  - Update
    patches.suse/smb-client-fix-double-put-of-cfile-in-smb2_set_path_size-.patch
    (git-fixes CVE-2024-46796 bsc#1230832).
  - Update
    patches.suse/smb-client-fix-possible-double-free-in-smb2_set_ea-.patch
    (git-fixes CVE-2024-50152 bsc#1233033).
  - Update
    patches.suse/soc-qcom-socinfo-Avoid-out-of-bounds-read-of-serial-.patch
    (git-fixes CVE-2024-58007 bsc#1238511).
  - Update
    patches.suse/staging-media-max96712-fix-kernel-oops-when-removing.patch
    (git-fixes CVE-2024-58054 bsc#1238975).
  - Update
    patches.suse/tomoyo-don-t-emit-warning-in-tomoyo_write_control.patch
    (stable-fixes CVE-2024-58085 bsc#1239085).
  - Update
    patches.suse/tpm-Change-to-kvalloc-in-eventlog-acpi.c.patch
    (bsc#1233260 bsc#1233259 bsc#1232421 CVE-2024-58005
    bsc#1237873).
  - Update
    patches.suse/ubifs-skip-dumping-tnc-tree-when-zroot-is-null.patch
    (git-fixes CVE-2024-58058 bsc#1238979).
  - Update
    patches.suse/usb-gadget-f_tcm-Don-t-free-command-immediately.patch
    (git-fixes CVE-2024-58055 bsc#1238959).
  - Update
    patches.suse/usb-xhci-Fix-NULL-pointer-dereference-on-certain-com.patch
    (git-fixes CVE-2024-57981 bsc#1237912).
  - Update
    patches.suse/wifi-brcmsmac-add-gain-range-check-to-wlc_phy_iqcal_.patch
    (stable-fixes CVE-2024-58014 bsc#1239109).
  - Update
    patches.suse/wifi-mac80211-prohibit-deactivating-all-links.patch
    (git-fixes CVE-2024-58061 bsc#1238973).
  - Update
    patches.suse/wifi-mt76-mt7925-fix-off-by-one-in-mt7925_load_clc.patch
    (git-fixes CVE-2024-57990 bsc#1237900).
  - Update
    patches.suse/wifi-rtlwifi-fix-memory-leaks-and-invalid-access-at-.patch
    (git-fixes CVE-2024-58063 bsc#1238984).
  - Update
    patches.suse/wifi-rtlwifi-remove-unused-check_buddy_priv.patch
    (git-fixes CVE-2024-58072 bsc#1238964).
  - Update
    patches.suse/wifi-wcn36xx-fix-channel-survey-memory-allocation-si.patch
    (git-fixes CVE-2024-57997 bsc#1238529).
  - commit fb231d1
  - Update
    patches.suse/cpu-hotplug-Don-t-offline-the-last-non-isolated-CPU.patch
    (bsc#1237562 CVE-2023-52831 bsc#1225533).
  - Update
    patches.suse/io_uring-rw-split-io_read-into-a-helper.patch
    (bsc#1215211 CVE-2023-52926 bsc#1237565).
  - commit a1ecaa9

++++ gcc14:

  - Disable profiling during build when %want_reproducible_builds is set
    [bsc#1238491]

++++ mozilla-nss:

  - Add nss-reproducible-chksums.patch to make NSS-build reproducible
    Use key from openssl (bsc#1081723)

++++ python311-core:

  - Skip PGO with %want_reproducible_builds (bsc#1239210)

++++ python311:

  - Skip PGO with %want_reproducible_builds (bsc#1239210)

------------------------------------------------------------------
------------------  2025-3-9  -  Mar 9 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - partitions: mac: fix handling of bogus partition table
    (git-fixes).
  - block: cleanup and fix batch completion adding conditions
    (git-fixes).
  - block: don't revert iter for -EIOCBQUEUED (git-fixes).
  - commit 9b6ced4
  - rapidio: add check for rio_add_net() in rio_scan_alloc_net()
    (git-fixes).
  - rapidio: fix an API misues when rio_add_net() fails (git-fixes).
  - dma: kmsan: export kmsan_handle_dma() for modules (git-fixes).
  - commit 6203500
  - orangefs: fix a oob in orangefs_debug_write (git-fixes).
  - commit d83f55b
  - sunrpc: suppress warnings for unused procfs functions
    (git-fixes).
  - commit cd678ab
  - SUNRPC: Handle -ETIMEDOUT return from tlshd (git-fixes).
  - commit 55bec3b
  - SUNRPC: Prevent looping due to rpc_signal_task() races
    (git-fixes).
  - commit 033fbe6
  - SUNRPC: convert RPC_TASK_* constants to enum (git-fixes).
  - commit 444dbb7
  - nfsd: clear acl_access/acl_default after releasing them
    (git-fixes).
  - commit 44261ed
  - pnfs/flexfiles: retry getting layout segment for reads
    (git-fixes).
  - commit 76f556a

++++ kernel-rt:

  - partitions: mac: fix handling of bogus partition table
    (git-fixes).
  - block: cleanup and fix batch completion adding conditions
    (git-fixes).
  - block: don't revert iter for -EIOCBQUEUED (git-fixes).
  - commit 9b6ced4
  - rapidio: add check for rio_add_net() in rio_scan_alloc_net()
    (git-fixes).
  - rapidio: fix an API misues when rio_add_net() fails (git-fixes).
  - dma: kmsan: export kmsan_handle_dma() for modules (git-fixes).
  - commit 6203500
  - orangefs: fix a oob in orangefs_debug_write (git-fixes).
  - commit d83f55b
  - sunrpc: suppress warnings for unused procfs functions
    (git-fixes).
  - commit cd678ab
  - SUNRPC: Handle -ETIMEDOUT return from tlshd (git-fixes).
  - commit 55bec3b
  - SUNRPC: Prevent looping due to rpc_signal_task() races
    (git-fixes).
  - commit 033fbe6
  - SUNRPC: convert RPC_TASK_* constants to enum (git-fixes).
  - commit 444dbb7
  - nfsd: clear acl_access/acl_default after releasing them
    (git-fixes).
  - commit 44261ed
  - pnfs/flexfiles: retry getting layout segment for reads
    (git-fixes).
  - commit 76f556a

++++ kernel-rt_debug:

  - partitions: mac: fix handling of bogus partition table
    (git-fixes).
  - block: cleanup and fix batch completion adding conditions
    (git-fixes).
  - block: don't revert iter for -EIOCBQUEUED (git-fixes).
  - commit 9b6ced4
  - rapidio: add check for rio_add_net() in rio_scan_alloc_net()
    (git-fixes).
  - rapidio: fix an API misues when rio_add_net() fails (git-fixes).
  - dma: kmsan: export kmsan_handle_dma() for modules (git-fixes).
  - commit 6203500
  - orangefs: fix a oob in orangefs_debug_write (git-fixes).
  - commit d83f55b
  - sunrpc: suppress warnings for unused procfs functions
    (git-fixes).
  - commit cd678ab
  - SUNRPC: Handle -ETIMEDOUT return from tlshd (git-fixes).
  - commit 55bec3b
  - SUNRPC: Prevent looping due to rpc_signal_task() races
    (git-fixes).
  - commit 033fbe6
  - SUNRPC: convert RPC_TASK_* constants to enum (git-fixes).
  - commit 444dbb7
  - nfsd: clear acl_access/acl_default after releasing them
    (git-fixes).
  - commit 44261ed
  - pnfs/flexfiles: retry getting layout segment for reads
    (git-fixes).
  - commit 76f556a

------------------------------------------------------------------
------------------  2025-3-8  -  Mar 8 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: hda/realtek: Fix Asus Z13 2025 audio (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-support-for-various-ASUS-Laptop.patch.
  - commit 9363cb2
  - ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops
    using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop
    using CS35L41 HDA (stable-fixes).
  - commit aea7c4e
  - Refresh patches.suse/ALSA-hda-realtek-Workaround-for-resume-on-Dell-Venue.patch
    A patch chunk was dropped mistakenly
  - commit 0e9ac09
  - ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA
    Laptops using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops
    using CS35L41 HDA (stable-fixes).
  - commit 4ef6d55
  - ALSA: hda: realtek: fix incorrect IS_REACHABLE() usage
    (git-fixes).
  - commit 844da8a
  - ALSA: hda/realtek: Add support for various ASUS Laptops using
    CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Limit mic boost on Positivo ARN50
    (stable-fixes).
  - commit 2ee2163
  - ALSA: hda: intel: Add Dell ALC3271 to power_save denylist
    (stable-fixes).
  - ALSA: hda/realtek: update ALC222 depop optimize (stable-fixes).
  - ALSA: hda/realtek - add supported Mic Mute LED for Lenovo
    platform (stable-fixes).
  - ALSA: seq: Avoid module auto-load handling at event delivery
    (stable-fixes).
  - commit 10a77af
  - hwmon: fix a NULL vs IS_ERR_OR_NULL() check in
    xgene_hwmon_probe() (git-fixes).
  - hwmon: (ad7314) Validate leading zero bits and return error
    (git-fixes).
  - hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor table
    (git-fixes).
  - hwmon: (pmbus) Initialise page count in pmbus_identify()
    (git-fixes).
  - gpio: rcar: Fix missing of_node_put() call (git-fixes).
  - gpio: aggregator: protect driver attr handlers against module
    unload (git-fixes).
  - ALSA: usx2y: validate nrpacks module parameter on probe
    (git-fixes).
  - ALSA: hda/realtek: Remove (revert) duplicate Ally X config
    (git-fixes).
  - drm/amd/display: Fix HPD after gpu reset (stable-fixes).
  - drm/amd/display: Disable PSR-SU on eDP panels (stable-fixes).
  - firmware: cs_dsp: Remove async regmap writes (git-fixes).
  - commit c757c56

++++ kernel-rt:

  - ALSA: hda/realtek: Fix Asus Z13 2025 audio (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-support-for-various-ASUS-Laptop.patch.
  - commit 9363cb2
  - ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops
    using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop
    using CS35L41 HDA (stable-fixes).
  - commit aea7c4e
  - Refresh patches.suse/ALSA-hda-realtek-Workaround-for-resume-on-Dell-Venue.patch
    A patch chunk was dropped mistakenly
  - commit 0e9ac09
  - ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA
    Laptops using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops
    using CS35L41 HDA (stable-fixes).
  - commit 4ef6d55
  - ALSA: hda: realtek: fix incorrect IS_REACHABLE() usage
    (git-fixes).
  - commit 844da8a
  - ALSA: hda/realtek: Add support for various ASUS Laptops using
    CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Limit mic boost on Positivo ARN50
    (stable-fixes).
  - commit 2ee2163
  - ALSA: hda: intel: Add Dell ALC3271 to power_save denylist
    (stable-fixes).
  - ALSA: hda/realtek: update ALC222 depop optimize (stable-fixes).
  - ALSA: hda/realtek - add supported Mic Mute LED for Lenovo
    platform (stable-fixes).
  - ALSA: seq: Avoid module auto-load handling at event delivery
    (stable-fixes).
  - commit 10a77af
  - hwmon: fix a NULL vs IS_ERR_OR_NULL() check in
    xgene_hwmon_probe() (git-fixes).
  - hwmon: (ad7314) Validate leading zero bits and return error
    (git-fixes).
  - hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor table
    (git-fixes).
  - hwmon: (pmbus) Initialise page count in pmbus_identify()
    (git-fixes).
  - gpio: rcar: Fix missing of_node_put() call (git-fixes).
  - gpio: aggregator: protect driver attr handlers against module
    unload (git-fixes).
  - ALSA: usx2y: validate nrpacks module parameter on probe
    (git-fixes).
  - ALSA: hda/realtek: Remove (revert) duplicate Ally X config
    (git-fixes).
  - drm/amd/display: Fix HPD after gpu reset (stable-fixes).
  - drm/amd/display: Disable PSR-SU on eDP panels (stable-fixes).
  - firmware: cs_dsp: Remove async regmap writes (git-fixes).
  - commit c757c56

++++ kernel-rt_debug:

  - ALSA: hda/realtek: Fix Asus Z13 2025 audio (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-support-for-various-ASUS-Laptop.patch.
  - commit 9363cb2
  - ALSA: hda/realtek: Add support for ASUS ROG Strix GA603 Laptops
    using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS ROG Strix G814 Laptop
    using CS35L41 HDA (stable-fixes).
  - commit aea7c4e
  - Refresh patches.suse/ALSA-hda-realtek-Workaround-for-resume-on-Dell-Venue.patch
    A patch chunk was dropped mistakenly
  - commit 0e9ac09
  - ALSA: hda/realtek: Add support for ASUS Zenbook UM3406KA
    Laptops using CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Add support for ASUS ROG Strix G614 Laptops
    using CS35L41 HDA (stable-fixes).
  - commit 4ef6d55
  - ALSA: hda: realtek: fix incorrect IS_REACHABLE() usage
    (git-fixes).
  - commit 844da8a
  - ALSA: hda/realtek: Add support for various ASUS Laptops using
    CS35L41 HDA (stable-fixes).
  - ALSA: hda/realtek: Limit mic boost on Positivo ARN50
    (stable-fixes).
  - commit 2ee2163
  - ALSA: hda: intel: Add Dell ALC3271 to power_save denylist
    (stable-fixes).
  - ALSA: hda/realtek: update ALC222 depop optimize (stable-fixes).
  - ALSA: hda/realtek - add supported Mic Mute LED for Lenovo
    platform (stable-fixes).
  - ALSA: seq: Avoid module auto-load handling at event delivery
    (stable-fixes).
  - commit 10a77af
  - hwmon: fix a NULL vs IS_ERR_OR_NULL() check in
    xgene_hwmon_probe() (git-fixes).
  - hwmon: (ad7314) Validate leading zero bits and return error
    (git-fixes).
  - hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor table
    (git-fixes).
  - hwmon: (pmbus) Initialise page count in pmbus_identify()
    (git-fixes).
  - gpio: rcar: Fix missing of_node_put() call (git-fixes).
  - gpio: aggregator: protect driver attr handlers against module
    unload (git-fixes).
  - ALSA: usx2y: validate nrpacks module parameter on probe
    (git-fixes).
  - ALSA: hda/realtek: Remove (revert) duplicate Ally X config
    (git-fixes).
  - drm/amd/display: Fix HPD after gpu reset (stable-fixes).
  - drm/amd/display: Disable PSR-SU on eDP panels (stable-fixes).
  - firmware: cs_dsp: Remove async regmap writes (git-fixes).
  - commit c757c56

++++ nvidia-open-driver-G06-signed:

  - removed obsolete kernel-firmware-nvidia-gspx-G06-cuda; firmware
    has moved to nvidia-common-G06 and
    kernel-firmware-nvidia-gspx-G06 is no longer available either
    (boo#1239139)

------------------------------------------------------------------
------------------  2025-3-7  -  Mar 7 2025  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.623.gf9a73df5:
    * fix(iscsi): make sure services are shut down when switching root (bsc#1237695)
    * fix(iscsi): don't require network setup for qedi
    * fix(network-legacy): do not require pgrep when using wicked (bsc#1236982)

++++ kernel-default:

  - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251).
    When compiler different from the one which was used to configure the
    kernel is used to build modules a warning is issued and the build
    continues. This could be turned into an error but that would be too
    restrictive.
    The generated kernel-devel makefile could set the compiler but then the
    main Makefile as to be patched to assign CC with ?=
    This causes run_oldconfig failure on SUSE-2024 and kbuild config check
    failure on SUSE-2025.
    This cannot be hardcoded to one version in a regular patch because the
    value is expected to be configurable at mkspec time. Patch the Makefile
    after aplyin patches in rpm prep step instead. A check is added to
    verify that the sed command did indeed apply the change.
  - commit 6031391
  - tracing/osnoise: Fix resetting of tracepoints (CVE-2025-21733
    bsc#1238494).
  - commit 27d6e3b
  - btrfs: fix assertion failure when splitting ordered extent
    after transaction abort (CVE-2025-21754 bsc#1238496).
  - commit 2050c25
  - kABI workaround for pps changes (CVE-2024-57979 bsc#1238521).
  - commit b151154
  - pps: Fix a use-after-free (CVE-2024-57979 bsc#1238521).
  - commit c19b588
  - initcall_blacklist: Does not allow kernel_lockdown be
    blacklisted (bsc#1237521).
  - commit c830a3e
  - drm/amd/display: Fix null check for pipe_ctx->plane_state in
    resource_build_scaling_params (git-fixes).
  - drm/sched: Fix preprocessor guard (git-fixes).
  - wifi: cfg80211: regulatory: improve invalid hints checking
    (git-fixes).
  - wifi: iwlwifi: limit printed string from FW file (git-fixes).
  - wifi: iwlwifi: mvm: don't try to talk to a dead firmware
    (git-fixes).
  - wifi: nl80211: reject cooked mode if it is set along with
    other flags (git-fixes).
  - Bluetooth: Add check for mgmt_alloc_skb() in
    mgmt_device_connected() (git-fixes).
  - Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()
    (git-fixes).
  - bluetooth: btusb: Initialize .owner field of
    force_poll_sync_fops (git-fixes).
  - commit ba6baa3

++++ kernel-rt:

  - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251).
    When compiler different from the one which was used to configure the
    kernel is used to build modules a warning is issued and the build
    continues. This could be turned into an error but that would be too
    restrictive.
    The generated kernel-devel makefile could set the compiler but then the
    main Makefile as to be patched to assign CC with ?=
    This causes run_oldconfig failure on SUSE-2024 and kbuild config check
    failure on SUSE-2025.
    This cannot be hardcoded to one version in a regular patch because the
    value is expected to be configurable at mkspec time. Patch the Makefile
    after aplyin patches in rpm prep step instead. A check is added to
    verify that the sed command did indeed apply the change.
  - commit 6031391
  - tracing/osnoise: Fix resetting of tracepoints (CVE-2025-21733
    bsc#1238494).
  - commit 27d6e3b
  - btrfs: fix assertion failure when splitting ordered extent
    after transaction abort (CVE-2025-21754 bsc#1238496).
  - commit 2050c25
  - kABI workaround for pps changes (CVE-2024-57979 bsc#1238521).
  - commit b151154
  - pps: Fix a use-after-free (CVE-2024-57979 bsc#1238521).
  - commit c19b588
  - initcall_blacklist: Does not allow kernel_lockdown be
    blacklisted (bsc#1237521).
  - commit c830a3e
  - drm/amd/display: Fix null check for pipe_ctx->plane_state in
    resource_build_scaling_params (git-fixes).
  - drm/sched: Fix preprocessor guard (git-fixes).
  - wifi: cfg80211: regulatory: improve invalid hints checking
    (git-fixes).
  - wifi: iwlwifi: limit printed string from FW file (git-fixes).
  - wifi: iwlwifi: mvm: don't try to talk to a dead firmware
    (git-fixes).
  - wifi: nl80211: reject cooked mode if it is set along with
    other flags (git-fixes).
  - Bluetooth: Add check for mgmt_alloc_skb() in
    mgmt_device_connected() (git-fixes).
  - Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()
    (git-fixes).
  - bluetooth: btusb: Initialize .owner field of
    force_poll_sync_fops (git-fixes).
  - commit ba6baa3

++++ kernel-rt_debug:

  - packaging: Patch Makefile to pre-select gcc version (jsc#PED-12251).
    When compiler different from the one which was used to configure the
    kernel is used to build modules a warning is issued and the build
    continues. This could be turned into an error but that would be too
    restrictive.
    The generated kernel-devel makefile could set the compiler but then the
    main Makefile as to be patched to assign CC with ?=
    This causes run_oldconfig failure on SUSE-2024 and kbuild config check
    failure on SUSE-2025.
    This cannot be hardcoded to one version in a regular patch because the
    value is expected to be configurable at mkspec time. Patch the Makefile
    after aplyin patches in rpm prep step instead. A check is added to
    verify that the sed command did indeed apply the change.
  - commit 6031391
  - tracing/osnoise: Fix resetting of tracepoints (CVE-2025-21733
    bsc#1238494).
  - commit 27d6e3b
  - btrfs: fix assertion failure when splitting ordered extent
    after transaction abort (CVE-2025-21754 bsc#1238496).
  - commit 2050c25
  - kABI workaround for pps changes (CVE-2024-57979 bsc#1238521).
  - commit b151154
  - pps: Fix a use-after-free (CVE-2024-57979 bsc#1238521).
  - commit c19b588
  - initcall_blacklist: Does not allow kernel_lockdown be
    blacklisted (bsc#1237521).
  - commit c830a3e
  - drm/amd/display: Fix null check for pipe_ctx->plane_state in
    resource_build_scaling_params (git-fixes).
  - drm/sched: Fix preprocessor guard (git-fixes).
  - wifi: cfg80211: regulatory: improve invalid hints checking
    (git-fixes).
  - wifi: iwlwifi: limit printed string from FW file (git-fixes).
  - wifi: iwlwifi: mvm: don't try to talk to a dead firmware
    (git-fixes).
  - wifi: nl80211: reject cooked mode if it is set along with
    other flags (git-fixes).
  - Bluetooth: Add check for mgmt_alloc_skb() in
    mgmt_device_connected() (git-fixes).
  - Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()
    (git-fixes).
  - bluetooth: btusb: Initialize .owner field of
    force_poll_sync_fops (git-fixes).
  - commit ba6baa3

++++ pcr-oracle:

  - Add fix-bsc1230316-predict-sbatlevelrt-sb-off.patch to fix the
    prediction of SbatLevelRT when Secure Boot is disabled
    (bsc#1230316)
  - Add fix-bsc1230316-make-pcr4-hard-requirement.patch to make PCR4
    a hard requirement for SbatLevelRT prediction (bsc#1230316)

------------------------------------------------------------------
------------------  2025-3-6  -  Mar 6 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - distutils sysconfig is deprecated
    Move to sysconfig module

++++ kernel-default:

  - net: hns3: fix oops when unload drivers paralleling
    (CVE-2025-21802 bsc#1238751).
  - commit 1e9156e
  - NFSD: fix hang in nfsd4_shutdown_callback (CVE-2025-21795
    bsc#1238759).
  - commit b38b339
  - vxlan: check vxlan_vnigroup_init() return value (CVE-2025-21790
    bsc#1238753).
  - commit f088d3b
  - clocksource: Use migrate_disable() to avoid calling
    get_random_u32() in atomic context (CVE-2025-21767 bsc#1238509).
  - commit 63a12d3
  - vxlan: Fix uninit-value in vxlan_vnifilter_dump()
    (CVE-2025-21716 bsc#1237891).
  - commit dd55756
  - mptcp: handle fastopen disconnect correctly (CVE-2025-21705
    bsc#1238525).
  - commit fd8b648
  - exfat: fix timing of synchronizing bitmap and inode
    (bsc#1237356).
  - exfat: fix appending discontinuous clusters to empty file
    (bsc#1237356).
  - commit 7d766d0
  - smb: client: fix oops due to unset link speed (CVE-2025-21725
    bsc#1238877).
  - commit b5023ae
  - exfat: do not zero the extended part (bsc#1237356).
  - commit 156857e
  - ipmr: do not call mr_mfc_uses_dev() for unres entries
    (CVE-2025-21719 bsc#1238860).
  - commit d4d6c1b
  - net: davicom: fix UAF in dm9000_drv_remove (CVE-2025-21715
    bsc#1237889).
  - commit 0308747
  - iommufd/iova_bitmap: Fix shift-out-of-bounds in
    iova_bitmap_offset_to_index() (CVE-2025-21724 bsc#1238863).
  - commit fa2cf3e
  - net: ethernet: ti: am65-cpsw: fix freeing IRQ in
    am65_cpsw_nuss_remove_tx_chns() (CVE-2025-21799 bsc#1238739).
  - commit b9602c4
  - l2tp: prevent possible tunnel refcount underflow (CVE-2024-49940
    bsc#1232812).
  - commit d920b08
  - PCI/DOE: Poll DOE Busy bit for up to 1 second in pci_doe_send_req() (bsc#1237853)
  - commit b9248a0
  - cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchanged (bsc#1237856)
  - commit 9a3d13e
  - cpufreq/cppc: Don't compare desired_perf in target() (bsc#1237856)
  - commit 03856df
  - cpufreq/cppc: Move and rename (bsc#1237856)
  - commit e1d3232
  - cpufreq: cppc: Set fie_disabled to FIE_DISABLED if fails to create (bsc#1237856)
  - commit 34e3660
  - cpufreq: cppc: cppc_cpufreq_get_rate() returns zero in all error (bsc#1237856)
  - commit b0fd1f1
  - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570)
  - commit 8be63c4
  - PCI/DOE: Support discovery version 2 (bsc#1237853)
  - commit dfb1a17
  - ipvs: fix UB due to uninitialized stack access in
    ip_vs_protocol_init() (CVE-2024-53680 bsc#1235715).
  - commit 0f1b770
  - scsi: hisi_sas: Remove redundant checks for automatic debugfs
    dump (git-fixes).
  - scsi: hisi_sas: Fix a deadlock issue related to automatic dump
    (git-fixes).
  - commit 2531f6e
  - scsi: core: Do not retry I/Os during depopulation (git-fixes).
  - commit 4c3f2b6
  - scsi: mpi3mr: Fix possible crash when setting up bsg fails
    (git-fixes).
  - commit f1f6d56
  - scsi: myrb: Remove dead code (git-fixes).
  - commit 11c2ac0
  - scsi: iscsi: Fix redundant response for
    ISCSI_UEVENT_GET_HOST_STATS request (git-fixes).
  - commit 3d258a5
  - scsi: scsi_debug: Fix hrtimer support for ndelay (git-fixes).
  - commit 6998b85
  - scsi: mpi3mr: Start controller indexing from 0 (git-fixes).
  - commit 13d0e59
  - scsi: megaraid_sas: Fix for a potential deadlock (git-fixes).
  - commit 330c415
  - scsi: qla1280: Fix hw revision numbering for ISP1020/1040
    (git-fixes).
  - commit f2ba519
  - scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after
    device reset (git-fixes).
  - commit 1ead6e0
  - scsi: st: Don't modify unknown block number in MTIOCGET
    (git-fixes).
  - commit fb5d2a0
  - scsi: sg: Enable runtime power management (git-fixes).
  - Refresh
    patches.suse/scsi-sg-Fix-slab-use-after-free-read-in-sg_release.patch.
  - commit 89afcac

++++ kernel-rt:

  - net: hns3: fix oops when unload drivers paralleling
    (CVE-2025-21802 bsc#1238751).
  - commit 1e9156e
  - NFSD: fix hang in nfsd4_shutdown_callback (CVE-2025-21795
    bsc#1238759).
  - commit b38b339
  - vxlan: check vxlan_vnigroup_init() return value (CVE-2025-21790
    bsc#1238753).
  - commit f088d3b
  - clocksource: Use migrate_disable() to avoid calling
    get_random_u32() in atomic context (CVE-2025-21767 bsc#1238509).
  - commit 63a12d3
  - vxlan: Fix uninit-value in vxlan_vnifilter_dump()
    (CVE-2025-21716 bsc#1237891).
  - commit dd55756
  - mptcp: handle fastopen disconnect correctly (CVE-2025-21705
    bsc#1238525).
  - commit fd8b648
  - exfat: fix timing of synchronizing bitmap and inode
    (bsc#1237356).
  - exfat: fix appending discontinuous clusters to empty file
    (bsc#1237356).
  - commit 7d766d0
  - smb: client: fix oops due to unset link speed (CVE-2025-21725
    bsc#1238877).
  - commit b5023ae
  - exfat: do not zero the extended part (bsc#1237356).
  - commit 156857e
  - ipmr: do not call mr_mfc_uses_dev() for unres entries
    (CVE-2025-21719 bsc#1238860).
  - commit d4d6c1b
  - net: davicom: fix UAF in dm9000_drv_remove (CVE-2025-21715
    bsc#1237889).
  - commit 0308747
  - iommufd/iova_bitmap: Fix shift-out-of-bounds in
    iova_bitmap_offset_to_index() (CVE-2025-21724 bsc#1238863).
  - commit fa2cf3e
  - net: ethernet: ti: am65-cpsw: fix freeing IRQ in
    am65_cpsw_nuss_remove_tx_chns() (CVE-2025-21799 bsc#1238739).
  - commit b9602c4
  - l2tp: prevent possible tunnel refcount underflow (CVE-2024-49940
    bsc#1232812).
  - commit d920b08
  - PCI/DOE: Poll DOE Busy bit for up to 1 second in pci_doe_send_req() (bsc#1237853)
  - commit b9248a0
  - cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchanged (bsc#1237856)
  - commit 9a3d13e
  - cpufreq/cppc: Don't compare desired_perf in target() (bsc#1237856)
  - commit 03856df
  - cpufreq/cppc: Move and rename (bsc#1237856)
  - commit e1d3232
  - cpufreq: cppc: Set fie_disabled to FIE_DISABLED if fails to create (bsc#1237856)
  - commit 34e3660
  - cpufreq: cppc: cppc_cpufreq_get_rate() returns zero in all error (bsc#1237856)
  - commit b0fd1f1
  - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570)
  - commit 8be63c4
  - PCI/DOE: Support discovery version 2 (bsc#1237853)
  - commit dfb1a17
  - ipvs: fix UB due to uninitialized stack access in
    ip_vs_protocol_init() (CVE-2024-53680 bsc#1235715).
  - commit 0f1b770
  - scsi: hisi_sas: Remove redundant checks for automatic debugfs
    dump (git-fixes).
  - scsi: hisi_sas: Fix a deadlock issue related to automatic dump
    (git-fixes).
  - commit 2531f6e
  - scsi: core: Do not retry I/Os during depopulation (git-fixes).
  - commit 4c3f2b6
  - scsi: mpi3mr: Fix possible crash when setting up bsg fails
    (git-fixes).
  - commit f1f6d56
  - scsi: myrb: Remove dead code (git-fixes).
  - commit 11c2ac0
  - scsi: iscsi: Fix redundant response for
    ISCSI_UEVENT_GET_HOST_STATS request (git-fixes).
  - commit 3d258a5
  - scsi: scsi_debug: Fix hrtimer support for ndelay (git-fixes).
  - commit 6998b85
  - scsi: mpi3mr: Start controller indexing from 0 (git-fixes).
  - commit 13d0e59
  - scsi: megaraid_sas: Fix for a potential deadlock (git-fixes).
  - commit 330c415
  - scsi: qla1280: Fix hw revision numbering for ISP1020/1040
    (git-fixes).
  - commit f2ba519
  - scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after
    device reset (git-fixes).
  - commit 1ead6e0
  - scsi: st: Don't modify unknown block number in MTIOCGET
    (git-fixes).
  - commit fb5d2a0
  - scsi: sg: Enable runtime power management (git-fixes).
  - Refresh
    patches.suse/scsi-sg-Fix-slab-use-after-free-read-in-sg_release.patch.
  - commit 89afcac

++++ kernel-rt_debug:

  - net: hns3: fix oops when unload drivers paralleling
    (CVE-2025-21802 bsc#1238751).
  - commit 1e9156e
  - NFSD: fix hang in nfsd4_shutdown_callback (CVE-2025-21795
    bsc#1238759).
  - commit b38b339
  - vxlan: check vxlan_vnigroup_init() return value (CVE-2025-21790
    bsc#1238753).
  - commit f088d3b
  - clocksource: Use migrate_disable() to avoid calling
    get_random_u32() in atomic context (CVE-2025-21767 bsc#1238509).
  - commit 63a12d3
  - vxlan: Fix uninit-value in vxlan_vnifilter_dump()
    (CVE-2025-21716 bsc#1237891).
  - commit dd55756
  - mptcp: handle fastopen disconnect correctly (CVE-2025-21705
    bsc#1238525).
  - commit fd8b648
  - exfat: fix timing of synchronizing bitmap and inode
    (bsc#1237356).
  - exfat: fix appending discontinuous clusters to empty file
    (bsc#1237356).
  - commit 7d766d0
  - smb: client: fix oops due to unset link speed (CVE-2025-21725
    bsc#1238877).
  - commit b5023ae
  - exfat: do not zero the extended part (bsc#1237356).
  - commit 156857e
  - ipmr: do not call mr_mfc_uses_dev() for unres entries
    (CVE-2025-21719 bsc#1238860).
  - commit d4d6c1b
  - net: davicom: fix UAF in dm9000_drv_remove (CVE-2025-21715
    bsc#1237889).
  - commit 0308747
  - iommufd/iova_bitmap: Fix shift-out-of-bounds in
    iova_bitmap_offset_to_index() (CVE-2025-21724 bsc#1238863).
  - commit fa2cf3e
  - net: ethernet: ti: am65-cpsw: fix freeing IRQ in
    am65_cpsw_nuss_remove_tx_chns() (CVE-2025-21799 bsc#1238739).
  - commit b9602c4
  - l2tp: prevent possible tunnel refcount underflow (CVE-2024-49940
    bsc#1232812).
  - commit d920b08
  - PCI/DOE: Poll DOE Busy bit for up to 1 second in pci_doe_send_req() (bsc#1237853)
  - commit b9248a0
  - cppc_cpufreq: Use desired perf if feedback ctrs are 0 or unchanged (bsc#1237856)
  - commit 9a3d13e
  - cpufreq/cppc: Don't compare desired_perf in target() (bsc#1237856)
  - commit 03856df
  - cpufreq/cppc: Move and rename (bsc#1237856)
  - commit e1d3232
  - cpufreq: cppc: Set fie_disabled to FIE_DISABLED if fails to create (bsc#1237856)
  - commit 34e3660
  - cpufreq: cppc: cppc_cpufreq_get_rate() returns zero in all error (bsc#1237856)
  - commit b0fd1f1
  - rpm/split-modules: Fix optional splitting with usrmerge (bsc#1238570)
  - commit 8be63c4
  - PCI/DOE: Support discovery version 2 (bsc#1237853)
  - commit dfb1a17
  - ipvs: fix UB due to uninitialized stack access in
    ip_vs_protocol_init() (CVE-2024-53680 bsc#1235715).
  - commit 0f1b770
  - scsi: hisi_sas: Remove redundant checks for automatic debugfs
    dump (git-fixes).
  - scsi: hisi_sas: Fix a deadlock issue related to automatic dump
    (git-fixes).
  - commit 2531f6e
  - scsi: core: Do not retry I/Os during depopulation (git-fixes).
  - commit 4c3f2b6
  - scsi: mpi3mr: Fix possible crash when setting up bsg fails
    (git-fixes).
  - commit f1f6d56
  - scsi: myrb: Remove dead code (git-fixes).
  - commit 11c2ac0
  - scsi: iscsi: Fix redundant response for
    ISCSI_UEVENT_GET_HOST_STATS request (git-fixes).
  - commit 3d258a5
  - scsi: scsi_debug: Fix hrtimer support for ndelay (git-fixes).
  - commit 6998b85
  - scsi: mpi3mr: Start controller indexing from 0 (git-fixes).
  - commit 13d0e59
  - scsi: megaraid_sas: Fix for a potential deadlock (git-fixes).
  - commit 330c415
  - scsi: qla1280: Fix hw revision numbering for ISP1020/1040
    (git-fixes).
  - commit f2ba519
  - scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after
    device reset (git-fixes).
  - commit 1ead6e0
  - scsi: st: Don't modify unknown block number in MTIOCGET
    (git-fixes).
  - commit fb5d2a0
  - scsi: sg: Enable runtime power management (git-fixes).
  - Refresh
    patches.suse/scsi-sg-Fix-slab-use-after-free-read-in-sg_release.patch.
  - commit 89afcac

------------------------------------------------------------------
------------------  2025-3-5  -  Mar 5 2025  -------------------
------------------------------------------------------------------

++++ container-selinux:

  - Update to version 2.235.0:
    * Bump to v2.235.0
    * OWNERS: add wrabcak and zpytela
    * OWNERS: initial commit
    * container_log{reader,writer}_t: allow watch file
    * RPM: Update gating config
    * Enable aarch64 testing
    * TMT: simplify podman tests
    * feat: support /var/lib/crio

++++ kernel-default:

  - scsi: hisi_sas: Enable all PHYs that are not disabled by user
    during controller reset (git-fixes).
  - commit 27a4afa
  - scsi: mpi3mr: Use ida to manage mrioc ID (git-fixes).
  - commit 782dd6e
  - scsi: hisi_sas: Allocate DFX memory during dump trigger
    (git-fixes).
  - Refresh patches.suse/scsi-hisi_sas-Create-all-dump-files-during-debugfs-initialization.patch
  - commit 9b4cb76
  - scsi: hisi_sas: Directly call register snapshot instead of
    using workqueue (git-fixes).
  - commit 1286dd4
  - scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock
    (git-fixes).
  - commit 7c8c098
  - ice: pass VSI pointer into ice_vc_isvalid_q_id (bsc#1237848
    bsc#1230497).
  - commit df06d93

++++ kernel-rt:

  - scsi: hisi_sas: Enable all PHYs that are not disabled by user
    during controller reset (git-fixes).
  - commit 27a4afa
  - scsi: mpi3mr: Use ida to manage mrioc ID (git-fixes).
  - commit 782dd6e
  - scsi: hisi_sas: Allocate DFX memory during dump trigger
    (git-fixes).
  - Refresh patches.suse/scsi-hisi_sas-Create-all-dump-files-during-debugfs-initialization.patch
  - commit 9b4cb76
  - scsi: hisi_sas: Directly call register snapshot instead of
    using workqueue (git-fixes).
  - commit 1286dd4
  - scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock
    (git-fixes).
  - commit 7c8c098
  - ice: pass VSI pointer into ice_vc_isvalid_q_id (bsc#1237848
    bsc#1230497).
  - commit df06d93

++++ kernel-rt_debug:

  - scsi: hisi_sas: Enable all PHYs that are not disabled by user
    during controller reset (git-fixes).
  - commit 27a4afa
  - scsi: mpi3mr: Use ida to manage mrioc ID (git-fixes).
  - commit 782dd6e
  - scsi: hisi_sas: Allocate DFX memory during dump trigger
    (git-fixes).
  - Refresh patches.suse/scsi-hisi_sas-Create-all-dump-files-during-debugfs-initialization.patch
  - commit 9b4cb76
  - scsi: hisi_sas: Directly call register snapshot instead of
    using workqueue (git-fixes).
  - commit 1286dd4
  - scsi: qedi: Fix potential deadlock on &qedi_percpu->p_work_lock
    (git-fixes).
  - commit 7c8c098
  - ice: pass VSI pointer into ice_vc_isvalid_q_id (bsc#1237848
    bsc#1230497).
  - commit df06d93

++++ multipath-tools:

  - Update to version 0.10.2+122+suse.51e02cc:
    * multipathd: fix hang during shutdown with queuing maps
    (bsc#1238484).
    This adds multipathd-queueing.service.

++++ openSUSE-build-key:

  - changed keys to use SHA256 UIDs instead of SHA1. (bsc#1237294
    bsc#1236779 jsc#PED-12321)
  - gpg-pubkey-3fa1d6ce-67c856ee.asc to gpg-pubkey-09d9ea69-67c857f3.asc
  - gpg-pubkey-09d9ea69-645b99ce.asc to gpg-pubkey-3fa1d6ce-63c9481c.asc

------------------------------------------------------------------
------------------  2025-3-4  -  Mar 4 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Make integration tests to build outside of OBS
    Update and extend all integration tests such that they also
    build outside of the Open Build Service. Along with the changes
    on the descriptions a simple build-tests.sh script was added
    to drive the build process. The build is based on the kiwi
    boxbuild plugin in container mode to build the tests
    from a given build-tests directory. A new chapter to document
    how to Build the Build Tests is also provided and referenced
    on the github main page.

++++ kernel-default:

  - config: Set gcc version (jsc#PED-12251).
  - packaging: Turn gcc version into config.sh variable
    Fixes: 51dacec21eb1 ("Use gcc-13 for build on SLE16 (jsc#PED-10028).")
  - commit b1526c1
  - arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level (git-fixes)
  - commit 1ccb01b
  - arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGE (git-fixes)
  - commit a9f56ff
  - arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes (git-fixes)
  - commit 85cc91e
  - mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear() (git-fixes)
  - commit 67ea9f3
  - mm: hugetlb: add huge page size param to set_huge_pte_at() (git-fixes).
    Refresh patches.suse/s390-mm-Fix-clearing-storage-keys-for-huge-pages.patch.
  - commit f491ee9
  - btrfs: check folio mapping after unlock in relocate_one_folio() (CVE-2024-56758 bsc#1235621)
  - commit 1866d3d
  - RDMA/mana_ib: Allocate PAGE aligned doorbell index (git-fixes).
  - KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC
    isn't in-kernel (git-fixes).
  - commit 82bdecd
  - rpm/kernel-docs.spec.in: Workaround for reproducible builds (bsc#1238303)
  - commit 1f1e842
  - Update
    patches.suse/s390-pci-Fix-SR-IOV-for-PFs-initially-in-standby.patch
    (git-fixes bsc#1236752 bsc#1238368).
  - commit bf69596
  - s390/pci: Fix handling of isolated VFs (git-fixes bsc#1238368).
  - s390/pci: Pull search for parent PF out of
    zpci_iov_setup_virtfn() (git-fixes bsc#1238368).
  - commit 0745d9f

++++ kernel-rt:

  - config: Set gcc version (jsc#PED-12251).
  - packaging: Turn gcc version into config.sh variable
    Fixes: 51dacec21eb1 ("Use gcc-13 for build on SLE16 (jsc#PED-10028).")
  - commit b1526c1
  - arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level (git-fixes)
  - commit 1ccb01b
  - arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGE (git-fixes)
  - commit a9f56ff
  - arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes (git-fixes)
  - commit 85cc91e
  - mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear() (git-fixes)
  - commit 67ea9f3
  - mm: hugetlb: add huge page size param to set_huge_pte_at() (git-fixes).
    Refresh patches.suse/s390-mm-Fix-clearing-storage-keys-for-huge-pages.patch.
  - commit f491ee9
  - btrfs: check folio mapping after unlock in relocate_one_folio() (CVE-2024-56758 bsc#1235621)
  - commit 1866d3d
  - RDMA/mana_ib: Allocate PAGE aligned doorbell index (git-fixes).
  - KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC
    isn't in-kernel (git-fixes).
  - commit 82bdecd
  - rpm/kernel-docs.spec.in: Workaround for reproducible builds (bsc#1238303)
  - commit 1f1e842
  - Update
    patches.suse/s390-pci-Fix-SR-IOV-for-PFs-initially-in-standby.patch
    (git-fixes bsc#1236752 bsc#1238368).
  - commit bf69596
  - s390/pci: Fix handling of isolated VFs (git-fixes bsc#1238368).
  - s390/pci: Pull search for parent PF out of
    zpci_iov_setup_virtfn() (git-fixes bsc#1238368).
  - commit 0745d9f

++++ kernel-rt_debug:

  - config: Set gcc version (jsc#PED-12251).
  - packaging: Turn gcc version into config.sh variable
    Fixes: 51dacec21eb1 ("Use gcc-13 for build on SLE16 (jsc#PED-10028).")
  - commit b1526c1
  - arm64: hugetlb: Fix flush_hugetlb_tlb_range() invalidation level (git-fixes)
  - commit 1ccb01b
  - arm64: hugetlb: enable __HAVE_ARCH_FLUSH_HUGETLB_TLB_RANGE (git-fixes)
  - commit a9f56ff
  - arm64: hugetlb: Fix huge_ptep_get_and_clear() for non-present ptes (git-fixes)
  - commit 85cc91e
  - mm: hugetlb: Add huge page size param to huge_ptep_get_and_clear() (git-fixes)
  - commit 67ea9f3
  - mm: hugetlb: add huge page size param to set_huge_pte_at() (git-fixes).
    Refresh patches.suse/s390-mm-Fix-clearing-storage-keys-for-huge-pages.patch.
  - commit f491ee9
  - btrfs: check folio mapping after unlock in relocate_one_folio() (CVE-2024-56758 bsc#1235621)
  - commit 1866d3d
  - RDMA/mana_ib: Allocate PAGE aligned doorbell index (git-fixes).
  - KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC
    isn't in-kernel (git-fixes).
  - commit 82bdecd
  - rpm/kernel-docs.spec.in: Workaround for reproducible builds (bsc#1238303)
  - commit 1f1e842
  - Update
    patches.suse/s390-pci-Fix-SR-IOV-for-PFs-initially-in-standby.patch
    (git-fixes bsc#1236752 bsc#1238368).
  - commit bf69596
  - s390/pci: Fix handling of isolated VFs (git-fixes bsc#1238368).
  - s390/pci: Pull search for parent PF out of
    zpci_iov_setup_virtfn() (git-fixes bsc#1238368).
  - commit 0745d9f

++++ lsof:

  - Update to version 4.99.4:
    * In lsof manpage: mention /etc/services for -P option
    * Fix typos in docs
    * Linux 6.9 changed the pidfs appearence in procfs. Try to
    maintain original output in lsof (bsc#1224285)
    * closefrom_shim: Add optimized fallback for platforms without
    closefrom or close_range
    * fix build against -std=c23 (`void (*)()`) changed the meaning)
  - Drop obsolete lsof-4.99.3-fix-version-in-configure-ac.patch,
    0001-tests-eliminate-use-of-fgrep.patch and
    0002-linux-Maintain-original-output-for-pidfd-in-linux-6..patch.

++++ nvidia-open-driver-G06-signed:

  - update CUDA variant to 570.124.06

------------------------------------------------------------------
------------------  2025-3-3  -  Mar 3 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add rd.kiwi.oem.luks.reencrypt_randompass
    For OEM LUKS2 encrypted disk images in combination
    with rd.kiwi.oem.luks.reencrypt. Reset insecure built time
    passphrase with a random onetime passphrase
  - Bump version: 10.2.12 → 10.2.13

++++ kernel-default:

  - bpf: Send signals asynchronously if !preemptible (git-fixes
    bsc#1237879 CVE-2025-21728).
  - commit 180a0da
  - rxrpc: Fix missing locking causing hanging calls (git-fixes
    bsc#1233483 CVE-2024-50294).
  - commit d2475e0
  - scsi: lpfc: Copyright updates for 14.4.0.8 patches
    (bsc#1238347).
  - scsi: lpfc: Update lpfc version to 14.4.0.8 (bsc#1238347).
  - scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID
    routine (bsc#1238347).
  - scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk
    (bsc#1238347).
  - scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when
    pci_irq_vector() fails (bsc#1238347).
  - scsi: lpfc: Reduce log message generation during ELS ring
    clean up (bsc#1238347).
  - commit 0a7ad68
  - nvme/ioctl: add missing space in err message (git-fixes).
  - nvme-tcp: fix connect failure on receiving partial ICResp PDU
    (git-fixes).
  - nvme: tcp: Fix compilation warning with W=1 (git-fixes).
  - nvmet: Fix crash when a namespace is disabled (git-fixes).
  - nvme-fc: use ctrl state getter (git-fixes).
  - nvme: make nvme_tls_attrs_group static (git-fixes).
  - nvme: handle connectivity loss in nvme_set_queue_count
    (git-fixes).
  - nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
    (git-fixes).
  - nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
    (git-fixes).
  - commit 7d2a8bd
  - Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync
    (CVE-2024-50029 bsc#1231949).
  - commit 64f3840
  - gup: make the stack expansion warning a bit more targeted
    (bsc#1238214).
  - commit feae374
  - btrfs: fix use-after-free when attempting to join an aborted transaction (CVE-2025-21753 bsc#1237875)
  - commit 338e787
  - phy: tegra: xusb: reset VBUS & ID OVERRIDE (git-fixes).
  - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL
    masks in refclk (git-fixes).
  - phy: rockchip: naneng-combphy: compatible reset with old DT
    (git-fixes).
  - commit 92e733c

++++ kernel-rt:

  - bpf: Send signals asynchronously if !preemptible (git-fixes
    bsc#1237879 CVE-2025-21728).
  - commit 180a0da
  - rxrpc: Fix missing locking causing hanging calls (git-fixes
    bsc#1233483 CVE-2024-50294).
  - commit d2475e0
  - scsi: lpfc: Copyright updates for 14.4.0.8 patches
    (bsc#1238347).
  - scsi: lpfc: Update lpfc version to 14.4.0.8 (bsc#1238347).
  - scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID
    routine (bsc#1238347).
  - scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk
    (bsc#1238347).
  - scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when
    pci_irq_vector() fails (bsc#1238347).
  - scsi: lpfc: Reduce log message generation during ELS ring
    clean up (bsc#1238347).
  - commit 0a7ad68
  - nvme/ioctl: add missing space in err message (git-fixes).
  - nvme-tcp: fix connect failure on receiving partial ICResp PDU
    (git-fixes).
  - nvme: tcp: Fix compilation warning with W=1 (git-fixes).
  - nvmet: Fix crash when a namespace is disabled (git-fixes).
  - nvme-fc: use ctrl state getter (git-fixes).
  - nvme: make nvme_tls_attrs_group static (git-fixes).
  - nvme: handle connectivity loss in nvme_set_queue_count
    (git-fixes).
  - nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
    (git-fixes).
  - nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
    (git-fixes).
  - commit 7d2a8bd
  - Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync
    (CVE-2024-50029 bsc#1231949).
  - commit 64f3840
  - gup: make the stack expansion warning a bit more targeted
    (bsc#1238214).
  - commit feae374
  - btrfs: fix use-after-free when attempting to join an aborted transaction (CVE-2025-21753 bsc#1237875)
  - commit 338e787
  - phy: tegra: xusb: reset VBUS & ID OVERRIDE (git-fixes).
  - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL
    masks in refclk (git-fixes).
  - phy: rockchip: naneng-combphy: compatible reset with old DT
    (git-fixes).
  - commit 92e733c

++++ kernel-rt_debug:

  - bpf: Send signals asynchronously if !preemptible (git-fixes
    bsc#1237879 CVE-2025-21728).
  - commit 180a0da
  - rxrpc: Fix missing locking causing hanging calls (git-fixes
    bsc#1233483 CVE-2024-50294).
  - commit d2475e0
  - scsi: lpfc: Copyright updates for 14.4.0.8 patches
    (bsc#1238347).
  - scsi: lpfc: Update lpfc version to 14.4.0.8 (bsc#1238347).
  - scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID
    routine (bsc#1238347).
  - scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk
    (bsc#1238347).
  - scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when
    pci_irq_vector() fails (bsc#1238347).
  - scsi: lpfc: Reduce log message generation during ELS ring
    clean up (bsc#1238347).
  - commit 0a7ad68
  - nvme/ioctl: add missing space in err message (git-fixes).
  - nvme-tcp: fix connect failure on receiving partial ICResp PDU
    (git-fixes).
  - nvme: tcp: Fix compilation warning with W=1 (git-fixes).
  - nvmet: Fix crash when a namespace is disabled (git-fixes).
  - nvme-fc: use ctrl state getter (git-fixes).
  - nvme: make nvme_tls_attrs_group static (git-fixes).
  - nvme: handle connectivity loss in nvme_set_queue_count
    (git-fixes).
  - nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
    (git-fixes).
  - nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
    (git-fixes).
  - commit 7d2a8bd
  - Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync
    (CVE-2024-50029 bsc#1231949).
  - commit 64f3840
  - gup: make the stack expansion warning a bit more targeted
    (bsc#1238214).
  - commit feae374
  - btrfs: fix use-after-free when attempting to join an aborted transaction (CVE-2025-21753 bsc#1237875)
  - commit 338e787
  - phy: tegra: xusb: reset VBUS & ID OVERRIDE (git-fixes).
  - phy: exynos5-usbdrd: fix MPLL_MULTIPLIER and SSC_REFCLKSEL
    masks in refclk (git-fixes).
  - phy: rockchip: naneng-combphy: compatible reset with old DT
    (git-fixes).
  - commit 92e733c

++++ podman:

  - Add patch for CVE-2025-27144 (bsc#1237641):
    * 0002-CVE-2025-27144-vendor-don-t-allow-unbounded-amounts-.patch
  - Rebase patches:
    * 0001-vendor-bump-buildah-to-1.37.6-CVE-2024-11218.patch

------------------------------------------------------------------
------------------  2025-3-2  -  Mar 2 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - i2c: ls2x: Fix frequency division register access (git-fixes).
  - i2c: npcm: disable interrupt enable bit before devm_request_irq
    (git-fixes).
  - commit 6c35b3b

++++ kernel-rt:

  - i2c: ls2x: Fix frequency division register access (git-fixes).
  - i2c: npcm: disable interrupt enable bit before devm_request_irq
    (git-fixes).
  - commit 6c35b3b

++++ kernel-rt_debug:

  - i2c: ls2x: Fix frequency division register access (git-fixes).
  - i2c: npcm: disable interrupt enable bit before devm_request_irq
    (git-fixes).
  - commit 6c35b3b

------------------------------------------------------------------
------------------  2025-3-1  -  Mar 1 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/amdgpu: disable BAR resize on Dell G5 SE (git-fixes).
  - amdgpu/pm/legacy: fix suspend/resume issues (git-fixes).
  - commit d778b71

++++ kernel-rt:

  - drm/amdgpu: disable BAR resize on Dell G5 SE (git-fixes).
  - amdgpu/pm/legacy: fix suspend/resume issues (git-fixes).
  - commit d778b71

++++ kernel-rt_debug:

  - drm/amdgpu: disable BAR resize on Dell G5 SE (git-fixes).
  - amdgpu/pm/legacy: fix suspend/resume issues (git-fixes).
  - commit d778b71

++++ mozilla-nss:

  - Updated nss-fips-approved-crypto-non-ec.patch to exclude the
    SHA-1 hash from SLI approval.

------------------------------------------------------------------
------------------  2025-2-28  -  Feb 28 2025  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.26. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.26>
  - Rebase patches:
    * 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

++++ python-kiwi:

  - Lookup CHRP loader instead of using a static name
    On ppc the CHRP loader name can vary between distributions.
    This commit adds a search method to lookup different ELF
    loader names. In addition an integration test image for
    Fedora was added. This Fixes #2741

++++ kernel-default:

  - soc/mediatek: mtk-devapc: Convert to platform remove callback
    returning void (stable-fixes).
  - Refresh
    patches.suse/soc-mediatek-mtk-devapc-Fix-leaking-IO-map-on-error-.patch.
  - commit b320307
  - smb: client: Fix netns refcount imbalance causing leaks and
    use-after-free (git-fixes).
  - commit 7fb2f0e
  - scsi: core: Clear driver private data when retrying request
    (git-fixes).
  - md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
    (git-fixes).
  - md/md-cluster: fix spares warnings for __le64 (git-fixes).
  - md/md-bitmap: replace md_bitmap_status() with a new helper
    md_bitmap_get_stats() (git-fixes).
  - scsi: core: Handle depopulation and restoration in progress
    (git-fixes).
  - commit 72dfeb6
  - cifs: Fix parsing reparse point with native symlink in SMB1
    non-UNICODE session (git-fixes).
  - commit 37da1d3
  - ALSA: usb-audio: Re-add sample rate quirk for Pioneer
    DJM-900NXS2 (stable-fixes).
  - commit 1b4de08
  - usbnet: gl620a: fix endpoint checking in genelink_bind()
    (git-fixes).
  - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (git-fixes).
  - ASoC: es8328: fix route from DAC to output (git-fixes).
  - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD
    (git-fixes).
  - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15
    (git-fixes).
  - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple
    ports (git-fixes).
  - soc: loongson: loongson2_guts: Add check for devm_kstrdup()
    (git-fixes).
  - drm/i915/dp: Fix error handling during 128b/132b link training
    (stable-fixes).
  - drm/i915: Make sure all planes in use by the joiner have their
    crtc included (stable-fixes).
  - soc: mediatek: mtk-devapc: Fix leaking IO map on driver remove
    (git-fixes).
  - drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit()
    (git-fixes).
  - drm/msm/gem: Demote userspace errors to DRM_UT_DRIVER
    (stable-fixes).
  - commit 73ebe5d
  - md/raid5: Wait sync io to finish before changing group cnt
    (git-fixes).
  - md/md-bitmap: Add missing destroy_work_on_stack() (git-fixes).
  - md: Don't flush sync_work in md_write_start() (git-fixes).
  - md: convert comma to semicolon (git-fixes).
  - md/raid1: don't free conf on raid0_run failure (git-fixes).
  - md/raid0: don't free conf on raid0_run failure (git-fixes).
  - commit b66645f
  - kabi: hide adding RCU head into struct netdev_name_node
    (bsc#1233749).
  - net: free altname using an RCU callback (bsc#1233749).
  - net: fix removing a namespace with conflicting altnames
    (bsc#1233749).
  - net: do not send a MOVE event when netdev changes netns
    (bsc#1233749).
  - net: Fix undefined behavior in netdev name allocation
    (bsc#1233749).
  - net: remove else after return in dev_prep_valid_name()
    (bsc#1233749).
  - net: remove dev_valid_name() check from __dev_alloc_name()
    (bsc#1233749).
  - net: trust the bitmap in __dev_alloc_name() (bsc#1233749).
  - net: reduce indentation of __dev_alloc_name() (bsc#1233749).
  - net: make dev_alloc_name() call dev_prep_valid_name()
    (bsc#1233749).
  - net: don't use input buffer of __dev_alloc_name() as a scratch
    space (bsc#1233749).
  - net: move altnames together with the netdevice (bsc#1233749).
  - net: avoid UAF on deleted altname (bsc#1233749).
  - net: check for altname conflicts when changing netdev's netns
    (bsc#1233749).
  - net: fix ifname in netlink ntf during netns move (bsc#1233749).
  - net: core: Use the bitmap API to allocate bitmaps (bsc#1233749).
  - commit ff5990f

++++ kernel-rt:

  - soc/mediatek: mtk-devapc: Convert to platform remove callback
    returning void (stable-fixes).
  - Refresh
    patches.suse/soc-mediatek-mtk-devapc-Fix-leaking-IO-map-on-error-.patch.
  - commit b320307
  - smb: client: Fix netns refcount imbalance causing leaks and
    use-after-free (git-fixes).
  - commit 7fb2f0e
  - scsi: core: Clear driver private data when retrying request
    (git-fixes).
  - md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
    (git-fixes).
  - md/md-cluster: fix spares warnings for __le64 (git-fixes).
  - md/md-bitmap: replace md_bitmap_status() with a new helper
    md_bitmap_get_stats() (git-fixes).
  - scsi: core: Handle depopulation and restoration in progress
    (git-fixes).
  - commit 72dfeb6
  - cifs: Fix parsing reparse point with native symlink in SMB1
    non-UNICODE session (git-fixes).
  - commit 37da1d3
  - ALSA: usb-audio: Re-add sample rate quirk for Pioneer
    DJM-900NXS2 (stable-fixes).
  - commit 1b4de08
  - usbnet: gl620a: fix endpoint checking in genelink_bind()
    (git-fixes).
  - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (git-fixes).
  - ASoC: es8328: fix route from DAC to output (git-fixes).
  - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD
    (git-fixes).
  - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15
    (git-fixes).
  - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple
    ports (git-fixes).
  - soc: loongson: loongson2_guts: Add check for devm_kstrdup()
    (git-fixes).
  - drm/i915/dp: Fix error handling during 128b/132b link training
    (stable-fixes).
  - drm/i915: Make sure all planes in use by the joiner have their
    crtc included (stable-fixes).
  - soc: mediatek: mtk-devapc: Fix leaking IO map on driver remove
    (git-fixes).
  - drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit()
    (git-fixes).
  - drm/msm/gem: Demote userspace errors to DRM_UT_DRIVER
    (stable-fixes).
  - commit 73ebe5d
  - md/raid5: Wait sync io to finish before changing group cnt
    (git-fixes).
  - md/md-bitmap: Add missing destroy_work_on_stack() (git-fixes).
  - md: Don't flush sync_work in md_write_start() (git-fixes).
  - md: convert comma to semicolon (git-fixes).
  - md/raid1: don't free conf on raid0_run failure (git-fixes).
  - md/raid0: don't free conf on raid0_run failure (git-fixes).
  - commit b66645f
  - kabi: hide adding RCU head into struct netdev_name_node
    (bsc#1233749).
  - net: free altname using an RCU callback (bsc#1233749).
  - net: fix removing a namespace with conflicting altnames
    (bsc#1233749).
  - net: do not send a MOVE event when netdev changes netns
    (bsc#1233749).
  - net: Fix undefined behavior in netdev name allocation
    (bsc#1233749).
  - net: remove else after return in dev_prep_valid_name()
    (bsc#1233749).
  - net: remove dev_valid_name() check from __dev_alloc_name()
    (bsc#1233749).
  - net: trust the bitmap in __dev_alloc_name() (bsc#1233749).
  - net: reduce indentation of __dev_alloc_name() (bsc#1233749).
  - net: make dev_alloc_name() call dev_prep_valid_name()
    (bsc#1233749).
  - net: don't use input buffer of __dev_alloc_name() as a scratch
    space (bsc#1233749).
  - net: move altnames together with the netdevice (bsc#1233749).
  - net: avoid UAF on deleted altname (bsc#1233749).
  - net: check for altname conflicts when changing netdev's netns
    (bsc#1233749).
  - net: fix ifname in netlink ntf during netns move (bsc#1233749).
  - net: core: Use the bitmap API to allocate bitmaps (bsc#1233749).
  - commit ff5990f

++++ kernel-rt_debug:

  - soc/mediatek: mtk-devapc: Convert to platform remove callback
    returning void (stable-fixes).
  - Refresh
    patches.suse/soc-mediatek-mtk-devapc-Fix-leaking-IO-map-on-error-.patch.
  - commit b320307
  - smb: client: Fix netns refcount imbalance causing leaks and
    use-after-free (git-fixes).
  - commit 7fb2f0e
  - scsi: core: Clear driver private data when retrying request
    (git-fixes).
  - md/md-bitmap: add 'sync_size' into struct md_bitmap_stats
    (git-fixes).
  - md/md-cluster: fix spares warnings for __le64 (git-fixes).
  - md/md-bitmap: replace md_bitmap_status() with a new helper
    md_bitmap_get_stats() (git-fixes).
  - scsi: core: Handle depopulation and restoration in progress
    (git-fixes).
  - commit 72dfeb6
  - cifs: Fix parsing reparse point with native symlink in SMB1
    non-UNICODE session (git-fixes).
  - commit 37da1d3
  - ALSA: usb-audio: Re-add sample rate quirk for Pioneer
    DJM-900NXS2 (stable-fixes).
  - commit 1b4de08
  - usbnet: gl620a: fix endpoint checking in genelink_bind()
    (git-fixes).
  - Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP response (git-fixes).
  - ASoC: es8328: fix route from DAC to output (git-fixes).
  - ALSA: hda/realtek: Fix microphone regression on ASUS N705UD
    (git-fixes).
  - ALSA: hda/realtek: Fix wrong mic setup for ASUS VivoBook 15
    (git-fixes).
  - ALSA: usb-audio: Avoid dropping MIDI events at closing multiple
    ports (git-fixes).
  - soc: loongson: loongson2_guts: Add check for devm_kstrdup()
    (git-fixes).
  - drm/i915/dp: Fix error handling during 128b/132b link training
    (stable-fixes).
  - drm/i915: Make sure all planes in use by the joiner have their
    crtc included (stable-fixes).
  - soc: mediatek: mtk-devapc: Fix leaking IO map on driver remove
    (git-fixes).
  - drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit()
    (git-fixes).
  - drm/msm/gem: Demote userspace errors to DRM_UT_DRIVER
    (stable-fixes).
  - commit 73ebe5d
  - md/raid5: Wait sync io to finish before changing group cnt
    (git-fixes).
  - md/md-bitmap: Add missing destroy_work_on_stack() (git-fixes).
  - md: Don't flush sync_work in md_write_start() (git-fixes).
  - md: convert comma to semicolon (git-fixes).
  - md/raid1: don't free conf on raid0_run failure (git-fixes).
  - md/raid0: don't free conf on raid0_run failure (git-fixes).
  - commit b66645f
  - kabi: hide adding RCU head into struct netdev_name_node
    (bsc#1233749).
  - net: free altname using an RCU callback (bsc#1233749).
  - net: fix removing a namespace with conflicting altnames
    (bsc#1233749).
  - net: do not send a MOVE event when netdev changes netns
    (bsc#1233749).
  - net: Fix undefined behavior in netdev name allocation
    (bsc#1233749).
  - net: remove else after return in dev_prep_valid_name()
    (bsc#1233749).
  - net: remove dev_valid_name() check from __dev_alloc_name()
    (bsc#1233749).
  - net: trust the bitmap in __dev_alloc_name() (bsc#1233749).
  - net: reduce indentation of __dev_alloc_name() (bsc#1233749).
  - net: make dev_alloc_name() call dev_prep_valid_name()
    (bsc#1233749).
  - net: don't use input buffer of __dev_alloc_name() as a scratch
    space (bsc#1233749).
  - net: move altnames together with the netdevice (bsc#1233749).
  - net: avoid UAF on deleted altname (bsc#1233749).
  - net: check for altname conflicts when changing netdev's netns
    (bsc#1233749).
  - net: fix ifname in netlink ntf during netns move (bsc#1233749).
  - net: core: Use the bitmap API to allocate bitmaps (bsc#1233749).
  - commit ff5990f

++++ libzypp:

  - Add a transaction package preloader (fixes openSUSE/zypper#104)
    This patch adds a preloader that concurrently downloads files
    during a transaction commit. It's not yet enabled per default.
    To enable the preview set ZYPP_CURL2=1 and ZYPP_PCK_PRELOAD=1
    in the environment.
  - RpmPkgSigCheck_test: Exchange the test package signingkey
    (fixes #622)
  - Exclude MediaCurl tests if DISABLE_MEDIABACKEND_TESTS (fixes #626)
  - Strip a mediahandler tag from baseUrl querystrings.
  - version 17.36.4 (35)

++++ skopeo:

  - Add patch for CVE-2025-27144 (bsc#1237613)
    Add patch:
    * 0003-Don-t-allow-unbounded-amounts-of-splits-https-github.patch
    Rebase patches:
    * 0001-http2-close-connections-when-receiving-too-many-head.patch
    * 0002-Switch-hashicorp-go-retryablehttp-to-the-SUSE-fork.patch

++++ zypper:

  - Package preloader that concurrently downloads files. It's not yet
    enabled per default. To enable the preview set ZYPP_CURL2=1 and
    ZYPP_PCK_PRELOAD=1 in the environment. (#104)
  - BuildRequires:  libzypp-devel >= 17.36.4.
  - version 1.14.87
  - refresh: add --include-all-archs (fixes #598)
    Future multi-arch repos may allow to download only those metadata
    which refer to packages actually compatible with the systems
    architecture. Some tools however want zypp to provide the full
    metadata of a repository without filtering incompatible
    architectures.
  - info,search: add option to search and list Enhances
    (bsc#1237949)
  - version 1.14.86

------------------------------------------------------------------
------------------  2025-2-27  -  Feb 27 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED
    (git-fixes).
  - commit 23d3ebd
  - smb: client: handle path separator of created SMB symlinks
    (git-fixes).
  - Refresh
    patches.suse/smb-client-move-most-of-reparse-point-handling-code-to-common-file.patch.
  - commit c241ea6
  - smb: client: ignore unhandled reparse tags (git-fixes).
  - commit f2d26a5
  - smb: client: fix double put of @cfile in smb2_rename_path()
    (git-fixes).
  - commit 4ac349c
  - smb: client: fix double put of @cfile in smb2_set_path_size()
    (git-fixes).
  - commit 647e9ab
  - cifs: Remove intermediate object of failed create reparse call
    (git-fixes).
  - commit fa14b80
  - netfilter: nft_inner: incorrect percpu area handling under
    softirq (CVE-2024-56638 bsc#1235524).
  - commit 4c882b9
  - ptr_ring: do not block hard interrupts in
    ptr_ring_resize_multiple() (CVE-2024-57994 bsc#1237901).
  - commit e5a0226
  - printk: Fix signed integer overflow when defining
    LOG_BUF_LEN_MAX (bsc#1237950).
  - commit 1ff6bc3
  - add nf_tables for iptables non-legacy network handling
    This is needed for example by docker on the Alpine Linux distribution,
    but can also be used on openSUSE.
  - commit f9b0903
  - af_packet: do not call packet_read_pending() from
    tpacket_destruct_skb() (bsc#1237849).
  - commit 4ff6762
  - zram: fix potential UAF of zram table (git-fixes).
  - commit b9770a4

++++ kernel-rt:

  - smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED
    (git-fixes).
  - commit 23d3ebd
  - smb: client: handle path separator of created SMB symlinks
    (git-fixes).
  - Refresh
    patches.suse/smb-client-move-most-of-reparse-point-handling-code-to-common-file.patch.
  - commit c241ea6
  - smb: client: ignore unhandled reparse tags (git-fixes).
  - commit f2d26a5
  - smb: client: fix double put of @cfile in smb2_rename_path()
    (git-fixes).
  - commit 4ac349c
  - smb: client: fix double put of @cfile in smb2_set_path_size()
    (git-fixes).
  - commit 647e9ab
  - cifs: Remove intermediate object of failed create reparse call
    (git-fixes).
  - commit fa14b80
  - netfilter: nft_inner: incorrect percpu area handling under
    softirq (CVE-2024-56638 bsc#1235524).
  - commit 4c882b9
  - ptr_ring: do not block hard interrupts in
    ptr_ring_resize_multiple() (CVE-2024-57994 bsc#1237901).
  - commit e5a0226
  - printk: Fix signed integer overflow when defining
    LOG_BUF_LEN_MAX (bsc#1237950).
  - commit 1ff6bc3
  - add nf_tables for iptables non-legacy network handling
    This is needed for example by docker on the Alpine Linux distribution,
    but can also be used on openSUSE.
  - commit f9b0903
  - af_packet: do not call packet_read_pending() from
    tpacket_destruct_skb() (bsc#1237849).
  - commit 4ff6762
  - zram: fix potential UAF of zram table (git-fixes).
  - commit b9770a4

++++ kernel-rt_debug:

  - smb: client: handle STATUS_IO_REPARSE_TAG_NOT_HANDLED
    (git-fixes).
  - commit 23d3ebd
  - smb: client: handle path separator of created SMB symlinks
    (git-fixes).
  - Refresh
    patches.suse/smb-client-move-most-of-reparse-point-handling-code-to-common-file.patch.
  - commit c241ea6
  - smb: client: ignore unhandled reparse tags (git-fixes).
  - commit f2d26a5
  - smb: client: fix double put of @cfile in smb2_rename_path()
    (git-fixes).
  - commit 4ac349c
  - smb: client: fix double put of @cfile in smb2_set_path_size()
    (git-fixes).
  - commit 647e9ab
  - cifs: Remove intermediate object of failed create reparse call
    (git-fixes).
  - commit fa14b80
  - netfilter: nft_inner: incorrect percpu area handling under
    softirq (CVE-2024-56638 bsc#1235524).
  - commit 4c882b9
  - ptr_ring: do not block hard interrupts in
    ptr_ring_resize_multiple() (CVE-2024-57994 bsc#1237901).
  - commit e5a0226
  - printk: Fix signed integer overflow when defining
    LOG_BUF_LEN_MAX (bsc#1237950).
  - commit 1ff6bc3
  - add nf_tables for iptables non-legacy network handling
    This is needed for example by docker on the Alpine Linux distribution,
    but can also be used on openSUSE.
  - commit f9b0903
  - af_packet: do not call packet_read_pending() from
    tpacket_destruct_skb() (bsc#1237849).
  - commit 4ff6762
  - zram: fix potential UAF of zram table (git-fixes).
  - commit b9770a4

++++ libzypp:

  - Disable zypp.conf:download.use_deltarpm by default (fixes #620)
    Measurements show that you don't benefit from using deltarpms
    unless your network connection is very slow. That's why most
    distributions even stop offering deltarpms. The default remains
    unchanged on SUSE-15.6 and older.
  - Make sure repo variables are evaluated in the right context
    (bsc#1237044)
  - Introducing MediaCurl2 a alternative HTTP backend.
    This patch adds MediaCurl2 as a testbed for experimenting with a
    more simple way to download files. Set ZYPP_CURL2=1 in the
    environment to use it.
  - version 17.36.3 (35)

++++ zypper:

  - Annonunce --root in commands not launching a Target
    (bsc#1237044)
  - BuildRequires:  libzypp-devel >= 17.36.3.
  - version 1.14.85

------------------------------------------------------------------
------------------  2025-2-26  -  Feb 26 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.11 → 10.2.12
  - Fix profile env variable name regression
    In the effort of adapting to the latest snapper in Issue #2697
    we overlooked the after effect of a different variable name
    in the profile environment with regards to $kiwi_btrfs_root_is_snapshot
    and $kiwi_btrfs_root_is_snapper_snapshot. Image builds that
    references the former variable name would be broken by the change.
    This commit makes sure no regression is introduced by providing
    both variants. This Fixes bsc#1237772

++++ gettext-runtime:

  - Fix crash while handling po files with malformed header and
    process them properly
    (0003-Fix-malformed-header-processing.patch, boo#1227316).

++++ kernel-default:

  - Fix memory-hotplug regression (bsc#1237504)
    Refreshed
    patches.suse/mm-memory_hotplug-add-missing-mem_hotplug_lock.patch
  - commit 248260f
  - kernel-source: Also replace bin/env
  - commit dc2037c
  - net: do not delay dst_entries_add() in dst_release()
    (CVE-2024-50036 bsc#1231912).
  - commit 1203cd1
  - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (git-fixes)
  - commit 72d0292
  - RDMA/mlx5: Fix bind QP error cleanup flow (git-fixes)
  - commit a50daa9
  - RDMA/mlx5: Fix AH static rate parsing (git-fixes)
  - commit d0d2370
  - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (git-fixes)
  - commit c4c267b
  - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (git-fixes)
  - commit 2106458
  - RDMA/hns: Fix mbox timing out by adding retry mechanism (git-fixes)
  - commit a795049
  - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (git-fixes)
  - commit 8f2604e
  - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (git-fixes)
  - commit d076f6b
  - IB/mlx5: Set and get correct qp_num for a DCT QP (git-fixes)
  - commit 92c60dc
  - RDMA/mlx5: Fix the recovery flow of the UMR QP (git-fixes)
  - commit 06e0da5
  - zram: fix uninitialized ZRAM not releasing backing device
    (git-fixes).
  - zram: refuse to use zero sized block device as backing device
    (git-fixes).
  - zram: clear IDLE flag in mark_idle() (git-fixes).
  - zram: clear IDLE flag after recompression (git-fixes).
  - zram: do not mark idle slots that cannot be idle (git-fixes).
  - commit ef8009a

++++ kernel-rt:

  - Fix memory-hotplug regression (bsc#1237504)
    Refreshed
    patches.suse/mm-memory_hotplug-add-missing-mem_hotplug_lock.patch
  - commit 248260f
  - kernel-source: Also replace bin/env
  - commit dc2037c
  - net: do not delay dst_entries_add() in dst_release()
    (CVE-2024-50036 bsc#1231912).
  - commit 1203cd1
  - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (git-fixes)
  - commit 72d0292
  - RDMA/mlx5: Fix bind QP error cleanup flow (git-fixes)
  - commit a50daa9
  - RDMA/mlx5: Fix AH static rate parsing (git-fixes)
  - commit d0d2370
  - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (git-fixes)
  - commit c4c267b
  - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (git-fixes)
  - commit 2106458
  - RDMA/hns: Fix mbox timing out by adding retry mechanism (git-fixes)
  - commit a795049
  - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (git-fixes)
  - commit 8f2604e
  - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (git-fixes)
  - commit d076f6b
  - IB/mlx5: Set and get correct qp_num for a DCT QP (git-fixes)
  - commit 92c60dc
  - RDMA/mlx5: Fix the recovery flow of the UMR QP (git-fixes)
  - commit 06e0da5
  - zram: fix uninitialized ZRAM not releasing backing device
    (git-fixes).
  - zram: refuse to use zero sized block device as backing device
    (git-fixes).
  - zram: clear IDLE flag in mark_idle() (git-fixes).
  - zram: clear IDLE flag after recompression (git-fixes).
  - zram: do not mark idle slots that cannot be idle (git-fixes).
  - commit ef8009a

++++ kernel-rt_debug:

  - Fix memory-hotplug regression (bsc#1237504)
    Refreshed
    patches.suse/mm-memory_hotplug-add-missing-mem_hotplug_lock.patch
  - commit 248260f
  - kernel-source: Also replace bin/env
  - commit dc2037c
  - net: do not delay dst_entries_add() in dst_release()
    (CVE-2024-50036 bsc#1231912).
  - commit 1203cd1
  - RDMA/bnxt_re: Fix the page details for the srq created by kernel consumers (git-fixes)
  - commit 72d0292
  - RDMA/mlx5: Fix bind QP error cleanup flow (git-fixes)
  - commit a50daa9
  - RDMA/mlx5: Fix AH static rate parsing (git-fixes)
  - commit d0d2370
  - RDMA/mlx5: Fix implicit ODP hang on parent deregistration (git-fixes)
  - commit c4c267b
  - RDMA/bnxt_re: Fix the statistics for Gen P7 VF (git-fixes)
  - commit 2106458
  - RDMA/hns: Fix mbox timing out by adding retry mechanism (git-fixes)
  - commit a795049
  - RDMA/mlx5: Fix a WARN during dereg_mr for DM type (git-fixes)
  - commit 8f2604e
  - RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with error (git-fixes)
  - commit d076f6b
  - IB/mlx5: Set and get correct qp_num for a DCT QP (git-fixes)
  - commit 92c60dc
  - RDMA/mlx5: Fix the recovery flow of the UMR QP (git-fixes)
  - commit 06e0da5
  - zram: fix uninitialized ZRAM not releasing backing device
    (git-fixes).
  - zram: refuse to use zero sized block device as backing device
    (git-fixes).
  - zram: clear IDLE flag in mark_idle() (git-fixes).
  - zram: clear IDLE flag after recompression (git-fixes).
  - zram: do not mark idle slots that cannot be idle (git-fixes).
  - commit ef8009a

++++ pcr-oracle:

  - Add fix-bsc1230316-predict-sbatlevelrt.patch to predict
    SbatLevelRT for the next boot (bsc#1230316)

------------------------------------------------------------------
------------------  2025-2-25  -  Feb 25 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix grub mkimage call for the ppc platform
    The list of modules used to create a grub platform image for
    ppc was the same list as used for the x86 bios platform.
    This commit fixes this and also cleans up the inconsistency
    and misleading names used for creating platform specific
    output. This Fixes #2738

++++ kernel-default:

  - cgroup/cpuset: remove kernfs active break (bsc#1237691 bsc#1236110
    CVE-2025-21634)
    blacklist.conf: Re-analyzed the reasons, see bsc#1236110
  - commit e7a341f
  - blk-cgroup: Properly propagate the iostat update up the
    hierarchy (bsc#1225606).
  - commit fb4fada
  - Refresh
    patches.suse/btrfs-fix-extent-map-merging-not-happening-for-adjacent-ex.patch.
    Fix the `-Wparentheses` build warning.
    ../fs/btrfs/extent_map.c: In function 'mergable_maps':
    ../fs/btrfs/extent_map.c:219:48: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  - commit a88d495
  - smb: client: fix corruption in cifs_extend_writeback
    (bsc#1235609).
  - commit 7111675
  - Move upstreamed ACPI patch into sorted section
  - commit 34b98f4
  - btrfs: fix defrag not merging contiguous extents due to merged
    extent  maps (bsc#1237232).
  - btrfs: fix extent map merging not happening for adjacent extents
    (bsc#1237232).
  - commit a57c147
  - zram: split memory-tracking and ac-time tracking (git-fixes).
  - Update config files.
  - commit d2eb9a9

++++ kernel-rt:

  - cgroup/cpuset: remove kernfs active break (bsc#1237691 bsc#1236110
    CVE-2025-21634)
    blacklist.conf: Re-analyzed the reasons, see bsc#1236110
  - commit e7a341f
  - blk-cgroup: Properly propagate the iostat update up the
    hierarchy (bsc#1225606).
  - commit fb4fada
  - Refresh
    patches.suse/btrfs-fix-extent-map-merging-not-happening-for-adjacent-ex.patch.
    Fix the `-Wparentheses` build warning.
    ../fs/btrfs/extent_map.c: In function 'mergable_maps':
    ../fs/btrfs/extent_map.c:219:48: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  - commit a88d495
  - smb: client: fix corruption in cifs_extend_writeback
    (bsc#1235609).
  - commit 7111675
  - Move upstreamed ACPI patch into sorted section
  - commit 34b98f4
  - btrfs: fix defrag not merging contiguous extents due to merged
    extent  maps (bsc#1237232).
  - btrfs: fix extent map merging not happening for adjacent extents
    (bsc#1237232).
  - commit a57c147
  - zram: split memory-tracking and ac-time tracking (git-fixes).
  - Update config files.
  - commit d2eb9a9

++++ kernel-rt_debug:

  - cgroup/cpuset: remove kernfs active break (bsc#1237691 bsc#1236110
    CVE-2025-21634)
    blacklist.conf: Re-analyzed the reasons, see bsc#1236110
  - commit e7a341f
  - blk-cgroup: Properly propagate the iostat update up the
    hierarchy (bsc#1225606).
  - commit fb4fada
  - Refresh
    patches.suse/btrfs-fix-extent-map-merging-not-happening-for-adjacent-ex.patch.
    Fix the `-Wparentheses` build warning.
    ../fs/btrfs/extent_map.c: In function 'mergable_maps':
    ../fs/btrfs/extent_map.c:219:48: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  - commit a88d495
  - smb: client: fix corruption in cifs_extend_writeback
    (bsc#1235609).
  - commit 7111675
  - Move upstreamed ACPI patch into sorted section
  - commit 34b98f4
  - btrfs: fix defrag not merging contiguous extents due to merged
    extent  maps (bsc#1237232).
  - btrfs: fix extent map merging not happening for adjacent extents
    (bsc#1237232).
  - commit a57c147
  - zram: split memory-tracking and ac-time tracking (git-fixes).
  - Update config files.
  - commit d2eb9a9

++++ freetype2:

  - update to 2.13.3:
    * Some  fields in the `FT_Outline` structure have been changed
    from signed to unsigned type, which better reflects the actual
    usage. It is also an additional means to protect against
    malformed input.
    * Rare double-free crashes in the cache subsystem have been fixed.
    * Excessive stack allocation in the autohinter has been fixed.
    * The B/W  rasterizer has received a major upkeep that results in
    large performance improvements.  The rendering speed has
    increased and even doubled for very complex glyphs.

++++ open-vm-tools:

  - Revert previous change (Thu Feb 20 23:08:43 UTC 2025).  The proposed
    solutions was non-standard.

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 570.124.04 (boo#1237585)

------------------------------------------------------------------
------------------  2025-2-24  -  Feb 24 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: arm64: Fix alignment of kvm_hyp_memcache allocations
    (git-fixes).
  - commit 0b597f1
  - KVM: arm64: Flush hyp bss section after initialization of
    variables in bss (git-fixes).
  - commit 7a0da9b
  - KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR
    (git-fixes).
  - commit 361bd1c
  - KVM: arm64: Ensure vgic_ready() is ordered against MMIO
    registration (git-fixes).
  - commit eb69c06
  - KVM: arm64: Don't eagerly teardown the vgic on init error
    (git-fixes).
  - commit 09d2069
  - KVM: nSVM: Enter guest mode before initializing nested NPT MMU
    (git-fixes).
  - commit b54256b
  - KVM: x86: Avoid double RDPKRU when loading host/guest PKRU
    (git-fixes).
  - commit 497fc9a
  - KVM: x86: Zero out PV features cache when the CPUID leaf is
    not present (git-fixes).
  - commit b3e323a
  - KVM: x86: Account for KVM-reserved CR4 bits when passing
    through CR4 on VMX (git-fixes).
  - commit fe0be3a
  - padata: Clean up in padata_do_multithreaded() (bsc#1237563).
  - padata: Honor the caller's alignment in case of chunk_size 0
    (bsc#1237563).
  - cpu/hotplug: Don't offline the last non-isolated CPU
    (bsc#1237562).
  - cpu/hotplug: Prevent self deadlock on CPU hot-unplug
    (bsc#1237562).
  - commit 285ec7d
  - KVM: VMX: Fix comment of handle_vmx_instruction() (git-fixes).
  - commit 986c213
  - KVM: VMX: Allow toggling bits in MSR_IA32_RTIT_CTL when enable
    bit is cleared (git-fixes).
  - commit 19b003b
  - KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module
    init (git-fixes).
  - commit c214d6b
  - KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB
    (git-fixes).
  - commit 08a45f2
  - KVM: x86: Fix a comment inside
    __kvm_set_or_clear_apicv_inhibit() (git-fixes).
  - commit dc6e2e8
  - blk-cgroup: Fix class @block_class's subsystem refcount leakage
    (bsc#1237558).
  - commit 908404a
  - KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was
    a leaf SPTE (git-fixes).
  - commit d7ef6bb
  - KVM: x86: Unconditionally set irr_pending when updating APICv
    state (jsc#PED-348).
  - commit 7089ba6
  - KVM: nVMX: Treat vpid01 as current if L2 is active, but with
    VPID disabled (jsc#PED-348 git-fixes).
  - commit ce778dd
  - KVM: VMX: reset the segment cache after segment init in
    vmx_vcpu_reset() (jsc#PED-348 git-fixes).
  - commit 57ae6ea
  - vhost/net: Set num_buffers for virtio 1.0 (git-fixes).
  - commit 3cc9281
  - virtio_blk: reverse request order in virtio_queue_rqs
    (git-fixes).
  - commit 08ef4d5
  - x86/xen: allow larger contiguous memory regions in PV guests
    (git-fixes).
  - commit cbf742d
  - xen/swiotlb: relax alignment requirements (git-fixes).
  - commit 85ac962
  - x86/xen: add FRAME_END to xen_hypercall_hvm() (git-fixes).
  - commit 23eecda
  - x86/xen: fix xen_hypercall_hvm() to not clobber %rbx
    (git-fixes).
  - commit e343881
  - Grab mm lock before grabbing pt lock (git-fixes).
  - commit ae619e6
  - platform/x86/intel-uncore-freq: Increase minor number support
    (bsc#1237452).
  - commit 43ac95b
  - platform/x86/intel-uncore-freq: Ignore minor version change
    (bsc#1237452).
  - commit 6b5df6d
  - x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit (git-fixes).
  - commit 904b0d7
  - platform/x86: ISST: Ignore minor version change (bsc#1237452).
  - commit 17cda63
  - platform/x86/intel/tpmi: Add defines to get version information
    (bsc#1237452).
  - commit 1c56c6e
  - KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspace (git-fixes).
  - commit 129191d
  - x86/bugs: Add SRSO_USER_KERNEL_NO support (git-fixes).
  - commit 1052c36
  - RDMA/efa: Reset device on probe failure (git-fixes)
  - commit c120211

++++ kernel-rt:

  - KVM: arm64: Fix alignment of kvm_hyp_memcache allocations
    (git-fixes).
  - commit 0b597f1
  - KVM: arm64: Flush hyp bss section after initialization of
    variables in bss (git-fixes).
  - commit 7a0da9b
  - KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR
    (git-fixes).
  - commit 361bd1c
  - KVM: arm64: Ensure vgic_ready() is ordered against MMIO
    registration (git-fixes).
  - commit eb69c06
  - KVM: arm64: Don't eagerly teardown the vgic on init error
    (git-fixes).
  - commit 09d2069
  - KVM: nSVM: Enter guest mode before initializing nested NPT MMU
    (git-fixes).
  - commit b54256b
  - KVM: x86: Avoid double RDPKRU when loading host/guest PKRU
    (git-fixes).
  - commit 497fc9a
  - KVM: x86: Zero out PV features cache when the CPUID leaf is
    not present (git-fixes).
  - commit b3e323a
  - KVM: x86: Account for KVM-reserved CR4 bits when passing
    through CR4 on VMX (git-fixes).
  - commit fe0be3a
  - padata: Clean up in padata_do_multithreaded() (bsc#1237563).
  - padata: Honor the caller's alignment in case of chunk_size 0
    (bsc#1237563).
  - cpu/hotplug: Don't offline the last non-isolated CPU
    (bsc#1237562).
  - cpu/hotplug: Prevent self deadlock on CPU hot-unplug
    (bsc#1237562).
  - commit 285ec7d
  - KVM: VMX: Fix comment of handle_vmx_instruction() (git-fixes).
  - commit 986c213
  - KVM: VMX: Allow toggling bits in MSR_IA32_RTIT_CTL when enable
    bit is cleared (git-fixes).
  - commit 19b003b
  - KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module
    init (git-fixes).
  - commit c214d6b
  - KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB
    (git-fixes).
  - commit 08a45f2
  - KVM: x86: Fix a comment inside
    __kvm_set_or_clear_apicv_inhibit() (git-fixes).
  - commit dc6e2e8
  - blk-cgroup: Fix class @block_class's subsystem refcount leakage
    (bsc#1237558).
  - commit 908404a
  - KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was
    a leaf SPTE (git-fixes).
  - commit d7ef6bb
  - KVM: x86: Unconditionally set irr_pending when updating APICv
    state (jsc#PED-348).
  - commit 7089ba6
  - KVM: nVMX: Treat vpid01 as current if L2 is active, but with
    VPID disabled (jsc#PED-348 git-fixes).
  - commit ce778dd
  - KVM: VMX: reset the segment cache after segment init in
    vmx_vcpu_reset() (jsc#PED-348 git-fixes).
  - commit 57ae6ea
  - vhost/net: Set num_buffers for virtio 1.0 (git-fixes).
  - commit 3cc9281
  - virtio_blk: reverse request order in virtio_queue_rqs
    (git-fixes).
  - commit 08ef4d5
  - x86/xen: allow larger contiguous memory regions in PV guests
    (git-fixes).
  - commit cbf742d
  - xen/swiotlb: relax alignment requirements (git-fixes).
  - commit 85ac962
  - x86/xen: add FRAME_END to xen_hypercall_hvm() (git-fixes).
  - commit 23eecda
  - x86/xen: fix xen_hypercall_hvm() to not clobber %rbx
    (git-fixes).
  - commit e343881
  - Grab mm lock before grabbing pt lock (git-fixes).
  - commit ae619e6
  - platform/x86/intel-uncore-freq: Increase minor number support
    (bsc#1237452).
  - commit 43ac95b
  - platform/x86/intel-uncore-freq: Ignore minor version change
    (bsc#1237452).
  - commit 6b5df6d
  - x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit (git-fixes).
  - commit 904b0d7
  - platform/x86: ISST: Ignore minor version change (bsc#1237452).
  - commit 17cda63
  - platform/x86/intel/tpmi: Add defines to get version information
    (bsc#1237452).
  - commit 1c56c6e
  - KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspace (git-fixes).
  - commit 129191d
  - x86/bugs: Add SRSO_USER_KERNEL_NO support (git-fixes).
  - commit 1052c36
  - RDMA/efa: Reset device on probe failure (git-fixes)
  - commit c120211

++++ kernel-rt_debug:

  - KVM: arm64: Fix alignment of kvm_hyp_memcache allocations
    (git-fixes).
  - commit 0b597f1
  - KVM: arm64: Flush hyp bss section after initialization of
    variables in bss (git-fixes).
  - commit 7a0da9b
  - KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR
    (git-fixes).
  - commit 361bd1c
  - KVM: arm64: Ensure vgic_ready() is ordered against MMIO
    registration (git-fixes).
  - commit eb69c06
  - KVM: arm64: Don't eagerly teardown the vgic on init error
    (git-fixes).
  - commit 09d2069
  - KVM: nSVM: Enter guest mode before initializing nested NPT MMU
    (git-fixes).
  - commit b54256b
  - KVM: x86: Avoid double RDPKRU when loading host/guest PKRU
    (git-fixes).
  - commit 497fc9a
  - KVM: x86: Zero out PV features cache when the CPUID leaf is
    not present (git-fixes).
  - commit b3e323a
  - KVM: x86: Account for KVM-reserved CR4 bits when passing
    through CR4 on VMX (git-fixes).
  - commit fe0be3a
  - padata: Clean up in padata_do_multithreaded() (bsc#1237563).
  - padata: Honor the caller's alignment in case of chunk_size 0
    (bsc#1237563).
  - cpu/hotplug: Don't offline the last non-isolated CPU
    (bsc#1237562).
  - cpu/hotplug: Prevent self deadlock on CPU hot-unplug
    (bsc#1237562).
  - commit 285ec7d
  - KVM: VMX: Fix comment of handle_vmx_instruction() (git-fixes).
  - commit 986c213
  - KVM: VMX: Allow toggling bits in MSR_IA32_RTIT_CTL when enable
    bit is cleared (git-fixes).
  - commit 19b003b
  - KVM: x86: Cache CPUID.0xD XSTATE offsets+sizes during module
    init (git-fixes).
  - commit c214d6b
  - KVM: x86: AMD's IBPB is not equivalent to Intel's IBPB
    (git-fixes).
  - commit 08a45f2
  - KVM: x86: Fix a comment inside
    __kvm_set_or_clear_apicv_inhibit() (git-fixes).
  - commit dc6e2e8
  - blk-cgroup: Fix class @block_class's subsystem refcount leakage
    (bsc#1237558).
  - commit 908404a
  - KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was
    a leaf SPTE (git-fixes).
  - commit d7ef6bb
  - KVM: x86: Unconditionally set irr_pending when updating APICv
    state (jsc#PED-348).
  - commit 7089ba6
  - KVM: nVMX: Treat vpid01 as current if L2 is active, but with
    VPID disabled (jsc#PED-348 git-fixes).
  - commit ce778dd
  - KVM: VMX: reset the segment cache after segment init in
    vmx_vcpu_reset() (jsc#PED-348 git-fixes).
  - commit 57ae6ea
  - vhost/net: Set num_buffers for virtio 1.0 (git-fixes).
  - commit 3cc9281
  - virtio_blk: reverse request order in virtio_queue_rqs
    (git-fixes).
  - commit 08ef4d5
  - x86/xen: allow larger contiguous memory regions in PV guests
    (git-fixes).
  - commit cbf742d
  - xen/swiotlb: relax alignment requirements (git-fixes).
  - commit 85ac962
  - x86/xen: add FRAME_END to xen_hypercall_hvm() (git-fixes).
  - commit 23eecda
  - x86/xen: fix xen_hypercall_hvm() to not clobber %rbx
    (git-fixes).
  - commit e343881
  - Grab mm lock before grabbing pt lock (git-fixes).
  - commit ae619e6
  - platform/x86/intel-uncore-freq: Increase minor number support
    (bsc#1237452).
  - commit 43ac95b
  - platform/x86/intel-uncore-freq: Ignore minor version change
    (bsc#1237452).
  - commit 6b5df6d
  - x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-Exit (git-fixes).
  - commit 904b0d7
  - platform/x86: ISST: Ignore minor version change (bsc#1237452).
  - commit 17cda63
  - platform/x86/intel/tpmi: Add defines to get version information
    (bsc#1237452).
  - commit 1c56c6e
  - KVM: x86: Advertise SRSO_USER_KERNEL_NO to userspace (git-fixes).
  - commit 129191d
  - x86/bugs: Add SRSO_USER_KERNEL_NO support (git-fixes).
  - commit 1052c36
  - RDMA/efa: Reset device on probe failure (git-fixes)
  - commit c120211

++++ tiff:

  - Use python3-Sphinx instead of  %{primary_python}-Sphinx
    based on recommendation from python maintainers.
    * Fixes build issue of man flavor on 15.6

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 570.124.02 (boo#1237585)

++++ timezone:

  - Update to 2025a:
    * Paraguay adopts permanent -03 starting spring 2024
    * Improve pre-1991 data for the Philippines
    * Etc/Unknown is now reserved
  - Update to 2024b:
    * Improve historical data for Mexico, Mongolia, and Portugal.
    * System V names are now obsolescent.
    * The main data form now uses %z.
    * The code now conforms to RFC 8536 for early timestamps.
    * Support POSIX.1-2024, which removes asctime_r and ctime_r.
    * Assume POSIX.2-1992 or later for shell scripts.
    * SUPPORT_C89 now defaults to 1.
  - Add revert-philippines-historical-data.patch, revert-systemv-deprecation.patch
    * Fixes testsuite failures for other packages

------------------------------------------------------------------
------------------  2025-2-23  -  Feb 23 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - selftest: hugetlb_dio: fix test naming (git-fixes).
  - commit 303d120
  - selftests: hugetlb_dio: fixup check for initial conditions to
    skip in the start (git-fixes).
  - commit 35f33c3
  - selftests: hugetlb_dio: check for initial conditions to skip
    in the start (git-fixes).
  - commit 89353b1

++++ kernel-rt:

  - selftest: hugetlb_dio: fix test naming (git-fixes).
  - commit 303d120
  - selftests: hugetlb_dio: fixup check for initial conditions to
    skip in the start (git-fixes).
  - commit 35f33c3
  - selftests: hugetlb_dio: check for initial conditions to skip
    in the start (git-fixes).
  - commit 89353b1

++++ kernel-rt_debug:

  - selftest: hugetlb_dio: fix test naming (git-fixes).
  - commit 303d120
  - selftests: hugetlb_dio: fixup check for initial conditions to
    skip in the start (git-fixes).
  - commit 35f33c3
  - selftests: hugetlb_dio: check for initial conditions to skip
    in the start (git-fixes).
  - commit 89353b1

++++ nvidia-open-driver-G06-signed:

  - explicitly enable KMP for kernel-longterm: this will be needed
    for the transition period, until all KMPs are enabled

------------------------------------------------------------------
------------------  2025-2-22  -  Feb 22 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - selftest: mm: Test if hugepage does not get leaked during
    __bio_release_pages() (git-fixes).
  - commit 56d43b6
  - mtd: rawnand: cadence: fix unchecked dereference (git-fixes).
  - commit f3e10b9
  - drm/msm/dpu: Don't leak bits_per_component into random DSC_ENC
    fields (git-fixes).
  - drm/msm/dpu: Disable dither in phys encoder cleanup (git-fixes).
  - drm/msm: Avoid rounding up to one jiffy (git-fixes).
  - drm/nouveau/pmu: Fix gp10b firmware guard (git-fixes).
  - nouveau/svm: fix missing folio unlock + put after
    make_device_exclusive_range() (git-fixes).
  - mtd: rawnand: cadence: fix incorrect device in dma_unmap_single
    (git-fixes).
  - mtd: rawnand: cadence: use dma_map_resource for sdma address
    (git-fixes).
  - mtd: rawnand: cadence: fix error code in cadence_nand_init()
    (git-fixes).
  - USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist
    (stable-fixes).
  - USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone
    (stable-fixes).
  - USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI
    (stable-fixes).
  - USB: serial: option: drop MeiG Smart defines (stable-fixes).
  - USB: serial: option: fix Telit Cinterion FN990A name
    (stable-fixes).
  - USB: serial: option: add Telit Cinterion FN990B compositions
    (stable-fixes).
  - USB: serial: option: add MeiG Smart SLM828 (stable-fixes).
  - USB: hub: Ignore non-compliant devices with too many configs
    or interfaces (stable-fixes).
  - usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue
    during MIDI bind retries (git-fixes).
  - gpiolib: acpi: Add a quirk for Acer Nitro ANV14 (stable-fixes).
  - efi: Avoid cold plugged memory for placing the kernel
    (stable-fixes).
  - drm/amdgpu: avoid buffer overflow attach in
    smu_sys_set_pp_table() (stable-fixes).
  - batman-adv: Drop unmanaged ELP metric worker (git-fixes).
  - batman-adv: Ignore neighbor throughput metrics in error case
    (stable-fixes).
  - HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ
    context (git-fixes).
  - HID: hid-steam: Move hidraw input (un)registering to work
    (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla
    10 tablet 5V (stable-fixes).
  - ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10
    tablet 5V (stable-fixes).
  - selftests: gpio: gpio-sim: Fix missing chip disablements
    (stable-fixes).
  - PCI: switchtec: Add Microchip PCI100X device IDs (stable-fixes).
  - PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P
    (stable-fixes).
  - media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread
    (stable-fixes).
  - media: uvcvideo: Add Kurokesu C1 PRO camera (stable-fixes).
  - media: uvcvideo: Add new quirk definition for the Sonix
    Technology Co. 292a camera (stable-fixes).
  - media: uvcvideo: Implement dual stream quirk to fix loss of
    usb packets (stable-fixes).
  - media: cxd2841er: fix 64-bit division on gcc-9 (stable-fixes).
  - soc/tegra: fuse: Update Tegra234 nvmem keepout list
    (stable-fixes).
  - fbdev: omap: use threaded IRQ for LCD DMA (stable-fixes).
  - HID: hid-steam: Make sure rumble work is canceled on removal
    (stable-fixes).
  - selftests: rtnetlink: update netdevsim ipsec output format
    (stable-fixes).
  - HID: hid-steam: Add Deck IMU support (stable-fixes).
  - HID: hid-steam: Fix cleanup in probe() (git-fixes).
  - HID: hid-steam: remove pointless error message (stable-fixes).
  - HID: hid-steam: Add gamepad-only mode switched to by holding
    options (stable-fixes).
  - HID: hid-steam: Update list of identifiers from SDL
    (stable-fixes).
  - HID: hid-steam: Clean up locking (stable-fixes).
  - HID: hid-steam: Disable watchdog instead of using a heartbeat
    (stable-fixes).
  - HID: hid-steam: Avoid overwriting smoothing parameter
    (stable-fixes).
  - commit df6a4bb

++++ kernel-rt:

  - selftest: mm: Test if hugepage does not get leaked during
    __bio_release_pages() (git-fixes).
  - commit 56d43b6
  - mtd: rawnand: cadence: fix unchecked dereference (git-fixes).
  - commit f3e10b9
  - drm/msm/dpu: Don't leak bits_per_component into random DSC_ENC
    fields (git-fixes).
  - drm/msm/dpu: Disable dither in phys encoder cleanup (git-fixes).
  - drm/msm: Avoid rounding up to one jiffy (git-fixes).
  - drm/nouveau/pmu: Fix gp10b firmware guard (git-fixes).
  - nouveau/svm: fix missing folio unlock + put after
    make_device_exclusive_range() (git-fixes).
  - mtd: rawnand: cadence: fix incorrect device in dma_unmap_single
    (git-fixes).
  - mtd: rawnand: cadence: use dma_map_resource for sdma address
    (git-fixes).
  - mtd: rawnand: cadence: fix error code in cadence_nand_init()
    (git-fixes).
  - USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist
    (stable-fixes).
  - USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone
    (stable-fixes).
  - USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI
    (stable-fixes).
  - USB: serial: option: drop MeiG Smart defines (stable-fixes).
  - USB: serial: option: fix Telit Cinterion FN990A name
    (stable-fixes).
  - USB: serial: option: add Telit Cinterion FN990B compositions
    (stable-fixes).
  - USB: serial: option: add MeiG Smart SLM828 (stable-fixes).
  - USB: hub: Ignore non-compliant devices with too many configs
    or interfaces (stable-fixes).
  - usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue
    during MIDI bind retries (git-fixes).
  - gpiolib: acpi: Add a quirk for Acer Nitro ANV14 (stable-fixes).
  - efi: Avoid cold plugged memory for placing the kernel
    (stable-fixes).
  - drm/amdgpu: avoid buffer overflow attach in
    smu_sys_set_pp_table() (stable-fixes).
  - batman-adv: Drop unmanaged ELP metric worker (git-fixes).
  - batman-adv: Ignore neighbor throughput metrics in error case
    (stable-fixes).
  - HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ
    context (git-fixes).
  - HID: hid-steam: Move hidraw input (un)registering to work
    (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla
    10 tablet 5V (stable-fixes).
  - ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10
    tablet 5V (stable-fixes).
  - selftests: gpio: gpio-sim: Fix missing chip disablements
    (stable-fixes).
  - PCI: switchtec: Add Microchip PCI100X device IDs (stable-fixes).
  - PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P
    (stable-fixes).
  - media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread
    (stable-fixes).
  - media: uvcvideo: Add Kurokesu C1 PRO camera (stable-fixes).
  - media: uvcvideo: Add new quirk definition for the Sonix
    Technology Co. 292a camera (stable-fixes).
  - media: uvcvideo: Implement dual stream quirk to fix loss of
    usb packets (stable-fixes).
  - media: cxd2841er: fix 64-bit division on gcc-9 (stable-fixes).
  - soc/tegra: fuse: Update Tegra234 nvmem keepout list
    (stable-fixes).
  - fbdev: omap: use threaded IRQ for LCD DMA (stable-fixes).
  - HID: hid-steam: Make sure rumble work is canceled on removal
    (stable-fixes).
  - selftests: rtnetlink: update netdevsim ipsec output format
    (stable-fixes).
  - HID: hid-steam: Add Deck IMU support (stable-fixes).
  - HID: hid-steam: Fix cleanup in probe() (git-fixes).
  - HID: hid-steam: remove pointless error message (stable-fixes).
  - HID: hid-steam: Add gamepad-only mode switched to by holding
    options (stable-fixes).
  - HID: hid-steam: Update list of identifiers from SDL
    (stable-fixes).
  - HID: hid-steam: Clean up locking (stable-fixes).
  - HID: hid-steam: Disable watchdog instead of using a heartbeat
    (stable-fixes).
  - HID: hid-steam: Avoid overwriting smoothing parameter
    (stable-fixes).
  - commit df6a4bb

++++ kernel-rt_debug:

  - selftest: mm: Test if hugepage does not get leaked during
    __bio_release_pages() (git-fixes).
  - commit 56d43b6
  - mtd: rawnand: cadence: fix unchecked dereference (git-fixes).
  - commit f3e10b9
  - drm/msm/dpu: Don't leak bits_per_component into random DSC_ENC
    fields (git-fixes).
  - drm/msm/dpu: Disable dither in phys encoder cleanup (git-fixes).
  - drm/msm: Avoid rounding up to one jiffy (git-fixes).
  - drm/nouveau/pmu: Fix gp10b firmware guard (git-fixes).
  - nouveau/svm: fix missing folio unlock + put after
    make_device_exclusive_range() (git-fixes).
  - mtd: rawnand: cadence: fix incorrect device in dma_unmap_single
    (git-fixes).
  - mtd: rawnand: cadence: use dma_map_resource for sdma address
    (git-fixes).
  - mtd: rawnand: cadence: fix error code in cadence_nand_init()
    (git-fixes).
  - USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast dist
    (stable-fixes).
  - USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphone
    (stable-fixes).
  - USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI
    (stable-fixes).
  - USB: serial: option: drop MeiG Smart defines (stable-fixes).
  - USB: serial: option: fix Telit Cinterion FN990A name
    (stable-fixes).
  - USB: serial: option: add Telit Cinterion FN990B compositions
    (stable-fixes).
  - USB: serial: option: add MeiG Smart SLM828 (stable-fixes).
  - USB: hub: Ignore non-compliant devices with too many configs
    or interfaces (stable-fixes).
  - usb: gadget: f_midi: Fixing wMaxPacketSize exceeded issue
    during MIDI bind retries (git-fixes).
  - gpiolib: acpi: Add a quirk for Acer Nitro ANV14 (stable-fixes).
  - efi: Avoid cold plugged memory for placing the kernel
    (stable-fixes).
  - drm/amdgpu: avoid buffer overflow attach in
    smu_sys_set_pp_table() (stable-fixes).
  - batman-adv: Drop unmanaged ELP metric worker (git-fixes).
  - batman-adv: Ignore neighbor throughput metrics in error case
    (stable-fixes).
  - HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ
    context (git-fixes).
  - HID: hid-steam: Move hidraw input (un)registering to work
    (git-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla
    10 tablet 5V (stable-fixes).
  - ACPI: x86: Add skip i2c clients quirk for Vexia EDU ATLA 10
    tablet 5V (stable-fixes).
  - selftests: gpio: gpio-sim: Fix missing chip disablements
    (stable-fixes).
  - PCI: switchtec: Add Microchip PCI100X device IDs (stable-fixes).
  - PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P
    (stable-fixes).
  - media: vidtv: Fix a null-ptr-deref in vidtv_mux_stop_thread
    (stable-fixes).
  - media: uvcvideo: Add Kurokesu C1 PRO camera (stable-fixes).
  - media: uvcvideo: Add new quirk definition for the Sonix
    Technology Co. 292a camera (stable-fixes).
  - media: uvcvideo: Implement dual stream quirk to fix loss of
    usb packets (stable-fixes).
  - media: cxd2841er: fix 64-bit division on gcc-9 (stable-fixes).
  - soc/tegra: fuse: Update Tegra234 nvmem keepout list
    (stable-fixes).
  - fbdev: omap: use threaded IRQ for LCD DMA (stable-fixes).
  - HID: hid-steam: Make sure rumble work is canceled on removal
    (stable-fixes).
  - selftests: rtnetlink: update netdevsim ipsec output format
    (stable-fixes).
  - HID: hid-steam: Add Deck IMU support (stable-fixes).
  - HID: hid-steam: Fix cleanup in probe() (git-fixes).
  - HID: hid-steam: remove pointless error message (stable-fixes).
  - HID: hid-steam: Add gamepad-only mode switched to by holding
    options (stable-fixes).
  - HID: hid-steam: Update list of identifiers from SDL
    (stable-fixes).
  - HID: hid-steam: Clean up locking (stable-fixes).
  - HID: hid-steam: Disable watchdog instead of using a heartbeat
    (stable-fixes).
  - HID: hid-steam: Avoid overwriting smoothing parameter
    (stable-fixes).
  - commit df6a4bb

++++ libX11:

  - U_CVE-2025-26597-0001-xkb-Fix-buffer-overflow-in-XkbChangeTypesOfKey.patch
    * Buffer overflow in XkbChangeTypesOfKey()
    (CVE-2025-26597, bsc#1237431)

------------------------------------------------------------------
------------------  2025-2-21  -  Feb 21 2025  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.33.1:
    * Improvements
  - Add support for gw_priority, enable_ipv4 (requires docker
    v28.0) by @thaJeztah in #12570
    * Fixes
  - Run watch standalone if menu fails to start by @ndeloof in
    [#12536]
  - Report error using non-file secret|config with read-only
    service by @ndeloof in #12531
  - Don't display bake suggestion when using --progress with
    quiet or json option by @glours in #12561
  - Fix pull --parallel and --no-parallel deprecation warnings
    missing by @maxproske in #12555
  - Fix error message when detach is implied by wait by @ndeloof
    in #12566
    * Dependencies
  - build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1
    by @dependabot in #12556
  - build(deps): bump google.golang.org/grpc from 1.68.1 to
    1.70.0 by @dependabot in #12494
  - go.mod: update to docker v28.0.0 by @thaJeztah in #12545

++++ dracut:

  - Update to version 059+suse.617.gb2c1d974:
    Fixes for booting from iSCSI offload with bnx2i (bsc#1228086):
    * fix(iscsi): attempt iSCSI login before all interfaces are up
    * fix(iscsi): don't require network setup for bnx2i
    Other:
    * fix(dracut): rework timeout for devices added via --mount and --add-device (bsc#1231792)

++++ kernel-default:

  - block: avoid to reuse `hctx` not removed from cpuhp callback
    list (git-fixes).
  - block: use the right type for stub rq_integrity_vec()
    (git-fixes).
  - block: Fix page refcounts for unaligned buffers in
    __bio_release_pages() (git-fixes).
  - commit 27674be
  - devlink: avoid potential loop in
    devlink_rel_nested_in_notify_work() (bsc#1237234).
  - commit 3a39566
  - power: supply: da9150-fg: fix potential overflow (git-fixes).
  - commit 859fe45
  - ocfs2: fix incorrect CPU endianness conversion causing mount
    failure (bsc#1236138).
    re-enable patch ocfs2-fix-UBSAN-warning-in-ocfs2_verify_volume.patch
    (bsc#1236138).
  - commit 1f4d40a

++++ kernel-rt:

  - block: avoid to reuse `hctx` not removed from cpuhp callback
    list (git-fixes).
  - block: use the right type for stub rq_integrity_vec()
    (git-fixes).
  - block: Fix page refcounts for unaligned buffers in
    __bio_release_pages() (git-fixes).
  - commit 27674be
  - devlink: avoid potential loop in
    devlink_rel_nested_in_notify_work() (bsc#1237234).
  - commit 3a39566
  - power: supply: da9150-fg: fix potential overflow (git-fixes).
  - commit 859fe45
  - ocfs2: fix incorrect CPU endianness conversion causing mount
    failure (bsc#1236138).
    re-enable patch ocfs2-fix-UBSAN-warning-in-ocfs2_verify_volume.patch
    (bsc#1236138).
  - commit 1f4d40a

++++ kernel-rt_debug:

  - block: avoid to reuse `hctx` not removed from cpuhp callback
    list (git-fixes).
  - block: use the right type for stub rq_integrity_vec()
    (git-fixes).
  - block: Fix page refcounts for unaligned buffers in
    __bio_release_pages() (git-fixes).
  - commit 27674be
  - devlink: avoid potential loop in
    devlink_rel_nested_in_notify_work() (bsc#1237234).
  - commit 3a39566
  - power: supply: da9150-fg: fix potential overflow (git-fixes).
  - commit 859fe45
  - ocfs2: fix incorrect CPU endianness conversion causing mount
    failure (bsc#1236138).
    re-enable patch ocfs2-fix-UBSAN-warning-in-ocfs2_verify_volume.patch
    (bsc#1236138).
  - commit 1f4d40a

++++ libxml2:

  - security update
  - added patches
    fix CVE-2024-56171 [bsc#1237363], use-after-free in xmlSchemaIDCFillNodeTables and xmlSchemaBubbleIDCNodeTables in xmlschemas.c
    + libxml2-CVE-2024-56171.patch
    fix CVE-2025-24928 [bsc#1237370], stack-based buffer overflow in xmlSnprintfElements in valid.c
    + libxml2-CVE-2025-24928.patch
    fix CVE-2025-27113 [bsc#1237418], NULL Pointer Dereference in libxml2 xmlPatMatch
    + libxml2-CVE-2025-27113.patch

++++ libzypp:

  - Filesystem usrmerge must not be done in singletrans mode
    (bsc#1236481, bsc#1189788)
    Commit will amend the backend in case the transaction would
    perform a filesystem usrmerge.
  - Workaround bsc#1216091 on Code16.
  - version 17.36.2 (35)

++++ pcr-oracle:

  - Update the License tag to GPL-2.0-or-later to match the license
    declaration in the source files

++++ libxml2-python:

  - security update
  - added patches
    fix CVE-2024-56171 [bsc#1237363], use-after-free in xmlSchemaIDCFillNodeTables and xmlSchemaBubbleIDCNodeTables in xmlschemas.c
    + libxml2-CVE-2024-56171.patch
    fix CVE-2025-24928 [bsc#1237370], stack-based buffer overflow in xmlSnprintfElements in valid.c
    + libxml2-CVE-2025-24928.patch
    fix CVE-2025-27113 [bsc#1237418], NULL Pointer Dereference in libxml2 xmlPatMatch
    + libxml2-CVE-2025-27113.patch

------------------------------------------------------------------
------------------  2025-2-20  -  Feb 20 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - iommu/arm-smmu-v3: Clean up more on probe failure
    (stable-fixes).
  - commit f5873b7
  - ice: fold ice_ptp_read_time into ice_ptp_gettimex64
    (bsc#1237415).
  - ice: avoid the PTP hardware semaphore in gettimex64 path
    (bsc#1237415).
  - ice: add ice_adapter for shared data across PFs on the same NIC
    (bsc#1237415).
  - commit 9bb3389
  - Fix conditional for selecting gcc-13
    Fixes: 51dacec21eb1 ("Use gcc-13 for build on SLE16 (jsc#PED-10028).")
  - commit 07542ae
  - kasan: don't call find_vm_area() in a PREEMPT_RT kernel
    (git-fixes).
  - lib/iov_iter: fix import_iovec_ubuf iovec management
    (git-fixes).
  - lib: stackinit: hide never-taken branch from compiler
    (stable-fixes).
  - commit 08ac036
  - KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state (git-fixes)
  - commit 484a6fb
  - arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array (git-fixes)
  - commit d8f1799
  - arm64: Handle .ARM.attributes section in linker scripts (git-fixes)
  - commit 44f383d
  - arm64/mm: Ensure adequate HUGE_MAX_HSTATE (git-fixes)
  - commit 13bd685

++++ kernel-rt:

  - iommu/arm-smmu-v3: Clean up more on probe failure
    (stable-fixes).
  - commit f5873b7
  - ice: fold ice_ptp_read_time into ice_ptp_gettimex64
    (bsc#1237415).
  - ice: avoid the PTP hardware semaphore in gettimex64 path
    (bsc#1237415).
  - ice: add ice_adapter for shared data across PFs on the same NIC
    (bsc#1237415).
  - commit 9bb3389
  - Fix conditional for selecting gcc-13
    Fixes: 51dacec21eb1 ("Use gcc-13 for build on SLE16 (jsc#PED-10028).")
  - commit 07542ae
  - kasan: don't call find_vm_area() in a PREEMPT_RT kernel
    (git-fixes).
  - lib/iov_iter: fix import_iovec_ubuf iovec management
    (git-fixes).
  - lib: stackinit: hide never-taken branch from compiler
    (stable-fixes).
  - commit 08ac036
  - KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state (git-fixes)
  - commit 484a6fb
  - arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array (git-fixes)
  - commit d8f1799
  - arm64: Handle .ARM.attributes section in linker scripts (git-fixes)
  - commit 44f383d
  - arm64/mm: Ensure adequate HUGE_MAX_HSTATE (git-fixes)
  - commit 13bd685

++++ kernel-rt_debug:

  - iommu/arm-smmu-v3: Clean up more on probe failure
    (stable-fixes).
  - commit f5873b7
  - ice: fold ice_ptp_read_time into ice_ptp_gettimex64
    (bsc#1237415).
  - ice: avoid the PTP hardware semaphore in gettimex64 path
    (bsc#1237415).
  - ice: add ice_adapter for shared data across PFs on the same NIC
    (bsc#1237415).
  - commit 9bb3389
  - Fix conditional for selecting gcc-13
    Fixes: 51dacec21eb1 ("Use gcc-13 for build on SLE16 (jsc#PED-10028).")
  - commit 07542ae
  - kasan: don't call find_vm_area() in a PREEMPT_RT kernel
    (git-fixes).
  - lib/iov_iter: fix import_iovec_ubuf iovec management
    (git-fixes).
  - lib: stackinit: hide never-taken branch from compiler
    (stable-fixes).
  - commit 08ac036
  - KVM: arm64: Unconditionally save+flush host FPSIMD/SVE/SME state (git-fixes)
  - commit 484a6fb
  - arm64: cacheinfo: Avoid out-of-bounds write to cacheinfo array (git-fixes)
  - commit d8f1799
  - arm64: Handle .ARM.attributes section in linker scripts (git-fixes)
  - commit 44f383d
  - arm64/mm: Ensure adequate HUGE_MAX_HSTATE (git-fixes)
  - commit 13bd685

++++ gcc14:

  - Update to gcc-14 branch head, 9ffecde121af883b60bbe60d0, git11321
    * fixes reported ICE in [bsc#1237442]
  - Drop gcc14-pr116629.patch now backported to the branch.

++++ open-vm-tools:

  - (bsc#1237180): Ensure vmtoolsd.service, vgauthd.service, and
    vmblock-fuse.service are set to enabled by default.

------------------------------------------------------------------
------------------  2025-2-19  -  Feb 19 2025  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 27.5.1-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/27/#2741> bsc#1237335
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * cli-0001-docs-include-required-tools-in-source-tree.patch
  - Update to docker-buildx 0.20.1. See upstream changelog online at
    <https://github.com/docker/buildx/releases/tag/v0.20.1>

++++ kernel-default:

  - block: copy back bounce buffer to user-space correctly in case
    of split (git-fixes).
  - partitions: ldm: remove the initial kernel-doc notation
    (git-fixes).
  - nbd: don't allow reconnect after disconnect (git-fixes).
  - block: retry call probe after request_module in
    blk_request_module (git-fixes).
  - block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()
    (git-fixes).
  - blk-iocost: Avoid using clamp() on inuse in
    __propagate_weights() (git-fixes).
  - blk-mq: move cpuhp callback registering out of q->sysfs_lock
    (git-fixes).
  - blk-mq: register cpuhp callback after hctx is added to xarray
    table (git-fixes).
  - ublk: fix error code for unsupported command (git-fixes).
  - block: return unsigned int from bdev_io_min (git-fixes).
  - block: fix bio_split_rw_at to take zone_write_granularity into
    account (git-fixes).
  - ublk: fix ublk_ch_mmap() for 64K page size (git-fixes).
  - blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex
    less long (git-fixes).
  - block: fix ordering between checking BLK_MQ_S_STOPPED request
    adding (git-fixes).
  - block: fix ordering between checking QUEUE_FLAG_QUIESCED
    request adding (git-fixes).
  - block: fix missing dispatching request when queue is started
    or unquiesced (git-fixes).
  - Revert "blk-throttle: Fix IO hang for a corner case"
    (git-fixes).
  - block: fix sanity checks in blk_rq_map_user_bvec (git-fixes).
  - block: Fix elevator_get_default() checking for NULL q->tag_set
    (git-fixes).
  - blk_iocost: remove some duplicate irq disable/enables
    (git-fixes).
  - block: fix integer overflow in BLKSECDISCARD (git-fixes).
  - ublk: move zone report data out of request pdu (git-fixes).
  - bio-integrity: don't restrict the size of integrity metadata
    (git-fixes).
  - block: Fix lockdep warning in blk_mq_mark_tag_wait (git-fixes).
  - rbd: don't assume rbd_is_lock_owner() for exclusive mappings
    (git-fixes).
  - rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappings
    (git-fixes).
  - rbd: rename RBD_LOCK_STATE_RELEASING and releasing_wait
    (git-fixes).
  - loop: don't set QUEUE_FLAG_NOMERGES (git-fixes).
  - block: change rq_integrity_vec to respect the iterator
    (git-fixes).
  - block: remove the blk_flush_integrity call in
    blk_integrity_unregister (git-fixes).
  - block: sed-opal: avoid possible wrong address reference in
    read_sed_opal_key() (git-fixes).
  - null_blk: fix validation of block size (git-fixes).
  - null_blk: Do not allow runt zone with zone capacity smaller
    then zone size (git-fixes).
  - null_blk: Print correct max open zones limit in
    null_init_zoned_dev() (git-fixes).
  - nbd: Fix signal handling (git-fixes).
  - nbd: Improve the documentation of the locking assumptions
    (git-fixes).
  - block: support to account io_ticks precisely (git-fixes).
  - null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
    (git-fixes).
  - block: fix and simplify blkdevparts= cmdline parsing
    (git-fixes).
  - block: add a partscan sysfs attribute for disks (git-fixes).
  - block: add a disk_has_partscan helper (git-fixes).
  - null_blk: Fix missing mutex_destroy() at module removal
    (git-fixes).
  - block: propagate partition scanning errors to the BLKRRPART
    ioctl (git-fixes).
  - block: Clear zone limits for a non-zoned stacked queue
    (git-fixes).
  - rbd: don't move requests to the running list on errors
    (git-fixes).
  - commit 267ddd1
  - null_blk: Remove usage of the deprecated ida_simple_xx() API
    (git-fixes).
  - Refresh
    patches.suse/null_blk-fix-null-ptr-dereference-while-configuring-.patch.
  - commit cea38e9
  - kabi: fix group_cpus_evenly (bsc#1236897).
  - kabi: fix bus type (bsc#1236896).
  - commit 175404f
  - PCI: imx6: Simplify clock handling by using clk_bulk*() function
    (git-fixes).
  - Refresh
    patches.suse/PCI-imx6-Fix-suspend-resume-support-on-i.MX6QDL.patch.
  - Refresh
    patches.suse/PCI-imx6-Skip-controller_id-generation-logic-for-i.M.patch.
  - commit f03d03e
  - PCI: Use downstream bridges for distributing resources
    (bsc#1237325).
  - commit 7c0294f
  - usb: quirks: Add NO_LPM quirk for TOSHIBA TransMemory-Mx device
    (git-fixes).
  - commit bbb24b0
  - ALSA: hda/conexant: Add quirk for HP ProBook 450 G4 mute LED
    (stable-fixes).
  - commit 5d15622
  - ALSA: seq: Drop UMP events when no UMP-conversion is set
    (git-fixes).
  - ALSA: hda/cirrus: Correct the full scale volume set logic
    (git-fixes).
  - ALSA: hda: Add error check for snd_ctl_rename_id() in
    snd_hda_create_dig_out_ctls() (git-fixes).
  - ASoC: SOF: pcm: Clear the susbstream pointer to NULL on close
    (git-fixes).
  - ASoC: SOF: stream-ipc: Check for cstream nullity in
    sof_ipc_msg_data() (git-fixes).
  - ASoC: rockchip: i2s-tdm: fix shift config for
    SND_SOC_DAIFMT_DSP_[AB] (git-fixes).
  - ASoC: fsl_micfil: Enable default case in micfil_set_quality()
    (git-fixes).
  - ALSA: hda/realtek: Fixup ALC225 depop procedure (git-fixes).
  - commit 6fb0aa0
  - block: ensure we hold a queue reference when using queue limits
    (git-fixes).
  - Refresh
    patches.suse/block-Fix-where-bio-IO-priority-gets-set.patch.
  - commit 36d897c

++++ kernel-rt:

  - block: copy back bounce buffer to user-space correctly in case
    of split (git-fixes).
  - partitions: ldm: remove the initial kernel-doc notation
    (git-fixes).
  - nbd: don't allow reconnect after disconnect (git-fixes).
  - block: retry call probe after request_module in
    blk_request_module (git-fixes).
  - block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()
    (git-fixes).
  - blk-iocost: Avoid using clamp() on inuse in
    __propagate_weights() (git-fixes).
  - blk-mq: move cpuhp callback registering out of q->sysfs_lock
    (git-fixes).
  - blk-mq: register cpuhp callback after hctx is added to xarray
    table (git-fixes).
  - ublk: fix error code for unsupported command (git-fixes).
  - block: return unsigned int from bdev_io_min (git-fixes).
  - block: fix bio_split_rw_at to take zone_write_granularity into
    account (git-fixes).
  - ublk: fix ublk_ch_mmap() for 64K page size (git-fixes).
  - blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex
    less long (git-fixes).
  - block: fix ordering between checking BLK_MQ_S_STOPPED request
    adding (git-fixes).
  - block: fix ordering between checking QUEUE_FLAG_QUIESCED
    request adding (git-fixes).
  - block: fix missing dispatching request when queue is started
    or unquiesced (git-fixes).
  - Revert "blk-throttle: Fix IO hang for a corner case"
    (git-fixes).
  - block: fix sanity checks in blk_rq_map_user_bvec (git-fixes).
  - block: Fix elevator_get_default() checking for NULL q->tag_set
    (git-fixes).
  - blk_iocost: remove some duplicate irq disable/enables
    (git-fixes).
  - block: fix integer overflow in BLKSECDISCARD (git-fixes).
  - ublk: move zone report data out of request pdu (git-fixes).
  - bio-integrity: don't restrict the size of integrity metadata
    (git-fixes).
  - block: Fix lockdep warning in blk_mq_mark_tag_wait (git-fixes).
  - rbd: don't assume rbd_is_lock_owner() for exclusive mappings
    (git-fixes).
  - rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappings
    (git-fixes).
  - rbd: rename RBD_LOCK_STATE_RELEASING and releasing_wait
    (git-fixes).
  - loop: don't set QUEUE_FLAG_NOMERGES (git-fixes).
  - block: change rq_integrity_vec to respect the iterator
    (git-fixes).
  - block: remove the blk_flush_integrity call in
    blk_integrity_unregister (git-fixes).
  - block: sed-opal: avoid possible wrong address reference in
    read_sed_opal_key() (git-fixes).
  - null_blk: fix validation of block size (git-fixes).
  - null_blk: Do not allow runt zone with zone capacity smaller
    then zone size (git-fixes).
  - null_blk: Print correct max open zones limit in
    null_init_zoned_dev() (git-fixes).
  - nbd: Fix signal handling (git-fixes).
  - nbd: Improve the documentation of the locking assumptions
    (git-fixes).
  - block: support to account io_ticks precisely (git-fixes).
  - null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
    (git-fixes).
  - block: fix and simplify blkdevparts= cmdline parsing
    (git-fixes).
  - block: add a partscan sysfs attribute for disks (git-fixes).
  - block: add a disk_has_partscan helper (git-fixes).
  - null_blk: Fix missing mutex_destroy() at module removal
    (git-fixes).
  - block: propagate partition scanning errors to the BLKRRPART
    ioctl (git-fixes).
  - block: Clear zone limits for a non-zoned stacked queue
    (git-fixes).
  - rbd: don't move requests to the running list on errors
    (git-fixes).
  - commit 267ddd1
  - null_blk: Remove usage of the deprecated ida_simple_xx() API
    (git-fixes).
  - Refresh
    patches.suse/null_blk-fix-null-ptr-dereference-while-configuring-.patch.
  - commit cea38e9
  - kabi: fix group_cpus_evenly (bsc#1236897).
  - kabi: fix bus type (bsc#1236896).
  - commit 175404f
  - PCI: imx6: Simplify clock handling by using clk_bulk*() function
    (git-fixes).
  - Refresh
    patches.suse/PCI-imx6-Fix-suspend-resume-support-on-i.MX6QDL.patch.
  - Refresh
    patches.suse/PCI-imx6-Skip-controller_id-generation-logic-for-i.M.patch.
  - commit f03d03e
  - PCI: Use downstream bridges for distributing resources
    (bsc#1237325).
  - commit 7c0294f
  - usb: quirks: Add NO_LPM quirk for TOSHIBA TransMemory-Mx device
    (git-fixes).
  - commit bbb24b0
  - ALSA: hda/conexant: Add quirk for HP ProBook 450 G4 mute LED
    (stable-fixes).
  - commit 5d15622
  - ALSA: seq: Drop UMP events when no UMP-conversion is set
    (git-fixes).
  - ALSA: hda/cirrus: Correct the full scale volume set logic
    (git-fixes).
  - ALSA: hda: Add error check for snd_ctl_rename_id() in
    snd_hda_create_dig_out_ctls() (git-fixes).
  - ASoC: SOF: pcm: Clear the susbstream pointer to NULL on close
    (git-fixes).
  - ASoC: SOF: stream-ipc: Check for cstream nullity in
    sof_ipc_msg_data() (git-fixes).
  - ASoC: rockchip: i2s-tdm: fix shift config for
    SND_SOC_DAIFMT_DSP_[AB] (git-fixes).
  - ASoC: fsl_micfil: Enable default case in micfil_set_quality()
    (git-fixes).
  - ALSA: hda/realtek: Fixup ALC225 depop procedure (git-fixes).
  - commit 6fb0aa0
  - block: ensure we hold a queue reference when using queue limits
    (git-fixes).
  - Refresh
    patches.suse/block-Fix-where-bio-IO-priority-gets-set.patch.
  - commit 36d897c

++++ kernel-rt_debug:

  - block: copy back bounce buffer to user-space correctly in case
    of split (git-fixes).
  - partitions: ldm: remove the initial kernel-doc notation
    (git-fixes).
  - nbd: don't allow reconnect after disconnect (git-fixes).
  - block: retry call probe after request_module in
    blk_request_module (git-fixes).
  - block, bfq: fix waker_bfqq UAF after bfq_split_bfqq()
    (git-fixes).
  - blk-iocost: Avoid using clamp() on inuse in
    __propagate_weights() (git-fixes).
  - blk-mq: move cpuhp callback registering out of q->sysfs_lock
    (git-fixes).
  - blk-mq: register cpuhp callback after hctx is added to xarray
    table (git-fixes).
  - ublk: fix error code for unsupported command (git-fixes).
  - block: return unsigned int from bdev_io_min (git-fixes).
  - block: fix bio_split_rw_at to take zone_write_granularity into
    account (git-fixes).
  - ublk: fix ublk_ch_mmap() for 64K page size (git-fixes).
  - blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex
    less long (git-fixes).
  - block: fix ordering between checking BLK_MQ_S_STOPPED request
    adding (git-fixes).
  - block: fix ordering between checking QUEUE_FLAG_QUIESCED
    request adding (git-fixes).
  - block: fix missing dispatching request when queue is started
    or unquiesced (git-fixes).
  - Revert "blk-throttle: Fix IO hang for a corner case"
    (git-fixes).
  - block: fix sanity checks in blk_rq_map_user_bvec (git-fixes).
  - block: Fix elevator_get_default() checking for NULL q->tag_set
    (git-fixes).
  - blk_iocost: remove some duplicate irq disable/enables
    (git-fixes).
  - block: fix integer overflow in BLKSECDISCARD (git-fixes).
  - ublk: move zone report data out of request pdu (git-fixes).
  - bio-integrity: don't restrict the size of integrity metadata
    (git-fixes).
  - block: Fix lockdep warning in blk_mq_mark_tag_wait (git-fixes).
  - rbd: don't assume rbd_is_lock_owner() for exclusive mappings
    (git-fixes).
  - rbd: don't assume RBD_LOCK_STATE_LOCKED for exclusive mappings
    (git-fixes).
  - rbd: rename RBD_LOCK_STATE_RELEASING and releasing_wait
    (git-fixes).
  - loop: don't set QUEUE_FLAG_NOMERGES (git-fixes).
  - block: change rq_integrity_vec to respect the iterator
    (git-fixes).
  - block: remove the blk_flush_integrity call in
    blk_integrity_unregister (git-fixes).
  - block: sed-opal: avoid possible wrong address reference in
    read_sed_opal_key() (git-fixes).
  - null_blk: fix validation of block size (git-fixes).
  - null_blk: Do not allow runt zone with zone capacity smaller
    then zone size (git-fixes).
  - null_blk: Print correct max open zones limit in
    null_init_zoned_dev() (git-fixes).
  - nbd: Fix signal handling (git-fixes).
  - nbd: Improve the documentation of the locking assumptions
    (git-fixes).
  - block: support to account io_ticks precisely (git-fixes).
  - null_blk: Fix the WARNING: modpost: missing MODULE_DESCRIPTION()
    (git-fixes).
  - block: fix and simplify blkdevparts= cmdline parsing
    (git-fixes).
  - block: add a partscan sysfs attribute for disks (git-fixes).
  - block: add a disk_has_partscan helper (git-fixes).
  - null_blk: Fix missing mutex_destroy() at module removal
    (git-fixes).
  - block: propagate partition scanning errors to the BLKRRPART
    ioctl (git-fixes).
  - block: Clear zone limits for a non-zoned stacked queue
    (git-fixes).
  - rbd: don't move requests to the running list on errors
    (git-fixes).
  - commit 267ddd1
  - null_blk: Remove usage of the deprecated ida_simple_xx() API
    (git-fixes).
  - Refresh
    patches.suse/null_blk-fix-null-ptr-dereference-while-configuring-.patch.
  - commit cea38e9
  - kabi: fix group_cpus_evenly (bsc#1236897).
  - kabi: fix bus type (bsc#1236896).
  - commit 175404f
  - PCI: imx6: Simplify clock handling by using clk_bulk*() function
    (git-fixes).
  - Refresh
    patches.suse/PCI-imx6-Fix-suspend-resume-support-on-i.MX6QDL.patch.
  - Refresh
    patches.suse/PCI-imx6-Skip-controller_id-generation-logic-for-i.M.patch.
  - commit f03d03e
  - PCI: Use downstream bridges for distributing resources
    (bsc#1237325).
  - commit 7c0294f
  - usb: quirks: Add NO_LPM quirk for TOSHIBA TransMemory-Mx device
    (git-fixes).
  - commit bbb24b0
  - ALSA: hda/conexant: Add quirk for HP ProBook 450 G4 mute LED
    (stable-fixes).
  - commit 5d15622
  - ALSA: seq: Drop UMP events when no UMP-conversion is set
    (git-fixes).
  - ALSA: hda/cirrus: Correct the full scale volume set logic
    (git-fixes).
  - ALSA: hda: Add error check for snd_ctl_rename_id() in
    snd_hda_create_dig_out_ctls() (git-fixes).
  - ASoC: SOF: pcm: Clear the susbstream pointer to NULL on close
    (git-fixes).
  - ASoC: SOF: stream-ipc: Check for cstream nullity in
    sof_ipc_msg_data() (git-fixes).
  - ASoC: rockchip: i2s-tdm: fix shift config for
    SND_SOC_DAIFMT_DSP_[AB] (git-fixes).
  - ASoC: fsl_micfil: Enable default case in micfil_set_quality()
    (git-fixes).
  - ALSA: hda/realtek: Fixup ALC225 depop procedure (git-fixes).
  - commit 6fb0aa0
  - block: ensure we hold a queue reference when using queue limits
    (git-fixes).
  - Refresh
    patches.suse/block-Fix-where-bio-IO-priority-gets-set.patch.
  - commit 36d897c

------------------------------------------------------------------
------------------  2025-2-18  -  Feb 18 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
    (git-fixes).
  - block: add check of 'minors' and 'first_minor' in
    device_add_disk() (git-fixes).
  - block: Set memalloc_noio to false on device_add_disk() error
    path (git-fixes).
  - block: Remove special-casing of compound pages (git-fixes).
  - blk-mq: don't count completed flush data request as inflight
    in case of quiesce (git-fixes).
  - ublk: move ublk_cancel_dev() out of ub->mutex (git-fixes).
  - block: Provide bdev_open_* functions (git-fixes).
  - commit 3e547cf
  - doc: update managed_irq documentation (bsc#1236897).
  - blk-mq: issue warning when offlining hctx with online isolcpus
    (bsc#1236897).
  - blk-mq: use hk cpus only when isolcpus=managed_irq is enabled
    (bsc#1236897).
  - lib/group_cpus: honor housekeeping config when grouping CPUs
    (bsc#1236897).
  - virtio: blk/scsi: use block layer helpers to calculate num of
    queues (bsc#1236897).
  - scsi: use block layer helpers to calculate num of queues
    (bsc#1236897).
  - nvme-pci: use block layer helpers to calculate num of queues
    (bsc#1236897).
  - blk-mq: add number of queue calc helper (bsc#1236897).
  - lib/group_cpus: let group_cpu_evenly return number initialized
    masks (bsc#1236897).
  - commit 3a935fa
  - blk-mq: create correct map for fallback case (bsc#1236896).
  - virtio: blk/scsi: replace blk_mq_virtio_map_queues with
    blk_mq_map_hw_queues (bsc#1236896).
  - nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
    (bsc#1236896).
  - scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
    (bsc#1236896).
  - blk-mq: introduce blk_mq_map_hw_queues (bsc#1236896).
  - virtio: hookup irq_get_affinity callback (bsc#1236896).
  - PCI: hookup irq_get_affinity callback (bsc#1236896).
  - driver core: bus: add irq_get_affinity callback to bus_type
    (bsc#1236896).
  - commit 1f8d7a5
  - Update
    patches.suse/USB-serial-quatech2-fix-null-ptr-deref-in-qt2_proces.patch (CVE-2025-21689 bsc#1237017).
  - Update
    patches.suse/drm-v3d-Assign-job-pointer-to-NULL-before-signaling-.patch (CVE-2025-21688 bsc#1237007
  - Update
    patches.suse/drm-v3d-Ensure-job-pointer-is-set-to-NULL-after-job-.patch (CVE-2025-21697 bsc#1237132)
  - Update
    patches.suse/gfs2-Truncate-address-space-when-flipping-GFS2_DIF_JDATA-flag.patch (CVE-2025-21699 bsc#1237139)
  - Update
    patches.suse/gpio-xilinx-Convert-gpio_lock-to-raw-spinlock.patch (CVE-2025-21684 bsc#1236952)
  - Update
    patches.suse/msft-hv-3155-scsi-storvsc-Ratelimit-warning-logs-to-prevent-VM-de.patch (CVE-2025-21690 bsc#1237025)
  - commit a20ee68
  - kABI fix for mptcp: fix inconsistent state on fastopen race
    (CVE-2024-26708 bsc#1222672).
    Upstream commit 4fd19a307016 ("mptcp: fix inconsistent state
    on fastopen race") introduced three breaking changes, which are handled in
    this patch.
    * a new variable `pending_state` was added to `struct mptcp_sock`, which
    is now moved into a hole.
    * a new define replaces an old one, so renumber the new one and re-add
    the old one.
    * an API function was removed, so re-add it again.
    ```
    u8                         in_accept_queue:1;    /*  1562: 4  1 */
    /* XXX 3 bits hole, try to pack */
    /* XXX 5 bytes hole, try to pack */
    struct work_struct         work;                 /*  1568    32 */
    ```
  - commit a4771c0
  - bpf, sockmap: Several fixes to bpf_msg_pop_data (CVE-2024-56720
    bsc#1235592).
  - commit a218d9d
  - net: Fix icmp host relookup triggering ip_rt_bug (CVE-2024-56647
    bsc#1235435).
  - commit 713c9c9
  - USB: Fix the issue of task recovery failure caused by USB
    status when S4 wakes up (git-fixes).
  - commit 686e836
  - powerpc/64s/mm: Move __real_pte stubs into hash-4k.h
    (bsc#1215199).
  - commit 73fb25c
  - powerpc/code-patching: Fix KASAN hit by not flagging text
    patching area as VM_ALLOC (bsc#1215199).
  - powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as
    static inline (bsc#1215199).
  - powerpc/code-patching: Disable KASAN report during patching
    via temporary mm (bsc#1215199).
  - commit cb15126
  - usbnet: ipheth: document scope of NCM implementation
    (stable-fixes).
  - wifi: brcmfmac: fix NULL pointer dereference in
    brcmf_txfinalize() (stable-fixes).
  - wifi: mt76: mt7921u: Add VID/PID for TP-Link TXE50UH
    (stable-fixes).
  - wifi: rtw88: sdio: Fix disconnection after beacon loss
    (stable-fixes).
  - wifi: iwlwifi: avoid memory leak (stable-fixes).
  - wifi: brcmfmac: Check the return value of
    of_property_read_string_index() (stable-fixes).
  - wifi: rtw89: add crystal_cap check to avoid setting as overflow
    value (stable-fixes).
  - wifi: brcmsmac: add gain range check to
    wlc_phy_iqcal_gainparams_nphy() (stable-fixes).
  - commit b67568f
  - acct: block access to kernel internal filesystems (git-fixes).
  - acct: perform last write from workqueue (git-fixes).
  - drm/i915: Drop 64bpp YUV formats from ICL+ SDR planes
    (stable-fixes).
  - drm/i915: Fix page cleanup on DMA remap failure (git-fixes).
  - Revert "drm/amd/display: Use HW lock mgr for PSR1"
    (stable-fixes).
  - selftests: mptcp: connect: -f: no reconnect (git-fixes).
  - net: rose: lock the socket in rose_bind() (git-fixes).
  - scripts/gdb: fix aarch64 userspace detection in get_current_task
    (stable-fixes).
  - drm/amdkfd: only flush the validate MES contex (stable-fixes).
  - drm/amd/pm: Mark MM activity as unsupported (stable-fixes).
  - ata: libata-sff: Ensure that we cannot write outside the
    allocated buffer (stable-fixes).
  - cpufreq: s3c64xx: Fix compilation warning (stable-fixes).
  - drm/modeset: Handle tiled displays in pan_display_atomic
    (stable-fixes).
  - efi: libstub: Use '-std=gnu11' to fix build with GCC 15
    (stable-fixes).
  - ASoC: amd: Add ACPI dependency to fix build error
    (stable-fixes).
  - platform/x86: acer-wmi: Ignore AC events (stable-fixes).
  - Input: allocate keycode for phone linking (stable-fixes).
  - platform/x86: int3472: Check for adev == NULL (stable-fixes).
  - tomoyo: don't emit warning in tomoyo_write_control()
    (stable-fixes).
  - HID: Wacom: Add PCI Wacom device support (stable-fixes).
  - APEI: GHES: Have GHES honor the panic= setting (stable-fixes).
  - clk: sunxi-ng: a100: enable MMC clock reparenting (git-fixes).
  - clk: qcom: gcc-mdm9607: Fix cmd_rcgr offset for blsp1_uart6 rcg
    (git-fixes).
  - clk: qcom: clk-alpha-pll: fix alpha mode configuration
    (git-fixes).
  - clk: qcom: dispcc-sm6350: Add missing parent_map for a clock
    (git-fixes).
  - clk: qcom: gcc-sm6350: Add missing parent_map for two clocks
    (git-fixes).
  - clk: qcom: clk-rpmh: prevent integer overflow in recalc_rate
    (git-fixes).
  - clk: qcom: gcc-sm8550: Do not turn off PCIe GDSCs during
    gdsc_disable() (git-fixes).
  - clk: mediatek: mt2701-img: add missing dummy clk (git-fixes).
  - clk: mediatek: mt2701-mm: add missing dummy clk (git-fixes).
  - clk: mediatek: mt2701-bdp: add missing dummy clk (git-fixes).
  - clk: mediatek: mt2701-aud: fix conversion to
    mtk_clk_simple_probe (git-fixes).
  - clk: mediatek: mt2701-vdec: fix conversion to
    mtk_clk_simple_probe (git-fixes).
  - i2c: Force ELAN06FA touchpad I2C bus freq to 100KHz
    (stable-fixes).
  - mmc: sdhci-msm: Correctly set the load for the regulator
    (stable-fixes).
  - mmc: core: Respect quirk_max_rate for non-UHS SDIO card
    (stable-fixes).
  - mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id
    (stable-fixes).
  - spi: atmel-qspi: Memory barriers after memory-mapped I/O
    (git-fixes).
  - spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer
    SoC families (stable-fixes).
  - selftests/net/ipsec: Fix Null pointer dereference in
    rtattr_pack() (stable-fixes).
  - Bluetooth: MGMT: Fix slab-use-after-free Read in
    mgmt_remove_adv_monitor_sync (stable-fixes).
  - net: wwan: iosm: Fix hibernation by re-binding the driver
    around it (stable-fixes).
  - drm/amd/display: Fix Mode Cutoff in DSC Passthrough to DP2.1
    Monitor (stable-fixes).
  - drm/bridge: it6505: fix HDCP CTS KSV list wait timer
    (stable-fixes).
  - drm/bridge: it6505: fix HDCP CTS compare V matching
    (stable-fixes).
  - drm/bridge: it6505: fix HDCP encryption when R0 ready
    (stable-fixes).
  - drm/bridge: it6505: fix HDCP Bstatus check (stable-fixes).
  - drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT
    (stable-fixes).
  - drm/virtio: New fence for every plane update (stable-fixes).
  - lockdep: Fix upper limit for LOCKDEP_*_BITS configs
    (stable-fixes).
  - commit 32eeef9

++++ kernel-rt:

  - null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
    (git-fixes).
  - block: add check of 'minors' and 'first_minor' in
    device_add_disk() (git-fixes).
  - block: Set memalloc_noio to false on device_add_disk() error
    path (git-fixes).
  - block: Remove special-casing of compound pages (git-fixes).
  - blk-mq: don't count completed flush data request as inflight
    in case of quiesce (git-fixes).
  - ublk: move ublk_cancel_dev() out of ub->mutex (git-fixes).
  - block: Provide bdev_open_* functions (git-fixes).
  - commit 3e547cf
  - doc: update managed_irq documentation (bsc#1236897).
  - blk-mq: issue warning when offlining hctx with online isolcpus
    (bsc#1236897).
  - blk-mq: use hk cpus only when isolcpus=managed_irq is enabled
    (bsc#1236897).
  - lib/group_cpus: honor housekeeping config when grouping CPUs
    (bsc#1236897).
  - virtio: blk/scsi: use block layer helpers to calculate num of
    queues (bsc#1236897).
  - scsi: use block layer helpers to calculate num of queues
    (bsc#1236897).
  - nvme-pci: use block layer helpers to calculate num of queues
    (bsc#1236897).
  - blk-mq: add number of queue calc helper (bsc#1236897).
  - lib/group_cpus: let group_cpu_evenly return number initialized
    masks (bsc#1236897).
  - commit 3a935fa
  - blk-mq: create correct map for fallback case (bsc#1236896).
  - virtio: blk/scsi: replace blk_mq_virtio_map_queues with
    blk_mq_map_hw_queues (bsc#1236896).
  - nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
    (bsc#1236896).
  - scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
    (bsc#1236896).
  - blk-mq: introduce blk_mq_map_hw_queues (bsc#1236896).
  - virtio: hookup irq_get_affinity callback (bsc#1236896).
  - PCI: hookup irq_get_affinity callback (bsc#1236896).
  - driver core: bus: add irq_get_affinity callback to bus_type
    (bsc#1236896).
  - commit 1f8d7a5
  - Update
    patches.suse/USB-serial-quatech2-fix-null-ptr-deref-in-qt2_proces.patch (CVE-2025-21689 bsc#1237017).
  - Update
    patches.suse/drm-v3d-Assign-job-pointer-to-NULL-before-signaling-.patch (CVE-2025-21688 bsc#1237007
  - Update
    patches.suse/drm-v3d-Ensure-job-pointer-is-set-to-NULL-after-job-.patch (CVE-2025-21697 bsc#1237132)
  - Update
    patches.suse/gfs2-Truncate-address-space-when-flipping-GFS2_DIF_JDATA-flag.patch (CVE-2025-21699 bsc#1237139)
  - Update
    patches.suse/gpio-xilinx-Convert-gpio_lock-to-raw-spinlock.patch (CVE-2025-21684 bsc#1236952)
  - Update
    patches.suse/msft-hv-3155-scsi-storvsc-Ratelimit-warning-logs-to-prevent-VM-de.patch (CVE-2025-21690 bsc#1237025)
  - commit a20ee68
  - kABI fix for mptcp: fix inconsistent state on fastopen race
    (CVE-2024-26708 bsc#1222672).
    Upstream commit 4fd19a307016 ("mptcp: fix inconsistent state
    on fastopen race") introduced three breaking changes, which are handled in
    this patch.
    * a new variable `pending_state` was added to `struct mptcp_sock`, which
    is now moved into a hole.
    * a new define replaces an old one, so renumber the new one and re-add
    the old one.
    * an API function was removed, so re-add it again.
    ```
    u8                         in_accept_queue:1;    /*  1562: 4  1 */
    /* XXX 3 bits hole, try to pack */
    /* XXX 5 bytes hole, try to pack */
    struct work_struct         work;                 /*  1568    32 */
    ```
  - commit a4771c0
  - bpf, sockmap: Several fixes to bpf_msg_pop_data (CVE-2024-56720
    bsc#1235592).
  - commit a218d9d
  - net: Fix icmp host relookup triggering ip_rt_bug (CVE-2024-56647
    bsc#1235435).
  - commit 713c9c9
  - USB: Fix the issue of task recovery failure caused by USB
    status when S4 wakes up (git-fixes).
  - commit 686e836
  - powerpc/64s/mm: Move __real_pte stubs into hash-4k.h
    (bsc#1215199).
  - commit 73fb25c
  - powerpc/code-patching: Fix KASAN hit by not flagging text
    patching area as VM_ALLOC (bsc#1215199).
  - powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as
    static inline (bsc#1215199).
  - powerpc/code-patching: Disable KASAN report during patching
    via temporary mm (bsc#1215199).
  - commit cb15126
  - usbnet: ipheth: document scope of NCM implementation
    (stable-fixes).
  - wifi: brcmfmac: fix NULL pointer dereference in
    brcmf_txfinalize() (stable-fixes).
  - wifi: mt76: mt7921u: Add VID/PID for TP-Link TXE50UH
    (stable-fixes).
  - wifi: rtw88: sdio: Fix disconnection after beacon loss
    (stable-fixes).
  - wifi: iwlwifi: avoid memory leak (stable-fixes).
  - wifi: brcmfmac: Check the return value of
    of_property_read_string_index() (stable-fixes).
  - wifi: rtw89: add crystal_cap check to avoid setting as overflow
    value (stable-fixes).
  - wifi: brcmsmac: add gain range check to
    wlc_phy_iqcal_gainparams_nphy() (stable-fixes).
  - commit b67568f
  - acct: block access to kernel internal filesystems (git-fixes).
  - acct: perform last write from workqueue (git-fixes).
  - drm/i915: Drop 64bpp YUV formats from ICL+ SDR planes
    (stable-fixes).
  - drm/i915: Fix page cleanup on DMA remap failure (git-fixes).
  - Revert "drm/amd/display: Use HW lock mgr for PSR1"
    (stable-fixes).
  - selftests: mptcp: connect: -f: no reconnect (git-fixes).
  - net: rose: lock the socket in rose_bind() (git-fixes).
  - scripts/gdb: fix aarch64 userspace detection in get_current_task
    (stable-fixes).
  - drm/amdkfd: only flush the validate MES contex (stable-fixes).
  - drm/amd/pm: Mark MM activity as unsupported (stable-fixes).
  - ata: libata-sff: Ensure that we cannot write outside the
    allocated buffer (stable-fixes).
  - cpufreq: s3c64xx: Fix compilation warning (stable-fixes).
  - drm/modeset: Handle tiled displays in pan_display_atomic
    (stable-fixes).
  - efi: libstub: Use '-std=gnu11' to fix build with GCC 15
    (stable-fixes).
  - ASoC: amd: Add ACPI dependency to fix build error
    (stable-fixes).
  - platform/x86: acer-wmi: Ignore AC events (stable-fixes).
  - Input: allocate keycode for phone linking (stable-fixes).
  - platform/x86: int3472: Check for adev == NULL (stable-fixes).
  - tomoyo: don't emit warning in tomoyo_write_control()
    (stable-fixes).
  - HID: Wacom: Add PCI Wacom device support (stable-fixes).
  - APEI: GHES: Have GHES honor the panic= setting (stable-fixes).
  - clk: sunxi-ng: a100: enable MMC clock reparenting (git-fixes).
  - clk: qcom: gcc-mdm9607: Fix cmd_rcgr offset for blsp1_uart6 rcg
    (git-fixes).
  - clk: qcom: clk-alpha-pll: fix alpha mode configuration
    (git-fixes).
  - clk: qcom: dispcc-sm6350: Add missing parent_map for a clock
    (git-fixes).
  - clk: qcom: gcc-sm6350: Add missing parent_map for two clocks
    (git-fixes).
  - clk: qcom: clk-rpmh: prevent integer overflow in recalc_rate
    (git-fixes).
  - clk: qcom: gcc-sm8550: Do not turn off PCIe GDSCs during
    gdsc_disable() (git-fixes).
  - clk: mediatek: mt2701-img: add missing dummy clk (git-fixes).
  - clk: mediatek: mt2701-mm: add missing dummy clk (git-fixes).
  - clk: mediatek: mt2701-bdp: add missing dummy clk (git-fixes).
  - clk: mediatek: mt2701-aud: fix conversion to
    mtk_clk_simple_probe (git-fixes).
  - clk: mediatek: mt2701-vdec: fix conversion to
    mtk_clk_simple_probe (git-fixes).
  - i2c: Force ELAN06FA touchpad I2C bus freq to 100KHz
    (stable-fixes).
  - mmc: sdhci-msm: Correctly set the load for the regulator
    (stable-fixes).
  - mmc: core: Respect quirk_max_rate for non-UHS SDIO card
    (stable-fixes).
  - mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id
    (stable-fixes).
  - spi: atmel-qspi: Memory barriers after memory-mapped I/O
    (git-fixes).
  - spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer
    SoC families (stable-fixes).
  - selftests/net/ipsec: Fix Null pointer dereference in
    rtattr_pack() (stable-fixes).
  - Bluetooth: MGMT: Fix slab-use-after-free Read in
    mgmt_remove_adv_monitor_sync (stable-fixes).
  - net: wwan: iosm: Fix hibernation by re-binding the driver
    around it (stable-fixes).
  - drm/amd/display: Fix Mode Cutoff in DSC Passthrough to DP2.1
    Monitor (stable-fixes).
  - drm/bridge: it6505: fix HDCP CTS KSV list wait timer
    (stable-fixes).
  - drm/bridge: it6505: fix HDCP CTS compare V matching
    (stable-fixes).
  - drm/bridge: it6505: fix HDCP encryption when R0 ready
    (stable-fixes).
  - drm/bridge: it6505: fix HDCP Bstatus check (stable-fixes).
  - drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT
    (stable-fixes).
  - drm/virtio: New fence for every plane update (stable-fixes).
  - lockdep: Fix upper limit for LOCKDEP_*_BITS configs
    (stable-fixes).
  - commit 32eeef9

++++ kernel-rt_debug:

  - null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
    (git-fixes).
  - block: add check of 'minors' and 'first_minor' in
    device_add_disk() (git-fixes).
  - block: Set memalloc_noio to false on device_add_disk() error
    path (git-fixes).
  - block: Remove special-casing of compound pages (git-fixes).
  - blk-mq: don't count completed flush data request as inflight
    in case of quiesce (git-fixes).
  - ublk: move ublk_cancel_dev() out of ub->mutex (git-fixes).
  - block: Provide bdev_open_* functions (git-fixes).
  - commit 3e547cf
  - doc: update managed_irq documentation (bsc#1236897).
  - blk-mq: issue warning when offlining hctx with online isolcpus
    (bsc#1236897).
  - blk-mq: use hk cpus only when isolcpus=managed_irq is enabled
    (bsc#1236897).
  - lib/group_cpus: honor housekeeping config when grouping CPUs
    (bsc#1236897).
  - virtio: blk/scsi: use block layer helpers to calculate num of
    queues (bsc#1236897).
  - scsi: use block layer helpers to calculate num of queues
    (bsc#1236897).
  - nvme-pci: use block layer helpers to calculate num of queues
    (bsc#1236897).
  - blk-mq: add number of queue calc helper (bsc#1236897).
  - lib/group_cpus: let group_cpu_evenly return number initialized
    masks (bsc#1236897).
  - commit 3a935fa
  - blk-mq: create correct map for fallback case (bsc#1236896).
  - virtio: blk/scsi: replace blk_mq_virtio_map_queues with
    blk_mq_map_hw_queues (bsc#1236896).
  - nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
    (bsc#1236896).
  - scsi: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
    (bsc#1236896).
  - blk-mq: introduce blk_mq_map_hw_queues (bsc#1236896).
  - virtio: hookup irq_get_affinity callback (bsc#1236896).
  - PCI: hookup irq_get_affinity callback (bsc#1236896).
  - driver core: bus: add irq_get_affinity callback to bus_type
    (bsc#1236896).
  - commit 1f8d7a5
  - Update
    patches.suse/USB-serial-quatech2-fix-null-ptr-deref-in-qt2_proces.patch (CVE-2025-21689 bsc#1237017).
  - Update
    patches.suse/drm-v3d-Assign-job-pointer-to-NULL-before-signaling-.patch (CVE-2025-21688 bsc#1237007
  - Update
    patches.suse/drm-v3d-Ensure-job-pointer-is-set-to-NULL-after-job-.patch (CVE-2025-21697 bsc#1237132)
  - Update
    patches.suse/gfs2-Truncate-address-space-when-flipping-GFS2_DIF_JDATA-flag.patch (CVE-2025-21699 bsc#1237139)
  - Update
    patches.suse/gpio-xilinx-Convert-gpio_lock-to-raw-spinlock.patch (CVE-2025-21684 bsc#1236952)
  - Update
    patches.suse/msft-hv-3155-scsi-storvsc-Ratelimit-warning-logs-to-prevent-VM-de.patch (CVE-2025-21690 bsc#1237025)
  - commit a20ee68
  - kABI fix for mptcp: fix inconsistent state on fastopen race
    (CVE-2024-26708 bsc#1222672).
    Upstream commit 4fd19a307016 ("mptcp: fix inconsistent state
    on fastopen race") introduced three breaking changes, which are handled in
    this patch.
    * a new variable `pending_state` was added to `struct mptcp_sock`, which
    is now moved into a hole.
    * a new define replaces an old one, so renumber the new one and re-add
    the old one.
    * an API function was removed, so re-add it again.
    ```
    u8                         in_accept_queue:1;    /*  1562: 4  1 */
    /* XXX 3 bits hole, try to pack */
    /* XXX 5 bytes hole, try to pack */
    struct work_struct         work;                 /*  1568    32 */
    ```
  - commit a4771c0
  - bpf, sockmap: Several fixes to bpf_msg_pop_data (CVE-2024-56720
    bsc#1235592).
  - commit a218d9d
  - net: Fix icmp host relookup triggering ip_rt_bug (CVE-2024-56647
    bsc#1235435).
  - commit 713c9c9
  - USB: Fix the issue of task recovery failure caused by USB
    status when S4 wakes up (git-fixes).
  - commit 686e836
  - powerpc/64s/mm: Move __real_pte stubs into hash-4k.h
    (bsc#1215199).
  - commit 73fb25c
  - powerpc/code-patching: Fix KASAN hit by not flagging text
    patching area as VM_ALLOC (bsc#1215199).
  - powerpc/64s: Rewrite __real_pte() and __rpte_to_hidx() as
    static inline (bsc#1215199).
  - powerpc/code-patching: Disable KASAN report during patching
    via temporary mm (bsc#1215199).
  - commit cb15126
  - usbnet: ipheth: document scope of NCM implementation
    (stable-fixes).
  - wifi: brcmfmac: fix NULL pointer dereference in
    brcmf_txfinalize() (stable-fixes).
  - wifi: mt76: mt7921u: Add VID/PID for TP-Link TXE50UH
    (stable-fixes).
  - wifi: rtw88: sdio: Fix disconnection after beacon loss
    (stable-fixes).
  - wifi: iwlwifi: avoid memory leak (stable-fixes).
  - wifi: brcmfmac: Check the return value of
    of_property_read_string_index() (stable-fixes).
  - wifi: rtw89: add crystal_cap check to avoid setting as overflow
    value (stable-fixes).
  - wifi: brcmsmac: add gain range check to
    wlc_phy_iqcal_gainparams_nphy() (stable-fixes).
  - commit b67568f
  - acct: block access to kernel internal filesystems (git-fixes).
  - acct: perform last write from workqueue (git-fixes).
  - drm/i915: Drop 64bpp YUV formats from ICL+ SDR planes
    (stable-fixes).
  - drm/i915: Fix page cleanup on DMA remap failure (git-fixes).
  - Revert "drm/amd/display: Use HW lock mgr for PSR1"
    (stable-fixes).
  - selftests: mptcp: connect: -f: no reconnect (git-fixes).
  - net: rose: lock the socket in rose_bind() (git-fixes).
  - scripts/gdb: fix aarch64 userspace detection in get_current_task
    (stable-fixes).
  - drm/amdkfd: only flush the validate MES contex (stable-fixes).
  - drm/amd/pm: Mark MM activity as unsupported (stable-fixes).
  - ata: libata-sff: Ensure that we cannot write outside the
    allocated buffer (stable-fixes).
  - cpufreq: s3c64xx: Fix compilation warning (stable-fixes).
  - drm/modeset: Handle tiled displays in pan_display_atomic
    (stable-fixes).
  - efi: libstub: Use '-std=gnu11' to fix build with GCC 15
    (stable-fixes).
  - ASoC: amd: Add ACPI dependency to fix build error
    (stable-fixes).
  - platform/x86: acer-wmi: Ignore AC events (stable-fixes).
  - Input: allocate keycode for phone linking (stable-fixes).
  - platform/x86: int3472: Check for adev == NULL (stable-fixes).
  - tomoyo: don't emit warning in tomoyo_write_control()
    (stable-fixes).
  - HID: Wacom: Add PCI Wacom device support (stable-fixes).
  - APEI: GHES: Have GHES honor the panic= setting (stable-fixes).
  - clk: sunxi-ng: a100: enable MMC clock reparenting (git-fixes).
  - clk: qcom: gcc-mdm9607: Fix cmd_rcgr offset for blsp1_uart6 rcg
    (git-fixes).
  - clk: qcom: clk-alpha-pll: fix alpha mode configuration
    (git-fixes).
  - clk: qcom: dispcc-sm6350: Add missing parent_map for a clock
    (git-fixes).
  - clk: qcom: gcc-sm6350: Add missing parent_map for two clocks
    (git-fixes).
  - clk: qcom: clk-rpmh: prevent integer overflow in recalc_rate
    (git-fixes).
  - clk: qcom: gcc-sm8550: Do not turn off PCIe GDSCs during
    gdsc_disable() (git-fixes).
  - clk: mediatek: mt2701-img: add missing dummy clk (git-fixes).
  - clk: mediatek: mt2701-mm: add missing dummy clk (git-fixes).
  - clk: mediatek: mt2701-bdp: add missing dummy clk (git-fixes).
  - clk: mediatek: mt2701-aud: fix conversion to
    mtk_clk_simple_probe (git-fixes).
  - clk: mediatek: mt2701-vdec: fix conversion to
    mtk_clk_simple_probe (git-fixes).
  - i2c: Force ELAN06FA touchpad I2C bus freq to 100KHz
    (stable-fixes).
  - mmc: sdhci-msm: Correctly set the load for the regulator
    (stable-fixes).
  - mmc: core: Respect quirk_max_rate for non-UHS SDIO card
    (stable-fixes).
  - mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id
    (stable-fixes).
  - spi: atmel-qspi: Memory barriers after memory-mapped I/O
    (git-fixes).
  - spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer
    SoC families (stable-fixes).
  - selftests/net/ipsec: Fix Null pointer dereference in
    rtattr_pack() (stable-fixes).
  - Bluetooth: MGMT: Fix slab-use-after-free Read in
    mgmt_remove_adv_monitor_sync (stable-fixes).
  - net: wwan: iosm: Fix hibernation by re-binding the driver
    around it (stable-fixes).
  - drm/amd/display: Fix Mode Cutoff in DSC Passthrough to DP2.1
    Monitor (stable-fixes).
  - drm/bridge: it6505: fix HDCP CTS KSV list wait timer
    (stable-fixes).
  - drm/bridge: it6505: fix HDCP CTS compare V matching
    (stable-fixes).
  - drm/bridge: it6505: fix HDCP encryption when R0 ready
    (stable-fixes).
  - drm/bridge: it6505: fix HDCP Bstatus check (stable-fixes).
  - drm/bridge: it6505: Change definition MAX_HDCP_DOWN_STREAM_COUNT
    (stable-fixes).
  - drm/virtio: New fence for every plane update (stable-fixes).
  - lockdep: Fix upper limit for LOCKDEP_*_BITS configs
    (stable-fixes).
  - commit 32eeef9

++++ sqlite3:

  - Update to release 3.49.1:
    * Improve portability of makefiles and configure scripts.
    * CVE-2025-29087, CVE-2025-3277, bsc#1241020:
    Fix a bug in the concat_ws() function, introduced in version
    3.44.0, that could lead to a memory error if the separator
    string is very large (hundreds of megabytes).
    * CVE-2025-29088, bsc#1241078: Enhanced the
    SQLITE_DBCONFIG_LOOKASIDE interface to make it  more robust
    against misuse.

++++ nvidia-open-driver-G06-signed:

  - In the module install path revert the order of the 'updates'
    subdirectory and the package name & version. This satisfies
    the kmp dependency checker (boo#1237308).

++++ openssh:

  - Fix ssh client segfault with GSSAPIKeyExchange=yes in ssh_kex2
    due to gssapi proposal not being correctly initialized
    (bsc#1236826). The problem was introduced in the rebase of
    the patch for 9.6p1:
    * openssh-8.0p1-gssapi-keyex.patch

------------------------------------------------------------------
------------------  2025-2-17  -  Feb 17 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net: sched: Disallow replacing of child qdisc from one parent
    to another (CVE-2025-21700 bsc#1237159).
  - commit fd65855
  - sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy (CVE-2025-21640 bsc#1236123)
  - commit 7a3b711
  - sctp: sysctl: rto_min/max: avoid using current->nsproxy (CVE-2025-21639 bsc#1236122)
  - commit e818833
  - pktgen: Avoid out-of-bounds access in get_imix_entries
    (CVE-2025-21680 bsc#1236700).
  - commit 8cb9ad2
  - sctp: sysctl: auth_enable: avoid using current->nsproxy (CVE-2025-21638 bsc#1236115)
  - commit e4e9666
  - sctp: sysctl: udp_port: avoid using current->nsproxy (CVE-2025-21637 bsc#1236114)
  - commit b35279d
  - sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy (CVE-2025-21636 bsc#1236113)
  - commit 3f71e7d
  - add bug reference to hv_storvsc change (bsc#1237025 CVE-2025-21690).
  - commit 45e9861
  -  kABI fix for mptcp: handle consistently DSS corruption (CVE-2024-50185 bsc#1233109)
  - commit d478aac
  - idpf: fix VF dynamic interrupt ctl register initialization
    (git-fixes).
  - Refresh
    patches.suse/idpf-add-support-for-SW-triggered-interrupts.patch.
  - commit da462e1
  - igc: Set buffer type for empty frames in igc_init_empty_frame
    (git-fixes).
  - igc: Fix HW RX timestamp when passed by ZC XDP (git-fixes).
  - idpf: call set_real_num_queues in idpf_open (bsc#1236661).
  - idpf: fix handling rsc packet with a single segment (git-fixes).
  - ice: stop storing XDP verdict within ice_rx_buf (git-fixes).
  - ice: gather page_count()'s of each frag right before XDP prog
    call (git-fixes).
  - ice: put Rx buffers after being done with current frame
    (git-fixes).
  - iavf: allow changing VLAN state without calling PF (git-fixes).
  - idpf: convert workqueues to unbound (git-fixes).
  - idpf: add read memory barrier when checking descriptor done bit
    (git-fixes).
  - net/mlx5e: Always start IPsec sequence number from 1
    (git-fixes).
  - net/mlx5e: Rely on reqid in IPsec tunnel mode (git-fixes).
  - net/mlx5: SF, Fix add port error handling (git-fixes).
  - net/mlx5: Fix RDMA TX steering prio (git-fixes).
  - igc: return early when failing to read EECD register
    (git-fixes).
  - ice: fix incorrect PHY settings for 100 GB/s (git-fixes).
  - ice: fix max values for dpll pin phase adjust (git-fixes).
  - eth: gve: use appropriate helper to set xdp_features
    (git-fixes).
  - cxgb4: Avoid removal of uninserted tid (git-fixes).
  - bnxt_en: Fix possible memory leak when hwrm_req_replace fails
    (git-fixes).
  - net: sfc: Correct key_len for efx_tc_ct_zone_ht_params
    (git-fixes).
  - net/mlx5e: macsec: Maintain TX SA from encoding_sa (git-fixes).
  - chelsio/chtls: prevent potential integer overflow on 32bit
    (git-fixes).
  - cxgb4: use port number to set mac addr (git-fixes).
  - bnxt_en: Unregister PTP during PCI shutdown and suspend
    (git-fixes).
  - bnxt_en: Refactor bnxt_ptp_init() (git-fixes).
  - net/mlx5: Verify support for scheduling element and TSAR type
    (git-fixes).
  - ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
    (git-fixes).
  - ice: use internal pf id instead of function number (git-fixes).
  - ice: Skip PTP HW writes during PTP reset procedure (git-fixes).
  - net/mlx5: Correct TASR typo into TSAR (git-fixes).
  - commit a2c0ed6
  - Use gcc-13 for build on SLE16 (jsc#PED-10028).
  - commit 51dacec
  - kbuild: userprogs: fix bitsize and target detection on clang
    (git-fixes).
  - tools: fix annoying "mkdir -p ..." logs when building tools
    in parallel (git-fixes).
  - serial: 8250: Fix fifo underflow on flush (git-fixes).
  - usb: roles: set switch registered flag early on (git-fixes).
  - usb: gadget: core: flush gadget workqueue after device removal
    (git-fixes).
  - USB: gadget: f_midi: f_midi_complete to call queue_work
    (git-fixes).
  - usb: core: fix pipe creation for get_bMaxPacketSize0
    (git-fixes).
  - usb: dwc3: Fix timeout issue during controller enter/exit from
    halt state (git-fixes).
  - USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirk
    (git-fixes).
  - usb: cdc-acm: Fix handling of oversized fragments (git-fixes).
  - usb: cdc-acm: Check control transfer buffer size before access
    (git-fixes).
  - usb: gadget: f_midi: fix MIDI Streaming descriptor lengths
    (git-fixes).
  - usb: dwc2: gadget: remove of_node reference upon udc_stop
    (git-fixes).
  - usb: gadget: udc: renesas_usb3: Fix compiler warning
    (git-fixes).
  - commit f681ca5

++++ kernel-rt:

  - net: sched: Disallow replacing of child qdisc from one parent
    to another (CVE-2025-21700 bsc#1237159).
  - commit fd65855
  - sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy (CVE-2025-21640 bsc#1236123)
  - commit 7a3b711
  - sctp: sysctl: rto_min/max: avoid using current->nsproxy (CVE-2025-21639 bsc#1236122)
  - commit e818833
  - pktgen: Avoid out-of-bounds access in get_imix_entries
    (CVE-2025-21680 bsc#1236700).
  - commit 8cb9ad2
  - sctp: sysctl: auth_enable: avoid using current->nsproxy (CVE-2025-21638 bsc#1236115)
  - commit e4e9666
  - sctp: sysctl: udp_port: avoid using current->nsproxy (CVE-2025-21637 bsc#1236114)
  - commit b35279d
  - sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy (CVE-2025-21636 bsc#1236113)
  - commit 3f71e7d
  - add bug reference to hv_storvsc change (bsc#1237025 CVE-2025-21690).
  - commit 45e9861
  -  kABI fix for mptcp: handle consistently DSS corruption (CVE-2024-50185 bsc#1233109)
  - commit d478aac
  - idpf: fix VF dynamic interrupt ctl register initialization
    (git-fixes).
  - Refresh
    patches.suse/idpf-add-support-for-SW-triggered-interrupts.patch.
  - commit da462e1
  - igc: Set buffer type for empty frames in igc_init_empty_frame
    (git-fixes).
  - igc: Fix HW RX timestamp when passed by ZC XDP (git-fixes).
  - idpf: call set_real_num_queues in idpf_open (bsc#1236661).
  - idpf: fix handling rsc packet with a single segment (git-fixes).
  - ice: stop storing XDP verdict within ice_rx_buf (git-fixes).
  - ice: gather page_count()'s of each frag right before XDP prog
    call (git-fixes).
  - ice: put Rx buffers after being done with current frame
    (git-fixes).
  - iavf: allow changing VLAN state without calling PF (git-fixes).
  - idpf: convert workqueues to unbound (git-fixes).
  - idpf: add read memory barrier when checking descriptor done bit
    (git-fixes).
  - net/mlx5e: Always start IPsec sequence number from 1
    (git-fixes).
  - net/mlx5e: Rely on reqid in IPsec tunnel mode (git-fixes).
  - net/mlx5: SF, Fix add port error handling (git-fixes).
  - net/mlx5: Fix RDMA TX steering prio (git-fixes).
  - igc: return early when failing to read EECD register
    (git-fixes).
  - ice: fix incorrect PHY settings for 100 GB/s (git-fixes).
  - ice: fix max values for dpll pin phase adjust (git-fixes).
  - eth: gve: use appropriate helper to set xdp_features
    (git-fixes).
  - cxgb4: Avoid removal of uninserted tid (git-fixes).
  - bnxt_en: Fix possible memory leak when hwrm_req_replace fails
    (git-fixes).
  - net: sfc: Correct key_len for efx_tc_ct_zone_ht_params
    (git-fixes).
  - net/mlx5e: macsec: Maintain TX SA from encoding_sa (git-fixes).
  - chelsio/chtls: prevent potential integer overflow on 32bit
    (git-fixes).
  - cxgb4: use port number to set mac addr (git-fixes).
  - bnxt_en: Unregister PTP during PCI shutdown and suspend
    (git-fixes).
  - bnxt_en: Refactor bnxt_ptp_init() (git-fixes).
  - net/mlx5: Verify support for scheduling element and TSAR type
    (git-fixes).
  - ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
    (git-fixes).
  - ice: use internal pf id instead of function number (git-fixes).
  - ice: Skip PTP HW writes during PTP reset procedure (git-fixes).
  - net/mlx5: Correct TASR typo into TSAR (git-fixes).
  - commit a2c0ed6
  - Use gcc-13 for build on SLE16 (jsc#PED-10028).
  - commit 51dacec
  - kbuild: userprogs: fix bitsize and target detection on clang
    (git-fixes).
  - tools: fix annoying "mkdir -p ..." logs when building tools
    in parallel (git-fixes).
  - serial: 8250: Fix fifo underflow on flush (git-fixes).
  - usb: roles: set switch registered flag early on (git-fixes).
  - usb: gadget: core: flush gadget workqueue after device removal
    (git-fixes).
  - USB: gadget: f_midi: f_midi_complete to call queue_work
    (git-fixes).
  - usb: core: fix pipe creation for get_bMaxPacketSize0
    (git-fixes).
  - usb: dwc3: Fix timeout issue during controller enter/exit from
    halt state (git-fixes).
  - USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirk
    (git-fixes).
  - usb: cdc-acm: Fix handling of oversized fragments (git-fixes).
  - usb: cdc-acm: Check control transfer buffer size before access
    (git-fixes).
  - usb: gadget: f_midi: fix MIDI Streaming descriptor lengths
    (git-fixes).
  - usb: dwc2: gadget: remove of_node reference upon udc_stop
    (git-fixes).
  - usb: gadget: udc: renesas_usb3: Fix compiler warning
    (git-fixes).
  - commit f681ca5

++++ kernel-rt_debug:

  - net: sched: Disallow replacing of child qdisc from one parent
    to another (CVE-2025-21700 bsc#1237159).
  - commit fd65855
  - sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy (CVE-2025-21640 bsc#1236123)
  - commit 7a3b711
  - sctp: sysctl: rto_min/max: avoid using current->nsproxy (CVE-2025-21639 bsc#1236122)
  - commit e818833
  - pktgen: Avoid out-of-bounds access in get_imix_entries
    (CVE-2025-21680 bsc#1236700).
  - commit 8cb9ad2
  - sctp: sysctl: auth_enable: avoid using current->nsproxy (CVE-2025-21638 bsc#1236115)
  - commit e4e9666
  - sctp: sysctl: udp_port: avoid using current->nsproxy (CVE-2025-21637 bsc#1236114)
  - commit b35279d
  - sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy (CVE-2025-21636 bsc#1236113)
  - commit 3f71e7d
  - add bug reference to hv_storvsc change (bsc#1237025 CVE-2025-21690).
  - commit 45e9861
  -  kABI fix for mptcp: handle consistently DSS corruption (CVE-2024-50185 bsc#1233109)
  - commit d478aac
  - idpf: fix VF dynamic interrupt ctl register initialization
    (git-fixes).
  - Refresh
    patches.suse/idpf-add-support-for-SW-triggered-interrupts.patch.
  - commit da462e1
  - igc: Set buffer type for empty frames in igc_init_empty_frame
    (git-fixes).
  - igc: Fix HW RX timestamp when passed by ZC XDP (git-fixes).
  - idpf: call set_real_num_queues in idpf_open (bsc#1236661).
  - idpf: fix handling rsc packet with a single segment (git-fixes).
  - ice: stop storing XDP verdict within ice_rx_buf (git-fixes).
  - ice: gather page_count()'s of each frag right before XDP prog
    call (git-fixes).
  - ice: put Rx buffers after being done with current frame
    (git-fixes).
  - iavf: allow changing VLAN state without calling PF (git-fixes).
  - idpf: convert workqueues to unbound (git-fixes).
  - idpf: add read memory barrier when checking descriptor done bit
    (git-fixes).
  - net/mlx5e: Always start IPsec sequence number from 1
    (git-fixes).
  - net/mlx5e: Rely on reqid in IPsec tunnel mode (git-fixes).
  - net/mlx5: SF, Fix add port error handling (git-fixes).
  - net/mlx5: Fix RDMA TX steering prio (git-fixes).
  - igc: return early when failing to read EECD register
    (git-fixes).
  - ice: fix incorrect PHY settings for 100 GB/s (git-fixes).
  - ice: fix max values for dpll pin phase adjust (git-fixes).
  - eth: gve: use appropriate helper to set xdp_features
    (git-fixes).
  - cxgb4: Avoid removal of uninserted tid (git-fixes).
  - bnxt_en: Fix possible memory leak when hwrm_req_replace fails
    (git-fixes).
  - net: sfc: Correct key_len for efx_tc_ct_zone_ht_params
    (git-fixes).
  - net/mlx5e: macsec: Maintain TX SA from encoding_sa (git-fixes).
  - chelsio/chtls: prevent potential integer overflow on 32bit
    (git-fixes).
  - cxgb4: use port number to set mac addr (git-fixes).
  - bnxt_en: Unregister PTP during PCI shutdown and suspend
    (git-fixes).
  - bnxt_en: Refactor bnxt_ptp_init() (git-fixes).
  - net/mlx5: Verify support for scheduling element and TSAR type
    (git-fixes).
  - ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
    (git-fixes).
  - ice: use internal pf id instead of function number (git-fixes).
  - ice: Skip PTP HW writes during PTP reset procedure (git-fixes).
  - net/mlx5: Correct TASR typo into TSAR (git-fixes).
  - commit a2c0ed6
  - Use gcc-13 for build on SLE16 (jsc#PED-10028).
  - commit 51dacec
  - kbuild: userprogs: fix bitsize and target detection on clang
    (git-fixes).
  - tools: fix annoying "mkdir -p ..." logs when building tools
    in parallel (git-fixes).
  - serial: 8250: Fix fifo underflow on flush (git-fixes).
  - usb: roles: set switch registered flag early on (git-fixes).
  - usb: gadget: core: flush gadget workqueue after device removal
    (git-fixes).
  - USB: gadget: f_midi: f_midi_complete to call queue_work
    (git-fixes).
  - usb: core: fix pipe creation for get_bMaxPacketSize0
    (git-fixes).
  - usb: dwc3: Fix timeout issue during controller enter/exit from
    halt state (git-fixes).
  - USB: cdc-acm: Fill in Renesas R-Car D3 USB Download mode quirk
    (git-fixes).
  - usb: cdc-acm: Fix handling of oversized fragments (git-fixes).
  - usb: cdc-acm: Check control transfer buffer size before access
    (git-fixes).
  - usb: gadget: f_midi: fix MIDI Streaming descriptor lengths
    (git-fixes).
  - usb: dwc2: gadget: remove of_node reference upon udc_stop
    (git-fixes).
  - usb: gadget: udc: renesas_usb3: Fix compiler warning
    (git-fixes).
  - commit f681ca5

++++ podman:

  - Add patch for CVE-2024-11218 (bsc#1236270):
    * 0001-vendor-bump-buildah-to-1.37.6-CVE-2024-11218.patch
  - Removed patches (merged upstream):
    * 0001-pkg-subscriptions-use-securejoin-for-the-container-p.patch
    * 0002-CVE-2024-9407-validate-bind-propagation-flag-setting.patch
    * 0003-Properly-validate-cache-IDs-and-sources.patch
    * 0004-Use-securejoin.SecureJoin-when-forming-userns-paths.patch
  - Add missing podman-clean-transient unit
  - Update to version 5.2.5:
    * Bump to v5.2.5 (bsc#1236507)
    * Update release notes for 5.2.5
    * Bump c/storage to v1.55.1 and Buildah to v1.37.5
    * RPM: remove dup Provides
    * Packit: constrain koji and bodhi jobs to fedora package to avoid dupes
    * Bump to v5.2.5-dev
    * Bump to v5.2.4
    * Update release notes for v5.2.4
    * Validate the bind-propagation option to `--mount`
    * Bump Buildah to v1.37.4
    * vendor: update c/common to v0.60.4
    * Bump to v5.2.4-dev
    * Bump to v5.2.3
    * Update release notes for v5.2.3
    * [v5.2] Bump Buildah to v1.37.3
    * pkg/specgen: allow pasta when running inside userns
    * libpod: convert owner IDs only with :idmap
    * docs: update read the docs changes
    * allow exposed sctp ports
    * libpod: setupNetNS() correctly mount netns
    * vendor: update c/common to v0.60.3
    * [skip-ci] Packit: split out ELN jobs and reuse fedora downstream targets
    * [skip-ci] Packit: Enable sidetags for bodhi updates
    * build: Update gvisor-tap-vsock to 0.7.5
    * CI: podman-machine: do not use cache registry
    * [CI:DOCS] Add v5.2.2 lib updates to RELEASE_NOTES.md
    * Bump to v5.2.3-dev
    * Bump to v5.2.2
    * Update RELEASE_NOTES for v5.2.2
    * [v5.2] Bump Buildah to v1.37.2, c/common v0.60.2, c/image v5.32.2
    * [v5.2] golangci-lint: make darwin linting happy
    * [v5.2] golangci-lint: make windows linting happy
    * [v5.2] test/e2e: remove kernel version check
    * [v5.2] golangci-lint: remove most skip dirs
    * [v5.2] set !remote build tags where needed
    * [v5.2] update golangci-lint to 1.60.1
    * Packit: update targets for propose-downstream
    * Create volume path before state initialization
    * Update Cirrus DEST_BRANCH
    * Bump to v5.2.2-dev
    * Bump to v5.2.1
    * Update release notes for v5.2.1
    * [v5.2] Add zstd:chunked test fix
    * [v5.2] Bump Buildah to v1.37.1, c/common v0.60.1, c/image v5.32.1
    * libpod: reset state error on init
    * libpod: do not save expected stop errors in ctr state
    * libpod: fix broken saveContainerError()
    * Bump to v5.2.1-dev
    * Bump to v5.2.0
    * Never skip checkout step in release workflow
    * Bump to v5.2.0-dev
    * Bump to v5.2.0-rc3
    * Update release notes for v5.2.0-rc3
    * Tweak versions in register_images.go
    * fix network cleanup flake in play kube
    * WIP: Fixes for vendoring Buildah
    * Add --compat-volumes option to build and farm build
    * Bump Buildah, c/storage, c/image, c/common
    * libpod: bind ports before network setup
    * pkg/api: do not leak config pointers into specgen
    * build: Update gvisor-tap-vsock to 0.7.4
    * test/system: fix borken pasta interface name checks
    * test/system: fix bridge host.containers.internal test
    * CI: system tests: instrument to allow failure analysis
    * Use uploaded .zip for Windows action
    * RPM: podman-iptables.conf only on Fedora
    * Bump to v5.2.0-dev
    * Bump to v5.2.0-rc2
    * Update release notes for v5.2.0-rc2
    * test/e2e: fix ncat tests
    * libpod: add hidden env to set sqlite timeout
    * Add support for StopSignal in quadlet .container files
    * podman pod stats: fix race when ctr process exits
    * Update module github.com/vbauerster/mpb/v8 to v8.7.4
    * libpod: correctly capture healthcheck output
    * Bump bundled krunkit to 0.1.2
    * podman stats: fix race when ctr process exists
    * nc -p considered harmful
    * podman pod stats: fix pod rm race
    * podman ps: fix racy pod name query
    * system connection remove: use Args function to validate
    * pkg/machine/compression: skip decompress bar for empty file
    * nc -p considered harmful
    * podman system df: fix fix ErrNoSuchCtr/Volume race
    * podman auto-update: fix ErrNoSuchCtr race
    * Fix name for builder in farm connection
    * 700-play.bats: use unique pod/container/image/volume names
    * safename: consistent within same test, and, dashes
    * 700-kube.bats: refactor $PODMAN_TMPDIR/test.yaml
    * 700-play.bats: eliminate $testYaml
    * 700-play.bats: refactor clumsy yamlfile creation
    * 700-play.bats: move _write_test_yaml up near top
    * chore(deps): update dependency setuptools to v71
    * Expand drop-in search paths * top-level (pod.d) * truncated (unit-.container.d)
    * Remove references and checks for --gpus
    * Do not crash on invalid filters
    * fix(deps): update module github.com/rootless-containers/rootlesskit/v2 to v2.2.0
    * Bump to v5.2.0-dev
    * Bump to v5.2.0-rc1
    * Keep the volume-driver flag deprecated
    * Vendor in latest containers(common, storage,image, buildah)
    * System tests: safe container/image/volume/etc names
    * Implement disable default mounts via command line
    * test: drop unmount for overlay
    * test: gracefully terminate server
    * libpod: shutdown Stop waits for handlers completion
    * libpod: cleanup store at shutdown
    * Add NetworkAlias= support to quadlet
    * cmd: call shutdown handler stop function
    * fix race conditions in start/attach logic
    * swagger: exlude new docker network types
    * vendor: bump c/storage
    * update to docker 27
    * contrib: use a distinct --pull-option= for each flag
    * Update warning message when using external compose provider
    * Update module github.com/cyphar/filepath-securejoin to v0.3.0
    * Ignore result of EvalSymlinks on ENOENT
    * test/upgrade: fix tests when netavark uses nftables
    * test/system: fix network reload test with nftables
    * test/e2e: rework some --expose tests
    * test: remove publish tests from e2e
    * CI: test nftables driver on fedora
    * CI: use local registry, part 3 of 3: for developers
    * CI: use local registry, part 2 of 3: fix tests
    * CI: use local registry, part 1 of 3: setup
    * CI: test composefs on rawhide
    * chore(deps): update module google.golang.org/grpc to v1.64.1 [security]
    * chore(deps): update dependency setuptools to ~=70.3.0
    * Improve container filenname ambiguity.
    * containers/attach: Note bug around goroutine leak
    * Drop minikube CI test
    * add libkrun test docs
    * fix(deps): update module tags.cncf.io/container-device-interface to v0.8.0
    * cirrus: check for header files in source code check
    * pkg/machine/e2e: run debug command only for macos
    * create runtime's worker queue before queuing any job
    * test/system: fix pasta host.containers.internal test
    * Visual Studio BuildTools as a MinGW alternative
    * SetupRootless(): only reexec when needed
    * pkg/rootless: simplify reexec for container code
    * cirrus: add missing test/tools to danger files
    * fix(deps): update module golang.org/x/tools to v0.23.0
    * Windows Installer: switch to wix5
    * fix(deps): update module golang.org/x/net to v0.27.0
    * pkg/machine/e2e: print tests timings at the end
    * pkg/machine/e2e: run debug commands after init
    * pkg/machine/e2e: improve timeout handling
    * libpod: first delete container then cidfile
    * fix(deps): update module golang.org/x/term to v0.22.0
    * System test fixes
    * cirrus.yml: automatic skips based on source
    * fix(deps): update module github.com/containers/ocicrypt to v1.2.0
    * podman events: fix error race
    * chore(deps): update dependency setuptools to ~=70.2.0
    * fix(deps): update module github.com/gorilla/schema to v1.4.1 [security]
    * Update CI VM images
    * pkg/machine/e2e: fix broken cleanup
    * pkg/machine/e2e: use tmp file for connections
    * test/system: fix podman --image-volume to allow tmpfs storage
    * CI: mount tmpfs for container storage
    * docs: --network remove missing leading sentence
    * specgen: parse devices even with privileged set
    * vendor: update c/storage
    * Remove the unused machine volume-driver
    * feat(quadlet): log option handling
    * Error when machine memory exceeds system memory
    * machine: Always use --log-file with gvproxy
    * CI: Build-Each-Commit test: run only on PRs
    * Small fixes for testing libkrun
    * Podman machine resets all providers
    * Clearly indicate names w/ URLencoded duplicates
    * [skip-ci] Packit: split rhel and centos-stream jobs
    * apple virtiofs: fix racy mount setup
    * cirrus: fix broken macos artifacts URL
    * libpod/container_top_linux.c: fix missing header
    * refactor(build): improve err when file specified by -f does not exist
    * Minor: Remove unhelpful comment
    * Update module github.com/openshift/imagebuilder to v1.2.11
    * Minor: Rename the OSX Cross task
    * [skip-ci] Remove conditionals from changelog
    * podman top: join the container userns
    * Run linting in parallel with building
    * Fix missing Makefile target dependency
    * build API: accept platform comma separated
    * [skip-ci] RPM: create podman-machine subpackage
    * ExitWithError() - more upgrades from Exit()
    * test/e2e: remove podman system service tests
    * cirrus: reduce int tests timeout
    * cirrus: remove redundant skip logic
    * pkg/machine/apple: machine stop timeout
    * CI: logformatter: link to correct PR base
    * Update module github.com/crc-org/crc/v2 to v2.38.0
    * ExitWithError(): continued
    * test/system: Add test steps for journald log check in quadlet
    * restore: fix missing network setup
    * podman run use pod userns even with --pod-id-file
    * macos-installer: bundle krunkit
    * remote API: fix pod top error reporting
    * libpod API: return proper error status code for pod start
    * fix #22233
    * added check for `registry.IsRemote()`. and correct error message.
    * fix #20686
    * pkg/machine/e2e: Remove unnecessary copy of machine image.
    * libpod: intermediate mount if UID not mapped into the userns
    * libpod: avoid chowning the rundir to root in the userns
    * libpod: do not chmod bind mounts
    * libpod: unlock the thread if possible
    * CI Cleanup: Remove cgroups v1 support
    * ExitWithError() - more upgrades from Exit()
    * remote: fix incorrect CONTAINER_CONNECTION parsing
    * container: pass KillSignal and StopTimeout to the systemd scope
    * libpod: fix comment
    * e2e: test container restore in pod by name
    * docs: Adds all PushImage supported paramters to openapi docs.
    * systests: kube: bump up a timeout
    * cirrus.yml: add CI:ALL mode to force all tests
    * cirrus.yml: implement skips based on source changes
    * CI VMs: bump
    * restore: fix container restore into pod
    * sqlite_state: Fix RewriteVolumeConfig
    * chore(deps): update dependency setuptools to ~=70.1.0
    * Quadlet - use specifier for unescaped values for templated container name
    * cirrus: check for system test leaks in nightly
    * test/system: check for leaks in teardown suite
    * test/system: speed up basic_{setup,teardown}()
    * test/system: fix up many tests that do not cleanup
    * test/system: fix podman --authfile=nonexistent-path
    * Update module github.com/containernetworking/plugins to v1.5.1
    * Update module github.com/checkpoint-restore/checkpointctl to v1.2.1
    * Update module github.com/spf13/cobra to v1.8.1
    * Update module github.com/gorilla/schema to v1.4.0
    * pkg/machine/wsl: force terminate wsl instance
    * pkg/machine/wsl: wrap command errors
    * [CI:DOCS] Quadlet - add note about relative path resolution
    * CI: do not install python packages at runtime
    * Release workflow: Include candidate descriptor
    * Minor: Fix indentation in GHA release workflow
    * GHA: Send release notification mail
    * GHA: Validate release version number
    * Remove references to --pull=true and --pull=false
    * ExitWithError, continued
    * podman: add new hidden flag --pull-option
    * [CI:DOCS] Fix typos in podman-build
    * infra: mark storageSet when imagestore is changed
    * [CI:DOCS] Add jnovy as reviewer and approver
    * fix(deps): update module google.golang.org/protobuf to v1.34.2
    * refactor(machine,wsl): improve operations of Windows API
    * --squash --layers=false should be allowed
    * fix(deps): update module github.com/checkpoint-restore/checkpointctl to v1.2.0
    * update golangci-lint to v1.59.1
    * Rename master to main in CONTRIBUTING.md
    * podman 5, pasta and inter-container networking
    * libpod: do not resuse networking on start
    * machine/linux: Switch to virtiofs by default
    * machine/linux: Support virtiofs mounts (retain 9p default)
    * machine/linux: Use memory-backend-memfd by default
    * ExitWithError() - continued
    * Enable libkrun provider to open a debug console
    * Add new targets on Windows makefile (winmake.ps1)
    * fix(deps): update module github.com/docker/docker to v26.1.4+incompatible
    * fix(deps): update module github.com/crc-org/crc/v2 to v2.37.1
    * fix(deps): update module golang.org/x/tools to v0.22.0
    * fix(deps): update module golang.org/x/net to v0.26.0
    * libpod: fix 'podman kube generate' on FreeBSD
    * fix(deps): update module golang.org/x/sys to v0.21.0
    * libpod: do not leak systemd hc startup unit timer
    * vendor latest c/common
    * pkg/rootless: set _CONTAINERS_USERNS_CONFIGURED correctly
    * run bats -T, to profile timing hogs
    * test/system: speed up podman ps --external
    * test/system: speed up podman network connect/disconnect
    * test/system: speed up podman network reload
    * test/system: speed up quadlet - pod simple
    * test/system: speed up podman parallel build should not race
    * test/system: speed up podman cp dir from host to container
    * test/system: speed up podman build - workdir, cmd, env, label
    * test/system: speed up podman --log-level recognizes log levels
    * test/system: remove obsolete debug in net connect/disconnect test
    * test/system: speed up quadlet - basic
    * test/system: speed up user namespace preserved root ownership
    * System tests: add `podman system check` tests
    * Add `podman system check` for checking storage consistency
    * fix(deps): update module github.com/crc-org/crc/v2 to v2.37.0
    * fix(libpod): add newline character to the end of container's hostname file
    * fix(deps): update module github.com/openshift/imagebuilder to v1.2.10
    * fix(deps): update github.com/containers/image/v5 digest to aa93504
    * Fix 5.1 release note re: runlabel
    * test/e2e: use local skopeo not image
    * fix(deps): update golang.org/x/exp digest to fd00a4e
    * [CI:DOCS] Add contrib/podmanimage/stable path back in repo
    * chore(deps): update dependency requests to ~=2.32.3
    * fix(deps): update github.com/containers/image/v5 digest to 2343e81
    * libpod: do not move podman with --cgroups=disabled
    * Update release notes on Main to v5.1.0
    * test: look at the file base name
    * tests: simplify expected output
    * Sigh, new VMs again
    * Fail earlier when no containers exist in stats
    * Add Hyper-V option in windows installer
    * libpod: cleanup default cache on system reset
    * vendor: update c/image
    * test/system: speed up kube generate tmpfs on /tmp
    * test/system: speed up podman kube play tests
    * test/system: speed up podman shell completion test
    * test/system: simplify test signal handling in containers
    * test/system: speed up podman container rm ...
    * test/system: speed up podman ps - basic tests
    * test/system: speed up read-only from containers.conf
    * test/system: speed up podman logs - multi ...
    * test/system: speed up podman run --name
    * Debian: switch to crun
    * test/system: speed up podman generate systemd - envar
    * test/system: speed up podman-kube@.service template
    * test/system: speed up kube play healthcheck initialDelaySeconds
    * test/system: speed up exit-code propagation test
    * test/system: speed up "podman run --timeout"
    * test/system: fix slow kube play --wait with siginterrupt
    * undo auto-formatting
    * test/system: speed up podman events tests
    * Quadlet: Add support for .build files
    * test/system: speed up "podman auto-update using systemd"
    * test/system: remove podman wait test
    * tests: disable tests affected by a race condition
    * update golangci-lint to v1.59.0
    * kubernetes_support.md: Mark volumeMounts.subPath as supported
    * working name of pod on start and stop
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.0
    * Bump Buildah to v1.36.0
    * fix(deps): update module github.com/burntsushi/toml to v1.4.0
    * fix typo in Tutorials.rst
    * Mac PM test: Require pre-installed rosetta
    * test/e2e: fix new error message
    * Add configuration for podmansh
    * Update containers/common to latest main
    * Only stop chowning volumes once they're not empty
    * podman: fix --sdnotify=healthy with --rm
    * libpod: wait another interval for healthcheck
    * quadlet: Add a network requirement on .image units
    * test, pasta: Ignore deprecated addresses in tests
    * [CI:DOCS] performance: update network docs
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.18.0
    * CI: disable minikube task
    * [CI:DOCS] Fix windows action trigger
    * chore(deps): update dependency setuptools to v70
    * Check AppleHypervisor before accessing it
    * fix(deps): update module github.com/containernetworking/plugins to v1.5.0
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.58.2
    * add podman-clean-transient.service service to rootless
    * [CI:DOCS] Update podman network docs
    * fix incorrect host.containers.internal entry for rootless bridge mode
    * vendor latest c/common main
    * Add Rosetta support for Apple Silicon mac
    * bump main to 5.2.0-dev
    * Use a defined constant instead of a hard-coded magic value
    * cirrus: use faster VM's for integration tests
    * fix(deps): update github.com/containers/gvisor-tap-vsock digest to 01a1a0c
    * [CI:DOCS] Fix Mac pkg link
    * test: remove test_podman* scripts
    * test/system: fix documentation
    * Return StatusNotFound when multiple volumes matching occurs
    * container_api: do not wait for healtchecks if stopped
    * libpod: wait for healthy on main thread
    * `podman events`: check for an error after we finish reading events
    * remote API: restore v4 payload in container inspect
    * Fix updating connection when SSH port conflict happens
    * rootless: fix reexec to use /proc/self/exe
    * ExitWithError() - enforce required exit status & stderr
    * ExitWithError() - a few that I missed
    * [skip-ci] Packit: use only one value for `packages` key for `trigger: commit` copr builds
    * Revert "Temporarily disable rootless debian e2e testing"
    * CI tests: enforce TMPDIR on tmpfs
    * use new CI images with tmpfs /tmp
    * run e2e test on tmpfs
    * Update module github.com/crc-org/crc/v2 to v2.36.0
    * Address CVE-2024-3727
    * [CI:DOCS] Use checkout@v4 in GH Actions
    * ExitWithError() - rmi_test
    * ExitWithError() - more r files
    * ExitWithError() - s files
    * ExitWithError() - more run_xxx tests
    * Fix podman-remote support for `podman farm build`
    * [CI:DOCS] Trigger windows installer action properly
    * Revert "container stop: kill conmon"
    * Ensure that containers do not get stuck in stopping
    * [CI:DOCS] Improvements to make validatepr
    * ExitWithError() - rest of the p files
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.58.1
    * Graceful shutdown during podman kube down
    * Remove duplicate  call
    * test/system: fix broken "podman volume globs" test
    * Quadlet/Container: Add GroupAdd option
    * Don't panic if a runtime was configured without paths
    * update c/{buildah,common,image,storage} to latest main
    * update golangci-lint to 1.58
    * machine: Add LibKrun provider detection
    * ExitWithError() - continue tightening
    * fix(deps): update module google.golang.org/protobuf to v1.34.1
    * test: improve test for powercap presence
    * fix(deps): update module github.com/onsi/ginkgo/v2 to v2.17.3
    * fix(deps): update module go.etcd.io/bbolt to v1.3.10
    * fix(deps): update module golang.org/x/tools to v0.21.0
    * [skip-ci] RPM: `bats` required only on Fedora
    * fix(deps): update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842
    * gpdate and remove parameter settings in `.golangci.yml`
    * ExitWithError() - play_kube_test.go
    * Temporarily disable rootless debian e2e testing
    * fix(deps): update module golang.org/x/crypto to v0.23.0
    * CI Docs: Clarify passthrough_envars() comments
    * Skip machine tests if they don't need to be run
    * Update CI VMs to F40, F39, D13
    * ExitWithError() - v files
    * Update module golang.org/x/term to v0.20.0
    * machine: Add provider detection API
    * util: specify a not empty pause dir for root too
    * Add missing option 'healthy' to output of `podman run --help`
    * [CI:DOCS] Add info on the quay.io images to the README.md
    * Add a random suffix to healthcheck unit names
    * test/e2e: remove toolbox image
    * Also substitute $HOME in runlabel with user's homedir
    * Update module github.com/cyphar/filepath-securejoin to v0.2.5
    * Change tmpDir for macOS
    * ExitWithError() - pod_xxx tests
    * ExitWithError() -- run_test.go
    * Update module golang.org/x/exp to v0.0.0-20240416160154-fe59bbe5cc7f
    * Update module github.com/shirou/gopsutil/v3 to v3.24.4
    * Update module github.com/docker/docker to v26.1.1+incompatible
    * GHA: Attempt fix exceeded a secondary rate limit
    * vendor ginkgo 2.17.2 into test/tools
    * Fix machine volumes with long path and paths with dashes
    * Update module google.golang.org/protobuf to v1.34.0
    * Update module github.com/crc-org/crc/v2 to v2.35.0
    * Update module github.com/onsi/gomega to v1.33.1
    * test/e2e: podman unshare image mount fix tmpdir leak
    * test/e2e: do not leak /tmp/private_file
    * test/e2e: "persistentVolumeClaim with source" do not leak file
    * e2e tests: use /var/tmp, not $TMPDIR, as workdirs
    * Update dependency pytest to v8.1.2
    * Remove unncessary lines at the end of specfile summary
    * Clean machine pull cache
    * Add krun support to podman machine
    * Use custom image for make validatepr
    * test/e2e: force systemd cgroup manager
    * e2e and bindings tests: fix $PATH setup
    * Makefile: remove useless HACK variable in e2e test
    * test/e2e: fix volumes and suid/dev/exec options
    * test/e2e: volumes and suid/dev/exec options works remote
    * test/e2e: fix limits test
    * Update module github.com/rootless-containers/rootlesskit/v2 to v2.1.0
    * Correct option name `ip` -> `ip6`
    * Add the ability to automount images as volumes via play
    * Add support for image volume subpaths
    * Bump Buildah to latest main
    * Update Makefile to Go 1.22 for in-container
    * ExitWithError() - yet more low-hanging fruit
    * ExitWithError() - more low-hanging fruit
    * ExitWithError() - low-hanging fruit
    * chore: fix function names in comment
    * Remove redundant Prerequisite before build section
    * Remove PKG_CONFIG_PATH
    * Add installation instructions for openSUSE
    * Replace golang.org/x/exp/slices with slices from std
    * Update to go 1.21
    * fix(deps): update module github.com/docker/docker to v26.1.0+incompatible
    * [CI:DOCS] Fix artifact action
    * [skip-ci] Packit/rpm: remove el8 jobs and spec conditionals
    * e2e tests: stop littering
    * [CI:DOCS] format podman-pull example as code
    * [CI:DOCS] Build & upload release artifacts with GitHub Actions
    * libpod: getHealthCheckLog() remove unessesary check
    * add containers.conf healthcheck_events support
    * vendor latest c/common
    * libpod: make healthcheck events more efficient
    * libpod: wrap store setup error message
    * [skip-ci] Packit: enable CentOS 10 Stream build jobs
    * pkg/systemd: use fileutils.(Le|E)xists
    * pkg/bindings: use fileutils.(Le|E)xists
    * pkg/util: use fileutils.(Le|E)xists
    * pkg/trust: use fileutils.(Le|E)xists
    * pkg/specgen: use fileutils.(Le|E)xists
    * pkg/rootless: use fileutils.(Le|E)xists
    * pkg/machine: use fileutils.(Le|E)xists
    * pkg/domain: use fileutils.(Le|E)xists
    * pkg/api: use fileutils.(Le|E)xists
    * libpod: use fileutils.(Le|E)xists
    * cmd: use fileutils.(Le|E)xists
    * vendor: update containers/{buildah,common,image,storage}
    * fix(deps): update module github.com/docker/docker to v26.0.2+incompatible [security]
    * fix podman-pod-restart.1.md typo
    * [skip-ci] Packit: switch to EPEL instead of centos-stream+epel-next
    * fix(deps): update module github.com/onsi/gomega to v1.33.0
    * Add more annnotation information to podman kupe play man page
    * test/compose: remove compose v1 code
    * CI: remove compose v1 tests
    * fix: close resource file
    * [CI:DOCS] Fix windows installer action
    * fix(deps): update module tags.cncf.io/container-device-interface to v0.7.2
    * add `list` as an alias to list networks
    * Add support for updating restart policy
    * Add Compat API for Update
    * Make `podman update` changes persistent
    * Emergency fix (well, skip) for failing bud tests
    * fix swagger doc for manifest create
    * [CI:DOCS] options/network: fix markdown lists
    * Makefile: do not hardcode `GOOS` in `podman-remote-static` target
    * chore(deps): update module golang.org/x/crypto to v0.17.0 [security]
    * chore(deps): update dependency setuptools to ~=69.5.0
    * Fix some comments
    * swagger fix infinitive recursion on some types
    * install swagger from source
    * Revert "Swap out javascript engine"
    * podman exec CID without command should exit 125
    * (minor) prefetch systemd image before use
    * Update go-swagger version
    * Swap out javascript engine
    * fix(deps): update module github.com/docker/docker to v26.0.1+incompatible
    * Add os, arch, and ismanifest to libpod image list
    * [CI:DOCS]Initial PR validation
    * fix(deps): update github.com/containers/gvisor-tap-vsock digest to d744d71
    * vendor ginkgo 2.17.1 into test/tools
    * fix "concurrent map writes" in network ls compat endpoint
    * chore(deps): update dependency pytest to v8
    * e2e: redefine ExitWithError() to require exit code
    * docs: fix missleading run/create --expose description
    * podman ps: show exposed ports under PORTS as well
    * rootless: drop function ReadMappingsProc
    * fix(deps): update module github.com/vbauerster/mpb/v8 to v8.7.3
    * New CI VMs, to give us pasta 2024-04-05
    * Add big warning to GHA workflow
    * GHA: Fix intermittent workflow error
    * fix(deps): update module golang.org/x/tools to v0.20.0
    * e2e tests: remove requirement for fuse-overlayfs
    * docs: update Quadlet volume Options desc
    * fix(deps): update module golang.org/x/sync to v0.7.0
    * Fix relabeling failures with Z/z volumes on Mac
    * fix(deps): update module golang.org/x/net to v0.24.0
    * Makefile: fix annoying errors in docs generation
    * chore: fix function names in comment
    * Bump tags.cncf.io/container-device-interface to v0.7.1
    * fix(deps): update module golang.org/x/crypto to v0.22.0
    * Detect unhandled reboots and require user intervention
    * podman --runroot: remove 50 char length restriction
    * update github.com/rootless-containers/rootlesskit to v2
    * Update module github.com/gorilla/schema to v1.3.0
    * Update dependency requests-mock to ~=1.12.1
    * Update module github.com/crc-org/crc/v2 to v2.34.1
    * rm --force work for more than one arg
    * [CI:DOCS] Update kube docs
    * fix(deps): update module github.com/shirou/gopsutil/v3 to v3.24.3
    * [CI:DOCS] Add GitHub action to update version on Podman.io
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.2
    * Windows: clean up temporary perl install
    * pkg/util: FindDeviceNodes() ignore ENOENT errors
    * [CI:DOCS] build deps: make-validate needs docs
    * test/system: add rootless-netns test for setup errors
    * vendor latest c/common main
    * container: do not chown to dest target with U
    * [CI:DOCS] golangci-lint: update deprecated flags
    * systests: conditionalize slirp4netns tests
    * CI: systests: instrument flaky tests
    * s3fs docs
    * test: do not skip tests under rootless
    * Add note about host networking to Kube PublishPort option
    * Inject additional build tags from the environment
    * libpod: use original IDs if idmap is provided
    * Switch back to checking out the same branch the action script runs in
    * docs/podman-login: Give an example of writing the persistent path
    * CI: Bump VMs to 2024-03-28
    * [skip-ci] Update dawidd6/action-send-mail action to v3.12.0
    * fix(deps): update module github.com/openshift/imagebuilder to v1.2.7
    * Fix reference to deprecated types.Info
    * Use logformatter for podman_machine_windows_task
    * applehv: Print vfkit logs in --log-level debug
    * [CI:DOCS]Add Mario to reviewers list
    * [CI:DOCS] Document CI-maintenance job addition
    * Add golang 1.21 update warning
    * Add rootless network command to `podman info`
    * libpod: don't warn about cgroupsv1 on FreeBSD
    * hyperv: error if not admin
    * Properly parse stderr when updating container status
    * [skip-ci] Packit: specify fedora-latest in propose-downstream
    * Use built-in ssh impl for all non-pty operations
    * Add support for annotations
    * hyperv: fix machine rm -r
    * [skip-ci] Packit: Enable CentOS Stream 10 update job
    * 5.0 release note fix typo in cgroupv1 env var
    * fix remote build isolation on client side
    * chore: remove repetitive words
    * Dont save remote context in temp file but stream and extract
    * fix remote build isolation when server runs as root
    * util: use private propagation with bind
    * util: add some tests for ProcessOptions
    * util: refactor ProcessOptions into an internal function
    * util: rename files to snake case
    * Add LoongArch support for libpod
    * fix(deps): update github.com/containers/common digest to bc5f97c
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.1
    * fix(deps): update module github.com/docker/docker to v25.0.5+incompatible [security]
    * fix(deps): update module github.com/onsi/gomega to v1.32.0
    * [CI:DOCS] Update dependency golangci/golangci-lint to v1.57.0
    * Update module github.com/cpuguy83/go-md2man/v2 to v2.0.4
    * Fix type-o
    * Use correct extension in suite
    * minikube: instrument tests, to allow debugging failures
    * libpod: restart always reconfigure the netns
    * use new c/common pasta2 setup logic to fix dns
    * utils: drop conversion float->string->float
    * utils: do not generate duplicate range
    * logformatter: handle Windows logs
    * utils: add test for the new function
    * utils: move rootless code to a new function
    * CVE-2024-1753 fix for main
    * xref-helpmsgs-manpages: cross-check Commands.rst
    * test/system: Add support for multipath routes in pasta networking tests
    * [skip-ci] rpm: use macro supported vendoring
    * Adjust to the standard location of gvforwarder used in new images
    * Makefile: add target `podman-remote-static`
    * Switch to 5.x WSL machine os stream using new automation
    * Cleanup build scratch dir if remote end disconnects while passing the context
    * bump main to 5.1.0-dev
    * Use faster gzip for compression for 3x speedup for sending large contexts to remote
    * pkg/machine: make checkExclusiveActiveVM race free
    * pkg/machine/wsl: remove unused CheckExclusiveActiveVM()
    * pkg/machine: CheckExclusiveActiveVM should also check for starting
    * pkg/machine: refresh config after we hold lock
    * Update dependency setuptools to ~=69.2.0
    * [skip-ci] rpm: update containers-common dep on f40+
    * fix invalid HTTP header values when hijacking a connection
    * Add doc to build podman on windows without MSYS
    * Removing CRI-O related annotations
    * fix(deps): update module github.com/containers/ocicrypt to v1.1.10
    * Pass the restart policy to the individual containers
    * kube play: always pull when both imagePullPolicy and tag are missing

------------------------------------------------------------------
------------------  2025-2-16  -  Feb 16 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.10 → 10.2.11
  - Update box plugin documentation
    Add chapter about new container build feature. The
    box plugin can now also run the build in containers

++++ kernel-default:

  - gpio: stmpe: Check return value of stmpe_reg_read in
    stmpe_gpio_irq_sync_unlock (git-fixes).
  - gpio: bcm-kona: Add missing newline to dev_err format string
    (git-fixes).
  - gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting
    IRQ (git-fixes).
  - gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0
    (git-fixes).
  - commit 72e2a5f

++++ kernel-rt:

  - gpio: stmpe: Check return value of stmpe_reg_read in
    stmpe_gpio_irq_sync_unlock (git-fixes).
  - gpio: bcm-kona: Add missing newline to dev_err format string
    (git-fixes).
  - gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting
    IRQ (git-fixes).
  - gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0
    (git-fixes).
  - commit 72e2a5f

++++ kernel-rt_debug:

  - gpio: stmpe: Check return value of stmpe_reg_read in
    stmpe_gpio_irq_sync_unlock (git-fixes).
  - gpio: bcm-kona: Add missing newline to dev_err format string
    (git-fixes).
  - gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting
    IRQ (git-fixes).
  - gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0
    (git-fixes).
  - commit 72e2a5f

------------------------------------------------------------------
------------------  2025-2-15  -  Feb 15 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - exfat: fix file being changed by unaligned direct write
    (git-fixes).
  - commit c5a2490
  - exfat: fix zero the unwritten part for dio read (git-fixes).
  - commit ab0ec4f
  - hfs: Sanity check the root record (git-fixes).
  - commit 6977b91
  - dlm: fix srcu_read_lock() return type to int (git-fixes).
  - commit 3303370
  - exfat: fix out-of-bounds access of directory entries
    (bsc#1234857 CVE-2024-53147).
  - commit 8127e11
  - exfat: change to get file size from DataLength (bsc#1234857
    CVE-2024-53147).
  - commit 34f63a5
  - exfat: convert to ctime accessor functions (git-fixes).
  - commit 430eb66
  - mmc: mtk-sd: Fix register settings for hs400(es) mode
    (git-fixes).
  - commit 0e84651

++++ kernel-rt:

  - exfat: fix file being changed by unaligned direct write
    (git-fixes).
  - commit c5a2490
  - exfat: fix zero the unwritten part for dio read (git-fixes).
  - commit ab0ec4f
  - hfs: Sanity check the root record (git-fixes).
  - commit 6977b91
  - dlm: fix srcu_read_lock() return type to int (git-fixes).
  - commit 3303370
  - exfat: fix out-of-bounds access of directory entries
    (bsc#1234857 CVE-2024-53147).
  - commit 8127e11
  - exfat: change to get file size from DataLength (bsc#1234857
    CVE-2024-53147).
  - commit 34f63a5
  - exfat: convert to ctime accessor functions (git-fixes).
  - commit 430eb66
  - mmc: mtk-sd: Fix register settings for hs400(es) mode
    (git-fixes).
  - commit 0e84651

++++ kernel-rt_debug:

  - exfat: fix file being changed by unaligned direct write
    (git-fixes).
  - commit c5a2490
  - exfat: fix zero the unwritten part for dio read (git-fixes).
  - commit ab0ec4f
  - hfs: Sanity check the root record (git-fixes).
  - commit 6977b91
  - dlm: fix srcu_read_lock() return type to int (git-fixes).
  - commit 3303370
  - exfat: fix out-of-bounds access of directory entries
    (bsc#1234857 CVE-2024-53147).
  - commit 8127e11
  - exfat: change to get file size from DataLength (bsc#1234857
    CVE-2024-53147).
  - commit 34f63a5
  - exfat: convert to ctime accessor functions (git-fixes).
  - commit 430eb66
  - mmc: mtk-sd: Fix register settings for hs400(es) mode
    (git-fixes).
  - commit 0e84651

------------------------------------------------------------------
------------------  2025-2-14  -  Feb 14 2025  -------------------
------------------------------------------------------------------

++++ gnutls:

  - Security fix [bsc#1236974, CVE-2024-12243]
    * gnutls: inefficient DER Decoding in libtasn1 could lead to remote DoS
    * Add gnutls-CVE-2024-12243.patch

++++ grub2:

  - Security fixes for 2024
    * 0001-misc-Implement-grub_strlcpy.patch
  - Fix CVE-2024-45781 (bsc#1233617)
    * 0002-fs-ufs-Fix-a-heap-OOB-write.patch
  - Fix CVE-2024-56737 (bsc#1234958)
  - Fix CVE-2024-45782 (bsc#1233615)
    * 0003-fs-hfs-Fix-stack-OOB-write-with-grub_strcpy.patch
  - Fix CVE-2024-45780 (bsc#1233614)
    * 0004-fs-tar-Integer-overflow-leads-to-heap-OOB-write.patch
  - Fix CVE-2024-45783 (bsc#1233616)
    * 0005-fs-hfsplus-Set-a-grub_errno-if-mount-fails.patch
    * 0006-kern-file-Ensure-file-data-is-set.patch
    * 0007-kern-file-Implement-filesystem-reference-counting.patch
  - Fix CVE-2025-0624 (bsc#1236316)
    * 0008-net-Fix-OOB-write-in-grub_net_search_config_file.patch
  - Fix CVE-2024-45774 (bsc#1233609)
    * 0009-video-readers-jpeg-Do-not-permit-duplicate-SOF0-mark.patch
  - Fix CVE-2024-45775 (bsc#1233610)
    * 0010-commands-extcmd-Missing-check-for-failed-allocation.patch
  - Fix CVE-2025-0622 (bsc#1236317)
    * 0011-commands-pgp-Unregister-the-check_signatures-hooks-o.patch
  - Fix CVE-2025-0622 (bsc#1236317)
    * 0012-normal-Remove-variables-hooks-on-module-unload.patch
  - Fix CVE-2025-0622 (bsc#1236317)
    * 0013-gettext-Remove-variables-hooks-on-module-unload.patch
  - Fix CVE-2024-45776 (bsc#1233612)
    * 0014-gettext-Integer-overflow-leads-to-heap-OOB-write-or-.patch
  - Fix CVE-2024-45777 (bsc#1233613)
    * 0015-gettext-Integer-overflow-leads-to-heap-OOB-write.patch
  - Fix CVE-2025-0690 (bsc#1237012)
    * 0016-commands-read-Fix-an-integer-overflow-when-supplying.patch
  - Fix CVE-2025-1118 (bsc#1237013)
    * 0017-commands-minicmd-Block-the-dump-command-in-lockdown-.patch
  - Fix CVE-2024-45778 (bsc#1233606)
  - Fix CVE-2024-45779 (bsc#1233608)
    * 0018-fs-bfs-Disable-under-lockdown.patch
  - Fix CVE-2025-0677 (bsc#1237002)
  - Fix CVE-2025-0684 (bsc#1237008)
  - Fix CVE-2025-0685 (bsc#1237009)
  - Fix CVE-2025-0686 (bsc#1237010)
  - Fix CVE-2025-0689 (bsc#1237011)
    * 0019-fs-Disable-many-filesystems-under-lockdown.patch
  - Fix CVE-2025-1125 (bsc#1237014)
  - Fix CVE-2025-0678 (bsc#1237006)
    * 0020-fs-Prevent-overflows-when-allocating-memory-for-arra.patch
  - Updated to upstream version
    * 0002-Requiring-authentication-after-tpm-unlock-for-CLI-ac.patch
  - Bump upstream SBAT generation to 5

++++ kernel-default:

  - smb: client: instantiate when creating SFU files (git-fixes).
  - commit 1658f01
  - smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
    (git-fixes).
  - commit eacadae
  - smb: client: return reparse type in /proc/mounts (git-fixes).
  - commit 5c949e8
  - smb: client: set correct d_type for reparse DFS/DFSR and mount
    point (git-fixes).
  - commit 99477ce
  - smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()
    (git-fixes).
  - commit dcd4483
  - smb: client: parse uid, gid, mode and dev from WSL reparse
    points (git-fixes).
  - commit 86b1707
  - smb: client: introduce SMB2_OP_QUERY_WSL_EA (git-fixes).
  - Refresh
    patches.suse/smb-client-fix-potential-UAF-in-cifs_debug_files_proc_show-.patch.
  - commit 6f30059
  - smb: client: get rid of smb311_posix_query_path_info()
    (git-fixes).
  - commit 08f4b23
  - smb: client: add support for WSL reparse points (git-fixes).
  - commit 4773bbe
  - smb: client: reduce number of parameters in smb2_compound_op()
    (git-fixes).
  - commit 5bf06b7
  - smb: client: retry compound request without reusing lease
    (git-fixes).
  - commit 44ecf42
  - smb: client: reuse file lease key in compound operations
    (git-fixes).
  - commit e1d39cc
  - smb: client: parse owner/group when creating reparse points
    (git-fixes).
  - commit 2b1f34d
  - cifs: open_cached_dir(): add FILE_READ_EA to desired access
    (git-fixes).
  - commit f59c050
  - cifs: update the same create_guid on replay (git-fixes).
  - commit 651496d
  - smb: client: reduce stack usage in smb2_query_reparse_point()
    (git-fixes).
  - commit a2f52a1
  - cifs: update desired access while requesting for directory lease
    (git-fixes).
  - commit 3577933
  - smb: client: move most of reparse point handling code to common
    file (git-fixes).
  - commit 90c5825
  - smb: client: handle special files and symlinks in SMB3 POSIX
    (git-fixes).
  - commit 7ddb775
  - smb: client: cleanup smb2_query_reparse_point() (git-fixes).
  - commit 56a04ed
  - smb: client: fix OOB in smb2_query_reparse_point() (git-fixes).
  - commit a9edfbd
  - smb: client: allow creating symlinks via reparse points
    (git-fixes).
  - commit 93e7dee
  - smb: client: fix hardlinking of reparse points (git-fixes).
  - commit 6805b33
  - drm/i915/selftests: avoid using uninitialized context
    (git-fixes).
  - drm/amdgpu: bail out when failed to load fw in
    psp_init_cap_microcode() (git-fixes).
  - spi: sn-f-ospi: Fix division by zero (git-fixes).
  - regmap-irq: Add missing kfree() (git-fixes).
  - batman-adv: fix panic during interface removal (git-fixes).
  - can: etas_es58x: fix potential NULL pointer dereference on
    udev->serial (git-fixes).
  - can: c_can: fix unbalanced runtime PM disable in error path
    (git-fixes).
  - can: ctucanfd: handle skb allocation failure (git-fixes).
  - can: j1939: j1939_sk_send_loop(): fix unable to send messages
    with data length zero (git-fixes).
  - wifi: ath12k: fix handling of 6 GHz rules (git-fixes).
  - commit 30daf36

++++ kernel-rt:

  - smb: client: instantiate when creating SFU files (git-fixes).
  - commit 1658f01
  - smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
    (git-fixes).
  - commit eacadae
  - smb: client: return reparse type in /proc/mounts (git-fixes).
  - commit 5c949e8
  - smb: client: set correct d_type for reparse DFS/DFSR and mount
    point (git-fixes).
  - commit 99477ce
  - smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()
    (git-fixes).
  - commit dcd4483
  - smb: client: parse uid, gid, mode and dev from WSL reparse
    points (git-fixes).
  - commit 86b1707
  - smb: client: introduce SMB2_OP_QUERY_WSL_EA (git-fixes).
  - Refresh
    patches.suse/smb-client-fix-potential-UAF-in-cifs_debug_files_proc_show-.patch.
  - commit 6f30059
  - smb: client: get rid of smb311_posix_query_path_info()
    (git-fixes).
  - commit 08f4b23
  - smb: client: add support for WSL reparse points (git-fixes).
  - commit 4773bbe
  - smb: client: reduce number of parameters in smb2_compound_op()
    (git-fixes).
  - commit 5bf06b7
  - smb: client: retry compound request without reusing lease
    (git-fixes).
  - commit 44ecf42
  - smb: client: reuse file lease key in compound operations
    (git-fixes).
  - commit e1d39cc
  - smb: client: parse owner/group when creating reparse points
    (git-fixes).
  - commit 2b1f34d
  - cifs: open_cached_dir(): add FILE_READ_EA to desired access
    (git-fixes).
  - commit f59c050
  - cifs: update the same create_guid on replay (git-fixes).
  - commit 651496d
  - smb: client: reduce stack usage in smb2_query_reparse_point()
    (git-fixes).
  - commit a2f52a1
  - cifs: update desired access while requesting for directory lease
    (git-fixes).
  - commit 3577933
  - smb: client: move most of reparse point handling code to common
    file (git-fixes).
  - commit 90c5825
  - smb: client: handle special files and symlinks in SMB3 POSIX
    (git-fixes).
  - commit 7ddb775
  - smb: client: cleanup smb2_query_reparse_point() (git-fixes).
  - commit 56a04ed
  - smb: client: fix OOB in smb2_query_reparse_point() (git-fixes).
  - commit a9edfbd
  - smb: client: allow creating symlinks via reparse points
    (git-fixes).
  - commit 93e7dee
  - smb: client: fix hardlinking of reparse points (git-fixes).
  - commit 6805b33
  - drm/i915/selftests: avoid using uninitialized context
    (git-fixes).
  - drm/amdgpu: bail out when failed to load fw in
    psp_init_cap_microcode() (git-fixes).
  - spi: sn-f-ospi: Fix division by zero (git-fixes).
  - regmap-irq: Add missing kfree() (git-fixes).
  - batman-adv: fix panic during interface removal (git-fixes).
  - can: etas_es58x: fix potential NULL pointer dereference on
    udev->serial (git-fixes).
  - can: c_can: fix unbalanced runtime PM disable in error path
    (git-fixes).
  - can: ctucanfd: handle skb allocation failure (git-fixes).
  - can: j1939: j1939_sk_send_loop(): fix unable to send messages
    with data length zero (git-fixes).
  - wifi: ath12k: fix handling of 6 GHz rules (git-fixes).
  - commit 30daf36

++++ kernel-rt_debug:

  - smb: client: instantiate when creating SFU files (git-fixes).
  - commit 1658f01
  - smb: client: handle lack of FSCTL_GET_REPARSE_POINT support
    (git-fixes).
  - commit eacadae
  - smb: client: return reparse type in /proc/mounts (git-fixes).
  - commit 5c949e8
  - smb: client: set correct d_type for reparse DFS/DFSR and mount
    point (git-fixes).
  - commit 99477ce
  - smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()
    (git-fixes).
  - commit dcd4483
  - smb: client: parse uid, gid, mode and dev from WSL reparse
    points (git-fixes).
  - commit 86b1707
  - smb: client: introduce SMB2_OP_QUERY_WSL_EA (git-fixes).
  - Refresh
    patches.suse/smb-client-fix-potential-UAF-in-cifs_debug_files_proc_show-.patch.
  - commit 6f30059
  - smb: client: get rid of smb311_posix_query_path_info()
    (git-fixes).
  - commit 08f4b23
  - smb: client: add support for WSL reparse points (git-fixes).
  - commit 4773bbe
  - smb: client: reduce number of parameters in smb2_compound_op()
    (git-fixes).
  - commit 5bf06b7
  - smb: client: retry compound request without reusing lease
    (git-fixes).
  - commit 44ecf42
  - smb: client: reuse file lease key in compound operations
    (git-fixes).
  - commit e1d39cc
  - smb: client: parse owner/group when creating reparse points
    (git-fixes).
  - commit 2b1f34d
  - cifs: open_cached_dir(): add FILE_READ_EA to desired access
    (git-fixes).
  - commit f59c050
  - cifs: update the same create_guid on replay (git-fixes).
  - commit 651496d
  - smb: client: reduce stack usage in smb2_query_reparse_point()
    (git-fixes).
  - commit a2f52a1
  - cifs: update desired access while requesting for directory lease
    (git-fixes).
  - commit 3577933
  - smb: client: move most of reparse point handling code to common
    file (git-fixes).
  - commit 90c5825
  - smb: client: handle special files and symlinks in SMB3 POSIX
    (git-fixes).
  - commit 7ddb775
  - smb: client: cleanup smb2_query_reparse_point() (git-fixes).
  - commit 56a04ed
  - smb: client: fix OOB in smb2_query_reparse_point() (git-fixes).
  - commit a9edfbd
  - smb: client: allow creating symlinks via reparse points
    (git-fixes).
  - commit 93e7dee
  - smb: client: fix hardlinking of reparse points (git-fixes).
  - commit 6805b33
  - drm/i915/selftests: avoid using uninitialized context
    (git-fixes).
  - drm/amdgpu: bail out when failed to load fw in
    psp_init_cap_microcode() (git-fixes).
  - spi: sn-f-ospi: Fix division by zero (git-fixes).
  - regmap-irq: Add missing kfree() (git-fixes).
  - batman-adv: fix panic during interface removal (git-fixes).
  - can: etas_es58x: fix potential NULL pointer dereference on
    udev->serial (git-fixes).
  - can: c_can: fix unbalanced runtime PM disable in error path
    (git-fixes).
  - can: ctucanfd: handle skb allocation failure (git-fixes).
  - can: j1939: j1939_sk_send_loop(): fix unable to send messages
    with data length zero (git-fixes).
  - wifi: ath12k: fix handling of 6 GHz rules (git-fixes).
  - commit 30daf36

++++ runc:

  - Update to runc v1.2.5. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.5>.

------------------------------------------------------------------
------------------  2025-2-13  -  Feb 13 2025  -------------------
------------------------------------------------------------------

++++ curl:

  - Update to 8.12.1:
    * Bugfixes:
  - asyn-thread: fix build with 'CURL_DISABLE_SOCKETPAIR'
  - asyn-thread: fix HTTPS RR crash
  - asyn-thread: fix the returned bitmask from Curl_resolver_getsock
  - asyn-thread: survive a c-ares channel set to NULL
  - cmake: always reference OpenSSL and ZLIB via imported targets
  - cmake: respect 'GNUTLS_CFLAGS' when detected via 'pkg-config'
  - cmake: respect 'GNUTLS_LIBRARY_DIRS' in 'libcurl.pc' and 'curl-config'
  - content_encoding: #error on too old zlib
  - imap: TLS upgrade fix
  - ldap: drop support for legacy Novell LDAP SDK
  - libssh2: comparison is always true because rc <= -1
  - libssh2: raise lowest supported version to 1.2.8
  - libssh: drop support for libssh older than 0.9.0
  - openssl-quic: ignore ciphers for h3
  - pop3: TLS upgrade fix
  - runtests: fix the disabling of the memory tracking
  - runtests: quote commands to support paths with spaces
  - scache: add magic checks
  - smb: silence '-Warray-bounds' with gcc 13+
  - smtp: TLS upgrade fix
  - tool_cfgable: sort struct fields by size, use bitfields for booleans
  - tool_getparam: add "TLS required" flag for each such option
  - vtls: fix multissl-init
  - wakeup_write: make sure the eventfd write sends eight bytes

++++ kernel-default:

  - smb: client: fix missing mode bits for SMB symlinks (git-fixes).
  - commit 8fa207f
  - smb: client: stop revalidating reparse points unnecessarily
    (git-fixes).
  - commit ce08be7
  - smb: client: fix potential broken compound request (git-fixes).
  - commit a4415de
  - smb: client: fix renaming of reparse points (git-fixes).
  - commit 32e853e
  - smb: client: optimise reparse point querying (git-fixes).
  - commit a53eec6
  - smb: client: allow creating special files via reparse points
    (git-fixes).
  - commit 74e26d4
  - smb: client: introduce cifs_sfu_make_node() (git-fixes).
  - commit 39b0787
  - smb: client: set correct file type from NFS reparse points
    (git-fixes).
  - Delete
    patches.suse/cifs-Fix-buffer-overflow-when-parsing-NFS-reparse-points.patch.
    (deleted patch will be added later)
  - commit 7b28133
  - smb: client: introduce ->parse_reparse_point() (git-fixes).
  - commit 5e66e50
  - smb3: fix creating FIFOs when mounting with "sfu" mount option
    (git-fixes).
  - commit 82c7e6d
  - mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow (CVE-2024-50085 bsc#1232508)
  - commit 25971ed
  - smb: client: Fix minor whitespace errors and warnings
    (git-fixes).
  - commit 1eedc39
  - smb: use kernel_connect() and kernel_bind() (git-fixes).
  - commit 6936009
  - smb: client: introduce reparse mount option (git-fixes).
  - commit e5a8c1e
  - smb: client: implement ->query_reparse_point() for SMB1
    (git-fixes).
  - commit 2615bfd
  - smb: cilent: set reparse mount points as automounts (git-fixes).
  - commit da6e3c8
  - smb: client: do not query reparse points twice on symlinks
    (git-fixes).
  - commit b7e62c9
  - s390/futex: Fix FUTEX_OP_ANDN implementation (git-fixes
    bsc#1237158).
  - commit 3e00897
  - KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
    (git-fixes bsc#1237155).
  - commit 6d87f47
  - net/smc: support ipv4 mapped ipv6 addr client for smc-r v2
    (bsc#1236994).
  - net: smc: fix spurious error message from __sock_release()
    (bsc#1237126).
  - commit 2c0a5e1
  - mptcp: fix data races on local_id (git-fixes)
  - Refresh patches.suse/mptcp-fix-data-races-on-remote_id.patch
  - commit 661ea6e
  - mptcp: pm: fullmesh: select the right ID later (git-fixes)
  - commit 1d30f2b
  - mptcp: pm: only in-kernel cannot have entries with ID 0 (git-fixes)
  - commit 8638b2c
  - mptcp: unify pm set_flags interfaces (git-fixes)
  - commit 493b268
  - mptcp: unify pm get_flags_and_ifindex_by_id (git-fixes)
  - commit 57ae267
  - mptcp: unify pm get_local_id interfaces (git-fixes)
  - commit f1f0e12
  - mptcp: export local_address (git-fixes)
  - commit 2e22243
  - mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR (git-fixes)
  - commit 9c72df8
  - mptcp: pm: only decrement add_addr_accepted for MPJ req (CVE-2024-45009 bsc#1230438)
  - commit 9337031
  - mptcp: pm: only mark 'subflow' endp as available (CVE-2024-45010 bsc#1230439)
  - commit 9e1f869
  - mptcp: pm: remove mptcp_pm_remove_subflow (git-fixes)
  - commit 0d1e602
  - Update config files.
    Use the upstream default for TSX_MODE.
  - commit 55bbd12
  - mptcp: pm: re-using ID of unused flushed subflows (git-fixes)
  - commit 2798558
  - mptcp: pm: re-using ID of unused removed subflows (git-fixes)
  - commit 405e62f
  - mptcp: pm: re-using ID of unused removed ADD_ADDR (git-fixes)
  - commit 42e63a4
  - mptcp: fix NL PM announced address accounting (git-fixes)
  - commit 28d5efa
  - mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID (git-fixes)
  - commit adfc1dd
  - mptcp: pm: avoid possible UaF when selecting endp (CVE-2024-44974 bsc#1230235)
  - commit e827535
  - mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set (git-fixes)
  - commit 262fe7b
  - mptcp: pm: deny endp with signal + subflow + port (git-fixes)
  - commit 20e7fdf
  - mptcp: fully established after ADD_ADDR echo on MPJ (git-fixes)
  - commit 54ad8c1
  - mptcp: pm: don't try to create sf if alloc failed (git-fixes)
  - commit 9185902
  - mptcp: pm: reduce indentation blocks (git-fixes)
  - commit a393115
  - mptcp: pass addr to mptcp_pm_alloc_anno_list (git-fixes)
  - commit 71a0164

++++ kernel-rt:

  - smb: client: fix missing mode bits for SMB symlinks (git-fixes).
  - commit 8fa207f
  - smb: client: stop revalidating reparse points unnecessarily
    (git-fixes).
  - commit ce08be7
  - smb: client: fix potential broken compound request (git-fixes).
  - commit a4415de
  - smb: client: fix renaming of reparse points (git-fixes).
  - commit 32e853e
  - smb: client: optimise reparse point querying (git-fixes).
  - commit a53eec6
  - smb: client: allow creating special files via reparse points
    (git-fixes).
  - commit 74e26d4
  - smb: client: introduce cifs_sfu_make_node() (git-fixes).
  - commit 39b0787
  - smb: client: set correct file type from NFS reparse points
    (git-fixes).
  - Delete
    patches.suse/cifs-Fix-buffer-overflow-when-parsing-NFS-reparse-points.patch.
    (deleted patch will be added later)
  - commit 7b28133
  - smb: client: introduce ->parse_reparse_point() (git-fixes).
  - commit 5e66e50
  - smb3: fix creating FIFOs when mounting with "sfu" mount option
    (git-fixes).
  - commit 82c7e6d
  - mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow (CVE-2024-50085 bsc#1232508)
  - commit 25971ed
  - smb: client: Fix minor whitespace errors and warnings
    (git-fixes).
  - commit 1eedc39
  - smb: use kernel_connect() and kernel_bind() (git-fixes).
  - commit 6936009
  - smb: client: introduce reparse mount option (git-fixes).
  - commit e5a8c1e
  - smb: client: implement ->query_reparse_point() for SMB1
    (git-fixes).
  - commit 2615bfd
  - smb: cilent: set reparse mount points as automounts (git-fixes).
  - commit da6e3c8
  - smb: client: do not query reparse points twice on symlinks
    (git-fixes).
  - commit b7e62c9
  - s390/futex: Fix FUTEX_OP_ANDN implementation (git-fixes
    bsc#1237158).
  - commit 3e00897
  - KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
    (git-fixes bsc#1237155).
  - commit 6d87f47
  - net/smc: support ipv4 mapped ipv6 addr client for smc-r v2
    (bsc#1236994).
  - net: smc: fix spurious error message from __sock_release()
    (bsc#1237126).
  - commit 2c0a5e1
  - mptcp: fix data races on local_id (git-fixes)
  - Refresh patches.suse/mptcp-fix-data-races-on-remote_id.patch
  - commit 661ea6e
  - mptcp: pm: fullmesh: select the right ID later (git-fixes)
  - commit 1d30f2b
  - mptcp: pm: only in-kernel cannot have entries with ID 0 (git-fixes)
  - commit 8638b2c
  - mptcp: unify pm set_flags interfaces (git-fixes)
  - commit 493b268
  - mptcp: unify pm get_flags_and_ifindex_by_id (git-fixes)
  - commit 57ae267
  - mptcp: unify pm get_local_id interfaces (git-fixes)
  - commit f1f0e12
  - mptcp: export local_address (git-fixes)
  - commit 2e22243
  - mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR (git-fixes)
  - commit 9c72df8
  - mptcp: pm: only decrement add_addr_accepted for MPJ req (CVE-2024-45009 bsc#1230438)
  - commit 9337031
  - mptcp: pm: only mark 'subflow' endp as available (CVE-2024-45010 bsc#1230439)
  - commit 9e1f869
  - mptcp: pm: remove mptcp_pm_remove_subflow (git-fixes)
  - commit 0d1e602
  - Update config files.
    Use the upstream default for TSX_MODE.
  - commit 55bbd12
  - mptcp: pm: re-using ID of unused flushed subflows (git-fixes)
  - commit 2798558
  - mptcp: pm: re-using ID of unused removed subflows (git-fixes)
  - commit 405e62f
  - mptcp: pm: re-using ID of unused removed ADD_ADDR (git-fixes)
  - commit 42e63a4
  - mptcp: fix NL PM announced address accounting (git-fixes)
  - commit 28d5efa
  - mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID (git-fixes)
  - commit adfc1dd
  - mptcp: pm: avoid possible UaF when selecting endp (CVE-2024-44974 bsc#1230235)
  - commit e827535
  - mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set (git-fixes)
  - commit 262fe7b
  - mptcp: pm: deny endp with signal + subflow + port (git-fixes)
  - commit 20e7fdf
  - mptcp: fully established after ADD_ADDR echo on MPJ (git-fixes)
  - commit 54ad8c1
  - mptcp: pm: don't try to create sf if alloc failed (git-fixes)
  - commit 9185902
  - mptcp: pm: reduce indentation blocks (git-fixes)
  - commit a393115
  - mptcp: pass addr to mptcp_pm_alloc_anno_list (git-fixes)
  - commit 71a0164

++++ kernel-rt_debug:

  - smb: client: fix missing mode bits for SMB symlinks (git-fixes).
  - commit 8fa207f
  - smb: client: stop revalidating reparse points unnecessarily
    (git-fixes).
  - commit ce08be7
  - smb: client: fix potential broken compound request (git-fixes).
  - commit a4415de
  - smb: client: fix renaming of reparse points (git-fixes).
  - commit 32e853e
  - smb: client: optimise reparse point querying (git-fixes).
  - commit a53eec6
  - smb: client: allow creating special files via reparse points
    (git-fixes).
  - commit 74e26d4
  - smb: client: introduce cifs_sfu_make_node() (git-fixes).
  - commit 39b0787
  - smb: client: set correct file type from NFS reparse points
    (git-fixes).
  - Delete
    patches.suse/cifs-Fix-buffer-overflow-when-parsing-NFS-reparse-points.patch.
    (deleted patch will be added later)
  - commit 7b28133
  - smb: client: introduce ->parse_reparse_point() (git-fixes).
  - commit 5e66e50
  - smb3: fix creating FIFOs when mounting with "sfu" mount option
    (git-fixes).
  - commit 82c7e6d
  - mptcp: pm: fix UaF read in mptcp_pm_nl_rm_addr_or_subflow (CVE-2024-50085 bsc#1232508)
  - commit 25971ed
  - smb: client: Fix minor whitespace errors and warnings
    (git-fixes).
  - commit 1eedc39
  - smb: use kernel_connect() and kernel_bind() (git-fixes).
  - commit 6936009
  - smb: client: introduce reparse mount option (git-fixes).
  - commit e5a8c1e
  - smb: client: implement ->query_reparse_point() for SMB1
    (git-fixes).
  - commit 2615bfd
  - smb: cilent: set reparse mount points as automounts (git-fixes).
  - commit da6e3c8
  - smb: client: do not query reparse points twice on symlinks
    (git-fixes).
  - commit b7e62c9
  - s390/futex: Fix FUTEX_OP_ANDN implementation (git-fixes
    bsc#1237158).
  - commit 3e00897
  - KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
    (git-fixes bsc#1237155).
  - commit 6d87f47
  - net/smc: support ipv4 mapped ipv6 addr client for smc-r v2
    (bsc#1236994).
  - net: smc: fix spurious error message from __sock_release()
    (bsc#1237126).
  - commit 2c0a5e1
  - mptcp: fix data races on local_id (git-fixes)
  - Refresh patches.suse/mptcp-fix-data-races-on-remote_id.patch
  - commit 661ea6e
  - mptcp: pm: fullmesh: select the right ID later (git-fixes)
  - commit 1d30f2b
  - mptcp: pm: only in-kernel cannot have entries with ID 0 (git-fixes)
  - commit 8638b2c
  - mptcp: unify pm set_flags interfaces (git-fixes)
  - commit 493b268
  - mptcp: unify pm get_flags_and_ifindex_by_id (git-fixes)
  - commit 57ae267
  - mptcp: unify pm get_local_id interfaces (git-fixes)
  - commit f1f0e12
  - mptcp: export local_address (git-fixes)
  - commit 2e22243
  - mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR (git-fixes)
  - commit 9c72df8
  - mptcp: pm: only decrement add_addr_accepted for MPJ req (CVE-2024-45009 bsc#1230438)
  - commit 9337031
  - mptcp: pm: only mark 'subflow' endp as available (CVE-2024-45010 bsc#1230439)
  - commit 9e1f869
  - mptcp: pm: remove mptcp_pm_remove_subflow (git-fixes)
  - commit 0d1e602
  - Update config files.
    Use the upstream default for TSX_MODE.
  - commit 55bbd12
  - mptcp: pm: re-using ID of unused flushed subflows (git-fixes)
  - commit 2798558
  - mptcp: pm: re-using ID of unused removed subflows (git-fixes)
  - commit 405e62f
  - mptcp: pm: re-using ID of unused removed ADD_ADDR (git-fixes)
  - commit 42e63a4
  - mptcp: fix NL PM announced address accounting (git-fixes)
  - commit 28d5efa
  - mptcp: pm: inc RmAddr MIB counter once per RM_ADDR ID (git-fixes)
  - commit adfc1dd
  - mptcp: pm: avoid possible UaF when selecting endp (CVE-2024-44974 bsc#1230235)
  - commit e827535
  - mptcp: pm: do not ignore 'subflow' if 'signal' flag is also set (git-fixes)
  - commit 262fe7b
  - mptcp: pm: deny endp with signal + subflow + port (git-fixes)
  - commit 20e7fdf
  - mptcp: fully established after ADD_ADDR echo on MPJ (git-fixes)
  - commit 54ad8c1
  - mptcp: pm: don't try to create sf if alloc failed (git-fixes)
  - commit 9185902
  - mptcp: pm: reduce indentation blocks (git-fixes)
  - commit a393115
  - mptcp: pass addr to mptcp_pm_alloc_anno_list (git-fixes)
  - commit 71a0164

++++ openssh:

  - Fix a MitM attack against OpenSSH's VerifyHostKeyDNS-enabled
    client and a DoS attack against OpenSSH's client and server
    (bsc#1237040, CVE-2025-26465, bsc#1237041, CVE-2025-26466):
    * fix-CVE-2025-26465-and-CVE-2025-26466.patch
  - From Fri Oct 11 09:28:30 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
  - Add a patch to fix a regression introduced in 9.6 that makes X11
    forwarding very slow. Submitted to upstream in
    https://bugzilla.mindrot.org/show_bug.cgi?id=3655#c4 . Fixes
    bsc#1229449:
    * fix-x11-regression-bsc1229449.patch
  - Drop most of openssh-6.6p1-keycat.patch (actually, it was just
    commented out). The keycat binary isn't really installed nor
    supported, so we can drop it, except for the code that is used
    by other SELinux patches, which is what I kept from that patch
    (boo#1229072).
  - Add patch submitted to upstream to fix RFC4256 implementation
    so that keyboard-interactive authentication method can send
    instructions and sshd shows them to users even before a prompt
    is requested. This fixes MFA push notifications (boo#1229010).
    * 0001-auth-pam-Immediately-report-instructions-to-clients-and-fix-handling-in-ssh-client.patch
  - Fix a dbus connection leaked in the logind patch that was
    missing a sd_bus_unref call (found by Matthias Gerstner):
    * logind_set_tty.patch
  - Add a patch that fixes a small memory leak when parsing the
    subsystem configuration option:
    * fix-memleak-in-process_server_config_line_depth.patch
  - From Wed Jul 10 11:35:18 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
  - Remove empty line at the end of sshd-sle.pamd (bsc#1227456)

++++ qemu:

  - Fix bsc#1228343:
    * tests/acpi: q35: Update host address width in DMAR (bsc#1228343)
    * intel_iommu: Set default aw_bits to 48 starting from QEMU 9.2 (bsc#1228343)
    * tests/acpi: q35: allow DMAR acpi table changes (bsc#1228343)
  - Update version to 8.2.9
    * Full changelog here:
    https://lore.kernel.org/qemu-devel/568115c5-8908-4931-aae0-a57bf542f68a@tls.msk.ru/
    * Some backports:
    gdbstub/user-target: fix gdbserver int format (%d -> %x)
    target/s390x: Fix MVC not always invalidating translation blocks
    physmem: fix qemu_ram_alloc_from_fd size calculation
    hw/usb/canokey: Fix buffer overflow for OUT packet
    target/arm: arm_reset_sve_state() should set FPSR, not FPCR
    hw/cxl: Fix msix_notify: Assertion `vector < dev->msix_entries_nr`
    tests: acpi: update expected blobs
    pci: acpi: Windows 'PCI Label Id' bug workaround
    tests: acpi: whitelist expected blobs
    pci/msix: Fix msix pba read vector poll end calculation
    pci: ensure valid link status bits for downstream ports
    hw/usb/hcd-xhci-pci: Use modulo to select MSI vector as per spec
    backends/cryptodev-vhost-user: Fix local_error leaks
    tests/qtest/boot-serial-test: Correct HPPA machine name
    target/i386/cpu: Fix notes for CPU models
    docs: Correct release of TCG trace-events removal
    target/loongarch: Use actual operand size with vbsrl check
    s390x/s390-virtio-ccw: don't crash on weird RAM sizes
    vhost-user: fix shared object return values
    meson.build: Disallow libnfs v6 to fix the broken macOS build
    hw/intc/arm_gicv3_its: Zero initialize local DTEntry etc structs
    roms: re-add edk2-basetools target
    edk2: commit version info
    edk2: get version + date from git submodule
    x86/loader: only patch linux kernels
    ...

------------------------------------------------------------------
------------------  2025-2-12  -  Feb 12 2025  -------------------
------------------------------------------------------------------

++++ aardvark-dns:

  - Update to version 1.12.2:
    * Release v1.12.2
    * Update release notes for 1.12.2
    * coredns: work on tcp requests concurrently
    * tcp: add timeout to connection
    * cirrus: update branch names
    * Release v1.12.1
    * Updated release notes for 1.12.1
    * Change av cargo categories
    * Bump to 1.13.0-dev
    * Release 1.12.0
    * Release notes for 1.12
    * config: ignore enoent errors while reading configs
    * run cargo update
    * update upsteam resolvers on each refresh
    * fix(deps): update rust crate syslog to v7
    * fix(deps): update rust crate tokio to 1.39.2
    * add tcp support for forwarding (bsc#1234660)
    * add tcp listening support
    * test: add new test to check for startup error
    * return bind error to caller on first start
    * add our own error type and use it over anyhow
    * server: use anyhow to wrap parse_configs error
    * server: split out main loop into new function
    * main: remove aardvark-dns error prefix
    * coredns: remove unnecessary try_join! call
    * coredns: drop pointless name var
    * serve: read nameservers once
    * replace signal-hook with tokio::signal
    * serve: fix broken error logging
    * server: improve parent <-> child error handling
    * add some basic perf check script
    * fix(deps): update rust crate tokio to 1.39.0
    * coredns: create reply_ip() function
    * coredns: match dns type explicitly
    * server: use only one tokio runtime
    * coredns: improve indentation for process_message()
    * coredns: move upstream resolvers detection later
    * coredns: do not clone sender
    * read AARDVARK_NO_PROXY once
    * coredns: move main code out of select!
    * coredns: fix "name" naming
    * coredns: remove unused forward_addr/port
    * coredns: fix handling of dns search domain
    * coredns: rework PTR lookup flow
    * fix(deps): update rust crate tokio to 1.38.1
    * [skip-ci] TMT: Reorg upstream tests for downstream reusability
    * [skip-ci] Packit: use `packages: [aardvark-dns-fedora]` for podman-next builds
    * Be sure to have at least Epoch 2 to preserve upgrade path in c10s.
    * fix(deps): update rust crate log to 0.4.22
    * [CI:BUILD] rpm: Update Rust macro usage
    * fix(deps): update rust crate tokio to 1.38.0
    * Bump to 1.12.0-dev

++++ docker-compose:

  - remove docker-compose-switch dependency
  - Update to version 2.33.0:
    * Important
  - This release introduce support for Bake to manage builds as
    an alternative to the internal buildkit client. This new
    feature can be enabled by setting COMPOSE_BAKE=1 variable.
    Bake will become the default builder in a future release.
    * Improvements
  - let user know bake is now supported by @ndeloof in #12524
  - support additional_context reference to another service by
    @ndeloof in #12485
  - add support for BUILDKIT_PROGRESS by @ndeloof in #12458
  - add --with-env flag to publish command by @glours in #12482
  - Update ls --quiet help description by @maxproske in #12541
  - Publish warn display env vars by @glours in #12486
    * Fixes
  - Fix bake support by @ndeloof in #12507
  - Update link in stats --help output by @maxproske in #12523
  - Properly handle "builtin" seccomp profile by @r-bk in #12478
  - manage watch applied to mulitple services by @ndeloof in
    [#12469]
    * Internal
  - use main branch for docs upstream validation workflow by
    @crazy-max in #12487
  - fix provenance for binaries and generate sbom by @crazy-max
    in #12479
  - add codeowners file by @glours in #12480
  - remove exit code per error type used by legacy metrics system
    by @ndeloof in #12502
  - Dockerfile: update golangci-lint to v1.63.4 by @thaJeztah in
    [#12546]
  - Full test coverage for compatibility cmd by @maxproske in
    [#12528]
  - don't send raw os.Args to opentelemetry but a pseudo command
    line by @ndeloof in #12530
  - add docker engine v28.x to the test-matrix by @thaJeztah in
    [#12539]
  - enable copyloopvar linter by @thaJeztah in #12542
  - go.mod: remove toolchain directive by @thaJeztah in #12551
    * Dependencies
  - bump buildx v0.20.1 by @ndeloof in #12488
  - bump docker to v27.5.1 by @ndeloof in #12491
  - bump compose-go v2.4.8 by @ndeloof in #12543
  - bump golang.org/x/sys from 0.28.0 to 0.30.0 by @dependabot in
    [#12529]
  - bump github.com/moby/term v0.5.2 by @thaJeztah in #12540
  - bump github.com/otiai10/copy from 1.14.0 to 1.14.1 by
    @dependabot in #12493
  - bump github.com/jonboulle/clockwork from 0.4.0 to 0.5.0 by
    @dependabot in #12430
  - bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by
    @dependabot in #12548
  - bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot
    in #12547
  - bump gotest.tools/v3 from 3.5.1 to 3.5.2 by @dependabot in
    [#12549]

++++ kernel-default:

  - mptcp: handle consistently DSS corruption (CVE-2024-50185 bsc#1233109)
  - commit 01e9763
  - powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid
    mode (ltc#210895 bsc#1235933 ltc#210896 bsc#1235932).
  - Refresh patches.suse/powerpc-pseries-iommu-IOMMU-incorrectly-marks-MMIO-r.patch
  - commit d8f69df
  - usb: dwc3: core: Defer the probe until USB power supply ready
    (git-fixes).
  - commit f3ecf26
  - vfio/platform: check the bounds of read/write syscalls
    (bsc#1237045 CVE-2025-21687).
  - commit e52d676
  - xhci: dbgtty: remove kfifo_out() wrapper (git-fixes).
  - commit 806156f
  - net: sched: fix ets qdisc OOB Indexing (bsc#1237028
    CVE-2025-21692).
  - commit 1b093fe
  - RDMA/rxe: Improve newline in printing messages (git-fixes)
  - Refresh patches.suse/RDMA-rxe-Fix-mismatched-max_msg_sz.patch
  - Pickup RXE code change introduced by upstream merge: af96134dc856 ("Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu")
  - commit 1492681

++++ kernel-rt:

  - mptcp: handle consistently DSS corruption (CVE-2024-50185 bsc#1233109)
  - commit 01e9763
  - powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid
    mode (ltc#210895 bsc#1235933 ltc#210896 bsc#1235932).
  - Refresh patches.suse/powerpc-pseries-iommu-IOMMU-incorrectly-marks-MMIO-r.patch
  - commit d8f69df
  - usb: dwc3: core: Defer the probe until USB power supply ready
    (git-fixes).
  - commit f3ecf26
  - vfio/platform: check the bounds of read/write syscalls
    (bsc#1237045 CVE-2025-21687).
  - commit e52d676
  - xhci: dbgtty: remove kfifo_out() wrapper (git-fixes).
  - commit 806156f
  - net: sched: fix ets qdisc OOB Indexing (bsc#1237028
    CVE-2025-21692).
  - commit 1b093fe
  - RDMA/rxe: Improve newline in printing messages (git-fixes)
  - Refresh patches.suse/RDMA-rxe-Fix-mismatched-max_msg_sz.patch
  - Pickup RXE code change introduced by upstream merge: af96134dc856 ("Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu")
  - commit 1492681

++++ kernel-rt_debug:

  - mptcp: handle consistently DSS corruption (CVE-2024-50185 bsc#1233109)
  - commit 01e9763
  - powerpc/pseries/iommu: Split Dynamic DMA Window to be used in Hybrid
    mode (ltc#210895 bsc#1235933 ltc#210896 bsc#1235932).
  - Refresh patches.suse/powerpc-pseries-iommu-IOMMU-incorrectly-marks-MMIO-r.patch
  - commit d8f69df
  - usb: dwc3: core: Defer the probe until USB power supply ready
    (git-fixes).
  - commit f3ecf26
  - vfio/platform: check the bounds of read/write syscalls
    (bsc#1237045 CVE-2025-21687).
  - commit e52d676
  - xhci: dbgtty: remove kfifo_out() wrapper (git-fixes).
  - commit 806156f
  - net: sched: fix ets qdisc OOB Indexing (bsc#1237028
    CVE-2025-21692).
  - commit 1b093fe
  - RDMA/rxe: Improve newline in printing messages (git-fixes)
  - Refresh patches.suse/RDMA-rxe-Fix-mismatched-max_msg_sz.patch
  - Pickup RXE code change introduced by upstream merge: af96134dc856 ("Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu")
  - commit 1492681

++++ libzypp:

  - Don't issue deprecated warnings if -DNDEBUG is set (bsc#1236983)
    Released libyui packages compile with -Werror=deprecated-declarations
    so we can't add deprecated warnings without breaking them.
  - make gcc15 happy (fixes #613)
  - version 17.36.1 (35)

++++ ucode-intel:

  - Intel CPU Microcode was updated to the 20250211 release (bsc#1237096)
  - Security updates for INTEL-SA-01166 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01166.html
    * CVE-2024-31068: Improper Finite State Machines (FSMs) in Hardware
    Logic for some Intel Processors may allow privileged user to
    potentially enable denial of service via local access.
  - Security updates for INTEL-SA-01213 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01213.html
    * CVE-2024-36293: A potential security vulnerability in some Intel
    Software Guard Extensions (Intel SGX) Platforms may allow denial
    of service. Intel is releasing microcode updates to mitigate this
    potential vulnerability.
  - Security updates for INTEL-SA-01139 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01139.html
    * not clear which CVEs are fixed here, and which are in UEFI BIOS updates.
  - Security updates for INTEL-SA-01228 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01228.html
    * CVE-2024-39355: A potential security vulnerability in some
    13th and 14th Generation Intel Core Processors may allow denial
    of service. Intel is releasing microcode and UEFI reference code
    updates to mitigate this potential vulnerability.
  - Security updates for INTEL-SA-01194 https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01194.html
    * CVE-2024-37020: A potential security vulnerability in the Intel
    Data Streaming Accelerator (Intel DSA) for some Intel Xeon Processors
    may allow denial of service. Intel is releasing software updates to
    mitigate this potential vulnerability.
  - Update for functional issues. Refer to Intel Core Ultra Processor https://cdrdv2.intel.com/v1/dl/getContent/792254 for details.
  - Update for functional issues. Refer to 13th/14th Generation Intel Core Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/740518 for details.
  - Update for functional issues. Refer to 12th Generation Intel Core Processor Family https://cdrdv2.intel.com/v1/dl/getContent/682436 for details.
  - Update for functional issues. Refer to 11th Gen Intel Core Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/631123 for details.
  - Update for functional issues. Refer to 8th and 9th Generation Intel Core Processor Family Spec Update https://cdrdv2.intel.com/v1/dl/getContent/337346 for details.
  - Update for functional issues. Refer to 5th Gen Intel Xeon Scalable Processors Specification Update https://cdrdv2.intel.com/v1/dl/getContent/793902 for details.
  - Update for functional issues. Refer to 4th Gen Intel Xeon Scalable Processors Specification Update https://cdrdv2.intel.com/v1/dl/getContent/772415 for details.
  - Update for functional issues. Refer to 3rd Generation Intel Xeon Processor Scalable Family Specification Update https://cdrdv2.intel.com/v1/dl/getContent/637780 for details.
  - Update for functional issues. Refer to Intel Xeon D-2700 Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/714071 for details.
  - Update for functional issues. Refer to Intel Xeon E-2300 Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/709192 for details.
  - Update for functional issues. Refer to Intel Xeon 6700-Series Processor Specification Update https://cdrdv2.intel.com/v1/dl/getContent/820922 for details.
  - Update for functional issues. Refer to Intel Processors and Intel Core i3 N-Series https://cdrdv2.intel.com/v1/dl/getContent/764616 for details
    [#]## New Platforms
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | SRF-SP         | C0       | 06-af-03/01 |          | 03000330 | Xeon 6700-Series Processors with E-Cores
    [#]## Updated Platforms
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | ADL            | C0       | 06-97-02/07 | 00000037 | 00000038 | Core Gen12
    | ADL            | H0       | 06-97-05/07 | 00000037 | 00000038 | Core Gen12
    | ADL            | L0       | 06-9a-03/80 | 00000435 | 00000436 | Core Gen12
    | ADL            | R0       | 06-9a-04/80 | 00000435 | 00000436 | Core Gen12
    | ADL-N          | N0       | 06-be-00/19 | 0000001a | 0000001c | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
    | AZB            | A0/R0    | 06-9a-04/40 | 00000007 | 00000009 | Intel(R) Atom(R) C1100
    | CFL-H          | R0       | 06-9e-0d/22 | 00000100 | 00000102 | Core Gen9 Mobile
    | CFL-H/S/E3     | U0       | 06-9e-0a/22 | 000000f8 | 000000fa | Core Gen8 Desktop, Mobile, Xeon E
    | EMR-SP         | A0       | 06-cf-01/87 | 21000283 | 21000291 | Xeon Scalable Gen5
    | EMR-SP         | A1       | 06-cf-02/87 | 21000283 | 21000291 | Xeon Scalable Gen5
    | ICL-D          | B0       | 06-6c-01/10 | 010002b0 | 010002c0 | Xeon D-17xx, D-27xx
    | ICX-SP         | Dx/M1    | 06-6a-06/87 | 0d0003e7 | 0d0003f5 | Xeon Scalable Gen3
    | RPL-E/HX/S     | B0       | 06-b7-01/32 | 0000012b | 0000012c | Core Gen13/Gen14
    | RPL-H/P/PX 6+8 | J0       | 06-ba-02/e0 | 00004123 | 00004124 | Core Gen13
    | RPL-HX/S       | C0       | 06-bf-02/07 | 00000037 | 00000038 | Core Gen13/Gen14
    | RPL-U 2+8      | Q0       | 06-ba-03/e0 | 00004123 | 00004124 | Core Gen13
    | RPL-S          | H0       | 06-bf-05/07 | 00000037 | 00000038 | Core Gen13/Gen14
    | RKL-S          | B0       | 06-a7-01/02 | 00000062 | 00000063 | Core Gen11
    | SPR-HBM        | Bx       | 06-8f-08/10 | 2c000390 | 2c0003e0 | Xeon Max
    | SPR-SP         | E4/S2    | 06-8f-07/87 | 2b000603 | 2b000620 | Xeon Scalable Gen4
    | SPR-SP         | E5/S3    | 06-8f-08/87 | 2b000603 | 2b000620 | Xeon Scalable Gen4
    | TWL            | N0       | 06-be-00/19 | 0000001a | 0000001c | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
    [#]## New Disclosures Updated in Prior Releases
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | CFL-H/S        | P0       | 06-9e-0c/22 | 000000f6 | 000000f8 | Core Gen9

++++ zypper:

  - Let zypper dup fail in case of (temporarily) unaccessible repos
    (bsc#1228434, bsc#1236939, fixes #446)
  - version 1.14.84

------------------------------------------------------------------
------------------  2025-2-11  -  Feb 11 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - The ubuntu 20.04 github runner is closing down
    Make sure to move to another runner for workloads which
    still uses ubuntu 20.04

++++ kernel-default:

  - smb: client: fix possible double free in smb2_set_ea()
    (git-fixes).
  - commit b6cd961
  - powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_API
    (bsc#1236967 ltc#210988).
  - Update config files.
  - commit 83bff51
  - Update "drm/mgag200: Added support for the new device G200eH5" (jsc#PED-12094)
    Update to match upstream commit 6636c58b946c ("drm/mgag200: Added
    support for the new device G200eH5").
  - commit 7ba9f89
  - usb: xhci: Fix NULL pointer dereference on certain command
    aborts (git-fixes).
  - commit 8628513
  - util_macros.h: fix/rework find_closest() macros (git-fixes).
  - commit 01b2939
  - s390/topology: Improve topology detection (bsc#1236591).
  - commit 101e515
  - HID: hid-thrustmaster: fix stack-out-of-bounds read in
    usb_check_int_endpoints() (git-fixes).
  - HID: multitouch: Add NULL check in mt_input_configured
    (git-fixes).
  - pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
    (git-fixes).
  - commit 1dbe333
  - scsi: storvsc: Set correct data length for sending SCSI command
    without payload (git-fixes).
  - commit 93c01ea

++++ kernel-rt:

  - smb: client: fix possible double free in smb2_set_ea()
    (git-fixes).
  - commit b6cd961
  - powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_API
    (bsc#1236967 ltc#210988).
  - Update config files.
  - commit 83bff51
  - Update "drm/mgag200: Added support for the new device G200eH5" (jsc#PED-12094)
    Update to match upstream commit 6636c58b946c ("drm/mgag200: Added
    support for the new device G200eH5").
  - commit 7ba9f89
  - usb: xhci: Fix NULL pointer dereference on certain command
    aborts (git-fixes).
  - commit 8628513
  - util_macros.h: fix/rework find_closest() macros (git-fixes).
  - commit 01b2939
  - s390/topology: Improve topology detection (bsc#1236591).
  - commit 101e515
  - HID: hid-thrustmaster: fix stack-out-of-bounds read in
    usb_check_int_endpoints() (git-fixes).
  - HID: multitouch: Add NULL check in mt_input_configured
    (git-fixes).
  - pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
    (git-fixes).
  - commit 1dbe333
  - scsi: storvsc: Set correct data length for sending SCSI command
    without payload (git-fixes).
  - commit 93c01ea

++++ kernel-rt_debug:

  - smb: client: fix possible double free in smb2_set_ea()
    (git-fixes).
  - commit b6cd961
  - powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_API
    (bsc#1236967 ltc#210988).
  - Update config files.
  - commit 83bff51
  - Update "drm/mgag200: Added support for the new device G200eH5" (jsc#PED-12094)
    Update to match upstream commit 6636c58b946c ("drm/mgag200: Added
    support for the new device G200eH5").
  - commit 7ba9f89
  - usb: xhci: Fix NULL pointer dereference on certain command
    aborts (git-fixes).
  - commit 8628513
  - util_macros.h: fix/rework find_closest() macros (git-fixes).
  - commit 01b2939
  - s390/topology: Improve topology detection (bsc#1236591).
  - commit 101e515
  - HID: hid-thrustmaster: fix stack-out-of-bounds read in
    usb_check_int_endpoints() (git-fixes).
  - HID: multitouch: Add NULL check in mt_input_configured
    (git-fixes).
  - pinctrl: cy8c95x0: Respect IRQ trigger settings from firmware
    (git-fixes).
  - commit 1dbe333
  - scsi: storvsc: Set correct data length for sending SCSI command
    without payload (git-fixes).
  - commit 93c01ea

++++ netavark:

  - Use recommended way to require latest rust—require cargo.
  - Update to version 1.12.2:
    * Release v1.12.2
    * Release notes for 1.12.2
    * fix new rust 1.80 lint issues
    * silence new rust 1.80 warnings
    * aardvark: on start failure delete entries again
    * iptables: make dns rules cover tcp as well
    * nftables: make dns rules cover tcp as well
    * Release v1.12.1
    * Update release notes for v1.12.1
    * Change nv cargo categories
    * Bump to 1.13.0-dev
    * Release 1.12
    * Release Notes for 1.12
    * run cargo update
    * rpm: use nftables as default for f41
    * fix(deps): update rust crate serde_json to 1.0.121
    * fix(deps): update rust crate tokio to 1.39.2
    * aardvark-dns: trim whitespaces from error text
    * fix(deps): update rust crate env_logger to 0.11.5
    * [skip-ci] RPM: handle iptables/nftables dependencies
    * fix aardvark-dns error handling
    * fix(deps): update rust crate tokio to 1.39.1
    * fix(deps): update rust crate env_logger to 0.11.4
    * fix(deps): update rust crate tokio to 1.38.1
    * update mozim to 0.2.4 (bsc#1236567)
    * fix(deps): update rust crate serde_json to 1.0.120
    * netavark: dhcp_proxy: use dns servers from dhcp lease
    * fix(deps): update rust crate serde_json to 1.0.119
    * fix(deps): update rust crate netlink-packet-route to 0.20.1
    * fix(deps): update rust crate log to 0.4.22
    * Fix Epoch so upgrade path is preserved from Fedora/RHEL.
    * test: add macvlan metric test
    * fix(deps): update rust crate serde_json to 1.0.118
    * fix(deps): update rust crate url to 2.5.2
    * fix(deps): update rust crate prost to 0.12.6
    * fix(deps): update rust crate url to 2.5.1
    * fix(deps): update rust crate iptables to 0.5.2
    * [CI:BUILD] rpm: Update Rust macro usage
    * fix(deps): update rust crate nftables to 0.4.1
    * fix(deps): update rust crate tokio to 1.38.0
    * Bump to 1.12.0-dev

------------------------------------------------------------------
------------------  2025-2-10  -  Feb 10 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net/mlx5: Fix msix vectors to respect platform limit
    (bsc#1225981).
  - commit b7a2367
  - s390/pci: Fix SR-IOV for PFs initially in standby
    (git-fixes bsc#1236752).
  - commit dcf85a0
  - s390/pci: Fix leak of struct zpci_dev when zpci_add_device()
    fails (bsc#1236752).
  - s390/pci: Ignore RID for isolated VFs (bsc#1236752).
  - s390/pci: Use topology ID for multi-function devices
    (bsc#1236752).
  - s390/pci: Sort PCI functions prior to creating virtual busses
    (bsc#1236752).
  - commit 004cfd2
  - iommu/arm-smmu: Make instance lookup robust (bsc#1235032, CVE-2024-56568).
  - commit 8f1b23e
  - selftests/bpf: add fp-leaking precise subprog result tests
    (git-fixes).
  - bpf: prevent r10 register from being marked as precise
    (git-fixes).
  - bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie (git-fixes).
  - selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
    (git-fixes).
  - selftests/bpf: Prevent client connect before server bind in
    test_tc_tunnel.sh (git-fixes).
  - bpf: Fix a verifier verbose message (git-fixes).
  - commit dfce816
  - bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
    (git-fixes).
  - selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
    (git-fixes).
  - bpf: Use -Wno-error in certain tests when building with GCC
    (git-fixes).
  - commit 3243439
  - Update
    patches.suse/ALSA-6fire-Release-resources-at-card-release.patch
    (git-fixes CVE-2024-53239 bsc#1235054 bsc#1234853).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-uaf-in-l2cap_connect.patch
    (CVE-2024-49950 bsc#1232159 bsc#1225742).
  - Update
    patches.suse/Bluetooth-L2CAP-do-not-leave-dangling-sk-pointer-on-.patch
    (stable-fixes CVE-2024-56605 bsc#1235061 bsc#1234853).
  - Update
    patches.suse/KVM-nSVM-Ignore-nCR3-4-0-when-loading-PDPTEs-from-me.patch
    (CVE-2024-50115 bsc#1232919 bsc#1225742).
  - Update
    patches.suse/NFSv4.0-Fix-a-use-after-free-problem-in-the-asynchronous-open.patch
    (git-fixes CVE-2024-53173 bsc#1234891 bsc#1234853).
  - Update
    patches.suse/RDMA-hns-Fix-NULL-pointer-derefernce-in-hns_roce_map.patch
    (git-fixes CVE-2024-53226 bsc#1236576).
  - Update
    patches.suse/ext4-avoid-OOB-when-system.data-xattr-changes-undern.patch
    (bsc#1231920 CVE-2024-47701 bsc#1225742).
  - Update
    patches.suse/ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch
    (bsc#1232201 CVE-2024-49884 bsc#1232198 bsc#1225742).
  - Update
    patches.suse/hfsplus-don-t-query-the-device-logical-block-size-multiple-times.patch
    (git-fixes CVE-2024-56548 bsc#1235073 bsc#1234853).
  - Update
    patches.suse/mac802154-check-local-interfaces-before-deleting-sda.patch
    (stable-fixes CVE-2024-57948 bsc#1236677).
  - Update
    patches.suse/media-amphion-Set-video-drvdata-before-register-vide.patch
    (git-fixes CVE-2024-56579 bsc#1236575).
  - Update
    patches.suse/mm-prevent-derefencing-NULL-ptr-in-pfn_section_valid.patch
    (git-fixes CVE-2024-41055 bsc#1228521).
  - Update
    patches.suse/pinctrl-mcp23s08-Fix-sleeping-in-atomic-context-due-.patch
    (git-fixes CVE-2024-57889 bsc#1236573).
  - Update
    patches.suse/tty-n_gsm-Fix-use-after-free-in-gsm_cleanup_mux.patch
    (stable-fixes CVE-2024-50073 bsc#1232520 bsc#1225742).
  - Update
    patches.suse/vfio-pci-Lock-external-INTx-masking-ops.patch
    (bsc#1222803 CVE-2024-26810).
  - Update
    patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning-d241a13.patch
    (git-fixes CVE-2024-56539 bsc#1234963 bsc#1234853).
  - commit 2e394be
  - Update
    patches.suse/netfilter-nf_tables-don-t-fail-inserts-if-dupl.patch
    (bsc#1012628 CVE-2023-52925 bsc#1236822).
  - Update
    patches.suse/netfilter-nf_tables-don-t-skip-expired-element.patch
    (bsc#1012628 CVE-2023-52924 bsc#1236821).
  - commit 6257a48

++++ kernel-rt:

  - net/mlx5: Fix msix vectors to respect platform limit
    (bsc#1225981).
  - commit b7a2367
  - s390/pci: Fix SR-IOV for PFs initially in standby
    (git-fixes bsc#1236752).
  - commit dcf85a0
  - s390/pci: Fix leak of struct zpci_dev when zpci_add_device()
    fails (bsc#1236752).
  - s390/pci: Ignore RID for isolated VFs (bsc#1236752).
  - s390/pci: Use topology ID for multi-function devices
    (bsc#1236752).
  - s390/pci: Sort PCI functions prior to creating virtual busses
    (bsc#1236752).
  - commit 004cfd2
  - iommu/arm-smmu: Make instance lookup robust (bsc#1235032, CVE-2024-56568).
  - commit 8f1b23e
  - selftests/bpf: add fp-leaking precise subprog result tests
    (git-fixes).
  - bpf: prevent r10 register from being marked as precise
    (git-fixes).
  - bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie (git-fixes).
  - selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
    (git-fixes).
  - selftests/bpf: Prevent client connect before server bind in
    test_tc_tunnel.sh (git-fixes).
  - bpf: Fix a verifier verbose message (git-fixes).
  - commit dfce816
  - bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
    (git-fixes).
  - selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
    (git-fixes).
  - bpf: Use -Wno-error in certain tests when building with GCC
    (git-fixes).
  - commit 3243439
  - Update
    patches.suse/ALSA-6fire-Release-resources-at-card-release.patch
    (git-fixes CVE-2024-53239 bsc#1235054 bsc#1234853).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-uaf-in-l2cap_connect.patch
    (CVE-2024-49950 bsc#1232159 bsc#1225742).
  - Update
    patches.suse/Bluetooth-L2CAP-do-not-leave-dangling-sk-pointer-on-.patch
    (stable-fixes CVE-2024-56605 bsc#1235061 bsc#1234853).
  - Update
    patches.suse/KVM-nSVM-Ignore-nCR3-4-0-when-loading-PDPTEs-from-me.patch
    (CVE-2024-50115 bsc#1232919 bsc#1225742).
  - Update
    patches.suse/NFSv4.0-Fix-a-use-after-free-problem-in-the-asynchronous-open.patch
    (git-fixes CVE-2024-53173 bsc#1234891 bsc#1234853).
  - Update
    patches.suse/RDMA-hns-Fix-NULL-pointer-derefernce-in-hns_roce_map.patch
    (git-fixes CVE-2024-53226 bsc#1236576).
  - Update
    patches.suse/ext4-avoid-OOB-when-system.data-xattr-changes-undern.patch
    (bsc#1231920 CVE-2024-47701 bsc#1225742).
  - Update
    patches.suse/ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch
    (bsc#1232201 CVE-2024-49884 bsc#1232198 bsc#1225742).
  - Update
    patches.suse/hfsplus-don-t-query-the-device-logical-block-size-multiple-times.patch
    (git-fixes CVE-2024-56548 bsc#1235073 bsc#1234853).
  - Update
    patches.suse/mac802154-check-local-interfaces-before-deleting-sda.patch
    (stable-fixes CVE-2024-57948 bsc#1236677).
  - Update
    patches.suse/media-amphion-Set-video-drvdata-before-register-vide.patch
    (git-fixes CVE-2024-56579 bsc#1236575).
  - Update
    patches.suse/mm-prevent-derefencing-NULL-ptr-in-pfn_section_valid.patch
    (git-fixes CVE-2024-41055 bsc#1228521).
  - Update
    patches.suse/pinctrl-mcp23s08-Fix-sleeping-in-atomic-context-due-.patch
    (git-fixes CVE-2024-57889 bsc#1236573).
  - Update
    patches.suse/tty-n_gsm-Fix-use-after-free-in-gsm_cleanup_mux.patch
    (stable-fixes CVE-2024-50073 bsc#1232520 bsc#1225742).
  - Update
    patches.suse/vfio-pci-Lock-external-INTx-masking-ops.patch
    (bsc#1222803 CVE-2024-26810).
  - Update
    patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning-d241a13.patch
    (git-fixes CVE-2024-56539 bsc#1234963 bsc#1234853).
  - commit 2e394be
  - Update
    patches.suse/netfilter-nf_tables-don-t-fail-inserts-if-dupl.patch
    (bsc#1012628 CVE-2023-52925 bsc#1236822).
  - Update
    patches.suse/netfilter-nf_tables-don-t-skip-expired-element.patch
    (bsc#1012628 CVE-2023-52924 bsc#1236821).
  - commit 6257a48

++++ kernel-rt_debug:

  - net/mlx5: Fix msix vectors to respect platform limit
    (bsc#1225981).
  - commit b7a2367
  - s390/pci: Fix SR-IOV for PFs initially in standby
    (git-fixes bsc#1236752).
  - commit dcf85a0
  - s390/pci: Fix leak of struct zpci_dev when zpci_add_device()
    fails (bsc#1236752).
  - s390/pci: Ignore RID for isolated VFs (bsc#1236752).
  - s390/pci: Use topology ID for multi-function devices
    (bsc#1236752).
  - s390/pci: Sort PCI functions prior to creating virtual busses
    (bsc#1236752).
  - commit 004cfd2
  - iommu/arm-smmu: Make instance lookup robust (bsc#1235032, CVE-2024-56568).
  - commit 8f1b23e
  - selftests/bpf: add fp-leaking precise subprog result tests
    (git-fixes).
  - bpf: prevent r10 register from being marked as precise
    (git-fixes).
  - bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie (git-fixes).
  - selftests/bpf: Fix flaky test btf_map_in_map/lookup_update
    (git-fixes).
  - selftests/bpf: Prevent client connect before server bind in
    test_tc_tunnel.sh (git-fixes).
  - bpf: Fix a verifier verbose message (git-fixes).
  - commit dfce816
  - bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
    (git-fixes).
  - selftests/bpf: Fix flaky selftest lwt_redirect/lwt_reroute
    (git-fixes).
  - bpf: Use -Wno-error in certain tests when building with GCC
    (git-fixes).
  - commit 3243439
  - Update
    patches.suse/ALSA-6fire-Release-resources-at-card-release.patch
    (git-fixes CVE-2024-53239 bsc#1235054 bsc#1234853).
  - Update
    patches.suse/Bluetooth-L2CAP-Fix-uaf-in-l2cap_connect.patch
    (CVE-2024-49950 bsc#1232159 bsc#1225742).
  - Update
    patches.suse/Bluetooth-L2CAP-do-not-leave-dangling-sk-pointer-on-.patch
    (stable-fixes CVE-2024-56605 bsc#1235061 bsc#1234853).
  - Update
    patches.suse/KVM-nSVM-Ignore-nCR3-4-0-when-loading-PDPTEs-from-me.patch
    (CVE-2024-50115 bsc#1232919 bsc#1225742).
  - Update
    patches.suse/NFSv4.0-Fix-a-use-after-free-problem-in-the-asynchronous-open.patch
    (git-fixes CVE-2024-53173 bsc#1234891 bsc#1234853).
  - Update
    patches.suse/RDMA-hns-Fix-NULL-pointer-derefernce-in-hns_roce_map.patch
    (git-fixes CVE-2024-53226 bsc#1236576).
  - Update
    patches.suse/ext4-avoid-OOB-when-system.data-xattr-changes-undern.patch
    (bsc#1231920 CVE-2024-47701 bsc#1225742).
  - Update
    patches.suse/ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch
    (bsc#1232201 CVE-2024-49884 bsc#1232198 bsc#1225742).
  - Update
    patches.suse/hfsplus-don-t-query-the-device-logical-block-size-multiple-times.patch
    (git-fixes CVE-2024-56548 bsc#1235073 bsc#1234853).
  - Update
    patches.suse/mac802154-check-local-interfaces-before-deleting-sda.patch
    (stable-fixes CVE-2024-57948 bsc#1236677).
  - Update
    patches.suse/media-amphion-Set-video-drvdata-before-register-vide.patch
    (git-fixes CVE-2024-56579 bsc#1236575).
  - Update
    patches.suse/mm-prevent-derefencing-NULL-ptr-in-pfn_section_valid.patch
    (git-fixes CVE-2024-41055 bsc#1228521).
  - Update
    patches.suse/pinctrl-mcp23s08-Fix-sleeping-in-atomic-context-due-.patch
    (git-fixes CVE-2024-57889 bsc#1236573).
  - Update
    patches.suse/tty-n_gsm-Fix-use-after-free-in-gsm_cleanup_mux.patch
    (stable-fixes CVE-2024-50073 bsc#1232520 bsc#1225742).
  - Update
    patches.suse/vfio-pci-Lock-external-INTx-masking-ops.patch
    (bsc#1222803 CVE-2024-26810).
  - Update
    patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning-d241a13.patch
    (git-fixes CVE-2024-56539 bsc#1234963 bsc#1234853).
  - commit 2e394be
  - Update
    patches.suse/netfilter-nf_tables-don-t-fail-inserts-if-dupl.patch
    (bsc#1012628 CVE-2023-52925 bsc#1236822).
  - Update
    patches.suse/netfilter-nf_tables-don-t-skip-expired-element.patch
    (bsc#1012628 CVE-2023-52924 bsc#1236821).
  - commit 6257a48

++++ libtasn1:

  - Security fix: [bsc#1236878, CVE-2024-12133]
    * Potential DoS in handling of numerous SEQUENCE OF or SET OF elements
    * Add libtasn1-CVE-2024-12133.patch

++++ libzypp:

  - Drop zypp-CheckAccessDeleted in favor of 'zypper ps'.
  - Fix Repoverification plugin not being executed (fixes #614)
  - Refresh: Fetch the master index file before key and signature
    (bsc#1236820)
  - Allow libzypp to compile with C++20.
  - Deprecate RepoReports we do not trigger.
  - version 17.36.0 (35)

++++ zypper:

  - New system-architecture command (bsc#1236384)
    Prints the detected system architecture.
  - version 1.14.83
  - requires: libzypp >= 17.36.0.
  - Change versioncmp command to return exit code according to the
    comparison result (#593)
  - version 1.14.82

------------------------------------------------------------------
------------------  2025-2-9  -  Feb 9 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.9 → 10.2.10
  - Poetry build sdist timestamps set to epoch 0
    Newer versions of poetry set the timestamp for all source
    files to epoch 0. Such sources are not accepted by e.g
    Debian FTP servers and in general I don't like when tools
    changes their behavior just like that. This commit forces
    an older version of poetry for the purpose of creating the
    sdist tarball which then gets published on pypi. The
    argumentation for reproducible builds by forcing source
    files to a certain timestamp doesn't fly for me. I'm open
    for any better solution though. This Fixes #2730

++++ kernel-default:

  - tg3: Disable tg3 PCIe AER on system reboot (bsc#1219367).
  - commit 43ff004
  - wifi: mt76: mt7915: improve hardware restart reliability
    (stable-fixes).
  - commit 8478fb6
  - ASoC: Intel: avs: Prefix SKL/APL-specific members
    (stable-fixes).
  - Refresh
    patches.suse/ASoC-Intel-avs-Fix-theoretical-infinite-loop.patch.
  - commit 01a2134
  - serial: sc16is7xx: use device_property APIs when configuring
    irda mode (stable-fixes).
  - Refresh
    patches.suse/serial-sc16is7xx-remove-global-regmap-from-struct-sc.patch.
  - commit 5b3248c
  - ASoC: Intel: avs: Do not readq() u32 registers (git-fixes).
  - ALSA: seq: Make dependency on UMP clearer (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead invalid authsize
    (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead icv error (git-fixes).
  - wifi: mt76: mt7915: fix omac index assignment after hardware
    reset (git-fixes).
  - drm/rockchip: vop2: include rockchip_drm_drv.h (git-fixes).
  - drm/rockchip: vop2: Fix the windows switch between different
    layers (git-fixes).
  - wifi: mt76: connac: move mt7615_mcu_del_wtbl_all to connac
    (stable-fixes).
  - ASoC: Intel: avs: Abstract IPC handling (stable-fixes).
  - ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT
    (stable-fixes).
  - drm/rockchip: vop2: set bg dly and prescan dly at
    vop2_post_config (stable-fixes).
  - drm/rockchip: vop2: Set YUV/RGB overlay mode (stable-fixes).
  - drm/rockchip: move output interface related definition to
    rockchip_drm_drv.h (stable-fixes).
  - crypto: hisilicon/sec2 - optimize the error return process
    (stable-fixes).
  - commit 21fab4a

++++ kernel-rt:

  - tg3: Disable tg3 PCIe AER on system reboot (bsc#1219367).
  - commit 43ff004
  - wifi: mt76: mt7915: improve hardware restart reliability
    (stable-fixes).
  - commit 8478fb6
  - ASoC: Intel: avs: Prefix SKL/APL-specific members
    (stable-fixes).
  - Refresh
    patches.suse/ASoC-Intel-avs-Fix-theoretical-infinite-loop.patch.
  - commit 01a2134
  - serial: sc16is7xx: use device_property APIs when configuring
    irda mode (stable-fixes).
  - Refresh
    patches.suse/serial-sc16is7xx-remove-global-regmap-from-struct-sc.patch.
  - commit 5b3248c
  - ASoC: Intel: avs: Do not readq() u32 registers (git-fixes).
  - ALSA: seq: Make dependency on UMP clearer (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead invalid authsize
    (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead icv error (git-fixes).
  - wifi: mt76: mt7915: fix omac index assignment after hardware
    reset (git-fixes).
  - drm/rockchip: vop2: include rockchip_drm_drv.h (git-fixes).
  - drm/rockchip: vop2: Fix the windows switch between different
    layers (git-fixes).
  - wifi: mt76: connac: move mt7615_mcu_del_wtbl_all to connac
    (stable-fixes).
  - ASoC: Intel: avs: Abstract IPC handling (stable-fixes).
  - ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT
    (stable-fixes).
  - drm/rockchip: vop2: set bg dly and prescan dly at
    vop2_post_config (stable-fixes).
  - drm/rockchip: vop2: Set YUV/RGB overlay mode (stable-fixes).
  - drm/rockchip: move output interface related definition to
    rockchip_drm_drv.h (stable-fixes).
  - crypto: hisilicon/sec2 - optimize the error return process
    (stable-fixes).
  - commit 21fab4a

++++ kernel-rt_debug:

  - tg3: Disable tg3 PCIe AER on system reboot (bsc#1219367).
  - commit 43ff004
  - wifi: mt76: mt7915: improve hardware restart reliability
    (stable-fixes).
  - commit 8478fb6
  - ASoC: Intel: avs: Prefix SKL/APL-specific members
    (stable-fixes).
  - Refresh
    patches.suse/ASoC-Intel-avs-Fix-theoretical-infinite-loop.patch.
  - commit 01a2134
  - serial: sc16is7xx: use device_property APIs when configuring
    irda mode (stable-fixes).
  - Refresh
    patches.suse/serial-sc16is7xx-remove-global-regmap-from-struct-sc.patch.
  - commit 5b3248c
  - ASoC: Intel: avs: Do not readq() u32 registers (git-fixes).
  - ALSA: seq: Make dependency on UMP clearer (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead invalid authsize
    (git-fixes).
  - crypto: hisilicon/sec2 - fix for aead icv error (git-fixes).
  - wifi: mt76: mt7915: fix omac index assignment after hardware
    reset (git-fixes).
  - drm/rockchip: vop2: include rockchip_drm_drv.h (git-fixes).
  - drm/rockchip: vop2: Fix the windows switch between different
    layers (git-fixes).
  - wifi: mt76: connac: move mt7615_mcu_del_wtbl_all to connac
    (stable-fixes).
  - ASoC: Intel: avs: Abstract IPC handling (stable-fixes).
  - ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT
    (stable-fixes).
  - drm/rockchip: vop2: set bg dly and prescan dly at
    vop2_post_config (stable-fixes).
  - drm/rockchip: vop2: Set YUV/RGB overlay mode (stable-fixes).
  - drm/rockchip: move output interface related definition to
    rockchip_drm_drv.h (stable-fixes).
  - crypto: hisilicon/sec2 - optimize the error return process
    (stable-fixes).
  - commit 21fab4a

------------------------------------------------------------------
------------------  2025-2-8  -  Feb 8 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - drm/i915/dp: Iterate DSC BPP from high to low on all platforms
    (git-fixes).
  - drm/i915/guc: Debug print LRC state entries only if the context
    is pinned (git-fixes).
  - drm/i915/pmu: Fix zero delta busyness issue (git-fixes).
  - gpu: drm_dp_cec: fix broken CEC adapter properties check
    (git-fixes).
  - drm/komeda: Add check for komeda_get_layer_fourcc_list()
    (git-fixes).
  - firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry (git-fixes).
  - ACPI: property: Fix return value for nval == 0 in
    acpi_data_prop_read() (git-fixes).
  - ACPI: PRM: Remove unnecessary strict handler address checks
    (git-fixes).
  - gpio: pca953x: Improve interrupt support (git-fixes).
  - commit e018ad6

++++ kernel-rt:

  - drm/i915/dp: Iterate DSC BPP from high to low on all platforms
    (git-fixes).
  - drm/i915/guc: Debug print LRC state entries only if the context
    is pinned (git-fixes).
  - drm/i915/pmu: Fix zero delta busyness issue (git-fixes).
  - gpu: drm_dp_cec: fix broken CEC adapter properties check
    (git-fixes).
  - drm/komeda: Add check for komeda_get_layer_fourcc_list()
    (git-fixes).
  - firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry (git-fixes).
  - ACPI: property: Fix return value for nval == 0 in
    acpi_data_prop_read() (git-fixes).
  - ACPI: PRM: Remove unnecessary strict handler address checks
    (git-fixes).
  - gpio: pca953x: Improve interrupt support (git-fixes).
  - commit e018ad6

++++ kernel-rt_debug:

  - drm/i915/dp: Iterate DSC BPP from high to low on all platforms
    (git-fixes).
  - drm/i915/guc: Debug print LRC state entries only if the context
    is pinned (git-fixes).
  - drm/i915/pmu: Fix zero delta busyness issue (git-fixes).
  - gpu: drm_dp_cec: fix broken CEC adapter properties check
    (git-fixes).
  - drm/komeda: Add check for komeda_get_layer_fourcc_list()
    (git-fixes).
  - firmware: iscsi_ibft: fix ISCSI_IBFT Kconfig entry (git-fixes).
  - ACPI: property: Fix return value for nval == 0 in
    acpi_data_prop_read() (git-fixes).
  - ACPI: PRM: Remove unnecessary strict handler address checks
    (git-fixes).
  - gpio: pca953x: Improve interrupt support (git-fixes).
  - commit e018ad6

------------------------------------------------------------------
------------------  2025-2-7  -  Feb 7 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - mptcp: fix recvbuffer adjust on sleeping rcvmsg (git-fixes)
  - commit 4ce1907
  - filemap: avoid truncating 64-bit offset to 32 bits
    (CVE-2025-21665 bsc#1236684).
  - commit 597c6a3
  - smb: client: fix double free of TCP_Server_Info::hostname
    (CVE-2025-21673 bsc#1236689).
  - commit 3139e94
  - openvswitch: fix lockup on tx to unregistering netdev with
    carrier (CVE-2025-21681 bsc#1236702).
  - commit b85304e
  - pmdomain: imx8mp-blk-ctrl: add missing loop break condition
    (CVE-2025-21668 bsc#1236682).
  - commit 99dbd95
  - iomap: avoid avoid truncating 64-bit offset to 32 bits
    (CVE-2025-21667 bsc#1236681).
  - commit e233a3c
  - cpufreq: qcom-nvmem: add support for IPQ8064 (git-fixes).
  - Refresh
    patches.suse/cpufreq-qcom-nvmem-Enable-virtual-power-domain-devices.patch.
  - commit f530449
  - drm/amdgpu: fix UVD contiguous CS mapping problem (bsc#1236759).
  - commit 785700c
  - cpufreq: mediatek-hw: Don't error out if supply is not found
    (git-fixes).
  - commit 8cc17c1
  - mptcp: error out earlier on disconnect (CVE-2024-53123 bsc#1234070)
  - commit b7c16f4
  - drop_monitor: replace spin_lock by raw_spin_lock (CVE-2024-40980 bsc#1227937)
  - commit 72b4850
  - xfrm: validate new SA's prefixlen using SA family when sel.family is unset (CVE-2024-50142 bsc#1233028)
  - commit 821a08b
  - selftests/bpf: Add apply_bytes test to
    test_txmsg_redir_wait_sndmem in test_sockmap (bsc#1235485
    CVE-2024-56633).
  - tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg
    (bsc#1235485 CVE-2024-56633).
  - commit 92f3cb7

++++ kernel-rt:

  - mptcp: fix recvbuffer adjust on sleeping rcvmsg (git-fixes)
  - commit 4ce1907
  - filemap: avoid truncating 64-bit offset to 32 bits
    (CVE-2025-21665 bsc#1236684).
  - commit 597c6a3
  - smb: client: fix double free of TCP_Server_Info::hostname
    (CVE-2025-21673 bsc#1236689).
  - commit 3139e94
  - openvswitch: fix lockup on tx to unregistering netdev with
    carrier (CVE-2025-21681 bsc#1236702).
  - commit b85304e
  - pmdomain: imx8mp-blk-ctrl: add missing loop break condition
    (CVE-2025-21668 bsc#1236682).
  - commit 99dbd95
  - iomap: avoid avoid truncating 64-bit offset to 32 bits
    (CVE-2025-21667 bsc#1236681).
  - commit e233a3c
  - cpufreq: qcom-nvmem: add support for IPQ8064 (git-fixes).
  - Refresh
    patches.suse/cpufreq-qcom-nvmem-Enable-virtual-power-domain-devices.patch.
  - commit f530449
  - drm/amdgpu: fix UVD contiguous CS mapping problem (bsc#1236759).
  - commit 785700c
  - cpufreq: mediatek-hw: Don't error out if supply is not found
    (git-fixes).
  - commit 8cc17c1
  - mptcp: error out earlier on disconnect (CVE-2024-53123 bsc#1234070)
  - commit b7c16f4
  - drop_monitor: replace spin_lock by raw_spin_lock (CVE-2024-40980 bsc#1227937)
  - commit 72b4850
  - xfrm: validate new SA's prefixlen using SA family when sel.family is unset (CVE-2024-50142 bsc#1233028)
  - commit 821a08b
  - selftests/bpf: Add apply_bytes test to
    test_txmsg_redir_wait_sndmem in test_sockmap (bsc#1235485
    CVE-2024-56633).
  - tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg
    (bsc#1235485 CVE-2024-56633).
  - commit 92f3cb7

++++ kernel-rt_debug:

  - mptcp: fix recvbuffer adjust on sleeping rcvmsg (git-fixes)
  - commit 4ce1907
  - filemap: avoid truncating 64-bit offset to 32 bits
    (CVE-2025-21665 bsc#1236684).
  - commit 597c6a3
  - smb: client: fix double free of TCP_Server_Info::hostname
    (CVE-2025-21673 bsc#1236689).
  - commit 3139e94
  - openvswitch: fix lockup on tx to unregistering netdev with
    carrier (CVE-2025-21681 bsc#1236702).
  - commit b85304e
  - pmdomain: imx8mp-blk-ctrl: add missing loop break condition
    (CVE-2025-21668 bsc#1236682).
  - commit 99dbd95
  - iomap: avoid avoid truncating 64-bit offset to 32 bits
    (CVE-2025-21667 bsc#1236681).
  - commit e233a3c
  - cpufreq: qcom-nvmem: add support for IPQ8064 (git-fixes).
  - Refresh
    patches.suse/cpufreq-qcom-nvmem-Enable-virtual-power-domain-devices.patch.
  - commit f530449
  - drm/amdgpu: fix UVD contiguous CS mapping problem (bsc#1236759).
  - commit 785700c
  - cpufreq: mediatek-hw: Don't error out if supply is not found
    (git-fixes).
  - commit 8cc17c1
  - mptcp: error out earlier on disconnect (CVE-2024-53123 bsc#1234070)
  - commit b7c16f4
  - drop_monitor: replace spin_lock by raw_spin_lock (CVE-2024-40980 bsc#1227937)
  - commit 72b4850
  - xfrm: validate new SA's prefixlen using SA family when sel.family is unset (CVE-2024-50142 bsc#1233028)
  - commit 821a08b
  - selftests/bpf: Add apply_bytes test to
    test_txmsg_redir_wait_sndmem in test_sockmap (bsc#1235485
    CVE-2024-56633).
  - tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg
    (bsc#1235485 CVE-2024-56633).
  - commit 92f3cb7

------------------------------------------------------------------
------------------  2025-2-6  -  Feb 6 2025  -------------------
------------------------------------------------------------------

++++ curl:

  - Update to 8.12.0:
    * Security fixes:
  - [bsc#1234068, CVE-2024-11053] curl could leak the password used
    for the first host to the followed-to host under certain circumstances.
  - [bsc#1232528, CVE-2024-9681] HSTS subdomain overwrites parent cache entry
  - [bsc#1236589, CVE-2025-0665] eventfd double close
    * Changes:
  - curl: add byte range support to --variable reading from file
  - curl: make --etag-save acknowledge --create-dirs
  - getinfo: fix CURLINFO_QUEUE_TIME_T and add 'time_queue' var
  - getinfo: provide info which auth was used for HTTP and proxy
  - hyper: drop support
  - openssl: add support to use keys and certificates from PKCS#11 provider
  - QUIC: 0RTT for gnutls via CURLSSLOPT_EARLYDATA
  - vtls: feature ssls-export for SSL session im-/export
    * Bugfixes:
  - altsvc: avoid integer overflow in expire calculation
  - asyn-ares: acknowledge CURLOPT_DNS_SERVERS set to NULL
  - asyn-ares: fix memory leak
  - asyn-ares: initial HTTPS resolve support
  - asyn-thread: use c-ares to resolve HTTPS RR
  - async-thread: avoid closing eventfd twice
  - cd2nroff: do not insist on quoted <> within backticks
  - cd2nroff: support "none" as a TLS backend
  - conncache: count shutdowns against host and max limits
  - content_encoding: drop support for zlib before 1.2.0.4
  - content_encoding: namespace GZIP flag constants
  - content_encoding: put the decomp buffers into the writer structs
  - content_encoding: support use of custom libzstd memory functions
  - cookie: cap expire times to 400 days
  - cookie: parse only the exact expire date
  - curl: return error if etag options are used with multiple URLs
  - curl_multi_fdset: include the shutdown connections in the set
  - curl_sha512_256: rename symbols to the curl namespace
  - curl_url_set.md: adjust the added-in to 7.62.0
  - doh: send HTTPS RR requests for all HTTP(S) transfers
  - easy: allow connect-only handle reuse with easy_perform
  - easy: make curl_easy_perform() return error if connection still there
  - easy_lock: use Sleep(1) for thread yield on old Windows
  - ECH: update APIs to those agreed with OpenSSL maintainers
  - GnuTLS: fix 'time_appconnect' for early data
  - HTTP/2: strip TE request header
  - http2: fix data_pending check
  - http2: fix value stored to 'result' is never read
  - http: ignore invalid Retry-After times
  - http_aws_sigv4: Fix invalid compare function handling zero-length pairs
  - https-connect: start next immediately on failure
  - lib: redirect handling by protocol handler
  - multi: fix curl_multi_waitfds reporting of fd_count
  - netrc: 'default' with no credentials is not a match
  - netrc: fix password-only entries
  - netrc: restore _netrc fallback logic
  - ngtcp2: fix memory leak on connect failure
  - openssl: define `HAVE_KEYLOG_CALLBACK` before use
  - openssl: fix ECH logic
  - osslq: use SSL_poll to determine writeability of QUIC streams
  - sectransp: free certificate on error
  - select: avoid a NULL deref in cwfds_add_sock
  - src: omit hugehelp and ca-embed from libcurltool
  - ssl session cache: change cache dimensions
  - system.h: add 64-bit curl_off_t definitions for NonStop
  - telnet: handle single-byte input option
  - TLS: check connection for SSL use, not handler
  - tool_formparse.c: make curlx_uztoso a static in here
  - tool_formparse: accept digits in --form type= strings
  - tool_getparam: ECH param parsing refix
  - tool_getparam: fail --hostpubsha256 if libssh2 is not used
  - tool_getparam: fix "Ignored Return Value"
  - tool_getparam: fix memory leak on error in parse_ech
  - tool_getparam: fix the ECH parser
  - tool_operate: make --etag-compare always accept a non-existing file
  - transfer: fix CURLOPT_CURLU override logic
  - urlapi: fix redirect to a new fragment or query (only)
  - vquic: make vquic_send_packets not return without setting psent
  - vtls: fix default SSL backend as a fallback
  - vtls: only remember the expiry timestamp in session cache
  - websocket: fix message send corruption
  - x509asn1: add parse recursion limit
    * Rebase pathes:
  - libcurl-ocloexec.patch
  - dont-mess-with-rpmoptflags.patch

++++ kernel-default:

  - smb: During unmount, ensure all cached dir instances drop
    their dentry (bsc#1231432, bsc#1234894, CVE-2024-53176).
  - commit c66b2d4
  - smb: client: reduce stack usage in smb2_set_ea() (bsc#1231432).
  - Refresh
    patches.suse/smb-client-fix-potential-UAF-in-cifs_debug_files_proc_show-.patch.
  - commit b56ad4e
  - smb: client: properly close cfids on umount (bsc#1231432,
    bsc#1232299, bsc#1235599, bsc#1234896).
  - commit 189365b
  - drm/mgag200: Added support for the new device G200eH5 (jsc#PED-12094)
  - commit 5e11827
  - cpufreq: qcom-nvmem: drop pvs_ver for format a fuses
    (git-fixes).
  - commit 60005f6
  - cpufreq: qcom: Implement clk_ops::determine_rate() for
    qcom_cpufreq* clocks (git-fixes).
  - cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT
    if LMh IRQ is not available (git-fixes).
  - commit 3e10296
  - cpufreq: mediatek-hw: Wait for CPU supplies before probing
    (git-fixes).
  - commit b08f9e8
  - sched: sch_cake: add bounds checks to host bulk flow fairness
    counts (CVE-2025-21647 bsc#1236133).
  - commit 1f1bc5f
  - locking/lockdep: Avoid creating new name string literals in
    lockdep_set_subclass() (git-fixes).
  - commit c137ed9
  - lockdep: fix deadlock issue between lockdep and rcu (git-fixes).
  - commit d6daab7
  - locking/rwsem: Add __always_inline annotation to
    __down_write_common() and inlined callers (git-fixes).
  - commit 1366984
  - selftests/futex: pass _GNU_SOURCE without a value to the
    compiler (git-fixes).
  - commit 6c47425
  - futex: Don't include process MM in futex key on no-MMU
    (git-fixes).
  - commit 925398b
  - cpufreq: qcom-nvmem: use helper to get SMEM SoC ID (git-fixes).
  - cpufreq: qcom-nvmem: use SoC ID-s from bindings (git-fixes).
  - soc: qcom: smem: introduce qcom_smem_get_soc_id() (git-fixes).
  - soc: qcom: socinfo: move SMEM item struct and defines to a
    header (git-fixes).
  - commit 870636f
  - selftests/bpf: Test the update operations for htab of maps
    (bsc#1235244 CVE-2024-56592).
  - selftests/bpf: Move ENOTSUPP from bpf_util.h (bsc#1235244
    CVE-2024-56592).
  - bpf: Call free_htab_elem() after htab_unlock_bucket()
    (bsc#1235244 CVE-2024-56592).
  - selftests/bpf: Clean up open-coded gettid syscall invocations
    (bsc#1235244 CVE-2024-56592).
  - commit 1ed8f4f

++++ kernel-rt:

  - smb: During unmount, ensure all cached dir instances drop
    their dentry (bsc#1231432, bsc#1234894, CVE-2024-53176).
  - commit c66b2d4
  - smb: client: reduce stack usage in smb2_set_ea() (bsc#1231432).
  - Refresh
    patches.suse/smb-client-fix-potential-UAF-in-cifs_debug_files_proc_show-.patch.
  - commit b56ad4e
  - smb: client: properly close cfids on umount (bsc#1231432,
    bsc#1232299, bsc#1235599, bsc#1234896).
  - commit 189365b
  - drm/mgag200: Added support for the new device G200eH5 (jsc#PED-12094)
  - commit 5e11827
  - cpufreq: qcom-nvmem: drop pvs_ver for format a fuses
    (git-fixes).
  - commit 60005f6
  - cpufreq: qcom: Implement clk_ops::determine_rate() for
    qcom_cpufreq* clocks (git-fixes).
  - cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT
    if LMh IRQ is not available (git-fixes).
  - commit 3e10296
  - cpufreq: mediatek-hw: Wait for CPU supplies before probing
    (git-fixes).
  - commit b08f9e8
  - sched: sch_cake: add bounds checks to host bulk flow fairness
    counts (CVE-2025-21647 bsc#1236133).
  - commit 1f1bc5f
  - locking/lockdep: Avoid creating new name string literals in
    lockdep_set_subclass() (git-fixes).
  - commit c137ed9
  - lockdep: fix deadlock issue between lockdep and rcu (git-fixes).
  - commit d6daab7
  - locking/rwsem: Add __always_inline annotation to
    __down_write_common() and inlined callers (git-fixes).
  - commit 1366984
  - selftests/futex: pass _GNU_SOURCE without a value to the
    compiler (git-fixes).
  - commit 6c47425
  - futex: Don't include process MM in futex key on no-MMU
    (git-fixes).
  - commit 925398b
  - cpufreq: qcom-nvmem: use helper to get SMEM SoC ID (git-fixes).
  - cpufreq: qcom-nvmem: use SoC ID-s from bindings (git-fixes).
  - soc: qcom: smem: introduce qcom_smem_get_soc_id() (git-fixes).
  - soc: qcom: socinfo: move SMEM item struct and defines to a
    header (git-fixes).
  - commit 870636f
  - selftests/bpf: Test the update operations for htab of maps
    (bsc#1235244 CVE-2024-56592).
  - selftests/bpf: Move ENOTSUPP from bpf_util.h (bsc#1235244
    CVE-2024-56592).
  - bpf: Call free_htab_elem() after htab_unlock_bucket()
    (bsc#1235244 CVE-2024-56592).
  - selftests/bpf: Clean up open-coded gettid syscall invocations
    (bsc#1235244 CVE-2024-56592).
  - commit 1ed8f4f

++++ kernel-rt_debug:

  - smb: During unmount, ensure all cached dir instances drop
    their dentry (bsc#1231432, bsc#1234894, CVE-2024-53176).
  - commit c66b2d4
  - smb: client: reduce stack usage in smb2_set_ea() (bsc#1231432).
  - Refresh
    patches.suse/smb-client-fix-potential-UAF-in-cifs_debug_files_proc_show-.patch.
  - commit b56ad4e
  - smb: client: properly close cfids on umount (bsc#1231432,
    bsc#1232299, bsc#1235599, bsc#1234896).
  - commit 189365b
  - drm/mgag200: Added support for the new device G200eH5 (jsc#PED-12094)
  - commit 5e11827
  - cpufreq: qcom-nvmem: drop pvs_ver for format a fuses
    (git-fixes).
  - commit 60005f6
  - cpufreq: qcom: Implement clk_ops::determine_rate() for
    qcom_cpufreq* clocks (git-fixes).
  - cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT
    if LMh IRQ is not available (git-fixes).
  - commit 3e10296
  - cpufreq: mediatek-hw: Wait for CPU supplies before probing
    (git-fixes).
  - commit b08f9e8
  - sched: sch_cake: add bounds checks to host bulk flow fairness
    counts (CVE-2025-21647 bsc#1236133).
  - commit 1f1bc5f
  - locking/lockdep: Avoid creating new name string literals in
    lockdep_set_subclass() (git-fixes).
  - commit c137ed9
  - lockdep: fix deadlock issue between lockdep and rcu (git-fixes).
  - commit d6daab7
  - locking/rwsem: Add __always_inline annotation to
    __down_write_common() and inlined callers (git-fixes).
  - commit 1366984
  - selftests/futex: pass _GNU_SOURCE without a value to the
    compiler (git-fixes).
  - commit 6c47425
  - futex: Don't include process MM in futex key on no-MMU
    (git-fixes).
  - commit 925398b
  - cpufreq: qcom-nvmem: use helper to get SMEM SoC ID (git-fixes).
  - cpufreq: qcom-nvmem: use SoC ID-s from bindings (git-fixes).
  - soc: qcom: smem: introduce qcom_smem_get_soc_id() (git-fixes).
  - soc: qcom: socinfo: move SMEM item struct and defines to a
    header (git-fixes).
  - commit 870636f
  - selftests/bpf: Test the update operations for htab of maps
    (bsc#1235244 CVE-2024-56592).
  - selftests/bpf: Move ENOTSUPP from bpf_util.h (bsc#1235244
    CVE-2024-56592).
  - bpf: Call free_htab_elem() after htab_unlock_bucket()
    (bsc#1235244 CVE-2024-56592).
  - selftests/bpf: Clean up open-coded gettid syscall invocations
    (bsc#1235244 CVE-2024-56592).
  - commit 1ed8f4f

++++ gcc14:

  - Adjust cross compiler requirements to use %requires_ge
  - Fix condition on whether to enable plugins or JIT support to
    not check sle_version which is not defined in SLFO but to check
    is_opensuse and suse_version instead.
  - Add gcc14-pr118780.patch to make the SLFO config work.

++++ sqlite3:

  - Update to release 3.49.0:
    * Enhancements to the query planner:
  - Improve the query-time index optimization so that it works on
    WITHOUT ROWID tables.
  - Better query plans for large star-query joins. This fixes
    three different performance regressions that were reported
    on the SQLite Forum.
  - When two or more queries have the same estimated cost, use
    the one with the fewer bytes per row.
    * Enhance the iif() SQL function so that it can accept any number
    of arguments greater than or equal to two.
    * Enhance the session extension so that it works on databases
    that make use of generated columns.
    * Omit the SQLITE_USE_STDIO_FOR_CONSOLE compile-time option which
    was not implemented correctly and never worked right. In its place
    add the SQLITE_USE_W32_FOR_CONSOLE_IO compile-time option. This
    option applies to command-line tools like the CLI only, not to the
    SQLite core. It causes Win32 APIs to be used for console I/O
    instead of stdio. This option affects Windows builds only.
    * Three new options to sqlite3_db_config(). All default "on".
    SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE
    SQLITE_DBCONFIG_ENABLE_ATTACH_WRITE
    SQLITE_DBCONFIG_ENABLE_COMMENTS

++++ skopeo:

  - Add patches for CVE-2024-6104 & CVE-2023-45288
    Add patches:
    * 0001-http2-close-connections-when-receiving-too-many-head.patch (CVE-2023-45288, bsc#1236483)
    * 0002-Switch-hashicorp-go-retryablehttp-to-the-SUSE-fork.patch (CVE-2024-6104, bsc#1227056)

------------------------------------------------------------------
------------------  2025-2-5  -  Feb 5 2025  -------------------
------------------------------------------------------------------

++++ chrony:

  - Update to version 4.6.1:
    * Add ntsaeads directive to enable only selected AEAD algorithms
    for NTS.
    * Negotiate use of compliant NTS keys with AES-128-GCM-SIV AEAD
    algorithm.
    * Switch to compliant NTS keys if first response from server is
    NTS NAK.

++++ kernel-default:

  - powerpc: increase MIN RMA size for CAS negotiation (bsc#1236743
    ltc#211409 bsc#1252269 ltc#215957).
  - powerpc: export MIN RMA size (bsc#1236743 ltc#211409).
  - commit 6c42540
  - usb: chipidea: ci_hdrc_imx: decrement device's refcount in
    .remove() and in the error path of .probe() (git-fixes).
  - commit 243c2cb
  - vsock: Keep the binding until socket destruction (git-fixes)
  - commit 545191e
  - vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] (CVE-2025-21666 bsc#1236680)
  - commit 5667481
  - vsock: reset socket state when de-assigning the transport (git-fixes)
  - commit 70de10a
  - vsock/virtio: cancel close work in the destructor (git-fixes)
  - commit b47a8e2
  - vsock/bpf: return early if transport is not assigned (CVE-2025-21670 bsc#1236685)
  - commit 938e02d
  - vsock/virtio: discard packets if the transport changes (CVE-2025-21669 bsc#1236683)
  - commit 01b1ae3
  - net/mlx5: Clear port select structure when fail to create (bsc#1236694 CVE-2025-21675)
  - commit 97050c4
  - mptcp: fix TCP options overflow. (bsc#1235914 CVE-2024-57882)
  - commit bfacfe0
  - mptcp: pm: Fix uaf in __timer_delete_sync (bsc#1231088 CVE-2024-46858)
  - commit 2b80245
  - kABI fix for net: defer final 'struct net' free in netns
    dismantle (CVE-2024-56658 bsc#1235441)
  - commit fd18f29
  - net: defer final 'struct net' free in netns dismantle
    (CVE-2024-56658 bsc#1235441).
  - commit 5df7b43
  - net: mana: Add get_link and get_link_ksettings in ethtool
    (bsc#1236761).
  - commit 037abed
  - virtio-mem: check if the config changed before fake offlining memory
    (git-fixes).
  - commit 7c5b67f
  - virtio-mem: keep retrying on offline_and_remove_memory() errors in Sub Block Mode (SBM)
    (git-fixes).
  - commit 50036f1
  - virtio-mem: convert most offline_and_remove_memory() errors to -EBUSY
    (git-fixes).
  - commit cf4a9ad
  - virtio-mem: remove unsafe unplug in Big Block Mode (BBM)
    (git-fixes).
  - commit 7506a2e
  - media: ov08x40: Fix hblank out of range issue (git-fixes).
  - commit 6e44a14
  - media: firewire: firedtv-avc.c: replace BUG with proper,
    error return (git-fixes).
  - commit 658942c
  - media: dvb: mb86a16: check the return value of mb86a16_read()
    (git-fixes).
  - commit fc29200
  - tty: xilinx_uartps: split sysrq handling (git-fixes).
  - commit 1d9d1fd

++++ kernel-rt:

  - powerpc: increase MIN RMA size for CAS negotiation (bsc#1236743
    ltc#211409 bsc#1252269 ltc#215957).
  - powerpc: export MIN RMA size (bsc#1236743 ltc#211409).
  - commit 6c42540
  - usb: chipidea: ci_hdrc_imx: decrement device's refcount in
    .remove() and in the error path of .probe() (git-fixes).
  - commit 243c2cb
  - vsock: Keep the binding until socket destruction (git-fixes)
  - commit 545191e
  - vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] (CVE-2025-21666 bsc#1236680)
  - commit 5667481
  - vsock: reset socket state when de-assigning the transport (git-fixes)
  - commit 70de10a
  - vsock/virtio: cancel close work in the destructor (git-fixes)
  - commit b47a8e2
  - vsock/bpf: return early if transport is not assigned (CVE-2025-21670 bsc#1236685)
  - commit 938e02d
  - vsock/virtio: discard packets if the transport changes (CVE-2025-21669 bsc#1236683)
  - commit 01b1ae3
  - net/mlx5: Clear port select structure when fail to create (bsc#1236694 CVE-2025-21675)
  - commit 97050c4
  - mptcp: fix TCP options overflow. (bsc#1235914 CVE-2024-57882)
  - commit bfacfe0
  - mptcp: pm: Fix uaf in __timer_delete_sync (bsc#1231088 CVE-2024-46858)
  - commit 2b80245
  - kABI fix for net: defer final 'struct net' free in netns
    dismantle (CVE-2024-56658 bsc#1235441)
  - commit fd18f29
  - net: defer final 'struct net' free in netns dismantle
    (CVE-2024-56658 bsc#1235441).
  - commit 5df7b43
  - net: mana: Add get_link and get_link_ksettings in ethtool
    (bsc#1236761).
  - commit 037abed
  - virtio-mem: check if the config changed before fake offlining memory
    (git-fixes).
  - commit 7c5b67f
  - virtio-mem: keep retrying on offline_and_remove_memory() errors in Sub Block Mode (SBM)
    (git-fixes).
  - commit 50036f1
  - virtio-mem: convert most offline_and_remove_memory() errors to -EBUSY
    (git-fixes).
  - commit cf4a9ad
  - virtio-mem: remove unsafe unplug in Big Block Mode (BBM)
    (git-fixes).
  - commit 7506a2e
  - media: ov08x40: Fix hblank out of range issue (git-fixes).
  - commit 6e44a14
  - media: firewire: firedtv-avc.c: replace BUG with proper,
    error return (git-fixes).
  - commit 658942c
  - media: dvb: mb86a16: check the return value of mb86a16_read()
    (git-fixes).
  - commit fc29200
  - tty: xilinx_uartps: split sysrq handling (git-fixes).
  - commit 1d9d1fd

++++ kernel-rt_debug:

  - powerpc: increase MIN RMA size for CAS negotiation (bsc#1236743
    ltc#211409 bsc#1252269 ltc#215957).
  - powerpc: export MIN RMA size (bsc#1236743 ltc#211409).
  - commit 6c42540
  - usb: chipidea: ci_hdrc_imx: decrement device's refcount in
    .remove() and in the error path of .probe() (git-fixes).
  - commit 243c2cb
  - vsock: Keep the binding until socket destruction (git-fixes)
  - commit 545191e
  - vsock: prevent null-ptr-deref in vsock_*[has_data|has_space] (CVE-2025-21666 bsc#1236680)
  - commit 5667481
  - vsock: reset socket state when de-assigning the transport (git-fixes)
  - commit 70de10a
  - vsock/virtio: cancel close work in the destructor (git-fixes)
  - commit b47a8e2
  - vsock/bpf: return early if transport is not assigned (CVE-2025-21670 bsc#1236685)
  - commit 938e02d
  - vsock/virtio: discard packets if the transport changes (CVE-2025-21669 bsc#1236683)
  - commit 01b1ae3
  - net/mlx5: Clear port select structure when fail to create (bsc#1236694 CVE-2025-21675)
  - commit 97050c4
  - mptcp: fix TCP options overflow. (bsc#1235914 CVE-2024-57882)
  - commit bfacfe0
  - mptcp: pm: Fix uaf in __timer_delete_sync (bsc#1231088 CVE-2024-46858)
  - commit 2b80245
  - kABI fix for net: defer final 'struct net' free in netns
    dismantle (CVE-2024-56658 bsc#1235441)
  - commit fd18f29
  - net: defer final 'struct net' free in netns dismantle
    (CVE-2024-56658 bsc#1235441).
  - commit 5df7b43
  - net: mana: Add get_link and get_link_ksettings in ethtool
    (bsc#1236761).
  - commit 037abed
  - virtio-mem: check if the config changed before fake offlining memory
    (git-fixes).
  - commit 7c5b67f
  - virtio-mem: keep retrying on offline_and_remove_memory() errors in Sub Block Mode (SBM)
    (git-fixes).
  - commit 50036f1
  - virtio-mem: convert most offline_and_remove_memory() errors to -EBUSY
    (git-fixes).
  - commit cf4a9ad
  - virtio-mem: remove unsafe unplug in Big Block Mode (BBM)
    (git-fixes).
  - commit 7506a2e
  - media: ov08x40: Fix hblank out of range issue (git-fixes).
  - commit 6e44a14
  - media: firewire: firedtv-avc.c: replace BUG with proper,
    error return (git-fixes).
  - commit 658942c
  - media: dvb: mb86a16: check the return value of mb86a16_read()
    (git-fixes).
  - commit fc29200
  - tty: xilinx_uartps: split sysrq handling (git-fixes).
  - commit 1d9d1fd

++++ tiff:

  - Update test/test_directory.c not to fail on big-endian machines.
    * Add tiff-4.7.0-test_directory.patch
    Fix memory leaks (fixes issue #652)
    * Resolves bsc#1236834
    fix build fail on s390x

++++ pam_pkcs11:

  - Security fix [bsc#1236314, CVE-2025-24531]
    * fix regression returning PAM_IGNORE in many situations with possible authentication bypass
    * Add pam_pkcs11-CVE-2025-24531.patch
  - Fix RPM warnings
  - Add %check section running test suite

++++ python-jmespath:

  - Use libalternatives instead of update-alternatives, bsc#1235786

------------------------------------------------------------------
------------------  2025-2-4  -  Feb 4 2025  -------------------
------------------------------------------------------------------

++++ ca-certificates-mozilla:

  - update to 2.74 state of Mozilla SSL root CAs:
    Removed:
    * SwissSign Silver CA - G2
    Added:
    * D-TRUST BR Root CA 2 2023
    * D-TRUST EV Root CA 2 2023
  - remove extensive signature printing in comments of the cert
    bundle

++++ cloud-init:

  - Add cloud-init-direxist.patch (bsc#1236720)
    + Make sure the directory exists, if not create it, before writing in that
    location.

++++ container-selinux:

  - OBS service file: use the tagged commit for archive versioning and don't
    just archive the latest changes from the main branch using the latest tag

++++ findutils:

  - do not crash when file system loop was encountered [bsc#1231472]
  - added patches
    fix https://git.savannah.gnu.org/cgit/findutils.git/commit/?id=e5d6eb919b9
    + findutils-avoid-crash-system-loop.patch
  - modified patches
    % findutils-xautofs.patch (p1)

++++ kernel-default:

  - cifs: fix potential null pointer use in destroy_workqueue in
    init_cifs error path (bsc#1231432).
  - commit 21eeced
  - smb: cached directories can be more than root file handle
    (bsc#1231432).
  - commit 2629c95
  - smb3: retrying on failed server close (bsc#1231432).
  - commit f1f31c8
  - smb: prevent use-after-free due to open_cached_dir error paths
    (bsc#1231432, bsc#1234896, CVE-2024-53177).
  - commit 741a327
  - smb: Don't leak cfid when reconnect races with open_cached_dir
    (bsc#1231432, bsc#1234895, CVE-2024-53178).
  - commit e22906f
  - smb3: request handle caching when caching directories
    (bsc#1231432).
  - commit 186ab6d
  - cifs: new mount option called retrans (bsc#1231432).
  - commit 000ea56
  - cifs: open_cached_dir should not rely on primary channel
    (bsc#1231432).
  - commit 056e43b
  - cifs: commands that are retried should have replay flag set
    (bsc#1231432).
  - commit d12c685
  - cifs: helper function to check replayable error codes
    (bsc#1231432).
  - commit 4a4d52e
  - smb: client: extend smb2_compound_op() to accept more commands
    (bsc#1231432).
  - commit e198fe7
  - smb: client: reduce stack usage in smb2_query_info_compound()
    (bsc#1231432).
  - commit 267f6c8
  - smb: client: parse reparse point flag in create response
    (bsc#1231432).
  - commit 1f48f01
  - smb: client: make smb2_compound_op() return resp buffer on
    success (bsc#1231432).
  - commit 14ca1d2
  - smb: client: move some params to cifs_open_info_data
    (bsc#1231432).
  - commit e3cf607
  - smb: client: fix OOB in SMB2_query_info_init() (bsc#1231432).
  - commit 1ebc808
  - mm/compaction: fix UBSAN shift-out-of-bounds warning (git fixes
    (mm/compaction)).
  - commit 6473a2a
  - vfio/pci: Lock external INTx masking ops (bsc#1222803).
  - commit 8c537c0
  - gtp: Destroy device along with udp socket's netns dismantle
    (CVE-2025-21678 bsc#1236698).
  - gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp()
    (git-fixes).
  - net: mana: Cleanup "mana" debugfs dir after cleanup of all
    children (bsc#1236760).
  - r8169: enable SG/TSO on selected chip versions per default
    (bsc#1235874).
  - net: mana: Enable debugfs files for MANA device (bsc#1236758).
  - net: netvsc: Update default VMBus channels (bsc#1236757).
  - commit 2caa23f
  - cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily
    (git-fixes).
  - cpufreq: imx6q: don't warn for disabling a non-existing
    frequency (git-fixes).
  - commit 42b12da
  - Update
    patches.suse/nvme-tcp-Fix-I-O-queue-cpu-spreading-for-multiple-co.patch
    (git-fixes bsc#1224049).
  - commit 6783feb
  - cpufreq: qcom-nvmem: fix memory leaks in probe error paths
    (git-fixes).
  - commit 3d6407c
  - cpufreq: qcom-nvmem: Enable virtual power domain devices
    (git-fixes).
  - commit b63737d
  - xfs: Add error handling for xfs_reflink_cancel_cow_range
    (git-fixes).
  - commit 1aaaa62
  - xfs: Propagate errors from xfs_reflink_cancel_cow_range in
    xfs_dax_write_iomap_end (git-fixes).
  - commit f8ad9a2
  - net/mlx5e: Fix inversion dependency warning while enabling
    IPsec tunnel (CVE-2025-21674 bsc#1236688).
  - net: fec: handle page_pool_dev_alloc_pages error (CVE-2025-21676
    bsc#1236696).
  - eth: bnxt: always recalculate features after XDP clearing,
    fix null-deref (CVE-2025-21682 bsc#1236703).
  - commit a806d7c
  - cpufreq: qcom-nvmem: Simplify driver data allocation
    (stable-fixes).
  - commit dc928a8

++++ kernel-rt:

  - cifs: fix potential null pointer use in destroy_workqueue in
    init_cifs error path (bsc#1231432).
  - commit 21eeced
  - smb: cached directories can be more than root file handle
    (bsc#1231432).
  - commit 2629c95
  - smb3: retrying on failed server close (bsc#1231432).
  - commit f1f31c8
  - smb: prevent use-after-free due to open_cached_dir error paths
    (bsc#1231432, bsc#1234896, CVE-2024-53177).
  - commit 741a327
  - smb: Don't leak cfid when reconnect races with open_cached_dir
    (bsc#1231432, bsc#1234895, CVE-2024-53178).
  - commit e22906f
  - smb3: request handle caching when caching directories
    (bsc#1231432).
  - commit 186ab6d
  - cifs: new mount option called retrans (bsc#1231432).
  - commit 000ea56
  - cifs: open_cached_dir should not rely on primary channel
    (bsc#1231432).
  - commit 056e43b
  - cifs: commands that are retried should have replay flag set
    (bsc#1231432).
  - commit d12c685
  - cifs: helper function to check replayable error codes
    (bsc#1231432).
  - commit 4a4d52e
  - smb: client: extend smb2_compound_op() to accept more commands
    (bsc#1231432).
  - commit e198fe7
  - smb: client: reduce stack usage in smb2_query_info_compound()
    (bsc#1231432).
  - commit 267f6c8
  - smb: client: parse reparse point flag in create response
    (bsc#1231432).
  - commit 1f48f01
  - smb: client: make smb2_compound_op() return resp buffer on
    success (bsc#1231432).
  - commit 14ca1d2
  - smb: client: move some params to cifs_open_info_data
    (bsc#1231432).
  - commit e3cf607
  - smb: client: fix OOB in SMB2_query_info_init() (bsc#1231432).
  - commit 1ebc808
  - mm/compaction: fix UBSAN shift-out-of-bounds warning (git fixes
    (mm/compaction)).
  - commit 6473a2a
  - vfio/pci: Lock external INTx masking ops (bsc#1222803).
  - commit 8c537c0
  - gtp: Destroy device along with udp socket's netns dismantle
    (CVE-2025-21678 bsc#1236698).
  - gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp()
    (git-fixes).
  - net: mana: Cleanup "mana" debugfs dir after cleanup of all
    children (bsc#1236760).
  - r8169: enable SG/TSO on selected chip versions per default
    (bsc#1235874).
  - net: mana: Enable debugfs files for MANA device (bsc#1236758).
  - net: netvsc: Update default VMBus channels (bsc#1236757).
  - commit 2caa23f
  - cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily
    (git-fixes).
  - cpufreq: imx6q: don't warn for disabling a non-existing
    frequency (git-fixes).
  - commit 42b12da
  - Update
    patches.suse/nvme-tcp-Fix-I-O-queue-cpu-spreading-for-multiple-co.patch
    (git-fixes bsc#1224049).
  - commit 6783feb
  - cpufreq: qcom-nvmem: fix memory leaks in probe error paths
    (git-fixes).
  - commit 3d6407c
  - cpufreq: qcom-nvmem: Enable virtual power domain devices
    (git-fixes).
  - commit b63737d
  - xfs: Add error handling for xfs_reflink_cancel_cow_range
    (git-fixes).
  - commit 1aaaa62
  - xfs: Propagate errors from xfs_reflink_cancel_cow_range in
    xfs_dax_write_iomap_end (git-fixes).
  - commit f8ad9a2
  - net/mlx5e: Fix inversion dependency warning while enabling
    IPsec tunnel (CVE-2025-21674 bsc#1236688).
  - net: fec: handle page_pool_dev_alloc_pages error (CVE-2025-21676
    bsc#1236696).
  - eth: bnxt: always recalculate features after XDP clearing,
    fix null-deref (CVE-2025-21682 bsc#1236703).
  - commit a806d7c
  - cpufreq: qcom-nvmem: Simplify driver data allocation
    (stable-fixes).
  - commit dc928a8

++++ kernel-rt_debug:

  - cifs: fix potential null pointer use in destroy_workqueue in
    init_cifs error path (bsc#1231432).
  - commit 21eeced
  - smb: cached directories can be more than root file handle
    (bsc#1231432).
  - commit 2629c95
  - smb3: retrying on failed server close (bsc#1231432).
  - commit f1f31c8
  - smb: prevent use-after-free due to open_cached_dir error paths
    (bsc#1231432, bsc#1234896, CVE-2024-53177).
  - commit 741a327
  - smb: Don't leak cfid when reconnect races with open_cached_dir
    (bsc#1231432, bsc#1234895, CVE-2024-53178).
  - commit e22906f
  - smb3: request handle caching when caching directories
    (bsc#1231432).
  - commit 186ab6d
  - cifs: new mount option called retrans (bsc#1231432).
  - commit 000ea56
  - cifs: open_cached_dir should not rely on primary channel
    (bsc#1231432).
  - commit 056e43b
  - cifs: commands that are retried should have replay flag set
    (bsc#1231432).
  - commit d12c685
  - cifs: helper function to check replayable error codes
    (bsc#1231432).
  - commit 4a4d52e
  - smb: client: extend smb2_compound_op() to accept more commands
    (bsc#1231432).
  - commit e198fe7
  - smb: client: reduce stack usage in smb2_query_info_compound()
    (bsc#1231432).
  - commit 267f6c8
  - smb: client: parse reparse point flag in create response
    (bsc#1231432).
  - commit 1f48f01
  - smb: client: make smb2_compound_op() return resp buffer on
    success (bsc#1231432).
  - commit 14ca1d2
  - smb: client: move some params to cifs_open_info_data
    (bsc#1231432).
  - commit e3cf607
  - smb: client: fix OOB in SMB2_query_info_init() (bsc#1231432).
  - commit 1ebc808
  - mm/compaction: fix UBSAN shift-out-of-bounds warning (git fixes
    (mm/compaction)).
  - commit 6473a2a
  - vfio/pci: Lock external INTx masking ops (bsc#1222803).
  - commit 8c537c0
  - gtp: Destroy device along with udp socket's netns dismantle
    (CVE-2025-21678 bsc#1236698).
  - gtp: Use for_each_netdev_rcu() in gtp_genl_dump_pdp()
    (git-fixes).
  - net: mana: Cleanup "mana" debugfs dir after cleanup of all
    children (bsc#1236760).
  - r8169: enable SG/TSO on selected chip versions per default
    (bsc#1235874).
  - net: mana: Enable debugfs files for MANA device (bsc#1236758).
  - net: netvsc: Update default VMBus channels (bsc#1236757).
  - commit 2caa23f
  - cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarily
    (git-fixes).
  - cpufreq: imx6q: don't warn for disabling a non-existing
    frequency (git-fixes).
  - commit 42b12da
  - Update
    patches.suse/nvme-tcp-Fix-I-O-queue-cpu-spreading-for-multiple-co.patch
    (git-fixes bsc#1224049).
  - commit 6783feb
  - cpufreq: qcom-nvmem: fix memory leaks in probe error paths
    (git-fixes).
  - commit 3d6407c
  - cpufreq: qcom-nvmem: Enable virtual power domain devices
    (git-fixes).
  - commit b63737d
  - xfs: Add error handling for xfs_reflink_cancel_cow_range
    (git-fixes).
  - commit 1aaaa62
  - xfs: Propagate errors from xfs_reflink_cancel_cow_range in
    xfs_dax_write_iomap_end (git-fixes).
  - commit f8ad9a2
  - net/mlx5e: Fix inversion dependency warning while enabling
    IPsec tunnel (CVE-2025-21674 bsc#1236688).
  - net: fec: handle page_pool_dev_alloc_pages error (CVE-2025-21676
    bsc#1236696).
  - eth: bnxt: always recalculate features after XDP clearing,
    fix null-deref (CVE-2025-21682 bsc#1236703).
  - commit a806d7c
  - cpufreq: qcom-nvmem: Simplify driver data allocation
    (stable-fixes).
  - commit dc928a8

++++ python311-core:

  - Add CVE-2025-0938-sq-brackets-domain-names.patch which
    disallows square brackets ([ and ]) in domain names for parsed
    URLs (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704)

++++ nvidia-open-driver-G06-signed:

  - Add a directory identifying the KMP and its version to the module
    install path - i.e.:
    <kernel_version>/nvidia-open-driver-G06-signed-<version>/updates
    instead of:
    <kernel_version>/updates
    This avoids conflicts when a new version is built against the
    same kernel release.

++++ python311:

  - Add CVE-2025-0938-sq-brackets-domain-names.patch which
    disallows square brackets ([ and ]) in domain names for parsed
    URLs (bsc#1236705, CVE-2025-0938, gh#python/cpython#105704)

------------------------------------------------------------------
------------------  2025-2-3  -  Feb 3 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE (git-fixes).
  - commit 151b149
  - NFSv4.2: fix COPY_NOTIFY xdr buf size calculation (git-fixes).
  - commit b286575
  - ubifs: skip dumping tnc tree when zroot is null (git-fixes).
  - commit f58c1e4
  - afs: Fix the fallback handling for the YFS.RemoveFile2 RPC call
    (git-fixes).
  - commit a1514a4
  - afs: Fix cleanup of immediately failed async calls (git-fixes).
  - commit addff98
  - afs: Fix directory format encoding struct (git-fixes).
  - commit 595632c
  - afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
    (git-fixes).
  - commit 39c4f67
  - gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
    (git-fixes).
  - commit e9c67fd
  - nilfs2: fix possible int overflows in nilfs_fiemap()
    (git-fixes).
  - commit 2d81bbb
  - ipv4: ip_tunnel: Fix suspicious RCU usage warning in
    ip_tunnel_find() (CVE-2024-50304 bsc#1233522).
  - commit 0aac3e1
  - arm64: dts: rockchip: increase gmac rx_delay on rk3399-puma (git-fixes)
  - commit 6bedda5
  - arm64: tegra: Fix Tegra234 PCIe interrupt-map (git-fixes)
  - commit 5678238
  - arm64: tegra: Disable Tegra234 sce-fabric node (git-fixes)
  - commit 3ba529a
  - arm64: tegra: Fix typo in Tegra234 dce-fabric compatible (git-fixes)
  - commit fe1f6b4
  - arm64: Filter out SVE hwcaps when FEAT_SVE isn't implemented (git-fixes)
  - commit 79b2b46
  - netfilter: nft_payload: sanitize offset and length before
    calling skb_checksum() (CVE-2024-50251 bsc#1233248).
  - commit d7e2f51
  - net: fix crash when config small gso_max_size/gso_ipv4_max_size
    (CVE-2024-50258 bsc#1233221 CVE-2024-50258 bsc#1233221).
  - commit a93195b
  - arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu() (git-fixes)
  - commit 43c09a7
  - arm64: Kconfig: Make SME depend on BROKEN for now (git-fixes bsc#1236245)
    Update arm64 default configuration file
  - commit 1003b05
  - arm64: dts: rockchip: Add sdmmc/sdio/emmc reset controls for RK3328 (git-fixes)
  - commit cbbcd61
  - net: inet6: do not leave a dangling sk pointer in inet6_create()
    (CVE-2024-56600 bsc#1235217).
  - commit d23e8d7
  - printk: Defer legacy printing when holding printk_cpu_sync
    (bsc#1236733).
  - commit 8ea5df4
  - printk: Add is_printk_legacy_deferred() (bsc#1236733).
  - commit 15926fc
  - nvme: fix bogus kzalloc() return check in
    nvme_init_effects_log() (git-fixes).
  - commit ab15bce
  - scsi: storvsc: Ratelimit warning logs to prevent VM denial of
    service (git-fixes).
  - hyperv: Do not overlap the hvcall IO areas in get_vtl()
    (git-fixes).
  - commit 20e731b
  - nvme: Add error path for xa_store in nvme_init_effects
    (git-fixes).
  - nvme: Add error check for xa_store in nvme_get_effects_log
    (git-fixes).
  - nvme-tcp: Fix I/O queue cpu spreading for multiple controllers
    (git-fixes).
  - nvmet: propagate npwg topology (git-fixes).
  - commit f7cc3e5
  - usbnet: ipheth: fix DPE OoB read (git-fixes).
  - commit 9d2e9a7
  - usbnet: ipheth: break up NCM header size computation
    (git-fixes).
  - commit 2cdc4a6
  - usbnet: ipheth: refactor NCM datagram loop (git-fixes).
  - commit aade1ad
  - workqueue: Add rcu lock check at the end of work item execution
    (bsc#1236732).
  - commit 4c72d5a
  - Move upstreamed sound patch into sorted section
  - commit ca47985

++++ kernel-rt:

  - NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE (git-fixes).
  - commit 151b149
  - NFSv4.2: fix COPY_NOTIFY xdr buf size calculation (git-fixes).
  - commit b286575
  - ubifs: skip dumping tnc tree when zroot is null (git-fixes).
  - commit f58c1e4
  - afs: Fix the fallback handling for the YFS.RemoveFile2 RPC call
    (git-fixes).
  - commit a1514a4
  - afs: Fix cleanup of immediately failed async calls (git-fixes).
  - commit addff98
  - afs: Fix directory format encoding struct (git-fixes).
  - commit 595632c
  - afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
    (git-fixes).
  - commit 39c4f67
  - gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
    (git-fixes).
  - commit e9c67fd
  - nilfs2: fix possible int overflows in nilfs_fiemap()
    (git-fixes).
  - commit 2d81bbb
  - ipv4: ip_tunnel: Fix suspicious RCU usage warning in
    ip_tunnel_find() (CVE-2024-50304 bsc#1233522).
  - commit 0aac3e1
  - arm64: dts: rockchip: increase gmac rx_delay on rk3399-puma (git-fixes)
  - commit 6bedda5
  - arm64: tegra: Fix Tegra234 PCIe interrupt-map (git-fixes)
  - commit 5678238
  - arm64: tegra: Disable Tegra234 sce-fabric node (git-fixes)
  - commit 3ba529a
  - arm64: tegra: Fix typo in Tegra234 dce-fabric compatible (git-fixes)
  - commit fe1f6b4
  - arm64: Filter out SVE hwcaps when FEAT_SVE isn't implemented (git-fixes)
  - commit 79b2b46
  - netfilter: nft_payload: sanitize offset and length before
    calling skb_checksum() (CVE-2024-50251 bsc#1233248).
  - commit d7e2f51
  - net: fix crash when config small gso_max_size/gso_ipv4_max_size
    (CVE-2024-50258 bsc#1233221 CVE-2024-50258 bsc#1233221).
  - commit a93195b
  - arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu() (git-fixes)
  - commit 43c09a7
  - arm64: Kconfig: Make SME depend on BROKEN for now (git-fixes bsc#1236245)
    Update arm64 default configuration file
  - commit 1003b05
  - arm64: dts: rockchip: Add sdmmc/sdio/emmc reset controls for RK3328 (git-fixes)
  - commit cbbcd61
  - net: inet6: do not leave a dangling sk pointer in inet6_create()
    (CVE-2024-56600 bsc#1235217).
  - commit d23e8d7
  - printk: Defer legacy printing when holding printk_cpu_sync
    (bsc#1236733).
  - commit 8ea5df4
  - printk: Add is_printk_legacy_deferred() (bsc#1236733).
  - commit 15926fc
  - nvme: fix bogus kzalloc() return check in
    nvme_init_effects_log() (git-fixes).
  - commit ab15bce
  - scsi: storvsc: Ratelimit warning logs to prevent VM denial of
    service (git-fixes).
  - hyperv: Do not overlap the hvcall IO areas in get_vtl()
    (git-fixes).
  - commit 20e731b
  - nvme: Add error path for xa_store in nvme_init_effects
    (git-fixes).
  - nvme: Add error check for xa_store in nvme_get_effects_log
    (git-fixes).
  - nvme-tcp: Fix I/O queue cpu spreading for multiple controllers
    (git-fixes).
  - nvmet: propagate npwg topology (git-fixes).
  - commit f7cc3e5
  - usbnet: ipheth: fix DPE OoB read (git-fixes).
  - commit 9d2e9a7
  - usbnet: ipheth: break up NCM header size computation
    (git-fixes).
  - commit 2cdc4a6
  - usbnet: ipheth: refactor NCM datagram loop (git-fixes).
  - commit aade1ad
  - workqueue: Add rcu lock check at the end of work item execution
    (bsc#1236732).
  - commit 4c72d5a
  - Move upstreamed sound patch into sorted section
  - commit ca47985

++++ kernel-rt_debug:

  - NFSv4.2: mark OFFLOAD_CANCEL MOVEABLE (git-fixes).
  - commit 151b149
  - NFSv4.2: fix COPY_NOTIFY xdr buf size calculation (git-fixes).
  - commit b286575
  - ubifs: skip dumping tnc tree when zroot is null (git-fixes).
  - commit f58c1e4
  - afs: Fix the fallback handling for the YFS.RemoveFile2 RPC call
    (git-fixes).
  - commit a1514a4
  - afs: Fix cleanup of immediately failed async calls (git-fixes).
  - commit addff98
  - afs: Fix directory format encoding struct (git-fixes).
  - commit 595632c
  - afs: Fix EEXIST error returned from afs_rmdir() to be ENOTEMPTY
    (git-fixes).
  - commit 39c4f67
  - gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag
    (git-fixes).
  - commit e9c67fd
  - nilfs2: fix possible int overflows in nilfs_fiemap()
    (git-fixes).
  - commit 2d81bbb
  - ipv4: ip_tunnel: Fix suspicious RCU usage warning in
    ip_tunnel_find() (CVE-2024-50304 bsc#1233522).
  - commit 0aac3e1
  - arm64: dts: rockchip: increase gmac rx_delay on rk3399-puma (git-fixes)
  - commit 6bedda5
  - arm64: tegra: Fix Tegra234 PCIe interrupt-map (git-fixes)
  - commit 5678238
  - arm64: tegra: Disable Tegra234 sce-fabric node (git-fixes)
  - commit 3ba529a
  - arm64: tegra: Fix typo in Tegra234 dce-fabric compatible (git-fixes)
  - commit fe1f6b4
  - arm64: Filter out SVE hwcaps when FEAT_SVE isn't implemented (git-fixes)
  - commit 79b2b46
  - netfilter: nft_payload: sanitize offset and length before
    calling skb_checksum() (CVE-2024-50251 bsc#1233248).
  - commit d7e2f51
  - net: fix crash when config small gso_max_size/gso_ipv4_max_size
    (CVE-2024-50258 bsc#1233221 CVE-2024-50258 bsc#1233221).
  - commit a93195b
  - arm64/sme: Move storage of reg_smidr to __cpuinfo_store_cpu() (git-fixes)
  - commit 43c09a7
  - arm64: Kconfig: Make SME depend on BROKEN for now (git-fixes bsc#1236245)
    Update arm64 default configuration file
  - commit 1003b05
  - arm64: dts: rockchip: Add sdmmc/sdio/emmc reset controls for RK3328 (git-fixes)
  - commit cbbcd61
  - net: inet6: do not leave a dangling sk pointer in inet6_create()
    (CVE-2024-56600 bsc#1235217).
  - commit d23e8d7
  - printk: Defer legacy printing when holding printk_cpu_sync
    (bsc#1236733).
  - commit 8ea5df4
  - printk: Add is_printk_legacy_deferred() (bsc#1236733).
  - commit 15926fc
  - nvme: fix bogus kzalloc() return check in
    nvme_init_effects_log() (git-fixes).
  - commit ab15bce
  - scsi: storvsc: Ratelimit warning logs to prevent VM denial of
    service (git-fixes).
  - hyperv: Do not overlap the hvcall IO areas in get_vtl()
    (git-fixes).
  - commit 20e731b
  - nvme: Add error path for xa_store in nvme_init_effects
    (git-fixes).
  - nvme: Add error check for xa_store in nvme_get_effects_log
    (git-fixes).
  - nvme-tcp: Fix I/O queue cpu spreading for multiple controllers
    (git-fixes).
  - nvmet: propagate npwg topology (git-fixes).
  - commit f7cc3e5
  - usbnet: ipheth: fix DPE OoB read (git-fixes).
  - commit 9d2e9a7
  - usbnet: ipheth: break up NCM header size computation
    (git-fixes).
  - commit 2cdc4a6
  - usbnet: ipheth: refactor NCM datagram loop (git-fixes).
  - commit aade1ad
  - workqueue: Add rcu lock check at the end of work item execution
    (bsc#1236732).
  - commit 4c72d5a
  - Move upstreamed sound patch into sorted section
  - commit ca47985

++++ nvidia-open-driver-G06-signed:

  - fixed build against openSUSE:Factory by defining %_builddir
    if needed (boo#1236746)
  - no longer try to patch %post/%postun; no changes needed any longer
  - trigger script needs to be triggered now by nvidia-common-G06,
    which replaced kernel-firmware-nvidia-gspx-G06{,-cuda} packages
  - fixed version of 'Provides: nvidia-open-signed-kmp = <version>'
    of nvidia-open-signed-cuda-kmp in preamble file
  - fixed
    warning: File listed twice: /usr/src/kernel-modules/nvidia-570.86.16-default

++++ opensuse-migration-tool:

  - Update to version 20250129.63f1e30:
    * Check for x86_64-v2 capability prior migrating to 16.0
    * Use custom dialogrc
    * Activate green only with 24bit/truecolor
    * Use same colors for digits as for dialog options
    * Do not use yellow for title nor active button
    * Update README.md

------------------------------------------------------------------
------------------  2025-2-2  -  Feb 2 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.8 → 10.2.9

++++ kernel-default:

  - Input: atkbd - map F23 key to support default copilot shortcut
    (stable-fixes).
  - Input: xpad - add unofficial Xbox 360 wireless receiver clone
    (stable-fixes).
  - Input: xpad - add support for wooting two he (arm)
    (stable-fixes).
  - Input: xpad - improve name of 8BitDo controller 2dc8:3106
    (stable-fixes).
  - Input: xpad - add QH Electronics VID/PID (stable-fixes).
  - Input: xpad - add support for Nacon Evol-X Xbox One Controller
    (stable-fixes).
  - Input: xpad - add support for Nacon Pro Compact (stable-fixes).
  - hwmon: (drivetemp) Set scsi command timeout to 10s
    (stable-fixes).
  - drm/amd/display: Use HW lock mgr for PSR1 (stable-fixes).
  - seccomp: Stub for !CONFIG_SECCOMP (stable-fixes).
  - ASoC: samsung: Add missing depends on I2C (git-fixes).
  - ASoC: samsung: Add missing selects for MFD_WM8994
    (stable-fixes).
  - ASoC: wm8994: Add depends on MFD core (stable-fixes).
  - ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()
    (stable-fixes).
  - commit c243755

++++ kernel-rt:

  - Input: atkbd - map F23 key to support default copilot shortcut
    (stable-fixes).
  - Input: xpad - add unofficial Xbox 360 wireless receiver clone
    (stable-fixes).
  - Input: xpad - add support for wooting two he (arm)
    (stable-fixes).
  - Input: xpad - improve name of 8BitDo controller 2dc8:3106
    (stable-fixes).
  - Input: xpad - add QH Electronics VID/PID (stable-fixes).
  - Input: xpad - add support for Nacon Evol-X Xbox One Controller
    (stable-fixes).
  - Input: xpad - add support for Nacon Pro Compact (stable-fixes).
  - hwmon: (drivetemp) Set scsi command timeout to 10s
    (stable-fixes).
  - drm/amd/display: Use HW lock mgr for PSR1 (stable-fixes).
  - seccomp: Stub for !CONFIG_SECCOMP (stable-fixes).
  - ASoC: samsung: Add missing depends on I2C (git-fixes).
  - ASoC: samsung: Add missing selects for MFD_WM8994
    (stable-fixes).
  - ASoC: wm8994: Add depends on MFD core (stable-fixes).
  - ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()
    (stable-fixes).
  - commit c243755

++++ kernel-rt_debug:

  - Input: atkbd - map F23 key to support default copilot shortcut
    (stable-fixes).
  - Input: xpad - add unofficial Xbox 360 wireless receiver clone
    (stable-fixes).
  - Input: xpad - add support for wooting two he (arm)
    (stable-fixes).
  - Input: xpad - improve name of 8BitDo controller 2dc8:3106
    (stable-fixes).
  - Input: xpad - add QH Electronics VID/PID (stable-fixes).
  - Input: xpad - add support for Nacon Evol-X Xbox One Controller
    (stable-fixes).
  - Input: xpad - add support for Nacon Pro Compact (stable-fixes).
  - hwmon: (drivetemp) Set scsi command timeout to 10s
    (stable-fixes).
  - drm/amd/display: Use HW lock mgr for PSR1 (stable-fixes).
  - seccomp: Stub for !CONFIG_SECCOMP (stable-fixes).
  - ASoC: samsung: Add missing depends on I2C (git-fixes).
  - ASoC: samsung: Add missing selects for MFD_WM8994
    (stable-fixes).
  - ASoC: wm8994: Add depends on MFD core (stable-fixes).
  - ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf()
    (stable-fixes).
  - commit c243755

------------------------------------------------------------------
------------------  2025-2-1  -  Feb 1 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: acp: Support microphone from Lenovo Go S (stable-fixes).
  - ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro
    (stable-fixes).
  - commit 7bec8fa
  - kconfig: fix file name in warnings when loading
    KCONFIG_DEFCONFIG_LIST (git-fixes).
  - genksyms: fix memory leak when the same symbol is read from
    * .symref file (git-fixes).
  - genksyms: fix memory leak when the same symbol is added from
    source (git-fixes).
  - ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callback
    (git-fixes).
  - commit 472aca3
  - kABI workaround for struct auto_pin_cfg_item change (git-fixes).
  - commit 43b97fb
  - ALSA: hda: Fix headset detection failure due to unstable sort
    (git-fixes).
  - commit 6dcca9b
  - blacklist.conf: Not affected by CVE-2024-44932 and CVE-2024-44964
  - Delete
    patches.suse/idpf-fix-UAFs-when-destroying-the-queues.patch.
  - Delete
    patches.suse/idpf-fix-memory-leaks-and-crashes-while-performing-a.patch.
    This fixes bsc#1236628
  - commit 3ac3069

++++ kernel-rt:

  - ASoC: acp: Support microphone from Lenovo Go S (stable-fixes).
  - ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro
    (stable-fixes).
  - commit 7bec8fa
  - kconfig: fix file name in warnings when loading
    KCONFIG_DEFCONFIG_LIST (git-fixes).
  - genksyms: fix memory leak when the same symbol is read from
    * .symref file (git-fixes).
  - genksyms: fix memory leak when the same symbol is added from
    source (git-fixes).
  - ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callback
    (git-fixes).
  - commit 472aca3
  - kABI workaround for struct auto_pin_cfg_item change (git-fixes).
  - commit 43b97fb
  - ALSA: hda: Fix headset detection failure due to unstable sort
    (git-fixes).
  - commit 6dcca9b
  - blacklist.conf: Not affected by CVE-2024-44932 and CVE-2024-44964
  - Delete
    patches.suse/idpf-fix-UAFs-when-destroying-the-queues.patch.
  - Delete
    patches.suse/idpf-fix-memory-leaks-and-crashes-while-performing-a.patch.
    This fixes bsc#1236628
  - commit 3ac3069

++++ kernel-rt_debug:

  - ASoC: acp: Support microphone from Lenovo Go S (stable-fixes).
  - ALSA: usb-audio: Add delay quirk for iBasso DC07 Pro
    (stable-fixes).
  - commit 7bec8fa
  - kconfig: fix file name in warnings when loading
    KCONFIG_DEFCONFIG_LIST (git-fixes).
  - genksyms: fix memory leak when the same symbol is read from
    * .symref file (git-fixes).
  - genksyms: fix memory leak when the same symbol is added from
    source (git-fixes).
  - ASoC: rockchip: i2s_tdm: Re-add the set_sysclk callback
    (git-fixes).
  - commit 472aca3
  - kABI workaround for struct auto_pin_cfg_item change (git-fixes).
  - commit 43b97fb
  - ALSA: hda: Fix headset detection failure due to unstable sort
    (git-fixes).
  - commit 6dcca9b
  - blacklist.conf: Not affected by CVE-2024-44932 and CVE-2024-44964
  - Delete
    patches.suse/idpf-fix-UAFs-when-destroying-the-queues.patch.
  - Delete
    patches.suse/idpf-fix-memory-leaks-and-crashes-while-performing-a.patch.
    This fixes bsc#1236628
  - commit 3ac3069

------------------------------------------------------------------
------------------  2025-1-31  -  Jan 31 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Classify missing chkstat as debug message
    chkstat is a distribution specific tool. If it is
    present we use it, if not we don't but it's not worth
    a warning. This Fixes #2711

++++ kernel-default:

  - kcsan: Turn report_filterlist_lock into a raw_spinlock
    (CVE-2024-56610 bsc#1235390).
  - commit d41073a
  - io_uring/eventfd: ensure io_eventfd_signal() defers another
    RCU period (CVE-2025-21655 bsc#1236163).
  - commit 4487b43
  - Refresh
    patches.suse/io_uring-check-for-overflows-in-io_pin_pages.patch.
    There was an error on my backport of this patch that caused an Oops as
    soon as a pbuf is registered.
  - commit 83010fb
  - cpuidle: Avoid potential overflow in integer multiplication
    (git-fixes).
  - commit 0568366
  - cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlock
    (git-fixes).
  - commit ade7f79
  - cpufreq: amd-pstate: remove global header file (git-fixes).
  - commit be74a4f
  - mm/rodata_test: use READ_ONCE() to read const variable
    (git-fixes).
  - commit 915b6ed
  - cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is
    missing (git-fixes).
  - commit 1e10ad3
  - cpufreq: intel_pstate: fix pstate limits enforcement for
    adjust_perf call back (git-fixes).
  - commit dd83446
  - cpufreq: ACPI: Fix max-frequency computation (git-fixes).
  - commit 54e5cf5
  - cpufreq: Don't unregister cpufreq cooling on CPU hotplug
    (git-fixes).
  - commit d893e3e
  - rtc: zynqmp: Fix optional clock name property (git-fixes).
  - rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read
    (git-fixes).
  - PM: hibernate: Add error handling for syscore_suspend()
    (git-fixes).
  - Bluetooth: L2CAP: accept zero as a special value for MTU
    auto-selection (git-fixes).
  - Bluetooth: btnxpuart: Fix glitches seen in dual A2DP streaming
    (git-fixes).
  - usbnet: ipheth: use static NDP16 location in URB (git-fixes).
  - usbnet: ipheth: check that DPE points past NCM header
    (git-fixes).
  - usbnet: ipheth: fix possible overflow in DPE length check
    (git-fixes).
  - net: usb: rtl8150: enable basic endpoint checking (git-fixes).
  - net: phy: c45-tjaxx: add delay between MDIO write and read in
    soft_reset (git-fixes).
  - net: rose: fix timer races against user threads (git-fixes).
  - NFC: nci: Add bounds checking in nci_hci_create_pipe()
    (git-fixes).
  - docs: power: Fix footnote reference for Toshiba Satellite
    P10-554 (git-fixes).
  - gpio: mxc: remove dead code after switch to DT-only (git-fixes).
  - pm:cpupower: Add missing powercap_set_enabled() stub function
    (git-fixes).
  - commit d7c0bf6

++++ kernel-rt:

  - kcsan: Turn report_filterlist_lock into a raw_spinlock
    (CVE-2024-56610 bsc#1235390).
  - commit d41073a
  - io_uring/eventfd: ensure io_eventfd_signal() defers another
    RCU period (CVE-2025-21655 bsc#1236163).
  - commit 4487b43
  - Refresh
    patches.suse/io_uring-check-for-overflows-in-io_pin_pages.patch.
    There was an error on my backport of this patch that caused an Oops as
    soon as a pbuf is registered.
  - commit 83010fb
  - cpuidle: Avoid potential overflow in integer multiplication
    (git-fixes).
  - commit 0568366
  - cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlock
    (git-fixes).
  - commit ade7f79
  - cpufreq: amd-pstate: remove global header file (git-fixes).
  - commit be74a4f
  - mm/rodata_test: use READ_ONCE() to read const variable
    (git-fixes).
  - commit 915b6ed
  - cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is
    missing (git-fixes).
  - commit 1e10ad3
  - cpufreq: intel_pstate: fix pstate limits enforcement for
    adjust_perf call back (git-fixes).
  - commit dd83446
  - cpufreq: ACPI: Fix max-frequency computation (git-fixes).
  - commit 54e5cf5
  - cpufreq: Don't unregister cpufreq cooling on CPU hotplug
    (git-fixes).
  - commit d893e3e
  - rtc: zynqmp: Fix optional clock name property (git-fixes).
  - rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read
    (git-fixes).
  - PM: hibernate: Add error handling for syscore_suspend()
    (git-fixes).
  - Bluetooth: L2CAP: accept zero as a special value for MTU
    auto-selection (git-fixes).
  - Bluetooth: btnxpuart: Fix glitches seen in dual A2DP streaming
    (git-fixes).
  - usbnet: ipheth: use static NDP16 location in URB (git-fixes).
  - usbnet: ipheth: check that DPE points past NCM header
    (git-fixes).
  - usbnet: ipheth: fix possible overflow in DPE length check
    (git-fixes).
  - net: usb: rtl8150: enable basic endpoint checking (git-fixes).
  - net: phy: c45-tjaxx: add delay between MDIO write and read in
    soft_reset (git-fixes).
  - net: rose: fix timer races against user threads (git-fixes).
  - NFC: nci: Add bounds checking in nci_hci_create_pipe()
    (git-fixes).
  - docs: power: Fix footnote reference for Toshiba Satellite
    P10-554 (git-fixes).
  - gpio: mxc: remove dead code after switch to DT-only (git-fixes).
  - pm:cpupower: Add missing powercap_set_enabled() stub function
    (git-fixes).
  - commit d7c0bf6

++++ kernel-rt_debug:

  - kcsan: Turn report_filterlist_lock into a raw_spinlock
    (CVE-2024-56610 bsc#1235390).
  - commit d41073a
  - io_uring/eventfd: ensure io_eventfd_signal() defers another
    RCU period (CVE-2025-21655 bsc#1236163).
  - commit 4487b43
  - Refresh
    patches.suse/io_uring-check-for-overflows-in-io_pin_pages.patch.
    There was an error on my backport of this patch that caused an Oops as
    soon as a pbuf is registered.
  - commit 83010fb
  - cpuidle: Avoid potential overflow in integer multiplication
    (git-fixes).
  - commit 0568366
  - cpufreq: intel_pstate: Make hwp_notify_lock a raw spinlock
    (git-fixes).
  - commit ade7f79
  - cpufreq: amd-pstate: remove global header file (git-fixes).
  - commit be74a4f
  - mm/rodata_test: use READ_ONCE() to read const variable
    (git-fixes).
  - commit 915b6ed
  - cpufreq: intel_pstate: Use HWP to initialize ITMT if CPPC is
    missing (git-fixes).
  - commit 1e10ad3
  - cpufreq: intel_pstate: fix pstate limits enforcement for
    adjust_perf call back (git-fixes).
  - commit dd83446
  - cpufreq: ACPI: Fix max-frequency computation (git-fixes).
  - commit 54e5cf5
  - cpufreq: Don't unregister cpufreq cooling on CPU hotplug
    (git-fixes).
  - commit d893e3e
  - rtc: zynqmp: Fix optional clock name property (git-fixes).
  - rtc: pcf85063: fix potential OOB write in PCF85063 NVMEM read
    (git-fixes).
  - PM: hibernate: Add error handling for syscore_suspend()
    (git-fixes).
  - Bluetooth: L2CAP: accept zero as a special value for MTU
    auto-selection (git-fixes).
  - Bluetooth: btnxpuart: Fix glitches seen in dual A2DP streaming
    (git-fixes).
  - usbnet: ipheth: use static NDP16 location in URB (git-fixes).
  - usbnet: ipheth: check that DPE points past NCM header
    (git-fixes).
  - usbnet: ipheth: fix possible overflow in DPE length check
    (git-fixes).
  - net: usb: rtl8150: enable basic endpoint checking (git-fixes).
  - net: phy: c45-tjaxx: add delay between MDIO write and read in
    soft_reset (git-fixes).
  - net: rose: fix timer races against user threads (git-fixes).
  - NFC: nci: Add bounds checking in nci_hci_create_pipe()
    (git-fixes).
  - docs: power: Fix footnote reference for Toshiba Satellite
    P10-554 (git-fixes).
  - gpio: mxc: remove dead code after switch to DT-only (git-fixes).
  - pm:cpupower: Add missing powercap_set_enabled() stub function
    (git-fixes).
  - commit d7c0bf6

------------------------------------------------------------------
------------------  2025-1-30  -  Jan 30 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Allow to run setfiles multi threaded
    Use option -T0 for newer setfiles version.
    This Fixes #2719
  - Add rd.kiwi.dialog.timeout option
    Allow to configure the timeout value for dialogs displayed
    by the kiwi dracut code. By default the timeout is set to
    60 seconds. With the special value "off" the dialog will
    never timeout. This Fixes #2718
  - Make sure copy actions does not drop context
    Use shutil.copy2 to copy files preserving their
    attributes in the grub BootLoader space.
    This Fixes #2709
  - Improve unit test for archive target_dir
    Add a test case with absolute path in the target_dir
    to make sure we never unpack the archive to the host
    system. The actual issue was resolved together with
    the implementation in #1953 and commit
    78238a993c966d1229cd2fc1f5923673a90de14d
    This Fixes #2701
  - Fixed profiled overlay imports
    When building an image for profile: SOME and providing
    an overlay directory named SOME/... kiwi will sync the
    contents of this overlay directory to the root tree.
    However it took the toplevel name SOME/ into account
    which is unwanted because only the sub data structure
    should be synced into the new root tree. This
    Fixes #2690

++++ kernel-default:

  - io_uring: check for overflows in io_pin_pages (CVE-2024-53187
    bsc#1234947).
  - commit 5155778
  - brd: defer automatic disk creation until module initialization
    succeeds (CVE-2024-56693 bsc#1235418).
  - commit b6cdeb6
  - powerpc/pseries/eeh: Fix get PE state translation (bsc#1215199).
  - commit b41af30
  - ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro
    7130 (bsc#1235686).
  - commit 63a2d06
  - Correct typos in patch-mainline versions in previous patches
  - commit 9e305bb
  - dmaengine: ti: edma: fix OF node reference leaks in edma_driver
    (git-fixes).
  - regulator: core: Add missing newline character (git-fixes).
  - commit a55a5c7
  - Delete patches.suse/iommu-arm-smmu-Defer-probe-of-clients-after-smmu-dev.patch
    Reverted upstream by 97cb1fa02726 iommu/arm-smmu: Retire probe deferral
    workaround.
  - commit 2dda00e

++++ kernel-rt:

  - io_uring: check for overflows in io_pin_pages (CVE-2024-53187
    bsc#1234947).
  - commit 5155778
  - brd: defer automatic disk creation until module initialization
    succeeds (CVE-2024-56693 bsc#1235418).
  - commit b6cdeb6
  - powerpc/pseries/eeh: Fix get PE state translation (bsc#1215199).
  - commit b41af30
  - ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro
    7130 (bsc#1235686).
  - commit 63a2d06
  - Correct typos in patch-mainline versions in previous patches
  - commit 9e305bb
  - dmaengine: ti: edma: fix OF node reference leaks in edma_driver
    (git-fixes).
  - regulator: core: Add missing newline character (git-fixes).
  - commit a55a5c7
  - Delete patches.suse/iommu-arm-smmu-Defer-probe-of-clients-after-smmu-dev.patch
    Reverted upstream by 97cb1fa02726 iommu/arm-smmu: Retire probe deferral
    workaround.
  - commit 2dda00e

++++ kernel-rt_debug:

  - io_uring: check for overflows in io_pin_pages (CVE-2024-53187
    bsc#1234947).
  - commit 5155778
  - brd: defer automatic disk creation until module initialization
    succeeds (CVE-2024-56693 bsc#1235418).
  - commit b6cdeb6
  - powerpc/pseries/eeh: Fix get PE state translation (bsc#1215199).
  - commit b41af30
  - ALSA: hda/realtek: Workaround for resume on Dell Venue 11 Pro
    7130 (bsc#1235686).
  - commit 63a2d06
  - Correct typos in patch-mainline versions in previous patches
  - commit 9e305bb
  - dmaengine: ti: edma: fix OF node reference leaks in edma_driver
    (git-fixes).
  - regulator: core: Add missing newline character (git-fixes).
  - commit a55a5c7
  - Delete patches.suse/iommu-arm-smmu-Defer-probe-of-clients-after-smmu-dev.patch
    Reverted upstream by 97cb1fa02726 iommu/arm-smmu: Retire probe deferral
    workaround.
  - commit 2dda00e

++++ krb5:

  - Prevent overflow when calculating ulog block size. An authenticated
    attacker can cause kadmind to write beyond the end of the mapped
    region for the iprop log file, likely causing a process crash;
    (CVE-2025-24528); (bsc#1236619).
  - Add patch 0010-CVE-2025-24528.patch

++++ orc:

  - follow up of CVE-2024-40897 fix [bsc#1228184]
  - added patches
    fix https://gitlab.freedesktop.org/gstreamer/orc/-/commit/13ad22b4bc75feb71cefc6b9c0c9cb81ff8c73c4
    + orc-check-return-value-of-vasprintf.patch

++++ python-distro:

  - Use libalternatives instead of update-alternatives, bsc#1235785

------------------------------------------------------------------
------------------  2025-1-29  -  Jan 29 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - virtio-blk: don't keep queue frozen during system suspend
    (CVE-2024-57946 bsc#1236247).
  - commit bc49326
  - netfilter: x_tables: fix LED ID check in led_tg_check()
    (CVE-2024-56650 bsc#1235430).
  - commit e2ba4f9
  - netfilter: nf_tables: validate family when identifying table
    via handle (bsc#1233778 ZDI-24-1454).
  - commit 8a5e7e8
  - tpm: send_data: Wait longer for the TPM to become ready
    (bsc#1235870).
  - commit 564c005
  - driver core: class: Fix wild pointer dereferences in API
    class_dev_iter_next() (git-fixes).
  - devcoredump: cleanup some comments (git-fixes).
  - serial: sh-sci: Do not probe the serial port if its slot in
    sci_ports[] is in use (git-fixes).
  - serial: sh-sci: Drop __initdata macro for port_cfg (git-fixes).
  - serial: 8250: Adjust the timeout for FIFO mode (git-fixes).
  - commit 3ee6c35
  - VFS: use system_unbound_wq for delayed_mntput (bsc#1234683).
  - commit 8e0a712

++++ kernel-rt:

  - virtio-blk: don't keep queue frozen during system suspend
    (CVE-2024-57946 bsc#1236247).
  - commit bc49326
  - netfilter: x_tables: fix LED ID check in led_tg_check()
    (CVE-2024-56650 bsc#1235430).
  - commit e2ba4f9
  - netfilter: nf_tables: validate family when identifying table
    via handle (bsc#1233778 ZDI-24-1454).
  - commit 8a5e7e8
  - tpm: send_data: Wait longer for the TPM to become ready
    (bsc#1235870).
  - commit 564c005
  - driver core: class: Fix wild pointer dereferences in API
    class_dev_iter_next() (git-fixes).
  - devcoredump: cleanup some comments (git-fixes).
  - serial: sh-sci: Do not probe the serial port if its slot in
    sci_ports[] is in use (git-fixes).
  - serial: sh-sci: Drop __initdata macro for port_cfg (git-fixes).
  - serial: 8250: Adjust the timeout for FIFO mode (git-fixes).
  - commit 3ee6c35
  - VFS: use system_unbound_wq for delayed_mntput (bsc#1234683).
  - commit 8e0a712

++++ kernel-rt_debug:

  - virtio-blk: don't keep queue frozen during system suspend
    (CVE-2024-57946 bsc#1236247).
  - commit bc49326
  - netfilter: x_tables: fix LED ID check in led_tg_check()
    (CVE-2024-56650 bsc#1235430).
  - commit e2ba4f9
  - netfilter: nf_tables: validate family when identifying table
    via handle (bsc#1233778 ZDI-24-1454).
  - commit 8a5e7e8
  - tpm: send_data: Wait longer for the TPM to become ready
    (bsc#1235870).
  - commit 564c005
  - driver core: class: Fix wild pointer dereferences in API
    class_dev_iter_next() (git-fixes).
  - devcoredump: cleanup some comments (git-fixes).
  - serial: sh-sci: Do not probe the serial port if its slot in
    sci_ports[] is in use (git-fixes).
  - serial: sh-sci: Drop __initdata macro for port_cfg (git-fixes).
  - serial: 8250: Adjust the timeout for FIFO mode (git-fixes).
  - commit 3ee6c35
  - VFS: use system_unbound_wq for delayed_mntput (bsc#1234683).
  - commit 8e0a712

++++ gcc14:

  - For cross compilers require the same or newer binutils, newlib
    or cross-glibc that was used at build time.  [bsc#1232526]

------------------------------------------------------------------
------------------  2025-1-28  -  Jan 28 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - RDMA/mlx5: Fix implicit ODP use after free (git-fixes)
  - commit 45ca433
  - RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error (git-fixes)
  - commit 2c0d67d
  - RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" (git-fixes)
  - commit d370cc3
  - RDMA/mlx5: Fix indirect mkey ODP page count (git-fixes)
  - commit fffca3b
  - RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of error (git-fixes)
  - commit 95b5d71
  - RDMA/srp: Fix error handling in srp_add_port (git-fixes)
  - commit d17536e
  - RDMA/rxe: Fix mismatched max_msg_sz (git-fixes)
  - commit 0c1e11b
  - rdma/cxgb4: Prevent potential integer overflow on 32bit (git-fixes)
  - commit c001bb0
  - RDMA/mlx4: Avoid false error about access to uninitialized gids array (git-fixes)
  - commit 61636fb
  - RDMA/bnxt_re: Fix to export port num to ib_query_qp (git-fixes)
  - commit 14d9179
  - rcu/tree: Defer setting of jiffies during stall reset (git-fixes)
  - commit 97d4114
  - rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loop (git-fixes)
  - commit 46965f9
  - srcu: Only accelerate on enqueue time (git-fixes)
  - commit 61de5d1
  - srcu: Fix srcu_struct node grpmask overflow on 64-bit systems (git-fixes)
  - commit 2ff5969
  - rcu: Eliminate rcu_gp_slow_unregister() false positive (git-fixes)
  - commit 0aacfbc
  - rcu: Dump memory object info if callback function is invalid (git-fixes)
  - commit a054e16
  - rcuscale: Move rcu_scale_writer() (git-fixes)
  - commit f5a8f5c
  - README.BRANCH: Update maintainers
  - commit 41fd1b2
  - PCI: microchip: Set inbound address translation for coherent
    or non-coherent mode (git-fixes).
  - PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset()
    (git-fixes).
  - PCI: imx6: Skip controller_id generation logic for i.MX7D
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test
    (git-fixes).
  - PCI: dwc: ep: Prevent changing BAR size/flags in
    pci_epc_set_bar() (git-fixes).
  - PCI: dwc: ep: Write BAR_MASK before iATU registers in
    pci_epc_set_bar() (git-fixes).
  - genirq: Make handle_enforce_irqctx() unconditionally available
    (git-fixes).
  - commit 9d69135
  - x86/mm: Carve out INVLPG inline asm for use by others (git-fixes).
  - commit af61fc0
  - x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB (git-fixes).
  - commit 1b67735
  - x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementation (git-fixes).
  - commit a22f80f
  - x86/asm: Make serialize() always_inline (git-fixes).
  - commit 7e805b9
  - ibmvnic: Free any outstanding tx skbs during scrq reset
    (bsc#1226980).
  - commit 82833f0
  - drm/v3d: Assign job pointer to NULL before signaling the fence
    (git-fixes).
  - iio: light: as73211: fix channel handling in only-color
    triggered buffer (git-fixes).
  - intel_th: core: fix kernel-doc warnings (git-fixes).
  - bus: mhi: host: Free mhi_buf vector inside
    mhi_alloc_bhie_table() (git-fixes).
  - iio: iio-mux: kzalloc instead of devm_kzalloc to ensure page
    alignment (git-fixes).
  - iio: adc: ad_sigma_delta: Handle CS assertion as intended in
    ad_sd_read_reg_raw() (git-fixes).
  - misc: fastrpc: Fix copy buffer page size (git-fixes).
  - misc: fastrpc: Fix registered buffer page address (git-fixes).
  - misc: fastrpc: Deregister device nodes properly in error
    scenarios (git-fixes).
  - VMCI: fix reference to ioctl-number.rst (git-fixes).
  - drivers/card_reader/rtsx_usb: Restore interrupt based detection
    (git-fixes).
  - uio: uio_dmem_genirq: check the return value of devm_kasprintf()
    (git-fixes).
  - uio: Fix return value of poll (git-fixes).
  - misc: misc_minor_alloc to use ida for all dynamic/misc dynamic
    minors (git-fixes).
  - Revert "usb: gadget: u_serial: Disable ep before setting port to
    null to fix the crash caused by port being null" (stable-fixes).
  - USB: serial: quatech2: fix null-ptr-deref in
    qt2_process_read_urb() (git-fixes).
  - usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to
    PD_T_SENDER_RESPONSE (git-fixes).
  - usb: host: xhci-plat: Assign shared_hcd->rsrc_start (git-fixes).
  - usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()
    (git-fixes).
  - usb: gadget: f_tcm: Don't prepare BOT write request twice
    (git-fixes).
  - usb: gadget: f_tcm: ep_autoconfig with fullspeed endpoint
    (git-fixes).
  - usb: gadget: f_tcm: Fix Get/SetInterface return value
    (git-fixes).
  - usb: gadget: f_tcm: Decrement command ref count on cleanup
    (git-fixes).
  - usb: gadget: f_tcm: Translate error to sense (git-fixes).
  - usb: gadget: f_tcm: Don't free command immediately (git-fixes).
  - power: ip5xxx_power: Fix return value on ADC read errors
    (git-fixes).
  - pps: add an error check in parport_attach (git-fixes).
  - pps: remove usage of the deprecated ida_simple_xx() API
    (stable-fixes).
  - commit 15d6406
  - Move upstreamed lpfc patches into sorted section
  - commit c33f2a8

++++ kernel-rt:

  - RDMA/mlx5: Fix implicit ODP use after free (git-fixes)
  - commit 45ca433
  - RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error (git-fixes)
  - commit 2c0d67d
  - RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" (git-fixes)
  - commit d370cc3
  - RDMA/mlx5: Fix indirect mkey ODP page count (git-fixes)
  - commit fffca3b
  - RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of error (git-fixes)
  - commit 95b5d71
  - RDMA/srp: Fix error handling in srp_add_port (git-fixes)
  - commit d17536e
  - RDMA/rxe: Fix mismatched max_msg_sz (git-fixes)
  - commit 0c1e11b
  - rdma/cxgb4: Prevent potential integer overflow on 32bit (git-fixes)
  - commit c001bb0
  - RDMA/mlx4: Avoid false error about access to uninitialized gids array (git-fixes)
  - commit 61636fb
  - RDMA/bnxt_re: Fix to export port num to ib_query_qp (git-fixes)
  - commit 14d9179
  - rcu/tree: Defer setting of jiffies during stall reset (git-fixes)
  - commit 97d4114
  - rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loop (git-fixes)
  - commit 46965f9
  - srcu: Only accelerate on enqueue time (git-fixes)
  - commit 61de5d1
  - srcu: Fix srcu_struct node grpmask overflow on 64-bit systems (git-fixes)
  - commit 2ff5969
  - rcu: Eliminate rcu_gp_slow_unregister() false positive (git-fixes)
  - commit 0aacfbc
  - rcu: Dump memory object info if callback function is invalid (git-fixes)
  - commit a054e16
  - rcuscale: Move rcu_scale_writer() (git-fixes)
  - commit f5a8f5c
  - README.BRANCH: Update maintainers
  - commit 41fd1b2
  - PCI: microchip: Set inbound address translation for coherent
    or non-coherent mode (git-fixes).
  - PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset()
    (git-fixes).
  - PCI: imx6: Skip controller_id generation logic for i.MX7D
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test
    (git-fixes).
  - PCI: dwc: ep: Prevent changing BAR size/flags in
    pci_epc_set_bar() (git-fixes).
  - PCI: dwc: ep: Write BAR_MASK before iATU registers in
    pci_epc_set_bar() (git-fixes).
  - genirq: Make handle_enforce_irqctx() unconditionally available
    (git-fixes).
  - commit 9d69135
  - x86/mm: Carve out INVLPG inline asm for use by others (git-fixes).
  - commit af61fc0
  - x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB (git-fixes).
  - commit 1b67735
  - x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementation (git-fixes).
  - commit a22f80f
  - x86/asm: Make serialize() always_inline (git-fixes).
  - commit 7e805b9
  - ibmvnic: Free any outstanding tx skbs during scrq reset
    (bsc#1226980).
  - commit 82833f0
  - drm/v3d: Assign job pointer to NULL before signaling the fence
    (git-fixes).
  - iio: light: as73211: fix channel handling in only-color
    triggered buffer (git-fixes).
  - intel_th: core: fix kernel-doc warnings (git-fixes).
  - bus: mhi: host: Free mhi_buf vector inside
    mhi_alloc_bhie_table() (git-fixes).
  - iio: iio-mux: kzalloc instead of devm_kzalloc to ensure page
    alignment (git-fixes).
  - iio: adc: ad_sigma_delta: Handle CS assertion as intended in
    ad_sd_read_reg_raw() (git-fixes).
  - misc: fastrpc: Fix copy buffer page size (git-fixes).
  - misc: fastrpc: Fix registered buffer page address (git-fixes).
  - misc: fastrpc: Deregister device nodes properly in error
    scenarios (git-fixes).
  - VMCI: fix reference to ioctl-number.rst (git-fixes).
  - drivers/card_reader/rtsx_usb: Restore interrupt based detection
    (git-fixes).
  - uio: uio_dmem_genirq: check the return value of devm_kasprintf()
    (git-fixes).
  - uio: Fix return value of poll (git-fixes).
  - misc: misc_minor_alloc to use ida for all dynamic/misc dynamic
    minors (git-fixes).
  - Revert "usb: gadget: u_serial: Disable ep before setting port to
    null to fix the crash caused by port being null" (stable-fixes).
  - USB: serial: quatech2: fix null-ptr-deref in
    qt2_process_read_urb() (git-fixes).
  - usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to
    PD_T_SENDER_RESPONSE (git-fixes).
  - usb: host: xhci-plat: Assign shared_hcd->rsrc_start (git-fixes).
  - usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()
    (git-fixes).
  - usb: gadget: f_tcm: Don't prepare BOT write request twice
    (git-fixes).
  - usb: gadget: f_tcm: ep_autoconfig with fullspeed endpoint
    (git-fixes).
  - usb: gadget: f_tcm: Fix Get/SetInterface return value
    (git-fixes).
  - usb: gadget: f_tcm: Decrement command ref count on cleanup
    (git-fixes).
  - usb: gadget: f_tcm: Translate error to sense (git-fixes).
  - usb: gadget: f_tcm: Don't free command immediately (git-fixes).
  - power: ip5xxx_power: Fix return value on ADC read errors
    (git-fixes).
  - pps: add an error check in parport_attach (git-fixes).
  - pps: remove usage of the deprecated ida_simple_xx() API
    (stable-fixes).
  - commit 15d6406
  - Move upstreamed lpfc patches into sorted section
  - commit c33f2a8

++++ kernel-rt_debug:

  - RDMA/mlx5: Fix implicit ODP use after free (git-fixes)
  - commit 45ca433
  - RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with error (git-fixes)
  - commit 2c0d67d
  - RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]" (git-fixes)
  - commit d370cc3
  - RDMA/mlx5: Fix indirect mkey ODP page count (git-fixes)
  - commit fffca3b
  - RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of error (git-fixes)
  - commit 95b5d71
  - RDMA/srp: Fix error handling in srp_add_port (git-fixes)
  - commit d17536e
  - RDMA/rxe: Fix mismatched max_msg_sz (git-fixes)
  - commit 0c1e11b
  - rdma/cxgb4: Prevent potential integer overflow on 32bit (git-fixes)
  - commit c001bb0
  - RDMA/mlx4: Avoid false error about access to uninitialized gids array (git-fixes)
  - commit 61636fb
  - RDMA/bnxt_re: Fix to export port num to ib_query_qp (git-fixes)
  - commit 14d9179
  - rcu/tree: Defer setting of jiffies during stall reset (git-fixes)
  - commit 97d4114
  - rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loop (git-fixes)
  - commit 46965f9
  - srcu: Only accelerate on enqueue time (git-fixes)
  - commit 61de5d1
  - srcu: Fix srcu_struct node grpmask overflow on 64-bit systems (git-fixes)
  - commit 2ff5969
  - rcu: Eliminate rcu_gp_slow_unregister() false positive (git-fixes)
  - commit 0aacfbc
  - rcu: Dump memory object info if callback function is invalid (git-fixes)
  - commit a054e16
  - rcuscale: Move rcu_scale_writer() (git-fixes)
  - commit f5a8f5c
  - README.BRANCH: Update maintainers
  - commit 41fd1b2
  - PCI: microchip: Set inbound address translation for coherent
    or non-coherent mode (git-fixes).
  - PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset()
    (git-fixes).
  - PCI: imx6: Skip controller_id generation logic for i.MX7D
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Fix check for DMA MEMCPY test
    (git-fixes).
  - PCI: dwc: ep: Prevent changing BAR size/flags in
    pci_epc_set_bar() (git-fixes).
  - PCI: dwc: ep: Write BAR_MASK before iATU registers in
    pci_epc_set_bar() (git-fixes).
  - genirq: Make handle_enforce_irqctx() unconditionally available
    (git-fixes).
  - commit 9d69135
  - x86/mm: Carve out INVLPG inline asm for use by others (git-fixes).
  - commit af61fc0
  - x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB (git-fixes).
  - commit 1b67735
  - x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementation (git-fixes).
  - commit a22f80f
  - x86/asm: Make serialize() always_inline (git-fixes).
  - commit 7e805b9
  - ibmvnic: Free any outstanding tx skbs during scrq reset
    (bsc#1226980).
  - commit 82833f0
  - drm/v3d: Assign job pointer to NULL before signaling the fence
    (git-fixes).
  - iio: light: as73211: fix channel handling in only-color
    triggered buffer (git-fixes).
  - intel_th: core: fix kernel-doc warnings (git-fixes).
  - bus: mhi: host: Free mhi_buf vector inside
    mhi_alloc_bhie_table() (git-fixes).
  - iio: iio-mux: kzalloc instead of devm_kzalloc to ensure page
    alignment (git-fixes).
  - iio: adc: ad_sigma_delta: Handle CS assertion as intended in
    ad_sd_read_reg_raw() (git-fixes).
  - misc: fastrpc: Fix copy buffer page size (git-fixes).
  - misc: fastrpc: Fix registered buffer page address (git-fixes).
  - misc: fastrpc: Deregister device nodes properly in error
    scenarios (git-fixes).
  - VMCI: fix reference to ioctl-number.rst (git-fixes).
  - drivers/card_reader/rtsx_usb: Restore interrupt based detection
    (git-fixes).
  - uio: uio_dmem_genirq: check the return value of devm_kasprintf()
    (git-fixes).
  - uio: Fix return value of poll (git-fixes).
  - misc: misc_minor_alloc to use ida for all dynamic/misc dynamic
    minors (git-fixes).
  - Revert "usb: gadget: u_serial: Disable ep before setting port to
    null to fix the crash caused by port being null" (stable-fixes).
  - USB: serial: quatech2: fix null-ptr-deref in
    qt2_process_read_urb() (git-fixes).
  - usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to
    PD_T_SENDER_RESPONSE (git-fixes).
  - usb: host: xhci-plat: Assign shared_hcd->rsrc_start (git-fixes).
  - usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()
    (git-fixes).
  - usb: gadget: f_tcm: Don't prepare BOT write request twice
    (git-fixes).
  - usb: gadget: f_tcm: ep_autoconfig with fullspeed endpoint
    (git-fixes).
  - usb: gadget: f_tcm: Fix Get/SetInterface return value
    (git-fixes).
  - usb: gadget: f_tcm: Decrement command ref count on cleanup
    (git-fixes).
  - usb: gadget: f_tcm: Translate error to sense (git-fixes).
  - usb: gadget: f_tcm: Don't free command immediately (git-fixes).
  - power: ip5xxx_power: Fix return value on ADC read errors
    (git-fixes).
  - pps: add an error check in parport_attach (git-fixes).
  - pps: remove usage of the deprecated ida_simple_xx() API
    (stable-fixes).
  - commit 15d6406
  - Move upstreamed lpfc patches into sorted section
  - commit c33f2a8

++++ nvidia-open-driver-G06-signed:

  - update non-CUDA variant to 570.86.16 (boo#1236658)
  - supersedes aarch64-TW-buildfix.patch
  - supersedes set-FOP_UNSIGNED_OFFSET-for-nv_drm_fops.fop_flags.patch

------------------------------------------------------------------
------------------  2025-1-27  -  Jan 27 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.7 → 10.2.8
  - Use multipath child instead of parent device
    On multipath systems we need to find underlying child device
    instead of using parent device.
    This prevents listing all parent devices for a multipath device

++++ kernel-default:

  - Revert 0dd78566990 ("Disable ceph (jsc#PED-7242)")
    Apparently, jsc#PED-7242 is only deprecate ceph for 15-SP6 and
    disable for 15-SP7.
    Revert the disabling.
  - commit 4573861
  - padata: add pd get/put refcnt helper (git-fixes).
  - commit c209bf7
  - padata: avoid UAF for reorder_work (git-fixes).
  - padata: fix UAF in padata_reorder (git-fixes).
  - commit 9cec1e0
  - net: stmmac: dwmac-tegra: Read iommu stream id from device tree
    (CVE-2025-21663 bsc#1236260).
  - commit fc91755
  - selftests/mm/cow: modify the incorrect checking parameters
    (git-fixes).
  - maple_tree: simplify split calculation (git-fixes).
  - latencytop: use correct kernel-doc format for func params
    (git-fixes).
  - lib/inflate.c: remove dead code (git-fixes).
  - commit 2970302

++++ kernel-rt:

  - Revert 0dd78566990 ("Disable ceph (jsc#PED-7242)")
    Apparently, jsc#PED-7242 is only deprecate ceph for 15-SP6 and
    disable for 15-SP7.
    Revert the disabling.
  - commit 4573861
  - padata: add pd get/put refcnt helper (git-fixes).
  - commit c209bf7
  - padata: avoid UAF for reorder_work (git-fixes).
  - padata: fix UAF in padata_reorder (git-fixes).
  - commit 9cec1e0
  - net: stmmac: dwmac-tegra: Read iommu stream id from device tree
    (CVE-2025-21663 bsc#1236260).
  - commit fc91755
  - selftests/mm/cow: modify the incorrect checking parameters
    (git-fixes).
  - maple_tree: simplify split calculation (git-fixes).
  - latencytop: use correct kernel-doc format for func params
    (git-fixes).
  - lib/inflate.c: remove dead code (git-fixes).
  - commit 2970302

++++ kernel-rt_debug:

  - Revert 0dd78566990 ("Disable ceph (jsc#PED-7242)")
    Apparently, jsc#PED-7242 is only deprecate ceph for 15-SP6 and
    disable for 15-SP7.
    Revert the disabling.
  - commit 4573861
  - padata: add pd get/put refcnt helper (git-fixes).
  - commit c209bf7
  - padata: avoid UAF for reorder_work (git-fixes).
  - padata: fix UAF in padata_reorder (git-fixes).
  - commit 9cec1e0
  - net: stmmac: dwmac-tegra: Read iommu stream id from device tree
    (CVE-2025-21663 bsc#1236260).
  - commit fc91755
  - selftests/mm/cow: modify the incorrect checking parameters
    (git-fixes).
  - maple_tree: simplify split calculation (git-fixes).
  - latencytop: use correct kernel-doc format for func params
    (git-fixes).
  - lib/inflate.c: remove dead code (git-fixes).
  - commit 2970302

++++ python311-core:

  - Configure externally_managed with a bcond
    https://en.opensuse.org/openSUSE:Python:Externally_managed
    bsc#1228165

++++ nvidia-open-driver-G06-signed:

  - Update to 565.77
  - non-CUDA variant:
    * get rid of modproee.d and dracut.cd files and udev magic;
    instead require nvidia-common-G06
    * Supplements: switch to really supported devices; not only the
    initially supported ones without graphical output
  - update non-CUDA and CUDA variant to 570.86.15

++++ python311:

  - Configure externally_managed with a bcond
    https://en.opensuse.org/openSUSE:Python:Externally_managed
    bsc#1228165

++++ rust-keylime:

  - Update to version 0.2.7+1:
    * dist: Enable logging for keylime library in the service
    * Bump version to 0.2.7
    * scripts: Download coverage data from Testing Farm directly
    * main: Remove unnecessary lifetime
    * cargo: Bump pretty_env_logger to version 0.5.0
    * scripts: Fix regex in download_packit_coverage.sh
    * cargo: Bump clap crate to version 4.5.23
    * cargo: Bump base64 crate to version 0.22.1
    * build(deps): bump log from 0.4.22 to 0.4.25
    * build(deps): bump serde_json from 1.0.133 to 1.0.135
    * cargo: Bump tokio crate to version 1.42.0
    * packit: Fix RPM builds on copr
    * cargo: Bump thiserror crate to version 0.2.9
    * cargo: Update reqwest to version 0.12.12
    * build(deps): bump libc from 0.2.168 to 0.2.169
    * build(deps): bump glob from 0.3.1 to 0.3.2
    * version: Implement API version validation and ordering
    * main: Support using multiple API versions for registration
    * keylime: Introduce the registrar_client module
    * Provide endpoints under multiple API versions
    * Move 'serialization' module to the keylime library
    * Drop unnecessary dependency on common::API_VERSION
    * keylime-agent.conf: Bump version to 2.3
    * build(deps): bump serde from 1.0.210 to 1.0.217
    * build(deps): bump pest_derive from 2.7.14 to 2.7.15
    * build(deps): bump pest from 2.7.14 to 2.7.15
    * build(deps): bump libc from 0.2.167 to 0.2.168
    * config: Make IAK and IDevID certificates optional
    * Fix warnings reported by clippy
    * workflows: Run job in the CI container directly
    * tests: Add unit test for device ID builder
    * main: Move IAK/IDevID related code to dedicated module
    * tests: Add script to generate IAK and IDevID certificates
    * build(deps): bump openssl from 0.10.66 to 0.10.68
    * build(deps): bump uuid from 1.10.0 to 1.11.0
    * build(deps): bump serde_json from 1.0.128 to 1.0.133
    * build(deps): bump actix-web from 4.5.1 to 4.9.0
    * build(deps): bump reqwest from 0.12.7 to 0.12.9
    * tests/setup_swtpm.sh: Add script to setup temporary TPM
    * Use a single TPM context and avoid race conditions during tests
    * config: Enable passing a hostname instead of IP
    * build(deps): bump clap from 4.3.11 to 4.5.21
    * build(deps): bump tempfile from 3.10.1 to 3.14.0
    * build(deps): bump pest_derive from 2.7.6 to 2.7.14
    * build(deps): bump pest from 2.7.6 to 2.7.14
    * build(deps): bump codecov/codecov-action from 4 to 5
    * workflows: Submit the coverage for merged PR from Fedora 41
    * tests: Use Fedora 41 to generate code coverage
    * api: Make API configuration modular
    * agent_handler: Move the /agent scope configuration
    * notifications_handler: Move the /notifications scope configuration
    * quotes_handler: Move the /quotes scope configuration to quotes_handler
    * keys_handler: Move /keys scope configuration to keys_handler
    * Use ${DESTDIR} for config
    * Fix showing wrong UUID
    * build(deps): bump actix-rt from 2.9.0 to 2.10.0
    * config: Refactor AgentConfig Source trait implementation
    * build(deps): bump log from 0.4.21 to 0.4.22
    * build(deps): bump serde_json from 1.0.120 to 1.0.128
    * tpm: check if EK certificate has valid ASN.1 DER encoding
    * build(deps): bump futures from 0.3.27 to 0.3.31
    * cargo: Bump reqwest to version 0.12.7
    * build(deps): bump serde from 1.0.203 to 1.0.210
    * tests: Add more tests to Packit CI
    * build(deps): bump docker/build-push-action from 5 to 6
    * tests: apply workarounds to known bugs

------------------------------------------------------------------
------------------  2025-1-26  -  Jan 26 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - remoteproc: core: Fix ida_free call while not allocated
    (git-fixes).
  - mtd: spinand: Remove write_enable_op() in markbad() (git-fixes).
  - mtd: onenand: Fix uninitialized retlen in do_otp_read()
    (git-fixes).
  - PCI: rcar-ep: Fix incorrect variable used when calling
    devm_request_mem_region() (git-fixes).
  - PCI: dwc: Always stop link in the dw_pcie_suspend_noirq
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL
    on error (git-fixes).
  - PCI: endpoint: Finish virtual EP removal in
    pci_epf_remove_vepf() (git-fixes).
  - PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy()
    (git-fixes).
  - PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1
    (git-fixes).
  - media: dvb-usb-v2: af9035: fix ISO C90 compilation error on
    af9035_i2c_master_xfer (git-fixes).
  - staging: media: imx: fix OF node leak in
    imx_media_add_of_subdevs() (git-fixes).
  - media: nxp: imx8-isi: fix v4l2-compliance test errors
    (git-fixes).
  - media: uvcvideo: Propagate buf->error to userspace (git-fixes).
  - media: uvcvideo: Remove dangling pointers (git-fixes).
  - media: uvcvideo: Remove redundant NULL assignment (git-fixes).
  - media: uvcvideo: Only save async fh if success (git-fixes).
  - media: uvcvideo: Support partial control reads (git-fixes).
  - media: uvcvideo: Fix event flags in uvc_ctrl_send_events
    (git-fixes).
  - media: uvcvideo: Fix double free in error path (git-fixes).
  - media: uvcvideo: Fix crash during unbind if gpio unit is in use
    (git-fixes).
  - staging: media: max96712: fix kernel oops when removing module
    (git-fixes).
  - media: camif-core: Add check for clk_enable() (git-fixes).
  - media: mipi-csis: Add check for clk_enable() (git-fixes).
  - media: ov5640: fix get_light_freq on auto (git-fixes).
  - media: mc: fix endpoint iteration (git-fixes).
  - media: i2c: ov9282: Correct the exposure offset (git-fixes).
  - media: ccs: Fix cleanup order in ccs_probe() (git-fixes).
  - media: imx296: Add standby delay during probe (git-fixes).
  - media: i2c: imx412: Add missing newline to prints (git-fixes).
  - media: ccs: Clean up parsed CCS static data on parse failure
    (git-fixes).
  - media: ccs: Fix CCS static data parsing for large block sizes
    (git-fixes).
  - media: marvell: Add check for clk_enable() (git-fixes).
  - media: lmedm04: Handle errors for lme2510_int_read (git-fixes).
  - media: rc: iguanair: handle timeouts (git-fixes).
  - media: rkisp1: Fix unused value issue (git-fixes).
  - media: imx-jpeg: Fix potential error pointer dereference in
    detach_pm() (git-fixes).
  - commit 059dbb0

++++ kernel-rt:

  - remoteproc: core: Fix ida_free call while not allocated
    (git-fixes).
  - mtd: spinand: Remove write_enable_op() in markbad() (git-fixes).
  - mtd: onenand: Fix uninitialized retlen in do_otp_read()
    (git-fixes).
  - PCI: rcar-ep: Fix incorrect variable used when calling
    devm_request_mem_region() (git-fixes).
  - PCI: dwc: Always stop link in the dw_pcie_suspend_noirq
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL
    on error (git-fixes).
  - PCI: endpoint: Finish virtual EP removal in
    pci_epf_remove_vepf() (git-fixes).
  - PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy()
    (git-fixes).
  - PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1
    (git-fixes).
  - media: dvb-usb-v2: af9035: fix ISO C90 compilation error on
    af9035_i2c_master_xfer (git-fixes).
  - staging: media: imx: fix OF node leak in
    imx_media_add_of_subdevs() (git-fixes).
  - media: nxp: imx8-isi: fix v4l2-compliance test errors
    (git-fixes).
  - media: uvcvideo: Propagate buf->error to userspace (git-fixes).
  - media: uvcvideo: Remove dangling pointers (git-fixes).
  - media: uvcvideo: Remove redundant NULL assignment (git-fixes).
  - media: uvcvideo: Only save async fh if success (git-fixes).
  - media: uvcvideo: Support partial control reads (git-fixes).
  - media: uvcvideo: Fix event flags in uvc_ctrl_send_events
    (git-fixes).
  - media: uvcvideo: Fix double free in error path (git-fixes).
  - media: uvcvideo: Fix crash during unbind if gpio unit is in use
    (git-fixes).
  - staging: media: max96712: fix kernel oops when removing module
    (git-fixes).
  - media: camif-core: Add check for clk_enable() (git-fixes).
  - media: mipi-csis: Add check for clk_enable() (git-fixes).
  - media: ov5640: fix get_light_freq on auto (git-fixes).
  - media: mc: fix endpoint iteration (git-fixes).
  - media: i2c: ov9282: Correct the exposure offset (git-fixes).
  - media: ccs: Fix cleanup order in ccs_probe() (git-fixes).
  - media: imx296: Add standby delay during probe (git-fixes).
  - media: i2c: imx412: Add missing newline to prints (git-fixes).
  - media: ccs: Clean up parsed CCS static data on parse failure
    (git-fixes).
  - media: ccs: Fix CCS static data parsing for large block sizes
    (git-fixes).
  - media: marvell: Add check for clk_enable() (git-fixes).
  - media: lmedm04: Handle errors for lme2510_int_read (git-fixes).
  - media: rc: iguanair: handle timeouts (git-fixes).
  - media: rkisp1: Fix unused value issue (git-fixes).
  - media: imx-jpeg: Fix potential error pointer dereference in
    detach_pm() (git-fixes).
  - commit 059dbb0

++++ kernel-rt_debug:

  - remoteproc: core: Fix ida_free call while not allocated
    (git-fixes).
  - mtd: spinand: Remove write_enable_op() in markbad() (git-fixes).
  - mtd: onenand: Fix uninitialized retlen in do_otp_read()
    (git-fixes).
  - PCI: rcar-ep: Fix incorrect variable used when calling
    devm_request_mem_region() (git-fixes).
  - PCI: dwc: Always stop link in the dw_pcie_suspend_noirq
    (git-fixes).
  - PCI: endpoint: pci-epf-test: Set dma_chan_rx pointer to NULL
    on error (git-fixes).
  - PCI: endpoint: Finish virtual EP removal in
    pci_epf_remove_vepf() (git-fixes).
  - PCI: endpoint: Destroy the EPC device in devm_pci_epc_destroy()
    (git-fixes).
  - PCI: Avoid putting some root ports into D3 on TUXEDO Sirius Gen1
    (git-fixes).
  - media: dvb-usb-v2: af9035: fix ISO C90 compilation error on
    af9035_i2c_master_xfer (git-fixes).
  - staging: media: imx: fix OF node leak in
    imx_media_add_of_subdevs() (git-fixes).
  - media: nxp: imx8-isi: fix v4l2-compliance test errors
    (git-fixes).
  - media: uvcvideo: Propagate buf->error to userspace (git-fixes).
  - media: uvcvideo: Remove dangling pointers (git-fixes).
  - media: uvcvideo: Remove redundant NULL assignment (git-fixes).
  - media: uvcvideo: Only save async fh if success (git-fixes).
  - media: uvcvideo: Support partial control reads (git-fixes).
  - media: uvcvideo: Fix event flags in uvc_ctrl_send_events
    (git-fixes).
  - media: uvcvideo: Fix double free in error path (git-fixes).
  - media: uvcvideo: Fix crash during unbind if gpio unit is in use
    (git-fixes).
  - staging: media: max96712: fix kernel oops when removing module
    (git-fixes).
  - media: camif-core: Add check for clk_enable() (git-fixes).
  - media: mipi-csis: Add check for clk_enable() (git-fixes).
  - media: ov5640: fix get_light_freq on auto (git-fixes).
  - media: mc: fix endpoint iteration (git-fixes).
  - media: i2c: ov9282: Correct the exposure offset (git-fixes).
  - media: ccs: Fix cleanup order in ccs_probe() (git-fixes).
  - media: imx296: Add standby delay during probe (git-fixes).
  - media: i2c: imx412: Add missing newline to prints (git-fixes).
  - media: ccs: Clean up parsed CCS static data on parse failure
    (git-fixes).
  - media: ccs: Fix CCS static data parsing for large block sizes
    (git-fixes).
  - media: marvell: Add check for clk_enable() (git-fixes).
  - media: lmedm04: Handle errors for lme2510_int_read (git-fixes).
  - media: rc: iguanair: handle timeouts (git-fixes).
  - media: rkisp1: Fix unused value issue (git-fixes).
  - media: imx-jpeg: Fix potential error pointer dereference in
    detach_pm() (git-fixes).
  - commit 059dbb0

------------------------------------------------------------------
------------------  2025-1-25  -  Jan 25 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Increase size for agama integration test build
    Agama needs more space to build now
  - Fixed agama integration test
    rubygem-byebug and rubygem-agama-yast seems to
    no longer exist
  - Update TW integration tests
    Package nscd was dropped from TW

++++ kernel-default:

  - ALSA: hda/realtek: Enable Mute LED on HP Laptop 14s-fq1xxx
    (stable-fixes).
  - ALSA: usb-audio: Add delay quirk for USB Audio Device
    (stable-fixes).
  - ALSA: hda/realtek: Enable headset mic on Positivo C6400
    (stable-fixes).
  - commit 744cb45
  - mailbox: tegra-hsp: Clear mailbox before using message
    (git-fixes).
  - soc: qcom: socinfo: Avoid out of bounds read of serial number
    (git-fixes).
  - soc: qcom: smem_state: fix missing of_node_put in error path
    (git-fixes).
  - soc: mediatek: mtk-devapc: Fix leaking IO map on error paths
    (git-fixes).
  - memory: tegra20-emc: fix an OF node reference bug in
    tegra_emc_find_node_by_ram_code() (git-fixes).
  - soc: atmel: fix device_node release in atmel_soc_device_init()
    (git-fixes).
  - fbdev: omapfb: Fix an OF node leak in
    dss_of_port_get_parent_device() (git-fixes).
  - ASoC: Intel: avs: Fix theoretical infinite loop (git-fixes).
  - ASoC: sun4i-spdif: Add clock multiplier settings (git-fixes).
  - ALSA: hda/realtek - Fixed headphone distorted sound on Acer
    Aspire A115-31 laptop (git-fixes).
  - crypto: iaa - Fix IAA disabling that occurs when sync_mode is
    set to 'async' (git-fixes).
  - crypto: ixp4xx - fix OF node reference leaks in
    init_ixp_crypto() (git-fixes).
  - crypto: qce - fix priority to be less than ARMv8 CE (git-fixes).
  - crypto: qce - unregister previously registered algos in error
    path (git-fixes).
  - crypto: qce - fix goto jump in error path (git-fixes).
  - crypto: caam - use JobR's space to access page 0 regs
    (git-fixes).
  - pinctrl: amd: Take suspend type into consideration which pins
    are non-wake (git-fixes).
  - pinctrl: samsung: fix fwnode refcount cleanup if
    platform_get_irq_optional() fails (git-fixes).
  - commit b034543
  - Move upstreamed ppc patch into sorted section
  - commit d058975
  - Move upstreamed TPM patch into sorted section
  - commit ccb7b48

++++ kernel-rt:

  - ALSA: hda/realtek: Enable Mute LED on HP Laptop 14s-fq1xxx
    (stable-fixes).
  - ALSA: usb-audio: Add delay quirk for USB Audio Device
    (stable-fixes).
  - ALSA: hda/realtek: Enable headset mic on Positivo C6400
    (stable-fixes).
  - commit 744cb45
  - mailbox: tegra-hsp: Clear mailbox before using message
    (git-fixes).
  - soc: qcom: socinfo: Avoid out of bounds read of serial number
    (git-fixes).
  - soc: qcom: smem_state: fix missing of_node_put in error path
    (git-fixes).
  - soc: mediatek: mtk-devapc: Fix leaking IO map on error paths
    (git-fixes).
  - memory: tegra20-emc: fix an OF node reference bug in
    tegra_emc_find_node_by_ram_code() (git-fixes).
  - soc: atmel: fix device_node release in atmel_soc_device_init()
    (git-fixes).
  - fbdev: omapfb: Fix an OF node leak in
    dss_of_port_get_parent_device() (git-fixes).
  - ASoC: Intel: avs: Fix theoretical infinite loop (git-fixes).
  - ASoC: sun4i-spdif: Add clock multiplier settings (git-fixes).
  - ALSA: hda/realtek - Fixed headphone distorted sound on Acer
    Aspire A115-31 laptop (git-fixes).
  - crypto: iaa - Fix IAA disabling that occurs when sync_mode is
    set to 'async' (git-fixes).
  - crypto: ixp4xx - fix OF node reference leaks in
    init_ixp_crypto() (git-fixes).
  - crypto: qce - fix priority to be less than ARMv8 CE (git-fixes).
  - crypto: qce - unregister previously registered algos in error
    path (git-fixes).
  - crypto: qce - fix goto jump in error path (git-fixes).
  - crypto: caam - use JobR's space to access page 0 regs
    (git-fixes).
  - pinctrl: amd: Take suspend type into consideration which pins
    are non-wake (git-fixes).
  - pinctrl: samsung: fix fwnode refcount cleanup if
    platform_get_irq_optional() fails (git-fixes).
  - commit b034543
  - Move upstreamed ppc patch into sorted section
  - commit d058975
  - Move upstreamed TPM patch into sorted section
  - commit ccb7b48

++++ kernel-rt_debug:

  - ALSA: hda/realtek: Enable Mute LED on HP Laptop 14s-fq1xxx
    (stable-fixes).
  - ALSA: usb-audio: Add delay quirk for USB Audio Device
    (stable-fixes).
  - ALSA: hda/realtek: Enable headset mic on Positivo C6400
    (stable-fixes).
  - commit 744cb45
  - mailbox: tegra-hsp: Clear mailbox before using message
    (git-fixes).
  - soc: qcom: socinfo: Avoid out of bounds read of serial number
    (git-fixes).
  - soc: qcom: smem_state: fix missing of_node_put in error path
    (git-fixes).
  - soc: mediatek: mtk-devapc: Fix leaking IO map on error paths
    (git-fixes).
  - memory: tegra20-emc: fix an OF node reference bug in
    tegra_emc_find_node_by_ram_code() (git-fixes).
  - soc: atmel: fix device_node release in atmel_soc_device_init()
    (git-fixes).
  - fbdev: omapfb: Fix an OF node leak in
    dss_of_port_get_parent_device() (git-fixes).
  - ASoC: Intel: avs: Fix theoretical infinite loop (git-fixes).
  - ASoC: sun4i-spdif: Add clock multiplier settings (git-fixes).
  - ALSA: hda/realtek - Fixed headphone distorted sound on Acer
    Aspire A115-31 laptop (git-fixes).
  - crypto: iaa - Fix IAA disabling that occurs when sync_mode is
    set to 'async' (git-fixes).
  - crypto: ixp4xx - fix OF node reference leaks in
    init_ixp_crypto() (git-fixes).
  - crypto: qce - fix priority to be less than ARMv8 CE (git-fixes).
  - crypto: qce - unregister previously registered algos in error
    path (git-fixes).
  - crypto: qce - fix goto jump in error path (git-fixes).
  - crypto: caam - use JobR's space to access page 0 regs
    (git-fixes).
  - pinctrl: amd: Take suspend type into consideration which pins
    are non-wake (git-fixes).
  - pinctrl: samsung: fix fwnode refcount cleanup if
    platform_get_irq_optional() fails (git-fixes).
  - commit b034543
  - Move upstreamed ppc patch into sorted section
  - commit d058975
  - Move upstreamed TPM patch into sorted section
  - commit ccb7b48

------------------------------------------------------------------
------------------  2025-1-24  -  Jan 24 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c (CVE-2024-56728 bsc#1235656)
  - commit acc444a
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.c (CVE-2024-56727 bsc#1235583)
  - commit b6e61cf
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c (CVE-2024-56726 bsc#1235582)
  - commit ac2994c
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c (CVE-2024-56725 bsc#1235578)
  - commit 4f995f2
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c (CVE-2024-56707 bsc#1235545)
  - commit 67e8754
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c (CVE-2024-56679 bsc#1235498)
  - commit becbeeb
  - drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create' (CVE-2024-56608 bsc#1235487)
  - commit df4e9dd
  - dm thin: make get_first_thin use rcu-safe list first function (CVE-2025-21664 bsc#1236262)
  - commit 83d356e
  - selinux: ignore unknown extended permissions (CVE-2024-57931 bsc#1236192)
  - commit 4334198
  - net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute (CVE-2025-21653 bsc#1236161)
  - commit 9089d3b
  - ipvlan: Fix use-after-free in ipvlan_get_iflink() (CVE-2025-21652 bsc#1236160)
  - commit 8201e7e
  - net/sctp: Prevent autoclose integer overflow in sctp_association_init() (CVE-2024-57938 bsc#1236182)
  - commit 338cf1f
  - topology: Keep the cpumask unchanged when printing cpumap (CVE-2024-57917 bsc#1236127)
  - commit 1d17273
  - mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() (CVE-2024-57884 bsc#1235948)
  - commit abc82c3
  - netrom: check buffer length before accessing it (CVE-2024-57802 bsc#1235941)
  - commit 606eed5
  - ionic: Fix netdev notifier unregister on failure (CVE-2024-56715 bsc#1235612)
  - commit 28b55e0
  - sched/fair: Fix value reported by hot tasks pulled in
    /proc/schedstat -kabi (bsc#1235865).
  - commit a0069bc
  - wifi: ath12k: fix tx power, max reg power update to firmware
    (git-fixes).
  - wifi: mt76: mt7996: fix ldpc setting (git-fixes).
  - wifi: mt76: mt7996: fix definition of tx descriptor (git-fixes).
  - wifi: mt76: mt7996: fix incorrect indexing of MIB FW event
    (git-fixes).
  - wifi: mt76: mt7996: fix HE Phy capability (git-fixes).
  - wifi: mt76: mt7996: fix the capability of reception of EHT MU
    PPDU (git-fixes).
  - wifi: mt76: mt7996: add max mpdu len capability (git-fixes).
  - wifi: mt76: mt7996: fix register mapping (git-fixes).
  - wifi: mt76: mt7915: fix register mapping (git-fixes).
  - wifi: mt76: mt7915: firmware restart on devices with a second
    pcie link (git-fixes).
  - wifi: mt76: mt7996: fix rx filter setting for bfee functionality
    (git-fixes).
  - wifi: mt76: mt7915: fix overflows seen when writing limit
    attributes (git-fixes).
  - wifi: mt76: mt7996: fix overflows seen when writing limit
    attributes (git-fixes).
  - wifi: mt76: mt7915: add module param to select 5 GHz or 6 GHz
    on MT7916 (git-fixes).
  - wifi: mt76: mt7921: fix using incorrect group cipher after
    disconnection (git-fixes).
  - wifi: mt76: mt76u_vendor_request: Do not print error messages
    when -EPROTO (git-fixes).
  - commit f15e8b4
  - tools: Sync if_xdp.h uapi tooling header (git-fixes).
  - selftests/landlock: Fix error message (git-fixes).
  - selftests: harness: fix printing of mismatch values in
    __EXPECT() (git-fixes).
  - spi: zynq-qspi: Add check for clk_enable() (git-fixes).
  - wifi: mt76: mt7915: Fix mesh scan on MT7916 DBDC (git-fixes).
  - wifi: mt76: mt7925: fix off by one in mt7925_load_clc()
    (git-fixes).
  - wifi: rtw89: mcc: consider time limits not divisible by 1024
    (git-fixes).
  - wifi: rtlwifi: rtl8821ae: Fix media status report (git-fixes).
  - wifi: cfg80211: adjust allocation of colocated AP data
    (git-fixes).
  - wifi: mac80211: don't flush non-uploaded STAs (git-fixes).
  - wifi: mac80211: Fix common size calculation for ML element
    (git-fixes).
  - wifi: mac80211: fix tid removal during mesh forwarding
    (git-fixes).
  - wifi: mac80211: prohibit deactivating all links (git-fixes).
  - wifi: iwlwifi: fw: read STEP table from correct UEFI var
    (git-fixes).
  - wifi: wlcore: fix unbalanced pm_runtime calls (git-fixes).
  - wifi: rtlwifi: pci: wait for firmware loading before releasing
    memory (git-fixes).
  - wifi: rtlwifi: fix memory leaks and invalid access at probe
    error path (git-fixes).
  - wifi: rtlwifi: destroy workqueue at rtl_deinit_core (git-fixes).
  - wifi: rtlwifi: remove unused check_buddy_priv (git-fixes).
  - wifi: rtlwifi: usb: fix workqueue leak when probe fails
    (git-fixes).
  - wifi: rtlwifi: fix init_sw_vars leak when probe fails
    (git-fixes).
  - wifi: rtlwifi: wait for firmware loading before releasing memory
    (git-fixes).
  - wifi: rtlwifi: rtl8192se: rise completion of firmware loading
    as last step (git-fixes).
  - wifi: rtlwifi: do not complete firmware loading needlessly
    (git-fixes).
  - wifi: rtlwifi: rtl8821ae: phy: restore removed code to fix
    infinite loop (git-fixes).
  - wifi: brcmfmac: add missing header include for brcmf_dbg
    (git-fixes).
  - wifi: ath11k: cleanup struct ath11k_mon_data (git-fixes).
  - wifi: wcn36xx: fix channel survey memory allocation size
    (git-fixes).
  - wifi: ath11k: Fix unexpected return buffer manager error for
    WCN6750/WCN6855 (git-fixes).
  - selinux: Fix SCTP error inconsistency in selinux_socket_bind()
    (git-fixes).
  - commit 40f350b
  - ktest.pl: Fix typo "accesing" (git-fixes).
  - ktest.pl: Fix typo in comment (git-fixes).
  - ktest.pl: Remove unused declarations in run_bisect_test function
    (git-fixes).
  - ktest.pl: Check kernelrelease return in get_version (git-fixes).
  - landlock: Handle weird files (git-fixes).
  - samples/landlock: Fix possible NULL dereference in parse_path()
    (git-fixes).
  - selftests: timers: clocksource-switch: Adapt progress to
    kselftest framework (git-fixes).
  - selftest: media_tests: fix trivial UAF typo (git-fixes).
  - Input: davinci-keyscan - remove leftover header (git-fixes).
  - HID: core: Fix assumption that Resolution Multipliers must be
    in Logical Collections (git-fixes).
  - HID: fix generic desktop D-Pad controls (git-fixes).
  - HID: hid-thrustmaster: Fix warning in thrustmaster_probe by
    adding endpoint check (git-fixes).
  - HID: multitouch: fix support for Goodix PID 0x01e9 (git-fixes).
  - Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
    (stable-fixes).
  - ipmi: ssif_bmc: Fix new request loss when bmc ready for a
    response (git-fixes).
  - ipmi: ipmb: Add check devm_kasprintf() returned value
    (git-fixes).
  - pwm: stm32: Add check for clk_enable() (git-fixes).
  - pwm: stm32-lp: Add check for clk_enable() (git-fixes).
  - leds: netxbig: Fix an OF node reference leak in
    netxbig_leds_get_of_pdata() (git-fixes).
  - leds: lp8860: Write full EEPROM, not only half of it
    (git-fixes).
  - HID: hid-sensor-hub: don't use stale platform-data on remove
    (git-fixes).
  - regulator: of: Implement the unwind path of of_regulator_match()
    (git-fixes).
  - net/rose: prevent integer overflows in rose_setsockopt()
    (git-fixes).
  - drm/msm: don't clean up priv->kms prematurely (git-fixes).
  - selftests/powerpc: Fix argument order to timer_sub()
    (git-fixes).
  - selftests/alsa: Fix circular dependency involving global-timer
    (stable-fixes).
  - ktest.pl: Avoid false positives with grub2 skip regex
    (stable-fixes).
  - ktest: force $buildonly = 1 for 'make_warnings_file' test type
    (stable-fixes).
  - commit 3e5bf1b
  - drm/msm: Check return value of of_dma_configure() (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8550 (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8350 (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8250 (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SC8180X (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8150 (git-fixes).
  - drm/msm/dp: set safe_to_exit_level before printing it
    (git-fixes).
  - drm/amdgpu: tear down ttm range manager for doorbell in
    amdgpu_ttm_fini() (git-fixes).
  - drm/etnaviv: Fix page property being used for non writecombine
    buffers (git-fixes).
  - Revert "drm/i915/dpt: Make DPT object unshrinkable"
    (stable-fixes).
  - drm/amdgpu: simplify return statement in amdgpu_ras_eeprom_init
    (git-fixes).
  - drm/amdgpu/vcn: reset fw_shared under SRIOV (git-fixes).
  - drm/amdgpu: Fix potential NULL pointer dereference in
    atomctrl_get_smc_sclk_range_table (git-fixes).
  - drm/amd/pm: Fix an error handling path in
    vega10_enable_se_edc_force_stall_config() (git-fixes).
  - drm/bridge: it6505: Change definition of AUX_FIFO_MAX_SIZE
    (git-fixes).
  - drm/rockchip: vop2: Check linear format for Cluster windows
    on rk3566/8 (git-fixes).
  - drm/rcar-du: dsi: Fix PHY lock bit check (git-fixes).
  - drm/rockchip: vop2: Fix the mixer alpha setup for layer 0
    (git-fixes).
  - drm/rockchip: vop2: Fix cluster windows alpha ctrl regsiters
    offset (git-fixes).
  - commit 2f1e321
  - ACPI: fan: cleanup resources in the error path of .probe()
    (git-fixes).
  - cpupower: fix TSC MHz calculation (git-fixes).
  - Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc
    (git-fixes).
  - Align git commit ID abbreviation guidelines and checks
    (git-fixes).
  - drm/tidss: Clear the interrupt status for interrupts being
    disabled (git-fixes).
  - drm/tidss: Fix issue in irq handling causing irq-flood issue
    (git-fixes).
  - drm/v3d: Stop active perfmon if it is being destroyed
    (git-fixes).
  - drm/rockchip: cdn-dp: Use drm_connector_helper_hpd_irq_event()
    (git-fixes).
  - commit 737a47e
  - Input: bbnsm_pwrkey - add remove hook (git-fixes).
  - drm/i915/fb: Relax clear color alignment to 64 bytes
    (stable-fixes).
  - drm/amdgpu: always sync the GFX pipe on ctx switch
    (stable-fixes).
  - ACPI: resource: acpi_dev_irq_override(): Check DMI match last
    (stable-fixes).
  - mac802154: check local interfaces before deleting sdata list
    (stable-fixes).
  - selftests: tc-testing: reduce rshift value (stable-fixes).
  - kheaders: Ignore silly-rename files (stable-fixes).
  - commit cbbd806
  - Drop PCI patch that caused a regression
    Deleted:
    patches.suse/PCI-Use-preserve_config-in-place-of-pci_flags.patch
  - commit 30fb9e7
  - sched/fair: Fix value reported by hot tasks pulled in
    /proc/schedstat (bsc#1235865).
  - commit 9837653

++++ kernel-rt:

  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c (CVE-2024-56728 bsc#1235656)
  - commit acc444a
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.c (CVE-2024-56727 bsc#1235583)
  - commit b6e61cf
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c (CVE-2024-56726 bsc#1235582)
  - commit ac2994c
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c (CVE-2024-56725 bsc#1235578)
  - commit 4f995f2
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c (CVE-2024-56707 bsc#1235545)
  - commit 67e8754
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c (CVE-2024-56679 bsc#1235498)
  - commit becbeeb
  - drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create' (CVE-2024-56608 bsc#1235487)
  - commit df4e9dd
  - dm thin: make get_first_thin use rcu-safe list first function (CVE-2025-21664 bsc#1236262)
  - commit 83d356e
  - selinux: ignore unknown extended permissions (CVE-2024-57931 bsc#1236192)
  - commit 4334198
  - net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute (CVE-2025-21653 bsc#1236161)
  - commit 9089d3b
  - ipvlan: Fix use-after-free in ipvlan_get_iflink() (CVE-2025-21652 bsc#1236160)
  - commit 8201e7e
  - net/sctp: Prevent autoclose integer overflow in sctp_association_init() (CVE-2024-57938 bsc#1236182)
  - commit 338cf1f
  - topology: Keep the cpumask unchanged when printing cpumap (CVE-2024-57917 bsc#1236127)
  - commit 1d17273
  - mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() (CVE-2024-57884 bsc#1235948)
  - commit abc82c3
  - netrom: check buffer length before accessing it (CVE-2024-57802 bsc#1235941)
  - commit 606eed5
  - ionic: Fix netdev notifier unregister on failure (CVE-2024-56715 bsc#1235612)
  - commit 28b55e0
  - sched/fair: Fix value reported by hot tasks pulled in
    /proc/schedstat -kabi (bsc#1235865).
  - commit a0069bc
  - wifi: ath12k: fix tx power, max reg power update to firmware
    (git-fixes).
  - wifi: mt76: mt7996: fix ldpc setting (git-fixes).
  - wifi: mt76: mt7996: fix definition of tx descriptor (git-fixes).
  - wifi: mt76: mt7996: fix incorrect indexing of MIB FW event
    (git-fixes).
  - wifi: mt76: mt7996: fix HE Phy capability (git-fixes).
  - wifi: mt76: mt7996: fix the capability of reception of EHT MU
    PPDU (git-fixes).
  - wifi: mt76: mt7996: add max mpdu len capability (git-fixes).
  - wifi: mt76: mt7996: fix register mapping (git-fixes).
  - wifi: mt76: mt7915: fix register mapping (git-fixes).
  - wifi: mt76: mt7915: firmware restart on devices with a second
    pcie link (git-fixes).
  - wifi: mt76: mt7996: fix rx filter setting for bfee functionality
    (git-fixes).
  - wifi: mt76: mt7915: fix overflows seen when writing limit
    attributes (git-fixes).
  - wifi: mt76: mt7996: fix overflows seen when writing limit
    attributes (git-fixes).
  - wifi: mt76: mt7915: add module param to select 5 GHz or 6 GHz
    on MT7916 (git-fixes).
  - wifi: mt76: mt7921: fix using incorrect group cipher after
    disconnection (git-fixes).
  - wifi: mt76: mt76u_vendor_request: Do not print error messages
    when -EPROTO (git-fixes).
  - commit f15e8b4
  - tools: Sync if_xdp.h uapi tooling header (git-fixes).
  - selftests/landlock: Fix error message (git-fixes).
  - selftests: harness: fix printing of mismatch values in
    __EXPECT() (git-fixes).
  - spi: zynq-qspi: Add check for clk_enable() (git-fixes).
  - wifi: mt76: mt7915: Fix mesh scan on MT7916 DBDC (git-fixes).
  - wifi: mt76: mt7925: fix off by one in mt7925_load_clc()
    (git-fixes).
  - wifi: rtw89: mcc: consider time limits not divisible by 1024
    (git-fixes).
  - wifi: rtlwifi: rtl8821ae: Fix media status report (git-fixes).
  - wifi: cfg80211: adjust allocation of colocated AP data
    (git-fixes).
  - wifi: mac80211: don't flush non-uploaded STAs (git-fixes).
  - wifi: mac80211: Fix common size calculation for ML element
    (git-fixes).
  - wifi: mac80211: fix tid removal during mesh forwarding
    (git-fixes).
  - wifi: mac80211: prohibit deactivating all links (git-fixes).
  - wifi: iwlwifi: fw: read STEP table from correct UEFI var
    (git-fixes).
  - wifi: wlcore: fix unbalanced pm_runtime calls (git-fixes).
  - wifi: rtlwifi: pci: wait for firmware loading before releasing
    memory (git-fixes).
  - wifi: rtlwifi: fix memory leaks and invalid access at probe
    error path (git-fixes).
  - wifi: rtlwifi: destroy workqueue at rtl_deinit_core (git-fixes).
  - wifi: rtlwifi: remove unused check_buddy_priv (git-fixes).
  - wifi: rtlwifi: usb: fix workqueue leak when probe fails
    (git-fixes).
  - wifi: rtlwifi: fix init_sw_vars leak when probe fails
    (git-fixes).
  - wifi: rtlwifi: wait for firmware loading before releasing memory
    (git-fixes).
  - wifi: rtlwifi: rtl8192se: rise completion of firmware loading
    as last step (git-fixes).
  - wifi: rtlwifi: do not complete firmware loading needlessly
    (git-fixes).
  - wifi: rtlwifi: rtl8821ae: phy: restore removed code to fix
    infinite loop (git-fixes).
  - wifi: brcmfmac: add missing header include for brcmf_dbg
    (git-fixes).
  - wifi: ath11k: cleanup struct ath11k_mon_data (git-fixes).
  - wifi: wcn36xx: fix channel survey memory allocation size
    (git-fixes).
  - wifi: ath11k: Fix unexpected return buffer manager error for
    WCN6750/WCN6855 (git-fixes).
  - selinux: Fix SCTP error inconsistency in selinux_socket_bind()
    (git-fixes).
  - commit 40f350b
  - ktest.pl: Fix typo "accesing" (git-fixes).
  - ktest.pl: Fix typo in comment (git-fixes).
  - ktest.pl: Remove unused declarations in run_bisect_test function
    (git-fixes).
  - ktest.pl: Check kernelrelease return in get_version (git-fixes).
  - landlock: Handle weird files (git-fixes).
  - samples/landlock: Fix possible NULL dereference in parse_path()
    (git-fixes).
  - selftests: timers: clocksource-switch: Adapt progress to
    kselftest framework (git-fixes).
  - selftest: media_tests: fix trivial UAF typo (git-fixes).
  - Input: davinci-keyscan - remove leftover header (git-fixes).
  - HID: core: Fix assumption that Resolution Multipliers must be
    in Logical Collections (git-fixes).
  - HID: fix generic desktop D-Pad controls (git-fixes).
  - HID: hid-thrustmaster: Fix warning in thrustmaster_probe by
    adding endpoint check (git-fixes).
  - HID: multitouch: fix support for Goodix PID 0x01e9 (git-fixes).
  - Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
    (stable-fixes).
  - ipmi: ssif_bmc: Fix new request loss when bmc ready for a
    response (git-fixes).
  - ipmi: ipmb: Add check devm_kasprintf() returned value
    (git-fixes).
  - pwm: stm32: Add check for clk_enable() (git-fixes).
  - pwm: stm32-lp: Add check for clk_enable() (git-fixes).
  - leds: netxbig: Fix an OF node reference leak in
    netxbig_leds_get_of_pdata() (git-fixes).
  - leds: lp8860: Write full EEPROM, not only half of it
    (git-fixes).
  - HID: hid-sensor-hub: don't use stale platform-data on remove
    (git-fixes).
  - regulator: of: Implement the unwind path of of_regulator_match()
    (git-fixes).
  - net/rose: prevent integer overflows in rose_setsockopt()
    (git-fixes).
  - drm/msm: don't clean up priv->kms prematurely (git-fixes).
  - selftests/powerpc: Fix argument order to timer_sub()
    (git-fixes).
  - selftests/alsa: Fix circular dependency involving global-timer
    (stable-fixes).
  - ktest.pl: Avoid false positives with grub2 skip regex
    (stable-fixes).
  - ktest: force $buildonly = 1 for 'make_warnings_file' test type
    (stable-fixes).
  - commit 3e5bf1b
  - drm/msm: Check return value of of_dma_configure() (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8550 (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8350 (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8250 (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SC8180X (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8150 (git-fixes).
  - drm/msm/dp: set safe_to_exit_level before printing it
    (git-fixes).
  - drm/amdgpu: tear down ttm range manager for doorbell in
    amdgpu_ttm_fini() (git-fixes).
  - drm/etnaviv: Fix page property being used for non writecombine
    buffers (git-fixes).
  - Revert "drm/i915/dpt: Make DPT object unshrinkable"
    (stable-fixes).
  - drm/amdgpu: simplify return statement in amdgpu_ras_eeprom_init
    (git-fixes).
  - drm/amdgpu/vcn: reset fw_shared under SRIOV (git-fixes).
  - drm/amdgpu: Fix potential NULL pointer dereference in
    atomctrl_get_smc_sclk_range_table (git-fixes).
  - drm/amd/pm: Fix an error handling path in
    vega10_enable_se_edc_force_stall_config() (git-fixes).
  - drm/bridge: it6505: Change definition of AUX_FIFO_MAX_SIZE
    (git-fixes).
  - drm/rockchip: vop2: Check linear format for Cluster windows
    on rk3566/8 (git-fixes).
  - drm/rcar-du: dsi: Fix PHY lock bit check (git-fixes).
  - drm/rockchip: vop2: Fix the mixer alpha setup for layer 0
    (git-fixes).
  - drm/rockchip: vop2: Fix cluster windows alpha ctrl regsiters
    offset (git-fixes).
  - commit 2f1e321
  - ACPI: fan: cleanup resources in the error path of .probe()
    (git-fixes).
  - cpupower: fix TSC MHz calculation (git-fixes).
  - Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc
    (git-fixes).
  - Align git commit ID abbreviation guidelines and checks
    (git-fixes).
  - drm/tidss: Clear the interrupt status for interrupts being
    disabled (git-fixes).
  - drm/tidss: Fix issue in irq handling causing irq-flood issue
    (git-fixes).
  - drm/v3d: Stop active perfmon if it is being destroyed
    (git-fixes).
  - drm/rockchip: cdn-dp: Use drm_connector_helper_hpd_irq_event()
    (git-fixes).
  - commit 737a47e
  - Input: bbnsm_pwrkey - add remove hook (git-fixes).
  - drm/i915/fb: Relax clear color alignment to 64 bytes
    (stable-fixes).
  - drm/amdgpu: always sync the GFX pipe on ctx switch
    (stable-fixes).
  - ACPI: resource: acpi_dev_irq_override(): Check DMI match last
    (stable-fixes).
  - mac802154: check local interfaces before deleting sdata list
    (stable-fixes).
  - selftests: tc-testing: reduce rshift value (stable-fixes).
  - kheaders: Ignore silly-rename files (stable-fixes).
  - commit cbbd806
  - Drop PCI patch that caused a regression
    Deleted:
    patches.suse/PCI-Use-preserve_config-in-place-of-pci_flags.patch
  - commit 30fb9e7
  - sched/fair: Fix value reported by hot tasks pulled in
    /proc/schedstat (bsc#1235865).
  - commit 9837653

++++ kernel-rt_debug:

  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c (CVE-2024-56728 bsc#1235656)
  - commit acc444a
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.c (CVE-2024-56727 bsc#1235583)
  - commit b6e61cf
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c (CVE-2024-56726 bsc#1235582)
  - commit ac2994c
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c (CVE-2024-56725 bsc#1235578)
  - commit 4f995f2
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c (CVE-2024-56707 bsc#1235545)
  - commit 67e8754
  - octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c (CVE-2024-56679 bsc#1235498)
  - commit becbeeb
  - drm/amd/display: Fix out-of-bounds access in 'dcn21_link_encoder_create' (CVE-2024-56608 bsc#1235487)
  - commit df4e9dd
  - dm thin: make get_first_thin use rcu-safe list first function (CVE-2025-21664 bsc#1236262)
  - commit 83d356e
  - selinux: ignore unknown extended permissions (CVE-2024-57931 bsc#1236192)
  - commit 4334198
  - net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute (CVE-2025-21653 bsc#1236161)
  - commit 9089d3b
  - ipvlan: Fix use-after-free in ipvlan_get_iflink() (CVE-2025-21652 bsc#1236160)
  - commit 8201e7e
  - net/sctp: Prevent autoclose integer overflow in sctp_association_init() (CVE-2024-57938 bsc#1236182)
  - commit 338cf1f
  - topology: Keep the cpumask unchanged when printing cpumap (CVE-2024-57917 bsc#1236127)
  - commit 1d17273
  - mm: vmscan: account for free pages to prevent infinite Loop in throttle_direct_reclaim() (CVE-2024-57884 bsc#1235948)
  - commit abc82c3
  - netrom: check buffer length before accessing it (CVE-2024-57802 bsc#1235941)
  - commit 606eed5
  - ionic: Fix netdev notifier unregister on failure (CVE-2024-56715 bsc#1235612)
  - commit 28b55e0
  - sched/fair: Fix value reported by hot tasks pulled in
    /proc/schedstat -kabi (bsc#1235865).
  - commit a0069bc
  - wifi: ath12k: fix tx power, max reg power update to firmware
    (git-fixes).
  - wifi: mt76: mt7996: fix ldpc setting (git-fixes).
  - wifi: mt76: mt7996: fix definition of tx descriptor (git-fixes).
  - wifi: mt76: mt7996: fix incorrect indexing of MIB FW event
    (git-fixes).
  - wifi: mt76: mt7996: fix HE Phy capability (git-fixes).
  - wifi: mt76: mt7996: fix the capability of reception of EHT MU
    PPDU (git-fixes).
  - wifi: mt76: mt7996: add max mpdu len capability (git-fixes).
  - wifi: mt76: mt7996: fix register mapping (git-fixes).
  - wifi: mt76: mt7915: fix register mapping (git-fixes).
  - wifi: mt76: mt7915: firmware restart on devices with a second
    pcie link (git-fixes).
  - wifi: mt76: mt7996: fix rx filter setting for bfee functionality
    (git-fixes).
  - wifi: mt76: mt7915: fix overflows seen when writing limit
    attributes (git-fixes).
  - wifi: mt76: mt7996: fix overflows seen when writing limit
    attributes (git-fixes).
  - wifi: mt76: mt7915: add module param to select 5 GHz or 6 GHz
    on MT7916 (git-fixes).
  - wifi: mt76: mt7921: fix using incorrect group cipher after
    disconnection (git-fixes).
  - wifi: mt76: mt76u_vendor_request: Do not print error messages
    when -EPROTO (git-fixes).
  - commit f15e8b4
  - tools: Sync if_xdp.h uapi tooling header (git-fixes).
  - selftests/landlock: Fix error message (git-fixes).
  - selftests: harness: fix printing of mismatch values in
    __EXPECT() (git-fixes).
  - spi: zynq-qspi: Add check for clk_enable() (git-fixes).
  - wifi: mt76: mt7915: Fix mesh scan on MT7916 DBDC (git-fixes).
  - wifi: mt76: mt7925: fix off by one in mt7925_load_clc()
    (git-fixes).
  - wifi: rtw89: mcc: consider time limits not divisible by 1024
    (git-fixes).
  - wifi: rtlwifi: rtl8821ae: Fix media status report (git-fixes).
  - wifi: cfg80211: adjust allocation of colocated AP data
    (git-fixes).
  - wifi: mac80211: don't flush non-uploaded STAs (git-fixes).
  - wifi: mac80211: Fix common size calculation for ML element
    (git-fixes).
  - wifi: mac80211: fix tid removal during mesh forwarding
    (git-fixes).
  - wifi: mac80211: prohibit deactivating all links (git-fixes).
  - wifi: iwlwifi: fw: read STEP table from correct UEFI var
    (git-fixes).
  - wifi: wlcore: fix unbalanced pm_runtime calls (git-fixes).
  - wifi: rtlwifi: pci: wait for firmware loading before releasing
    memory (git-fixes).
  - wifi: rtlwifi: fix memory leaks and invalid access at probe
    error path (git-fixes).
  - wifi: rtlwifi: destroy workqueue at rtl_deinit_core (git-fixes).
  - wifi: rtlwifi: remove unused check_buddy_priv (git-fixes).
  - wifi: rtlwifi: usb: fix workqueue leak when probe fails
    (git-fixes).
  - wifi: rtlwifi: fix init_sw_vars leak when probe fails
    (git-fixes).
  - wifi: rtlwifi: wait for firmware loading before releasing memory
    (git-fixes).
  - wifi: rtlwifi: rtl8192se: rise completion of firmware loading
    as last step (git-fixes).
  - wifi: rtlwifi: do not complete firmware loading needlessly
    (git-fixes).
  - wifi: rtlwifi: rtl8821ae: phy: restore removed code to fix
    infinite loop (git-fixes).
  - wifi: brcmfmac: add missing header include for brcmf_dbg
    (git-fixes).
  - wifi: ath11k: cleanup struct ath11k_mon_data (git-fixes).
  - wifi: wcn36xx: fix channel survey memory allocation size
    (git-fixes).
  - wifi: ath11k: Fix unexpected return buffer manager error for
    WCN6750/WCN6855 (git-fixes).
  - selinux: Fix SCTP error inconsistency in selinux_socket_bind()
    (git-fixes).
  - commit 40f350b
  - ktest.pl: Fix typo "accesing" (git-fixes).
  - ktest.pl: Fix typo in comment (git-fixes).
  - ktest.pl: Remove unused declarations in run_bisect_test function
    (git-fixes).
  - ktest.pl: Check kernelrelease return in get_version (git-fixes).
  - landlock: Handle weird files (git-fixes).
  - samples/landlock: Fix possible NULL dereference in parse_path()
    (git-fixes).
  - selftests: timers: clocksource-switch: Adapt progress to
    kselftest framework (git-fixes).
  - selftest: media_tests: fix trivial UAF typo (git-fixes).
  - Input: davinci-keyscan - remove leftover header (git-fixes).
  - HID: core: Fix assumption that Resolution Multipliers must be
    in Logical Collections (git-fixes).
  - HID: fix generic desktop D-Pad controls (git-fixes).
  - HID: hid-thrustmaster: Fix warning in thrustmaster_probe by
    adding endpoint check (git-fixes).
  - HID: multitouch: fix support for Goodix PID 0x01e9 (git-fixes).
  - Revert "HID: multitouch: Add support for lenovo Y9000P Touchpad"
    (stable-fixes).
  - ipmi: ssif_bmc: Fix new request loss when bmc ready for a
    response (git-fixes).
  - ipmi: ipmb: Add check devm_kasprintf() returned value
    (git-fixes).
  - pwm: stm32: Add check for clk_enable() (git-fixes).
  - pwm: stm32-lp: Add check for clk_enable() (git-fixes).
  - leds: netxbig: Fix an OF node reference leak in
    netxbig_leds_get_of_pdata() (git-fixes).
  - leds: lp8860: Write full EEPROM, not only half of it
    (git-fixes).
  - HID: hid-sensor-hub: don't use stale platform-data on remove
    (git-fixes).
  - regulator: of: Implement the unwind path of of_regulator_match()
    (git-fixes).
  - net/rose: prevent integer overflows in rose_setsockopt()
    (git-fixes).
  - drm/msm: don't clean up priv->kms prematurely (git-fixes).
  - selftests/powerpc: Fix argument order to timer_sub()
    (git-fixes).
  - selftests/alsa: Fix circular dependency involving global-timer
    (stable-fixes).
  - ktest.pl: Avoid false positives with grub2 skip regex
    (stable-fixes).
  - ktest: force $buildonly = 1 for 'make_warnings_file' test type
    (stable-fixes).
  - commit 3e5bf1b
  - drm/msm: Check return value of of_dma_configure() (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8550 (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8350 (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8250 (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SC8180X (git-fixes).
  - drm/msm/dpu: link DSPP_2/_3 blocks on SM8150 (git-fixes).
  - drm/msm/dp: set safe_to_exit_level before printing it
    (git-fixes).
  - drm/amdgpu: tear down ttm range manager for doorbell in
    amdgpu_ttm_fini() (git-fixes).
  - drm/etnaviv: Fix page property being used for non writecombine
    buffers (git-fixes).
  - Revert "drm/i915/dpt: Make DPT object unshrinkable"
    (stable-fixes).
  - drm/amdgpu: simplify return statement in amdgpu_ras_eeprom_init
    (git-fixes).
  - drm/amdgpu/vcn: reset fw_shared under SRIOV (git-fixes).
  - drm/amdgpu: Fix potential NULL pointer dereference in
    atomctrl_get_smc_sclk_range_table (git-fixes).
  - drm/amd/pm: Fix an error handling path in
    vega10_enable_se_edc_force_stall_config() (git-fixes).
  - drm/bridge: it6505: Change definition of AUX_FIFO_MAX_SIZE
    (git-fixes).
  - drm/rockchip: vop2: Check linear format for Cluster windows
    on rk3566/8 (git-fixes).
  - drm/rcar-du: dsi: Fix PHY lock bit check (git-fixes).
  - drm/rockchip: vop2: Fix the mixer alpha setup for layer 0
    (git-fixes).
  - drm/rockchip: vop2: Fix cluster windows alpha ctrl regsiters
    offset (git-fixes).
  - commit 2f1e321
  - ACPI: fan: cleanup resources in the error path of .probe()
    (git-fixes).
  - cpupower: fix TSC MHz calculation (git-fixes).
  - Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc
    (git-fixes).
  - Align git commit ID abbreviation guidelines and checks
    (git-fixes).
  - drm/tidss: Clear the interrupt status for interrupts being
    disabled (git-fixes).
  - drm/tidss: Fix issue in irq handling causing irq-flood issue
    (git-fixes).
  - drm/v3d: Stop active perfmon if it is being destroyed
    (git-fixes).
  - drm/rockchip: cdn-dp: Use drm_connector_helper_hpd_irq_event()
    (git-fixes).
  - commit 737a47e
  - Input: bbnsm_pwrkey - add remove hook (git-fixes).
  - drm/i915/fb: Relax clear color alignment to 64 bytes
    (stable-fixes).
  - drm/amdgpu: always sync the GFX pipe on ctx switch
    (stable-fixes).
  - ACPI: resource: acpi_dev_irq_override(): Check DMI match last
    (stable-fixes).
  - mac802154: check local interfaces before deleting sdata list
    (stable-fixes).
  - selftests: tc-testing: reduce rshift value (stable-fixes).
  - kheaders: Ignore silly-rename files (stable-fixes).
  - commit cbbd806
  - Drop PCI patch that caused a regression
    Deleted:
    patches.suse/PCI-Use-preserve_config-in-place-of-pci_flags.patch
  - commit 30fb9e7
  - sched/fair: Fix value reported by hot tasks pulled in
    /proc/schedstat (bsc#1235865).
  - commit 9837653

++++ multipath-tools:

  - Update to version 0.10.2+117+suse.33411aa:
    * multipathd: trigger uevents for blacklisted paths in reconfigure
    (bsc#1236321)
    * Make sure maps are reloaded in the path checker loop after detecting an
    inconsistent or wrong kernel state (bsc#1236392)
    * Make sure udev and systemd notice changes in multipath path state
    when devices are added to or removed from multipath maps (bsc#1236321)
    * Fix the problem that `group_by_tpg` might be disabled if one or more
    paths were offline during initial configuration (bsc#1236392)
    * Fix multipathd crash because of invalid path group index value, for example
    if an invalid path device was removed from a map.
    (gh#opensvc/multipath-tools#105, bsc#1236392)
    * Fixed a memory leak in the nvme foreign library.
    * Fixed a problem in the marginal path detection algorithm that could cause
    the io error check for a recently failed path to be delayed.
    (bsc#1236390)
    * Reduce log level of harmless "map ... doesn't exist" message
    (bsc#1236390)

------------------------------------------------------------------
------------------  2025-1-23  -  Jan 23 2025  -------------------
------------------------------------------------------------------

++++ NetworkManager:

  - Add config-server subpackage (bsc#1224868).

++++ ca-certificates-mozilla:

  - Define two macros to break a build cycle with p11-kit.

++++ glibc:

  - assert-message-allocation.patch: Fix underallocation of abort_msg_s
    struct (CVE-2025-0395, bsc#1236282, BZ #32582))

++++ kernel-default:

  - Update
    patches.suse/ALSA-seq-oss-Fix-races-at-processing-SysEx-messages.patch
    (stable-fixes CVE-2024-57893 bsc#1235920).
  - Update
    patches.suse/RDMA-bnxt_re-Fix-max-SGEs-for-the-Work-Request.patch
    (git-fixes CVE-2024-57936 bsc#1236181).
  - Update
    patches.suse/RDMA-hns-Fix-accessing-invalid-dip_ctx-during-destro.patch
    (git-fixes CVE-2024-57935 bsc#1236180).
  - Update
    patches.suse/RDMA-rtrs-Ensure-ib_sge-list-is-accessible.patch
    (git-fixes CVE-2024-36476 bsc#1235902).
  - Update
    patches.suse/RDMA-uverbs-Prevent-integer-overflow-issue.patch
    (git-fixes CVE-2024-57890 bsc#1235919).
  - Update patches.suse/afs-Fix-the-maximum-cell-name-length.patch
    (git-fixes CVE-2025-21646 bsc#1236168).
  - Update
    patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_TAGGED_ADDR_CTRL.patch
    (git-fixes CVE-2024-57874 bsc#1235808).
  - Update
    patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cppc_ge.patch
    (git-fixes CVE-2024-53230 bsc#1235976).
  - Update
    patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cpufreq.patch
    (git-fixes CVE-2024-53231 bsc#1235977).
  - Update
    patches.suse/drm-adv7511-Fix-use-after-free-in-adv7533_attach_dsi.patch
    (git-fixes CVE-2024-57887 bsc#1235952).
  - Update
    patches.suse/drm-amd-display-Add-check-for-granularity-in-dml-cei.patch
    (stable-fixes CVE-2024-57922 bsc#1236080).
  - Update
    patches.suse/drm-amdkfd-Correct-the-migration-DMA-map-direction.patch
    (stable-fixes CVE-2024-57897 bsc#1235969).
  - Update
    patches.suse/drm-dp_mst-Ensure-mst_primary-pointer-is-valid-in-dr.patch
    (stable-fixes CVE-2024-57798 bsc#1235818).
  - Update
    patches.suse/drm-dp_mst-Fix-resetting-msg-rx-state-after-topology.patch
    (git-fixes CVE-2024-57876 bsc#1235806).
  - Update
    patches.suse/drm-mediatek-Set-private-all_drm_private-i-drm-to-NU.patch
    (git-fixes CVE-2024-57926 bsc#1236082).
  - Update
    patches.suse/exfat-fix-the-infinite-loop-in-exfat_readdir.patch
    (git-fixes CVE-2024-57940 bsc#1236227).
  - Update
    patches.suse/hwmon-drivetemp-Fix-driver-producing-garbage-data-wh.patch
    (git-fixes CVE-2025-21656 bsc#1236248).
  - Update
    patches.suse/iio-adc-at91-call-input_free_device-on-allocated-iio.patch
    (git-fixes CVE-2024-57904 bsc#1236078).
  - Update
    patches.suse/iio-adc-rockchip_saradc-fix-information-leak-in-trig.patch
    (git-fixes CVE-2024-57907 bsc#1236090).
  - Update
    patches.suse/iio-adc-ti-ads8688-fix-information-leak-in-triggered.patch
    (git-fixes CVE-2024-57906 bsc#1236088).
  - Update
    patches.suse/iio-dummy-iio_simply_dummy_buffer-fix-information-le.patch
    (git-fixes CVE-2024-57911 bsc#1236098).
  - Update
    patches.suse/iio-imu-kmx61-fix-information-leak-in-triggered-buff.patch
    (git-fixes CVE-2024-57908 bsc#1236091).
  - Update
    patches.suse/iio-light-vcnl4035-fix-information-leak-in-triggered.patch
    (git-fixes CVE-2024-57910 bsc#1236097).
  - Update
    patches.suse/iio-pressure-zpa2326-fix-information-leak-in-trigger.patch
    (git-fixes CVE-2024-57912 bsc#1236101).
  - Update
    patches.suse/jffs2-Prevent-rtime-decompress-memory-corruption.patch
    (git-fixes CVE-2024-57850 bsc#1235812).
  - Update
    patches.suse/misc-microchip-pci1xxxx-Resolve-kernel-panic-during-.patch
    (git-fixes CVE-2024-57916 bsc#1236125).
  - Update
    patches.suse/net-wwan-t7xx-Fix-FSM-command-timeout-issue.patch
    (git-fixes CVE-2024-39282 bsc#1235903).
  - Update
    patches.suse/netfilter-nf_tables-adapt-set-backend-to-use-G.patch
    (bsc#1012628 CVE-2023-52923 bsc#1236104).
  - Update patches.suse/nilfs2-prevent-use-of-deleted-inode.patch
    (git-fixes CVE-2024-53690 bsc#1235842).
  - Update
    patches.suse/platform-x86-amd-pmc-Only-disable-IRQ1-wakeup-where-.patch
    (git-fixes CVE-2025-21645 bsc#1236131).
  - Update
    patches.suse/powerpc-pseries-vas-Add-close-callback-in-vas_vm_ops.patch
    (bsc#1234825 CVE-2024-56765 bsc#1235643).
  - Update
    patches.suse/s390-cpum_sf-Handle-CPU-hotplug-remove-during-sampling.patch
    (git-fixes CVE-2024-57849 bsc#1235814).
  - Update
    patches.suse/usb-gadget-f_fs-Remove-WARN_ON-in-functionfs_bind.patch
    (git-fixes CVE-2024-57913 bsc#1236102).
  - Update
    patches.suse/usb-gadget-u_serial-Disable-ep-before-setting-port-t.patch
    (git-fixes CVE-2024-57915 bsc#1236120).
  - Update
    patches.suse/wifi-mac80211-fix-mbss-changed-flags-corruption-on-3.patch
    (stable-fixes CVE-2024-57899 bsc#1235924).
  - Update
    patches.suse/workqueue-Do-not-warn-when-cancelling-WQ_MEM_RECLAIM-work-from-WQ_MEM_RECLAIM-worker.patch
    (bsc#1235416 CVE-2024-57888 bsc#1235918).
  - commit 56e243f
  - net: inet: do not leave a dangling sk pointer in inet_create()
    (CVE-2024-56601 bsc#1235230).
  - commit 959586f
  - usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control() (bsc#1235001)
  - commit 8b4d1ad
  - usb: typec: fix potential array underflow in ucsi_ccg_sync_control() (CVE-2024-53203 bsc#1235001)
  - commit 601cb11
  - net: add more sanity checks to qdisc_pkt_len_init()
    (CVE-2024-49948 bsc#1232161).
  - commit 940829f
  - bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog (CVE-2024-56665 bsc#1235489)
  - commit b2f97f8
  - gso: fix udp gso fraglist segmentation after pull from frag_list
    (CVE-2024-49978 bsc#1232101).
  - commit 8453570
  - powerpc/powernv/pci: Remove last IODA1 defines (bsc#1220711
    ltc#205755).
  - powerpc/powernv/pci: Remove MVE code (bsc#1220711 ltc#205755).
  - powerpc/powernv/pci: Remove ioda1 support (bsc#1220711
    ltc#205755).
  - commit 5733e6d
  - powerpc/iommu: Move pSeries specific functions to
    pseries/iommu.c (bsc#1220711 ltc#205755).
  - powerpc/iommu: Only build sPAPR access functions on pSeries
    (bsc#1220711 ltc#205755).
  - commit 1165a9d
  - ceph: improve error handling and short/overflow-read logic in
    __ceph_sync_read() (bsc#1228592).
  - commit b40380c
  - doc/README.SUSE: Point to the updated version of LKMPG
  - commit 624b259
  - Input: bbnsm_pwrkey - fix missed key press after suspend
    (git-fixes).
  - commit 51a70b3
  - x86/fpu: Ensure shadow stack is active before "getting"
    registers (CVE-2025-21632 bsc#1236106).
  - commit 6ea3a8f
  - net: restrict SO_REUSEPORT to inet sockets (bsc#1235967 CVE-2024-57903)
  - commit 0b70e79
  - net: hns3: fix kernel crash when 1588 is sent on HIP08 devices (bsc#1236143 CVE-2025-21649)
  - commit ab51b8f
  - net/mlx5: Fix variable not being completed when function returns (bsc#1236198 CVE-2025-21662)
  - commit 766ce3e
  - net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of
    bounds issue (CVE-2025-21650 bsc#1236144).
  - net: hns3: Support tlv in regs data for HNS3 VF driver
    (CVE-2025-21650 bsc#1236144).
  - commit d07cfee

++++ kernel-rt:

  - Update
    patches.suse/ALSA-seq-oss-Fix-races-at-processing-SysEx-messages.patch
    (stable-fixes CVE-2024-57893 bsc#1235920).
  - Update
    patches.suse/RDMA-bnxt_re-Fix-max-SGEs-for-the-Work-Request.patch
    (git-fixes CVE-2024-57936 bsc#1236181).
  - Update
    patches.suse/RDMA-hns-Fix-accessing-invalid-dip_ctx-during-destro.patch
    (git-fixes CVE-2024-57935 bsc#1236180).
  - Update
    patches.suse/RDMA-rtrs-Ensure-ib_sge-list-is-accessible.patch
    (git-fixes CVE-2024-36476 bsc#1235902).
  - Update
    patches.suse/RDMA-uverbs-Prevent-integer-overflow-issue.patch
    (git-fixes CVE-2024-57890 bsc#1235919).
  - Update patches.suse/afs-Fix-the-maximum-cell-name-length.patch
    (git-fixes CVE-2025-21646 bsc#1236168).
  - Update
    patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_TAGGED_ADDR_CTRL.patch
    (git-fixes CVE-2024-57874 bsc#1235808).
  - Update
    patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cppc_ge.patch
    (git-fixes CVE-2024-53230 bsc#1235976).
  - Update
    patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cpufreq.patch
    (git-fixes CVE-2024-53231 bsc#1235977).
  - Update
    patches.suse/drm-adv7511-Fix-use-after-free-in-adv7533_attach_dsi.patch
    (git-fixes CVE-2024-57887 bsc#1235952).
  - Update
    patches.suse/drm-amd-display-Add-check-for-granularity-in-dml-cei.patch
    (stable-fixes CVE-2024-57922 bsc#1236080).
  - Update
    patches.suse/drm-amdkfd-Correct-the-migration-DMA-map-direction.patch
    (stable-fixes CVE-2024-57897 bsc#1235969).
  - Update
    patches.suse/drm-dp_mst-Ensure-mst_primary-pointer-is-valid-in-dr.patch
    (stable-fixes CVE-2024-57798 bsc#1235818).
  - Update
    patches.suse/drm-dp_mst-Fix-resetting-msg-rx-state-after-topology.patch
    (git-fixes CVE-2024-57876 bsc#1235806).
  - Update
    patches.suse/drm-mediatek-Set-private-all_drm_private-i-drm-to-NU.patch
    (git-fixes CVE-2024-57926 bsc#1236082).
  - Update
    patches.suse/exfat-fix-the-infinite-loop-in-exfat_readdir.patch
    (git-fixes CVE-2024-57940 bsc#1236227).
  - Update
    patches.suse/hwmon-drivetemp-Fix-driver-producing-garbage-data-wh.patch
    (git-fixes CVE-2025-21656 bsc#1236248).
  - Update
    patches.suse/iio-adc-at91-call-input_free_device-on-allocated-iio.patch
    (git-fixes CVE-2024-57904 bsc#1236078).
  - Update
    patches.suse/iio-adc-rockchip_saradc-fix-information-leak-in-trig.patch
    (git-fixes CVE-2024-57907 bsc#1236090).
  - Update
    patches.suse/iio-adc-ti-ads8688-fix-information-leak-in-triggered.patch
    (git-fixes CVE-2024-57906 bsc#1236088).
  - Update
    patches.suse/iio-dummy-iio_simply_dummy_buffer-fix-information-le.patch
    (git-fixes CVE-2024-57911 bsc#1236098).
  - Update
    patches.suse/iio-imu-kmx61-fix-information-leak-in-triggered-buff.patch
    (git-fixes CVE-2024-57908 bsc#1236091).
  - Update
    patches.suse/iio-light-vcnl4035-fix-information-leak-in-triggered.patch
    (git-fixes CVE-2024-57910 bsc#1236097).
  - Update
    patches.suse/iio-pressure-zpa2326-fix-information-leak-in-trigger.patch
    (git-fixes CVE-2024-57912 bsc#1236101).
  - Update
    patches.suse/jffs2-Prevent-rtime-decompress-memory-corruption.patch
    (git-fixes CVE-2024-57850 bsc#1235812).
  - Update
    patches.suse/misc-microchip-pci1xxxx-Resolve-kernel-panic-during-.patch
    (git-fixes CVE-2024-57916 bsc#1236125).
  - Update
    patches.suse/net-wwan-t7xx-Fix-FSM-command-timeout-issue.patch
    (git-fixes CVE-2024-39282 bsc#1235903).
  - Update
    patches.suse/netfilter-nf_tables-adapt-set-backend-to-use-G.patch
    (bsc#1012628 CVE-2023-52923 bsc#1236104).
  - Update patches.suse/nilfs2-prevent-use-of-deleted-inode.patch
    (git-fixes CVE-2024-53690 bsc#1235842).
  - Update
    patches.suse/platform-x86-amd-pmc-Only-disable-IRQ1-wakeup-where-.patch
    (git-fixes CVE-2025-21645 bsc#1236131).
  - Update
    patches.suse/powerpc-pseries-vas-Add-close-callback-in-vas_vm_ops.patch
    (bsc#1234825 CVE-2024-56765 bsc#1235643).
  - Update
    patches.suse/s390-cpum_sf-Handle-CPU-hotplug-remove-during-sampling.patch
    (git-fixes CVE-2024-57849 bsc#1235814).
  - Update
    patches.suse/usb-gadget-f_fs-Remove-WARN_ON-in-functionfs_bind.patch
    (git-fixes CVE-2024-57913 bsc#1236102).
  - Update
    patches.suse/usb-gadget-u_serial-Disable-ep-before-setting-port-t.patch
    (git-fixes CVE-2024-57915 bsc#1236120).
  - Update
    patches.suse/wifi-mac80211-fix-mbss-changed-flags-corruption-on-3.patch
    (stable-fixes CVE-2024-57899 bsc#1235924).
  - Update
    patches.suse/workqueue-Do-not-warn-when-cancelling-WQ_MEM_RECLAIM-work-from-WQ_MEM_RECLAIM-worker.patch
    (bsc#1235416 CVE-2024-57888 bsc#1235918).
  - commit 56e243f
  - net: inet: do not leave a dangling sk pointer in inet_create()
    (CVE-2024-56601 bsc#1235230).
  - commit 959586f
  - usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control() (bsc#1235001)
  - commit 8b4d1ad
  - usb: typec: fix potential array underflow in ucsi_ccg_sync_control() (CVE-2024-53203 bsc#1235001)
  - commit 601cb11
  - net: add more sanity checks to qdisc_pkt_len_init()
    (CVE-2024-49948 bsc#1232161).
  - commit 940829f
  - bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog (CVE-2024-56665 bsc#1235489)
  - commit b2f97f8
  - gso: fix udp gso fraglist segmentation after pull from frag_list
    (CVE-2024-49978 bsc#1232101).
  - commit 8453570
  - powerpc/powernv/pci: Remove last IODA1 defines (bsc#1220711
    ltc#205755).
  - powerpc/powernv/pci: Remove MVE code (bsc#1220711 ltc#205755).
  - powerpc/powernv/pci: Remove ioda1 support (bsc#1220711
    ltc#205755).
  - commit 5733e6d
  - powerpc/iommu: Move pSeries specific functions to
    pseries/iommu.c (bsc#1220711 ltc#205755).
  - powerpc/iommu: Only build sPAPR access functions on pSeries
    (bsc#1220711 ltc#205755).
  - commit 1165a9d
  - ceph: improve error handling and short/overflow-read logic in
    __ceph_sync_read() (bsc#1228592).
  - commit b40380c
  - doc/README.SUSE: Point to the updated version of LKMPG
  - commit 624b259
  - Input: bbnsm_pwrkey - fix missed key press after suspend
    (git-fixes).
  - commit 51a70b3
  - x86/fpu: Ensure shadow stack is active before "getting"
    registers (CVE-2025-21632 bsc#1236106).
  - commit 6ea3a8f
  - net: restrict SO_REUSEPORT to inet sockets (bsc#1235967 CVE-2024-57903)
  - commit 0b70e79
  - net: hns3: fix kernel crash when 1588 is sent on HIP08 devices (bsc#1236143 CVE-2025-21649)
  - commit ab51b8f
  - net/mlx5: Fix variable not being completed when function returns (bsc#1236198 CVE-2025-21662)
  - commit 766ce3e
  - net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of
    bounds issue (CVE-2025-21650 bsc#1236144).
  - net: hns3: Support tlv in regs data for HNS3 VF driver
    (CVE-2025-21650 bsc#1236144).
  - commit d07cfee

++++ kernel-rt_debug:

  - Update
    patches.suse/ALSA-seq-oss-Fix-races-at-processing-SysEx-messages.patch
    (stable-fixes CVE-2024-57893 bsc#1235920).
  - Update
    patches.suse/RDMA-bnxt_re-Fix-max-SGEs-for-the-Work-Request.patch
    (git-fixes CVE-2024-57936 bsc#1236181).
  - Update
    patches.suse/RDMA-hns-Fix-accessing-invalid-dip_ctx-during-destro.patch
    (git-fixes CVE-2024-57935 bsc#1236180).
  - Update
    patches.suse/RDMA-rtrs-Ensure-ib_sge-list-is-accessible.patch
    (git-fixes CVE-2024-36476 bsc#1235902).
  - Update
    patches.suse/RDMA-uverbs-Prevent-integer-overflow-issue.patch
    (git-fixes CVE-2024-57890 bsc#1235919).
  - Update patches.suse/afs-Fix-the-maximum-cell-name-length.patch
    (git-fixes CVE-2025-21646 bsc#1236168).
  - Update
    patches.suse/arm64-ptrace-fix-partial-SETREGSET-for-NT_ARM_TAGGED_ADDR_CTRL.patch
    (git-fixes CVE-2024-57874 bsc#1235808).
  - Update
    patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cppc_ge.patch
    (git-fixes CVE-2024-53230 bsc#1235976).
  - Update
    patches.suse/cpufreq-CPPC-Fix-possible-null-ptr-deref-for-cpufreq.patch
    (git-fixes CVE-2024-53231 bsc#1235977).
  - Update
    patches.suse/drm-adv7511-Fix-use-after-free-in-adv7533_attach_dsi.patch
    (git-fixes CVE-2024-57887 bsc#1235952).
  - Update
    patches.suse/drm-amd-display-Add-check-for-granularity-in-dml-cei.patch
    (stable-fixes CVE-2024-57922 bsc#1236080).
  - Update
    patches.suse/drm-amdkfd-Correct-the-migration-DMA-map-direction.patch
    (stable-fixes CVE-2024-57897 bsc#1235969).
  - Update
    patches.suse/drm-dp_mst-Ensure-mst_primary-pointer-is-valid-in-dr.patch
    (stable-fixes CVE-2024-57798 bsc#1235818).
  - Update
    patches.suse/drm-dp_mst-Fix-resetting-msg-rx-state-after-topology.patch
    (git-fixes CVE-2024-57876 bsc#1235806).
  - Update
    patches.suse/drm-mediatek-Set-private-all_drm_private-i-drm-to-NU.patch
    (git-fixes CVE-2024-57926 bsc#1236082).
  - Update
    patches.suse/exfat-fix-the-infinite-loop-in-exfat_readdir.patch
    (git-fixes CVE-2024-57940 bsc#1236227).
  - Update
    patches.suse/hwmon-drivetemp-Fix-driver-producing-garbage-data-wh.patch
    (git-fixes CVE-2025-21656 bsc#1236248).
  - Update
    patches.suse/iio-adc-at91-call-input_free_device-on-allocated-iio.patch
    (git-fixes CVE-2024-57904 bsc#1236078).
  - Update
    patches.suse/iio-adc-rockchip_saradc-fix-information-leak-in-trig.patch
    (git-fixes CVE-2024-57907 bsc#1236090).
  - Update
    patches.suse/iio-adc-ti-ads8688-fix-information-leak-in-triggered.patch
    (git-fixes CVE-2024-57906 bsc#1236088).
  - Update
    patches.suse/iio-dummy-iio_simply_dummy_buffer-fix-information-le.patch
    (git-fixes CVE-2024-57911 bsc#1236098).
  - Update
    patches.suse/iio-imu-kmx61-fix-information-leak-in-triggered-buff.patch
    (git-fixes CVE-2024-57908 bsc#1236091).
  - Update
    patches.suse/iio-light-vcnl4035-fix-information-leak-in-triggered.patch
    (git-fixes CVE-2024-57910 bsc#1236097).
  - Update
    patches.suse/iio-pressure-zpa2326-fix-information-leak-in-trigger.patch
    (git-fixes CVE-2024-57912 bsc#1236101).
  - Update
    patches.suse/jffs2-Prevent-rtime-decompress-memory-corruption.patch
    (git-fixes CVE-2024-57850 bsc#1235812).
  - Update
    patches.suse/misc-microchip-pci1xxxx-Resolve-kernel-panic-during-.patch
    (git-fixes CVE-2024-57916 bsc#1236125).
  - Update
    patches.suse/net-wwan-t7xx-Fix-FSM-command-timeout-issue.patch
    (git-fixes CVE-2024-39282 bsc#1235903).
  - Update
    patches.suse/netfilter-nf_tables-adapt-set-backend-to-use-G.patch
    (bsc#1012628 CVE-2023-52923 bsc#1236104).
  - Update patches.suse/nilfs2-prevent-use-of-deleted-inode.patch
    (git-fixes CVE-2024-53690 bsc#1235842).
  - Update
    patches.suse/platform-x86-amd-pmc-Only-disable-IRQ1-wakeup-where-.patch
    (git-fixes CVE-2025-21645 bsc#1236131).
  - Update
    patches.suse/powerpc-pseries-vas-Add-close-callback-in-vas_vm_ops.patch
    (bsc#1234825 CVE-2024-56765 bsc#1235643).
  - Update
    patches.suse/s390-cpum_sf-Handle-CPU-hotplug-remove-during-sampling.patch
    (git-fixes CVE-2024-57849 bsc#1235814).
  - Update
    patches.suse/usb-gadget-f_fs-Remove-WARN_ON-in-functionfs_bind.patch
    (git-fixes CVE-2024-57913 bsc#1236102).
  - Update
    patches.suse/usb-gadget-u_serial-Disable-ep-before-setting-port-t.patch
    (git-fixes CVE-2024-57915 bsc#1236120).
  - Update
    patches.suse/wifi-mac80211-fix-mbss-changed-flags-corruption-on-3.patch
    (stable-fixes CVE-2024-57899 bsc#1235924).
  - Update
    patches.suse/workqueue-Do-not-warn-when-cancelling-WQ_MEM_RECLAIM-work-from-WQ_MEM_RECLAIM-worker.patch
    (bsc#1235416 CVE-2024-57888 bsc#1235918).
  - commit 56e243f
  - net: inet: do not leave a dangling sk pointer in inet_create()
    (CVE-2024-56601 bsc#1235230).
  - commit 959586f
  - usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control() (bsc#1235001)
  - commit 8b4d1ad
  - usb: typec: fix potential array underflow in ucsi_ccg_sync_control() (CVE-2024-53203 bsc#1235001)
  - commit 601cb11
  - net: add more sanity checks to qdisc_pkt_len_init()
    (CVE-2024-49948 bsc#1232161).
  - commit 940829f
  - bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_prog (CVE-2024-56665 bsc#1235489)
  - commit b2f97f8
  - gso: fix udp gso fraglist segmentation after pull from frag_list
    (CVE-2024-49978 bsc#1232101).
  - commit 8453570
  - powerpc/powernv/pci: Remove last IODA1 defines (bsc#1220711
    ltc#205755).
  - powerpc/powernv/pci: Remove MVE code (bsc#1220711 ltc#205755).
  - powerpc/powernv/pci: Remove ioda1 support (bsc#1220711
    ltc#205755).
  - commit 5733e6d
  - powerpc/iommu: Move pSeries specific functions to
    pseries/iommu.c (bsc#1220711 ltc#205755).
  - powerpc/iommu: Only build sPAPR access functions on pSeries
    (bsc#1220711 ltc#205755).
  - commit 1165a9d
  - ceph: improve error handling and short/overflow-read logic in
    __ceph_sync_read() (bsc#1228592).
  - commit b40380c
  - doc/README.SUSE: Point to the updated version of LKMPG
  - commit 624b259
  - Input: bbnsm_pwrkey - fix missed key press after suspend
    (git-fixes).
  - commit 51a70b3
  - x86/fpu: Ensure shadow stack is active before "getting"
    registers (CVE-2025-21632 bsc#1236106).
  - commit 6ea3a8f
  - net: restrict SO_REUSEPORT to inet sockets (bsc#1235967 CVE-2024-57903)
  - commit 0b70e79
  - net: hns3: fix kernel crash when 1588 is sent on HIP08 devices (bsc#1236143 CVE-2025-21649)
  - commit ab51b8f
  - net/mlx5: Fix variable not being completed when function returns (bsc#1236198 CVE-2025-21662)
  - commit 766ce3e
  - net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of
    bounds issue (CVE-2025-21650 bsc#1236144).
  - net: hns3: Support tlv in regs data for HNS3 VF driver
    (CVE-2025-21650 bsc#1236144).
  - commit d07cfee

++++ openssl-3:

  - Security fix: [bsc#1236136, CVE-2024-13176]
    * Fix timing side-channel in ECDSA signature computation
    * Add openssl-CVE-2024-13176.patch

++++ rsync:

  - Bump protocol version to 32 - make it easier to show server is patched.
    * Add rsync-protocol-version-32.patch

++++ strace:

  - Update to strace 6.13
    * Implemented decoding of getxattrat, setxattrat, listxattrat,
    and removexattrat syscalls.
    * Updated decoding of struct io_uring_clone_buffers, struct io_uring_napi,
    and struct perf_event_attr.
    * Updated decoding of crypto_user_alg netlink attributes of NETLINK_CRYPTO.
    * Implemented decoding of IFLA_MCTP_PHYS_BINDING netlink attribute.
    * Updated lists of AT_*, BPF_*, FAN_*, IORING_*, MADV_*, NT_*, and SCM_*
    constants.
    * Updated lists of ioctl commands from Linux 6.13.

------------------------------------------------------------------
------------------  2025-1-22  -  Jan 22 2025  -------------------
------------------------------------------------------------------

++++ chrony:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ dnsmasq:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ python-kiwi:

  - Fix documentation regarding URI styles
    In reference to commit 760a65558f9e2e91d3eaa3a2f9503ff596984b48
    the support for iso:// URI types was dropped some time ago.
    However, the documentation was not properly updated. This
    commit fixes it

++++ kernel-default:

  - tracing: Prevent bad count for tracing_cpumask_write (CVE-2024-56763 bsc#1235638)
  - commit b7a1a0d
  - dccp: Fix memory leak in dccp_feat_change_recv (CVE-2024-56643 bsc#1235132)
  - commit 13d2c8a
  - iommu/arm-smmu: Defer probe of clients after smmu device bound (CVE-2024-56568 bsc#1235032)
  - commit cd5e85b
  - EDAC/igen6: Avoid segmentation fault on module unload (CVE-2024-56708 bsc#1235564)
  - commit cbccd47
  - net/smc: initialize close_work early to avoid warning (CVE-2024-56641 bsc#1235526)
  - commit 075f0f7
  - EDAC/{i10nm,skx,skx_common}: Support UV systems (bsc#1234693).
  - commit 6767706
  - net: hns3: don't auto enable misc vector (CVE-2025-21651
    bsc#1236145).
  - gve: guard XSK operations on the existence of queues
    (CVE-2024-57933 bsc#1236178).
  - gve: guard XDP xmit NDO on existence of xdp queues
    (CVE-2024-57932 bsc#1236190).
  - commit 4cf5801
  - mm: memory-failure: remove unneeded PageHuge() check
    (git-fixes).
  - commit 7ff9700
  - powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW
    (bsc#1218470 ltc#204531).
  - commit 7a7f1e1
  - mm/memory-failure: use raw_spinlock_t in struct
    memory_failure_cpu (git-fixes).
  - commit 25daa9d
  - mm/memory-failure: fix crash in split_huge_page_to_list from
    soft_offline_page (git-fixes).
  - commit 044809f
  - memory-failure: use a folio in me_huge_page() (git-fixes).
  - commit a51c830
  - mm/memory-failure: cast index to loff_t before shifting it
    (git-fixes).
  - commit 4552d04
  - mm/memory-failure: check the mapcount of the precise page
    (git-fixes).
  - commit 08d463b
  - mm/memory-failure: pass the folio and the page to
    collect_procs() (git-fixes).
  - commit e29780e
  - mm: convert DAX lock/unlock page to lock/unlock folio
    (git-fixes).
  - commit 4b2c66d
  - mm: memory-failure: fix potential page refcnt leak in
    memory_failure() (git-fixes).
  - commit 2df790d
  - mm: memory-failure: fix race window when trying to get hugetlb
    folio (git-fixes).
  - commit fdf1377
  - mm: memory-failure: fetch compound head after extra page refcnt
    is held (git-fixes).
  - commit dea0e54
  - mm: memory-failure: ensure moving HWPoison flag to the raw
    error pages (git-fixes).
  - commit 8250e5e
  - mm/migrate: make migrate_pages_batch() stats consistent
    (git-fixes).
    Refreshed:
    patches.suse/mm-migrate-fix-deadlock-in-migrate_pages_batch-on-la.patch
  - commit 69ecdc4

++++ kernel-rt:

  - tracing: Prevent bad count for tracing_cpumask_write (CVE-2024-56763 bsc#1235638)
  - commit b7a1a0d
  - dccp: Fix memory leak in dccp_feat_change_recv (CVE-2024-56643 bsc#1235132)
  - commit 13d2c8a
  - iommu/arm-smmu: Defer probe of clients after smmu device bound (CVE-2024-56568 bsc#1235032)
  - commit cd5e85b
  - EDAC/igen6: Avoid segmentation fault on module unload (CVE-2024-56708 bsc#1235564)
  - commit cbccd47
  - net/smc: initialize close_work early to avoid warning (CVE-2024-56641 bsc#1235526)
  - commit 075f0f7
  - EDAC/{i10nm,skx,skx_common}: Support UV systems (bsc#1234693).
  - commit 6767706
  - net: hns3: don't auto enable misc vector (CVE-2025-21651
    bsc#1236145).
  - gve: guard XSK operations on the existence of queues
    (CVE-2024-57933 bsc#1236178).
  - gve: guard XDP xmit NDO on existence of xdp queues
    (CVE-2024-57932 bsc#1236190).
  - commit 4cf5801
  - mm: memory-failure: remove unneeded PageHuge() check
    (git-fixes).
  - commit 7ff9700
  - powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW
    (bsc#1218470 ltc#204531).
  - commit 7a7f1e1
  - mm/memory-failure: use raw_spinlock_t in struct
    memory_failure_cpu (git-fixes).
  - commit 25daa9d
  - mm/memory-failure: fix crash in split_huge_page_to_list from
    soft_offline_page (git-fixes).
  - commit 044809f
  - memory-failure: use a folio in me_huge_page() (git-fixes).
  - commit a51c830
  - mm/memory-failure: cast index to loff_t before shifting it
    (git-fixes).
  - commit 4552d04
  - mm/memory-failure: check the mapcount of the precise page
    (git-fixes).
  - commit 08d463b
  - mm/memory-failure: pass the folio and the page to
    collect_procs() (git-fixes).
  - commit e29780e
  - mm: convert DAX lock/unlock page to lock/unlock folio
    (git-fixes).
  - commit 4b2c66d
  - mm: memory-failure: fix potential page refcnt leak in
    memory_failure() (git-fixes).
  - commit 2df790d
  - mm: memory-failure: fix race window when trying to get hugetlb
    folio (git-fixes).
  - commit fdf1377
  - mm: memory-failure: fetch compound head after extra page refcnt
    is held (git-fixes).
  - commit dea0e54
  - mm: memory-failure: ensure moving HWPoison flag to the raw
    error pages (git-fixes).
  - commit 8250e5e
  - mm/migrate: make migrate_pages_batch() stats consistent
    (git-fixes).
    Refreshed:
    patches.suse/mm-migrate-fix-deadlock-in-migrate_pages_batch-on-la.patch
  - commit 69ecdc4

++++ kernel-rt_debug:

  - tracing: Prevent bad count for tracing_cpumask_write (CVE-2024-56763 bsc#1235638)
  - commit b7a1a0d
  - dccp: Fix memory leak in dccp_feat_change_recv (CVE-2024-56643 bsc#1235132)
  - commit 13d2c8a
  - iommu/arm-smmu: Defer probe of clients after smmu device bound (CVE-2024-56568 bsc#1235032)
  - commit cd5e85b
  - EDAC/igen6: Avoid segmentation fault on module unload (CVE-2024-56708 bsc#1235564)
  - commit cbccd47
  - net/smc: initialize close_work early to avoid warning (CVE-2024-56641 bsc#1235526)
  - commit 075f0f7
  - EDAC/{i10nm,skx,skx_common}: Support UV systems (bsc#1234693).
  - commit 6767706
  - net: hns3: don't auto enable misc vector (CVE-2025-21651
    bsc#1236145).
  - gve: guard XSK operations on the existence of queues
    (CVE-2024-57933 bsc#1236178).
  - gve: guard XDP xmit NDO on existence of xdp queues
    (CVE-2024-57932 bsc#1236190).
  - commit 4cf5801
  - mm: memory-failure: remove unneeded PageHuge() check
    (git-fixes).
  - commit 7ff9700
  - powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDW
    (bsc#1218470 ltc#204531).
  - commit 7a7f1e1
  - mm/memory-failure: use raw_spinlock_t in struct
    memory_failure_cpu (git-fixes).
  - commit 25daa9d
  - mm/memory-failure: fix crash in split_huge_page_to_list from
    soft_offline_page (git-fixes).
  - commit 044809f
  - memory-failure: use a folio in me_huge_page() (git-fixes).
  - commit a51c830
  - mm/memory-failure: cast index to loff_t before shifting it
    (git-fixes).
  - commit 4552d04
  - mm/memory-failure: check the mapcount of the precise page
    (git-fixes).
  - commit 08d463b
  - mm/memory-failure: pass the folio and the page to
    collect_procs() (git-fixes).
  - commit e29780e
  - mm: convert DAX lock/unlock page to lock/unlock folio
    (git-fixes).
  - commit 4b2c66d
  - mm: memory-failure: fix potential page refcnt leak in
    memory_failure() (git-fixes).
  - commit 2df790d
  - mm: memory-failure: fix race window when trying to get hugetlb
    folio (git-fixes).
  - commit fdf1377
  - mm: memory-failure: fetch compound head after extra page refcnt
    is held (git-fixes).
  - commit dea0e54
  - mm: memory-failure: ensure moving HWPoison flag to the raw
    error pages (git-fixes).
  - commit 8250e5e
  - mm/migrate: make migrate_pages_batch() stats consistent
    (git-fixes).
    Refreshed:
    patches.suse/mm-migrate-fix-deadlock-in-migrate_pages_batch-on-la.patch
  - commit 69ecdc4

++++ tpm2.0-abrmd:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ libzypp:

  - Create '.keep_packages' in the package cache dir to enforce
    keeping downloaded packages of all repos cahed there (bsc#1232458)
  - version 17.35.19 (35)

++++ nvidia-open-driver-G06-signed:

  - preamble: let -cuda KMP conflict with no-cuda variants < 550.135
    (bsc#1236191)

++++ zypper:

  - lr: show the repositories keep-packages flag (bsc#1232458)
    It is shown in the  details view or by using -k,--keep-packages.
    In addition libyzpp supports to enforce keeping downloaded
    packages of all repos within a package cache by creating a
    '.keep_packages' file there.
  - version 1.14.81

------------------------------------------------------------------
------------------  2025-1-21  -  Jan 21 2025  -------------------
------------------------------------------------------------------

++++ cifs-utils:

  - Migrate away from update-alternatives, replaced by package
    conflicts (bsc#1235788);

++++ python-kiwi:

  - Fix return value of grub helper methods
    The grub helper methods to find grub tools returns a
    None value if the tool cannot be found. This None value
    could be used later in a Command call where it will be
    used in a join() command to log the resulting commandline.
    This join() call then fails and raises an unhandled error
    causing a stack trace in the application. This commit
    fixes it

++++ kernel-default:

  - s390/cio: rename bitmap_size() -> idset_bitmap_size()
    (git-fixes bsc#1236205).
  - commit 07eeeda
  - s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops
    (git-fixes bsc#1236203).
  - commit 950d01b
  - s390/iucv: fix receive buffer virtual vs physical address
    confusion (git-fixes bsc#1236200).
  - commit 976f377
  - s390/smp,mcck: fix early IPI handling (git-fixes bsc#1236199).
  - commit 686f749
  - KVM: x86: Play nice with protected guests in
    complete_hypercall_exit() (CVE-2024-55881 bsc#1235745).
  - commit 4bd067f
  - netfilter: ipset: Hold module reference while requesting a module (CVE-2024-56637 bsc#1235523)
  - commit 53ff17c
  - btrfs: fix use-after-free when COWing tree bock and tracing
    is enabled (bsc#1235645 CVE-2024-56759).
  - btrfs: flush delalloc workers queue before stopping cleaner
    kthread during unmount (bsc#1235965 CVE-2024-57896).
  - btrfs: rename and export __btrfs_cow_block() (bsc#1235645
    CVE-2024-56759).
  - btrfs: use round_down() to align block offset at
    btrfs_cow_block() (bsc#1235645 CVE-2024-56759).
  - btrfs: remove noinline attribute from btrfs_cow_block()
    (bsc#1235645 CVE-2024-56759).
  - commit 503809f
  - geneve: do not assume mac header is set in geneve_xmit_skb() (CVE-2024-56636 bsc#1235520)
  - commit 3073d9c
  - net: avoid potential UAF in default_operstate() (CVE-2024-56635 bsc#1235519)
  - commit 37cf286
  - dm array: fix releasing a faulty array block twice in
    dm_array_cursor_end (bsc#1236096, CVE-2024-57929).
  - commit 38c0041
  - net: lapb: increase LAPB_HEADER_LEN (CVE-2024-56659 bsc#1235439)
  - commit e4681a0
  - net: enetc: Do not configure preemptible TCs if SIs do not support (CVE-2024-56649 bsc#1235449)
  - commit 4181889
  - smb: Initialize cfid->tcon before performing network ops (CVE-2024-56729 bsc#1235503)
  - commit fd558fd
  - mm/migrate: fix kernel BUG at mm/compaction.c:2761! (git-fixes).
    Refreshed: patches.suse/mm-migrate-fix-deadlock-in-migrate_pages_batch-on-la.patch
  - commit 7d17ae8
  - series.conf: temporarily disable upstream patch
    patches.suse/ocfs2-fix-UBSAN-warning-in-ocfs2_verify_volume.patch
    (bsc#1236138)
  - commit 9179570
  - mm/migrate: putback split folios when numa hint migration fails
    (git-fixes).
  - commit 0acef71
  - vmscan,migrate: fix page count imbalance on node stats when
    demoting pages (git-fixes).
  - commit 4d259d3
  - memory tiering: count PGPROMOTE_SUCCESS when mem tiering is
    enabled (git-fixes).
  - commit 86638ef
  - mm/migrate: fix deadlock in migrate_pages_batch() on large
    folios (git-fixes).
  - commit a0d118b
  - mm/migrate: split source folio if it is on deferred split list
    (git-fixes).
  - commit 0fa5f5f
  - mm/migrate: correct nr_failed in migrate_pages_sync()
    (git-fixes).
  - commit 3743659
  - mm,page_owner: don't remove __GFP_NOLOCKDEP in
    add_stack_record_to_list (git-fixes).
  - commit 26a8c23
  - mm/page_owner: remove free_ts from page_owner output
    (git-fixes).
  - commit dfa6a27
  - stackdepot: respect __GFP_NOLOCKDEP allocation flag (git-fixes).
  - commit a04bd5d
  - stackdepot: rename pool_index to pool_index_plus_1 (git-fixes).
  - commit ff2e445
  - lib/stackdepot: print disabled message only if truly disabled
    (git-fixes).
  - commit cfe7741

++++ kernel-rt:

  - s390/cio: rename bitmap_size() -> idset_bitmap_size()
    (git-fixes bsc#1236205).
  - commit 07eeeda
  - s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops
    (git-fixes bsc#1236203).
  - commit 950d01b
  - s390/iucv: fix receive buffer virtual vs physical address
    confusion (git-fixes bsc#1236200).
  - commit 976f377
  - s390/smp,mcck: fix early IPI handling (git-fixes bsc#1236199).
  - commit 686f749
  - KVM: x86: Play nice with protected guests in
    complete_hypercall_exit() (CVE-2024-55881 bsc#1235745).
  - commit 4bd067f
  - netfilter: ipset: Hold module reference while requesting a module (CVE-2024-56637 bsc#1235523)
  - commit 53ff17c
  - btrfs: fix use-after-free when COWing tree bock and tracing
    is enabled (bsc#1235645 CVE-2024-56759).
  - btrfs: flush delalloc workers queue before stopping cleaner
    kthread during unmount (bsc#1235965 CVE-2024-57896).
  - btrfs: rename and export __btrfs_cow_block() (bsc#1235645
    CVE-2024-56759).
  - btrfs: use round_down() to align block offset at
    btrfs_cow_block() (bsc#1235645 CVE-2024-56759).
  - btrfs: remove noinline attribute from btrfs_cow_block()
    (bsc#1235645 CVE-2024-56759).
  - commit 503809f
  - geneve: do not assume mac header is set in geneve_xmit_skb() (CVE-2024-56636 bsc#1235520)
  - commit 3073d9c
  - net: avoid potential UAF in default_operstate() (CVE-2024-56635 bsc#1235519)
  - commit 37cf286
  - dm array: fix releasing a faulty array block twice in
    dm_array_cursor_end (bsc#1236096, CVE-2024-57929).
  - commit 38c0041
  - net: lapb: increase LAPB_HEADER_LEN (CVE-2024-56659 bsc#1235439)
  - commit e4681a0
  - net: enetc: Do not configure preemptible TCs if SIs do not support (CVE-2024-56649 bsc#1235449)
  - commit 4181889
  - smb: Initialize cfid->tcon before performing network ops (CVE-2024-56729 bsc#1235503)
  - commit fd558fd
  - mm/migrate: fix kernel BUG at mm/compaction.c:2761! (git-fixes).
    Refreshed: patches.suse/mm-migrate-fix-deadlock-in-migrate_pages_batch-on-la.patch
  - commit 7d17ae8
  - series.conf: temporarily disable upstream patch
    patches.suse/ocfs2-fix-UBSAN-warning-in-ocfs2_verify_volume.patch
    (bsc#1236138)
  - commit 9179570
  - mm/migrate: putback split folios when numa hint migration fails
    (git-fixes).
  - commit 0acef71
  - vmscan,migrate: fix page count imbalance on node stats when
    demoting pages (git-fixes).
  - commit 4d259d3
  - memory tiering: count PGPROMOTE_SUCCESS when mem tiering is
    enabled (git-fixes).
  - commit 86638ef
  - mm/migrate: fix deadlock in migrate_pages_batch() on large
    folios (git-fixes).
  - commit a0d118b
  - mm/migrate: split source folio if it is on deferred split list
    (git-fixes).
  - commit 0fa5f5f
  - mm/migrate: correct nr_failed in migrate_pages_sync()
    (git-fixes).
  - commit 3743659
  - mm,page_owner: don't remove __GFP_NOLOCKDEP in
    add_stack_record_to_list (git-fixes).
  - commit 26a8c23
  - mm/page_owner: remove free_ts from page_owner output
    (git-fixes).
  - commit dfa6a27
  - stackdepot: respect __GFP_NOLOCKDEP allocation flag (git-fixes).
  - commit a04bd5d
  - stackdepot: rename pool_index to pool_index_plus_1 (git-fixes).
  - commit ff2e445
  - lib/stackdepot: print disabled message only if truly disabled
    (git-fixes).
  - commit cfe7741

++++ kernel-rt_debug:

  - s390/cio: rename bitmap_size() -> idset_bitmap_size()
    (git-fixes bsc#1236205).
  - commit 07eeeda
  - s390/vfio-ap: Remove gmap_convert_to_secure() from vfio_ap_ops
    (git-fixes bsc#1236203).
  - commit 950d01b
  - s390/iucv: fix receive buffer virtual vs physical address
    confusion (git-fixes bsc#1236200).
  - commit 976f377
  - s390/smp,mcck: fix early IPI handling (git-fixes bsc#1236199).
  - commit 686f749
  - KVM: x86: Play nice with protected guests in
    complete_hypercall_exit() (CVE-2024-55881 bsc#1235745).
  - commit 4bd067f
  - netfilter: ipset: Hold module reference while requesting a module (CVE-2024-56637 bsc#1235523)
  - commit 53ff17c
  - btrfs: fix use-after-free when COWing tree bock and tracing
    is enabled (bsc#1235645 CVE-2024-56759).
  - btrfs: flush delalloc workers queue before stopping cleaner
    kthread during unmount (bsc#1235965 CVE-2024-57896).
  - btrfs: rename and export __btrfs_cow_block() (bsc#1235645
    CVE-2024-56759).
  - btrfs: use round_down() to align block offset at
    btrfs_cow_block() (bsc#1235645 CVE-2024-56759).
  - btrfs: remove noinline attribute from btrfs_cow_block()
    (bsc#1235645 CVE-2024-56759).
  - commit 503809f
  - geneve: do not assume mac header is set in geneve_xmit_skb() (CVE-2024-56636 bsc#1235520)
  - commit 3073d9c
  - net: avoid potential UAF in default_operstate() (CVE-2024-56635 bsc#1235519)
  - commit 37cf286
  - dm array: fix releasing a faulty array block twice in
    dm_array_cursor_end (bsc#1236096, CVE-2024-57929).
  - commit 38c0041
  - net: lapb: increase LAPB_HEADER_LEN (CVE-2024-56659 bsc#1235439)
  - commit e4681a0
  - net: enetc: Do not configure preemptible TCs if SIs do not support (CVE-2024-56649 bsc#1235449)
  - commit 4181889
  - smb: Initialize cfid->tcon before performing network ops (CVE-2024-56729 bsc#1235503)
  - commit fd558fd
  - mm/migrate: fix kernel BUG at mm/compaction.c:2761! (git-fixes).
    Refreshed: patches.suse/mm-migrate-fix-deadlock-in-migrate_pages_batch-on-la.patch
  - commit 7d17ae8
  - series.conf: temporarily disable upstream patch
    patches.suse/ocfs2-fix-UBSAN-warning-in-ocfs2_verify_volume.patch
    (bsc#1236138)
  - commit 9179570
  - mm/migrate: putback split folios when numa hint migration fails
    (git-fixes).
  - commit 0acef71
  - vmscan,migrate: fix page count imbalance on node stats when
    demoting pages (git-fixes).
  - commit 4d259d3
  - memory tiering: count PGPROMOTE_SUCCESS when mem tiering is
    enabled (git-fixes).
  - commit 86638ef
  - mm/migrate: fix deadlock in migrate_pages_batch() on large
    folios (git-fixes).
  - commit a0d118b
  - mm/migrate: split source folio if it is on deferred split list
    (git-fixes).
  - commit 0fa5f5f
  - mm/migrate: correct nr_failed in migrate_pages_sync()
    (git-fixes).
  - commit 3743659
  - mm,page_owner: don't remove __GFP_NOLOCKDEP in
    add_stack_record_to_list (git-fixes).
  - commit 26a8c23
  - mm/page_owner: remove free_ts from page_owner output
    (git-fixes).
  - commit dfa6a27
  - stackdepot: respect __GFP_NOLOCKDEP allocation flag (git-fixes).
  - commit a04bd5d
  - stackdepot: rename pool_index to pool_index_plus_1 (git-fixes).
  - commit ff2e445
  - lib/stackdepot: print disabled message only if truly disabled
    (git-fixes).
  - commit cfe7741

++++ sssd:

  - Migrate away from update-alternatives, replaced by package
    conflicts; (bsc#1235789); (bsc#1216739);

++++ pam_u2f:

  - Add 0002_soften_authfile_permission_check.patch introduced upstream to fix an
    issue when authfile has flaky permissions.

------------------------------------------------------------------
------------------  2025-1-20  -  Jan 20 2025  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Support python 3.13 (bsc#1233649):
    + pep-594-drop-pipes.patch, gh#canonical/cloud-init#4392
    + cloud-init-fix-python313.patch, gh#canonical/cloud-init#4669
    + cloud-init-dont-assume-ordering-of-ThreadPoolExecutor.patch gh#canonical/cloud-init#5052

++++ python-kiwi:

  - Added disk validation for duplicate installs
    Installing the same image to different storage disks on the
    same machine creates device conflicts with unexpected side
    effects. This commit adds a validation based on the PTUUID
    of the disk image to check if another device on the system
    has the same ID and if yes, does not allow to install the
    image again including a message which device takes the same
    identifier. This references bsc#1228741
  - Fixed documentation for signing key attribute
    The source locator name for local files was incorrect

++++ kernel-default:

  - RDMA/bnxt_re: Fix max SGEs for the Work Request (git-fixes)
  - commit 7879380
  - RDMA/bnxt_re: Fix MSN table size for variable wqe mode (git-fixes)
  - commit fe21e4e
  - RDMA/bnxt_re: Add send queue size check for variable wqe (git-fixes)
  - commit 3178b0e
  - RDMA/bnxt_re: Fix the max WQEs used in Static WQE mode (git-fixes)
  - commit eeedd44
  - RDMA/bnxt_re: Fix the max WQE size for static WQE support (git-fixes)
  - commit a1e1198
  - mm/memory_hotplug: use pfn math in place of direct struct page
    manipulation (git-fixes).
  - commit 120d675
  - mm/memory_hotplug: add missing mem_hotplug_lock (git-fixes).
  - commit 86cb612
  - mm/memory_hotplug: fix error handling in add_memory_resource()
    (git-fixes).
  - commit 3ebdf6a
  - mm/memory_hotplug: prevent accessing by index=-1 (git-fixes).
  - commit c68beb1
  - RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters (git-fixes)
    Refresh patches:
  - patches.suse/RDMA-bnxt_re-Disable-use-of-reserved-wqes.patch
  - patches.suse/RDMA-bnxt_re-Fix-the-max-CQ-WQEs-for-older-adapters.patch
  - commit c3e9f58
  - RDMA/bnxt_re: Allow MSN table capability check (git-fixes)
    Refresh patches:
  - patches.suse/RDMA-bnxt_re-Fix-the-GID-table-length.patch
  - patches.suse/RDMA-bnxt_re-Remove-always-true-dattr-validity-check.patch
  - commit 1ac774c
  - RDMA/hns: Remove unused parameters and variables (git-fixes)
    Refresh patches.suse/RDMA-hns-Fix-mapping-error-of-zero-hop-WQE-buffer.patch
  - commit ad435f0
  - RDMA/hns: Refactor mtr find (git-fixes)
    Refresh patches.suse/RDMA-hns-Use-macro-instead-of-magic-number.patch
  - commit de53bbe
  - bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
    (CVE-2024-53091 bsc#1233638).
  - commit 313e9b6
  - ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv
    (bsc#1235964 CVE-2024-57892).
  - ocfs2: correct return value of ocfs2_local_free_info()
    (bsc#1235964 CVE-2024-57892).
  - commit d27bf4b

++++ kernel-rt:

  - RDMA/bnxt_re: Fix max SGEs for the Work Request (git-fixes)
  - commit 7879380
  - RDMA/bnxt_re: Fix MSN table size for variable wqe mode (git-fixes)
  - commit fe21e4e
  - RDMA/bnxt_re: Add send queue size check for variable wqe (git-fixes)
  - commit 3178b0e
  - RDMA/bnxt_re: Fix the max WQEs used in Static WQE mode (git-fixes)
  - commit eeedd44
  - RDMA/bnxt_re: Fix the max WQE size for static WQE support (git-fixes)
  - commit a1e1198
  - mm/memory_hotplug: use pfn math in place of direct struct page
    manipulation (git-fixes).
  - commit 120d675
  - mm/memory_hotplug: add missing mem_hotplug_lock (git-fixes).
  - commit 86cb612
  - mm/memory_hotplug: fix error handling in add_memory_resource()
    (git-fixes).
  - commit 3ebdf6a
  - mm/memory_hotplug: prevent accessing by index=-1 (git-fixes).
  - commit c68beb1
  - RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters (git-fixes)
    Refresh patches:
  - patches.suse/RDMA-bnxt_re-Disable-use-of-reserved-wqes.patch
  - patches.suse/RDMA-bnxt_re-Fix-the-max-CQ-WQEs-for-older-adapters.patch
  - commit c3e9f58
  - RDMA/bnxt_re: Allow MSN table capability check (git-fixes)
    Refresh patches:
  - patches.suse/RDMA-bnxt_re-Fix-the-GID-table-length.patch
  - patches.suse/RDMA-bnxt_re-Remove-always-true-dattr-validity-check.patch
  - commit 1ac774c
  - RDMA/hns: Remove unused parameters and variables (git-fixes)
    Refresh patches.suse/RDMA-hns-Fix-mapping-error-of-zero-hop-WQE-buffer.patch
  - commit ad435f0
  - RDMA/hns: Refactor mtr find (git-fixes)
    Refresh patches.suse/RDMA-hns-Use-macro-instead-of-magic-number.patch
  - commit de53bbe
  - bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
    (CVE-2024-53091 bsc#1233638).
  - commit 313e9b6
  - ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv
    (bsc#1235964 CVE-2024-57892).
  - ocfs2: correct return value of ocfs2_local_free_info()
    (bsc#1235964 CVE-2024-57892).
  - commit d27bf4b

++++ kernel-rt_debug:

  - RDMA/bnxt_re: Fix max SGEs for the Work Request (git-fixes)
  - commit 7879380
  - RDMA/bnxt_re: Fix MSN table size for variable wqe mode (git-fixes)
  - commit fe21e4e
  - RDMA/bnxt_re: Add send queue size check for variable wqe (git-fixes)
  - commit 3178b0e
  - RDMA/bnxt_re: Fix the max WQEs used in Static WQE mode (git-fixes)
  - commit eeedd44
  - RDMA/bnxt_re: Fix the max WQE size for static WQE support (git-fixes)
  - commit a1e1198
  - mm/memory_hotplug: use pfn math in place of direct struct page
    manipulation (git-fixes).
  - commit 120d675
  - mm/memory_hotplug: add missing mem_hotplug_lock (git-fixes).
  - commit 86cb612
  - mm/memory_hotplug: fix error handling in add_memory_resource()
    (git-fixes).
  - commit 3ebdf6a
  - mm/memory_hotplug: prevent accessing by index=-1 (git-fixes).
  - commit c68beb1
  - RDMA/bnxt_re: Add support for Variable WQE in Genp7 adapters (git-fixes)
    Refresh patches:
  - patches.suse/RDMA-bnxt_re-Disable-use-of-reserved-wqes.patch
  - patches.suse/RDMA-bnxt_re-Fix-the-max-CQ-WQEs-for-older-adapters.patch
  - commit c3e9f58
  - RDMA/bnxt_re: Allow MSN table capability check (git-fixes)
    Refresh patches:
  - patches.suse/RDMA-bnxt_re-Fix-the-GID-table-length.patch
  - patches.suse/RDMA-bnxt_re-Remove-always-true-dattr-validity-check.patch
  - commit 1ac774c
  - RDMA/hns: Remove unused parameters and variables (git-fixes)
    Refresh patches.suse/RDMA-hns-Fix-mapping-error-of-zero-hop-WQE-buffer.patch
  - commit ad435f0
  - RDMA/hns: Refactor mtr find (git-fixes)
    Refresh patches.suse/RDMA-hns-Use-macro-instead-of-magic-number.patch
  - commit de53bbe
  - bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx
    (CVE-2024-53091 bsc#1233638).
  - commit 313e9b6
  - ocfs2: fix slab-use-after-free due to dangling pointer dqi_priv
    (bsc#1235964 CVE-2024-57892).
  - ocfs2: correct return value of ocfs2_local_free_info()
    (bsc#1235964 CVE-2024-57892).
  - commit d27bf4b

++++ libzypp:

  - Fix missing UID checks in repomanager workflow (fixes #603)
  - version 17.35.18 (35)
  - Move cmake config files to LIB_INSTALL_DIR/cmake/Zypp (fixes #28)
  - Fix 'zypper ps' when running in incus container (bsc#1229106)
    Should apply to lxc and lxd containers as well.
  - Re-enable 'rpm --runposttrans' usage for chrooted systems
    (bsc#1216091)
  - version 17.35.17 (35)

------------------------------------------------------------------
------------------  2025-1-18  -  Jan 18 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.6 → 10.2.7
  - Update documentation
    Added a new troubleshooting chapter as subsection to
    the Build Host Constraints named Package Manager Behavior.
    It serves the purpose to describe options for the customer
    to change the default package manager behavior which
    we from the kiwi side do not influence intentionally.
    This is a followup change to bsc#1235448

++++ kernel-default:

  - Revert "mtd: spi-nor: core: replace dummy buswidth from addr
    to data" (git-fixes).
  - hwmon: (tmp513) Fix division of negative numbers (git-fixes).
  - gpio: xilinx: Convert gpio_lock to raw spinlock (git-fixes).
  - i2c: rcar: fix NACK handling when being a target (git-fixes).
  - i2c: mux: demux-pinctrl: check initial mux selection, too
    (git-fixes).
  - i2c: core: fix reference leak in i2c_register_adapter()
    (git-fixes).
  - USB: serial: option: add Neoway N723-EA support (stable-fixes).
  - USB: serial: option: add MeiG Smart SRM815 (stable-fixes).
  - USB: serial: cp210x: add Phoenix Contact UPS Device
    (stable-fixes).
  - usb-storage: Add max sectors quirk for Nokia 208 (stable-fixes).
  - ACPI: resource: Add TongFang GM5HG0A to
    irq1_edge_low_force_override[] (stable-fixes).
  - ACPI: resource: Add Asus Vivobook X1504VAP to
    irq1_level_low_skip_override[] (stable-fixes).
  - drm/amd/display: Add check for granularity in dml ceil/floor
    helpers (stable-fixes).
  - drm/amd/display: increase MAX_SURFACES to the value supported
    by hw (stable-fixes).
  - ASoC: mediatek: disable buffer pre-allocation (stable-fixes).
  - ASoC: rt722: add delay time to wait for the calibration
    procedure (stable-fixes).
  - commit 356d535

++++ kernel-rt:

  - Revert "mtd: spi-nor: core: replace dummy buswidth from addr
    to data" (git-fixes).
  - hwmon: (tmp513) Fix division of negative numbers (git-fixes).
  - gpio: xilinx: Convert gpio_lock to raw spinlock (git-fixes).
  - i2c: rcar: fix NACK handling when being a target (git-fixes).
  - i2c: mux: demux-pinctrl: check initial mux selection, too
    (git-fixes).
  - i2c: core: fix reference leak in i2c_register_adapter()
    (git-fixes).
  - USB: serial: option: add Neoway N723-EA support (stable-fixes).
  - USB: serial: option: add MeiG Smart SRM815 (stable-fixes).
  - USB: serial: cp210x: add Phoenix Contact UPS Device
    (stable-fixes).
  - usb-storage: Add max sectors quirk for Nokia 208 (stable-fixes).
  - ACPI: resource: Add TongFang GM5HG0A to
    irq1_edge_low_force_override[] (stable-fixes).
  - ACPI: resource: Add Asus Vivobook X1504VAP to
    irq1_level_low_skip_override[] (stable-fixes).
  - drm/amd/display: Add check for granularity in dml ceil/floor
    helpers (stable-fixes).
  - drm/amd/display: increase MAX_SURFACES to the value supported
    by hw (stable-fixes).
  - ASoC: mediatek: disable buffer pre-allocation (stable-fixes).
  - ASoC: rt722: add delay time to wait for the calibration
    procedure (stable-fixes).
  - commit 356d535

++++ kernel-rt_debug:

  - Revert "mtd: spi-nor: core: replace dummy buswidth from addr
    to data" (git-fixes).
  - hwmon: (tmp513) Fix division of negative numbers (git-fixes).
  - gpio: xilinx: Convert gpio_lock to raw spinlock (git-fixes).
  - i2c: rcar: fix NACK handling when being a target (git-fixes).
  - i2c: mux: demux-pinctrl: check initial mux selection, too
    (git-fixes).
  - i2c: core: fix reference leak in i2c_register_adapter()
    (git-fixes).
  - USB: serial: option: add Neoway N723-EA support (stable-fixes).
  - USB: serial: option: add MeiG Smart SRM815 (stable-fixes).
  - USB: serial: cp210x: add Phoenix Contact UPS Device
    (stable-fixes).
  - usb-storage: Add max sectors quirk for Nokia 208 (stable-fixes).
  - ACPI: resource: Add TongFang GM5HG0A to
    irq1_edge_low_force_override[] (stable-fixes).
  - ACPI: resource: Add Asus Vivobook X1504VAP to
    irq1_level_low_skip_override[] (stable-fixes).
  - drm/amd/display: Add check for granularity in dml ceil/floor
    helpers (stable-fixes).
  - drm/amd/display: increase MAX_SURFACES to the value supported
    by hw (stable-fixes).
  - ASoC: mediatek: disable buffer pre-allocation (stable-fixes).
  - ASoC: rt722: add delay time to wait for the calibration
    procedure (stable-fixes).
  - commit 356d535

------------------------------------------------------------------
------------------  2025-1-17  -  Jan 17 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - KVM: arm64: Get rid of userspace_irqchip_in_use (CVE-2024-53195
    bsc#1234957).
  - commit 9fc6672
  - cacheinfo: Allocate memory during CPU hotplug if not done from the  primary CPU (bsc#1235429 CVE-2024-56617).
  - commit 9e688fc
  - s390/entry: Mark IRQ entries to fix stack depot warnings
    (CVE-2024-57838 bsc#1235798).
  - commit 17604ac
  - KVM: arm64: Don't retire aborted MMIO instruction
    (CVE-2024-53196 bsc#1234906).
  - commit 8dbc3ed
  - xen: Fix the issue of resource not being properly released in
    xenbus_dev_probe() (CVE-2024-53198 bsc#1234923).
  - commit aeb4569
  - Refresh
    patches.suse/x86-xen-don-t-do-PV-iret-hypercall-through-hypercall.patch.
  - commit 745fddd
  - x86/static-call: Remove early_boot_irqs_disabled check to fix
    Xen PVH dom0 (git-fixes).
  - commit cbe946f
  - drm/v3d: Ensure job pointer is set to NULL after job completion
    (git-fixes).
  - drm/vmwgfx: Add new keep_resv BO param (git-fixes).
  - selftests: mptcp: avoid spurious errors on disconnect
    (git-fixes).
  - commit 5e7e8a8
  - ftrace: Fix regression with module command in stack_trace_filter
    (CVE-2024-56569 bsc#1235031).
  - commit fe237c2
  - Move upstreamed DRM patch into sorted section
  - commit 9ec91cd

++++ kernel-rt:

  - KVM: arm64: Get rid of userspace_irqchip_in_use (CVE-2024-53195
    bsc#1234957).
  - commit 9fc6672
  - cacheinfo: Allocate memory during CPU hotplug if not done from the  primary CPU (bsc#1235429 CVE-2024-56617).
  - commit 9e688fc
  - s390/entry: Mark IRQ entries to fix stack depot warnings
    (CVE-2024-57838 bsc#1235798).
  - commit 17604ac
  - KVM: arm64: Don't retire aborted MMIO instruction
    (CVE-2024-53196 bsc#1234906).
  - commit 8dbc3ed
  - xen: Fix the issue of resource not being properly released in
    xenbus_dev_probe() (CVE-2024-53198 bsc#1234923).
  - commit aeb4569
  - Refresh
    patches.suse/x86-xen-don-t-do-PV-iret-hypercall-through-hypercall.patch.
  - commit 745fddd
  - x86/static-call: Remove early_boot_irqs_disabled check to fix
    Xen PVH dom0 (git-fixes).
  - commit cbe946f
  - drm/v3d: Ensure job pointer is set to NULL after job completion
    (git-fixes).
  - drm/vmwgfx: Add new keep_resv BO param (git-fixes).
  - selftests: mptcp: avoid spurious errors on disconnect
    (git-fixes).
  - commit 5e7e8a8
  - ftrace: Fix regression with module command in stack_trace_filter
    (CVE-2024-56569 bsc#1235031).
  - commit fe237c2
  - Move upstreamed DRM patch into sorted section
  - commit 9ec91cd

++++ kernel-rt_debug:

  - KVM: arm64: Get rid of userspace_irqchip_in_use (CVE-2024-53195
    bsc#1234957).
  - commit 9fc6672
  - cacheinfo: Allocate memory during CPU hotplug if not done from the  primary CPU (bsc#1235429 CVE-2024-56617).
  - commit 9e688fc
  - s390/entry: Mark IRQ entries to fix stack depot warnings
    (CVE-2024-57838 bsc#1235798).
  - commit 17604ac
  - KVM: arm64: Don't retire aborted MMIO instruction
    (CVE-2024-53196 bsc#1234906).
  - commit 8dbc3ed
  - xen: Fix the issue of resource not being properly released in
    xenbus_dev_probe() (CVE-2024-53198 bsc#1234923).
  - commit aeb4569
  - Refresh
    patches.suse/x86-xen-don-t-do-PV-iret-hypercall-through-hypercall.patch.
  - commit 745fddd
  - x86/static-call: Remove early_boot_irqs_disabled check to fix
    Xen PVH dom0 (git-fixes).
  - commit cbe946f
  - drm/v3d: Ensure job pointer is set to NULL after job completion
    (git-fixes).
  - drm/vmwgfx: Add new keep_resv BO param (git-fixes).
  - selftests: mptcp: avoid spurious errors on disconnect
    (git-fixes).
  - commit 5e7e8a8
  - ftrace: Fix regression with module command in stack_trace_filter
    (CVE-2024-56569 bsc#1235031).
  - commit fe237c2
  - Move upstreamed DRM patch into sorted section
  - commit 9ec91cd

++++ python-httpx:

  - Use libalternatives instead of update-alternatives, bsc#1235784

++++ zypper:

  - Try to refresh update repos first to have updated GPG keys on
    the fly (bsc#1234752)
    An update repo may contain a prolonged GPG key for the GA repo.
    Refreshing the update repo first updates a trusted key on the fly
    and avoids a 'key has expired' warning being issued when
    refreshing the GA repo.
  - Refresh: restore legacy behavior and suppress Exception
    reporting as non-root (bsc#1235636)
  - version 1.14.80

------------------------------------------------------------------
------------------  2025-1-16  -  Jan 16 2025  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.32.4:
    * add missing tag for build during merge workflow
    * ci: re-use local source to build binary images
    * ci: use local source for binary builds

++++ kernel-default:

  - scsi: mpi3mr: Fix corrupt config pages PHY state is switched
    in sysfs (CVE-2024-57804 bsc#1235779).
  - block: fix uaf for flush rq while iterating tags (CVE-2024-53170
    bsc#1234888).
  - scsi: qedi: Fix a possible memory leak in
    qedi_alloc_and_init_sb() (CVE-2024-56747 bsc#1234934).
  - scsi: bfa: Fix use-after-free in bfad_im_module_exit()
    (CVE-2024-53227 bsc#1235011).
  - scsi: hisi_sas: Create all dump files during debugfs
    initialization (CVE-2024-56588 bsc#1235123).
  - commit 2865882
  - RDMA/siw: Remove direct link to net_device (bsc#1235946 CVE-2024-57857)
  - commit c33e2ed
  - RDMA/rxe: Remove the direct link to net_device (bsc#1235906 CVE-2024-57795)
  - commit 03de29b
  - net/mlx5e: Skip restore TC rules for vport rep without loaded
    flag (CVE-2024-57801 bsc#1235940).
  - commit 2c1c8f0
  - tpm: Map the ACPI provided event log (bsc#1233260 bsc#1233259
    bsc#1232421).
  - commit dfc801e
  - Drop downstream TPM fix patch (bsc#1233260 bsc#1233259 bsc#1232421)
    Deleted (to be replaced with the newer upstream fix):
    patches.suse/tpm-eventlog-Limit-memory-allocations-for-event-logs.patch
  - commit 39b3b52
  - ALSA: hda/realtek: Add support for Galaxy Book2 Pro (NP950XEE)
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-support-for-Samsung-Galaxy-Book.patch.
  - commit 231fb10
  - ALSA: hda/realtek: Add support for Ayaneo System using CS35L41
    HDA (stable-fixes).
  - ALSA: hda/realtek - Add support for ASUS Zen AIO 27
    Z272SD_A272SD audio (stable-fixes).
  - commit 4039f17
  - bpf: fix recursive lock when verdict program return SK_PASS (CVE-2024-56694 bsc#1235412)
  - commit 19cb085
  - bpf: fix OOB devmap writes when deleting elements (CVE-2024-56615 bsc#1235426)
  - commit 2f8d474
  - xsk: fix OOB map writes when deleting elements (CVE-2024-56614 bsc#1235424)
  - commit 5188b69
  - mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CVE-2024-56611 bsc#1235391)
  - commit 2731a92

++++ kernel-rt:

  - scsi: mpi3mr: Fix corrupt config pages PHY state is switched
    in sysfs (CVE-2024-57804 bsc#1235779).
  - block: fix uaf for flush rq while iterating tags (CVE-2024-53170
    bsc#1234888).
  - scsi: qedi: Fix a possible memory leak in
    qedi_alloc_and_init_sb() (CVE-2024-56747 bsc#1234934).
  - scsi: bfa: Fix use-after-free in bfad_im_module_exit()
    (CVE-2024-53227 bsc#1235011).
  - scsi: hisi_sas: Create all dump files during debugfs
    initialization (CVE-2024-56588 bsc#1235123).
  - commit 2865882
  - RDMA/siw: Remove direct link to net_device (bsc#1235946 CVE-2024-57857)
  - commit c33e2ed
  - RDMA/rxe: Remove the direct link to net_device (bsc#1235906 CVE-2024-57795)
  - commit 03de29b
  - net/mlx5e: Skip restore TC rules for vport rep without loaded
    flag (CVE-2024-57801 bsc#1235940).
  - commit 2c1c8f0
  - tpm: Map the ACPI provided event log (bsc#1233260 bsc#1233259
    bsc#1232421).
  - commit dfc801e
  - Drop downstream TPM fix patch (bsc#1233260 bsc#1233259 bsc#1232421)
    Deleted (to be replaced with the newer upstream fix):
    patches.suse/tpm-eventlog-Limit-memory-allocations-for-event-logs.patch
  - commit 39b3b52
  - ALSA: hda/realtek: Add support for Galaxy Book2 Pro (NP950XEE)
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-support-for-Samsung-Galaxy-Book.patch.
  - commit 231fb10
  - ALSA: hda/realtek: Add support for Ayaneo System using CS35L41
    HDA (stable-fixes).
  - ALSA: hda/realtek - Add support for ASUS Zen AIO 27
    Z272SD_A272SD audio (stable-fixes).
  - commit 4039f17
  - bpf: fix recursive lock when verdict program return SK_PASS (CVE-2024-56694 bsc#1235412)
  - commit 19cb085
  - bpf: fix OOB devmap writes when deleting elements (CVE-2024-56615 bsc#1235426)
  - commit 2f8d474
  - xsk: fix OOB map writes when deleting elements (CVE-2024-56614 bsc#1235424)
  - commit 5188b69
  - mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CVE-2024-56611 bsc#1235391)
  - commit 2731a92

++++ kernel-rt_debug:

  - scsi: mpi3mr: Fix corrupt config pages PHY state is switched
    in sysfs (CVE-2024-57804 bsc#1235779).
  - block: fix uaf for flush rq while iterating tags (CVE-2024-53170
    bsc#1234888).
  - scsi: qedi: Fix a possible memory leak in
    qedi_alloc_and_init_sb() (CVE-2024-56747 bsc#1234934).
  - scsi: bfa: Fix use-after-free in bfad_im_module_exit()
    (CVE-2024-53227 bsc#1235011).
  - scsi: hisi_sas: Create all dump files during debugfs
    initialization (CVE-2024-56588 bsc#1235123).
  - commit 2865882
  - RDMA/siw: Remove direct link to net_device (bsc#1235946 CVE-2024-57857)
  - commit c33e2ed
  - RDMA/rxe: Remove the direct link to net_device (bsc#1235906 CVE-2024-57795)
  - commit 03de29b
  - net/mlx5e: Skip restore TC rules for vport rep without loaded
    flag (CVE-2024-57801 bsc#1235940).
  - commit 2c1c8f0
  - tpm: Map the ACPI provided event log (bsc#1233260 bsc#1233259
    bsc#1232421).
  - commit dfc801e
  - Drop downstream TPM fix patch (bsc#1233260 bsc#1233259 bsc#1232421)
    Deleted (to be replaced with the newer upstream fix):
    patches.suse/tpm-eventlog-Limit-memory-allocations-for-event-logs.patch
  - commit 39b3b52
  - ALSA: hda/realtek: Add support for Galaxy Book2 Pro (NP950XEE)
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-support-for-Samsung-Galaxy-Book.patch.
  - commit 231fb10
  - ALSA: hda/realtek: Add support for Ayaneo System using CS35L41
    HDA (stable-fixes).
  - ALSA: hda/realtek - Add support for ASUS Zen AIO 27
    Z272SD_A272SD audio (stable-fixes).
  - commit 4039f17
  - bpf: fix recursive lock when verdict program return SK_PASS (CVE-2024-56694 bsc#1235412)
  - commit 19cb085
  - bpf: fix OOB devmap writes when deleting elements (CVE-2024-56615 bsc#1235426)
  - commit 2f8d474
  - xsk: fix OOB map writes when deleting elements (CVE-2024-56614 bsc#1235424)
  - commit 5188b69
  - mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM (CVE-2024-56611 bsc#1235391)
  - commit 2731a92

++++ sqlite3:

  - Re-enable SONAME which got disabled by default in 3.48.0.
    * https://www.sqlite.org/src/forumpost/5a3b44f510df8ded
    * https://sqlite.org/forum/forumpost/ab8f15697a

------------------------------------------------------------------
------------------  2025-1-15  -  Jan 15 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - netdevsim: prevent bad user input in
    nsim_dev_health_break_write() (bsc#1235587 CVE-2024-56716).
  - commit 28d54d6
  - bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
    (bsc#1235555 CVE-2024-56675).
  - commit 403c5dd
  - xsk: Free skb when TX metadata options are invalid (bsc#1235000
    CVE-2024-53236).
  - commit 7d68164
  - ipc: fix memleak if msg_init_ns failed in create_ipc_ns
    (bsc#1234893 CVE-2024-53175).
  - commit 5f77971
  - i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request (CVE-2024-45828 bsc#1235705)
  - commit 6a03a5a
  - ceph: give up on paths longer than PATH_MAX (CVE-2024-53685 bsc#1235720)
  - commit cd5b8ed
  - btrfs: add a sanity check for btrfs root in btrfs_search_slot()
    (CVE-2024-56774 bsc#1235653).
  - commit cd76b1a
  - bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again (CVE-2024-48881 bsc#1235727)
  - commit 5c5ddcb
  - net/smc: check return value of sock_recvmsg when draining clc
    data (CVE-2024-57791 bsc#1235759).
  - commit a343ecd
  - scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (CVE-2024-56748 bsc#1235627)
  - commit 75f84ca
  - scsi: ufs: core: sysfs: Prevent div by zero (CVE-2024-56622 bsc#1235251)
  - commit 8bc4baa
  - cpufreq: intel_pstate: Check turbo_is_disabled() in
    store_no_turbo() (bsc#1234619).
  - commit f5b59a5
  - cpufreq: intel_pstate: Fix unchecked HWP MSR access
    (bsc#1234619).
  - commit df6b669
  - cpufreq: intel_pstate: Update the maximum CPU frequency
    consistently (bsc#1234619).
  - commit 110e6ef
  - cpufreq: intel_pstate: Replace three global.turbo_disabled
    checks (bsc#1234619).
  - commit 0ad4ebe
  - cpufreq: intel_pstate: Read global.no_turbo under READ_ONCE()
    (bsc#1234619).
  - Refresh
    patches.suse/cpufreq-intel_pstate-Ramp-up-frequency-faster-when-u.patch.
  - Refresh
    patches.suse/cpufreq-intel_pstate-Temporarily-boost-P-state-when-.patch.
  - commit 1c8960e
  - cpufreq: intel_pstate: Rearrange show_no_turbo() and
    store_no_turbo() (bsc#1234619).
  - commit 9383d66
  - scsi: ufs: qcom: Only free platform MSIs when ESI is enabled (CVE-2024-56620 bsc#1235227)
  - commit 00c6f8f
  - cpufreq: intel_pstate: Do not update global.turbo_disabled
    after initialization (bsc#1234619).
  - Refresh
    patches.suse/cpufreq-intel_pstate-Ramp-up-frequency-faster-when-u.patch.
  - commit 536c9fc
  - cpufreq: intel_pstate: Refine computation of P-state for given
    frequency (bsc#1234619).
  - commit 8135bb3
  - cpufreq: intel_pstate: Revise global turbo disable check
    (bsc#1234619).
  - commit 4089ec6
  - Drop uvcvideo fix due to regression (bsc#1235894)
  - Delete
    patches.suse/media-uvcvideo-Require-entities-to-have-a-non-zero-u.patch.
  - blacklist.conf update
  - commit 90c0ac7
  - virt: tdx-guest: Just leak decrypted memory on unrecoverable
    errors (CVE-2024-57793 bsc#1235768).
  - commit 0fbd2e1
  - cpufreq: intel_pstate: Fold intel_pstate_max_within_limits()
    into caller (bsc#1234619).
  - commit 430dfdb
  - cpufreq: intel_pstate: Use __ro_after_init for three variables
    (bsc#1234619).
  - commit e421ce1
  - cpufreq: intel_pstate: Get rid of unnecessary READ_ONCE()
    annotations (bsc#1234619).
  - commit 682d75a
  - cpufreq: intel_pstate: Wait for canceled delayed work to
    complete (bsc#1234619).
  - commit a725954
  - cpufreq: intel_pstate: Simplify spinlock locking (bsc#1234619).
  - commit 6583c13
  - cpufreq: intel_pstate: Drop redundant locking from
    intel_pstate_driver_cleanup() (bsc#1234619).
  - commit e58d8d7
  - Revert 'arm64: Kconfig: Make SME depend on BROKEN for now'
    This reverts commit 2ccfee6be929dd4ea49ef59a7ae686473aae40b6
    CONFIG_ARM64_SME is enabled by default so some customers may
    rely on SME. We need further analysis to evaluate to what
    extent we are impacted and in case we'll disable SME support
    later.
  - commit f83551c
  - PCI: imx6: Fix suspend/resume support on i.MX6QDL
    (CVE-2024-57809 bsc#1235793).
  - commit 11fd956
  - net: tun: fix tun_napi_alloc_frags() (CVE-2024-56372
    bsc#1235753).
  - net: renesas: rswitch: avoid use-after-put for a device tree
    node (CVE-2024-55639 bsc#1235737).
  - commit 0d5db72
  - mm: prevent derefencing NULL ptr in pfn_section_valid()
    (git-fixes).
  - commit 6f62e94
  - mm, kmsan: fix infinite recursion due to RCU critical section
    (git-fixes).
  - commit 509127e
  - mm/sparsemem: fix race in accessing memory_section->usage
    (bsc#1221326 CVE-2023-52489).
  - commit 13000fd

++++ kernel-rt:

  - netdevsim: prevent bad user input in
    nsim_dev_health_break_write() (bsc#1235587 CVE-2024-56716).
  - commit 28d54d6
  - bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
    (bsc#1235555 CVE-2024-56675).
  - commit 403c5dd
  - xsk: Free skb when TX metadata options are invalid (bsc#1235000
    CVE-2024-53236).
  - commit 7d68164
  - ipc: fix memleak if msg_init_ns failed in create_ipc_ns
    (bsc#1234893 CVE-2024-53175).
  - commit 5f77971
  - i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request (CVE-2024-45828 bsc#1235705)
  - commit 6a03a5a
  - ceph: give up on paths longer than PATH_MAX (CVE-2024-53685 bsc#1235720)
  - commit cd5b8ed
  - btrfs: add a sanity check for btrfs root in btrfs_search_slot()
    (CVE-2024-56774 bsc#1235653).
  - commit cd76b1a
  - bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again (CVE-2024-48881 bsc#1235727)
  - commit 5c5ddcb
  - net/smc: check return value of sock_recvmsg when draining clc
    data (CVE-2024-57791 bsc#1235759).
  - commit a343ecd
  - scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (CVE-2024-56748 bsc#1235627)
  - commit 75f84ca
  - scsi: ufs: core: sysfs: Prevent div by zero (CVE-2024-56622 bsc#1235251)
  - commit 8bc4baa
  - cpufreq: intel_pstate: Check turbo_is_disabled() in
    store_no_turbo() (bsc#1234619).
  - commit f5b59a5
  - cpufreq: intel_pstate: Fix unchecked HWP MSR access
    (bsc#1234619).
  - commit df6b669
  - cpufreq: intel_pstate: Update the maximum CPU frequency
    consistently (bsc#1234619).
  - commit 110e6ef
  - cpufreq: intel_pstate: Replace three global.turbo_disabled
    checks (bsc#1234619).
  - commit 0ad4ebe
  - cpufreq: intel_pstate: Read global.no_turbo under READ_ONCE()
    (bsc#1234619).
  - Refresh
    patches.suse/cpufreq-intel_pstate-Ramp-up-frequency-faster-when-u.patch.
  - Refresh
    patches.suse/cpufreq-intel_pstate-Temporarily-boost-P-state-when-.patch.
  - commit 1c8960e
  - cpufreq: intel_pstate: Rearrange show_no_turbo() and
    store_no_turbo() (bsc#1234619).
  - commit 9383d66
  - scsi: ufs: qcom: Only free platform MSIs when ESI is enabled (CVE-2024-56620 bsc#1235227)
  - commit 00c6f8f
  - cpufreq: intel_pstate: Do not update global.turbo_disabled
    after initialization (bsc#1234619).
  - Refresh
    patches.suse/cpufreq-intel_pstate-Ramp-up-frequency-faster-when-u.patch.
  - commit 536c9fc
  - cpufreq: intel_pstate: Refine computation of P-state for given
    frequency (bsc#1234619).
  - commit 8135bb3
  - cpufreq: intel_pstate: Revise global turbo disable check
    (bsc#1234619).
  - commit 4089ec6
  - Drop uvcvideo fix due to regression (bsc#1235894)
  - Delete
    patches.suse/media-uvcvideo-Require-entities-to-have-a-non-zero-u.patch.
  - blacklist.conf update
  - commit 90c0ac7
  - virt: tdx-guest: Just leak decrypted memory on unrecoverable
    errors (CVE-2024-57793 bsc#1235768).
  - commit 0fbd2e1
  - cpufreq: intel_pstate: Fold intel_pstate_max_within_limits()
    into caller (bsc#1234619).
  - commit 430dfdb
  - cpufreq: intel_pstate: Use __ro_after_init for three variables
    (bsc#1234619).
  - commit e421ce1
  - cpufreq: intel_pstate: Get rid of unnecessary READ_ONCE()
    annotations (bsc#1234619).
  - commit 682d75a
  - cpufreq: intel_pstate: Wait for canceled delayed work to
    complete (bsc#1234619).
  - commit a725954
  - cpufreq: intel_pstate: Simplify spinlock locking (bsc#1234619).
  - commit 6583c13
  - cpufreq: intel_pstate: Drop redundant locking from
    intel_pstate_driver_cleanup() (bsc#1234619).
  - commit e58d8d7
  - Revert 'arm64: Kconfig: Make SME depend on BROKEN for now'
    This reverts commit 2ccfee6be929dd4ea49ef59a7ae686473aae40b6
    CONFIG_ARM64_SME is enabled by default so some customers may
    rely on SME. We need further analysis to evaluate to what
    extent we are impacted and in case we'll disable SME support
    later.
  - commit f83551c
  - PCI: imx6: Fix suspend/resume support on i.MX6QDL
    (CVE-2024-57809 bsc#1235793).
  - commit 11fd956
  - net: tun: fix tun_napi_alloc_frags() (CVE-2024-56372
    bsc#1235753).
  - net: renesas: rswitch: avoid use-after-put for a device tree
    node (CVE-2024-55639 bsc#1235737).
  - commit 0d5db72
  - mm: prevent derefencing NULL ptr in pfn_section_valid()
    (git-fixes).
  - commit 6f62e94
  - mm, kmsan: fix infinite recursion due to RCU critical section
    (git-fixes).
  - commit 509127e
  - mm/sparsemem: fix race in accessing memory_section->usage
    (bsc#1221326 CVE-2023-52489).
  - commit 13000fd

++++ kernel-rt_debug:

  - netdevsim: prevent bad user input in
    nsim_dev_health_break_write() (bsc#1235587 CVE-2024-56716).
  - commit 28d54d6
  - bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
    (bsc#1235555 CVE-2024-56675).
  - commit 403c5dd
  - xsk: Free skb when TX metadata options are invalid (bsc#1235000
    CVE-2024-53236).
  - commit 7d68164
  - ipc: fix memleak if msg_init_ns failed in create_ipc_ns
    (bsc#1234893 CVE-2024-53175).
  - commit 5f77971
  - i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request (CVE-2024-45828 bsc#1235705)
  - commit 6a03a5a
  - ceph: give up on paths longer than PATH_MAX (CVE-2024-53685 bsc#1235720)
  - commit cd5b8ed
  - btrfs: add a sanity check for btrfs root in btrfs_search_slot()
    (CVE-2024-56774 bsc#1235653).
  - commit cd76b1a
  - bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again (CVE-2024-48881 bsc#1235727)
  - commit 5c5ddcb
  - net/smc: check return value of sock_recvmsg when draining clc
    data (CVE-2024-57791 bsc#1235759).
  - commit a343ecd
  - scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() (CVE-2024-56748 bsc#1235627)
  - commit 75f84ca
  - scsi: ufs: core: sysfs: Prevent div by zero (CVE-2024-56622 bsc#1235251)
  - commit 8bc4baa
  - cpufreq: intel_pstate: Check turbo_is_disabled() in
    store_no_turbo() (bsc#1234619).
  - commit f5b59a5
  - cpufreq: intel_pstate: Fix unchecked HWP MSR access
    (bsc#1234619).
  - commit df6b669
  - cpufreq: intel_pstate: Update the maximum CPU frequency
    consistently (bsc#1234619).
  - commit 110e6ef
  - cpufreq: intel_pstate: Replace three global.turbo_disabled
    checks (bsc#1234619).
  - commit 0ad4ebe
  - cpufreq: intel_pstate: Read global.no_turbo under READ_ONCE()
    (bsc#1234619).
  - Refresh
    patches.suse/cpufreq-intel_pstate-Ramp-up-frequency-faster-when-u.patch.
  - Refresh
    patches.suse/cpufreq-intel_pstate-Temporarily-boost-P-state-when-.patch.
  - commit 1c8960e
  - cpufreq: intel_pstate: Rearrange show_no_turbo() and
    store_no_turbo() (bsc#1234619).
  - commit 9383d66
  - scsi: ufs: qcom: Only free platform MSIs when ESI is enabled (CVE-2024-56620 bsc#1235227)
  - commit 00c6f8f
  - cpufreq: intel_pstate: Do not update global.turbo_disabled
    after initialization (bsc#1234619).
  - Refresh
    patches.suse/cpufreq-intel_pstate-Ramp-up-frequency-faster-when-u.patch.
  - commit 536c9fc
  - cpufreq: intel_pstate: Refine computation of P-state for given
    frequency (bsc#1234619).
  - commit 8135bb3
  - cpufreq: intel_pstate: Revise global turbo disable check
    (bsc#1234619).
  - commit 4089ec6
  - Drop uvcvideo fix due to regression (bsc#1235894)
  - Delete
    patches.suse/media-uvcvideo-Require-entities-to-have-a-non-zero-u.patch.
  - blacklist.conf update
  - commit 90c0ac7
  - virt: tdx-guest: Just leak decrypted memory on unrecoverable
    errors (CVE-2024-57793 bsc#1235768).
  - commit 0fbd2e1
  - cpufreq: intel_pstate: Fold intel_pstate_max_within_limits()
    into caller (bsc#1234619).
  - commit 430dfdb
  - cpufreq: intel_pstate: Use __ro_after_init for three variables
    (bsc#1234619).
  - commit e421ce1
  - cpufreq: intel_pstate: Get rid of unnecessary READ_ONCE()
    annotations (bsc#1234619).
  - commit 682d75a
  - cpufreq: intel_pstate: Wait for canceled delayed work to
    complete (bsc#1234619).
  - commit a725954
  - cpufreq: intel_pstate: Simplify spinlock locking (bsc#1234619).
  - commit 6583c13
  - cpufreq: intel_pstate: Drop redundant locking from
    intel_pstate_driver_cleanup() (bsc#1234619).
  - commit e58d8d7
  - Revert 'arm64: Kconfig: Make SME depend on BROKEN for now'
    This reverts commit 2ccfee6be929dd4ea49ef59a7ae686473aae40b6
    CONFIG_ARM64_SME is enabled by default so some customers may
    rely on SME. We need further analysis to evaluate to what
    extent we are impacted and in case we'll disable SME support
    later.
  - commit f83551c
  - PCI: imx6: Fix suspend/resume support on i.MX6QDL
    (CVE-2024-57809 bsc#1235793).
  - commit 11fd956
  - net: tun: fix tun_napi_alloc_frags() (CVE-2024-56372
    bsc#1235753).
  - net: renesas: rswitch: avoid use-after-put for a device tree
    node (CVE-2024-55639 bsc#1235737).
  - commit 0d5db72
  - mm: prevent derefencing NULL ptr in pfn_section_valid()
    (git-fixes).
  - commit 6f62e94
  - mm, kmsan: fix infinite recursion due to RCU critical section
    (git-fixes).
  - commit 509127e
  - mm/sparsemem: fix race in accessing memory_section->usage
    (bsc#1221326 CVE-2023-52489).
  - commit 13000fd

++++ libarchive:

  - Fix CVE-2024-48958, out-of-bounds access in execute_filter_delta
    (CVE-2024-48958, bsc#1231624)
    * CVE-2024-48958.patch
  - Fix CVE-2024-20697 (also attributed CVE-2024-26256)
    (CVE-2024-20697, CVE-2024-26256, bsc#1225972)
    * CVE-2024-20697-2.patch
  - Fix CVE-2024-48957, out-of-bounds access in execute_filter_audio
    (CVE-2024-48957, bsc#1231544)
    * CVE-2024-48957.patch
  - Fix CVE-2024-20696, heap based out-of-bounds write
    (CVE-2024-20696, bsc#1225971)
    * CVE-2024-20696.patch

++++ libsolv:

  - Provide a symbol specific for the ruby-version
    so yast does not break across updates (boo#1235598)

++++ systemd:

  - Add 0004-core-create-the-credential-directory-even-if-it-s-em.patch (bsc#1229228)
  - Import commit d7a56d70fb052f738442c2874b072d6514242050 (merge of v254.23)
    eab1d9753b stdio-bridge: fix polled fds
    f028f2298e hwdb: comment out the entry for Logitech MX Keys for Mac
    e808cbdd6d test: answer 2nd mdadm --create question for compat with new version
    bf01f3d692 core/unit-serialize: fix serialization of markers
    f043ab6f34 locale-setup: do not load locale from environemnt when /etc/locale.conf is unchanged
    71efbe69b6 core: fix assert when AddDependencyUnitFiles is called with invalid parameter

++++ python-charset-normalizer:

  - Use libalternatives instead of update-alternatives, bsc#1235781

++++ python-docutils:

  - Use libalternatives instead of update-alternatives, bsc#1235783

++++ python-pyserial:

  - Use libalternatives instead of update-alternatives, bsc#1235782

++++ rsync:

  - Fix FLAG_GOT_DIR_FLIST collission with FLAG_HLINKED
    * Added rsync-fix-FLAG_GOT_DIR_FLIST.patch

------------------------------------------------------------------
------------------  2025-1-14  -  Jan 14 2025  -------------------
------------------------------------------------------------------

++++ dnsmasq:

  - bsc#1235834: Don't let compile time options change silently.
  - Use pkgconfig for libidn2.
  - Disable --nftset for SLE-15-SP3 and older.
  - bsc#1235517: Reintroduce nogroup for SLE-15-SP3 and older.

++++ python-kiwi:

  - Drop still present tox artifacts
    There were still some left over tox files and the
    documentation contribution chapter was also wrong at
    several places

++++ git:

  - update to 2.48.1: (boo#1235600 boo#1235601)
    * CVE-2024-50349, CVE-2024-52006:
    refuse to accept URLs that contain control sequences

++++ kernel-default:

  - scsi: hisi_sas: Add cond_resched() for no forced preemption model (CVE-2024-56589 bsc#1235241)
  - commit a1ef870
  - arm64: Kconfig: Make SME depend on BROKEN for now (git-fixes).
  - commit 2ccfee6
  - arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL
    (git-fixes).
  - commit 834d2d0
  - arm64: dts: rockchip: add hevc power domain clock to rk3328
    (git-fixes).
  - commit 7aa2931

++++ kernel-rt:

  - scsi: hisi_sas: Add cond_resched() for no forced preemption model (CVE-2024-56589 bsc#1235241)
  - commit a1ef870
  - arm64: Kconfig: Make SME depend on BROKEN for now (git-fixes).
  - commit 2ccfee6
  - arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL
    (git-fixes).
  - commit 834d2d0
  - arm64: dts: rockchip: add hevc power domain clock to rk3328
    (git-fixes).
  - commit 7aa2931

++++ kernel-rt_debug:

  - scsi: hisi_sas: Add cond_resched() for no forced preemption model (CVE-2024-56589 bsc#1235241)
  - commit a1ef870
  - arm64: Kconfig: Make SME depend on BROKEN for now (git-fixes).
  - commit 2ccfee6
  - arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL
    (git-fixes).
  - commit 834d2d0
  - arm64: dts: rockchip: add hevc power domain clock to rk3328
    (git-fixes).
  - commit 7aa2931

++++ util-linux-systemd:

  - Update to version 2.40.4:
    * agetty: Prevent cursor escape (bsc#1194818, drop
    util-linux-agetty-prevent-cursor-escape.patch)
    add "systemd" to --version output\
    * chcpu(8): Document CPU deconfiguring behavior
    * fdisk: SGI fixes
    * hardlink: fix memory corruption
    * hardlink.1 directory|file is mandatory
    * lib/env: fix env_list_setenv() for strings without '='
    * libblkid:
    (exfat) validate fields used by prober
    (gpt) use blkid_probe_verify_csum() for partition array
    checksum
    add FSLASTBLOCK for swaparea
    bitlocker fix version on big-endian systems
    * libfdisk: make sure libblkid uses the same sector size
    * libmount:
    extract common error handling function
    propagate first error of multiple filesystem types
    * logger: correctly format tv_usec
    * lscpu: Skip aarch64 decode path for rest of the architectures
    (bsc#1229476, drop util-linux-lscpu-skip-aarch64-decode.patch)
    * lsns: ignore ESRCH errors reported when accessing files under
    /proc
    * mkswap: set selinux label also when creating file
    * more: make sure we have data on stderr
    * nsenter: support empty environ
    * umount, losetup: Document loop destroy behavior
    (bsc#1159034, drop
    util-linux-umount-losetup-lazy-destruction.patch,
    util-linux-umount-losetup-lazy-destruction-generated.patch).
    * uuidd: fix /var/lib/libuuid mode uuidd-tmpfiles.conf
    fix /var/lib/libuuid mode uuidd-tmpfiles.conf
    * Many other fixes, improvements and code cleanup. For the
    complete list see
    https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.3-ReleaseNotes
    https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.4-ReleaseNotes
  - Refresh util-linux.keyring. Key validity was extended.

++++ util-linux:

  - Update to version 2.40.4:
    * agetty: Prevent cursor escape (bsc#1194818, drop
    util-linux-agetty-prevent-cursor-escape.patch)
    add "systemd" to --version output\
    * chcpu(8): Document CPU deconfiguring behavior
    * fdisk: SGI fixes
    * hardlink: fix memory corruption
    * hardlink.1 directory|file is mandatory
    * lib/env: fix env_list_setenv() for strings without '='
    * libblkid:
    (exfat) validate fields used by prober
    (gpt) use blkid_probe_verify_csum() for partition array
    checksum
    add FSLASTBLOCK for swaparea
    bitlocker fix version on big-endian systems
    * libfdisk: make sure libblkid uses the same sector size
    * libmount:
    extract common error handling function
    propagate first error of multiple filesystem types
    * logger: correctly format tv_usec
    * lscpu: Skip aarch64 decode path for rest of the architectures
    (bsc#1229476, drop util-linux-lscpu-skip-aarch64-decode.patch)
    * lsns: ignore ESRCH errors reported when accessing files under
    /proc
    * mkswap: set selinux label also when creating file
    * more: make sure we have data on stderr
    * nsenter: support empty environ
    * umount, losetup: Document loop destroy behavior
    (bsc#1159034, drop
    util-linux-umount-losetup-lazy-destruction.patch,
    util-linux-umount-losetup-lazy-destruction-generated.patch).
    * uuidd: fix /var/lib/libuuid mode uuidd-tmpfiles.conf
    fix /var/lib/libuuid mode uuidd-tmpfiles.conf
    * Many other fixes, improvements and code cleanup. For the
    complete list see
    https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.3-ReleaseNotes
    https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.40/v2.40.4-ReleaseNotes
  - Refresh util-linux.keyring. Key validity was extended.

++++ sqlite3:

  - Update to release 3.48.0:
    * Improved EXPLAIN QUERY PLAN output for covering indexes.
    * Allow a two-argument version of the iif() SQL function.
    * Also allow if() as an alternative spelling for iif().
    * Add the ".dbtotxt" command to the CLI.
    * Add the SQLITE_IOCAP_SUBPAGE_READ property to the
    xDeviceCharacteristics method of the sqlite3_io_methods object.
    * Add the SQLITE_PREPARE_DONT_LOG option to sqlite3_prepare_v3()
    that prevents warning messages being sent to the error log if
    the SQL is ill-formed. This allows sqlite3_prepare_v3() to be
    used to do test compiles of SQL to check for validity without
    polluting the error log with false messages.
    * Increase the minimum allowed value of SQLITE_LIMIT_LENGTH from
    1 to 30.
    * Added the SQLITE_FCNTL_NULL_IO file control.
    * Extend the FTS5 auxiliary API xInstToken() to work with prefix
    queries via the insttoken configuration option and the
    fts5_insttoken() SQL function.
    * Increase the maximum number of arguments to an SQL function
    from 127 to 1000.
    * Obsoletes sqlite3-6216bfcb.patch .

++++ nvidia-open-driver-G06-signed:

  - Update to 550.144.03 (bsc#1235461, boo#1235871)
    * fixes CVE-2024-0131, CVE-2024-0147, CVE-2024-0149,
    CVE-2024-0150, CVE-2024-53869

++++ rsync:

  - Security update,CVE-2024-12747, bsc#1235475 race condition in handling symbolic links
    * Added rsync-CVE-2024-12747.patch

------------------------------------------------------------------
------------------  2025-1-13  -  Jan 13 2025  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.32.3:
    * ci: update bake-action to v6
    * simplification
    * image can be set to a local ID, that isn't a valid docker ref
    * can't render progress concurrently with buildkit
    * exclude one-off container running convergence
    * Only override service mac if set on the main network.

++++ python-kiwi:

  - Add support for reading optional pkgmgr env file
    If there is a file .kiwi.package_manager.env in the root of
    the image tree it will be read and put into the caller environment for
    the selected package and repository manager. There are features
    in e.g zypper which can only be used via env variables.
    This Fixes bsc#1235448
  - Auto convert unit test XML data to schema v8.3
  - Rename btrfs_root_is_snapshot
    Rename btrfs_root_is_snapshot to btrfs_root_is_snapper_snapshot.
    This happens in preparation for the changes suggested in #2697
    where we want to get rid of snapper specific btrfs code which
    will be available in snapper natively soon. To make sure a btrfs
    layout specific to snapper(and SUSE), the implicitly used attribute
    named btrfs_root_is_snapshot now becomes explicit and its new
    name will indicate that snapper sits behind it. Along with the
    rename a XSLT stylesheet to automatically convert the old name
    into the new name for schema v8.3 will be performed.
  - Bump version: 10.2.5 → 10.2.6

++++ git:

  - update to 2.48.0
    * Reference consistency checks: git refs verify
    * Reflogs can now be migrated with git refs migrate
    * git is free of memory leaks as covered by the test suite
    * Performance improvements
    * Other improvements, UI changes, options extensions and largely
    compatible behavior changes as listed in
    https://raw.githubusercontent.com/git/git/refs/tags/v2.48.0/Documentation/RelNotes/2.48.0.txt

++++ kernel-default:

  - Update
    patches.suse/ALSA-6fire-Release-resources-at-card-release.patch
    (git-fixes CVE-2024-53239 bsc#1235054).
  - Update
    patches.suse/ALSA-caiaq-Use-snd_card_free_when_closed-at-disconne.patch
    (git-fixes CVE-2024-56531 bsc#1235057).
  - Update
    patches.suse/ALSA-us122l-Use-snd_card_free_when_closed-at-disconn.patch
    (git-fixes CVE-2024-56532 bsc#1235059).
  - Update
    patches.suse/ALSA-usb-audio-Fix-potential-out-of-bound-accesses-f.patch
    (git-fixes CVE-2024-53197 bsc#1235464).
  - Update
    patches.suse/ALSA-usx2y-Use-snd_card_free_when_closed-at-disconne.patch
    (git-fixes CVE-2024-56533 bsc#1235053).
  - Update
    patches.suse/Bluetooth-hci_core-Fix-not-checking-skb-length-on-hc.patch
    (stable-fixes CVE-2024-56590 bsc#1235038).
  - Update
    patches.suse/Bluetooth-hci_event-Fix-using-rcu_read_-un-lock-whil.patch
    (git-fixes CVE-2024-56654 bsc#1235532).
  - Update
    patches.suse/HID-wacom-fix-when-get-product-name-maybe-null-point.patch
    (git-fixes CVE-2024-56629 bsc#1235473).
  - Update
    patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch
    (bsc#1231016 CVE-2024-50106 bsc#1232882).
  - Update patches.suse/PCI-Fix-reset_method_store-memory-leak.patch
    (git-fixes CVE-2024-56745 bsc#1235563).
  - Update
    patches.suse/PCI-Fix-use-after-free-of-slot-bus-on-hot-remove.patch
    (stable-fixes CVE-2024-53194 bsc#1235459).
  - Update
    patches.suse/PCI-MSI-Handle-lack-of-irqdomain-gracefully.patch
    (git-fixes CVE-2024-56760 bsc#1235616).
  - Update
    patches.suse/RDMA-hns-Fix-cpu-stuck-caused-by-printings-during-re.patch
    (git-fixes CVE-2024-56722 bsc#1235570).
  - Update
    patches.suse/acpi-nfit-vmalloc-out-of-bounds-Read-in-acpi_nfit_ct.patch
    (git-fixes CVE-2024-56662 bsc#1235533).
  - Update
    patches.suse/af_packet-avoid-erroring-out-after-sock_init_data-in.patch
    (CVE-2024-56606 bsc#123541 bsc#1235417).
  - Update
    patches.suse/apparmor-test-Fix-memory-leak-for-aa_unpack_strdup.patch
    (git-fixes CVE-2024-56741 bsc#1235502).
  - Update
    patches.suse/blk-cgroup-Fix-UAF-in-blkcg_unpin_online.patch
    (bsc#1234726 CVE-2024-56672 bsc#1235534).
  - Update
    patches.suse/can-dev-can_set_termination-allow-sleeping-GPIOs.patch
    (git-fixes CVE-2024-56625 bsc#1235223).
  - Update
    patches.suse/can-hi311x-hi3110_can_ist-fix-potential-use-after-fr.patch
    (git-fixes CVE-2024-56651 bsc#1235528).
  - Update
    patches.suse/crypto-bcm-add-error-check-in-the-ahash_hmac_init-fu.patch
    (git-fixes CVE-2024-56681 bsc#1235557).
  - Update
    patches.suse/crypto-pcrypt-Call-crypto-layer-directly-when-padata.patch
    (git-fixes CVE-2024-56690 bsc#1235428).
  - Update
    patches.suse/dlm-fix-possible-lkb_resource-null-dereference.patch
    (git-fixes CVE-2024-47809 bsc#1235714).
  - Update
    patches.suse/dma-debug-fix-a-possible-deadlock-on-radix_lock.patch
    (stable-fixes CVE-2024-47143 bsc#1235710).
  - Update
    patches.suse/dmaengine-at_xdmac-avoid-null_prt_deref-in-at_xdmac_.patch
    (git-fixes CVE-2024-56767 bsc#1235160).
  - Update
    patches.suse/drivers-soc-xilinx-add-the-missing-kfree-in-xlnx_add.patch
    (git-fixes CVE-2024-56546 bsc#1235070).
  - Update patches.suse/drm-amdgpu-don-t-access-invalid-sched.patch
    (git-fixes CVE-2024-46896 bsc#1235707).
  - Update
    patches.suse/drm-amdgpu-set-the-right-AMDGPU-sg-segment-limitatio.patch
    (stable-fixes CVE-2024-56594 bsc#1235413).
  - Update
    patches.suse/drm-dp_mst-Fix-MST-sideband-message-body-length-chec.patch
    (stable-fixes CVE-2024-56616 bsc#1235427).
  - Update
    patches.suse/drm-modes-Avoid-divide-by-zero-harder-in-drm_mode_vr.patch
    (stable-fixes CVE-2024-56369 bsc#1235750).
  - Update
    patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-831214f.patch
    (git-fixes CVE-2024-56776 bsc#1235647).
  - Update
    patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-e965e77.patch
    (git-fixes CVE-2024-56777 bsc#1235641).
  - Update
    patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer.patch
    (git-fixes CVE-2024-56778 bsc#1235635).
  - Update
    patches.suse/drm-vc4-hdmi-Avoid-hang-with-debug-registers-when-su.patch
    (git-fixes CVE-2024-56683 bsc#1235497).
  - Update
    patches.suse/drm-zynqmp_kms-Unplug-DRM-device-before-removal.patch
    (git-fixes CVE-2024-56538 bsc#1235051).
  - Update
    patches.suse/efi-libstub-Free-correct-pointer-on-failure.patch
    (git-fixes CVE-2024-56573 bsc#1235042).
  - Update
    patches.suse/fbdev-sh7760fb-Fix-a-possible-memory-leak-in-sh7760f.patch
    (git-fixes CVE-2024-56746 bsc#1235622).
  - Update
    patches.suse/gpio-grgpio-Add-NULL-check-in-grgpio_probe.patch
    (git-fixes CVE-2024-56634 bsc#1235486).
  - Update
    patches.suse/hfsplus-don-t-query-the-device-logical-block-size-multiple-times.patch
    (git-fixes CVE-2024-56548 bsc#1235073).
  - Update
    patches.suse/igb-Fix-potential-invalid-memory-access-in-igb_init_.patch
    (git-fixes CVE-2024-52332 bsc#1235700).
  - Update
    patches.suse/iio-adc-ad7923-Fix-buffer-overflow-for-tx_buf-and-ri.patch
    (git-fixes CVE-2024-56557 bsc#1235122).
  - Update
    patches.suse/io_uring-check-if-iowq-is-killed-before-queuing.patch
    (git-fixes CVE-2024-56709 bsc#1235552).
  - Update
    patches.suse/io_uring-tctx-work-around-xa_store-allocation-error-.patch
    (git-fixes CVE-2024-56584 bsc#1235117).
  - Update
    patches.suse/jfs-add-a-check-to-prevent-array-index-out-of-bounds-in-dbAdjTree.patch
    (git-fixes CVE-2024-56595 bsc#1235410).
  - Update
    patches.suse/jfs-array-index-out-of-bounds-fix-in-dtReadFirst.patch
    (git-fixes CVE-2024-56598 bsc#1235220).
  - Update
    patches.suse/jfs-fix-array-index-out-of-bounds-in-jfs_readdir.patch
    (git-fixes CVE-2024-56596 bsc#1235458).
  - Update patches.suse/jfs-fix-shift-out-of-bounds-in-dbSplit.patch
    (git-fixes CVE-2024-56597 bsc#1235222).
  - Update
    patches.suse/leds-class-Protect-brightness_show-with-led_cdev-led.patch
    (stable-fixes CVE-2024-56587 bsc#1235125).
  - Update
    patches.suse/media-atomisp-Add-check-for-rgby_data-memory-allocat.patch
    (git-fixes CVE-2024-56705 bsc#1235568).
  - Update
    patches.suse/media-dvb-frontends-dib3000mb-fix-uninit-value-in-di.patch
    (git-fixes CVE-2024-56769 bsc#1235155).
  - Update
    patches.suse/media-imx-jpeg-Ensure-power-suppliers-be-suspended-b.patch
    (git-fixes CVE-2024-56575 bsc#1235039).
  - Update
    patches.suse/media-imx-jpeg-Set-video-drvdata-before-register-vid.patch
    (git-fixes CVE-2024-56578 bsc#1235115).
  - Update
    patches.suse/media-mtk-jpeg-Fix-null-ptr-deref-during-unload-modu.patch
    (git-fixes CVE-2024-56577 bsc#1235112).
  - Update
    patches.suse/media-platform-allegro-dvt-Fix-possible-memory-leak-.patch
    (git-fixes CVE-2024-56572 bsc#1235043).
  - Update
    patches.suse/media-ts2020-fix-null-ptr-deref-in-ts2020_probe.patch
    (git-fixes CVE-2024-56574 bsc#1235040).
  - Update
    patches.suse/media-uvcvideo-Require-entities-to-have-a-non-zero-u.patch
    (git-fixes CVE-2024-56571 bsc#1235037).
  - Update
    patches.suse/media-wl128x-Fix-atomicity-violation-in-fmc_send_cmd.patch
    (git-fixes CVE-2024-56700 bsc#1235500).
  - Update
    patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-PMIC-dev.patch
    (git-fixes CVE-2024-56723 bsc#1235571).
  - Update
    patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-TMU-devi.patch
    (git-fixes CVE-2024-56724 bsc#1235577).
  - Update
    patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-USB-Type.patch
    (git-fixes CVE-2024-56691 bsc#1235425).
  - Update
    patches.suse/msft-hv-3095-Drivers-hv-util-Avoid-accessing-a-ringbuffer-not-ini.patch
    (git-fixes CVE-2024-55916 bsc#1235747).
  - Update
    patches.suse/mtd-rawnand-fix-double-free-in-atmel_pmecc_create_us.patch
    (git-fixes CVE-2024-56766 bsc#1235219).
  - Update
    patches.suse/net-ipv6-release-expired-exception-dst-cached-in-soc.patch
    (bsc#1216813 CVE-2024-56644 bsc#1235133).
  - Update
    patches.suse/nfsd-fix-nfs4_openowner-leak-when-concurrent-nfsd4_open-occur.patch
    (git-fixes CVE-2024-56779 bsc#1235632).
  - Update
    patches.suse/nfsd-make-sure-exp-active-before-svc_export_show.patch
    (git-fixes CVE-2024-56558 bsc#1235100).
  - Update
    patches.suse/nilfs2-fix-potential-out-of-bounds-memory-access-in-nilfs_find_entry.patch
    (git-fixes CVE-2024-56619 bsc#1235224).
  - Update
    patches.suse/nvme-apple-fix-device-reference-counting.patch
    (git-fixes CVE-2024-43913 bsc#1229833).
  - Update
    patches.suse/nvme-rdma-unquiesce-admin_q-before-destroy-it.patch
    (git-fixes CVE-2024-49569 bsc#1235730).
  - Update
    patches.suse/nvme-tcp-fix-the-memleak-while-create-new-ctrl-faile.patch
    (git-fixes CVE-2024-56632 bsc#1235483).
  - Update
    patches.suse/ocfs2-free-inode-when-ocfs2_get_init_inode-fails.patch
    (git-fixes CVE-2024-56630 bsc#1235479).
  - Update
    patches.suse/pinmux-Use-sequential-access-to-access-desc-pinmux-d.patch
    (stable-fixes CVE-2024-47141 bsc#1235708).
  - Update
    patches.suse/power-supply-gpio-charger-Fix-set-charge-current-lim.patch
    (git-fixes CVE-2024-57792 bsc#1235764).
  - Update
    patches.suse/powerpc-fadump-Move-fadump_cma_init-to-setup_arch-af.patch
    (bsc#1215199 CVE-2024-56677 bsc#1235494).
  - Update
    patches.suse/powerpc-mm-fault-Fix-kfence-page-fault-reporting.patch
    (bsc#1194869 CVE-2024-56678 bsc#1235495).
  - Update
    patches.suse/powerpc-pseries-Fix-dtl_access_lock-to-be-a-rw_semap.patch
    (bsc#1194869 CVE-2024-56701 bsc#1235496).
  - Update
    patches.suse/quota-flush-quota_release_work-upon-quota-writeback.patch
    (bsc#1234195 CVE-2024-56780 bsc#1235650).
  - Update
    patches.suse/rtc-check-if-__rtc_read_time-was-successful-in-rtc_t.patch
    (git-fixes CVE-2024-56739 bsc#1235611).
  - Update
    patches.suse/scsi-qla2xxx-Fix-use-after-free-on-unload.patch
    (bsc#1235406 CVE-2024-56623 bsc#1235466).
  - Update
    patches.suse/smb-client-fix-TCP-timers-deadlock-after-rmmod.patch
    (CVE-2024-53095 bsc#1233642 CVE-2024-54680 bsc#1235723).
  - Update
    patches.suse/soc-imx8m-Probe-the-SoC-driver-as-platform-driver.patch
    (stable-fixes CVE-2024-56787 bsc#1235663).
  - Update
    patches.suse/spi-mpc52xx-Add-cancel_work_sync-before-module-remov.patch
    (git-fixes CVE-2024-50051 bsc#1235739).
  - Update
    patches.suse/sunrpc-clear-XPRT_SOCK_UPD_TIMEOUT-when-reset-transport.patch
    (git-fixes CVE-2024-56688 bsc#1235538).
  - Update
    patches.suse/sunrpc-fix-one-UAF-issue-caused-by-sunrpc-kernel-tcp.patch
    (git-fixes CVE-2024-53168 bsc#1234887).
  - Update patches.suse/tipc-fix-NULL-deref-in-cleanup_bearer.patch
    (CVE-2024-56642 bsc#1235433 CVE-2024-56661 bsc#1234931).
  - Update patches.suse/unicode-Fix-utf8_load-error-path.patch
    (git-fixes CVE-2024-53233 bsc#1235046).
  - Update
    patches.suse/usb-dwc3-gadget-Fix-looping-of-queued-SG-entries.patch
    (git-fixes CVE-2024-56698 bsc#1235491).
  - Update
    patches.suse/usb-gadget-u_serial-Fix-the-issue-that-gs_start_io-c.patch
    (git-fixes CVE-2024-56670 bsc#1235488).
  - Update
    patches.suse/usb-musb-Fix-hardware-lockup-on-first-Rx-endpoint-re.patch
    (git-fixes CVE-2024-56687 bsc#1235537).
  - Update
    patches.suse/wifi-ath12k-Skip-Rx-TID-cleanup-for-self-peer.patch
    (git-fixes CVE-2024-56543 bsc#1235065).
  - Update
    patches.suse/wifi-ath12k-fix-atomic-calls-in-ath12k_mac_op_set_bi.patch
    (stable-fixes CVE-2024-56607 bsc#1235423).
  - Update
    patches.suse/wifi-brcmfmac-Fix-oops-due-to-NULL-pointer-dereferen.patch
    (stable-fixes CVE-2024-56593 bsc#1235252).
  - Update
    patches.suse/wifi-nl80211-fix-NL80211_ATTR_MLO_LINK_ID-off-by-one.patch
    (git-fixes CVE-2024-56663 bsc#1235454).
  - Update
    patches.suse/wifi-rtw88-use-ieee80211_purge_tx_queue-to-purge-TX-.patch
    (stable-fixes CVE-2024-56609 bsc#1235389).
  - Update
    patches.suse/wifi-rtw89-check-return-value-of-ieee80211_probereq_.patch
    (stable-fixes CVE-2024-48873 bsc#1235716).
  - commit 8258b9d
  - Move upstreamed NFS patch into sorted section
  - commit b16f043
  - net: dsa: improve shutdown sequence (CVE-2024-49998 bsc#1232087).
  - commit 4c71ee1
  - smb: client: fix OOBs when building SMB2_IOCTL request
    (bsc#1233055, CVE-2024-50151).
  - commit 6434503
  - KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bits
    (bsc#1234635).
  - commit e5c720c
  - KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs (git-fixes
    bsc#1235776).
  - KVM: s390: Reject setting flic pfault attributes on ucontrol
    VMs (git-fixes bsc#1235777).
  - KVM: s390: vsie: fix virtual/physical address in unpin_scb()
    (git-fixes bsc#1235778).
  - iommu/s390: Implement blocking domain (CVE-2024-53232
    bsc#1235050).
  - commit aa0d65c
  - mm/swapfile: skip HugeTLB pages for unuse_vma (CVE-2024-50199
    bsc#1233112).
  - commit 57bc3bb
  - exfat: fix the infinite loop in __exfat_free_cluster()
    (git-fixes).
  - commit f091e41
  - exfat: fix the infinite loop in exfat_readdir() (git-fixes).
  - commit 3298782
  - dlm: fix possible lkb_resource null dereference (git-fixes).
  - commit f2b8780
  - Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
    (CVE-2024-49951 bsc#1232158).
  - commit 8b8b4db
  - afs: Fix the maximum cell name length (git-fixes).
  - commit 77a0ae0
  - drm/amd/display: Fix handling of plane refcount (bsc#1235657 CVE-2024-56775)
  - commit b028260
  - misc: microchip: pci1xxxx: Resolve return code mismatch during
    GPIO set config (git-fixes).
  - misc: microchip: pci1xxxx: Resolve kernel panic during GPIO
    IRQ handling (git-fixes).
  - commit 5eb3001
  - iio: inkern: call iio_device_put() only on mapped devices
    (git-fixes).
  - iio: adc: at91: call input_free_device() on allocated iio_dev
    (git-fixes).
  - iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
    (git-fixes).
  - iio: pressure: zpa2326: fix information leak in triggered buffer
    (git-fixes).
  - iio: adc: rockchip_saradc: fix information leak in triggered
    buffer (git-fixes).
  - iio: imu: kmx61: fix information leak in triggered buffer
    (git-fixes).
  - iio: light: vcnl4035: fix information leak in triggered buffer
    (git-fixes).
  - iio: adc: ti-ads8688: fix information leak in triggered buffer
    (git-fixes).
  - iio: dummy: iio_simply_dummy_buffer: fix information leak in
    triggered buffer (git-fixes).
  - iio: gyro: fxas21002c: Fix missing data update in trigger
    handler (git-fixes).
  - iio: test : check null return of kunit_kmalloc in
    iio_rescale_test_scale (git-fixes).
  - iio: adc: ad7124: Disable all channels at probe time
    (git-fixes).
  - staging: iio: ad9832: Correct phase range check (git-fixes).
  - staging: iio: ad9834: Correct phase range check (git-fixes).
  - usb: gadget: f_fs: Remove WARN_ON in functionfs_bind
    (git-fixes).
  - USB: core: Disable LPM only for non-suspended ports (git-fixes).
  - usb: fix reference leak in usb_new_device() (git-fixes).
  - usb: gadget: u_serial: Disable ep before setting port to null
    to fix the crash caused by port being null (git-fixes).
  - usb: gadget: configfs: Ignore trailing LF for user strings to
    cdev (git-fixes).
  - USB: usblp: return error when setting unsupported protocol
    (git-fixes).
  - usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints
    (git-fixes).
  - usb: typec: tcpm/tcpci_maxim: fix error code in
    max_contaminant_read_resistance_kohm() (git-fixes).
  - usb: dwc3-am62: Disable autosuspend during remove (git-fixes).
  - usb: dwc3: gadget: fix writing NYET threshold (git-fixes).
  - commit 04c952e
  - tty: serial: 8250: Fix another runtime PM usage counter
    underflow (git-fixes).
  - commit 1e248c9

++++ kernel-rt:

  - Update
    patches.suse/ALSA-6fire-Release-resources-at-card-release.patch
    (git-fixes CVE-2024-53239 bsc#1235054).
  - Update
    patches.suse/ALSA-caiaq-Use-snd_card_free_when_closed-at-disconne.patch
    (git-fixes CVE-2024-56531 bsc#1235057).
  - Update
    patches.suse/ALSA-us122l-Use-snd_card_free_when_closed-at-disconn.patch
    (git-fixes CVE-2024-56532 bsc#1235059).
  - Update
    patches.suse/ALSA-usb-audio-Fix-potential-out-of-bound-accesses-f.patch
    (git-fixes CVE-2024-53197 bsc#1235464).
  - Update
    patches.suse/ALSA-usx2y-Use-snd_card_free_when_closed-at-disconne.patch
    (git-fixes CVE-2024-56533 bsc#1235053).
  - Update
    patches.suse/Bluetooth-hci_core-Fix-not-checking-skb-length-on-hc.patch
    (stable-fixes CVE-2024-56590 bsc#1235038).
  - Update
    patches.suse/Bluetooth-hci_event-Fix-using-rcu_read_-un-lock-whil.patch
    (git-fixes CVE-2024-56654 bsc#1235532).
  - Update
    patches.suse/HID-wacom-fix-when-get-product-name-maybe-null-point.patch
    (git-fixes CVE-2024-56629 bsc#1235473).
  - Update
    patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch
    (bsc#1231016 CVE-2024-50106 bsc#1232882).
  - Update patches.suse/PCI-Fix-reset_method_store-memory-leak.patch
    (git-fixes CVE-2024-56745 bsc#1235563).
  - Update
    patches.suse/PCI-Fix-use-after-free-of-slot-bus-on-hot-remove.patch
    (stable-fixes CVE-2024-53194 bsc#1235459).
  - Update
    patches.suse/PCI-MSI-Handle-lack-of-irqdomain-gracefully.patch
    (git-fixes CVE-2024-56760 bsc#1235616).
  - Update
    patches.suse/RDMA-hns-Fix-cpu-stuck-caused-by-printings-during-re.patch
    (git-fixes CVE-2024-56722 bsc#1235570).
  - Update
    patches.suse/acpi-nfit-vmalloc-out-of-bounds-Read-in-acpi_nfit_ct.patch
    (git-fixes CVE-2024-56662 bsc#1235533).
  - Update
    patches.suse/af_packet-avoid-erroring-out-after-sock_init_data-in.patch
    (CVE-2024-56606 bsc#123541 bsc#1235417).
  - Update
    patches.suse/apparmor-test-Fix-memory-leak-for-aa_unpack_strdup.patch
    (git-fixes CVE-2024-56741 bsc#1235502).
  - Update
    patches.suse/blk-cgroup-Fix-UAF-in-blkcg_unpin_online.patch
    (bsc#1234726 CVE-2024-56672 bsc#1235534).
  - Update
    patches.suse/can-dev-can_set_termination-allow-sleeping-GPIOs.patch
    (git-fixes CVE-2024-56625 bsc#1235223).
  - Update
    patches.suse/can-hi311x-hi3110_can_ist-fix-potential-use-after-fr.patch
    (git-fixes CVE-2024-56651 bsc#1235528).
  - Update
    patches.suse/crypto-bcm-add-error-check-in-the-ahash_hmac_init-fu.patch
    (git-fixes CVE-2024-56681 bsc#1235557).
  - Update
    patches.suse/crypto-pcrypt-Call-crypto-layer-directly-when-padata.patch
    (git-fixes CVE-2024-56690 bsc#1235428).
  - Update
    patches.suse/dlm-fix-possible-lkb_resource-null-dereference.patch
    (git-fixes CVE-2024-47809 bsc#1235714).
  - Update
    patches.suse/dma-debug-fix-a-possible-deadlock-on-radix_lock.patch
    (stable-fixes CVE-2024-47143 bsc#1235710).
  - Update
    patches.suse/dmaengine-at_xdmac-avoid-null_prt_deref-in-at_xdmac_.patch
    (git-fixes CVE-2024-56767 bsc#1235160).
  - Update
    patches.suse/drivers-soc-xilinx-add-the-missing-kfree-in-xlnx_add.patch
    (git-fixes CVE-2024-56546 bsc#1235070).
  - Update patches.suse/drm-amdgpu-don-t-access-invalid-sched.patch
    (git-fixes CVE-2024-46896 bsc#1235707).
  - Update
    patches.suse/drm-amdgpu-set-the-right-AMDGPU-sg-segment-limitatio.patch
    (stable-fixes CVE-2024-56594 bsc#1235413).
  - Update
    patches.suse/drm-dp_mst-Fix-MST-sideband-message-body-length-chec.patch
    (stable-fixes CVE-2024-56616 bsc#1235427).
  - Update
    patches.suse/drm-modes-Avoid-divide-by-zero-harder-in-drm_mode_vr.patch
    (stable-fixes CVE-2024-56369 bsc#1235750).
  - Update
    patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-831214f.patch
    (git-fixes CVE-2024-56776 bsc#1235647).
  - Update
    patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-e965e77.patch
    (git-fixes CVE-2024-56777 bsc#1235641).
  - Update
    patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer.patch
    (git-fixes CVE-2024-56778 bsc#1235635).
  - Update
    patches.suse/drm-vc4-hdmi-Avoid-hang-with-debug-registers-when-su.patch
    (git-fixes CVE-2024-56683 bsc#1235497).
  - Update
    patches.suse/drm-zynqmp_kms-Unplug-DRM-device-before-removal.patch
    (git-fixes CVE-2024-56538 bsc#1235051).
  - Update
    patches.suse/efi-libstub-Free-correct-pointer-on-failure.patch
    (git-fixes CVE-2024-56573 bsc#1235042).
  - Update
    patches.suse/fbdev-sh7760fb-Fix-a-possible-memory-leak-in-sh7760f.patch
    (git-fixes CVE-2024-56746 bsc#1235622).
  - Update
    patches.suse/gpio-grgpio-Add-NULL-check-in-grgpio_probe.patch
    (git-fixes CVE-2024-56634 bsc#1235486).
  - Update
    patches.suse/hfsplus-don-t-query-the-device-logical-block-size-multiple-times.patch
    (git-fixes CVE-2024-56548 bsc#1235073).
  - Update
    patches.suse/igb-Fix-potential-invalid-memory-access-in-igb_init_.patch
    (git-fixes CVE-2024-52332 bsc#1235700).
  - Update
    patches.suse/iio-adc-ad7923-Fix-buffer-overflow-for-tx_buf-and-ri.patch
    (git-fixes CVE-2024-56557 bsc#1235122).
  - Update
    patches.suse/io_uring-check-if-iowq-is-killed-before-queuing.patch
    (git-fixes CVE-2024-56709 bsc#1235552).
  - Update
    patches.suse/io_uring-tctx-work-around-xa_store-allocation-error-.patch
    (git-fixes CVE-2024-56584 bsc#1235117).
  - Update
    patches.suse/jfs-add-a-check-to-prevent-array-index-out-of-bounds-in-dbAdjTree.patch
    (git-fixes CVE-2024-56595 bsc#1235410).
  - Update
    patches.suse/jfs-array-index-out-of-bounds-fix-in-dtReadFirst.patch
    (git-fixes CVE-2024-56598 bsc#1235220).
  - Update
    patches.suse/jfs-fix-array-index-out-of-bounds-in-jfs_readdir.patch
    (git-fixes CVE-2024-56596 bsc#1235458).
  - Update patches.suse/jfs-fix-shift-out-of-bounds-in-dbSplit.patch
    (git-fixes CVE-2024-56597 bsc#1235222).
  - Update
    patches.suse/leds-class-Protect-brightness_show-with-led_cdev-led.patch
    (stable-fixes CVE-2024-56587 bsc#1235125).
  - Update
    patches.suse/media-atomisp-Add-check-for-rgby_data-memory-allocat.patch
    (git-fixes CVE-2024-56705 bsc#1235568).
  - Update
    patches.suse/media-dvb-frontends-dib3000mb-fix-uninit-value-in-di.patch
    (git-fixes CVE-2024-56769 bsc#1235155).
  - Update
    patches.suse/media-imx-jpeg-Ensure-power-suppliers-be-suspended-b.patch
    (git-fixes CVE-2024-56575 bsc#1235039).
  - Update
    patches.suse/media-imx-jpeg-Set-video-drvdata-before-register-vid.patch
    (git-fixes CVE-2024-56578 bsc#1235115).
  - Update
    patches.suse/media-mtk-jpeg-Fix-null-ptr-deref-during-unload-modu.patch
    (git-fixes CVE-2024-56577 bsc#1235112).
  - Update
    patches.suse/media-platform-allegro-dvt-Fix-possible-memory-leak-.patch
    (git-fixes CVE-2024-56572 bsc#1235043).
  - Update
    patches.suse/media-ts2020-fix-null-ptr-deref-in-ts2020_probe.patch
    (git-fixes CVE-2024-56574 bsc#1235040).
  - Update
    patches.suse/media-uvcvideo-Require-entities-to-have-a-non-zero-u.patch
    (git-fixes CVE-2024-56571 bsc#1235037).
  - Update
    patches.suse/media-wl128x-Fix-atomicity-violation-in-fmc_send_cmd.patch
    (git-fixes CVE-2024-56700 bsc#1235500).
  - Update
    patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-PMIC-dev.patch
    (git-fixes CVE-2024-56723 bsc#1235571).
  - Update
    patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-TMU-devi.patch
    (git-fixes CVE-2024-56724 bsc#1235577).
  - Update
    patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-USB-Type.patch
    (git-fixes CVE-2024-56691 bsc#1235425).
  - Update
    patches.suse/msft-hv-3095-Drivers-hv-util-Avoid-accessing-a-ringbuffer-not-ini.patch
    (git-fixes CVE-2024-55916 bsc#1235747).
  - Update
    patches.suse/mtd-rawnand-fix-double-free-in-atmel_pmecc_create_us.patch
    (git-fixes CVE-2024-56766 bsc#1235219).
  - Update
    patches.suse/net-ipv6-release-expired-exception-dst-cached-in-soc.patch
    (bsc#1216813 CVE-2024-56644 bsc#1235133).
  - Update
    patches.suse/nfsd-fix-nfs4_openowner-leak-when-concurrent-nfsd4_open-occur.patch
    (git-fixes CVE-2024-56779 bsc#1235632).
  - Update
    patches.suse/nfsd-make-sure-exp-active-before-svc_export_show.patch
    (git-fixes CVE-2024-56558 bsc#1235100).
  - Update
    patches.suse/nilfs2-fix-potential-out-of-bounds-memory-access-in-nilfs_find_entry.patch
    (git-fixes CVE-2024-56619 bsc#1235224).
  - Update
    patches.suse/nvme-apple-fix-device-reference-counting.patch
    (git-fixes CVE-2024-43913 bsc#1229833).
  - Update
    patches.suse/nvme-rdma-unquiesce-admin_q-before-destroy-it.patch
    (git-fixes CVE-2024-49569 bsc#1235730).
  - Update
    patches.suse/nvme-tcp-fix-the-memleak-while-create-new-ctrl-faile.patch
    (git-fixes CVE-2024-56632 bsc#1235483).
  - Update
    patches.suse/ocfs2-free-inode-when-ocfs2_get_init_inode-fails.patch
    (git-fixes CVE-2024-56630 bsc#1235479).
  - Update
    patches.suse/pinmux-Use-sequential-access-to-access-desc-pinmux-d.patch
    (stable-fixes CVE-2024-47141 bsc#1235708).
  - Update
    patches.suse/power-supply-gpio-charger-Fix-set-charge-current-lim.patch
    (git-fixes CVE-2024-57792 bsc#1235764).
  - Update
    patches.suse/powerpc-fadump-Move-fadump_cma_init-to-setup_arch-af.patch
    (bsc#1215199 CVE-2024-56677 bsc#1235494).
  - Update
    patches.suse/powerpc-mm-fault-Fix-kfence-page-fault-reporting.patch
    (bsc#1194869 CVE-2024-56678 bsc#1235495).
  - Update
    patches.suse/powerpc-pseries-Fix-dtl_access_lock-to-be-a-rw_semap.patch
    (bsc#1194869 CVE-2024-56701 bsc#1235496).
  - Update
    patches.suse/quota-flush-quota_release_work-upon-quota-writeback.patch
    (bsc#1234195 CVE-2024-56780 bsc#1235650).
  - Update
    patches.suse/rtc-check-if-__rtc_read_time-was-successful-in-rtc_t.patch
    (git-fixes CVE-2024-56739 bsc#1235611).
  - Update
    patches.suse/scsi-qla2xxx-Fix-use-after-free-on-unload.patch
    (bsc#1235406 CVE-2024-56623 bsc#1235466).
  - Update
    patches.suse/smb-client-fix-TCP-timers-deadlock-after-rmmod.patch
    (CVE-2024-53095 bsc#1233642 CVE-2024-54680 bsc#1235723).
  - Update
    patches.suse/soc-imx8m-Probe-the-SoC-driver-as-platform-driver.patch
    (stable-fixes CVE-2024-56787 bsc#1235663).
  - Update
    patches.suse/spi-mpc52xx-Add-cancel_work_sync-before-module-remov.patch
    (git-fixes CVE-2024-50051 bsc#1235739).
  - Update
    patches.suse/sunrpc-clear-XPRT_SOCK_UPD_TIMEOUT-when-reset-transport.patch
    (git-fixes CVE-2024-56688 bsc#1235538).
  - Update
    patches.suse/sunrpc-fix-one-UAF-issue-caused-by-sunrpc-kernel-tcp.patch
    (git-fixes CVE-2024-53168 bsc#1234887).
  - Update patches.suse/tipc-fix-NULL-deref-in-cleanup_bearer.patch
    (CVE-2024-56642 bsc#1235433 CVE-2024-56661 bsc#1234931).
  - Update patches.suse/unicode-Fix-utf8_load-error-path.patch
    (git-fixes CVE-2024-53233 bsc#1235046).
  - Update
    patches.suse/usb-dwc3-gadget-Fix-looping-of-queued-SG-entries.patch
    (git-fixes CVE-2024-56698 bsc#1235491).
  - Update
    patches.suse/usb-gadget-u_serial-Fix-the-issue-that-gs_start_io-c.patch
    (git-fixes CVE-2024-56670 bsc#1235488).
  - Update
    patches.suse/usb-musb-Fix-hardware-lockup-on-first-Rx-endpoint-re.patch
    (git-fixes CVE-2024-56687 bsc#1235537).
  - Update
    patches.suse/wifi-ath12k-Skip-Rx-TID-cleanup-for-self-peer.patch
    (git-fixes CVE-2024-56543 bsc#1235065).
  - Update
    patches.suse/wifi-ath12k-fix-atomic-calls-in-ath12k_mac_op_set_bi.patch
    (stable-fixes CVE-2024-56607 bsc#1235423).
  - Update
    patches.suse/wifi-brcmfmac-Fix-oops-due-to-NULL-pointer-dereferen.patch
    (stable-fixes CVE-2024-56593 bsc#1235252).
  - Update
    patches.suse/wifi-nl80211-fix-NL80211_ATTR_MLO_LINK_ID-off-by-one.patch
    (git-fixes CVE-2024-56663 bsc#1235454).
  - Update
    patches.suse/wifi-rtw88-use-ieee80211_purge_tx_queue-to-purge-TX-.patch
    (stable-fixes CVE-2024-56609 bsc#1235389).
  - Update
    patches.suse/wifi-rtw89-check-return-value-of-ieee80211_probereq_.patch
    (stable-fixes CVE-2024-48873 bsc#1235716).
  - commit 8258b9d
  - Move upstreamed NFS patch into sorted section
  - commit b16f043
  - net: dsa: improve shutdown sequence (CVE-2024-49998 bsc#1232087).
  - commit 4c71ee1
  - smb: client: fix OOBs when building SMB2_IOCTL request
    (bsc#1233055, CVE-2024-50151).
  - commit 6434503
  - KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bits
    (bsc#1234635).
  - commit e5c720c
  - KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs (git-fixes
    bsc#1235776).
  - KVM: s390: Reject setting flic pfault attributes on ucontrol
    VMs (git-fixes bsc#1235777).
  - KVM: s390: vsie: fix virtual/physical address in unpin_scb()
    (git-fixes bsc#1235778).
  - iommu/s390: Implement blocking domain (CVE-2024-53232
    bsc#1235050).
  - commit aa0d65c
  - mm/swapfile: skip HugeTLB pages for unuse_vma (CVE-2024-50199
    bsc#1233112).
  - commit 57bc3bb
  - exfat: fix the infinite loop in __exfat_free_cluster()
    (git-fixes).
  - commit f091e41
  - exfat: fix the infinite loop in exfat_readdir() (git-fixes).
  - commit 3298782
  - dlm: fix possible lkb_resource null dereference (git-fixes).
  - commit f2b8780
  - Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
    (CVE-2024-49951 bsc#1232158).
  - commit 8b8b4db
  - afs: Fix the maximum cell name length (git-fixes).
  - commit 77a0ae0
  - drm/amd/display: Fix handling of plane refcount (bsc#1235657 CVE-2024-56775)
  - commit b028260
  - misc: microchip: pci1xxxx: Resolve return code mismatch during
    GPIO set config (git-fixes).
  - misc: microchip: pci1xxxx: Resolve kernel panic during GPIO
    IRQ handling (git-fixes).
  - commit 5eb3001
  - iio: inkern: call iio_device_put() only on mapped devices
    (git-fixes).
  - iio: adc: at91: call input_free_device() on allocated iio_dev
    (git-fixes).
  - iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
    (git-fixes).
  - iio: pressure: zpa2326: fix information leak in triggered buffer
    (git-fixes).
  - iio: adc: rockchip_saradc: fix information leak in triggered
    buffer (git-fixes).
  - iio: imu: kmx61: fix information leak in triggered buffer
    (git-fixes).
  - iio: light: vcnl4035: fix information leak in triggered buffer
    (git-fixes).
  - iio: adc: ti-ads8688: fix information leak in triggered buffer
    (git-fixes).
  - iio: dummy: iio_simply_dummy_buffer: fix information leak in
    triggered buffer (git-fixes).
  - iio: gyro: fxas21002c: Fix missing data update in trigger
    handler (git-fixes).
  - iio: test : check null return of kunit_kmalloc in
    iio_rescale_test_scale (git-fixes).
  - iio: adc: ad7124: Disable all channels at probe time
    (git-fixes).
  - staging: iio: ad9832: Correct phase range check (git-fixes).
  - staging: iio: ad9834: Correct phase range check (git-fixes).
  - usb: gadget: f_fs: Remove WARN_ON in functionfs_bind
    (git-fixes).
  - USB: core: Disable LPM only for non-suspended ports (git-fixes).
  - usb: fix reference leak in usb_new_device() (git-fixes).
  - usb: gadget: u_serial: Disable ep before setting port to null
    to fix the crash caused by port being null (git-fixes).
  - usb: gadget: configfs: Ignore trailing LF for user strings to
    cdev (git-fixes).
  - USB: usblp: return error when setting unsupported protocol
    (git-fixes).
  - usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints
    (git-fixes).
  - usb: typec: tcpm/tcpci_maxim: fix error code in
    max_contaminant_read_resistance_kohm() (git-fixes).
  - usb: dwc3-am62: Disable autosuspend during remove (git-fixes).
  - usb: dwc3: gadget: fix writing NYET threshold (git-fixes).
  - commit 04c952e
  - tty: serial: 8250: Fix another runtime PM usage counter
    underflow (git-fixes).
  - commit 1e248c9

++++ kernel-rt_debug:

  - Update
    patches.suse/ALSA-6fire-Release-resources-at-card-release.patch
    (git-fixes CVE-2024-53239 bsc#1235054).
  - Update
    patches.suse/ALSA-caiaq-Use-snd_card_free_when_closed-at-disconne.patch
    (git-fixes CVE-2024-56531 bsc#1235057).
  - Update
    patches.suse/ALSA-us122l-Use-snd_card_free_when_closed-at-disconn.patch
    (git-fixes CVE-2024-56532 bsc#1235059).
  - Update
    patches.suse/ALSA-usb-audio-Fix-potential-out-of-bound-accesses-f.patch
    (git-fixes CVE-2024-53197 bsc#1235464).
  - Update
    patches.suse/ALSA-usx2y-Use-snd_card_free_when_closed-at-disconne.patch
    (git-fixes CVE-2024-56533 bsc#1235053).
  - Update
    patches.suse/Bluetooth-hci_core-Fix-not-checking-skb-length-on-hc.patch
    (stable-fixes CVE-2024-56590 bsc#1235038).
  - Update
    patches.suse/Bluetooth-hci_event-Fix-using-rcu_read_-un-lock-whil.patch
    (git-fixes CVE-2024-56654 bsc#1235532).
  - Update
    patches.suse/HID-wacom-fix-when-get-product-name-maybe-null-point.patch
    (git-fixes CVE-2024-56629 bsc#1235473).
  - Update
    patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch
    (bsc#1231016 CVE-2024-50106 bsc#1232882).
  - Update patches.suse/PCI-Fix-reset_method_store-memory-leak.patch
    (git-fixes CVE-2024-56745 bsc#1235563).
  - Update
    patches.suse/PCI-Fix-use-after-free-of-slot-bus-on-hot-remove.patch
    (stable-fixes CVE-2024-53194 bsc#1235459).
  - Update
    patches.suse/PCI-MSI-Handle-lack-of-irqdomain-gracefully.patch
    (git-fixes CVE-2024-56760 bsc#1235616).
  - Update
    patches.suse/RDMA-hns-Fix-cpu-stuck-caused-by-printings-during-re.patch
    (git-fixes CVE-2024-56722 bsc#1235570).
  - Update
    patches.suse/acpi-nfit-vmalloc-out-of-bounds-Read-in-acpi_nfit_ct.patch
    (git-fixes CVE-2024-56662 bsc#1235533).
  - Update
    patches.suse/af_packet-avoid-erroring-out-after-sock_init_data-in.patch
    (CVE-2024-56606 bsc#123541 bsc#1235417).
  - Update
    patches.suse/apparmor-test-Fix-memory-leak-for-aa_unpack_strdup.patch
    (git-fixes CVE-2024-56741 bsc#1235502).
  - Update
    patches.suse/blk-cgroup-Fix-UAF-in-blkcg_unpin_online.patch
    (bsc#1234726 CVE-2024-56672 bsc#1235534).
  - Update
    patches.suse/can-dev-can_set_termination-allow-sleeping-GPIOs.patch
    (git-fixes CVE-2024-56625 bsc#1235223).
  - Update
    patches.suse/can-hi311x-hi3110_can_ist-fix-potential-use-after-fr.patch
    (git-fixes CVE-2024-56651 bsc#1235528).
  - Update
    patches.suse/crypto-bcm-add-error-check-in-the-ahash_hmac_init-fu.patch
    (git-fixes CVE-2024-56681 bsc#1235557).
  - Update
    patches.suse/crypto-pcrypt-Call-crypto-layer-directly-when-padata.patch
    (git-fixes CVE-2024-56690 bsc#1235428).
  - Update
    patches.suse/dlm-fix-possible-lkb_resource-null-dereference.patch
    (git-fixes CVE-2024-47809 bsc#1235714).
  - Update
    patches.suse/dma-debug-fix-a-possible-deadlock-on-radix_lock.patch
    (stable-fixes CVE-2024-47143 bsc#1235710).
  - Update
    patches.suse/dmaengine-at_xdmac-avoid-null_prt_deref-in-at_xdmac_.patch
    (git-fixes CVE-2024-56767 bsc#1235160).
  - Update
    patches.suse/drivers-soc-xilinx-add-the-missing-kfree-in-xlnx_add.patch
    (git-fixes CVE-2024-56546 bsc#1235070).
  - Update patches.suse/drm-amdgpu-don-t-access-invalid-sched.patch
    (git-fixes CVE-2024-46896 bsc#1235707).
  - Update
    patches.suse/drm-amdgpu-set-the-right-AMDGPU-sg-segment-limitatio.patch
    (stable-fixes CVE-2024-56594 bsc#1235413).
  - Update
    patches.suse/drm-dp_mst-Fix-MST-sideband-message-body-length-chec.patch
    (stable-fixes CVE-2024-56616 bsc#1235427).
  - Update
    patches.suse/drm-modes-Avoid-divide-by-zero-harder-in-drm_mode_vr.patch
    (stable-fixes CVE-2024-56369 bsc#1235750).
  - Update
    patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-831214f.patch
    (git-fixes CVE-2024-56776 bsc#1235647).
  - Update
    patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer-e965e77.patch
    (git-fixes CVE-2024-56777 bsc#1235641).
  - Update
    patches.suse/drm-sti-avoid-potential-dereference-of-error-pointer.patch
    (git-fixes CVE-2024-56778 bsc#1235635).
  - Update
    patches.suse/drm-vc4-hdmi-Avoid-hang-with-debug-registers-when-su.patch
    (git-fixes CVE-2024-56683 bsc#1235497).
  - Update
    patches.suse/drm-zynqmp_kms-Unplug-DRM-device-before-removal.patch
    (git-fixes CVE-2024-56538 bsc#1235051).
  - Update
    patches.suse/efi-libstub-Free-correct-pointer-on-failure.patch
    (git-fixes CVE-2024-56573 bsc#1235042).
  - Update
    patches.suse/fbdev-sh7760fb-Fix-a-possible-memory-leak-in-sh7760f.patch
    (git-fixes CVE-2024-56746 bsc#1235622).
  - Update
    patches.suse/gpio-grgpio-Add-NULL-check-in-grgpio_probe.patch
    (git-fixes CVE-2024-56634 bsc#1235486).
  - Update
    patches.suse/hfsplus-don-t-query-the-device-logical-block-size-multiple-times.patch
    (git-fixes CVE-2024-56548 bsc#1235073).
  - Update
    patches.suse/igb-Fix-potential-invalid-memory-access-in-igb_init_.patch
    (git-fixes CVE-2024-52332 bsc#1235700).
  - Update
    patches.suse/iio-adc-ad7923-Fix-buffer-overflow-for-tx_buf-and-ri.patch
    (git-fixes CVE-2024-56557 bsc#1235122).
  - Update
    patches.suse/io_uring-check-if-iowq-is-killed-before-queuing.patch
    (git-fixes CVE-2024-56709 bsc#1235552).
  - Update
    patches.suse/io_uring-tctx-work-around-xa_store-allocation-error-.patch
    (git-fixes CVE-2024-56584 bsc#1235117).
  - Update
    patches.suse/jfs-add-a-check-to-prevent-array-index-out-of-bounds-in-dbAdjTree.patch
    (git-fixes CVE-2024-56595 bsc#1235410).
  - Update
    patches.suse/jfs-array-index-out-of-bounds-fix-in-dtReadFirst.patch
    (git-fixes CVE-2024-56598 bsc#1235220).
  - Update
    patches.suse/jfs-fix-array-index-out-of-bounds-in-jfs_readdir.patch
    (git-fixes CVE-2024-56596 bsc#1235458).
  - Update patches.suse/jfs-fix-shift-out-of-bounds-in-dbSplit.patch
    (git-fixes CVE-2024-56597 bsc#1235222).
  - Update
    patches.suse/leds-class-Protect-brightness_show-with-led_cdev-led.patch
    (stable-fixes CVE-2024-56587 bsc#1235125).
  - Update
    patches.suse/media-atomisp-Add-check-for-rgby_data-memory-allocat.patch
    (git-fixes CVE-2024-56705 bsc#1235568).
  - Update
    patches.suse/media-dvb-frontends-dib3000mb-fix-uninit-value-in-di.patch
    (git-fixes CVE-2024-56769 bsc#1235155).
  - Update
    patches.suse/media-imx-jpeg-Ensure-power-suppliers-be-suspended-b.patch
    (git-fixes CVE-2024-56575 bsc#1235039).
  - Update
    patches.suse/media-imx-jpeg-Set-video-drvdata-before-register-vid.patch
    (git-fixes CVE-2024-56578 bsc#1235115).
  - Update
    patches.suse/media-mtk-jpeg-Fix-null-ptr-deref-during-unload-modu.patch
    (git-fixes CVE-2024-56577 bsc#1235112).
  - Update
    patches.suse/media-platform-allegro-dvt-Fix-possible-memory-leak-.patch
    (git-fixes CVE-2024-56572 bsc#1235043).
  - Update
    patches.suse/media-ts2020-fix-null-ptr-deref-in-ts2020_probe.patch
    (git-fixes CVE-2024-56574 bsc#1235040).
  - Update
    patches.suse/media-uvcvideo-Require-entities-to-have-a-non-zero-u.patch
    (git-fixes CVE-2024-56571 bsc#1235037).
  - Update
    patches.suse/media-wl128x-Fix-atomicity-violation-in-fmc_send_cmd.patch
    (git-fixes CVE-2024-56700 bsc#1235500).
  - Update
    patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-PMIC-dev.patch
    (git-fixes CVE-2024-56723 bsc#1235571).
  - Update
    patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-TMU-devi.patch
    (git-fixes CVE-2024-56724 bsc#1235577).
  - Update
    patches.suse/mfd-intel_soc_pmic_bxtwc-Use-IRQ-domain-for-USB-Type.patch
    (git-fixes CVE-2024-56691 bsc#1235425).
  - Update
    patches.suse/msft-hv-3095-Drivers-hv-util-Avoid-accessing-a-ringbuffer-not-ini.patch
    (git-fixes CVE-2024-55916 bsc#1235747).
  - Update
    patches.suse/mtd-rawnand-fix-double-free-in-atmel_pmecc_create_us.patch
    (git-fixes CVE-2024-56766 bsc#1235219).
  - Update
    patches.suse/net-ipv6-release-expired-exception-dst-cached-in-soc.patch
    (bsc#1216813 CVE-2024-56644 bsc#1235133).
  - Update
    patches.suse/nfsd-fix-nfs4_openowner-leak-when-concurrent-nfsd4_open-occur.patch
    (git-fixes CVE-2024-56779 bsc#1235632).
  - Update
    patches.suse/nfsd-make-sure-exp-active-before-svc_export_show.patch
    (git-fixes CVE-2024-56558 bsc#1235100).
  - Update
    patches.suse/nilfs2-fix-potential-out-of-bounds-memory-access-in-nilfs_find_entry.patch
    (git-fixes CVE-2024-56619 bsc#1235224).
  - Update
    patches.suse/nvme-apple-fix-device-reference-counting.patch
    (git-fixes CVE-2024-43913 bsc#1229833).
  - Update
    patches.suse/nvme-rdma-unquiesce-admin_q-before-destroy-it.patch
    (git-fixes CVE-2024-49569 bsc#1235730).
  - Update
    patches.suse/nvme-tcp-fix-the-memleak-while-create-new-ctrl-faile.patch
    (git-fixes CVE-2024-56632 bsc#1235483).
  - Update
    patches.suse/ocfs2-free-inode-when-ocfs2_get_init_inode-fails.patch
    (git-fixes CVE-2024-56630 bsc#1235479).
  - Update
    patches.suse/pinmux-Use-sequential-access-to-access-desc-pinmux-d.patch
    (stable-fixes CVE-2024-47141 bsc#1235708).
  - Update
    patches.suse/power-supply-gpio-charger-Fix-set-charge-current-lim.patch
    (git-fixes CVE-2024-57792 bsc#1235764).
  - Update
    patches.suse/powerpc-fadump-Move-fadump_cma_init-to-setup_arch-af.patch
    (bsc#1215199 CVE-2024-56677 bsc#1235494).
  - Update
    patches.suse/powerpc-mm-fault-Fix-kfence-page-fault-reporting.patch
    (bsc#1194869 CVE-2024-56678 bsc#1235495).
  - Update
    patches.suse/powerpc-pseries-Fix-dtl_access_lock-to-be-a-rw_semap.patch
    (bsc#1194869 CVE-2024-56701 bsc#1235496).
  - Update
    patches.suse/quota-flush-quota_release_work-upon-quota-writeback.patch
    (bsc#1234195 CVE-2024-56780 bsc#1235650).
  - Update
    patches.suse/rtc-check-if-__rtc_read_time-was-successful-in-rtc_t.patch
    (git-fixes CVE-2024-56739 bsc#1235611).
  - Update
    patches.suse/scsi-qla2xxx-Fix-use-after-free-on-unload.patch
    (bsc#1235406 CVE-2024-56623 bsc#1235466).
  - Update
    patches.suse/smb-client-fix-TCP-timers-deadlock-after-rmmod.patch
    (CVE-2024-53095 bsc#1233642 CVE-2024-54680 bsc#1235723).
  - Update
    patches.suse/soc-imx8m-Probe-the-SoC-driver-as-platform-driver.patch
    (stable-fixes CVE-2024-56787 bsc#1235663).
  - Update
    patches.suse/spi-mpc52xx-Add-cancel_work_sync-before-module-remov.patch
    (git-fixes CVE-2024-50051 bsc#1235739).
  - Update
    patches.suse/sunrpc-clear-XPRT_SOCK_UPD_TIMEOUT-when-reset-transport.patch
    (git-fixes CVE-2024-56688 bsc#1235538).
  - Update
    patches.suse/sunrpc-fix-one-UAF-issue-caused-by-sunrpc-kernel-tcp.patch
    (git-fixes CVE-2024-53168 bsc#1234887).
  - Update patches.suse/tipc-fix-NULL-deref-in-cleanup_bearer.patch
    (CVE-2024-56642 bsc#1235433 CVE-2024-56661 bsc#1234931).
  - Update patches.suse/unicode-Fix-utf8_load-error-path.patch
    (git-fixes CVE-2024-53233 bsc#1235046).
  - Update
    patches.suse/usb-dwc3-gadget-Fix-looping-of-queued-SG-entries.patch
    (git-fixes CVE-2024-56698 bsc#1235491).
  - Update
    patches.suse/usb-gadget-u_serial-Fix-the-issue-that-gs_start_io-c.patch
    (git-fixes CVE-2024-56670 bsc#1235488).
  - Update
    patches.suse/usb-musb-Fix-hardware-lockup-on-first-Rx-endpoint-re.patch
    (git-fixes CVE-2024-56687 bsc#1235537).
  - Update
    patches.suse/wifi-ath12k-Skip-Rx-TID-cleanup-for-self-peer.patch
    (git-fixes CVE-2024-56543 bsc#1235065).
  - Update
    patches.suse/wifi-ath12k-fix-atomic-calls-in-ath12k_mac_op_set_bi.patch
    (stable-fixes CVE-2024-56607 bsc#1235423).
  - Update
    patches.suse/wifi-brcmfmac-Fix-oops-due-to-NULL-pointer-dereferen.patch
    (stable-fixes CVE-2024-56593 bsc#1235252).
  - Update
    patches.suse/wifi-nl80211-fix-NL80211_ATTR_MLO_LINK_ID-off-by-one.patch
    (git-fixes CVE-2024-56663 bsc#1235454).
  - Update
    patches.suse/wifi-rtw88-use-ieee80211_purge_tx_queue-to-purge-TX-.patch
    (stable-fixes CVE-2024-56609 bsc#1235389).
  - Update
    patches.suse/wifi-rtw89-check-return-value-of-ieee80211_probereq_.patch
    (stable-fixes CVE-2024-48873 bsc#1235716).
  - commit 8258b9d
  - Move upstreamed NFS patch into sorted section
  - commit b16f043
  - net: dsa: improve shutdown sequence (CVE-2024-49998 bsc#1232087).
  - commit 4c71ee1
  - smb: client: fix OOBs when building SMB2_IOCTL request
    (bsc#1233055, CVE-2024-50151).
  - commit 6434503
  - KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bits
    (bsc#1234635).
  - commit e5c720c
  - KVM: s390: Reject KVM_SET_GSI_ROUTING on ucontrol VMs (git-fixes
    bsc#1235776).
  - KVM: s390: Reject setting flic pfault attributes on ucontrol
    VMs (git-fixes bsc#1235777).
  - KVM: s390: vsie: fix virtual/physical address in unpin_scb()
    (git-fixes bsc#1235778).
  - iommu/s390: Implement blocking domain (CVE-2024-53232
    bsc#1235050).
  - commit aa0d65c
  - mm/swapfile: skip HugeTLB pages for unuse_vma (CVE-2024-50199
    bsc#1233112).
  - commit 57bc3bb
  - exfat: fix the infinite loop in __exfat_free_cluster()
    (git-fixes).
  - commit f091e41
  - exfat: fix the infinite loop in exfat_readdir() (git-fixes).
  - commit 3298782
  - dlm: fix possible lkb_resource null dereference (git-fixes).
  - commit f2b8780
  - Bluetooth: MGMT: Fix possible crash on mgmt_index_removed
    (CVE-2024-49951 bsc#1232158).
  - commit 8b8b4db
  - afs: Fix the maximum cell name length (git-fixes).
  - commit 77a0ae0
  - drm/amd/display: Fix handling of plane refcount (bsc#1235657 CVE-2024-56775)
  - commit b028260
  - misc: microchip: pci1xxxx: Resolve return code mismatch during
    GPIO set config (git-fixes).
  - misc: microchip: pci1xxxx: Resolve kernel panic during GPIO
    IRQ handling (git-fixes).
  - commit 5eb3001
  - iio: inkern: call iio_device_put() only on mapped devices
    (git-fixes).
  - iio: adc: at91: call input_free_device() on allocated iio_dev
    (git-fixes).
  - iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
    (git-fixes).
  - iio: pressure: zpa2326: fix information leak in triggered buffer
    (git-fixes).
  - iio: adc: rockchip_saradc: fix information leak in triggered
    buffer (git-fixes).
  - iio: imu: kmx61: fix information leak in triggered buffer
    (git-fixes).
  - iio: light: vcnl4035: fix information leak in triggered buffer
    (git-fixes).
  - iio: adc: ti-ads8688: fix information leak in triggered buffer
    (git-fixes).
  - iio: dummy: iio_simply_dummy_buffer: fix information leak in
    triggered buffer (git-fixes).
  - iio: gyro: fxas21002c: Fix missing data update in trigger
    handler (git-fixes).
  - iio: test : check null return of kunit_kmalloc in
    iio_rescale_test_scale (git-fixes).
  - iio: adc: ad7124: Disable all channels at probe time
    (git-fixes).
  - staging: iio: ad9832: Correct phase range check (git-fixes).
  - staging: iio: ad9834: Correct phase range check (git-fixes).
  - usb: gadget: f_fs: Remove WARN_ON in functionfs_bind
    (git-fixes).
  - USB: core: Disable LPM only for non-suspended ports (git-fixes).
  - usb: fix reference leak in usb_new_device() (git-fixes).
  - usb: gadget: u_serial: Disable ep before setting port to null
    to fix the crash caused by port being null (git-fixes).
  - usb: gadget: configfs: Ignore trailing LF for user strings to
    cdev (git-fixes).
  - USB: usblp: return error when setting unsupported protocol
    (git-fixes).
  - usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints
    (git-fixes).
  - usb: typec: tcpm/tcpci_maxim: fix error code in
    max_contaminant_read_resistance_kohm() (git-fixes).
  - usb: dwc3-am62: Disable autosuspend during remove (git-fixes).
  - usb: dwc3: gadget: fix writing NYET threshold (git-fixes).
  - commit 04c952e
  - tty: serial: 8250: Fix another runtime PM usage counter
    underflow (git-fixes).
  - commit 1e248c9

++++ tiff:

  - Fix versioning of tiff-docs under Recommends

------------------------------------------------------------------
------------------  2025-1-12  -  Jan 12 2025  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.25. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.25>
    <https://github.com/containerd/containerd/releases/tag/v1.7.24>
  - Rebase patches:
    * 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

++++ kernel-default:

  - hwmon: (drivetemp) Fix driver producing garbage data when SCSI
    errors occur (git-fixes).
  - commit b04cc0b

++++ kernel-rt:

  - hwmon: (drivetemp) Fix driver producing garbage data when SCSI
    errors occur (git-fixes).
  - commit b04cc0b

++++ kernel-rt_debug:

  - hwmon: (drivetemp) Fix driver producing garbage data when SCSI
    errors occur (git-fixes).
  - commit b04cc0b

------------------------------------------------------------------
------------------  2025-1-11  -  Jan 11 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - thermal: of: fix OF node leak in of_thermal_zone_find()
    (git-fixes).
  - drm/mediatek: Add return value check when reading DPCD
    (git-fixes).
  - drm/mediatek: mtk_dsi: Add registers to pdata to fix
    MT8186/MT8188 (git-fixes).
  - drm/mediatek: Fix mode valid issue for dp (git-fixes).
  - drm/mediatek: Fix YCbCr422 color format issue for DP
    (git-fixes).
  - drm/mediatek: stop selecting foreign drivers (git-fixes).
  - drm/mediatek: Add support for 180-degree rotation in the
    display driver (git-fixes).
  - drm/mediatek: Set private->all_drm_private[i]->drm to NULL if
    mtk_drm_bind returns err (git-fixes).
  - drm/amdkfd: fixed page fault when enable MES shader debugger
    (git-fixes).
  - platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042
    actually enabled it (git-fixes).
  - commit 4e3d452
  - Update patches.suse/tipc-fix-NULL-deref-in-cleanup_bearer.patch
    (CVE-2024-56642 bsc#1235433).
  - commit 6f4f559

++++ kernel-rt:

  - thermal: of: fix OF node leak in of_thermal_zone_find()
    (git-fixes).
  - drm/mediatek: Add return value check when reading DPCD
    (git-fixes).
  - drm/mediatek: mtk_dsi: Add registers to pdata to fix
    MT8186/MT8188 (git-fixes).
  - drm/mediatek: Fix mode valid issue for dp (git-fixes).
  - drm/mediatek: Fix YCbCr422 color format issue for DP
    (git-fixes).
  - drm/mediatek: stop selecting foreign drivers (git-fixes).
  - drm/mediatek: Add support for 180-degree rotation in the
    display driver (git-fixes).
  - drm/mediatek: Set private->all_drm_private[i]->drm to NULL if
    mtk_drm_bind returns err (git-fixes).
  - drm/amdkfd: fixed page fault when enable MES shader debugger
    (git-fixes).
  - platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042
    actually enabled it (git-fixes).
  - commit 4e3d452
  - Update patches.suse/tipc-fix-NULL-deref-in-cleanup_bearer.patch
    (CVE-2024-56642 bsc#1235433).
  - commit 6f4f559

++++ kernel-rt_debug:

  - thermal: of: fix OF node leak in of_thermal_zone_find()
    (git-fixes).
  - drm/mediatek: Add return value check when reading DPCD
    (git-fixes).
  - drm/mediatek: mtk_dsi: Add registers to pdata to fix
    MT8186/MT8188 (git-fixes).
  - drm/mediatek: Fix mode valid issue for dp (git-fixes).
  - drm/mediatek: Fix YCbCr422 color format issue for DP
    (git-fixes).
  - drm/mediatek: stop selecting foreign drivers (git-fixes).
  - drm/mediatek: Add support for 180-degree rotation in the
    display driver (git-fixes).
  - drm/mediatek: Set private->all_drm_private[i]->drm to NULL if
    mtk_drm_bind returns err (git-fixes).
  - drm/amdkfd: fixed page fault when enable MES shader debugger
    (git-fixes).
  - platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042
    actually enabled it (git-fixes).
  - commit 4e3d452
  - Update patches.suse/tipc-fix-NULL-deref-in-cleanup_bearer.patch
    (CVE-2024-56642 bsc#1235433).
  - commit 6f4f559

------------------------------------------------------------------
------------------  2025-1-10  -  Jan 10 2025  -------------------
------------------------------------------------------------------

++++ container-selinux:

  - Update to version 2.234.2:
    * TMT: enable epel idomatically
    * Packit: switch back to fedora-all
    * RPM: Bump Epoch to 4
    * rpm: ship manpage
    * Add proper labeling for RamaLama
    * Packit: remove rhel / epel jobs
    * packit: remove unused file

++++ python-kiwi:

  - Fixed donate button target

++++ kernel-default:

  - Disable ceph (jsc#PED-7242)
  - commit 0dd7856
  - bpf, sockmap: Fix race between element replace and close()
    (CVE-2024-56664 bsc#1235249).
  - commit 81511fb
  - platform/x86/intel/tpmi: Add defines to get version information
    (bsc#1225897).
  - commit 00f1af2
  - s390x config: IOMMU_DEFAULT_DMA_LAZY=y (bsc#1235646)
  - commit 4e210b3
  - tipc: fix NULL deref in cleanup_bearer() (bsc#1235433).
  - commit e9be640
  - platform/x86/intel-uncore-freq: Ignore minor version change
    (bsc#1225897).
  - commit 33349ec
  - udmabuf: fix memory leak on last export_udmabuf() error path
    (CVE-2024-56712 bsc#1235565).
  - commit bbc81b4
  - modpost: fix the missed iteration for the max bit in do_input()
    (git-fixes).
  - net: wwan: iosm: Properly check for valid exec stage in
    ipc_mmio_init() (git-fixes).
  - net: wwan: t7xx: Fix FSM command timeout issue (git-fixes).
  - thunderbolt: Add support for Intel Panther Lake-M/P
    (stable-fixes).
  - sound: usb: format: don't warn that raw DSD is unsupported
    (stable-fixes).
  - sound: usb: enable DSD output for ddHiFi TC44C (stable-fixes).
  - net: usb: qmi_wwan: add Telit FE910C04 compositions
    (stable-fixes).
  - wifi: mac80211: wake the queues in case of failure in resume
    (stable-fixes).
  - wifi: mac80211: fix mbss changed flags corruption on 32 bit
    systems (stable-fixes).
  - watchdog: rzg2l_wdt: Power on the watchdog domain in the
    restart handler (stable-fixes).
  - wifi: ath12k: fix atomic calls in
    ath12k_mac_op_set_bitrate_mask() (stable-fixes).
  - wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb
    (stable-fixes).
  - wifi: mac80211: export ieee80211_purge_tx_queue() for drivers
    (stable-fixes).
  - wifi: mac80211: Add non-atomic station iterator (stable-fixes).
  - watchdog: rzg2l_wdt: Rely on the reset driver for doing proper
    reset (stable-fixes).
  - watchdog: rzg2l_wdt: Remove reset de-assert from probe
    (stable-fixes).
  - media: uvcvideo: Force UVC version to 1.0a for 0408:4035
    (stable-fixes).
  - thunderbolt: Add support for Intel Lunar Lake (stable-fixes).
  - usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flag
    (stable-fixes).
  - commit c96ed05
  - Bluetooth: btnxpuart: Fix driver sending truncated data
    (git-fixes).
  - Bluetooth: MGMT: Fix Add Device to responding before completing
    (git-fixes).
  - Bluetooth: hci_sync: Fix not setting Random Address when
    required (git-fixes).
  - ieee802154: ca8210: Add missing check for kfifo_alloc() in
    ca8210_probe() (git-fixes).
  - irqchip/gic: Correct declaration of *percpu_base pointer in
    union gic_base (stable-fixes).
  - drm/amdkfd: Correct the migration DMA map direction
    (stable-fixes).
  - ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model
    (stable-fixes).
  - ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A
    (stable-fixes).
  - drm/amd/display: Fix incorrect DSC recompute trigger
    (stable-fixes).
  - i2c: i801: Add support for Intel Panther Lake (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 0489/e111 for MT7925
    (stable-fixes).
  - Bluetooth: btusb: mediatek: add callback function in
    btusb_disconnect (stable-fixes).
  - docs: media: update location of the media patches
    (stable-fixes).
  - cleanup: Adjust scoped_guard() macros to avoid potential warning
    (stable-fixes).
  - cleanup: Remove address space of returned pointer (git-fixes).
  - crypto: ecdsa - Avoid signed integer overflow on signature
    decoding (stable-fixes).
  - irqchip/gic-v3: Force propagation of the active state with a
    read-back (stable-fixes).
  - ACPI/IORT: Add PMCG platform information for HiSilicon HIP10/11
    (stable-fixes).
  - i2c: i801: Add support for Intel Arrow Lake-H (stable-fixes).
  - crypto: ecdsa - Use ecc_digits_from_bytes to convert signature
    (stable-fixes).
  - drm/amd/display: Fix DSC-re-computing (stable-fixes).
  - Bluetooth: btusb: add callback function in btusb suspend/resume
    (stable-fixes).
  - crypto: ecc - Prevent ecc_digits_from_bytes from reading too
    many bytes (git-fixes).
  - Bluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925
    (stable-fixes).
  - crypto: ecdsa - Rename keylen to bufsize where necessary
    (stable-fixes).
  - crypto: ecdsa - Convert byte arrays with key coordinates to
    digits (stable-fixes).
  - ALSA: ump: Use guard() for locking (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925
    (stable-fixes).
  - cleanup: Add conditional guard support (stable-fixes).
  - i2c: xgene-slimpro: Migrate to use generic PCC shmem related
    macros (stable-fixes).
  - ACPI: PCC: Add PCC shared memory region command and status
    bitfields (stable-fixes).
  - mailbox: pcc: Support shared interrupt for multiple subspaces
    (stable-fixes).
  - mailbox: pcc: Add support for platform notification handling
    (stable-fixes).
  - Bluetooth: Add support ITTIM PE50-M75C (stable-fixes).
  - commit 964672e
  - scsi: sg: Fix slab-use-after-free read in sg_release()
    (CVE-2024-56631 bsc#1235480).
  - commit cb70e79
  - Fix CVE reference for patches.suse/af_packet-avoid-erroring-out-after-sock_init_data-in.patch (CVE-2024-56606)
  - commit f8ce5de
  - 9p/xen: fix release of IRQ (CVE-2024-56704 bsc#1235584).
  - commit f0916d2
  - net: ieee802154: do not leave a dangling sk pointer in
    ieee802154_create() (CVE-2024-56602 bsc#1235521).
  - commit 2d367ac
  - net: hsr: avoid potential out-of-bound access in
    fill_frame_info() (CVE-2024-56648 bsc#1235451).
  - commit 79ce319

++++ kernel-rt:

  - Disable ceph (jsc#PED-7242)
  - commit 0dd7856
  - bpf, sockmap: Fix race between element replace and close()
    (CVE-2024-56664 bsc#1235249).
  - commit 81511fb
  - platform/x86/intel/tpmi: Add defines to get version information
    (bsc#1225897).
  - commit 00f1af2
  - s390x config: IOMMU_DEFAULT_DMA_LAZY=y (bsc#1235646)
  - commit 4e210b3
  - tipc: fix NULL deref in cleanup_bearer() (bsc#1235433).
  - commit e9be640
  - platform/x86/intel-uncore-freq: Ignore minor version change
    (bsc#1225897).
  - commit 33349ec
  - udmabuf: fix memory leak on last export_udmabuf() error path
    (CVE-2024-56712 bsc#1235565).
  - commit bbc81b4
  - modpost: fix the missed iteration for the max bit in do_input()
    (git-fixes).
  - net: wwan: iosm: Properly check for valid exec stage in
    ipc_mmio_init() (git-fixes).
  - net: wwan: t7xx: Fix FSM command timeout issue (git-fixes).
  - thunderbolt: Add support for Intel Panther Lake-M/P
    (stable-fixes).
  - sound: usb: format: don't warn that raw DSD is unsupported
    (stable-fixes).
  - sound: usb: enable DSD output for ddHiFi TC44C (stable-fixes).
  - net: usb: qmi_wwan: add Telit FE910C04 compositions
    (stable-fixes).
  - wifi: mac80211: wake the queues in case of failure in resume
    (stable-fixes).
  - wifi: mac80211: fix mbss changed flags corruption on 32 bit
    systems (stable-fixes).
  - watchdog: rzg2l_wdt: Power on the watchdog domain in the
    restart handler (stable-fixes).
  - wifi: ath12k: fix atomic calls in
    ath12k_mac_op_set_bitrate_mask() (stable-fixes).
  - wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb
    (stable-fixes).
  - wifi: mac80211: export ieee80211_purge_tx_queue() for drivers
    (stable-fixes).
  - wifi: mac80211: Add non-atomic station iterator (stable-fixes).
  - watchdog: rzg2l_wdt: Rely on the reset driver for doing proper
    reset (stable-fixes).
  - watchdog: rzg2l_wdt: Remove reset de-assert from probe
    (stable-fixes).
  - media: uvcvideo: Force UVC version to 1.0a for 0408:4035
    (stable-fixes).
  - thunderbolt: Add support for Intel Lunar Lake (stable-fixes).
  - usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flag
    (stable-fixes).
  - commit c96ed05
  - Bluetooth: btnxpuart: Fix driver sending truncated data
    (git-fixes).
  - Bluetooth: MGMT: Fix Add Device to responding before completing
    (git-fixes).
  - Bluetooth: hci_sync: Fix not setting Random Address when
    required (git-fixes).
  - ieee802154: ca8210: Add missing check for kfifo_alloc() in
    ca8210_probe() (git-fixes).
  - irqchip/gic: Correct declaration of *percpu_base pointer in
    union gic_base (stable-fixes).
  - drm/amdkfd: Correct the migration DMA map direction
    (stable-fixes).
  - ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model
    (stable-fixes).
  - ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A
    (stable-fixes).
  - drm/amd/display: Fix incorrect DSC recompute trigger
    (stable-fixes).
  - i2c: i801: Add support for Intel Panther Lake (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 0489/e111 for MT7925
    (stable-fixes).
  - Bluetooth: btusb: mediatek: add callback function in
    btusb_disconnect (stable-fixes).
  - docs: media: update location of the media patches
    (stable-fixes).
  - cleanup: Adjust scoped_guard() macros to avoid potential warning
    (stable-fixes).
  - cleanup: Remove address space of returned pointer (git-fixes).
  - crypto: ecdsa - Avoid signed integer overflow on signature
    decoding (stable-fixes).
  - irqchip/gic-v3: Force propagation of the active state with a
    read-back (stable-fixes).
  - ACPI/IORT: Add PMCG platform information for HiSilicon HIP10/11
    (stable-fixes).
  - i2c: i801: Add support for Intel Arrow Lake-H (stable-fixes).
  - crypto: ecdsa - Use ecc_digits_from_bytes to convert signature
    (stable-fixes).
  - drm/amd/display: Fix DSC-re-computing (stable-fixes).
  - Bluetooth: btusb: add callback function in btusb suspend/resume
    (stable-fixes).
  - crypto: ecc - Prevent ecc_digits_from_bytes from reading too
    many bytes (git-fixes).
  - Bluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925
    (stable-fixes).
  - crypto: ecdsa - Rename keylen to bufsize where necessary
    (stable-fixes).
  - crypto: ecdsa - Convert byte arrays with key coordinates to
    digits (stable-fixes).
  - ALSA: ump: Use guard() for locking (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925
    (stable-fixes).
  - cleanup: Add conditional guard support (stable-fixes).
  - i2c: xgene-slimpro: Migrate to use generic PCC shmem related
    macros (stable-fixes).
  - ACPI: PCC: Add PCC shared memory region command and status
    bitfields (stable-fixes).
  - mailbox: pcc: Support shared interrupt for multiple subspaces
    (stable-fixes).
  - mailbox: pcc: Add support for platform notification handling
    (stable-fixes).
  - Bluetooth: Add support ITTIM PE50-M75C (stable-fixes).
  - commit 964672e
  - scsi: sg: Fix slab-use-after-free read in sg_release()
    (CVE-2024-56631 bsc#1235480).
  - commit cb70e79
  - Fix CVE reference for patches.suse/af_packet-avoid-erroring-out-after-sock_init_data-in.patch (CVE-2024-56606)
  - commit f8ce5de
  - 9p/xen: fix release of IRQ (CVE-2024-56704 bsc#1235584).
  - commit f0916d2
  - net: ieee802154: do not leave a dangling sk pointer in
    ieee802154_create() (CVE-2024-56602 bsc#1235521).
  - commit 2d367ac
  - net: hsr: avoid potential out-of-bound access in
    fill_frame_info() (CVE-2024-56648 bsc#1235451).
  - commit 79ce319

++++ kernel-rt_debug:

  - Disable ceph (jsc#PED-7242)
  - commit 0dd7856
  - bpf, sockmap: Fix race between element replace and close()
    (CVE-2024-56664 bsc#1235249).
  - commit 81511fb
  - platform/x86/intel/tpmi: Add defines to get version information
    (bsc#1225897).
  - commit 00f1af2
  - s390x config: IOMMU_DEFAULT_DMA_LAZY=y (bsc#1235646)
  - commit 4e210b3
  - tipc: fix NULL deref in cleanup_bearer() (bsc#1235433).
  - commit e9be640
  - platform/x86/intel-uncore-freq: Ignore minor version change
    (bsc#1225897).
  - commit 33349ec
  - udmabuf: fix memory leak on last export_udmabuf() error path
    (CVE-2024-56712 bsc#1235565).
  - commit bbc81b4
  - modpost: fix the missed iteration for the max bit in do_input()
    (git-fixes).
  - net: wwan: iosm: Properly check for valid exec stage in
    ipc_mmio_init() (git-fixes).
  - net: wwan: t7xx: Fix FSM command timeout issue (git-fixes).
  - thunderbolt: Add support for Intel Panther Lake-M/P
    (stable-fixes).
  - sound: usb: format: don't warn that raw DSD is unsupported
    (stable-fixes).
  - sound: usb: enable DSD output for ddHiFi TC44C (stable-fixes).
  - net: usb: qmi_wwan: add Telit FE910C04 compositions
    (stable-fixes).
  - wifi: mac80211: wake the queues in case of failure in resume
    (stable-fixes).
  - wifi: mac80211: fix mbss changed flags corruption on 32 bit
    systems (stable-fixes).
  - watchdog: rzg2l_wdt: Power on the watchdog domain in the
    restart handler (stable-fixes).
  - wifi: ath12k: fix atomic calls in
    ath12k_mac_op_set_bitrate_mask() (stable-fixes).
  - wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb
    (stable-fixes).
  - wifi: mac80211: export ieee80211_purge_tx_queue() for drivers
    (stable-fixes).
  - wifi: mac80211: Add non-atomic station iterator (stable-fixes).
  - watchdog: rzg2l_wdt: Rely on the reset driver for doing proper
    reset (stable-fixes).
  - watchdog: rzg2l_wdt: Remove reset de-assert from probe
    (stable-fixes).
  - media: uvcvideo: Force UVC version to 1.0a for 0408:4035
    (stable-fixes).
  - thunderbolt: Add support for Intel Lunar Lake (stable-fixes).
  - usb: chipidea: add CI_HDRC_FORCE_VBUS_ACTIVE_ALWAYS flag
    (stable-fixes).
  - commit c96ed05
  - Bluetooth: btnxpuart: Fix driver sending truncated data
    (git-fixes).
  - Bluetooth: MGMT: Fix Add Device to responding before completing
    (git-fixes).
  - Bluetooth: hci_sync: Fix not setting Random Address when
    required (git-fixes).
  - ieee802154: ca8210: Add missing check for kfifo_alloc() in
    ca8210_probe() (git-fixes).
  - irqchip/gic: Correct declaration of *percpu_base pointer in
    union gic_base (stable-fixes).
  - drm/amdkfd: Correct the migration DMA map direction
    (stable-fixes).
  - ALSA: hda/realtek: Add new alc2xx-fixup-headset-mic model
    (stable-fixes).
  - ACPI/IORT: Add PMCG platform information for HiSilicon HIP09A
    (stable-fixes).
  - drm/amd/display: Fix incorrect DSC recompute trigger
    (stable-fixes).
  - i2c: i801: Add support for Intel Panther Lake (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 0489/e111 for MT7925
    (stable-fixes).
  - Bluetooth: btusb: mediatek: add callback function in
    btusb_disconnect (stable-fixes).
  - docs: media: update location of the media patches
    (stable-fixes).
  - cleanup: Adjust scoped_guard() macros to avoid potential warning
    (stable-fixes).
  - cleanup: Remove address space of returned pointer (git-fixes).
  - crypto: ecdsa - Avoid signed integer overflow on signature
    decoding (stable-fixes).
  - irqchip/gic-v3: Force propagation of the active state with a
    read-back (stable-fixes).
  - ACPI/IORT: Add PMCG platform information for HiSilicon HIP10/11
    (stable-fixes).
  - i2c: i801: Add support for Intel Arrow Lake-H (stable-fixes).
  - crypto: ecdsa - Use ecc_digits_from_bytes to convert signature
    (stable-fixes).
  - drm/amd/display: Fix DSC-re-computing (stable-fixes).
  - Bluetooth: btusb: add callback function in btusb suspend/resume
    (stable-fixes).
  - crypto: ecc - Prevent ecc_digits_from_bytes from reading too
    many bytes (git-fixes).
  - Bluetooth: btusb: Add USB HW IDs for MT7921/MT7922/MT7925
    (stable-fixes).
  - crypto: ecdsa - Rename keylen to bufsize where necessary
    (stable-fixes).
  - crypto: ecdsa - Convert byte arrays with key coordinates to
    digits (stable-fixes).
  - ALSA: ump: Use guard() for locking (stable-fixes).
  - Bluetooth: btusb: Add new VID/PID 13d3/3602 for MT7925
    (stable-fixes).
  - cleanup: Add conditional guard support (stable-fixes).
  - i2c: xgene-slimpro: Migrate to use generic PCC shmem related
    macros (stable-fixes).
  - ACPI: PCC: Add PCC shared memory region command and status
    bitfields (stable-fixes).
  - mailbox: pcc: Support shared interrupt for multiple subspaces
    (stable-fixes).
  - mailbox: pcc: Add support for platform notification handling
    (stable-fixes).
  - Bluetooth: Add support ITTIM PE50-M75C (stable-fixes).
  - commit 964672e
  - scsi: sg: Fix slab-use-after-free read in sg_release()
    (CVE-2024-56631 bsc#1235480).
  - commit cb70e79
  - Fix CVE reference for patches.suse/af_packet-avoid-erroring-out-after-sock_init_data-in.patch (CVE-2024-56606)
  - commit f8ce5de
  - 9p/xen: fix release of IRQ (CVE-2024-56704 bsc#1235584).
  - commit f0916d2
  - net: ieee802154: do not leave a dangling sk pointer in
    ieee802154_create() (CVE-2024-56602 bsc#1235521).
  - commit 2d367ac
  - net: hsr: avoid potential out-of-bound access in
    fill_frame_info() (CVE-2024-56648 bsc#1235451).
  - commit 79ce319

++++ pam_u2f:

  - Fix for CVE-2025-23013 (bsc#1233517):
    * Add 0001_fix_for_CVE_2025_23013.patch patch

------------------------------------------------------------------
------------------  2025-1-9  -  Jan 9 2025  -------------------
------------------------------------------------------------------

++++ container-selinux:

  - Add BuildRequires selinux-policy-%{selinuxtype} to enable building
    for SLFO. Might be removed in the future again when 1231252
    is fixed.

++++ glibc:

  - prctl-syscall-wrapper.patch: Linux: Switch back to assembly syscall
    wrapper for prctl (bsc#1234665, BZ #29770)

++++ kernel-default:

  - net/mlx5: DR, prevent potential error pointer dereference (CVE-2024-56660 bsc#1235437)
  - commit 0e2235c
  - bnxt_en: Fix GSO type for HW GRO packets on 5750X chips (git-fixes)
  - commit 8448fe4
  - bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips (CVE-2024-56656  bsc#1235444)
  - commit a44ef4d
  - af_packet: avoid erroring out after sock_init_data() in packet_create() (CVE-2024-5660 bsc#123541)
  - commit c21a9e5
  - smb: client: fix NULL ptr deref in crypto_aead_setkey() (CVE-2024-53185 bsc#1234901)
  - commit 77b5b00
  - net: af_can: do not leave a dangling sk pointer in can_create() (CVE-2024-56603 bsc#1235415)
  - commit 53bb420
  - btrfs: fix use-after-free waiting for encoded read endios
    (bsc#1235445).
  - btrfs: fix use-after-free in btrfs_encoded_read_endio()
    (bsc#1235445).
  - commit ae44992
  - ovl: Filter invalid inodes with missing lookup function
    (bsc#1235035 CVE-2024-56570).
  - commit 0cddc7c
  - ubi: fastmap: Fix duplicate slab cache names while attaching (CVE-2024-53172 bsc#1234898)
  - commit f996297
  - net: sched: fix ordering of qlen adjustment (CVE-2024-53164 bsc#1234863)
  - commit ac3c374
  - tipc: Fix use-after-free of kernel socket in cleanup_bearer()
    (CVE-2024-56642 bsc#1235433).
  - commit 644f840
  - sctp: properly validate chunk size in sctp_sf_ootb() (CVE-2024-50299 bsc#1233488)
  - commit 9038d7f
  - Revert "btrfs: fix use-after-free waiting for encoded read endios (bsc#1235128)"
  - commit 4296cd8
  - Delete XHCI patch for regression (bsc#1235550)
    Deleted:
    patches.suse/xhci-fix-possible-null-pointer-deref-during-xhci-urb.patch
  - commit 9b365a6
  - Update
    patches.suse/Bluetooth-L2CAP-do-not-leave-dangling-sk-pointer-on-.patch
    (stable-fixes CVE-2024-56605 bsc#1235061).
  - Update
    patches.suse/can-j1939-j1939_session_new-fix-skb-reference-counti.patch
    (git-fixes CVE-2024-56645 bsc#1235134).
  - Update patches.suse/drm-amdgpu-fix-usage-slab-after-free.patch
    (stable-fixes CVE-2024-56551 bsc#1235075).
  - commit 3b5652e
  - idpf: trigger SW interrupt when exiting wb_on_itr mode
    (bsc#1235507).
  - idpf: add support for SW triggered interrupts (bsc#1235507).
  - net: mana: Increase the DEF_RX_BUFFERS_PER_QUEUE to 1024
    (bsc#1235246).
  - idpf: enable WB_ON_ITR (bsc#1235507).
  - commit 561bd1f
  - smb: client: fix TCP timers deadlock after rmmod (git-fixes)
    [hcarvalho: fix issue described in bsc#1233642]
  - commit 6448f16
  - smb: client: Fix use-after-free of network namespace
    (CVE-2024-53095 bsc#1233642).
  - commit a29a1bc

++++ kernel-rt:

  - net/mlx5: DR, prevent potential error pointer dereference (CVE-2024-56660 bsc#1235437)
  - commit 0e2235c
  - bnxt_en: Fix GSO type for HW GRO packets on 5750X chips (git-fixes)
  - commit 8448fe4
  - bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips (CVE-2024-56656  bsc#1235444)
  - commit a44ef4d
  - af_packet: avoid erroring out after sock_init_data() in packet_create() (CVE-2024-5660 bsc#123541)
  - commit c21a9e5
  - smb: client: fix NULL ptr deref in crypto_aead_setkey() (CVE-2024-53185 bsc#1234901)
  - commit 77b5b00
  - net: af_can: do not leave a dangling sk pointer in can_create() (CVE-2024-56603 bsc#1235415)
  - commit 53bb420
  - btrfs: fix use-after-free waiting for encoded read endios
    (bsc#1235445).
  - btrfs: fix use-after-free in btrfs_encoded_read_endio()
    (bsc#1235445).
  - commit ae44992
  - ovl: Filter invalid inodes with missing lookup function
    (bsc#1235035 CVE-2024-56570).
  - commit 0cddc7c
  - ubi: fastmap: Fix duplicate slab cache names while attaching (CVE-2024-53172 bsc#1234898)
  - commit f996297
  - net: sched: fix ordering of qlen adjustment (CVE-2024-53164 bsc#1234863)
  - commit ac3c374
  - tipc: Fix use-after-free of kernel socket in cleanup_bearer()
    (CVE-2024-56642 bsc#1235433).
  - commit 644f840
  - sctp: properly validate chunk size in sctp_sf_ootb() (CVE-2024-50299 bsc#1233488)
  - commit 9038d7f
  - Revert "btrfs: fix use-after-free waiting for encoded read endios (bsc#1235128)"
  - commit 4296cd8
  - Delete XHCI patch for regression (bsc#1235550)
    Deleted:
    patches.suse/xhci-fix-possible-null-pointer-deref-during-xhci-urb.patch
  - commit 9b365a6
  - Update
    patches.suse/Bluetooth-L2CAP-do-not-leave-dangling-sk-pointer-on-.patch
    (stable-fixes CVE-2024-56605 bsc#1235061).
  - Update
    patches.suse/can-j1939-j1939_session_new-fix-skb-reference-counti.patch
    (git-fixes CVE-2024-56645 bsc#1235134).
  - Update patches.suse/drm-amdgpu-fix-usage-slab-after-free.patch
    (stable-fixes CVE-2024-56551 bsc#1235075).
  - commit 3b5652e
  - idpf: trigger SW interrupt when exiting wb_on_itr mode
    (bsc#1235507).
  - idpf: add support for SW triggered interrupts (bsc#1235507).
  - net: mana: Increase the DEF_RX_BUFFERS_PER_QUEUE to 1024
    (bsc#1235246).
  - idpf: enable WB_ON_ITR (bsc#1235507).
  - commit 561bd1f
  - smb: client: fix TCP timers deadlock after rmmod (git-fixes)
    [hcarvalho: fix issue described in bsc#1233642]
  - commit 6448f16
  - smb: client: Fix use-after-free of network namespace
    (CVE-2024-53095 bsc#1233642).
  - commit a29a1bc

++++ kernel-rt_debug:

  - net/mlx5: DR, prevent potential error pointer dereference (CVE-2024-56660 bsc#1235437)
  - commit 0e2235c
  - bnxt_en: Fix GSO type for HW GRO packets on 5750X chips (git-fixes)
  - commit 8448fe4
  - bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips (CVE-2024-56656  bsc#1235444)
  - commit a44ef4d
  - af_packet: avoid erroring out after sock_init_data() in packet_create() (CVE-2024-5660 bsc#123541)
  - commit c21a9e5
  - smb: client: fix NULL ptr deref in crypto_aead_setkey() (CVE-2024-53185 bsc#1234901)
  - commit 77b5b00
  - net: af_can: do not leave a dangling sk pointer in can_create() (CVE-2024-56603 bsc#1235415)
  - commit 53bb420
  - btrfs: fix use-after-free waiting for encoded read endios
    (bsc#1235445).
  - btrfs: fix use-after-free in btrfs_encoded_read_endio()
    (bsc#1235445).
  - commit ae44992
  - ovl: Filter invalid inodes with missing lookup function
    (bsc#1235035 CVE-2024-56570).
  - commit 0cddc7c
  - ubi: fastmap: Fix duplicate slab cache names while attaching (CVE-2024-53172 bsc#1234898)
  - commit f996297
  - net: sched: fix ordering of qlen adjustment (CVE-2024-53164 bsc#1234863)
  - commit ac3c374
  - tipc: Fix use-after-free of kernel socket in cleanup_bearer()
    (CVE-2024-56642 bsc#1235433).
  - commit 644f840
  - sctp: properly validate chunk size in sctp_sf_ootb() (CVE-2024-50299 bsc#1233488)
  - commit 9038d7f
  - Revert "btrfs: fix use-after-free waiting for encoded read endios (bsc#1235128)"
  - commit 4296cd8
  - Delete XHCI patch for regression (bsc#1235550)
    Deleted:
    patches.suse/xhci-fix-possible-null-pointer-deref-during-xhci-urb.patch
  - commit 9b365a6
  - Update
    patches.suse/Bluetooth-L2CAP-do-not-leave-dangling-sk-pointer-on-.patch
    (stable-fixes CVE-2024-56605 bsc#1235061).
  - Update
    patches.suse/can-j1939-j1939_session_new-fix-skb-reference-counti.patch
    (git-fixes CVE-2024-56645 bsc#1235134).
  - Update patches.suse/drm-amdgpu-fix-usage-slab-after-free.patch
    (stable-fixes CVE-2024-56551 bsc#1235075).
  - commit 3b5652e
  - idpf: trigger SW interrupt when exiting wb_on_itr mode
    (bsc#1235507).
  - idpf: add support for SW triggered interrupts (bsc#1235507).
  - net: mana: Increase the DEF_RX_BUFFERS_PER_QUEUE to 1024
    (bsc#1235246).
  - idpf: enable WB_ON_ITR (bsc#1235507).
  - commit 561bd1f
  - smb: client: fix TCP timers deadlock after rmmod (git-fixes)
    [hcarvalho: fix issue described in bsc#1233642]
  - commit 6448f16
  - smb: client: Fix use-after-free of network namespace
    (CVE-2024-53095 bsc#1233642).
  - commit a29a1bc

++++ rsync:

  - Security update, fix multiple vulnerabilities:
    * CVE-2024-12084, bsc#1234100 - Heap Buffer Overflow in Checksum Parsing
    * CVE-2024-12085, bsc#1234101 - Info Leak via uninitialized Stack contents defeats ASLR
    * CVE-2024-12086, bsc#1234102 - Server leaks arbitrary client files
    * CVE-2024-12087, bsc#1234103 - Server can make client write files outside of destination directory using symbolic links
    * CVE-2024-12088, bsc#1234104 - --safe-links Bypass
    * Added rsync-CVE-2024-12084-overflow-01.patch
    * Added rsync-CVE-2024-12084-overflow-02.patch
    * Added rsync-CVE-2024-12085.patch
    * Added rsync-CVE-2024-12086_01.patch
    * Added rsync-CVE-2024-12086_02.patch
    * Added rsync-CVE-2024-12086_03.patch
    * Added rsync-CVE-2024-12086_04.patch
    * Added rsync-CVE-2024-12087_01.patch
    * Added rsync-CVE-2024-12087_02.patch
    * Added rsync-CVE-2024-12088.patch

------------------------------------------------------------------
------------------  2025-1-8  -  Jan 8 2025  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.32.2:
    * remove engine v25 from e2e test matrix The 1st version
    available for Ubuntu 24.x is Docker Engine v26
    * fix relative path in compose file
    * bump compose-go to v2.4.7
    * replace tibdex/github-app-token by official GitHub
    create-github-app-token
    * bump golang.org/x/net to v0.33.0 to fix potential security
    issue https://github.com/golang/go/issues/70906
    * checkExpectedVolumes must ignore anonymous volumes
    * When retrying to resolveOrCreateNetwork, retry with a valid
    network name
    * only check bind mount conflict if sync action is involved
    * use the 3 latest major versions of the engine to run e2e step
    * bump Golang version to v1.22.10 and update CI actions
    * add --pull to run command
    * CI to validate fmt
    * `make fmt` so any contributor can enforce formatting
    * format code with gofumpt

++++ python-kiwi:

  - Added LUKS reencryption support
    Added rd.kiwi.oem.luks.reencrypt boot option consumed by the
    kiwi-repart dracut module. For OEM LUKS2 encrypted disk images.
    If set, reencrypts the disk prior an eventual resize and therefore
    creates a new key pool and master key. The reencryption is advisable
    if the image binary is not protected. With access to the image
    binary it's possible to extract the luks header which then allows to
    decrypt the data unless it was reencrypted. The reencryption process
    only runs if the checksum of the luks header still matches the one
    from the original disk image. Be aware that the reencryption will
    ask for the passphrase if the image has been built with an initial
    luks passphrase.
  - Fixed arm/tumbleweed/test-image-rpi
    No ruby required for this integration test build

++++ kernel-default:

  - smb: client: fix use-after-free of signing key (CVE-2024-53179
    bsc#1234921).
  - commit fb9831c
  - powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump
    is active (bsc#1235108).
  - commit c2d7be7
  - nvmet-loop: avoid using mutex in IO hotpath (git-fixes).
  - commit c6bd393
  - nvme-pci: 512 byte aligned dma pool segment quirk (git-fixes).
  - commit c9efbed
  - nvme-rdma: unquiesce admin_q before destroy it (git-fixes).
  - nvme-tcp: fix the memleak while create new ctrl failed
    (git-fixes).
  - nvme/multipath: Fix RCU list traversal to use SRCU primitive
    (git-fixes).
  - nvme: fix metadata handling in nvme-passthrough (git-fixes).
  - nvme: apple: fix device reference counting (git-fixes).
  - commit d75a9f8
  - workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work
    from !WQ_MEM_RECLAIM worker (bsc#1235416).
  - commit 1f8402d
  - btrfs: fix use-after-free waiting for encoded read endios (bsc#1235128)
  - commit 1c811b2
  - scsi: lpfc: Copyright updates for 14.4.0.7 patches
    (bsc#1235409).
  - scsi: lpfc: Update lpfc version to 14.4.0.7 (bsc#1235409).
  - scsi: lpfc: Add support for large fw object application layer
    reads (bsc#1235409).
  - scsi: lpfc: Update definition of firmware configuration mbox
    cmds (bsc#1235409).
  - scsi: lpfc: Change lpfc_nodelist save_flags member into a
    bitmask (bsc#1235409).
  - scsi: lpfc: Add handling for LS_RJT reason explanation
    authentication required (bsc#1235409).
  - scsi: lpfc: Modify handling of ADISC based on ndlp state and
    RPI registration (bsc#1235409).
  - scsi: lpfc: Delete NLP_TARGET_REMOVE flag due to obsolete usage
    (bsc#1235409).
  - scsi: lpfc: Restrict the REG_FCFI MAM field to FCoE adapters
    only (bsc#1235409).
  - scsi: lpfc: Redefine incorrect type in lpfc_create_device_data()
    (bsc#1235409).
  - commit 9acd44f
  - btrfs: fix use-after-free in btrfs_encoded_read_endio() (CVE-2024-56582 bsc#1235128)
  - commit 03199ca
  - scsi: qla2xxx: Update version to 10.02.09.400-k (bsc#1235406).
  - scsi: qla2xxx: Supported speed displayed incorrectly for VPorts
    (bsc#1235406).
  - scsi: qla2xxx: Fix NVMe and NPIV connect issue (bsc#1235406).
  - scsi: qla2xxx: Remove check req_sg_cnt should be equal to
    rsp_sg_cnt (bsc#1235406).
  - scsi: qla2xxx: Fix use after free on unload (bsc#1235406).
  - scsi: qla2xxx: Fix abort in bsg timeout (bsc#1235406).
  - scsi: qla2xxx: Remove the unused 'del_list_entry' field in
    struct fc_port (bsc#1235406).
  - commit 7f98a5d
  - vfio/pci: Properly hide first-in-list PCIe extended capability
    (bsc#1235004 CVE-2024-53214).
  - commit 84c948c

++++ kernel-rt:

  - smb: client: fix use-after-free of signing key (CVE-2024-53179
    bsc#1234921).
  - commit fb9831c
  - powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump
    is active (bsc#1235108).
  - commit c2d7be7
  - nvmet-loop: avoid using mutex in IO hotpath (git-fixes).
  - commit c6bd393
  - nvme-pci: 512 byte aligned dma pool segment quirk (git-fixes).
  - commit c9efbed
  - nvme-rdma: unquiesce admin_q before destroy it (git-fixes).
  - nvme-tcp: fix the memleak while create new ctrl failed
    (git-fixes).
  - nvme/multipath: Fix RCU list traversal to use SRCU primitive
    (git-fixes).
  - nvme: fix metadata handling in nvme-passthrough (git-fixes).
  - nvme: apple: fix device reference counting (git-fixes).
  - commit d75a9f8
  - workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work
    from !WQ_MEM_RECLAIM worker (bsc#1235416).
  - commit 1f8402d
  - btrfs: fix use-after-free waiting for encoded read endios (bsc#1235128)
  - commit 1c811b2
  - scsi: lpfc: Copyright updates for 14.4.0.7 patches
    (bsc#1235409).
  - scsi: lpfc: Update lpfc version to 14.4.0.7 (bsc#1235409).
  - scsi: lpfc: Add support for large fw object application layer
    reads (bsc#1235409).
  - scsi: lpfc: Update definition of firmware configuration mbox
    cmds (bsc#1235409).
  - scsi: lpfc: Change lpfc_nodelist save_flags member into a
    bitmask (bsc#1235409).
  - scsi: lpfc: Add handling for LS_RJT reason explanation
    authentication required (bsc#1235409).
  - scsi: lpfc: Modify handling of ADISC based on ndlp state and
    RPI registration (bsc#1235409).
  - scsi: lpfc: Delete NLP_TARGET_REMOVE flag due to obsolete usage
    (bsc#1235409).
  - scsi: lpfc: Restrict the REG_FCFI MAM field to FCoE adapters
    only (bsc#1235409).
  - scsi: lpfc: Redefine incorrect type in lpfc_create_device_data()
    (bsc#1235409).
  - commit 9acd44f
  - btrfs: fix use-after-free in btrfs_encoded_read_endio() (CVE-2024-56582 bsc#1235128)
  - commit 03199ca
  - scsi: qla2xxx: Update version to 10.02.09.400-k (bsc#1235406).
  - scsi: qla2xxx: Supported speed displayed incorrectly for VPorts
    (bsc#1235406).
  - scsi: qla2xxx: Fix NVMe and NPIV connect issue (bsc#1235406).
  - scsi: qla2xxx: Remove check req_sg_cnt should be equal to
    rsp_sg_cnt (bsc#1235406).
  - scsi: qla2xxx: Fix use after free on unload (bsc#1235406).
  - scsi: qla2xxx: Fix abort in bsg timeout (bsc#1235406).
  - scsi: qla2xxx: Remove the unused 'del_list_entry' field in
    struct fc_port (bsc#1235406).
  - commit 7f98a5d
  - vfio/pci: Properly hide first-in-list PCIe extended capability
    (bsc#1235004 CVE-2024-53214).
  - commit 84c948c

++++ kernel-rt_debug:

  - smb: client: fix use-after-free of signing key (CVE-2024-53179
    bsc#1234921).
  - commit fb9831c
  - powerpc/book3s64/hugetlb: Fix disabling hugetlb when fadump
    is active (bsc#1235108).
  - commit c2d7be7
  - nvmet-loop: avoid using mutex in IO hotpath (git-fixes).
  - commit c6bd393
  - nvme-pci: 512 byte aligned dma pool segment quirk (git-fixes).
  - commit c9efbed
  - nvme-rdma: unquiesce admin_q before destroy it (git-fixes).
  - nvme-tcp: fix the memleak while create new ctrl failed
    (git-fixes).
  - nvme/multipath: Fix RCU list traversal to use SRCU primitive
    (git-fixes).
  - nvme: fix metadata handling in nvme-passthrough (git-fixes).
  - nvme: apple: fix device reference counting (git-fixes).
  - commit d75a9f8
  - workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work
    from !WQ_MEM_RECLAIM worker (bsc#1235416).
  - commit 1f8402d
  - btrfs: fix use-after-free waiting for encoded read endios (bsc#1235128)
  - commit 1c811b2
  - scsi: lpfc: Copyright updates for 14.4.0.7 patches
    (bsc#1235409).
  - scsi: lpfc: Update lpfc version to 14.4.0.7 (bsc#1235409).
  - scsi: lpfc: Add support for large fw object application layer
    reads (bsc#1235409).
  - scsi: lpfc: Update definition of firmware configuration mbox
    cmds (bsc#1235409).
  - scsi: lpfc: Change lpfc_nodelist save_flags member into a
    bitmask (bsc#1235409).
  - scsi: lpfc: Add handling for LS_RJT reason explanation
    authentication required (bsc#1235409).
  - scsi: lpfc: Modify handling of ADISC based on ndlp state and
    RPI registration (bsc#1235409).
  - scsi: lpfc: Delete NLP_TARGET_REMOVE flag due to obsolete usage
    (bsc#1235409).
  - scsi: lpfc: Restrict the REG_FCFI MAM field to FCoE adapters
    only (bsc#1235409).
  - scsi: lpfc: Redefine incorrect type in lpfc_create_device_data()
    (bsc#1235409).
  - commit 9acd44f
  - btrfs: fix use-after-free in btrfs_encoded_read_endio() (CVE-2024-56582 bsc#1235128)
  - commit 03199ca
  - scsi: qla2xxx: Update version to 10.02.09.400-k (bsc#1235406).
  - scsi: qla2xxx: Supported speed displayed incorrectly for VPorts
    (bsc#1235406).
  - scsi: qla2xxx: Fix NVMe and NPIV connect issue (bsc#1235406).
  - scsi: qla2xxx: Remove check req_sg_cnt should be equal to
    rsp_sg_cnt (bsc#1235406).
  - scsi: qla2xxx: Fix use after free on unload (bsc#1235406).
  - scsi: qla2xxx: Fix abort in bsg timeout (bsc#1235406).
  - scsi: qla2xxx: Remove the unused 'del_list_entry' field in
    struct fc_port (bsc#1235406).
  - commit 7f98a5d
  - vfio/pci: Properly hide first-in-list PCIe extended capability
    (bsc#1235004 CVE-2024-53214).
  - commit 84c948c

++++ zypper:

  - info: Allow to query a specific version (jsc#PED-11268)
    To query for a specific version simply append "-<version>" or
    "-<version>-<release>" to the "<name>" pattern. Note that the
    edition part must always match exactly.
  - version 1.14.79

------------------------------------------------------------------
------------------  2025-1-7  -  Jan 7 2025  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Plain zipl loader needs boot partition
    If the rootfs is something zipl cannot read, we need an
    extra boot partition using a supported filesystem
  - Fixed IBM-Cloud-Standard profile
    The test-image-MicroOS integration test builds an IBM-Cloud-Standard
    profile as encrypted variant with a random key that is not protected
    by an encrypted boot image. This doesn't make sense. Thus the
    encryption setup for the IBM cloud standard build got removed.
    Use the IBM-Cloud-Secure-Execution profile to test encrypted
    secure linux builds
  - Fixed test-image-qcow-openstack
    rsh package was dropped from TW

++++ gstreamer-plugins-base:

  - Add various CVE fixes:
    + CVE-2024-47538.patch (boo#1234415 CVE-2024-47538)
    + CVE-2024-47835.patch (boo#1234450 CVe-2024-47835)
    + CVE-2024-47600.patch (boo#1234453 CVE-2024-47600)
    + CVE-2024-47615.patch (boo#1234456 CVE-2024-47615)
    + CVE-2024-47541.patch (boo#1234459 CVE-2024-47541)
    + CVE-2024-47542.patch (boo#1234460 CVE-2024-47542)
    + CVE-2024-47607.patch (boo#1234455 CVE-2024-47607)

++++ kernel-default:

  - powerpc/pseries/vas: Add close() callback in vas_vm_ops struct
    (bsc#1234825).
  - commit 0422117
  - wifi: ath10k: avoid NULL pointer error during sdio remove
    (CVE-2024-56599 bsc#1235138).
  - commit ee28d42
  - xhci: fix possible null pointer deref during xhci urb enqueue
    (git-fixes).
  - commit 743e834
  - erofs: handle NONHEAD !delta[1] lclusters gracefully
    (bsc#1235045 CVE-2024-53234).
  - commit ac75a6e
  - mm/slub: Avoid list corruption when removing a slab from the
    full list (CVE-2024-56566 bsc#1235033).
  - commit fa88fa6
  - Drivers: hv: util: Avoid accessing a ringbuffer not initialized
    yet (git-fixes).
  - tools: hv: change permissions of NetworkManager configuration
    file (git-fixes).
  - x86/hyperv: Fix hv tsc page based sched_clock for hibernation
    (git-fixes).
  - commit b596020
  - soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition
    (git-fixes).
  - commit 01eee89
  - zram: fix NULL pointer in comp_algorithm_show() (bsc#1234974
    CVE-2024-53222).
  - commit ddd5fff

++++ kernel-rt:

  - powerpc/pseries/vas: Add close() callback in vas_vm_ops struct
    (bsc#1234825).
  - commit 0422117
  - wifi: ath10k: avoid NULL pointer error during sdio remove
    (CVE-2024-56599 bsc#1235138).
  - commit ee28d42
  - xhci: fix possible null pointer deref during xhci urb enqueue
    (git-fixes).
  - commit 743e834
  - erofs: handle NONHEAD !delta[1] lclusters gracefully
    (bsc#1235045 CVE-2024-53234).
  - commit ac75a6e
  - mm/slub: Avoid list corruption when removing a slab from the
    full list (CVE-2024-56566 bsc#1235033).
  - commit fa88fa6
  - Drivers: hv: util: Avoid accessing a ringbuffer not initialized
    yet (git-fixes).
  - tools: hv: change permissions of NetworkManager configuration
    file (git-fixes).
  - x86/hyperv: Fix hv tsc page based sched_clock for hibernation
    (git-fixes).
  - commit b596020
  - soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition
    (git-fixes).
  - commit 01eee89
  - zram: fix NULL pointer in comp_algorithm_show() (bsc#1234974
    CVE-2024-53222).
  - commit ddd5fff

++++ kernel-rt_debug:

  - powerpc/pseries/vas: Add close() callback in vas_vm_ops struct
    (bsc#1234825).
  - commit 0422117
  - wifi: ath10k: avoid NULL pointer error during sdio remove
    (CVE-2024-56599 bsc#1235138).
  - commit ee28d42
  - xhci: fix possible null pointer deref during xhci urb enqueue
    (git-fixes).
  - commit 743e834
  - erofs: handle NONHEAD !delta[1] lclusters gracefully
    (bsc#1235045 CVE-2024-53234).
  - commit ac75a6e
  - mm/slub: Avoid list corruption when removing a slab from the
    full list (CVE-2024-56566 bsc#1235033).
  - commit fa88fa6
  - Drivers: hv: util: Avoid accessing a ringbuffer not initialized
    yet (git-fixes).
  - tools: hv: change permissions of NetworkManager configuration
    file (git-fixes).
  - x86/hyperv: Fix hv tsc page based sched_clock for hibernation
    (git-fixes).
  - commit b596020
  - soc: qcom: geni-se: Add M_TX_FIFO_NOT_EMPTY bit definition
    (git-fixes).
  - commit 01eee89
  - zram: fix NULL pointer in comp_algorithm_show() (bsc#1234974
    CVE-2024-53222).
  - commit ddd5fff

++++ gcc14:

  - Define ALT_CC_UNDER_TEST and ALT_CXX_UNDER_TEST for compat tests

++++ runc:

  - Update to runc v1.2.4. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.4>.
  - Update runc.keyring to match upstream.

------------------------------------------------------------------
------------------  2025-1-6  -  Jan 6 2025  -------------------
------------------------------------------------------------------

++++ cloud-init:

  - Add cloud-init-wait-for-net.patch (bsc#1227237)
    + Wait for udev once if we cannot find the expected MAC

++++ gstreamer:

  - Add CVE-2024-47606.patch: avoid integer overflow when allocating
    sysmem (boo#1234449 CVE-2024-47606).

++++ iptables:

  - Add iptables-1.8.9-fix-checking-existence-of-rule.patch
    * Fixes checking existence of rules. Fixes issues with rule creation
    with podman/netavark. (bsc#1235088, bsc#1234996)

++++ kernel-default:

  - xhci: Add usb cold attach (CAS) as a reason to resume root hub
    (git-fixes).
  - commit 585f519
  - slub: Replace cmpxchg_double() - KABI fix (bsc#1220773).
  - commit 3c58884
  - Bluetooth: RFCOMM: avoid leaving dangling sk pointer in
    rfcomm_sock_alloc() (bsc#1235056 CVE-2024-56604).
  - Bluetooth: Consolidate code around sk_alloc into a helper
    function (bsc#1235056 CVE-2024-56604).
    Refresh
    patches.suse/Bluetooth-SCO-Fix-UAF-on-sco_sock_timeout.patch.
  - commit 9ad4dd1
  - RAS/AMD/ATL: Translate normalized to system physical addresses using PRM (jsc#PED-10467).
  - commit eb8da28
  - ACPI: PRM: Add PRM handler direct call support (jsc#PED-10467).
  - commit bbc75ff
  - serial: qcom-geni: introduce qcom_geni_serial_poll_bitfield()
    (git-fixes).
  - serial: qcom-geni: fix arg types for qcom_geni_serial_poll_bit()
    (git-fixes).
  - soc: qcom: geni-se: add GP_LENGTH/IRQ_EN_SET/IRQ_EN_CLEAR
    registers (git-fixes).
  - commit 89e9015
  - serial: imx: only set receiver level if it is zero (git-fixes).
  - serial: stm32: do not always set SER_RS485_RX_DURING_TX if
    RS485 is enabled (git-fixes).
  - commit f2c678b
  - serial: qcom-geni: fix receiver enable (git-fixes).
  - serial: qcom-geni: fix dma rx cancellation (git-fixes).
  - serial: qcom-geni: fix shutdown race (git-fixes).
  - serial: qcom-geni: revert broken hibernation support
    (git-fixes).
  - serial: qcom-geni: fix polled console initialisation
    (git-fixes).
  - serial: qcom-geni: fix polled console corruption (git-fixes).
  - serial: qcom-geni: disable interrupts during console writes
    (git-fixes).
  - serial: qcom-geni: fix console corruption (git-fixes).
  - serial: qcom-geni: fix false console tx restart (git-fixes).
  - serial: qcom-geni: fix fifo polling timeout (git-fixes).
  - serial: don't use uninitialized value in uart_poll_init()
    (git-fixes).
  - serial: qcom-geni: fix hard lockup on buffer flush (git-fixes).
  - serial: qcom-geni: fix soft lockup on sw flow control and
    suspend (git-fixes).
  - serial: imx: set receiver level before starting uart
    (git-fixes).
  - serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dw
    (git-fixes).
  - Refresh
    patches.suse/serial-8250_dw-Add-Sophgo-SG2044-quirk.patch.
  - serial: stm32: Return IRQ_NONE in the ISR if no handling happend
    (git-fixes).
  - serial: 8250_dw: Replace ACPI device check by a quirk
    (git-fixes).
  - serial: qcom-geni: Don't cancel/abort if we can't get the port
    lock (git-fixes).
  - serial: Do not hold the port lock when setting rx-during-tx GPIO
    (git-fixes).
  - tty: serial: kgdboc: Fix 8250_* kgdb over serial (git-fixes).
  - hvc/xen: fix console unplug (git-fixes).
  - hvc/xen: fix error path in xen_hvc_init() to always register
    frontend driver (git-fixes).
  - hvc/xen: fix event channel handling for secondary consoles
    (git-fixes).
  - commit 2277c72
  - RDMA/rtrs: Ensure 'ib_sge list' is accessible (git-fixes)
  - commit c3bd473
  - RDMA/hns: Fix missing flush CQE for DWQE (git-fixes)
  - commit a1a14cc
  - RDMA/hns: Fix warning storm caused by invalid input in IO path (git-fixes)
  - commit 953ada2
  - RDMA/hns: Fix accessing invalid dip_ctx during destroying QP (git-fixes)
  - commit e65781e
  - RDMA/hns: Fix mapping error of zero-hop WQE buffer (git-fixes)
  - commit 3c13231
  - RDMA/bnxt_re: Fix the locking while accessing the QP table (git-fixes)
  - commit ed2aacf
  - RDMA/bnxt_re: Disable use of reserved wqes (git-fixes)
  - commit 353c5fc
  - RDMA/bnxt_re: Fix max_qp_wrs reported (git-fixes)
  - commit aa6d51f
  - RDMA/bnxt_re: Fix reporting hw_ver in query_device (git-fixes)
  - commit fa157d3
  - RDMA/bnxt_re: Add check for path mtu in modify_qp (git-fixes)
  - commit c25c45b
  - RDMA/bnxt_re: Fix the check for 9060 condition (git-fixes)
  - commit 6ff31c0
  - RDMA/core: Fix ENODEV error for iWARP test over vlan (git-fixes)
  - commit 7974be7
  - RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adapters (git-fixes)
  - commit 02a3ccc
  - RDMA/bnxt_re: Avoid initializing the software queue for user queues (git-fixes)
  - commit 3b41756
  - RDMA/mlx5: Enforce same type port association for multiport RoCE (git-fixes)
  - commit 1eb4b60
  - RDMA/uverbs: Prevent integer overflow issue (git-fixes)
  - commit d8e26f5
  - RDMA/bnxt_re: Remove always true dattr validity check (git-fixes)
  - commit 39ec21b
  - sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
    (git-fixes).
  - nfs: ignore SB_RDONLY when mounting nfs (git-fixes).
  - NFSD: initialize copy->cp_clp early in nfsd4_copy for use by
    trace point (git-fixes).
  - commit f025866
  - Refresh patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch.
    Add upstream commit id.
  - commit 4b11aed
  - nfsd: fix UAF when access ex_uuid or ex_stats (CVE-2024-53216
    bsc#1235003).
  - SUNRPC: no need get cache ref when protected by rcu
    (CVE-2024-53216 bsc#1235003).
  - nfsd: no need get cache ref when protected by rcu
    (CVE-2024-53216 bsc#1235003).
  - SUNRPC: introduce cache_check_rcu to help check in rcu context
    (CVE-2024-53216 bsc#1235003).
  - commit 4d2bea1
  - blacklist.conf:
  - Delete
    patches.suse/nfsd-release-svc_expkey-svc_export-with-rcu_work.patch.
    This was reverted upstream.  There is a better fix.
  - commit 49617fd

++++ kernel-rt:

  - xhci: Add usb cold attach (CAS) as a reason to resume root hub
    (git-fixes).
  - commit 585f519
  - slub: Replace cmpxchg_double() - KABI fix (bsc#1220773).
  - commit 3c58884
  - Bluetooth: RFCOMM: avoid leaving dangling sk pointer in
    rfcomm_sock_alloc() (bsc#1235056 CVE-2024-56604).
  - Bluetooth: Consolidate code around sk_alloc into a helper
    function (bsc#1235056 CVE-2024-56604).
    Refresh
    patches.suse/Bluetooth-SCO-Fix-UAF-on-sco_sock_timeout.patch.
  - commit 9ad4dd1
  - RAS/AMD/ATL: Translate normalized to system physical addresses using PRM (jsc#PED-10467).
  - commit eb8da28
  - ACPI: PRM: Add PRM handler direct call support (jsc#PED-10467).
  - commit bbc75ff
  - serial: qcom-geni: introduce qcom_geni_serial_poll_bitfield()
    (git-fixes).
  - serial: qcom-geni: fix arg types for qcom_geni_serial_poll_bit()
    (git-fixes).
  - soc: qcom: geni-se: add GP_LENGTH/IRQ_EN_SET/IRQ_EN_CLEAR
    registers (git-fixes).
  - commit 89e9015
  - serial: imx: only set receiver level if it is zero (git-fixes).
  - serial: stm32: do not always set SER_RS485_RX_DURING_TX if
    RS485 is enabled (git-fixes).
  - commit f2c678b
  - serial: qcom-geni: fix receiver enable (git-fixes).
  - serial: qcom-geni: fix dma rx cancellation (git-fixes).
  - serial: qcom-geni: fix shutdown race (git-fixes).
  - serial: qcom-geni: revert broken hibernation support
    (git-fixes).
  - serial: qcom-geni: fix polled console initialisation
    (git-fixes).
  - serial: qcom-geni: fix polled console corruption (git-fixes).
  - serial: qcom-geni: disable interrupts during console writes
    (git-fixes).
  - serial: qcom-geni: fix console corruption (git-fixes).
  - serial: qcom-geni: fix false console tx restart (git-fixes).
  - serial: qcom-geni: fix fifo polling timeout (git-fixes).
  - serial: don't use uninitialized value in uart_poll_init()
    (git-fixes).
  - serial: qcom-geni: fix hard lockup on buffer flush (git-fixes).
  - serial: qcom-geni: fix soft lockup on sw flow control and
    suspend (git-fixes).
  - serial: imx: set receiver level before starting uart
    (git-fixes).
  - serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dw
    (git-fixes).
  - Refresh
    patches.suse/serial-8250_dw-Add-Sophgo-SG2044-quirk.patch.
  - serial: stm32: Return IRQ_NONE in the ISR if no handling happend
    (git-fixes).
  - serial: 8250_dw: Replace ACPI device check by a quirk
    (git-fixes).
  - serial: qcom-geni: Don't cancel/abort if we can't get the port
    lock (git-fixes).
  - serial: Do not hold the port lock when setting rx-during-tx GPIO
    (git-fixes).
  - tty: serial: kgdboc: Fix 8250_* kgdb over serial (git-fixes).
  - hvc/xen: fix console unplug (git-fixes).
  - hvc/xen: fix error path in xen_hvc_init() to always register
    frontend driver (git-fixes).
  - hvc/xen: fix event channel handling for secondary consoles
    (git-fixes).
  - commit 2277c72
  - RDMA/rtrs: Ensure 'ib_sge list' is accessible (git-fixes)
  - commit c3bd473
  - RDMA/hns: Fix missing flush CQE for DWQE (git-fixes)
  - commit a1a14cc
  - RDMA/hns: Fix warning storm caused by invalid input in IO path (git-fixes)
  - commit 953ada2
  - RDMA/hns: Fix accessing invalid dip_ctx during destroying QP (git-fixes)
  - commit e65781e
  - RDMA/hns: Fix mapping error of zero-hop WQE buffer (git-fixes)
  - commit 3c13231
  - RDMA/bnxt_re: Fix the locking while accessing the QP table (git-fixes)
  - commit ed2aacf
  - RDMA/bnxt_re: Disable use of reserved wqes (git-fixes)
  - commit 353c5fc
  - RDMA/bnxt_re: Fix max_qp_wrs reported (git-fixes)
  - commit aa6d51f
  - RDMA/bnxt_re: Fix reporting hw_ver in query_device (git-fixes)
  - commit fa157d3
  - RDMA/bnxt_re: Add check for path mtu in modify_qp (git-fixes)
  - commit c25c45b
  - RDMA/bnxt_re: Fix the check for 9060 condition (git-fixes)
  - commit 6ff31c0
  - RDMA/core: Fix ENODEV error for iWARP test over vlan (git-fixes)
  - commit 7974be7
  - RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adapters (git-fixes)
  - commit 02a3ccc
  - RDMA/bnxt_re: Avoid initializing the software queue for user queues (git-fixes)
  - commit 3b41756
  - RDMA/mlx5: Enforce same type port association for multiport RoCE (git-fixes)
  - commit 1eb4b60
  - RDMA/uverbs: Prevent integer overflow issue (git-fixes)
  - commit d8e26f5
  - RDMA/bnxt_re: Remove always true dattr validity check (git-fixes)
  - commit 39ec21b
  - sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
    (git-fixes).
  - nfs: ignore SB_RDONLY when mounting nfs (git-fixes).
  - NFSD: initialize copy->cp_clp early in nfsd4_copy for use by
    trace point (git-fixes).
  - commit f025866
  - Refresh patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch.
    Add upstream commit id.
  - commit 4b11aed
  - nfsd: fix UAF when access ex_uuid or ex_stats (CVE-2024-53216
    bsc#1235003).
  - SUNRPC: no need get cache ref when protected by rcu
    (CVE-2024-53216 bsc#1235003).
  - nfsd: no need get cache ref when protected by rcu
    (CVE-2024-53216 bsc#1235003).
  - SUNRPC: introduce cache_check_rcu to help check in rcu context
    (CVE-2024-53216 bsc#1235003).
  - commit 4d2bea1
  - blacklist.conf:
  - Delete
    patches.suse/nfsd-release-svc_expkey-svc_export-with-rcu_work.patch.
    This was reverted upstream.  There is a better fix.
  - commit 49617fd

++++ kernel-rt_debug:

  - xhci: Add usb cold attach (CAS) as a reason to resume root hub
    (git-fixes).
  - commit 585f519
  - slub: Replace cmpxchg_double() - KABI fix (bsc#1220773).
  - commit 3c58884
  - Bluetooth: RFCOMM: avoid leaving dangling sk pointer in
    rfcomm_sock_alloc() (bsc#1235056 CVE-2024-56604).
  - Bluetooth: Consolidate code around sk_alloc into a helper
    function (bsc#1235056 CVE-2024-56604).
    Refresh
    patches.suse/Bluetooth-SCO-Fix-UAF-on-sco_sock_timeout.patch.
  - commit 9ad4dd1
  - RAS/AMD/ATL: Translate normalized to system physical addresses using PRM (jsc#PED-10467).
  - commit eb8da28
  - ACPI: PRM: Add PRM handler direct call support (jsc#PED-10467).
  - commit bbc75ff
  - serial: qcom-geni: introduce qcom_geni_serial_poll_bitfield()
    (git-fixes).
  - serial: qcom-geni: fix arg types for qcom_geni_serial_poll_bit()
    (git-fixes).
  - soc: qcom: geni-se: add GP_LENGTH/IRQ_EN_SET/IRQ_EN_CLEAR
    registers (git-fixes).
  - commit 89e9015
  - serial: imx: only set receiver level if it is zero (git-fixes).
  - serial: stm32: do not always set SER_RS485_RX_DURING_TX if
    RS485 is enabled (git-fixes).
  - commit f2c678b
  - serial: qcom-geni: fix receiver enable (git-fixes).
  - serial: qcom-geni: fix dma rx cancellation (git-fixes).
  - serial: qcom-geni: fix shutdown race (git-fixes).
  - serial: qcom-geni: revert broken hibernation support
    (git-fixes).
  - serial: qcom-geni: fix polled console initialisation
    (git-fixes).
  - serial: qcom-geni: fix polled console corruption (git-fixes).
  - serial: qcom-geni: disable interrupts during console writes
    (git-fixes).
  - serial: qcom-geni: fix console corruption (git-fixes).
  - serial: qcom-geni: fix false console tx restart (git-fixes).
  - serial: qcom-geni: fix fifo polling timeout (git-fixes).
  - serial: don't use uninitialized value in uart_poll_init()
    (git-fixes).
  - serial: qcom-geni: fix hard lockup on buffer flush (git-fixes).
  - serial: qcom-geni: fix soft lockup on sw flow control and
    suspend (git-fixes).
  - serial: imx: set receiver level before starting uart
    (git-fixes).
  - serial: 8250_dw: Don't use struct dw8250_data outside of 8250_dw
    (git-fixes).
  - Refresh
    patches.suse/serial-8250_dw-Add-Sophgo-SG2044-quirk.patch.
  - serial: stm32: Return IRQ_NONE in the ISR if no handling happend
    (git-fixes).
  - serial: 8250_dw: Replace ACPI device check by a quirk
    (git-fixes).
  - serial: qcom-geni: Don't cancel/abort if we can't get the port
    lock (git-fixes).
  - serial: Do not hold the port lock when setting rx-during-tx GPIO
    (git-fixes).
  - tty: serial: kgdboc: Fix 8250_* kgdb over serial (git-fixes).
  - hvc/xen: fix console unplug (git-fixes).
  - hvc/xen: fix error path in xen_hvc_init() to always register
    frontend driver (git-fixes).
  - hvc/xen: fix event channel handling for secondary consoles
    (git-fixes).
  - commit 2277c72
  - RDMA/rtrs: Ensure 'ib_sge list' is accessible (git-fixes)
  - commit c3bd473
  - RDMA/hns: Fix missing flush CQE for DWQE (git-fixes)
  - commit a1a14cc
  - RDMA/hns: Fix warning storm caused by invalid input in IO path (git-fixes)
  - commit 953ada2
  - RDMA/hns: Fix accessing invalid dip_ctx during destroying QP (git-fixes)
  - commit e65781e
  - RDMA/hns: Fix mapping error of zero-hop WQE buffer (git-fixes)
  - commit 3c13231
  - RDMA/bnxt_re: Fix the locking while accessing the QP table (git-fixes)
  - commit ed2aacf
  - RDMA/bnxt_re: Disable use of reserved wqes (git-fixes)
  - commit 353c5fc
  - RDMA/bnxt_re: Fix max_qp_wrs reported (git-fixes)
  - commit aa6d51f
  - RDMA/bnxt_re: Fix reporting hw_ver in query_device (git-fixes)
  - commit fa157d3
  - RDMA/bnxt_re: Add check for path mtu in modify_qp (git-fixes)
  - commit c25c45b
  - RDMA/bnxt_re: Fix the check for 9060 condition (git-fixes)
  - commit 6ff31c0
  - RDMA/core: Fix ENODEV error for iWARP test over vlan (git-fixes)
  - commit 7974be7
  - RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adapters (git-fixes)
  - commit 02a3ccc
  - RDMA/bnxt_re: Avoid initializing the software queue for user queues (git-fixes)
  - commit 3b41756
  - RDMA/mlx5: Enforce same type port association for multiport RoCE (git-fixes)
  - commit 1eb4b60
  - RDMA/uverbs: Prevent integer overflow issue (git-fixes)
  - commit d8e26f5
  - RDMA/bnxt_re: Remove always true dattr validity check (git-fixes)
  - commit 39ec21b
  - sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket
    (git-fixes).
  - nfs: ignore SB_RDONLY when mounting nfs (git-fixes).
  - NFSD: initialize copy->cp_clp early in nfsd4_copy for use by
    trace point (git-fixes).
  - commit f025866
  - Refresh patches.suse/NFSv3-only-use-NFS-timeout-for-MOUNT-when-protocols-.patch.
    Add upstream commit id.
  - commit 4b11aed
  - nfsd: fix UAF when access ex_uuid or ex_stats (CVE-2024-53216
    bsc#1235003).
  - SUNRPC: no need get cache ref when protected by rcu
    (CVE-2024-53216 bsc#1235003).
  - nfsd: no need get cache ref when protected by rcu
    (CVE-2024-53216 bsc#1235003).
  - SUNRPC: introduce cache_check_rcu to help check in rcu context
    (CVE-2024-53216 bsc#1235003).
  - commit 4d2bea1
  - blacklist.conf:
  - Delete
    patches.suse/nfsd-release-svc_expkey-svc_export-with-rcu_work.patch.
    This was reverted upstream.  There is a better fix.
  - commit 49617fd

++++ libvirt:

  - security: apparmor: Fix probing of apparmor availability on the
    VM host when using modular daemons
    bsc#1235079

------------------------------------------------------------------
------------------  2025-1-5  -  Jan 5 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Delete patches.suse/drdb-Convert-to-use-bdev_open_by_path.patch.
    See bsc#1234668. This backport did not copile correctly, and
    needed too many other patches to work correctly, since it was
    part of a larger series. So remove it.
  - commit 7f1c582

++++ kernel-rt:

  - Delete patches.suse/drdb-Convert-to-use-bdev_open_by_path.patch.
    See bsc#1234668. This backport did not copile correctly, and
    needed too many other patches to work correctly, since it was
    part of a larger series. So remove it.
  - commit 7f1c582

++++ kernel-rt_debug:

  - Delete patches.suse/drdb-Convert-to-use-bdev_open_by_path.patch.
    See bsc#1234668. This backport did not copile correctly, and
    needed too many other patches to work correctly, since it was
    part of a larger series. So remove it.
  - commit 7f1c582

++++ gcc14:

  - Switch to glibc based cross-compiler for target hppa

------------------------------------------------------------------
------------------  2025-1-4  -  Jan 4 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA hda/realtek: Add quirk for Framework F111:000C
    (stable-fixes).
  - ALSA: seq: oss: Fix races at processing SysEx messages
    (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic on Acer Nitro 5
    (stable-fixes).
  - commit d982feb
  - wifi: cw1200: Fix potential NULL dereference (git-fixes).
  - pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap
    locking (git-fixes).
  - ALSA: seq: Check UMP support for midi_version change
    (git-fixes).
  - ALSA: usb-audio: US16x08: Initialize array before use
    (git-fixes).
  - drm: adv7511: Drop dsi single lane support (git-fixes).
  - drm: adv7511: Fix use-after-free in adv7533_attach_dsi()
    (git-fixes).
  - drm/bridge: adv7511_audio: Update Audio InfoFrame properly
    (git-fixes).
  - drm/i915/dg1: Fix power gate sequence (git-fixes).
  - commit f7b7a9b

++++ kernel-rt:

  - ALSA hda/realtek: Add quirk for Framework F111:000C
    (stable-fixes).
  - ALSA: seq: oss: Fix races at processing SysEx messages
    (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic on Acer Nitro 5
    (stable-fixes).
  - commit d982feb
  - wifi: cw1200: Fix potential NULL dereference (git-fixes).
  - pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap
    locking (git-fixes).
  - ALSA: seq: Check UMP support for midi_version change
    (git-fixes).
  - ALSA: usb-audio: US16x08: Initialize array before use
    (git-fixes).
  - drm: adv7511: Drop dsi single lane support (git-fixes).
  - drm: adv7511: Fix use-after-free in adv7533_attach_dsi()
    (git-fixes).
  - drm/bridge: adv7511_audio: Update Audio InfoFrame properly
    (git-fixes).
  - drm/i915/dg1: Fix power gate sequence (git-fixes).
  - commit f7b7a9b

++++ kernel-rt_debug:

  - ALSA hda/realtek: Add quirk for Framework F111:000C
    (stable-fixes).
  - ALSA: seq: oss: Fix races at processing SysEx messages
    (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic on Acer Nitro 5
    (stable-fixes).
  - commit d982feb
  - wifi: cw1200: Fix potential NULL dereference (git-fixes).
  - pinctrl: mcp23s08: Fix sleeping in atomic context due to regmap
    locking (git-fixes).
  - ALSA: seq: Check UMP support for midi_version change
    (git-fixes).
  - ALSA: usb-audio: US16x08: Initialize array before use
    (git-fixes).
  - drm: adv7511: Drop dsi single lane support (git-fixes).
  - drm: adv7511: Fix use-after-free in adv7533_attach_dsi()
    (git-fixes).
  - drm/bridge: adv7511_audio: Update Audio InfoFrame properly
    (git-fixes).
  - drm/i915/dg1: Fix power gate sequence (git-fixes).
  - commit f7b7a9b

++++ nvidia-open-driver-G06-signed:

  - set-FOP_UNSIGNED_OFFSET-for-nv_drm_fops.fop_flags.patch
    * needed for Kernel 6.12 for 565.57.01 driver; already fixed
    for 550.142
  - -> https://forums.developer.nvidia.com/t/patch-for-565-57-01-linux-kernel-6-12/313260

------------------------------------------------------------------
------------------  2025-1-3  -  Jan 3 2025  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING
    (CVE-2024-56755 bsc#1234920).
  - cachefiles: Fix NULL pointer dereference in object->file
    (CVE-2024-56549 bsc#1234912).
  - commit 785eb5b
  - netfilter: ipset: add missing range check in bitmap_ip_uadt (CVE-2024-53141 bsc#1234381)
  - commit 51ec3c0
  - Update
    patches.suse/ALSA-pcm-Add-sanity-NULL-check-for-the-default-mmap-.patch
    (stable-fixes CVE-2024-53180 bsc#1234929).
  - Update
    patches.suse/ALSA-usb-audio-Fix-out-of-bounds-reads-when-finding-.patch
    (stable-fixes CVE-2024-53150 bsc#1234834).
  - Update patches.suse/Bluetooth-MGMT-Fix-possible-deadlocks.patch
    (git-fixes CVE-2024-53207 bsc#1234907).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-set_p.patch
    (git-fixes CVE-2024-53208 bsc#1234909).
  - Update
    patches.suse/Bluetooth-fix-use-after-free-in-device_for_each_chil.patch
    (git-fixes CVE-2024-53237 bsc#1235007).
  - Update
    patches.suse/Bluetooth-hci_event-Align-BR-EDR-JUST_WORKS-paring-w.patch
    (git-fixes bsc#1230697 CVE-2024-8805 CVE-2024-53144
    bsc#1234690).
  - Update
    patches.suse/NFSD-Prevent-NULL-dereference-in-nfsd4_process_cb_update.patch
    (git-fixes CVE-2024-53217 bsc#1234999).
  - Update
    patches.suse/NFSD-Prevent-a-potential-integer-overflow.patch
    (git-fixes CVE-2024-53146 bsc#1234853).
  - Update
    patches.suse/NFSv4.0-Fix-a-use-after-free-problem-in-the-asynchronous-open.patch
    (git-fixes CVE-2024-53173 bsc#1234891).
  - Update
    patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
    (git-fixes CVE-2024-53224 bsc#1235009).
  - Update
    patches.suse/RDMA-rxe-Fix-the-qp-flush-warnings-in-req.patch
    (git-fixes CVE-2024-53229 bsc#1234905).
  - Update
    patches.suse/Revert-mmc-dw_mmc-Fix-IDMAC-operation-with-pages-big.patch
    (git-fixes CVE-2024-53127 bsc#1234153).
  - Update
    patches.suse/SUNRPC-make-sure-cache-entry-active-before-cache_show.patch
    (git-fixes CVE-2024-53174 bsc#1234899).
  - Update
    patches.suse/ad7780-fix-division-by-zero-in-ad7780_write_raw.patch
    (git-fixes CVE-2024-56567 bsc#1234916).
  - Update
    patches.suse/blk-iocost-do-not-WARN-if-iocg-was-already-offlined.patch
    (bsc#1234147 CVE-2024-36908 bsc#1225743).
  - Update
    patches.suse/block-bfq-fix-bfqq-uaf-in-bfq_limit_depth.patch
    (bsc#1234160 CVE-2024-53166 bsc#1234884).
  - Update
    patches.suse/block-bfq-fix-uaf-for-accessing-waker_bfqq-after-spl.patch
    (bsc#1234279 CVE-2024-49854 bsc#1232193).
  - Update
    patches.suse/bnxt_en-Fix-receive-ring-space-parameters-when-XDP-i.patch
    (git-fixes CVE-2024-53209 bsc#1235002).
  - Update
    patches.suse/clk-clk-apple-nco-Add-NULL-check-in-applnco_probe.patch
    (git-fixes CVE-2024-53154 bsc#1234826).
  - Update
    patches.suse/comedi-Flush-partial-mappings-in-error-case.patch
    (git-fixes CVE-2024-53148 bsc#1234832).
  - Update
    patches.suse/crypto-caam-Fix-the-pointer-passed-to-caam_qi_shutdo.patch
    (git-fixes CVE-2024-56754 bsc#1234918).
  - Update
    patches.suse/crypto-qat-qat_4xxx-fix-off-by-one-in-uof_get_name.patch
    (git-fixes CVE-2024-53162 bsc#1234843).
  - Update
    patches.suse/drm-amd-display-Add-NULL-check-for-clk_mgr-in-dcn32_.patch
    (stable-fixes CVE-2024-49915 bsc#1231963).
  - Update
    patches.suse/drm-amd-display-Avoid-overflow-assignment-in-link_dp.patch
    (stable-fixes CVE-2024-50016 bsc#1232420).
  - Update
    patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-2bc96c9.patch
    (git-fixes CVE-2024-53200 bsc#1234968).
  - Update
    patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st.patch
    (git-fixes CVE-2024-53201 bsc#1234969).
  - Update
    patches.suse/drm-i915-Fix-NULL-pointer-dereference-in-capture_eng.patch
    (git-fixes CVE-2024-56667 bsc#1235016).
  - Update
    patches.suse/drm-nouveau-gr-gf100-Fix-missing-unlock-in-gf100_gr_.patch
    (git-fixes CVE-2024-56752 bsc#1234937).
  - Update
    patches.suse/drm-rockchip-vop-Fix-a-dereferenced-before-check-war.patch
    (git-fixes CVE-2024-53129 bsc#1234155).
  - Update
    patches.suse/filemap-Fix-bounds-checking-in-filemap_read.patch
    (bsc#1234209 CVE-2024-50272 bsc#1233461).
  - Update
    patches.suse/firmware-arm_scpi-Check-the-DVFS-OPP-count-returned-.patch
    (git-fixes CVE-2024-53157 bsc#1234827).
  - Update
    patches.suse/firmware_loader-Fix-possible-resource-leak-in-fw_log.patch
    (git-fixes CVE-2024-53202 bsc#1234970).
  - Update
    patches.suse/hwmon-nct6775-core-Fix-overflows-seen-when-writing-l.patch
    (git-fixes CVE-2024-53159 bsc#1234848).
  - Update
    patches.suse/i3c-master-Fix-miss-free-init_dyn_addr-at-i3c_master.patch
    (git-fixes CVE-2024-56562 bsc#1234930).
  - Update
    patches.suse/kdb-Fix-buffer-overflow-during-tab-complete.patch
    (bsc#1234652 CVE-2024-39480 bsc#1227445).
  - Update
    patches.suse/media-i2c-tc358743-Fix-crash-in-the-probe-error-path.patch
    (git-fixes CVE-2024-56576 bsc#1235019).
  - Update
    patches.suse/mm-revert-mm-shmem-fix-data-race-in-shmem_getattr.patch
    (CVE-2024-50228 bsc#1233204 git fixes (mm/shmem) CVE-2024-53136
    bsc#1234161).
  - Update
    patches.suse/msft-hv-3081-hv_sock-Initializing-vsk-trans-to-NULL-to-prevent-a-.patch
    (git-fixes CVE-2024-53103 bsc#1234024).
  - Update
    patches.suse/net-usb-lan78xx-Fix-double-free-issue-with-interrupt.patch
    (git-fixes CVE-2024-53213 bsc#1234973).
  - Update
    patches.suse/nfsd-release-svc_expkey-svc_export-with-rcu_work.patch
    (git-fixes CVE-2024-53216 bsc#1235003).
  - Update
    patches.suse/nvme-fabrics-fix-kernel-crash-while-shutting-down-co.patch
    (git-fixes CVE-2024-53169 bsc#1234900).
  - Update
    patches.suse/nvme-pci-fix-freeing-of-the-HMB-descriptor-table.patch
    (git-fixes CVE-2024-56756 bsc#1234922).
  - Update
    patches.suse/ocfs2-fix-uninitialized-value-in-ocfs2_file_read_iter.patch
    (git-fixes CVE-2024-53155 bsc#1234855).
  - Update
    patches.suse/s390-iucv-MSG_PEEK-causes-memory-leak-in-iucv_sock_destruct.patch
    (git-fixes CVE-2024-53210 bsc#1234971).
  - Update patches.suse/smb-client-fix-UAF-in-async-decryption.patch
    (bsc#1232418 (CVE-2024-50047) CVE-2024-50047).
  - Update
    patches.suse/soc-qcom-geni-se-fix-array-underflow-in-geni_se_clk_.patch
    (git-fixes CVE-2024-53158 bsc#1234811).
  - Update patches.suse/svcrdma-Address-an-integer-overflow.patch
    (git-fixes CVE-2024-53151 bsc#1234829).
  - Update
    patches.suse/svcrdma-fix-miss-destroy-percpu_counter-in-svc_rdma_proc_init.patch
    (git-fixes CVE-2024-53215 bsc#1234962).
  - Update
    patches.suse/tcp-Fix-use-after-free-of-nreq-in-reqsk_timer_handler.patch
    (CVE-2024-50154 bsc#1233070 CVE-2024-53206 bsc#1234960).
  - Update
    patches.suse/ubifs-authentication-Fix-use-after-free-in-ubifs_tnc_end_commit.patch
    (git-fixes CVE-2024-53171 bsc#1234889).
  - Update patches.suse/vdpa-solidrun-Fix-UB-bug-with-devres.patch
    (git-fixes CVE-2024-53126 bsc#1234158).
  - Update patches.suse/wifi-ath12k-fix-crash-when-unbinding.patch
    (git-fixes CVE-2024-53188 bsc#1234948).
  - Update patches.suse/wifi-ath12k-fix-warning-when-unbinding.patch
    (git-fixes CVE-2024-53191 bsc#1234952).
  - Update
    patches.suse/wifi-ath9k-add-range-check-for-conn_rsp_epid-in-htc_.patch
    (git-fixes CVE-2024-53156 bsc#1234846).
  - Update
    patches.suse/wifi-cw1200-Fix-potential-NULL-dereference.patch
    (git-fixes CVE-2024-56536 bsc#1234911).
  - Update
    patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning-d241a13.patch
    (git-fixes CVE-2024-56539 bsc#1234963).
  - Update
    patches.suse/wifi-rtlwifi-Drastically-reduce-the-attempts-to-read.patch
    (stable-fixes CVE-2024-53190 bsc#1234950).
  - commit 525626c
  - drm/amdkfd: pause autosuspend when creating pdd (stable-fixes).
  - commit 22dc4b9
  - ALSA: seq: ump: Fix seq port updates per FB info notify
    (git-fixes).
  - commit d51bef7
  - drm/amdkfd: Use device based logging for errors (stable-fixes).
  - commit bcbc5e4
  - ALSA: seq: ump: Use automatic cleanup of kfree() (stable-fixes).
  - Refresh
    patches.suse/ALSA-seq-ump-Skip-useless-ports-for-static-blocks.patch.
  - commit 013a8a9
  - drm/dp_mst: Ensure mst_primary pointer is valid in
    drm_dp_mst_handle_up_req() (stable-fixes).
  - regmap: Use correct format specifier for logging range errors
    (stable-fixes).
  - platform/x86: asus-nb-wmi: Ignore unknown event 0xCF
    (stable-fixes).
  - ALSA: seq: ump: Use guard() for locking (stable-fixes).
  - commit 19dff9a

++++ kernel-rt:

  - netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING
    (CVE-2024-56755 bsc#1234920).
  - cachefiles: Fix NULL pointer dereference in object->file
    (CVE-2024-56549 bsc#1234912).
  - commit 785eb5b
  - netfilter: ipset: add missing range check in bitmap_ip_uadt (CVE-2024-53141 bsc#1234381)
  - commit 51ec3c0
  - Update
    patches.suse/ALSA-pcm-Add-sanity-NULL-check-for-the-default-mmap-.patch
    (stable-fixes CVE-2024-53180 bsc#1234929).
  - Update
    patches.suse/ALSA-usb-audio-Fix-out-of-bounds-reads-when-finding-.patch
    (stable-fixes CVE-2024-53150 bsc#1234834).
  - Update patches.suse/Bluetooth-MGMT-Fix-possible-deadlocks.patch
    (git-fixes CVE-2024-53207 bsc#1234907).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-set_p.patch
    (git-fixes CVE-2024-53208 bsc#1234909).
  - Update
    patches.suse/Bluetooth-fix-use-after-free-in-device_for_each_chil.patch
    (git-fixes CVE-2024-53237 bsc#1235007).
  - Update
    patches.suse/Bluetooth-hci_event-Align-BR-EDR-JUST_WORKS-paring-w.patch
    (git-fixes bsc#1230697 CVE-2024-8805 CVE-2024-53144
    bsc#1234690).
  - Update
    patches.suse/NFSD-Prevent-NULL-dereference-in-nfsd4_process_cb_update.patch
    (git-fixes CVE-2024-53217 bsc#1234999).
  - Update
    patches.suse/NFSD-Prevent-a-potential-integer-overflow.patch
    (git-fixes CVE-2024-53146 bsc#1234853).
  - Update
    patches.suse/NFSv4.0-Fix-a-use-after-free-problem-in-the-asynchronous-open.patch
    (git-fixes CVE-2024-53173 bsc#1234891).
  - Update
    patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
    (git-fixes CVE-2024-53224 bsc#1235009).
  - Update
    patches.suse/RDMA-rxe-Fix-the-qp-flush-warnings-in-req.patch
    (git-fixes CVE-2024-53229 bsc#1234905).
  - Update
    patches.suse/Revert-mmc-dw_mmc-Fix-IDMAC-operation-with-pages-big.patch
    (git-fixes CVE-2024-53127 bsc#1234153).
  - Update
    patches.suse/SUNRPC-make-sure-cache-entry-active-before-cache_show.patch
    (git-fixes CVE-2024-53174 bsc#1234899).
  - Update
    patches.suse/ad7780-fix-division-by-zero-in-ad7780_write_raw.patch
    (git-fixes CVE-2024-56567 bsc#1234916).
  - Update
    patches.suse/blk-iocost-do-not-WARN-if-iocg-was-already-offlined.patch
    (bsc#1234147 CVE-2024-36908 bsc#1225743).
  - Update
    patches.suse/block-bfq-fix-bfqq-uaf-in-bfq_limit_depth.patch
    (bsc#1234160 CVE-2024-53166 bsc#1234884).
  - Update
    patches.suse/block-bfq-fix-uaf-for-accessing-waker_bfqq-after-spl.patch
    (bsc#1234279 CVE-2024-49854 bsc#1232193).
  - Update
    patches.suse/bnxt_en-Fix-receive-ring-space-parameters-when-XDP-i.patch
    (git-fixes CVE-2024-53209 bsc#1235002).
  - Update
    patches.suse/clk-clk-apple-nco-Add-NULL-check-in-applnco_probe.patch
    (git-fixes CVE-2024-53154 bsc#1234826).
  - Update
    patches.suse/comedi-Flush-partial-mappings-in-error-case.patch
    (git-fixes CVE-2024-53148 bsc#1234832).
  - Update
    patches.suse/crypto-caam-Fix-the-pointer-passed-to-caam_qi_shutdo.patch
    (git-fixes CVE-2024-56754 bsc#1234918).
  - Update
    patches.suse/crypto-qat-qat_4xxx-fix-off-by-one-in-uof_get_name.patch
    (git-fixes CVE-2024-53162 bsc#1234843).
  - Update
    patches.suse/drm-amd-display-Add-NULL-check-for-clk_mgr-in-dcn32_.patch
    (stable-fixes CVE-2024-49915 bsc#1231963).
  - Update
    patches.suse/drm-amd-display-Avoid-overflow-assignment-in-link_dp.patch
    (stable-fixes CVE-2024-50016 bsc#1232420).
  - Update
    patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-2bc96c9.patch
    (git-fixes CVE-2024-53200 bsc#1234968).
  - Update
    patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st.patch
    (git-fixes CVE-2024-53201 bsc#1234969).
  - Update
    patches.suse/drm-i915-Fix-NULL-pointer-dereference-in-capture_eng.patch
    (git-fixes CVE-2024-56667 bsc#1235016).
  - Update
    patches.suse/drm-nouveau-gr-gf100-Fix-missing-unlock-in-gf100_gr_.patch
    (git-fixes CVE-2024-56752 bsc#1234937).
  - Update
    patches.suse/drm-rockchip-vop-Fix-a-dereferenced-before-check-war.patch
    (git-fixes CVE-2024-53129 bsc#1234155).
  - Update
    patches.suse/filemap-Fix-bounds-checking-in-filemap_read.patch
    (bsc#1234209 CVE-2024-50272 bsc#1233461).
  - Update
    patches.suse/firmware-arm_scpi-Check-the-DVFS-OPP-count-returned-.patch
    (git-fixes CVE-2024-53157 bsc#1234827).
  - Update
    patches.suse/firmware_loader-Fix-possible-resource-leak-in-fw_log.patch
    (git-fixes CVE-2024-53202 bsc#1234970).
  - Update
    patches.suse/hwmon-nct6775-core-Fix-overflows-seen-when-writing-l.patch
    (git-fixes CVE-2024-53159 bsc#1234848).
  - Update
    patches.suse/i3c-master-Fix-miss-free-init_dyn_addr-at-i3c_master.patch
    (git-fixes CVE-2024-56562 bsc#1234930).
  - Update
    patches.suse/kdb-Fix-buffer-overflow-during-tab-complete.patch
    (bsc#1234652 CVE-2024-39480 bsc#1227445).
  - Update
    patches.suse/media-i2c-tc358743-Fix-crash-in-the-probe-error-path.patch
    (git-fixes CVE-2024-56576 bsc#1235019).
  - Update
    patches.suse/mm-revert-mm-shmem-fix-data-race-in-shmem_getattr.patch
    (CVE-2024-50228 bsc#1233204 git fixes (mm/shmem) CVE-2024-53136
    bsc#1234161).
  - Update
    patches.suse/msft-hv-3081-hv_sock-Initializing-vsk-trans-to-NULL-to-prevent-a-.patch
    (git-fixes CVE-2024-53103 bsc#1234024).
  - Update
    patches.suse/net-usb-lan78xx-Fix-double-free-issue-with-interrupt.patch
    (git-fixes CVE-2024-53213 bsc#1234973).
  - Update
    patches.suse/nfsd-release-svc_expkey-svc_export-with-rcu_work.patch
    (git-fixes CVE-2024-53216 bsc#1235003).
  - Update
    patches.suse/nvme-fabrics-fix-kernel-crash-while-shutting-down-co.patch
    (git-fixes CVE-2024-53169 bsc#1234900).
  - Update
    patches.suse/nvme-pci-fix-freeing-of-the-HMB-descriptor-table.patch
    (git-fixes CVE-2024-56756 bsc#1234922).
  - Update
    patches.suse/ocfs2-fix-uninitialized-value-in-ocfs2_file_read_iter.patch
    (git-fixes CVE-2024-53155 bsc#1234855).
  - Update
    patches.suse/s390-iucv-MSG_PEEK-causes-memory-leak-in-iucv_sock_destruct.patch
    (git-fixes CVE-2024-53210 bsc#1234971).
  - Update patches.suse/smb-client-fix-UAF-in-async-decryption.patch
    (bsc#1232418 (CVE-2024-50047) CVE-2024-50047).
  - Update
    patches.suse/soc-qcom-geni-se-fix-array-underflow-in-geni_se_clk_.patch
    (git-fixes CVE-2024-53158 bsc#1234811).
  - Update patches.suse/svcrdma-Address-an-integer-overflow.patch
    (git-fixes CVE-2024-53151 bsc#1234829).
  - Update
    patches.suse/svcrdma-fix-miss-destroy-percpu_counter-in-svc_rdma_proc_init.patch
    (git-fixes CVE-2024-53215 bsc#1234962).
  - Update
    patches.suse/tcp-Fix-use-after-free-of-nreq-in-reqsk_timer_handler.patch
    (CVE-2024-50154 bsc#1233070 CVE-2024-53206 bsc#1234960).
  - Update
    patches.suse/ubifs-authentication-Fix-use-after-free-in-ubifs_tnc_end_commit.patch
    (git-fixes CVE-2024-53171 bsc#1234889).
  - Update patches.suse/vdpa-solidrun-Fix-UB-bug-with-devres.patch
    (git-fixes CVE-2024-53126 bsc#1234158).
  - Update patches.suse/wifi-ath12k-fix-crash-when-unbinding.patch
    (git-fixes CVE-2024-53188 bsc#1234948).
  - Update patches.suse/wifi-ath12k-fix-warning-when-unbinding.patch
    (git-fixes CVE-2024-53191 bsc#1234952).
  - Update
    patches.suse/wifi-ath9k-add-range-check-for-conn_rsp_epid-in-htc_.patch
    (git-fixes CVE-2024-53156 bsc#1234846).
  - Update
    patches.suse/wifi-cw1200-Fix-potential-NULL-dereference.patch
    (git-fixes CVE-2024-56536 bsc#1234911).
  - Update
    patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning-d241a13.patch
    (git-fixes CVE-2024-56539 bsc#1234963).
  - Update
    patches.suse/wifi-rtlwifi-Drastically-reduce-the-attempts-to-read.patch
    (stable-fixes CVE-2024-53190 bsc#1234950).
  - commit 525626c
  - drm/amdkfd: pause autosuspend when creating pdd (stable-fixes).
  - commit 22dc4b9
  - ALSA: seq: ump: Fix seq port updates per FB info notify
    (git-fixes).
  - commit d51bef7
  - drm/amdkfd: Use device based logging for errors (stable-fixes).
  - commit bcbc5e4
  - ALSA: seq: ump: Use automatic cleanup of kfree() (stable-fixes).
  - Refresh
    patches.suse/ALSA-seq-ump-Skip-useless-ports-for-static-blocks.patch.
  - commit 013a8a9
  - drm/dp_mst: Ensure mst_primary pointer is valid in
    drm_dp_mst_handle_up_req() (stable-fixes).
  - regmap: Use correct format specifier for logging range errors
    (stable-fixes).
  - platform/x86: asus-nb-wmi: Ignore unknown event 0xCF
    (stable-fixes).
  - ALSA: seq: ump: Use guard() for locking (stable-fixes).
  - commit 19dff9a

++++ kernel-rt_debug:

  - netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING
    (CVE-2024-56755 bsc#1234920).
  - cachefiles: Fix NULL pointer dereference in object->file
    (CVE-2024-56549 bsc#1234912).
  - commit 785eb5b
  - netfilter: ipset: add missing range check in bitmap_ip_uadt (CVE-2024-53141 bsc#1234381)
  - commit 51ec3c0
  - Update
    patches.suse/ALSA-pcm-Add-sanity-NULL-check-for-the-default-mmap-.patch
    (stable-fixes CVE-2024-53180 bsc#1234929).
  - Update
    patches.suse/ALSA-usb-audio-Fix-out-of-bounds-reads-when-finding-.patch
    (stable-fixes CVE-2024-53150 bsc#1234834).
  - Update patches.suse/Bluetooth-MGMT-Fix-possible-deadlocks.patch
    (git-fixes CVE-2024-53207 bsc#1234907).
  - Update
    patches.suse/Bluetooth-MGMT-Fix-slab-use-after-free-Read-in-set_p.patch
    (git-fixes CVE-2024-53208 bsc#1234909).
  - Update
    patches.suse/Bluetooth-fix-use-after-free-in-device_for_each_chil.patch
    (git-fixes CVE-2024-53237 bsc#1235007).
  - Update
    patches.suse/Bluetooth-hci_event-Align-BR-EDR-JUST_WORKS-paring-w.patch
    (git-fixes bsc#1230697 CVE-2024-8805 CVE-2024-53144
    bsc#1234690).
  - Update
    patches.suse/NFSD-Prevent-NULL-dereference-in-nfsd4_process_cb_update.patch
    (git-fixes CVE-2024-53217 bsc#1234999).
  - Update
    patches.suse/NFSD-Prevent-a-potential-integer-overflow.patch
    (git-fixes CVE-2024-53146 bsc#1234853).
  - Update
    patches.suse/NFSv4.0-Fix-a-use-after-free-problem-in-the-asynchronous-open.patch
    (git-fixes CVE-2024-53173 bsc#1234891).
  - Update
    patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
    (git-fixes CVE-2024-53224 bsc#1235009).
  - Update
    patches.suse/RDMA-rxe-Fix-the-qp-flush-warnings-in-req.patch
    (git-fixes CVE-2024-53229 bsc#1234905).
  - Update
    patches.suse/Revert-mmc-dw_mmc-Fix-IDMAC-operation-with-pages-big.patch
    (git-fixes CVE-2024-53127 bsc#1234153).
  - Update
    patches.suse/SUNRPC-make-sure-cache-entry-active-before-cache_show.patch
    (git-fixes CVE-2024-53174 bsc#1234899).
  - Update
    patches.suse/ad7780-fix-division-by-zero-in-ad7780_write_raw.patch
    (git-fixes CVE-2024-56567 bsc#1234916).
  - Update
    patches.suse/blk-iocost-do-not-WARN-if-iocg-was-already-offlined.patch
    (bsc#1234147 CVE-2024-36908 bsc#1225743).
  - Update
    patches.suse/block-bfq-fix-bfqq-uaf-in-bfq_limit_depth.patch
    (bsc#1234160 CVE-2024-53166 bsc#1234884).
  - Update
    patches.suse/block-bfq-fix-uaf-for-accessing-waker_bfqq-after-spl.patch
    (bsc#1234279 CVE-2024-49854 bsc#1232193).
  - Update
    patches.suse/bnxt_en-Fix-receive-ring-space-parameters-when-XDP-i.patch
    (git-fixes CVE-2024-53209 bsc#1235002).
  - Update
    patches.suse/clk-clk-apple-nco-Add-NULL-check-in-applnco_probe.patch
    (git-fixes CVE-2024-53154 bsc#1234826).
  - Update
    patches.suse/comedi-Flush-partial-mappings-in-error-case.patch
    (git-fixes CVE-2024-53148 bsc#1234832).
  - Update
    patches.suse/crypto-caam-Fix-the-pointer-passed-to-caam_qi_shutdo.patch
    (git-fixes CVE-2024-56754 bsc#1234918).
  - Update
    patches.suse/crypto-qat-qat_4xxx-fix-off-by-one-in-uof_get_name.patch
    (git-fixes CVE-2024-53162 bsc#1234843).
  - Update
    patches.suse/drm-amd-display-Add-NULL-check-for-clk_mgr-in-dcn32_.patch
    (stable-fixes CVE-2024-49915 bsc#1231963).
  - Update
    patches.suse/drm-amd-display-Avoid-overflow-assignment-in-link_dp.patch
    (stable-fixes CVE-2024-50016 bsc#1232420).
  - Update
    patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st-2bc96c9.patch
    (git-fixes CVE-2024-53200 bsc#1234968).
  - Update
    patches.suse/drm-amd-display-Fix-null-check-for-pipe_ctx-plane_st.patch
    (git-fixes CVE-2024-53201 bsc#1234969).
  - Update
    patches.suse/drm-i915-Fix-NULL-pointer-dereference-in-capture_eng.patch
    (git-fixes CVE-2024-56667 bsc#1235016).
  - Update
    patches.suse/drm-nouveau-gr-gf100-Fix-missing-unlock-in-gf100_gr_.patch
    (git-fixes CVE-2024-56752 bsc#1234937).
  - Update
    patches.suse/drm-rockchip-vop-Fix-a-dereferenced-before-check-war.patch
    (git-fixes CVE-2024-53129 bsc#1234155).
  - Update
    patches.suse/filemap-Fix-bounds-checking-in-filemap_read.patch
    (bsc#1234209 CVE-2024-50272 bsc#1233461).
  - Update
    patches.suse/firmware-arm_scpi-Check-the-DVFS-OPP-count-returned-.patch
    (git-fixes CVE-2024-53157 bsc#1234827).
  - Update
    patches.suse/firmware_loader-Fix-possible-resource-leak-in-fw_log.patch
    (git-fixes CVE-2024-53202 bsc#1234970).
  - Update
    patches.suse/hwmon-nct6775-core-Fix-overflows-seen-when-writing-l.patch
    (git-fixes CVE-2024-53159 bsc#1234848).
  - Update
    patches.suse/i3c-master-Fix-miss-free-init_dyn_addr-at-i3c_master.patch
    (git-fixes CVE-2024-56562 bsc#1234930).
  - Update
    patches.suse/kdb-Fix-buffer-overflow-during-tab-complete.patch
    (bsc#1234652 CVE-2024-39480 bsc#1227445).
  - Update
    patches.suse/media-i2c-tc358743-Fix-crash-in-the-probe-error-path.patch
    (git-fixes CVE-2024-56576 bsc#1235019).
  - Update
    patches.suse/mm-revert-mm-shmem-fix-data-race-in-shmem_getattr.patch
    (CVE-2024-50228 bsc#1233204 git fixes (mm/shmem) CVE-2024-53136
    bsc#1234161).
  - Update
    patches.suse/msft-hv-3081-hv_sock-Initializing-vsk-trans-to-NULL-to-prevent-a-.patch
    (git-fixes CVE-2024-53103 bsc#1234024).
  - Update
    patches.suse/net-usb-lan78xx-Fix-double-free-issue-with-interrupt.patch
    (git-fixes CVE-2024-53213 bsc#1234973).
  - Update
    patches.suse/nfsd-release-svc_expkey-svc_export-with-rcu_work.patch
    (git-fixes CVE-2024-53216 bsc#1235003).
  - Update
    patches.suse/nvme-fabrics-fix-kernel-crash-while-shutting-down-co.patch
    (git-fixes CVE-2024-53169 bsc#1234900).
  - Update
    patches.suse/nvme-pci-fix-freeing-of-the-HMB-descriptor-table.patch
    (git-fixes CVE-2024-56756 bsc#1234922).
  - Update
    patches.suse/ocfs2-fix-uninitialized-value-in-ocfs2_file_read_iter.patch
    (git-fixes CVE-2024-53155 bsc#1234855).
  - Update
    patches.suse/s390-iucv-MSG_PEEK-causes-memory-leak-in-iucv_sock_destruct.patch
    (git-fixes CVE-2024-53210 bsc#1234971).
  - Update patches.suse/smb-client-fix-UAF-in-async-decryption.patch
    (bsc#1232418 (CVE-2024-50047) CVE-2024-50047).
  - Update
    patches.suse/soc-qcom-geni-se-fix-array-underflow-in-geni_se_clk_.patch
    (git-fixes CVE-2024-53158 bsc#1234811).
  - Update patches.suse/svcrdma-Address-an-integer-overflow.patch
    (git-fixes CVE-2024-53151 bsc#1234829).
  - Update
    patches.suse/svcrdma-fix-miss-destroy-percpu_counter-in-svc_rdma_proc_init.patch
    (git-fixes CVE-2024-53215 bsc#1234962).
  - Update
    patches.suse/tcp-Fix-use-after-free-of-nreq-in-reqsk_timer_handler.patch
    (CVE-2024-50154 bsc#1233070 CVE-2024-53206 bsc#1234960).
  - Update
    patches.suse/ubifs-authentication-Fix-use-after-free-in-ubifs_tnc_end_commit.patch
    (git-fixes CVE-2024-53171 bsc#1234889).
  - Update patches.suse/vdpa-solidrun-Fix-UB-bug-with-devres.patch
    (git-fixes CVE-2024-53126 bsc#1234158).
  - Update patches.suse/wifi-ath12k-fix-crash-when-unbinding.patch
    (git-fixes CVE-2024-53188 bsc#1234948).
  - Update patches.suse/wifi-ath12k-fix-warning-when-unbinding.patch
    (git-fixes CVE-2024-53191 bsc#1234952).
  - Update
    patches.suse/wifi-ath9k-add-range-check-for-conn_rsp_epid-in-htc_.patch
    (git-fixes CVE-2024-53156 bsc#1234846).
  - Update
    patches.suse/wifi-cw1200-Fix-potential-NULL-dereference.patch
    (git-fixes CVE-2024-56536 bsc#1234911).
  - Update
    patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning-d241a13.patch
    (git-fixes CVE-2024-56539 bsc#1234963).
  - Update
    patches.suse/wifi-rtlwifi-Drastically-reduce-the-attempts-to-read.patch
    (stable-fixes CVE-2024-53190 bsc#1234950).
  - commit 525626c
  - drm/amdkfd: pause autosuspend when creating pdd (stable-fixes).
  - commit 22dc4b9
  - ALSA: seq: ump: Fix seq port updates per FB info notify
    (git-fixes).
  - commit d51bef7
  - drm/amdkfd: Use device based logging for errors (stable-fixes).
  - commit bcbc5e4
  - ALSA: seq: ump: Use automatic cleanup of kfree() (stable-fixes).
  - Refresh
    patches.suse/ALSA-seq-ump-Skip-useless-ports-for-static-blocks.patch.
  - commit 013a8a9
  - drm/dp_mst: Ensure mst_primary pointer is valid in
    drm_dp_mst_handle_up_req() (stable-fixes).
  - regmap: Use correct format specifier for logging range errors
    (stable-fixes).
  - platform/x86: asus-nb-wmi: Ignore unknown event 0xCF
    (stable-fixes).
  - ALSA: seq: ump: Use guard() for locking (stable-fixes).
  - commit 19dff9a

------------------------------------------------------------------
------------------  2025-1-2  -  Jan 2 2025  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20250102.c08e614:
    * Load distrobox_profile.sh

++++ kernel-default:

  - EDAC/bluefield: Fix potential integer overflow (CVE-2024-53161
    bsc#1234856).
  - commit 7e4b5c0
  - ice: Unbind the workqueue (bsc#1234989)
  - commit 0570b37

++++ kernel-rt:

  - EDAC/bluefield: Fix potential integer overflow (CVE-2024-53161
    bsc#1234856).
  - commit 7e4b5c0
  - ice: Unbind the workqueue (bsc#1234989)
  - commit 0570b37

++++ kernel-rt_debug:

  - EDAC/bluefield: Fix potential integer overflow (CVE-2024-53161
    bsc#1234856).
  - commit 7e4b5c0
  - ice: Unbind the workqueue (bsc#1234989)
  - commit 0570b37

------------------------------------------------------------------
------------------  2024-12-31  -  Dec 31 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix genprotimg for s390 builds
    A recent change on genprotimg now forbids to use --cert in
    combination with --no-verify, even though this was allowed
    before.

++++ kernel-default:

  - swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
    (git-fixes).
  - swiotlb: Enforce page alignment in swiotlb_alloc() (git-fixes).
  - commit c0aa9ec
  - rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
    (bsc#1234810 CVE-2024-53160).
  - commit 94f148d

++++ kernel-rt:

  - swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
    (git-fixes).
  - swiotlb: Enforce page alignment in swiotlb_alloc() (git-fixes).
  - commit c0aa9ec
  - rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
    (bsc#1234810 CVE-2024-53160).
  - commit 94f148d

++++ kernel-rt_debug:

  - swiotlb: Reinstate page-alignment for mappings >= PAGE_SIZE
    (git-fixes).
  - swiotlb: Enforce page alignment in swiotlb_alloc() (git-fixes).
  - commit c0aa9ec
  - rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu
    (bsc#1234810 CVE-2024-53160).
  - commit 94f148d

------------------------------------------------------------------
------------------  2024-12-30  -  Dec 30 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - io_uring: check if iowq is killed before queuing (git-fixes).
  - io_uring: Fix registered ring file refcount leak (git-fixes).
  - commit 3d9d45c
  - io_uring: always lock __io_cqring_overflow_flush (git-fixes).
  - io_uring/rw: avoid punting to io-wq directly (git-fixes).
  - commit b99f1b6
  - io_uring/tctx: work around xa_store() allocation error issue
    (git-fixes).
  - commit 38adcdb
  - Drop recent ACPI fixes for kABI breakage
    Deleted:
    patches.suse/ACPI-x86-Make-UART-skip-quirks-work-on-PCI-UARTs-wit.patch
    patches.suse/ACPI-x86-Move-acpi_quirk_skip_serdev_enumeration-out.patch
  - commit c49880b
  - wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()
    (stable-fixes).
  - Refresh
    patches.suse/wifi-mac80211-fix-station-NSS-capability-initializat.patch.
  - commit 484b5d2
  - serial: amba-pl011: Use port lock wrappers (stable-fixes).
  - Refresh patches.suse/ARM-PL011-Fix-DMA-support.patch.
  - commit acf4ef9
  - power: supply: gpio-charger: Fix set charge current limits
    (git-fixes).
  - USB: serial: option: add Telit FE910C04 rmnet compositions
    (stable-fixes).
  - USB: serial: option: add MediaTek T7XX compositions
    (stable-fixes).
  - USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready
    (stable-fixes).
  - USB: serial: option: add MeiG Smart SLM770A (stable-fixes).
  - USB: serial: option: add TCL IK512 MBIM & ECM (stable-fixes).
  - usb: dwc2: Fix HCD port connection race (git-fixes).
  - usb: dwc2: hcd: Fix GetPortStatus & SetPortFeature (git-fixes).
  - usb: dwc2: Fix HCD resume (git-fixes).
  - usb: gadget: u_serial: Fix the issue that gs_start_io crashed
    due to accessing null pointer (git-fixes).
  - usb: dwc3: xilinx: make sure pipe clock is deselected in usb2
    only mode (git-fixes).
  - usb: typec: anx7411: fix OF node reference leaks in
    anx7411_typec_switch_probe() (git-fixes).
  - usb: typec: anx7411: fix fwnode_handle reference leak
    (git-fixes).
  - usb: host: max3421-hcd: Correctly abort a USB request
    (git-fixes).
  - usb: ehci-hcd: fix call balance of clocks handling routines
    (git-fixes).
  - spi: aspeed: Fix an error handling path in
    aspeed_spi_[read|write]_user() (git-fixes).
  - wifi: cfg80211: sme: init n_channels before channels[] access
    (git-fixes).
  - wifi: mac80211: init cnt before accessing elem in
    ieee80211_copy_mbssid_beacon (git-fixes).
  - rtc: cmos: avoid taking rtc_lock for extended period of time
    (stable-fixes).
  - serial: amba-pl011: fix build regression (git-fixes).
  - serial: amba-pl011: Fix RX stall when DMA is used (git-fixes).
  - serial: 8250_dw: Add Sophgo SG2044 quirk (stable-fixes).
  - usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTED
    (git-fixes).
  - usb: chipidea: udc: handle USB Error Interrupt if IOC not set
    (stable-fixes).
  - pinmux: Use sequential access to access desc->pinmux data
    (stable-fixes).
  - thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
    (stable-fixes).
  - wifi: brcmfmac: Fix oops due to NULL pointer dereference in
    brcmf_sdiod_sglist_rw() (stable-fixes).
  - wifi: ipw2x00: libipw_rx_any(): fix bad alignment
    (stable-fixes).
  - wifi: rtw89: check return value of ieee80211_probereq_get()
    for RNR (stable-fixes).
  - soc: fsl: cpm1: qmc: Set the ret error code on
    platform_get_irq() failure (git-fixes).
  - soc: imx8m: Probe the SoC driver as platform driver
    (stable-fixes).
  - soc: fsl: cpm1: qmc: Introduce qmc_{init,exit}_xcc() and their
    CPM1 version (stable-fixes).
  - soc: fsl: cpm1: qmc: Introduce qmc_init_resource() and its
    CPM1 version (stable-fixes).
  - soc: fsl: cpm1: qmc: Re-order probe() operations (stable-fixes).
  - soc: fsl: cpm1: qmc: Fix blank line and spaces (stable-fixes).
  - usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)
    (git-fixes).
  - usb: dwc2: gadget: Don't write invalid mapped sg entries into
    dma_desc with iommu enabled (stable-fixes).
  - usb: cdns3-ti: Add workaround for Errata i2409 (stable-fixes).
  - usb: cdns3: Add quirk flag to enable suspend residency
    (stable-fixes).
  - usb: dwc3: ep0: Don't reset resource alloc flag (git-fixes).
  - xhci: Allow RPM on the USB controller (1022:43f7) by default
    (stable-fixes).
  - usb: dwc3: gadget: Rewrite endpoint allocation flow
    (stable-fixes).
  - soc/fsl: cpm: qmc: Convert to platform remove callback returning
    void (stable-fixes).
  - commit 07f38d1
  - PCI/MSI: Handle lack of irqdomain gracefully (git-fixes).
  - i2c: microchip-core: fix "ghost" detections (git-fixes).
  - i2c: microchip-core: actually use repeated sends (git-fixes).
  - i2c: imx: add imx7d compatible string for applying erratum
    ERR007805 (git-fixes).
  - linux/dmaengine.h: fix a few kernel-doc warnings (git-fixes).
  - phy: core: Fix an OF node refcount leakage in
    of_phy_provider_lookup() (git-fixes).
  - phy: core: Fix an OF node refcount leakage in _of_phy_get()
    (git-fixes).
  - phy: core: Fix that API devm_phy_destroy() fails to destroy
    the phy (git-fixes).
  - phy: core: Fix that API devm_of_phy_provider_unregister()
    fails to unregister the phy provider (git-fixes).
  - phy: core: Fix that API devm_phy_put() fails to release the phy
    (git-fixes).
  - phy: qcom-qmp: Fix register name in RX Lane config of SC8280XP
    (git-fixes).
  - phy: rockchip: naneng-combphy: fix phy reset (git-fixes).
  - phy: usb: Toggle the PHY power during init (git-fixes).
  - mtd: rawnand: arasan: Fix missing de-registration of NAND
    (git-fixes).
  - mtd: rawnand: arasan: Fix double assertion of chip-select
    (git-fixes).
  - mtd: diskonchip: Cast an operand to prevent potential overflow
    (git-fixes).
  - mtd: rawnand: fix double free in atmel_pmecc_create_user()
    (git-fixes).
  - of/irq: Fix using uninitialized variable @addr_len in API
    of_irq_parse_one() (git-fixes).
  - of: Fix refcount leakage for OF node returned by
    __of_get_dma_parent() (git-fixes).
  - of: Fix error path in of_parse_phandle_with_args_map()
    (git-fixes).
  - media: dvb-frontends: dib3000mb: fix uninit-value in
    dib3000_write_reg (git-fixes).
  - hwmon: (tmp513) Fix interpretation of values of Temperature
    Result and Limit Registers (git-fixes).
  - hwmon: (tmp513) Fix Current Register value interpretation
    (git-fixes).
  - hwmon: (tmp513) Fix interpretation of values of Shunt Voltage
    and Limit Registers (git-fixes).
  - i915/guc: Accumulate active runtime on gt reset (git-fixes).
  - i915/guc: Ensure busyness counter increases motonically
    (git-fixes).
  - i915/guc: Reset engine utilization buffer before registration
    (git-fixes).
  - mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC
    quirk (git-fixes).
  - i2c: riic: Always round-up when calculating bus period
    (git-fixes).
  - i2c: pnx: Fix timeout in wait functions (git-fixes).
  - mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia
    Edu Atla 10 tablet (stable-fixes).
  - PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs
    (stable-fixes).
  - PCI: qcom: Add support for IPQ9574 (stable-fixes).
  - PCI: Add ACS quirk for Wangxun FF5xxx NICs (stable-fixes).
  - PCI: Detect and trust built-in Thunderbolt chips (stable-fixes).
  - PCI: Add 'reset_subordinate' to reset hierarchy below bridge
    (stable-fixes).
  - PCI: vmd: Set devices to D0 before enabling PM L1 Substates
    (stable-fixes).
  - pinctrl: qcom: spmi-mpp: Add PM8937 compatible (stable-fixes).
  - pinctrl: qcom-pmic-gpio: add support for PM8937 (stable-fixes).
  - leds: class: Protect brightness_show() with led_cdev->led_access
    mutex (stable-fixes).
  - media: cx231xx: Add support for Dexatek USB Video Grabber
    1d19:6108 (stable-fixes).
  - media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared
    camera (stable-fixes).
  - media: uvcvideo: RealSense D421 Depth module metadata
    (stable-fixes).
  - mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag setting (git-fixes).
  - mmc: mtk-sd: fix devm_clk_get_optional usage (stable-fixes).
  - mmc: sdhci-esdhc-imx: enable quirks SDHCI_QUIRK_NO_LED
    (stable-fixes).
  - mmc: core: Add SD card quirk for broken poweroff notification
    (stable-fixes).
  - hwmon: (nct6775) Add 665-ACE/600M-CL to ASUS WMI monitoring list
    (stable-fixes).
  - of: address: Report error on resource bounds overflow
    (stable-fixes).
  - PCI/AER: Disable AER service on suspend (stable-fixes).
  - PCI: Use preserve_config in place of pci_flags (stable-fixes).
  - PCI: Add ACS quirk for Broadcom BCM5760X NIC (stable-fixes).
  - hwmon: (tmp513) Use SI constants from units.h (stable-fixes).
  - hwmon: (tmp513) Simplify with dev_err_probe() (stable-fixes).
  - hwmon: (tmp513) Don't use "proxy" headers (stable-fixes).
  - commit 5b99336
  - drm/amdgpu: don't access invalid sched (git-fixes).
  - drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()
    (stable-fixes).
  - drm/panel: novatek-nt35950: fix return value check in
    nt35950_probe() (git-fixes).
  - drm/i915: Fix memory leak by correcting cache object name in
    error handler (git-fixes).
  - drm/i915: Fix NULL pointer dereference in capture_engine
    (git-fixes).
  - HID: magicmouse: Apple Magic Trackpad 2 USB-C driver support
    (stable-fixes).
  - gpio: grgpio: Add NULL check in grgpio_probe (git-fixes).
  - gpio: grgpio: use a helper variable to store the address of
    ofdev->dev (stable-fixes).
  - commit caf7811
  - dmaengine: tegra: Return correct DMA status when paused
    (git-fixes).
  - dmaengine: mv_xor: fix child node refcount handling in early
    exit (git-fixes).
  - dmaengine: apple-admac: Avoid accessing registers in probe
    (git-fixes).
  - dmaengine: dw: Select only supported masters for ACPI devices
    (git-fixes).
  - dmaengine: at_xdmac: avoid null_prt_deref in
    at_xdmac_prep_dma_memset (git-fixes).
  - amdgpu/uvd: get ring reference from rq scheduler (git-fixes).
  - Documentation: PM: Clarify pm_runtime_resume_and_get() return
    value (git-fixes).
  - ACPICA: events/evxfregn: don't release the ContextMutex that
    was never acquired (git-fixes).
  - ACPI: resource: Fix memory resource type union access
    (git-fixes).
  - acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
    (git-fixes).
  - ASoC: amd: yc: Fix the wrong return value (git-fixes).
  - ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5
    (stable-fixes).
  - Bluetooth: hci_event: Fix using rcu_read_(un)lock while
    iterating (git-fixes).
  - drm/amdgpu/hdp5.2: do a posting read when flushing HDP
    (stable-fixes).
  - drm/dp_mst: Verify request type in the corresponding down
    message reply (stable-fixes).
  - drm/dp_mst: Fix MST sideband message body length check
    (stable-fixes).
  - dma-buf: fix dma_fence_array_signaled v4 (stable-fixes).
  - drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted
    on vcn v4.0.3 (stable-fixes).
  - ASoC: amd: yc: Add quirk for microphone on Lenovo Thinkpad
    T14s Gen 6 21M1CTO1WW (stable-fixes).
  - ASoC: amd: yc: fix internal mic on Redmi G 2022 (stable-fixes).
  - driver core: fw_devlink: Stop trying to optimize cycle detection
    logic (git-fixes).
  - ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]
    (stable-fixes).
  - ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8
    A1-840 (stable-fixes).
  - drm/bridge: it6505: Fix inverted reset polarity (git-fixes).
  - drm/amdgpu: set the right AMDGPU sg segment limitation
    (stable-fixes).
  - drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov
    (stable-fixes).
  - drm/sched: memset() 'job' in drm_sched_job_init()
    (stable-fixes).
  - drm/panel: simple: Add Microchip AC69T88A LVDS Display panel
    (stable-fixes).
  - drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptr
    (stable-fixes).
  - drm/amdgpu: Dereference the ATCS ACPI buffer (stable-fixes).
  - drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
    for vega20_ih (stable-fixes).
  - drm/radeon/r600_cs: Fix possible int overflow in
    r600_packet3_check() (stable-fixes).
  - drm/display: Fix building with GCC 15 (stable-fixes).
  - drm/mcde: Enable module autoloading (stable-fixes).
  - drm/bridge: it6505: Enable module autoloading (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO Founder
    edition (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model
    (stable-fixes).
  - drm/vc4: hvs: Set AXI panic modes for the HVS (stable-fixes).
  - drm/vc4: hdmi: Avoid log spam for audio start failure
    (stable-fixes).
  - ASoC: hdmi-codec: reorder channel allocation list
    (stable-fixes).
  - dma-debug: fix a possible deadlock on radix_lock (stable-fixes).
  - Bluetooth: hci_core: Fix not checking skb length on
    hci_acldata_packet (stable-fixes).
  - Bluetooth: btusb: Add RTL8852BE device 0489:e123 to device
    tables (stable-fixes).
  - Bluetooth: L2CAP: do not leave dangling sk pointer on error
    in l2cap_sock_create() (stable-fixes).
  - ACPI: x86: Make UART skip quirks work on PCI UARTs without an
    UID (stable-fixes).
  - ASoC: Intel: sof_sdw: add quirk for Dell SKU 0B8C
    (stable-fixes).
  - ASoC: Intel: sof_sdw: fix jack detection on ADL-N variant RVP
    (stable-fixes).
  - drm/bridge: it6505: update usleep_range for RC circuit charge
    time (stable-fixes).
  - can: gs_usb: add VID/PID for Xylanta SAINT3 product family
    (stable-fixes).
  - driver core: Add FWLINK_FLAG_IGNORE to completely ignore a
    fwnode link (stable-fixes).
  - driver core: fw_devlink: Improve logs for cycle detection
    (stable-fixes).
  - Bluetooth: ISO: Reassociate a socket with an active BIS
    (stable-fixes).
  - commit e98af40
  - exfat: ensure that ctime is updated whenever the mtime is
    (git-fixes).
  - commit c79a14e

++++ kernel-rt:

  - io_uring: check if iowq is killed before queuing (git-fixes).
  - io_uring: Fix registered ring file refcount leak (git-fixes).
  - commit 3d9d45c
  - io_uring: always lock __io_cqring_overflow_flush (git-fixes).
  - io_uring/rw: avoid punting to io-wq directly (git-fixes).
  - commit b99f1b6
  - io_uring/tctx: work around xa_store() allocation error issue
    (git-fixes).
  - commit 38adcdb
  - Drop recent ACPI fixes for kABI breakage
    Deleted:
    patches.suse/ACPI-x86-Make-UART-skip-quirks-work-on-PCI-UARTs-wit.patch
    patches.suse/ACPI-x86-Move-acpi_quirk_skip_serdev_enumeration-out.patch
  - commit c49880b
  - wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()
    (stable-fixes).
  - Refresh
    patches.suse/wifi-mac80211-fix-station-NSS-capability-initializat.patch.
  - commit 484b5d2
  - serial: amba-pl011: Use port lock wrappers (stable-fixes).
  - Refresh patches.suse/ARM-PL011-Fix-DMA-support.patch.
  - commit acf4ef9
  - power: supply: gpio-charger: Fix set charge current limits
    (git-fixes).
  - USB: serial: option: add Telit FE910C04 rmnet compositions
    (stable-fixes).
  - USB: serial: option: add MediaTek T7XX compositions
    (stable-fixes).
  - USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready
    (stable-fixes).
  - USB: serial: option: add MeiG Smart SLM770A (stable-fixes).
  - USB: serial: option: add TCL IK512 MBIM & ECM (stable-fixes).
  - usb: dwc2: Fix HCD port connection race (git-fixes).
  - usb: dwc2: hcd: Fix GetPortStatus & SetPortFeature (git-fixes).
  - usb: dwc2: Fix HCD resume (git-fixes).
  - usb: gadget: u_serial: Fix the issue that gs_start_io crashed
    due to accessing null pointer (git-fixes).
  - usb: dwc3: xilinx: make sure pipe clock is deselected in usb2
    only mode (git-fixes).
  - usb: typec: anx7411: fix OF node reference leaks in
    anx7411_typec_switch_probe() (git-fixes).
  - usb: typec: anx7411: fix fwnode_handle reference leak
    (git-fixes).
  - usb: host: max3421-hcd: Correctly abort a USB request
    (git-fixes).
  - usb: ehci-hcd: fix call balance of clocks handling routines
    (git-fixes).
  - spi: aspeed: Fix an error handling path in
    aspeed_spi_[read|write]_user() (git-fixes).
  - wifi: cfg80211: sme: init n_channels before channels[] access
    (git-fixes).
  - wifi: mac80211: init cnt before accessing elem in
    ieee80211_copy_mbssid_beacon (git-fixes).
  - rtc: cmos: avoid taking rtc_lock for extended period of time
    (stable-fixes).
  - serial: amba-pl011: fix build regression (git-fixes).
  - serial: amba-pl011: Fix RX stall when DMA is used (git-fixes).
  - serial: 8250_dw: Add Sophgo SG2044 quirk (stable-fixes).
  - usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTED
    (git-fixes).
  - usb: chipidea: udc: handle USB Error Interrupt if IOC not set
    (stable-fixes).
  - pinmux: Use sequential access to access desc->pinmux data
    (stable-fixes).
  - thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
    (stable-fixes).
  - wifi: brcmfmac: Fix oops due to NULL pointer dereference in
    brcmf_sdiod_sglist_rw() (stable-fixes).
  - wifi: ipw2x00: libipw_rx_any(): fix bad alignment
    (stable-fixes).
  - wifi: rtw89: check return value of ieee80211_probereq_get()
    for RNR (stable-fixes).
  - soc: fsl: cpm1: qmc: Set the ret error code on
    platform_get_irq() failure (git-fixes).
  - soc: imx8m: Probe the SoC driver as platform driver
    (stable-fixes).
  - soc: fsl: cpm1: qmc: Introduce qmc_{init,exit}_xcc() and their
    CPM1 version (stable-fixes).
  - soc: fsl: cpm1: qmc: Introduce qmc_init_resource() and its
    CPM1 version (stable-fixes).
  - soc: fsl: cpm1: qmc: Re-order probe() operations (stable-fixes).
  - soc: fsl: cpm1: qmc: Fix blank line and spaces (stable-fixes).
  - usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)
    (git-fixes).
  - usb: dwc2: gadget: Don't write invalid mapped sg entries into
    dma_desc with iommu enabled (stable-fixes).
  - usb: cdns3-ti: Add workaround for Errata i2409 (stable-fixes).
  - usb: cdns3: Add quirk flag to enable suspend residency
    (stable-fixes).
  - usb: dwc3: ep0: Don't reset resource alloc flag (git-fixes).
  - xhci: Allow RPM on the USB controller (1022:43f7) by default
    (stable-fixes).
  - usb: dwc3: gadget: Rewrite endpoint allocation flow
    (stable-fixes).
  - soc/fsl: cpm: qmc: Convert to platform remove callback returning
    void (stable-fixes).
  - commit 07f38d1
  - PCI/MSI: Handle lack of irqdomain gracefully (git-fixes).
  - i2c: microchip-core: fix "ghost" detections (git-fixes).
  - i2c: microchip-core: actually use repeated sends (git-fixes).
  - i2c: imx: add imx7d compatible string for applying erratum
    ERR007805 (git-fixes).
  - linux/dmaengine.h: fix a few kernel-doc warnings (git-fixes).
  - phy: core: Fix an OF node refcount leakage in
    of_phy_provider_lookup() (git-fixes).
  - phy: core: Fix an OF node refcount leakage in _of_phy_get()
    (git-fixes).
  - phy: core: Fix that API devm_phy_destroy() fails to destroy
    the phy (git-fixes).
  - phy: core: Fix that API devm_of_phy_provider_unregister()
    fails to unregister the phy provider (git-fixes).
  - phy: core: Fix that API devm_phy_put() fails to release the phy
    (git-fixes).
  - phy: qcom-qmp: Fix register name in RX Lane config of SC8280XP
    (git-fixes).
  - phy: rockchip: naneng-combphy: fix phy reset (git-fixes).
  - phy: usb: Toggle the PHY power during init (git-fixes).
  - mtd: rawnand: arasan: Fix missing de-registration of NAND
    (git-fixes).
  - mtd: rawnand: arasan: Fix double assertion of chip-select
    (git-fixes).
  - mtd: diskonchip: Cast an operand to prevent potential overflow
    (git-fixes).
  - mtd: rawnand: fix double free in atmel_pmecc_create_user()
    (git-fixes).
  - of/irq: Fix using uninitialized variable @addr_len in API
    of_irq_parse_one() (git-fixes).
  - of: Fix refcount leakage for OF node returned by
    __of_get_dma_parent() (git-fixes).
  - of: Fix error path in of_parse_phandle_with_args_map()
    (git-fixes).
  - media: dvb-frontends: dib3000mb: fix uninit-value in
    dib3000_write_reg (git-fixes).
  - hwmon: (tmp513) Fix interpretation of values of Temperature
    Result and Limit Registers (git-fixes).
  - hwmon: (tmp513) Fix Current Register value interpretation
    (git-fixes).
  - hwmon: (tmp513) Fix interpretation of values of Shunt Voltage
    and Limit Registers (git-fixes).
  - i915/guc: Accumulate active runtime on gt reset (git-fixes).
  - i915/guc: Ensure busyness counter increases motonically
    (git-fixes).
  - i915/guc: Reset engine utilization buffer before registration
    (git-fixes).
  - mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC
    quirk (git-fixes).
  - i2c: riic: Always round-up when calculating bus period
    (git-fixes).
  - i2c: pnx: Fix timeout in wait functions (git-fixes).
  - mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia
    Edu Atla 10 tablet (stable-fixes).
  - PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs
    (stable-fixes).
  - PCI: qcom: Add support for IPQ9574 (stable-fixes).
  - PCI: Add ACS quirk for Wangxun FF5xxx NICs (stable-fixes).
  - PCI: Detect and trust built-in Thunderbolt chips (stable-fixes).
  - PCI: Add 'reset_subordinate' to reset hierarchy below bridge
    (stable-fixes).
  - PCI: vmd: Set devices to D0 before enabling PM L1 Substates
    (stable-fixes).
  - pinctrl: qcom: spmi-mpp: Add PM8937 compatible (stable-fixes).
  - pinctrl: qcom-pmic-gpio: add support for PM8937 (stable-fixes).
  - leds: class: Protect brightness_show() with led_cdev->led_access
    mutex (stable-fixes).
  - media: cx231xx: Add support for Dexatek USB Video Grabber
    1d19:6108 (stable-fixes).
  - media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared
    camera (stable-fixes).
  - media: uvcvideo: RealSense D421 Depth module metadata
    (stable-fixes).
  - mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag setting (git-fixes).
  - mmc: mtk-sd: fix devm_clk_get_optional usage (stable-fixes).
  - mmc: sdhci-esdhc-imx: enable quirks SDHCI_QUIRK_NO_LED
    (stable-fixes).
  - mmc: core: Add SD card quirk for broken poweroff notification
    (stable-fixes).
  - hwmon: (nct6775) Add 665-ACE/600M-CL to ASUS WMI monitoring list
    (stable-fixes).
  - of: address: Report error on resource bounds overflow
    (stable-fixes).
  - PCI/AER: Disable AER service on suspend (stable-fixes).
  - PCI: Use preserve_config in place of pci_flags (stable-fixes).
  - PCI: Add ACS quirk for Broadcom BCM5760X NIC (stable-fixes).
  - hwmon: (tmp513) Use SI constants from units.h (stable-fixes).
  - hwmon: (tmp513) Simplify with dev_err_probe() (stable-fixes).
  - hwmon: (tmp513) Don't use "proxy" headers (stable-fixes).
  - commit 5b99336
  - drm/amdgpu: don't access invalid sched (git-fixes).
  - drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()
    (stable-fixes).
  - drm/panel: novatek-nt35950: fix return value check in
    nt35950_probe() (git-fixes).
  - drm/i915: Fix memory leak by correcting cache object name in
    error handler (git-fixes).
  - drm/i915: Fix NULL pointer dereference in capture_engine
    (git-fixes).
  - HID: magicmouse: Apple Magic Trackpad 2 USB-C driver support
    (stable-fixes).
  - gpio: grgpio: Add NULL check in grgpio_probe (git-fixes).
  - gpio: grgpio: use a helper variable to store the address of
    ofdev->dev (stable-fixes).
  - commit caf7811
  - dmaengine: tegra: Return correct DMA status when paused
    (git-fixes).
  - dmaengine: mv_xor: fix child node refcount handling in early
    exit (git-fixes).
  - dmaengine: apple-admac: Avoid accessing registers in probe
    (git-fixes).
  - dmaengine: dw: Select only supported masters for ACPI devices
    (git-fixes).
  - dmaengine: at_xdmac: avoid null_prt_deref in
    at_xdmac_prep_dma_memset (git-fixes).
  - amdgpu/uvd: get ring reference from rq scheduler (git-fixes).
  - Documentation: PM: Clarify pm_runtime_resume_and_get() return
    value (git-fixes).
  - ACPICA: events/evxfregn: don't release the ContextMutex that
    was never acquired (git-fixes).
  - ACPI: resource: Fix memory resource type union access
    (git-fixes).
  - acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
    (git-fixes).
  - ASoC: amd: yc: Fix the wrong return value (git-fixes).
  - ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5
    (stable-fixes).
  - Bluetooth: hci_event: Fix using rcu_read_(un)lock while
    iterating (git-fixes).
  - drm/amdgpu/hdp5.2: do a posting read when flushing HDP
    (stable-fixes).
  - drm/dp_mst: Verify request type in the corresponding down
    message reply (stable-fixes).
  - drm/dp_mst: Fix MST sideband message body length check
    (stable-fixes).
  - dma-buf: fix dma_fence_array_signaled v4 (stable-fixes).
  - drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted
    on vcn v4.0.3 (stable-fixes).
  - ASoC: amd: yc: Add quirk for microphone on Lenovo Thinkpad
    T14s Gen 6 21M1CTO1WW (stable-fixes).
  - ASoC: amd: yc: fix internal mic on Redmi G 2022 (stable-fixes).
  - driver core: fw_devlink: Stop trying to optimize cycle detection
    logic (git-fixes).
  - ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]
    (stable-fixes).
  - ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8
    A1-840 (stable-fixes).
  - drm/bridge: it6505: Fix inverted reset polarity (git-fixes).
  - drm/amdgpu: set the right AMDGPU sg segment limitation
    (stable-fixes).
  - drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov
    (stable-fixes).
  - drm/sched: memset() 'job' in drm_sched_job_init()
    (stable-fixes).
  - drm/panel: simple: Add Microchip AC69T88A LVDS Display panel
    (stable-fixes).
  - drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptr
    (stable-fixes).
  - drm/amdgpu: Dereference the ATCS ACPI buffer (stable-fixes).
  - drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
    for vega20_ih (stable-fixes).
  - drm/radeon/r600_cs: Fix possible int overflow in
    r600_packet3_check() (stable-fixes).
  - drm/display: Fix building with GCC 15 (stable-fixes).
  - drm/mcde: Enable module autoloading (stable-fixes).
  - drm/bridge: it6505: Enable module autoloading (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO Founder
    edition (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model
    (stable-fixes).
  - drm/vc4: hvs: Set AXI panic modes for the HVS (stable-fixes).
  - drm/vc4: hdmi: Avoid log spam for audio start failure
    (stable-fixes).
  - ASoC: hdmi-codec: reorder channel allocation list
    (stable-fixes).
  - dma-debug: fix a possible deadlock on radix_lock (stable-fixes).
  - Bluetooth: hci_core: Fix not checking skb length on
    hci_acldata_packet (stable-fixes).
  - Bluetooth: btusb: Add RTL8852BE device 0489:e123 to device
    tables (stable-fixes).
  - Bluetooth: L2CAP: do not leave dangling sk pointer on error
    in l2cap_sock_create() (stable-fixes).
  - ACPI: x86: Make UART skip quirks work on PCI UARTs without an
    UID (stable-fixes).
  - ASoC: Intel: sof_sdw: add quirk for Dell SKU 0B8C
    (stable-fixes).
  - ASoC: Intel: sof_sdw: fix jack detection on ADL-N variant RVP
    (stable-fixes).
  - drm/bridge: it6505: update usleep_range for RC circuit charge
    time (stable-fixes).
  - can: gs_usb: add VID/PID for Xylanta SAINT3 product family
    (stable-fixes).
  - driver core: Add FWLINK_FLAG_IGNORE to completely ignore a
    fwnode link (stable-fixes).
  - driver core: fw_devlink: Improve logs for cycle detection
    (stable-fixes).
  - Bluetooth: ISO: Reassociate a socket with an active BIS
    (stable-fixes).
  - commit e98af40
  - exfat: ensure that ctime is updated whenever the mtime is
    (git-fixes).
  - commit c79a14e

++++ kernel-rt_debug:

  - io_uring: check if iowq is killed before queuing (git-fixes).
  - io_uring: Fix registered ring file refcount leak (git-fixes).
  - commit 3d9d45c
  - io_uring: always lock __io_cqring_overflow_flush (git-fixes).
  - io_uring/rw: avoid punting to io-wq directly (git-fixes).
  - commit b99f1b6
  - io_uring/tctx: work around xa_store() allocation error issue
    (git-fixes).
  - commit 38adcdb
  - Drop recent ACPI fixes for kABI breakage
    Deleted:
    patches.suse/ACPI-x86-Make-UART-skip-quirks-work-on-PCI-UARTs-wit.patch
    patches.suse/ACPI-x86-Move-acpi_quirk_skip_serdev_enumeration-out.patch
  - commit c49880b
  - wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()
    (stable-fixes).
  - Refresh
    patches.suse/wifi-mac80211-fix-station-NSS-capability-initializat.patch.
  - commit 484b5d2
  - serial: amba-pl011: Use port lock wrappers (stable-fixes).
  - Refresh patches.suse/ARM-PL011-Fix-DMA-support.patch.
  - commit acf4ef9
  - power: supply: gpio-charger: Fix set charge current limits
    (git-fixes).
  - USB: serial: option: add Telit FE910C04 rmnet compositions
    (stable-fixes).
  - USB: serial: option: add MediaTek T7XX compositions
    (stable-fixes).
  - USB: serial: option: add Netprisma LCUK54 modules for WWAN Ready
    (stable-fixes).
  - USB: serial: option: add MeiG Smart SLM770A (stable-fixes).
  - USB: serial: option: add TCL IK512 MBIM & ECM (stable-fixes).
  - usb: dwc2: Fix HCD port connection race (git-fixes).
  - usb: dwc2: hcd: Fix GetPortStatus & SetPortFeature (git-fixes).
  - usb: dwc2: Fix HCD resume (git-fixes).
  - usb: gadget: u_serial: Fix the issue that gs_start_io crashed
    due to accessing null pointer (git-fixes).
  - usb: dwc3: xilinx: make sure pipe clock is deselected in usb2
    only mode (git-fixes).
  - usb: typec: anx7411: fix OF node reference leaks in
    anx7411_typec_switch_probe() (git-fixes).
  - usb: typec: anx7411: fix fwnode_handle reference leak
    (git-fixes).
  - usb: host: max3421-hcd: Correctly abort a USB request
    (git-fixes).
  - usb: ehci-hcd: fix call balance of clocks handling routines
    (git-fixes).
  - spi: aspeed: Fix an error handling path in
    aspeed_spi_[read|write]_user() (git-fixes).
  - wifi: cfg80211: sme: init n_channels before channels[] access
    (git-fixes).
  - wifi: mac80211: init cnt before accessing elem in
    ieee80211_copy_mbssid_beacon (git-fixes).
  - rtc: cmos: avoid taking rtc_lock for extended period of time
    (stable-fixes).
  - serial: amba-pl011: fix build regression (git-fixes).
  - serial: amba-pl011: Fix RX stall when DMA is used (git-fixes).
  - serial: 8250_dw: Add Sophgo SG2044 quirk (stable-fixes).
  - usb: dwc3: ep0: Don't clear ep0 DWC3_EP_TRANSFER_STARTED
    (git-fixes).
  - usb: chipidea: udc: handle USB Error Interrupt if IOC not set
    (stable-fixes).
  - pinmux: Use sequential access to access desc->pinmux data
    (stable-fixes).
  - thermal/drivers/qcom/tsens-v1: Add support for MSM8937 tsens
    (stable-fixes).
  - wifi: brcmfmac: Fix oops due to NULL pointer dereference in
    brcmf_sdiod_sglist_rw() (stable-fixes).
  - wifi: ipw2x00: libipw_rx_any(): fix bad alignment
    (stable-fixes).
  - wifi: rtw89: check return value of ieee80211_probereq_get()
    for RNR (stable-fixes).
  - soc: fsl: cpm1: qmc: Set the ret error code on
    platform_get_irq() failure (git-fixes).
  - soc: imx8m: Probe the SoC driver as platform driver
    (stable-fixes).
  - soc: fsl: cpm1: qmc: Introduce qmc_{init,exit}_xcc() and their
    CPM1 version (stable-fixes).
  - soc: fsl: cpm1: qmc: Introduce qmc_init_resource() and its
    CPM1 version (stable-fixes).
  - soc: fsl: cpm1: qmc: Re-order probe() operations (stable-fixes).
  - soc: fsl: cpm1: qmc: Fix blank line and spaces (stable-fixes).
  - usb: dwc3: ep0: Don't reset resource alloc flag (including ep0)
    (git-fixes).
  - usb: dwc2: gadget: Don't write invalid mapped sg entries into
    dma_desc with iommu enabled (stable-fixes).
  - usb: cdns3-ti: Add workaround for Errata i2409 (stable-fixes).
  - usb: cdns3: Add quirk flag to enable suspend residency
    (stable-fixes).
  - usb: dwc3: ep0: Don't reset resource alloc flag (git-fixes).
  - xhci: Allow RPM on the USB controller (1022:43f7) by default
    (stable-fixes).
  - usb: dwc3: gadget: Rewrite endpoint allocation flow
    (stable-fixes).
  - soc/fsl: cpm: qmc: Convert to platform remove callback returning
    void (stable-fixes).
  - commit 07f38d1
  - PCI/MSI: Handle lack of irqdomain gracefully (git-fixes).
  - i2c: microchip-core: fix "ghost" detections (git-fixes).
  - i2c: microchip-core: actually use repeated sends (git-fixes).
  - i2c: imx: add imx7d compatible string for applying erratum
    ERR007805 (git-fixes).
  - linux/dmaengine.h: fix a few kernel-doc warnings (git-fixes).
  - phy: core: Fix an OF node refcount leakage in
    of_phy_provider_lookup() (git-fixes).
  - phy: core: Fix an OF node refcount leakage in _of_phy_get()
    (git-fixes).
  - phy: core: Fix that API devm_phy_destroy() fails to destroy
    the phy (git-fixes).
  - phy: core: Fix that API devm_of_phy_provider_unregister()
    fails to unregister the phy provider (git-fixes).
  - phy: core: Fix that API devm_phy_put() fails to release the phy
    (git-fixes).
  - phy: qcom-qmp: Fix register name in RX Lane config of SC8280XP
    (git-fixes).
  - phy: rockchip: naneng-combphy: fix phy reset (git-fixes).
  - phy: usb: Toggle the PHY power during init (git-fixes).
  - mtd: rawnand: arasan: Fix missing de-registration of NAND
    (git-fixes).
  - mtd: rawnand: arasan: Fix double assertion of chip-select
    (git-fixes).
  - mtd: diskonchip: Cast an operand to prevent potential overflow
    (git-fixes).
  - mtd: rawnand: fix double free in atmel_pmecc_create_user()
    (git-fixes).
  - of/irq: Fix using uninitialized variable @addr_len in API
    of_irq_parse_one() (git-fixes).
  - of: Fix refcount leakage for OF node returned by
    __of_get_dma_parent() (git-fixes).
  - of: Fix error path in of_parse_phandle_with_args_map()
    (git-fixes).
  - media: dvb-frontends: dib3000mb: fix uninit-value in
    dib3000_write_reg (git-fixes).
  - hwmon: (tmp513) Fix interpretation of values of Temperature
    Result and Limit Registers (git-fixes).
  - hwmon: (tmp513) Fix Current Register value interpretation
    (git-fixes).
  - hwmon: (tmp513) Fix interpretation of values of Shunt Voltage
    and Limit Registers (git-fixes).
  - i915/guc: Accumulate active runtime on gt reset (git-fixes).
  - i915/guc: Ensure busyness counter increases motonically
    (git-fixes).
  - i915/guc: Reset engine utilization buffer before registration
    (git-fixes).
  - mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC
    quirk (git-fixes).
  - i2c: riic: Always round-up when calculating bus period
    (git-fixes).
  - i2c: pnx: Fix timeout in wait functions (git-fixes).
  - mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia
    Edu Atla 10 tablet (stable-fixes).
  - PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKUs
    (stable-fixes).
  - PCI: qcom: Add support for IPQ9574 (stable-fixes).
  - PCI: Add ACS quirk for Wangxun FF5xxx NICs (stable-fixes).
  - PCI: Detect and trust built-in Thunderbolt chips (stable-fixes).
  - PCI: Add 'reset_subordinate' to reset hierarchy below bridge
    (stable-fixes).
  - PCI: vmd: Set devices to D0 before enabling PM L1 Substates
    (stable-fixes).
  - pinctrl: qcom: spmi-mpp: Add PM8937 compatible (stable-fixes).
  - pinctrl: qcom-pmic-gpio: add support for PM8937 (stable-fixes).
  - leds: class: Protect brightness_show() with led_cdev->led_access
    mutex (stable-fixes).
  - media: cx231xx: Add support for Dexatek USB Video Grabber
    1d19:6108 (stable-fixes).
  - media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared
    camera (stable-fixes).
  - media: uvcvideo: RealSense D421 Depth module metadata
    (stable-fixes).
  - mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag setting (git-fixes).
  - mmc: mtk-sd: fix devm_clk_get_optional usage (stable-fixes).
  - mmc: sdhci-esdhc-imx: enable quirks SDHCI_QUIRK_NO_LED
    (stable-fixes).
  - mmc: core: Add SD card quirk for broken poweroff notification
    (stable-fixes).
  - hwmon: (nct6775) Add 665-ACE/600M-CL to ASUS WMI monitoring list
    (stable-fixes).
  - of: address: Report error on resource bounds overflow
    (stable-fixes).
  - PCI/AER: Disable AER service on suspend (stable-fixes).
  - PCI: Use preserve_config in place of pci_flags (stable-fixes).
  - PCI: Add ACS quirk for Broadcom BCM5760X NIC (stable-fixes).
  - hwmon: (tmp513) Use SI constants from units.h (stable-fixes).
  - hwmon: (tmp513) Simplify with dev_err_probe() (stable-fixes).
  - hwmon: (tmp513) Don't use "proxy" headers (stable-fixes).
  - commit 5b99336
  - drm/amdgpu: don't access invalid sched (git-fixes).
  - drm/modes: Avoid divide by zero harder in drm_mode_vrefresh()
    (stable-fixes).
  - drm/panel: novatek-nt35950: fix return value check in
    nt35950_probe() (git-fixes).
  - drm/i915: Fix memory leak by correcting cache object name in
    error handler (git-fixes).
  - drm/i915: Fix NULL pointer dereference in capture_engine
    (git-fixes).
  - HID: magicmouse: Apple Magic Trackpad 2 USB-C driver support
    (stable-fixes).
  - gpio: grgpio: Add NULL check in grgpio_probe (git-fixes).
  - gpio: grgpio: use a helper variable to store the address of
    ofdev->dev (stable-fixes).
  - commit caf7811
  - dmaengine: tegra: Return correct DMA status when paused
    (git-fixes).
  - dmaengine: mv_xor: fix child node refcount handling in early
    exit (git-fixes).
  - dmaengine: apple-admac: Avoid accessing registers in probe
    (git-fixes).
  - dmaengine: dw: Select only supported masters for ACPI devices
    (git-fixes).
  - dmaengine: at_xdmac: avoid null_prt_deref in
    at_xdmac_prep_dma_memset (git-fixes).
  - amdgpu/uvd: get ring reference from rq scheduler (git-fixes).
  - Documentation: PM: Clarify pm_runtime_resume_and_get() return
    value (git-fixes).
  - ACPICA: events/evxfregn: don't release the ContextMutex that
    was never acquired (git-fixes).
  - ACPI: resource: Fix memory resource type union access
    (git-fixes).
  - acpi: nfit: vmalloc-out-of-bounds Read in acpi_nfit_ctl
    (git-fixes).
  - ASoC: amd: yc: Fix the wrong return value (git-fixes).
  - ALSA: usb-audio: Add implicit feedback quirk for Yamaha THR5
    (stable-fixes).
  - Bluetooth: hci_event: Fix using rcu_read_(un)lock while
    iterating (git-fixes).
  - drm/amdgpu/hdp5.2: do a posting read when flushing HDP
    (stable-fixes).
  - drm/dp_mst: Verify request type in the corresponding down
    message reply (stable-fixes).
  - drm/dp_mst: Fix MST sideband message body length check
    (stable-fixes).
  - dma-buf: fix dma_fence_array_signaled v4 (stable-fixes).
  - drm/amdgpu/vcn: reset fw_shared when VCPU buffers corrupted
    on vcn v4.0.3 (stable-fixes).
  - ASoC: amd: yc: Add quirk for microphone on Lenovo Thinkpad
    T14s Gen 6 21M1CTO1WW (stable-fixes).
  - ASoC: amd: yc: fix internal mic on Redmi G 2022 (stable-fixes).
  - driver core: fw_devlink: Stop trying to optimize cycle detection
    logic (git-fixes).
  - ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]
    (stable-fixes).
  - ACPI: x86: Add skip i2c clients quirk for Acer Iconia One 8
    A1-840 (stable-fixes).
  - drm/bridge: it6505: Fix inverted reset polarity (git-fixes).
  - drm/amdgpu: set the right AMDGPU sg segment limitation
    (stable-fixes).
  - drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov
    (stable-fixes).
  - drm/sched: memset() 'job' in drm_sched_job_init()
    (stable-fixes).
  - drm/panel: simple: Add Microchip AC69T88A LVDS Display panel
    (stable-fixes).
  - drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptr
    (stable-fixes).
  - drm/amdgpu: Dereference the ATCS ACPI buffer (stable-fixes).
  - drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
    for vega20_ih (stable-fixes).
  - drm/radeon/r600_cs: Fix possible int overflow in
    r600_packet3_check() (stable-fixes).
  - drm/display: Fix building with GCC 15 (stable-fixes).
  - drm/mcde: Enable module autoloading (stable-fixes).
  - drm/bridge: it6505: Enable module autoloading (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO Founder
    edition (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model
    (stable-fixes).
  - drm/vc4: hvs: Set AXI panic modes for the HVS (stable-fixes).
  - drm/vc4: hdmi: Avoid log spam for audio start failure
    (stable-fixes).
  - ASoC: hdmi-codec: reorder channel allocation list
    (stable-fixes).
  - dma-debug: fix a possible deadlock on radix_lock (stable-fixes).
  - Bluetooth: hci_core: Fix not checking skb length on
    hci_acldata_packet (stable-fixes).
  - Bluetooth: btusb: Add RTL8852BE device 0489:e123 to device
    tables (stable-fixes).
  - Bluetooth: L2CAP: do not leave dangling sk pointer on error
    in l2cap_sock_create() (stable-fixes).
  - ACPI: x86: Make UART skip quirks work on PCI UARTs without an
    UID (stable-fixes).
  - ASoC: Intel: sof_sdw: add quirk for Dell SKU 0B8C
    (stable-fixes).
  - ASoC: Intel: sof_sdw: fix jack detection on ADL-N variant RVP
    (stable-fixes).
  - drm/bridge: it6505: update usleep_range for RC circuit charge
    time (stable-fixes).
  - can: gs_usb: add VID/PID for Xylanta SAINT3 product family
    (stable-fixes).
  - driver core: Add FWLINK_FLAG_IGNORE to completely ignore a
    fwnode link (stable-fixes).
  - driver core: fw_devlink: Improve logs for cycle detection
    (stable-fixes).
  - Bluetooth: ISO: Reassociate a socket with an active BIS
    (stable-fixes).
  - commit e98af40
  - exfat: ensure that ctime is updated whenever the mtime is
    (git-fixes).
  - commit c79a14e

------------------------------------------------------------------
------------------  2024-12-27  -  Dec 27 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64
    (git-fixes).
  - bpf, x86: Fix PROBE_MEM runtime load check (git-fixes).
  - commit 2300edd
  - bpf: verifier: prevent userspace memory access (git-fixes).
  - commit d3fc797
  - bpf: Check validity of link->type in bpf_link_show_fdinfo()
    (bsc#1233772 CVE-2024-53099).
  - commit 8a3e410

++++ kernel-rt:

  - selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64
    (git-fixes).
  - bpf, x86: Fix PROBE_MEM runtime load check (git-fixes).
  - commit 2300edd
  - bpf: verifier: prevent userspace memory access (git-fixes).
  - commit d3fc797
  - bpf: Check validity of link->type in bpf_link_show_fdinfo()
    (bsc#1233772 CVE-2024-53099).
  - commit 8a3e410

++++ kernel-rt_debug:

  - selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64
    (git-fixes).
  - bpf, x86: Fix PROBE_MEM runtime load check (git-fixes).
  - commit 2300edd
  - bpf: verifier: prevent userspace memory access (git-fixes).
  - commit d3fc797
  - bpf: Check validity of link->type in bpf_link_show_fdinfo()
    (bsc#1233772 CVE-2024-53099).
  - commit 8a3e410

++++ python-Jinja2:

  - Add security patch CVE-2024-56201.patch (bsc#1234808)
  - Add security patch CVE-2024-56326.patch (bsc#1234809)

------------------------------------------------------------------
------------------  2024-12-26  -  Dec 26 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - x86/static-call: fix 32-bit build (git-fixes).
    Branch maintainer: Fix git-fixes warning when merging backport of
    upstream 0ef8047b737d.
    We don't support 32bit but fix is innocuous so we may as well take
    it vs blacklisting.
  - commit 74a7f88

++++ kernel-rt:

  - x86/static-call: fix 32-bit build (git-fixes).
    Branch maintainer: Fix git-fixes warning when merging backport of
    upstream 0ef8047b737d.
    We don't support 32bit but fix is innocuous so we may as well take
    it vs blacklisting.
  - commit 74a7f88

++++ kernel-rt_debug:

  - x86/static-call: fix 32-bit build (git-fixes).
    Branch maintainer: Fix git-fixes warning when merging backport of
    upstream 0ef8047b737d.
    We don't support 32bit but fix is innocuous so we may as well take
    it vs blacklisting.
  - commit 74a7f88

++++ pcr-oracle:

  - Add fix-event-reshash-for-cryptouuid.patch to detect the crypto
    device with the 'cryptouuid' prefix

------------------------------------------------------------------
------------------  2024-12-24  -  Dec 24 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nfsd: restore callback functionality for NFSv4.0 (git-fixes).
  - commit 4f425ba

++++ kernel-rt:

  - nfsd: restore callback functionality for NFSv4.0 (git-fixes).
  - commit 4f425ba

++++ kernel-rt_debug:

  - nfsd: restore callback functionality for NFSv4.0 (git-fixes).
  - commit 4f425ba

++++ systemd:

  - Fix systemd-network recommending libidn2-devel (boo#1234765)

------------------------------------------------------------------
------------------  2024-12-23  -  Dec 23 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - jffs2: Fix rtime decompressor (git-fixes).
  - commit 2f65fdf
  - proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
    (git-fixes).
  - commit 5dd7a98
  - 9p: v9fs_fid_find: also lookup by inode if not found dentry
    (git-fixes).
  - commit 1b79331
  - NFS/pnfs: Fix a live lock between recalled layouts and layoutget
    (git-fixes).
  - commit 996e161
  - jffs2: Prevent rtime decompress memory corruption (git-fixes).
  - commit cb042eb
  - jfs: add a check to prevent array-index-out-of-bounds in
    dbAdjTree (git-fixes).
  - commit 25ee5c2
  - jfs: fix array-index-out-of-bounds in jfs_readdir (git-fixes).
  - commit 5229c06
  - jfs: fix shift-out-of-bounds in dbSplit (git-fixes).
  - commit 865ea26
  - jfs: array-index-out-of-bounds fix in dtReadFirst (git-fixes).
  - commit ed99429
  - xfs: return from xfs_symlink_verify early on V4 filesystems
    (git-fixes).
  - commit 5b38871
  - xfs: fix sb_spino_align checks for large fsblock sizes
    (git-fixes).
  - commit 241e030
  - nilfs2: fix buffer head leaks in calls to truncate_inode_pages()
    (git-fixes).
  - commit 8d5832a
  - nilfs2: prevent use of deleted inode (git-fixes).
  - commit 73e5fc2

++++ kernel-rt:

  - jffs2: Fix rtime decompressor (git-fixes).
  - commit 2f65fdf
  - proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
    (git-fixes).
  - commit 5dd7a98
  - 9p: v9fs_fid_find: also lookup by inode if not found dentry
    (git-fixes).
  - commit 1b79331
  - NFS/pnfs: Fix a live lock between recalled layouts and layoutget
    (git-fixes).
  - commit 996e161
  - jffs2: Prevent rtime decompress memory corruption (git-fixes).
  - commit cb042eb
  - jfs: add a check to prevent array-index-out-of-bounds in
    dbAdjTree (git-fixes).
  - commit 25ee5c2
  - jfs: fix array-index-out-of-bounds in jfs_readdir (git-fixes).
  - commit 5229c06
  - jfs: fix shift-out-of-bounds in dbSplit (git-fixes).
  - commit 865ea26
  - jfs: array-index-out-of-bounds fix in dtReadFirst (git-fixes).
  - commit ed99429
  - xfs: return from xfs_symlink_verify early on V4 filesystems
    (git-fixes).
  - commit 5b38871
  - xfs: fix sb_spino_align checks for large fsblock sizes
    (git-fixes).
  - commit 241e030
  - nilfs2: fix buffer head leaks in calls to truncate_inode_pages()
    (git-fixes).
  - commit 8d5832a
  - nilfs2: prevent use of deleted inode (git-fixes).
  - commit 73e5fc2

++++ kernel-rt_debug:

  - jffs2: Fix rtime decompressor (git-fixes).
  - commit 2f65fdf
  - proc/softirqs: replace seq_printf with seq_put_decimal_ull_width
    (git-fixes).
  - commit 5dd7a98
  - 9p: v9fs_fid_find: also lookup by inode if not found dentry
    (git-fixes).
  - commit 1b79331
  - NFS/pnfs: Fix a live lock between recalled layouts and layoutget
    (git-fixes).
  - commit 996e161
  - jffs2: Prevent rtime decompress memory corruption (git-fixes).
  - commit cb042eb
  - jfs: add a check to prevent array-index-out-of-bounds in
    dbAdjTree (git-fixes).
  - commit 25ee5c2
  - jfs: fix array-index-out-of-bounds in jfs_readdir (git-fixes).
  - commit 5229c06
  - jfs: fix shift-out-of-bounds in dbSplit (git-fixes).
  - commit 865ea26
  - jfs: array-index-out-of-bounds fix in dtReadFirst (git-fixes).
  - commit ed99429
  - xfs: return from xfs_symlink_verify early on V4 filesystems
    (git-fixes).
  - commit 5b38871
  - xfs: fix sb_spino_align checks for large fsblock sizes
    (git-fixes).
  - commit 241e030
  - nilfs2: fix buffer head leaks in calls to truncate_inode_pages()
    (git-fixes).
  - commit 8d5832a
  - nilfs2: prevent use of deleted inode (git-fixes).
  - commit 73e5fc2

++++ systemd:

  - Import commit 679c57667db0e755271f392775908d18e4976406
    679c57667d tpm2-util: Also retry unsealing after policy_pcr returns PCR_CHANGED (boo#1233752 bsc#1234313)
  - Import commit 8752ef2f258c62470bef3bb24ca1ef3a969ac474 (merge of v254.22)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/e107182cb3dd1702b291d0455bdabcb7db28e537...8752ef2f258c62470bef3bb24ca1ef3a969ac474

++++ regionServiceClientConfigAzure:

  - Update to version 2.2.2
    + Replacing certificate for rgnsrv-azure-southeastasia to get
    rid of weird chain cert
  - Update to version 2.2.1
    + New 4096 certificate for rgnsrv-azure-southeastasia

++++ regionServiceClientConfigEC2:

  - Update to version 4.3.2
    + Fix us-east-1 cert
  - Update to version 4.3.1
    + New 4096 certificate for rgnsrv-ec2-us-east1

------------------------------------------------------------------
------------------  2024-12-20  -  Dec 20 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix documentation for repo, package gpg settings
    In contrast to the documentation, kiwi sets default values
    for any gpg setting if not explicitly specified differently.
    We want to avoid to inherit a behavior from how the distribution
    packages the package manager. This commit fixes the documentation
    to be in line with the implementation

++++ kernel-default:

  - wifi: ath5k: add PCI ID for Arcadyan devices (git-fixes).
  - wifi: ath5k: add PCI ID for SX76X (git-fixes).
  - genirq/irqdesc: Honor caller provided affinity in alloc_desc()
    (git-fixes).
  - genirq/cpuhotplug: Retry with cpu_online_mask when migration
    fails (git-fixes).
  - genirq/cpuhotplug: Skip suspended interrupts when restoring
    affinity (git-fixes).
  - irqflags: Explicitly ignore lockdep_hrtimer_exit() argument
    (git-fixes).
  - arch: consolidate arch_irq_work_raise prototypes (git-fixes).
  - commit 8315804

++++ kernel-rt:

  - wifi: ath5k: add PCI ID for Arcadyan devices (git-fixes).
  - wifi: ath5k: add PCI ID for SX76X (git-fixes).
  - genirq/irqdesc: Honor caller provided affinity in alloc_desc()
    (git-fixes).
  - genirq/cpuhotplug: Retry with cpu_online_mask when migration
    fails (git-fixes).
  - genirq/cpuhotplug: Skip suspended interrupts when restoring
    affinity (git-fixes).
  - irqflags: Explicitly ignore lockdep_hrtimer_exit() argument
    (git-fixes).
  - arch: consolidate arch_irq_work_raise prototypes (git-fixes).
  - commit 8315804

++++ kernel-rt_debug:

  - wifi: ath5k: add PCI ID for Arcadyan devices (git-fixes).
  - wifi: ath5k: add PCI ID for SX76X (git-fixes).
  - genirq/irqdesc: Honor caller provided affinity in alloc_desc()
    (git-fixes).
  - genirq/cpuhotplug: Retry with cpu_online_mask when migration
    fails (git-fixes).
  - genirq/cpuhotplug: Skip suspended interrupts when restoring
    affinity (git-fixes).
  - irqflags: Explicitly ignore lockdep_hrtimer_exit() argument
    (git-fixes).
  - arch: consolidate arch_irq_work_raise prototypes (git-fixes).
  - commit 8315804

++++ qemu:

  - Properly fix bsc#1232283:
    * nbd/server: avoid per-NBDRequest nbd_client_get/put() (bsc#1232283)

------------------------------------------------------------------
------------------  2024-12-19  -  Dec 19 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Drop insecure and unsupported md5 digest
    Decommission the Checksum.md5() method and move all places
    in code to sha256(). The md5 digest is considered insecure
    and has also been removed from hashlib as a supported digest.
    This Fixes #2696
  - Fix config functions action
    The action failed on the setup of the runtime because the upgrade
    of pip failed.
  - Bump version: 10.2.4 → 10.2.5

++++ kernel-default:

  - blk-cgroup: Fix UAF in blkcg_unpin_online() (bsc#1234726).
  - commit b60b794
  - af_unix: Call manage_oob() for every skb in
    unix_stream_read_generic() (bsc#1234725).
  - commit 03c4c99
  - idpf: fix idpf_vc_core_init error path (CVE-2024-53064
    bsc#1233558 bsc#1234464).
  - commit a3dcc3f

++++ kernel-rt:

  - blk-cgroup: Fix UAF in blkcg_unpin_online() (bsc#1234726).
  - commit b60b794
  - af_unix: Call manage_oob() for every skb in
    unix_stream_read_generic() (bsc#1234725).
  - commit 03c4c99
  - idpf: fix idpf_vc_core_init error path (CVE-2024-53064
    bsc#1233558 bsc#1234464).
  - commit a3dcc3f

++++ kernel-rt_debug:

  - blk-cgroup: Fix UAF in blkcg_unpin_online() (bsc#1234726).
  - commit b60b794
  - af_unix: Call manage_oob() for every skb in
    unix_stream_read_generic() (bsc#1234725).
  - commit 03c4c99
  - idpf: fix idpf_vc_core_init error path (CVE-2024-53064
    bsc#1233558 bsc#1234464).
  - commit a3dcc3f

------------------------------------------------------------------
------------------  2024-12-18  -  Dec 18 2024  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 27.4.1-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/27/#2741>
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * cli-0001-docs-include-required-tools-in-source-tree.patch

++++ kernel-default:

  - ACPI/HMAT: Move HMAT messages to pr_debug() (bsc#1234294)
  - commit ca90bb6
  - x86/xen: use new hypercall functions instead of hypercall page
    (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit 6b3f759
  - x86/xen: add central hypercall functions (XSA-466 CVE-2024-53241
    bsc#1234282).
  - commit 46aadaa
  - x86/xen: don't do PV iret hypercall through hypercall page
    (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit 65b9ccb
  - x86/static-call: provide a way to do very early static-call
    updates (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit ad3c5c8
  - objtool/x86: allow syscall instruction (XSA-466 CVE-2024-53241
    bsc#1234282).
  - commit 05fb6a1
  - x86: make get_cpu_vendor() accessible from Xen code (XSA-466
    CVE-2024-53241 bsc#1234282).
  - commit e26e99c
  - xen/netfront: fix crash when removing device (XSA-465
    CVE-2024-53240 bsc#1234281).
  - commit a1f1eb9
  - kdb: Use the passed prompt in kdb_position_cursor()
    (bsc#1234654).
  - commit c2f5353
  - tpm_tis_spi: Release chip select when flow control fails (bsc#1234338)
  - commit d89ca9b

++++ kernel-rt:

  - ACPI/HMAT: Move HMAT messages to pr_debug() (bsc#1234294)
  - commit ca90bb6
  - x86/xen: use new hypercall functions instead of hypercall page
    (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit 6b3f759
  - x86/xen: add central hypercall functions (XSA-466 CVE-2024-53241
    bsc#1234282).
  - commit 46aadaa
  - x86/xen: don't do PV iret hypercall through hypercall page
    (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit 65b9ccb
  - x86/static-call: provide a way to do very early static-call
    updates (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit ad3c5c8
  - objtool/x86: allow syscall instruction (XSA-466 CVE-2024-53241
    bsc#1234282).
  - commit 05fb6a1
  - x86: make get_cpu_vendor() accessible from Xen code (XSA-466
    CVE-2024-53241 bsc#1234282).
  - commit e26e99c
  - xen/netfront: fix crash when removing device (XSA-465
    CVE-2024-53240 bsc#1234281).
  - commit a1f1eb9
  - kdb: Use the passed prompt in kdb_position_cursor()
    (bsc#1234654).
  - commit c2f5353
  - tpm_tis_spi: Release chip select when flow control fails (bsc#1234338)
  - commit d89ca9b

++++ kernel-rt_debug:

  - ACPI/HMAT: Move HMAT messages to pr_debug() (bsc#1234294)
  - commit ca90bb6
  - x86/xen: use new hypercall functions instead of hypercall page
    (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit 6b3f759
  - x86/xen: add central hypercall functions (XSA-466 CVE-2024-53241
    bsc#1234282).
  - commit 46aadaa
  - x86/xen: don't do PV iret hypercall through hypercall page
    (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit 65b9ccb
  - x86/static-call: provide a way to do very early static-call
    updates (XSA-466 CVE-2024-53241 bsc#1234282).
  - commit ad3c5c8
  - objtool/x86: allow syscall instruction (XSA-466 CVE-2024-53241
    bsc#1234282).
  - commit 05fb6a1
  - x86: make get_cpu_vendor() accessible from Xen code (XSA-466
    CVE-2024-53241 bsc#1234282).
  - commit e26e99c
  - xen/netfront: fix crash when removing device (XSA-465
    CVE-2024-53240 bsc#1234281).
  - commit a1f1eb9
  - kdb: Use the passed prompt in kdb_position_cursor()
    (bsc#1234654).
  - commit c2f5353
  - tpm_tis_spi: Release chip select when flow control fails (bsc#1234338)
  - commit d89ca9b

++++ libzypp:

  - Url: queryparams without value should not have a trailing "=".
  - version 17.35.16 (35)

------------------------------------------------------------------
------------------  2024-12-17  -  Dec 17 2024  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to docker-buildx 0.19.3. See upstream changelog online at
    <https://github.com/docker/buildx/releases/tag/v0.19.3>

++++ docker-compose:

  - Update to version 2.32.1:
    * e2e test to prevent future regression
    * only check volume mounts for updated config

++++ kernel-default:

  - kdb: address -Wformat-security warnings (bsc#1234659).
  - commit 4f4b3af
  - kdb: Use format-specifiers rather than memset() for padding
    in kdb_read() (bsc#1234658).
  - commit 4289748
  - kdb: Merge identical case statements in kdb_read()
    (bsc#1234657).
  - commit a8f379d
  - kdb: Fix console handling when editing and tab-completing
    commands (bsc#1234655).
  - commit dfcc116
  - kdb: Use format-strings rather than '\0' injection in kdb_read()
    (bsc#1234654).
  - commit 02dd473
  - kdb: Fix buffer overflow during tab-complete (bsc#1234652).
  - commit aa371d8
  - kgdb: Flush console before entering kgdb on panic (bsc#1234651).
  - commit 56f2413
  - Update
    patches.suse/Bluetooth-hci_event-Align-BR-EDR-JUST_WORKS-paring-w.patch
    (git-fixes, bsc#1230697, CVE-2024-8805).
  - commit c30f45f
  - bpf: sync_linked_regs() must preserve subreg_def (bsc#1234156
    CVE-2024-53125).
  - commit 84688aa

++++ kernel-rt:

  - kdb: address -Wformat-security warnings (bsc#1234659).
  - commit 4f4b3af
  - kdb: Use format-specifiers rather than memset() for padding
    in kdb_read() (bsc#1234658).
  - commit 4289748
  - kdb: Merge identical case statements in kdb_read()
    (bsc#1234657).
  - commit a8f379d
  - kdb: Fix console handling when editing and tab-completing
    commands (bsc#1234655).
  - commit dfcc116
  - kdb: Use format-strings rather than '\0' injection in kdb_read()
    (bsc#1234654).
  - commit 02dd473
  - kdb: Fix buffer overflow during tab-complete (bsc#1234652).
  - commit aa371d8
  - kgdb: Flush console before entering kgdb on panic (bsc#1234651).
  - commit 56f2413
  - Update
    patches.suse/Bluetooth-hci_event-Align-BR-EDR-JUST_WORKS-paring-w.patch
    (git-fixes, bsc#1230697, CVE-2024-8805).
  - commit c30f45f
  - bpf: sync_linked_regs() must preserve subreg_def (bsc#1234156
    CVE-2024-53125).
  - commit 84688aa

++++ kernel-rt_debug:

  - kdb: address -Wformat-security warnings (bsc#1234659).
  - commit 4f4b3af
  - kdb: Use format-specifiers rather than memset() for padding
    in kdb_read() (bsc#1234658).
  - commit 4289748
  - kdb: Merge identical case statements in kdb_read()
    (bsc#1234657).
  - commit a8f379d
  - kdb: Fix console handling when editing and tab-completing
    commands (bsc#1234655).
  - commit dfcc116
  - kdb: Use format-strings rather than '\0' injection in kdb_read()
    (bsc#1234654).
  - commit 02dd473
  - kdb: Fix buffer overflow during tab-complete (bsc#1234652).
  - commit aa371d8
  - kgdb: Flush console before entering kgdb on panic (bsc#1234651).
  - commit 56f2413
  - Update
    patches.suse/Bluetooth-hci_event-Align-BR-EDR-JUST_WORKS-paring-w.patch
    (git-fixes, bsc#1230697, CVE-2024-8805).
  - commit c30f45f
  - bpf: sync_linked_regs() must preserve subreg_def (bsc#1234156
    CVE-2024-53125).
  - commit 84688aa

++++ nvidia-open-driver-G06-signed:

  - Update to 550.142 (boo#1234675)
  - for SLE Micro 6.x use
    '%if 0%{?suse_version} == 1600 && !0%{?is_opensuse}'; SLE16
    doesn't set %sle_version and SLE Micro 6.x is already SLE16!

------------------------------------------------------------------
------------------  2024-12-16  -  Dec 16 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Changed systemfiles provider
    Instead of providing a static list of filenames, provide a list
    of package names. It is expected that the pilot of flake-pilot
    resolves this list against the local package database to build
    up the filelist for provisioning

++++ kernel-default:

  - s390/cpum_sf: Remove WARN_ON_ONCE statements (git-fixes).
  - commit aa00e1d
  - s390/facility: Disable compile time optimization for
    decompressor code (git-fixes).
  - commit 0a4f48e
  - s390/cpum_sf: Handle CPU hotplug remove during sampling
    (git-fixes).
  - commit 775e5ae
  - s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()
    (git-fixes).
  - commit 7e74f7b
  - s390/pageattr: Implement missing kernel_page_present()
    (git-fixes).
  - commit 566fa19
  - s390/cio: Do not unregister the subchannel based on DNV
    (git-fixes).
  - commit 1c87aa1
  - net: Make copy_safe_from_sockptr() match documentation
    (git-fixes CVE-2024-36915 bsc#1225758).
  - commit 169ff54
  - IB/mlx5: Allocate resources just before first QP/SRQ is created (git-fixes)
    Refresh patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
  - commit 1acdd4a
  - arm64: Ensure bits ASID[15:8] are masked out when the kernel uses (bsc#1234605)
  - commit ac850b9
  - autofs: fix memory leak of waitqueues in autofs_catatonic_mode
    (git-fixes).
  - Refresh
    patches.suse/autofs-use-wake_up-instead-of-wake_up_interruptible.patch.
  - commit 232ce22
  - Delete patches.suse/NFSD-Convert-the-callback-workqueue-to-use-delayed_w.patch.  (bsc#1233837)
  - Delete patches.suse/NFSD-Reschedule-CB-operations-when-backchannel-rpc_c.patch.  (bsc#1233837)
  - commit 5e13c63

++++ kernel-rt:

  - s390/cpum_sf: Remove WARN_ON_ONCE statements (git-fixes).
  - commit aa00e1d
  - s390/facility: Disable compile time optimization for
    decompressor code (git-fixes).
  - commit 0a4f48e
  - s390/cpum_sf: Handle CPU hotplug remove during sampling
    (git-fixes).
  - commit 775e5ae
  - s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()
    (git-fixes).
  - commit 7e74f7b
  - s390/pageattr: Implement missing kernel_page_present()
    (git-fixes).
  - commit 566fa19
  - s390/cio: Do not unregister the subchannel based on DNV
    (git-fixes).
  - commit 1c87aa1
  - net: Make copy_safe_from_sockptr() match documentation
    (git-fixes CVE-2024-36915 bsc#1225758).
  - commit 169ff54
  - IB/mlx5: Allocate resources just before first QP/SRQ is created (git-fixes)
    Refresh patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
  - commit 1acdd4a
  - arm64: Ensure bits ASID[15:8] are masked out when the kernel uses (bsc#1234605)
  - commit ac850b9
  - autofs: fix memory leak of waitqueues in autofs_catatonic_mode
    (git-fixes).
  - Refresh
    patches.suse/autofs-use-wake_up-instead-of-wake_up_interruptible.patch.
  - commit 232ce22
  - Delete patches.suse/NFSD-Convert-the-callback-workqueue-to-use-delayed_w.patch.  (bsc#1233837)
  - Delete patches.suse/NFSD-Reschedule-CB-operations-when-backchannel-rpc_c.patch.  (bsc#1233837)
  - commit 5e13c63

++++ kernel-rt_debug:

  - s390/cpum_sf: Remove WARN_ON_ONCE statements (git-fixes).
  - commit aa00e1d
  - s390/facility: Disable compile time optimization for
    decompressor code (git-fixes).
  - commit 0a4f48e
  - s390/cpum_sf: Handle CPU hotplug remove during sampling
    (git-fixes).
  - commit 775e5ae
  - s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct()
    (git-fixes).
  - commit 7e74f7b
  - s390/pageattr: Implement missing kernel_page_present()
    (git-fixes).
  - commit 566fa19
  - s390/cio: Do not unregister the subchannel based on DNV
    (git-fixes).
  - commit 1c87aa1
  - net: Make copy_safe_from_sockptr() match documentation
    (git-fixes CVE-2024-36915 bsc#1225758).
  - commit 169ff54
  - IB/mlx5: Allocate resources just before first QP/SRQ is created (git-fixes)
    Refresh patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
  - commit 1acdd4a
  - arm64: Ensure bits ASID[15:8] are masked out when the kernel uses (bsc#1234605)
  - commit ac850b9
  - autofs: fix memory leak of waitqueues in autofs_catatonic_mode
    (git-fixes).
  - Refresh
    patches.suse/autofs-use-wake_up-instead-of-wake_up_interruptible.patch.
  - commit 232ce22
  - Delete patches.suse/NFSD-Convert-the-callback-workqueue-to-use-delayed_w.patch.  (bsc#1233837)
  - Delete patches.suse/NFSD-Reschedule-CB-operations-when-backchannel-rpc_c.patch.  (bsc#1233837)
  - commit 5e13c63

++++ sqlite3:

  - Add sqlite3-6216bfcb.patch to fix a test suite regression in
    3.47.0 on s390x. Only the test was broken, not the code itself.
    https://sqlite.org/forum/forumpost/7b2bab04c5

++++ systemd:

  - Add 5004-udev-allow-denylist-for-reading-sysfs-attributes-whe.patch (bsc#1234015)
    Temporarily add this patch. It will be integrated in the git repository if no
    issues are reported in the coming months.
  - Import commit 807fe764111b5a74cc8618b8e4ec437a0dec91ff
    807fe76411 udev: add new builtin net_driver
    3a48b5f21d udev-builtin-net_id: split-out pci_get_onboard_index() from dev_pci_onboard()
    5359c1d6d4 udev-builtin-net_id: split-out get_pci_slot_specifiers()
    1cd915ac7b udev-builtin-net_id: introduce get_port_specifier() helper function
    72a4218155 udev-builtin-net_id: split out get_dev_port() and make its failure critical
    f6c721b4da udev-builtin-net_id: split-out pci_get_hotplug_slot() and pci_get_hotplug_slot_from_address()
    9e16c3cf27 udev-builtin-net_id: return earlier when hotplug slot is not found
    4851355767 udev-builtin-net_id: skip non-directory entry earlier
    a571e5f1dd udev-builtin-net_id: make names_xen() self-contained
    9acc241d5f udev-builtin-net_id: use sd_device_get_sysnum() to get index of netdevsim
    ca8a431b55 udev-builtin-net_id: make names_netdevsim() self-contained
    a66251d666 udev-builtin-net_id: make names_platform() self-contained
    1e834d7157 udev-builtin-net_id: make names_vio() self-contained
    8b236dcd7a udev-builtin-net_id: make names_ccw() self-contained
    7d70e2fa7d udev-builtin-net_id: make dev_devicetree_onboard() self-contained
    46158a6e91 udev-builtin-net_id: make names_mac() self-contained
    7789e7f886 udev-builtin-net_id: split out get_ifname_prefix()
    9b0062a667 udev-builtin-net_id: swap arguments for streq() and friends
    181a775b40 udev-builtin-net_id: drop unused value from NetNameType
    Refactoring to prepare for backporting the filtering mechanism of specific
    sysfs attributes during predictable NIC name generation.

++++ selinux-policy:

  - Update to version 20241031+git6.af97b0a3:
    * Allow vhostmd_t list virtqemud pid dirs (bsc#1230961)

------------------------------------------------------------------
------------------  2024-12-15  -  Dec 15 2024  -------------------
------------------------------------------------------------------

++++ ca-certificates-mozilla:

  - Updated to 2.72 state of Mozilla SSL root CAs (bsc#1234798)
    Removed:
  - SecureSign RootCA11
  - Security Communication RootCA3
    Added:
  - TWCA CYBER Root CA
  - TWCA Global Root CA G2
  - SecureSign Root CA12
  - SecureSign Root CA14
  - SecureSign Root CA15

++++ less:

  - Update to 668
    * Fix crash when using --header on command line
    * Fix possible crash when scrolling left/right or toggling -S
    * Fix bug when using #stop in a lesskey file
    * Fix bug when using --shift or --match-shift on command line with a parameter starting with '.'
    * Fix bug in R command when file size changes
    * Fix bug using --header when file does not fill screen
    * Fix ^X bug when output is not a terminal
    * Fix bug where ^Z is not handled immediately
    * Fix bug where first byte from a LESSOPEN filter is deleted if it is greater than 0x7F
    * Fix uninitialized variable in edit_ifile
    * Fix incorrect handling of UTF-8 chars in prompts
  - Add reproducible.patch to override build date (boo#1047218)

------------------------------------------------------------------
------------------  2024-12-14  -  Dec 14 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.3 → 10.2.4

++++ kernel-default:

  - Update references for patches.suse/net-mlx5e-CT-Fix-null-ptr-deref-in-add-rule-err-flow.patch (CVE-2024-53120 bsc#1234075 git-fixes).
  - commit 76825cc

++++ kernel-rt:

  - Update references for patches.suse/net-mlx5e-CT-Fix-null-ptr-deref-in-add-rule-err-flow.patch (CVE-2024-53120 bsc#1234075 git-fixes).
  - commit 76825cc

++++ kernel-rt_debug:

  - Update references for patches.suse/net-mlx5e-CT-Fix-null-ptr-deref-in-add-rule-err-flow.patch (CVE-2024-53120 bsc#1234075 git-fixes).
  - commit 76825cc

------------------------------------------------------------------
------------------  2024-12-13  -  Dec 13 2024  -------------------
------------------------------------------------------------------

++++ docker:

  - Update to Docker 27.4.0-ce. See upstream changelog online at
    <https://docs.docker.com/engine/release-notes/27/#274>
  - Rebase patches:
    * 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
    * 0003-BUILD-SLE12-revert-graphdriver-btrfs-use-kernel-UAPI.patch
    * 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
    * 0005-SLE12-revert-apparmor-remove-version-conditionals-fr.patch
    * cli-0001-docs-include-required-tools-in-source-tree.patch
  - Remove upstreamed patches:
  - 0006-bsc1221916-update-to-patched-buildkit-version-to-fix.patch
  - 0007-bsc1214855-volume-use-AtomicWriteFile-to-save-volume.patch

++++ docker-compose:

  - Update to version 2.32.0:
    * e2e test for recreate volume
    * build(deps): bump google.golang.org/grpc from 1.68.0 to 1.68.1
    * build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0
    * build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0
    * prompt user to confirm volume recreation
    * Recreate container on volume configuration change
    * introduce watch restart action
    * bump otel dependencies to v1.28.0 and v0.53.0 to align with
    buildx, buildkit and engine versions
    * bump docker/buildx to latest release
    * fix support for service.mac_address
    * update xx to v1.6.1 for compatibility with alpine 3.21 and file
    5.46+
    * build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0
    * Update pkg/e2e/watch_test.go
    * first watch action for a file event wins
    * fix
    * revisit TestDebounceBatching
    * introduce sync+exec watch action
    * log configuration error as a watch log event
    * do not require a build section but for `rebuild` action
    * pull --quiet should not drop status message, only progress
    * use latest engine tags
    * Bump buildx to 0.19.1
    * be sure everything has been cleanup at the end of each tests
    * add local config.json to test configuration dir if exists
    * disable failing TestBuildSSH test
    * fix build with bake

++++ kernel-default:

  - kabi/severities: make vcap_find_actionfield PASS (bsc#1220773)
  - commit 9b653b7
  - locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128() (bsc#1220773 git-fix).
  - commit 60d5cb5
  - parisc: Raise minimal GCC version to 12.0.0 (bsc#1220773 git-fix).
  - commit 99aca5f
  - percpu: Fix self-assignment of __old in raw_cpu_generic_try_cmpxchg() (bsc#1220773 git-fix).
  - commit ceecf8a
  - rpm/kernel-binary.spec.in: fix KMPs build on 6.13+ (bsc#1234454)
    Upstream commit 822b11a74ba2 (kbuild: use absolute path in the generated
    wrapper Makefile) sets also KBUILD_OUTPUT in objdir's Makefile before
    including srcdir's Makefile.
    So emulate this too, otherwise KMPs fail to build:
    /usr/src/linux-6.13.0-rc2-1.gf92fc5d/Makefile:782: /usr/src/linux-6.13.0-rc2-1.gf92fc5d/include/config/auto.conf: No such file or directory
  - commit 46168e5
  - Bluetooth: SCO: Add support for 16 bits transparent voice
    setting (git-fixes).
  - Bluetooth: iso: Fix recursive locking warning (git-fixes).
  - batman-adv: Do not let TT changes list grows indefinitely
    (git-fixes).
  - batman-adv: Remove uninitialized data in full table TT response
    (git-fixes).
  - batman-adv: Do not send uninitialized TT changes (git-fixes).
  - wifi: mac80211: fix station NSS capability initialization order
    (git-fixes).
  - wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one
    (git-fixes).
  - commit 54fd934
  - vsock: fix recursive ->recvmsg calls (CVE-2024-44996 bsc#1230205)
  - commit d60b119
  - bpf: Fix out-of-bounds write in trie_get_next_key() (CVE-2024-50262 bsc#1233239)
  - commit 31aa98f
  - Update references for patches.suse/bpf-arm64-Fix-address-emission-with-tag-based-KASAN-enabled.patch (CVE-2024-50203 bsc#1233328 git-fixes)
  - commit 6ae65a2
  - pmdomain: imx93-blk-ctrl: correct remove path (CVE-2024-53134 bsc#1234159)
  - commit 3b944bf
  - mptcp: cope racing subflow creation in mptcp_rcv_space_adjust (CVE-2024-53122 bsc#1234076)
  - commit 129e03d
  - virtio/vsock: Improve MSG_ZEROCOPY error handling (CVE-2024-53117 bsc#1234079)
  - commit 827fecc
  - virtio/vsock: Fix accept_queue memory leak (CVE-2024-53119 bsc#1234073)
  - commit 506378c
  - vsock: Fix sk_error_queue memory leak (CVE-2024-53118 bsc#1234071)
  - commit 0bc6237
  - drm/i915/hdcp: Add encoder check in hdcp2_get_capability (CVE-2024-53050 bsc#1233546)
  - commit 410a89a

++++ kernel-rt:

  - kabi/severities: make vcap_find_actionfield PASS (bsc#1220773)
  - commit 9b653b7
  - locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128() (bsc#1220773 git-fix).
  - commit 60d5cb5
  - parisc: Raise minimal GCC version to 12.0.0 (bsc#1220773 git-fix).
  - commit 99aca5f
  - percpu: Fix self-assignment of __old in raw_cpu_generic_try_cmpxchg() (bsc#1220773 git-fix).
  - commit ceecf8a
  - rpm/kernel-binary.spec.in: fix KMPs build on 6.13+ (bsc#1234454)
    Upstream commit 822b11a74ba2 (kbuild: use absolute path in the generated
    wrapper Makefile) sets also KBUILD_OUTPUT in objdir's Makefile before
    including srcdir's Makefile.
    So emulate this too, otherwise KMPs fail to build:
    /usr/src/linux-6.13.0-rc2-1.gf92fc5d/Makefile:782: /usr/src/linux-6.13.0-rc2-1.gf92fc5d/include/config/auto.conf: No such file or directory
  - commit 46168e5
  - Bluetooth: SCO: Add support for 16 bits transparent voice
    setting (git-fixes).
  - Bluetooth: iso: Fix recursive locking warning (git-fixes).
  - batman-adv: Do not let TT changes list grows indefinitely
    (git-fixes).
  - batman-adv: Remove uninitialized data in full table TT response
    (git-fixes).
  - batman-adv: Do not send uninitialized TT changes (git-fixes).
  - wifi: mac80211: fix station NSS capability initialization order
    (git-fixes).
  - wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one
    (git-fixes).
  - commit 54fd934
  - vsock: fix recursive ->recvmsg calls (CVE-2024-44996 bsc#1230205)
  - commit d60b119
  - bpf: Fix out-of-bounds write in trie_get_next_key() (CVE-2024-50262 bsc#1233239)
  - commit 31aa98f
  - Update references for patches.suse/bpf-arm64-Fix-address-emission-with-tag-based-KASAN-enabled.patch (CVE-2024-50203 bsc#1233328 git-fixes)
  - commit 6ae65a2
  - pmdomain: imx93-blk-ctrl: correct remove path (CVE-2024-53134 bsc#1234159)
  - commit 3b944bf
  - mptcp: cope racing subflow creation in mptcp_rcv_space_adjust (CVE-2024-53122 bsc#1234076)
  - commit 129e03d
  - virtio/vsock: Improve MSG_ZEROCOPY error handling (CVE-2024-53117 bsc#1234079)
  - commit 827fecc
  - virtio/vsock: Fix accept_queue memory leak (CVE-2024-53119 bsc#1234073)
  - commit 506378c
  - vsock: Fix sk_error_queue memory leak (CVE-2024-53118 bsc#1234071)
  - commit 0bc6237
  - drm/i915/hdcp: Add encoder check in hdcp2_get_capability (CVE-2024-53050 bsc#1233546)
  - commit 410a89a

++++ kernel-rt_debug:

  - kabi/severities: make vcap_find_actionfield PASS (bsc#1220773)
  - commit 9b653b7
  - locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128() (bsc#1220773 git-fix).
  - commit 60d5cb5
  - parisc: Raise minimal GCC version to 12.0.0 (bsc#1220773 git-fix).
  - commit 99aca5f
  - percpu: Fix self-assignment of __old in raw_cpu_generic_try_cmpxchg() (bsc#1220773 git-fix).
  - commit ceecf8a
  - rpm/kernel-binary.spec.in: fix KMPs build on 6.13+ (bsc#1234454)
    Upstream commit 822b11a74ba2 (kbuild: use absolute path in the generated
    wrapper Makefile) sets also KBUILD_OUTPUT in objdir's Makefile before
    including srcdir's Makefile.
    So emulate this too, otherwise KMPs fail to build:
    /usr/src/linux-6.13.0-rc2-1.gf92fc5d/Makefile:782: /usr/src/linux-6.13.0-rc2-1.gf92fc5d/include/config/auto.conf: No such file or directory
  - commit 46168e5
  - Bluetooth: SCO: Add support for 16 bits transparent voice
    setting (git-fixes).
  - Bluetooth: iso: Fix recursive locking warning (git-fixes).
  - batman-adv: Do not let TT changes list grows indefinitely
    (git-fixes).
  - batman-adv: Remove uninitialized data in full table TT response
    (git-fixes).
  - batman-adv: Do not send uninitialized TT changes (git-fixes).
  - wifi: mac80211: fix station NSS capability initialization order
    (git-fixes).
  - wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one
    (git-fixes).
  - commit 54fd934
  - vsock: fix recursive ->recvmsg calls (CVE-2024-44996 bsc#1230205)
  - commit d60b119
  - bpf: Fix out-of-bounds write in trie_get_next_key() (CVE-2024-50262 bsc#1233239)
  - commit 31aa98f
  - Update references for patches.suse/bpf-arm64-Fix-address-emission-with-tag-based-KASAN-enabled.patch (CVE-2024-50203 bsc#1233328 git-fixes)
  - commit 6ae65a2
  - pmdomain: imx93-blk-ctrl: correct remove path (CVE-2024-53134 bsc#1234159)
  - commit 3b944bf
  - mptcp: cope racing subflow creation in mptcp_rcv_space_adjust (CVE-2024-53122 bsc#1234076)
  - commit 129e03d
  - virtio/vsock: Improve MSG_ZEROCOPY error handling (CVE-2024-53117 bsc#1234079)
  - commit 827fecc
  - virtio/vsock: Fix accept_queue memory leak (CVE-2024-53119 bsc#1234073)
  - commit 506378c
  - vsock: Fix sk_error_queue memory leak (CVE-2024-53118 bsc#1234071)
  - commit 0bc6237
  - drm/i915/hdcp: Add encoder check in hdcp2_get_capability (CVE-2024-53050 bsc#1233546)
  - commit 410a89a

------------------------------------------------------------------
------------------  2024-12-12  -  Dec 12 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set
    during driver load time (jsc#PED-11253).
  - commit d0fd569
  - iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated
    tables (git-fixes).
  - commit 0c9ae1f
  - xfs: remove unknown compat feature check in superblock write
    validation (git-fixes).
  - commit 6933b9b
  - xfs: sb_spino_align is not verified (git-fixes).
  - commit de8458a
  - xfs: don't allocate COW extents when unsharing a hole
    (git-fixes).
  - commit 3a93bda
  - ocfs2: free inode when ocfs2_get_init_inode() fails (git-fixes).
  - commit 04cafb7
  - ocfs2: fix uninitialized value in ocfs2_file_read_iter()
    (git-fixes).
  - commit e44ccda
  - nilfs2: fix potential out-of-bounds memory access in
    nilfs_find_entry() (git-fixes).
  - commit cb9e5a0
  - jffs2: fix use of uninitialized variable (git-fixes).
  - commit 63ec3f3
  - ubifs: authentication: Fix use-after-free in
    ubifs_tnc_end_commit (git-fixes).
  - commit 7f48142
  - ubifs: Correct the total block count by deducting journal
    reservation (git-fixes).
  - commit 3145547
  - igb: Fix potential invalid memory access in igb_init_module()
    (git-fixes).
  - ixgbe: downgrade logging of unsupported VF API version to debug
    (git-fixes).
  - ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5
    (git-fixes).
  - ice: fix PHY Clock Recovery availability check (git-fixes).
  - net/mlx5e: Remove workaround to avoid syndrome for internal port
    (git-fixes).
  - net/qed: allow old cards not supporting "num_images" to work
    (git-fixes).
  - bnxt_en: Fix receive ring space parameters when XDP is active
    (git-fixes).
  - bnxt_en: Set backplane link modes correctly for ethtool
    (git-fixes).
  - bnxt_en: Reserve rings after PCIe AER recovery if NIC interface
    is down (git-fixes).
  - vdpa/mlx5: Fix suboptimal range on iotlb iteration (git-fixes).
  - i40e: Fix handling changed priv flags (git-fixes).
  - ice: consistently use q_idx in ice_vc_cfg_qs_msg() (git-fixes).
  - Revert "igb: Disable threaded IRQ for igb_msix_other"
    (git-fixes).
  - net/mlx5e: CT: Fix null-ptr-deref in add rule err flow
    (git-fixes).
  - net/mlx5e: clear xdp features on non-uplink representors
    (git-fixes).
  - vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
    (git-fixes).
  - vDPA/ifcvf: Fix pci_read_config_byte() return code handling
    (git-fixes).
  - vdpa: solidrun: Fix UB bug with devres (git-fixes).
  - drivers: net: ionic: add missed debugfs cleanup to ionic_probe()
    error path (git-fixes).
  - ice: change q_index variable type to s16 to store -1 value
    (git-fixes).
  - Octeontx2-pf: Free send queue buffers incase of leaf to inner
    (git-fixes).
  - devlink: Fix length of eswitch inline-mode (git-fixes).
  - net: Return error from sk_stream_wait_connect() if
    sk_wait_event() fails (git-fixes).
  - commit fa15ce4
  - erofs: avoid debugging output for (de)compressed data
    (git-fixes).
  - commit 3480b45
  - NFSD: Fix nfsd4_shutdown_copy() (git-fixes).
  - commit a4ffb65
  - NFSD: Async COPY result needs to return a write verifier
    (git-fixes).
  - commit e395e20
  - sunrpc: handle -ENOTCONN in xs_tcp_setup_socket() (git-fixes).
  - commit 4da96b5
  - svcrdma: Address an integer overflow (git-fixes).
  - commit b19353d
  - NFSD: Remove a never-true comparison (git-fixes).
  - commit 931734c
  - NFSD: Prevent NULL dereference in nfsd4_process_cb_update()
    (git-fixes).
  - commit ea6cf72
  - NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()
    (git-fixes).
  - commit 046d0f2
  - nfsd: make sure exp active before svc_export_show (git-fixes).
  - commit 2126f12
  - nfsd: release svc_expkey/svc_export with rcu_work (git-fixes).
  - commit e769a61
  - svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
    (git-fixes).
  - commit e0af091
  - NFSv4.0: Fix a use-after-free problem in the asynchronous open()
    (git-fixes).
  - commit 9d06142
  - SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT
    (git-fixes).
  - commit 6f9adf8
  - sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport
    (git-fixes).
  - commit 053db51
  - nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur
    (git-fixes).
  - commit 2eafa33
  - SUNRPC: make sure cache entry active before cache_show
    (git-fixes).
  - commit 8e9b27b
  - NFSD: Prevent a potential integer overflow (git-fixes).
  - commit 1b6cbfa
  - exfat: fix uninit-value in __exfat_get_dentry_set (git-fixes).
  - commit 6f6d820
  - hfsplus: don't query the device logical block size multiple
    times (git-fixes).
  - commit 163ca69
  - afs: Fix missing subdir edit when renamed between parent dirs
    (git-fixes).
  - commit f215f1c
  - afs: Automatically generate trace tag enums (git-fixes).
  - commit 6c948f0
  - jfs: xattr: check invalid xattr size more strictly (git-fixes).
  - commit 74de9a6
  - drm/amd/display: Add HDR workaround for specific eDP
    (stable-fixes).
  - commit 343cf80
  - drm/amd/display: Allow backlight to go below
    `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT` (stable-fixes).
  - drm/amdkfd: Fix resource leak in criu restore queue
    (stable-fixes).
  - drm/amdgpu: enable gfxoff quirk on HP 705G4 (stable-fixes).
  - drm/amdgpu: add raven1 gfxoff quirk (stable-fixes).
  - drm/amdgpu/gfx10: use rlc safe mode for soft recovery
    (stable-fixes).
  - drm/amdgpu/gfx11: use rlc safe mode for soft recovery
    (stable-fixes).
  - drm/amd/display: Fix Synaptics Cascaded Panamera DSC
    Determination (stable-fixes).
  - drm/printer: Allow NULL data in devcoredump printer
    (stable-fixes).
  - drm/amdgpu/gfx9: use rlc safe mode for soft recovery
    (stable-fixes).
  - drm/amdgpu: Block MMR_READ IOCTL in reset (stable-fixes).
  - drm/radeon/r100: Handle unknown family in
    r100_cp_init_microcode() (stable-fixes).
  - drm/amdgpu: fix unchecked return value warning for amdgpu_gfx
    (stable-fixes).
  - drm/amd/display: Revert Avoid overflow assignment
    (stable-fixes).
  - drm/amd/display: Use gpuvm_min_page_size_kbytes for DML2
    surfaces (stable-fixes).
  - drm/amd/display: Avoid overflow assignment in link_dp_cts
    (stable-fixes).
  - drm/amdgpu/gfx9: properly handle error ints on all pipes
    (stable-fixes).
  - drm/nouveau/gsp: Use the sg allocator for level 2 of radix3
    (stable-fixes).
  - drm/amdgpu/umsch: don't execute umsch test when GPU is in
    reset/suspend (stable-fixes).
  - drm/amdgpu/pm: Remove gpu_od if it's an empty directory
    (stable-fixes).
  - drm/amdgpu: differentiate external rev id for gfx 11.5.0
    (stable-fixes).
  - drm/amd/pm: fix the high voltage issue after unload
    (stable-fixes).
  - drm/amdgpu: add smu 14.0.1 discovery support (stable-fixes).
  - drm/amdgpu/umsch: reinitialize write pointer in hw init
    (stable-fixes).
  - commit f0f6440
  - Add already cherry-picked ids to AMDGPU patch
  - commit bf5122e
  - Revert "unicode: Don't special case ignorable code points"
    (stable-fixes).
  - crypto: x86/sha256 - Add parentheses around macros' single
    arguments (stable-fixes).
  - crypto: qat - disable IOV in adf_dev_stop() (git-fixes).
  - accel/habanalabs: fix debugfs files permissions (stable-fixes).
  - accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid
    warnings (stable-fixes).
  - accel/habanalabs: export dma-buf only if size/offset multiples
    of PAGE_SIZE (stable-fixes).
  - accel/habanalabs/gaudi2: unsecure tpc count registers
    (stable-fixes).
  - commit 64f4d90
  - netfilter: nf_reject_ipv6: fix potential crash in
    nf_send_reset6() (CVE-2024-50256 bsc#1233200).
  - net: napi: Prevent overflow of napi_defer_hard_irqs
    (CVE-2024-50018 bsc#1232419).
  - commit bb4ef32
  - net: preserve kabi for napi_struct and net_device
    (CVE-2024-50018 bsc#1232419).
  - commit 8d46390
  - Refresh
    patches.suse/block-sed-opal-add-ioctl-ioc_opal_set_sid_pw.patch.
  - commit 85490e8
  - Move kABI workaround patch to correct folder
  - commit 3c8636b

++++ kernel-rt:

  - scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set
    during driver load time (jsc#PED-11253).
  - commit d0fd569
  - iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated
    tables (git-fixes).
  - commit 0c9ae1f
  - xfs: remove unknown compat feature check in superblock write
    validation (git-fixes).
  - commit 6933b9b
  - xfs: sb_spino_align is not verified (git-fixes).
  - commit de8458a
  - xfs: don't allocate COW extents when unsharing a hole
    (git-fixes).
  - commit 3a93bda
  - ocfs2: free inode when ocfs2_get_init_inode() fails (git-fixes).
  - commit 04cafb7
  - ocfs2: fix uninitialized value in ocfs2_file_read_iter()
    (git-fixes).
  - commit e44ccda
  - nilfs2: fix potential out-of-bounds memory access in
    nilfs_find_entry() (git-fixes).
  - commit cb9e5a0
  - jffs2: fix use of uninitialized variable (git-fixes).
  - commit 63ec3f3
  - ubifs: authentication: Fix use-after-free in
    ubifs_tnc_end_commit (git-fixes).
  - commit 7f48142
  - ubifs: Correct the total block count by deducting journal
    reservation (git-fixes).
  - commit 3145547
  - igb: Fix potential invalid memory access in igb_init_module()
    (git-fixes).
  - ixgbe: downgrade logging of unsupported VF API version to debug
    (git-fixes).
  - ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5
    (git-fixes).
  - ice: fix PHY Clock Recovery availability check (git-fixes).
  - net/mlx5e: Remove workaround to avoid syndrome for internal port
    (git-fixes).
  - net/qed: allow old cards not supporting "num_images" to work
    (git-fixes).
  - bnxt_en: Fix receive ring space parameters when XDP is active
    (git-fixes).
  - bnxt_en: Set backplane link modes correctly for ethtool
    (git-fixes).
  - bnxt_en: Reserve rings after PCIe AER recovery if NIC interface
    is down (git-fixes).
  - vdpa/mlx5: Fix suboptimal range on iotlb iteration (git-fixes).
  - i40e: Fix handling changed priv flags (git-fixes).
  - ice: consistently use q_idx in ice_vc_cfg_qs_msg() (git-fixes).
  - Revert "igb: Disable threaded IRQ for igb_msix_other"
    (git-fixes).
  - net/mlx5e: CT: Fix null-ptr-deref in add rule err flow
    (git-fixes).
  - net/mlx5e: clear xdp features on non-uplink representors
    (git-fixes).
  - vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
    (git-fixes).
  - vDPA/ifcvf: Fix pci_read_config_byte() return code handling
    (git-fixes).
  - vdpa: solidrun: Fix UB bug with devres (git-fixes).
  - drivers: net: ionic: add missed debugfs cleanup to ionic_probe()
    error path (git-fixes).
  - ice: change q_index variable type to s16 to store -1 value
    (git-fixes).
  - Octeontx2-pf: Free send queue buffers incase of leaf to inner
    (git-fixes).
  - devlink: Fix length of eswitch inline-mode (git-fixes).
  - net: Return error from sk_stream_wait_connect() if
    sk_wait_event() fails (git-fixes).
  - commit fa15ce4
  - erofs: avoid debugging output for (de)compressed data
    (git-fixes).
  - commit 3480b45
  - NFSD: Fix nfsd4_shutdown_copy() (git-fixes).
  - commit a4ffb65
  - NFSD: Async COPY result needs to return a write verifier
    (git-fixes).
  - commit e395e20
  - sunrpc: handle -ENOTCONN in xs_tcp_setup_socket() (git-fixes).
  - commit 4da96b5
  - svcrdma: Address an integer overflow (git-fixes).
  - commit b19353d
  - NFSD: Remove a never-true comparison (git-fixes).
  - commit 931734c
  - NFSD: Prevent NULL dereference in nfsd4_process_cb_update()
    (git-fixes).
  - commit ea6cf72
  - NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()
    (git-fixes).
  - commit 046d0f2
  - nfsd: make sure exp active before svc_export_show (git-fixes).
  - commit 2126f12
  - nfsd: release svc_expkey/svc_export with rcu_work (git-fixes).
  - commit e769a61
  - svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
    (git-fixes).
  - commit e0af091
  - NFSv4.0: Fix a use-after-free problem in the asynchronous open()
    (git-fixes).
  - commit 9d06142
  - SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT
    (git-fixes).
  - commit 6f9adf8
  - sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport
    (git-fixes).
  - commit 053db51
  - nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur
    (git-fixes).
  - commit 2eafa33
  - SUNRPC: make sure cache entry active before cache_show
    (git-fixes).
  - commit 8e9b27b
  - NFSD: Prevent a potential integer overflow (git-fixes).
  - commit 1b6cbfa
  - exfat: fix uninit-value in __exfat_get_dentry_set (git-fixes).
  - commit 6f6d820
  - hfsplus: don't query the device logical block size multiple
    times (git-fixes).
  - commit 163ca69
  - afs: Fix missing subdir edit when renamed between parent dirs
    (git-fixes).
  - commit f215f1c
  - afs: Automatically generate trace tag enums (git-fixes).
  - commit 6c948f0
  - jfs: xattr: check invalid xattr size more strictly (git-fixes).
  - commit 74de9a6
  - drm/amd/display: Add HDR workaround for specific eDP
    (stable-fixes).
  - commit 343cf80
  - drm/amd/display: Allow backlight to go below
    `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT` (stable-fixes).
  - drm/amdkfd: Fix resource leak in criu restore queue
    (stable-fixes).
  - drm/amdgpu: enable gfxoff quirk on HP 705G4 (stable-fixes).
  - drm/amdgpu: add raven1 gfxoff quirk (stable-fixes).
  - drm/amdgpu/gfx10: use rlc safe mode for soft recovery
    (stable-fixes).
  - drm/amdgpu/gfx11: use rlc safe mode for soft recovery
    (stable-fixes).
  - drm/amd/display: Fix Synaptics Cascaded Panamera DSC
    Determination (stable-fixes).
  - drm/printer: Allow NULL data in devcoredump printer
    (stable-fixes).
  - drm/amdgpu/gfx9: use rlc safe mode for soft recovery
    (stable-fixes).
  - drm/amdgpu: Block MMR_READ IOCTL in reset (stable-fixes).
  - drm/radeon/r100: Handle unknown family in
    r100_cp_init_microcode() (stable-fixes).
  - drm/amdgpu: fix unchecked return value warning for amdgpu_gfx
    (stable-fixes).
  - drm/amd/display: Revert Avoid overflow assignment
    (stable-fixes).
  - drm/amd/display: Use gpuvm_min_page_size_kbytes for DML2
    surfaces (stable-fixes).
  - drm/amd/display: Avoid overflow assignment in link_dp_cts
    (stable-fixes).
  - drm/amdgpu/gfx9: properly handle error ints on all pipes
    (stable-fixes).
  - drm/nouveau/gsp: Use the sg allocator for level 2 of radix3
    (stable-fixes).
  - drm/amdgpu/umsch: don't execute umsch test when GPU is in
    reset/suspend (stable-fixes).
  - drm/amdgpu/pm: Remove gpu_od if it's an empty directory
    (stable-fixes).
  - drm/amdgpu: differentiate external rev id for gfx 11.5.0
    (stable-fixes).
  - drm/amd/pm: fix the high voltage issue after unload
    (stable-fixes).
  - drm/amdgpu: add smu 14.0.1 discovery support (stable-fixes).
  - drm/amdgpu/umsch: reinitialize write pointer in hw init
    (stable-fixes).
  - commit f0f6440
  - Add already cherry-picked ids to AMDGPU patch
  - commit bf5122e
  - Revert "unicode: Don't special case ignorable code points"
    (stable-fixes).
  - crypto: x86/sha256 - Add parentheses around macros' single
    arguments (stable-fixes).
  - crypto: qat - disable IOV in adf_dev_stop() (git-fixes).
  - accel/habanalabs: fix debugfs files permissions (stable-fixes).
  - accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid
    warnings (stable-fixes).
  - accel/habanalabs: export dma-buf only if size/offset multiples
    of PAGE_SIZE (stable-fixes).
  - accel/habanalabs/gaudi2: unsecure tpc count registers
    (stable-fixes).
  - commit 64f4d90
  - netfilter: nf_reject_ipv6: fix potential crash in
    nf_send_reset6() (CVE-2024-50256 bsc#1233200).
  - net: napi: Prevent overflow of napi_defer_hard_irqs
    (CVE-2024-50018 bsc#1232419).
  - commit bb4ef32
  - net: preserve kabi for napi_struct and net_device
    (CVE-2024-50018 bsc#1232419).
  - commit 8d46390
  - Refresh
    patches.suse/block-sed-opal-add-ioctl-ioc_opal_set_sid_pw.patch.
  - commit 85490e8
  - Move kABI workaround patch to correct folder
  - commit 3c8636b

++++ kernel-rt_debug:

  - scsi: mpt3sas: Diag-Reset when Doorbell-In-Use bit is set
    during driver load time (jsc#PED-11253).
  - commit d0fd569
  - iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated
    tables (git-fixes).
  - commit 0c9ae1f
  - xfs: remove unknown compat feature check in superblock write
    validation (git-fixes).
  - commit 6933b9b
  - xfs: sb_spino_align is not verified (git-fixes).
  - commit de8458a
  - xfs: don't allocate COW extents when unsharing a hole
    (git-fixes).
  - commit 3a93bda
  - ocfs2: free inode when ocfs2_get_init_inode() fails (git-fixes).
  - commit 04cafb7
  - ocfs2: fix uninitialized value in ocfs2_file_read_iter()
    (git-fixes).
  - commit e44ccda
  - nilfs2: fix potential out-of-bounds memory access in
    nilfs_find_entry() (git-fixes).
  - commit cb9e5a0
  - jffs2: fix use of uninitialized variable (git-fixes).
  - commit 63ec3f3
  - ubifs: authentication: Fix use-after-free in
    ubifs_tnc_end_commit (git-fixes).
  - commit 7f48142
  - ubifs: Correct the total block count by deducting journal
    reservation (git-fixes).
  - commit 3145547
  - igb: Fix potential invalid memory access in igb_init_module()
    (git-fixes).
  - ixgbe: downgrade logging of unsupported VF API version to debug
    (git-fixes).
  - ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5
    (git-fixes).
  - ice: fix PHY Clock Recovery availability check (git-fixes).
  - net/mlx5e: Remove workaround to avoid syndrome for internal port
    (git-fixes).
  - net/qed: allow old cards not supporting "num_images" to work
    (git-fixes).
  - bnxt_en: Fix receive ring space parameters when XDP is active
    (git-fixes).
  - bnxt_en: Set backplane link modes correctly for ethtool
    (git-fixes).
  - bnxt_en: Reserve rings after PCIe AER recovery if NIC interface
    is down (git-fixes).
  - vdpa/mlx5: Fix suboptimal range on iotlb iteration (git-fixes).
  - i40e: Fix handling changed priv flags (git-fixes).
  - ice: consistently use q_idx in ice_vc_cfg_qs_msg() (git-fixes).
  - Revert "igb: Disable threaded IRQ for igb_msix_other"
    (git-fixes).
  - net/mlx5e: CT: Fix null-ptr-deref in add rule err flow
    (git-fixes).
  - net/mlx5e: clear xdp features on non-uplink representors
    (git-fixes).
  - vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
    (git-fixes).
  - vDPA/ifcvf: Fix pci_read_config_byte() return code handling
    (git-fixes).
  - vdpa: solidrun: Fix UB bug with devres (git-fixes).
  - drivers: net: ionic: add missed debugfs cleanup to ionic_probe()
    error path (git-fixes).
  - ice: change q_index variable type to s16 to store -1 value
    (git-fixes).
  - Octeontx2-pf: Free send queue buffers incase of leaf to inner
    (git-fixes).
  - devlink: Fix length of eswitch inline-mode (git-fixes).
  - net: Return error from sk_stream_wait_connect() if
    sk_wait_event() fails (git-fixes).
  - commit fa15ce4
  - erofs: avoid debugging output for (de)compressed data
    (git-fixes).
  - commit 3480b45
  - NFSD: Fix nfsd4_shutdown_copy() (git-fixes).
  - commit a4ffb65
  - NFSD: Async COPY result needs to return a write verifier
    (git-fixes).
  - commit e395e20
  - sunrpc: handle -ENOTCONN in xs_tcp_setup_socket() (git-fixes).
  - commit 4da96b5
  - svcrdma: Address an integer overflow (git-fixes).
  - commit b19353d
  - NFSD: Remove a never-true comparison (git-fixes).
  - commit 931734c
  - NFSD: Prevent NULL dereference in nfsd4_process_cb_update()
    (git-fixes).
  - commit ea6cf72
  - NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir()
    (git-fixes).
  - commit 046d0f2
  - nfsd: make sure exp active before svc_export_show (git-fixes).
  - commit 2126f12
  - nfsd: release svc_expkey/svc_export with rcu_work (git-fixes).
  - commit e769a61
  - svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()
    (git-fixes).
  - commit e0af091
  - NFSv4.0: Fix a use-after-free problem in the asynchronous open()
    (git-fixes).
  - commit 9d06142
  - SUNRPC: timeout and cancel TLS handshake with -ETIMEDOUT
    (git-fixes).
  - commit 6f9adf8
  - sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport
    (git-fixes).
  - commit 053db51
  - nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur
    (git-fixes).
  - commit 2eafa33
  - SUNRPC: make sure cache entry active before cache_show
    (git-fixes).
  - commit 8e9b27b
  - NFSD: Prevent a potential integer overflow (git-fixes).
  - commit 1b6cbfa
  - exfat: fix uninit-value in __exfat_get_dentry_set (git-fixes).
  - commit 6f6d820
  - hfsplus: don't query the device logical block size multiple
    times (git-fixes).
  - commit 163ca69
  - afs: Fix missing subdir edit when renamed between parent dirs
    (git-fixes).
  - commit f215f1c
  - afs: Automatically generate trace tag enums (git-fixes).
  - commit 6c948f0
  - jfs: xattr: check invalid xattr size more strictly (git-fixes).
  - commit 74de9a6
  - drm/amd/display: Add HDR workaround for specific eDP
    (stable-fixes).
  - commit 343cf80
  - drm/amd/display: Allow backlight to go below
    `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT` (stable-fixes).
  - drm/amdkfd: Fix resource leak in criu restore queue
    (stable-fixes).
  - drm/amdgpu: enable gfxoff quirk on HP 705G4 (stable-fixes).
  - drm/amdgpu: add raven1 gfxoff quirk (stable-fixes).
  - drm/amdgpu/gfx10: use rlc safe mode for soft recovery
    (stable-fixes).
  - drm/amdgpu/gfx11: use rlc safe mode for soft recovery
    (stable-fixes).
  - drm/amd/display: Fix Synaptics Cascaded Panamera DSC
    Determination (stable-fixes).
  - drm/printer: Allow NULL data in devcoredump printer
    (stable-fixes).
  - drm/amdgpu/gfx9: use rlc safe mode for soft recovery
    (stable-fixes).
  - drm/amdgpu: Block MMR_READ IOCTL in reset (stable-fixes).
  - drm/radeon/r100: Handle unknown family in
    r100_cp_init_microcode() (stable-fixes).
  - drm/amdgpu: fix unchecked return value warning for amdgpu_gfx
    (stable-fixes).
  - drm/amd/display: Revert Avoid overflow assignment
    (stable-fixes).
  - drm/amd/display: Use gpuvm_min_page_size_kbytes for DML2
    surfaces (stable-fixes).
  - drm/amd/display: Avoid overflow assignment in link_dp_cts
    (stable-fixes).
  - drm/amdgpu/gfx9: properly handle error ints on all pipes
    (stable-fixes).
  - drm/nouveau/gsp: Use the sg allocator for level 2 of radix3
    (stable-fixes).
  - drm/amdgpu/umsch: don't execute umsch test when GPU is in
    reset/suspend (stable-fixes).
  - drm/amdgpu/pm: Remove gpu_od if it's an empty directory
    (stable-fixes).
  - drm/amdgpu: differentiate external rev id for gfx 11.5.0
    (stable-fixes).
  - drm/amd/pm: fix the high voltage issue after unload
    (stable-fixes).
  - drm/amdgpu: add smu 14.0.1 discovery support (stable-fixes).
  - drm/amdgpu/umsch: reinitialize write pointer in hw init
    (stable-fixes).
  - commit f0f6440
  - Add already cherry-picked ids to AMDGPU patch
  - commit bf5122e
  - Revert "unicode: Don't special case ignorable code points"
    (stable-fixes).
  - crypto: x86/sha256 - Add parentheses around macros' single
    arguments (stable-fixes).
  - crypto: qat - disable IOV in adf_dev_stop() (git-fixes).
  - accel/habanalabs: fix debugfs files permissions (stable-fixes).
  - accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid
    warnings (stable-fixes).
  - accel/habanalabs: export dma-buf only if size/offset multiples
    of PAGE_SIZE (stable-fixes).
  - accel/habanalabs/gaudi2: unsecure tpc count registers
    (stable-fixes).
  - commit 64f4d90
  - netfilter: nf_reject_ipv6: fix potential crash in
    nf_send_reset6() (CVE-2024-50256 bsc#1233200).
  - net: napi: Prevent overflow of napi_defer_hard_irqs
    (CVE-2024-50018 bsc#1232419).
  - commit bb4ef32
  - net: preserve kabi for napi_struct and net_device
    (CVE-2024-50018 bsc#1232419).
  - commit 8d46390
  - Refresh
    patches.suse/block-sed-opal-add-ioctl-ioc_opal_set_sid_pw.patch.
  - commit 85490e8
  - Move kABI workaround patch to correct folder
  - commit 3c8636b

------------------------------------------------------------------
------------------  2024-12-11  -  Dec 11 2024  -------------------
------------------------------------------------------------------

++++ curl:

  - Update to 8.11.1:
    * Security fixes:
  - netrc and redirect credential leak [bsc#1234068, CVE-2024-11053]
    * Bugfixes:
  - build: fix ECH to always enable HTTPS RR
  - cookie: treat cookie name case sensitively
  - curl-rustls.m4: keep existing 'CPPFLAGS'/'LDFLAGS' when detected
  - curl: use realtime in trace timestamps
  - digest: produce a shorter cnonce in Digest headers
  - docs: document default 'User-Agent'
  - docs: suggest --ssl-reqd instead of --ftp-ssl
  - duphandle: also init netrc
  - hostip: don't use the resolver for FQDN localhost
  - http_negotiate: allow for a one byte larger channel binding buffer
  - krb5: fix socket/sockindex confusion, MSVC compiler warnings
  - libssh: use libssh sftp_aio to upload file
  - libssh: when using IPv6 numerical address, add brackets
  - mime: fix reader stall on small read lengths
  - mk-ca-bundle: remove CKA_NSS_SERVER_DISTRUST_AFTER conditions
  - mprintf: fix the integer overflow checks
  - multi: fix callback for 'CURLMOPT_TIMERFUNCTION' not being called again when...
  - netrc: address several netrc parser flaws
  - netrc: support large file, longer lines, longer tokens
  - nghttp2: use custom memory functions
  - OpenSSL: improvde error message on expired certificate
  - openssl: remove three "Useless Assignments"
  - openssl: stop using SSL_CTX_ function prefix for our functions
  - pytest: add test for use of CURLMOPT_MAX_HOST_CONNECTIONS
  - rtsp: check EOS in the RTSP receive and return an error code
  - schannel: remove TLS 1.3 ciphersuite-list support
  - setopt: fix CURLOPT_HTTP_CONTENT_DECODING
  - setopt: fix missing options for builds without HTTP & MQTT
  - socket: handle binding to "host!<ip>"
  - socketpair: fix enabling 'USE_EVENTFD'
  - strtok: use namespaced 'strtok_r' macro instead of redefining it
    * Remove 0001-duphandle-also-init-netrc.patch upstream

++++ docker:

  - Update docker-buildx to v0.19.2. See upstream changelog online at
    <https://github.com/docker/buildx/releases/tag/v0.19.2>.
    Some notable changelogs from the last update:
    * <https://github.com/docker/buildx/releases/tag/v0.19.0>
    * <https://github.com/docker/buildx/releases/tag/v0.18.0>
  - Update to Go 1.22.
  - Add a new toggle file /etc/docker/suse-secrets-enable which allows users to
    disable the SUSEConnect integration with Docker (which creates special mounts
    in /run/secrets to allow container-suseconnect to authenticate containers
    with registries on registered hosts). bsc#1231348 bsc#1232999
    In order to disable these mounts, just do
    echo 0 > /etc/docker/suse-secrets-enable
    and restart Docker. In order to re-enable them, just do
    echo 1 > /etc/docker/suse-secrets-enable
    and restart Docker. Docker will output information on startup to tell you
    whether the SUSE secrets feature is enabled or not.
    * 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch

++++ python-kiwi:

  - Update system files setup for containers
    The attribute provide_system_files creates a meta file in the
    root tree named 'systemfiles'. The contents of this file were
    produced by just a dump of the package database so far. For
    a more generic use of this data some adaptions were needed.
    First we allow to skip packages matching a pattern from being
    part of the system files. Next we do not put ghost and doc
    files into account. And last we handle library files in a different
    file named 'systemfiles.libs' where we do not add symlink targets
    if the target path is also part of the package. The consumer
    of this information is flake-pilot which syncs that library system
    files from the host via --copy-links. This allows a more generic
    use with regards to versioned libraries e.g. libc

++++ kernel-default:

  - afs: Fix lock recursion (bsc#1233637 CVE-2024-53090).
  - commit 5df3cda
  - nilfs2: propagate directory read errors from nilfs_find_entry()
    (bsc#1233324 CVE-2024-50202).
  - commit 3d85d69
  - dm cache: fix potential out-of-bounds access on the first resume
    (bsc#1233467, CVE-2024-50278).
  - dm cache: optimize dirty bit checking with find_next_bit when
    resizing (bsc#1233467, CVE-2024-50278).
  - dm cache: fix flushing uninitialized delayed_work on cache_ctr
    error (bsc#1233467, CVE-2024-50278, bsc#1233469, CVE-2024-50280).
  - dm cache: correct the number of origin blocks to match the
    target length (bsc#1233467, CVE-2024-50278).
  - commit 44af9e6
  - Update References: field,
    patches.suse/dm-cache-fix-out-of-bounds-access-to-the-dirty-bitset-when-resizing.patch
    (bsc#1233467, bsc#1233468, CVE-2024-50278, CVE-2024-50279).
  - commit c98dcb1
  - netfilter: nf_tables: prefer nft_chain_validate (CVE-2024-41042
    bsc#1228526).
  - commit 2eab656
  - Delete
    patches.suse/smb-client-Fix-use-after-free-of-network-namespace-.patch
    (bsc#1233642 CVE-2024-53095).
    [hcarvalho: revert because the fix is incomplete. The patch fixes UAF of
    network namespace but causes in another UAF (of the socket) when the
    cifs module is removed].
  - commit 928bab1
  - kABI fix for netfilter: bridge: replace physindev with physinif
    in nf_bridge_info (CVE-2024-35839 bsc#1224726).
  - commit cf24c71
  - PCI: Add T_PERST_CLK_US macro (git-fixes).
  - PCI: j721e: Add suspend and resume support (git-fixes).
  - PCI: j721e: Use T_PERST_CLK_US macro (git-fixes).
  - Refresh
    patches.suse/PCI-j721e-Deassert-PERST-after-a-delay-of-PCIE_T_PVP.patch.
  - commit 48f05ae
  - dmaengine: idxd: Check for driver name match before sva user
    feature (bsc#1234357).
  - commit 2a8f3bf
  - tpm/eventlog: Limit memory allocations for event logs with
    excessive size (bsc#1233260 bsc#1233259 bsc#1232421).
  - commit 9c38d71
  - Move upstreamed sound patches into sorted section
  - commit 8c19caa

++++ kernel-rt:

  - afs: Fix lock recursion (bsc#1233637 CVE-2024-53090).
  - commit 5df3cda
  - nilfs2: propagate directory read errors from nilfs_find_entry()
    (bsc#1233324 CVE-2024-50202).
  - commit 3d85d69
  - dm cache: fix potential out-of-bounds access on the first resume
    (bsc#1233467, CVE-2024-50278).
  - dm cache: optimize dirty bit checking with find_next_bit when
    resizing (bsc#1233467, CVE-2024-50278).
  - dm cache: fix flushing uninitialized delayed_work on cache_ctr
    error (bsc#1233467, CVE-2024-50278, bsc#1233469, CVE-2024-50280).
  - dm cache: correct the number of origin blocks to match the
    target length (bsc#1233467, CVE-2024-50278).
  - commit 44af9e6
  - Update References: field,
    patches.suse/dm-cache-fix-out-of-bounds-access-to-the-dirty-bitset-when-resizing.patch
    (bsc#1233467, bsc#1233468, CVE-2024-50278, CVE-2024-50279).
  - commit c98dcb1
  - netfilter: nf_tables: prefer nft_chain_validate (CVE-2024-41042
    bsc#1228526).
  - commit 2eab656
  - Delete
    patches.suse/smb-client-Fix-use-after-free-of-network-namespace-.patch
    (bsc#1233642 CVE-2024-53095).
    [hcarvalho: revert because the fix is incomplete. The patch fixes UAF of
    network namespace but causes in another UAF (of the socket) when the
    cifs module is removed].
  - commit 928bab1
  - kABI fix for netfilter: bridge: replace physindev with physinif
    in nf_bridge_info (CVE-2024-35839 bsc#1224726).
  - commit cf24c71
  - PCI: Add T_PERST_CLK_US macro (git-fixes).
  - PCI: j721e: Add suspend and resume support (git-fixes).
  - PCI: j721e: Use T_PERST_CLK_US macro (git-fixes).
  - Refresh
    patches.suse/PCI-j721e-Deassert-PERST-after-a-delay-of-PCIE_T_PVP.patch.
  - commit 48f05ae
  - dmaengine: idxd: Check for driver name match before sva user
    feature (bsc#1234357).
  - commit 2a8f3bf
  - tpm/eventlog: Limit memory allocations for event logs with
    excessive size (bsc#1233260 bsc#1233259 bsc#1232421).
  - commit 9c38d71
  - Move upstreamed sound patches into sorted section
  - commit 8c19caa

++++ kernel-rt_debug:

  - afs: Fix lock recursion (bsc#1233637 CVE-2024-53090).
  - commit 5df3cda
  - nilfs2: propagate directory read errors from nilfs_find_entry()
    (bsc#1233324 CVE-2024-50202).
  - commit 3d85d69
  - dm cache: fix potential out-of-bounds access on the first resume
    (bsc#1233467, CVE-2024-50278).
  - dm cache: optimize dirty bit checking with find_next_bit when
    resizing (bsc#1233467, CVE-2024-50278).
  - dm cache: fix flushing uninitialized delayed_work on cache_ctr
    error (bsc#1233467, CVE-2024-50278, bsc#1233469, CVE-2024-50280).
  - dm cache: correct the number of origin blocks to match the
    target length (bsc#1233467, CVE-2024-50278).
  - commit 44af9e6
  - Update References: field,
    patches.suse/dm-cache-fix-out-of-bounds-access-to-the-dirty-bitset-when-resizing.patch
    (bsc#1233467, bsc#1233468, CVE-2024-50278, CVE-2024-50279).
  - commit c98dcb1
  - netfilter: nf_tables: prefer nft_chain_validate (CVE-2024-41042
    bsc#1228526).
  - commit 2eab656
  - Delete
    patches.suse/smb-client-Fix-use-after-free-of-network-namespace-.patch
    (bsc#1233642 CVE-2024-53095).
    [hcarvalho: revert because the fix is incomplete. The patch fixes UAF of
    network namespace but causes in another UAF (of the socket) when the
    cifs module is removed].
  - commit 928bab1
  - kABI fix for netfilter: bridge: replace physindev with physinif
    in nf_bridge_info (CVE-2024-35839 bsc#1224726).
  - commit cf24c71
  - PCI: Add T_PERST_CLK_US macro (git-fixes).
  - PCI: j721e: Add suspend and resume support (git-fixes).
  - PCI: j721e: Use T_PERST_CLK_US macro (git-fixes).
  - Refresh
    patches.suse/PCI-j721e-Deassert-PERST-after-a-delay-of-PCIE_T_PVP.patch.
  - commit 48f05ae
  - dmaengine: idxd: Check for driver name match before sva user
    feature (bsc#1234357).
  - commit 2a8f3bf
  - tpm/eventlog: Limit memory allocations for event logs with
    excessive size (bsc#1233260 bsc#1233259 bsc#1232421).
  - commit 9c38d71
  - Move upstreamed sound patches into sorted section
  - commit 8c19caa

++++ nvidia-open-driver-G06-signed:

  - Do not set %{?linux_make_arch} for running make modules/modules-install
  - supersedes 550.135.patch

++++ runc:

  - Update to runc v1.2.3. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.3>.

++++ selinux-policy:

  - Update to version 20241031+git4.96add794:
    * Label /run/libvirt/qemu/channel with virtqemud_var_run_t (bsc#1230961)

------------------------------------------------------------------
------------------  2024-12-10  -  Dec 10 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Drop /dev/pts from bind mount locations
    This has created havoc in the Fedora build environments by
    fully unmounting /dev/pts and breaking the builders for
    subsquent tasks.
    This is a partial revert of commit daf1323c5ded7e4e7783205f5e30457b40eb322f.

++++ kernel-default:

  - netfilter: bridge: replace physindev with physinif in
    nf_bridge_info (CVE-2024-35839 bsc#1224726).
  - netfilter: propagate net to nf_bridge_get_physindev
    (CVE-2024-35839 bsc#1224726).
  - netfilter: nf_queue: remove excess nf_bridge variable
    (CVE-2024-35839 bsc#1224726).
  - netfilter: nfnetlink_log: use proper helper for fetching
    physinif (CVE-2024-35839 bsc#1224726).
  - commit bcdb77b
  - netfilter: nf_tables: use timestamp to check for set element
    timeout (CVE-2024-27397 bsc#1224095).
  - netfilter: nft_set_rbtree: .deactivate fails if element has
    expired (CVE-2024-27397 bsc#1224095).
  - commit 7c6b7ec
  - kABI workaround for struct drm_dp_mst_topology_mgr (git-fixes).
  - commit 9d1af7b
  - drm/dp_mst: Fix resetting msg rx state after topology removal
    (git-fixes).
  - ALSA: usb-audio: Notify xrun for low-latency mode (git-fixes).
  - commit 4cb8f05
  - drm/amdgpu: prevent BO_HANDLES error from being overwritten
    (git-fixes).
  - commit c78cf7d
  - platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW
    showing incorrect fan speed (stable-fixes).
  - commit 16ab399
  - serial: 8250_fintek: Add support for F81216E (stable-fixes).
  - drm/amdgpu: fix usage slab after free (stable-fixes).
  - drm/amdkfd: Use the correct wptr size (stable-fixes).
  - drm/radeon: Fix spurious unplug event on radeon HDMI
    (git-fixes).
  - drm/amd/pm: update current_socclk and current_uclk in
    gpu_metrics on smu v13.0.7 (stable-fixes).
  - ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad
    P14s Gen 5 21MES00B00 (stable-fixes).
  - counter: ti-ecap-capture: Add check for clk_enable()
    (git-fixes).
  - counter: stm32-timer-cnt: Add check for clk_enable()
    (git-fixes).
  - Bluetooth: MGMT: Fix possible deadlocks (git-fixes).
  - PCI: Fix use-after-free of slot->bus on hot remove
    (stable-fixes).
  - checkpatch: always parse orig_commit in fixes tag (git-fixes).
  - mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE
    (git-fixes).
  - mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices
    (git-fixes).
  - mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device
    (git-fixes).
  - mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device
    (git-fixes).
  - mfd: da9052-spi: Change read-mask to write-mask (git-fixes).
  - drm/etnaviv: flush shader L1 cache after user commandstream
    (stable-fixes).
  - Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()
    (stable-fixes).
  - wifi: rtlwifi: Drastically reduce the attempts to read efuse
    in case of failures (stable-fixes).
  - clocksource/drivers/timer-ti-dm: Fix child node refcount
    handling (git-fixes).
  - clocksource/drivers:sp804: Make user selectable (git-fixes).
  - hwmon: (pmbus/core) clear faults after setting smbalert mask
    (git-fixes).
  - drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F
    DMI match less strict (stable-fixes).
  - regulator: rk808: Add apply_bit for BUCK3 on RK809
    (stable-fixes).
  - can: j1939: fix error in J1939 documentation (stable-fixes).
  - platform/x86: dell-wmi-base: Handle META key Lock/Unlock events
    (stable-fixes).
  - platform/x86: dell-smbios-base: Extends support to Alienware
    products (stable-fixes).
  - soc: qcom: socinfo: fix revision check in qcom_socinfo_probe()
    (git-fixes).
  - soc: qcom: Add check devm_kasprintf() returned value
    (stable-fixes).
  - firmware: arm_scmi: Reject clear channel request on A2P
    (stable-fixes).
  - usb: typec: use cleanup facility for 'altmodes_node'
    (stable-fixes).
  - mac80211: fix user-power when emulating chanctx (stable-fixes).
  - wifi: iwlwifi: mvm: Use the sync timepoint API in suspend
    (stable-fixes).
  - net: usb: qmi_wwan: add Quectel RG650V (stable-fixes).
  - usb: add support for new USB device ID 0x17EF:0x3098 for the
    r8152 driver (stable-fixes).
  - PCI: j721e: Add reset GPIO to struct j721e_pcie (stable-fixes).
  - PCI: cadence: Set cdns_pcie_host_init() global (stable-fixes).
  - PCI: cadence: Extract link setup sequence from
    cdns_pcie_host_setup() (stable-fixes).
  - PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config reads
    (stable-fixes).
  - drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw
    (stable-fixes).
  - drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit
    (stable-fixes).
  - drm/radeon: change rdev->ddev to rdev_to_drm(rdev)
    (stable-fixes).
  - drm/radeon: add helper rdev_to_drm(rdev) (stable-fixes).
  - checkpatch: check for missing Fixes tags (stable-fixes).
  - hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASK
    (stable-fixes).
  - PCI: j721e: Add PCIe 4x lane selection support (stable-fixes).
  - PCI: j721e: Add per platform maximum lane settings
    (stable-fixes).
  - mtd: hyperbus: rpc-if: Convert to platform remove callback
    returning void (stable-fixes).
  - commit c2f6105
  - nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint
    (bsc#1234219 CVE-2024-53130).
  - commit c6f7b3e
  - nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint
    (bsc#1234220 CVE-2024-53131).
  - commit 6de8c49

++++ kernel-rt:

  - scripts/git-pre-commit: Fix buggy merge conflict resolution
    Add a less-than sign which was mistakenly dropped by commit
    b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
  - commit 8764d48
  - netfilter: bridge: replace physindev with physinif in
    nf_bridge_info (CVE-2024-35839 bsc#1224726).
  - netfilter: propagate net to nf_bridge_get_physindev
    (CVE-2024-35839 bsc#1224726).
  - netfilter: nf_queue: remove excess nf_bridge variable
    (CVE-2024-35839 bsc#1224726).
  - netfilter: nfnetlink_log: use proper helper for fetching
    physinif (CVE-2024-35839 bsc#1224726).
  - commit bcdb77b
  - netfilter: nf_tables: use timestamp to check for set element
    timeout (CVE-2024-27397 bsc#1224095).
  - netfilter: nft_set_rbtree: .deactivate fails if element has
    expired (CVE-2024-27397 bsc#1224095).
  - commit 7c6b7ec
  - kABI workaround for struct drm_dp_mst_topology_mgr (git-fixes).
  - commit 9d1af7b
  - drm/dp_mst: Fix resetting msg rx state after topology removal
    (git-fixes).
  - ALSA: usb-audio: Notify xrun for low-latency mode (git-fixes).
  - commit 4cb8f05
  - drm/amdgpu: prevent BO_HANDLES error from being overwritten
    (git-fixes).
  - commit c78cf7d
  - platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW
    showing incorrect fan speed (stable-fixes).
  - commit 16ab399
  - serial: 8250_fintek: Add support for F81216E (stable-fixes).
  - drm/amdgpu: fix usage slab after free (stable-fixes).
  - drm/amdkfd: Use the correct wptr size (stable-fixes).
  - drm/radeon: Fix spurious unplug event on radeon HDMI
    (git-fixes).
  - drm/amd/pm: update current_socclk and current_uclk in
    gpu_metrics on smu v13.0.7 (stable-fixes).
  - ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad
    P14s Gen 5 21MES00B00 (stable-fixes).
  - counter: ti-ecap-capture: Add check for clk_enable()
    (git-fixes).
  - counter: stm32-timer-cnt: Add check for clk_enable()
    (git-fixes).
  - Bluetooth: MGMT: Fix possible deadlocks (git-fixes).
  - PCI: Fix use-after-free of slot->bus on hot remove
    (stable-fixes).
  - checkpatch: always parse orig_commit in fixes tag (git-fixes).
  - mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE
    (git-fixes).
  - mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices
    (git-fixes).
  - mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device
    (git-fixes).
  - mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device
    (git-fixes).
  - mfd: da9052-spi: Change read-mask to write-mask (git-fixes).
  - drm/etnaviv: flush shader L1 cache after user commandstream
    (stable-fixes).
  - Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()
    (stable-fixes).
  - wifi: rtlwifi: Drastically reduce the attempts to read efuse
    in case of failures (stable-fixes).
  - clocksource/drivers/timer-ti-dm: Fix child node refcount
    handling (git-fixes).
  - clocksource/drivers:sp804: Make user selectable (git-fixes).
  - hwmon: (pmbus/core) clear faults after setting smbalert mask
    (git-fixes).
  - drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F
    DMI match less strict (stable-fixes).
  - regulator: rk808: Add apply_bit for BUCK3 on RK809
    (stable-fixes).
  - can: j1939: fix error in J1939 documentation (stable-fixes).
  - platform/x86: dell-wmi-base: Handle META key Lock/Unlock events
    (stable-fixes).
  - platform/x86: dell-smbios-base: Extends support to Alienware
    products (stable-fixes).
  - soc: qcom: socinfo: fix revision check in qcom_socinfo_probe()
    (git-fixes).
  - soc: qcom: Add check devm_kasprintf() returned value
    (stable-fixes).
  - firmware: arm_scmi: Reject clear channel request on A2P
    (stable-fixes).
  - usb: typec: use cleanup facility for 'altmodes_node'
    (stable-fixes).
  - mac80211: fix user-power when emulating chanctx (stable-fixes).
  - wifi: iwlwifi: mvm: Use the sync timepoint API in suspend
    (stable-fixes).
  - net: usb: qmi_wwan: add Quectel RG650V (stable-fixes).
  - usb: add support for new USB device ID 0x17EF:0x3098 for the
    r8152 driver (stable-fixes).
  - PCI: j721e: Add reset GPIO to struct j721e_pcie (stable-fixes).
  - PCI: cadence: Set cdns_pcie_host_init() global (stable-fixes).
  - PCI: cadence: Extract link setup sequence from
    cdns_pcie_host_setup() (stable-fixes).
  - PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config reads
    (stable-fixes).
  - drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw
    (stable-fixes).
  - drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit
    (stable-fixes).
  - drm/radeon: change rdev->ddev to rdev_to_drm(rdev)
    (stable-fixes).
  - drm/radeon: add helper rdev_to_drm(rdev) (stable-fixes).
  - checkpatch: check for missing Fixes tags (stable-fixes).
  - hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASK
    (stable-fixes).
  - PCI: j721e: Add PCIe 4x lane selection support (stable-fixes).
  - PCI: j721e: Add per platform maximum lane settings
    (stable-fixes).
  - mtd: hyperbus: rpc-if: Convert to platform remove callback
    returning void (stable-fixes).
  - commit c2f6105
  - nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint
    (bsc#1234219 CVE-2024-53130).
  - commit c6f7b3e
  - nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint
    (bsc#1234220 CVE-2024-53131).
  - commit 6de8c49

++++ kernel-rt_debug:

  - scripts/git-pre-commit: Fix buggy merge conflict resolution
    Add a less-than sign which was mistakenly dropped by commit
    b49e7e52bdc1b46f45fadb1bc0aa310f52f5ac80
  - commit 8764d48
  - netfilter: bridge: replace physindev with physinif in
    nf_bridge_info (CVE-2024-35839 bsc#1224726).
  - netfilter: propagate net to nf_bridge_get_physindev
    (CVE-2024-35839 bsc#1224726).
  - netfilter: nf_queue: remove excess nf_bridge variable
    (CVE-2024-35839 bsc#1224726).
  - netfilter: nfnetlink_log: use proper helper for fetching
    physinif (CVE-2024-35839 bsc#1224726).
  - commit bcdb77b
  - netfilter: nf_tables: use timestamp to check for set element
    timeout (CVE-2024-27397 bsc#1224095).
  - netfilter: nft_set_rbtree: .deactivate fails if element has
    expired (CVE-2024-27397 bsc#1224095).
  - commit 7c6b7ec
  - kABI workaround for struct drm_dp_mst_topology_mgr (git-fixes).
  - commit 9d1af7b
  - drm/dp_mst: Fix resetting msg rx state after topology removal
    (git-fixes).
  - ALSA: usb-audio: Notify xrun for low-latency mode (git-fixes).
  - commit 4cb8f05
  - drm/amdgpu: prevent BO_HANDLES error from being overwritten
    (git-fixes).
  - commit c78cf7d
  - platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW
    showing incorrect fan speed (stable-fixes).
  - commit 16ab399
  - serial: 8250_fintek: Add support for F81216E (stable-fixes).
  - drm/amdgpu: fix usage slab after free (stable-fixes).
  - drm/amdkfd: Use the correct wptr size (stable-fixes).
  - drm/radeon: Fix spurious unplug event on radeon HDMI
    (git-fixes).
  - drm/amd/pm: update current_socclk and current_uclk in
    gpu_metrics on smu v13.0.7 (stable-fixes).
  - ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad
    P14s Gen 5 21MES00B00 (stable-fixes).
  - counter: ti-ecap-capture: Add check for clk_enable()
    (git-fixes).
  - counter: stm32-timer-cnt: Add check for clk_enable()
    (git-fixes).
  - Bluetooth: MGMT: Fix possible deadlocks (git-fixes).
  - PCI: Fix use-after-free of slot->bus on hot remove
    (stable-fixes).
  - checkpatch: always parse orig_commit in fixes tag (git-fixes).
  - mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE
    (git-fixes).
  - mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices
    (git-fixes).
  - mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device
    (git-fixes).
  - mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device
    (git-fixes).
  - mfd: da9052-spi: Change read-mask to write-mask (git-fixes).
  - drm/etnaviv: flush shader L1 cache after user commandstream
    (stable-fixes).
  - Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()
    (stable-fixes).
  - wifi: rtlwifi: Drastically reduce the attempts to read efuse
    in case of failures (stable-fixes).
  - clocksource/drivers/timer-ti-dm: Fix child node refcount
    handling (git-fixes).
  - clocksource/drivers:sp804: Make user selectable (git-fixes).
  - hwmon: (pmbus/core) clear faults after setting smbalert mask
    (git-fixes).
  - drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F
    DMI match less strict (stable-fixes).
  - regulator: rk808: Add apply_bit for BUCK3 on RK809
    (stable-fixes).
  - can: j1939: fix error in J1939 documentation (stable-fixes).
  - platform/x86: dell-wmi-base: Handle META key Lock/Unlock events
    (stable-fixes).
  - platform/x86: dell-smbios-base: Extends support to Alienware
    products (stable-fixes).
  - soc: qcom: socinfo: fix revision check in qcom_socinfo_probe()
    (git-fixes).
  - soc: qcom: Add check devm_kasprintf() returned value
    (stable-fixes).
  - firmware: arm_scmi: Reject clear channel request on A2P
    (stable-fixes).
  - usb: typec: use cleanup facility for 'altmodes_node'
    (stable-fixes).
  - mac80211: fix user-power when emulating chanctx (stable-fixes).
  - wifi: iwlwifi: mvm: Use the sync timepoint API in suspend
    (stable-fixes).
  - net: usb: qmi_wwan: add Quectel RG650V (stable-fixes).
  - usb: add support for new USB device ID 0x17EF:0x3098 for the
    r8152 driver (stable-fixes).
  - PCI: j721e: Add reset GPIO to struct j721e_pcie (stable-fixes).
  - PCI: cadence: Set cdns_pcie_host_init() global (stable-fixes).
  - PCI: cadence: Extract link setup sequence from
    cdns_pcie_host_setup() (stable-fixes).
  - PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config reads
    (stable-fixes).
  - drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw
    (stable-fixes).
  - drm/amdgpu: disallow multiple BO_HANDLES chunks in one submit
    (stable-fixes).
  - drm/radeon: change rdev->ddev to rdev_to_drm(rdev)
    (stable-fixes).
  - drm/radeon: add helper rdev_to_drm(rdev) (stable-fixes).
  - checkpatch: check for missing Fixes tags (stable-fixes).
  - hwmon: (pmbus_core) Allow to hook PMBUS_SMBALERT_MASK
    (stable-fixes).
  - PCI: j721e: Add PCIe 4x lane selection support (stable-fixes).
  - PCI: j721e: Add per platform maximum lane settings
    (stable-fixes).
  - mtd: hyperbus: rpc-if: Convert to platform remove callback
    returning void (stable-fixes).
  - commit c2f6105
  - nilfs2: fix null-ptr-deref in block_dirty_buffer tracepoint
    (bsc#1234219 CVE-2024-53130).
  - commit c6f7b3e
  - nilfs2: fix null-ptr-deref in block_touch_buffer tracepoint
    (bsc#1234220 CVE-2024-53131).
  - commit 6de8c49

------------------------------------------------------------------
------------------  2024-12-9  -  Dec 9 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed unit test

++++ kernel-default:

  - Update tags in
    patches.suse/udf-refactor-inode_bmap-to-handle-error.patch
    (bsc#1234242 bsc#1233096 CVE-2024-50211).
  - commit 18aa07e
  - Update tags in:
    patches.suse/udf-fix-uninit-value-use-in-udf_get_fileshortad.patch
    (bsc#1234243 bsc#1233038 CVE-2024-50143).
  - commit 420cdda
  - mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
    (CVE-2024-53113 bsc#1234077).
  - commit 0c80b5e
  - mm/mremap: fix address wraparound in move_page_tables()
    (CVE-2024-53111 bsc#1234086).
  - commit 85bf967
  - mm: page_alloc: move mlocked flag clearance into
    free_pages_prepare() (CVE-2024-53105 bsc#1234069).
  - commit d988d1d
  - kABI: Restore deleted EXPORT_SYMBOL(__qdisc_calculate_pkt_len)
    (CVE-2024-50039 bsc#1231909).
  - commit cc27caf
  - net/ipv6: release expired exception dst cached in socket
    (bsc#1216813).
  - commit 138c9d6
  - Update
    patches.suse/initramfs-avoid-filename-buffer-overrun.patch
    (CVE-2024-53142 bsc#1232436).
  - commit d5d0ad8
  - drm/amd/display: Handle dml allocation failure to avoid crash (bsc#1234221 CVE-2024-53133)
    Added an additional fixes tag refering to commit abd26a3252cb ("drm/amd/display:
    Add dml2 copy functions").
  - commit 100a7fa
  - net/sched: accept TCA_STAB only for root qdisc (CVE-2024-50039
    bsc#1231909).
  - commit 72cfcc2
  - sched/numa: fix memory leak due to the overwritten
    vma->numab_state (git fixes (sched/numa)).
  - commit 639ae96
  - netfilter: nft_set_pipapo: do not free live element
    (CVE-2024-26924 bsc#1223387).
  - commit e933c39
  - net: bridge: mcast: wait for previous gc cycles when removing
    port (CVE-2024-44934 bsc#1229809).
  - commit 4999b27
  - scsi: storvsc: Do not flag MAINTENANCE_IN return of
    SRB_STATUS_DATA_OVERRUN as an error (git-fixes).
  - net :mana :Request a V2 response version for MANA_QUERY_GF_STAT
    (git-fixes).
  - commit 5ae2067
  - iio: magnetometer: yas530: use signed integer type for clamp
    limits (git-fixes).
  - scatterlist: fix incorrect func name in kernel-doc (git-fixes).
  - kasan: make report_lock a raw spinlock (git-fixes).
  - commit c03eb5e

++++ kernel-rt:

  - Update tags in
    patches.suse/udf-refactor-inode_bmap-to-handle-error.patch
    (bsc#1234242 bsc#1233096 CVE-2024-50211).
  - commit 18aa07e
  - Update tags in:
    patches.suse/udf-fix-uninit-value-use-in-udf_get_fileshortad.patch
    (bsc#1234243 bsc#1233038 CVE-2024-50143).
  - commit 420cdda
  - mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
    (CVE-2024-53113 bsc#1234077).
  - commit 0c80b5e
  - mm/mremap: fix address wraparound in move_page_tables()
    (CVE-2024-53111 bsc#1234086).
  - commit 85bf967
  - mm: page_alloc: move mlocked flag clearance into
    free_pages_prepare() (CVE-2024-53105 bsc#1234069).
  - commit d988d1d
  - kABI: Restore deleted EXPORT_SYMBOL(__qdisc_calculate_pkt_len)
    (CVE-2024-50039 bsc#1231909).
  - commit cc27caf
  - net/ipv6: release expired exception dst cached in socket
    (bsc#1216813).
  - commit 138c9d6
  - Update
    patches.suse/initramfs-avoid-filename-buffer-overrun.patch
    (CVE-2024-53142 bsc#1232436).
  - commit d5d0ad8
  - drm/amd/display: Handle dml allocation failure to avoid crash (bsc#1234221 CVE-2024-53133)
    Added an additional fixes tag refering to commit abd26a3252cb ("drm/amd/display:
    Add dml2 copy functions").
  - commit 100a7fa
  - net/sched: accept TCA_STAB only for root qdisc (CVE-2024-50039
    bsc#1231909).
  - commit 72cfcc2
  - sched/numa: fix memory leak due to the overwritten
    vma->numab_state (git fixes (sched/numa)).
  - commit 639ae96
  - netfilter: nft_set_pipapo: do not free live element
    (CVE-2024-26924 bsc#1223387).
  - commit e933c39
  - net: bridge: mcast: wait for previous gc cycles when removing
    port (CVE-2024-44934 bsc#1229809).
  - commit 4999b27
  - scsi: storvsc: Do not flag MAINTENANCE_IN return of
    SRB_STATUS_DATA_OVERRUN as an error (git-fixes).
  - net :mana :Request a V2 response version for MANA_QUERY_GF_STAT
    (git-fixes).
  - commit 5ae2067
  - iio: magnetometer: yas530: use signed integer type for clamp
    limits (git-fixes).
  - scatterlist: fix incorrect func name in kernel-doc (git-fixes).
  - kasan: make report_lock a raw spinlock (git-fixes).
  - commit c03eb5e

++++ kernel-rt_debug:

  - Update tags in
    patches.suse/udf-refactor-inode_bmap-to-handle-error.patch
    (bsc#1234242 bsc#1233096 CVE-2024-50211).
  - commit 18aa07e
  - Update tags in:
    patches.suse/udf-fix-uninit-value-use-in-udf_get_fileshortad.patch
    (bsc#1234243 bsc#1233038 CVE-2024-50143).
  - commit 420cdda
  - mm: fix NULL pointer dereference in alloc_pages_bulk_noprof
    (CVE-2024-53113 bsc#1234077).
  - commit 0c80b5e
  - mm/mremap: fix address wraparound in move_page_tables()
    (CVE-2024-53111 bsc#1234086).
  - commit 85bf967
  - mm: page_alloc: move mlocked flag clearance into
    free_pages_prepare() (CVE-2024-53105 bsc#1234069).
  - commit d988d1d
  - kABI: Restore deleted EXPORT_SYMBOL(__qdisc_calculate_pkt_len)
    (CVE-2024-50039 bsc#1231909).
  - commit cc27caf
  - net/ipv6: release expired exception dst cached in socket
    (bsc#1216813).
  - commit 138c9d6
  - Update
    patches.suse/initramfs-avoid-filename-buffer-overrun.patch
    (CVE-2024-53142 bsc#1232436).
  - commit d5d0ad8
  - drm/amd/display: Handle dml allocation failure to avoid crash (bsc#1234221 CVE-2024-53133)
    Added an additional fixes tag refering to commit abd26a3252cb ("drm/amd/display:
    Add dml2 copy functions").
  - commit 100a7fa
  - net/sched: accept TCA_STAB only for root qdisc (CVE-2024-50039
    bsc#1231909).
  - commit 72cfcc2
  - sched/numa: fix memory leak due to the overwritten
    vma->numab_state (git fixes (sched/numa)).
  - commit 639ae96
  - netfilter: nft_set_pipapo: do not free live element
    (CVE-2024-26924 bsc#1223387).
  - commit e933c39
  - net: bridge: mcast: wait for previous gc cycles when removing
    port (CVE-2024-44934 bsc#1229809).
  - commit 4999b27
  - scsi: storvsc: Do not flag MAINTENANCE_IN return of
    SRB_STATUS_DATA_OVERRUN as an error (git-fixes).
  - net :mana :Request a V2 response version for MANA_QUERY_GF_STAT
    (git-fixes).
  - commit 5ae2067
  - iio: magnetometer: yas530: use signed integer type for clamp
    limits (git-fixes).
  - scatterlist: fix incorrect func name in kernel-doc (git-fixes).
  - kasan: make report_lock a raw spinlock (git-fixes).
  - commit c03eb5e

++++ sqlite3:

  - Update to release 3.47.2:
    * Fix a problem in text-to-floating-point conversion that affects
    text values where the first 16 significant digits are
    '1844674407370955'. This issue was introduced in 3.47.0 and
    only arises on x64 and i386 hardware.
    * Other minor bug fixes.
  - Enable the session extension, because NodeJS 22 needs it.

++++ libzypp:

  - Url query part: `=` is a safe char in value (bsc#1234304)
  - RpmDb: Recognize rpmdb.sqlite as database file (#593)
  - Fix typo (fixes #592)
  - cmake: check location of fcgi header and adjust include
    accordingly. On Debian and derivatives the fcgi headers
    are not stored in a fastcgi/ subdirectory.(#590)
  - version 17.35.15 (35)

++++ opensuse-migration-tool:

  - Update to version 20241209.76c6ef8:
    * Update README.md
    * Mention current system in the migration dialog
    * Allow migration from Tumbleweed to Slowroll

------------------------------------------------------------------
------------------  2024-12-8  -  Dec 8 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Don't take ghost files into account
    When creating the system files information do not
    take ghost files and artifact files into account

------------------------------------------------------------------
------------------  2024-12-7  -  Dec 7 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post()
    (stable-fixes).
  - ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360
    (NP730QFG) (stable-fixes).
  - ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook
    430 G8 (stable-fixes).
  - ALSA: usb-audio: add mixer mapping for Corsair HS80
    (stable-fixes).
  - ALSA: hda/conexant: fix Z60MR100 startup pop issue
    (stable-fixes).
  - commit 8c25a0a
  - drm/v3d: Enable Performance Counters before clearing them
    (git-fixes).
  - drm/sti: Add __iomem for mixer_dbg_mxn's parameter (git-fixes).
  - dma-fence: Use kernel's sort for merging fences (git-fixes).
  - dma-fence: Fix reference leak on fence merge failure path
    (git-fixes).
  - ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec
    (git-fixes).
  - ASoC: SOF: ipc3-topology: fix resource leaks in
    sof_ipc3_widget_setup_comp_dai() (git-fixes).
  - ALSA: usb-audio: Fix a DMA to stack memory bug (git-fixes).
  - regmap: detach regmap from dev on regmap_exit (git-fixes).
  - spi: mpc52xx: Add cancel_work_sync before module remove
    (git-fixes).
  - mmc: core: Further prevent card detect during shutdown
    (git-fixes).
  - commit 87e627e

++++ kernel-rt:

  - ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post()
    (stable-fixes).
  - ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360
    (NP730QFG) (stable-fixes).
  - ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook
    430 G8 (stable-fixes).
  - ALSA: usb-audio: add mixer mapping for Corsair HS80
    (stable-fixes).
  - ALSA: hda/conexant: fix Z60MR100 startup pop issue
    (stable-fixes).
  - commit 8c25a0a
  - drm/v3d: Enable Performance Counters before clearing them
    (git-fixes).
  - drm/sti: Add __iomem for mixer_dbg_mxn's parameter (git-fixes).
  - dma-fence: Use kernel's sort for merging fences (git-fixes).
  - dma-fence: Fix reference leak on fence merge failure path
    (git-fixes).
  - ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec
    (git-fixes).
  - ASoC: SOF: ipc3-topology: fix resource leaks in
    sof_ipc3_widget_setup_comp_dai() (git-fixes).
  - ALSA: usb-audio: Fix a DMA to stack memory bug (git-fixes).
  - regmap: detach regmap from dev on regmap_exit (git-fixes).
  - spi: mpc52xx: Add cancel_work_sync before module remove
    (git-fixes).
  - mmc: core: Further prevent card detect during shutdown
    (git-fixes).
  - commit 87e627e

++++ kernel-rt_debug:

  - ASoC: Intel: avs: da7219: Remove suspend_pre() and resume_post()
    (stable-fixes).
  - ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360
    (NP730QFG) (stable-fixes).
  - ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook
    430 G8 (stable-fixes).
  - ALSA: usb-audio: add mixer mapping for Corsair HS80
    (stable-fixes).
  - ALSA: hda/conexant: fix Z60MR100 startup pop issue
    (stable-fixes).
  - commit 8c25a0a
  - drm/v3d: Enable Performance Counters before clearing them
    (git-fixes).
  - drm/sti: Add __iomem for mixer_dbg_mxn's parameter (git-fixes).
  - dma-fence: Use kernel's sort for merging fences (git-fixes).
  - dma-fence: Fix reference leak on fence merge failure path
    (git-fixes).
  - ASoC: mediatek: mt8188-mt6359: Remove hardcoded dmic codec
    (git-fixes).
  - ASoC: SOF: ipc3-topology: fix resource leaks in
    sof_ipc3_widget_setup_comp_dai() (git-fixes).
  - ALSA: usb-audio: Fix a DMA to stack memory bug (git-fixes).
  - regmap: detach regmap from dev on regmap_exit (git-fixes).
  - spi: mpc52xx: Add cancel_work_sync before module remove
    (git-fixes).
  - mmc: core: Further prevent card detect during shutdown
    (git-fixes).
  - commit 87e627e

------------------------------------------------------------------
------------------  2024-12-6  -  Dec 6 2024  -------------------
------------------------------------------------------------------

++++ fde-tools:

  - Enable build on loongarch64

++++ kernel-default:

  - block, bfq: fix procress reference leakage for bfqq in merge
    chain (bsc#1234280).
  - commit e551f87
  - block, bfq: fix uaf for accessing waker_bfqq after splitting
    (bsc#1234279).
  - commit 82b47d2
  - ext4: allow for the last group to be marked as trimmed
    (bsc#1234278).
  - commit 086b5d2
  - net/mlx5e: kTLS, Fix incorrect page refcounting (CVE-2024-53138
    bsc#1234223).
  - ice: protect XDP configuration with a mutex (CVE-2024-46765
    bsc#1230807).
  - sch/netem: fix use after free in netem_dequeue (CVE-2024-46800
    bsc#1230827).
  - commit c9f3783
  - vp_vdpa: fix id_table array not null terminated error
    (CVE-2024-53110 bsc#1234085).
  - commit ffc9457
  - net/mlx5: fs, lock FTE when checking if active (CVE-2024-53121
    bsc#1234078).
  - mlxsw: spectrum_ipip: Fix memory leak when changing remote
    IPv6 address (CVE-2024-50252 bsc#1233201).
  - commit 06c045b
  - netdevsim: copy addresses for both in and out paths (git-fixes).
  - commit daf115e
  - can: j1939: j1939_session_new(): fix skb reference counting
    (git-fixes).
  - can: mcp251xfd: mcp251xfd_get_tef_len(): work around erratum
    DS80000789E 6 (git-fixes).
  - can: ems_usb: ems_usb_rx_err(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: sun4i_can: sun4i_can_err(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: sja1000: sja1000_err(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: hi311x: hi3110_can_ist(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: ifi_canfd: ifi_canfd_handle_lec_err(): fix {rx,tx}_errors
    statistics (git-fixes).
  - can: m_can: m_can_handle_lec_err(): fix {rx,tx}_errors
    statistics (git-fixes).
  - can: hi311x: hi3110_can_ist(): fix potential use-after-free
    (git-fixes).
  - can: sun4i_can: sun4i_can_err(): call can_change_state()
    even if cf is NULL (git-fixes).
  - can: c_can: c_can_handle_bus_err(): update statistics if skb
    allocation fails (git-fixes).
  - can: dev: can_set_termination(): allow sleeping GPIOs
    (git-fixes).
  - HID: wacom: fix when get product name maybe null pointer
    (git-fixes).
  - watchdog: rti: of: honor timeout-sec property (git-fixes).
  - watchdog: mediatek: Make sure system reset gets asserted in
    mtk_wdt_restart() (git-fixes).
  - watchdog: apple: Actually flush writes after requesting watchdog
    restart (git-fixes).
  - iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call
    (git-fixes).
  - commit 535e699
  - arm64: dts: rockchip: Correct GPIO polarity on brcm BT nodes (git-fixes)
  - commit ed87dba
  - arm64: dts: rockchip: remove num-slots property from (git-fixes)
  - commit cb47197
  - kABI: Restore exported __arm_smccc_sve_check (git-fixes)
  - commit 3817c3a

++++ kernel-rt:

  - block, bfq: fix procress reference leakage for bfqq in merge
    chain (bsc#1234280).
  - commit e551f87
  - block, bfq: fix uaf for accessing waker_bfqq after splitting
    (bsc#1234279).
  - commit 82b47d2
  - ext4: allow for the last group to be marked as trimmed
    (bsc#1234278).
  - commit 086b5d2
  - net/mlx5e: kTLS, Fix incorrect page refcounting (CVE-2024-53138
    bsc#1234223).
  - ice: protect XDP configuration with a mutex (CVE-2024-46765
    bsc#1230807).
  - sch/netem: fix use after free in netem_dequeue (CVE-2024-46800
    bsc#1230827).
  - commit c9f3783
  - vp_vdpa: fix id_table array not null terminated error
    (CVE-2024-53110 bsc#1234085).
  - commit ffc9457
  - net/mlx5: fs, lock FTE when checking if active (CVE-2024-53121
    bsc#1234078).
  - mlxsw: spectrum_ipip: Fix memory leak when changing remote
    IPv6 address (CVE-2024-50252 bsc#1233201).
  - commit 06c045b
  - netdevsim: copy addresses for both in and out paths (git-fixes).
  - commit daf115e
  - can: j1939: j1939_session_new(): fix skb reference counting
    (git-fixes).
  - can: mcp251xfd: mcp251xfd_get_tef_len(): work around erratum
    DS80000789E 6 (git-fixes).
  - can: ems_usb: ems_usb_rx_err(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: sun4i_can: sun4i_can_err(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: sja1000: sja1000_err(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: hi311x: hi3110_can_ist(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: ifi_canfd: ifi_canfd_handle_lec_err(): fix {rx,tx}_errors
    statistics (git-fixes).
  - can: m_can: m_can_handle_lec_err(): fix {rx,tx}_errors
    statistics (git-fixes).
  - can: hi311x: hi3110_can_ist(): fix potential use-after-free
    (git-fixes).
  - can: sun4i_can: sun4i_can_err(): call can_change_state()
    even if cf is NULL (git-fixes).
  - can: c_can: c_can_handle_bus_err(): update statistics if skb
    allocation fails (git-fixes).
  - can: dev: can_set_termination(): allow sleeping GPIOs
    (git-fixes).
  - HID: wacom: fix when get product name maybe null pointer
    (git-fixes).
  - watchdog: rti: of: honor timeout-sec property (git-fixes).
  - watchdog: mediatek: Make sure system reset gets asserted in
    mtk_wdt_restart() (git-fixes).
  - watchdog: apple: Actually flush writes after requesting watchdog
    restart (git-fixes).
  - iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call
    (git-fixes).
  - commit 535e699
  - arm64: dts: rockchip: Correct GPIO polarity on brcm BT nodes (git-fixes)
  - commit ed87dba
  - arm64: dts: rockchip: remove num-slots property from (git-fixes)
  - commit cb47197
  - kABI: Restore exported __arm_smccc_sve_check (git-fixes)
  - commit 3817c3a

++++ kernel-rt_debug:

  - block, bfq: fix procress reference leakage for bfqq in merge
    chain (bsc#1234280).
  - commit e551f87
  - block, bfq: fix uaf for accessing waker_bfqq after splitting
    (bsc#1234279).
  - commit 82b47d2
  - ext4: allow for the last group to be marked as trimmed
    (bsc#1234278).
  - commit 086b5d2
  - net/mlx5e: kTLS, Fix incorrect page refcounting (CVE-2024-53138
    bsc#1234223).
  - ice: protect XDP configuration with a mutex (CVE-2024-46765
    bsc#1230807).
  - sch/netem: fix use after free in netem_dequeue (CVE-2024-46800
    bsc#1230827).
  - commit c9f3783
  - vp_vdpa: fix id_table array not null terminated error
    (CVE-2024-53110 bsc#1234085).
  - commit ffc9457
  - net/mlx5: fs, lock FTE when checking if active (CVE-2024-53121
    bsc#1234078).
  - mlxsw: spectrum_ipip: Fix memory leak when changing remote
    IPv6 address (CVE-2024-50252 bsc#1233201).
  - commit 06c045b
  - netdevsim: copy addresses for both in and out paths (git-fixes).
  - commit daf115e
  - can: j1939: j1939_session_new(): fix skb reference counting
    (git-fixes).
  - can: mcp251xfd: mcp251xfd_get_tef_len(): work around erratum
    DS80000789E 6 (git-fixes).
  - can: ems_usb: ems_usb_rx_err(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: sun4i_can: sun4i_can_err(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: sja1000: sja1000_err(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: hi311x: hi3110_can_ist(): fix {rx,tx}_errors statistics
    (git-fixes).
  - can: ifi_canfd: ifi_canfd_handle_lec_err(): fix {rx,tx}_errors
    statistics (git-fixes).
  - can: m_can: m_can_handle_lec_err(): fix {rx,tx}_errors
    statistics (git-fixes).
  - can: hi311x: hi3110_can_ist(): fix potential use-after-free
    (git-fixes).
  - can: sun4i_can: sun4i_can_err(): call can_change_state()
    even if cf is NULL (git-fixes).
  - can: c_can: c_can_handle_bus_err(): update statistics if skb
    allocation fails (git-fixes).
  - can: dev: can_set_termination(): allow sleeping GPIOs
    (git-fixes).
  - HID: wacom: fix when get product name maybe null pointer
    (git-fixes).
  - watchdog: rti: of: honor timeout-sec property (git-fixes).
  - watchdog: mediatek: Make sure system reset gets asserted in
    mtk_wdt_restart() (git-fixes).
  - watchdog: apple: Actually flush writes after requesting watchdog
    restart (git-fixes).
  - iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call
    (git-fixes).
  - commit 535e699
  - arm64: dts: rockchip: Correct GPIO polarity on brcm BT nodes (git-fixes)
  - commit ed87dba
  - arm64: dts: rockchip: remove num-slots property from (git-fixes)
  - commit cb47197
  - kABI: Restore exported __arm_smccc_sve_check (git-fixes)
  - commit 3817c3a

------------------------------------------------------------------
------------------  2024-12-5  -  Dec 5 2024  -------------------
------------------------------------------------------------------

++++ haproxy:

  - Update to version 2.8.11+git0.01c1056a4:
    VUL-0: CVE-2024-53008: haproxy: HTTP/3 request smuggling via malformed HTTP headers forwarded to a HTTP/1.1 non-compliant back-end server
    (bsc#1233973)
    * [RELEASE] Released version 2.8.11
    * BUG/MINOR: cfgparse-listen: fix option httpslog override warning message
    * BUG/MEDIUM: promex: Wait to have the request before sending the response
    * BUG/MEDIUM: cache/stats: Wait to have the request before sending the response
    * BUG/MEDIUM: queue: implement a flag to check for the dequeuing
    * BUG/MINOR: clock: validate that now_offset still applies to the current date
    * BUG/MINOR: clock: make time jump corrections a bit more accurate
    * BUG/MINOR: polling: fix time reporting when using busy polling
    * BUG/MAJOR: mux-h1: Wake SC to perform 0-copy forwarding in CLOSING state
    * BUG/MEDIUM: pattern: prevent UAF on reused pattern expr
    * BUG/MINOR: pattern: prevent const sample from being tampered in pat_match_beg()
    * BUG/MEDIUM: clock: detect and cover jumps during execution
    * REGTESTS: fix random failures with wrong_ip_port_logging.vtc under load
    * DOC: configuration: place the HAPROXY_HTTP_LOG_FMT example on the correct line
    * BUG/MINOR: pattern: do not leave a leading comma on "set" error messages
    * BUG/MINOR: pattern: pat_ref_set: return 0 if err was found
    * BUG/MINOR: pattern: pat_ref_set: fix UAF reported by coverity
    * BUG/MINOR: stconn: Request to send something to be woken up when the pipe is full
    * BUG/MEDIUM: mux-pt/mux-h1: Release the pipe on connection error on sending path
    * BUG/MEDIUM: clock: also update the date offset on time jumps
    * DOC: config: correct the table for option tcplog
    * BUG/MINOR: h3: properly reject too long header responses
    * BUG/MINOR: proto_uxst: delete fd from fdtab if listen() fails
    * BUG/MINOR: mux-quic: do not send too big MAX_STREAMS ID
    * REGTESTS: mcli: test the pipelined commands on master CLI
    * BUG/MEDIUM: mworker/cli: fix pipelined modes on master CLI
    * MINOR: channel: implement ci_insert() function
    * BUG/MINOR: proto_tcp: keep error msg if listen() fails
    * BUG/MINOR: proto_tcp: delete fd from fdtab if listen() fails
    * BUG/MINOR: quic/trace: make quic_conn_enc_level_init() emit NEW not CLOSE
    * BUG/MINOR: trace/quic: make "qconn" selectable as a lockon criterion
    * BUG/MINOR: trace: automatically start in waiting mode with "start <evt>"
    * BUG/MEDIUM: trace: fix null deref in lockon mechanism since TRACE_ENABLED()
    * BUG/MINOR: trace/quic: permit to lock on frontend/connect/session etc
    * BUG/MINOR: trace/quic: enable conn/session pointer recovery from quic_conn
    * BUG/MINOR: fcgi-app: handle a possible strdup() failure
    * BUG/MEDIUM: mux-h2: Propagate term flags to SE on error in h2s_wake_one_stream
    * BUG/MEDIUM: h2: Only report early HTX EOM for tunneled streams
    * BUG/MEDIUM: http-ana: Report error on write error waiting for the response
    * BUG/MEDIUM: quic: prevent conn freeze on 0RTT undeciphered content
    * BUG/MEDIUM: stconn: Report error on SC on send if a previous SE error was set
    * BUG/MEDIUM: mux-h1: Properly handle empty message when an error is triggered
    * BUG/MEDIUM: cli: Always release back endpoint between two commands on the mcli
    * BUG/MEDIUM: stream: Prevent mux upgrades if client connection is no longer ready
    * BUG/MEDIUM: init: fix fd_hard_limit default in compute_ideal_maxconn
    * MEDIUM: init: set default for fd_hard_limit via DEFAULT_MAXFD (take #2)
    * BUG/MEDIUM: queue: deal with a rare TOCTOU in assign_server_and_queue()
    * MINOR: queue: add a function to check for TOCTOU after queueing
    * BUG/MEDIUM: jwt: Clear SSL error queue on error when checking the signature
    * BUG/MINOR: quic: Lack of precision when computing K (cubic only cc)
    * BUG/MINOR: cli: Atomically inc the global request counter between CLI commands
    * BUG/MINOR: server: Don't warn fallback IP is used during init-addr resolution
    * BUG/MINOR: stick-table: fix crash for src_inc_gpc() without stkcounter
    * DOC: config: improve the http-keep-alive section
    * DOC: configuration: issuers-chain-path not compatible with OCSP
    * BUG/MEDIUM: ssl_sock: fix deadlock in ssl_sock_load_ocsp() on error path
    * BUG/MEDIUM: debug/cli: fix "show threads" crashing with low thread counts
    * BUG/MINOR: session: Eval L4/L5 rules defined in the default section
    * BUG/MEDIUM: bwlim: Be sure to never set the analyze expiration date in past
    * BUG/MEDIUM: spoe: Be sure to create a SPOE applet if none on the current thread
    * BUG/MEDIUM: h1: Reject empty Transfer-encoding header
    * BUG/MINOR: h1: Reject empty coding name as last transfer-encoding value
    * BUG/MINOR: h1: Fail to parse empty transfer coding names
    * BUG/MINOR: jwt: fix variable initialisation
    * DOC: configuration: update maxconn description
    * BUG/MINOR: jwt: don't try to load files with HMAC algorithm
    * MEDIUM: ssl: initialize the SSL stack explicitely
    * DOC: configuration: more details about the master-worker mode
    * BUG/MEDIUM: quic: fix possible exit from qc_check_dcid() without unlocking
    * BUG/MINOR: quic: fix race-condition on trace for CID retrieval
    * BUG/MINOR: quic: fix race condition in qc_check_dcid()
    * BUG/MEDIUM: quic: fix race-condition in quic_get_cid_tid()
    * BUG/MEDIUM: h3: ensure the ":scheme" pseudo header is totally valid
    * BUG/MEDIUM: h3: ensure the ":method" pseudo header is totally valid
    * MINOR: activity: make the memory profiling hash size configurable at build time
    * BUG/MINOR: hlua: report proper context upon error in hlua_cli_io_handler_fct()
    * BUG/MINOR: quic: fix BUG_ON() on Tx pkt alloc failure
    * BUG/MINOR: mux-quic: fix crash on qcs SD alloc failure
    * BUG/MINOR: h3: fix crash on STOP_SENDING receive after GOAWAY emission
    * DOC: api/event_hdl: small updates, fix an example and add some precisions
    * SCRIPTS: git-show-backports: do not truncate git-show output
    * DOC: configuration: fix alphabetical order of bind options
    * DOC: management: rename show stats domain cli "dns" to "resolvers"
    * DOC/MINOR: management: add missed -dR and -dv options
    * BUG/MINOR: proxy: fix header_unique_id leak on deinit()
    * BUG/MINOR: proxy: fix source interface and usesrc leaks on deinit()
    * BUG/MINOR: proxy: fix dyncookie_key leak on deinit()
    * BUG/MINOR: proxy: fix check_{command,path} leak on deinit()
    * BUG/MINOR: proxy: fix log_tag leak on deinit()
    * BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit()
    * BUG/MINOR: quic: fix computed length of emitted STREAM frames
    * [RELEASE] Released version 2.8.10
    * BUG/MEDIUM: quic: don't blindly rely on unaligned accesses
    * BUG/MAJOR: connection: fix server used_conns with H2 + reuse safe
    * BUG/MEDIUM: http_ana: ignore NTLM for reuse aggressive/always and no H1
    * BUG/MAJOR: server: do not delete srv referenced by session
    * MINOR: session: rename private conns elements
    * BUG/MEDIUM: quic: fix connection freeze on post handshake
    * BUG/MEDIUM: server: fix dynamic servers initial settings
    * BUG/MEDIUM: ssl: wrong priority whem limiting ECDSA ciphers in ECDSA+RSA configuration
    * CLEANUP: hlua: simplify ambiguous lua_insert() usage in hlua_ctx_resume()
    * BUG/MINOR: hlua: fix leak in hlua_ckch_set() error path
    * BUG/MINOR: hlua: prevent LJMP in hlua_traceback()
    * BUG/MINOR: hlua: fix unsafe hlua_pusherror() usage
    * BUG/MINOR: hlua: don't use lua_pushfstring() when we don't expect LJMP
    * CLEANUP: hlua: use hlua_pusherror() where relevant
    * BUG/MINOR: quic: prevent crash on qc_kill_conn()
    * BUG/MINOR: hlua: use CertCache.set() from various hlua contexts
    * BUG/MINOR: tools: fix possible null-deref in env_expand() on out-of-memory
    * BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser
    * BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning
    * BUG/MINOR: activity: fix Delta_calls and Delta_bytes count
    * BUG/MINOR: ssl/ocsp: init callback func ptr as NULL
    * CLEANUP: ssl/ocsp: readable ifdef in ssl_sock_load_ocsp
    * BUILD: fd: errno is also needed without poll()
    * CI: scripts: fix build of vtest regarding option -C
    * REGTESTS: acl_cli_spaces: avoid a warning caused by undefined logs
    * DOC: config: fix incorrect section reference about custom log format
    * DOC: quic: specify that connection migration is not supported
    * BUG/MINOR: server: Don't reset resolver options on a new default-server line
    * BUG/MINOR: http-htx: Support default path during scheme based normalization
    * BUG/MINOR: quic: adjust restriction for stateless reset emission
    * MEDIUM: config: prevent communication with privileged ports
    * BUILD: quic: fix unused variable warning when threads are disabled
    * BUG/MEDIUM: mux-quic: Create sedesc in same time of the QUIC stream
    * BUG/MEDIUM: quic_tls: prevent LibreSSL < 4.0 from negotiating CHACHA20_POLY1305
    * BUG/MAJOR: quic: Crash with TLS_AES_128_CCM_SHA256 (libressl only)
    * BUG/MINOR: connection: parse PROXY TLV for LOCAL mode
    * DOC: configuration: update the crt-list documentation
    * CLEANUP: ssl/cli: remove unused code in dump_crtlist_conf
    * BUG/MINOR: stats: Don't state the 303 redirect response is chunked
    * BUG/MINOR: htpp-ana/stats: Specify that HTX redirect messages have a C-L header
    * BUG/MEDIUM: fd: prevent memory waste in fdtab array
    * BUILD: stick-tables: better mark the stktable_data as 32-bit aligned
    * BUG/MEDIUM: h1: Reject CONNECT request if the target has a scheme
    * BUG/MINOR: h1: Check authority for non-CONNECT methods only if a scheme is found
    * BUG/MEDIUM: stick-tables: properly mark stktable_data as packed
    * BUG/MEDIUM: htx: mark htx_sl as packed since it may be realigned
    * BUG/MINOR: qpack: fix error code reported on QPACK decoding failure
    * BUG/MINOR: mux-quic: fix error code on shutdown for non HTTP/3
    * BUG/MINOR: log: smp_rgs array issues with inherited global log directives
    * BUG/MINOR: log: keep the ref in dup_logger()
    * MINOR: log: add dup_logsrv() helper function
    * DOC: lua: fix filters.txt file location
    * BUG/MINOR: haproxy: only tid 0 must not sleep if got signal
    * BUILD: clock: improve check for pthread_getcpuclockid()
    * BUG/MINOR: mworker: reintroduce way to disable seamless reload with -x /dev/null
    * BUG/MINOR: h1: fix detection of upper bytes in the URI
    * BUG/MINOR: backend: use cum_sess counters instead of cum_conn
    * BUG/MINOR: fd: my_closefrom() on Linux could skip contiguous series of sockets
    * BUG/MINOR: sock: handle a weird condition with connect()
    * BUG/MINOR: stconn: Fix sc_mux_strm() return value
    * BUG/MEDIUM: cache: Vary not working properly on anything other than accept-encoding
    * BUG/MINOR: server: fix slowstart behavior
    * BUG/MEDIUM: peers: Fix exit condition when max-updates-at-once is reached
    * BUG/MEDIUM: spoe: Always retry when an applet fails to send a frame
    * BUG/MEDIUM: applet: Fix applet API to put input data in a buffer
    * BUG/MEDIUM: evports: do not clear returned events list on signal
    * BUG/MEDIUM: stconn: Don't forward channel data if input data must be filtered
    * BUG/MEDIUM: grpc: Fix several unaligned 32/64 bits accesses
    * MINOR: net_helper: Add support for floats/doubles.
    * CI: revert kernel addr randomization introduced in 3a0fc864
    * BUG/MEDIUM: peers/trace: fix crash when listing event types
    * BUG/MINOR: debug: make sure DEBUG_STRICT=0 does work as documented
    * BUG/MINOR: http-ana: Fix TX_L7_RETRY and TX_D_L7_RETRY values
    * BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for fressh server connection
    * CLEANUP: log: lf_text_len() returns a pointer not an integer
    * BUG/MINOR: log: invalid snprintf() usage in sess_build_logline()
    * BUG/MINOR: tools/log: invalid encode_{chunk,string} usage
    * BUG/MINOR: log: fix lf_text_len() truncate inconsistency
    * BUG/MINOR: listener: always assign distinct IDs to shards
    * BUG/MINOR: cli: Report an error to user if command or payload is too big
    * [RELEASE] Released version 2.8.9
    * BUILD: proxy: Replace free_logformat_list() to manually release log-format
    * [RELEASE] Released version 2.8.8
    * BUG/MINOR: proxy: fix logformat expression leak in use_backend rules
    * BUG/MINOR: backend: properly handle redispatch 0
    * BUG/MINOR: server: ignore 'enabled' for dynamic servers
    * BUG/MEDIUM: cli: Warn if pipelined commands are delimited by a \n
    * MINOR: cli: Remove useless loop on commands to find unescaped semi-colon
    * MINOR: server: allow cookie for dynamic servers
    * BUG/MINOR: server: fix persistence cookie for dynamic servers
    * BUG/MINOR: ssl: Detect more 'ocsp-update' incompatibilities
    * BUG/MINOR: ssl: Wrong ocsp-update "incompatibility" error message
    * BUG/MINOR: server: 'source' interface ignored from 'default-server' directive
    * OPTIM: http_ext: avoid useless copy in http_7239_extract_{ipv4,ipv6}
    * BUG/MEDIUM: mux-fcgi: Properly handle EOM flag on end-of-trailers HTX block
    * BUG/MINOR: mux-quic: close all QCS before freeing QCC tasklet
    * BUG/MEDIUM: ssl: Fix crash in ocsp-update log function
    * BUG/MINOR: session: ensure conn owner is set after insert into session
    * BUG/MEDIUM: spoe: Return an invalid frame on recv if size is too small
    * CI: temporarily adjust kernel entropy to work with ASAN/clang
    * BUG/MINOR: spoe: Be sure to be able to quickly close IDLE applets on soft-stop
    * BUG/MEDIUM: spoe: Don't rely on stream's expiration to detect processing timeout
    * BUG/MINOR: listener: Don't schedule frontend without task in listener_release()
    * BUG/MINOR: listener: Wake proxy's mngmt task up if necessary on session release
    * BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread (2nd try)
    * MINOR: hlua: use accessors for stream hlua ctx
    * DEBUG: lua: precisely identify if stream is stuck inside lua or not
    * BUG/MINOR: hlua: fix missing lock in hlua_filter_delete()
    * BUG/MINOR: hlua: missing lock in hlua_filter_new()
    * BUG/MINOR: hlua: segfault when loading the same filter from different contexts
    * BUG/MINOR: ssl: fix possible ctx memory leak in sample_conv_aes_gcm()
    * DOC: configuration: clarify ciphersuites usage (V2)
    * BUILD: solaris: fix compilation errors
    * BUG/MINOR: cfgparse: report proper location for log-format-sd errors
    * BUG/MINOR: ssl/cli: typo in new ssl crl-file CLI description
    * CI: skip scheduled builds on forks
    * BUG/MINOR: sink: fix a race condition in the TCP log forwarding code
    * BUG/MINOR: hlua: don't call ha_alert() in hlua_event_subscribe()
    * BUG/MAJOR: hlua: improper lock usage with hlua_ctx_resume()
    * BUG/MEDIUM: hlua: improper lock usage with SET_SAFE_LJMP()
    * BUG/MINOR: hlua: improper lock usage in hlua_filter_new()
    * BUG/MINOR: hlua: improper lock usage in hlua_filter_callback()
    * BUG/MINOR: hlua: fix possible crash in hlua_filter_new() under load
    * BUG/MINOR: hlua: don't use lua_tostring() from unprotected contexts
    * BUG/MINOR: hlua: fix unsafe lua_tostring() usage with empty stack
    * BUG/MINOR: tools: seed the statistical PRNG slightly better
    * MINOR: hlua: Be able to disable logging from lua
    * BUG/MINOR: hlua: Fix log level to the right value when set via TXN:set_loglevel
    * BUG/MINOR: config/quic: Alert about PROXY protocol use on a QUIC listener
    * DOC: configuration: clarify ciphersuites usage
    * LICENSE: http_ext: fix GPL license version
    * LICENSE: event_hdl: fix GPL license version
    * BUG/MINOR: ssl/cli: duplicate cleaning code in cli_parse_del_crtlist
    * BUG/MINOR: ist: only store NUL byte on succeeded alloc
    * BUG/MINOR: quic: fix output of show quic
    * BUG/MAJOR: server: fix stream crash due to deleted server
    * BUG/MINOR: stats: drop srv refcount on early release
    * BUG/MINOR: ist: allocate nul byte on istdup
    * MINOR: quic: warn on bind on multiple addresses if no IP_PKTINFO support
    * DOC: quic: fix recommandation for bind on multiple address
    * BUG/MEDIUM: quic: fix transient send error with listener socket
    * BUG/MEDIUM: hlua: Don't loop if a lua socket does not consume received data
    * BUG/MEDIUM: hlua: Be able to garbage collect uninitialized lua sockets
    * BUG/MEDIUM: applet: Immediately free appctx on early error
    * DOC: quic: Missing tuning setting in "Global parameters"
    * BUG/MINOR: qpack: reject invalid dynamic table capacity
    * BUG/MINOR: qpack: reject invalid increment count decoding
    * BUG/MINOR: quic: reject HANDSHAKE_DONE as server
    * BUG/MINOR: quic: reject unknown frame type
    * BUG/MAJOR: promex: fix crash on deleted server
    * MINOR: connection: add sample fetches to report per-connection glitches
    * MINOR: mux-h2: implement MUX_CTL_GET_GLITCHES
    * MINOR: connection: add a new mux_ctl to report number of connection glitches
    * MEDIUM: mux-h2: allow to set the glitches threshold to kill a connection
    * MINOR: mux-h2: always use h2c_report_glitch()
    * MINOR: mux-h2: count late reduction of INITIAL_WINDOW_SIZE as a glitch
    * MINOR: mux-h2: count excess of CONTINUATION frames as a glitch
    * BUG/MINOR: mux-h2: count rejected DATA frames against the connection's flow control
    * MINOR: mux-h2: add a counter of "glitches" on a connection
    * [RELEASE] Released version 2.8.7
    * BUG/MAJOR: ssl/ocsp: crash with ocsp when old process exit or using ocsp CLI
    * [RELEASE] Released version 2.8.6
    * DEV: makefile: fix POSIX compatibility for "range" target
    * DEV: makefile: add a new "range" target to iteratively build all commits
    * CI: Update to actions/cache@v4
    * DOC: internal: update missing data types in peers-v2.0.txt
    * DOC: install: recommend pcre2
    * DOC: httpclient: add dedicated httpclient section
    * DOC: configuration: clarify http-request wait-for-body
    * BUILD: address a few remaining calloc(size, n) cases
    * BUG/MINOR: ext-check: cannot use without preserve-env
    * MINOR: ext-check: add an option to preserve environment variables
    * BUG/MINOR: diag: run the final diags before quitting when using -c
    * BUG/MINOR: diag: always show the version before dumping a diag warning
    * MINOR: errors: ha_alert() and ha_warning() uses warn_exec_path()
    * MINOR: quic: Add a counter for reordered packets
    * MINOR: quic: Dynamic packet reordering threshold
    * MINOR: quic: Update K CUBIC calculation (RFC 9438)
    * BUG/MEDIUM: quic: Wrong K CUBIC calculation.
    * MINOR: quic: Stop using 1024th of a second.
    * BUG/MINOR: quic: fix possible integer wrap around in cubic window calculation
    * CLEANUP: quic: Code clarifications for QUIC CUBIC (RFC 9438)
    * BUG/MINOR: quic: Wrong ack ranges handling when reaching the limit.
    * BUG/MEDIUM: quic: fix crash on invalid qc_stream_buf_free() BUG_ON
    * BUG/MEDIUM: qpack: allow 6xx..9xx status codes
    * BUG/MEDIUM: h3: do not crash on invalid response status code
    * MINOR: h3: add traces for stream sending function
    * BUG/MEDIUM: quic: remove unsent data from qc_stream_desc buf
    * MINOR: quic: extract qc_stream_buf free in a dedicated function
    * MINOR: quic: Stop hardcoding a scale shifting value (CUBIC_BETA_SCALE_FACTOR_SHIFT)
    * CLEANUP: quic: Remove unused CUBIC_BETA_SCALE_FACTOR_SHIFT macro.
    * BUG/MEDIUM: mux-quic: report early error on stream
    * BUG/MINOR: h3: fix checking on NULL Tx buffer
    * BUG/MEDIUM: ssl: Fix crash when calling "update ssl ocsp-response" when an update is ongoing
    * REGTESTS: ssl: Add OCSP related tests
    * REGTESTS: ssl: Fix empty line in cli command input
    * BUG/MINOR: ssl: Reenable ocsp auto-update after an "add ssl crt-list"
    * BUG/MINOR: ssl: Destroy ckch instances before the store during deinit
    * BUG/MEDIUM: ocsp: Separate refcount per instance and per store
    * MINOR: ssl: Use OCSP_CERTID instead of ckch_store in ckch_store_build_certid
    * BUG/MINOR: ssl: Clear the ckch instance when deleting a crt-list line
    * BUG/MINOR: ssl: Duplicate ocsp update mode when dup'ing ckch
    * BUG/MINOR: ssl: Fix error message after ssl_sock_load_ocsp call
    * BUG/MAJOR: ssl_sock: Always clear retry flags in read/write functions
    * BUG/MEDIUM: h1: always reject the NUL character in header values
    * BUG/MINOR: h1-htx: properly initialize the err_pos field
    * BUG/MEDIUM: h1: Don't support LF only to mark the end of a chunk size
    * BUG/MINOR: h1: Don't support LF only at the end of chunks
    * BUG/MEDIUM: stconn: Don't check pending shutdown to wake an applet up
    * BUG/MEDIUM: stconn: Allow expiration update when READ/WRITE event is pending
    * BUG/MEDIUM: pool: fix rare risk of deadlock in pool_flush()
    * BUG/MINOR: jwt: fix jwt_verify crash on 32-bit archs
    * BUG/MEDIUM: cli: fix once for all the problem of missing trailing LFs
    * BUG/MINOR: vars/cli: fix missing LF after "get var" output
    * BUG/MEDIUM: cli: some err/warn msg dumps add LR into CSV output on stat's CLI
    * REGTESTS: add a test to ensure map-ordering is preserved
    * MINOR: mux-h2/traces: add a missing trace on connection WU with negative inc
    * BUG/MEDIUM: mux-h2: refine connection vs stream error on headers
    * MINOR: mux-h2/traces: clarify the "rejected H2 request" event
    * MINOR: mux-h2/traces: explicitly show the error/refused stream states
    * MINOR: mux-h2/traces: also suggest invalid header upon parsing error
    * MINOR: debug: make BUG_ON() catch build errors even without DEBUG_STRICT
    * MINOR: debug: make ABORT_NOW() store the caller's line number when using abort
    * MINOR: debug: make sure calls to ha_crash_now() are never merged
    * MINOR: compiler: add a new DO_NOT_FOLD() macro to prevent code folding
    * BUG/MEDIUM: quic: keylog callback not called (USE_OPENSSL_COMPAT)
    * BUG/MINOR: mux-h2: also count streams for refused ones
    * BUG/MINOR: mux-quic: do not prevent non-STREAM sending on flow control
    * DOC: configuration: corrected description of keyword tune.ssl.ocsp-update.mindelay
    * MINOR: mux-h2: support limiting the total number of H2 streams per connection
    * BUG/MEDIUM: spoe: Never create new spoe applet if there is no server up
    * BUG/MEDIUM: stconn: Forward shutdown on write timeout only if it is forwardable
    * BUG/MEDIUM: h3: fix incorrect snd_buf return value
    * CLEANUP: quic: Remaining useless code into server part
    * BUG/MINOR: h3: close connection on sending alloc errors
    * BUG/MINOR: h3: properly handle alloc failure on finalize
    * BUG/MINOR: h3: close connection on header list too big
    * MINOR: h3: check connection error during sending
    * BUG/MINOR: quic: Missing call to TLS message callbacks
    * BUG/MINOR: quic: Wrong keylog callback setting.
    * BUG/MINOR: mux-quic: always report error to SC on RESET_STREAM emission
    * BUG/MEDIUM: stats: unhandled switching rules with TCP frontend
    * MINOR: stats: store the parent proxy in stats ctx (http)
    * DOC: config: Update documentation about local haproxy response
    * BUG/MINOR: resolvers: default resolvers fails when network not configured
    * BUG/MEDIUM: mux-h2: Report too large HEADERS frame only when rxbuf is empty
    * BUG/MEDIUM: quic: QUIC CID removed from tree without locking
    * BUG/MEDIUM: quic: Possible buffer overflow when building TLS records
    * BUG/MINOR: mworker/cli: fix set severity-output support
    * DOC: configuration: typo req.ssl_hello_type
    * [RELEASE] Released version 2.8.5
    * BUG/MEDIUM: proxy: always initialize the default settings after init
    * BUG/MINOR: lua: Wrong OCSP CID after modifying an SSL certficate (LUA)
    * BUG/MINOR: ssl: Wrong OCSP CID after modifying an SSL certficate
    * MINOR: ssl/cli: Add ha_(warning|alert) msgs to CLI ckch callback
    * BUG/MINOR: ssl: Double free of OCSP Certificate ID
    * BUG/MINOR: quic: Packet number spaces too lately initialized
    * BUG/MINOR: quic: Missing QUIC connection path member initialization
    * BUG/MINOR: quic: Possible leak of TX packets under heavy load
    * BUG/MEDIUM: quic: Possible crash during retransmissions and heavy load
    * BUG/MINOR: cache: Remove incomplete entries from the cache when stream is closed
    * BUG/MEDIUM: peers: fix partial message decoding
    * DOC: Clarify the differences between field() and word()
    * BUG/MINOR: sample: Make the `word` converter compatible with `-m found`
    * REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter
    * DOC: config: fix monitor-fail typo
    * DOC: config: add matrix entry for "max-session-srv-conns"
    * DOC: config: specify supported sections for "max-session-srv-conns"
    * BUG/MINOR: cfgparse-listen: fix warning being reported as an alert
    * BUG/MINOR: config: Stopped parsing upon unmatched environment variables
    * BUG/MINOR: quic_tp: fix preferred_address decoding
    * DOC: config: fix missing characters in set-spoe-group action
    * BUG/MINOR: h3: always reject PUSH_PROMISE
    * BUG/MINOR: h3: fix TRAILERS encoding
    * BUG/MEDIUM: master/cli: Properly pin the master CLI on thread 1 / group 1
    * BUG/MINOR: compression: possible NULL dereferences in comp_prepare_compress_request()
    * BUG/MINOR: quic: fix CONNECTION_CLOSE_APP encoding
    * DOC: lua: fix Proxy.get_mode() output
    * DOC: lua: add sticktable class reference from Proxy.stktable
    * REGTESTS: connection: disable http_reuse_be_transparent.vtc if !TPROXY
    * DOC: config: fix timeout check inheritance restrictions
    * DOC: 51d: updated 51Degrees repo URL for v3.2.10
    * BUG/MINOR: server: do not leak default-server in defaults sections
    * BUG/MINOR: quic: Possible RX packet memory leak under heavy load
    * BUG/MEDIUM: quic: Possible crash for connections to be killed
    * BUG/MINOR: sock: mark abns sockets as non-suspendable and always unbind them
    * BUG/MINOR: startup: set GTUNE_SOCKET_TRANSFER correctly
    * REGTESTS: http: add a test to validate chunked responses delivery
    * BUG/MINOR: proxy/stktable: missing frees on proxy cleanup
    * MINOR: stktable: add stktable_deinit function
    * BUG/MINOR: stream/cli: report correct stream age in "show sess"
    * BUG/MEDIUM: mux-fcgi: fail earlier on malloc in takeover()
    * BUG/MEDIUM: mux-h1: fail earlier on malloc in takeover()
    * BUG/MEDIUM: mux-h2: fail earlier on malloc in takeover()
    * BUG/MAJOR: quic: complete thread migration before tcp-rules
    * [RELEASE] Released version 2.8.4
    * BUG/MINOR: stconn: Report read activity on non-indep streams for partial sends
    * BUG/MINOR: stconn/applet: Report send activity only if there was output data
    * BUG/MINOR: stconn: Use HTX-aware channel's functions to get info on buffer
    * BUG/MINOR: stconn: Fix streamer detection for HTX streams
    * MINOR: channel: Add functions to get info on buffers and deal with HTX streams
    * MINOR: htx: Use a macro for overhead induced by HTX
    * BUG/MEDIUM: stconn: Update fsb date on partial sends
    * BUG/MEDIUM: stream: Don't call mux .ctl() callback if not implemented
    * BUG/MEDIUM: mworker: set the master variable earlier
    * BUG/MEDIUM: applet: Report a send activity everytime data were sent
    * BUG/MEDIUM: stconn: Report a send activity everytime data were sent
    * REGTESTS: http: Improve script testing abortonclose option
    * BUG/MEDIUM: stream: Properly handle abortonclose when set on backend only
    * MEDIUM: mux-h1: Handle MUX_SUBS_RECV flag in h1_ctl() and susbscribe for reads
    * MINOR: connection: Add a CTL flag to notify mux it should wait for reads again
    * BUG/MINOR: stconn: Handle abortonclose if backend connection was already set up
    * BUG/MEDIUM: connection: report connection errors even when no mux is installed
    * DOC: quic: Wrong syntax for "quic-cc-algo" keyword.
    * BUG/MINOR: sink: don't learn srv port from srv addr
    * BUG/MEDIUM: applet: Remove appctx from buffer wait list on release
    * DOC: config: use the word 'backend' instead of 'proxy' in 'track' description
    * BUG/MINOR: quic: fix retry token check inconsistency
    * DOC: management: -q is quiet all the time
    * BUG/MEDIUM: stconn: Don't update stream expiration date if already expired
    * BUG/MEDIUM: quic: Avoid some crashes upon TX packet allocation failures
    * BUG/MEDIUM: quic: Possible crashes when sending too short Initial packets
    * BUG/MEDIUM: quic: Avoid trying to send ACK frames from an empty ack ranges tree
    * BUG/MINOR: quic: idle timer task requeued in the past
    * BUG/MEDIUM: pool: fix releasable pool calculation when overloaded
    * BUG/MEDIUM: freq-ctr: Don't report overshoot for long inactivity period
    * BUG/MINOR: mux-h1: Properly handle http-request and http-keep-alive timeouts
    * BUG/MINOR: stick-table/cli: Check for invalid ipv4 key
    * BUG/MEDIUM: quic: fix sslconns on quic_conn alloc failure
    * BUG/MEDIUM: quic: fix actconn on quic_conn alloc failure
    * CLEANUP: htx: Properly indent htx_reserve_max_data() function
    * BUG/MINOR: stconn: Sanitize report for read activity
    * BUG/MEDIUM: Don't apply a max value on room_needed in sc_need_room()
    * BUG/MEDIUM: stconn: Don't report rcv/snd expiration date if SC cannot epxire
    * BUG/MEDIUM: pattern: don't trim pools under lock in pat_ref_purge_range()
    * BUG/MINOR: cfgparse/stktable: fix error message on stktable_init() failure
    * BUG/MINOR: stktable: missing free in parse_stick_table()
    * BUG/MINOR: tcpcheck: Report hexstring instead of binary one on check failure
    * BUG/MEDIUM: ssl: segfault when cipher is NULL
    * BUG/MINOR: mux-quic: fix early close if unset client timeout
    * BUG/MINOR: ssl: suboptimal certificate selection with TLSv1.3 and dual ECDSA/RSA
    * MEDIUM: quic: count quic_conn for global sslconns
    * MEDIUM: quic: count quic_conn instance for maxconn
    * MINOR: frontend: implement a dedicated actconn increment function
    * BUG/MINOR: ssl: use a thread-safe sslconns increment
    * BUG/MINOR: quic: do not consider idle timeout on CLOSING state
    * BUG/MEDIUM: server: "proto" not working for dynamic servers
    * MINOR: connection: add conn_pr_mode_to_proto_mode() helper func
    * DEBUG: mux-h2/flags: fix list of h2c flags used by the flags decoder
    * MINOR: lua: Add flags to configure logging behaviour
    * BUG/MINOR: ssl: load correctly @system-ca when ca-base is define
    * DOC: internal: filters: fix reference to entities.pdf
    * BUG/MINOR: mux-h2: update tracked counters with req cnt/req err
    * BUG/MINOR: mux-h2: commit the current stream ID even on reject
    * BUG/MEDIUM: peers: Fix synchro for huge number of tables
    * BUG/MEDIUM: peers: Be sure to always refresh recconnect timer in sync task
    * BUG/MINOR: trace: fix trace parser error reporting
    * BUG/MINOR: mux-h2: fix http-request and http-keep-alive timeouts again
    * BUG/MEDIUM: mux-h2: Don't report an error on shutr if a shutw is pending
    * BUG/MINOR: mux-h2: make up other blocked streams upon removal from list
    * BUG/MINOR: mux-h1: Send a 400-bad-request on shutdown before the first request
    * BUG/MEDIUM: quic-conn: free unsent frames on retransmit to prevent crash
    * BUG/MINOR: mux-quic: fix free on qcs-new fail alloc
    * BUG/MINOR: h3: strengthen host/authority header parsing
    * BUG/MINOR: mux-quic: support initial 0 max-stream-data
    * BUG/MEDIUM: mux-quic: fix RESET_STREAM on send-only stream
    * BUG/MINOR: quic: reject packet with no frame
    * BUG/MINOR: quic: Avoid crashing with unsupported cryptographic algos
    * BUG/MEDIUM: stconn: Fix comparison sign in sc_need_room()
    * BUG/MINOR: hq-interop: simplify parser requirement
    * BUG/MEDIUM: h1: Ignore C-L value in the H1 parser if T-E is also set
    * BUG/MINOR: mux-h1: Ignore C-L when sending H1 messages if T-E is also set
    * BUG/MINOR: mux-h1: Handle read0 in rcv_pipe() only when data receipt was tried
    * BUG/MEDIUM: hlua: Initialize appctx used by a lua socket on connect only
    * MINOR: hlua: Test the hlua struct first when the lua socket is connecting
    * MINOR: hlua: Save the lua socket's server in its context
    * MINOR: hlua: Save the lua socket's timeout in its context
    * MINOR: hlua: Don't preform operations on a not connected socket
    * MINOR: hlua: Set context's appctx when the lua socket is created
    * BUG/MEDIUM: http-ana: Try to handle response before handling server abort
    * BUG/MEDIUM: quic_conn: let the scheduler kill the task when needed
    * BUG/MEDIUM: actions: always apply a longest match on prefix lookup
    * BUG/MINOR: mux-quic: remove full demux flag on ncbuf release
    * BUG/MEDIUM: server/cli: don't delete a dynamic server that has streams
    * MINOR: pattern: fix pat_{parse,match}_ip() function comments
    * BUG/MINOR: server: add missing free for server->rdr_pfx
    * BUG/MAJOR: mux-h2: Report a protocol error for any DATA frame before headers
    * BUG/MINOR: freq_ctr: fix possible negative rate with the scaled API
    * BUG/MEDIUM: master/cli: Pin the master CLI on the first thread of the group 1
    * BUG/MINOR: promex: fix backend_agg_check_status
    * BUG/MEDIUM: mux-fcgi: Don't swap trash and dbuf when handling STDERR records
    * BUG/MINOR: hlua/init: coroutine may not resume itself
    * BUG/MEDIUM: hlua: don't pass stale nargs argument to lua_resume()
    * CI: musl: drop shopt in workflow invocation
    * CI: musl: highlight section if there are coredumps
    * Revert "BUG/MEDIUM: quic: missing check of dcid for init pkt including a token"
    * BUG/MEDIUM: hlua: streams don't support mixing lua-load with lua-load-per-thread
    * MINOR: hlua: add hlua_stream_ctx_prepare helper function
    * BUILD: quic: fix build on centos 8 and USE_QUIC_OPENSSL_COMPAT
    * BUG/MINOR: quic: ssl_quic_initial_ctx() uses error count not error code
    * BUG/MINOR: quic: allow-0rtt warning must only be emitted with quic bind
    * BUILD: Makefile: add USE_QUIC_OPENSSL_COMPAT to make help
    * MINOR: quic+openssl_compat: Emit an alert for "allow-0rtt" option
    * MINOR: quic+openssl_compat: Do not start without "limited-quic"
    * MINOR: quic: Warning for OpenSSL wrapper QUIC bindings without "limited-quic"
    * BUG/MINOR: quic+openssl_compat: Non initialized TLS encryption levels
    * DOC: quic: Add "limited-quic" new tuning setting
    * MINOR: quic: Add "limited-quic" new tuning setting
    * MINOR: quic: SSL context initialization with QUIC OpenSSL wrapper.
    * MINOR: quic: Add a quic_openssl_compat struct to quic_conn struct
    * MINOR: quic: Call the keylog callback for QUIC openssl wrapper from SSL_CTX_keylog()
    * MINOR: quic: Initialize TLS contexts for QUIC openssl wrapper
    * MINOR: quic: Export some KDF functions (QUIC-TLS)
    * MINOR: quic: Add a compilation option for the QUIC OpenSSL wrapper
    * MINOR: quic: Do not enable 0RTT with SSL_set_quic_early_data_enabled()
    * MINOR: quic: Set the QUIC connection as extra data before calling SSL_set_quic_method()
    * MINOR: quic: Do not enable O-RTT with USE_QUIC_OPENSSL_COMPAT
    * MINOR: quic: Include QUIC opensssl wrapper header from TLS stacks compatibility header
    * MINOR: quic: QUIC openssl wrapper implementation
    * BUG/MINOR: quic: Wrong cluster secret initialization
    * BUG/MINOR: quic: Leak of frames to send.
    * BUILD: bug: make BUG_ON() void to avoid a rare warning

++++ kernel-default:

  - drm/i915/hdcp: Add encoder check in intel_hdcp_get_capability (CVE-2024-53051 bsc#1233547)
  - commit 5262489
  - mctp i2c: handle NULL header address (CVE-2024-53043 bsc#1233523)
  - commit 5a81634
  - wifi: iwlwifi: mvm: fix 6 GHz scan construction (CVE-2024-53055 bsc#1233550)
  - commit c2d5beb
  - drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy() (CVE-2024-53056 bsc#1233568)
  - commit 95cef70
  - Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test (bsc#1230557)
  - commit 9ca14b5
  - Bluetooth: btnxpuart: Fix random crash seen while removing driver (CVE-2024-46680 bsc#1230557)
  - commit 3831431
  - net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events (CVE-2024-26596 bsc#1220355)
  - commit 4861dc8
  - net: hns3: fix kernel crash when uninstalling driver (CVE-2024-50296 bsc#1233485)
  - commit 6e41fd9
  - powerpc/fadump: Move fadump_cma_init to setup_arch() after
    initmem_init() (bsc#1215199).
  - powerpc/fadump: Refactor and prepare fadump_cma_init for late
    init (bsc#1215199).
  - powerpc/pseries: Use correct data types from pseries_hp_errorlog
    struct (bsc#1215199).
  - powerpc/vdso: Inconditionally use CFUNC macro (bsc#1215199).
  - powerpc/64s: Fix unnecessary copy to 0 when kernel is booted
    at address 0 (bsc#1215199).
  - commit d36d28e
  - bpf, arm64: Remove garbage frame for struct_ops trampoline (git-fixes)
  - commit e1353aa
  - arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer (git-fixes)
  - commit 6a9e851
  - arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay (git-fixes)
  - commit c644bc4
  - arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup delay (git-fixes)
  - commit c8b850b
  - arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabled (git-fixes)
  - commit dd2d99e
  - arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG (git-fixes)
  - commit b16f3b1
  - arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint (git-fixes)
  - commit 10c58e2
  - arm64: smccc: replace custom COUNT_ARGS() & CONCATENATE() (git-fixes)
  - commit 75545f9
  - arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone (git-fixes)
  - commit cc13a0d
  - arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc (git-fixes)
  - commit a83a13f
  - arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma (git-fixes)
  - commit ad38ac0
  - arm64: dts: rockchip: Remove undocumented supports-emmc property (git-fixes)
  - commit 2a5a31d
  - arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards (git-fixes)
  - commit 8dd2fe4
  - arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo (git-fixes)
  - commit af29eab
  - arm64: dts: rockchip: fix i2c2 pinctrl-names property on (git-fixes)
  - commit bffe233
  - arm64: dts: rockchip: Fix reset-gpios property on brcm BT nodes (git-fixes)
  - commit 34a0cb0
  - arm64: dts: rockchip: Fix wakeup prop names on PineNote BT node (git-fixes)
  - commit 600dbb4
  - powerpc/kexec: Fix return of uninitialized variable
    (bsc#1194869).
  - powerpc/pseries: Fix KVM guest detection for disabling
    hardlockup detector (bsc#1194869).
  - powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore
    (bsc#1194869).
  - powerpc/mm/fault: Fix kfence page fault reporting (bsc#1194869).
  - powerpc/powernv: Free name on error in opal_event_init()
    (bsc#1194869).
  - powerpc/atomic: Use YZ constraints for DS-form instructions
    (bsc#1194869).
  - powerpc/mm: Fix boot warning with hugepages and
    CONFIG_DEBUG_VIRTUAL (bsc#1194869).
  - powerpc/mm: Fix boot crash with FLATMEM (bsc#1194869).
  - commit 290216a
  - block: Call .limit_depth() after .hctx has been set
    (bsc#1234148).
  - commit f4f848a
  - arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328 (git-fixes)
  - commit 428c79d
  - arm64: dts: rockchip: Fix rt5651 compatible value on (git-fixes)
  - commit 3b24a1d
  - arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610 (git-fixes)
  - commit eac58a3
  - udf: fix uninit-value use in udf_get_fileshortad (bsc#1234243).
  - commit d1c25f9
  - udf: refactor inode_bmap() to handle error (bsc#1234242).
  - commit df30224
  - udf: refactor udf_next_aext() to handle error (bsc#1234241).
  - commit 0d11420
  - udf: refactor udf_current_aext() to handle error (bsc#1234240).
  - commit 9c77357
  - udf: prevent integer overflow in udf_bitmap_free_blocks()
    (bsc#1234239).
  - commit 76d68df
  - arm64: dts: imx8-ss-vpu: Fix imx8qm VPU IRQs (git-fixes)
  - commit 225491d
  - udf: Fix lock ordering in udf_evict_inode() (bsc#1234238).
  - commit c22c8e4
  - bpf, arm64: Fix address emission with tag-based KASAN enabled (git-fixes)
  - commit a6cd1e5
  - udf: udftime: prevent overflow in udf_disk_stamp_to_time()
    (bsc#1234237).
  - commit 8f83c05
  - arm64: dts: rockchip: Add DTS for FriendlyARM NanoPi R2S Plus (git-fixes)
  - commit 8261b13
  - arm64: tegra: Move AGX Orin nodes to correct location (git-fixes)
  - commit 8c00b3f
  - arm64: dts: imx93: add nvmem property for eqos (git-fixes)
  - commit 05664af
  - arm64: dts: imx93: add nvmem property for fec1 (git-fixes)
  - commit 428b0c1
  - arm64: dts: imx93: add ocotp node (git-fixes)
  - commit 9645cb0
  - arm64: dts: imx8qxp: Add VPU subsystem file (git-fixes)
  - commit 1bf0ccc
  - filemap: add a per-mapping stable writes flag (bsc#1234141).
  - commit 110d99d
  - readahead: use ilog2 instead of a while loop in
    page_cache_ra_order() (bsc#1234208).
  - commit e601535
  - quota: simplify drop_dquot_ref() (bsc#1234197).
  - commit 1257140
  - ext4: fix slab-use-after-free in ext4_es_insert_extent()
    (bsc#1234170).
  - commit 1a90d2d
  - ext4: make ext4_zeroout_es() return void (bsc#1234170).
  - commit cbdfdf7
  - ext4: make ext4_es_insert_extent() return void (bsc#1234170).
  - commit 93d5ddc
  - ext4: make ext4_es_insert_delayed_block() return void
    (bsc#1234170).
  - commit e62b7d4
  - ext4: make ext4_es_remove_extent() return void (bsc#1234170).
  - commit 34c391b
  - ext4: using nofail preallocation in ext4_es_insert_extent()
    (bsc#1234170).
  - commit 1fd6c4c
  - ext4: using nofail preallocation in
    ext4_es_insert_delayed_block() (bsc#1234170).
  - commit 7a53aa3
  - ext4: using nofail preallocation in ext4_es_remove_extent()
    (bsc#1234170).
  - commit a219fcf
  - ext4: use pre-allocated es in __es_remove_extent()
    (bsc#1234170).
  - commit 0ea150c
  - ext4: use pre-allocated es in __es_insert_extent()
    (bsc#1234170).
  - commit f357cbb
  - ext4: factor out __es_alloc_extent() and __es_free_extent()
    (bsc#1234170).
  - commit 2c56856
  - ext4: add a new helper to check if es must be kept
    (bsc#1234170).
  - commit 63c0132

++++ kernel-rt:

  - drm/i915/hdcp: Add encoder check in intel_hdcp_get_capability (CVE-2024-53051 bsc#1233547)
  - commit 5262489
  - mctp i2c: handle NULL header address (CVE-2024-53043 bsc#1233523)
  - commit 5a81634
  - wifi: iwlwifi: mvm: fix 6 GHz scan construction (CVE-2024-53055 bsc#1233550)
  - commit c2d5beb
  - drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy() (CVE-2024-53056 bsc#1233568)
  - commit 95cef70
  - Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test (bsc#1230557)
  - commit 9ca14b5
  - Bluetooth: btnxpuart: Fix random crash seen while removing driver (CVE-2024-46680 bsc#1230557)
  - commit 3831431
  - net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events (CVE-2024-26596 bsc#1220355)
  - commit 4861dc8
  - net: hns3: fix kernel crash when uninstalling driver (CVE-2024-50296 bsc#1233485)
  - commit 6e41fd9
  - powerpc/fadump: Move fadump_cma_init to setup_arch() after
    initmem_init() (bsc#1215199).
  - powerpc/fadump: Refactor and prepare fadump_cma_init for late
    init (bsc#1215199).
  - powerpc/pseries: Use correct data types from pseries_hp_errorlog
    struct (bsc#1215199).
  - powerpc/vdso: Inconditionally use CFUNC macro (bsc#1215199).
  - powerpc/64s: Fix unnecessary copy to 0 when kernel is booted
    at address 0 (bsc#1215199).
  - commit d36d28e
  - bpf, arm64: Remove garbage frame for struct_ops trampoline (git-fixes)
  - commit e1353aa
  - arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer (git-fixes)
  - commit 6a9e851
  - arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay (git-fixes)
  - commit c644bc4
  - arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup delay (git-fixes)
  - commit c8b850b
  - arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabled (git-fixes)
  - commit dd2d99e
  - arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG (git-fixes)
  - commit b16f3b1
  - arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint (git-fixes)
  - commit 10c58e2
  - arm64: smccc: replace custom COUNT_ARGS() & CONCATENATE() (git-fixes)
  - commit 75545f9
  - arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone (git-fixes)
  - commit cc13a0d
  - arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc (git-fixes)
  - commit a83a13f
  - arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma (git-fixes)
  - commit ad38ac0
  - arm64: dts: rockchip: Remove undocumented supports-emmc property (git-fixes)
  - commit 2a5a31d
  - arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards (git-fixes)
  - commit 8dd2fe4
  - arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo (git-fixes)
  - commit af29eab
  - arm64: dts: rockchip: fix i2c2 pinctrl-names property on (git-fixes)
  - commit bffe233
  - arm64: dts: rockchip: Fix reset-gpios property on brcm BT nodes (git-fixes)
  - commit 34a0cb0
  - arm64: dts: rockchip: Fix wakeup prop names on PineNote BT node (git-fixes)
  - commit 600dbb4
  - powerpc/kexec: Fix return of uninitialized variable
    (bsc#1194869).
  - powerpc/pseries: Fix KVM guest detection for disabling
    hardlockup detector (bsc#1194869).
  - powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore
    (bsc#1194869).
  - powerpc/mm/fault: Fix kfence page fault reporting (bsc#1194869).
  - powerpc/powernv: Free name on error in opal_event_init()
    (bsc#1194869).
  - powerpc/atomic: Use YZ constraints for DS-form instructions
    (bsc#1194869).
  - powerpc/mm: Fix boot warning with hugepages and
    CONFIG_DEBUG_VIRTUAL (bsc#1194869).
  - powerpc/mm: Fix boot crash with FLATMEM (bsc#1194869).
  - commit 290216a
  - block: Call .limit_depth() after .hctx has been set
    (bsc#1234148).
  - commit f4f848a
  - arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328 (git-fixes)
  - commit 428c79d
  - arm64: dts: rockchip: Fix rt5651 compatible value on (git-fixes)
  - commit 3b24a1d
  - arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610 (git-fixes)
  - commit eac58a3
  - udf: fix uninit-value use in udf_get_fileshortad (bsc#1234243).
  - commit d1c25f9
  - udf: refactor inode_bmap() to handle error (bsc#1234242).
  - commit df30224
  - udf: refactor udf_next_aext() to handle error (bsc#1234241).
  - commit 0d11420
  - udf: refactor udf_current_aext() to handle error (bsc#1234240).
  - commit 9c77357
  - udf: prevent integer overflow in udf_bitmap_free_blocks()
    (bsc#1234239).
  - commit 76d68df
  - arm64: dts: imx8-ss-vpu: Fix imx8qm VPU IRQs (git-fixes)
  - commit 225491d
  - udf: Fix lock ordering in udf_evict_inode() (bsc#1234238).
  - commit c22c8e4
  - bpf, arm64: Fix address emission with tag-based KASAN enabled (git-fixes)
  - commit a6cd1e5
  - udf: udftime: prevent overflow in udf_disk_stamp_to_time()
    (bsc#1234237).
  - commit 8f83c05
  - arm64: dts: rockchip: Add DTS for FriendlyARM NanoPi R2S Plus (git-fixes)
  - commit 8261b13
  - arm64: tegra: Move AGX Orin nodes to correct location (git-fixes)
  - commit 8c00b3f
  - arm64: dts: imx93: add nvmem property for eqos (git-fixes)
  - commit 05664af
  - arm64: dts: imx93: add nvmem property for fec1 (git-fixes)
  - commit 428b0c1
  - arm64: dts: imx93: add ocotp node (git-fixes)
  - commit 9645cb0
  - arm64: dts: imx8qxp: Add VPU subsystem file (git-fixes)
  - commit 1bf0ccc
  - filemap: add a per-mapping stable writes flag (bsc#1234141).
  - commit 110d99d
  - readahead: use ilog2 instead of a while loop in
    page_cache_ra_order() (bsc#1234208).
  - commit e601535
  - quota: simplify drop_dquot_ref() (bsc#1234197).
  - commit 1257140
  - ext4: fix slab-use-after-free in ext4_es_insert_extent()
    (bsc#1234170).
  - commit 1a90d2d
  - ext4: make ext4_zeroout_es() return void (bsc#1234170).
  - commit cbdfdf7
  - ext4: make ext4_es_insert_extent() return void (bsc#1234170).
  - commit 93d5ddc
  - ext4: make ext4_es_insert_delayed_block() return void
    (bsc#1234170).
  - commit e62b7d4
  - ext4: make ext4_es_remove_extent() return void (bsc#1234170).
  - commit 34c391b
  - ext4: using nofail preallocation in ext4_es_insert_extent()
    (bsc#1234170).
  - commit 1fd6c4c
  - ext4: using nofail preallocation in
    ext4_es_insert_delayed_block() (bsc#1234170).
  - commit 7a53aa3
  - ext4: using nofail preallocation in ext4_es_remove_extent()
    (bsc#1234170).
  - commit a219fcf
  - ext4: use pre-allocated es in __es_remove_extent()
    (bsc#1234170).
  - commit 0ea150c
  - ext4: use pre-allocated es in __es_insert_extent()
    (bsc#1234170).
  - commit f357cbb
  - ext4: factor out __es_alloc_extent() and __es_free_extent()
    (bsc#1234170).
  - commit 2c56856
  - ext4: add a new helper to check if es must be kept
    (bsc#1234170).
  - commit 63c0132

++++ kernel-rt_debug:

  - drm/i915/hdcp: Add encoder check in intel_hdcp_get_capability (CVE-2024-53051 bsc#1233547)
  - commit 5262489
  - mctp i2c: handle NULL header address (CVE-2024-53043 bsc#1233523)
  - commit 5a81634
  - wifi: iwlwifi: mvm: fix 6 GHz scan construction (CVE-2024-53055 bsc#1233550)
  - commit c2d5beb
  - drm/mediatek: Fix potential NULL dereference in mtk_crtc_destroy() (CVE-2024-53056 bsc#1233568)
  - commit 95cef70
  - Bluetooth: btnxpuart: Resolve TX timeout error in power save stress test (bsc#1230557)
  - commit 9ca14b5
  - Bluetooth: btnxpuart: Fix random crash seen while removing driver (CVE-2024-46680 bsc#1230557)
  - commit 3831431
  - net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events (CVE-2024-26596 bsc#1220355)
  - commit 4861dc8
  - net: hns3: fix kernel crash when uninstalling driver (CVE-2024-50296 bsc#1233485)
  - commit 6e41fd9
  - powerpc/fadump: Move fadump_cma_init to setup_arch() after
    initmem_init() (bsc#1215199).
  - powerpc/fadump: Refactor and prepare fadump_cma_init for late
    init (bsc#1215199).
  - powerpc/pseries: Use correct data types from pseries_hp_errorlog
    struct (bsc#1215199).
  - powerpc/vdso: Inconditionally use CFUNC macro (bsc#1215199).
  - powerpc/64s: Fix unnecessary copy to 0 when kernel is booted
    at address 0 (bsc#1215199).
  - commit d36d28e
  - bpf, arm64: Remove garbage frame for struct_ops trampoline (git-fixes)
  - commit e1353aa
  - arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer (git-fixes)
  - commit 6a9e851
  - arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay (git-fixes)
  - commit c644bc4
  - arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup delay (git-fixes)
  - commit c8b850b
  - arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabled (git-fixes)
  - commit dd2d99e
  - arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG (git-fixes)
  - commit b16f3b1
  - arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint (git-fixes)
  - commit 10c58e2
  - arm64: smccc: replace custom COUNT_ARGS() & CONCATENATE() (git-fixes)
  - commit 75545f9
  - arm64: dts: rockchip: remove orphaned pinctrl-names from pinephone (git-fixes)
  - commit cc13a0d
  - arm64: dts: rockchip: Fix LED triggers on rk3308-roc-cc (git-fixes)
  - commit a83a13f
  - arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma (git-fixes)
  - commit ad38ac0
  - arm64: dts: rockchip: Remove undocumented supports-emmc property (git-fixes)
  - commit 2a5a31d
  - arm64: dts: rockchip: Fix bluetooth properties on Rock960 boards (git-fixes)
  - commit 8dd2fe4
  - arm64: dts: rockchip: Fix bluetooth properties on rk3566 box demo (git-fixes)
  - commit af29eab
  - arm64: dts: rockchip: fix i2c2 pinctrl-names property on (git-fixes)
  - commit bffe233
  - arm64: dts: rockchip: Fix reset-gpios property on brcm BT nodes (git-fixes)
  - commit 34a0cb0
  - arm64: dts: rockchip: Fix wakeup prop names on PineNote BT node (git-fixes)
  - commit 600dbb4
  - powerpc/kexec: Fix return of uninitialized variable
    (bsc#1194869).
  - powerpc/pseries: Fix KVM guest detection for disabling
    hardlockup detector (bsc#1194869).
  - powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore
    (bsc#1194869).
  - powerpc/mm/fault: Fix kfence page fault reporting (bsc#1194869).
  - powerpc/powernv: Free name on error in opal_event_init()
    (bsc#1194869).
  - powerpc/atomic: Use YZ constraints for DS-form instructions
    (bsc#1194869).
  - powerpc/mm: Fix boot warning with hugepages and
    CONFIG_DEBUG_VIRTUAL (bsc#1194869).
  - powerpc/mm: Fix boot crash with FLATMEM (bsc#1194869).
  - commit 290216a
  - block: Call .limit_depth() after .hctx has been set
    (bsc#1234148).
  - commit f4f848a
  - arm64: dts: rockchip: Remove hdmi's 2nd interrupt on rk3328 (git-fixes)
  - commit 428c79d
  - arm64: dts: rockchip: Fix rt5651 compatible value on (git-fixes)
  - commit 3b24a1d
  - arm64: dts: rockchip: Fix rt5651 compatible value on rk3399-eaidk-610 (git-fixes)
  - commit eac58a3
  - udf: fix uninit-value use in udf_get_fileshortad (bsc#1234243).
  - commit d1c25f9
  - udf: refactor inode_bmap() to handle error (bsc#1234242).
  - commit df30224
  - udf: refactor udf_next_aext() to handle error (bsc#1234241).
  - commit 0d11420
  - udf: refactor udf_current_aext() to handle error (bsc#1234240).
  - commit 9c77357
  - udf: prevent integer overflow in udf_bitmap_free_blocks()
    (bsc#1234239).
  - commit 76d68df
  - arm64: dts: imx8-ss-vpu: Fix imx8qm VPU IRQs (git-fixes)
  - commit 225491d
  - udf: Fix lock ordering in udf_evict_inode() (bsc#1234238).
  - commit c22c8e4
  - bpf, arm64: Fix address emission with tag-based KASAN enabled (git-fixes)
  - commit a6cd1e5
  - udf: udftime: prevent overflow in udf_disk_stamp_to_time()
    (bsc#1234237).
  - commit 8f83c05
  - arm64: dts: rockchip: Add DTS for FriendlyARM NanoPi R2S Plus (git-fixes)
  - commit 8261b13
  - arm64: tegra: Move AGX Orin nodes to correct location (git-fixes)
  - commit 8c00b3f
  - arm64: dts: imx93: add nvmem property for eqos (git-fixes)
  - commit 05664af
  - arm64: dts: imx93: add nvmem property for fec1 (git-fixes)
  - commit 428b0c1
  - arm64: dts: imx93: add ocotp node (git-fixes)
  - commit 9645cb0
  - arm64: dts: imx8qxp: Add VPU subsystem file (git-fixes)
  - commit 1bf0ccc
  - filemap: add a per-mapping stable writes flag (bsc#1234141).
  - commit 110d99d
  - readahead: use ilog2 instead of a while loop in
    page_cache_ra_order() (bsc#1234208).
  - commit e601535
  - quota: simplify drop_dquot_ref() (bsc#1234197).
  - commit 1257140
  - ext4: fix slab-use-after-free in ext4_es_insert_extent()
    (bsc#1234170).
  - commit 1a90d2d
  - ext4: make ext4_zeroout_es() return void (bsc#1234170).
  - commit cbdfdf7
  - ext4: make ext4_es_insert_extent() return void (bsc#1234170).
  - commit 93d5ddc
  - ext4: make ext4_es_insert_delayed_block() return void
    (bsc#1234170).
  - commit e62b7d4
  - ext4: make ext4_es_remove_extent() return void (bsc#1234170).
  - commit 34c391b
  - ext4: using nofail preallocation in ext4_es_insert_extent()
    (bsc#1234170).
  - commit 1fd6c4c
  - ext4: using nofail preallocation in
    ext4_es_insert_delayed_block() (bsc#1234170).
  - commit 7a53aa3
  - ext4: using nofail preallocation in ext4_es_remove_extent()
    (bsc#1234170).
  - commit a219fcf
  - ext4: use pre-allocated es in __es_remove_extent()
    (bsc#1234170).
  - commit 0ea150c
  - ext4: use pre-allocated es in __es_insert_extent()
    (bsc#1234170).
  - commit f357cbb
  - ext4: factor out __es_alloc_extent() and __es_free_extent()
    (bsc#1234170).
  - commit 2c56856
  - ext4: add a new helper to check if es must be kept
    (bsc#1234170).
  - commit 63c0132

++++ nvidia-open-driver-G06-signed:

  - obsolete <=560.35.03 -cuda KMPs; mistakenly we released
    560.35.03 for SP4 ...

++++ pam:

  - pam_access: rework resolving of tokens as hostname
  - separate resolving of IP addresses from hostnames. Don't resolve TTYs or
    display variables as hostname.
  - Add "nodns" option to disallow resolving of tokens as hostname.
  - [pam_access-rework-resolving-of-tokens-as-hostname.patch, bsc#1233078,
    CVE-2024-10963]

------------------------------------------------------------------
------------------  2024-12-4  -  Dec 4 2024  -------------------
------------------------------------------------------------------

++++ Leap-Micro-release:

  - automatically generated by openSUSE-release-tools/pkglistgen

++++ kernel-default:

  - filemap: Fix bounds checking in filemap_read() (bsc#1234209).
  - commit 3a4a9d6
  - mm/readahead: limit page cache size in page_cache_ra_order()
    (bsc#1234208).
  - commit c878e72
  - fs/writeback: bail out if there is no more inodes for IO and
    queued once (bsc#1234207).
  - commit 749caac
  - patches.suse/blk-wbt-Fix-detection-of-dirty-throttled-tasks.patch:
    Update tags
  - commit da0ffe9
  - mm/readahead: do not allow order-1 folio (bsc#1234205).
  - commit 88a9212
  - mm/filemap: avoid buffered read/write race to read inconsistent
    data (bsc#1234204).
  - commit fe65737
  - writeback, cgroup: switch inodes with dirty timestamps to
    release dying cgwbs (bsc#1234203).
  - commit c53bcd7
  - vfs: fix readahead(2) on block devices (bsc#1234201).
  - commit c9130e1
  - fs-writeback: do not requeue a clean inode having skipped pages
    (bsc#1234200).
  - commit c03201b
  - isofs: handle CDs with bad root inode but good Joliet root
    directory (bsc#1234199).
  - commit 70006a0
  - fsnotify: fix sending inotify event with unexpected filename
    (bsc#1234198).
  - commit cab81ed
  - quota: Fix rcu annotations of inode dquot pointers
    (bsc#1234197).
  - commit 5ff0028
  - quota: explicitly forbid quota files from being encrypted
    (bsc#1234196).
  - commit bcedf7e
  - quota: flush quota_release_work upon quota writeback
    (bsc#1234195).
  - commit f01f6aa
  - ext4: propagate errors from ext4_find_extent() in
    ext4_insert_range() (bsc#1234194).
  - commit a2d285b
  - ext4: avoid negative min_clusters in find_group_orlov()
    (bsc#1234193).
  - commit 53ef0ad
  - ext4: avoid potential buffer_head leak in __ext4_new_inode()
    (bsc#1234192).
  - commit d719b7d
  - ext4: avoid buffer_head leak in ext4_mark_inode_used()
    (bsc#1234191).
  - commit be4102e
  - ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with
    discard (bsc#1234190).
  - commit 639ad7f
  - ext4: nested locking for xattr inode (bsc#1234189).
  - commit 1695943
  - ext4: fix incorrect tid assumption in
    jbd2_journal_shrink_checkpoint_list() (bsc#1234188).
  - commit 38cda9c
  - ext4: fix incorrect tid assumption in
    __jbd2_log_wait_for_space() (bsc#1234188).
  - commit 623004d
  - ext4: fix incorrect tid assumption in
    ext4_wait_for_tail_page_commit() (bsc#1234188).
  - commit caeda6d
  - ext4: avoid writing unitialized memory to disk in EA inodes
    (bsc#1234187).
  - commit c282dd5
  - ext4: check the extent status again before inserting delalloc
    block (bsc#1234186).
  - commit d4fbc74
  - ext4: factor out a common helper to query extent map
    (bsc#1234186).
  - commit cdc4dd6
  - ext4: fix uninitialized variable in ext4_inlinedir_to_tree
    (bsc#1234185).
  - commit e2e93f7
  - ext4: remove the redundant folio_wait_stable() (bsc#1234184).
  - commit b11c6f2
  - ext4: fix potential unnitialized variable (bsc#1234183).
  - commit 26e1d3b
  - ext4: set the type of max_zeroout to unsigned int to avoid
    overflow (bsc#1234182).
  - commit 0667b2e
  - ext4: set type of ac_groups_linear_remaining to __u32 to avoid
    overflow (bsc#1234181).
  - commit 8e12e03
  - ext4: avoid excessive credit estimate in ext4_tmpfile()
    (bsc#1234180).
  - commit ced7ba8
  - ext4: correct best extent lstart adjustment logic (bsc#1234179).
  - commit 0735258
  - ext4: forbid commit inconsistent quota data when
    errors=remount-ro (bsc#1234178).
  - commit be3e759
  - ext4: correct the hole length returned by ext4_map_blocks()
    (bsc#1234178).
  - commit 5fa5898
  - ext4: convert to exclusive lock while inserting delalloc extents
    (bsc#1234178).
  - commit 840bfbc
  - ext4: refactor ext4_da_map_blocks() (bsc#1234178).
  - commit b2de03b
  - ext4: do not trim the group with corrupted block bitmap
    (bsc#1234177).
  - commit bba6b7f
  - ext4: fix inconsistent between segment fstrim and full fstrim
    (bsc#1234176).
  - commit bd13722
  - ext4: mark buffer new if it is unwritten to avoid stale data
    exposure (bsc#1234175).
  - commit 4f219a3
  - ext4: move 'ix' sanity check to corrent position (bsc#1234174).
  - commit 5718e1c
  - ext4: remove gdb backup copy for meta bg in
    setup_new_flex_group_blocks (bsc#1234173).
  - commit 0b21c6d
  - ext4: correct return value of ext4_convert_meta_bg
    (bsc#1234172).
  - commit b8da54d
  - ext4: add missed brelse in update_backups (bsc#1234171).
  - commit a9136e3
  - ext4: make sure allocate pending entry not fail (bsc#1234170).
  - commit c166e64
  - ext4: correct the start block of counting reserved clusters
    (bsc#1234169).
  - commit e1691cc
  - ext4: fix race between writepages and remount (bsc#1234168).
  - commit 6a5446c
  - ext4: fix rec_len verify error (bsc#1234167).
  - commit 13a341e
  - ext4: do not let fstrim block system suspend
    (https://bugzilla.kernel.org/show_bug.cgi?id=216322
    bsc#1234166).
  - commit 97d74ff
  - ext4: move setting of trimmed bit into ext4_try_to_trim_range()
    (bsc#1234165).
  - commit c721601
  - ext4: add correct group descriptors and reserved GDT blocks
    to system zone (bsc#1234164).
  - commit b2d7f10
  - ext4: fix memory leaks in
    ext4_fname_{setup_filename,prepare_lookup} (bsc#1214954).
  - commit 858c12d
  - ext4: correct grp validation in ext4_mb_good_group
    (bsc#1234163).
  - commit 779294e
  - ext4: avoid overlapping preallocations due to overflow
    (bsc#1234162).
  - commit 8a1e02a
  - block, bfq: fix bfqq uaf in bfq_limit_depth() (bsc#1234160).
  - commit 261dfc3
  - block, bfq: don't break merge chain in bfq_split_bfqq()
    (bsc#1234150).
  - commit 3951083
  - block, bfq: choose the last bfqq from merge chain in
    bfq_setup_cooperator() (bsc#1234149).
  - commit 31f51cb
  - block/mq-deadline: Fix the tag reservation code (bsc#1234148).
  - commit 7ec4caf
  - blk-iocost: do not WARN if iocg was already offlined
    (bsc#1234147).
  - commit 01ff221
  - Revert "block/mq-deadline: use correct way to throttling write
    requests" (bsc#1234146).
  - commit bfb157c
  - block: Fix where bio IO priority gets set (bsc#1234145).
  - commit 9c05b3f
  - blk-iocost: Fix an UBSAN shift-out-of-bounds warning
    (bsc#1234144).
  - commit 8757100
  - loop: fix the the direct I/O support check when used on top
    of block devices (bsc#1234143).
  - commit 19fc4dd
  - block: prevent an integer overflow in bvec_try_merge_hw_page
    (bsc#1234142).
  - commit 0a4f58a
  - block: update the stable_writes flag in bdev_add (bsc#1234141).
  - commit 91e3842
  - blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read
    lock required!" (bsc#1234140).
  - commit 1c37ba4
  - blk-core: use pr_warn_ratelimited() in bio_check_ro()
    (bsc#1234139).
  - commit d9ec72f
  - nfsd: remove unsafe BUG_ON from set_change_info (bsc#1234121).
  - commit 6c0f124
  - tcp: Fix use-after-free of nreq in reqsk_timer_handler()
    (CVE-2024-50154 bsc#1233070).
  - commit 297942f
  - f2fs: get out of a repeat loop when getting a locked data page
    (bsc#1234011).
  - commit dfe277f
  - drm: Expand max DRM device number to full MINORBITS (jsc#PED-11580).
  - commit d737023
  - accel: Use XArray instead of IDR for minors (jsc#PED-11580).
  - commit 013fbaa
  - drm: Use XArray instead of IDR for minors (jsc#PED-11580).
  - commit b04b73a
  - drm/amd/display: fix a UBSAN warning in DML2.1 (bsc#1233115 CVE-2024-50177)
  - commit 2f6004f
  - smb: client: Fix use-after-free of network namespace
    (bsc#1233642 CVE-2024-53095).
    Also applies:
    smb: client: fix warning in generic_ip_connect()
  - commit 97b3d9a
  - jbd2: fix kernel-doc for j_transaction_overhead_buffers
    (bsc#1234042).
  - commit 20d4b12

++++ kernel-rt:

  - filemap: Fix bounds checking in filemap_read() (bsc#1234209).
  - commit 3a4a9d6
  - mm/readahead: limit page cache size in page_cache_ra_order()
    (bsc#1234208).
  - commit c878e72
  - fs/writeback: bail out if there is no more inodes for IO and
    queued once (bsc#1234207).
  - commit 749caac
  - patches.suse/blk-wbt-Fix-detection-of-dirty-throttled-tasks.patch:
    Update tags
  - commit da0ffe9
  - mm/readahead: do not allow order-1 folio (bsc#1234205).
  - commit 88a9212
  - mm/filemap: avoid buffered read/write race to read inconsistent
    data (bsc#1234204).
  - commit fe65737
  - writeback, cgroup: switch inodes with dirty timestamps to
    release dying cgwbs (bsc#1234203).
  - commit c53bcd7
  - vfs: fix readahead(2) on block devices (bsc#1234201).
  - commit c9130e1
  - fs-writeback: do not requeue a clean inode having skipped pages
    (bsc#1234200).
  - commit c03201b
  - isofs: handle CDs with bad root inode but good Joliet root
    directory (bsc#1234199).
  - commit 70006a0
  - fsnotify: fix sending inotify event with unexpected filename
    (bsc#1234198).
  - commit cab81ed
  - quota: Fix rcu annotations of inode dquot pointers
    (bsc#1234197).
  - commit 5ff0028
  - quota: explicitly forbid quota files from being encrypted
    (bsc#1234196).
  - commit bcedf7e
  - quota: flush quota_release_work upon quota writeback
    (bsc#1234195).
  - commit f01f6aa
  - ext4: propagate errors from ext4_find_extent() in
    ext4_insert_range() (bsc#1234194).
  - commit a2d285b
  - ext4: avoid negative min_clusters in find_group_orlov()
    (bsc#1234193).
  - commit 53ef0ad
  - ext4: avoid potential buffer_head leak in __ext4_new_inode()
    (bsc#1234192).
  - commit d719b7d
  - ext4: avoid buffer_head leak in ext4_mark_inode_used()
    (bsc#1234191).
  - commit be4102e
  - ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with
    discard (bsc#1234190).
  - commit 639ad7f
  - ext4: nested locking for xattr inode (bsc#1234189).
  - commit 1695943
  - ext4: fix incorrect tid assumption in
    jbd2_journal_shrink_checkpoint_list() (bsc#1234188).
  - commit 38cda9c
  - ext4: fix incorrect tid assumption in
    __jbd2_log_wait_for_space() (bsc#1234188).
  - commit 623004d
  - ext4: fix incorrect tid assumption in
    ext4_wait_for_tail_page_commit() (bsc#1234188).
  - commit caeda6d
  - ext4: avoid writing unitialized memory to disk in EA inodes
    (bsc#1234187).
  - commit c282dd5
  - ext4: check the extent status again before inserting delalloc
    block (bsc#1234186).
  - commit d4fbc74
  - ext4: factor out a common helper to query extent map
    (bsc#1234186).
  - commit cdc4dd6
  - ext4: fix uninitialized variable in ext4_inlinedir_to_tree
    (bsc#1234185).
  - commit e2e93f7
  - ext4: remove the redundant folio_wait_stable() (bsc#1234184).
  - commit b11c6f2
  - ext4: fix potential unnitialized variable (bsc#1234183).
  - commit 26e1d3b
  - ext4: set the type of max_zeroout to unsigned int to avoid
    overflow (bsc#1234182).
  - commit 0667b2e
  - ext4: set type of ac_groups_linear_remaining to __u32 to avoid
    overflow (bsc#1234181).
  - commit 8e12e03
  - ext4: avoid excessive credit estimate in ext4_tmpfile()
    (bsc#1234180).
  - commit ced7ba8
  - ext4: correct best extent lstart adjustment logic (bsc#1234179).
  - commit 0735258
  - ext4: forbid commit inconsistent quota data when
    errors=remount-ro (bsc#1234178).
  - commit be3e759
  - ext4: correct the hole length returned by ext4_map_blocks()
    (bsc#1234178).
  - commit 5fa5898
  - ext4: convert to exclusive lock while inserting delalloc extents
    (bsc#1234178).
  - commit 840bfbc
  - ext4: refactor ext4_da_map_blocks() (bsc#1234178).
  - commit b2de03b
  - ext4: do not trim the group with corrupted block bitmap
    (bsc#1234177).
  - commit bba6b7f
  - ext4: fix inconsistent between segment fstrim and full fstrim
    (bsc#1234176).
  - commit bd13722
  - ext4: mark buffer new if it is unwritten to avoid stale data
    exposure (bsc#1234175).
  - commit 4f219a3
  - ext4: move 'ix' sanity check to corrent position (bsc#1234174).
  - commit 5718e1c
  - ext4: remove gdb backup copy for meta bg in
    setup_new_flex_group_blocks (bsc#1234173).
  - commit 0b21c6d
  - ext4: correct return value of ext4_convert_meta_bg
    (bsc#1234172).
  - commit b8da54d
  - ext4: add missed brelse in update_backups (bsc#1234171).
  - commit a9136e3
  - ext4: make sure allocate pending entry not fail (bsc#1234170).
  - commit c166e64
  - ext4: correct the start block of counting reserved clusters
    (bsc#1234169).
  - commit e1691cc
  - ext4: fix race between writepages and remount (bsc#1234168).
  - commit 6a5446c
  - ext4: fix rec_len verify error (bsc#1234167).
  - commit 13a341e
  - ext4: do not let fstrim block system suspend
    (https://bugzilla.kernel.org/show_bug.cgi?id=216322
    bsc#1234166).
  - commit 97d74ff
  - ext4: move setting of trimmed bit into ext4_try_to_trim_range()
    (bsc#1234165).
  - commit c721601
  - ext4: add correct group descriptors and reserved GDT blocks
    to system zone (bsc#1234164).
  - commit b2d7f10
  - ext4: fix memory leaks in
    ext4_fname_{setup_filename,prepare_lookup} (bsc#1214954).
  - commit 858c12d
  - ext4: correct grp validation in ext4_mb_good_group
    (bsc#1234163).
  - commit 779294e
  - ext4: avoid overlapping preallocations due to overflow
    (bsc#1234162).
  - commit 8a1e02a
  - block, bfq: fix bfqq uaf in bfq_limit_depth() (bsc#1234160).
  - commit 261dfc3
  - block, bfq: don't break merge chain in bfq_split_bfqq()
    (bsc#1234150).
  - commit 3951083
  - block, bfq: choose the last bfqq from merge chain in
    bfq_setup_cooperator() (bsc#1234149).
  - commit 31f51cb
  - block/mq-deadline: Fix the tag reservation code (bsc#1234148).
  - commit 7ec4caf
  - blk-iocost: do not WARN if iocg was already offlined
    (bsc#1234147).
  - commit 01ff221
  - Revert "block/mq-deadline: use correct way to throttling write
    requests" (bsc#1234146).
  - commit bfb157c
  - block: Fix where bio IO priority gets set (bsc#1234145).
  - commit 9c05b3f
  - blk-iocost: Fix an UBSAN shift-out-of-bounds warning
    (bsc#1234144).
  - commit 8757100
  - loop: fix the the direct I/O support check when used on top
    of block devices (bsc#1234143).
  - commit 19fc4dd
  - block: prevent an integer overflow in bvec_try_merge_hw_page
    (bsc#1234142).
  - commit 0a4f58a
  - block: update the stable_writes flag in bdev_add (bsc#1234141).
  - commit 91e3842
  - blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read
    lock required!" (bsc#1234140).
  - commit 1c37ba4
  - blk-core: use pr_warn_ratelimited() in bio_check_ro()
    (bsc#1234139).
  - commit d9ec72f
  - nfsd: remove unsafe BUG_ON from set_change_info (bsc#1234121).
  - commit 6c0f124
  - tcp: Fix use-after-free of nreq in reqsk_timer_handler()
    (CVE-2024-50154 bsc#1233070).
  - commit 297942f
  - f2fs: get out of a repeat loop when getting a locked data page
    (bsc#1234011).
  - commit dfe277f
  - drm: Expand max DRM device number to full MINORBITS (jsc#PED-11580).
  - commit d737023
  - accel: Use XArray instead of IDR for minors (jsc#PED-11580).
  - commit 013fbaa
  - drm: Use XArray instead of IDR for minors (jsc#PED-11580).
  - commit b04b73a
  - drm/amd/display: fix a UBSAN warning in DML2.1 (bsc#1233115 CVE-2024-50177)
  - commit 2f6004f
  - smb: client: Fix use-after-free of network namespace
    (bsc#1233642 CVE-2024-53095).
    Also applies:
    smb: client: fix warning in generic_ip_connect()
  - commit 97b3d9a
  - jbd2: fix kernel-doc for j_transaction_overhead_buffers
    (bsc#1234042).
  - commit 20d4b12

++++ kernel-rt_debug:

  - filemap: Fix bounds checking in filemap_read() (bsc#1234209).
  - commit 3a4a9d6
  - mm/readahead: limit page cache size in page_cache_ra_order()
    (bsc#1234208).
  - commit c878e72
  - fs/writeback: bail out if there is no more inodes for IO and
    queued once (bsc#1234207).
  - commit 749caac
  - patches.suse/blk-wbt-Fix-detection-of-dirty-throttled-tasks.patch:
    Update tags
  - commit da0ffe9
  - mm/readahead: do not allow order-1 folio (bsc#1234205).
  - commit 88a9212
  - mm/filemap: avoid buffered read/write race to read inconsistent
    data (bsc#1234204).
  - commit fe65737
  - writeback, cgroup: switch inodes with dirty timestamps to
    release dying cgwbs (bsc#1234203).
  - commit c53bcd7
  - vfs: fix readahead(2) on block devices (bsc#1234201).
  - commit c9130e1
  - fs-writeback: do not requeue a clean inode having skipped pages
    (bsc#1234200).
  - commit c03201b
  - isofs: handle CDs with bad root inode but good Joliet root
    directory (bsc#1234199).
  - commit 70006a0
  - fsnotify: fix sending inotify event with unexpected filename
    (bsc#1234198).
  - commit cab81ed
  - quota: Fix rcu annotations of inode dquot pointers
    (bsc#1234197).
  - commit 5ff0028
  - quota: explicitly forbid quota files from being encrypted
    (bsc#1234196).
  - commit bcedf7e
  - quota: flush quota_release_work upon quota writeback
    (bsc#1234195).
  - commit f01f6aa
  - ext4: propagate errors from ext4_find_extent() in
    ext4_insert_range() (bsc#1234194).
  - commit a2d285b
  - ext4: avoid negative min_clusters in find_group_orlov()
    (bsc#1234193).
  - commit 53ef0ad
  - ext4: avoid potential buffer_head leak in __ext4_new_inode()
    (bsc#1234192).
  - commit d719b7d
  - ext4: avoid buffer_head leak in ext4_mark_inode_used()
    (bsc#1234191).
  - commit be4102e
  - ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with
    discard (bsc#1234190).
  - commit 639ad7f
  - ext4: nested locking for xattr inode (bsc#1234189).
  - commit 1695943
  - ext4: fix incorrect tid assumption in
    jbd2_journal_shrink_checkpoint_list() (bsc#1234188).
  - commit 38cda9c
  - ext4: fix incorrect tid assumption in
    __jbd2_log_wait_for_space() (bsc#1234188).
  - commit 623004d
  - ext4: fix incorrect tid assumption in
    ext4_wait_for_tail_page_commit() (bsc#1234188).
  - commit caeda6d
  - ext4: avoid writing unitialized memory to disk in EA inodes
    (bsc#1234187).
  - commit c282dd5
  - ext4: check the extent status again before inserting delalloc
    block (bsc#1234186).
  - commit d4fbc74
  - ext4: factor out a common helper to query extent map
    (bsc#1234186).
  - commit cdc4dd6
  - ext4: fix uninitialized variable in ext4_inlinedir_to_tree
    (bsc#1234185).
  - commit e2e93f7
  - ext4: remove the redundant folio_wait_stable() (bsc#1234184).
  - commit b11c6f2
  - ext4: fix potential unnitialized variable (bsc#1234183).
  - commit 26e1d3b
  - ext4: set the type of max_zeroout to unsigned int to avoid
    overflow (bsc#1234182).
  - commit 0667b2e
  - ext4: set type of ac_groups_linear_remaining to __u32 to avoid
    overflow (bsc#1234181).
  - commit 8e12e03
  - ext4: avoid excessive credit estimate in ext4_tmpfile()
    (bsc#1234180).
  - commit ced7ba8
  - ext4: correct best extent lstart adjustment logic (bsc#1234179).
  - commit 0735258
  - ext4: forbid commit inconsistent quota data when
    errors=remount-ro (bsc#1234178).
  - commit be3e759
  - ext4: correct the hole length returned by ext4_map_blocks()
    (bsc#1234178).
  - commit 5fa5898
  - ext4: convert to exclusive lock while inserting delalloc extents
    (bsc#1234178).
  - commit 840bfbc
  - ext4: refactor ext4_da_map_blocks() (bsc#1234178).
  - commit b2de03b
  - ext4: do not trim the group with corrupted block bitmap
    (bsc#1234177).
  - commit bba6b7f
  - ext4: fix inconsistent between segment fstrim and full fstrim
    (bsc#1234176).
  - commit bd13722
  - ext4: mark buffer new if it is unwritten to avoid stale data
    exposure (bsc#1234175).
  - commit 4f219a3
  - ext4: move 'ix' sanity check to corrent position (bsc#1234174).
  - commit 5718e1c
  - ext4: remove gdb backup copy for meta bg in
    setup_new_flex_group_blocks (bsc#1234173).
  - commit 0b21c6d
  - ext4: correct return value of ext4_convert_meta_bg
    (bsc#1234172).
  - commit b8da54d
  - ext4: add missed brelse in update_backups (bsc#1234171).
  - commit a9136e3
  - ext4: make sure allocate pending entry not fail (bsc#1234170).
  - commit c166e64
  - ext4: correct the start block of counting reserved clusters
    (bsc#1234169).
  - commit e1691cc
  - ext4: fix race between writepages and remount (bsc#1234168).
  - commit 6a5446c
  - ext4: fix rec_len verify error (bsc#1234167).
  - commit 13a341e
  - ext4: do not let fstrim block system suspend
    (https://bugzilla.kernel.org/show_bug.cgi?id=216322
    bsc#1234166).
  - commit 97d74ff
  - ext4: move setting of trimmed bit into ext4_try_to_trim_range()
    (bsc#1234165).
  - commit c721601
  - ext4: add correct group descriptors and reserved GDT blocks
    to system zone (bsc#1234164).
  - commit b2d7f10
  - ext4: fix memory leaks in
    ext4_fname_{setup_filename,prepare_lookup} (bsc#1214954).
  - commit 858c12d
  - ext4: correct grp validation in ext4_mb_good_group
    (bsc#1234163).
  - commit 779294e
  - ext4: avoid overlapping preallocations due to overflow
    (bsc#1234162).
  - commit 8a1e02a
  - block, bfq: fix bfqq uaf in bfq_limit_depth() (bsc#1234160).
  - commit 261dfc3
  - block, bfq: don't break merge chain in bfq_split_bfqq()
    (bsc#1234150).
  - commit 3951083
  - block, bfq: choose the last bfqq from merge chain in
    bfq_setup_cooperator() (bsc#1234149).
  - commit 31f51cb
  - block/mq-deadline: Fix the tag reservation code (bsc#1234148).
  - commit 7ec4caf
  - blk-iocost: do not WARN if iocg was already offlined
    (bsc#1234147).
  - commit 01ff221
  - Revert "block/mq-deadline: use correct way to throttling write
    requests" (bsc#1234146).
  - commit bfb157c
  - block: Fix where bio IO priority gets set (bsc#1234145).
  - commit 9c05b3f
  - blk-iocost: Fix an UBSAN shift-out-of-bounds warning
    (bsc#1234144).
  - commit 8757100
  - loop: fix the the direct I/O support check when used on top
    of block devices (bsc#1234143).
  - commit 19fc4dd
  - block: prevent an integer overflow in bvec_try_merge_hw_page
    (bsc#1234142).
  - commit 0a4f58a
  - block: update the stable_writes flag in bdev_add (bsc#1234141).
  - commit 91e3842
  - blk-throttle: fix lockdep warning of "cgroup_mutex or RCU read
    lock required!" (bsc#1234140).
  - commit 1c37ba4
  - blk-core: use pr_warn_ratelimited() in bio_check_ro()
    (bsc#1234139).
  - commit d9ec72f
  - nfsd: remove unsafe BUG_ON from set_change_info (bsc#1234121).
  - commit 6c0f124
  - tcp: Fix use-after-free of nreq in reqsk_timer_handler()
    (CVE-2024-50154 bsc#1233070).
  - commit 297942f
  - f2fs: get out of a repeat loop when getting a locked data page
    (bsc#1234011).
  - commit dfe277f
  - drm: Expand max DRM device number to full MINORBITS (jsc#PED-11580).
  - commit d737023
  - accel: Use XArray instead of IDR for minors (jsc#PED-11580).
  - commit 013fbaa
  - drm: Use XArray instead of IDR for minors (jsc#PED-11580).
  - commit b04b73a
  - drm/amd/display: fix a UBSAN warning in DML2.1 (bsc#1233115 CVE-2024-50177)
  - commit 2f6004f
  - smb: client: Fix use-after-free of network namespace
    (bsc#1233642 CVE-2024-53095).
    Also applies:
    smb: client: fix warning in generic_ip_connect()
  - commit 97b3d9a
  - jbd2: fix kernel-doc for j_transaction_overhead_buffers
    (bsc#1234042).
  - commit 20d4b12

++++ python311-core:

  - Update to 3.11.11:
  - Tools/Demos
  - gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15
    and multissltests to use 3.0.15, 3.1.7, and 3.2.3.
  - Tests
  - gh-125041: Re-enable skipped tests for zlib on the
    s390x architecture: only skip checks of the compressed
    bytes, which can be different between zlib’s software
    implementation and the hardware-accelerated implementation.
  - Security
  - gh-126623: Upgrade libexpat to 2.6.4
  - gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to
    consistently use the mapped IPv4 address value for deciding
    properties. Properties which have their behavior fixed are
    is_multicast, is_reserved, is_link_local, is_global, and
    is_unspecified.
  - Library
  - gh-124651: Properly quote template strings in venv
    activation scripts (bsc#1232241, CVE-2024-9287).
  - Removed upstreamed patches:
  - CVE-2024-9287-venv_path_unquoted.patch

++++ libsoup:

  - Add 04df03bc.patch: strictly don't allow NUL bytes in headers
    (boo#1233285 CVE-2024-52530 glgo#GNOME/libsoup#377).
  - Add 6adc0e3e.patch: websocket: Process the frame as soon as we
    read data (boo#1233287 CVE-2024-52532 glgo#GNOME/libsoup#391).
  - Add 29b96fab.patch: websocket-test: disconnect error copy after
    the test ends (glgo#GNOME/libsoup#391).
  - Add a35222dd.patch: be more robust against invalid input when
    parsing params (boo#1233292 CVE-2024-52531
    glgo#GNOME/libsoup!407).
  - Add 4c9e75c6.patch: fix an intermittent test failure
    (glgo#GNOME/soup#399).
  - Increase test timeout on s390x. The http2-body-stream test can be
    slow and sometimes times out in our builds.

++++ nvidia-open-driver-G06-signed:

  - Make sure the correct FW package is installed on non-CUDA.

++++ opensuse-migration-tool:

  - Update to version 20241204.834c66a:
    * Ensure that we do not check for Immutability in dryrun
  - Update to version 20241204.89bbbc3:
    * Add immutable check
    * Drop the echo before running sudo
    * Ensure root permissions unless --dry-run
    * Update README.md

++++ python311:

  - Update to 3.11.11:
  - Tools/Demos
  - gh-123418: Update GitHub CI workflows to use OpenSSL 3.0.15
    and multissltests to use 3.0.15, 3.1.7, and 3.2.3.
  - Tests
  - gh-125041: Re-enable skipped tests for zlib on the
    s390x architecture: only skip checks of the compressed
    bytes, which can be different between zlib’s software
    implementation and the hardware-accelerated implementation.
  - Security
  - gh-126623: Upgrade libexpat to 2.6.4
  - gh-122792: Changed IPv4-mapped ipaddress.IPv6Address to
    consistently use the mapped IPv4 address value for deciding
    properties. Properties which have their behavior fixed are
    is_multicast, is_reserved, is_link_local, is_global, and
    is_unspecified.
  - Library
  - gh-124651: Properly quote template strings in venv
    activation scripts (bsc#1232241, CVE-2024-9287).
  - Removed upstreamed patches:
  - CVE-2024-9287-venv_path_unquoted.patch

------------------------------------------------------------------
------------------  2024-12-3  -  Dec 3 2024  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to 10.3.11 (bsc#1234050)
    + Send registration code for the extensions, not only base product

++++ python-kiwi:

  - Bump version: 10.2.2 → 10.2.3
  - Update STYLEROOT to SUSE 2022

++++ kernel-default:

  - sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start (CVE-2024-49944 bsc#1232166)
  - commit c7bd304
  - netfilter: nf_tables: prevent nf_skb_duplicated corruption (CVE-2024-49952 bsc#1232157)
  - commit d0f307b
  - jbd2: Move j_transaction_overhead_buffers into a hole
    (bsc#1234042).
  - commit 1c42745
  - Update
    patches.suse/drm-amd-display-Adjust-VSDB-parser-for-replay-featur.patch
    (stable-fixes CVE-2024-53108 bsc#1234081).
  - Update
    patches.suse/fs-ntfs3-Fixed-overflow-check-in-mi_enum_attr.patch
    (bsc#1233207 CVE-2024-27407 bsc#1224429).
  - Update
    patches.suse/ima-fix-buffer-overrun-in-ima_eventdigest_init_commo.patch
    (git-fixes CVE-2024-53106 bsc#1234083).
  - Update
    patches.suse/keys-Fix-overwrite-of-key-expiration-on-instantiation.patch
    (git-fixes CVE-2024-36031 bsc#1225713).
  - Update
    patches.suse/media-uvcvideo-Skip-parsing-frames-of-type-UVC_VS_UN.patch
    (git-fixes CVE-2024-53104 bsc#1234025).
  - Update
    patches.suse/net-relax-socket-state-check-at-accept-time.patch
    (git-fixes CVE-2024-36484 bsc#1226872).
  - Update
    patches.suse/nvme-multipath-defer-partition-scanning.patch
    (bsc#122824 git-fixes CVE-2024-53093 bsc#1233640).
  - Update
    patches.suse/nvme-tcp-avoid-race-between-queue_lock-lock-and-dest.patch
    (git-fixes CVE-2024-53100 bsc#1233771).
  - Update
    patches.suse/ocfs2-uncache-inode-which-has-failed-entering-the-group.patch
    (git-fixes CVE-2024-53112 bsc#1234087).
  - Update
    patches.suse/scsi-mpi3mr-Avoid-memcpy-field-spanning-write-WARNING.patch
    (git-fixes CVE-2024-36920 bsc#1225768).
  - Update
    patches.suse/scsi-pm80xx-Set-phy-enable_completion-only-when-we-wait-for-it.patch
    (git-fixes CVE-2024-47666 bsc#1231453).
  - Update
    patches.suse/tcp-Fix-refcnt-handling-in-__inet_hash_connect.patch
    (git-fixes CVE-2024-26864 bsc#1223112).
  - Update
    patches.suse/tracing-osnoise-Use-a-cpumask-to-know-what-threads-are-kthreads.patch
    (git-fixes CVE-2024-46788 bsc#1230817).
  - Update
    patches.suse/tracing-timerlat-Move-hrtimer_init-to-timerlat_fd-open.patch
    (git-fixes CVE-2024-26703 bsc#1222423).
  - Update
    patches.suse/x86-CPU-AMD-Clear-virtualized-VMLOAD-VMSAVE-on-Zen4-client
    (bsc#1233443 CVE-2024-53114 bsc#1234072).
  - commit 420eea1
  - Bluetooth: SCO: Fix UAF on sco_sock_timeout (CVE-2024-50125
    bsc#1232928).
  - Refresh
    patches.suse/Bluetooth-ISO-Fix-UAF-on-iso_sock_timeout.patch.
    Revert Bluetooth-ISO-Fix-UAF-on-iso_sock_timeout.patch to the upstream
    version of the patch.
    The reverted version was a mix of 1bf4470a and 246b435a, since they were
    accidentally identified as two different commits doing the same changes.
    The changes are indeed mostly the same, but to different files.
  - commit 5725fe5
  - cgroup/bpf: only cgroup v2 can be attached by bpf programs
    (bsc#1234108).
  - Revert "cgroup: Fix memory leak caused by missing
    cgroup_bpf_offline" (bsc#1234108).
  - commit 6a48bcc
  - kexec_file: fix elfcorehdr digest exclusion when
    CONFIG_CRASH_HOTPLUG=y (git-fixes).
  - commit 1b2a54a
  - signal: restore the override_rlimit logic (CVE-2024-50271
    bsc#1233460).
  - ucounts: fix counter leak in inc_rlimit_get_ucounts()
    (bsc#1233460).
  - commit 232c2a6
  - hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer (git-fixes).
  - commit 109e508
  - posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
    (bsc#1234098).
  - commit 362812c
  - signal: Replace BUG_ON()s (bsc#1234093).
  - commit dad9530
  - dm cache: fix out-of-bounds access to the dirty bitset when
    resizing (CVE-2024-50279 bsc#1233468).
  - commit 2080b22
  - ipv4: ip_tunnel: Fix suspicious RCU usage warning in
    ip_tunnel_init_flow() (CVE-2024-53042 bsc#1233540).
  - commit 6649f10
  - intel_idle: fix ACPI _CST matching for newer Xeon platforms
    (bsc#1231630).
  - commit 0f23b16
  - intel_idle: add Granite Rapids Xeon support (bsc#1231630).
  - commit 111abfc
  - Update config files.
    Enabled IDPF for ARM64 (bsc#1221309)
  - commit adee356
  - selftests/bpf: validate fake register spill/fill precision
    backtracking logic (bsc#1232823 CVE-2023-52920).
  - bpf: handle fake register spill to stack with BPF_ST_MEM
    instruction (bsc#1232823 CVE-2023-52920).
  - commit 52cdf87
  - btrfs: fix a NULL pointer dereference when failed to start a
    new trasacntion (CVE-2024-49868 bsc#1232272).
  - commit cc68ee3
  - PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS
    milliseconds (git-fixes).
  - PCI: Add T_PVPERL macro (git-fixes).
  - commit 664a849

++++ kernel-rt:

  - sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start (CVE-2024-49944 bsc#1232166)
  - commit c7bd304
  - netfilter: nf_tables: prevent nf_skb_duplicated corruption (CVE-2024-49952 bsc#1232157)
  - commit d0f307b
  - jbd2: Move j_transaction_overhead_buffers into a hole
    (bsc#1234042).
  - commit 1c42745
  - Update
    patches.suse/drm-amd-display-Adjust-VSDB-parser-for-replay-featur.patch
    (stable-fixes CVE-2024-53108 bsc#1234081).
  - Update
    patches.suse/fs-ntfs3-Fixed-overflow-check-in-mi_enum_attr.patch
    (bsc#1233207 CVE-2024-27407 bsc#1224429).
  - Update
    patches.suse/ima-fix-buffer-overrun-in-ima_eventdigest_init_commo.patch
    (git-fixes CVE-2024-53106 bsc#1234083).
  - Update
    patches.suse/keys-Fix-overwrite-of-key-expiration-on-instantiation.patch
    (git-fixes CVE-2024-36031 bsc#1225713).
  - Update
    patches.suse/media-uvcvideo-Skip-parsing-frames-of-type-UVC_VS_UN.patch
    (git-fixes CVE-2024-53104 bsc#1234025).
  - Update
    patches.suse/net-relax-socket-state-check-at-accept-time.patch
    (git-fixes CVE-2024-36484 bsc#1226872).
  - Update
    patches.suse/nvme-multipath-defer-partition-scanning.patch
    (bsc#122824 git-fixes CVE-2024-53093 bsc#1233640).
  - Update
    patches.suse/nvme-tcp-avoid-race-between-queue_lock-lock-and-dest.patch
    (git-fixes CVE-2024-53100 bsc#1233771).
  - Update
    patches.suse/ocfs2-uncache-inode-which-has-failed-entering-the-group.patch
    (git-fixes CVE-2024-53112 bsc#1234087).
  - Update
    patches.suse/scsi-mpi3mr-Avoid-memcpy-field-spanning-write-WARNING.patch
    (git-fixes CVE-2024-36920 bsc#1225768).
  - Update
    patches.suse/scsi-pm80xx-Set-phy-enable_completion-only-when-we-wait-for-it.patch
    (git-fixes CVE-2024-47666 bsc#1231453).
  - Update
    patches.suse/tcp-Fix-refcnt-handling-in-__inet_hash_connect.patch
    (git-fixes CVE-2024-26864 bsc#1223112).
  - Update
    patches.suse/tracing-osnoise-Use-a-cpumask-to-know-what-threads-are-kthreads.patch
    (git-fixes CVE-2024-46788 bsc#1230817).
  - Update
    patches.suse/tracing-timerlat-Move-hrtimer_init-to-timerlat_fd-open.patch
    (git-fixes CVE-2024-26703 bsc#1222423).
  - Update
    patches.suse/x86-CPU-AMD-Clear-virtualized-VMLOAD-VMSAVE-on-Zen4-client
    (bsc#1233443 CVE-2024-53114 bsc#1234072).
  - commit 420eea1
  - Bluetooth: SCO: Fix UAF on sco_sock_timeout (CVE-2024-50125
    bsc#1232928).
  - Refresh
    patches.suse/Bluetooth-ISO-Fix-UAF-on-iso_sock_timeout.patch.
    Revert Bluetooth-ISO-Fix-UAF-on-iso_sock_timeout.patch to the upstream
    version of the patch.
    The reverted version was a mix of 1bf4470a and 246b435a, since they were
    accidentally identified as two different commits doing the same changes.
    The changes are indeed mostly the same, but to different files.
  - commit 5725fe5
  - cgroup/bpf: only cgroup v2 can be attached by bpf programs
    (bsc#1234108).
  - Revert "cgroup: Fix memory leak caused by missing
    cgroup_bpf_offline" (bsc#1234108).
  - commit 6a48bcc
  - kexec_file: fix elfcorehdr digest exclusion when
    CONFIG_CRASH_HOTPLUG=y (git-fixes).
  - commit 1b2a54a
  - signal: restore the override_rlimit logic (CVE-2024-50271
    bsc#1233460).
  - ucounts: fix counter leak in inc_rlimit_get_ucounts()
    (bsc#1233460).
  - commit 232c2a6
  - hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer (git-fixes).
  - commit 109e508
  - posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
    (bsc#1234098).
  - commit 362812c
  - signal: Replace BUG_ON()s (bsc#1234093).
  - commit dad9530
  - dm cache: fix out-of-bounds access to the dirty bitset when
    resizing (CVE-2024-50279 bsc#1233468).
  - commit 2080b22
  - ipv4: ip_tunnel: Fix suspicious RCU usage warning in
    ip_tunnel_init_flow() (CVE-2024-53042 bsc#1233540).
  - commit 6649f10
  - intel_idle: fix ACPI _CST matching for newer Xeon platforms
    (bsc#1231630).
  - commit 0f23b16
  - intel_idle: add Granite Rapids Xeon support (bsc#1231630).
  - commit 111abfc
  - Update config files.
    Enabled IDPF for ARM64 (bsc#1221309)
  - commit adee356
  - selftests/bpf: validate fake register spill/fill precision
    backtracking logic (bsc#1232823 CVE-2023-52920).
  - bpf: handle fake register spill to stack with BPF_ST_MEM
    instruction (bsc#1232823 CVE-2023-52920).
  - commit 52cdf87
  - btrfs: fix a NULL pointer dereference when failed to start a
    new trasacntion (CVE-2024-49868 bsc#1232272).
  - commit cc68ee3
  - PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS
    milliseconds (git-fixes).
  - PCI: Add T_PVPERL macro (git-fixes).
  - commit 664a849

++++ kernel-rt_debug:

  - sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start (CVE-2024-49944 bsc#1232166)
  - commit c7bd304
  - netfilter: nf_tables: prevent nf_skb_duplicated corruption (CVE-2024-49952 bsc#1232157)
  - commit d0f307b
  - jbd2: Move j_transaction_overhead_buffers into a hole
    (bsc#1234042).
  - commit 1c42745
  - Update
    patches.suse/drm-amd-display-Adjust-VSDB-parser-for-replay-featur.patch
    (stable-fixes CVE-2024-53108 bsc#1234081).
  - Update
    patches.suse/fs-ntfs3-Fixed-overflow-check-in-mi_enum_attr.patch
    (bsc#1233207 CVE-2024-27407 bsc#1224429).
  - Update
    patches.suse/ima-fix-buffer-overrun-in-ima_eventdigest_init_commo.patch
    (git-fixes CVE-2024-53106 bsc#1234083).
  - Update
    patches.suse/keys-Fix-overwrite-of-key-expiration-on-instantiation.patch
    (git-fixes CVE-2024-36031 bsc#1225713).
  - Update
    patches.suse/media-uvcvideo-Skip-parsing-frames-of-type-UVC_VS_UN.patch
    (git-fixes CVE-2024-53104 bsc#1234025).
  - Update
    patches.suse/net-relax-socket-state-check-at-accept-time.patch
    (git-fixes CVE-2024-36484 bsc#1226872).
  - Update
    patches.suse/nvme-multipath-defer-partition-scanning.patch
    (bsc#122824 git-fixes CVE-2024-53093 bsc#1233640).
  - Update
    patches.suse/nvme-tcp-avoid-race-between-queue_lock-lock-and-dest.patch
    (git-fixes CVE-2024-53100 bsc#1233771).
  - Update
    patches.suse/ocfs2-uncache-inode-which-has-failed-entering-the-group.patch
    (git-fixes CVE-2024-53112 bsc#1234087).
  - Update
    patches.suse/scsi-mpi3mr-Avoid-memcpy-field-spanning-write-WARNING.patch
    (git-fixes CVE-2024-36920 bsc#1225768).
  - Update
    patches.suse/scsi-pm80xx-Set-phy-enable_completion-only-when-we-wait-for-it.patch
    (git-fixes CVE-2024-47666 bsc#1231453).
  - Update
    patches.suse/tcp-Fix-refcnt-handling-in-__inet_hash_connect.patch
    (git-fixes CVE-2024-26864 bsc#1223112).
  - Update
    patches.suse/tracing-osnoise-Use-a-cpumask-to-know-what-threads-are-kthreads.patch
    (git-fixes CVE-2024-46788 bsc#1230817).
  - Update
    patches.suse/tracing-timerlat-Move-hrtimer_init-to-timerlat_fd-open.patch
    (git-fixes CVE-2024-26703 bsc#1222423).
  - Update
    patches.suse/x86-CPU-AMD-Clear-virtualized-VMLOAD-VMSAVE-on-Zen4-client
    (bsc#1233443 CVE-2024-53114 bsc#1234072).
  - commit 420eea1
  - Bluetooth: SCO: Fix UAF on sco_sock_timeout (CVE-2024-50125
    bsc#1232928).
  - Refresh
    patches.suse/Bluetooth-ISO-Fix-UAF-on-iso_sock_timeout.patch.
    Revert Bluetooth-ISO-Fix-UAF-on-iso_sock_timeout.patch to the upstream
    version of the patch.
    The reverted version was a mix of 1bf4470a and 246b435a, since they were
    accidentally identified as two different commits doing the same changes.
    The changes are indeed mostly the same, but to different files.
  - commit 5725fe5
  - cgroup/bpf: only cgroup v2 can be attached by bpf programs
    (bsc#1234108).
  - Revert "cgroup: Fix memory leak caused by missing
    cgroup_bpf_offline" (bsc#1234108).
  - commit 6a48bcc
  - kexec_file: fix elfcorehdr digest exclusion when
    CONFIG_CRASH_HOTPLUG=y (git-fixes).
  - commit 1b2a54a
  - signal: restore the override_rlimit logic (CVE-2024-50271
    bsc#1233460).
  - ucounts: fix counter leak in inc_rlimit_get_ucounts()
    (bsc#1233460).
  - commit 232c2a6
  - hv_sock: Initializing vsk->trans to NULL to prevent a dangling pointer (git-fixes).
  - commit 109e508
  - posix-cpu-timers: Clear TICK_DEP_BIT_POSIX_TIMER on clone
    (bsc#1234098).
  - commit 362812c
  - signal: Replace BUG_ON()s (bsc#1234093).
  - commit dad9530
  - dm cache: fix out-of-bounds access to the dirty bitset when
    resizing (CVE-2024-50279 bsc#1233468).
  - commit 2080b22
  - ipv4: ip_tunnel: Fix suspicious RCU usage warning in
    ip_tunnel_init_flow() (CVE-2024-53042 bsc#1233540).
  - commit 6649f10
  - intel_idle: fix ACPI _CST matching for newer Xeon platforms
    (bsc#1231630).
  - commit 0f23b16
  - intel_idle: add Granite Rapids Xeon support (bsc#1231630).
  - commit 111abfc
  - Update config files.
    Enabled IDPF for ARM64 (bsc#1221309)
  - commit adee356
  - selftests/bpf: validate fake register spill/fill precision
    backtracking logic (bsc#1232823 CVE-2023-52920).
  - bpf: handle fake register spill to stack with BPF_ST_MEM
    instruction (bsc#1232823 CVE-2023-52920).
  - commit 52cdf87
  - btrfs: fix a NULL pointer dereference when failed to start a
    new trasacntion (CVE-2024-49868 bsc#1232272).
  - commit cc68ee3
  - PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS
    milliseconds (git-fixes).
  - PCI: Add T_PVPERL macro (git-fixes).
  - commit 664a849

++++ python311-core:

  - Add add-loongarch64-support.patch to support loongarch64

++++ systemd:

  - Add 0003-Drop-support-for-efivar-SystemdOptions.patch (bsc#1220338)
    Upstream deprecated it and plan to drop it in the future.
    Let's get ahead and drop it now as this feature is unlikely to be used on SUSE
    distros and it might be used to gain access to encrypted SLEM systems with
    unattended disk unlock and with secure boot disabled.
  - Import commit e107182cb3dd1702b291d0455bdabcb7db28e537 (merge of v254.21)
    This merge includes the following fix:
    a467a411f pid1: make clear that $WATCHDOG_USEC is set for the shutdown binary, noone else (bsc#1232227)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/a3aa27ac6649cb096b3c87c8ac61a6950bfa3567...e107182cb3dd1702b291d0455bdabcb7db28e537

++++ nvidia-open-driver-G06-signed:

  - kmp-trigger.sh:
    * avoid to return with exit code != 0 if modules could not be
    unloaded for some reason

++++ python311:

  - Add add-loongarch64-support.patch to support loongarch64

++++ python-PyJWT:

  - Update to version 2.10.1 (bsc#1234038, CVE-2024-53861):
    * Prevent partial matching of iss claim. Thanks @fabianbadoi!
    (See: GHSA-75c5-xw7c-p5pm)

++++ supportutils:

  - Changes to version 3.2.9
    + Map running PIDs to RPM package owner aiding BPF program detection (bsc#1222896, bsc#1213291, PED-8221)
    + Supportconfig available in current distro (PED-7131)
    + Corrected display issues (bsc#1231396)
    + NFS takes too long, showmount times out (bsc#1231423)
    + Merged sle15 and master branches (bsc#1233726, PED-11669)

------------------------------------------------------------------
------------------  2024-12-2  -  Dec 2 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add support for loongarch64
    This Fixes #2684
  - Fix broken links in the documentation
  - Fix legacy_bios_mode detection
    The code in this method does not work correctly if the
    firmware is set to 'bios'. In bios only mode the method
    returned a false value which is incorrect as it should
    return a true value in this case. Without this patch
    ISO images will fail to boot because no loader gets
    configured.
  - Added /dev/pts to bind mount locations
    During runtime several kernel filesystems are bind mounted into
    the image root system such that programs expecting it can work.
    /dev/pts was not needed so far but seems to be a good addition
    to the list to make tools like sudo to work properly when called
    e.g. from a config.sh script. This Fixes #2686

++++ kernel-default:

  - mm/thp: fix deferred split unqueue naming and locking
    (CVE-2024-53079 bsc#1233570).
  - commit b50ea3e
  - cxl: downgrade a warning message to debug level in
    cxl_probe_component_regs() (bsc#1229165).
  - commit 388d64b
  - nvme-fabrics: fix kernel crash while shutting down controller
    (git-fixes).
  - nvme-pci: reverse request order in nvme_queue_rqs (git-fixes).
  - nvme-pci: fix freeing of the HMB descriptor table (git-fixes).
  - nvme/host: Fix RCU list traversal to use SRCU primitive
    (git-fixes).
  - commit 9f9c907
  - nvme-loop: flush off pending I/O while shutting down loop
    controller (git-fixes).
  - commit 85bcc27
  - Rename to
    patches.suse/nvme-multipath-defer-partition-scanning.patch. (git-fixes bsc#122824)
  - commit 79fcf69
  - nvme: tcp: avoid race between queue_lock lock and destroy
    (git-fixes).
  - commit 0d6537a
  - Update
    patches.suse/scsi-qla2xxx-Update-version-to-10.02.09.300-k.patch
    (bsc#1228850 jsc#PED-9943 jsc#PED-11316).
    This is the latest greatest version of qla2xxx. Add the jira
    reference so that it is tracked.
  - commit 8eff9b2
  - scsi: lpfc: Copyright updates for 14.4.0.6 patches (bsc#1233241
    jsc#PED-9943).
  - scsi: lpfc: Update lpfc version to 14.4.0.6 (bsc#1233241
    jsc#PED-9943).
  - scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask
    (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure
    (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Prevent NDLP reference count underflow in
    dev_loss_tmo callback (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Add cleanup of nvmels_wq after HBA reset
    (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting
    follow up FDMI (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE
    before BSG flag (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod
    paths (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Check devloss callbk done flag for potential stale
    NDLP ptrs (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Modify CGN warning signal calculation based on
    EDC response (bsc#1233241 jsc#PED-9943).
  - commit 566c7c9
  - mm: always initialise folio->_deferred_list (CVE-2024-53079
    bsc#1233570 prerequisity).
  - commit 3c832a9
  - mm/hugetlb: fix nodes huge page allocation when there are
    surplus pages (bsc#1234012).
  - commit 9fde6f7
  - Input: xpad - add support for MSI Claw A1M (git-fixes).
  - commit d37ec4c
  - Input: xpad - add support for 8BitDo Ultimate 2C Wireless
    Controller (git-fixes).
  - commit 0d7bec2
  - Input: xpad - add support for Machenike G5 Pro Controller
    (git-fixes).
  - commit f071586
  - Input: xpad - sort xpad_device by vendor and product ID
    (git-fixes).
  - Refresh
    patches.suse/Input-xpad-add-support-for-Snakebyte-GAMEPADs.patch.
  - commit 5f46bd9
  - Input: xpad - add GameSir T4 Kaleid Controller support
    (git-fixes).
  - commit d80239f
  - Input: xpad - add GameSir VID for Xbox One controllers
    (git-fixes).
  - commit 993ca75
  - Input: xpad - fix support for some third-party controllers
    (git-fixes).
  - commit 1d5b082
  - Input: xpad - spelling fixes for "Xbox" (git-fixes).
  - Refresh
    patches.suse/Input-xpad-add-HyperX-Clutch-Gladiate-Support.patch.
  - Refresh
    patches.suse/Input-xpad-add-Lenovo-Legion-Go-controllers.patch.
  - Refresh patches.suse/Input-xpad-add-PXN-V900-support.patch.
  - Refresh
    patches.suse/Input-xpad-add-additional-HyperX-Controller-Identifi.patch.
  - Refresh
    patches.suse/Input-xpad-add-support-for-ASUS-ROG-RAIKIRI.patch.
  - Refresh
    patches.suse/Input-xpad-add-support-for-Snakebyte-GAMEPADs.patch.
  - commit 15a1c29
  - jbd2: fix soft lockup in journal_finish_inode_data_buffers()
    (bsc#1234046).
  - commit f32d01d
  - jbd2: correct the printing of write_flags in
    jbd2_write_superblock() (bsc#1234045).
  - commit fe6bf4e
  - jbd2: fix potential data lost in recovering journal raced with
    synchronizing fs bdev (bsc#1234044).
  - commit 5fbdfed
  - mm: convert free_transhuge_folio() to
    folio_undo_large_rmappable() (CVE-2024-53079 bsc#1233570
    prerequisity).
  - commit 4e7d9f6
  - jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
    (bsc#1234043).
  - commit ffe100a
  - jbd2: precompute number of transaction descriptor blocks
    (bsc#1234042).
  - commit 3ed7ebf
  - jbd2: make jbd2_journal_get_max_txn_bufs() internal
    (bsc#1234041).
  - commit ad2f96f
  - jbd2: avoid mount failed when commit block is partial submitted
    (bsc#1234040).
  - commit 7226fe5
  - jbd2: avoid infinite transaction commit loop (bsc#1234039).
  - commit ad1118f
  - ext4: fix unttached inode after power cut with orphan file
    feature enabled (bsc#1234009).
  - commit 3e057c0
  - net: arc: fix the device for dma_map_single/dma_unmap_single
    (CVE-2024-50295 bsc#1233484).
  - net: vertexcom: mse102x: Fix possible double free of TX skb
    (CVE-2024-50276 bsc#1233465).
  - net: enetc: allocate vf_state during PF probes (CVE-2024-50298
    bsc#1233487).
  - net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged
    SKB data (CVE-2024-53058 bsc#1233552).
  - commit ae38000
  - x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client
    (bsc#1233443).
  - commit 5beba61
  - x86: Increase brk randomness entropy for 64-bit systems (git-fixes).
  - commit 7e88dd7
  - x86/resctrl: Remove hard-coded memory bandwidth limit (git-fixes).
  - Refresh patches.suse/x86-resctrl-Annotate-get_mem_config-functions-as-__init.patch.
  - commit 6888d66
  - Update
    patches.suse/ASoC-dapm-fix-bounds-checker-error-in-dapm_widget_li.patch
    (git-fixes CVE-2024-53045 bsc#1233524).
  - Update
    patches.suse/ASoC-stm32-spdifrx-fix-dma-channel-release-in-stm32_.patch
    (git-fixes CVE-2024-50292 bsc#1233481).
  - Update
    patches.suse/HID-core-zero-initialize-the-report-buffer.patch
    (git-fixes CVE-2024-50302 bsc#1233491).
  - Update
    patches.suse/USB-serial-io_edgeport-fix-use-after-free-in-debug-p.patch
    (git-fixes CVE-2024-50267 bsc#1233456).
  - Update patches.suse/can-bcm-Fix-UAF-in-bcm_proc_show.patch
    (bsc#1012628 CVE-2023-52922 bsc#1233977).
  - Update
    patches.suse/drm-amdgpu-add-missing-size-check-in-amdgpu_debugfs_.patch
    (stable-fixes CVE-2024-50282 bsc#1233471).
  - Update
    patches.suse/drm-amdgpu-fix-possible-UAF-in-amdgpu_cs_pass1.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52921
    bsc#1233452).
  - Update
    patches.suse/drm-amdgpu-prevent-NULL-pointer-dereference-if-ATIF-.patch
    (git-fixes CVE-2024-53060 bsc#1233554).
  - Update
    patches.suse/firmware-arm_scmi-Fix-slab-use-after-free-in-scmi_bu.patch
    (git-fixes CVE-2024-53068 bsc#1233561).
  - Update
    patches.suse/fs-Fix-uninitialized-value-issue-in-from_kuid-and-from_kgid.patch
    (git-fixes CVE-2024-53101 bsc#1233769).
  - Update
    patches.suse/i40e-fix-race-condition-by-adding-filter-s-intermedi.patch
    (git-fixes CVE-2024-53088 bsc#1233580).
  - Update
    patches.suse/iio-gts-helper-Fix-memory-leaks-for-the-error-path-o.patch
    (git-fixes CVE-2024-53076 bsc#1233567).
  - Update
    patches.suse/io_uring-rw-fix-missing-NOWAIT-check-for-O_DIRECT-st.patch
    (git-fixes CVE-2024-53052 bsc#1233548).
  - Update
    patches.suse/media-ar0521-don-t-overflow-when-checking-PLL-values.patch
    (git-fixes CVE-2024-53081 bsc#1233572).
  - Update
    patches.suse/media-cx24116-prevent-overflows-on-SNR-calculus.patch
    (git-fixes CVE-2024-50290 bsc#1233479).
  - Update
    patches.suse/media-dvbdev-prevent-the-risk-of-out-of-memory-acces.patch
    (git-fixes CVE-2024-53063 bsc#1233557).
  - Update
    patches.suse/media-s5p-jpeg-prevent-buffer-overflows.patch
    (git-fixes CVE-2024-53061 bsc#1233555).
  - Update
    patches.suse/media-v4l2-tpg-prevent-the-risk-of-a-division-by-zer.patch
    (git-fixes CVE-2024-50287 bsc#1233476).
  - Update
    patches.suse/nfs-Fix-KMSAN-warning-in-decode_getfattr_attrs.patch
    (git-fixes CVE-2024-53066 bsc#1233560).
  - Update
    patches.suse/ocfs2-remove-entry-once-instead-of-null-ptr-dereference-in-ocfs2_xa_remove.patch
    (git-fixes CVE-2024-50265 bsc#1233454).
  - Update
    patches.suse/platform-x86-amd-pmc-Detect-when-STB-is-not-availabl.patch
    (git-fixes CVE-2024-53072 bsc#1233564).
  - Update
    patches.suse/posix-clock-posix-clock-Fix-unbalanced-locking-in-pc.patch
    (CVE-2024-50195 bsc#1233103 CVE-2024-50210 bsc#1233097).
  - Update
    patches.suse/scsi-wd33c93-Don-t-use-stale-scsi_pointer-value.patch
    (git-fixes CVE-2024-50026 bsc#1231952).
  - Update
    patches.suse/security-keys-fix-slab-out-of-bounds-in-key_task_per.patch
    (git-fixes CVE-2024-50301 bsc#1233490).
  - Update
    patches.suse/tpm-Lock-TPM-chip-in-tpm_pm_suspend-first.patch
    (bsc#1082555 git-fixes CVE-2024-53085 bsc#1233577).
  - Update
    patches.suse/usb-musb-sunxi-Fix-accessing-an-released-usb-phy.patch
    (git-fixes CVE-2024-50269 bsc#1233458).
  - Update
    patches.suse/usb-typec-fix-potential-out-of-bounds-in-ucsi_ccg_up.patch
    (git-fixes CVE-2024-50268 bsc#1233457).
  - Update
    patches.suse/wifi-iwlwifi-mvm-Fix-response-handling-in-iwl_mvm_se.patch
    (git-fixes CVE-2024-53059 bsc#1233553).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-leak-a-link-on-AP-removal.patch
    (git-fixes CVE-2024-53074 bsc#1233566).
  - commit 5a024cd
  - x86/tdx: Enable CPU topology enumeration (git-fixes).
  - commit cf1674b
  - x86/tdx: Dynamically disable SEPT violations from causing #VEs (git-fixes).
  - commit 29f8884
  - x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup() (git-fixes).
  - commit a66f7df
  - x86/tdx: Introduce wrappers to read and write TD metadata (git-fixes).
  - commit 182660e
  - x86/microcode/intel: Remove unnecessary cache writeback and invalidation (git-fixes).
  - commit dc97c33
  - x86/traps: move kmsan check after instrumentation_begin (git-fixes).
  - commit 788cc4b
  - x86: fix off-by-one in access_ok() (git-fixes).
  - commit ada1011
  - x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments() (git-fixes).
  - commit a421b7f

++++ kernel-firmware:

  - Update to version 20241128 (git commit ea71da6f0690):
    * i915: Update Xe2LPD DMC to v2.24
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various Dell laptops
    * iwlwifi: add Bz-gf FW for core89-91 release
    * amdgpu: update smu 13.0.10 firmware
    * amdgpu: update sdma 6.0.3 firmware
    * amdgpu: update psp 13.0.10 firmware
    * amdgpu: update gc 11.0.3 firmware
    * amdgpu: add smu 13.0.14 firmware
    * amdgpu: add sdma 4.4.5 firmware
    * amdgpu: add psp 13.0.14 firmware
    * amdgpu: add gc 9.4.4 firmware
    * amdgpu: update vcn 3.1.2 firmware
    * amdgpu: update psp 13.0.5 firmware
    * amdgpu: update psp 13.0.8 firmware
    * amdgpu: update vega20 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update psp 14.0.4 firmware
    * amdgpu: update gc 11.5.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update vcn 4.0.0 firmware
    * amdgpu: update smu 13.0.0 firmware
    * amdgpu: update psp 13.0.0 firmware
    * amdgpu: update gc 11.0.0 firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update psp 13.0.11 firmware
    * amdgpu: update gc 11.0.4 firmware
    * amdgpu: update vcn 4.0.2 firmware
    * amdgpu: update psp 13.0.4 firmware
    * amdgpu: update gc 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update vpe 6.1.1 firmware
    * amdgpu: update vcn 4.0.6 firmware
    * amdgpu: update psp 14.0.1 firmware
    * amdgpu: update gc 11.5.1 firmware
    * amdgpu: update vcn 4.0.5 firmware
    * amdgpu: update psp 14.0.0 firmware
    * amdgpu: update gc 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update arcturus firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update sdma 4.4.2 firmware
    * amdgpu: update psp 13.0.6 firmware
    * amdgpu: update gc 9.4.3 firmware
    * amdgpu: update vcn 4.0.4 firmware
    * amdgpu: update psp 13.0.7 firmware
    * amdgpu: update gc 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
  - Update aliases from 6.13-rc1

++++ kernel-rt:

  - mm/thp: fix deferred split unqueue naming and locking
    (CVE-2024-53079 bsc#1233570).
  - commit b50ea3e
  - cxl: downgrade a warning message to debug level in
    cxl_probe_component_regs() (bsc#1229165).
  - commit 388d64b
  - nvme-fabrics: fix kernel crash while shutting down controller
    (git-fixes).
  - nvme-pci: reverse request order in nvme_queue_rqs (git-fixes).
  - nvme-pci: fix freeing of the HMB descriptor table (git-fixes).
  - nvme/host: Fix RCU list traversal to use SRCU primitive
    (git-fixes).
  - commit 9f9c907
  - nvme-loop: flush off pending I/O while shutting down loop
    controller (git-fixes).
  - commit 85bcc27
  - Rename to
    patches.suse/nvme-multipath-defer-partition-scanning.patch. (git-fixes bsc#122824)
  - commit 79fcf69
  - nvme: tcp: avoid race between queue_lock lock and destroy
    (git-fixes).
  - commit 0d6537a
  - Update
    patches.suse/scsi-qla2xxx-Update-version-to-10.02.09.300-k.patch
    (bsc#1228850 jsc#PED-9943 jsc#PED-11316).
    This is the latest greatest version of qla2xxx. Add the jira
    reference so that it is tracked.
  - commit 8eff9b2
  - scsi: lpfc: Copyright updates for 14.4.0.6 patches (bsc#1233241
    jsc#PED-9943).
  - scsi: lpfc: Update lpfc version to 14.4.0.6 (bsc#1233241
    jsc#PED-9943).
  - scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask
    (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure
    (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Prevent NDLP reference count underflow in
    dev_loss_tmo callback (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Add cleanup of nvmels_wq after HBA reset
    (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting
    follow up FDMI (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE
    before BSG flag (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod
    paths (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Check devloss callbk done flag for potential stale
    NDLP ptrs (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Modify CGN warning signal calculation based on
    EDC response (bsc#1233241 jsc#PED-9943).
  - commit 566c7c9
  - mm: always initialise folio->_deferred_list (CVE-2024-53079
    bsc#1233570 prerequisity).
  - commit 3c832a9
  - mm/hugetlb: fix nodes huge page allocation when there are
    surplus pages (bsc#1234012).
  - commit 9fde6f7
  - Input: xpad - add support for MSI Claw A1M (git-fixes).
  - commit d37ec4c
  - Input: xpad - add support for 8BitDo Ultimate 2C Wireless
    Controller (git-fixes).
  - commit 0d7bec2
  - Input: xpad - add support for Machenike G5 Pro Controller
    (git-fixes).
  - commit f071586
  - Input: xpad - sort xpad_device by vendor and product ID
    (git-fixes).
  - Refresh
    patches.suse/Input-xpad-add-support-for-Snakebyte-GAMEPADs.patch.
  - commit 5f46bd9
  - Input: xpad - add GameSir T4 Kaleid Controller support
    (git-fixes).
  - commit d80239f
  - Input: xpad - add GameSir VID for Xbox One controllers
    (git-fixes).
  - commit 993ca75
  - Input: xpad - fix support for some third-party controllers
    (git-fixes).
  - commit 1d5b082
  - Input: xpad - spelling fixes for "Xbox" (git-fixes).
  - Refresh
    patches.suse/Input-xpad-add-HyperX-Clutch-Gladiate-Support.patch.
  - Refresh
    patches.suse/Input-xpad-add-Lenovo-Legion-Go-controllers.patch.
  - Refresh patches.suse/Input-xpad-add-PXN-V900-support.patch.
  - Refresh
    patches.suse/Input-xpad-add-additional-HyperX-Controller-Identifi.patch.
  - Refresh
    patches.suse/Input-xpad-add-support-for-ASUS-ROG-RAIKIRI.patch.
  - Refresh
    patches.suse/Input-xpad-add-support-for-Snakebyte-GAMEPADs.patch.
  - commit 15a1c29
  - jbd2: fix soft lockup in journal_finish_inode_data_buffers()
    (bsc#1234046).
  - commit f32d01d
  - jbd2: correct the printing of write_flags in
    jbd2_write_superblock() (bsc#1234045).
  - commit fe6bf4e
  - jbd2: fix potential data lost in recovering journal raced with
    synchronizing fs bdev (bsc#1234044).
  - commit 5fbdfed
  - mm: convert free_transhuge_folio() to
    folio_undo_large_rmappable() (CVE-2024-53079 bsc#1233570
    prerequisity).
  - commit 4e7d9f6
  - jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
    (bsc#1234043).
  - commit ffe100a
  - jbd2: precompute number of transaction descriptor blocks
    (bsc#1234042).
  - commit 3ed7ebf
  - jbd2: make jbd2_journal_get_max_txn_bufs() internal
    (bsc#1234041).
  - commit ad2f96f
  - jbd2: avoid mount failed when commit block is partial submitted
    (bsc#1234040).
  - commit 7226fe5
  - jbd2: avoid infinite transaction commit loop (bsc#1234039).
  - commit ad1118f
  - ext4: fix unttached inode after power cut with orphan file
    feature enabled (bsc#1234009).
  - commit 3e057c0
  - net: arc: fix the device for dma_map_single/dma_unmap_single
    (CVE-2024-50295 bsc#1233484).
  - net: vertexcom: mse102x: Fix possible double free of TX skb
    (CVE-2024-50276 bsc#1233465).
  - net: enetc: allocate vf_state during PF probes (CVE-2024-50298
    bsc#1233487).
  - net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged
    SKB data (CVE-2024-53058 bsc#1233552).
  - commit ae38000
  - x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client
    (bsc#1233443).
  - commit 5beba61
  - x86: Increase brk randomness entropy for 64-bit systems (git-fixes).
  - commit 7e88dd7
  - x86/resctrl: Remove hard-coded memory bandwidth limit (git-fixes).
  - Refresh patches.suse/x86-resctrl-Annotate-get_mem_config-functions-as-__init.patch.
  - commit 6888d66
  - Update
    patches.suse/ASoC-dapm-fix-bounds-checker-error-in-dapm_widget_li.patch
    (git-fixes CVE-2024-53045 bsc#1233524).
  - Update
    patches.suse/ASoC-stm32-spdifrx-fix-dma-channel-release-in-stm32_.patch
    (git-fixes CVE-2024-50292 bsc#1233481).
  - Update
    patches.suse/HID-core-zero-initialize-the-report-buffer.patch
    (git-fixes CVE-2024-50302 bsc#1233491).
  - Update
    patches.suse/USB-serial-io_edgeport-fix-use-after-free-in-debug-p.patch
    (git-fixes CVE-2024-50267 bsc#1233456).
  - Update patches.suse/can-bcm-Fix-UAF-in-bcm_proc_show.patch
    (bsc#1012628 CVE-2023-52922 bsc#1233977).
  - Update
    patches.suse/drm-amdgpu-add-missing-size-check-in-amdgpu_debugfs_.patch
    (stable-fixes CVE-2024-50282 bsc#1233471).
  - Update
    patches.suse/drm-amdgpu-fix-possible-UAF-in-amdgpu_cs_pass1.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52921
    bsc#1233452).
  - Update
    patches.suse/drm-amdgpu-prevent-NULL-pointer-dereference-if-ATIF-.patch
    (git-fixes CVE-2024-53060 bsc#1233554).
  - Update
    patches.suse/firmware-arm_scmi-Fix-slab-use-after-free-in-scmi_bu.patch
    (git-fixes CVE-2024-53068 bsc#1233561).
  - Update
    patches.suse/fs-Fix-uninitialized-value-issue-in-from_kuid-and-from_kgid.patch
    (git-fixes CVE-2024-53101 bsc#1233769).
  - Update
    patches.suse/i40e-fix-race-condition-by-adding-filter-s-intermedi.patch
    (git-fixes CVE-2024-53088 bsc#1233580).
  - Update
    patches.suse/iio-gts-helper-Fix-memory-leaks-for-the-error-path-o.patch
    (git-fixes CVE-2024-53076 bsc#1233567).
  - Update
    patches.suse/io_uring-rw-fix-missing-NOWAIT-check-for-O_DIRECT-st.patch
    (git-fixes CVE-2024-53052 bsc#1233548).
  - Update
    patches.suse/media-ar0521-don-t-overflow-when-checking-PLL-values.patch
    (git-fixes CVE-2024-53081 bsc#1233572).
  - Update
    patches.suse/media-cx24116-prevent-overflows-on-SNR-calculus.patch
    (git-fixes CVE-2024-50290 bsc#1233479).
  - Update
    patches.suse/media-dvbdev-prevent-the-risk-of-out-of-memory-acces.patch
    (git-fixes CVE-2024-53063 bsc#1233557).
  - Update
    patches.suse/media-s5p-jpeg-prevent-buffer-overflows.patch
    (git-fixes CVE-2024-53061 bsc#1233555).
  - Update
    patches.suse/media-v4l2-tpg-prevent-the-risk-of-a-division-by-zer.patch
    (git-fixes CVE-2024-50287 bsc#1233476).
  - Update
    patches.suse/nfs-Fix-KMSAN-warning-in-decode_getfattr_attrs.patch
    (git-fixes CVE-2024-53066 bsc#1233560).
  - Update
    patches.suse/ocfs2-remove-entry-once-instead-of-null-ptr-dereference-in-ocfs2_xa_remove.patch
    (git-fixes CVE-2024-50265 bsc#1233454).
  - Update
    patches.suse/platform-x86-amd-pmc-Detect-when-STB-is-not-availabl.patch
    (git-fixes CVE-2024-53072 bsc#1233564).
  - Update
    patches.suse/posix-clock-posix-clock-Fix-unbalanced-locking-in-pc.patch
    (CVE-2024-50195 bsc#1233103 CVE-2024-50210 bsc#1233097).
  - Update
    patches.suse/scsi-wd33c93-Don-t-use-stale-scsi_pointer-value.patch
    (git-fixes CVE-2024-50026 bsc#1231952).
  - Update
    patches.suse/security-keys-fix-slab-out-of-bounds-in-key_task_per.patch
    (git-fixes CVE-2024-50301 bsc#1233490).
  - Update
    patches.suse/tpm-Lock-TPM-chip-in-tpm_pm_suspend-first.patch
    (bsc#1082555 git-fixes CVE-2024-53085 bsc#1233577).
  - Update
    patches.suse/usb-musb-sunxi-Fix-accessing-an-released-usb-phy.patch
    (git-fixes CVE-2024-50269 bsc#1233458).
  - Update
    patches.suse/usb-typec-fix-potential-out-of-bounds-in-ucsi_ccg_up.patch
    (git-fixes CVE-2024-50268 bsc#1233457).
  - Update
    patches.suse/wifi-iwlwifi-mvm-Fix-response-handling-in-iwl_mvm_se.patch
    (git-fixes CVE-2024-53059 bsc#1233553).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-leak-a-link-on-AP-removal.patch
    (git-fixes CVE-2024-53074 bsc#1233566).
  - commit 5a024cd
  - x86/tdx: Enable CPU topology enumeration (git-fixes).
  - commit cf1674b
  - x86/tdx: Dynamically disable SEPT violations from causing #VEs (git-fixes).
  - commit 29f8884
  - x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup() (git-fixes).
  - commit a66f7df
  - x86/tdx: Introduce wrappers to read and write TD metadata (git-fixes).
  - commit 182660e
  - x86/microcode/intel: Remove unnecessary cache writeback and invalidation (git-fixes).
  - commit dc97c33
  - x86/traps: move kmsan check after instrumentation_begin (git-fixes).
  - commit 788cc4b
  - x86: fix off-by-one in access_ok() (git-fixes).
  - commit ada1011
  - x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments() (git-fixes).
  - commit a421b7f

++++ kernel-rt_debug:

  - mm/thp: fix deferred split unqueue naming and locking
    (CVE-2024-53079 bsc#1233570).
  - commit b50ea3e
  - cxl: downgrade a warning message to debug level in
    cxl_probe_component_regs() (bsc#1229165).
  - commit 388d64b
  - nvme-fabrics: fix kernel crash while shutting down controller
    (git-fixes).
  - nvme-pci: reverse request order in nvme_queue_rqs (git-fixes).
  - nvme-pci: fix freeing of the HMB descriptor table (git-fixes).
  - nvme/host: Fix RCU list traversal to use SRCU primitive
    (git-fixes).
  - commit 9f9c907
  - nvme-loop: flush off pending I/O while shutting down loop
    controller (git-fixes).
  - commit 85bcc27
  - Rename to
    patches.suse/nvme-multipath-defer-partition-scanning.patch. (git-fixes bsc#122824)
  - commit 79fcf69
  - nvme: tcp: avoid race between queue_lock lock and destroy
    (git-fixes).
  - commit 0d6537a
  - Update
    patches.suse/scsi-qla2xxx-Update-version-to-10.02.09.300-k.patch
    (bsc#1228850 jsc#PED-9943 jsc#PED-11316).
    This is the latest greatest version of qla2xxx. Add the jira
    reference so that it is tracked.
  - commit 8eff9b2
  - scsi: lpfc: Copyright updates for 14.4.0.6 patches (bsc#1233241
    jsc#PED-9943).
  - scsi: lpfc: Update lpfc version to 14.4.0.6 (bsc#1233241
    jsc#PED-9943).
  - scsi: lpfc: Change lpfc_nodelist nlp_flag member into a bitmask
    (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Remove NLP_RELEASE_RPI flag from nodelist structure
    (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Prevent NDLP reference count underflow in
    dev_loss_tmo callback (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Add cleanup of nvmels_wq after HBA reset
    (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Check SLI_ACTIVE flag in FDMI cmpl before submitting
    follow up FDMI (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Update lpfc_els_flush_cmd() to check for SLI_ACTIVE
    before BSG flag (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Call lpfc_sli4_queue_unset() in restart and rmmod
    paths (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Check devloss callbk done flag for potential stale
    NDLP ptrs (bsc#1233241 jsc#PED-9943).
  - scsi: lpfc: Modify CGN warning signal calculation based on
    EDC response (bsc#1233241 jsc#PED-9943).
  - commit 566c7c9
  - mm: always initialise folio->_deferred_list (CVE-2024-53079
    bsc#1233570 prerequisity).
  - commit 3c832a9
  - mm/hugetlb: fix nodes huge page allocation when there are
    surplus pages (bsc#1234012).
  - commit 9fde6f7
  - Input: xpad - add support for MSI Claw A1M (git-fixes).
  - commit d37ec4c
  - Input: xpad - add support for 8BitDo Ultimate 2C Wireless
    Controller (git-fixes).
  - commit 0d7bec2
  - Input: xpad - add support for Machenike G5 Pro Controller
    (git-fixes).
  - commit f071586
  - Input: xpad - sort xpad_device by vendor and product ID
    (git-fixes).
  - Refresh
    patches.suse/Input-xpad-add-support-for-Snakebyte-GAMEPADs.patch.
  - commit 5f46bd9
  - Input: xpad - add GameSir T4 Kaleid Controller support
    (git-fixes).
  - commit d80239f
  - Input: xpad - add GameSir VID for Xbox One controllers
    (git-fixes).
  - commit 993ca75
  - Input: xpad - fix support for some third-party controllers
    (git-fixes).
  - commit 1d5b082
  - Input: xpad - spelling fixes for "Xbox" (git-fixes).
  - Refresh
    patches.suse/Input-xpad-add-HyperX-Clutch-Gladiate-Support.patch.
  - Refresh
    patches.suse/Input-xpad-add-Lenovo-Legion-Go-controllers.patch.
  - Refresh patches.suse/Input-xpad-add-PXN-V900-support.patch.
  - Refresh
    patches.suse/Input-xpad-add-additional-HyperX-Controller-Identifi.patch.
  - Refresh
    patches.suse/Input-xpad-add-support-for-ASUS-ROG-RAIKIRI.patch.
  - Refresh
    patches.suse/Input-xpad-add-support-for-Snakebyte-GAMEPADs.patch.
  - commit 15a1c29
  - jbd2: fix soft lockup in journal_finish_inode_data_buffers()
    (bsc#1234046).
  - commit f32d01d
  - jbd2: correct the printing of write_flags in
    jbd2_write_superblock() (bsc#1234045).
  - commit fe6bf4e
  - jbd2: fix potential data lost in recovering journal raced with
    synchronizing fs bdev (bsc#1234044).
  - commit 5fbdfed
  - mm: convert free_transhuge_folio() to
    folio_undo_large_rmappable() (CVE-2024-53079 bsc#1233570
    prerequisity).
  - commit 4e7d9f6
  - jbd2: avoid memleak in jbd2_journal_write_metadata_buffer
    (bsc#1234043).
  - commit ffe100a
  - jbd2: precompute number of transaction descriptor blocks
    (bsc#1234042).
  - commit 3ed7ebf
  - jbd2: make jbd2_journal_get_max_txn_bufs() internal
    (bsc#1234041).
  - commit ad2f96f
  - jbd2: avoid mount failed when commit block is partial submitted
    (bsc#1234040).
  - commit 7226fe5
  - jbd2: avoid infinite transaction commit loop (bsc#1234039).
  - commit ad1118f
  - ext4: fix unttached inode after power cut with orphan file
    feature enabled (bsc#1234009).
  - commit 3e057c0
  - net: arc: fix the device for dma_map_single/dma_unmap_single
    (CVE-2024-50295 bsc#1233484).
  - net: vertexcom: mse102x: Fix possible double free of TX skb
    (CVE-2024-50276 bsc#1233465).
  - net: enetc: allocate vf_state during PF probes (CVE-2024-50298
    bsc#1233487).
  - net: stmmac: TSO: Fix unbalanced DMA map/unmap for non-paged
    SKB data (CVE-2024-53058 bsc#1233552).
  - commit ae38000
  - x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client
    (bsc#1233443).
  - commit 5beba61
  - x86: Increase brk randomness entropy for 64-bit systems (git-fixes).
  - commit 7e88dd7
  - x86/resctrl: Remove hard-coded memory bandwidth limit (git-fixes).
  - Refresh patches.suse/x86-resctrl-Annotate-get_mem_config-functions-as-__init.patch.
  - commit 6888d66
  - Update
    patches.suse/ASoC-dapm-fix-bounds-checker-error-in-dapm_widget_li.patch
    (git-fixes CVE-2024-53045 bsc#1233524).
  - Update
    patches.suse/ASoC-stm32-spdifrx-fix-dma-channel-release-in-stm32_.patch
    (git-fixes CVE-2024-50292 bsc#1233481).
  - Update
    patches.suse/HID-core-zero-initialize-the-report-buffer.patch
    (git-fixes CVE-2024-50302 bsc#1233491).
  - Update
    patches.suse/USB-serial-io_edgeport-fix-use-after-free-in-debug-p.patch
    (git-fixes CVE-2024-50267 bsc#1233456).
  - Update patches.suse/can-bcm-Fix-UAF-in-bcm_proc_show.patch
    (bsc#1012628 CVE-2023-52922 bsc#1233977).
  - Update
    patches.suse/drm-amdgpu-add-missing-size-check-in-amdgpu_debugfs_.patch
    (stable-fixes CVE-2024-50282 bsc#1233471).
  - Update
    patches.suse/drm-amdgpu-fix-possible-UAF-in-amdgpu_cs_pass1.patch
    (jsc#PED-3527 jsc#PED-5475 jsc#PED-6068 jsc#PED-6070
    jsc#PED-6116 jsc#PED-6120 jsc#PED-5065 jsc#PED-5477 jsc#PED-5511
    jsc#PED-6041 jsc#PED-6069 jsc#PED-6071 CVE-2023-52921
    bsc#1233452).
  - Update
    patches.suse/drm-amdgpu-prevent-NULL-pointer-dereference-if-ATIF-.patch
    (git-fixes CVE-2024-53060 bsc#1233554).
  - Update
    patches.suse/firmware-arm_scmi-Fix-slab-use-after-free-in-scmi_bu.patch
    (git-fixes CVE-2024-53068 bsc#1233561).
  - Update
    patches.suse/fs-Fix-uninitialized-value-issue-in-from_kuid-and-from_kgid.patch
    (git-fixes CVE-2024-53101 bsc#1233769).
  - Update
    patches.suse/i40e-fix-race-condition-by-adding-filter-s-intermedi.patch
    (git-fixes CVE-2024-53088 bsc#1233580).
  - Update
    patches.suse/iio-gts-helper-Fix-memory-leaks-for-the-error-path-o.patch
    (git-fixes CVE-2024-53076 bsc#1233567).
  - Update
    patches.suse/io_uring-rw-fix-missing-NOWAIT-check-for-O_DIRECT-st.patch
    (git-fixes CVE-2024-53052 bsc#1233548).
  - Update
    patches.suse/media-ar0521-don-t-overflow-when-checking-PLL-values.patch
    (git-fixes CVE-2024-53081 bsc#1233572).
  - Update
    patches.suse/media-cx24116-prevent-overflows-on-SNR-calculus.patch
    (git-fixes CVE-2024-50290 bsc#1233479).
  - Update
    patches.suse/media-dvbdev-prevent-the-risk-of-out-of-memory-acces.patch
    (git-fixes CVE-2024-53063 bsc#1233557).
  - Update
    patches.suse/media-s5p-jpeg-prevent-buffer-overflows.patch
    (git-fixes CVE-2024-53061 bsc#1233555).
  - Update
    patches.suse/media-v4l2-tpg-prevent-the-risk-of-a-division-by-zer.patch
    (git-fixes CVE-2024-50287 bsc#1233476).
  - Update
    patches.suse/nfs-Fix-KMSAN-warning-in-decode_getfattr_attrs.patch
    (git-fixes CVE-2024-53066 bsc#1233560).
  - Update
    patches.suse/ocfs2-remove-entry-once-instead-of-null-ptr-dereference-in-ocfs2_xa_remove.patch
    (git-fixes CVE-2024-50265 bsc#1233454).
  - Update
    patches.suse/platform-x86-amd-pmc-Detect-when-STB-is-not-availabl.patch
    (git-fixes CVE-2024-53072 bsc#1233564).
  - Update
    patches.suse/posix-clock-posix-clock-Fix-unbalanced-locking-in-pc.patch
    (CVE-2024-50195 bsc#1233103 CVE-2024-50210 bsc#1233097).
  - Update
    patches.suse/scsi-wd33c93-Don-t-use-stale-scsi_pointer-value.patch
    (git-fixes CVE-2024-50026 bsc#1231952).
  - Update
    patches.suse/security-keys-fix-slab-out-of-bounds-in-key_task_per.patch
    (git-fixes CVE-2024-50301 bsc#1233490).
  - Update
    patches.suse/tpm-Lock-TPM-chip-in-tpm_pm_suspend-first.patch
    (bsc#1082555 git-fixes CVE-2024-53085 bsc#1233577).
  - Update
    patches.suse/usb-musb-sunxi-Fix-accessing-an-released-usb-phy.patch
    (git-fixes CVE-2024-50269 bsc#1233458).
  - Update
    patches.suse/usb-typec-fix-potential-out-of-bounds-in-ucsi_ccg_up.patch
    (git-fixes CVE-2024-50268 bsc#1233457).
  - Update
    patches.suse/wifi-iwlwifi-mvm-Fix-response-handling-in-iwl_mvm_se.patch
    (git-fixes CVE-2024-53059 bsc#1233553).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-leak-a-link-on-AP-removal.patch
    (git-fixes CVE-2024-53074 bsc#1233566).
  - commit 5a024cd
  - x86/tdx: Enable CPU topology enumeration (git-fixes).
  - commit cf1674b
  - x86/tdx: Dynamically disable SEPT violations from causing #VEs (git-fixes).
  - commit 29f8884
  - x86/tdx: Rename tdx_parse_tdinfo() to tdx_setup() (git-fixes).
  - commit a66f7df
  - x86/tdx: Introduce wrappers to read and write TD metadata (git-fixes).
  - commit 182660e
  - x86/microcode/intel: Remove unnecessary cache writeback and invalidation (git-fixes).
  - commit dc97c33
  - x86/traps: move kmsan check after instrumentation_begin (git-fixes).
  - commit 788cc4b
  - x86: fix off-by-one in access_ok() (git-fixes).
  - commit ada1011
  - x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments() (git-fixes).
  - commit a421b7f

++++ gcc14:

  - disable go on loongarch64 for now

++++ python311-core:

  - Fix changelog

++++ opensuse-migration-tool:

  - Update to version 20241202.1a4772b:
    * Fix missing mv and missing DRYRUN
    * Use https instead of git in a README git clone examples
    * Update README.md with opensuse-migration tool and new repo paths

++++ python311:

  - Fix changelog

------------------------------------------------------------------
------------------  2024-12-1  -  Dec 1 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - s390/cpum_sf: Convert to cmpxchg128() (bsc#1220773).
  - arch: Remove cmpxchg_double (bsc#1220773).
  - slub: Replace cmpxchg_double() (bsc#1220773).
  - x86,intel_iommu: Replace cmpxchg_double() (bsc#1220773).
  - commit e59d679
  - x86,amd_iommu: Replace cmpxchg_double() (bsc#1220773).
  - Refresh for the above change,
    patches.suse/iommu-amd-Remove-the-unused-struct-amd_ir_data.ref.
  - commit 8594442
  - parisc: Raise minimal GCC version (bsc#1220773).
  - commit 7e72ff3
  - percpu: Wire up cmpxchg128 (bsc#1220773).
  - Refresh for the above change,
    patches.kabi/kabi-partial-revert-commit-20516d6e51dd.patch.
    patches.suse/x86-Stop-using-weak-symbols-for-__iowrite32_copy.patch.
  - commit afeecf1
  - percpu: Add {raw,this}_cpu_try_cmpxchg() (bsc#1220773).
  - instrumentation: Wire up cmpxchg128() (bsc#1220773).
  - arch: Introduce arch_{,try_}_cmpxchg128{,_local}() (bsc#1220773).
  - types: Introduce [us]128 (bsc#1220773).
  - cyrpto/b128ops: Remove struct u128 (bsc#1220773).
  - commit 83bf8ec
  - tools/power turbostat: Fix trailing '\n' parsing (git-fixes).
  - modpost: remove incorrect code in do_eisa_entry() (git-fixes).
  - rtc: ab-eoz9: don't fail temperature reads on undervoltage
    notification (git-fixes).
  - rtc: rzn1: fix BCD to rtc_time conversion errors (git-fixes).
  - rtc: check if __rtc_read_time was successful in
    rtc_timer_do_work() (git-fixes).
  - rtc: abx80x: Fix WDT bit position of the status register
    (git-fixes).
  - rtc: bbnsm: add remove hook (git-fixes).
  - rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler
    (git-fixes).
  - serial: 8250: omap: Move pm_runtime_get_sync (git-fixes).
  - commit 003de2e

++++ kernel-rt:

  - s390/cpum_sf: Convert to cmpxchg128() (bsc#1220773).
  - arch: Remove cmpxchg_double (bsc#1220773).
  - slub: Replace cmpxchg_double() (bsc#1220773).
  - x86,intel_iommu: Replace cmpxchg_double() (bsc#1220773).
  - commit e59d679
  - x86,amd_iommu: Replace cmpxchg_double() (bsc#1220773).
  - Refresh for the above change,
    patches.suse/iommu-amd-Remove-the-unused-struct-amd_ir_data.ref.
  - commit 8594442
  - parisc: Raise minimal GCC version (bsc#1220773).
  - commit 7e72ff3
  - percpu: Wire up cmpxchg128 (bsc#1220773).
  - Refresh for the above change,
    patches.kabi/kabi-partial-revert-commit-20516d6e51dd.patch.
    patches.suse/x86-Stop-using-weak-symbols-for-__iowrite32_copy.patch.
  - commit afeecf1
  - percpu: Add {raw,this}_cpu_try_cmpxchg() (bsc#1220773).
  - instrumentation: Wire up cmpxchg128() (bsc#1220773).
  - arch: Introduce arch_{,try_}_cmpxchg128{,_local}() (bsc#1220773).
  - types: Introduce [us]128 (bsc#1220773).
  - cyrpto/b128ops: Remove struct u128 (bsc#1220773).
  - commit 83bf8ec
  - tools/power turbostat: Fix trailing '\n' parsing (git-fixes).
  - modpost: remove incorrect code in do_eisa_entry() (git-fixes).
  - rtc: ab-eoz9: don't fail temperature reads on undervoltage
    notification (git-fixes).
  - rtc: rzn1: fix BCD to rtc_time conversion errors (git-fixes).
  - rtc: check if __rtc_read_time was successful in
    rtc_timer_do_work() (git-fixes).
  - rtc: abx80x: Fix WDT bit position of the status register
    (git-fixes).
  - rtc: bbnsm: add remove hook (git-fixes).
  - rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler
    (git-fixes).
  - serial: 8250: omap: Move pm_runtime_get_sync (git-fixes).
  - commit 003de2e

++++ kernel-rt_debug:

  - s390/cpum_sf: Convert to cmpxchg128() (bsc#1220773).
  - arch: Remove cmpxchg_double (bsc#1220773).
  - slub: Replace cmpxchg_double() (bsc#1220773).
  - x86,intel_iommu: Replace cmpxchg_double() (bsc#1220773).
  - commit e59d679
  - x86,amd_iommu: Replace cmpxchg_double() (bsc#1220773).
  - Refresh for the above change,
    patches.suse/iommu-amd-Remove-the-unused-struct-amd_ir_data.ref.
  - commit 8594442
  - parisc: Raise minimal GCC version (bsc#1220773).
  - commit 7e72ff3
  - percpu: Wire up cmpxchg128 (bsc#1220773).
  - Refresh for the above change,
    patches.kabi/kabi-partial-revert-commit-20516d6e51dd.patch.
    patches.suse/x86-Stop-using-weak-symbols-for-__iowrite32_copy.patch.
  - commit afeecf1
  - percpu: Add {raw,this}_cpu_try_cmpxchg() (bsc#1220773).
  - instrumentation: Wire up cmpxchg128() (bsc#1220773).
  - arch: Introduce arch_{,try_}_cmpxchg128{,_local}() (bsc#1220773).
  - types: Introduce [us]128 (bsc#1220773).
  - cyrpto/b128ops: Remove struct u128 (bsc#1220773).
  - commit 83bf8ec
  - tools/power turbostat: Fix trailing '\n' parsing (git-fixes).
  - modpost: remove incorrect code in do_eisa_entry() (git-fixes).
  - rtc: ab-eoz9: don't fail temperature reads on undervoltage
    notification (git-fixes).
  - rtc: rzn1: fix BCD to rtc_time conversion errors (git-fixes).
  - rtc: check if __rtc_read_time was successful in
    rtc_timer_do_work() (git-fixes).
  - rtc: abx80x: Fix WDT bit position of the status register
    (git-fixes).
  - rtc: bbnsm: add remove hook (git-fixes).
  - rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - tty: ldsic: fix tty_ldisc_autoload sysctl's proc_handler
    (git-fixes).
  - serial: 8250: omap: Move pm_runtime_get_sync (git-fixes).
  - commit 003de2e

------------------------------------------------------------------
------------------  2024-11-30  -  Nov 30 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - arm64: dts: imx8mp: correct sdhc ipg clk (git-fixes).
  - commit babea1e
  - arm64: Force position-independent veneers (git-fixes).
  - commit a8752e0
  - USB: chaoskey: Fix possible deadlock chaoskey_list_lock
    (git-fixes).
  - commit bc5d0b3
  - ALSA: hda: Show the codec quirk info at probing (stable-fixes).
  - ALSA: hda/realtek: Set PCBeep to default value for ALC274
    (stable-fixes).
  - ALSA: usb-audio: Fix out of bounds reads when finding clock
    sources (stable-fixes).
  - ALSA: pcm: Add sanity NULL check for the default mmap fault
    handler (stable-fixes).
  - commit 0da3d44
  - drm/amd/display: Fix null check for pipe_ctx->plane_state in
    hwss_setup_dpp (git-fixes).
  - drm/amd/display: Fix null check for pipe_ctx->plane_state in
    dcn20_program_pipe (git-fixes).
  - drm/amd: Add some missing straps from NBIO 7.11.0 (git-fixes).
  - ASoC: SOF: ipc3-topology: Convert the topology pin index to
    ALH dai index (git-fixes).
  - ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry
    (git-fixes).
  - ALSA: ump: Fix evaluation of MIDI 1.0 FB info (git-fixes).
  - ALSA: hda/realtek: Update ALC225 depop procedure (git-fixes).
  - ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy
    and Mbox devices (git-fixes).
  - ALSA: hda/realtek: Update ALC256 depop procedure (git-fixes).
  - ALSA: ac97: bus: Fix the mistake in the comment (git-fixes).
  - =?UTF-8?q?iio:=20accel:=20kxcjk-1013:=20Remove=20redundan?=
    =?UTF-8?q?t=20I=C2=B2C=20ID?= (git-fixes).
  - iio: Fix fwnode_handle in __fwnode_iio_channel_get_by_name()
    (git-fixes).
  - iio: accel: kx022a: Fix raw read format (git-fixes).
  - iio: gts: fix infinite loop for gain_to_scaletables()
    (git-fixes).
  - iio: gts: Fix uninitialized symbol 'ret' (git-fixes).
  - ad7780: fix division by zero in ad7780_write_raw() (git-fixes).
  - iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer
    (git-fixes).
  - comedi: Flush partial mappings in error case (git-fixes).
  - goldfish: Fix unused const variable 'goldfish_pipe_acpi_match'
    (git-fixes).
  - iio: adc: ad7606: Fix typo in the driver name (git-fixes).
  - iio: light: al3010: Fix an error handling path in al3010_probe()
    (git-fixes).
  - misc: apds990x: Fix missing pm_runtime_disable() (git-fixes).
  - firmware_loader: Fix possible resource leak in
    fw_log_firmware_info() (git-fixes).
  - usb: dwc3: gadget: Fix looping of queued SG entries (git-fixes).
  - usb: dwc3: gadget: Fix checking for number of TRBs left
    (git-fixes).
  - Revert "usb: gadget: composite: fix OS descriptors w_value
    logic" (git-fixes).
  - usb: ehci-spear: fix call balance of sehci clk handling routines
    (git-fixes).
  - USB: serial: ftdi_sio: Fix atomicity violation in
    get_serial_info() (git-fixes).
  - usb: dwc3: gadget: Add missing check for single port RAM in
    TxFIFO resizing logic (git-fixes).
  - usb: musb: Fix hardware lockup on first Rx endpoint request
    (git-fixes).
  - usb: xhci: Fix TD invalidation under pending Set TR Dequeue
    (git-fixes).
  - USB: chaoskey: fail open after removal (git-fixes).
  - usb: yurex: make waiting on yurex_write interruptible
    (git-fixes).
  - usb: using mutex lock and supporting O_NONBLOCK flag in
    iowarrior_read() (git-fixes).
  - apparmor: fix 'Do simple duplicate message elimination'
    (git-fixes).
  - apparmor: test: Fix memory leak for aa_unpack_strdup()
    (git-fixes).
  - apparmor: use kvfree_sensitive to free data->data (git-fixes).
  - commit 875afee

++++ kernel-rt:

  - arm64: dts: imx8mp: correct sdhc ipg clk (git-fixes).
  - commit babea1e
  - arm64: Force position-independent veneers (git-fixes).
  - commit a8752e0
  - USB: chaoskey: Fix possible deadlock chaoskey_list_lock
    (git-fixes).
  - commit bc5d0b3
  - ALSA: hda: Show the codec quirk info at probing (stable-fixes).
  - ALSA: hda/realtek: Set PCBeep to default value for ALC274
    (stable-fixes).
  - ALSA: usb-audio: Fix out of bounds reads when finding clock
    sources (stable-fixes).
  - ALSA: pcm: Add sanity NULL check for the default mmap fault
    handler (stable-fixes).
  - commit 0da3d44
  - drm/amd/display: Fix null check for pipe_ctx->plane_state in
    hwss_setup_dpp (git-fixes).
  - drm/amd/display: Fix null check for pipe_ctx->plane_state in
    dcn20_program_pipe (git-fixes).
  - drm/amd: Add some missing straps from NBIO 7.11.0 (git-fixes).
  - ASoC: SOF: ipc3-topology: Convert the topology pin index to
    ALH dai index (git-fixes).
  - ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry
    (git-fixes).
  - ALSA: ump: Fix evaluation of MIDI 1.0 FB info (git-fixes).
  - ALSA: hda/realtek: Update ALC225 depop procedure (git-fixes).
  - ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy
    and Mbox devices (git-fixes).
  - ALSA: hda/realtek: Update ALC256 depop procedure (git-fixes).
  - ALSA: ac97: bus: Fix the mistake in the comment (git-fixes).
  - =?UTF-8?q?iio:=20accel:=20kxcjk-1013:=20Remove=20redundan?=
    =?UTF-8?q?t=20I=C2=B2C=20ID?= (git-fixes).
  - iio: Fix fwnode_handle in __fwnode_iio_channel_get_by_name()
    (git-fixes).
  - iio: accel: kx022a: Fix raw read format (git-fixes).
  - iio: gts: fix infinite loop for gain_to_scaletables()
    (git-fixes).
  - iio: gts: Fix uninitialized symbol 'ret' (git-fixes).
  - ad7780: fix division by zero in ad7780_write_raw() (git-fixes).
  - iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer
    (git-fixes).
  - comedi: Flush partial mappings in error case (git-fixes).
  - goldfish: Fix unused const variable 'goldfish_pipe_acpi_match'
    (git-fixes).
  - iio: adc: ad7606: Fix typo in the driver name (git-fixes).
  - iio: light: al3010: Fix an error handling path in al3010_probe()
    (git-fixes).
  - misc: apds990x: Fix missing pm_runtime_disable() (git-fixes).
  - firmware_loader: Fix possible resource leak in
    fw_log_firmware_info() (git-fixes).
  - usb: dwc3: gadget: Fix looping of queued SG entries (git-fixes).
  - usb: dwc3: gadget: Fix checking for number of TRBs left
    (git-fixes).
  - Revert "usb: gadget: composite: fix OS descriptors w_value
    logic" (git-fixes).
  - usb: ehci-spear: fix call balance of sehci clk handling routines
    (git-fixes).
  - USB: serial: ftdi_sio: Fix atomicity violation in
    get_serial_info() (git-fixes).
  - usb: dwc3: gadget: Add missing check for single port RAM in
    TxFIFO resizing logic (git-fixes).
  - usb: musb: Fix hardware lockup on first Rx endpoint request
    (git-fixes).
  - usb: xhci: Fix TD invalidation under pending Set TR Dequeue
    (git-fixes).
  - USB: chaoskey: fail open after removal (git-fixes).
  - usb: yurex: make waiting on yurex_write interruptible
    (git-fixes).
  - usb: using mutex lock and supporting O_NONBLOCK flag in
    iowarrior_read() (git-fixes).
  - apparmor: fix 'Do simple duplicate message elimination'
    (git-fixes).
  - apparmor: test: Fix memory leak for aa_unpack_strdup()
    (git-fixes).
  - apparmor: use kvfree_sensitive to free data->data (git-fixes).
  - commit 875afee

++++ kernel-rt_debug:

  - arm64: dts: imx8mp: correct sdhc ipg clk (git-fixes).
  - commit babea1e
  - arm64: Force position-independent veneers (git-fixes).
  - commit a8752e0
  - USB: chaoskey: Fix possible deadlock chaoskey_list_lock
    (git-fixes).
  - commit bc5d0b3
  - ALSA: hda: Show the codec quirk info at probing (stable-fixes).
  - ALSA: hda/realtek: Set PCBeep to default value for ALC274
    (stable-fixes).
  - ALSA: usb-audio: Fix out of bounds reads when finding clock
    sources (stable-fixes).
  - ALSA: pcm: Add sanity NULL check for the default mmap fault
    handler (stable-fixes).
  - commit 0da3d44
  - drm/amd/display: Fix null check for pipe_ctx->plane_state in
    hwss_setup_dpp (git-fixes).
  - drm/amd/display: Fix null check for pipe_ctx->plane_state in
    dcn20_program_pipe (git-fixes).
  - drm/amd: Add some missing straps from NBIO 7.11.0 (git-fixes).
  - ASoC: SOF: ipc3-topology: Convert the topology pin index to
    ALH dai index (git-fixes).
  - ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry
    (git-fixes).
  - ALSA: ump: Fix evaluation of MIDI 1.0 FB info (git-fixes).
  - ALSA: hda/realtek: Update ALC225 depop procedure (git-fixes).
  - ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy
    and Mbox devices (git-fixes).
  - ALSA: hda/realtek: Update ALC256 depop procedure (git-fixes).
  - ALSA: ac97: bus: Fix the mistake in the comment (git-fixes).
  - =?UTF-8?q?iio:=20accel:=20kxcjk-1013:=20Remove=20redundan?=
    =?UTF-8?q?t=20I=C2=B2C=20ID?= (git-fixes).
  - iio: Fix fwnode_handle in __fwnode_iio_channel_get_by_name()
    (git-fixes).
  - iio: accel: kx022a: Fix raw read format (git-fixes).
  - iio: gts: fix infinite loop for gain_to_scaletables()
    (git-fixes).
  - iio: gts: Fix uninitialized symbol 'ret' (git-fixes).
  - ad7780: fix division by zero in ad7780_write_raw() (git-fixes).
  - iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer
    (git-fixes).
  - comedi: Flush partial mappings in error case (git-fixes).
  - goldfish: Fix unused const variable 'goldfish_pipe_acpi_match'
    (git-fixes).
  - iio: adc: ad7606: Fix typo in the driver name (git-fixes).
  - iio: light: al3010: Fix an error handling path in al3010_probe()
    (git-fixes).
  - misc: apds990x: Fix missing pm_runtime_disable() (git-fixes).
  - firmware_loader: Fix possible resource leak in
    fw_log_firmware_info() (git-fixes).
  - usb: dwc3: gadget: Fix looping of queued SG entries (git-fixes).
  - usb: dwc3: gadget: Fix checking for number of TRBs left
    (git-fixes).
  - Revert "usb: gadget: composite: fix OS descriptors w_value
    logic" (git-fixes).
  - usb: ehci-spear: fix call balance of sehci clk handling routines
    (git-fixes).
  - USB: serial: ftdi_sio: Fix atomicity violation in
    get_serial_info() (git-fixes).
  - usb: dwc3: gadget: Add missing check for single port RAM in
    TxFIFO resizing logic (git-fixes).
  - usb: musb: Fix hardware lockup on first Rx endpoint request
    (git-fixes).
  - usb: xhci: Fix TD invalidation under pending Set TR Dequeue
    (git-fixes).
  - USB: chaoskey: fail open after removal (git-fixes).
  - usb: yurex: make waiting on yurex_write interruptible
    (git-fixes).
  - usb: using mutex lock and supporting O_NONBLOCK flag in
    iowarrior_read() (git-fixes).
  - apparmor: fix 'Do simple duplicate message elimination'
    (git-fixes).
  - apparmor: test: Fix memory leak for aa_unpack_strdup()
    (git-fixes).
  - apparmor: use kvfree_sensitive to free data->data (git-fixes).
  - commit 875afee

++++ gcc14:

  - Add loongarch64 to asan_arch, atomic_arch,
    itm_arch, lsan_arch, tsan_arch and ubsan_arch
  - Add larchintrin.h, lasxintrin.h and lsxintrin.h
    headers to gccXY main package in %files section
  - Set build_primary_64bit to 1 for loongarch64

++++ nvidia-open-driver-G06-signed:

  - only obsolete 555 CUDA driver/firmware packages
  - preamble:
    no longer need to provide nvidia-open-driver-G06-kmp because
    since 565.57.01 to the list of requires of nvidia-compute-G06
    the -signed packages has been added
  - For CUDA update version to 565.57.01

------------------------------------------------------------------
------------------  2024-11-29  -  Nov 29 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.31.0:
    * bump containerd to v1.7,24
    * bump google.golang.org/grpc to v1.68.0
    * build(deps): bump github.com/moby/buildkit from 0.17.1 to
    0.17.2
    * build(deps): bump github.com/compose-spec/compose-go/v2
    * only stop dependent containers ... if there's some
    * disable TestNetworkConfigChanged which is unstable on CI
    * only check attached networks on running containers
    * fix: commit tests
    * feat: add commit command
    * run build tests against bake
    * delegate build to buildx bake
    * build(deps): bump github.com/stretchr/testify from 1.9.0 to
    1.10.0
    * use service.stop to stop dependent containers
    * Update wait-timeout flag usage to include the unit
    * go.mod: github.com/docker/cli v27.4.0-rc.2
    * go.mod: github.com/docker/docker v27.4.0-rc.2
    * go.mod: github.com/docker/cli 8d1bacae3e49 (v27.4.0-rc.2-dev)
    * go.mod: github.com/docker/cli v27.4.0-rc.1
    * go.mod: github.com/docker/docker v27.4.0-rc.1
    * Update pkg/compose/convergence.go
    * detect network config changes and recreate if needed
    * go.mod: github.com/docker/buildx v0.18.0
    * go.mod: github.com/moby/buildkit v0.17.1
    * gha: test against docker engine v27.4.0
    * push empty descriptor layer when using OCI version 1.1 for
    Compose artifact it fixes a repository creation issue when
    pushing the 1st time a Compose OCI artifact on the Hub
    * remove ddev e2e tests
    * implement remove-orphans on run
    * ci: enable testifylint linter
    * Emit events for building images
    * Fix compose images that reutn a different image with the same
    ID
    * remove obsolete containers first on scale down
    * pass stal bot inactivity limit from 6 to 3 months
    * fix(config): Print service names with --no-interpolate
    * build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0
    * build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0

++++ python-kiwi:

  - xorriso: respect efiparttable and gpt_hybrid_mbr
    This should make the xorriso-based ISO build path respect the
    'efiparttable' and 'gpt_hybrid_mbr' settings when building a
    UEFI-compatible image, making it write a GPT disk label by default
    instead of an MBR (msdos) one. If it's building an image that is not
    UEFI-compatible it will always write an MBR label, regardless of
    this setting.
    If 'gpt_hybrid_mbr' is set, xorriso will write an Ubuntu-style
    MBR/GPT hybrid partition table, where the MBR partition table
    includes a partition with type 00 and the bootable flag, as well
    as the partition with type ee required by the UEFI spec. This
    mildly violates the UEFI spec but may make the image bootable on
    native BIOS or CSM firmwares which refuse to boot from a disk with
    no partition marked 'bootable' in the MBR. If 'gpt_hybrid_mbr' is
    not set, xorriso will write a strictly UEFI-spec compliant label,
    with just the 'protective MBR' required by the UEFI spec (no
    bootable partition) and the correct GPT partition table. Note
    this is somewhat different from what gpt_hybrid_mbr does for
    disk images.
    Also, we now pass -compliance no_emul_toc when building ISOs, as
    recommended by upstream in
    https://lists.gnu.org/archive/html/bug-xorriso/2024-11/msg00012.html
    This tool is generally always going to be building ISOs intended
    for write-once use, not multi-session use (and which are rarely,
    these days, written to physical discs at all anyway).
    Signed-off-by: Adam Williamson <awilliam@redhat.com>

++++ kernel-default:

  - RDMA/hns: Disassociate mmap pages for all uctx when HW is being reset (git-fixes)
  - commit 41e9c5b
  - icmp: change the order of rate limits (CVE-2024-47678
    bsc#1231854).
  - commit 7296c43
  - bpf, vsock: Drop static vsock_bpf_prot initialization (git-fixes).
  - commit 939d649
  - vsock: Update msg_count on read_skb() (git-fixes).
  - commit fce5f41
  - vsock: Update rx_bytes on read_skb() (git-fixes, bsc#1233320,
    CVE-2024-50169).
  - commit acfc5df
  - bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock (git-fixes).
  - commit 8db08f8
  - mm: revert "mm: shmem: fix data-race in shmem_getattr()"
    (CVE-2024-50228, bsc#1233204, git fixes (mm/shmem)).
    CVE is likely a non-issue while the fix introduces real bugs.
  - commit b77756a
  - Bluetooth: MGMT: Fix slab-use-after-free Read in
    set_powered_sync (git-fixes).
  - net: mdio-ipq4019: add missing error check (git-fixes).
  - net: usb: lan78xx: Fix refcounting and autosuspend on invalid
    WoL configuration (git-fixes).
  - net: usb: lan78xx: Fix memory leak on device unplug by freeing
    PHY device (git-fixes).
  - net: usb: lan78xx: Fix double free issue with interrupt buffer
    allocation (git-fixes).
  - spi: Fix acpi deferred irq probe (git-fixes).
  - spi: atmel-quadspi: Fix register name in verbose logging
    function (git-fixes).
  - power: supply: rt9471: Use IC status regfield to report real
    charger status (git-fixes).
  - power: supply: rt9471: Fix wrong WDT function regfield
    declaration (git-fixes).
  - power: supply: bq27xxx: Fix registers of bq27426 (git-fixes).
  - power: supply: core: Remove might_sleep() from
    power_supply_put() (git-fixes).
  - commit 0e6f9cb
  - pktgen: use cpus_read_lock() in pg_net_init() (bsc#1230558
    CVE-2024-46681).
  - commit ad3c579

++++ kernel-rt:

  - RDMA/hns: Disassociate mmap pages for all uctx when HW is being reset (git-fixes)
  - commit 41e9c5b
  - icmp: change the order of rate limits (CVE-2024-47678
    bsc#1231854).
  - commit 7296c43
  - bpf, vsock: Drop static vsock_bpf_prot initialization (git-fixes).
  - commit 939d649
  - vsock: Update msg_count on read_skb() (git-fixes).
  - commit fce5f41
  - vsock: Update rx_bytes on read_skb() (git-fixes, bsc#1233320,
    CVE-2024-50169).
  - commit acfc5df
  - bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock (git-fixes).
  - commit 8db08f8
  - mm: revert "mm: shmem: fix data-race in shmem_getattr()"
    (CVE-2024-50228, bsc#1233204, git fixes (mm/shmem)).
    CVE is likely a non-issue while the fix introduces real bugs.
  - commit b77756a
  - Bluetooth: MGMT: Fix slab-use-after-free Read in
    set_powered_sync (git-fixes).
  - net: mdio-ipq4019: add missing error check (git-fixes).
  - net: usb: lan78xx: Fix refcounting and autosuspend on invalid
    WoL configuration (git-fixes).
  - net: usb: lan78xx: Fix memory leak on device unplug by freeing
    PHY device (git-fixes).
  - net: usb: lan78xx: Fix double free issue with interrupt buffer
    allocation (git-fixes).
  - spi: Fix acpi deferred irq probe (git-fixes).
  - spi: atmel-quadspi: Fix register name in verbose logging
    function (git-fixes).
  - power: supply: rt9471: Use IC status regfield to report real
    charger status (git-fixes).
  - power: supply: rt9471: Fix wrong WDT function regfield
    declaration (git-fixes).
  - power: supply: bq27xxx: Fix registers of bq27426 (git-fixes).
  - power: supply: core: Remove might_sleep() from
    power_supply_put() (git-fixes).
  - commit 0e6f9cb
  - pktgen: use cpus_read_lock() in pg_net_init() (bsc#1230558
    CVE-2024-46681).
  - commit ad3c579

++++ kernel-rt_debug:

  - RDMA/hns: Disassociate mmap pages for all uctx when HW is being reset (git-fixes)
  - commit 41e9c5b
  - icmp: change the order of rate limits (CVE-2024-47678
    bsc#1231854).
  - commit 7296c43
  - bpf, vsock: Drop static vsock_bpf_prot initialization (git-fixes).
  - commit 939d649
  - vsock: Update msg_count on read_skb() (git-fixes).
  - commit fce5f41
  - vsock: Update rx_bytes on read_skb() (git-fixes, bsc#1233320,
    CVE-2024-50169).
  - commit acfc5df
  - bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock (git-fixes).
  - commit 8db08f8
  - mm: revert "mm: shmem: fix data-race in shmem_getattr()"
    (CVE-2024-50228, bsc#1233204, git fixes (mm/shmem)).
    CVE is likely a non-issue while the fix introduces real bugs.
  - commit b77756a
  - Bluetooth: MGMT: Fix slab-use-after-free Read in
    set_powered_sync (git-fixes).
  - net: mdio-ipq4019: add missing error check (git-fixes).
  - net: usb: lan78xx: Fix refcounting and autosuspend on invalid
    WoL configuration (git-fixes).
  - net: usb: lan78xx: Fix memory leak on device unplug by freeing
    PHY device (git-fixes).
  - net: usb: lan78xx: Fix double free issue with interrupt buffer
    allocation (git-fixes).
  - spi: Fix acpi deferred irq probe (git-fixes).
  - spi: atmel-quadspi: Fix register name in verbose logging
    function (git-fixes).
  - power: supply: rt9471: Use IC status regfield to report real
    charger status (git-fixes).
  - power: supply: rt9471: Fix wrong WDT function regfield
    declaration (git-fixes).
  - power: supply: bq27xxx: Fix registers of bq27426 (git-fixes).
  - power: supply: core: Remove might_sleep() from
    power_supply_put() (git-fixes).
  - commit 0e6f9cb
  - pktgen: use cpus_read_lock() in pg_net_init() (bsc#1230558
    CVE-2024-46681).
  - commit ad3c579

++++ nvidia-open-driver-G06-signed:

  - Add 'dummy' firmware package on SLE to work around update
    issues. On SLE, the firmware is installed directly from
    an NVIDIA-hosted repo.

++++ opensuse-migration-tool:

  - Update to version 20241129.2509e96:
    * Rename migration-tool to opensuse-migration-tool
    * Ensure that we use opensuse-migration-tool name consistently
    * Rename migration-tool.sh to opensuse-migration-tool
    * Use /usr/share/migration-tool/SLES.prod

++++ selinux-policy:

  - Update macros.selinux-policy to trigger a full relabel on transactional
    systems upon module installation. This is rather expensive and will
    hopefully be replaced by a more fine grained solution later on (bsc#1232753)

------------------------------------------------------------------
------------------  2024-11-28  -  Nov 28 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() (CVE-2024-50195 bsc#1233103)
  - commit 6192694
  - media: av7110: fix a spectre vulnerability (CVE-2024-50289
    bsc#1233478).
  - commit 2969047
  - Drop OCFS2 patch causing a regression (bsc#1233255)
    Deleted:
    patches.suse/ocfs2-fix-the-la-space-leak-when-unmounting-an-ocfs2-volume.patch
  - commit 2a24fc4
  - net: fix out-of-bounds access in ops_init (CVE-2024-36883
    bsc#1225725).
  - commit f1b40e8
  - efi/memattr: Ignore table if the size is clearly bogus
    (bsc#1231465).
  - commit c92a68e
  - thermal: int3400: Fix reading of current_uuid for active policy
    (git-fixes).
  - gpio: exar: set value when external pull-up or pull-down is
    present (git-fixes).
  - gpio: zevio: Add missed label initialisation (git-fixes).
  - commit a62e144
  - ALSA: hda/realtek: Apply quirk for Medion E15433 (bsc#1233298).
  - commit 9a99613

++++ kernel-rt:

  - posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() (CVE-2024-50195 bsc#1233103)
  - commit 6192694
  - media: av7110: fix a spectre vulnerability (CVE-2024-50289
    bsc#1233478).
  - commit 2969047
  - Drop OCFS2 patch causing a regression (bsc#1233255)
    Deleted:
    patches.suse/ocfs2-fix-the-la-space-leak-when-unmounting-an-ocfs2-volume.patch
  - commit 2a24fc4
  - net: fix out-of-bounds access in ops_init (CVE-2024-36883
    bsc#1225725).
  - commit f1b40e8
  - efi/memattr: Ignore table if the size is clearly bogus
    (bsc#1231465).
  - commit c92a68e
  - thermal: int3400: Fix reading of current_uuid for active policy
    (git-fixes).
  - gpio: exar: set value when external pull-up or pull-down is
    present (git-fixes).
  - gpio: zevio: Add missed label initialisation (git-fixes).
  - commit a62e144
  - ALSA: hda/realtek: Apply quirk for Medion E15433 (bsc#1233298).
  - commit 9a99613

++++ kernel-rt_debug:

  - posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime() (CVE-2024-50195 bsc#1233103)
  - commit 6192694
  - media: av7110: fix a spectre vulnerability (CVE-2024-50289
    bsc#1233478).
  - commit 2969047
  - Drop OCFS2 patch causing a regression (bsc#1233255)
    Deleted:
    patches.suse/ocfs2-fix-the-la-space-leak-when-unmounting-an-ocfs2-volume.patch
  - commit 2a24fc4
  - net: fix out-of-bounds access in ops_init (CVE-2024-36883
    bsc#1225725).
  - commit f1b40e8
  - efi/memattr: Ignore table if the size is clearly bogus
    (bsc#1231465).
  - commit c92a68e
  - thermal: int3400: Fix reading of current_uuid for active policy
    (git-fixes).
  - gpio: exar: set value when external pull-up or pull-down is
    present (git-fixes).
  - gpio: zevio: Add missed label initialisation (git-fixes).
  - commit a62e144
  - ALSA: hda/realtek: Apply quirk for Medion E15433 (bsc#1233298).
  - commit 9a99613

++++ nvidia-open-driver-G06-signed:

  - preamble
    * resolve self conflicts of -cuda KMP during update by adding
    obsoletes to older versions (boo#1233332)

++++ opensuse-migration-tool:

  - Update to version 20241129.c1d6038:
    * Use /usr/share/migration-tool/SLES.prod
    * Working migration to pretty much all releases
    * Fix branding for SLE
    * Replace macro with etc as macro doesn't work
    * rpmsave Leap files after migration to TW/Slowroll
    * Update README.md
    * Fix license to Apache 2
    * Support for Leap->SLE
    * Fix repo naming
    * Add rpmsaving repos

------------------------------------------------------------------
------------------  2024-11-27  -  Nov 27 2024  -------------------
------------------------------------------------------------------

++++ docker:

  - Disable docker-buildx builds for SLES. It turns out that build containers
    with docker-buildx don't currently get the SUSE secrets mounts applied,
    meaning that container-suseconnect doesn't work when building images.
    bsc#1233819

++++ python-kiwi:

  - Added provide/require system files for containers
    Added the attributes provide_system_files and require_system_files
    to control the provider and requester of system files in
    container image builds. systemfiles is a metadata file which
    contains all files from the package database at call time.
    It is used in flake-pilot to provision the systemfiles data
    from the host into the container instance. One possible use
    case for this data is a flake registration which uses a
    base container that is derived from a runtime container but
    all data from the runtime should be provisioned from the
    host. Using this feature tightly couples the flake to the
    host OS distribution and version.
  - Bump version: 10.2.1 → 10.2.2
  - Fix scope issue
    Increase livetime of the the compressor instances
    to the livetime of RootImportOCI. They create temporary
    files which are referenced later and need to live longer
    than the block they got created in

++++ glib2:

  - Have the glib2-tools postun trigger exit normally if
    glib2-compile-schemas can't be run. Fixes error when uninstalling
    if libgio is uninstalled first (bsc#1231463).

++++ kernel-default:

  - ice: fix crash on probe for DPLL enabled E810 LOM
    (CVE-2024-53048 bsc#1233721).
  - commit 5f7ca77
  - Update references for patches.suse/RDMA-siw-Add-sendpage_ok-check-to-disable-MSG_SPLICE.patch (bsc#1233641 CVE-2024-53094)
  - commit 1f528cf
  - mm/hugetlb: fix missing hugetlb_lock for resv uncharge
    (bsc#1224548 CVE-2024-36000).
  - commit 92c1bc7
  - mm/huge_memory: don't unpoison huge_zero_folio (bsc#1227842
    CVE-2024-40914).
  - commit 14bb799
  - net: xfrm: preserve kabi for xfrm_state (bsc#1233754).
  - idpf: avoid vport access in idpf_get_link_ksettings
    (CVE-2024-50274 bsc#1233463).
  - xfrm: Export symbol xfrm_dev_state_delete (bsc#1233754).
  - xfrm: Fix unregister netdevice hang on hardware offload
    (bsc#1233754).
  - commit 8c4cfeb
  - hwmon: (tps23861) Fix reporting of negative temperatures
    (git-fixes).
  - i3c: master: svc: Fix pm_runtime_set_suspended() with runtime
    pm enabled (git-fixes).
  - i3c: master: Fix miss free init_dyn_addr at
    i3c_master_put_i3c_addrs() (git-fixes).
  - PCI: Fix reset_method_store() memory leak (git-fixes).
  - PCI: rockchip-ep: Fix address translation unit programming
    (git-fixes).
  - PCI: keystone: Add link up check to ks_pcie_other_map_bus()
    (git-fixes).
  - PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie"
    compatible (git-fixes).
  - PCI: endpoint: Clear secondary (not primary) EPC in
    pci_epc_remove_epf() (git-fixes).
  - commit 29a3aa9

++++ kernel-rt:

  - ice: fix crash on probe for DPLL enabled E810 LOM
    (CVE-2024-53048 bsc#1233721).
  - commit 5f7ca77
  - Update references for patches.suse/RDMA-siw-Add-sendpage_ok-check-to-disable-MSG_SPLICE.patch (bsc#1233641 CVE-2024-53094)
  - commit 1f528cf
  - mm/hugetlb: fix missing hugetlb_lock for resv uncharge
    (bsc#1224548 CVE-2024-36000).
  - commit 92c1bc7
  - mm/huge_memory: don't unpoison huge_zero_folio (bsc#1227842
    CVE-2024-40914).
  - commit 14bb799
  - net: xfrm: preserve kabi for xfrm_state (bsc#1233754).
  - idpf: avoid vport access in idpf_get_link_ksettings
    (CVE-2024-50274 bsc#1233463).
  - xfrm: Export symbol xfrm_dev_state_delete (bsc#1233754).
  - xfrm: Fix unregister netdevice hang on hardware offload
    (bsc#1233754).
  - commit 8c4cfeb
  - hwmon: (tps23861) Fix reporting of negative temperatures
    (git-fixes).
  - i3c: master: svc: Fix pm_runtime_set_suspended() with runtime
    pm enabled (git-fixes).
  - i3c: master: Fix miss free init_dyn_addr at
    i3c_master_put_i3c_addrs() (git-fixes).
  - PCI: Fix reset_method_store() memory leak (git-fixes).
  - PCI: rockchip-ep: Fix address translation unit programming
    (git-fixes).
  - PCI: keystone: Add link up check to ks_pcie_other_map_bus()
    (git-fixes).
  - PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie"
    compatible (git-fixes).
  - PCI: endpoint: Clear secondary (not primary) EPC in
    pci_epc_remove_epf() (git-fixes).
  - commit 29a3aa9

++++ kernel-rt_debug:

  - ice: fix crash on probe for DPLL enabled E810 LOM
    (CVE-2024-53048 bsc#1233721).
  - commit 5f7ca77
  - Update references for patches.suse/RDMA-siw-Add-sendpage_ok-check-to-disable-MSG_SPLICE.patch (bsc#1233641 CVE-2024-53094)
  - commit 1f528cf
  - mm/hugetlb: fix missing hugetlb_lock for resv uncharge
    (bsc#1224548 CVE-2024-36000).
  - commit 92c1bc7
  - mm/huge_memory: don't unpoison huge_zero_folio (bsc#1227842
    CVE-2024-40914).
  - commit 14bb799
  - net: xfrm: preserve kabi for xfrm_state (bsc#1233754).
  - idpf: avoid vport access in idpf_get_link_ksettings
    (CVE-2024-50274 bsc#1233463).
  - xfrm: Export symbol xfrm_dev_state_delete (bsc#1233754).
  - xfrm: Fix unregister netdevice hang on hardware offload
    (bsc#1233754).
  - commit 8c4cfeb
  - hwmon: (tps23861) Fix reporting of negative temperatures
    (git-fixes).
  - i3c: master: svc: Fix pm_runtime_set_suspended() with runtime
    pm enabled (git-fixes).
  - i3c: master: Fix miss free init_dyn_addr at
    i3c_master_put_i3c_addrs() (git-fixes).
  - PCI: Fix reset_method_store() memory leak (git-fixes).
  - PCI: rockchip-ep: Fix address translation unit programming
    (git-fixes).
  - PCI: keystone: Add link up check to ks_pcie_other_map_bus()
    (git-fixes).
  - PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie"
    compatible (git-fixes).
  - PCI: endpoint: Clear secondary (not primary) EPC in
    pci_epc_remove_epf() (git-fixes).
  - commit 29a3aa9

++++ sqlite3:

  - Update to release 3.47.1:
    * Fix the makefiles so that they once again honored DESTDIR for
    the "install" target.
    * Add the SQLITE_IOCAP_SUBPAGE_READ capability to the VFS, to
    work around issues on some non-standard VFSes caused by making
    SQLITE_DIRECT_OVERFLOW_READ the default in version 3.45.0.
    * Fix incorrect answers to certain obscure IN queries caused by
    new query optimizations added in the 3.47.0 release.
    * Other minor bug fixes.

++++ systemd:

  - Import commit a3aa27ac6649cb096b3c87c8ac61a6950bfa3567 (merge of v254.20)
    This merge includes the following fix:
    8b6ae951d3 udev: skipping empty udev rules file while collecting the stats (bsc#1232844)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/ae14c7765524a3c84ce8a65d6a3a4db2be981f69...a3aa27ac6649cb096b3c87c8ac61a6950bfa3567

++++ python-tornado6:

  - Add patch CVE-2024-52804-avoid-quadratic-cookie-parsing.patch:
    * Avoid quadratic performance of cookie parsing.
    (CVE-2024-52804, bsc#1233668)

++++ wget:

  - Drop support for shorthand URLs
    * Breaking change to fix CVE-2024-10524.
    [+ drop-support-for-shorthand-URLs.patch, bsc#1233773]

------------------------------------------------------------------
------------------  2024-11-26  -  Nov 26 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.2.0 → 10.2.1

++++ kernel-default:

  - Move kabi netfilter fix into patches.kabi
  - commit 6c82cf8
  - virtio_net: Add hash_key_length check (CVE-2024-53082
    bsc#1233573).
  - commit 1273e47
  - net: relax socket state check at accept time (git-fixes).
  - netfilter: nf_tables: missing iterator type in lookup walk
    (git-fixes).
  - commit 180e959
  - net: hns3: fix a deadlock problem when config TC during
    resetting (CVE-2024-44995 bsc#1230231).
  - commit e1fa968
  - KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on
    pending doorbells (bsc#1215199).
  - KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guests
    (bsc#1215199).
  - Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs
    to L1" (bsc#1215199).
  - commit d27c0c3
  - mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()
    (git-fixes).
  - pinctrl: k210: Undef K210_PC_DEFAULT (git-fixes).
  - pinctrl: qcom: spmi: fix debugfs drive strength (git-fixes).
  - pinctrl: zynqmp: drop excess struct member description
    (git-fixes).
  - lib: string_helpers: silence snprintf() output truncation
    warning (git-fixes).
  - fbdev: sh7760fb: Fix a possible memory leak in
    sh7760fb_alloc_mem() (git-fixes).
  - Input: hycon-hy46xx - add missing dependency on REGMAP_I2C
    (git-fixes).
  - Input: hideep - add missing dependency on REGMAP_I2C
    (git-fixes).
  - commit 17f846a
  - KVM: PPC: Book3S HV: remove unused varible (bsc#1194869).
  - commit 932ea3b
  - netrom: fix possible dead-lock in nr_rt_ioctl() (CVE-2024-38589
    bsc#1226748).
  - commit 0e7a285
  - tpm: Lock TPM chip in tpm_pm_suspend() first (bsc#1082555
    git-fixes).
  - commit 4594f81
  - kABI fix for netfilter: nft_set_pipapo: walk over current view
    on netlink dump (CVE-2024-27017 bsc#1223733).
  - commit 2be46c1
  - Update references for
    patches.suse/mm-resolve-faulty-mmap_region-error-path-behaviour.patch
    (git-fixes CVE-2024-53096 bsc#1233756).
  - commit 6c0d091
  - ALSA: hda/realtek: Enable speaker pins for Medion E15443
    platform (bsc#1233298).
  - ALSA: hda/realtek: Fix Internal Speaker and Mic boost of
    Infinix Y4 Max (bsc#1233298).
  - commit dd8caae
  - Move upstreamed patches into sorted section
  - commit b72de8f
  - kabi, mm: refactor arch_calc_vm_flag_bits() and arm64 MTE
    handling (git-fixes kabi).
  - mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
    (git-fixes).
  - commit f31b0e3

++++ kernel-rt:

  - Move kabi netfilter fix into patches.kabi
  - commit 6c82cf8
  - virtio_net: Add hash_key_length check (CVE-2024-53082
    bsc#1233573).
  - commit 1273e47
  - net: relax socket state check at accept time (git-fixes).
  - netfilter: nf_tables: missing iterator type in lookup walk
    (git-fixes).
  - commit 180e959
  - net: hns3: fix a deadlock problem when config TC during
    resetting (CVE-2024-44995 bsc#1230231).
  - commit e1fa968
  - KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on
    pending doorbells (bsc#1215199).
  - KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guests
    (bsc#1215199).
  - Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs
    to L1" (bsc#1215199).
  - commit d27c0c3
  - mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()
    (git-fixes).
  - pinctrl: k210: Undef K210_PC_DEFAULT (git-fixes).
  - pinctrl: qcom: spmi: fix debugfs drive strength (git-fixes).
  - pinctrl: zynqmp: drop excess struct member description
    (git-fixes).
  - lib: string_helpers: silence snprintf() output truncation
    warning (git-fixes).
  - fbdev: sh7760fb: Fix a possible memory leak in
    sh7760fb_alloc_mem() (git-fixes).
  - Input: hycon-hy46xx - add missing dependency on REGMAP_I2C
    (git-fixes).
  - Input: hideep - add missing dependency on REGMAP_I2C
    (git-fixes).
  - commit 17f846a
  - KVM: PPC: Book3S HV: remove unused varible (bsc#1194869).
  - commit 932ea3b
  - netrom: fix possible dead-lock in nr_rt_ioctl() (CVE-2024-38589
    bsc#1226748).
  - commit 0e7a285
  - tpm: Lock TPM chip in tpm_pm_suspend() first (bsc#1082555
    git-fixes).
  - commit 4594f81
  - kABI fix for netfilter: nft_set_pipapo: walk over current view
    on netlink dump (CVE-2024-27017 bsc#1223733).
  - commit 2be46c1
  - Update references for
    patches.suse/mm-resolve-faulty-mmap_region-error-path-behaviour.patch
    (git-fixes CVE-2024-53096 bsc#1233756).
  - commit 6c0d091
  - ALSA: hda/realtek: Enable speaker pins for Medion E15443
    platform (bsc#1233298).
  - ALSA: hda/realtek: Fix Internal Speaker and Mic boost of
    Infinix Y4 Max (bsc#1233298).
  - commit dd8caae
  - Move upstreamed patches into sorted section
  - commit b72de8f
  - kabi, mm: refactor arch_calc_vm_flag_bits() and arm64 MTE
    handling (git-fixes kabi).
  - mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
    (git-fixes).
  - commit f31b0e3

++++ kernel-rt_debug:

  - Move kabi netfilter fix into patches.kabi
  - commit 6c82cf8
  - virtio_net: Add hash_key_length check (CVE-2024-53082
    bsc#1233573).
  - commit 1273e47
  - net: relax socket state check at accept time (git-fixes).
  - netfilter: nf_tables: missing iterator type in lookup walk
    (git-fixes).
  - commit 180e959
  - net: hns3: fix a deadlock problem when config TC during
    resetting (CVE-2024-44995 bsc#1230231).
  - commit e1fa968
  - KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on
    pending doorbells (bsc#1215199).
  - KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guests
    (bsc#1215199).
  - Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs
    to L1" (bsc#1215199).
  - commit d27c0c3
  - mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()
    (git-fixes).
  - pinctrl: k210: Undef K210_PC_DEFAULT (git-fixes).
  - pinctrl: qcom: spmi: fix debugfs drive strength (git-fixes).
  - pinctrl: zynqmp: drop excess struct member description
    (git-fixes).
  - lib: string_helpers: silence snprintf() output truncation
    warning (git-fixes).
  - fbdev: sh7760fb: Fix a possible memory leak in
    sh7760fb_alloc_mem() (git-fixes).
  - Input: hycon-hy46xx - add missing dependency on REGMAP_I2C
    (git-fixes).
  - Input: hideep - add missing dependency on REGMAP_I2C
    (git-fixes).
  - commit 17f846a
  - KVM: PPC: Book3S HV: remove unused varible (bsc#1194869).
  - commit 932ea3b
  - netrom: fix possible dead-lock in nr_rt_ioctl() (CVE-2024-38589
    bsc#1226748).
  - commit 0e7a285
  - tpm: Lock TPM chip in tpm_pm_suspend() first (bsc#1082555
    git-fixes).
  - commit 4594f81
  - kABI fix for netfilter: nft_set_pipapo: walk over current view
    on netlink dump (CVE-2024-27017 bsc#1223733).
  - commit 2be46c1
  - Update references for
    patches.suse/mm-resolve-faulty-mmap_region-error-path-behaviour.patch
    (git-fixes CVE-2024-53096 bsc#1233756).
  - commit 6c0d091
  - ALSA: hda/realtek: Enable speaker pins for Medion E15443
    platform (bsc#1233298).
  - ALSA: hda/realtek: Fix Internal Speaker and Mic boost of
    Infinix Y4 Max (bsc#1233298).
  - commit dd8caae
  - Move upstreamed patches into sorted section
  - commit b72de8f
  - kabi, mm: refactor arch_calc_vm_flag_bits() and arm64 MTE
    handling (git-fixes kabi).
  - mm: refactor arch_calc_vm_flag_bits() and arm64 MTE handling
    (git-fixes).
  - commit f31b0e3

++++ mozilla-nss:

  - Updated nss-fips-approved-crypto-non-ec.patch to not pass in
    bad targetKeyLength parameters when checking for FIPS approval
    after keygen. This was causing false rejections.

++++ qemu:

  - Fix boo#1231166, bsc#1228079, bsc#1221812,
    bsc#1232283, bsc#1230978, bsc#1233530:
    * [openSUSE][RPM] The qemu translation is not being installed (boo#1231166)
    * target/i386: Expose IBPB-BRTYPE and SBPB CPUID bits to the guest (bsc#1228079)
    * [openSUSE] block: Move qcow2 invalidation query-block op_blocker
    * scsi: megasas: Internal cdbs have 16-byte length (bsc#1233530)
  - Update version to 8.2.8
    * Full changelog here:
    https://lore.kernel.org/qemu-devel/1b7d3242-abe9-408a-bd77-85162e0d0de4@tls.msk.ru/
    * Some backports:
    usb-hub: Fix handling port power control messages
    hw/audio/hda: fix memory leak on audio setup (bsc#1232728)
    hw/misc/mos6522: Fix bad class definition of the MOS6522 device
    contrib/plugins: add compat for g_memdup2
    target/i386: fix hang when using slow path for ptw_setl
    tcg: Allow top bit of SIMD_DATA_BITS to be set in simd_desc()
    linux-user/arm: Select vdso for be8 and be32 modes
    linux-user/arm: Reduce vdso alignment to 4k
    linux-user: Tolerate CONFIG_LSM_MMAP_MIN_ADDR
    accel/tcg: Fix user-only probe_access_internal plugin check
    target/arm: Drop user-only special case in sve_stN_r
    linux-user: Fix setreuid and setregid to use direct syscalls
    target/i386: Fix legacy page table walk
    9pfs: fix crash on 'Treaddir' request
    hw/nvme: fix handling of over-committed queues
    migration: Ensure vmstate_save() sets errp
    target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
    target/ppc: Fix mtDPDES targeting SMT siblings
    target/ppc: Set ctx->opcode for decode_insn32()
    target/riscv: Fix vcompress with rvv_ta_all_1s
    target/riscv/kvm: clarify how 'riscv-aia' default works
    target/riscv/kvm: set 'aia_mode' to default in error path
    hw/intc/riscv_aplic: Check and update pending when write sourcecfg
    hw/intc/riscv_aplic: Fix in_clrip[x] read emulation
    target/riscv: Set vtype.vill on CPU reset
    ... ... ...

------------------------------------------------------------------
------------------  2024-11-25  -  Nov 25 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed use of fscreateoptions for iso type
    The information for fscreateoptions was not passed along to the
    tooling if a custom filesystem attribute was specified.
    This Fixes #2681
  - Allow to derive from multiple containers
    Add support for multi inheritance to the derived_from attribute
    In the order of a comma seperated list of docker source URI's
    a base tree is created. This was possible only with one container
    so far and Fixes #2680 as well as jira#OBS-354

++++ git:

  - update to 2.47.1:
    * Use after free and double freeing at the end in
    "git log -L... -p" had been identified and fixed.
    * "git maintenance start" crashed due to an uninitialized
    variable reference, which has been corrected.
    * Fail gracefully instead of crashing when attempting to write
    the contents of a corrupt in-core index as a tree object.
    * A "git fetch" from the superproject going down to a submodule
    used a wrong remote when the default remote names are set
    differently between them.
    * The "gitk" project tree has been synchronized again

++++ kernel-default:

  - mm: resolve faulty mmap_region() error path behaviour
    (git-fixes).
  - commit 84c4dfc
  - mm: refactor map_deny_write_exec() (git-fixes).
  - commit 8c66a90
  - mm: unconditionally close VMAs on error (git-fixes).
  - commit f81f7df
  - mm: move dummy_vm_ops out of a header (git-fixes prerequisity).
  - commit e1045c0
  - mm: avoid unsafe VMA hook invocation when error arises on mmap
    hook (git-fixes).
  - commit 2b96063
  - fsl/fman: Fix refcount handling of fman-related devices
    (CVE-2024-50166 bsc#1233050).
  - fsl/fman: Save device references taken in mac_probe()
    (CVE-2024-50166 bsc#1233050).
  - commit cff0dea
  - tcp: Fix refcnt handling in __inet_hash_connect() (git-fixes).
  - commit 2b4c1a0
  - tipc: fix UAF in error path (CVE-2024-36886 bsc#1225730).
  - commit be7d8d3
  - ipv4: Fix uninit-value access in __ip_make_skb() (CVE-2024-36927
    bsc#1225813).
  - commit 5457624
  - vsock/virtio: Initialization of the dangling pointer occurring
    in vsk->trans (CVE-2024-50264 bsc#1233453).
  - arm64/sve: Discard stale CPU state when handling SVE traps
    (CVE-2024-50275 bsc#1233464).
  - commit 2855c61
  - tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
    (CVE-2024-36905 bsc#1225742).
  - commit 84c8bd7
  - kasan: move checks to do_strncpy_from_user (git-fixes).
  - commit ca3142b
  - tipc: fix a possible memleak in tipc_buf_append (CVE-2024-36954
    bsc#1225764).
  - commit b7093a9
  - erspan: make sure erspan_base_hdr is present in skb->head
    (CVE-2024-35888 bsc#1224518).
  - commit aaa779d
  - net: esp: fix bad handling of pages from page_pool
    (CVE-2024-26953 bsc#1223656).
  - commit b0a65f5
  - netfilter: nft_set_pipapo: walk over current view on netlink
    dump (CVE-2024-27017 bsc#1223733).
  - commit d1885c4
  - dccp/tcp: Unhash sk from ehash for tb2 alloc failure after
    check_estalblished() (CVE-2024-26741 bsc#1222587).
  - commit 9a5ac8a

++++ kernel-firmware:

  - Update to version 20241125 (git commit 508d770ee6f3):
    * ice: update ice DDP wireless_edge package to 1.3.20.0
    * ice: update ice DDP comms package to 1.3.52.0
    * ice: update ice DDP package to ice-1.3.41.0
    * amdgpu: update DMCUB to v9.0.10.0 for DCN314
    * amdgpu: update DMCUB to v9.0.10.0 for DCN351

++++ kernel-rt:

  - mm: resolve faulty mmap_region() error path behaviour
    (git-fixes).
  - commit 84c4dfc
  - mm: refactor map_deny_write_exec() (git-fixes).
  - commit 8c66a90
  - mm: unconditionally close VMAs on error (git-fixes).
  - commit f81f7df
  - mm: move dummy_vm_ops out of a header (git-fixes prerequisity).
  - commit e1045c0
  - mm: avoid unsafe VMA hook invocation when error arises on mmap
    hook (git-fixes).
  - commit 2b96063
  - fsl/fman: Fix refcount handling of fman-related devices
    (CVE-2024-50166 bsc#1233050).
  - fsl/fman: Save device references taken in mac_probe()
    (CVE-2024-50166 bsc#1233050).
  - commit cff0dea
  - tcp: Fix refcnt handling in __inet_hash_connect() (git-fixes).
  - commit 2b4c1a0
  - tipc: fix UAF in error path (CVE-2024-36886 bsc#1225730).
  - commit be7d8d3
  - ipv4: Fix uninit-value access in __ip_make_skb() (CVE-2024-36927
    bsc#1225813).
  - commit 5457624
  - vsock/virtio: Initialization of the dangling pointer occurring
    in vsk->trans (CVE-2024-50264 bsc#1233453).
  - arm64/sve: Discard stale CPU state when handling SVE traps
    (CVE-2024-50275 bsc#1233464).
  - commit 2855c61
  - tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
    (CVE-2024-36905 bsc#1225742).
  - commit 84c8bd7
  - kasan: move checks to do_strncpy_from_user (git-fixes).
  - commit ca3142b
  - tipc: fix a possible memleak in tipc_buf_append (CVE-2024-36954
    bsc#1225764).
  - commit b7093a9
  - erspan: make sure erspan_base_hdr is present in skb->head
    (CVE-2024-35888 bsc#1224518).
  - commit aaa779d
  - net: esp: fix bad handling of pages from page_pool
    (CVE-2024-26953 bsc#1223656).
  - commit b0a65f5
  - netfilter: nft_set_pipapo: walk over current view on netlink
    dump (CVE-2024-27017 bsc#1223733).
  - commit d1885c4
  - dccp/tcp: Unhash sk from ehash for tb2 alloc failure after
    check_estalblished() (CVE-2024-26741 bsc#1222587).
  - commit 9a5ac8a

++++ kernel-rt_debug:

  - mm: resolve faulty mmap_region() error path behaviour
    (git-fixes).
  - commit 84c4dfc
  - mm: refactor map_deny_write_exec() (git-fixes).
  - commit 8c66a90
  - mm: unconditionally close VMAs on error (git-fixes).
  - commit f81f7df
  - mm: move dummy_vm_ops out of a header (git-fixes prerequisity).
  - commit e1045c0
  - mm: avoid unsafe VMA hook invocation when error arises on mmap
    hook (git-fixes).
  - commit 2b96063
  - fsl/fman: Fix refcount handling of fman-related devices
    (CVE-2024-50166 bsc#1233050).
  - fsl/fman: Save device references taken in mac_probe()
    (CVE-2024-50166 bsc#1233050).
  - commit cff0dea
  - tcp: Fix refcnt handling in __inet_hash_connect() (git-fixes).
  - commit 2b4c1a0
  - tipc: fix UAF in error path (CVE-2024-36886 bsc#1225730).
  - commit be7d8d3
  - ipv4: Fix uninit-value access in __ip_make_skb() (CVE-2024-36927
    bsc#1225813).
  - commit 5457624
  - vsock/virtio: Initialization of the dangling pointer occurring
    in vsk->trans (CVE-2024-50264 bsc#1233453).
  - arm64/sve: Discard stale CPU state when handling SVE traps
    (CVE-2024-50275 bsc#1233464).
  - commit 2855c61
  - tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
    (CVE-2024-36905 bsc#1225742).
  - commit 84c8bd7
  - kasan: move checks to do_strncpy_from_user (git-fixes).
  - commit ca3142b
  - tipc: fix a possible memleak in tipc_buf_append (CVE-2024-36954
    bsc#1225764).
  - commit b7093a9
  - erspan: make sure erspan_base_hdr is present in skb->head
    (CVE-2024-35888 bsc#1224518).
  - commit aaa779d
  - net: esp: fix bad handling of pages from page_pool
    (CVE-2024-26953 bsc#1223656).
  - commit b0a65f5
  - netfilter: nft_set_pipapo: walk over current view on netlink
    dump (CVE-2024-27017 bsc#1223733).
  - commit d1885c4
  - dccp/tcp: Unhash sk from ehash for tb2 alloc failure after
    check_estalblished() (CVE-2024-26741 bsc#1222587).
  - commit 9a5ac8a

++++ multipath-tools:

  - Update to version 0.10.1~2+112+suse.b66763a:
    * libmultipath: reduce log level of "map X has multiple targets"
    (bsc#1233588)

++++ mozilla-nspr:

  - update to version 4.36
    * remove support for OS/2
    * remove support for Unixware, Bsdi, old AIX, old HPUX9 & scoos
    * remove support for Windows 16 bit
    * renamed the prwin16.h header to prwin.h
    * configure was updated from 2.69 to 2.71
    * various build, test and automation script fixes
    * major parts of the source code were reformatted

++++ nvidia-open-driver-G06-signed:

  - fixed my wrong patch 550.135.patch I introduced right below;
    it fixed x86_64 build more-or-less accidently but broke aarch64
    build completely ...
  - Improve handling of conflicts between different flavors
    (gfx vs. CUDA) (bsc#1233332).
  - Update to 550.135 (boo#1233673)
  - 550.135.patch:
    * fixes wrong logic for checking supported architectures

------------------------------------------------------------------
------------------  2024-11-24  -  Nov 24 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - minmax: scsi: fix mis-use of 'clamp()' in sr.c (git-fixes).
  - commit 46d200b
  - Fix warning in patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
    Fixes: ff613dcf3cc9c8aa5b4cc959d0bdfac2dec81854
  - commit 56a258b
  - Move upstreamed crypto patches into sorted section
  - commit 7706550
  - maple_tree: refine mas_store_root() on storing NULL (git-fixes).
  - maple_tree: fix alloc node fail issue (git-fixes).
  - unicode: Fix utf8_load() error path (git-fixes).
  - commit 7f4b1c4

++++ kernel-rt:

  - minmax: scsi: fix mis-use of 'clamp()' in sr.c (git-fixes).
  - commit 46d200b
  - Fix warning in patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
    Fixes: ff613dcf3cc9c8aa5b4cc959d0bdfac2dec81854
  - commit 56a258b
  - Move upstreamed crypto patches into sorted section
  - commit 7706550
  - maple_tree: refine mas_store_root() on storing NULL (git-fixes).
  - maple_tree: fix alloc node fail issue (git-fixes).
  - unicode: Fix utf8_load() error path (git-fixes).
  - commit 7f4b1c4

++++ kernel-rt_debug:

  - minmax: scsi: fix mis-use of 'clamp()' in sr.c (git-fixes).
  - commit 46d200b
  - Fix warning in patches.suse/RDMA-mlx5-Move-events-notifier-registration-to-be-af.patch
    Fixes: ff613dcf3cc9c8aa5b4cc959d0bdfac2dec81854
  - commit 56a258b
  - Move upstreamed crypto patches into sorted section
  - commit 7706550
  - maple_tree: refine mas_store_root() on storing NULL (git-fixes).
  - maple_tree: fix alloc node fail issue (git-fixes).
  - unicode: Fix utf8_load() error path (git-fixes).
  - commit 7f4b1c4

------------------------------------------------------------------
------------------  2024-11-23  -  Nov 23 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - RDMA/mlx5: Move events notifier registration to be after device registration (git-fixes)
  - commit ff613dc
  - RDMA/hns: Fix different dgids mapping to the same dip_idx (git-fixes)
  - commit 482b364
  - RDMA/hns: Use macro instead of magic number (git-fixes)
  - commit d6d944a
  - RDMA/hns: Add mutex_destroy() (git-fixes)
  - commit 096658f
  - RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg() (git-fixes)
  - commit abdac11
  - RDMA/hns: Fix out-of-order issue of requester when setting FENCE (git-fixes)
  - commit a53ecd7
  - RDMA/rxe: Set queue pair cur_qp_state when being queried (git-fixes)
  - commit 74c369b
  - RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey (git-fixes)
  - commit 7a90d31
  - RDMA/rxe: Fix the qp flush warnings in req (git-fixes)
  - commit 678f36e
  - RDMA/hns: Fix cpu stuck caused by printings during reset (git-fixes)
  - commit 0c19d33
  - RDMA/hns: Use dev_* printings in hem code instead of ibdev_* (git-fixes)
  - commit 21d3575
  - RDMA/hns: Fix flush cqe error when racing with destroy qp (git-fixes)
  - commit 4c3bddb
  - RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci (git-fixes)
  - commit c0d9dba
  - cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power()
    (git-fixes).
  - cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost()
    (git-fixes).
  - commit b53ff09
  - cpufreq: mediatek-hw: Fix wrong return value in
    mtk_cpufreq_get_cpu_power() (git-fixes).
  - cpufreq: CPPC: Fix possible null-ptr-deref for
    cppc_get_cpu_cost() (git-fixes).
  - cpufreq: CPPC: Fix possible null-ptr-deref for
    cpufreq_cpu_get_raw() (git-fixes).
  - Revert "cpufreq: brcmstb-avs-cpufreq: Fix initial command check"
    (stable-fixes).
  - cpufreq: loongson2: Unregister platform_driver on failure
    (git-fixes).
  - mtd: rawnand: atmel: Fix possible memory leak (git-fixes).
  - mtd: spi-nor: core: replace dummy buswidth from addr to data
    (git-fixes).
  - clk: qcom: clk-alpha-pll: fix lucid 5lpe pll enabled check
    (git-fixes).
  - clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning
    (git-fixes).
  - clk: qcom: gcc-qcs404: fix initial rate of GPLL3 (git-fixes).
  - clk: clk-axi-clkgen: make sure to enable the AXI bus clock
    (git-fixes).
  - clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset (git-fixes).
  - clk: imx: clk-scu: fix clk enable state save and restore
    (git-fixes).
  - clk: imx: fracn-gppll: fix pll power up (git-fixes).
  - clk: imx: fracn-gppll: correct PLL initialization flow
    (git-fixes).
  - clk: imx: lpcg-scu: SW workaround for errata (e10858)
    (git-fixes).
  - clk: renesas: rzg2l: Fix FOUTPOSTDIV clk (git-fixes).
  - clk: clk-apple-nco: Add NULL check in applnco_probe (git-fixes).
  - leds: lp55xx: Remove redundant test for invalid channel number
    (git-fixes).
  - mfd: rt5033: Fix missing regmap_del_irq_chip() (git-fixes).
  - mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to
    fix race (git-fixes).
  - drm/amd: Fix initialization mistake for NBIO 7.7.0
    (stable-fixes).
  - drm/amd/display: Adjust VSDB parser for replay feature
    (stable-fixes).
  - media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not set
    (stable-fixes).
  - commit 15015b2
  - scsi: cdrom: kABI: fix cdrom_dev_ops change (git-fixes).
  - commit ab3e426

++++ kernel-rt:

  - RDMA/mlx5: Move events notifier registration to be after device registration (git-fixes)
  - commit ff613dc
  - RDMA/hns: Fix different dgids mapping to the same dip_idx (git-fixes)
  - commit 482b364
  - RDMA/hns: Use macro instead of magic number (git-fixes)
  - commit d6d944a
  - RDMA/hns: Add mutex_destroy() (git-fixes)
  - commit 096658f
  - RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg() (git-fixes)
  - commit abdac11
  - RDMA/hns: Fix out-of-order issue of requester when setting FENCE (git-fixes)
  - commit a53ecd7
  - RDMA/rxe: Set queue pair cur_qp_state when being queried (git-fixes)
  - commit 74c369b
  - RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey (git-fixes)
  - commit 7a90d31
  - RDMA/rxe: Fix the qp flush warnings in req (git-fixes)
  - commit 678f36e
  - RDMA/hns: Fix cpu stuck caused by printings during reset (git-fixes)
  - commit 0c19d33
  - RDMA/hns: Use dev_* printings in hem code instead of ibdev_* (git-fixes)
  - commit 21d3575
  - RDMA/hns: Fix flush cqe error when racing with destroy qp (git-fixes)
  - commit 4c3bddb
  - RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci (git-fixes)
  - commit c0d9dba
  - cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power()
    (git-fixes).
  - cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost()
    (git-fixes).
  - commit b53ff09
  - cpufreq: mediatek-hw: Fix wrong return value in
    mtk_cpufreq_get_cpu_power() (git-fixes).
  - cpufreq: CPPC: Fix possible null-ptr-deref for
    cppc_get_cpu_cost() (git-fixes).
  - cpufreq: CPPC: Fix possible null-ptr-deref for
    cpufreq_cpu_get_raw() (git-fixes).
  - Revert "cpufreq: brcmstb-avs-cpufreq: Fix initial command check"
    (stable-fixes).
  - cpufreq: loongson2: Unregister platform_driver on failure
    (git-fixes).
  - mtd: rawnand: atmel: Fix possible memory leak (git-fixes).
  - mtd: spi-nor: core: replace dummy buswidth from addr to data
    (git-fixes).
  - clk: qcom: clk-alpha-pll: fix lucid 5lpe pll enabled check
    (git-fixes).
  - clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning
    (git-fixes).
  - clk: qcom: gcc-qcs404: fix initial rate of GPLL3 (git-fixes).
  - clk: clk-axi-clkgen: make sure to enable the AXI bus clock
    (git-fixes).
  - clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset (git-fixes).
  - clk: imx: clk-scu: fix clk enable state save and restore
    (git-fixes).
  - clk: imx: fracn-gppll: fix pll power up (git-fixes).
  - clk: imx: fracn-gppll: correct PLL initialization flow
    (git-fixes).
  - clk: imx: lpcg-scu: SW workaround for errata (e10858)
    (git-fixes).
  - clk: renesas: rzg2l: Fix FOUTPOSTDIV clk (git-fixes).
  - clk: clk-apple-nco: Add NULL check in applnco_probe (git-fixes).
  - leds: lp55xx: Remove redundant test for invalid channel number
    (git-fixes).
  - mfd: rt5033: Fix missing regmap_del_irq_chip() (git-fixes).
  - mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to
    fix race (git-fixes).
  - drm/amd: Fix initialization mistake for NBIO 7.7.0
    (stable-fixes).
  - drm/amd/display: Adjust VSDB parser for replay feature
    (stable-fixes).
  - media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not set
    (stable-fixes).
  - commit 15015b2
  - scsi: cdrom: kABI: fix cdrom_dev_ops change (git-fixes).
  - commit ab3e426

++++ kernel-rt_debug:

  - RDMA/mlx5: Move events notifier registration to be after device registration (git-fixes)
  - commit ff613dc
  - RDMA/hns: Fix different dgids mapping to the same dip_idx (git-fixes)
  - commit 482b364
  - RDMA/hns: Use macro instead of magic number (git-fixes)
  - commit d6d944a
  - RDMA/hns: Add mutex_destroy() (git-fixes)
  - commit 096658f
  - RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg() (git-fixes)
  - commit abdac11
  - RDMA/hns: Fix out-of-order issue of requester when setting FENCE (git-fixes)
  - commit a53ecd7
  - RDMA/rxe: Set queue pair cur_qp_state when being queried (git-fixes)
  - commit 74c369b
  - RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey (git-fixes)
  - commit 7a90d31
  - RDMA/rxe: Fix the qp flush warnings in req (git-fixes)
  - commit 678f36e
  - RDMA/hns: Fix cpu stuck caused by printings during reset (git-fixes)
  - commit 0c19d33
  - RDMA/hns: Use dev_* printings in hem code instead of ibdev_* (git-fixes)
  - commit 21d3575
  - RDMA/hns: Fix flush cqe error when racing with destroy qp (git-fixes)
  - commit 4c3bddb
  - RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci (git-fixes)
  - commit c0d9dba
  - cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power()
    (git-fixes).
  - cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost()
    (git-fixes).
  - commit b53ff09
  - cpufreq: mediatek-hw: Fix wrong return value in
    mtk_cpufreq_get_cpu_power() (git-fixes).
  - cpufreq: CPPC: Fix possible null-ptr-deref for
    cppc_get_cpu_cost() (git-fixes).
  - cpufreq: CPPC: Fix possible null-ptr-deref for
    cpufreq_cpu_get_raw() (git-fixes).
  - Revert "cpufreq: brcmstb-avs-cpufreq: Fix initial command check"
    (stable-fixes).
  - cpufreq: loongson2: Unregister platform_driver on failure
    (git-fixes).
  - mtd: rawnand: atmel: Fix possible memory leak (git-fixes).
  - mtd: spi-nor: core: replace dummy buswidth from addr to data
    (git-fixes).
  - clk: qcom: clk-alpha-pll: fix lucid 5lpe pll enabled check
    (git-fixes).
  - clk: qcom: clk-alpha-pll: drop lucid-evo pll enabled warning
    (git-fixes).
  - clk: qcom: gcc-qcs404: fix initial rate of GPLL3 (git-fixes).
  - clk: clk-axi-clkgen: make sure to enable the AXI bus clock
    (git-fixes).
  - clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset (git-fixes).
  - clk: imx: clk-scu: fix clk enable state save and restore
    (git-fixes).
  - clk: imx: fracn-gppll: fix pll power up (git-fixes).
  - clk: imx: fracn-gppll: correct PLL initialization flow
    (git-fixes).
  - clk: imx: lpcg-scu: SW workaround for errata (e10858)
    (git-fixes).
  - clk: renesas: rzg2l: Fix FOUTPOSTDIV clk (git-fixes).
  - clk: clk-apple-nco: Add NULL check in applnco_probe (git-fixes).
  - leds: lp55xx: Remove redundant test for invalid channel number
    (git-fixes).
  - mfd: rt5033: Fix missing regmap_del_irq_chip() (git-fixes).
  - mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to
    fix race (git-fixes).
  - drm/amd: Fix initialization mistake for NBIO 7.7.0
    (stable-fixes).
  - drm/amd/display: Adjust VSDB parser for replay feature
    (stable-fixes).
  - media: dvbdev: fix the logic when DVB_DYNAMIC_MINORS is not set
    (stable-fixes).
  - commit 15015b2
  - scsi: cdrom: kABI: fix cdrom_dev_ops change (git-fixes).
  - commit ab3e426

------------------------------------------------------------------
------------------  2024-11-22  -  Nov 22 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - netfilter: Fix use-after-free in get_info() (CVE-2024-50257
    bsc#1233244).
  - commit 1f00653
  - ALSA: usb-audio: Make mic volume workarounds globally applicable
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Add-quirk-for-HP-320-FHD-Webcam.patch.
  - commit 777a5df
  - drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_lut_load
    (git-fixes).
  - ALSA: hda: Poll jack events for LS7A HD-Audio (stable-fixes).
  - ALSA: usb-audio: Add Pioneer DJ/AlphaTheta DJM-A9 Mixer
    (stable-fixes).
  - ALSA: usb-audio: Use snprintf instead of sprintf in
    build_mixer_unit_ctl (stable-fixes).
  - ALSA: ice1712: Remove redundant code in stac9460_dac_vol_put
    (stable-fixes).
  - commit e772374
  - drm/amdkfd: Fix wrong usage of INIT_WORK() (git-fixes).
  - drm/panfrost: Add missing OPP table refcnt decremental
    (git-fixes).
  - drm: use ATOMIC64_INIT() for atomic64_t (git-fixes).
  - drm/vkms: Drop unnecessary call to drm_crtc_cleanup()
    (git-fixes).
  - drm/etnaviv: hold GPU lock across perfmon sampling (git-fixes).
  - drm/etnaviv: Request pages from DMA32 zone on addressing_limited
    (git-fixes).
  - drm/amd/display: Fix brightness level not retained over reboot
    (git-fixes).
  - drm/msm/dpu: cast crtc_clk calculation to u64 in
    _dpu_core_perf_calc_clk() (git-fixes).
  - drm/mediatek: Fix child node refcount handling in early exit
    (git-fixes).
  - drm/msm/gpu: Check the status of registration to PM QoS
    (git-fixes).
  - drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - drm/msm: Fix some typos in comment (git-fixes).
  - drm/msm/dpu: drop LM_3 / LM_4 on MSM8998 (git-fixes).
  - drm/msm/dpu: drop LM_3 / LM_4 on SDM845 (git-fixes).
  - drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block (git-fixes).
  - drm: xlnx: zynqmp_dpsub: fix hotplug detection (git-fixes).
  - drm: zynqmp_kms: Unplug DRM device before removal (git-fixes).
  - drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()
    (git-fixes).
  - drm/panfrost: Remove unused id_mask from struct panfrost_model
    (git-fixes).
  - drm/amdgpu: Fix JPEG v4.0.3 register write (git-fixes).
  - drm/bridge: tc358767: Fix link properties discovery (git-fixes).
  - drm/vc4: Match drm_dev_enter and exit calls in
    vc4_hvs_atomic_flush (git-fixes).
  - drm/bridge: it6505: Drop EDID cache on bridge power off
    (git-fixes).
  - drm/bridge: anx7625: Drop EDID cache on bridge power off
    (git-fixes).
  - drm/v3d: Address race-condition in MMU flush (git-fixes).
  - drm/sti: avoid potential dereference of error pointers
    (git-fixes).
  - drm/sti: avoid potential dereference of error pointers in
    sti_gdp_atomic_check (git-fixes).
  - drm/sti: avoid potential dereference of error pointers in
    sti_hqvdp_atomic_check (git-fixes).
  - drm/imx/ipuv3: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - drm/omap: Fix locking in omap_gem_new_dmabuf() (git-fixes).
  - drm/omap: Fix possible NULL dereference (git-fixes).
  - drm/vc4: hvs: Correct logic on stopping an HVS channel
    (git-fixes).
  - drm/vc4: hvs: Remove incorrect limit from hvs_dlist debugfs
    function (git-fixes).
  - drm/vc4: hvs: Fix dlist debug not resetting the next entry
    pointer (git-fixes).
  - drm/vc4: hdmi: Avoid hang with debug registers when suspended
    (git-fixes).
  - drm/vc4: hvs: Don't write gamma luts on 2711 (git-fixes).
  - drm/mm: Mark drm_mm_interval_tree*() functions with
    __maybe_unused (git-fixes).
  - ASoC: codecs: Fix atomicity violation in
    snd_soc_component_get_drvdata() (git-fixes).
  - ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c
    (git-fixes).
  - ASoC: fsl_micfil: fix regmap_write_bits usage (git-fixes).
  - ALSA: 6fire: Release resources at card release (git-fixes).
  - ALSA: caiaq: Use snd_card_free_when_closed() at disconnection
    (git-fixes).
  - ALSA: us122l: Use snd_card_free_when_closed() at disconnection
    (git-fixes).
  - ALSA: usx2y: Use snd_card_free_when_closed() at disconnection
    (git-fixes).
  - Bluetooth: fix use-after-free in device_for_each_child()
    (git-fixes).
  - wifi: brcmfmac: release 'root' node in all execution paths
    (git-fixes).
  - wifi: cw1200: Fix potential NULL dereference (git-fixes).
  - wifi: wfx: Fix error handling in wfx_core_init() (git-fixes).
  - wifi: ath12k: fix warning when unbinding (git-fixes).
  - wifi: ath12k: fix crash when unbinding (git-fixes).
  - wifi: ath12k: remove msdu_end structure for WCN7850 (git-fixes).
  - wifi: ath11k: Fix CE offset address calculation for WCN6750
    in SSR (git-fixes).
  - wifi: ath12k: Skip Rx TID cleanup for self peer (git-fixes).
  - wifi: ath10k: fix invalid VHT parameters in
    supported_vht_mcs_rate_nss2 (git-fixes).
  - wifi: ath10k: fix invalid VHT parameters in
    supported_vht_mcs_rate_nss1 (git-fixes).
  - wifi: ath9k: add range check for conn_rsp_epid in
    htc_connect_service() (git-fixes).
  - wifi: mwifiex: Fix memcpy() field-spanning write warning in
    mwifiex_config_scan() (git-fixes).
  - wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq() (git-fixes).
  - commit c54011d
  - scsi: kABI: restore no_start_on_resume to scsi_device
    (git-fixes).
  - scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer
    (git-fixes).
  - scsi: mpi3mr: Validate SAS port assignments (git-fixes).
  - scsi: scsi_transport_fc: Allow setting rport state to current
    state (git-fixes).
  - scsi: wd33c93: Don't use stale scsi_pointer value (git-fixes).
  - scsi: pm8001: Do not overwrite PCI queue mapping (git-fixes).
  - scsi: smartpqi: correct stream detection (git-fixes).
  - scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfers
    (git-fixes).
  - scsi: NCR5380: Check for phase match during PDMA fixup
    (git-fixes).
  - scsi: mac_scsi: Disallow bus errors during PDMA send
    (git-fixes).
  - scsi: mac_scsi: Refactor polling loop (git-fixes).
  - scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messages
    (git-fixes).
  - scsi: smartpqi: revert
    propagate-the-multipath-failure-to-SML-quickly (git-fixes).
  - scsi: aacraid: Rearrange order of struct aac_srb_unit
    (git-fixes).
  - scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in
    progress (git-fixes).
  - scsi: core: Fix the return value of scsi_logical_block_count()
    (git-fixes).
  - scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES
    (git-fixes).
  - scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES
    (git-fixes).
  - scsi: pm80xx: Set phy->enable_completion only when we wait
    for it (git-fixes).
  - scsi: libsas: Fix exp-attached device scan after probe failure
    scanned in again after probe failed (git-fixes).
  - scsi: mpi3mr: Fix ATA NCQ priority support (git-fixes).
  - scsi: core: Disable CDL by default (git-fixes).
  - scsi: core: Handle devices which return an unusually large
    VPD page count (git-fixes).
  - scsi: qedf: Set qed_slowpath_params to zero before use
    (git-fixes).
  - scsi: sr: Fix unintentional arithmetic wraparound (git-fixes).
  - scsi: core: alua: I/O errors for ALUA state transitions
    (git-fixes).
  - scsi: hpsa: Fix allocation size for Scsi_Host private data
    (git-fixes).
  - scsi: libsas: Fix the failure of adding phy with zero-address
    to port (git-fixes).
  - scsi: mpi3mr: Avoid possible run-time warning with long
    manufacturer strings (git-fixes).
  - scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERING (git-fixes).
  - scsi: hisi_sas: Handle the NCQ error returned by D2H frame
    (git-fixes).
  - scsi: mpi3mr: Avoid memcpy field-spanning write WARNING
    (git-fixes).
  - scsi: spi: Fix sshdr use (git-fixes).
  - scsi: Remove scsi device no_start_on_resume flag (git-fixes).
  - commit d5d37f8

++++ kernel-firmware:

  - Update to version 20241121 (git commit 48bb90cceb88):
    * linux-firmware: Update AMD cpu microcode
    * xe: Update GUC to v70.36.0 for BMG, LNL
    * i915: Update GUC to v70.36.0 for ADL-P, DG1, DG2, MTL, TGL

++++ kernel-rt:

  - netfilter: Fix use-after-free in get_info() (CVE-2024-50257
    bsc#1233244).
  - commit 1f00653
  - ALSA: usb-audio: Make mic volume workarounds globally applicable
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Add-quirk-for-HP-320-FHD-Webcam.patch.
  - commit 777a5df
  - drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_lut_load
    (git-fixes).
  - ALSA: hda: Poll jack events for LS7A HD-Audio (stable-fixes).
  - ALSA: usb-audio: Add Pioneer DJ/AlphaTheta DJM-A9 Mixer
    (stable-fixes).
  - ALSA: usb-audio: Use snprintf instead of sprintf in
    build_mixer_unit_ctl (stable-fixes).
  - ALSA: ice1712: Remove redundant code in stac9460_dac_vol_put
    (stable-fixes).
  - commit e772374
  - drm/amdkfd: Fix wrong usage of INIT_WORK() (git-fixes).
  - drm/panfrost: Add missing OPP table refcnt decremental
    (git-fixes).
  - drm: use ATOMIC64_INIT() for atomic64_t (git-fixes).
  - drm/vkms: Drop unnecessary call to drm_crtc_cleanup()
    (git-fixes).
  - drm/etnaviv: hold GPU lock across perfmon sampling (git-fixes).
  - drm/etnaviv: Request pages from DMA32 zone on addressing_limited
    (git-fixes).
  - drm/amd/display: Fix brightness level not retained over reboot
    (git-fixes).
  - drm/msm/dpu: cast crtc_clk calculation to u64 in
    _dpu_core_perf_calc_clk() (git-fixes).
  - drm/mediatek: Fix child node refcount handling in early exit
    (git-fixes).
  - drm/msm/gpu: Check the status of registration to PM QoS
    (git-fixes).
  - drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - drm/msm: Fix some typos in comment (git-fixes).
  - drm/msm/dpu: drop LM_3 / LM_4 on MSM8998 (git-fixes).
  - drm/msm/dpu: drop LM_3 / LM_4 on SDM845 (git-fixes).
  - drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block (git-fixes).
  - drm: xlnx: zynqmp_dpsub: fix hotplug detection (git-fixes).
  - drm: zynqmp_kms: Unplug DRM device before removal (git-fixes).
  - drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()
    (git-fixes).
  - drm/panfrost: Remove unused id_mask from struct panfrost_model
    (git-fixes).
  - drm/amdgpu: Fix JPEG v4.0.3 register write (git-fixes).
  - drm/bridge: tc358767: Fix link properties discovery (git-fixes).
  - drm/vc4: Match drm_dev_enter and exit calls in
    vc4_hvs_atomic_flush (git-fixes).
  - drm/bridge: it6505: Drop EDID cache on bridge power off
    (git-fixes).
  - drm/bridge: anx7625: Drop EDID cache on bridge power off
    (git-fixes).
  - drm/v3d: Address race-condition in MMU flush (git-fixes).
  - drm/sti: avoid potential dereference of error pointers
    (git-fixes).
  - drm/sti: avoid potential dereference of error pointers in
    sti_gdp_atomic_check (git-fixes).
  - drm/sti: avoid potential dereference of error pointers in
    sti_hqvdp_atomic_check (git-fixes).
  - drm/imx/ipuv3: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - drm/omap: Fix locking in omap_gem_new_dmabuf() (git-fixes).
  - drm/omap: Fix possible NULL dereference (git-fixes).
  - drm/vc4: hvs: Correct logic on stopping an HVS channel
    (git-fixes).
  - drm/vc4: hvs: Remove incorrect limit from hvs_dlist debugfs
    function (git-fixes).
  - drm/vc4: hvs: Fix dlist debug not resetting the next entry
    pointer (git-fixes).
  - drm/vc4: hdmi: Avoid hang with debug registers when suspended
    (git-fixes).
  - drm/vc4: hvs: Don't write gamma luts on 2711 (git-fixes).
  - drm/mm: Mark drm_mm_interval_tree*() functions with
    __maybe_unused (git-fixes).
  - ASoC: codecs: Fix atomicity violation in
    snd_soc_component_get_drvdata() (git-fixes).
  - ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c
    (git-fixes).
  - ASoC: fsl_micfil: fix regmap_write_bits usage (git-fixes).
  - ALSA: 6fire: Release resources at card release (git-fixes).
  - ALSA: caiaq: Use snd_card_free_when_closed() at disconnection
    (git-fixes).
  - ALSA: us122l: Use snd_card_free_when_closed() at disconnection
    (git-fixes).
  - ALSA: usx2y: Use snd_card_free_when_closed() at disconnection
    (git-fixes).
  - Bluetooth: fix use-after-free in device_for_each_child()
    (git-fixes).
  - wifi: brcmfmac: release 'root' node in all execution paths
    (git-fixes).
  - wifi: cw1200: Fix potential NULL dereference (git-fixes).
  - wifi: wfx: Fix error handling in wfx_core_init() (git-fixes).
  - wifi: ath12k: fix warning when unbinding (git-fixes).
  - wifi: ath12k: fix crash when unbinding (git-fixes).
  - wifi: ath12k: remove msdu_end structure for WCN7850 (git-fixes).
  - wifi: ath11k: Fix CE offset address calculation for WCN6750
    in SSR (git-fixes).
  - wifi: ath12k: Skip Rx TID cleanup for self peer (git-fixes).
  - wifi: ath10k: fix invalid VHT parameters in
    supported_vht_mcs_rate_nss2 (git-fixes).
  - wifi: ath10k: fix invalid VHT parameters in
    supported_vht_mcs_rate_nss1 (git-fixes).
  - wifi: ath9k: add range check for conn_rsp_epid in
    htc_connect_service() (git-fixes).
  - wifi: mwifiex: Fix memcpy() field-spanning write warning in
    mwifiex_config_scan() (git-fixes).
  - wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq() (git-fixes).
  - commit c54011d
  - scsi: kABI: restore no_start_on_resume to scsi_device
    (git-fixes).
  - scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer
    (git-fixes).
  - scsi: mpi3mr: Validate SAS port assignments (git-fixes).
  - scsi: scsi_transport_fc: Allow setting rport state to current
    state (git-fixes).
  - scsi: wd33c93: Don't use stale scsi_pointer value (git-fixes).
  - scsi: pm8001: Do not overwrite PCI queue mapping (git-fixes).
  - scsi: smartpqi: correct stream detection (git-fixes).
  - scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfers
    (git-fixes).
  - scsi: NCR5380: Check for phase match during PDMA fixup
    (git-fixes).
  - scsi: mac_scsi: Disallow bus errors during PDMA send
    (git-fixes).
  - scsi: mac_scsi: Refactor polling loop (git-fixes).
  - scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messages
    (git-fixes).
  - scsi: smartpqi: revert
    propagate-the-multipath-failure-to-SML-quickly (git-fixes).
  - scsi: aacraid: Rearrange order of struct aac_srb_unit
    (git-fixes).
  - scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in
    progress (git-fixes).
  - scsi: core: Fix the return value of scsi_logical_block_count()
    (git-fixes).
  - scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES
    (git-fixes).
  - scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES
    (git-fixes).
  - scsi: pm80xx: Set phy->enable_completion only when we wait
    for it (git-fixes).
  - scsi: libsas: Fix exp-attached device scan after probe failure
    scanned in again after probe failed (git-fixes).
  - scsi: mpi3mr: Fix ATA NCQ priority support (git-fixes).
  - scsi: core: Disable CDL by default (git-fixes).
  - scsi: core: Handle devices which return an unusually large
    VPD page count (git-fixes).
  - scsi: qedf: Set qed_slowpath_params to zero before use
    (git-fixes).
  - scsi: sr: Fix unintentional arithmetic wraparound (git-fixes).
  - scsi: core: alua: I/O errors for ALUA state transitions
    (git-fixes).
  - scsi: hpsa: Fix allocation size for Scsi_Host private data
    (git-fixes).
  - scsi: libsas: Fix the failure of adding phy with zero-address
    to port (git-fixes).
  - scsi: mpi3mr: Avoid possible run-time warning with long
    manufacturer strings (git-fixes).
  - scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERING (git-fixes).
  - scsi: hisi_sas: Handle the NCQ error returned by D2H frame
    (git-fixes).
  - scsi: mpi3mr: Avoid memcpy field-spanning write WARNING
    (git-fixes).
  - scsi: spi: Fix sshdr use (git-fixes).
  - scsi: Remove scsi device no_start_on_resume flag (git-fixes).
  - commit d5d37f8

++++ kernel-rt_debug:

  - netfilter: Fix use-after-free in get_info() (CVE-2024-50257
    bsc#1233244).
  - commit 1f00653
  - ALSA: usb-audio: Make mic volume workarounds globally applicable
    (stable-fixes).
  - Refresh
    patches.suse/ALSA-usb-audio-Add-quirk-for-HP-320-FHD-Webcam.patch.
  - commit 777a5df
  - drm/vc4: Match drm_dev_enter and exit calls in vc4_hvs_lut_load
    (git-fixes).
  - ALSA: hda: Poll jack events for LS7A HD-Audio (stable-fixes).
  - ALSA: usb-audio: Add Pioneer DJ/AlphaTheta DJM-A9 Mixer
    (stable-fixes).
  - ALSA: usb-audio: Use snprintf instead of sprintf in
    build_mixer_unit_ctl (stable-fixes).
  - ALSA: ice1712: Remove redundant code in stac9460_dac_vol_put
    (stable-fixes).
  - commit e772374
  - drm/amdkfd: Fix wrong usage of INIT_WORK() (git-fixes).
  - drm/panfrost: Add missing OPP table refcnt decremental
    (git-fixes).
  - drm: use ATOMIC64_INIT() for atomic64_t (git-fixes).
  - drm/vkms: Drop unnecessary call to drm_crtc_cleanup()
    (git-fixes).
  - drm/etnaviv: hold GPU lock across perfmon sampling (git-fixes).
  - drm/etnaviv: Request pages from DMA32 zone on addressing_limited
    (git-fixes).
  - drm/amd/display: Fix brightness level not retained over reboot
    (git-fixes).
  - drm/msm/dpu: cast crtc_clk calculation to u64 in
    _dpu_core_perf_calc_clk() (git-fixes).
  - drm/mediatek: Fix child node refcount handling in early exit
    (git-fixes).
  - drm/msm/gpu: Check the status of registration to PM QoS
    (git-fixes).
  - drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - drm/msm: Fix some typos in comment (git-fixes).
  - drm/msm/dpu: drop LM_3 / LM_4 on MSM8998 (git-fixes).
  - drm/msm/dpu: drop LM_3 / LM_4 on SDM845 (git-fixes).
  - drm/msm/dpu: on SDM845 move DSPP_3 to LM_5 block (git-fixes).
  - drm: xlnx: zynqmp_dpsub: fix hotplug detection (git-fixes).
  - drm: zynqmp_kms: Unplug DRM device before removal (git-fixes).
  - drm/nouveau/gr/gf100: Fix missing unlock in gf100_gr_chan_new()
    (git-fixes).
  - drm/panfrost: Remove unused id_mask from struct panfrost_model
    (git-fixes).
  - drm/amdgpu: Fix JPEG v4.0.3 register write (git-fixes).
  - drm/bridge: tc358767: Fix link properties discovery (git-fixes).
  - drm/vc4: Match drm_dev_enter and exit calls in
    vc4_hvs_atomic_flush (git-fixes).
  - drm/bridge: it6505: Drop EDID cache on bridge power off
    (git-fixes).
  - drm/bridge: anx7625: Drop EDID cache on bridge power off
    (git-fixes).
  - drm/v3d: Address race-condition in MMU flush (git-fixes).
  - drm/sti: avoid potential dereference of error pointers
    (git-fixes).
  - drm/sti: avoid potential dereference of error pointers in
    sti_gdp_atomic_check (git-fixes).
  - drm/sti: avoid potential dereference of error pointers in
    sti_hqvdp_atomic_check (git-fixes).
  - drm/imx/ipuv3: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - drm/imx/dcss: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - drm/omap: Fix locking in omap_gem_new_dmabuf() (git-fixes).
  - drm/omap: Fix possible NULL dereference (git-fixes).
  - drm/vc4: hvs: Correct logic on stopping an HVS channel
    (git-fixes).
  - drm/vc4: hvs: Remove incorrect limit from hvs_dlist debugfs
    function (git-fixes).
  - drm/vc4: hvs: Fix dlist debug not resetting the next entry
    pointer (git-fixes).
  - drm/vc4: hdmi: Avoid hang with debug registers when suspended
    (git-fixes).
  - drm/vc4: hvs: Don't write gamma luts on 2711 (git-fixes).
  - drm/mm: Mark drm_mm_interval_tree*() functions with
    __maybe_unused (git-fixes).
  - ASoC: codecs: Fix atomicity violation in
    snd_soc_component_get_drvdata() (git-fixes).
  - ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c
    (git-fixes).
  - ASoC: fsl_micfil: fix regmap_write_bits usage (git-fixes).
  - ALSA: 6fire: Release resources at card release (git-fixes).
  - ALSA: caiaq: Use snd_card_free_when_closed() at disconnection
    (git-fixes).
  - ALSA: us122l: Use snd_card_free_when_closed() at disconnection
    (git-fixes).
  - ALSA: usx2y: Use snd_card_free_when_closed() at disconnection
    (git-fixes).
  - Bluetooth: fix use-after-free in device_for_each_child()
    (git-fixes).
  - wifi: brcmfmac: release 'root' node in all execution paths
    (git-fixes).
  - wifi: cw1200: Fix potential NULL dereference (git-fixes).
  - wifi: wfx: Fix error handling in wfx_core_init() (git-fixes).
  - wifi: ath12k: fix warning when unbinding (git-fixes).
  - wifi: ath12k: fix crash when unbinding (git-fixes).
  - wifi: ath12k: remove msdu_end structure for WCN7850 (git-fixes).
  - wifi: ath11k: Fix CE offset address calculation for WCN6750
    in SSR (git-fixes).
  - wifi: ath12k: Skip Rx TID cleanup for self peer (git-fixes).
  - wifi: ath10k: fix invalid VHT parameters in
    supported_vht_mcs_rate_nss2 (git-fixes).
  - wifi: ath10k: fix invalid VHT parameters in
    supported_vht_mcs_rate_nss1 (git-fixes).
  - wifi: ath9k: add range check for conn_rsp_epid in
    htc_connect_service() (git-fixes).
  - wifi: mwifiex: Fix memcpy() field-spanning write warning in
    mwifiex_config_scan() (git-fixes).
  - wifi: mwifiex: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq() (git-fixes).
  - commit c54011d
  - scsi: kABI: restore no_start_on_resume to scsi_device
    (git-fixes).
  - scsi: sd_zbc: Use kvzalloc() to allocate REPORT ZONES buffer
    (git-fixes).
  - scsi: mpi3mr: Validate SAS port assignments (git-fixes).
  - scsi: scsi_transport_fc: Allow setting rport state to current
    state (git-fixes).
  - scsi: wd33c93: Don't use stale scsi_pointer value (git-fixes).
  - scsi: pm8001: Do not overwrite PCI queue mapping (git-fixes).
  - scsi: smartpqi: correct stream detection (git-fixes).
  - scsi: NCR5380: Initialize buffer for MSG IN and STATUS transfers
    (git-fixes).
  - scsi: NCR5380: Check for phase match during PDMA fixup
    (git-fixes).
  - scsi: mac_scsi: Disallow bus errors during PDMA send
    (git-fixes).
  - scsi: mac_scsi: Refactor polling loop (git-fixes).
  - scsi: mac_scsi: Revise printk(KERN_DEBUG ...) messages
    (git-fixes).
  - scsi: smartpqi: revert
    propagate-the-multipath-failure-to-SML-quickly (git-fixes).
  - scsi: aacraid: Rearrange order of struct aac_srb_unit
    (git-fixes).
  - scsi: sd: Ignore command SYNCHRONIZE CACHE error if format in
    progress (git-fixes).
  - scsi: core: Fix the return value of scsi_logical_block_count()
    (git-fixes).
  - scsi: mpt3sas: Avoid IOMMU page faults on REPORT ZONES
    (git-fixes).
  - scsi: mpi3mr: Avoid IOMMU page faults on REPORT ZONES
    (git-fixes).
  - scsi: pm80xx: Set phy->enable_completion only when we wait
    for it (git-fixes).
  - scsi: libsas: Fix exp-attached device scan after probe failure
    scanned in again after probe failed (git-fixes).
  - scsi: mpi3mr: Fix ATA NCQ priority support (git-fixes).
  - scsi: core: Disable CDL by default (git-fixes).
  - scsi: core: Handle devices which return an unusually large
    VPD page count (git-fixes).
  - scsi: qedf: Set qed_slowpath_params to zero before use
    (git-fixes).
  - scsi: sr: Fix unintentional arithmetic wraparound (git-fixes).
  - scsi: core: alua: I/O errors for ALUA state transitions
    (git-fixes).
  - scsi: hpsa: Fix allocation size for Scsi_Host private data
    (git-fixes).
  - scsi: libsas: Fix the failure of adding phy with zero-address
    to port (git-fixes).
  - scsi: mpi3mr: Avoid possible run-time warning with long
    manufacturer strings (git-fixes).
  - scsi: core: Fix handling of SCMD_FAIL_IF_RECOVERING (git-fixes).
  - scsi: hisi_sas: Handle the NCQ error returned by D2H frame
    (git-fixes).
  - scsi: mpi3mr: Avoid memcpy field-spanning write WARNING
    (git-fixes).
  - scsi: spi: Fix sshdr use (git-fixes).
  - scsi: Remove scsi device no_start_on_resume flag (git-fixes).
  - commit d5d37f8

------------------------------------------------------------------
------------------  2024-11-21  -  Nov 21 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.1.18 → 10.2.0
  - Add selinux test build to TW
    Also update derived docker integration test to latest Leap

++++ kernel-default:

  - soc: fsl: rcpm: fix missing of_node_put() in
    copy_ippdexpcr1_setting() (git-fixes).
  - firmware: arm_scpi: Check the DVFS OPP count returned by the
    firmware (git-fixes).
  - soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()
    (git-fixes).
  - drivers: soc: xilinx: add the missing kfree in
    xlnx_add_cb_for_suspend() (git-fixes).
  - efi/libstub: Free correct pointer on failure (git-fixes).
  - tpm: fix signed/unsigned bug when checking event logs
    (git-fixes).
  - efi/libstub: fix efi_parse_options() ignoring the default
    command line (git-fixes).
  - platform/x86: panasonic-laptop: Return errno correctly in show
    callback (git-fixes).
  - media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED
    in uvc_parse_format (git-fixes).
  - media: platform: exynos4-is: Fix an OF node reference leak in
    fimc_md_is_isp_available (git-fixes).
  - media: atomisp: Add check for rgby_data memory allocation
    failure (git-fixes).
  - media: gspca: ov534-ov772x: Fix off-by-one error in
    set_frame_rate() (git-fixes).
  - media: venus: Fix pm_runtime_set_suspended() with runtime pm
    enabled (git-fixes).
  - media: amphion: Fix pm_runtime_set_suspended() with runtime
    pm enabled (git-fixes).
  - media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime
    pm enabled (git-fixes).
  - media: mantis: remove orphan mantis_core.h (git-fixes).
  - media: vb2: Fix comment (git-fixes).
  - media: uvcvideo: Stop stream during unregister (git-fixes).
  - media: ts2020: fix null-ptr-deref in ts2020_probe() (git-fixes).
  - media: platform: allegro-dvt: Fix possible memory leak in
    allocate_buffers_internal() (git-fixes).
  - media: i2c: tc358743: Fix crash in the probe error path when
    using polling (git-fixes).
  - media: wl128x: Fix atomicity violation in fmc_send_cmd()
    (git-fixes).
  - media: imx-jpeg: Ensure power suppliers be suspended before
    detach them (git-fixes).
  - media: amphion: Set video drvdata before register video device
    (git-fixes).
  - media: imx-jpeg: Set video drvdata before register video device
    (git-fixes).
  - media: mtk-jpeg: Fix null-ptr-deref during unload module
    (git-fixes).
  - media: uvcvideo: Require entities to have a non-zero unique ID
    (git-fixes).
  - HID: wacom: Interpret tilt data from Intuos Pro BT as signed
    values (git-fixes).
  - mmc: mmc_spi: drop buggy snprintf() (git-fixes).
  - =?UTF-8?q?spi:=20zynqmp-gqspi:=20Undo=20runtime=20PM=20ch?=
    =?UTF-8?q?anges=20at=20driver=20exit=20time=E2=80=8B?=
    (git-fixes).
  - spi: tegra210-quad: Avoid shift-out-of-bounds (git-fixes).
  - regmap: irq: Set lockdep class for hierarchical IRQ domains
    (git-fixes).
  - Documentation: kgdb: Correct parameter error (git-fixes).
  - efi/libstub: zboot.lds: Discard .discard sections
    (stable-fixes).
  - commit fbb8e93

++++ kernel-rt:

  - soc: fsl: rcpm: fix missing of_node_put() in
    copy_ippdexpcr1_setting() (git-fixes).
  - firmware: arm_scpi: Check the DVFS OPP count returned by the
    firmware (git-fixes).
  - soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()
    (git-fixes).
  - drivers: soc: xilinx: add the missing kfree in
    xlnx_add_cb_for_suspend() (git-fixes).
  - efi/libstub: Free correct pointer on failure (git-fixes).
  - tpm: fix signed/unsigned bug when checking event logs
    (git-fixes).
  - efi/libstub: fix efi_parse_options() ignoring the default
    command line (git-fixes).
  - platform/x86: panasonic-laptop: Return errno correctly in show
    callback (git-fixes).
  - media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED
    in uvc_parse_format (git-fixes).
  - media: platform: exynos4-is: Fix an OF node reference leak in
    fimc_md_is_isp_available (git-fixes).
  - media: atomisp: Add check for rgby_data memory allocation
    failure (git-fixes).
  - media: gspca: ov534-ov772x: Fix off-by-one error in
    set_frame_rate() (git-fixes).
  - media: venus: Fix pm_runtime_set_suspended() with runtime pm
    enabled (git-fixes).
  - media: amphion: Fix pm_runtime_set_suspended() with runtime
    pm enabled (git-fixes).
  - media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime
    pm enabled (git-fixes).
  - media: mantis: remove orphan mantis_core.h (git-fixes).
  - media: vb2: Fix comment (git-fixes).
  - media: uvcvideo: Stop stream during unregister (git-fixes).
  - media: ts2020: fix null-ptr-deref in ts2020_probe() (git-fixes).
  - media: platform: allegro-dvt: Fix possible memory leak in
    allocate_buffers_internal() (git-fixes).
  - media: i2c: tc358743: Fix crash in the probe error path when
    using polling (git-fixes).
  - media: wl128x: Fix atomicity violation in fmc_send_cmd()
    (git-fixes).
  - media: imx-jpeg: Ensure power suppliers be suspended before
    detach them (git-fixes).
  - media: amphion: Set video drvdata before register video device
    (git-fixes).
  - media: imx-jpeg: Set video drvdata before register video device
    (git-fixes).
  - media: mtk-jpeg: Fix null-ptr-deref during unload module
    (git-fixes).
  - media: uvcvideo: Require entities to have a non-zero unique ID
    (git-fixes).
  - HID: wacom: Interpret tilt data from Intuos Pro BT as signed
    values (git-fixes).
  - mmc: mmc_spi: drop buggy snprintf() (git-fixes).
  - =?UTF-8?q?spi:=20zynqmp-gqspi:=20Undo=20runtime=20PM=20ch?=
    =?UTF-8?q?anges=20at=20driver=20exit=20time=E2=80=8B?=
    (git-fixes).
  - spi: tegra210-quad: Avoid shift-out-of-bounds (git-fixes).
  - regmap: irq: Set lockdep class for hierarchical IRQ domains
    (git-fixes).
  - Documentation: kgdb: Correct parameter error (git-fixes).
  - efi/libstub: zboot.lds: Discard .discard sections
    (stable-fixes).
  - commit fbb8e93

++++ kernel-rt_debug:

  - soc: fsl: rcpm: fix missing of_node_put() in
    copy_ippdexpcr1_setting() (git-fixes).
  - firmware: arm_scpi: Check the DVFS OPP count returned by the
    firmware (git-fixes).
  - soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get()
    (git-fixes).
  - drivers: soc: xilinx: add the missing kfree in
    xlnx_add_cb_for_suspend() (git-fixes).
  - efi/libstub: Free correct pointer on failure (git-fixes).
  - tpm: fix signed/unsigned bug when checking event logs
    (git-fixes).
  - efi/libstub: fix efi_parse_options() ignoring the default
    command line (git-fixes).
  - platform/x86: panasonic-laptop: Return errno correctly in show
    callback (git-fixes).
  - media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED
    in uvc_parse_format (git-fixes).
  - media: platform: exynos4-is: Fix an OF node reference leak in
    fimc_md_is_isp_available (git-fixes).
  - media: atomisp: Add check for rgby_data memory allocation
    failure (git-fixes).
  - media: gspca: ov534-ov772x: Fix off-by-one error in
    set_frame_rate() (git-fixes).
  - media: venus: Fix pm_runtime_set_suspended() with runtime pm
    enabled (git-fixes).
  - media: amphion: Fix pm_runtime_set_suspended() with runtime
    pm enabled (git-fixes).
  - media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime
    pm enabled (git-fixes).
  - media: mantis: remove orphan mantis_core.h (git-fixes).
  - media: vb2: Fix comment (git-fixes).
  - media: uvcvideo: Stop stream during unregister (git-fixes).
  - media: ts2020: fix null-ptr-deref in ts2020_probe() (git-fixes).
  - media: platform: allegro-dvt: Fix possible memory leak in
    allocate_buffers_internal() (git-fixes).
  - media: i2c: tc358743: Fix crash in the probe error path when
    using polling (git-fixes).
  - media: wl128x: Fix atomicity violation in fmc_send_cmd()
    (git-fixes).
  - media: imx-jpeg: Ensure power suppliers be suspended before
    detach them (git-fixes).
  - media: amphion: Set video drvdata before register video device
    (git-fixes).
  - media: imx-jpeg: Set video drvdata before register video device
    (git-fixes).
  - media: mtk-jpeg: Fix null-ptr-deref during unload module
    (git-fixes).
  - media: uvcvideo: Require entities to have a non-zero unique ID
    (git-fixes).
  - HID: wacom: Interpret tilt data from Intuos Pro BT as signed
    values (git-fixes).
  - mmc: mmc_spi: drop buggy snprintf() (git-fixes).
  - =?UTF-8?q?spi:=20zynqmp-gqspi:=20Undo=20runtime=20PM=20ch?=
    =?UTF-8?q?anges=20at=20driver=20exit=20time=E2=80=8B?=
    (git-fixes).
  - spi: tegra210-quad: Avoid shift-out-of-bounds (git-fixes).
  - regmap: irq: Set lockdep class for hierarchical IRQ domains
    (git-fixes).
  - Documentation: kgdb: Correct parameter error (git-fixes).
  - efi/libstub: zboot.lds: Discard .discard sections
    (stable-fixes).
  - commit fbb8e93

++++ multipath-tools:

  - Update to version 0.10.1~1+113+suse.d6eca5e:
    This is a pre-release of the upstream stable release 0.10.1.
    * libmultipath: dm_get_maps(): don't bail out for single-map failures
    (bsc#1233588, gh#opensvc/multipath-tools#102)
    * libmultipath: don't print error message if WATCHDOG_USEC is 0
    (bsc#1232227)
    * libmultipath: don't set dev_loss_tmo to 0 for NO_PATH_RETRY_FAIL
    * multipathd: fix deferred_failback_tick for reload removes

++++ opensuse-migration-tool:

  - Initial version from Hackweek

------------------------------------------------------------------
------------------  2024-11-20  -  Nov 20 2024  -------------------
------------------------------------------------------------------

++++ avahi:

  - Add avahi-CVE-2024-52616.patch:
    Backporting 1dade81c from upstream: Properly randomize query id
    of DNS packets.
    (CVE-2024-52616, bsc#1233420)

++++ docker:

  - Add docker-integration-tests-devel subpackage for building and running the
    upstream Docker integration tests on machines to test that Docker works
    properly. Users should not install this package.
  - docker-rpmlintrc updated to include allow-list for all of the integration
    tests package, since it contains a bunch of stuff that wouldn't normally be
    allowed.

++++ python-kiwi:

  - kiwi/schema: Fix allowed value type for ISO publisher and application ID
    According to the spec, this should be constrained to 128 characters
    but also allow quite a few other special characters (as well as spaces).
    We didn't allow spaces in application ID, but allowed too much for Publisher.
    Now we set up both correctly.

++++ kernel-default:

  - doc: rcu: update printed dynticks counter bits (git-fixes).
  - hwmon: (nct6775-core) Fix overflows seen when writing limit
    attributes (git-fixes).
  - ACPI: CPPC: Fix _CPC register setting issue (git-fixes).
  - thermal: core: Initialize thermal zones before registering them
    (git-fixes).
  - amd-pstate: Set min_perf to nominal_perf for active mode
    performance gov (git-fixes).
  - crypto: cavium - Fix an error handling path in
    cpt_ucode_load_fw() (git-fixes).
  - crypto: bcm - add error check in the ahash_hmac_init function
    (git-fixes).
  - crypto: caam - add error check to caam_rsa_set_priv_key_form
    (git-fixes).
  - crypto: inside-secure - Fix the return value of
    safexcel_xcbcmac_cra_init() (git-fixes).
  - crypto: cavium - Fix the if condition to exit loop after timeout
    (git-fixes).
  - crypto: x86/aegis128 - access 32-bit arguments as 32-bit
    (git-fixes).
  - crypto: pcrypt - Call crypto layer directly when
    padata_do_parallel() return -EBUSY (git-fixes).
  - crypto: qat - remove faulty arbiter config reset (git-fixes).
  - crypto: qat/qat_4xxx - fix off by one in uof_get_name()
    (git-fixes).
  - crypto: qat - remove check after debugfs_create_dir()
    (git-fixes).
  - crypto: caam - Fix the pointer passed to caam_qi_shutdown()
    (git-fixes).
  - firmware: google: Unregister driver_info on failure (git-fixes).
  - platform/chrome: cros_ec_typec: fix missing fwnode reference
    decrement (git-fixes).
  - acpi/arm64: Adjust error handling procedure in
    gtdt_parse_timer_block() (git-fixes).
  - commit af7e948

++++ kernel-firmware:

  - Update to version 20241119 (git commit 60cdfe1831e8):
    * iwlwifi: add Bz-gf FW for core91-69 release
  - Update aliases from 6.12

++++ kernel-rt:

  - doc: rcu: update printed dynticks counter bits (git-fixes).
  - hwmon: (nct6775-core) Fix overflows seen when writing limit
    attributes (git-fixes).
  - ACPI: CPPC: Fix _CPC register setting issue (git-fixes).
  - thermal: core: Initialize thermal zones before registering them
    (git-fixes).
  - amd-pstate: Set min_perf to nominal_perf for active mode
    performance gov (git-fixes).
  - crypto: cavium - Fix an error handling path in
    cpt_ucode_load_fw() (git-fixes).
  - crypto: bcm - add error check in the ahash_hmac_init function
    (git-fixes).
  - crypto: caam - add error check to caam_rsa_set_priv_key_form
    (git-fixes).
  - crypto: inside-secure - Fix the return value of
    safexcel_xcbcmac_cra_init() (git-fixes).
  - crypto: cavium - Fix the if condition to exit loop after timeout
    (git-fixes).
  - crypto: x86/aegis128 - access 32-bit arguments as 32-bit
    (git-fixes).
  - crypto: pcrypt - Call crypto layer directly when
    padata_do_parallel() return -EBUSY (git-fixes).
  - crypto: qat - remove faulty arbiter config reset (git-fixes).
  - crypto: qat/qat_4xxx - fix off by one in uof_get_name()
    (git-fixes).
  - crypto: qat - remove check after debugfs_create_dir()
    (git-fixes).
  - crypto: caam - Fix the pointer passed to caam_qi_shutdown()
    (git-fixes).
  - firmware: google: Unregister driver_info on failure (git-fixes).
  - platform/chrome: cros_ec_typec: fix missing fwnode reference
    decrement (git-fixes).
  - acpi/arm64: Adjust error handling procedure in
    gtdt_parse_timer_block() (git-fixes).
  - commit af7e948

++++ kernel-rt_debug:

  - doc: rcu: update printed dynticks counter bits (git-fixes).
  - hwmon: (nct6775-core) Fix overflows seen when writing limit
    attributes (git-fixes).
  - ACPI: CPPC: Fix _CPC register setting issue (git-fixes).
  - thermal: core: Initialize thermal zones before registering them
    (git-fixes).
  - amd-pstate: Set min_perf to nominal_perf for active mode
    performance gov (git-fixes).
  - crypto: cavium - Fix an error handling path in
    cpt_ucode_load_fw() (git-fixes).
  - crypto: bcm - add error check in the ahash_hmac_init function
    (git-fixes).
  - crypto: caam - add error check to caam_rsa_set_priv_key_form
    (git-fixes).
  - crypto: inside-secure - Fix the return value of
    safexcel_xcbcmac_cra_init() (git-fixes).
  - crypto: cavium - Fix the if condition to exit loop after timeout
    (git-fixes).
  - crypto: x86/aegis128 - access 32-bit arguments as 32-bit
    (git-fixes).
  - crypto: pcrypt - Call crypto layer directly when
    padata_do_parallel() return -EBUSY (git-fixes).
  - crypto: qat - remove faulty arbiter config reset (git-fixes).
  - crypto: qat/qat_4xxx - fix off by one in uof_get_name()
    (git-fixes).
  - crypto: qat - remove check after debugfs_create_dir()
    (git-fixes).
  - crypto: caam - Fix the pointer passed to caam_qi_shutdown()
    (git-fixes).
  - firmware: google: Unregister driver_info on failure (git-fixes).
  - platform/chrome: cros_ec_typec: fix missing fwnode reference
    decrement (git-fixes).
  - acpi/arm64: Adjust error handling procedure in
    gtdt_parse_timer_block() (git-fixes).
  - commit af7e948

++++ python-PyJWT:

  - Update to version 2.10.0
    * chore: use sequence for typing rather than list
    * Add support for Python 3.13
    * [pre-commit.ci] pre-commit autoupdate
    * Add an RTD config file to resolve RTD build failures
    * docs: Update iat exception docs
    * Remove algorithm requirement for JWT API
    * [pre-commit.ci] pre-commit autoupdate
    * Create SECURITY.md
    * docs fix: decode_complete scope and algorithms
    * fix doctest for docs/usage.rst
    * fix test_utils.py not to xfail
    * Correct jwt.decode audience param doc expression
    * Add PS256 encoding and decoding usage
    * Add API docs for PyJWK
    * Refactor project configuration files from setup.cfg to pyproject.toml PEP-518
    * Add JWK support to JWT encode
    * Update pre-commit hooks to lint pyproject.toml
    * Add EdDSA algorithm encoding/decoding usage
    * Ruff linter and formatter changes
    * Validate sub and jti claims for the token
    * Add ES256 usage
    * Encode EC keys with a fixed bit length
    * [pre-commit.ci] pre-commit autoupdate
    * Drop support for Python 3.8
    * Prepare 2.10.0 release
    * Bump codecov/codecov-action from 4 to 5
    * [pre-commit.ci] pre-commit autoupdate

------------------------------------------------------------------
------------------  2024-11-19  -  Nov 19 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - btrfs: reinitialize delayed ref list after deleting it from
    the list (bsc#1233462 CVE-2024-50273).
  - commit 174bbc2

++++ kernel-rt:

  - btrfs: reinitialize delayed ref list after deleting it from
    the list (bsc#1233462 CVE-2024-50273).
  - commit 174bbc2

++++ kernel-rt_debug:

  - btrfs: reinitialize delayed ref list after deleting it from
    the list (bsc#1233462 CVE-2024-50273).
  - commit 174bbc2

------------------------------------------------------------------
------------------  2024-11-18  -  Nov 18 2024  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to 10.3.8 (bsc#1233333)
    + Fix the package requirements for cloud-regionsrv-client
    + Follow changes to suseconnect error reporting from stdout to stderr

++++ python-kiwi:

  - Fix setup of kiwi environment variables
    Some kiwi env vars are initialized with an empty value
    and not overwritten if another value is provided. For
    the selected variables an empty value setting is not
    allowed because the schema also enforces the value to
    be set at least once. In addition a helpful option
    named --print-kiwi-env was added to the 'image info'
    command which allows to print the environment variables
    and their values.

++++ kernel-default:

  - kernel-binary: Enable livepatch package only when livepatch is enabled
    Otherwise the filelist may be empty failing the build (bsc#1218644).
  - commit f730eec
  - Update config files (bsc#1218644).
    LIVEPATCH_IPA_CLONES=n => LIVEPATCH=n
  - commit cabd446
  - ASoC: audio-graph-card2: Purge absent supplies for device tree
    nodes (stable-fixes).
  - ALSA: hda/realtek: fix mute/micmute LEDs for a HP EliteBook
    645 G10 (stable-fixes).
  - ALSA: hda/realtek - Fixed Clevo platform headset Mic issue
    (stable-fixes).
  - ALSA: usb-audio: Fix Yamaha P-125 Quirk Entry (stable-fixes).
  - commit 03ba04a
  - drm/amdgpu: fix check in gmc_v9_0_get_vm_pte() (git-fixes).
  - drm/bridge: tc358768: Fix DSI command tx (git-fixes).
  - nouveau/dp: handle retries for AUX CH transfers with GSP
    (git-fixes).
  - nouveau: handle EBUSY and EAGAIN for GSP aux errors (git-fixes).
  - nouveau: fw: sync dma after setup is called (git-fixes).
  - drm/rockchip: vop: Fix a dereferenced before check warning
    (git-fixes).
  - Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger
    than 4K" (git-fixes).
  - mmc: sunxi-mmc: Fix A100 compatible description (git-fixes).
  - ALSA: hda/realtek - update set GPIO3 to default for Thinkpad
    with ALC1318 (git-fixes).
  - ASoC: fsl_micfil: Add sample rate constraint (stable-fixes).
  - ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop
    issue (stable-fixes).
  - ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
    (stable-fixes).
  - ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
    (stable-fixes).
  - net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
    (stable-fixes).
  - net: wwan: fix global oob in wwan_rtnl_policy (git-fixes).
  - HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
    (stable-fixes).
  - HID: multitouch: Add quirk for Logitech Bolt receiver w/
    Casa touchpad (stable-fixes).
  - drm/vmwgfx: Limit display layout ioctl array size to
    VMWGFX_NUM_DISPLAY_UNITS (stable-fixes).
  - drm/amdkfd: Accounting pdd vram_usage for svm (stable-fixes).
  - crypto: api - Fix liveliness check in crypto_alg_tested
    (stable-fixes).
  - HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
    (stable-fixes).
  - HID: multitouch: Add support for B2402FVA track point
    (stable-fixes).
  - commit 42778ee
  - ocfs2: uncache inode which has failed entering the group
    (git-fixes).
  - commit 4caa305
  - ocfs2: fix UBSAN warning in ocfs2_verify_volume() (git-fixes).
  - commit fe96ee2
  - ocfs2: remove entry once instead of null-ptr-dereference in
    ocfs2_xa_remove() (git-fixes).
  - commit 7a347a0
  - fs: Fix uninitialized value issue in from_kuid and from_kgid
    (git-fixes).
  - commit 46de67d
  - Revert "RDMA/core: Fix ENODEV error for iWARP test over vlan" (git-fixes)
  - commit 89dc95f
  - RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES (git-fixes)
  - commit 1e78f0f

++++ kernel-rt:

  - kernel-binary: Enable livepatch package only when livepatch is enabled
    Otherwise the filelist may be empty failing the build (bsc#1218644).
  - commit f730eec
  - Update config files (bsc#1218644).
    LIVEPATCH_IPA_CLONES=n => LIVEPATCH=n
  - commit cabd446
  - ASoC: audio-graph-card2: Purge absent supplies for device tree
    nodes (stable-fixes).
  - ALSA: hda/realtek: fix mute/micmute LEDs for a HP EliteBook
    645 G10 (stable-fixes).
  - ALSA: hda/realtek - Fixed Clevo platform headset Mic issue
    (stable-fixes).
  - ALSA: usb-audio: Fix Yamaha P-125 Quirk Entry (stable-fixes).
  - commit 03ba04a
  - drm/amdgpu: fix check in gmc_v9_0_get_vm_pte() (git-fixes).
  - drm/bridge: tc358768: Fix DSI command tx (git-fixes).
  - nouveau/dp: handle retries for AUX CH transfers with GSP
    (git-fixes).
  - nouveau: handle EBUSY and EAGAIN for GSP aux errors (git-fixes).
  - nouveau: fw: sync dma after setup is called (git-fixes).
  - drm/rockchip: vop: Fix a dereferenced before check warning
    (git-fixes).
  - Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger
    than 4K" (git-fixes).
  - mmc: sunxi-mmc: Fix A100 compatible description (git-fixes).
  - ALSA: hda/realtek - update set GPIO3 to default for Thinkpad
    with ALC1318 (git-fixes).
  - ASoC: fsl_micfil: Add sample rate constraint (stable-fixes).
  - ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop
    issue (stable-fixes).
  - ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
    (stable-fixes).
  - ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
    (stable-fixes).
  - net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
    (stable-fixes).
  - net: wwan: fix global oob in wwan_rtnl_policy (git-fixes).
  - HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
    (stable-fixes).
  - HID: multitouch: Add quirk for Logitech Bolt receiver w/
    Casa touchpad (stable-fixes).
  - drm/vmwgfx: Limit display layout ioctl array size to
    VMWGFX_NUM_DISPLAY_UNITS (stable-fixes).
  - drm/amdkfd: Accounting pdd vram_usage for svm (stable-fixes).
  - crypto: api - Fix liveliness check in crypto_alg_tested
    (stable-fixes).
  - HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
    (stable-fixes).
  - HID: multitouch: Add support for B2402FVA track point
    (stable-fixes).
  - commit 42778ee
  - ocfs2: uncache inode which has failed entering the group
    (git-fixes).
  - commit 4caa305
  - ocfs2: fix UBSAN warning in ocfs2_verify_volume() (git-fixes).
  - commit fe96ee2
  - ocfs2: remove entry once instead of null-ptr-dereference in
    ocfs2_xa_remove() (git-fixes).
  - commit 7a347a0
  - fs: Fix uninitialized value issue in from_kuid and from_kgid
    (git-fixes).
  - commit 46de67d
  - Revert "RDMA/core: Fix ENODEV error for iWARP test over vlan" (git-fixes)
  - commit 89dc95f
  - RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES (git-fixes)
  - commit 1e78f0f

++++ kernel-rt_debug:

  - kernel-binary: Enable livepatch package only when livepatch is enabled
    Otherwise the filelist may be empty failing the build (bsc#1218644).
  - commit f730eec
  - Update config files (bsc#1218644).
    LIVEPATCH_IPA_CLONES=n => LIVEPATCH=n
  - commit cabd446
  - ASoC: audio-graph-card2: Purge absent supplies for device tree
    nodes (stable-fixes).
  - ALSA: hda/realtek: fix mute/micmute LEDs for a HP EliteBook
    645 G10 (stable-fixes).
  - ALSA: hda/realtek - Fixed Clevo platform headset Mic issue
    (stable-fixes).
  - ALSA: usb-audio: Fix Yamaha P-125 Quirk Entry (stable-fixes).
  - commit 03ba04a
  - drm/amdgpu: fix check in gmc_v9_0_get_vm_pte() (git-fixes).
  - drm/bridge: tc358768: Fix DSI command tx (git-fixes).
  - nouveau/dp: handle retries for AUX CH transfers with GSP
    (git-fixes).
  - nouveau: handle EBUSY and EAGAIN for GSP aux errors (git-fixes).
  - nouveau: fw: sync dma after setup is called (git-fixes).
  - drm/rockchip: vop: Fix a dereferenced before check warning
    (git-fixes).
  - Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger
    than 4K" (git-fixes).
  - mmc: sunxi-mmc: Fix A100 compatible description (git-fixes).
  - ALSA: hda/realtek - update set GPIO3 to default for Thinkpad
    with ALC1318 (git-fixes).
  - ASoC: fsl_micfil: Add sample rate constraint (stable-fixes).
  - ASoC: rt722-sdca: increase clk_stop_timeout to fix clock stop
    issue (stable-fixes).
  - ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
    (stable-fixes).
  - ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
    (stable-fixes).
  - net: usb: qmi_wwan: add Fibocom FG132 0x0112 composition
    (stable-fixes).
  - net: wwan: fix global oob in wwan_rtnl_policy (git-fixes).
  - HID: lenovo: Add support for Thinkpad X1 Tablet Gen 3 keyboard
    (stable-fixes).
  - HID: multitouch: Add quirk for Logitech Bolt receiver w/
    Casa touchpad (stable-fixes).
  - drm/vmwgfx: Limit display layout ioctl array size to
    VMWGFX_NUM_DISPLAY_UNITS (stable-fixes).
  - drm/amdkfd: Accounting pdd vram_usage for svm (stable-fixes).
  - crypto: api - Fix liveliness check in crypto_alg_tested
    (stable-fixes).
  - HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
    (stable-fixes).
  - HID: multitouch: Add support for B2402FVA track point
    (stable-fixes).
  - commit 42778ee
  - ocfs2: uncache inode which has failed entering the group
    (git-fixes).
  - commit 4caa305
  - ocfs2: fix UBSAN warning in ocfs2_verify_volume() (git-fixes).
  - commit fe96ee2
  - ocfs2: remove entry once instead of null-ptr-dereference in
    ocfs2_xa_remove() (git-fixes).
  - commit 7a347a0
  - fs: Fix uninitialized value issue in from_kuid and from_kgid
    (git-fixes).
  - commit 46de67d
  - Revert "RDMA/core: Fix ENODEV error for iWARP test over vlan" (git-fixes)
  - commit 89dc95f
  - RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES (git-fixes)
  - commit 1e78f0f

++++ gcc14:

  - Add loongarch64 as new target

++++ strace:

  - Update to strace 6.12
    * Implemented decoding of EPIOCGPARAMS and EPIOCSPARAMS ioctl commands.
    * Implemented decoding of NS_GET_MNTNS_ID, NS_GET_PID_FROM_PIDNS,
    NS_GET_TGID_FROM_PIDNS, NS_GET_PID_IN_PIDNS, NS_GET_TGID_IN_PIDNS,
    NS_MNT_GET_INFO, NS_MNT_GET_NEXT, and NS_MNT_GET_PREV ioctl commands.
    * Implemented decoding of FRA_DSCP netlink attribute.
    * Implemented decoding of IORING_REGISTER_CLOCK and
    IORING_REGISTER_CLONE_BUFFERS opcodes of io_uring_register syscall.
    * Updated decoding of struct landlock_ruleset_attr.
    * Updated lists of AUDIT_*, ETHTOOL_*, F_*, IORING_*, LSM_*, MAP_*, MSG_*,
    NT_*, SCHED_*, SCM_*, SO_*, and V4L2_* constants.
    * Updated lists of ioctl commands from Linux 6.12.
    * Fix the syscall name printed by strace when PTRACE_GET_SYSCALL_INFO
    is in use and a syscall is restarted by a just attached tracee using
    restart_syscall mechanism.

------------------------------------------------------------------
------------------  2024-11-17  -  Nov 17 2024  -------------------
------------------------------------------------------------------

++++ util-linux-systemd:

  - Skip aarch64 decode path for rest of the architectures
    (bsc#1229476, util-linux-lscpu-skip-aarch64-decode.patch).
  - agetty: Prevent login cursor escape (bsc#1194818,
    util-linux-agetty-prevent-cursor-escape.patch).
  - Document unexpected side effects of lazy destruction
    (bsc#1159034, util-linux-umount-losetup-lazy-destruction.patch,
    util-linux-umount-losetup-lazy-destruction-generated.patch).

++++ util-linux:

  - Skip aarch64 decode path for rest of the architectures
    (bsc#1229476, util-linux-lscpu-skip-aarch64-decode.patch).
  - agetty: Prevent login cursor escape (bsc#1194818,
    util-linux-agetty-prevent-cursor-escape.patch).
  - Document unexpected side effects of lazy destruction
    (bsc#1159034, util-linux-umount-losetup-lazy-destruction.patch,
    util-linux-umount-losetup-lazy-destruction-generated.patch).

------------------------------------------------------------------
------------------  2024-11-16  -  Nov 16 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Bluetooth: ISO: Fix UAF on iso_sock_timeout (CVE-2024-50124
    bsc#1232926).
  - commit 25f5727

++++ kernel-rt:

  - Bluetooth: ISO: Fix UAF on iso_sock_timeout (CVE-2024-50124
    bsc#1232926).
  - commit 25f5727

++++ kernel-rt_debug:

  - Bluetooth: ISO: Fix UAF on iso_sock_timeout (CVE-2024-50124
    bsc#1232926).
  - commit 25f5727

++++ runc:

  - Update to runc v1.2.2. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.2>.

------------------------------------------------------------------
------------------  2024-11-15  -  Nov 15 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - tools/power turbostat: Increase the limit for fd opened
    (bsc#1233119).
  - commit 58c7a4f
  - posix-clock: Fix missing timespec64 check in pc_clock_settime() (CVE-2024-50195 bsc#1233103)
  - commit 5c410cf
  - bpf: Use raw_spinlock_t in ringbuf (CVE-2024-50138 bsc#1232935)
  - commit 949411a
  - net: systemport: fix potential memory leak in bcm_sysport_xmit() (CVE-2024-50171 bsc#1233057)
  - commit 24f9c7b
  - crypto: aes-gcm-p10 - Use the correct bit to test for P10
    (bsc#1232704).
  - commit 52eb6a0
  - add bugreference to a hv_netvsc patch (bsc#1232413).
  - commit 14b76c0
  - scsi: target: core: Fix null-ptr-deref in target_alloc_device()
    (CVE-2024-50153 bsc#1233061).
  - commit 76e65bc
  - octeon_ep: Add SKB allocation failures handling in
    __octep_oq_process_rx() (CVE-2024-50145 bsc#1233044).
  - octeon_ep: Implement helper for iterating packets in Rx queue
    (CVE-2024-50145 bsc#1233044).
  - commit 6b574c1
  - Fix for kABI fix for Bluetooth: L2CAP: Fix
    div-by-zero in l2cap_le_flowctl_init() (CVE-2024-36968 bsc#1226130).
    The chosen position of `mtu` in the `struct hci_conn` in the first
    iteration of this patch was done based on the wrong version of the header
    and therefore on the wrong position. Correct that.
    Fixes: d93ac77c0df4b8dfe469c26e60d4fb45fc305341
  - commit 77fc56a
  - net: wwan: fix global oob in wwan_rtnl_policy (CVE-2024-50128
    bsc#1232905).
  - commit c939671
  - xfrm: fix one more kernel-infoleak in algo dumping
    (CVE-2024-50110 bsc#1232885).
  - commit 2ae0e01
  - scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down
    (CVE-2024-50098 bsc#1232881).
  - commit f344a8e
  - Update
    patches.suse/thermal-intel-int340x-processor-Fix-warning-during-m.patch
    (git-fixes bsc#1232877 CVE-2024-50093).
  - commit 6ec2cb2
  - Bluetooth: btintel: Direct exception event to bluetooth stack
    (git-fixes).
  - Bluetooth: hci_core: Fix calling mgmt_device_connected
    (git-fixes).
  - USB: serial: qcserial: add support for Sierra Wireless EM86xx
    (stable-fixes).
  - USB: serial: option: add Quectel RG650V (stable-fixes).
  - USB: serial: option: add Fibocom FG132 0x0112 composition
    (stable-fixes).
  - tools/lib/thermal: Fix sampling handler context ptr (git-fixes).
  - drm/amdgpu: add missing size check in
    amdgpu_debugfs_gprwave_read() (stable-fixes).
  - drm/amdgpu: Adjust debugfs eviction and IB access permissions
    (stable-fixes).
  - drm/amdgpu: Adjust debugfs register access permissions
    (stable-fixes).
  - drm/amdgpu: prevent NULL pointer dereference if ATIF is not
    supported (git-fixes).
  - net: phy: ti: add PHY_RST_AFTER_CLK_EN flag (git-fixes).
  - net: wwan: t7xx: Fix off-by-one error in
    t7xx_dpmaif_rx_buf_alloc() (git-fixes).
  - net: phy: dp83822: Fix reset pin definitions (git-fixes).
  - commit 48ec995
  - Delete patches.suse/wifi-mac80211-fix-RCU-list-iterations.patch
    It was reverted on 6.6.x stable
  - commit e2ead50
  - net: explicitly clear the sk pointer, when pf->create fails
    (CVE-2024-50186 bsc#1233110).
  - commit dfaff4b
  - secretmem: disable memfd_secret() if arch cannot set direct map
    (CVE-2024-50182 bsc#1233129).
  - commit 0d23f21
  - Update
    patches.suse/ACPI-CPPC-Make-rmw_lock-a-raw_spin_lock.patch
    (git-fixes CVE-2024-50249 bsc#1233197).
  - Update
    patches.suse/ACPI-PRM-Find-EFI_MEMORY_RUNTIME-block-for-PRM-handl.patch
    (git-fixes CVE-2024-50141 bsc#1233065).
  - Update
    patches.suse/ALSA-firewire-lib-Avoid-division-by-zero-in-apply_co.patch
    (git-fixes CVE-2024-50205 bsc#1233293).
  - Update
    patches.suse/ALSA-hda-cs8409-Fix-possible-NULL-dereference.patch
    (git-fixes CVE-2024-50160 bsc#1233074).
  - Update
    patches.suse/ASoC-qcom-Fix-NULL-Dereference-in-asoc_qcom_lpass_cp.patch
    (git-fixes CVE-2024-50103 bsc#1232878).
  - Update
    patches.suse/Bluetooth-bnep-fix-wild-memory-access-in-proto_unreg.patch
    (git-fixes CVE-2024-50148 bsc#1233063).
  - Update
    patches.suse/Bluetooth-hci-fix-null-ptr-deref-in-hci_read_support.patch
    (git-fixes CVE-2024-50255 bsc#1233238).
  - Update
    patches.suse/HID-amd_sfh-Switch-to-device-managed-dmam_alloc_cohe.patch
    (git-fixes CVE-2024-50189 bsc#1233105).
  - Update
    patches.suse/RDMA-bnxt_re-Add-a-check-for-memory-allocation.patch
    (git-fixes CVE-2024-50209 bsc#1233114).
  - Update
    patches.suse/RDMA-bnxt_re-Avoid-CPU-lockups-due-fifo-occupancy-ch.patch
    (git-fixes CVE-2024-50157 bsc#1233032).
  - Update
    patches.suse/RDMA-bnxt_re-Fix-a-bug-while-setting-up-Level-2-PBL-.patch
    (git-fixes CVE-2024-50208 bsc#1233117).
  - Update
    patches.suse/RDMA-bnxt_re-Fix-a-possible-memory-leak.patch
    (git-fixes CVE-2024-50172 bsc#1233029).
  - Update patches.suse/RDMA-bnxt_re-Fix-out-of-bound-check.patch
    (git-fixes CVE-2024-50158 bsc#1233036).
  - Update
    patches.suse/RDMA-mad-Improve-handling-of-timed-out-WRs-of-mad-ag.patch
    (git-fixes CVE-2024-50095 bsc#1232873).
  - Update
    patches.suse/USB-gadget-dummy-hcd-Fix-task-hung-problem.patch
    (git-fixes CVE-2024-50100 bsc#1232876).
  - Update
    patches.suse/arm64-probes-Fix-uprobes-for-big-endian-kernels.patch
    (git-fixes CVE-2024-50194 bsc#1233111).
  - Update
    patches.suse/arm64-probes-Remove-broken-LDR-literal-uprobe-support.patch
    (git-fixes CVE-2024-50099 bsc#1232887).
  - Update
    patches.suse/ceph-remove-the-incorrect-Fw-reference-check-when-dir.patch
    (bsc#1231182 CVE-2024-50179 bsc#1233123).
  - Update
    patches.suse/clk-imx-Remove-CLK_SET_PARENT_GATE-for-DRAM-mux-for-.patch
    (stable-fixes CVE-2024-50181 bsc#1233127).
  - Update
    patches.suse/drm-amd-Guard-against-bad-data-for-ATIF-ACPI-method.patch
    (git-fixes CVE-2024-50117 bsc#1232897).
  - Update
    patches.suse/drm-amd-display-Disable-PSR-SU-on-Parade-08-01-TCON-.patch
    (stable-fixes CVE-2024-50108 bsc#1232884).
  - Update
    patches.suse/drm-amd-pm-Vangogh-Fix-kernel-memory-out-of-bounds-w.patch
    (git-fixes CVE-2024-50221 bsc#1233185).
  - Update
    patches.suse/drm-msm-Avoid-NULL-dereference-in-msm_disp_state_pri.patch
    (git-fixes CVE-2024-50156 bsc#1233073).
  - Update patches.suse/drm-radeon-Fix-encoder-possible_clones.patch
    (git-fixes CVE-2024-50201 bsc#1233104).
  - Update
    patches.suse/drm-vboxvideo-Replace-fake-VLA-at-end-of-vbva_mouse_.patch
    (stable-fixes CVE-2024-50134 bsc#1232890).
  - Update
    patches.suse/drm-vc4-Stop-the-active-perfmon-before-being-destroy.patch
    (git-fixes CVE-2024-50187 bsc#1233108).
  - Update
    patches.suse/ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch
    (bsc#1232201 CVE-2024-49884 bsc#1232198).
  - Update patches.suse/fbdev-sisfb-Fix-strbuf-array-overflow.patch
    (stable-fixes CVE-2024-50180 bsc#1233125).
  - Update
    patches.suse/firmware-arm_scmi-Fix-the-double-free-in-scmi_debugf.patch
    (git-fixes CVE-2024-50159 bsc#1233041).
  - Update
    patches.suse/iio-adc-ad7124-fix-division-by-zero-in-ad7124_set_ch.patch
    (git-fixes CVE-2024-50232 bsc#1233209).
  - Update
    patches.suse/iio-gts-helper-Fix-memory-leaks-in-iio_gts_build_ava.patch
    (git-fixes CVE-2024-50231 bsc#1233208).
  - Update
    patches.suse/iio-light-veml6030-fix-IIO-device-retrieval-from-emb.patch
    (git-fixes CVE-2024-50198 bsc#1233100).
  - Update
    patches.suse/iommu-vt-d-Fix-incorrect-pci_for_each_dma_alias-for-.patch
    (git-fixes CVE-2024-50101 bsc#1232869).
  - Update
    patches.suse/maple_tree-correct-tree-corruption-on-spanning-store.patch
    (git-fixes CVE-2024-50200 bsc#1233088).
  - Update
    patches.suse/media-qcom-camss-Remove-use_count-guard-in-stop_stre.patch
    (git-fixes CVE-2024-50175 bsc#1233092).
  - Update
    patches.suse/net-mlx5-Fix-command-bitmask-initialization.patch
    (git-fixes CVE-2024-50147 bsc#1233067).
  - Update
    patches.suse/net-mlx5-Unregister-notifier-on-eswitch-init-failure.patch
    (git-fixes CVE-2024-50136 bsc#1232914).
  - Update
    patches.suse/net-mlx5e-Don-t-call-cleanup-on-profile-rollback-fai.patch
    (git-fixes CVE-2024-50146 bsc#1233056).
  - Update
    patches.suse/net-phy-dp83869-fix-memory-corruption-when-enabling-.patch
    (git-fixes CVE-2024-50188 bsc#1233107).
  - Update
    patches.suse/netdevsim-use-cond_resched-in-nsim_dev_trap_report_w.patch
    (git-fixes CVE-2024-50155 bsc#1233035).
  - Update
    patches.suse/nfsd-cancel-nfsd_shrinker_work-using-sync-mode-in-nf.patch
    (git-fixes CVE-2024-50121 bsc#1232925).
  - Update
    patches.suse/nilfs2-fix-kernel-bug-due-to-missing-clearing-of-buffer-delay-flag.patch
    (git-fixes CVE-2024-50116 bsc#1232892).
  - Update
    patches.suse/nilfs2-fix-potential-deadlock-with-newly-created-symlinks.patch
    (git-fixes CVE-2024-50229 bsc#1233205).
  - Update
    patches.suse/nouveau-dmem-Fix-vulnerability-in-migrate_to_ram-upo.patch
    (git-fixes CVE-2024-50096 bsc#1232870).
  - Update
    patches.suse/nvme-pci-fix-race-condition-between-reset-and-nvme_d.patch
    (git-fixes CVE-2024-50135 bsc#1232888).
  - Update
    patches.suse/nvmet-auth-assign-dh_key-to-NULL-after-kfree_sensiti.patch
    (git-fixes CVE-2024-50215 bsc#1233189).
  - Update
    patches.suse/ocfs2-pass-u64-to-ocfs2_truncate_inline-maybe-overflow.patch
    (git-fixes CVE-2024-50218 bsc#1233191).
  - Update
    patches.suse/phy-qcom-qmp-usb-fix-NULL-deref-on-runtime-suspend.patch
    (git-fixes CVE-2024-50240 bsc#1233217).
  - Update
    patches.suse/pinctrl-ocelot-fix-system-hang-on-level-based-interr.patch
    (stable-fixes CVE-2024-50196 bsc#1233113).
  - Update
    patches.suse/remoteproc-k3-r5-Fix-error-handling-when-power-up-fa.patch
    (git-fixes CVE-2024-50176 bsc#1233091).
  - Update
    patches.suse/scsi-lpfc-Ensure-DA_ID-handling-completion-before-de.patch
    (bsc#1232757 CVE-2024-50183 bsc#1233130).
  - Update
    patches.suse/spi-spi-fsl-dspi-Fix-crash-when-not-using-GPIO-chip-.patch
    (git-fixes CVE-2024-50224 bsc#1233188).
  - Update
    patches.suse/staging-iio-frequency-ad9832-fix-division-by-zero-in.patch
    (git-fixes CVE-2024-50233 bsc#1233210).
  - Update
    patches.suse/thermal-intel-int340x-processor-Fix-warning-during-m.patch
    (git-fixes CVE-2024-50093 bsc#1232877).
  - Update
    patches.suse/tracing-Consider-the-NULL-character-when-validating-the-event-length.patch
    (git-fixes CVE-2024-50131 bsc#1232896).
  - Update
    patches.suse/tracing-timerlat-Drop-interface_lock-in-stop_kthread.patch
    (git-fixes CVE-2024-49976 bsc#1232103).
  - Update
    patches.suse/tracing-timerlat-Only-clear-timer-if-a-kthread-exists.patch
    (git-fixes CVE-2024-46845 bsc#1231076).
  - Update
    patches.suse/unicode-Don-t-special-case-ignorable-code-points.patch
    (stable-fixes CVE-2024-50089 bsc#1232860).
  - Update
    patches.suse/uprobe-avoid-out-of-bounds-memory-access-of-fetching-args.patch
    (git-fixes CVE-2024-50067 bsc#1232416).
  - Update
    patches.suse/uprobes-fix-kernel-info-leak-via-uprobes-vma.patch
    (bsc#1231114 CVE-2024-46828 CVE-2024-49975 bsc#1232104).
  - Update
    patches.suse/usb-typec-altmode-should-keep-reference-to-parent.patch
    (git-fixes CVE-2024-50150 bsc#1233051).
  - Update
    patches.suse/wifi-ath10k-Fix-memory-leak-in-management-tx.patch
    (git-fixes CVE-2024-50236 bsc#1233212).
  - Update
    patches.suse/wifi-cfg80211-clear-wdev-cqm_config-pointer-on-free.patch
    (git-fixes CVE-2024-50235 bsc#1233176).
  - Update
    patches.suse/wifi-iwlegacy-Clear-stale-interrupts-before-resuming.patch
    (stable-fixes CVE-2024-50234 bsc#1233211).
  - Update
    patches.suse/wifi-mac80211-do-not-pass-a-stopped-vif-to-the-drive.patch
    (git-fixes CVE-2024-50237 bsc#1233216).
  - Update
    patches.suse/x86-fix-user-address-masking-non-canonical-speculation-iss.patch
    (git-fixes CVE-2024-50102 bsc#1232880).
  - Update
    patches.suse/xfs-fix-finding-a-last-resort-AG-in-xfs_filestream_pick_ag.patch
    (git-fixes CVE-2024-50216 bsc#1233179).
  - commit 7d67ea3

++++ kernel-rt:

  - tools/power turbostat: Increase the limit for fd opened
    (bsc#1233119).
  - commit 58c7a4f
  - posix-clock: Fix missing timespec64 check in pc_clock_settime() (CVE-2024-50195 bsc#1233103)
  - commit 5c410cf
  - bpf: Use raw_spinlock_t in ringbuf (CVE-2024-50138 bsc#1232935)
  - commit 949411a
  - net: systemport: fix potential memory leak in bcm_sysport_xmit() (CVE-2024-50171 bsc#1233057)
  - commit 24f9c7b
  - crypto: aes-gcm-p10 - Use the correct bit to test for P10
    (bsc#1232704).
  - commit 52eb6a0
  - add bugreference to a hv_netvsc patch (bsc#1232413).
  - commit 14b76c0
  - scsi: target: core: Fix null-ptr-deref in target_alloc_device()
    (CVE-2024-50153 bsc#1233061).
  - commit 76e65bc
  - octeon_ep: Add SKB allocation failures handling in
    __octep_oq_process_rx() (CVE-2024-50145 bsc#1233044).
  - octeon_ep: Implement helper for iterating packets in Rx queue
    (CVE-2024-50145 bsc#1233044).
  - commit 6b574c1
  - Fix for kABI fix for Bluetooth: L2CAP: Fix
    div-by-zero in l2cap_le_flowctl_init() (CVE-2024-36968 bsc#1226130).
    The chosen position of `mtu` in the `struct hci_conn` in the first
    iteration of this patch was done based on the wrong version of the header
    and therefore on the wrong position. Correct that.
    Fixes: d93ac77c0df4b8dfe469c26e60d4fb45fc305341
  - commit 77fc56a
  - net: wwan: fix global oob in wwan_rtnl_policy (CVE-2024-50128
    bsc#1232905).
  - commit c939671
  - xfrm: fix one more kernel-infoleak in algo dumping
    (CVE-2024-50110 bsc#1232885).
  - commit 2ae0e01
  - scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down
    (CVE-2024-50098 bsc#1232881).
  - commit f344a8e
  - Update
    patches.suse/thermal-intel-int340x-processor-Fix-warning-during-m.patch
    (git-fixes bsc#1232877 CVE-2024-50093).
  - commit 6ec2cb2
  - Bluetooth: btintel: Direct exception event to bluetooth stack
    (git-fixes).
  - Bluetooth: hci_core: Fix calling mgmt_device_connected
    (git-fixes).
  - USB: serial: qcserial: add support for Sierra Wireless EM86xx
    (stable-fixes).
  - USB: serial: option: add Quectel RG650V (stable-fixes).
  - USB: serial: option: add Fibocom FG132 0x0112 composition
    (stable-fixes).
  - tools/lib/thermal: Fix sampling handler context ptr (git-fixes).
  - drm/amdgpu: add missing size check in
    amdgpu_debugfs_gprwave_read() (stable-fixes).
  - drm/amdgpu: Adjust debugfs eviction and IB access permissions
    (stable-fixes).
  - drm/amdgpu: Adjust debugfs register access permissions
    (stable-fixes).
  - drm/amdgpu: prevent NULL pointer dereference if ATIF is not
    supported (git-fixes).
  - net: phy: ti: add PHY_RST_AFTER_CLK_EN flag (git-fixes).
  - net: wwan: t7xx: Fix off-by-one error in
    t7xx_dpmaif_rx_buf_alloc() (git-fixes).
  - net: phy: dp83822: Fix reset pin definitions (git-fixes).
  - commit 48ec995
  - Delete patches.suse/wifi-mac80211-fix-RCU-list-iterations.patch
    It was reverted on 6.6.x stable
  - commit e2ead50
  - net: explicitly clear the sk pointer, when pf->create fails
    (CVE-2024-50186 bsc#1233110).
  - commit dfaff4b
  - secretmem: disable memfd_secret() if arch cannot set direct map
    (CVE-2024-50182 bsc#1233129).
  - commit 0d23f21
  - Update
    patches.suse/ACPI-CPPC-Make-rmw_lock-a-raw_spin_lock.patch
    (git-fixes CVE-2024-50249 bsc#1233197).
  - Update
    patches.suse/ACPI-PRM-Find-EFI_MEMORY_RUNTIME-block-for-PRM-handl.patch
    (git-fixes CVE-2024-50141 bsc#1233065).
  - Update
    patches.suse/ALSA-firewire-lib-Avoid-division-by-zero-in-apply_co.patch
    (git-fixes CVE-2024-50205 bsc#1233293).
  - Update
    patches.suse/ALSA-hda-cs8409-Fix-possible-NULL-dereference.patch
    (git-fixes CVE-2024-50160 bsc#1233074).
  - Update
    patches.suse/ASoC-qcom-Fix-NULL-Dereference-in-asoc_qcom_lpass_cp.patch
    (git-fixes CVE-2024-50103 bsc#1232878).
  - Update
    patches.suse/Bluetooth-bnep-fix-wild-memory-access-in-proto_unreg.patch
    (git-fixes CVE-2024-50148 bsc#1233063).
  - Update
    patches.suse/Bluetooth-hci-fix-null-ptr-deref-in-hci_read_support.patch
    (git-fixes CVE-2024-50255 bsc#1233238).
  - Update
    patches.suse/HID-amd_sfh-Switch-to-device-managed-dmam_alloc_cohe.patch
    (git-fixes CVE-2024-50189 bsc#1233105).
  - Update
    patches.suse/RDMA-bnxt_re-Add-a-check-for-memory-allocation.patch
    (git-fixes CVE-2024-50209 bsc#1233114).
  - Update
    patches.suse/RDMA-bnxt_re-Avoid-CPU-lockups-due-fifo-occupancy-ch.patch
    (git-fixes CVE-2024-50157 bsc#1233032).
  - Update
    patches.suse/RDMA-bnxt_re-Fix-a-bug-while-setting-up-Level-2-PBL-.patch
    (git-fixes CVE-2024-50208 bsc#1233117).
  - Update
    patches.suse/RDMA-bnxt_re-Fix-a-possible-memory-leak.patch
    (git-fixes CVE-2024-50172 bsc#1233029).
  - Update patches.suse/RDMA-bnxt_re-Fix-out-of-bound-check.patch
    (git-fixes CVE-2024-50158 bsc#1233036).
  - Update
    patches.suse/RDMA-mad-Improve-handling-of-timed-out-WRs-of-mad-ag.patch
    (git-fixes CVE-2024-50095 bsc#1232873).
  - Update
    patches.suse/USB-gadget-dummy-hcd-Fix-task-hung-problem.patch
    (git-fixes CVE-2024-50100 bsc#1232876).
  - Update
    patches.suse/arm64-probes-Fix-uprobes-for-big-endian-kernels.patch
    (git-fixes CVE-2024-50194 bsc#1233111).
  - Update
    patches.suse/arm64-probes-Remove-broken-LDR-literal-uprobe-support.patch
    (git-fixes CVE-2024-50099 bsc#1232887).
  - Update
    patches.suse/ceph-remove-the-incorrect-Fw-reference-check-when-dir.patch
    (bsc#1231182 CVE-2024-50179 bsc#1233123).
  - Update
    patches.suse/clk-imx-Remove-CLK_SET_PARENT_GATE-for-DRAM-mux-for-.patch
    (stable-fixes CVE-2024-50181 bsc#1233127).
  - Update
    patches.suse/drm-amd-Guard-against-bad-data-for-ATIF-ACPI-method.patch
    (git-fixes CVE-2024-50117 bsc#1232897).
  - Update
    patches.suse/drm-amd-display-Disable-PSR-SU-on-Parade-08-01-TCON-.patch
    (stable-fixes CVE-2024-50108 bsc#1232884).
  - Update
    patches.suse/drm-amd-pm-Vangogh-Fix-kernel-memory-out-of-bounds-w.patch
    (git-fixes CVE-2024-50221 bsc#1233185).
  - Update
    patches.suse/drm-msm-Avoid-NULL-dereference-in-msm_disp_state_pri.patch
    (git-fixes CVE-2024-50156 bsc#1233073).
  - Update patches.suse/drm-radeon-Fix-encoder-possible_clones.patch
    (git-fixes CVE-2024-50201 bsc#1233104).
  - Update
    patches.suse/drm-vboxvideo-Replace-fake-VLA-at-end-of-vbva_mouse_.patch
    (stable-fixes CVE-2024-50134 bsc#1232890).
  - Update
    patches.suse/drm-vc4-Stop-the-active-perfmon-before-being-destroy.patch
    (git-fixes CVE-2024-50187 bsc#1233108).
  - Update
    patches.suse/ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch
    (bsc#1232201 CVE-2024-49884 bsc#1232198).
  - Update patches.suse/fbdev-sisfb-Fix-strbuf-array-overflow.patch
    (stable-fixes CVE-2024-50180 bsc#1233125).
  - Update
    patches.suse/firmware-arm_scmi-Fix-the-double-free-in-scmi_debugf.patch
    (git-fixes CVE-2024-50159 bsc#1233041).
  - Update
    patches.suse/iio-adc-ad7124-fix-division-by-zero-in-ad7124_set_ch.patch
    (git-fixes CVE-2024-50232 bsc#1233209).
  - Update
    patches.suse/iio-gts-helper-Fix-memory-leaks-in-iio_gts_build_ava.patch
    (git-fixes CVE-2024-50231 bsc#1233208).
  - Update
    patches.suse/iio-light-veml6030-fix-IIO-device-retrieval-from-emb.patch
    (git-fixes CVE-2024-50198 bsc#1233100).
  - Update
    patches.suse/iommu-vt-d-Fix-incorrect-pci_for_each_dma_alias-for-.patch
    (git-fixes CVE-2024-50101 bsc#1232869).
  - Update
    patches.suse/maple_tree-correct-tree-corruption-on-spanning-store.patch
    (git-fixes CVE-2024-50200 bsc#1233088).
  - Update
    patches.suse/media-qcom-camss-Remove-use_count-guard-in-stop_stre.patch
    (git-fixes CVE-2024-50175 bsc#1233092).
  - Update
    patches.suse/net-mlx5-Fix-command-bitmask-initialization.patch
    (git-fixes CVE-2024-50147 bsc#1233067).
  - Update
    patches.suse/net-mlx5-Unregister-notifier-on-eswitch-init-failure.patch
    (git-fixes CVE-2024-50136 bsc#1232914).
  - Update
    patches.suse/net-mlx5e-Don-t-call-cleanup-on-profile-rollback-fai.patch
    (git-fixes CVE-2024-50146 bsc#1233056).
  - Update
    patches.suse/net-phy-dp83869-fix-memory-corruption-when-enabling-.patch
    (git-fixes CVE-2024-50188 bsc#1233107).
  - Update
    patches.suse/netdevsim-use-cond_resched-in-nsim_dev_trap_report_w.patch
    (git-fixes CVE-2024-50155 bsc#1233035).
  - Update
    patches.suse/nfsd-cancel-nfsd_shrinker_work-using-sync-mode-in-nf.patch
    (git-fixes CVE-2024-50121 bsc#1232925).
  - Update
    patches.suse/nilfs2-fix-kernel-bug-due-to-missing-clearing-of-buffer-delay-flag.patch
    (git-fixes CVE-2024-50116 bsc#1232892).
  - Update
    patches.suse/nilfs2-fix-potential-deadlock-with-newly-created-symlinks.patch
    (git-fixes CVE-2024-50229 bsc#1233205).
  - Update
    patches.suse/nouveau-dmem-Fix-vulnerability-in-migrate_to_ram-upo.patch
    (git-fixes CVE-2024-50096 bsc#1232870).
  - Update
    patches.suse/nvme-pci-fix-race-condition-between-reset-and-nvme_d.patch
    (git-fixes CVE-2024-50135 bsc#1232888).
  - Update
    patches.suse/nvmet-auth-assign-dh_key-to-NULL-after-kfree_sensiti.patch
    (git-fixes CVE-2024-50215 bsc#1233189).
  - Update
    patches.suse/ocfs2-pass-u64-to-ocfs2_truncate_inline-maybe-overflow.patch
    (git-fixes CVE-2024-50218 bsc#1233191).
  - Update
    patches.suse/phy-qcom-qmp-usb-fix-NULL-deref-on-runtime-suspend.patch
    (git-fixes CVE-2024-50240 bsc#1233217).
  - Update
    patches.suse/pinctrl-ocelot-fix-system-hang-on-level-based-interr.patch
    (stable-fixes CVE-2024-50196 bsc#1233113).
  - Update
    patches.suse/remoteproc-k3-r5-Fix-error-handling-when-power-up-fa.patch
    (git-fixes CVE-2024-50176 bsc#1233091).
  - Update
    patches.suse/scsi-lpfc-Ensure-DA_ID-handling-completion-before-de.patch
    (bsc#1232757 CVE-2024-50183 bsc#1233130).
  - Update
    patches.suse/spi-spi-fsl-dspi-Fix-crash-when-not-using-GPIO-chip-.patch
    (git-fixes CVE-2024-50224 bsc#1233188).
  - Update
    patches.suse/staging-iio-frequency-ad9832-fix-division-by-zero-in.patch
    (git-fixes CVE-2024-50233 bsc#1233210).
  - Update
    patches.suse/thermal-intel-int340x-processor-Fix-warning-during-m.patch
    (git-fixes CVE-2024-50093 bsc#1232877).
  - Update
    patches.suse/tracing-Consider-the-NULL-character-when-validating-the-event-length.patch
    (git-fixes CVE-2024-50131 bsc#1232896).
  - Update
    patches.suse/tracing-timerlat-Drop-interface_lock-in-stop_kthread.patch
    (git-fixes CVE-2024-49976 bsc#1232103).
  - Update
    patches.suse/tracing-timerlat-Only-clear-timer-if-a-kthread-exists.patch
    (git-fixes CVE-2024-46845 bsc#1231076).
  - Update
    patches.suse/unicode-Don-t-special-case-ignorable-code-points.patch
    (stable-fixes CVE-2024-50089 bsc#1232860).
  - Update
    patches.suse/uprobe-avoid-out-of-bounds-memory-access-of-fetching-args.patch
    (git-fixes CVE-2024-50067 bsc#1232416).
  - Update
    patches.suse/uprobes-fix-kernel-info-leak-via-uprobes-vma.patch
    (bsc#1231114 CVE-2024-46828 CVE-2024-49975 bsc#1232104).
  - Update
    patches.suse/usb-typec-altmode-should-keep-reference-to-parent.patch
    (git-fixes CVE-2024-50150 bsc#1233051).
  - Update
    patches.suse/wifi-ath10k-Fix-memory-leak-in-management-tx.patch
    (git-fixes CVE-2024-50236 bsc#1233212).
  - Update
    patches.suse/wifi-cfg80211-clear-wdev-cqm_config-pointer-on-free.patch
    (git-fixes CVE-2024-50235 bsc#1233176).
  - Update
    patches.suse/wifi-iwlegacy-Clear-stale-interrupts-before-resuming.patch
    (stable-fixes CVE-2024-50234 bsc#1233211).
  - Update
    patches.suse/wifi-mac80211-do-not-pass-a-stopped-vif-to-the-drive.patch
    (git-fixes CVE-2024-50237 bsc#1233216).
  - Update
    patches.suse/x86-fix-user-address-masking-non-canonical-speculation-iss.patch
    (git-fixes CVE-2024-50102 bsc#1232880).
  - Update
    patches.suse/xfs-fix-finding-a-last-resort-AG-in-xfs_filestream_pick_ag.patch
    (git-fixes CVE-2024-50216 bsc#1233179).
  - commit 7d67ea3

++++ kernel-rt_debug:

  - tools/power turbostat: Increase the limit for fd opened
    (bsc#1233119).
  - commit 58c7a4f
  - posix-clock: Fix missing timespec64 check in pc_clock_settime() (CVE-2024-50195 bsc#1233103)
  - commit 5c410cf
  - bpf: Use raw_spinlock_t in ringbuf (CVE-2024-50138 bsc#1232935)
  - commit 949411a
  - net: systemport: fix potential memory leak in bcm_sysport_xmit() (CVE-2024-50171 bsc#1233057)
  - commit 24f9c7b
  - crypto: aes-gcm-p10 - Use the correct bit to test for P10
    (bsc#1232704).
  - commit 52eb6a0
  - add bugreference to a hv_netvsc patch (bsc#1232413).
  - commit 14b76c0
  - scsi: target: core: Fix null-ptr-deref in target_alloc_device()
    (CVE-2024-50153 bsc#1233061).
  - commit 76e65bc
  - octeon_ep: Add SKB allocation failures handling in
    __octep_oq_process_rx() (CVE-2024-50145 bsc#1233044).
  - octeon_ep: Implement helper for iterating packets in Rx queue
    (CVE-2024-50145 bsc#1233044).
  - commit 6b574c1
  - Fix for kABI fix for Bluetooth: L2CAP: Fix
    div-by-zero in l2cap_le_flowctl_init() (CVE-2024-36968 bsc#1226130).
    The chosen position of `mtu` in the `struct hci_conn` in the first
    iteration of this patch was done based on the wrong version of the header
    and therefore on the wrong position. Correct that.
    Fixes: d93ac77c0df4b8dfe469c26e60d4fb45fc305341
  - commit 77fc56a
  - net: wwan: fix global oob in wwan_rtnl_policy (CVE-2024-50128
    bsc#1232905).
  - commit c939671
  - xfrm: fix one more kernel-infoleak in algo dumping
    (CVE-2024-50110 bsc#1232885).
  - commit 2ae0e01
  - scsi: ufs: core: Set SDEV_OFFLINE when UFS is shut down
    (CVE-2024-50098 bsc#1232881).
  - commit f344a8e
  - Update
    patches.suse/thermal-intel-int340x-processor-Fix-warning-during-m.patch
    (git-fixes bsc#1232877 CVE-2024-50093).
  - commit 6ec2cb2
  - Bluetooth: btintel: Direct exception event to bluetooth stack
    (git-fixes).
  - Bluetooth: hci_core: Fix calling mgmt_device_connected
    (git-fixes).
  - USB: serial: qcserial: add support for Sierra Wireless EM86xx
    (stable-fixes).
  - USB: serial: option: add Quectel RG650V (stable-fixes).
  - USB: serial: option: add Fibocom FG132 0x0112 composition
    (stable-fixes).
  - tools/lib/thermal: Fix sampling handler context ptr (git-fixes).
  - drm/amdgpu: add missing size check in
    amdgpu_debugfs_gprwave_read() (stable-fixes).
  - drm/amdgpu: Adjust debugfs eviction and IB access permissions
    (stable-fixes).
  - drm/amdgpu: Adjust debugfs register access permissions
    (stable-fixes).
  - drm/amdgpu: prevent NULL pointer dereference if ATIF is not
    supported (git-fixes).
  - net: phy: ti: add PHY_RST_AFTER_CLK_EN flag (git-fixes).
  - net: wwan: t7xx: Fix off-by-one error in
    t7xx_dpmaif_rx_buf_alloc() (git-fixes).
  - net: phy: dp83822: Fix reset pin definitions (git-fixes).
  - commit 48ec995
  - Delete patches.suse/wifi-mac80211-fix-RCU-list-iterations.patch
    It was reverted on 6.6.x stable
  - commit e2ead50
  - net: explicitly clear the sk pointer, when pf->create fails
    (CVE-2024-50186 bsc#1233110).
  - commit dfaff4b
  - secretmem: disable memfd_secret() if arch cannot set direct map
    (CVE-2024-50182 bsc#1233129).
  - commit 0d23f21
  - Update
    patches.suse/ACPI-CPPC-Make-rmw_lock-a-raw_spin_lock.patch
    (git-fixes CVE-2024-50249 bsc#1233197).
  - Update
    patches.suse/ACPI-PRM-Find-EFI_MEMORY_RUNTIME-block-for-PRM-handl.patch
    (git-fixes CVE-2024-50141 bsc#1233065).
  - Update
    patches.suse/ALSA-firewire-lib-Avoid-division-by-zero-in-apply_co.patch
    (git-fixes CVE-2024-50205 bsc#1233293).
  - Update
    patches.suse/ALSA-hda-cs8409-Fix-possible-NULL-dereference.patch
    (git-fixes CVE-2024-50160 bsc#1233074).
  - Update
    patches.suse/ASoC-qcom-Fix-NULL-Dereference-in-asoc_qcom_lpass_cp.patch
    (git-fixes CVE-2024-50103 bsc#1232878).
  - Update
    patches.suse/Bluetooth-bnep-fix-wild-memory-access-in-proto_unreg.patch
    (git-fixes CVE-2024-50148 bsc#1233063).
  - Update
    patches.suse/Bluetooth-hci-fix-null-ptr-deref-in-hci_read_support.patch
    (git-fixes CVE-2024-50255 bsc#1233238).
  - Update
    patches.suse/HID-amd_sfh-Switch-to-device-managed-dmam_alloc_cohe.patch
    (git-fixes CVE-2024-50189 bsc#1233105).
  - Update
    patches.suse/RDMA-bnxt_re-Add-a-check-for-memory-allocation.patch
    (git-fixes CVE-2024-50209 bsc#1233114).
  - Update
    patches.suse/RDMA-bnxt_re-Avoid-CPU-lockups-due-fifo-occupancy-ch.patch
    (git-fixes CVE-2024-50157 bsc#1233032).
  - Update
    patches.suse/RDMA-bnxt_re-Fix-a-bug-while-setting-up-Level-2-PBL-.patch
    (git-fixes CVE-2024-50208 bsc#1233117).
  - Update
    patches.suse/RDMA-bnxt_re-Fix-a-possible-memory-leak.patch
    (git-fixes CVE-2024-50172 bsc#1233029).
  - Update patches.suse/RDMA-bnxt_re-Fix-out-of-bound-check.patch
    (git-fixes CVE-2024-50158 bsc#1233036).
  - Update
    patches.suse/RDMA-mad-Improve-handling-of-timed-out-WRs-of-mad-ag.patch
    (git-fixes CVE-2024-50095 bsc#1232873).
  - Update
    patches.suse/USB-gadget-dummy-hcd-Fix-task-hung-problem.patch
    (git-fixes CVE-2024-50100 bsc#1232876).
  - Update
    patches.suse/arm64-probes-Fix-uprobes-for-big-endian-kernels.patch
    (git-fixes CVE-2024-50194 bsc#1233111).
  - Update
    patches.suse/arm64-probes-Remove-broken-LDR-literal-uprobe-support.patch
    (git-fixes CVE-2024-50099 bsc#1232887).
  - Update
    patches.suse/ceph-remove-the-incorrect-Fw-reference-check-when-dir.patch
    (bsc#1231182 CVE-2024-50179 bsc#1233123).
  - Update
    patches.suse/clk-imx-Remove-CLK_SET_PARENT_GATE-for-DRAM-mux-for-.patch
    (stable-fixes CVE-2024-50181 bsc#1233127).
  - Update
    patches.suse/drm-amd-Guard-against-bad-data-for-ATIF-ACPI-method.patch
    (git-fixes CVE-2024-50117 bsc#1232897).
  - Update
    patches.suse/drm-amd-display-Disable-PSR-SU-on-Parade-08-01-TCON-.patch
    (stable-fixes CVE-2024-50108 bsc#1232884).
  - Update
    patches.suse/drm-amd-pm-Vangogh-Fix-kernel-memory-out-of-bounds-w.patch
    (git-fixes CVE-2024-50221 bsc#1233185).
  - Update
    patches.suse/drm-msm-Avoid-NULL-dereference-in-msm_disp_state_pri.patch
    (git-fixes CVE-2024-50156 bsc#1233073).
  - Update patches.suse/drm-radeon-Fix-encoder-possible_clones.patch
    (git-fixes CVE-2024-50201 bsc#1233104).
  - Update
    patches.suse/drm-vboxvideo-Replace-fake-VLA-at-end-of-vbva_mouse_.patch
    (stable-fixes CVE-2024-50134 bsc#1232890).
  - Update
    patches.suse/drm-vc4-Stop-the-active-perfmon-before-being-destroy.patch
    (git-fixes CVE-2024-50187 bsc#1233108).
  - Update
    patches.suse/ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch
    (bsc#1232201 CVE-2024-49884 bsc#1232198).
  - Update patches.suse/fbdev-sisfb-Fix-strbuf-array-overflow.patch
    (stable-fixes CVE-2024-50180 bsc#1233125).
  - Update
    patches.suse/firmware-arm_scmi-Fix-the-double-free-in-scmi_debugf.patch
    (git-fixes CVE-2024-50159 bsc#1233041).
  - Update
    patches.suse/iio-adc-ad7124-fix-division-by-zero-in-ad7124_set_ch.patch
    (git-fixes CVE-2024-50232 bsc#1233209).
  - Update
    patches.suse/iio-gts-helper-Fix-memory-leaks-in-iio_gts_build_ava.patch
    (git-fixes CVE-2024-50231 bsc#1233208).
  - Update
    patches.suse/iio-light-veml6030-fix-IIO-device-retrieval-from-emb.patch
    (git-fixes CVE-2024-50198 bsc#1233100).
  - Update
    patches.suse/iommu-vt-d-Fix-incorrect-pci_for_each_dma_alias-for-.patch
    (git-fixes CVE-2024-50101 bsc#1232869).
  - Update
    patches.suse/maple_tree-correct-tree-corruption-on-spanning-store.patch
    (git-fixes CVE-2024-50200 bsc#1233088).
  - Update
    patches.suse/media-qcom-camss-Remove-use_count-guard-in-stop_stre.patch
    (git-fixes CVE-2024-50175 bsc#1233092).
  - Update
    patches.suse/net-mlx5-Fix-command-bitmask-initialization.patch
    (git-fixes CVE-2024-50147 bsc#1233067).
  - Update
    patches.suse/net-mlx5-Unregister-notifier-on-eswitch-init-failure.patch
    (git-fixes CVE-2024-50136 bsc#1232914).
  - Update
    patches.suse/net-mlx5e-Don-t-call-cleanup-on-profile-rollback-fai.patch
    (git-fixes CVE-2024-50146 bsc#1233056).
  - Update
    patches.suse/net-phy-dp83869-fix-memory-corruption-when-enabling-.patch
    (git-fixes CVE-2024-50188 bsc#1233107).
  - Update
    patches.suse/netdevsim-use-cond_resched-in-nsim_dev_trap_report_w.patch
    (git-fixes CVE-2024-50155 bsc#1233035).
  - Update
    patches.suse/nfsd-cancel-nfsd_shrinker_work-using-sync-mode-in-nf.patch
    (git-fixes CVE-2024-50121 bsc#1232925).
  - Update
    patches.suse/nilfs2-fix-kernel-bug-due-to-missing-clearing-of-buffer-delay-flag.patch
    (git-fixes CVE-2024-50116 bsc#1232892).
  - Update
    patches.suse/nilfs2-fix-potential-deadlock-with-newly-created-symlinks.patch
    (git-fixes CVE-2024-50229 bsc#1233205).
  - Update
    patches.suse/nouveau-dmem-Fix-vulnerability-in-migrate_to_ram-upo.patch
    (git-fixes CVE-2024-50096 bsc#1232870).
  - Update
    patches.suse/nvme-pci-fix-race-condition-between-reset-and-nvme_d.patch
    (git-fixes CVE-2024-50135 bsc#1232888).
  - Update
    patches.suse/nvmet-auth-assign-dh_key-to-NULL-after-kfree_sensiti.patch
    (git-fixes CVE-2024-50215 bsc#1233189).
  - Update
    patches.suse/ocfs2-pass-u64-to-ocfs2_truncate_inline-maybe-overflow.patch
    (git-fixes CVE-2024-50218 bsc#1233191).
  - Update
    patches.suse/phy-qcom-qmp-usb-fix-NULL-deref-on-runtime-suspend.patch
    (git-fixes CVE-2024-50240 bsc#1233217).
  - Update
    patches.suse/pinctrl-ocelot-fix-system-hang-on-level-based-interr.patch
    (stable-fixes CVE-2024-50196 bsc#1233113).
  - Update
    patches.suse/remoteproc-k3-r5-Fix-error-handling-when-power-up-fa.patch
    (git-fixes CVE-2024-50176 bsc#1233091).
  - Update
    patches.suse/scsi-lpfc-Ensure-DA_ID-handling-completion-before-de.patch
    (bsc#1232757 CVE-2024-50183 bsc#1233130).
  - Update
    patches.suse/spi-spi-fsl-dspi-Fix-crash-when-not-using-GPIO-chip-.patch
    (git-fixes CVE-2024-50224 bsc#1233188).
  - Update
    patches.suse/staging-iio-frequency-ad9832-fix-division-by-zero-in.patch
    (git-fixes CVE-2024-50233 bsc#1233210).
  - Update
    patches.suse/thermal-intel-int340x-processor-Fix-warning-during-m.patch
    (git-fixes CVE-2024-50093 bsc#1232877).
  - Update
    patches.suse/tracing-Consider-the-NULL-character-when-validating-the-event-length.patch
    (git-fixes CVE-2024-50131 bsc#1232896).
  - Update
    patches.suse/tracing-timerlat-Drop-interface_lock-in-stop_kthread.patch
    (git-fixes CVE-2024-49976 bsc#1232103).
  - Update
    patches.suse/tracing-timerlat-Only-clear-timer-if-a-kthread-exists.patch
    (git-fixes CVE-2024-46845 bsc#1231076).
  - Update
    patches.suse/unicode-Don-t-special-case-ignorable-code-points.patch
    (stable-fixes CVE-2024-50089 bsc#1232860).
  - Update
    patches.suse/uprobe-avoid-out-of-bounds-memory-access-of-fetching-args.patch
    (git-fixes CVE-2024-50067 bsc#1232416).
  - Update
    patches.suse/uprobes-fix-kernel-info-leak-via-uprobes-vma.patch
    (bsc#1231114 CVE-2024-46828 CVE-2024-49975 bsc#1232104).
  - Update
    patches.suse/usb-typec-altmode-should-keep-reference-to-parent.patch
    (git-fixes CVE-2024-50150 bsc#1233051).
  - Update
    patches.suse/wifi-ath10k-Fix-memory-leak-in-management-tx.patch
    (git-fixes CVE-2024-50236 bsc#1233212).
  - Update
    patches.suse/wifi-cfg80211-clear-wdev-cqm_config-pointer-on-free.patch
    (git-fixes CVE-2024-50235 bsc#1233176).
  - Update
    patches.suse/wifi-iwlegacy-Clear-stale-interrupts-before-resuming.patch
    (stable-fixes CVE-2024-50234 bsc#1233211).
  - Update
    patches.suse/wifi-mac80211-do-not-pass-a-stopped-vif-to-the-drive.patch
    (git-fixes CVE-2024-50237 bsc#1233216).
  - Update
    patches.suse/x86-fix-user-address-masking-non-canonical-speculation-iss.patch
    (git-fixes CVE-2024-50102 bsc#1232880).
  - Update
    patches.suse/xfs-fix-finding-a-last-resort-AG-in-xfs_filestream_pick_ag.patch
    (git-fixes CVE-2024-50216 bsc#1233179).
  - commit 7d67ea3

++++ libzypp:

  - The 20MB download limit must not apply to non-metadata files like
    package URLs provided via the CLI (bsc#1233393).
  - version 17.35.14 (35)

------------------------------------------------------------------
------------------  2024-11-14  -  Nov 14 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - btrfs: fix error propagation of split bios (CVE-2024-50225 bsc#1233193)
  - commit ec9c552
  - btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io() (bsc#1233193)
  - commit b9564da
  - Update references in patches.suse/ntfs3-Add-bounds-checking-to-mi_enum_attr.patch (CVE-2024-50248 bsc#1233219 bsc#1233207)
  - commit 56e1d55
  - fs/ntfs3: Sequential field availability check in mi_enum_attr() (bsc#1233207)
  - commit 95663e2
  - fs/ntfs3: Add rough attr alloc_size check (CVE-2024-50246 bsc#1233207)
  - commit 378df6a
  - ntfs3: Add bounds checking to mi_enum_attr() (bsc#1233207)
  - commit 418f82a
  - fs/ntfs3: Fixed overflow check in mi_enum_attr() (bsc#1233207)
  - commit 6744037
  - fs/ntfs3: Add more attributes checks in mi_enum_attr() (bsc#1233207)
  - commit 766ca6e
  - fs/ntfs3: Fix possible deadlock in mi_read (CVE-2024-50245 bsc#1233203)
  - commit 5f9c2da
  - Rename to
    patches.kabi/kABI-fix-for-Bluetooth-L2CAP-Fix-div-by-zero-in-l2ca.patch.
    Fixes: d93ac77c0df4b8dfe469c26e60d4fb45fc305341
  - commit 1f6a42b
  - virtio_pmem: Check device status before requesting flush
    (CVE-2024-50184 bsc#1233135).
  - commit 4e28ae6
  - KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT
    guests (bsc#1232207).
  - commit 4b9eff5
  - KVM: SEV-ES: Prevent MSR access post VMSA encryption
    (bsc#1232207).
  - commit 61f28ae
  - u64_stats: fix u64_stats_init() for lockdep when used repeatedly
    in one file (git-fixes).
  - commit 017d59a
  - Update tags in
    patches.suse/ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch
    (bsc#1232201 CVE-2024-49884 bsc#1232198).
  - commit 9d4c3ec
  - tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
    (CVE-2024-50154 bsc#1233070).
  - commit 43fc2d5
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch (bsc#1233350)
    Correctly workaround kABI breakage that was introduced with fixes
    backported for bsc#1225903.
  - commit 52684a5
  - ASoC: SOF: ipc4-topology: Only handle dai_config with HW_PARAMS
    for ChainDMA (bsc#1233305).
  - commit 1b06409

++++ kernel-rt:

  - btrfs: fix error propagation of split bios (CVE-2024-50225 bsc#1233193)
  - commit ec9c552
  - btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io() (bsc#1233193)
  - commit b9564da
  - Update references in patches.suse/ntfs3-Add-bounds-checking-to-mi_enum_attr.patch (CVE-2024-50248 bsc#1233219 bsc#1233207)
  - commit 56e1d55
  - fs/ntfs3: Sequential field availability check in mi_enum_attr() (bsc#1233207)
  - commit 95663e2
  - fs/ntfs3: Add rough attr alloc_size check (CVE-2024-50246 bsc#1233207)
  - commit 378df6a
  - ntfs3: Add bounds checking to mi_enum_attr() (bsc#1233207)
  - commit 418f82a
  - fs/ntfs3: Fixed overflow check in mi_enum_attr() (bsc#1233207)
  - commit 6744037
  - fs/ntfs3: Add more attributes checks in mi_enum_attr() (bsc#1233207)
  - commit 766ca6e
  - fs/ntfs3: Fix possible deadlock in mi_read (CVE-2024-50245 bsc#1233203)
  - commit 5f9c2da
  - Rename to
    patches.kabi/kABI-fix-for-Bluetooth-L2CAP-Fix-div-by-zero-in-l2ca.patch.
    Fixes: d93ac77c0df4b8dfe469c26e60d4fb45fc305341
  - commit 1f6a42b
  - virtio_pmem: Check device status before requesting flush
    (CVE-2024-50184 bsc#1233135).
  - commit 4e28ae6
  - KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT
    guests (bsc#1232207).
  - commit 4b9eff5
  - KVM: SEV-ES: Prevent MSR access post VMSA encryption
    (bsc#1232207).
  - commit 61f28ae
  - u64_stats: fix u64_stats_init() for lockdep when used repeatedly
    in one file (git-fixes).
  - commit 017d59a
  - Update tags in
    patches.suse/ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch
    (bsc#1232201 CVE-2024-49884 bsc#1232198).
  - commit 9d4c3ec
  - tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
    (CVE-2024-50154 bsc#1233070).
  - commit 43fc2d5
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch (bsc#1233350)
    Correctly workaround kABI breakage that was introduced with fixes
    backported for bsc#1225903.
  - commit 52684a5
  - ASoC: SOF: ipc4-topology: Only handle dai_config with HW_PARAMS
    for ChainDMA (bsc#1233305).
  - commit 1b06409

++++ kernel-rt_debug:

  - btrfs: fix error propagation of split bios (CVE-2024-50225 bsc#1233193)
  - commit ec9c552
  - btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io() (bsc#1233193)
  - commit b9564da
  - Update references in patches.suse/ntfs3-Add-bounds-checking-to-mi_enum_attr.patch (CVE-2024-50248 bsc#1233219 bsc#1233207)
  - commit 56e1d55
  - fs/ntfs3: Sequential field availability check in mi_enum_attr() (bsc#1233207)
  - commit 95663e2
  - fs/ntfs3: Add rough attr alloc_size check (CVE-2024-50246 bsc#1233207)
  - commit 378df6a
  - ntfs3: Add bounds checking to mi_enum_attr() (bsc#1233207)
  - commit 418f82a
  - fs/ntfs3: Fixed overflow check in mi_enum_attr() (bsc#1233207)
  - commit 6744037
  - fs/ntfs3: Add more attributes checks in mi_enum_attr() (bsc#1233207)
  - commit 766ca6e
  - fs/ntfs3: Fix possible deadlock in mi_read (CVE-2024-50245 bsc#1233203)
  - commit 5f9c2da
  - Rename to
    patches.kabi/kABI-fix-for-Bluetooth-L2CAP-Fix-div-by-zero-in-l2ca.patch.
    Fixes: d93ac77c0df4b8dfe469c26e60d4fb45fc305341
  - commit 1f6a42b
  - virtio_pmem: Check device status before requesting flush
    (CVE-2024-50184 bsc#1233135).
  - commit 4e28ae6
  - KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT
    guests (bsc#1232207).
  - commit 4b9eff5
  - KVM: SEV-ES: Prevent MSR access post VMSA encryption
    (bsc#1232207).
  - commit 61f28ae
  - u64_stats: fix u64_stats_init() for lockdep when used repeatedly
    in one file (git-fixes).
  - commit 017d59a
  - Update tags in
    patches.suse/ext4-fix-slab-use-after-free-in-ext4_split_extent_at.patch
    (bsc#1232201 CVE-2024-49884 bsc#1232198).
  - commit 9d4c3ec
  - tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()
    (CVE-2024-50154 bsc#1233070).
  - commit 43fc2d5
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch (bsc#1233350)
    Correctly workaround kABI breakage that was introduced with fixes
    backported for bsc#1225903.
  - commit 52684a5
  - ASoC: SOF: ipc4-topology: Only handle dai_config with HW_PARAMS
    for ChainDMA (bsc#1233305).
  - commit 1b06409

++++ net-snmp:

  - Update to net-snmp-5.9.4 (bsc#1214364).
    add (rename):
    * net-snmp-5.9.4-add-lustre-fs-support.patch
    * net-snmp-5.9.4-add-netgroups-functionality.patch
    * net-snmp-5.9.4-fix-create-v3-user-outfile.patch
    * net-snmp-5.9.4-fixed-python2-bindings.patch
    * net-snmp-5.9.4-fix-Makefile.PL.patch
    * net-snmp-5.9.4-modern-rpm-api.patch
    * net-snmp-5.9.4-net-snmp-config-headercheck.patch
    * net-snmp-5.9.4-perl-tk-warning.patch
    * net-snmp-5.9.4-pie.patch
    * net-snmp-5.9.4-snmpstatus-suppress-output.patch
    * net-snmp-5.9.4-socket-path.patch
    * net-snmp-5.9.4-subagent-set-response.patch
    * net-snmp-5.9.4-suse-systemd-service-files.patch
    * net-snmp-5.9.4-testing-empty-arptable.patch
    delete (now part of v5.9.4):
    * net-snmp-5.9.3-disallow_SET_requests_with_NULL_varbind.patch
    * net-snmp-5.9.3-grep.patch
    delete (rename):
    * net-snmp-5.9.1-add-lustre-fs-support.patch
    * net-snmp-5.9.1-fix-Makefile.PL.patch
    * net-snmp-5.9.1-modern-rpm-api.patch
    * net-snmp-5.9.1-net-snmp-config-headercheck.patch
    * net-snmp-5.9.1-perl-tk-warning.patch
    * net-snmp-5.9.1-snmpstatus-suppress-output.patch
    * net-snmp-5.9.1-socket-path.patch
    * net-snmp-5.9.1-subagent-set-response.patch
    * net-snmp-5.9.1-suse-systemd-service-files.patch
    * net-snmp-5.9.1-testing-empty-arptable.patch
    * net-snmp-5.9.1-velocity-mib.patch
    * net-snmp-5.9.2-fix-create-v3-user-outfile.patch
    * net-snmp-5.9.2-pie.patch
    * net-snmp-5.9.3-fixed-python2-bindings.patch
  - Removing legacy MIBs used by Velocity Software (jira#PED-6416).
  - Re-add support for hostname netgroups that was removed accidentally and
    previously added with FATE#316305 (bsc#1207697).
    '@hostgroup' can be specified for multiple hosts
  - Hardening systemd services setting "ProtectHome=true" caused home directory
    size and allocation to be listed incorrectly (bsc#1206044).
    add (rename):
    * net-snmp-5.9.4-harden_snmpd.service.patch
    * net-snmp-5.9.4-harden_snmptrapd.service.patch
    delete (rename):
    * net-snmp-5.9.1-harden_snmpd.service.patch
    * net-snmp-5.9.1-harden_snmptrapd.service.patch
  - logrotate should use reload instead of restart (bsc#1232030)

++++ microos-tools:

  - Update to version 2.21+git24:
    * test: Check for AVC denials in the journal
    * test: More reliable output of combustion-validate
    * test: Remove workaround for boo#1230912
    * Label /sys before selinux-autorelabel units run (bsc#1232709)
    * Add RemainAfterExit=true to autorelabel services
    * Consistently use tabs in selinux-autorelabel-generator
    * Add automated testing of SELinux relabelling functionality
    * Fix OBS workflow for pushes to master

++++ suseconnect-ng:

  - Update version to 1.13:
  - Integrating uptime-tracker
  - Honor auto-import-gpg-keys flag on migration (bsc#1231328)
  - Only send labels if targetting SCC
  - Skip the docker auth generation on RMT (bsc#1231185)
  - Add --set-labels to register command to set labels at registration time on SCC
  - Add a new function to display suse-uptime-tracker version
  - Integrate with uptime-tracker ( https://github.com/SUSE/uptime-tracker/ )
  - Add a command to show the info being gathered

------------------------------------------------------------------
------------------  2024-11-13  -  Nov 13 2024  -------------------
------------------------------------------------------------------

++++ curl:

  - Add patch to fix libcurl when netrc parsing is enabled.
    curl_easy_duphandle did not init netrc which broke applications such
    as for example git. gh#curl/curl#15496
    * 0001-duphandle-also-init-netrc.patch

++++ kernel-default:

  - io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
    (git-fixes).
  - io_uring/sqpoll: close race on waiting for sqring entries
    (git-fixes).
  - commit 83eaece
  - mm: shmem: fix data-race in shmem_getattr() (CVE-2024-50228,
    bsc#1233204, git fixes (mm/shmem)).
  - commit 89c94b7
  - irqchip/gic-v4: Correctly deal with set_affinity on
    lazily-mapped VPEs (CVE-2024-50192 bsc#1233106).
  - commit 4258dbe
  - irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
    (CVE-2024-50192 bsc#1233106).
  - kABI: Don't allow a VMOVP on a dying VPE (kabi CVE-2024-50192
    bsc#1233106).
  - irqchip/gic-v3-its: Avoid explicit cpumask allocation on stack
    (git-fixes).
  - commit 9bd7834
  - selftests/bpf: add stack access precision test (bsc#1232823
    CVE-2023-52920).
  - bpf: support non-r10 register spill/fill to/from stack in
    precision tracking (bsc#1232823 CVE-2023-52920).
  - Refresh patches.suse/bpf-Fix-accesses-to-uninit-stack-slots.patch
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - commit 2dc84ae
  - kABI fix for - Bluetooth: L2CAP: Fix
    div-by-zero in l2cap_le_flowctl_init()
    (CVE-2024-36968 bsc#1226130). - Refresh
    patches.suse/Bluetooth-Ignore-too-large-handle-values-in-BIG.patch.
  - Refresh
    patches.suse/Bluetooth-L2CAP-Fix-deadlock.patch. - Refresh
    patches.suse/Bluetooth-btnxpuart-Enable-Power-Save-feature-on-sta.patch.
  - Refresh
    patches.suse/bluetooth-hci-disallow-setting-handle-bigger-than-HC.patch.
  - Refresh
    patches.suse/bluetooth-l2cap-sync-sock-recv-cb-and-release.patch.
  - commit d93ac77
  - macsec: Fix use-after-free while sending the offloading packet
    (CVE-2024-50261 bsc#1233253).
  - commit 493a21e
  - kABI workaround for ASoC SOF (bsc#1233305).
  - commit d8b041e
  - ASoC: SOF: ipc4-topology: Add definition for generic switch/enum
    control (bsc#1233305).
  - Refresh
    patches.suse/ASoC-SOF-ipc4-topology-Correct-data-structures-for-t-e238b68.patch.
  - commit 6d4ee28
  - ASoC: SOF: topology: Parse DAI type token for dspless mode
    (bsc#1233305).
  - ASoC: SOF: topology: dynamically allocate and store DAI
    widget->private (bsc#1233305).
  - ASoC: SOF: ipc4-topology: change chain_dma handling in
    dai_config (bsc#1233305).
  - ASoC: SOF: ipc4-topology: set config_length based on
    device_count (bsc#1233305).
  - ASoC: SOF: Rename amd_bt sof_dai_type (bsc#1233305).
  - ASoC: SOF: Add i2s bt dai configuration support for AMD
    platforms (bsc#1233305).
  - ASoC: SOF: Refactor sof_i2s_tokens reading to update acpbt dai
    (bsc#1233305).
  - ASoC: SOF: IPC4: synchronize fw_config_params with fw
    definitions (bsc#1233305).
  - ASoC: SOF: Wire up buffer flags (bsc#1233305).
  - ASoC: SOF: add alignment for topology header file struct
    definition (bsc#1233305).
  - ASoC: SOF: align topology header file with sof topology header
    (bsc#1233305).
  - ASoC: SOF: ipc4-topology: Add module ID print during module
    set up (bsc#1233305).
  - ASoC: SOF: ipc4: Add data struct for module notification
    message from firmware (bsc#1233305).
  - ASoC: SOF: ipc4-topology: Helper to find an swidget by
    module/instance id (bsc#1233305).
  - ASoC: SOF: Add support for configuring PDM interface from
    topology (bsc#1233305).
  - ASoC: SOF: IPC4: get pipeline priority from topology
    (bsc#1233305).
  - ASoC: SOF: ipc4-mtrace: move debug slot related definitions
    to header.h (bsc#1233305).
  - ASoC: SOF: ipc4-control: Add support for ALSA enum control
    (bsc#1233305).
  - ASoC: SOF: ipc4-control: Add support for ALSA switch control
    (bsc#1233305).
  - ASoC: SOF: ipc4-topology: export
    sof_ipc4_copier_is_single_format (bsc#1233305).
  - ASoC: SOF: ipc4: Add new message type:
    SOF_IPC4_GLB_LOAD_LIBRARY_PREPARE (bsc#1233305).
  - ASoC: SOF: ipc4-topology: Add deep buffer size to debug prints
    (bsc#1233305).
  - ASoC: SOF: Deprecate invalid enums in IPC3 (bsc#1233305).
  - commit ccbfc43
  - ima: fix buffer overrun in ima_eventdigest_init_common
    (git-fixes).
  - commit 200c852

++++ kernel-firmware:

  - Update to version 20241113 (git commit 1727aceef4d2):
    * qcom: venus-5.4: add venus firmware file for qcs615
    * qcom: update venus firmware file for SC7280
    * QCA: Add 22 bluetooth firmware nvm files for QCA2066

++++ kernel-rt:

  - io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
    (git-fixes).
  - io_uring/sqpoll: close race on waiting for sqring entries
    (git-fixes).
  - commit 83eaece
  - mm: shmem: fix data-race in shmem_getattr() (CVE-2024-50228,
    bsc#1233204, git fixes (mm/shmem)).
  - commit 89c94b7
  - irqchip/gic-v4: Correctly deal with set_affinity on
    lazily-mapped VPEs (CVE-2024-50192 bsc#1233106).
  - commit 4258dbe
  - irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
    (CVE-2024-50192 bsc#1233106).
  - kABI: Don't allow a VMOVP on a dying VPE (kabi CVE-2024-50192
    bsc#1233106).
  - irqchip/gic-v3-its: Avoid explicit cpumask allocation on stack
    (git-fixes).
  - commit 9bd7834
  - selftests/bpf: add stack access precision test (bsc#1232823
    CVE-2023-52920).
  - bpf: support non-r10 register spill/fill to/from stack in
    precision tracking (bsc#1232823 CVE-2023-52920).
  - Refresh patches.suse/bpf-Fix-accesses-to-uninit-stack-slots.patch
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - commit 2dc84ae
  - kABI fix for - Bluetooth: L2CAP: Fix
    div-by-zero in l2cap_le_flowctl_init()
    (CVE-2024-36968 bsc#1226130). - Refresh
    patches.suse/Bluetooth-Ignore-too-large-handle-values-in-BIG.patch.
  - Refresh
    patches.suse/Bluetooth-L2CAP-Fix-deadlock.patch. - Refresh
    patches.suse/Bluetooth-btnxpuart-Enable-Power-Save-feature-on-sta.patch.
  - Refresh
    patches.suse/bluetooth-hci-disallow-setting-handle-bigger-than-HC.patch.
  - Refresh
    patches.suse/bluetooth-l2cap-sync-sock-recv-cb-and-release.patch.
  - commit d93ac77
  - macsec: Fix use-after-free while sending the offloading packet
    (CVE-2024-50261 bsc#1233253).
  - commit 493a21e
  - kABI workaround for ASoC SOF (bsc#1233305).
  - commit d8b041e
  - ASoC: SOF: ipc4-topology: Add definition for generic switch/enum
    control (bsc#1233305).
  - Refresh
    patches.suse/ASoC-SOF-ipc4-topology-Correct-data-structures-for-t-e238b68.patch.
  - commit 6d4ee28
  - ASoC: SOF: topology: Parse DAI type token for dspless mode
    (bsc#1233305).
  - ASoC: SOF: topology: dynamically allocate and store DAI
    widget->private (bsc#1233305).
  - ASoC: SOF: ipc4-topology: change chain_dma handling in
    dai_config (bsc#1233305).
  - ASoC: SOF: ipc4-topology: set config_length based on
    device_count (bsc#1233305).
  - ASoC: SOF: Rename amd_bt sof_dai_type (bsc#1233305).
  - ASoC: SOF: Add i2s bt dai configuration support for AMD
    platforms (bsc#1233305).
  - ASoC: SOF: Refactor sof_i2s_tokens reading to update acpbt dai
    (bsc#1233305).
  - ASoC: SOF: IPC4: synchronize fw_config_params with fw
    definitions (bsc#1233305).
  - ASoC: SOF: Wire up buffer flags (bsc#1233305).
  - ASoC: SOF: add alignment for topology header file struct
    definition (bsc#1233305).
  - ASoC: SOF: align topology header file with sof topology header
    (bsc#1233305).
  - ASoC: SOF: ipc4-topology: Add module ID print during module
    set up (bsc#1233305).
  - ASoC: SOF: ipc4: Add data struct for module notification
    message from firmware (bsc#1233305).
  - ASoC: SOF: ipc4-topology: Helper to find an swidget by
    module/instance id (bsc#1233305).
  - ASoC: SOF: Add support for configuring PDM interface from
    topology (bsc#1233305).
  - ASoC: SOF: IPC4: get pipeline priority from topology
    (bsc#1233305).
  - ASoC: SOF: ipc4-mtrace: move debug slot related definitions
    to header.h (bsc#1233305).
  - ASoC: SOF: ipc4-control: Add support for ALSA enum control
    (bsc#1233305).
  - ASoC: SOF: ipc4-control: Add support for ALSA switch control
    (bsc#1233305).
  - ASoC: SOF: ipc4-topology: export
    sof_ipc4_copier_is_single_format (bsc#1233305).
  - ASoC: SOF: ipc4: Add new message type:
    SOF_IPC4_GLB_LOAD_LIBRARY_PREPARE (bsc#1233305).
  - ASoC: SOF: ipc4-topology: Add deep buffer size to debug prints
    (bsc#1233305).
  - ASoC: SOF: Deprecate invalid enums in IPC3 (bsc#1233305).
  - commit ccbfc43
  - ima: fix buffer overrun in ima_eventdigest_init_common
    (git-fixes).
  - commit 200c852

++++ kernel-rt_debug:

  - io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
    (git-fixes).
  - io_uring/sqpoll: close race on waiting for sqring entries
    (git-fixes).
  - commit 83eaece
  - mm: shmem: fix data-race in shmem_getattr() (CVE-2024-50228,
    bsc#1233204, git fixes (mm/shmem)).
  - commit 89c94b7
  - irqchip/gic-v4: Correctly deal with set_affinity on
    lazily-mapped VPEs (CVE-2024-50192 bsc#1233106).
  - commit 4258dbe
  - irqchip/gic-v4: Don't allow a VMOVP on a dying VPE
    (CVE-2024-50192 bsc#1233106).
  - kABI: Don't allow a VMOVP on a dying VPE (kabi CVE-2024-50192
    bsc#1233106).
  - irqchip/gic-v3-its: Avoid explicit cpumask allocation on stack
    (git-fixes).
  - commit 9bd7834
  - selftests/bpf: add stack access precision test (bsc#1232823
    CVE-2023-52920).
  - bpf: support non-r10 register spill/fill to/from stack in
    precision tracking (bsc#1232823 CVE-2023-52920).
  - Refresh patches.suse/bpf-Fix-accesses-to-uninit-stack-slots.patch
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - commit 2dc84ae
  - kABI fix for - Bluetooth: L2CAP: Fix
    div-by-zero in l2cap_le_flowctl_init()
    (CVE-2024-36968 bsc#1226130). - Refresh
    patches.suse/Bluetooth-Ignore-too-large-handle-values-in-BIG.patch.
  - Refresh
    patches.suse/Bluetooth-L2CAP-Fix-deadlock.patch. - Refresh
    patches.suse/Bluetooth-btnxpuart-Enable-Power-Save-feature-on-sta.patch.
  - Refresh
    patches.suse/bluetooth-hci-disallow-setting-handle-bigger-than-HC.patch.
  - Refresh
    patches.suse/bluetooth-l2cap-sync-sock-recv-cb-and-release.patch.
  - commit d93ac77
  - macsec: Fix use-after-free while sending the offloading packet
    (CVE-2024-50261 bsc#1233253).
  - commit 493a21e
  - kABI workaround for ASoC SOF (bsc#1233305).
  - commit d8b041e
  - ASoC: SOF: ipc4-topology: Add definition for generic switch/enum
    control (bsc#1233305).
  - Refresh
    patches.suse/ASoC-SOF-ipc4-topology-Correct-data-structures-for-t-e238b68.patch.
  - commit 6d4ee28
  - ASoC: SOF: topology: Parse DAI type token for dspless mode
    (bsc#1233305).
  - ASoC: SOF: topology: dynamically allocate and store DAI
    widget->private (bsc#1233305).
  - ASoC: SOF: ipc4-topology: change chain_dma handling in
    dai_config (bsc#1233305).
  - ASoC: SOF: ipc4-topology: set config_length based on
    device_count (bsc#1233305).
  - ASoC: SOF: Rename amd_bt sof_dai_type (bsc#1233305).
  - ASoC: SOF: Add i2s bt dai configuration support for AMD
    platforms (bsc#1233305).
  - ASoC: SOF: Refactor sof_i2s_tokens reading to update acpbt dai
    (bsc#1233305).
  - ASoC: SOF: IPC4: synchronize fw_config_params with fw
    definitions (bsc#1233305).
  - ASoC: SOF: Wire up buffer flags (bsc#1233305).
  - ASoC: SOF: add alignment for topology header file struct
    definition (bsc#1233305).
  - ASoC: SOF: align topology header file with sof topology header
    (bsc#1233305).
  - ASoC: SOF: ipc4-topology: Add module ID print during module
    set up (bsc#1233305).
  - ASoC: SOF: ipc4: Add data struct for module notification
    message from firmware (bsc#1233305).
  - ASoC: SOF: ipc4-topology: Helper to find an swidget by
    module/instance id (bsc#1233305).
  - ASoC: SOF: Add support for configuring PDM interface from
    topology (bsc#1233305).
  - ASoC: SOF: IPC4: get pipeline priority from topology
    (bsc#1233305).
  - ASoC: SOF: ipc4-mtrace: move debug slot related definitions
    to header.h (bsc#1233305).
  - ASoC: SOF: ipc4-control: Add support for ALSA enum control
    (bsc#1233305).
  - ASoC: SOF: ipc4-control: Add support for ALSA switch control
    (bsc#1233305).
  - ASoC: SOF: ipc4-topology: export
    sof_ipc4_copier_is_single_format (bsc#1233305).
  - ASoC: SOF: ipc4: Add new message type:
    SOF_IPC4_GLB_LOAD_LIBRARY_PREPARE (bsc#1233305).
  - ASoC: SOF: ipc4-topology: Add deep buffer size to debug prints
    (bsc#1233305).
  - ASoC: SOF: Deprecate invalid enums in IPC3 (bsc#1233305).
  - commit ccbfc43
  - ima: fix buffer overrun in ima_eventdigest_init_common
    (git-fixes).
  - commit 200c852

++++ ucode-intel:

  - Intel CPU Microcode was updated to the 20241112 release (bsc#1233313)
  - CVE-2024-21853: Faulty finite state machines (FSMs) in the hardware logic in some 4th and 5th Generation Intel Xeon Processors may allow an authorized user to potentially enable denial of service via local access. Security updates for [INTEL-SA-01101](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01101.html)
  - CVE-2024-23918: Improper conditions check in some Intel Xeon processor memory controller configurations when using Intel SGX may allow a privileged user to potentially enable escalation of privilege via local access.  Security updates for [INTEL-SA-01079](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01079.html)
  - CVE-2024-21820: Incorrect default permissions in some Intel Xeon processor memory controller configurations when using Intel SGX may allow a privileged user to potentially enable escalation of privilege via local access. Security updates for [INTEL-SA-01079](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01079.html)
  - CVE-2024-24968: Improper finite state machines (FSMs) in hardware logic in some Intel Processors may allow an privileged user to potentially enable a denial of service via local access. Updated security updates for [INTEL-SA-01097](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01097.html)
  - CVE-2024-23984: Observable discrepancy in RAPL interface for some Intel Processors may allow a privileged user to potentially enable information disclosure via local access Updated security updates for [INTEL-SA-01103](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01103.html)
  - Update for functional issues. Refer to [Intel Core Ultra Processor](https://cdrdv2.intel.com/v1/dl/getContent/792254) for details.
  - Update for functional issues. Refer to [14th/13th Generation Intel Core Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/740518) for details.
  - Update for functional issues. Refer to [12th Generation Intel Core Processor Family](https://cdrdv2.intel.com/v1/dl/getContent/682436) for details.
  - Update for functional issues. Refer to [5th Gen Intel Xeon Scalable Processors Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/793902) for details.
  - Update for functional issues. Refer to [4th Gen Intel Xeon Scalable Processors Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/772415) for details.
  - Update for functional issues. Refer to [3rd Generation Intel Xeon Processor Scalable Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/637780) for details.
  - Update for functional issues. Refer to [Intel Xeon D-2700 Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/714071) for details.
  - Update for functional issues. Refer to [Intel Xeon D-1700 and D-1800 Processor Family Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/714069) for details
    New Platforms:
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    Updated Platforms:
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | ADL            | C0       | 06-97-02/07 | 00000036 | 00000037 | Core Gen12
    | ADL            | H0       | 06-97-05/07 | 00000036 | 00000037 | Core Gen12
    | ADL            | L0       | 06-9a-03/80 | 00000434 | 00000435 | Core Gen12
    | ADL            | R0       | 06-9a-04/80 | 00000434 | 00000435 | Core Gen12
    | EMR-SP         | A0       | 06-cf-01/87 | 21000230 | 21000283 | Xeon Scalable Gen5
    | EMR-SP         | A1       | 06-cf-02/87 | 21000230 | 21000283 | Xeon Scalable Gen5
    | MTL            | C0       | 06-aa-04/e6 | 0000001f | 00000020 | Core™ Ultra Processor
    | RPL-H/P/PX 6+8 | J0       | 06-ba-02/e0 | 00004122 | 00004123 | Core Gen13
    | RPL-HX/S       | C0       | 06-bf-02/07 | 00000036 | 00000037 | Core Gen13/Gen14
    | RPL-S          | H0       | 06-bf-05/07 | 00000036 | 00000037 | Core Gen13/Gen14
    | RPL-U 2+8      | Q0       | 06-ba-03/e0 | 00004122 | 00004123 | Core Gen13
    | SPR-SP         | E3       | 06-8f-06/87 | 2b0005c0 | 2b000603 | Xeon Scalable Gen4
    | SPR-SP         | E4/S2    | 06-8f-07/87 | 2b0005c0 | 2b000603 | Xeon Scalable Gen4
    | SPR-SP         | E5/S3    | 06-8f-08/87 | 2b0005c0 | 2b000603 | Xeon Scalable Gen4
    New Disclosures Updated in Prior Releases:
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | ICL-D          | B0       | 06-6c-01/10 | 010002b0 | N/A      | Xeon D-17xx/D-18xx, D-27xx/D-28xx
    | ICX-SP         | Dx/M1    | 06-6a-06/87 | 0d0003e7 | N/A      | Xeon Scalable Gen3

------------------------------------------------------------------
------------------  2024-11-12  -  Nov 12 2024  -------------------
------------------------------------------------------------------

++++ docker:

  - Remove DOCKER_NETWORK_OPTS from docker.service. This was removed from
    sysconfig a long time ago, and apparently this causes issues with systemd in
    some cases.

++++ docker-compose:

  - Update to version 2.30.3:
    * bump compose-go v2.4.4
    * Avoid starting all services on rebuild

++++ python-kiwi:

  - Add random key support for LUKS encryption
    Allow to pass luks="random". In random mode use the
    generated keyfile as the only key to decrypt. This is
    only secure if the generated initrd also gets protected
    e.g. through encryption like it is done with the secure
    linux execution on zSystems

++++ glib2:

  - Add glib2-CVE-2024-52533.patch: fix a single byte buffer overflow
    (boo#1233282 CVE-2024-52533 glgo#GNOME/glib#3461).

++++ kernel-default:

  - KVM: arm64: Fix shift-out-of-bounds bug (CVE-2024-50139
    bsc#1233062).
  - commit dc4add6
  - KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
    (CVE-2024-50115 bsc#1232919).
  - commit b8f7c4d
  - Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
    (CVE-2024-36968 bsc#1226130).
  - Refresh
    patches.suse/Bluetooth-Ignore-too-large-handle-values-in-BIG.patch.
  - Refresh patches.suse/Bluetooth-L2CAP-Fix-deadlock.patch.
  - Refresh
    patches.suse/Bluetooth-btnxpuart-Enable-Power-Save-feature-on-sta.patch.
  - Refresh
    patches.suse/bluetooth-hci-disallow-setting-handle-bigger-than-HC.patch.
  - Refresh
    patches.suse/bluetooth-l2cap-sync-sock-recv-cb-and-release.patch.
  - commit c95a285
  - net: sched: fix use-after-free in taprio_change()
    (CVE-2024-50127 bsc#1232907).
  - commit 8d80c7f
  - fsdax: dax_unshare_iter needs to copy entire blocks
    (bsc#1233226, CVE-2024-50250).
  - fsdax: remove zeroing code from dax_unshare_iter  (bsc#1233226,
    CVE-2024-50250).
  - commit 94457ab
  - nilfs2: fix kernel bug due to missing clearing of checked flag
    (bsc#1233206 CVE-2024-50230).
  - commit ba9ac5c
  - drm/amd/display: Check null pointers before used (bsc#1232371 CVE-2024-49921)
  - commit 3bf6629

++++ kernel-firmware:

  - Update to version 20241112 (git commit c57a0a42468b):
    * mediatek MT7922: update bluetooth firmware to 20241106163512
    * mediatek MT7921: update bluetooth firmware to 20241106151414
    * linux-firmware: update firmware for MT7922 WiFi device
    * linux-firmware: update firmware for MT7921 WiFi device
    * qcom: Add QDU100 firmware image files.
    * qcom: Update aic100 firmware files
    * dedup-firmware.sh: fix infinite loop for --verbose
    * rtl_bt: Update RTL8852BT/RTL8852BE-VT BT USB FW to 0x04D7_63F7
    * cnm: update chips&media wave521c firmware.
    * mediatek MT7920: update bluetooth firmware to 20241104091246
    * linux-firmware: update firmware for MT7920 WiFi device
    * copy-firmware.sh: Run check_whence.py only if in a git repo
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for various Dell laptops
    * amdgpu: update DMCUB to v9.0.10.0 for DCN351
    * rtw89: 8852a: update fw to v0.13.36.2
    * rtw88: Add firmware v52.14.0 for RTL8812AU
    * i915: Update Xe2LPD DMC to v2.23
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7925)
    * linux-firmware: update firmware for MT7925 WiFi device
    * WHENCE: Add sof-tolg for mt8195
    * linux-firmware: Update firmware file for Intel BlazarI core
    * qcom: Add link for QCS6490 GPU firmware
    * qcom: update gpu firmwares for qcs615 chipset
    * cirrus: cs35l56: Update firmware for Cirrus Amps for some HP laptops
    * mediatek: Add sof-tolg for mt8195
  - Drop obsoleted workaround patch: copy-file-skip-check.patch

++++ kernel-rt:

  - KVM: arm64: Fix shift-out-of-bounds bug (CVE-2024-50139
    bsc#1233062).
  - commit dc4add6
  - KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
    (CVE-2024-50115 bsc#1232919).
  - commit b8f7c4d
  - Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
    (CVE-2024-36968 bsc#1226130).
  - Refresh
    patches.suse/Bluetooth-Ignore-too-large-handle-values-in-BIG.patch.
  - Refresh patches.suse/Bluetooth-L2CAP-Fix-deadlock.patch.
  - Refresh
    patches.suse/Bluetooth-btnxpuart-Enable-Power-Save-feature-on-sta.patch.
  - Refresh
    patches.suse/bluetooth-hci-disallow-setting-handle-bigger-than-HC.patch.
  - Refresh
    patches.suse/bluetooth-l2cap-sync-sock-recv-cb-and-release.patch.
  - commit c95a285
  - net: sched: fix use-after-free in taprio_change()
    (CVE-2024-50127 bsc#1232907).
  - commit 8d80c7f
  - fsdax: dax_unshare_iter needs to copy entire blocks
    (bsc#1233226, CVE-2024-50250).
  - fsdax: remove zeroing code from dax_unshare_iter  (bsc#1233226,
    CVE-2024-50250).
  - commit 94457ab
  - nilfs2: fix kernel bug due to missing clearing of checked flag
    (bsc#1233206 CVE-2024-50230).
  - commit ba9ac5c
  - drm/amd/display: Check null pointers before used (bsc#1232371 CVE-2024-49921)
  - commit 3bf6629

++++ kernel-rt_debug:

  - KVM: arm64: Fix shift-out-of-bounds bug (CVE-2024-50139
    bsc#1233062).
  - commit dc4add6
  - KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memory
    (CVE-2024-50115 bsc#1232919).
  - commit b8f7c4d
  - Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
    (CVE-2024-36968 bsc#1226130).
  - Refresh
    patches.suse/Bluetooth-Ignore-too-large-handle-values-in-BIG.patch.
  - Refresh patches.suse/Bluetooth-L2CAP-Fix-deadlock.patch.
  - Refresh
    patches.suse/Bluetooth-btnxpuart-Enable-Power-Save-feature-on-sta.patch.
  - Refresh
    patches.suse/bluetooth-hci-disallow-setting-handle-bigger-than-HC.patch.
  - Refresh
    patches.suse/bluetooth-l2cap-sync-sock-recv-cb-and-release.patch.
  - commit c95a285
  - net: sched: fix use-after-free in taprio_change()
    (CVE-2024-50127 bsc#1232907).
  - commit 8d80c7f
  - fsdax: dax_unshare_iter needs to copy entire blocks
    (bsc#1233226, CVE-2024-50250).
  - fsdax: remove zeroing code from dax_unshare_iter  (bsc#1233226,
    CVE-2024-50250).
  - commit 94457ab
  - nilfs2: fix kernel bug due to missing clearing of checked flag
    (bsc#1233206 CVE-2024-50230).
  - commit ba9ac5c
  - drm/amd/display: Check null pointers before used (bsc#1232371 CVE-2024-49921)
  - commit 3bf6629

++++ expat:

  - no source changes, just adding jira reference: jsc#SLE-21253

++++ mozilla-nss:

  - Updated nss-fips-approved-crypto-non-ec.patch to approve
    RSA signature verification  mechanisms with PKCS padding and
    legacy moduli (bsc#1222834).

++++ libsolv:

  - fix replaces_installed_package using the wrong solvable id
    when checking the noupdate map
  - make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
  - add rpm_query_idarray query function
  - support rpm's "orderwithrequires" dependency
  - bump version to 0.7.31

++++ tiff:

  - make doc packages noarch. no need to have those per arch
  - ensure that the src rpms are named per build flavor:
    You might now ask why. Good question:
    1. the spec file during the build get patched. `@BUILD_FLAVOR@`
    gets replaced with the value. which means the src rpm between
    build flavor builds is not identical. Also the last built
    src.rpm will be published. with different content and runtime
    requires (aka our BuildRequires).
    2. for historical reasons the internal dependency tracking goes
    via the src.rpm package. So without having differently named
    src.rpms the build cycle we were trying to solve was not
    actually solved. So we append a suffix to the Name attribute
    in the preamble now.

++++ libzypp:

  - BuildCache: Don't try to retrieve missing raw metadata if no
    permission to write the cache (bsc#1225451)
  - RepoManager: throw RepoNoPermissionException if the user has no
    permission to update(write) the caches (bsc#1225451)
  - version 17.35.13 (35)

++++ zypper:

  - Don't try to download missing raw metadata if cache is not
    writable (bsc#1225451)
  - man: Update 'search' command description.
    Hint to "se -v" showing the matches within the packages metadata.
    Explain that search strings starting with a "/" will implicitly
    look into the filelist as well. Otherfise an explicit "-f" is
    needed.
  - version 1.14.78

------------------------------------------------------------------
------------------  2024-11-11  -  Nov 11 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net/ncsi: Disable the ncsi work before freeing the associated
    structure (CVE-2024-49945 bsc#1232165).
  - commit 75d875c
  - e1000e: Remove Meteor Lake SMBUS workarounds (git-fixes).
  - i40e: fix race condition by adding filter's intermediate sync
    state (git-fixes).
  - commit f4e661d
  - Revert "mm/writeback: fix possible divide-by-zero in
    wb_dirty_limits(), again" (CVE-2024-42102 bsc#1233132).
  - commit 696592c
  - i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE
    is not set (git-fixes).
  - USB: serial: io_edgeport: fix use after free in debug printk
    (git-fixes).
  - usb: typec: fix potential out of bounds in
    ucsi_ccg_update_set_new_cam_cmd() (git-fixes).
  - usb: musb: sunxi: Fix accessing an released usb phy (git-fixes).
  - commit d16f490

++++ kernel-rt:

  - net/ncsi: Disable the ncsi work before freeing the associated
    structure (CVE-2024-49945 bsc#1232165).
  - commit 75d875c
  - e1000e: Remove Meteor Lake SMBUS workarounds (git-fixes).
  - i40e: fix race condition by adding filter's intermediate sync
    state (git-fixes).
  - commit f4e661d
  - Revert "mm/writeback: fix possible divide-by-zero in
    wb_dirty_limits(), again" (CVE-2024-42102 bsc#1233132).
  - commit 696592c
  - i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE
    is not set (git-fixes).
  - USB: serial: io_edgeport: fix use after free in debug printk
    (git-fixes).
  - usb: typec: fix potential out of bounds in
    ucsi_ccg_update_set_new_cam_cmd() (git-fixes).
  - usb: musb: sunxi: Fix accessing an released usb phy (git-fixes).
  - commit d16f490

++++ kernel-rt_debug:

  - net/ncsi: Disable the ncsi work before freeing the associated
    structure (CVE-2024-49945 bsc#1232165).
  - commit 75d875c
  - e1000e: Remove Meteor Lake SMBUS workarounds (git-fixes).
  - i40e: fix race condition by adding filter's intermediate sync
    state (git-fixes).
  - commit f4e661d
  - Revert "mm/writeback: fix possible divide-by-zero in
    wb_dirty_limits(), again" (CVE-2024-42102 bsc#1233132).
  - commit 696592c
  - i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE
    is not set (git-fixes).
  - USB: serial: io_edgeport: fix use after free in debug printk
    (git-fixes).
  - usb: typec: fix potential out of bounds in
    ucsi_ccg_update_set_new_cam_cmd() (git-fixes).
  - usb: musb: sunxi: Fix accessing an released usb phy (git-fixes).
  - commit d16f490

++++ python311-core:

  - Remove -IVendor/ from python-config boo#1231795

++++ tiff:

  - In the previous change to enable the cmake based build
    we also needed python3-Sphinx to build the man pages, as unlike
    the autotools based build, the cmake based build does not fall
    back to the pre-built man pages.
    This causes build cycle. Split out the documentation building to
    break the cycle. The Tumbleweed release managers preferred this
    solution over a mini package.

++++ nvidia-open-driver-G06-signed:

  - kmp-trigger.sh:
    * avoid to return with exit code != 0 if no modules are loaded

++++ python311:

  - Remove -IVendor/ from python-config boo#1231795

------------------------------------------------------------------
------------------  2024-11-9  -  Nov 9 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: stm: Prevent potential division by zero in
    stm32_sai_get_clk_div() (stable-fixes).
  - ASoC: stm: Prevent potential division by zero in
    stm32_sai_mclk_round_rate() (stable-fixes).
  - ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad
    E14 Gen 6 (stable-fixes).
  - ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022
    (stable-fixes).
  - ASoC: tas2781: Add new driver version for tas2563 & tas2781
    qfn chip (stable-fixes).
  - commit 1f9992e
  - drm/amdgpu: Fix DPX valid mode check on GC 9.4.3 (git-fixes).
  - ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits
    (git-fixes).
  - ASoC: stm32: spdifrx: fix dma channel release in
    stm32_spdifrx_remove (git-fixes).
  - ALSA: firewire-lib: fix return value on fail in
    amdtp_tscm_init() (git-fixes).
  - media: pulse8-cec: fix data timestamp at pulse8_setup()
    (git-fixes).
  - media: stb0899_algo: initialize cfr before using it (git-fixes).
  - media: adv7604: prevent underflow condition when reporting
    colorspace (git-fixes).
  - media: cx24116: prevent overflows on SNR calculus (git-fixes).
  - media: ar0521: don't overflow when checking PLL values
    (git-fixes).
  - media: s5p-jpeg: prevent buffer overflows (git-fixes).
  - media: dvb_frontend: don't play tricks with underflow values
    (git-fixes).
  - media: dvbdev: prevent the risk of out of memory access
    (git-fixes).
  - media: v4l2-tpg: prevent the risk of a division by zero
    (git-fixes).
  - media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()
    (git-fixes).
  - thunderbolt: Honor TMU requirements in the domain when setting
    TMU mode (stable-fixes).
  - wifi: iwlegacy: Clear stale interrupts before resuming device
    (stable-fixes).
  - USB: gadget: dummy-hcd: Fix "task hung" problem (git-fixes).
  - usb: gadget: dummy_hcd: execute hrtimer callback in softirq
    context (git-fixes).
  - usb: gadget: dummy_hcd: Set transfer interval to 1 microframe
    (stable-fixes).
  - usb: gadget: dummy_hcd: Switch to hrtimer transfer scheduler
    (stable-fixes).
  - commit c5281d0
  - nfs: avoid i_lock contention in nfs_clear_invalid_mapping
    (git-fixes).
  - commit e6016a1
  - nfs: Fix KMSAN warning in decode_getfattr_attrs() (git-fixes).
  - commit 9358249
  - NFS: remove revoked delegation from server's delegation list
    (git-fixes).
  - commit 6feb8eb
  - SUNRPC: Remove BUG_ON call sites (git-fixes).
  - commit 5969339
  - nilfs2: fix potential deadlock with newly created symlinks
    (git-fixes).
  - commit 002996c

++++ kernel-rt:

  - ASoC: stm: Prevent potential division by zero in
    stm32_sai_get_clk_div() (stable-fixes).
  - ASoC: stm: Prevent potential division by zero in
    stm32_sai_mclk_round_rate() (stable-fixes).
  - ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad
    E14 Gen 6 (stable-fixes).
  - ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022
    (stable-fixes).
  - ASoC: tas2781: Add new driver version for tas2563 & tas2781
    qfn chip (stable-fixes).
  - commit 1f9992e
  - drm/amdgpu: Fix DPX valid mode check on GC 9.4.3 (git-fixes).
  - ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits
    (git-fixes).
  - ASoC: stm32: spdifrx: fix dma channel release in
    stm32_spdifrx_remove (git-fixes).
  - ALSA: firewire-lib: fix return value on fail in
    amdtp_tscm_init() (git-fixes).
  - media: pulse8-cec: fix data timestamp at pulse8_setup()
    (git-fixes).
  - media: stb0899_algo: initialize cfr before using it (git-fixes).
  - media: adv7604: prevent underflow condition when reporting
    colorspace (git-fixes).
  - media: cx24116: prevent overflows on SNR calculus (git-fixes).
  - media: ar0521: don't overflow when checking PLL values
    (git-fixes).
  - media: s5p-jpeg: prevent buffer overflows (git-fixes).
  - media: dvb_frontend: don't play tricks with underflow values
    (git-fixes).
  - media: dvbdev: prevent the risk of out of memory access
    (git-fixes).
  - media: v4l2-tpg: prevent the risk of a division by zero
    (git-fixes).
  - media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()
    (git-fixes).
  - thunderbolt: Honor TMU requirements in the domain when setting
    TMU mode (stable-fixes).
  - wifi: iwlegacy: Clear stale interrupts before resuming device
    (stable-fixes).
  - USB: gadget: dummy-hcd: Fix "task hung" problem (git-fixes).
  - usb: gadget: dummy_hcd: execute hrtimer callback in softirq
    context (git-fixes).
  - usb: gadget: dummy_hcd: Set transfer interval to 1 microframe
    (stable-fixes).
  - usb: gadget: dummy_hcd: Switch to hrtimer transfer scheduler
    (stable-fixes).
  - commit c5281d0
  - nfs: avoid i_lock contention in nfs_clear_invalid_mapping
    (git-fixes).
  - commit e6016a1
  - nfs: Fix KMSAN warning in decode_getfattr_attrs() (git-fixes).
  - commit 9358249
  - NFS: remove revoked delegation from server's delegation list
    (git-fixes).
  - commit 6feb8eb
  - SUNRPC: Remove BUG_ON call sites (git-fixes).
  - commit 5969339
  - nilfs2: fix potential deadlock with newly created symlinks
    (git-fixes).
  - commit 002996c

++++ kernel-rt_debug:

  - ASoC: stm: Prevent potential division by zero in
    stm32_sai_get_clk_div() (stable-fixes).
  - ASoC: stm: Prevent potential division by zero in
    stm32_sai_mclk_round_rate() (stable-fixes).
  - ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad
    E14 Gen 6 (stable-fixes).
  - ASoC: amd: yc: fix internal mic on Xiaomi Book Pro 14 2022
    (stable-fixes).
  - ASoC: tas2781: Add new driver version for tas2563 & tas2781
    qfn chip (stable-fixes).
  - commit 1f9992e
  - drm/amdgpu: Fix DPX valid mode check on GC 9.4.3 (git-fixes).
  - ASoC: SOF: sof-client-probes-ipc4: Set param_size extension bits
    (git-fixes).
  - ASoC: stm32: spdifrx: fix dma channel release in
    stm32_spdifrx_remove (git-fixes).
  - ALSA: firewire-lib: fix return value on fail in
    amdtp_tscm_init() (git-fixes).
  - media: pulse8-cec: fix data timestamp at pulse8_setup()
    (git-fixes).
  - media: stb0899_algo: initialize cfr before using it (git-fixes).
  - media: adv7604: prevent underflow condition when reporting
    colorspace (git-fixes).
  - media: cx24116: prevent overflows on SNR calculus (git-fixes).
  - media: ar0521: don't overflow when checking PLL values
    (git-fixes).
  - media: s5p-jpeg: prevent buffer overflows (git-fixes).
  - media: dvb_frontend: don't play tricks with underflow values
    (git-fixes).
  - media: dvbdev: prevent the risk of out of memory access
    (git-fixes).
  - media: v4l2-tpg: prevent the risk of a division by zero
    (git-fixes).
  - media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()
    (git-fixes).
  - thunderbolt: Honor TMU requirements in the domain when setting
    TMU mode (stable-fixes).
  - wifi: iwlegacy: Clear stale interrupts before resuming device
    (stable-fixes).
  - USB: gadget: dummy-hcd: Fix "task hung" problem (git-fixes).
  - usb: gadget: dummy_hcd: execute hrtimer callback in softirq
    context (git-fixes).
  - usb: gadget: dummy_hcd: Set transfer interval to 1 microframe
    (stable-fixes).
  - usb: gadget: dummy_hcd: Switch to hrtimer transfer scheduler
    (stable-fixes).
  - commit c5281d0
  - nfs: avoid i_lock contention in nfs_clear_invalid_mapping
    (git-fixes).
  - commit e6016a1
  - nfs: Fix KMSAN warning in decode_getfattr_attrs() (git-fixes).
  - commit 9358249
  - NFS: remove revoked delegation from server's delegation list
    (git-fixes).
  - commit 6feb8eb
  - SUNRPC: Remove BUG_ON call sites (git-fixes).
  - commit 5969339
  - nilfs2: fix potential deadlock with newly created symlinks
    (git-fixes).
  - commit 002996c

++++ tiff:

  - switch build to cmake for the webp build - we need the cmake
    finder code

------------------------------------------------------------------
------------------  2024-11-8  -  Nov 8 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - cpufreq: amd-pstate: add check for cpufreq_cpu_get's return
    value (CVE-2024-50009 bsc#1232318).
  - commit 15f7e86
  - ext4: fix error message when rejecting the default hash
    (bsc#1232264 CVE-2024-49968).
  - commit 5d137c7
  - sched/deadline: Fix task_struct reference leak (CVE-2024-41023
    bsc#1228430).
  - commit 3a83981
  - be2net: fix potential memory leak in be_xmit() (CVE-2024-50167
    bsc#1233049).
  - commit 376f8c7
  - can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation
    (git-fixes).
  - can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing
    configuration when switching CAN modes (git-fixes).
  - can: c_can: fix {rx,tx}_errors statistics (git-fixes).
  - pwm: imx-tpm: Use correct MODULO value for EPWM mode
    (git-fixes).
  - commit c5fa961

++++ kernel-rt:

  - cpufreq: amd-pstate: add check for cpufreq_cpu_get's return
    value (CVE-2024-50009 bsc#1232318).
  - commit 15f7e86
  - ext4: fix error message when rejecting the default hash
    (bsc#1232264 CVE-2024-49968).
  - commit 5d137c7
  - sched/deadline: Fix task_struct reference leak (CVE-2024-41023
    bsc#1228430).
  - commit 3a83981
  - be2net: fix potential memory leak in be_xmit() (CVE-2024-50167
    bsc#1233049).
  - commit 376f8c7
  - can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation
    (git-fixes).
  - can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing
    configuration when switching CAN modes (git-fixes).
  - can: c_can: fix {rx,tx}_errors statistics (git-fixes).
  - pwm: imx-tpm: Use correct MODULO value for EPWM mode
    (git-fixes).
  - commit c5fa961

++++ kernel-rt_debug:

  - cpufreq: amd-pstate: add check for cpufreq_cpu_get's return
    value (CVE-2024-50009 bsc#1232318).
  - commit 15f7e86
  - ext4: fix error message when rejecting the default hash
    (bsc#1232264 CVE-2024-49968).
  - commit 5d137c7
  - sched/deadline: Fix task_struct reference leak (CVE-2024-41023
    bsc#1228430).
  - commit 3a83981
  - be2net: fix potential memory leak in be_xmit() (CVE-2024-50167
    bsc#1233049).
  - commit 376f8c7
  - can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculation
    (git-fixes).
  - can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing
    configuration when switching CAN modes (git-fixes).
  - can: c_can: fix {rx,tx}_errors statistics (git-fixes).
  - pwm: imx-tpm: Use correct MODULO value for EPWM mode
    (git-fixes).
  - commit c5fa961

------------------------------------------------------------------
------------------  2024-11-7  -  Nov 7 2024  -------------------
------------------------------------------------------------------

++++ container-selinux:

  - Update to version 2.233.0:
    * container_engine_t: small change to allow non root exec in a container
    * RPM: explicitly list ghosted paths and skip mode verification
    * container-selinux install on non selinux-policy-targeted systems (#332)
    * set container_log_t type for /var/log/kube-apiserver
    * Allow kubelet_t to create a sock file kubelet_var_lib_t
    * dontaudit spc_t to mmap_zero
    * Packit: update targets (#330)
    * container_engine_t: another round of small improvements (#327)
    * Allow container_device_plugin_t to use the network (#325)
    * RPM: cleanup changelog (#324)
    * TMT: Simplify tests

++++ docker-compose:

  - Update to version 2.30.2:
    * remove ArtifactType from Config in OCI v1.1 definition of the
    artifact
    * build(deps): bump github.com/compose-spec/compose-go/v2
    * Service being declared in a profile must not trigger
    re-creation
    * Add profile e2e test case to document in compose
    * Update `MAINTAINERS` file

++++ python-kiwi:

  - Added development group in pyproject setup
    generateDS and other tools are needed and were forgotten
    to be added when we deleted the tox dependency

++++ kernel-default:

  - blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race (CVE-2024-50082 bsc#1232500)
  - commit 6a67bac
  - btrfs: fix uninitialized pointer free on read_alloc_one_name() error (CVE-2024-50087 bsc#1232499)
  - commit a3c097a
  - btrfs: fix uninitialized pointer free in add_inode_ref() (CVE-2024-50088 bsc#1232498)
  - commit 75b1127
  - net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test() (CVE-2024-50084 bsc#1232494)
  - commit e53e21a
  - drm/amd/display: fix double free issue during amdgpu module unload (CVE-2024-49989 bsc#1232483)
  - commit 6511376
  - drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35 (CVE-2024-50004 bsc#1232396)
  - commit d5739f8
  - drm/amd/display: Fix system hang while resume with TBT monitor (CVE-2024-50003 bsc#1232385)
  - commit 24ceb7a
  - thermal: intel: int340x: processor: Fix warning during module
    unload (git-fixes).
  - commit 2c3d870
  - mptcp: fix double-free on socket dismantle (CVE-2024-26782
    bsc#1222590).
  - mptcp: deal with large GSO size (CVE-2023-52778 bsc#1224948).
  - commit 86ee052
  - ext4: ext4_search_dir should return a proper error (bsc#1231920
    CVE-2024-47701).
  - commit 7c02130
  - ext4: explicitly exit when ext4_find_inline_entry returns an
    error (bsc#1231920 CVE-2024-47701).
  - commit e600961
  - ext4: return error on ext4_find_inline_entry (bsc#1231920
    CVE-2024-47701).
  - commit 39b6acc
  - igb: Disable threaded IRQ for igb_msix_other (git-fixes).
  - commit b8afad1
  - fs/inode: Prevent dump_mapping() accessing invalid
    dentry.d_name.name (bsc#1232387 CVE-2024-49934).
  - commit cf2a806
  - ext4: filesystems without casefold feature cannot be mounted
    with siphash (bsc#1232264 CVE-2024-49968).
  - commit 1907014
  - ext4: drop ppath from ext4_ext_replay_update_ex() to avoid
    double-free (bsc#1232096 CVE-2024-49983).
  - commit 4a6ac53
  - vfs: fix race between evice_inodes() and find_inode()&iput()
    (bsc#1231930 CVE-2024-47679).
  - commit dcf9f6e
  - ext4: avoid OOB when system.data xattr changes underneath the
    filesystem (bsc#1231920 CVE-2024-47701).
  - commit f292cb3
  - security/keys: fix slab-out-of-bounds in key_task_permission
    (git-fixes).
  - platform/x86/amd/pmc: Detect when STB is not available
    (git-fixes).
  - HID: core: zero-initialize the report buffer (git-fixes).
  - commit 277fa5f
  - mlxbf_gige: disable RX filters until RX path initialized
    (git-fixes).
  - commit f2b07e9
  - selftests/bpf: Add tests for sdiv/smod overflow cases
    (CVE-2024-49888 bsc#1232208).
  - commit b193d4f
  - initramfs: avoid filename buffer overrun (bsc#1232436).
  - commit 4918398
  - netfilter: bpf: must hold reference on net namespace
    (bsc#1232894 CVE-2024-50130).
  - commit 7d292ad
  - bpftool: Fix undefined behavior in qsort(NULL, 0,
    ...) (bsc#1232258 CVE-2024-49987).
  - commit 80f8e64

++++ kernel-rt:

  - blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race (CVE-2024-50082 bsc#1232500)
  - commit 6a67bac
  - btrfs: fix uninitialized pointer free on read_alloc_one_name() error (CVE-2024-50087 bsc#1232499)
  - commit a3c097a
  - btrfs: fix uninitialized pointer free in add_inode_ref() (CVE-2024-50088 bsc#1232498)
  - commit 75b1127
  - net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test() (CVE-2024-50084 bsc#1232494)
  - commit e53e21a
  - drm/amd/display: fix double free issue during amdgpu module unload (CVE-2024-49989 bsc#1232483)
  - commit 6511376
  - drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35 (CVE-2024-50004 bsc#1232396)
  - commit d5739f8
  - drm/amd/display: Fix system hang while resume with TBT monitor (CVE-2024-50003 bsc#1232385)
  - commit 24ceb7a
  - thermal: intel: int340x: processor: Fix warning during module
    unload (git-fixes).
  - commit 2c3d870
  - mptcp: fix double-free on socket dismantle (CVE-2024-26782
    bsc#1222590).
  - mptcp: deal with large GSO size (CVE-2023-52778 bsc#1224948).
  - commit 86ee052
  - Merge branch 'SUSE-2024' (4ab5f0e9752a) into 'SUSE-2024-RT'
  - No -rt specific changes this merge.
  - commit 64ea9ce
  - ext4: ext4_search_dir should return a proper error (bsc#1231920
    CVE-2024-47701).
  - commit 7c02130
  - ext4: explicitly exit when ext4_find_inline_entry returns an
    error (bsc#1231920 CVE-2024-47701).
  - commit e600961
  - ext4: return error on ext4_find_inline_entry (bsc#1231920
    CVE-2024-47701).
  - commit 39b6acc
  - igb: Disable threaded IRQ for igb_msix_other (git-fixes).
  - commit b8afad1
  - fs/inode: Prevent dump_mapping() accessing invalid
    dentry.d_name.name (bsc#1232387 CVE-2024-49934).
  - commit cf2a806
  - ext4: filesystems without casefold feature cannot be mounted
    with siphash (bsc#1232264 CVE-2024-49968).
  - commit 1907014
  - ext4: drop ppath from ext4_ext_replay_update_ex() to avoid
    double-free (bsc#1232096 CVE-2024-49983).
  - commit 4a6ac53
  - vfs: fix race between evice_inodes() and find_inode()&iput()
    (bsc#1231930 CVE-2024-47679).
  - commit dcf9f6e
  - ext4: avoid OOB when system.data xattr changes underneath the
    filesystem (bsc#1231920 CVE-2024-47701).
  - commit f292cb3
  - security/keys: fix slab-out-of-bounds in key_task_permission
    (git-fixes).
  - platform/x86/amd/pmc: Detect when STB is not available
    (git-fixes).
  - HID: core: zero-initialize the report buffer (git-fixes).
  - commit 277fa5f
  - mlxbf_gige: disable RX filters until RX path initialized
    (git-fixes).
  - commit f2b07e9
  - selftests/bpf: Add tests for sdiv/smod overflow cases
    (CVE-2024-49888 bsc#1232208).
  - commit b193d4f
  - initramfs: avoid filename buffer overrun (bsc#1232436).
  - commit 4918398
  - netfilter: bpf: must hold reference on net namespace
    (bsc#1232894 CVE-2024-50130).
  - commit 7d292ad
  - bpftool: Fix undefined behavior in qsort(NULL, 0,
    ...) (bsc#1232258 CVE-2024-49987).
  - commit 80f8e64

++++ kernel-rt_debug:

  - blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race (CVE-2024-50082 bsc#1232500)
  - commit 6a67bac
  - btrfs: fix uninitialized pointer free on read_alloc_one_name() error (CVE-2024-50087 bsc#1232499)
  - commit a3c097a
  - btrfs: fix uninitialized pointer free in add_inode_ref() (CVE-2024-50088 bsc#1232498)
  - commit 75b1127
  - net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test() (CVE-2024-50084 bsc#1232494)
  - commit e53e21a
  - drm/amd/display: fix double free issue during amdgpu module unload (CVE-2024-49989 bsc#1232483)
  - commit 6511376
  - drm/amd/display: update DML2 policy EnhancedPrefetchScheduleAccelerationFinal DCN35 (CVE-2024-50004 bsc#1232396)
  - commit d5739f8
  - drm/amd/display: Fix system hang while resume with TBT monitor (CVE-2024-50003 bsc#1232385)
  - commit 24ceb7a
  - thermal: intel: int340x: processor: Fix warning during module
    unload (git-fixes).
  - commit 2c3d870
  - mptcp: fix double-free on socket dismantle (CVE-2024-26782
    bsc#1222590).
  - mptcp: deal with large GSO size (CVE-2023-52778 bsc#1224948).
  - commit 86ee052
  - Merge branch 'SUSE-2024' (4ab5f0e9752a) into 'SUSE-2024-RT'
  - No -rt specific changes this merge.
  - commit 64ea9ce
  - ext4: ext4_search_dir should return a proper error (bsc#1231920
    CVE-2024-47701).
  - commit 7c02130
  - ext4: explicitly exit when ext4_find_inline_entry returns an
    error (bsc#1231920 CVE-2024-47701).
  - commit e600961
  - ext4: return error on ext4_find_inline_entry (bsc#1231920
    CVE-2024-47701).
  - commit 39b6acc
  - igb: Disable threaded IRQ for igb_msix_other (git-fixes).
  - commit b8afad1
  - fs/inode: Prevent dump_mapping() accessing invalid
    dentry.d_name.name (bsc#1232387 CVE-2024-49934).
  - commit cf2a806
  - ext4: filesystems without casefold feature cannot be mounted
    with siphash (bsc#1232264 CVE-2024-49968).
  - commit 1907014
  - ext4: drop ppath from ext4_ext_replay_update_ex() to avoid
    double-free (bsc#1232096 CVE-2024-49983).
  - commit 4a6ac53
  - vfs: fix race between evice_inodes() and find_inode()&iput()
    (bsc#1231930 CVE-2024-47679).
  - commit dcf9f6e
  - ext4: avoid OOB when system.data xattr changes underneath the
    filesystem (bsc#1231920 CVE-2024-47701).
  - commit f292cb3
  - security/keys: fix slab-out-of-bounds in key_task_permission
    (git-fixes).
  - platform/x86/amd/pmc: Detect when STB is not available
    (git-fixes).
  - HID: core: zero-initialize the report buffer (git-fixes).
  - commit 277fa5f
  - mlxbf_gige: disable RX filters until RX path initialized
    (git-fixes).
  - commit f2b07e9
  - selftests/bpf: Add tests for sdiv/smod overflow cases
    (CVE-2024-49888 bsc#1232208).
  - commit b193d4f
  - initramfs: avoid filename buffer overrun (bsc#1232436).
  - commit 4918398
  - netfilter: bpf: must hold reference on net namespace
    (bsc#1232894 CVE-2024-50130).
  - commit 7d292ad
  - bpftool: Fix undefined behavior in qsort(NULL, 0,
    ...) (bsc#1232258 CVE-2024-49987).
  - commit 80f8e64

++++ expat:

  - version update to 2.6.4
    * Security fixes: [bsc#1232601][bsc#1232579]
    [#915]  CVE-2024-50602 -- Fix crash within function XML_ResumeParser
    from a NULL pointer dereference by disallowing function
    XML_StopParser to (stop or) suspend an unstarted parser.
    A new error code XML_ERROR_NOT_STARTED was introduced to
    properly communicate this situation.  // CWE-476 CWE-754
    * Other changes:
    [#903]  CMake: Add alias target "expat::expat"
    [#905]  docs: Document use via CMake >=3.18 with FetchContent
    and SOURCE_SUBDIR and its consequences
    [#902]  tests: Reduce use of global parser instance
    [#904]  tests: Resolve duplicate handler
    [#317] #918  tests: Improve tests on doctype closing (ex CVE-2019-15903)
    [#914]  Fix signedness of format strings
    [#919] #920  Version info bumped from 10:3:9 (libexpat*.so.1.9.3)
    to 11:0:10 (libexpat*.so.1.10.0); see https://verbump.de/
    for what these numbers do

------------------------------------------------------------------
------------------  2024-11-6  -  Nov 6 2024  -------------------
------------------------------------------------------------------

++++ curl:

  - Update to 8.11.0:
    * Security fixes: [bsc#1232528, CVE-2024-9681]
  - curl: HSTS subdomain overwrites parent cache entry
    * Changes:
  - curl: --create-dirs works for --dump-header as well
  - gtls: Add P12 format support
  - ipfs: add options to disable
  - TLS: TLSv1.3 earlydata support for curl
  - WebSockets: make support official (non-experimental)
    * Bugfixes:
  - build: clarify CA embed is for curl tool, mark default, improve summary
  - build: show if CA bundle to embed was found
  - build: tidy up and improve versioned-symbols options
  - cmake/FindNGTCP2: use library path as hint for finding crypto module
  - cmake: disable default OpenSSL if BearSSL, GnuTLS or Rustls is enabled
  - cmake: rename LDAP dependency config variables to match Find modules
  - cmake: replace 'check_include_file_concat()' for LDAP and GSS detection
  - cmake: use OpenSSL for LDAP detection only if available
  - curl: add build options for safe/no CA bundle search (Windows)
  - curl: detect ECH support dynamically, not at build time
  - curl_addrinfo: support operating systems with only getaddrinfo(3)
  - ftp: fix 0-length last write on upload from stdin
  - gnutls: use session cache for QUIC
  - hsts: improve subdomain handling
  - hsts: support "implied LWS" properly around max-age
  - http2: auto reset stream on server eos
  - json.md: cli-option '--json' is an alias of '--data-binary'
  - lib: move curl_path.[ch] into vssh/
  - lib: remove function pointer typecasts for hmac/sha256/md5
  - libssh.c: handle EGAINS during proto-connect correctly
  - libssh2: use the filename buffer when getting the homedir
  - multi.c: warn/assert on stall only without timer
  - negotiate: conditional check around GSS & SSL specific code
  - netrc: cache the netrc file in memory
  - ngtcp2: do not loop on recv
  - ngtcp2: set max window size to 10x of initial (128KB)
  - openssl quic: populate x509 store before handshake
  - openssl: extend the OpenSSL error messages
  - openssl: improve retries on shutdown
  - quic: use send/recvmmsg when available
  - schannel: fix TLS cert verification by IP SAN
  - schannel: ignore error on recv beyond close notify
  - select: use poll() if existing, avoid poll() with no sockets
  - sendf: add condition to max-filesize check
  - server/mqttd: fix two memory leaks
  - setopt: return error for bad input to CURLOPT_RTSP_REQUEST
  - setopt_cptr: make overflow check only done when needed
  - tls: avoid abusing CURLE_SSL_ENGINE_INITFAILED
  - tool: support --show-headers AND --remote-header-name
  - tool_operate: make --skip-existing work for --parallel
  - url: connection reuse on h3 connections
  - url: use same credentials on redirect
  - urlapi: normalize the IPv6 address
  - version: say quictls in MSH3 builds
  - vquic: fix compiler warning with gcc + MUSL
  - vquic: recv_mmsg, use fewer, but larger buffers
  - vtls: convert Curl_pin_peer_pubkey to use dynbuf
  - vtls: convert pubkey_pem_to_der to use dynbuf
    * Rebase curl-secure-getenv.patch

++++ python-kiwi:

  - Added containers integration with OBS
    When building in the Open Build Service (OBS) there is no way
    to create outgoing connections from the build workers. To allow
    the <containers> section to fetch containers from the SUSE
    registry we need to apply an OCI URI translation into a local
    path. The actual OCI container image is expected to be provided
    by the obs backend on the worker. Along with this commit also an
    integration test named test-image-disk-containers is provided.
    This Fixes jira#OBS-351

++++ kernel-default:

  - Update
    patches.suse/mm-mmap-no-need-to-call-khugepaged_enter_vma-for-sta.patch
    (jsc#PED-11442).
  - commit d087a3b
  - fbdev: efifb: Register sysfs groups through driver core
    (bsc#1232224 CVE-2024-49925).
  - commit 4fd0365
  - aes-gcm-p10: Use the correct bit to test for P10 (bsc#1232704).
  - commit f0dea0e

++++ kernel-rt:

  - Update
    patches.suse/mm-mmap-no-need-to-call-khugepaged_enter_vma-for-sta.patch
    (jsc#PED-11442).
  - commit d087a3b
  - fbdev: efifb: Register sysfs groups through driver core
    (bsc#1232224 CVE-2024-49925).
  - commit 4fd0365
  - aes-gcm-p10: Use the correct bit to test for P10 (bsc#1232704).
  - commit f0dea0e

++++ kernel-rt_debug:

  - Update
    patches.suse/mm-mmap-no-need-to-call-khugepaged_enter_vma-for-sta.patch
    (jsc#PED-11442).
  - commit d087a3b
  - fbdev: efifb: Register sysfs groups through driver core
    (bsc#1232224 CVE-2024-49925).
  - commit 4fd0365
  - aes-gcm-p10: Use the correct bit to test for P10 (bsc#1232704).
  - commit f0dea0e

------------------------------------------------------------------
------------------  2024-11-5  -  Nov 5 2024  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to 10.3.7 (bsc#1232770)
    + Fix the product triplet for LTSS, it is always SLES-LTSS, not
    $BASEPRODUCT-LTSS

++++ cockpit-podman:

  - correct-container-search.patch: Fixes issues searching containers
    bsc#1232687

++++ kernel-default:

  - ublk: don't allow user copy for unprivileged device
    (CVE-2024-50080 bsc#1232502).
  - commit 267c92f
  - blk-mq: setup queue ->tag_set before initializing hctx
    (CVE-2024-50081 bsc#1232501).
  - commit 87d4a82
  - media: core: v4l2-ioctl: check if ioctl is known to avoid NULL
    name (git-fixes).
  - commit c862b93
  - media: videobuf2: fix typo: vb2_dbuf -> vb2_qbuf (git-fixes).
  - commit 92209c4
  - media: bttv: use audio defaults for winfast2000 (git-fixes).
  - commit 6e1da70
  - scsi: elx: libefc: Fix potential use after free in
    efc_nport_vport_del() (CVE-2024-49852 bsc#1232819).
  - commit 51395e6
  - Update config files.
    c37e85c135ce ("clocksource: Loosen clocksource watchdog constraints")
    introduced a new default for the time skew measured by the clocksource
    watchdog. The value was raised from 100 to 125 microseconds. Reflect this
    change in the kernel config. This is an x86_64 option only.
  - commit 14c1b2d
  - ALSA: usb-audio: Add quirk for HP 320 FHD Webcam (bsc#1232768).
  - commit 7c39137
  - kABI: bpf: struct bpf_func_state kABI workaround (CVE-2024-47703
    bsc#1231946).
  - commit fd45833
  - selftests/bpf: Workaround strict bpf_lsm return value check
    (CVE-2024-47703 bsc#1231946).
  - selftests/bpf: Add verifier tests for bpf lsm (CVE-2024-47703
    bsc#1231946).
  - selftests/bpf: Add return value checks for failed tests
    (CVE-2024-47703 bsc#1231946).
  - bpf: Fix compare error in function retval_range_within
    (CVE-2024-47703 bsc#1231946).
  - bpf, lsm: Add check for BPF LSM return value (CVE-2024-47703
    bsc#1231946).
  - Refresh patches.suse/bpf-Fail-verification-for-sign-extension-of-packet-d.patch
  - Refresh patches.kabi/bpf-struct-bpf_insn_access_aux-workaround.patch
  - selftests/bpf: fix timer/test_bad_ret subtest on
    test_progs-cpuv4 flavor (CVE-2024-47703 bsc#1231946).
  - commit a0c7d4f
  - rpmsg: glink: Handle rejected intent request better (git-fixes).
  - firmware: arm_scmi: Fix slab-use-after-free in
    scmi_bus_notifier() (git-fixes).
  - commit 01fe6bf

++++ kernel-rt:

  - ublk: don't allow user copy for unprivileged device
    (CVE-2024-50080 bsc#1232502).
  - commit 267c92f
  - blk-mq: setup queue ->tag_set before initializing hctx
    (CVE-2024-50081 bsc#1232501).
  - commit 87d4a82
  - media: core: v4l2-ioctl: check if ioctl is known to avoid NULL
    name (git-fixes).
  - commit c862b93
  - media: videobuf2: fix typo: vb2_dbuf -> vb2_qbuf (git-fixes).
  - commit 92209c4
  - media: bttv: use audio defaults for winfast2000 (git-fixes).
  - commit 6e1da70
  - scsi: elx: libefc: Fix potential use after free in
    efc_nport_vport_del() (CVE-2024-49852 bsc#1232819).
  - commit 51395e6
  - Update config files.
    c37e85c135ce ("clocksource: Loosen clocksource watchdog constraints")
    introduced a new default for the time skew measured by the clocksource
    watchdog. The value was raised from 100 to 125 microseconds. Reflect this
    change in the kernel config. This is an x86_64 option only.
  - commit 14c1b2d
  - ALSA: usb-audio: Add quirk for HP 320 FHD Webcam (bsc#1232768).
  - commit 7c39137
  - kABI: bpf: struct bpf_func_state kABI workaround (CVE-2024-47703
    bsc#1231946).
  - commit fd45833
  - selftests/bpf: Workaround strict bpf_lsm return value check
    (CVE-2024-47703 bsc#1231946).
  - selftests/bpf: Add verifier tests for bpf lsm (CVE-2024-47703
    bsc#1231946).
  - selftests/bpf: Add return value checks for failed tests
    (CVE-2024-47703 bsc#1231946).
  - bpf: Fix compare error in function retval_range_within
    (CVE-2024-47703 bsc#1231946).
  - bpf, lsm: Add check for BPF LSM return value (CVE-2024-47703
    bsc#1231946).
  - Refresh patches.suse/bpf-Fail-verification-for-sign-extension-of-packet-d.patch
  - Refresh patches.kabi/bpf-struct-bpf_insn_access_aux-workaround.patch
  - selftests/bpf: fix timer/test_bad_ret subtest on
    test_progs-cpuv4 flavor (CVE-2024-47703 bsc#1231946).
  - commit a0c7d4f
  - rpmsg: glink: Handle rejected intent request better (git-fixes).
  - firmware: arm_scmi: Fix slab-use-after-free in
    scmi_bus_notifier() (git-fixes).
  - commit 01fe6bf

++++ kernel-rt_debug:

  - ublk: don't allow user copy for unprivileged device
    (CVE-2024-50080 bsc#1232502).
  - commit 267c92f
  - blk-mq: setup queue ->tag_set before initializing hctx
    (CVE-2024-50081 bsc#1232501).
  - commit 87d4a82
  - media: core: v4l2-ioctl: check if ioctl is known to avoid NULL
    name (git-fixes).
  - commit c862b93
  - media: videobuf2: fix typo: vb2_dbuf -> vb2_qbuf (git-fixes).
  - commit 92209c4
  - media: bttv: use audio defaults for winfast2000 (git-fixes).
  - commit 6e1da70
  - scsi: elx: libefc: Fix potential use after free in
    efc_nport_vport_del() (CVE-2024-49852 bsc#1232819).
  - commit 51395e6
  - Update config files.
    c37e85c135ce ("clocksource: Loosen clocksource watchdog constraints")
    introduced a new default for the time skew measured by the clocksource
    watchdog. The value was raised from 100 to 125 microseconds. Reflect this
    change in the kernel config. This is an x86_64 option only.
  - commit 14c1b2d
  - ALSA: usb-audio: Add quirk for HP 320 FHD Webcam (bsc#1232768).
  - commit 7c39137
  - kABI: bpf: struct bpf_func_state kABI workaround (CVE-2024-47703
    bsc#1231946).
  - commit fd45833
  - selftests/bpf: Workaround strict bpf_lsm return value check
    (CVE-2024-47703 bsc#1231946).
  - selftests/bpf: Add verifier tests for bpf lsm (CVE-2024-47703
    bsc#1231946).
  - selftests/bpf: Add return value checks for failed tests
    (CVE-2024-47703 bsc#1231946).
  - bpf: Fix compare error in function retval_range_within
    (CVE-2024-47703 bsc#1231946).
  - bpf, lsm: Add check for BPF LSM return value (CVE-2024-47703
    bsc#1231946).
  - Refresh patches.suse/bpf-Fail-verification-for-sign-extension-of-packet-d.patch
  - Refresh patches.kabi/bpf-struct-bpf_insn_access_aux-workaround.patch
  - selftests/bpf: fix timer/test_bad_ret subtest on
    test_progs-cpuv4 flavor (CVE-2024-47703 bsc#1231946).
  - commit a0c7d4f
  - rpmsg: glink: Handle rejected intent request better (git-fixes).
  - firmware: arm_scmi: Fix slab-use-after-free in
    scmi_bus_notifier() (git-fixes).
  - commit 01fe6bf

++++ multipath-tools:

  - Update to version 0.10.0+108+suse.2c2e597:
    * Update fix for bsc#1232063 to upstream-accepted solution

++++ selinux-policy:

  - Update to version 20241031+git2.f85cbd70:
    * Allow virt_dbus_t to connect to virtd_t over unix_stream_socket (bsc#1232655)

------------------------------------------------------------------
------------------  2024-11-4  -  Nov 4 2024  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.610.g850d981a:
    * fix(dm): remove 59-persistent-storage-dm.rules (bsc#1232063)

++++ kernel-default:

  - Update references for patches.suse/tracing-timerlat-Fix-a-race-during-cpuhp-processing.patch (CVE-2024-49866 bsc#1232259 git-fixes)
  - commit d9311d0
  - Move out-of-tree patch into a proper section
  - commit c581359
  - Revert "ALSA: hda/conexant: Mute speakers at suspend / shutdown"
    (bsc#1228269).
  - commit 13ce240
  - scsi: lpfc: Update lpfc version to 14.4.0.5 (bsc#1232757).
  - scsi: lpfc: Support loopback tests with VMID enabled
    (bsc#1232757).
  - scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR
    to KERN_WARNING (bsc#1232757).
  - scsi: lpfc: Ensure DA_ID handling completion before deleting
    an NPIV instance (bsc#1232757).
  - scsi: lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo
    handler (bsc#1232757).
  - scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAs
    (bsc#1232757 bsc#1228119).
  - scsi: lpfc: Update phba link state conditional before sending
    CMF_SYNC_WQE (bsc#1232757).
  - scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in
    lpfc_els_flush_cmd() (bsc#1232757).
  - scsi: lpfc: Remove trailing space after \n newline
    (bsc#1232757).
  - commit 3cf27b4
  - ext4: fix timer use-after-free on failed mount (CVE-2024-49960
    bsc#1232395).
  - commit bd6997d
  - net/xen-netback: prevent UAF in xenvif_flush_hash()
    (CVE-2024-49936 bsc#1232424).
  - commit ae05dab
  - tipc: guard against string buffer overrun (CVE-2024-49995
    bsc#1232432).
  - commit ada263e
  - drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
    (CVE-2024-49991 bsc#1232282).
  - commit 1b15839
  - nvme: re-fix error-handling for io_uring nvme-passthrough
    (git-fixes).
  - nvmet-auth: assign dh_key to NULL after kfree_sensitive
    (git-fixes).
  - nvme-pci: fix race condition between reset and
    nvme_dev_disable() (git-fixes).
  - nvme: null terminate nvme_tls_attrs (git-fixes).
  - nvme-pci: set doorbell config before unquiescing (git-fixes).
  - commit d7598b1
  - mm: split critical region in remap_file_pages() and invoke
    LSMs in between (CVE-2024-47745 bsc#1232135 git-fix).
  - commit 8228ecb
  - Add alt-commit to AMDGPU patch
  - commit 9e50980
  - phy: tegra: xusb: Add error pointer check in xusb.c (git-fixes).
  - phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL
    lock check (git-fixes).
  - phy: ti: phy-j721e-wiz: fix usxgmii configuration (git-fixes).
  - phy: qcom: qmp-combo: move driver data initialisation earlier
    (git-fixes).
  - phy: qcom: qmp-usb: fix NULL-deref on runtime suspend
    (git-fixes).
  - dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA
    transfer (git-fixes).
  - dmaengine: sh: rz-dmac: handle configs where one address is zero
    (git-fixes).
  - Revert "driver core: Fix uevent_show() vs driver detach race"
    (git-fixes).
  - usb: phy: Fix API devm_usb_put_phy() can not release the phy
    (git-fixes).
  - usb: typec: fix unreleased fwnode_handle in
    typec_port_register_altmodes() (git-fixes).
  - xhci: Fix Link TRB DMA in command ring stopped completion event
    (git-fixes).
  - xhci: Use pm_runtime_get to prevent RPM on unsupported systems
    (git-fixes).
  - usbip: tools: Fix detach_port() invalid port error path
    (git-fixes).
  - iio: adc: ad7124: fix division by zero in
    ad7124_set_channel_odr() (git-fixes).
  - staging: iio: frequency: ad9832: fix division by zero in
    ad9832_calc_freqreg() (git-fixes).
  - iio: light: veml6030: fix microlux value calculation
    (git-fixes).
  - iio: gts-helper: Fix memory leaks for the error path of
    iio_gts_build_avail_scale_table() (git-fixes).
  - iio: gts-helper: Fix memory leaks in
    iio_gts_build_avail_scale_table() (git-fixes).
  - mei: use kvmalloc for read buffer (git-fixes).
  - Input: edt-ft5x06 - fix regmap leak when probe fails
    (git-fixes).
  - modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on
    32-bit host (git-fixes).
  - modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched
    endianness (git-fixes).
  - sumversion: Fix a memory leak in get_src_version() (git-fixes).
  - genirq/msi: Fix off-by-one error in msi_domain_alloc()
    (git-fixes).
  - commit df7fb9d
  - Refresh
    patches.suse/PCI-Fix-pci_enable_acs-support-for-the-ACS-quirks.patch.
    Update upstream status.
  - commit f283868
  - nfsd: cancel nfsd_shrinker_work using sync mode in
    nfs4_state_shutdown_net (git-fixes).
  - commit ed2b339
  - NFSv3: only use NFS timeout for MOUNT when protocols are
    compatible (bsc#1231016).
  - commit ddbeb4f
  - Update
    patches.suse/0002-x86-mm-ident_map-Use-gbpages-only-where-full-GB-page.patch
    (bsc#1220382 CVE-2024-50017 bsc#1232312).
  - Update patches.suse/ACPI-PAD-fix-crash-in-exit_round_robin.patch
    (stable-fixes CVE-2024-49935 bsc#1232370).
  - Update
    patches.suse/ACPI-battery-Fix-possible-crash-when-unregistering-a.patch
    (git-fixes CVE-2024-49955 bsc#1232154).
  - Update
    patches.suse/ACPI-sysfs-validate-return-type-of-_STR-method.patch
    (git-fixes CVE-2024-49860 bsc#1231861).
  - Update
    patches.suse/ACPICA-check-null-return-of-ACPI_ALLOCATE_ZEROED-in-.patch
    (stable-fixes CVE-2024-49962 bsc#1232314).
  - Update
    patches.suse/ALSA-asihpi-Fix-potential-OOB-array-access.patch
    (stable-fixes CVE-2024-50007 bsc#1232394).
  - Update
    patches.suse/Bluetooth-Call-iso_exit-on-module-unload.patch
    (git-fixes CVE-2024-50078 bsc#1232503).
  - Update
    patches.suse/Bluetooth-ISO-Fix-multiple-init-when-debugfs-is-disa.patch
    (git-fixes CVE-2024-50077 bsc#1232504).
  - Update
    patches.suse/Bluetooth-RFCOMM-FIX-possible-deadlock-in-rfcomm_sk_.patch
    (git-fixes CVE-2024-50044 bsc#1231904).
  - Update
    patches.suse/IB-core-Fix-ib_cache_setup_one-error-flow-cleanup.patch
    (git-fixes CVE-2024-47693 bsc#1232013).
  - Update
    patches.suse/IB-core-Implement-a-limit-on-UMAD-receive-List.patch
    (bsc#1228743 CVE-2024-42145 bsc#1223384).
  - Update
    patches.suse/Input-adp5589-keys-fix-NULL-pointer-dereference.patch
    (git-fixes CVE-2024-49871 bsc#1232287).
  - Update
    patches.suse/KEYS-prevent-NULL-pointer-dereference-in-find_asymme.patch
    (git-fixes CVE-2024-47743 bsc#1232129).
  - Update
    patches.suse/KVM-Use-dedicated-mutex-to-protect-kvm_usage_count-t.patch
    (git-fixes CVE-2024-47744 bsc#1232132).
  - Update
    patches.suse/PCI-keystone-Fix-if-statement-expression-in-ks_pcie_.patch
    (git-fixes CVE-2024-47756 bsc#1232185).
  - Update
    patches.suse/PCI-kirin-Fix-buffer-overflow-in-kirin_pcie_parse_po.patch
    (git-fixes CVE-2024-47751 bsc#1232127).
  - Update
    patches.suse/RDMA-cxgb4-Added-NULL-check-for-lookup_atid.patch
    (git-fixes CVE-2024-47749 bsc#1232180).
  - Update
    patches.suse/RDMA-hns-Fix-Use-After-Free-of-rsv_qp-on-HIP08.patch
    (git-fixes CVE-2024-47750 bsc#1232182).
  - Update
    patches.suse/RDMA-hns-Fix-spin_unlock_irqrestore-called-with-IRQs.patch
    (git-fixes CVE-2024-47735 bsc#1232111).
  - Update
    patches.suse/RDMA-iwcm-Fix-WARNING-at_kernel-workqueue.c-check_fl.patch
    (git-fixes CVE-2024-47696 bsc#1231864).
  - Update
    patches.suse/RDMA-rtrs-clt-Reset-cid-to-con_num-1-to-stay-in-boun.patch
    (git-fixes CVE-2024-47695 bsc#1231931).
  - Update
    patches.suse/RDMA-rtrs-srv-Avoid-null-pointer-deref-during-path-e.patch
    (git-fixes CVE-2024-50062 bsc#1232232).
  - Update
    patches.suse/aoe-fix-the-potential-use-after-free-problem-in-more.patch
    (bsc#1218562 CVE-2023-6270 CVE-2024-49982 bsc#1232097).
  - Update
    patches.suse/bpf-Fail-verification-for-sign-extension-of-packet-d.patch
    (git-fixes CVE-2024-47702 bsc#1231924).
  - Update
    patches.suse/bpf-Fix-helper-writes-to-read-only-maps.patch
    (git-fixes CVE-2024-49861 bsc#1232254).
  - Update
    patches.suse/bpf-Fix-use-after-free-in-bpf_uprobe_multi_link_attach.patch
    (git-fixes CVE-2024-47675 bsc#1231926).
  - Update
    patches.suse/bpf-Zero-former-ARG_PTR_TO_-LONG-INT-args-in-case-of.patch
    (git-fixes CVE-2024-47728 bsc#1232076).
  - Update
    patches.suse/bpf-correctly-handle-malformed-BPF_CORE_TYPE_ID_LOCA.patch
    (git-fixes CVE-2024-49850 bsc#1232189).
  - Update
    patches.suse/cachefiles-fix-dentry-leak-in-cachefiles_open_file.patch
    (bsc#1231183 CVE-2024-49870 bsc#1232279).
  - Update
    patches.suse/can-bcm-Clear-bo-bcm_proc_read-after-remove_proc_ent.patch
    (git-fixes CVE-2024-47709 bsc#1232048).
  - Update
    patches.suse/crypto-iaa-Fix-potential-use-after-free-bug.patch
    (git-fixes CVE-2024-47732 bsc#1232109).
  - Update
    patches.suse/cxl-pci-Fix-disabling-memory-if-DVSEC-CXL-Range-does.patch
    (git-fixes CVE-2024-26761 bsc#1230375).
  - Update
    patches.suse/driver-core-Fix-a-potential-null-ptr-deref-in-module.patch
    (git-fixes CVE-2024-47688 bsc#1232009).
  - Update
    patches.suse/driver-core-bus-Fix-double-free-in-driver-API-bus_re.patch
    (stable-fixes CVE-2024-50055 bsc#1232329).
  - Update
    patches.suse/drivers-media-dvb-frontends-rtl2830-fix-an-out-of-bo.patch
    (git-fixes CVE-2024-47697 bsc#1231858).
  - Update
    patches.suse/drivers-media-dvb-frontends-rtl2832-fix-an-out-of-bo.patch
    (git-fixes CVE-2024-47698 bsc#1231859).
  - Update
    patches.suse/drm-amd-display-Add-null-check-for-set_output_gamma-.patch
    (git-fixes CVE-2024-47720 bsc#1232043).
  - Update
    patches.suse/drm-amd-display-Check-null-pointer-before-dereferenc.patch
    (stable-fixes CVE-2024-50049 bsc#1232309).
  - Update
    patches.suse/drm-amd-display-fixed-integer-types-and-null-check-l.patch
    (git-fixes CVE-2024-26767 bsc#1230339).
  - Update
    patches.suse/drm-omapdrm-Add-missing-check-for-alloc_ordered_work.patch
    (git-fixes CVE-2024-49879 bsc#1232349).
  - Update
    patches.suse/drm-v3d-Stop-the-active-perfmon-before-being-destroy.patch
    (git-fixes CVE-2024-50031 bsc#1231947).
  - Update
    patches.suse/efistub-tpm-Use-ACPI-reclaim-memory-for-event-log-to.patch
    (stable-fixes CVE-2024-49858 bsc#1232251).
  - Update
    patches.suse/ep93xx-clock-Fix-off-by-one-in-ep93xx_div_recalc_rat.patch
    (git-fixes CVE-2024-47686 bsc#1232000).
  - Update
    patches.suse/exfat-fix-memory-leak-in-exfat_load_bitmap.patch
    (git-fixes CVE-2024-50013 bsc#1232080).
  - Update
    patches.suse/fbcon-Fix-a-NULL-pointer-dereference-issue-in-fbcon_.patch
    (stable-fixes CVE-2024-50048 bsc#1232310).
  - Update
    patches.suse/firmware-arm_scmi-Fix-double-free-in-OPTEE-transport.patch
    (git-fixes CVE-2024-49853 bsc#1232192).
  - Update patches.suse/firmware_loader-Block-path-traversal.patch
    (git-fixes CVE-2024-47742 bsc#1232126).
  - Update
    patches.suse/i2c-stm32f7-Do-not-prepare-unprepare-clock-during-ru.patch
    (git-fixes CVE-2024-49985 bsc#1232094).
  - Update
    patches.suse/i3c-master-cdns-Fix-use-after-free-vulnerability-in-.patch
    (stable-fixes CVE-2024-50061 bsc#1232263).
  - Update
    patches.suse/i3c-master-svc-Fix-use-after-free-vulnerability-in-s.patch
    (git-fixes CVE-2024-49874 bsc#1232295).
  - Update
    patches.suse/i40e-Fix-XDP-program-unloading-while-removing-the-dr.patch
    (git-fixes CVE-2024-41047 bsc#1228537).
  - Update
    patches.suse/idpf-fix-UAFs-when-destroying-the-queues.patch
    (git-fixes CVE-2024-44932 bsc#1229808).
  - Update
    patches.suse/idpf-fix-memory-leaks-and-crashes-while-performing-a.patch
    (git-fixes CVE-2024-44964 bsc#1230220).
  - Update
    patches.suse/iommufd-Protect-against-overflow-of-ALIGN-during-iov.patch
    (git-fixes CVE-2024-47719 bsc#1231865).
  - Update
    patches.suse/jffs2-prevent-xattr-node-from-overflowing-the-eraseblock.patch
    (git-fixes CVE-2024-38599 bsc#1226848 bsc#1223384).
  - Update patches.suse/jfs-Fix-uaf-in-dbFreeBits.patch (git-fixes
    CVE-2024-49903 bsc#1232362).
  - Update
    patches.suse/jfs-Fix-uninit-value-access-of-new_ea-in-ea_buffer.patch
    (git-fixes CVE-2024-49900 bsc#1232359).
  - Update
    patches.suse/jfs-check-if-leafidx-greater-than-num-leaves-per-dmap-tree.patch
    (git-fixes CVE-2024-49902 bsc#1232378).
  - Update
    patches.suse/jfs-fix-out-of-bounds-in-dbNextAG-and-diAlloc.patch
    (git-fixes CVE-2024-47723 bsc#1232050).
  - Update
    patches.suse/mailbox-bcm2835-Fix-timeout-during-suspend-mode.patch
    (git-fixes CVE-2024-49963 bsc#1232147).
  - Update
    patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch
    (bsc#1219596 CVE-2024-26758 bsc#1230341).
  - Update patches.suse/media-edia-dvbdev-fix-a-use-after-free.patch
    (git-fixes CVE-2024-27043 bsc#1223824 bsc#1218562).
  - Update
    patches.suse/media-i2c-ar0521-Use-cansleep-version-of-gpiod_set_v.patch
    (git-fixes CVE-2024-49961 bsc#1232148).
  - Update
    patches.suse/media-venus-fix-use-after-free-bug-in-venus_remove-d.patch
    (git-fixes CVE-2024-49981 bsc#1232098).
  - Update
    patches.suse/nbd-fix-race-between-timeout-and-normal-completion.patch
    (bsc#1230918 CVE-2024-49855 bsc#1232195).
  - Update
    patches.suse/net-phy-Remove-LED-entry-from-LEDs-list-on-unregiste.patch
    (git-fixes CVE-2024-50023 bsc#1231955).
  - Update
    patches.suse/net-test-for-not-too-small-csum_start-in-virtio_net_.patch
    (git-fixes CVE-2024-49947 bsc#1232162).
  - Update
    patches.suse/nfsd-call-cache_put-if-xdr_reserve_space-returns-NULL.patch
    (git-fixes CVE-2024-47737 bsc#1232056).
  - Update
    patches.suse/nfsd-map-the-EBADMSG-to-nfserr_io-to-avoid-warning.patch
    (git-fixes CVE-2024-49875 bsc#1232333).
  - Update
    patches.suse/nilfs2-fix-potential-null-ptr-deref-in-nilfs_btree_insert.patch
    (git-fixes CVE-2024-47699 bsc#1231916).
  - Update
    patches.suse/nilfs2-fix-potential-oob-read-in-nilfs_btree_check_delete.patch
    (git-fixes CVE-2024-47757 bsc#1232187).
  - Update
    patches.suse/nouveau-dmem-handle-kcalloc-allocation-failure.patch
    (git-fixes CVE-2024-26943 bsc#1230527).
  - Update
    patches.suse/ocfs2-cancel-dqi_sync_work-before-freeing-oinfo.patch
    (git-fixes CVE-2024-49966 bsc#1232141).
  - Update
    patches.suse/ocfs2-fix-null-ptr-deref-when-journal-load-failed.patch
    (git-fixes CVE-2024-49957 bsc#1232152).
  - Update
    patches.suse/ocfs2-fix-possible-null-ptr-deref-in-ocfs2_set_buffer_uptodate.patch
    (git-fixes CVE-2024-49877 bsc#1232339).
  - Update
    patches.suse/ocfs2-remove-unreasonable-unlock-in-ocfs2_read_blocks.patch
    (git-fixes CVE-2024-49965 bsc#1232142).
  - Update
    patches.suse/parport-Proper-fix-for-array-out-of-bounds-access.patch
    (git-fixes CVE-2024-50074 bsc#1232507).
  - Update
    patches.suse/pinctrl-apple-check-devm_kasprintf-returned-value.patch
    (git-fixes CVE-2024-50069 bsc#1232511).
  - Update
    patches.suse/platform-x86-ISST-Fix-the-KASAN-report-slab-out-of-b.patch
    (git-fixes CVE-2024-49886 bsc#1232196).
  - Update
    patches.suse/powercap-intel_rapl-Fix-off-by-one-in-get_rpi.patch
    (git-fixes CVE-2024-49862 bsc#1231871).
  - Update
    patches.suse/resource-fix-region_intersects-vs-add_memory_driver_.patch
    (git-fixes CVE-2024-49878 bsc#1232340).
  - Update
    patches.suse/scsi-fnic-Move-flush_work-initialization-out-of-if-b.patch
    (bsc#1230055 CVE-2024-50025 bsc#1231953).
  - Update
    patches.suse/scsi-lpfc-validate-hdwq-pointers-before-dereferencing-in.patch
    (bsc#1229429 jsc#PED-9899 CVE-2024-49891 bsc#1232218).
  - Update
    patches.suse/scsi-sd-Fix-off-by-one-error-in-sd_read_block_charac.patch
    (bsc#1223848 CVE-2024-47682 bsc#1231856).
  - Update
    patches.suse/serial-protect-uart_port_dtr_rts-in-uart_shutdown-to.patch
    (stable-fixes CVE-2024-50058 bsc#1232285).
  - Update
    patches.suse/tpm-Clean-up-TPM-space-after-command-failure.patch
    (git-fixes CVE-2024-49851 bsc#1232134).
  - Update
    patches.suse/tty-n_gsm-Fix-use-after-free-in-gsm_cleanup_mux.patch
    (stable-fixes CVE-2024-50073 bsc#1232520).
  - Update
    patches.suse/vhost-scsi-null-ptr-dereference-in-vhost_scsi_get_re.patch
    (git-fixes CVE-2024-49863 bsc#1232255).
  - Update
    patches.suse/vhost_vdpa-assign-irq-bypass-producer-token-correctl.patch
    (git-fixes CVE-2024-47748 bsc#1232174).
  - Update patches.suse/vmxnet3-Fix-missing-reserved-tailroom.patch
    (bsc#1226498 CVE-2024-27026 bsc#1223700).
  - Update
    patches.suse/vt-prevent-kernel-infoleak-in-con_font_get.patch
    (git-fixes CVE-2024-50076 bsc#1232505).
  - Update
    patches.suse/wifi-ath11k-fix-array-out-of-bound-access-in-SoC-sta.patch
    (stable-fixes CVE-2024-49930 bsc#1232260).
  - Update
    patches.suse/wifi-ath12k-fix-array-out-of-bound-access-in-SoC-sta.patch
    (stable-fixes CVE-2024-49931 bsc#1232275).
  - Update
    patches.suse/wifi-ath9k_htc-Use-__skb_set_length-for-resetting-ur.patch
    (stable-fixes CVE-2024-49938 bsc#1232552).
  - Update
    patches.suse/wifi-cfg80211-Set-correct-chandef-when-starting-CAC.patch
    (stable-fixes CVE-2024-49937 bsc#1232427).
  - Update
    patches.suse/wifi-iwlwifi-mvm-avoid-NULL-pointer-dereference.patch
    (stable-fixes CVE-2024-49929 bsc#1232253).
  - Update
    patches.suse/wifi-mac80211-don-t-use-rate-mask-for-offchannel-TX-.patch
    (git-fixes CVE-2024-47738 bsc#1232114).
  - Update
    patches.suse/wifi-mac80211-use-two-phase-skb-reclamation-in-ieee8.patch
    (git-fixes CVE-2024-47713 bsc#1232016).
  - Update
    patches.suse/wifi-mt76-mt7915-fix-oops-on-non-dbdc-mt7986.patch
    (git-fixes CVE-2024-47715 bsc#1231860).
  - Update
    patches.suse/wifi-mt76-mt7996-fix-NULL-pointer-dereference-in-mt7.patch
    (git-fixes CVE-2024-47681 bsc#1231855).
  - Update
    patches.suse/wifi-mt76-mt7996-use-hweight16-to-get-correct-tx-ant.patch
    (git-fixes CVE-2024-47714 bsc#1232018).
  - Update
    patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning.patch
    (stable-fixes CVE-2024-50008 bsc#1232317).
  - Update
    patches.suse/wifi-rtw88-always-wait-for-both-firmware-loading-att.patch
    (git-fixes CVE-2024-47718 bsc#1232015).
  - Update
    patches.suse/wifi-rtw89-avoid-reading-out-of-bounds-when-loading-.patch
    (stable-fixes CVE-2024-49928 bsc#1232250).
  - Update
    patches.suse/wifi-rtw89-avoid-to-add-interface-to-list-twice-when.patch
    (stable-fixes CVE-2024-49939 bsc#1232381).
  - Update
    patches.suse/wifi-wilc1000-fix-potential-RCU-dereference-issue-in.patch
    (git-fixes CVE-2024-47712 bsc#1232017).
  - Update
    patches.suse/xhci-tegra-fix-checked-USB2-port-number.patch
    (git-fixes CVE-2024-50075 bsc#1232506).
  - commit a270265
  - Update
    patches.suse/i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hci_dma.patch
    (git-fixes CVE-2023-52766 bsc#1230620).
  - Update
    patches.suse/media-pci-cx23885-check-cx23885_vdev_init-return.patch
    (stable-fixes CVE-2023-52918 bsc#1232047).
  - Update
    patches.suse/nfc-nci-fix-possible-NULL-pointer-dereference-in-sen.patch
    (git-fixes CVE-2023-52919 bsc#1231988).
  - Update
    patches.suse/ntb-intel-Fix-the-NULL-vs-IS_ERR-bug-for-debugfs_cre.patch
    (git-fixes CVE-2023-52917 bsc#1231849).
  - Update
    patches.suse/tcp-do-not-accept-ACK-of-bytes-we-never-sent.patch
    (CVE-2023-52881 bsc#1225611 bsc#1223384).
  - Update patches.suse/wifi-ath11k-fix-htt-pktlog-locking.patch
    (git-fixes CVE-2023-52800 bsc#1230600).
  - commit 9859953
  - NFSD: Force all NFSv4.2 COPY requests to be synchronous
    (CVE-2024-49974 bsc#1232383).
  - commit 16045fc

++++ kernel-rt:

  - Update references for patches.suse/tracing-timerlat-Fix-a-race-during-cpuhp-processing.patch (CVE-2024-49866 bsc#1232259 git-fixes)
  - commit d9311d0
  - Move out-of-tree patch into a proper section
  - commit c581359
  - Revert "ALSA: hda/conexant: Mute speakers at suspend / shutdown"
    (bsc#1228269).
  - commit 13ce240
  - scsi: lpfc: Update lpfc version to 14.4.0.5 (bsc#1232757).
  - scsi: lpfc: Support loopback tests with VMID enabled
    (bsc#1232757).
  - scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR
    to KERN_WARNING (bsc#1232757).
  - scsi: lpfc: Ensure DA_ID handling completion before deleting
    an NPIV instance (bsc#1232757).
  - scsi: lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo
    handler (bsc#1232757).
  - scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAs
    (bsc#1232757 bsc#1228119).
  - scsi: lpfc: Update phba link state conditional before sending
    CMF_SYNC_WQE (bsc#1232757).
  - scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in
    lpfc_els_flush_cmd() (bsc#1232757).
  - scsi: lpfc: Remove trailing space after \n newline
    (bsc#1232757).
  - commit 3cf27b4
  - ext4: fix timer use-after-free on failed mount (CVE-2024-49960
    bsc#1232395).
  - commit bd6997d
  - net/xen-netback: prevent UAF in xenvif_flush_hash()
    (CVE-2024-49936 bsc#1232424).
  - commit ae05dab
  - tipc: guard against string buffer overrun (CVE-2024-49995
    bsc#1232432).
  - commit ada263e
  - drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
    (CVE-2024-49991 bsc#1232282).
  - commit 1b15839
  - nvme: re-fix error-handling for io_uring nvme-passthrough
    (git-fixes).
  - nvmet-auth: assign dh_key to NULL after kfree_sensitive
    (git-fixes).
  - nvme-pci: fix race condition between reset and
    nvme_dev_disable() (git-fixes).
  - nvme: null terminate nvme_tls_attrs (git-fixes).
  - nvme-pci: set doorbell config before unquiescing (git-fixes).
  - commit d7598b1
  - mm: split critical region in remap_file_pages() and invoke
    LSMs in between (CVE-2024-47745 bsc#1232135 git-fix).
  - commit 8228ecb
  - Add alt-commit to AMDGPU patch
  - commit 9e50980
  - phy: tegra: xusb: Add error pointer check in xusb.c (git-fixes).
  - phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL
    lock check (git-fixes).
  - phy: ti: phy-j721e-wiz: fix usxgmii configuration (git-fixes).
  - phy: qcom: qmp-combo: move driver data initialisation earlier
    (git-fixes).
  - phy: qcom: qmp-usb: fix NULL-deref on runtime suspend
    (git-fixes).
  - dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA
    transfer (git-fixes).
  - dmaengine: sh: rz-dmac: handle configs where one address is zero
    (git-fixes).
  - Revert "driver core: Fix uevent_show() vs driver detach race"
    (git-fixes).
  - usb: phy: Fix API devm_usb_put_phy() can not release the phy
    (git-fixes).
  - usb: typec: fix unreleased fwnode_handle in
    typec_port_register_altmodes() (git-fixes).
  - xhci: Fix Link TRB DMA in command ring stopped completion event
    (git-fixes).
  - xhci: Use pm_runtime_get to prevent RPM on unsupported systems
    (git-fixes).
  - usbip: tools: Fix detach_port() invalid port error path
    (git-fixes).
  - iio: adc: ad7124: fix division by zero in
    ad7124_set_channel_odr() (git-fixes).
  - staging: iio: frequency: ad9832: fix division by zero in
    ad9832_calc_freqreg() (git-fixes).
  - iio: light: veml6030: fix microlux value calculation
    (git-fixes).
  - iio: gts-helper: Fix memory leaks for the error path of
    iio_gts_build_avail_scale_table() (git-fixes).
  - iio: gts-helper: Fix memory leaks in
    iio_gts_build_avail_scale_table() (git-fixes).
  - mei: use kvmalloc for read buffer (git-fixes).
  - Input: edt-ft5x06 - fix regmap leak when probe fails
    (git-fixes).
  - modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on
    32-bit host (git-fixes).
  - modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched
    endianness (git-fixes).
  - sumversion: Fix a memory leak in get_src_version() (git-fixes).
  - genirq/msi: Fix off-by-one error in msi_domain_alloc()
    (git-fixes).
  - commit df7fb9d
  - Refresh
    patches.suse/PCI-Fix-pci_enable_acs-support-for-the-ACS-quirks.patch.
    Update upstream status.
  - commit f283868
  - nfsd: cancel nfsd_shrinker_work using sync mode in
    nfs4_state_shutdown_net (git-fixes).
  - commit ed2b339
  - NFSv3: only use NFS timeout for MOUNT when protocols are
    compatible (bsc#1231016).
  - commit ddbeb4f
  - Update
    patches.suse/0002-x86-mm-ident_map-Use-gbpages-only-where-full-GB-page.patch
    (bsc#1220382 CVE-2024-50017 bsc#1232312).
  - Update patches.suse/ACPI-PAD-fix-crash-in-exit_round_robin.patch
    (stable-fixes CVE-2024-49935 bsc#1232370).
  - Update
    patches.suse/ACPI-battery-Fix-possible-crash-when-unregistering-a.patch
    (git-fixes CVE-2024-49955 bsc#1232154).
  - Update
    patches.suse/ACPI-sysfs-validate-return-type-of-_STR-method.patch
    (git-fixes CVE-2024-49860 bsc#1231861).
  - Update
    patches.suse/ACPICA-check-null-return-of-ACPI_ALLOCATE_ZEROED-in-.patch
    (stable-fixes CVE-2024-49962 bsc#1232314).
  - Update
    patches.suse/ALSA-asihpi-Fix-potential-OOB-array-access.patch
    (stable-fixes CVE-2024-50007 bsc#1232394).
  - Update
    patches.suse/Bluetooth-Call-iso_exit-on-module-unload.patch
    (git-fixes CVE-2024-50078 bsc#1232503).
  - Update
    patches.suse/Bluetooth-ISO-Fix-multiple-init-when-debugfs-is-disa.patch
    (git-fixes CVE-2024-50077 bsc#1232504).
  - Update
    patches.suse/Bluetooth-RFCOMM-FIX-possible-deadlock-in-rfcomm_sk_.patch
    (git-fixes CVE-2024-50044 bsc#1231904).
  - Update
    patches.suse/IB-core-Fix-ib_cache_setup_one-error-flow-cleanup.patch
    (git-fixes CVE-2024-47693 bsc#1232013).
  - Update
    patches.suse/IB-core-Implement-a-limit-on-UMAD-receive-List.patch
    (bsc#1228743 CVE-2024-42145 bsc#1223384).
  - Update
    patches.suse/Input-adp5589-keys-fix-NULL-pointer-dereference.patch
    (git-fixes CVE-2024-49871 bsc#1232287).
  - Update
    patches.suse/KEYS-prevent-NULL-pointer-dereference-in-find_asymme.patch
    (git-fixes CVE-2024-47743 bsc#1232129).
  - Update
    patches.suse/KVM-Use-dedicated-mutex-to-protect-kvm_usage_count-t.patch
    (git-fixes CVE-2024-47744 bsc#1232132).
  - Update
    patches.suse/PCI-keystone-Fix-if-statement-expression-in-ks_pcie_.patch
    (git-fixes CVE-2024-47756 bsc#1232185).
  - Update
    patches.suse/PCI-kirin-Fix-buffer-overflow-in-kirin_pcie_parse_po.patch
    (git-fixes CVE-2024-47751 bsc#1232127).
  - Update
    patches.suse/RDMA-cxgb4-Added-NULL-check-for-lookup_atid.patch
    (git-fixes CVE-2024-47749 bsc#1232180).
  - Update
    patches.suse/RDMA-hns-Fix-Use-After-Free-of-rsv_qp-on-HIP08.patch
    (git-fixes CVE-2024-47750 bsc#1232182).
  - Update
    patches.suse/RDMA-hns-Fix-spin_unlock_irqrestore-called-with-IRQs.patch
    (git-fixes CVE-2024-47735 bsc#1232111).
  - Update
    patches.suse/RDMA-iwcm-Fix-WARNING-at_kernel-workqueue.c-check_fl.patch
    (git-fixes CVE-2024-47696 bsc#1231864).
  - Update
    patches.suse/RDMA-rtrs-clt-Reset-cid-to-con_num-1-to-stay-in-boun.patch
    (git-fixes CVE-2024-47695 bsc#1231931).
  - Update
    patches.suse/RDMA-rtrs-srv-Avoid-null-pointer-deref-during-path-e.patch
    (git-fixes CVE-2024-50062 bsc#1232232).
  - Update
    patches.suse/aoe-fix-the-potential-use-after-free-problem-in-more.patch
    (bsc#1218562 CVE-2023-6270 CVE-2024-49982 bsc#1232097).
  - Update
    patches.suse/bpf-Fail-verification-for-sign-extension-of-packet-d.patch
    (git-fixes CVE-2024-47702 bsc#1231924).
  - Update
    patches.suse/bpf-Fix-helper-writes-to-read-only-maps.patch
    (git-fixes CVE-2024-49861 bsc#1232254).
  - Update
    patches.suse/bpf-Fix-use-after-free-in-bpf_uprobe_multi_link_attach.patch
    (git-fixes CVE-2024-47675 bsc#1231926).
  - Update
    patches.suse/bpf-Zero-former-ARG_PTR_TO_-LONG-INT-args-in-case-of.patch
    (git-fixes CVE-2024-47728 bsc#1232076).
  - Update
    patches.suse/bpf-correctly-handle-malformed-BPF_CORE_TYPE_ID_LOCA.patch
    (git-fixes CVE-2024-49850 bsc#1232189).
  - Update
    patches.suse/cachefiles-fix-dentry-leak-in-cachefiles_open_file.patch
    (bsc#1231183 CVE-2024-49870 bsc#1232279).
  - Update
    patches.suse/can-bcm-Clear-bo-bcm_proc_read-after-remove_proc_ent.patch
    (git-fixes CVE-2024-47709 bsc#1232048).
  - Update
    patches.suse/crypto-iaa-Fix-potential-use-after-free-bug.patch
    (git-fixes CVE-2024-47732 bsc#1232109).
  - Update
    patches.suse/cxl-pci-Fix-disabling-memory-if-DVSEC-CXL-Range-does.patch
    (git-fixes CVE-2024-26761 bsc#1230375).
  - Update
    patches.suse/driver-core-Fix-a-potential-null-ptr-deref-in-module.patch
    (git-fixes CVE-2024-47688 bsc#1232009).
  - Update
    patches.suse/driver-core-bus-Fix-double-free-in-driver-API-bus_re.patch
    (stable-fixes CVE-2024-50055 bsc#1232329).
  - Update
    patches.suse/drivers-media-dvb-frontends-rtl2830-fix-an-out-of-bo.patch
    (git-fixes CVE-2024-47697 bsc#1231858).
  - Update
    patches.suse/drivers-media-dvb-frontends-rtl2832-fix-an-out-of-bo.patch
    (git-fixes CVE-2024-47698 bsc#1231859).
  - Update
    patches.suse/drm-amd-display-Add-null-check-for-set_output_gamma-.patch
    (git-fixes CVE-2024-47720 bsc#1232043).
  - Update
    patches.suse/drm-amd-display-Check-null-pointer-before-dereferenc.patch
    (stable-fixes CVE-2024-50049 bsc#1232309).
  - Update
    patches.suse/drm-amd-display-fixed-integer-types-and-null-check-l.patch
    (git-fixes CVE-2024-26767 bsc#1230339).
  - Update
    patches.suse/drm-omapdrm-Add-missing-check-for-alloc_ordered_work.patch
    (git-fixes CVE-2024-49879 bsc#1232349).
  - Update
    patches.suse/drm-v3d-Stop-the-active-perfmon-before-being-destroy.patch
    (git-fixes CVE-2024-50031 bsc#1231947).
  - Update
    patches.suse/efistub-tpm-Use-ACPI-reclaim-memory-for-event-log-to.patch
    (stable-fixes CVE-2024-49858 bsc#1232251).
  - Update
    patches.suse/ep93xx-clock-Fix-off-by-one-in-ep93xx_div_recalc_rat.patch
    (git-fixes CVE-2024-47686 bsc#1232000).
  - Update
    patches.suse/exfat-fix-memory-leak-in-exfat_load_bitmap.patch
    (git-fixes CVE-2024-50013 bsc#1232080).
  - Update
    patches.suse/fbcon-Fix-a-NULL-pointer-dereference-issue-in-fbcon_.patch
    (stable-fixes CVE-2024-50048 bsc#1232310).
  - Update
    patches.suse/firmware-arm_scmi-Fix-double-free-in-OPTEE-transport.patch
    (git-fixes CVE-2024-49853 bsc#1232192).
  - Update patches.suse/firmware_loader-Block-path-traversal.patch
    (git-fixes CVE-2024-47742 bsc#1232126).
  - Update
    patches.suse/i2c-stm32f7-Do-not-prepare-unprepare-clock-during-ru.patch
    (git-fixes CVE-2024-49985 bsc#1232094).
  - Update
    patches.suse/i3c-master-cdns-Fix-use-after-free-vulnerability-in-.patch
    (stable-fixes CVE-2024-50061 bsc#1232263).
  - Update
    patches.suse/i3c-master-svc-Fix-use-after-free-vulnerability-in-s.patch
    (git-fixes CVE-2024-49874 bsc#1232295).
  - Update
    patches.suse/i40e-Fix-XDP-program-unloading-while-removing-the-dr.patch
    (git-fixes CVE-2024-41047 bsc#1228537).
  - Update
    patches.suse/idpf-fix-UAFs-when-destroying-the-queues.patch
    (git-fixes CVE-2024-44932 bsc#1229808).
  - Update
    patches.suse/idpf-fix-memory-leaks-and-crashes-while-performing-a.patch
    (git-fixes CVE-2024-44964 bsc#1230220).
  - Update
    patches.suse/iommufd-Protect-against-overflow-of-ALIGN-during-iov.patch
    (git-fixes CVE-2024-47719 bsc#1231865).
  - Update
    patches.suse/jffs2-prevent-xattr-node-from-overflowing-the-eraseblock.patch
    (git-fixes CVE-2024-38599 bsc#1226848 bsc#1223384).
  - Update patches.suse/jfs-Fix-uaf-in-dbFreeBits.patch (git-fixes
    CVE-2024-49903 bsc#1232362).
  - Update
    patches.suse/jfs-Fix-uninit-value-access-of-new_ea-in-ea_buffer.patch
    (git-fixes CVE-2024-49900 bsc#1232359).
  - Update
    patches.suse/jfs-check-if-leafidx-greater-than-num-leaves-per-dmap-tree.patch
    (git-fixes CVE-2024-49902 bsc#1232378).
  - Update
    patches.suse/jfs-fix-out-of-bounds-in-dbNextAG-and-diAlloc.patch
    (git-fixes CVE-2024-47723 bsc#1232050).
  - Update
    patches.suse/mailbox-bcm2835-Fix-timeout-during-suspend-mode.patch
    (git-fixes CVE-2024-49963 bsc#1232147).
  - Update
    patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch
    (bsc#1219596 CVE-2024-26758 bsc#1230341).
  - Update patches.suse/media-edia-dvbdev-fix-a-use-after-free.patch
    (git-fixes CVE-2024-27043 bsc#1223824 bsc#1218562).
  - Update
    patches.suse/media-i2c-ar0521-Use-cansleep-version-of-gpiod_set_v.patch
    (git-fixes CVE-2024-49961 bsc#1232148).
  - Update
    patches.suse/media-venus-fix-use-after-free-bug-in-venus_remove-d.patch
    (git-fixes CVE-2024-49981 bsc#1232098).
  - Update
    patches.suse/nbd-fix-race-between-timeout-and-normal-completion.patch
    (bsc#1230918 CVE-2024-49855 bsc#1232195).
  - Update
    patches.suse/net-phy-Remove-LED-entry-from-LEDs-list-on-unregiste.patch
    (git-fixes CVE-2024-50023 bsc#1231955).
  - Update
    patches.suse/net-test-for-not-too-small-csum_start-in-virtio_net_.patch
    (git-fixes CVE-2024-49947 bsc#1232162).
  - Update
    patches.suse/nfsd-call-cache_put-if-xdr_reserve_space-returns-NULL.patch
    (git-fixes CVE-2024-47737 bsc#1232056).
  - Update
    patches.suse/nfsd-map-the-EBADMSG-to-nfserr_io-to-avoid-warning.patch
    (git-fixes CVE-2024-49875 bsc#1232333).
  - Update
    patches.suse/nilfs2-fix-potential-null-ptr-deref-in-nilfs_btree_insert.patch
    (git-fixes CVE-2024-47699 bsc#1231916).
  - Update
    patches.suse/nilfs2-fix-potential-oob-read-in-nilfs_btree_check_delete.patch
    (git-fixes CVE-2024-47757 bsc#1232187).
  - Update
    patches.suse/nouveau-dmem-handle-kcalloc-allocation-failure.patch
    (git-fixes CVE-2024-26943 bsc#1230527).
  - Update
    patches.suse/ocfs2-cancel-dqi_sync_work-before-freeing-oinfo.patch
    (git-fixes CVE-2024-49966 bsc#1232141).
  - Update
    patches.suse/ocfs2-fix-null-ptr-deref-when-journal-load-failed.patch
    (git-fixes CVE-2024-49957 bsc#1232152).
  - Update
    patches.suse/ocfs2-fix-possible-null-ptr-deref-in-ocfs2_set_buffer_uptodate.patch
    (git-fixes CVE-2024-49877 bsc#1232339).
  - Update
    patches.suse/ocfs2-remove-unreasonable-unlock-in-ocfs2_read_blocks.patch
    (git-fixes CVE-2024-49965 bsc#1232142).
  - Update
    patches.suse/parport-Proper-fix-for-array-out-of-bounds-access.patch
    (git-fixes CVE-2024-50074 bsc#1232507).
  - Update
    patches.suse/pinctrl-apple-check-devm_kasprintf-returned-value.patch
    (git-fixes CVE-2024-50069 bsc#1232511).
  - Update
    patches.suse/platform-x86-ISST-Fix-the-KASAN-report-slab-out-of-b.patch
    (git-fixes CVE-2024-49886 bsc#1232196).
  - Update
    patches.suse/powercap-intel_rapl-Fix-off-by-one-in-get_rpi.patch
    (git-fixes CVE-2024-49862 bsc#1231871).
  - Update
    patches.suse/resource-fix-region_intersects-vs-add_memory_driver_.patch
    (git-fixes CVE-2024-49878 bsc#1232340).
  - Update
    patches.suse/scsi-fnic-Move-flush_work-initialization-out-of-if-b.patch
    (bsc#1230055 CVE-2024-50025 bsc#1231953).
  - Update
    patches.suse/scsi-lpfc-validate-hdwq-pointers-before-dereferencing-in.patch
    (bsc#1229429 jsc#PED-9899 CVE-2024-49891 bsc#1232218).
  - Update
    patches.suse/scsi-sd-Fix-off-by-one-error-in-sd_read_block_charac.patch
    (bsc#1223848 CVE-2024-47682 bsc#1231856).
  - Update
    patches.suse/serial-protect-uart_port_dtr_rts-in-uart_shutdown-to.patch
    (stable-fixes CVE-2024-50058 bsc#1232285).
  - Update
    patches.suse/tpm-Clean-up-TPM-space-after-command-failure.patch
    (git-fixes CVE-2024-49851 bsc#1232134).
  - Update
    patches.suse/tty-n_gsm-Fix-use-after-free-in-gsm_cleanup_mux.patch
    (stable-fixes CVE-2024-50073 bsc#1232520).
  - Update
    patches.suse/vhost-scsi-null-ptr-dereference-in-vhost_scsi_get_re.patch
    (git-fixes CVE-2024-49863 bsc#1232255).
  - Update
    patches.suse/vhost_vdpa-assign-irq-bypass-producer-token-correctl.patch
    (git-fixes CVE-2024-47748 bsc#1232174).
  - Update patches.suse/vmxnet3-Fix-missing-reserved-tailroom.patch
    (bsc#1226498 CVE-2024-27026 bsc#1223700).
  - Update
    patches.suse/vt-prevent-kernel-infoleak-in-con_font_get.patch
    (git-fixes CVE-2024-50076 bsc#1232505).
  - Update
    patches.suse/wifi-ath11k-fix-array-out-of-bound-access-in-SoC-sta.patch
    (stable-fixes CVE-2024-49930 bsc#1232260).
  - Update
    patches.suse/wifi-ath12k-fix-array-out-of-bound-access-in-SoC-sta.patch
    (stable-fixes CVE-2024-49931 bsc#1232275).
  - Update
    patches.suse/wifi-ath9k_htc-Use-__skb_set_length-for-resetting-ur.patch
    (stable-fixes CVE-2024-49938 bsc#1232552).
  - Update
    patches.suse/wifi-cfg80211-Set-correct-chandef-when-starting-CAC.patch
    (stable-fixes CVE-2024-49937 bsc#1232427).
  - Update
    patches.suse/wifi-iwlwifi-mvm-avoid-NULL-pointer-dereference.patch
    (stable-fixes CVE-2024-49929 bsc#1232253).
  - Update
    patches.suse/wifi-mac80211-don-t-use-rate-mask-for-offchannel-TX-.patch
    (git-fixes CVE-2024-47738 bsc#1232114).
  - Update
    patches.suse/wifi-mac80211-use-two-phase-skb-reclamation-in-ieee8.patch
    (git-fixes CVE-2024-47713 bsc#1232016).
  - Update
    patches.suse/wifi-mt76-mt7915-fix-oops-on-non-dbdc-mt7986.patch
    (git-fixes CVE-2024-47715 bsc#1231860).
  - Update
    patches.suse/wifi-mt76-mt7996-fix-NULL-pointer-dereference-in-mt7.patch
    (git-fixes CVE-2024-47681 bsc#1231855).
  - Update
    patches.suse/wifi-mt76-mt7996-use-hweight16-to-get-correct-tx-ant.patch
    (git-fixes CVE-2024-47714 bsc#1232018).
  - Update
    patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning.patch
    (stable-fixes CVE-2024-50008 bsc#1232317).
  - Update
    patches.suse/wifi-rtw88-always-wait-for-both-firmware-loading-att.patch
    (git-fixes CVE-2024-47718 bsc#1232015).
  - Update
    patches.suse/wifi-rtw89-avoid-reading-out-of-bounds-when-loading-.patch
    (stable-fixes CVE-2024-49928 bsc#1232250).
  - Update
    patches.suse/wifi-rtw89-avoid-to-add-interface-to-list-twice-when.patch
    (stable-fixes CVE-2024-49939 bsc#1232381).
  - Update
    patches.suse/wifi-wilc1000-fix-potential-RCU-dereference-issue-in.patch
    (git-fixes CVE-2024-47712 bsc#1232017).
  - Update
    patches.suse/xhci-tegra-fix-checked-USB2-port-number.patch
    (git-fixes CVE-2024-50075 bsc#1232506).
  - commit a270265
  - Update
    patches.suse/i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hci_dma.patch
    (git-fixes CVE-2023-52766 bsc#1230620).
  - Update
    patches.suse/media-pci-cx23885-check-cx23885_vdev_init-return.patch
    (stable-fixes CVE-2023-52918 bsc#1232047).
  - Update
    patches.suse/nfc-nci-fix-possible-NULL-pointer-dereference-in-sen.patch
    (git-fixes CVE-2023-52919 bsc#1231988).
  - Update
    patches.suse/ntb-intel-Fix-the-NULL-vs-IS_ERR-bug-for-debugfs_cre.patch
    (git-fixes CVE-2023-52917 bsc#1231849).
  - Update
    patches.suse/tcp-do-not-accept-ACK-of-bytes-we-never-sent.patch
    (CVE-2023-52881 bsc#1225611 bsc#1223384).
  - Update patches.suse/wifi-ath11k-fix-htt-pktlog-locking.patch
    (git-fixes CVE-2023-52800 bsc#1230600).
  - commit 9859953
  - NFSD: Force all NFSv4.2 COPY requests to be synchronous
    (CVE-2024-49974 bsc#1232383).
  - commit 16045fc

++++ kernel-rt_debug:

  - Update references for patches.suse/tracing-timerlat-Fix-a-race-during-cpuhp-processing.patch (CVE-2024-49866 bsc#1232259 git-fixes)
  - commit d9311d0
  - Move out-of-tree patch into a proper section
  - commit c581359
  - Revert "ALSA: hda/conexant: Mute speakers at suspend / shutdown"
    (bsc#1228269).
  - commit 13ce240
  - scsi: lpfc: Update lpfc version to 14.4.0.5 (bsc#1232757).
  - scsi: lpfc: Support loopback tests with VMID enabled
    (bsc#1232757).
  - scsi: lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR
    to KERN_WARNING (bsc#1232757).
  - scsi: lpfc: Ensure DA_ID handling completion before deleting
    an NPIV instance (bsc#1232757).
  - scsi: lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo
    handler (bsc#1232757).
  - scsi: lpfc: Restrict support for 32 byte CDBs to specific HBAs
    (bsc#1232757 bsc#1228119).
  - scsi: lpfc: Update phba link state conditional before sending
    CMF_SYNC_WQE (bsc#1232757).
  - scsi: lpfc: Add ELS_RSP cmd to the list of WQEs to flush in
    lpfc_els_flush_cmd() (bsc#1232757).
  - scsi: lpfc: Remove trailing space after \n newline
    (bsc#1232757).
  - commit 3cf27b4
  - ext4: fix timer use-after-free on failed mount (CVE-2024-49960
    bsc#1232395).
  - commit bd6997d
  - net/xen-netback: prevent UAF in xenvif_flush_hash()
    (CVE-2024-49936 bsc#1232424).
  - commit ae05dab
  - tipc: guard against string buffer overrun (CVE-2024-49995
    bsc#1232432).
  - commit ada263e
  - drm/amdkfd: amdkfd_free_gtt_mem clear the correct pointer
    (CVE-2024-49991 bsc#1232282).
  - commit 1b15839
  - nvme: re-fix error-handling for io_uring nvme-passthrough
    (git-fixes).
  - nvmet-auth: assign dh_key to NULL after kfree_sensitive
    (git-fixes).
  - nvme-pci: fix race condition between reset and
    nvme_dev_disable() (git-fixes).
  - nvme: null terminate nvme_tls_attrs (git-fixes).
  - nvme-pci: set doorbell config before unquiescing (git-fixes).
  - commit d7598b1
  - mm: split critical region in remap_file_pages() and invoke
    LSMs in between (CVE-2024-47745 bsc#1232135 git-fix).
  - commit 8228ecb
  - Add alt-commit to AMDGPU patch
  - commit 9e50980
  - phy: tegra: xusb: Add error pointer check in xusb.c (git-fixes).
  - phy: freescale: imx8m-pcie: Do CMN_RST just before PHY PLL
    lock check (git-fixes).
  - phy: ti: phy-j721e-wiz: fix usxgmii configuration (git-fixes).
  - phy: qcom: qmp-combo: move driver data initialisation earlier
    (git-fixes).
  - phy: qcom: qmp-usb: fix NULL-deref on runtime suspend
    (git-fixes).
  - dmaengine: ti: k3-udma: Set EOP for all TRs in cyclic BCDMA
    transfer (git-fixes).
  - dmaengine: sh: rz-dmac: handle configs where one address is zero
    (git-fixes).
  - Revert "driver core: Fix uevent_show() vs driver detach race"
    (git-fixes).
  - usb: phy: Fix API devm_usb_put_phy() can not release the phy
    (git-fixes).
  - usb: typec: fix unreleased fwnode_handle in
    typec_port_register_altmodes() (git-fixes).
  - xhci: Fix Link TRB DMA in command ring stopped completion event
    (git-fixes).
  - xhci: Use pm_runtime_get to prevent RPM on unsupported systems
    (git-fixes).
  - usbip: tools: Fix detach_port() invalid port error path
    (git-fixes).
  - iio: adc: ad7124: fix division by zero in
    ad7124_set_channel_odr() (git-fixes).
  - staging: iio: frequency: ad9832: fix division by zero in
    ad9832_calc_freqreg() (git-fixes).
  - iio: light: veml6030: fix microlux value calculation
    (git-fixes).
  - iio: gts-helper: Fix memory leaks for the error path of
    iio_gts_build_avail_scale_table() (git-fixes).
  - iio: gts-helper: Fix memory leaks in
    iio_gts_build_avail_scale_table() (git-fixes).
  - mei: use kvmalloc for read buffer (git-fixes).
  - Input: edt-ft5x06 - fix regmap leak when probe fails
    (git-fixes).
  - modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on
    32-bit host (git-fixes).
  - modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched
    endianness (git-fixes).
  - sumversion: Fix a memory leak in get_src_version() (git-fixes).
  - genirq/msi: Fix off-by-one error in msi_domain_alloc()
    (git-fixes).
  - commit df7fb9d
  - Refresh
    patches.suse/PCI-Fix-pci_enable_acs-support-for-the-ACS-quirks.patch.
    Update upstream status.
  - commit f283868
  - nfsd: cancel nfsd_shrinker_work using sync mode in
    nfs4_state_shutdown_net (git-fixes).
  - commit ed2b339
  - NFSv3: only use NFS timeout for MOUNT when protocols are
    compatible (bsc#1231016).
  - commit ddbeb4f
  - Update
    patches.suse/0002-x86-mm-ident_map-Use-gbpages-only-where-full-GB-page.patch
    (bsc#1220382 CVE-2024-50017 bsc#1232312).
  - Update patches.suse/ACPI-PAD-fix-crash-in-exit_round_robin.patch
    (stable-fixes CVE-2024-49935 bsc#1232370).
  - Update
    patches.suse/ACPI-battery-Fix-possible-crash-when-unregistering-a.patch
    (git-fixes CVE-2024-49955 bsc#1232154).
  - Update
    patches.suse/ACPI-sysfs-validate-return-type-of-_STR-method.patch
    (git-fixes CVE-2024-49860 bsc#1231861).
  - Update
    patches.suse/ACPICA-check-null-return-of-ACPI_ALLOCATE_ZEROED-in-.patch
    (stable-fixes CVE-2024-49962 bsc#1232314).
  - Update
    patches.suse/ALSA-asihpi-Fix-potential-OOB-array-access.patch
    (stable-fixes CVE-2024-50007 bsc#1232394).
  - Update
    patches.suse/Bluetooth-Call-iso_exit-on-module-unload.patch
    (git-fixes CVE-2024-50078 bsc#1232503).
  - Update
    patches.suse/Bluetooth-ISO-Fix-multiple-init-when-debugfs-is-disa.patch
    (git-fixes CVE-2024-50077 bsc#1232504).
  - Update
    patches.suse/Bluetooth-RFCOMM-FIX-possible-deadlock-in-rfcomm_sk_.patch
    (git-fixes CVE-2024-50044 bsc#1231904).
  - Update
    patches.suse/IB-core-Fix-ib_cache_setup_one-error-flow-cleanup.patch
    (git-fixes CVE-2024-47693 bsc#1232013).
  - Update
    patches.suse/IB-core-Implement-a-limit-on-UMAD-receive-List.patch
    (bsc#1228743 CVE-2024-42145 bsc#1223384).
  - Update
    patches.suse/Input-adp5589-keys-fix-NULL-pointer-dereference.patch
    (git-fixes CVE-2024-49871 bsc#1232287).
  - Update
    patches.suse/KEYS-prevent-NULL-pointer-dereference-in-find_asymme.patch
    (git-fixes CVE-2024-47743 bsc#1232129).
  - Update
    patches.suse/KVM-Use-dedicated-mutex-to-protect-kvm_usage_count-t.patch
    (git-fixes CVE-2024-47744 bsc#1232132).
  - Update
    patches.suse/PCI-keystone-Fix-if-statement-expression-in-ks_pcie_.patch
    (git-fixes CVE-2024-47756 bsc#1232185).
  - Update
    patches.suse/PCI-kirin-Fix-buffer-overflow-in-kirin_pcie_parse_po.patch
    (git-fixes CVE-2024-47751 bsc#1232127).
  - Update
    patches.suse/RDMA-cxgb4-Added-NULL-check-for-lookup_atid.patch
    (git-fixes CVE-2024-47749 bsc#1232180).
  - Update
    patches.suse/RDMA-hns-Fix-Use-After-Free-of-rsv_qp-on-HIP08.patch
    (git-fixes CVE-2024-47750 bsc#1232182).
  - Update
    patches.suse/RDMA-hns-Fix-spin_unlock_irqrestore-called-with-IRQs.patch
    (git-fixes CVE-2024-47735 bsc#1232111).
  - Update
    patches.suse/RDMA-iwcm-Fix-WARNING-at_kernel-workqueue.c-check_fl.patch
    (git-fixes CVE-2024-47696 bsc#1231864).
  - Update
    patches.suse/RDMA-rtrs-clt-Reset-cid-to-con_num-1-to-stay-in-boun.patch
    (git-fixes CVE-2024-47695 bsc#1231931).
  - Update
    patches.suse/RDMA-rtrs-srv-Avoid-null-pointer-deref-during-path-e.patch
    (git-fixes CVE-2024-50062 bsc#1232232).
  - Update
    patches.suse/aoe-fix-the-potential-use-after-free-problem-in-more.patch
    (bsc#1218562 CVE-2023-6270 CVE-2024-49982 bsc#1232097).
  - Update
    patches.suse/bpf-Fail-verification-for-sign-extension-of-packet-d.patch
    (git-fixes CVE-2024-47702 bsc#1231924).
  - Update
    patches.suse/bpf-Fix-helper-writes-to-read-only-maps.patch
    (git-fixes CVE-2024-49861 bsc#1232254).
  - Update
    patches.suse/bpf-Fix-use-after-free-in-bpf_uprobe_multi_link_attach.patch
    (git-fixes CVE-2024-47675 bsc#1231926).
  - Update
    patches.suse/bpf-Zero-former-ARG_PTR_TO_-LONG-INT-args-in-case-of.patch
    (git-fixes CVE-2024-47728 bsc#1232076).
  - Update
    patches.suse/bpf-correctly-handle-malformed-BPF_CORE_TYPE_ID_LOCA.patch
    (git-fixes CVE-2024-49850 bsc#1232189).
  - Update
    patches.suse/cachefiles-fix-dentry-leak-in-cachefiles_open_file.patch
    (bsc#1231183 CVE-2024-49870 bsc#1232279).
  - Update
    patches.suse/can-bcm-Clear-bo-bcm_proc_read-after-remove_proc_ent.patch
    (git-fixes CVE-2024-47709 bsc#1232048).
  - Update
    patches.suse/crypto-iaa-Fix-potential-use-after-free-bug.patch
    (git-fixes CVE-2024-47732 bsc#1232109).
  - Update
    patches.suse/cxl-pci-Fix-disabling-memory-if-DVSEC-CXL-Range-does.patch
    (git-fixes CVE-2024-26761 bsc#1230375).
  - Update
    patches.suse/driver-core-Fix-a-potential-null-ptr-deref-in-module.patch
    (git-fixes CVE-2024-47688 bsc#1232009).
  - Update
    patches.suse/driver-core-bus-Fix-double-free-in-driver-API-bus_re.patch
    (stable-fixes CVE-2024-50055 bsc#1232329).
  - Update
    patches.suse/drivers-media-dvb-frontends-rtl2830-fix-an-out-of-bo.patch
    (git-fixes CVE-2024-47697 bsc#1231858).
  - Update
    patches.suse/drivers-media-dvb-frontends-rtl2832-fix-an-out-of-bo.patch
    (git-fixes CVE-2024-47698 bsc#1231859).
  - Update
    patches.suse/drm-amd-display-Add-null-check-for-set_output_gamma-.patch
    (git-fixes CVE-2024-47720 bsc#1232043).
  - Update
    patches.suse/drm-amd-display-Check-null-pointer-before-dereferenc.patch
    (stable-fixes CVE-2024-50049 bsc#1232309).
  - Update
    patches.suse/drm-amd-display-fixed-integer-types-and-null-check-l.patch
    (git-fixes CVE-2024-26767 bsc#1230339).
  - Update
    patches.suse/drm-omapdrm-Add-missing-check-for-alloc_ordered_work.patch
    (git-fixes CVE-2024-49879 bsc#1232349).
  - Update
    patches.suse/drm-v3d-Stop-the-active-perfmon-before-being-destroy.patch
    (git-fixes CVE-2024-50031 bsc#1231947).
  - Update
    patches.suse/efistub-tpm-Use-ACPI-reclaim-memory-for-event-log-to.patch
    (stable-fixes CVE-2024-49858 bsc#1232251).
  - Update
    patches.suse/ep93xx-clock-Fix-off-by-one-in-ep93xx_div_recalc_rat.patch
    (git-fixes CVE-2024-47686 bsc#1232000).
  - Update
    patches.suse/exfat-fix-memory-leak-in-exfat_load_bitmap.patch
    (git-fixes CVE-2024-50013 bsc#1232080).
  - Update
    patches.suse/fbcon-Fix-a-NULL-pointer-dereference-issue-in-fbcon_.patch
    (stable-fixes CVE-2024-50048 bsc#1232310).
  - Update
    patches.suse/firmware-arm_scmi-Fix-double-free-in-OPTEE-transport.patch
    (git-fixes CVE-2024-49853 bsc#1232192).
  - Update patches.suse/firmware_loader-Block-path-traversal.patch
    (git-fixes CVE-2024-47742 bsc#1232126).
  - Update
    patches.suse/i2c-stm32f7-Do-not-prepare-unprepare-clock-during-ru.patch
    (git-fixes CVE-2024-49985 bsc#1232094).
  - Update
    patches.suse/i3c-master-cdns-Fix-use-after-free-vulnerability-in-.patch
    (stable-fixes CVE-2024-50061 bsc#1232263).
  - Update
    patches.suse/i3c-master-svc-Fix-use-after-free-vulnerability-in-s.patch
    (git-fixes CVE-2024-49874 bsc#1232295).
  - Update
    patches.suse/i40e-Fix-XDP-program-unloading-while-removing-the-dr.patch
    (git-fixes CVE-2024-41047 bsc#1228537).
  - Update
    patches.suse/idpf-fix-UAFs-when-destroying-the-queues.patch
    (git-fixes CVE-2024-44932 bsc#1229808).
  - Update
    patches.suse/idpf-fix-memory-leaks-and-crashes-while-performing-a.patch
    (git-fixes CVE-2024-44964 bsc#1230220).
  - Update
    patches.suse/iommufd-Protect-against-overflow-of-ALIGN-during-iov.patch
    (git-fixes CVE-2024-47719 bsc#1231865).
  - Update
    patches.suse/jffs2-prevent-xattr-node-from-overflowing-the-eraseblock.patch
    (git-fixes CVE-2024-38599 bsc#1226848 bsc#1223384).
  - Update patches.suse/jfs-Fix-uaf-in-dbFreeBits.patch (git-fixes
    CVE-2024-49903 bsc#1232362).
  - Update
    patches.suse/jfs-Fix-uninit-value-access-of-new_ea-in-ea_buffer.patch
    (git-fixes CVE-2024-49900 bsc#1232359).
  - Update
    patches.suse/jfs-check-if-leafidx-greater-than-num-leaves-per-dmap-tree.patch
    (git-fixes CVE-2024-49902 bsc#1232378).
  - Update
    patches.suse/jfs-fix-out-of-bounds-in-dbNextAG-and-diAlloc.patch
    (git-fixes CVE-2024-47723 bsc#1232050).
  - Update
    patches.suse/mailbox-bcm2835-Fix-timeout-during-suspend-mode.patch
    (git-fixes CVE-2024-49963 bsc#1232147).
  - Update
    patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch
    (bsc#1219596 CVE-2024-26758 bsc#1230341).
  - Update patches.suse/media-edia-dvbdev-fix-a-use-after-free.patch
    (git-fixes CVE-2024-27043 bsc#1223824 bsc#1218562).
  - Update
    patches.suse/media-i2c-ar0521-Use-cansleep-version-of-gpiod_set_v.patch
    (git-fixes CVE-2024-49961 bsc#1232148).
  - Update
    patches.suse/media-venus-fix-use-after-free-bug-in-venus_remove-d.patch
    (git-fixes CVE-2024-49981 bsc#1232098).
  - Update
    patches.suse/nbd-fix-race-between-timeout-and-normal-completion.patch
    (bsc#1230918 CVE-2024-49855 bsc#1232195).
  - Update
    patches.suse/net-phy-Remove-LED-entry-from-LEDs-list-on-unregiste.patch
    (git-fixes CVE-2024-50023 bsc#1231955).
  - Update
    patches.suse/net-test-for-not-too-small-csum_start-in-virtio_net_.patch
    (git-fixes CVE-2024-49947 bsc#1232162).
  - Update
    patches.suse/nfsd-call-cache_put-if-xdr_reserve_space-returns-NULL.patch
    (git-fixes CVE-2024-47737 bsc#1232056).
  - Update
    patches.suse/nfsd-map-the-EBADMSG-to-nfserr_io-to-avoid-warning.patch
    (git-fixes CVE-2024-49875 bsc#1232333).
  - Update
    patches.suse/nilfs2-fix-potential-null-ptr-deref-in-nilfs_btree_insert.patch
    (git-fixes CVE-2024-47699 bsc#1231916).
  - Update
    patches.suse/nilfs2-fix-potential-oob-read-in-nilfs_btree_check_delete.patch
    (git-fixes CVE-2024-47757 bsc#1232187).
  - Update
    patches.suse/nouveau-dmem-handle-kcalloc-allocation-failure.patch
    (git-fixes CVE-2024-26943 bsc#1230527).
  - Update
    patches.suse/ocfs2-cancel-dqi_sync_work-before-freeing-oinfo.patch
    (git-fixes CVE-2024-49966 bsc#1232141).
  - Update
    patches.suse/ocfs2-fix-null-ptr-deref-when-journal-load-failed.patch
    (git-fixes CVE-2024-49957 bsc#1232152).
  - Update
    patches.suse/ocfs2-fix-possible-null-ptr-deref-in-ocfs2_set_buffer_uptodate.patch
    (git-fixes CVE-2024-49877 bsc#1232339).
  - Update
    patches.suse/ocfs2-remove-unreasonable-unlock-in-ocfs2_read_blocks.patch
    (git-fixes CVE-2024-49965 bsc#1232142).
  - Update
    patches.suse/parport-Proper-fix-for-array-out-of-bounds-access.patch
    (git-fixes CVE-2024-50074 bsc#1232507).
  - Update
    patches.suse/pinctrl-apple-check-devm_kasprintf-returned-value.patch
    (git-fixes CVE-2024-50069 bsc#1232511).
  - Update
    patches.suse/platform-x86-ISST-Fix-the-KASAN-report-slab-out-of-b.patch
    (git-fixes CVE-2024-49886 bsc#1232196).
  - Update
    patches.suse/powercap-intel_rapl-Fix-off-by-one-in-get_rpi.patch
    (git-fixes CVE-2024-49862 bsc#1231871).
  - Update
    patches.suse/resource-fix-region_intersects-vs-add_memory_driver_.patch
    (git-fixes CVE-2024-49878 bsc#1232340).
  - Update
    patches.suse/scsi-fnic-Move-flush_work-initialization-out-of-if-b.patch
    (bsc#1230055 CVE-2024-50025 bsc#1231953).
  - Update
    patches.suse/scsi-lpfc-validate-hdwq-pointers-before-dereferencing-in.patch
    (bsc#1229429 jsc#PED-9899 CVE-2024-49891 bsc#1232218).
  - Update
    patches.suse/scsi-sd-Fix-off-by-one-error-in-sd_read_block_charac.patch
    (bsc#1223848 CVE-2024-47682 bsc#1231856).
  - Update
    patches.suse/serial-protect-uart_port_dtr_rts-in-uart_shutdown-to.patch
    (stable-fixes CVE-2024-50058 bsc#1232285).
  - Update
    patches.suse/tpm-Clean-up-TPM-space-after-command-failure.patch
    (git-fixes CVE-2024-49851 bsc#1232134).
  - Update
    patches.suse/tty-n_gsm-Fix-use-after-free-in-gsm_cleanup_mux.patch
    (stable-fixes CVE-2024-50073 bsc#1232520).
  - Update
    patches.suse/vhost-scsi-null-ptr-dereference-in-vhost_scsi_get_re.patch
    (git-fixes CVE-2024-49863 bsc#1232255).
  - Update
    patches.suse/vhost_vdpa-assign-irq-bypass-producer-token-correctl.patch
    (git-fixes CVE-2024-47748 bsc#1232174).
  - Update patches.suse/vmxnet3-Fix-missing-reserved-tailroom.patch
    (bsc#1226498 CVE-2024-27026 bsc#1223700).
  - Update
    patches.suse/vt-prevent-kernel-infoleak-in-con_font_get.patch
    (git-fixes CVE-2024-50076 bsc#1232505).
  - Update
    patches.suse/wifi-ath11k-fix-array-out-of-bound-access-in-SoC-sta.patch
    (stable-fixes CVE-2024-49930 bsc#1232260).
  - Update
    patches.suse/wifi-ath12k-fix-array-out-of-bound-access-in-SoC-sta.patch
    (stable-fixes CVE-2024-49931 bsc#1232275).
  - Update
    patches.suse/wifi-ath9k_htc-Use-__skb_set_length-for-resetting-ur.patch
    (stable-fixes CVE-2024-49938 bsc#1232552).
  - Update
    patches.suse/wifi-cfg80211-Set-correct-chandef-when-starting-CAC.patch
    (stable-fixes CVE-2024-49937 bsc#1232427).
  - Update
    patches.suse/wifi-iwlwifi-mvm-avoid-NULL-pointer-dereference.patch
    (stable-fixes CVE-2024-49929 bsc#1232253).
  - Update
    patches.suse/wifi-mac80211-don-t-use-rate-mask-for-offchannel-TX-.patch
    (git-fixes CVE-2024-47738 bsc#1232114).
  - Update
    patches.suse/wifi-mac80211-use-two-phase-skb-reclamation-in-ieee8.patch
    (git-fixes CVE-2024-47713 bsc#1232016).
  - Update
    patches.suse/wifi-mt76-mt7915-fix-oops-on-non-dbdc-mt7986.patch
    (git-fixes CVE-2024-47715 bsc#1231860).
  - Update
    patches.suse/wifi-mt76-mt7996-fix-NULL-pointer-dereference-in-mt7.patch
    (git-fixes CVE-2024-47681 bsc#1231855).
  - Update
    patches.suse/wifi-mt76-mt7996-use-hweight16-to-get-correct-tx-ant.patch
    (git-fixes CVE-2024-47714 bsc#1232018).
  - Update
    patches.suse/wifi-mwifiex-Fix-memcpy-field-spanning-write-warning.patch
    (stable-fixes CVE-2024-50008 bsc#1232317).
  - Update
    patches.suse/wifi-rtw88-always-wait-for-both-firmware-loading-att.patch
    (git-fixes CVE-2024-47718 bsc#1232015).
  - Update
    patches.suse/wifi-rtw89-avoid-reading-out-of-bounds-when-loading-.patch
    (stable-fixes CVE-2024-49928 bsc#1232250).
  - Update
    patches.suse/wifi-rtw89-avoid-to-add-interface-to-list-twice-when.patch
    (stable-fixes CVE-2024-49939 bsc#1232381).
  - Update
    patches.suse/wifi-wilc1000-fix-potential-RCU-dereference-issue-in.patch
    (git-fixes CVE-2024-47712 bsc#1232017).
  - Update
    patches.suse/xhci-tegra-fix-checked-USB2-port-number.patch
    (git-fixes CVE-2024-50075 bsc#1232506).
  - commit a270265
  - Update
    patches.suse/i3c-mipi-i3c-hci-Fix-out-of-bounds-access-in-hci_dma.patch
    (git-fixes CVE-2023-52766 bsc#1230620).
  - Update
    patches.suse/media-pci-cx23885-check-cx23885_vdev_init-return.patch
    (stable-fixes CVE-2023-52918 bsc#1232047).
  - Update
    patches.suse/nfc-nci-fix-possible-NULL-pointer-dereference-in-sen.patch
    (git-fixes CVE-2023-52919 bsc#1231988).
  - Update
    patches.suse/ntb-intel-Fix-the-NULL-vs-IS_ERR-bug-for-debugfs_cre.patch
    (git-fixes CVE-2023-52917 bsc#1231849).
  - Update
    patches.suse/tcp-do-not-accept-ACK-of-bytes-we-never-sent.patch
    (CVE-2023-52881 bsc#1225611 bsc#1223384).
  - Update patches.suse/wifi-ath11k-fix-htt-pktlog-locking.patch
    (git-fixes CVE-2023-52800 bsc#1230600).
  - commit 9859953
  - NFSD: Force all NFSv4.2 COPY requests to be synchronous
    (CVE-2024-49974 bsc#1232383).
  - commit 16045fc

++++ multipath-tools:

  - Update to version 0.10.0+106+suse.ffbdb7a:
    * Fix reboot hang if uevent is processed for suspended device
    (bsc#1232063)

------------------------------------------------------------------
------------------  2024-11-3  -  Nov 3 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix rendering of SUSE docs
    The SUSE documentation is produced through a conversion
    of the ReST source into docbook. The name kiwi is reserved
    in the index and needs to be referenced as kiwi-ng when
    used as command.
  - Remove tox dependency
    tox was used as sort of a make target to run unit tests
    and more in a python virtualenv. However, since we switched
    everything to poetry it's no longer needed to let tox create
    the python virtual environments. This commit moves the tox
    targets into the Makefile and adapts the github workflow
    files accordingly. In addition the scripts container based
    tests were re-activated and fixed such that they succeed
    again.

++++ kernel-default:

  - fgraph: Change the name of cpuhp state to "fgraph:online"
    (git-fixes).
  - commit 59421b3
  - fgraph: Fix missing unlock in register_ftrace_graph()
    (git-fixes).
  - commit 60d91ed
  - fs/9p: drop inodes immediately on non-.L too (git-fixes).
  - commit 5fa5f19
  - 9p: explicitly deny setlease attempts (git-fixes).
  - commit 474852b
  - fs/9p: fix the cache always being enabled on files with qid
    flags (git-fixes).
  - commit 362152c
  - zonefs: Improve error handling (git-fixes).
  - commit cb63c4c
  - debugfs: fix automount d_fsdata usage (git-fixes).
  - commit 5f78a06
  - splice: fsnotify_access(in), fsnotify_modify(out) on success
    in tee (git-fixes).
  - commit d518e6d
  - splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice
    (git-fixes).
  - commit d630f18
  - splice: always fsnotify_access(in), fsnotify_modify(out)
    on success (git-fixes).
  - commit e7f8947
  - keys: Fix overwrite of key expiration on instantiation
    (git-fixes).
  - commit 323181d
  - audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()
    (git-fixes).
  - commit e2db423
  - ocfs2: fix uninit-value in ocfs2_get_block() (git-fixes).
  - commit 426a4b1
  - keys, dns: Allow key types (eg. DNS) to be reclaimed immediately
    on expiry (git-fixes).
  - commit ce262a7
  - Revert "KEYS: encrypted: Add check for strsep" (git-fixes).
  - commit 7aa308c
  - ubifs: add check for crypto_shash_tfm_digest (git-fixes).
  - commit ea9ba15
  - ubifs: dbg_orphan_check: Fix missed key type checking
    (git-fixes).
  - commit 465ad1a
  - ubifs: Fix adding orphan entry twice for the same inode
    (git-fixes).
  - commit 93096ab
  - Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in
    error path" (git-fixes).
  - commit 0a7c17d
  - ubifs: Fix unattached xattr inode if powercut happens after
    deleting (git-fixes).
  - commit 6c90268
  - audit: don't take task_lock() in audit_exe_compare() code path
    (git-fixes).
  - Refresh patches.suse/vfs-add-super_operations-get_inode_dev.
  - commit d4e23ef
  - uprobes: fix kernel info leak via "[uprobes]" vma (bsc#1231114
    CVE-2024-46828).
  - uprobes: turn xol_area->pages into xol_area->page (bsc#1231114).
  - uprobes: introduce the global struct vm_special_mapping
    xol_mapping (bsc#1231114).
  - commit 4f9954c
  - sched: sch_cake: fix bulk flow accounting logic for host
    fairness (bsc#1231114 CVE-2024-46828).
  - commit ad42d5f
  - xfs: fix finding a last resort AG in xfs_filestream_pick_ag
    (git-fixes).
  - commit a10af4c

++++ kernel-rt:

  - fgraph: Change the name of cpuhp state to "fgraph:online"
    (git-fixes).
  - commit 59421b3
  - fgraph: Fix missing unlock in register_ftrace_graph()
    (git-fixes).
  - commit 60d91ed
  - fs/9p: drop inodes immediately on non-.L too (git-fixes).
  - commit 5fa5f19
  - 9p: explicitly deny setlease attempts (git-fixes).
  - commit 474852b
  - fs/9p: fix the cache always being enabled on files with qid
    flags (git-fixes).
  - commit 362152c
  - zonefs: Improve error handling (git-fixes).
  - commit cb63c4c
  - debugfs: fix automount d_fsdata usage (git-fixes).
  - commit 5f78a06
  - splice: fsnotify_access(in), fsnotify_modify(out) on success
    in tee (git-fixes).
  - commit d518e6d
  - splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice
    (git-fixes).
  - commit d630f18
  - splice: always fsnotify_access(in), fsnotify_modify(out)
    on success (git-fixes).
  - commit e7f8947
  - keys: Fix overwrite of key expiration on instantiation
    (git-fixes).
  - commit 323181d
  - audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()
    (git-fixes).
  - commit e2db423
  - ocfs2: fix uninit-value in ocfs2_get_block() (git-fixes).
  - commit 426a4b1
  - keys, dns: Allow key types (eg. DNS) to be reclaimed immediately
    on expiry (git-fixes).
  - commit ce262a7
  - Revert "KEYS: encrypted: Add check for strsep" (git-fixes).
  - commit 7aa308c
  - ubifs: add check for crypto_shash_tfm_digest (git-fixes).
  - commit ea9ba15
  - ubifs: dbg_orphan_check: Fix missed key type checking
    (git-fixes).
  - commit 465ad1a
  - ubifs: Fix adding orphan entry twice for the same inode
    (git-fixes).
  - commit 93096ab
  - Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in
    error path" (git-fixes).
  - commit 0a7c17d
  - ubifs: Fix unattached xattr inode if powercut happens after
    deleting (git-fixes).
  - commit 6c90268
  - audit: don't take task_lock() in audit_exe_compare() code path
    (git-fixes).
  - Refresh patches.suse/vfs-add-super_operations-get_inode_dev.
  - commit d4e23ef
  - uprobes: fix kernel info leak via "[uprobes]" vma (bsc#1231114
    CVE-2024-46828).
  - uprobes: turn xol_area->pages into xol_area->page (bsc#1231114).
  - uprobes: introduce the global struct vm_special_mapping
    xol_mapping (bsc#1231114).
  - commit 4f9954c
  - sched: sch_cake: fix bulk flow accounting logic for host
    fairness (bsc#1231114 CVE-2024-46828).
  - commit ad42d5f
  - xfs: fix finding a last resort AG in xfs_filestream_pick_ag
    (git-fixes).
  - commit a10af4c

++++ kernel-rt_debug:

  - fgraph: Change the name of cpuhp state to "fgraph:online"
    (git-fixes).
  - commit 59421b3
  - fgraph: Fix missing unlock in register_ftrace_graph()
    (git-fixes).
  - commit 60d91ed
  - fs/9p: drop inodes immediately on non-.L too (git-fixes).
  - commit 5fa5f19
  - 9p: explicitly deny setlease attempts (git-fixes).
  - commit 474852b
  - fs/9p: fix the cache always being enabled on files with qid
    flags (git-fixes).
  - commit 362152c
  - zonefs: Improve error handling (git-fixes).
  - commit cb63c4c
  - debugfs: fix automount d_fsdata usage (git-fixes).
  - commit 5f78a06
  - splice: fsnotify_access(in), fsnotify_modify(out) on success
    in tee (git-fixes).
  - commit d518e6d
  - splice: fsnotify_access(fd)/fsnotify_modify(fd) in vmsplice
    (git-fixes).
  - commit d630f18
  - splice: always fsnotify_access(in), fsnotify_modify(out)
    on success (git-fixes).
  - commit e7f8947
  - keys: Fix overwrite of key expiration on instantiation
    (git-fixes).
  - commit 323181d
  - audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()
    (git-fixes).
  - commit e2db423
  - ocfs2: fix uninit-value in ocfs2_get_block() (git-fixes).
  - commit 426a4b1
  - keys, dns: Allow key types (eg. DNS) to be reclaimed immediately
    on expiry (git-fixes).
  - commit ce262a7
  - Revert "KEYS: encrypted: Add check for strsep" (git-fixes).
  - commit 7aa308c
  - ubifs: add check for crypto_shash_tfm_digest (git-fixes).
  - commit ea9ba15
  - ubifs: dbg_orphan_check: Fix missed key type checking
    (git-fixes).
  - commit 465ad1a
  - ubifs: Fix adding orphan entry twice for the same inode
    (git-fixes).
  - commit 93096ab
  - Revert "ubifs: ubifs_symlink: Fix memleak of inode->i_link in
    error path" (git-fixes).
  - commit 0a7c17d
  - ubifs: Fix unattached xattr inode if powercut happens after
    deleting (git-fixes).
  - commit 6c90268
  - audit: don't take task_lock() in audit_exe_compare() code path
    (git-fixes).
  - Refresh patches.suse/vfs-add-super_operations-get_inode_dev.
  - commit d4e23ef
  - uprobes: fix kernel info leak via "[uprobes]" vma (bsc#1231114
    CVE-2024-46828).
  - uprobes: turn xol_area->pages into xol_area->page (bsc#1231114).
  - uprobes: introduce the global struct vm_special_mapping
    xol_mapping (bsc#1231114).
  - commit 4f9954c
  - sched: sch_cake: fix bulk flow accounting logic for host
    fairness (bsc#1231114 CVE-2024-46828).
  - commit ad42d5f
  - xfs: fix finding a last resort AG in xfs_filestream_pick_ag
    (git-fixes).
  - commit a10af4c

------------------------------------------------------------------
------------------  2024-11-2  -  Nov 2 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - static_call: Handle module init failure correctly in
    static_call_del_module() (bsc#1232083 CVE-2024-50002).
  - commit af953b9
  - ALSA: hda/realtek: Refactor and simplify Samsung Galaxy Book
    init (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-quirk-for-Huawei-MateBook-13-KL.patch.
  - commit 98d4026
  - ALSA: hda/realtek: Enable mic on Vaio VJFH52 (stable-fixes).
  - commit 7075c22
  - ALSA: hda/realtek: tas2781: Fix ROG ALLY X audio (stable-fixes).
  - commit e26a542
  - ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6
    mb1 (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3
    (stable-fixes).
  - ALSA: usb-audio: Add quirks for Dell WD19 dock (stable-fixes).
  - ASoC: dapm: fix bounds checker error in dapm_widget_list_create
    (git-fixes).
  - ASoC: Intel: sst: Fix used of uninitialized ctx to log an error
    (git-fixes).
  - ASoC: Intel: sst: Support LPE0F28 ACPI HID (stable-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla
    10 tablet (stable-fixes).
  - ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated
    codec (stable-fixes).
  - ASoC: codecs: rt5640: Always disable IRQs from
    rt5640_cancel_work() (stable-fixes).
  - ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13
    (stable-fixes).
  - ALSA: hda/realtek: Limit internal Mic boost on Dell platform
    (stable-fixes).
  - commit 0d350ca
  - drm/mediatek: Fix get efuse issue for MT8188 DPTX (git-fixes).
  - drm/amd/pm: Vangogh: Fix kernel memory out of bounds write
    (git-fixes).
  - ACPI: CPPC: Make rmw_lock a raw_spin_lock (git-fixes).
  - firmware: arm_sdei: Fix the input parameter of
    cpuhp_remove_state() (git-fixes).
  - kasan: Fix Software Tag-Based KASAN with GCC (git-fixes).
  - commit 2a07e04
  - Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
    (git-fixes).
  - wifi: cfg80211: clear wdev->cqm_config pointer on free
    (git-fixes).
  - Revert "wifi: iwlwifi: remove retry loops in start" (git-fixes).
  - wifi: iwlwifi: mvm: don't add default link in fw restart flow
    (git-fixes).
  - wifi: iwlwifi: mvm: Fix response handling in
    iwl_mvm_send_recovery_cmd() (git-fixes).
  - wifi: iwlwifi: mvm: don't leak a link on AP removal (git-fixes).
  - wifi: ath11k: Fix invalid ring usage in full monitor mode
    (git-fixes).
  - wifi: ath10k: Fix memory leak in management tx (git-fixes).
  - wifi: brcm80211: BRCM_TRACING should depend on TRACING
    (git-fixes).
  - wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
    (git-fixes).
  - wifi: mac80211: do not pass a stopped vif to the driver in
    .get_txpower (git-fixes).
  - mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
    (git-fixes).
  - wifi: iwlegacy: Fix "field-spanning write" warning in
    il_enqueue_hcmd() (git-fixes).
  - ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()
    (git-fixes).
  - platform/x86: dell-wmi: Ignore suspend notifications
    (stable-fixes).
  - ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix
    initial lid detection issue (stable-fixes).
  - ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
    (stable-fixes).
  - drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
    (stable-fixes).
  - drm/amd: Guard against bad data for ATIF ACPI method
    (git-fixes).
  - usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING
    store (git-fixes).
  - accel/qaic: Fix the for loop used to walk SG table (git-fixes).
  - drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
    (git-fixes).
  - drm/msm/dpu: don't always program merge_3d block (git-fixes).
  - drm/msm: Allocate memory for disp snapshot with kvzalloc()
    (git-fixes).
  - drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
    (git-fixes).
  - drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate
    calculation (git-fixes).
  - drm/msm/dsi: improve/fix dsc pclk calculation (git-fixes).
  - drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
    (git-fixes).
  - drm/msm/dpu: move CRTC resource assignment to
    dpu_encoder_virt_atomic_check (git-fixes).
  - drm/msm/dpu: make sure phys resources are properly initialized
    (git-fixes).
  - platform/x86: dell-sysman: add support for alienware products
    (stable-fixes).
  - drm/vboxvideo: Replace fake VLA at end of
    vbva_mouse_pointer_shape with real VLA (stable-fixes).
  - usb: gadget: f_uac2: fix non-newline-terminated function name
    (stable-fixes).
  - usb: gadget: f_uac2: Replace snprintf() with the safer
    scnprintf() variant (stable-fixes).
  - commit 09f40f7

++++ kernel-rt:

  - static_call: Handle module init failure correctly in
    static_call_del_module() (bsc#1232083 CVE-2024-50002).
  - commit af953b9
  - ALSA: hda/realtek: Refactor and simplify Samsung Galaxy Book
    init (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-quirk-for-Huawei-MateBook-13-KL.patch.
  - commit 98d4026
  - ALSA: hda/realtek: Enable mic on Vaio VJFH52 (stable-fixes).
  - commit 7075c22
  - ALSA: hda/realtek: tas2781: Fix ROG ALLY X audio (stable-fixes).
  - commit e26a542
  - ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6
    mb1 (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3
    (stable-fixes).
  - ALSA: usb-audio: Add quirks for Dell WD19 dock (stable-fixes).
  - ASoC: dapm: fix bounds checker error in dapm_widget_list_create
    (git-fixes).
  - ASoC: Intel: sst: Fix used of uninitialized ctx to log an error
    (git-fixes).
  - ASoC: Intel: sst: Support LPE0F28 ACPI HID (stable-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla
    10 tablet (stable-fixes).
  - ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated
    codec (stable-fixes).
  - ASoC: codecs: rt5640: Always disable IRQs from
    rt5640_cancel_work() (stable-fixes).
  - ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13
    (stable-fixes).
  - ALSA: hda/realtek: Limit internal Mic boost on Dell platform
    (stable-fixes).
  - commit 0d350ca
  - drm/mediatek: Fix get efuse issue for MT8188 DPTX (git-fixes).
  - drm/amd/pm: Vangogh: Fix kernel memory out of bounds write
    (git-fixes).
  - ACPI: CPPC: Make rmw_lock a raw_spin_lock (git-fixes).
  - firmware: arm_sdei: Fix the input parameter of
    cpuhp_remove_state() (git-fixes).
  - kasan: Fix Software Tag-Based KASAN with GCC (git-fixes).
  - commit 2a07e04
  - Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
    (git-fixes).
  - wifi: cfg80211: clear wdev->cqm_config pointer on free
    (git-fixes).
  - Revert "wifi: iwlwifi: remove retry loops in start" (git-fixes).
  - wifi: iwlwifi: mvm: don't add default link in fw restart flow
    (git-fixes).
  - wifi: iwlwifi: mvm: Fix response handling in
    iwl_mvm_send_recovery_cmd() (git-fixes).
  - wifi: iwlwifi: mvm: don't leak a link on AP removal (git-fixes).
  - wifi: ath11k: Fix invalid ring usage in full monitor mode
    (git-fixes).
  - wifi: ath10k: Fix memory leak in management tx (git-fixes).
  - wifi: brcm80211: BRCM_TRACING should depend on TRACING
    (git-fixes).
  - wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
    (git-fixes).
  - wifi: mac80211: do not pass a stopped vif to the driver in
    .get_txpower (git-fixes).
  - mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
    (git-fixes).
  - wifi: iwlegacy: Fix "field-spanning write" warning in
    il_enqueue_hcmd() (git-fixes).
  - ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()
    (git-fixes).
  - platform/x86: dell-wmi: Ignore suspend notifications
    (stable-fixes).
  - ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix
    initial lid detection issue (stable-fixes).
  - ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
    (stable-fixes).
  - drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
    (stable-fixes).
  - drm/amd: Guard against bad data for ATIF ACPI method
    (git-fixes).
  - usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING
    store (git-fixes).
  - accel/qaic: Fix the for loop used to walk SG table (git-fixes).
  - drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
    (git-fixes).
  - drm/msm/dpu: don't always program merge_3d block (git-fixes).
  - drm/msm: Allocate memory for disp snapshot with kvzalloc()
    (git-fixes).
  - drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
    (git-fixes).
  - drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate
    calculation (git-fixes).
  - drm/msm/dsi: improve/fix dsc pclk calculation (git-fixes).
  - drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
    (git-fixes).
  - drm/msm/dpu: move CRTC resource assignment to
    dpu_encoder_virt_atomic_check (git-fixes).
  - drm/msm/dpu: make sure phys resources are properly initialized
    (git-fixes).
  - platform/x86: dell-sysman: add support for alienware products
    (stable-fixes).
  - drm/vboxvideo: Replace fake VLA at end of
    vbva_mouse_pointer_shape with real VLA (stable-fixes).
  - usb: gadget: f_uac2: fix non-newline-terminated function name
    (stable-fixes).
  - usb: gadget: f_uac2: Replace snprintf() with the safer
    scnprintf() variant (stable-fixes).
  - commit 09f40f7

++++ kernel-rt_debug:

  - static_call: Handle module init failure correctly in
    static_call_del_module() (bsc#1232083 CVE-2024-50002).
  - commit af953b9
  - ALSA: hda/realtek: Refactor and simplify Samsung Galaxy Book
    init (stable-fixes).
  - Refresh
    patches.suse/ALSA-hda-realtek-Add-quirk-for-Huawei-MateBook-13-KL.patch.
  - commit 98d4026
  - ALSA: hda/realtek: Enable mic on Vaio VJFH52 (stable-fixes).
  - commit 7075c22
  - ALSA: hda/realtek: tas2781: Fix ROG ALLY X audio (stable-fixes).
  - commit e26a542
  - ALSA: hda/realtek: Fix headset mic on TUXEDO Stellaris 16 Gen6
    mb1 (stable-fixes).
  - ALSA: hda/realtek: Fix headset mic on TUXEDO Gemini 17 Gen3
    (stable-fixes).
  - ALSA: usb-audio: Add quirks for Dell WD19 dock (stable-fixes).
  - ASoC: dapm: fix bounds checker error in dapm_widget_list_create
    (git-fixes).
  - ASoC: Intel: sst: Fix used of uninitialized ctx to log an error
    (git-fixes).
  - ASoC: Intel: sst: Support LPE0F28 ACPI HID (stable-fixes).
  - ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla
    10 tablet (stable-fixes).
  - ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated
    codec (stable-fixes).
  - ASoC: codecs: rt5640: Always disable IRQs from
    rt5640_cancel_work() (stable-fixes).
  - ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13
    (stable-fixes).
  - ALSA: hda/realtek: Limit internal Mic boost on Dell platform
    (stable-fixes).
  - commit 0d350ca
  - drm/mediatek: Fix get efuse issue for MT8188 DPTX (git-fixes).
  - drm/amd/pm: Vangogh: Fix kernel memory out of bounds write
    (git-fixes).
  - ACPI: CPPC: Make rmw_lock a raw_spin_lock (git-fixes).
  - firmware: arm_sdei: Fix the input parameter of
    cpuhp_remove_state() (git-fixes).
  - kasan: Fix Software Tag-Based KASAN with GCC (git-fixes).
  - commit 2a07e04
  - Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecs
    (git-fixes).
  - wifi: cfg80211: clear wdev->cqm_config pointer on free
    (git-fixes).
  - Revert "wifi: iwlwifi: remove retry loops in start" (git-fixes).
  - wifi: iwlwifi: mvm: don't add default link in fw restart flow
    (git-fixes).
  - wifi: iwlwifi: mvm: Fix response handling in
    iwl_mvm_send_recovery_cmd() (git-fixes).
  - wifi: iwlwifi: mvm: don't leak a link on AP removal (git-fixes).
  - wifi: ath11k: Fix invalid ring usage in full monitor mode
    (git-fixes).
  - wifi: ath10k: Fix memory leak in management tx (git-fixes).
  - wifi: brcm80211: BRCM_TRACING should depend on TRACING
    (git-fixes).
  - wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
    (git-fixes).
  - wifi: mac80211: do not pass a stopped vif to the driver in
    .get_txpower (git-fixes).
  - mac80211: MAC80211_MESSAGE_TRACING should depend on TRACING
    (git-fixes).
  - wifi: iwlegacy: Fix "field-spanning write" warning in
    il_enqueue_hcmd() (git-fixes).
  - ASoC: cs42l51: Fix some error handling paths in cs42l51_probe()
    (git-fixes).
  - platform/x86: dell-wmi: Ignore suspend notifications
    (stable-fixes).
  - ACPI: button: Add DMI quirk for Samsung Galaxy Book2 to fix
    initial lid detection issue (stable-fixes).
  - ACPI: resource: Add LG 16T90SP to irq1_level_low_skip_override[]
    (stable-fixes).
  - drm/amd/display: Disable PSR-SU on Parade 08-01 TCON too
    (stable-fixes).
  - drm/amd: Guard against bad data for ATIF ACPI method
    (git-fixes).
  - usb: gadget: f_uac2: fix return value for UAC2_ATTRIBUTE_STRING
    store (git-fixes).
  - accel/qaic: Fix the for loop used to walk SG table (git-fixes).
  - drm/amd/amdgpu: Fix double unlock in amdgpu_mes_add_ring
    (git-fixes).
  - drm/msm/dpu: don't always program merge_3d block (git-fixes).
  - drm/msm: Allocate memory for disp snapshot with kvzalloc()
    (git-fixes).
  - drm/msm: Avoid NULL dereference in msm_disp_state_print_regs()
    (git-fixes).
  - drm/msm/dsi: fix 32-bit signed integer extension in pclk_rate
    calculation (git-fixes).
  - drm/msm/dsi: improve/fix dsc pclk calculation (git-fixes).
  - drm/msm/dpu: check for overflow in _dpu_crtc_setup_lm_bounds()
    (git-fixes).
  - drm/msm/dpu: move CRTC resource assignment to
    dpu_encoder_virt_atomic_check (git-fixes).
  - drm/msm/dpu: make sure phys resources are properly initialized
    (git-fixes).
  - platform/x86: dell-sysman: add support for alienware products
    (stable-fixes).
  - drm/vboxvideo: Replace fake VLA at end of
    vbva_mouse_pointer_shape with real VLA (stable-fixes).
  - usb: gadget: f_uac2: fix non-newline-terminated function name
    (stable-fixes).
  - usb: gadget: f_uac2: Replace snprintf() with the safer
    scnprintf() variant (stable-fixes).
  - commit 09f40f7

------------------------------------------------------------------
------------------  2024-11-1  -  Nov 1 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix make build target
    Move the actions done by the tox target into the
    build target and call them there in a clean and easy
    to spot sequence. There is no need to call tox to
    prepare for the package submission, instead the
    checks and poetry runs to prepare for the package
    target should be called directly as part of the
    build target. In the future we might get rid of
    tox completely.
  - Bump version: 10.1.17 → 10.1.18
  - Fixed zipl caller environment
    zipl gets confused with an active sysfs mount inside
    the root tree at call time of zipl. This commit
    umounts the /sys bind mount in the image tree prior
    calling zipl

++++ kernel-default:

  - drm/amd/display: Check null pointers before using them (CVE-2024-49922 bsc#1232374)
  - commit 342005c
  - drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_stream' (CVE-2024-49912 bsc#1232367)
  - commit 2394db2
  - drm/amd/display: Add NULL check for function pointer in dcn20_set_output_transfer_func (CVE-2024-49911 bsc#1232366)
  - commit 6c83ea7
  - drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags (CVE-2024-49923 bsc#1232361)
  - commit 3759560
  - drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation (CVE-2024-49895 bsc#1232352)
  - commit f36c162
  - drm/amd/display: Initialize denominators' default to 1 (CVE-2024-49899 bsc#1232358)
  - commit 282fa51
  - Update references for patches.suse/0001-drm-amd-display-Add-null-check-for-afb-in-amdgpu_dm_.patch (bsc#1232335 CVE-2024-49908 bsc#1232357 CVE-2024-49905)
  - commit fa3a85a
  - drm/amd/display: Check phantom_stream before it is used (CVE-2024-49897 bsc#1232355)
  - commit d3fcaed
  - drm/amd/display: Fix index out of bounds in degamma hardware format translation (CVE-2024-49894 bsc#1232354)
  - commit db76ccb
  - drm/amd/display: Add NULL check for function pointer in dcn32_set_output_transfer_func (CVE-2024-49909 bsc#1232337)
  - commit 11facc9
  - drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream (CVE-2024-49913 bsc#1232307)
  - commit 60f7853
  - drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs (CVE-2024-49901 bsc#1232305)
  - commit 69be7bb
  - RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization (jsc#PED-10559).
  - commit 52d40f4
  - RAS/AMD/ATL: Validate address map when information is gathered (jsc#PED-10559).
  - commit 94e412f
  - RAS/AMD/ATL: Expand helpers for adding and removing base and hole (jsc#PED-10559).
  - commit 2b18348
  - RAS/AMD/ATL: Read DRAM hole base early (jsc#PED-10559).
  - commit e1cf5b5
  - RAS/AMD/ATL: Add amd_atl pr_fmt() prefix (jsc#PED-10559).
  - commit 17f78f9
  - drm/amd/display: Check null pointer before try to access it (bsc#1232332 CVE-2024-49906)
  - commit f2b2892
  - drm/amd/display: Add null check for pipe_ctx->plane_state in (bsc#1232369 CVE-2024-49914)
  - commit c236474
  - drm/amd/display: Add null check for 'afb' in amdgpu_dm_update_cursor (bsc#1232335 CVE-2024-49908)
  - commit 64a943f
  - drm/amd/display: Check null pointers before using dc->clk_mgr (bsc#1232334 CVE-2024-49907)
  - commit 366c63a
  - RDMA/bnxt_re: synchronize the qp-handle table array (git-fixes)
  - commit 866dbc5
  - RDMA/bnxt_re: Fix the usage of control path spin locks (git-fixes)
  - commit c834f25
  - RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down (git-fixes)
  - commit 3c270f2
  - RDMA/cxgb4: Dump vendor specific QP details (git-fixes)
  - commit 587d3b0
  - ext4: fix access to uninitialised lock in fc replay path (CVE-2024-50014 bsc#1232446)
  - commit 1b2ba45

++++ kernel-rt:

  - drm/amd/display: Check null pointers before using them (CVE-2024-49922 bsc#1232374)
  - commit 342005c
  - drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_stream' (CVE-2024-49912 bsc#1232367)
  - commit 2394db2
  - drm/amd/display: Add NULL check for function pointer in dcn20_set_output_transfer_func (CVE-2024-49911 bsc#1232366)
  - commit 6c83ea7
  - drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags (CVE-2024-49923 bsc#1232361)
  - commit 3759560
  - drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation (CVE-2024-49895 bsc#1232352)
  - commit f36c162
  - drm/amd/display: Initialize denominators' default to 1 (CVE-2024-49899 bsc#1232358)
  - commit 282fa51
  - Update references for patches.suse/0001-drm-amd-display-Add-null-check-for-afb-in-amdgpu_dm_.patch (bsc#1232335 CVE-2024-49908 bsc#1232357 CVE-2024-49905)
  - commit fa3a85a
  - drm/amd/display: Check phantom_stream before it is used (CVE-2024-49897 bsc#1232355)
  - commit d3fcaed
  - drm/amd/display: Fix index out of bounds in degamma hardware format translation (CVE-2024-49894 bsc#1232354)
  - commit db76ccb
  - drm/amd/display: Add NULL check for function pointer in dcn32_set_output_transfer_func (CVE-2024-49909 bsc#1232337)
  - commit 11facc9
  - drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream (CVE-2024-49913 bsc#1232307)
  - commit 60f7853
  - drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs (CVE-2024-49901 bsc#1232305)
  - commit 69be7bb
  - RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization (jsc#PED-10559).
  - commit 52d40f4
  - RAS/AMD/ATL: Validate address map when information is gathered (jsc#PED-10559).
  - commit 94e412f
  - RAS/AMD/ATL: Expand helpers for adding and removing base and hole (jsc#PED-10559).
  - commit 2b18348
  - RAS/AMD/ATL: Read DRAM hole base early (jsc#PED-10559).
  - commit e1cf5b5
  - RAS/AMD/ATL: Add amd_atl pr_fmt() prefix (jsc#PED-10559).
  - commit 17f78f9
  - drm/amd/display: Check null pointer before try to access it (bsc#1232332 CVE-2024-49906)
  - commit f2b2892
  - drm/amd/display: Add null check for pipe_ctx->plane_state in (bsc#1232369 CVE-2024-49914)
  - commit c236474
  - drm/amd/display: Add null check for 'afb' in amdgpu_dm_update_cursor (bsc#1232335 CVE-2024-49908)
  - commit 64a943f
  - drm/amd/display: Check null pointers before using dc->clk_mgr (bsc#1232334 CVE-2024-49907)
  - commit 366c63a
  - RDMA/bnxt_re: synchronize the qp-handle table array (git-fixes)
  - commit 866dbc5
  - RDMA/bnxt_re: Fix the usage of control path spin locks (git-fixes)
  - commit c834f25
  - RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down (git-fixes)
  - commit 3c270f2
  - RDMA/cxgb4: Dump vendor specific QP details (git-fixes)
  - commit 587d3b0
  - ext4: fix access to uninitialised lock in fc replay path (CVE-2024-50014 bsc#1232446)
  - commit 1b2ba45

++++ kernel-rt_debug:

  - drm/amd/display: Check null pointers before using them (CVE-2024-49922 bsc#1232374)
  - commit 342005c
  - drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_stream' (CVE-2024-49912 bsc#1232367)
  - commit 2394db2
  - drm/amd/display: Add NULL check for function pointer in dcn20_set_output_transfer_func (CVE-2024-49911 bsc#1232366)
  - commit 6c83ea7
  - drm/amd/display: Pass non-null to dcn20_validate_apply_pipe_split_flags (CVE-2024-49923 bsc#1232361)
  - commit 3759560
  - drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format translation (CVE-2024-49895 bsc#1232352)
  - commit f36c162
  - drm/amd/display: Initialize denominators' default to 1 (CVE-2024-49899 bsc#1232358)
  - commit 282fa51
  - Update references for patches.suse/0001-drm-amd-display-Add-null-check-for-afb-in-amdgpu_dm_.patch (bsc#1232335 CVE-2024-49908 bsc#1232357 CVE-2024-49905)
  - commit fa3a85a
  - drm/amd/display: Check phantom_stream before it is used (CVE-2024-49897 bsc#1232355)
  - commit d3fcaed
  - drm/amd/display: Fix index out of bounds in degamma hardware format translation (CVE-2024-49894 bsc#1232354)
  - commit db76ccb
  - drm/amd/display: Add NULL check for function pointer in dcn32_set_output_transfer_func (CVE-2024-49909 bsc#1232337)
  - commit 11facc9
  - drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_stream (CVE-2024-49913 bsc#1232307)
  - commit 60f7853
  - drm/msm/adreno: Assign msm_gpu->pdev earlier to avoid nullptrs (CVE-2024-49901 bsc#1232305)
  - commit 69be7bb
  - RAS/AMD/ATL: Implement DF 4.5 NP2 denormalization (jsc#PED-10559).
  - commit 52d40f4
  - RAS/AMD/ATL: Validate address map when information is gathered (jsc#PED-10559).
  - commit 94e412f
  - RAS/AMD/ATL: Expand helpers for adding and removing base and hole (jsc#PED-10559).
  - commit 2b18348
  - RAS/AMD/ATL: Read DRAM hole base early (jsc#PED-10559).
  - commit e1cf5b5
  - RAS/AMD/ATL: Add amd_atl pr_fmt() prefix (jsc#PED-10559).
  - commit 17f78f9
  - drm/amd/display: Check null pointer before try to access it (bsc#1232332 CVE-2024-49906)
  - commit f2b2892
  - drm/amd/display: Add null check for pipe_ctx->plane_state in (bsc#1232369 CVE-2024-49914)
  - commit c236474
  - drm/amd/display: Add null check for 'afb' in amdgpu_dm_update_cursor (bsc#1232335 CVE-2024-49908)
  - commit 64a943f
  - drm/amd/display: Check null pointers before using dc->clk_mgr (bsc#1232334 CVE-2024-49907)
  - commit 366c63a
  - RDMA/bnxt_re: synchronize the qp-handle table array (git-fixes)
  - commit 866dbc5
  - RDMA/bnxt_re: Fix the usage of control path spin locks (git-fixes)
  - commit c834f25
  - RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of down (git-fixes)
  - commit 3c270f2
  - RDMA/cxgb4: Dump vendor specific QP details (git-fixes)
  - commit 587d3b0
  - ext4: fix access to uninitialised lock in fc replay path (CVE-2024-50014 bsc#1232446)
  - commit 1b2ba45

++++ python311-core:

  - Add CVE-2024-9287-venv_path_unquoted.patch to properly quote
    path names provided when creating a virtual environment
    (bsc#1232241, CVE-2024-9287)

++++ python311:

  - Add CVE-2024-9287-venv_path_unquoted.patch to properly quote
    path names provided when creating a virtual environment
    (bsc#1232241, CVE-2024-9287)

++++ runc:

  - Update to runc v1.2.1. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.1>.

------------------------------------------------------------------
------------------  2024-10-31  -  Oct 31 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix s390 test-image-disk build
    Add missing kernel links used by suse tools
  - Bump version: 10.1.16 → 10.1.17

++++ kernel-default:

  - ext4: fix i_data_sem unlock order in ext4_ind_migrate() (CVE-2024-50006 bsc#1232442)
  - commit de0e62b
  - scsi: ufs: core: Remove SCSI host only if added (CVE-2024-46843
    bsc#1231100).
  - commit b455bee
  - io_uring: check if we need to reschedule during overflow flush
    (bsc#1232417 CVE-2024-50060).
  - commit 695bc5f
  - iommu/vt-d: Fix potential lockup if qi_submit_sync called
    with 0 count (bsc#1232316 CVE-2024-49993).
  - commit f1e5ce7
  - ext4: dax: fix overflowing extents beyond inode size when partially writing (CVE-2024-50015 bsc#1232079)
  - commit 9768b7c
  - jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error (CVE-2024-49959 bsc#1232149)
  - commit 8307a3a
  - of: Add cleanup.h based auto release via __free(device_node) markings (bsc#1232386)
  - commit 794e5ba
  - net: stmmac: dwmac-tegra: Fix link bring-up sequence (git-fixes)
  - commit 277d940
  - cpufreq: Avoid a bad reference count on CPU node (CVE-2024-50012 bsc#1232386)
  - commit 283b9a0
  - ext4: update orig_path in ext4_find_extent() (CVE-2024-49881 bsc#1232201)
  - commit 2ed2a04
  - ext4: fix slab-use-after-free in ext4_split_extent_at() (bsc#1232201)
  - commit c78e4be

++++ kernel-firmware:

  - Update to version 20241029 (git commit 048795eef350):
    * ath11k: move WCN6750 firmware to the device-specific subdir
    * xe: Update LNL GSC to v104.0.0.1263
    * i915: Update MTL/ARL GSC to v102.1.15.1926

++++ kernel-rt:

  - ext4: fix i_data_sem unlock order in ext4_ind_migrate() (CVE-2024-50006 bsc#1232442)
  - commit de0e62b
  - scsi: ufs: core: Remove SCSI host only if added (CVE-2024-46843
    bsc#1231100).
  - commit b455bee
  - io_uring: check if we need to reschedule during overflow flush
    (bsc#1232417 CVE-2024-50060).
  - commit 695bc5f
  - iommu/vt-d: Fix potential lockup if qi_submit_sync called
    with 0 count (bsc#1232316 CVE-2024-49993).
  - commit f1e5ce7
  - ext4: dax: fix overflowing extents beyond inode size when partially writing (CVE-2024-50015 bsc#1232079)
  - commit 9768b7c
  - jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error (CVE-2024-49959 bsc#1232149)
  - commit 8307a3a
  - of: Add cleanup.h based auto release via __free(device_node) markings (bsc#1232386)
  - commit 794e5ba
  - net: stmmac: dwmac-tegra: Fix link bring-up sequence (git-fixes)
  - commit 277d940
  - cpufreq: Avoid a bad reference count on CPU node (CVE-2024-50012 bsc#1232386)
  - commit 283b9a0
  - ext4: update orig_path in ext4_find_extent() (CVE-2024-49881 bsc#1232201)
  - commit 2ed2a04
  - ext4: fix slab-use-after-free in ext4_split_extent_at() (bsc#1232201)
  - commit c78e4be

++++ kernel-rt_debug:

  - ext4: fix i_data_sem unlock order in ext4_ind_migrate() (CVE-2024-50006 bsc#1232442)
  - commit de0e62b
  - scsi: ufs: core: Remove SCSI host only if added (CVE-2024-46843
    bsc#1231100).
  - commit b455bee
  - io_uring: check if we need to reschedule during overflow flush
    (bsc#1232417 CVE-2024-50060).
  - commit 695bc5f
  - iommu/vt-d: Fix potential lockup if qi_submit_sync called
    with 0 count (bsc#1232316 CVE-2024-49993).
  - commit f1e5ce7
  - ext4: dax: fix overflowing extents beyond inode size when partially writing (CVE-2024-50015 bsc#1232079)
  - commit 9768b7c
  - jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error (CVE-2024-49959 bsc#1232149)
  - commit 8307a3a
  - of: Add cleanup.h based auto release via __free(device_node) markings (bsc#1232386)
  - commit 794e5ba
  - net: stmmac: dwmac-tegra: Fix link bring-up sequence (git-fixes)
  - commit 277d940
  - cpufreq: Avoid a bad reference count on CPU node (CVE-2024-50012 bsc#1232386)
  - commit 283b9a0
  - ext4: update orig_path in ext4_find_extent() (CVE-2024-49881 bsc#1232201)
  - commit 2ed2a04
  - ext4: fix slab-use-after-free in ext4_split_extent_at() (bsc#1232201)
  - commit c78e4be

++++ selinux-policy:

  - (internal change): created seperate branch to track SLFO:1.1 in
    selinux-policy git repository, change _service file to pull
    from that branch

++++ ucode-intel:

  - Intel CPU Microcode was updated to the 20241029 release (bsc#1230400)
    Update for functional issues. Refer to [14th/13th Generation Intel® Core™ Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/740518) for details.
    Updated Platforms:
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | RPL-E/HX/S     | B0       | 06-b7-01/32 | 00000129 | 0000012b | Core Gen13/Gen14

------------------------------------------------------------------
------------------  2024-10-30  -  Oct 30 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.30.1:
    * bump compose-go to version v2.4.2

++++ python-kiwi:

  - Fix coloring of build_status.sh flags
    Depending on the place of the status flag the color
    setup might fail. This commit fixes it
  - Add pytest-container as optional dependency
    The pyproject.toml listed pytest-container as dependency
    but it is used only to run the container based integration
    tests for the shell helper methods. For building the package
    this dependency should not be pulled in

++++ grub2:

  - Fix CVE-2024-49504 (bsc#1229163) (bsc#1229164)
  - Restrict CLI access if the encrypted root device is automatically unlocked by
    the TPM. LUKS password authentication is required for access to be granted
    * 0001-cli_lock-Add-build-option-to-block-command-line-inte.patch
    * 0002-Requiring-authentication-after-tpm-unlock-for-CLI-ac.patch
  - Obsolete, as CLI access is now locked and granted access no longer requires
    the previous restrictions
    * 0002-Restrict-file-access-on-cryptodisk-print.patch
    * 0003-Restrict-ls-and-auto-file-completion-on-cryptodisk-p.patch
  - Rediff
    * 0004-Key-revocation-on-out-of-bound-file-access.patch

++++ kernel-default:

  - btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info()
    in walk_down_proc() (CVE-2024-46841 bsc#1231094).
  - commit fb4a0c7
  - ext4: aovid use-after-free in ext4_ext_insert_extent() (CVE-2024-49883 bsc#1232199)
  - commit 2db9cb5
  - blk_iocost: fix more out of bound shifts (CVE-2024-49933 bsc#1232368)
  - commit df53397
  - drm/amd/display: Fix index out of bounds in DCN30 color
    transformation (CVE-2024-49969 bsc#1232519).
  - commit 7d6c264
  - static_call: Replace pointless WARN_ON() in
    static_call_module_notify() (bsc#1232155 CVE-2024-49954).
  - commit 03b6c35
  - module: abort module loading when sysfs setup suffer errors
    (git-fixes).
  - Refresh patches.suse/add-suse-supported-flag.patch.
  - commit db27509
  - bpf,perf: Fix perf_event_detach_bpf_prog error handling
    (git-fixes).
  - commit 5b6b2d4
  - tracing: Consider the NULL character when validating the event
    length (git-fixes).
  - commit 6b1d97f
  - uprobe: avoid out-of-bounds memory access of fetching args
    (git-fixes).
  - uprobes: encapsulate preparation of uprobe args buffer
    (git-fixes).
  - commit ead6cfe
  - s390/pci: Handle PCI error codes other than 0x3a (git-fixes
    bsc#1232629).
  - commit e4948be
  - s390/sclp: Deactivate sclp after all its users (git-fixes
    bsc#1232628).
  - commit 9e889e7
  - s390/sclp_vt220: Convert newlines to CRLF instead of LFCR
    (git-fixes bsc#1232627).
  - commit 5725ee0
  - KVM: s390: Change virtual to physical address access in diag
    0x258 handler (git-fixes bsc#1232626).
  - commit 2b0b1e9
  - KVM: s390: gaccess: Check if guest address is in memslot
    (git-fixes bsc#1232623).
  - commit b583687
  - fgraph: Use CPU hotplug mechanism to initialize idle shadow
    stacks (git-fixes).
  - commit 4265ef9
  - mm: khugepaged: fix the arguments order in
    khugepaged_collapse_file trace point (git-fixes).
  - commit 43546b6
  - tracing/hwlat: Fix a race during cpuhp processing (git-fixes).
  - tracing/timerlat: Fix a race during cpuhp processing
    (git-fixes).
  - tracing/timerlat: Drop interface_lock in stop_kthread()
    (git-fixes).
  - tracing/timerlat: Fix duplicated kthread creation due to CPU
    online/offline (git-fixes).
  - tracing/osnoise: Fix build when timerlat is not enabled
    (git-fixes).
  - tracing/timerlat: Add interface_lock around clearing of kthread
    in stop_kthread() (git-fixes).
  - tracing/timerlat: Only clear timer if a kthread exists
    (git-fixes).
  - tracing/osnoise: Use a cpumask to know what threads are kthreads
    (git-fixes).
  - tracing/timerlat: Move hrtimer_init to timerlat_fd open()
    (git-fixes).
  - tracing/timerlat: Add user-space interface (git-fixes).
  - tracing/osnoise: Skip running osnoise if all instances are off
    (git-fixes).
  - tracing/osnoise: Switch from PF_NO_SETAFFINITY to
    migrate_disable (git-fixes).
  - commit 8482ad0
  - ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow
    (git-fixes).
  - commit 24fea60
  - Refresh patches.suse/x86-fix-user-address-masking-non-canonical-speculation-iss.patch. (bsc#1232529)
    Give check_range a unique label. Otherwise the macro's 1b label
    conflicts with __get_user_1's 1 label and this causes the exception fixup
    entry, installed at the end of the file to match the wrong thing.
    Instead of matching __get_user_1's 1b label it will match check_range's 1b
    label when this macro is expanded for the last time in __get_user_8.
    This fixes intermittent random crashes when copying data from userspace.
  - commit 3a35fd0
  - jump_label: Fix static_key_slow_dec() yet again (git-fixes).
  - commit ab363f5
  - SUNRPC: Fixup gss_status tracepoint error output (git-fixes).
  - commit 84cc417

++++ kernel-rt:

  - btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info()
    in walk_down_proc() (CVE-2024-46841 bsc#1231094).
  - commit fb4a0c7
  - ext4: aovid use-after-free in ext4_ext_insert_extent() (CVE-2024-49883 bsc#1232199)
  - commit 2db9cb5
  - blk_iocost: fix more out of bound shifts (CVE-2024-49933 bsc#1232368)
  - commit df53397
  - drm/amd/display: Fix index out of bounds in DCN30 color
    transformation (CVE-2024-49969 bsc#1232519).
  - commit 7d6c264
  - static_call: Replace pointless WARN_ON() in
    static_call_module_notify() (bsc#1232155 CVE-2024-49954).
  - commit 03b6c35
  - module: abort module loading when sysfs setup suffer errors
    (git-fixes).
  - Refresh patches.suse/add-suse-supported-flag.patch.
  - commit db27509
  - bpf,perf: Fix perf_event_detach_bpf_prog error handling
    (git-fixes).
  - commit 5b6b2d4
  - tracing: Consider the NULL character when validating the event
    length (git-fixes).
  - commit 6b1d97f
  - uprobe: avoid out-of-bounds memory access of fetching args
    (git-fixes).
  - uprobes: encapsulate preparation of uprobe args buffer
    (git-fixes).
  - commit ead6cfe
  - s390/pci: Handle PCI error codes other than 0x3a (git-fixes
    bsc#1232629).
  - commit e4948be
  - s390/sclp: Deactivate sclp after all its users (git-fixes
    bsc#1232628).
  - commit 9e889e7
  - s390/sclp_vt220: Convert newlines to CRLF instead of LFCR
    (git-fixes bsc#1232627).
  - commit 5725ee0
  - KVM: s390: Change virtual to physical address access in diag
    0x258 handler (git-fixes bsc#1232626).
  - commit 2b0b1e9
  - KVM: s390: gaccess: Check if guest address is in memslot
    (git-fixes bsc#1232623).
  - commit b583687
  - fgraph: Use CPU hotplug mechanism to initialize idle shadow
    stacks (git-fixes).
  - commit 4265ef9
  - mm: khugepaged: fix the arguments order in
    khugepaged_collapse_file trace point (git-fixes).
  - commit 43546b6
  - tracing/hwlat: Fix a race during cpuhp processing (git-fixes).
  - tracing/timerlat: Fix a race during cpuhp processing
    (git-fixes).
  - tracing/timerlat: Drop interface_lock in stop_kthread()
    (git-fixes).
  - tracing/timerlat: Fix duplicated kthread creation due to CPU
    online/offline (git-fixes).
  - tracing/osnoise: Fix build when timerlat is not enabled
    (git-fixes).
  - tracing/timerlat: Add interface_lock around clearing of kthread
    in stop_kthread() (git-fixes).
  - tracing/timerlat: Only clear timer if a kthread exists
    (git-fixes).
  - tracing/osnoise: Use a cpumask to know what threads are kthreads
    (git-fixes).
  - tracing/timerlat: Move hrtimer_init to timerlat_fd open()
    (git-fixes).
  - tracing/timerlat: Add user-space interface (git-fixes).
  - tracing/osnoise: Skip running osnoise if all instances are off
    (git-fixes).
  - tracing/osnoise: Switch from PF_NO_SETAFFINITY to
    migrate_disable (git-fixes).
  - commit 8482ad0
  - ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow
    (git-fixes).
  - commit 24fea60
  - Refresh patches.suse/x86-fix-user-address-masking-non-canonical-speculation-iss.patch. (bsc#1232529)
    Give check_range a unique label. Otherwise the macro's 1b label
    conflicts with __get_user_1's 1 label and this causes the exception fixup
    entry, installed at the end of the file to match the wrong thing.
    Instead of matching __get_user_1's 1b label it will match check_range's 1b
    label when this macro is expanded for the last time in __get_user_8.
    This fixes intermittent random crashes when copying data from userspace.
  - commit 3a35fd0
  - jump_label: Fix static_key_slow_dec() yet again (git-fixes).
  - commit ab363f5
  - SUNRPC: Fixup gss_status tracepoint error output (git-fixes).
  - commit 84cc417

++++ kernel-rt_debug:

  - btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info()
    in walk_down_proc() (CVE-2024-46841 bsc#1231094).
  - commit fb4a0c7
  - ext4: aovid use-after-free in ext4_ext_insert_extent() (CVE-2024-49883 bsc#1232199)
  - commit 2db9cb5
  - blk_iocost: fix more out of bound shifts (CVE-2024-49933 bsc#1232368)
  - commit df53397
  - drm/amd/display: Fix index out of bounds in DCN30 color
    transformation (CVE-2024-49969 bsc#1232519).
  - commit 7d6c264
  - static_call: Replace pointless WARN_ON() in
    static_call_module_notify() (bsc#1232155 CVE-2024-49954).
  - commit 03b6c35
  - module: abort module loading when sysfs setup suffer errors
    (git-fixes).
  - Refresh patches.suse/add-suse-supported-flag.patch.
  - commit db27509
  - bpf,perf: Fix perf_event_detach_bpf_prog error handling
    (git-fixes).
  - commit 5b6b2d4
  - tracing: Consider the NULL character when validating the event
    length (git-fixes).
  - commit 6b1d97f
  - uprobe: avoid out-of-bounds memory access of fetching args
    (git-fixes).
  - uprobes: encapsulate preparation of uprobe args buffer
    (git-fixes).
  - commit ead6cfe
  - s390/pci: Handle PCI error codes other than 0x3a (git-fixes
    bsc#1232629).
  - commit e4948be
  - s390/sclp: Deactivate sclp after all its users (git-fixes
    bsc#1232628).
  - commit 9e889e7
  - s390/sclp_vt220: Convert newlines to CRLF instead of LFCR
    (git-fixes bsc#1232627).
  - commit 5725ee0
  - KVM: s390: Change virtual to physical address access in diag
    0x258 handler (git-fixes bsc#1232626).
  - commit 2b0b1e9
  - KVM: s390: gaccess: Check if guest address is in memslot
    (git-fixes bsc#1232623).
  - commit b583687
  - fgraph: Use CPU hotplug mechanism to initialize idle shadow
    stacks (git-fixes).
  - commit 4265ef9
  - mm: khugepaged: fix the arguments order in
    khugepaged_collapse_file trace point (git-fixes).
  - commit 43546b6
  - tracing/hwlat: Fix a race during cpuhp processing (git-fixes).
  - tracing/timerlat: Fix a race during cpuhp processing
    (git-fixes).
  - tracing/timerlat: Drop interface_lock in stop_kthread()
    (git-fixes).
  - tracing/timerlat: Fix duplicated kthread creation due to CPU
    online/offline (git-fixes).
  - tracing/osnoise: Fix build when timerlat is not enabled
    (git-fixes).
  - tracing/timerlat: Add interface_lock around clearing of kthread
    in stop_kthread() (git-fixes).
  - tracing/timerlat: Only clear timer if a kthread exists
    (git-fixes).
  - tracing/osnoise: Use a cpumask to know what threads are kthreads
    (git-fixes).
  - tracing/timerlat: Move hrtimer_init to timerlat_fd open()
    (git-fixes).
  - tracing/timerlat: Add user-space interface (git-fixes).
  - tracing/osnoise: Skip running osnoise if all instances are off
    (git-fixes).
  - tracing/osnoise: Switch from PF_NO_SETAFFINITY to
    migrate_disable (git-fixes).
  - commit 8482ad0
  - ocfs2: pass u64 to ocfs2_truncate_inline maybe overflow
    (git-fixes).
  - commit 24fea60
  - Refresh patches.suse/x86-fix-user-address-masking-non-canonical-speculation-iss.patch. (bsc#1232529)
    Give check_range a unique label. Otherwise the macro's 1b label
    conflicts with __get_user_1's 1 label and this causes the exception fixup
    entry, installed at the end of the file to match the wrong thing.
    Instead of matching __get_user_1's 1b label it will match check_range's 1b
    label when this macro is expanded for the last time in __get_user_8.
    This fixes intermittent random crashes when copying data from userspace.
  - commit 3a35fd0
  - jump_label: Fix static_key_slow_dec() yet again (git-fixes).
  - commit ab363f5
  - SUNRPC: Fixup gss_status tracepoint error output (git-fixes).
  - commit 84cc417

------------------------------------------------------------------
------------------  2024-10-29  -  Oct 29 2024  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to 10.3.6 (jsc#PCT-471, bsc#1230615)
    + Fix sudo setup
    ~ permissions cloudguestregistryauth
    ~ directory ownership /etc/sudoers.d
    + spec file
    ~ Remove traces of registry related entries on SLE 12
    + Forward port
    ~ fix-for-sles12-disable-registry.patch
    ~ fix-for-sles12-no-trans_update.patch
    + Deregister non free extensions at registercloudguest --clean
    + Fix registry cleanup at registercloudguest --clean, don't remove files
    + Prevent duplicate search entries in registry setup
  - Update EC2 plugin to 1.0.5
    + Switch to using the region endpoint from IMDS to determine the region
    instead of deriving the data from the availability zone

++++ docker-compose:

  - Update to version 2.30.0:
    * Improvements
  - Introduce service hooks by @ndeloof (12166)
  - Introduce generate command as alpha command by @glours
    (12209)
  - Add export command by @jarqvi (12120)
  - Add support for CDI device request using devices by @ndeloof
    (12184)
  - Add support for bind recursive by @ndeloof (12210)
  - Allow usage of -f flag with OCI Compose artifacts by @glours
    (12220)
    * Fixes
  - Append unix-style relative path when computing container
    target path by @ndeloof (12145)
  - Wait for dependent service up to delay set by --wait-timeout
    by @ndeloof (12156)
  - Check secret source exists, as bind mount would create target
    by @ndeloof (12151)
  - After container restart register printer consumer by @jhrotko
    (12158)
  - Fix(down): Fix down command if specified services are not
    running by @idsulik (12164)
  - Show watch error message and open DD only when w is pressed
    by @jhrotko (12165)
  - Fix(push): Fix unexpected EOF on alpha publish by @idsulik
    (12169)
  - Fix(convergence): Serialize access to observed state by
    @anantadwi13 (12150)
  - Remove feature flag integration with Docker Desktop for
    ComposeUI and ComposeNav by @jhrotko (12192)
  - Support Dockerfile-specific ignore-file with watch by
    @ndeloof (12193)
  - Add support for raw env_file format by @ndeloof (12179)
  - Convert GPUs to DeviceRequests with implicit "gpu" capability
    by @ndeloof (12197)
  - Improve error message to include expected network label by
    @divinity76 (12213)
  - Don't use progress to render restart, which hides logs by
    @ndeloof (12226)
  - One-off containers are not indexed, and must be ignored by
    exec --index command by @ndeloof (12224)
  - Don't warn about uid/gid not being supported while ... they
    are by @ndeloof (12232)
  - Connect to external networks by name by @ndeloof (12234)
  - Fix push error message typo by @chris-crone (12237)
  - Fix(dockerignore): Add wildcard support to dockerignore.go by
    @idsulik (12239)
    * Internal
  - Remove bind options when creating a volume type by @jhrotko
    (12177)
  - pass device.options to engine by @ndeloof (12183)
  - Add security policy by @thaJeztah (12194)
  - Gha: set default permissions to "contents: read" by
    @thaJeztah (12195)
  - Desktop: allow this client to be identified via user-agent by
    @djs55 (12212)
  - Compose-go clean volume target to avoid ambiguous comparisons
    by @ndeloof (12208)
    * Dependencies
  - Bump docker v27.3.1 by @ndeloof (12178)
  - Build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by
    @dependabot (12189)
  - Bump compose-go to v2.3.0 by @glours (12198)
  - Bump compose-go to v2.4.0 by @glours (12231)
  - Bump compose-go to v2.4.1 by @glours (12243)
  - Build(deps): bump github.com/containerd/containerd from
    1.7.22 to 1.7.23 by @dependabot (12211)
  - Bump golang minimal version to 1.22 in go.mod by @glours
    (12246)
  - Bump go.uber.org/mock to v0.5.0 and google.golang.org/grpc to
    v1.67.1 by @glours (12245)

++++ kernel-default:

  - drm/amd/display: Deallocate DML memory if allocation fails (CVE-2024-49972 bsc#1232315)
  - commit dd5ab13
  - drm/amd/display: Check stream before comparing them (CVE-2024-49896 bsc#1232221)
  - commit 930546b
  - drm/amd/pm: ensure the fw_info is not null before using it (CVE-2024-49890 bsc#1232217)
  - commit a0e8b9f
  - drm/amd/display: Initialize get_bytes_per_element's default to 1 (CVE-2024-49892 bsc#1232220)
  - commit e1539d0
  - drivers/perf: Fix ali_drw_pmu driver interrupt status clearing (CVE-2024-47731 bsc#1232117)
  - commit 774dc33
  - padata: use integer wrap around to prevent deadlock on seq_nr overflow (CVE-2024-47739 bsc#1232124)
  - commit 7e58560
  - media: mediatek: vcodec: Fix H264 stateless decoder smatch warning (CVE-2024-47752 bsc#1232130)
  - commit 086cd43
  - media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning (CVE-2024-47754 bsc#1232131)
  - commit dacb1c6
  - media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning (CVE-2024-47753 bsc#1231868)
  - commit fed66a9
  - iommu/vt-d: Always reserve a domain ID for identity setup
    (git-fixes).
  - commit f7ecad0
  - btrfs: clean up our handling of refs == 0 in snapshot delete (CVE-2024-46840 bsc#1231105)
  - commit 788d396
  - kABI: bpf: struct bpf_map kABI workaround (CVE-2024-50063
    bsc#1232435).
  - selftests/bpf: Add test for lsm tail call (CVE-2024-50063
    bsc#1232435).
  - bpf: Prevent tail call between progs attached to different hooks
    (CVE-2024-50063 bsc#1232435).
  - commit 666246a
  - iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI
    devices (git-fixes).
  - commit 28951a9
  - drm/amd/display: Check null pointers before multiple uses (bsc#1232313 CVE-2024-49920)
  - commit 5447aa1
  - drm/amd/display: Check link_res->hpo_dp_link_enc before using it (bsc#1231944)
  - commit bf57b96
  - drm/amd/display: Check null-initialized variables (bsc#1232222 CVE-2024-49898)
  - commit a00bfda
  - drm/amd/display: Check link_res->hpo_dp_link_enc before using it (bsc#1231944 CVE-2024-47704)
  - commit 931c899
  - spi: spi-fsl-dspi: Fix crash when not using GPIO chip select
    (git-fixes).
  - spi: mtk-snfi: fix kerneldoc for mtk_snand_is_page_ops()
    (git-fixes).
  - spi: atmel-quadspi: Fix wrong register value written to MR
    (git-fixes).
  - commit fd0b348
  - crypto: stm32/cryp - call finalize with bh disabled
    (CVE-2024-47658 bsc#1231436).
  - commit 2854148

++++ kernel-rt:

  - drm/amd/display: Deallocate DML memory if allocation fails (CVE-2024-49972 bsc#1232315)
  - commit dd5ab13
  - drm/amd/display: Check stream before comparing them (CVE-2024-49896 bsc#1232221)
  - commit 930546b
  - drm/amd/pm: ensure the fw_info is not null before using it (CVE-2024-49890 bsc#1232217)
  - commit a0e8b9f
  - drm/amd/display: Initialize get_bytes_per_element's default to 1 (CVE-2024-49892 bsc#1232220)
  - commit e1539d0
  - drivers/perf: Fix ali_drw_pmu driver interrupt status clearing (CVE-2024-47731 bsc#1232117)
  - commit 774dc33
  - padata: use integer wrap around to prevent deadlock on seq_nr overflow (CVE-2024-47739 bsc#1232124)
  - commit 7e58560
  - media: mediatek: vcodec: Fix H264 stateless decoder smatch warning (CVE-2024-47752 bsc#1232130)
  - commit 086cd43
  - media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning (CVE-2024-47754 bsc#1232131)
  - commit dacb1c6
  - media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning (CVE-2024-47753 bsc#1231868)
  - commit fed66a9
  - iommu/vt-d: Always reserve a domain ID for identity setup
    (git-fixes).
  - commit f7ecad0
  - btrfs: clean up our handling of refs == 0 in snapshot delete (CVE-2024-46840 bsc#1231105)
  - commit 788d396
  - kABI: bpf: struct bpf_map kABI workaround (CVE-2024-50063
    bsc#1232435).
  - selftests/bpf: Add test for lsm tail call (CVE-2024-50063
    bsc#1232435).
  - bpf: Prevent tail call between progs attached to different hooks
    (CVE-2024-50063 bsc#1232435).
  - commit 666246a
  - iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI
    devices (git-fixes).
  - commit 28951a9
  - drm/amd/display: Check null pointers before multiple uses (bsc#1232313 CVE-2024-49920)
  - commit 5447aa1
  - drm/amd/display: Check link_res->hpo_dp_link_enc before using it (bsc#1231944)
  - commit bf57b96
  - drm/amd/display: Check null-initialized variables (bsc#1232222 CVE-2024-49898)
  - commit a00bfda
  - drm/amd/display: Check link_res->hpo_dp_link_enc before using it (bsc#1231944 CVE-2024-47704)
  - commit 931c899
  - spi: spi-fsl-dspi: Fix crash when not using GPIO chip select
    (git-fixes).
  - spi: mtk-snfi: fix kerneldoc for mtk_snand_is_page_ops()
    (git-fixes).
  - spi: atmel-quadspi: Fix wrong register value written to MR
    (git-fixes).
  - commit fd0b348
  - crypto: stm32/cryp - call finalize with bh disabled
    (CVE-2024-47658 bsc#1231436).
  - commit 2854148

++++ kernel-rt_debug:

  - drm/amd/display: Deallocate DML memory if allocation fails (CVE-2024-49972 bsc#1232315)
  - commit dd5ab13
  - drm/amd/display: Check stream before comparing them (CVE-2024-49896 bsc#1232221)
  - commit 930546b
  - drm/amd/pm: ensure the fw_info is not null before using it (CVE-2024-49890 bsc#1232217)
  - commit a0e8b9f
  - drm/amd/display: Initialize get_bytes_per_element's default to 1 (CVE-2024-49892 bsc#1232220)
  - commit e1539d0
  - drivers/perf: Fix ali_drw_pmu driver interrupt status clearing (CVE-2024-47731 bsc#1232117)
  - commit 774dc33
  - padata: use integer wrap around to prevent deadlock on seq_nr overflow (CVE-2024-47739 bsc#1232124)
  - commit 7e58560
  - media: mediatek: vcodec: Fix H264 stateless decoder smatch warning (CVE-2024-47752 bsc#1232130)
  - commit 086cd43
  - media: mediatek: vcodec: Fix H264 multi stateless decoder smatch warning (CVE-2024-47754 bsc#1232131)
  - commit dacb1c6
  - media: mediatek: vcodec: Fix VP8 stateless decoder smatch warning (CVE-2024-47753 bsc#1231868)
  - commit fed66a9
  - iommu/vt-d: Always reserve a domain ID for identity setup
    (git-fixes).
  - commit f7ecad0
  - btrfs: clean up our handling of refs == 0 in snapshot delete (CVE-2024-46840 bsc#1231105)
  - commit 788d396
  - kABI: bpf: struct bpf_map kABI workaround (CVE-2024-50063
    bsc#1232435).
  - selftests/bpf: Add test for lsm tail call (CVE-2024-50063
    bsc#1232435).
  - bpf: Prevent tail call between progs attached to different hooks
    (CVE-2024-50063 bsc#1232435).
  - commit 666246a
  - iommu/vt-d: Fix incorrect pci_for_each_dma_alias() for non-PCI
    devices (git-fixes).
  - commit 28951a9
  - drm/amd/display: Check null pointers before multiple uses (bsc#1232313 CVE-2024-49920)
  - commit 5447aa1
  - drm/amd/display: Check link_res->hpo_dp_link_enc before using it (bsc#1231944)
  - commit bf57b96
  - drm/amd/display: Check null-initialized variables (bsc#1232222 CVE-2024-49898)
  - commit a00bfda
  - drm/amd/display: Check link_res->hpo_dp_link_enc before using it (bsc#1231944 CVE-2024-47704)
  - commit 931c899
  - spi: spi-fsl-dspi: Fix crash when not using GPIO chip select
    (git-fixes).
  - spi: mtk-snfi: fix kerneldoc for mtk_snand_is_page_ops()
    (git-fixes).
  - spi: atmel-quadspi: Fix wrong register value written to MR
    (git-fixes).
  - commit fd0b348
  - crypto: stm32/cryp - call finalize with bh disabled
    (CVE-2024-47658 bsc#1231436).
  - commit 2854148

------------------------------------------------------------------
------------------  2024-10-28  -  Oct 28 2024  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.23. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.23>
  - Rebase patches:
    * 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

++++ kernel-default:

  - smb: client: fix UAF in async decryption (bsc#1232418
    CVE-2024-50047).
  - commit 381863e
  - e1000e: fix force smbus during suspend flow (git-fixes).
  - commit f9cbf12
  - btrfs: wait for fixup workers before stopping cleaner kthread
    during umount (bsc#1232262 CVE-2024-49867).
  - btrfs: fix race setting file private on concurrent lseek using
    same fd (bsc#1231869 CVE-2024-47741).
  - commit af36a3e
  - ppp: fix ppp_async_encode() illegal access (CVE-2024-50035
    bsc#1232392).
  - net: avoid potential underflow in qdisc_pkt_len_init() with UFO
    (CVE-2024-49949 bsc#1232160).
  - commit f4bcea0
  - ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
    (git-fixes).
  - Refresh
    patches.suse/ice-move-netif_queue_set_napi-to-rtnl-protected-sect.patch.
  - commit 7b44c3c
  - net/mlx5: Check capability for fw_reset (git-fixes).
  - Refresh
    patches.suse/net-mlx5-Fix-MTMP-register-capability-offset-in-MCAM.patch.
  - commit 480249d
  - net/mlx5e: Don't call cleanup on profile rollback failure
    (git-fixes).
  - net/mlx5: Unregister notifier on eswitch init failure
    (git-fixes).
  - net/mlx5: Fix command bitmask initialization (git-fixes).
  - net/mlx5: Check for invalid vector index on EQ creation
    (git-fixes).
  - e1000e: change I219 (19) devices to ADP (git-fixes).
  - ice: Flush FDB entries before reset (git-fixes).
  - ice: Fix netif_is_ice() in Safe Mode (git-fixes).
  - ice: fix VLAN replay after reset (git-fixes).
  - ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pins
    (git-fixes).
  - ice: clear port vlan config during reset (git-fixes).
  - ice: set correct dst VSI in only LAN filters (git-fixes).
  - net/mlx5: Added cond_resched() to crdump collection (git-fixes).
  - vduse: avoid using __GFP_NOFAIL (git-fixes).
  - igb: Always call igb_xdp_ring_update_tail() under Tx lock
    (git-fixes).
  - ice: fix VSI lists confusion when adding VLANs (git-fixes).
  - ice: fix accounting for filters shared by multiple VSIs
    (git-fixes).
  - ice: Fix lldp packets dropping after changing the number of
    channels (git-fixes).
  - net/mlx5: Add missing masks and QoS bit masks for scheduling
    elements (git-fixes).
  - net/mlx5: Explicitly set scheduling element and TSAR type
    (git-fixes).
  - net/mlx5e: Add missing link mode to ptys2ext_ethtool_map
    (git-fixes).
  - net/mlx5e: Add missing link modes to ptys2ethtool_map
    (git-fixes).
  - net/mlx5: Update the list of the PCI supported devices
    (git-fixes).
  - ice: do not bring the VSI up, if it was down before the XDP
    setup (git-fixes).
  - igc: Unlock on error in igc_io_resume() (git-fixes).
  - igb: Fix not clearing TimeSync interrupts for 82580 (git-fixes).
  - ice: fix truesize operations for PAGE_SIZE >= 8192 (git-fixes).
  - ice: fix ICE_LAST_OFFSET formula (git-fixes).
  - ice: fix page reuse when PAGE_SIZE is over 8k (git-fixes).
  - cxgb4: add forgotten u64 ivlan cast before shift (git-fixes).
  - igc: Fix qbv tx latency by setting gtxoffset (git-fixes).
  - igc: Fix reset adapter logics when tx mode change (git-fixes).
  - igc: Fix qbv_config_change_errors logics (git-fixes).
  - igc: Fix packet still tx after gate close by reducing i226
    MAC retry buffer (git-fixes).
  - net/mlx5e: Correctly report errors for ethtool rx flows
    (git-fixes).
  - ice: Fix reset handler (git-fixes).
  - idpf: fix UAFs when destroying the queues (git-fixes).
  - idpf: fix memleak in vport interrupt configuration (git-fixes).
  - idpf: fix memory leaks and crashes while performing a soft reset
    (git-fixes).
  - igc: Fix double reset adapter triggered from a single taprio
    cmd (git-fixes).
  - net/mlx5e: Add a check for the return value from
    mlx5_port_set_eth_ptys (git-fixes).
  - net/mlx5e: Require mlx5 tc classifier action support for IPsec
    prio capability (git-fixes).
  - net/mlx5: Lag, don't use the hardcoded value of the first port
    (git-fixes).
  - net/mlx5: Fix error handling in irq_pool_request_irq
    (git-fixes).
  - ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
    (git-fixes).
  - ice: replace synchronize_rcu with synchronize_net (git-fixes).
  - ice: don't busy wait for Rx queue disable in ice_qp_dis()
    (git-fixes).
  - ice: respect netif readiness in AF_XDP ZC related ndo's
    (git-fixes).
  - gve: Fix an edge case for TSO skb validity check (git-fixes).
  - ice: Fix recipe read procedure (git-fixes).
  - gve: Fix XDP TX completion handling when counters overflow
    (git-fixes).
  - RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is
    disabled (git-fixes).
  - idpf: avoid bloating &idpf_q_vector with big %NR_CPUS
    (git-fixes).
  - i40e: Fix XDP program unloading while removing the driver
    (git-fixes).
  - ice: use proper macro for testing bit (git-fixes).
  - ice: Reject pin requests with unsupported flags (git-fixes).
  - e1000e: Fix S0ix residency on corporate systems (git-fixes).
  - net/mlx5e: Add mqprio_rl cleanup and free in
    mlx5e_priv_cleanup() (git-fixes).
  - ice: Rebuild TC queues on VSI queue reconfiguration (git-fixes).
  - bnxt_en: Restore PTP tx_avail count in case of skb_pad() error
    (git-fixes).
  - ice: Fix VSI list rule with ICE_SW_LKUP_LAST type (git-fixes).
  - ice: implement AQ download pkg retry (git-fixes).
  - ice: fix 200G link speed message log (git-fixes).
  - ice: avoid IRQ collision to fix init failure on ACPI S3 resume
    (git-fixes).
  - bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response
    (git-fixes).
  - gve: ignore nonrelevant GSO type bits when processing TSO
    headers (git-fixes).
  - net/mlx5e: Fix features validation check for tunneled UDP
    (non-VXLAN) packets (git-fixes).
  - ice: add flag to distinguish reset from .ndo_bpf in XDP rings
    config (git-fixes).
  - ice: remove af_xdp_zc_qps bitmap (git-fixes).
  - ice: fix reads from NVM Shadow RAM on E830 and E825-C devices
    (git-fixes).
  - ice: fix iteration of TLVs in Preserved Fields Area (git-fixes).
  - net/mlx5: Stop waiting for PCI if pci channel is offline
    (git-fixes).
  - ice: fix 200G PHY types to link speed mapping (git-fixes).
  - e1000e: move force SMBUS near the end of enable_ulp function
    (git-fixes).
  - ice: fix accounting if a VLAN already exists (git-fixes).
  - idpf: don't enable NAPI and interrupts prior to allocating Rx
    buffers (git-fixes).
  - net/mlx5e: Fix UDP GSO for encapsulated packets (git-fixes).
  - net/mlx5e: Use rx_missed_errors instead of rx_dropped for
    reporting buffer exhaustion (git-fixes).
  - net/mlx5e: Fix IPsec tunnel mode offload feature check
    (git-fixes).
  - net/mlx5: Lag, do bond only if slaves agree on roce state
    (git-fixes).
  - idpf: Interpret .set_channels() input differently (git-fixes).
  - ice: Interpret .set_channels() input differently (git-fixes).
  - idpf: don't skip over ethtool tcp-data-split setting
    (git-fixes).
  - ice: Fix package download algorithm (git-fixes).
  - mlx5: stop warning for 64KB pages (git-fixes).
  - mlx5: avoid truncating error message (git-fixes).
  - qed: avoid truncating work queue length (git-fixes).
  - cxgb4: unnecessary check for 0 in the free_sge_txq_uld()
    function (git-fixes).
  - cxgb4: Properly lock TX queue for the selftest (git-fixes).
  - net: qede: use return from qede_parse_actions() (git-fixes).
  - net: qede: use return from qede_parse_flow_attr() for flow_spec
    (git-fixes).
  - net: qede: use return from qede_parse_flow_attr() for flower
    (git-fixes).
  - net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()
    (git-fixes).
  - iavf: Fix TC config comparison with existing adapter TC config
    (git-fixes).
  - i40e: Report MFS in decimal base instead of hex (git-fixes).
  - eth: bnxt: fix counting packets discarded due to OOM and netpoll
    (git-fixes).
  - bnxt_en: Fix error recovery for 5760X (P7) chips (git-fixes).
  - bnxt_en: Fix the PCI-AER routines (git-fixes).
  - bnxt_en: refactor reset close code (git-fixes).
  - ice: Fix checking for unsupported keys on non-tunnel device
    (git-fixes).
  - ice: tc: allow zero flags in parsing tc flower (git-fixes).
  - ice: tc: check src_vsi in case of traffic from VF (git-fixes).
  - vdpa: Fix an error handling path in eni_vdpa_probe()
    (git-fixes).
  - vdpa_sim_blk: allocate the buffer zeroed (git-fixes).
  - vdpa_sim_blk: Fix the potential leak of mgmt_dev (git-fixes).
  - commit 58c03fe
  - dcache: keep dentry_hashtable or d_hash_shift even when not used (git-fixes).
  - commit d6ce9b3
  - x86: fix user address masking non-canonical speculation issue (git-fixes).
  - commit 561e50e
  - x86: make the masked_user_access_begin() macro use its argument only  once (git-fixes).
  - commit aa2495e
  - x86: do the user address masking outside the user access area (git-fixes).
  - commit a4b9c7b
  - x86: support user address masking instead of non-speculative conditional (git-fixes).
  - commit 6536d1f
  - runtime constants: add x86 architecture support (git-fixes).
  - commit 32e2def
  - runtime constants: add default dummy infrastructure (git-fixes).
  - commit dd17ee6
  - vfs: dcache: move hashlen_hash() from callers into d_hash() (git-fixes).
  - commit c440ebe
  - hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event (git-fixes).
  - commit 3dc5225

++++ kernel-firmware:

  - Update to version 20241028 (git commit 987607d681cb):
    * amdgpu: DMCUB updates for various AMDGPU ASICs
    * i915: Add Xe3LPD DMC
    * cnm: update chips&media wave521c firmware.
    * linux-firmware: Add firmware for Cirrus CS35L41
    * linux-firmware: Update firmware file for Intel BlazarU core
    * Makefile: error out of 'install' if COPYOPTS is set

++++ kernel-rt:

  - smb: client: fix UAF in async decryption (bsc#1232418
    CVE-2024-50047).
  - commit 381863e
  - e1000e: fix force smbus during suspend flow (git-fixes).
  - commit f9cbf12
  - btrfs: wait for fixup workers before stopping cleaner kthread
    during umount (bsc#1232262 CVE-2024-49867).
  - btrfs: fix race setting file private on concurrent lseek using
    same fd (bsc#1231869 CVE-2024-47741).
  - commit af36a3e
  - ppp: fix ppp_async_encode() illegal access (CVE-2024-50035
    bsc#1232392).
  - net: avoid potential underflow in qdisc_pkt_len_init() with UFO
    (CVE-2024-49949 bsc#1232160).
  - commit f4bcea0
  - ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
    (git-fixes).
  - Refresh
    patches.suse/ice-move-netif_queue_set_napi-to-rtnl-protected-sect.patch.
  - commit 7b44c3c
  - net/mlx5: Check capability for fw_reset (git-fixes).
  - Refresh
    patches.suse/net-mlx5-Fix-MTMP-register-capability-offset-in-MCAM.patch.
  - commit 480249d
  - net/mlx5e: Don't call cleanup on profile rollback failure
    (git-fixes).
  - net/mlx5: Unregister notifier on eswitch init failure
    (git-fixes).
  - net/mlx5: Fix command bitmask initialization (git-fixes).
  - net/mlx5: Check for invalid vector index on EQ creation
    (git-fixes).
  - e1000e: change I219 (19) devices to ADP (git-fixes).
  - ice: Flush FDB entries before reset (git-fixes).
  - ice: Fix netif_is_ice() in Safe Mode (git-fixes).
  - ice: fix VLAN replay after reset (git-fixes).
  - ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pins
    (git-fixes).
  - ice: clear port vlan config during reset (git-fixes).
  - ice: set correct dst VSI in only LAN filters (git-fixes).
  - net/mlx5: Added cond_resched() to crdump collection (git-fixes).
  - vduse: avoid using __GFP_NOFAIL (git-fixes).
  - igb: Always call igb_xdp_ring_update_tail() under Tx lock
    (git-fixes).
  - ice: fix VSI lists confusion when adding VLANs (git-fixes).
  - ice: fix accounting for filters shared by multiple VSIs
    (git-fixes).
  - ice: Fix lldp packets dropping after changing the number of
    channels (git-fixes).
  - net/mlx5: Add missing masks and QoS bit masks for scheduling
    elements (git-fixes).
  - net/mlx5: Explicitly set scheduling element and TSAR type
    (git-fixes).
  - net/mlx5e: Add missing link mode to ptys2ext_ethtool_map
    (git-fixes).
  - net/mlx5e: Add missing link modes to ptys2ethtool_map
    (git-fixes).
  - net/mlx5: Update the list of the PCI supported devices
    (git-fixes).
  - ice: do not bring the VSI up, if it was down before the XDP
    setup (git-fixes).
  - igc: Unlock on error in igc_io_resume() (git-fixes).
  - igb: Fix not clearing TimeSync interrupts for 82580 (git-fixes).
  - ice: fix truesize operations for PAGE_SIZE >= 8192 (git-fixes).
  - ice: fix ICE_LAST_OFFSET formula (git-fixes).
  - ice: fix page reuse when PAGE_SIZE is over 8k (git-fixes).
  - cxgb4: add forgotten u64 ivlan cast before shift (git-fixes).
  - igc: Fix qbv tx latency by setting gtxoffset (git-fixes).
  - igc: Fix reset adapter logics when tx mode change (git-fixes).
  - igc: Fix qbv_config_change_errors logics (git-fixes).
  - igc: Fix packet still tx after gate close by reducing i226
    MAC retry buffer (git-fixes).
  - net/mlx5e: Correctly report errors for ethtool rx flows
    (git-fixes).
  - ice: Fix reset handler (git-fixes).
  - idpf: fix UAFs when destroying the queues (git-fixes).
  - idpf: fix memleak in vport interrupt configuration (git-fixes).
  - idpf: fix memory leaks and crashes while performing a soft reset
    (git-fixes).
  - igc: Fix double reset adapter triggered from a single taprio
    cmd (git-fixes).
  - net/mlx5e: Add a check for the return value from
    mlx5_port_set_eth_ptys (git-fixes).
  - net/mlx5e: Require mlx5 tc classifier action support for IPsec
    prio capability (git-fixes).
  - net/mlx5: Lag, don't use the hardcoded value of the first port
    (git-fixes).
  - net/mlx5: Fix error handling in irq_pool_request_irq
    (git-fixes).
  - ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
    (git-fixes).
  - ice: replace synchronize_rcu with synchronize_net (git-fixes).
  - ice: don't busy wait for Rx queue disable in ice_qp_dis()
    (git-fixes).
  - ice: respect netif readiness in AF_XDP ZC related ndo's
    (git-fixes).
  - gve: Fix an edge case for TSO skb validity check (git-fixes).
  - ice: Fix recipe read procedure (git-fixes).
  - gve: Fix XDP TX completion handling when counters overflow
    (git-fixes).
  - RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is
    disabled (git-fixes).
  - idpf: avoid bloating &idpf_q_vector with big %NR_CPUS
    (git-fixes).
  - i40e: Fix XDP program unloading while removing the driver
    (git-fixes).
  - ice: use proper macro for testing bit (git-fixes).
  - ice: Reject pin requests with unsupported flags (git-fixes).
  - e1000e: Fix S0ix residency on corporate systems (git-fixes).
  - net/mlx5e: Add mqprio_rl cleanup and free in
    mlx5e_priv_cleanup() (git-fixes).
  - ice: Rebuild TC queues on VSI queue reconfiguration (git-fixes).
  - bnxt_en: Restore PTP tx_avail count in case of skb_pad() error
    (git-fixes).
  - ice: Fix VSI list rule with ICE_SW_LKUP_LAST type (git-fixes).
  - ice: implement AQ download pkg retry (git-fixes).
  - ice: fix 200G link speed message log (git-fixes).
  - ice: avoid IRQ collision to fix init failure on ACPI S3 resume
    (git-fixes).
  - bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response
    (git-fixes).
  - gve: ignore nonrelevant GSO type bits when processing TSO
    headers (git-fixes).
  - net/mlx5e: Fix features validation check for tunneled UDP
    (non-VXLAN) packets (git-fixes).
  - ice: add flag to distinguish reset from .ndo_bpf in XDP rings
    config (git-fixes).
  - ice: remove af_xdp_zc_qps bitmap (git-fixes).
  - ice: fix reads from NVM Shadow RAM on E830 and E825-C devices
    (git-fixes).
  - ice: fix iteration of TLVs in Preserved Fields Area (git-fixes).
  - net/mlx5: Stop waiting for PCI if pci channel is offline
    (git-fixes).
  - ice: fix 200G PHY types to link speed mapping (git-fixes).
  - e1000e: move force SMBUS near the end of enable_ulp function
    (git-fixes).
  - ice: fix accounting if a VLAN already exists (git-fixes).
  - idpf: don't enable NAPI and interrupts prior to allocating Rx
    buffers (git-fixes).
  - net/mlx5e: Fix UDP GSO for encapsulated packets (git-fixes).
  - net/mlx5e: Use rx_missed_errors instead of rx_dropped for
    reporting buffer exhaustion (git-fixes).
  - net/mlx5e: Fix IPsec tunnel mode offload feature check
    (git-fixes).
  - net/mlx5: Lag, do bond only if slaves agree on roce state
    (git-fixes).
  - idpf: Interpret .set_channels() input differently (git-fixes).
  - ice: Interpret .set_channels() input differently (git-fixes).
  - idpf: don't skip over ethtool tcp-data-split setting
    (git-fixes).
  - ice: Fix package download algorithm (git-fixes).
  - mlx5: stop warning for 64KB pages (git-fixes).
  - mlx5: avoid truncating error message (git-fixes).
  - qed: avoid truncating work queue length (git-fixes).
  - cxgb4: unnecessary check for 0 in the free_sge_txq_uld()
    function (git-fixes).
  - cxgb4: Properly lock TX queue for the selftest (git-fixes).
  - net: qede: use return from qede_parse_actions() (git-fixes).
  - net: qede: use return from qede_parse_flow_attr() for flow_spec
    (git-fixes).
  - net: qede: use return from qede_parse_flow_attr() for flower
    (git-fixes).
  - net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()
    (git-fixes).
  - iavf: Fix TC config comparison with existing adapter TC config
    (git-fixes).
  - i40e: Report MFS in decimal base instead of hex (git-fixes).
  - eth: bnxt: fix counting packets discarded due to OOM and netpoll
    (git-fixes).
  - bnxt_en: Fix error recovery for 5760X (P7) chips (git-fixes).
  - bnxt_en: Fix the PCI-AER routines (git-fixes).
  - bnxt_en: refactor reset close code (git-fixes).
  - ice: Fix checking for unsupported keys on non-tunnel device
    (git-fixes).
  - ice: tc: allow zero flags in parsing tc flower (git-fixes).
  - ice: tc: check src_vsi in case of traffic from VF (git-fixes).
  - vdpa: Fix an error handling path in eni_vdpa_probe()
    (git-fixes).
  - vdpa_sim_blk: allocate the buffer zeroed (git-fixes).
  - vdpa_sim_blk: Fix the potential leak of mgmt_dev (git-fixes).
  - commit 58c03fe
  - dcache: keep dentry_hashtable or d_hash_shift even when not used (git-fixes).
  - commit d6ce9b3
  - x86: fix user address masking non-canonical speculation issue (git-fixes).
  - commit 561e50e
  - x86: make the masked_user_access_begin() macro use its argument only  once (git-fixes).
  - commit aa2495e
  - x86: do the user address masking outside the user access area (git-fixes).
  - commit a4b9c7b
  - x86: support user address masking instead of non-speculative conditional (git-fixes).
  - commit 6536d1f
  - runtime constants: add x86 architecture support (git-fixes).
  - commit 32e2def
  - runtime constants: add default dummy infrastructure (git-fixes).
  - commit dd17ee6
  - vfs: dcache: move hashlen_hash() from callers into d_hash() (git-fixes).
  - commit c440ebe
  - hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event (git-fixes).
  - commit 3dc5225

++++ kernel-rt_debug:

  - smb: client: fix UAF in async decryption (bsc#1232418
    CVE-2024-50047).
  - commit 381863e
  - e1000e: fix force smbus during suspend flow (git-fixes).
  - commit f9cbf12
  - btrfs: wait for fixup workers before stopping cleaner kthread
    during umount (bsc#1232262 CVE-2024-49867).
  - btrfs: fix race setting file private on concurrent lseek using
    same fd (bsc#1231869 CVE-2024-47741).
  - commit af36a3e
  - ppp: fix ppp_async_encode() illegal access (CVE-2024-50035
    bsc#1232392).
  - net: avoid potential underflow in qdisc_pkt_len_init() with UFO
    (CVE-2024-49949 bsc#1232160).
  - commit f4bcea0
  - ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()
    (git-fixes).
  - Refresh
    patches.suse/ice-move-netif_queue_set_napi-to-rtnl-protected-sect.patch.
  - commit 7b44c3c
  - net/mlx5: Check capability for fw_reset (git-fixes).
  - Refresh
    patches.suse/net-mlx5-Fix-MTMP-register-capability-offset-in-MCAM.patch.
  - commit 480249d
  - net/mlx5e: Don't call cleanup on profile rollback failure
    (git-fixes).
  - net/mlx5: Unregister notifier on eswitch init failure
    (git-fixes).
  - net/mlx5: Fix command bitmask initialization (git-fixes).
  - net/mlx5: Check for invalid vector index on EQ creation
    (git-fixes).
  - e1000e: change I219 (19) devices to ADP (git-fixes).
  - ice: Flush FDB entries before reset (git-fixes).
  - ice: Fix netif_is_ice() in Safe Mode (git-fixes).
  - ice: fix VLAN replay after reset (git-fixes).
  - ice: disallow DPLL_PIN_STATE_SELECTABLE for dpll output pins
    (git-fixes).
  - ice: clear port vlan config during reset (git-fixes).
  - ice: set correct dst VSI in only LAN filters (git-fixes).
  - net/mlx5: Added cond_resched() to crdump collection (git-fixes).
  - vduse: avoid using __GFP_NOFAIL (git-fixes).
  - igb: Always call igb_xdp_ring_update_tail() under Tx lock
    (git-fixes).
  - ice: fix VSI lists confusion when adding VLANs (git-fixes).
  - ice: fix accounting for filters shared by multiple VSIs
    (git-fixes).
  - ice: Fix lldp packets dropping after changing the number of
    channels (git-fixes).
  - net/mlx5: Add missing masks and QoS bit masks for scheduling
    elements (git-fixes).
  - net/mlx5: Explicitly set scheduling element and TSAR type
    (git-fixes).
  - net/mlx5e: Add missing link mode to ptys2ext_ethtool_map
    (git-fixes).
  - net/mlx5e: Add missing link modes to ptys2ethtool_map
    (git-fixes).
  - net/mlx5: Update the list of the PCI supported devices
    (git-fixes).
  - ice: do not bring the VSI up, if it was down before the XDP
    setup (git-fixes).
  - igc: Unlock on error in igc_io_resume() (git-fixes).
  - igb: Fix not clearing TimeSync interrupts for 82580 (git-fixes).
  - ice: fix truesize operations for PAGE_SIZE >= 8192 (git-fixes).
  - ice: fix ICE_LAST_OFFSET formula (git-fixes).
  - ice: fix page reuse when PAGE_SIZE is over 8k (git-fixes).
  - cxgb4: add forgotten u64 ivlan cast before shift (git-fixes).
  - igc: Fix qbv tx latency by setting gtxoffset (git-fixes).
  - igc: Fix reset adapter logics when tx mode change (git-fixes).
  - igc: Fix qbv_config_change_errors logics (git-fixes).
  - igc: Fix packet still tx after gate close by reducing i226
    MAC retry buffer (git-fixes).
  - net/mlx5e: Correctly report errors for ethtool rx flows
    (git-fixes).
  - ice: Fix reset handler (git-fixes).
  - idpf: fix UAFs when destroying the queues (git-fixes).
  - idpf: fix memleak in vport interrupt configuration (git-fixes).
  - idpf: fix memory leaks and crashes while performing a soft reset
    (git-fixes).
  - igc: Fix double reset adapter triggered from a single taprio
    cmd (git-fixes).
  - net/mlx5e: Add a check for the return value from
    mlx5_port_set_eth_ptys (git-fixes).
  - net/mlx5e: Require mlx5 tc classifier action support for IPsec
    prio capability (git-fixes).
  - net/mlx5: Lag, don't use the hardcoded value of the first port
    (git-fixes).
  - net/mlx5: Fix error handling in irq_pool_request_irq
    (git-fixes).
  - ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
    (git-fixes).
  - ice: replace synchronize_rcu with synchronize_net (git-fixes).
  - ice: don't busy wait for Rx queue disable in ice_qp_dis()
    (git-fixes).
  - ice: respect netif readiness in AF_XDP ZC related ndo's
    (git-fixes).
  - gve: Fix an edge case for TSO skb validity check (git-fixes).
  - ice: Fix recipe read procedure (git-fixes).
  - gve: Fix XDP TX completion handling when counters overflow
    (git-fixes).
  - RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is
    disabled (git-fixes).
  - idpf: avoid bloating &idpf_q_vector with big %NR_CPUS
    (git-fixes).
  - i40e: Fix XDP program unloading while removing the driver
    (git-fixes).
  - ice: use proper macro for testing bit (git-fixes).
  - ice: Reject pin requests with unsupported flags (git-fixes).
  - e1000e: Fix S0ix residency on corporate systems (git-fixes).
  - net/mlx5e: Add mqprio_rl cleanup and free in
    mlx5e_priv_cleanup() (git-fixes).
  - ice: Rebuild TC queues on VSI queue reconfiguration (git-fixes).
  - bnxt_en: Restore PTP tx_avail count in case of skb_pad() error
    (git-fixes).
  - ice: Fix VSI list rule with ICE_SW_LKUP_LAST type (git-fixes).
  - ice: implement AQ download pkg retry (git-fixes).
  - ice: fix 200G link speed message log (git-fixes).
  - ice: avoid IRQ collision to fix init failure on ACPI S3 resume
    (git-fixes).
  - bnxt_en: Cap the size of HWRM_PORT_PHY_QCFG forwarded response
    (git-fixes).
  - gve: ignore nonrelevant GSO type bits when processing TSO
    headers (git-fixes).
  - net/mlx5e: Fix features validation check for tunneled UDP
    (non-VXLAN) packets (git-fixes).
  - ice: add flag to distinguish reset from .ndo_bpf in XDP rings
    config (git-fixes).
  - ice: remove af_xdp_zc_qps bitmap (git-fixes).
  - ice: fix reads from NVM Shadow RAM on E830 and E825-C devices
    (git-fixes).
  - ice: fix iteration of TLVs in Preserved Fields Area (git-fixes).
  - net/mlx5: Stop waiting for PCI if pci channel is offline
    (git-fixes).
  - ice: fix 200G PHY types to link speed mapping (git-fixes).
  - e1000e: move force SMBUS near the end of enable_ulp function
    (git-fixes).
  - ice: fix accounting if a VLAN already exists (git-fixes).
  - idpf: don't enable NAPI and interrupts prior to allocating Rx
    buffers (git-fixes).
  - net/mlx5e: Fix UDP GSO for encapsulated packets (git-fixes).
  - net/mlx5e: Use rx_missed_errors instead of rx_dropped for
    reporting buffer exhaustion (git-fixes).
  - net/mlx5e: Fix IPsec tunnel mode offload feature check
    (git-fixes).
  - net/mlx5: Lag, do bond only if slaves agree on roce state
    (git-fixes).
  - idpf: Interpret .set_channels() input differently (git-fixes).
  - ice: Interpret .set_channels() input differently (git-fixes).
  - idpf: don't skip over ethtool tcp-data-split setting
    (git-fixes).
  - ice: Fix package download algorithm (git-fixes).
  - mlx5: stop warning for 64KB pages (git-fixes).
  - mlx5: avoid truncating error message (git-fixes).
  - qed: avoid truncating work queue length (git-fixes).
  - cxgb4: unnecessary check for 0 in the free_sge_txq_uld()
    function (git-fixes).
  - cxgb4: Properly lock TX queue for the selftest (git-fixes).
  - net: qede: use return from qede_parse_actions() (git-fixes).
  - net: qede: use return from qede_parse_flow_attr() for flow_spec
    (git-fixes).
  - net: qede: use return from qede_parse_flow_attr() for flower
    (git-fixes).
  - net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()
    (git-fixes).
  - iavf: Fix TC config comparison with existing adapter TC config
    (git-fixes).
  - i40e: Report MFS in decimal base instead of hex (git-fixes).
  - eth: bnxt: fix counting packets discarded due to OOM and netpoll
    (git-fixes).
  - bnxt_en: Fix error recovery for 5760X (P7) chips (git-fixes).
  - bnxt_en: Fix the PCI-AER routines (git-fixes).
  - bnxt_en: refactor reset close code (git-fixes).
  - ice: Fix checking for unsupported keys on non-tunnel device
    (git-fixes).
  - ice: tc: allow zero flags in parsing tc flower (git-fixes).
  - ice: tc: check src_vsi in case of traffic from VF (git-fixes).
  - vdpa: Fix an error handling path in eni_vdpa_probe()
    (git-fixes).
  - vdpa_sim_blk: allocate the buffer zeroed (git-fixes).
  - vdpa_sim_blk: Fix the potential leak of mgmt_dev (git-fixes).
  - commit 58c03fe
  - dcache: keep dentry_hashtable or d_hash_shift even when not used (git-fixes).
  - commit d6ce9b3
  - x86: fix user address masking non-canonical speculation issue (git-fixes).
  - commit 561e50e
  - x86: make the masked_user_access_begin() macro use its argument only  once (git-fixes).
  - commit aa2495e
  - x86: do the user address masking outside the user access area (git-fixes).
  - commit a4b9c7b
  - x86: support user address masking instead of non-speculative conditional (git-fixes).
  - commit 6536d1f
  - runtime constants: add x86 architecture support (git-fixes).
  - commit 32e2def
  - runtime constants: add default dummy infrastructure (git-fixes).
  - commit dd17ee6
  - vfs: dcache: move hashlen_hash() from callers into d_hash() (git-fixes).
  - commit c440ebe
  - hv_netvsc: Fix VF namespace also in synthetic NIC NETDEV_REGISTER event (git-fixes).
  - commit 3dc5225

++++ lsof:

  - Add reproducible.patch to not store build host kernel version (boo#1232425)

------------------------------------------------------------------
------------------  2024-10-26  -  Oct 26 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Drop USB dwc2 patch that caused a regression on RPi3 (bsc#1232342)
  - commit c84227d
  - ACPI: PRM: Clean up guid type in struct prm_handler_info
    (git-fixes).
  - commit 8c8a801
  - ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
    (stable-fixes).
  - commit 595e400
  - ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and
    context (git-fixes).
  - ata: libata: Set DID_TIME_OUT for commands that actually timed
    out (git-fixes).
  - ASoC: max98388: Fix missing increment of variable slot_found
    (git-fixes).
  - ASoC: qcom: Fix NULL Dereference in
    asoc_qcom_lpass_cpu_platform_probe() (git-fixes).
  - ALSA: hda/realtek: Update default depop procedure (git-fixes).
  - ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
    (git-fixes).
  - ALSA: firewire-lib: Avoid division by zero in
    apply_constraint_to_size() (git-fixes).
  - cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory
    systems (git-fixes).
  - ntb: intel: Fix the NULL vs IS_ERR() bug for
    debugfs_create_dir() (git-fixes).
  - commit 33d7ff7

++++ kernel-rt:

  - Drop USB dwc2 patch that caused a regression on RPi3 (bsc#1232342)
  - commit c84227d
  - ACPI: PRM: Clean up guid type in struct prm_handler_info
    (git-fixes).
  - commit 8c8a801
  - ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
    (stable-fixes).
  - commit 595e400
  - ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and
    context (git-fixes).
  - ata: libata: Set DID_TIME_OUT for commands that actually timed
    out (git-fixes).
  - ASoC: max98388: Fix missing increment of variable slot_found
    (git-fixes).
  - ASoC: qcom: Fix NULL Dereference in
    asoc_qcom_lpass_cpu_platform_probe() (git-fixes).
  - ALSA: hda/realtek: Update default depop procedure (git-fixes).
  - ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
    (git-fixes).
  - ALSA: firewire-lib: Avoid division by zero in
    apply_constraint_to_size() (git-fixes).
  - cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory
    systems (git-fixes).
  - ntb: intel: Fix the NULL vs IS_ERR() bug for
    debugfs_create_dir() (git-fixes).
  - commit 33d7ff7

++++ kernel-rt_debug:

  - Drop USB dwc2 patch that caused a regression on RPi3 (bsc#1232342)
  - commit c84227d
  - ACPI: PRM: Clean up guid type in struct prm_handler_info
    (git-fixes).
  - commit 8c8a801
  - ALSA: hda/realtek: Add subwoofer quirk for Acer Predator G9-593
    (stable-fixes).
  - commit 595e400
  - ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and
    context (git-fixes).
  - ata: libata: Set DID_TIME_OUT for commands that actually timed
    out (git-fixes).
  - ASoC: max98388: Fix missing increment of variable slot_found
    (git-fixes).
  - ASoC: qcom: Fix NULL Dereference in
    asoc_qcom_lpass_cpu_platform_probe() (git-fixes).
  - ALSA: hda/realtek: Update default depop procedure (git-fixes).
  - ALSA: hda/tas2781: select CRC32 instead of CRC32_SARWATE
    (git-fixes).
  - ALSA: firewire-lib: Avoid division by zero in
    apply_constraint_to_size() (git-fixes).
  - cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory
    systems (git-fixes).
  - ntb: intel: Fix the NULL vs IS_ERR() bug for
    debugfs_create_dir() (git-fixes).
  - commit 33d7ff7

------------------------------------------------------------------
------------------  2024-10-25  -  Oct 25 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix networking in erofs integration test
    The network setup was systemd-networkd based but
    the provided network config was not for systemd

++++ kernel-default:

  - platform/x86: x86-android-tablets: Fix use after free on
    platform_device_register() errors (bsc#1232093 CVE-2024-49986).
  - commit a5650bf
  - thermal: core: Free tzp copy along with the thermal zone
    (bsc#1231951 CVE-2024-50027).
  - commit 5199a1f
  - device-dax: correct pgoff align in dax_set_mapping()
    (bsc#1231956 CVE-2024-50022).
  - commit 527a95e
  - ntb: ntb_hw_switchtec: Fix use after free vulnerability in
    switchtec_ntb_remove due to race condition (CVE-2024-50059
    bsc#1232345).
  - commit 4d86c47
  - mm: call the security_mmap_file() LSM hook in remap_file_pages()
    (CVE-2024-47745 bsc#1232135).
  - commit 18a36ea
  - Bluetooth: L2CAP: Fix uaf in l2cap_connect (CVE-2024-49950
    bsc#1232159).
  - commit c906740
  - rxrpc: Fix a race between socket set up and I/O thread creation
    (CVE-2024-49864 bsc#1232256).
  - commit 9a8fa8a
  - jfs: Fix sanity check in dbMount (git-fixes).
  - commit 82a9085
  - net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()
    (CVE-2024-50000 bsc#1232085).
  - commit fe8d0fb
  - ext4: fix double brelse() the buffer of the extents path
    (bsc#1232200 CVE-2024-49882).
  - ext4: no need to continue when the number of entries is 1
    (bsc#1232140 CVE-2024-49967).
  - commit 4a7f79c
  - nvme: disable CC.CRIME (NVME_CC_CRIME) (jsc#PED-9901).
  - commit e02c81e
  - ice: Fix improper handling of refcount in
    ice_sriov_set_msix_vec_count() (CVE-2024-50020 bsc#1231989).
  - Refresh patches.suse/ice-Fix-increasing-MSI-X-on-VF.patch.
  - commit 879bb19
  - igb: Do not bring the device up after non-fatal error
    (CVE-2024-50040 bsc#1231908).
  - ice: Fix improper handling of refcount in
    ice_dpll_init_rclk_pins() (CVE-2024-50021 bsc#1231957).
  - ppp: do not assume bh is held in ppp_channel_bridge_input()
    (CVE-2024-49946 bsc#1232164).
  - net/mlx5e: Fix crash caused by calling __xfrm_state_delete()
    twice (CVE-2024-49953 bsc#1232156).
  - net/mlx5: Fix error path in multi-packet WQE transmit
    (CVE-2024-50001 bsc#1232084).
  - net: seeq: Fix use after free vulnerability in ether3 Driver
    Due to Race Condition (CVE-2024-47747 bsc#1232145).
  - vdpa/mlx5: Fix invalid mr resource destroy (CVE-2024-47687
    bsc#1232003).
  - Revert "ixgbe: Manual AN-37 for troublesome link partners for
    X550 SFI" (git-fixes).
  - commit bf0d04c
  - net: usb: usbnet: fix name regression (get-fixes).
  - commit 05e3778
  - r8169: add tally counter fields added with RTL8125 (CVE-2024-49973 bsc#1232105)
  - commit bda1225
  - crypto: hisilicon/qm - flush all work before driver removed (bsc#1232075)
  - commit fe52020
  - crypto: hisilicon/qm - inject error before stopping queue (CVE-2024-47730 bsc#1232075)
  - commit 2ca1dd9

++++ kernel-rt:

  - platform/x86: x86-android-tablets: Fix use after free on
    platform_device_register() errors (bsc#1232093 CVE-2024-49986).
  - commit a5650bf
  - thermal: core: Free tzp copy along with the thermal zone
    (bsc#1231951 CVE-2024-50027).
  - commit 5199a1f
  - device-dax: correct pgoff align in dax_set_mapping()
    (bsc#1231956 CVE-2024-50022).
  - commit 527a95e
  - ntb: ntb_hw_switchtec: Fix use after free vulnerability in
    switchtec_ntb_remove due to race condition (CVE-2024-50059
    bsc#1232345).
  - commit 4d86c47
  - mm: call the security_mmap_file() LSM hook in remap_file_pages()
    (CVE-2024-47745 bsc#1232135).
  - commit 18a36ea
  - Bluetooth: L2CAP: Fix uaf in l2cap_connect (CVE-2024-49950
    bsc#1232159).
  - commit c906740
  - rxrpc: Fix a race between socket set up and I/O thread creation
    (CVE-2024-49864 bsc#1232256).
  - commit 9a8fa8a
  - jfs: Fix sanity check in dbMount (git-fixes).
  - commit 82a9085
  - net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()
    (CVE-2024-50000 bsc#1232085).
  - commit fe8d0fb
  - ext4: fix double brelse() the buffer of the extents path
    (bsc#1232200 CVE-2024-49882).
  - ext4: no need to continue when the number of entries is 1
    (bsc#1232140 CVE-2024-49967).
  - commit 4a7f79c
  - nvme: disable CC.CRIME (NVME_CC_CRIME) (jsc#PED-9901).
  - commit e02c81e
  - ice: Fix improper handling of refcount in
    ice_sriov_set_msix_vec_count() (CVE-2024-50020 bsc#1231989).
  - Refresh patches.suse/ice-Fix-increasing-MSI-X-on-VF.patch.
  - commit 879bb19
  - igb: Do not bring the device up after non-fatal error
    (CVE-2024-50040 bsc#1231908).
  - ice: Fix improper handling of refcount in
    ice_dpll_init_rclk_pins() (CVE-2024-50021 bsc#1231957).
  - ppp: do not assume bh is held in ppp_channel_bridge_input()
    (CVE-2024-49946 bsc#1232164).
  - net/mlx5e: Fix crash caused by calling __xfrm_state_delete()
    twice (CVE-2024-49953 bsc#1232156).
  - net/mlx5: Fix error path in multi-packet WQE transmit
    (CVE-2024-50001 bsc#1232084).
  - net: seeq: Fix use after free vulnerability in ether3 Driver
    Due to Race Condition (CVE-2024-47747 bsc#1232145).
  - vdpa/mlx5: Fix invalid mr resource destroy (CVE-2024-47687
    bsc#1232003).
  - Revert "ixgbe: Manual AN-37 for troublesome link partners for
    X550 SFI" (git-fixes).
  - commit bf0d04c
  - net: usb: usbnet: fix name regression (get-fixes).
  - commit 05e3778
  - r8169: add tally counter fields added with RTL8125 (CVE-2024-49973 bsc#1232105)
  - commit bda1225
  - crypto: hisilicon/qm - flush all work before driver removed (bsc#1232075)
  - commit fe52020
  - crypto: hisilicon/qm - inject error before stopping queue (CVE-2024-47730 bsc#1232075)
  - commit 2ca1dd9

++++ kernel-rt_debug:

  - platform/x86: x86-android-tablets: Fix use after free on
    platform_device_register() errors (bsc#1232093 CVE-2024-49986).
  - commit a5650bf
  - thermal: core: Free tzp copy along with the thermal zone
    (bsc#1231951 CVE-2024-50027).
  - commit 5199a1f
  - device-dax: correct pgoff align in dax_set_mapping()
    (bsc#1231956 CVE-2024-50022).
  - commit 527a95e
  - ntb: ntb_hw_switchtec: Fix use after free vulnerability in
    switchtec_ntb_remove due to race condition (CVE-2024-50059
    bsc#1232345).
  - commit 4d86c47
  - mm: call the security_mmap_file() LSM hook in remap_file_pages()
    (CVE-2024-47745 bsc#1232135).
  - commit 18a36ea
  - Bluetooth: L2CAP: Fix uaf in l2cap_connect (CVE-2024-49950
    bsc#1232159).
  - commit c906740
  - rxrpc: Fix a race between socket set up and I/O thread creation
    (CVE-2024-49864 bsc#1232256).
  - commit 9a8fa8a
  - jfs: Fix sanity check in dbMount (git-fixes).
  - commit 82a9085
  - net/mlx5e: Fix NULL deref in mlx5e_tir_builder_alloc()
    (CVE-2024-50000 bsc#1232085).
  - commit fe8d0fb
  - ext4: fix double brelse() the buffer of the extents path
    (bsc#1232200 CVE-2024-49882).
  - ext4: no need to continue when the number of entries is 1
    (bsc#1232140 CVE-2024-49967).
  - commit 4a7f79c
  - nvme: disable CC.CRIME (NVME_CC_CRIME) (jsc#PED-9901).
  - commit e02c81e
  - ice: Fix improper handling of refcount in
    ice_sriov_set_msix_vec_count() (CVE-2024-50020 bsc#1231989).
  - Refresh patches.suse/ice-Fix-increasing-MSI-X-on-VF.patch.
  - commit 879bb19
  - igb: Do not bring the device up after non-fatal error
    (CVE-2024-50040 bsc#1231908).
  - ice: Fix improper handling of refcount in
    ice_dpll_init_rclk_pins() (CVE-2024-50021 bsc#1231957).
  - ppp: do not assume bh is held in ppp_channel_bridge_input()
    (CVE-2024-49946 bsc#1232164).
  - net/mlx5e: Fix crash caused by calling __xfrm_state_delete()
    twice (CVE-2024-49953 bsc#1232156).
  - net/mlx5: Fix error path in multi-packet WQE transmit
    (CVE-2024-50001 bsc#1232084).
  - net: seeq: Fix use after free vulnerability in ether3 Driver
    Due to Race Condition (CVE-2024-47747 bsc#1232145).
  - vdpa/mlx5: Fix invalid mr resource destroy (CVE-2024-47687
    bsc#1232003).
  - Revert "ixgbe: Manual AN-37 for troublesome link partners for
    X550 SFI" (git-fixes).
  - commit bf0d04c
  - net: usb: usbnet: fix name regression (get-fixes).
  - commit 05e3778
  - r8169: add tally counter fields added with RTL8125 (CVE-2024-49973 bsc#1232105)
  - commit bda1225
  - crypto: hisilicon/qm - flush all work before driver removed (bsc#1232075)
  - commit fe52020
  - crypto: hisilicon/qm - inject error before stopping queue (CVE-2024-47730 bsc#1232075)
  - commit 2ca1dd9

------------------------------------------------------------------
------------------  2024-10-24  -  Oct 24 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - sock_map: Add a cond_resched() in sock_hash_free() (CVE-2024-47710 bsc#1232049)
  - commit 0ac9917
  - cifs: Fix buffer overflow when parsing NFS reparse points
    (bsc#1232089, CVE-2024-49996).
  - commit f42a100
  - netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put() (CVE-2024-47685 bsc#1231998)
  - commit 8da2621
  - net: Fix an unsafe loop on the list (CVE-2024-50024 bsc#1231954)
  - commit 89e6925
  - ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev() (CVE-2024-47707 bsc#1231935)
  - commit cc8f915
  - netfilter: br_netfilter: fix panic with metadata_dst skb (CVE-2024-50045 bsc#1231903)
  - commit e6591d1
  - block, bfq: fix possible UAF for bfqq->bic with merge chain (CVE-2024-47706 bsc#1231942)
  - commit 5c1066e
  - tcp: check skb is non-NULL in tcp_rto_delta_us() (CVE-2024-47684 bsc#1231987)
  - commit e27a5c2
  - add bug references to existing mana changes (bsc#1232033, bsc#1232034, bsc#1232036).
  - commit e93ce92
  - filemap: remove use of wait bookmarks  (bsc#1224088).
  - commit 323bb54
  - config: Disable LAM on x86 (bsc#1217845)
    LAM is affected by speculative execution vulnerabilities so until LASS
    lands it's advisable to be disabled.
  - commit 405fa97
  - selftests/bpf: adjust global_func15 test to validate prog exit
    precision (CVE-2024-47703 bsc#1231946).
  - selftests/bpf: validate async callback return value check
    correctness (CVE-2024-47703 bsc#1231946).
  - bpf: enforce precision of R0 on program/async callback return
    (CVE-2024-47703 bsc#1231946).
  - bpf: unify async callback and program retval checks
    (CVE-2024-47703 bsc#1231946).
  - commit d5ff894
  - bpf: enforce precise retval range on program exit
    (CVE-2024-47703 bsc#1231946).
  - selftests/bpf: add selftest validating callback result is
    enforced (CVE-2024-47703 bsc#1231946).
  - bpf: enforce exact retval range on subprog/callback exit
    (CVE-2024-47703 bsc#1231946).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - bpf: provide correct register name for exception callback
    retval check (CVE-2024-47703 bsc#1231946).
  - bpf: rearrange bpf_func_state fields to save a bit of memory
    (CVE-2024-47703 bsc#1231946).
  - Refresh patches.suse/bpf-Add-some-comments-to-stack-representation.patch
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - bpf: Treat first argument as return value for bpf_throw
    (CVE-2024-47703 bsc#1231946).
  - commit 5efe683
  - drm/amd/display: Add null check for head_pipe in
    dcn32_acquire_idle_pipe_for_head_pipe_in_layer (CVE-2024-49918
    bsc#1231967).
  - commit 0e6515f
  - drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs
    in dcn30_init_hw (bsc#1231965 CVE-2024-49917).
  - commit 0859f94

++++ kernel-rt:

  - sock_map: Add a cond_resched() in sock_hash_free() (CVE-2024-47710 bsc#1232049)
  - commit 0ac9917
  - cifs: Fix buffer overflow when parsing NFS reparse points
    (bsc#1232089, CVE-2024-49996).
  - commit f42a100
  - netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put() (CVE-2024-47685 bsc#1231998)
  - commit 8da2621
  - net: Fix an unsafe loop on the list (CVE-2024-50024 bsc#1231954)
  - commit 89e6925
  - ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev() (CVE-2024-47707 bsc#1231935)
  - commit cc8f915
  - netfilter: br_netfilter: fix panic with metadata_dst skb (CVE-2024-50045 bsc#1231903)
  - commit e6591d1
  - block, bfq: fix possible UAF for bfqq->bic with merge chain (CVE-2024-47706 bsc#1231942)
  - commit 5c1066e
  - tcp: check skb is non-NULL in tcp_rto_delta_us() (CVE-2024-47684 bsc#1231987)
  - commit e27a5c2
  - add bug references to existing mana changes (bsc#1232033, bsc#1232034, bsc#1232036).
  - commit e93ce92
  - filemap: remove use of wait bookmarks  (bsc#1224088).
  - commit 323bb54
  - config: Disable LAM on x86 (bsc#1217845)
    LAM is affected by speculative execution vulnerabilities so until LASS
    lands it's advisable to be disabled.
  - commit 405fa97
  - selftests/bpf: adjust global_func15 test to validate prog exit
    precision (CVE-2024-47703 bsc#1231946).
  - selftests/bpf: validate async callback return value check
    correctness (CVE-2024-47703 bsc#1231946).
  - bpf: enforce precision of R0 on program/async callback return
    (CVE-2024-47703 bsc#1231946).
  - bpf: unify async callback and program retval checks
    (CVE-2024-47703 bsc#1231946).
  - commit d5ff894
  - bpf: enforce precise retval range on program exit
    (CVE-2024-47703 bsc#1231946).
  - selftests/bpf: add selftest validating callback result is
    enforced (CVE-2024-47703 bsc#1231946).
  - bpf: enforce exact retval range on subprog/callback exit
    (CVE-2024-47703 bsc#1231946).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - bpf: provide correct register name for exception callback
    retval check (CVE-2024-47703 bsc#1231946).
  - bpf: rearrange bpf_func_state fields to save a bit of memory
    (CVE-2024-47703 bsc#1231946).
  - Refresh patches.suse/bpf-Add-some-comments-to-stack-representation.patch
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - bpf: Treat first argument as return value for bpf_throw
    (CVE-2024-47703 bsc#1231946).
  - commit 5efe683
  - drm/amd/display: Add null check for head_pipe in
    dcn32_acquire_idle_pipe_for_head_pipe_in_layer (CVE-2024-49918
    bsc#1231967).
  - commit 0e6515f
  - drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs
    in dcn30_init_hw (bsc#1231965 CVE-2024-49917).
  - commit 0859f94

++++ kernel-rt_debug:

  - sock_map: Add a cond_resched() in sock_hash_free() (CVE-2024-47710 bsc#1232049)
  - commit 0ac9917
  - cifs: Fix buffer overflow when parsing NFS reparse points
    (bsc#1232089, CVE-2024-49996).
  - commit f42a100
  - netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put() (CVE-2024-47685 bsc#1231998)
  - commit 8da2621
  - net: Fix an unsafe loop on the list (CVE-2024-50024 bsc#1231954)
  - commit 89e6925
  - ipv6: avoid possible NULL deref in rt6_uncached_list_flush_dev() (CVE-2024-47707 bsc#1231935)
  - commit cc8f915
  - netfilter: br_netfilter: fix panic with metadata_dst skb (CVE-2024-50045 bsc#1231903)
  - commit e6591d1
  - block, bfq: fix possible UAF for bfqq->bic with merge chain (CVE-2024-47706 bsc#1231942)
  - commit 5c1066e
  - tcp: check skb is non-NULL in tcp_rto_delta_us() (CVE-2024-47684 bsc#1231987)
  - commit e27a5c2
  - add bug references to existing mana changes (bsc#1232033, bsc#1232034, bsc#1232036).
  - commit e93ce92
  - filemap: remove use of wait bookmarks  (bsc#1224088).
  - commit 323bb54
  - config: Disable LAM on x86 (bsc#1217845)
    LAM is affected by speculative execution vulnerabilities so until LASS
    lands it's advisable to be disabled.
  - commit 405fa97
  - selftests/bpf: adjust global_func15 test to validate prog exit
    precision (CVE-2024-47703 bsc#1231946).
  - selftests/bpf: validate async callback return value check
    correctness (CVE-2024-47703 bsc#1231946).
  - bpf: enforce precision of R0 on program/async callback return
    (CVE-2024-47703 bsc#1231946).
  - bpf: unify async callback and program retval checks
    (CVE-2024-47703 bsc#1231946).
  - commit d5ff894
  - bpf: enforce precise retval range on program exit
    (CVE-2024-47703 bsc#1231946).
  - selftests/bpf: add selftest validating callback result is
    enforced (CVE-2024-47703 bsc#1231946).
  - bpf: enforce exact retval range on subprog/callback exit
    (CVE-2024-47703 bsc#1231946).
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - bpf: provide correct register name for exception callback
    retval check (CVE-2024-47703 bsc#1231946).
  - bpf: rearrange bpf_func_state fields to save a bit of memory
    (CVE-2024-47703 bsc#1231946).
  - Refresh patches.suse/bpf-Add-some-comments-to-stack-representation.patch
  - Refresh patches.kabi/bpf-verifier-kABI-workarounds.patch
  - bpf: Treat first argument as return value for bpf_throw
    (CVE-2024-47703 bsc#1231946).
  - commit 5efe683
  - drm/amd/display: Add null check for head_pipe in
    dcn32_acquire_idle_pipe_for_head_pipe_in_layer (CVE-2024-49918
    bsc#1231967).
  - commit 0e6515f
  - drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs
    in dcn30_init_hw (bsc#1231965 CVE-2024-49917).
  - commit 0859f94

++++ python-requests:

  - Switch to pyproject macros.

------------------------------------------------------------------
------------------  2024-10-23  -  Oct 23 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.1.15 → 10.1.16
  - Fix erofs requires in spec
    erofs-utils for SUSE only exists in Tumbleweed. The
    former conditon would also add the requirement for ALP
    and SLFO which is wrong. This commit fixes it

++++ kernel-default:

  - ocfs2: reserve space for inline xattr before attaching reflink
    tree (bsc#1232151 CVE-2024-49958).
  - commit 9d01096
  - arm64: probes: Fix uprobes for big-endian kernels (git-fixes)
  - commit 5114e0b
  - arm64: probes: Fix simulate_ldr*_literal() (git-fixes)
  - commit 2795830
  - arm64: probes: Remove broken LDR (literal) uprobe support (git-fixes)
  - commit 83d2001
  - spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware (CVE-2024-47664 bsc#1231442)
  - commit 89945c9
  - arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386 (git-fixes)
  - commit ad9716f
  - arm64: errata: Expand speculative SSBS workaround once more (git-fixes)
  - commit f66e878
  - arm64: cputype: Add Neoverse-N3 definitions (git-fixes)
  - commit 6a20007
  - arm64: esr: Define ESR_ELx_EC_* constants as UL (git-fixes)
  - commit 28e8491
  - printk: Add notation to console_srcu locking (bsc#1232183).
  - commit b5edcce
  - Update patches.suse/kthread-unpark-only-parked-kthread.patch
    (git-fixes, bsc#1231990, CVE-2024-50019).
  - commit 1ac001a
  - x86/bugs: Do not use UNTRAIN_RET with IBPB on entry (git-fixes).
  - commit 9059d40
  - x86/bugs: Skip RSB fill at VMEXIT (git-fixes).
  - commit 1c2e2e9
  - supported.conf: mark ultravisor userspace access as supported (bsc#1232090)
    This is needed for secure execution attestations feature.
  - commit 9d4c7ad
  - x86/entry: Have entry_ibpb() invalidate return predictions (git-fixes).
  - commit 8e4a09c
  - x86/cpufeatures: Add a IBPB_NO_RET BUG flag (git-fixes).
  - commit 4411a53
  - config s390x: build ultravisor userspace access into the kernel (bsc#1232090)
    The new s390-tools attestation-related tools depends on this.  It's
    better to have this built into the kernel just like in all other
    branches.
  - commit 25c0449
  - x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET (git-fixes).
  - commit 589671a
  - x86/tdx: Fix "in-kernel MMIO" check (bsc#1232116 CVE-2024-47727).
  - commit 9b65946
  - selftests/bpf: Add test for sign extension in
    coerce_subreg_to_size_sx() (git-fixes).
  - selftests/bpf: Add test for truncation after sign extension
    in coerce_reg_to_size_sx() (git-fixes).
  - bpf: Fix truncation bug in coerce_reg_to_size_sx() (git-fixes).
  - selftests/bpf: Add test for sign extension in
    coerce_subreg_to_size_sx() (git-fixes).
  - selftests/bpf: Add test for truncation after sign extension
    in coerce_reg_to_size_sx() (git-fixes).
  - bpf: Fix truncation bug in coerce_reg_to_size_sx() (git-fixes).
  - commit 34bee66
  - xfs: fix freeing speculative preallocations for preallocated
    files (git-fixes).
  - commit 80e4f70
  - selftests/bpf: Add test for lsm tail call (CVE-2024-50063).
  - commit 810e00e
  - xfs: make sure sb_fdblocks is non-negative (git-fixes).
  - commit 258a678
  - xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
    (git-fixes).
  - commit 4ab4091
  - xfs: convert delayed extents to unwritten when zeroing post
    eof blocks (git-fixes).
  - commit 6f12db2
  - xfs: make xfs_bmapi_convert_delalloc() to allocate the target
    offset (git-fixes).
  - commit 9f0f731
  - xfs: make the seq argument to xfs_bmapi_convert_delalloc()
    optional (git-fixes).
  - commit 504e0bc
  - xfs: validate recovered name buffers when recovering xattr items
    (git-fixes).
  - commit a53fc5e
  - xfs: check shortform attr entry flags specifically (git-fixes).
  - commit 621ec11
  - kABI: bpf: struct bpf_map kABI workaround (CVE-2024-50063).
  - bpf: Prevent tail call between progs attached to different hooks
    (CVE-2024-50063).
  - commit cef79ef
  - xfs: check opcode and iovec count match in
    xlog_recover_attri_commit_pass2 (git-fixes).
  - commit 2398ba4
  - fat: fix uninitialized variable (git-fixes).
  - commit 77f5dad
  - drm/amd/display: Add null check for head_pipe in
    dcn201_acquire_free_pipe_for_layer (CVE-2024-49919 bsc#1231968).
  - commit ff31b31
  - slip: make slhc_remember() more robust against malicious packets
    (CVE-2024-50033 bsc#1231914).
  - i40e: Fix macvlan leak by synchronizing access to
    mac_filter_hash (CVE-2024-50041 bsc#1231907).
  - ice: Fix increasing MSI-X on VF (CVE-2024-50042 bsc#1231906).
  - commit a1fb8a8
  - pinctrl: ocelot: fix system hang on level based interrupts
    (stable-fixes).
  - tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
    (stable-fixes).
  - USB: serial: option: add Telit FN920C04 MBIM compositions
    (stable-fixes).
  - USB: serial: option: add support for Quectel EG916Q-GL
    (stable-fixes).
  - drm/vmwgfx: Handle surface check failure correctly (git-fixes).
  - drm/amdgpu/swsmu: Only force workload setup on init (git-fixes).
  - drm/radeon: Fix encoder->possible_clones (git-fixes).
  - commit 4fdf5d1
  - thermal: core: Reference count the zone in
    thermal_zone_get_by_id() (CVE-2024-50028 bsc#1231950).
  - commit a5813a1
  - bpf: Fix a sdiv overflow issue (CVE-2024-49888 bsc#1232208).
  - commit ce8f994

++++ kernel-rt:

  - ocfs2: reserve space for inline xattr before attaching reflink
    tree (bsc#1232151 CVE-2024-49958).
  - commit 9d01096
  - arm64: probes: Fix uprobes for big-endian kernels (git-fixes)
  - commit 5114e0b
  - arm64: probes: Fix simulate_ldr*_literal() (git-fixes)
  - commit 2795830
  - arm64: probes: Remove broken LDR (literal) uprobe support (git-fixes)
  - commit 83d2001
  - spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware (CVE-2024-47664 bsc#1231442)
  - commit 89945c9
  - arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386 (git-fixes)
  - commit ad9716f
  - arm64: errata: Expand speculative SSBS workaround once more (git-fixes)
  - commit f66e878
  - arm64: cputype: Add Neoverse-N3 definitions (git-fixes)
  - commit 6a20007
  - arm64: esr: Define ESR_ELx_EC_* constants as UL (git-fixes)
  - commit 28e8491
  - printk: Add notation to console_srcu locking (bsc#1232183).
  - commit b5edcce
  - Update patches.suse/kthread-unpark-only-parked-kthread.patch
    (git-fixes, bsc#1231990, CVE-2024-50019).
  - commit 1ac001a
  - x86/bugs: Do not use UNTRAIN_RET with IBPB on entry (git-fixes).
  - commit 9059d40
  - x86/bugs: Skip RSB fill at VMEXIT (git-fixes).
  - commit 1c2e2e9
  - supported.conf: mark ultravisor userspace access as supported (bsc#1232090)
    This is needed for secure execution attestations feature.
  - commit 9d4c7ad
  - x86/entry: Have entry_ibpb() invalidate return predictions (git-fixes).
  - commit 8e4a09c
  - x86/cpufeatures: Add a IBPB_NO_RET BUG flag (git-fixes).
  - commit 4411a53
  - config s390x: build ultravisor userspace access into the kernel (bsc#1232090)
    The new s390-tools attestation-related tools depends on this.  It's
    better to have this built into the kernel just like in all other
    branches.
  - commit 25c0449
  - x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET (git-fixes).
  - commit 589671a
  - x86/tdx: Fix "in-kernel MMIO" check (bsc#1232116 CVE-2024-47727).
  - commit 9b65946
  - selftests/bpf: Add test for sign extension in
    coerce_subreg_to_size_sx() (git-fixes).
  - selftests/bpf: Add test for truncation after sign extension
    in coerce_reg_to_size_sx() (git-fixes).
  - bpf: Fix truncation bug in coerce_reg_to_size_sx() (git-fixes).
  - selftests/bpf: Add test for sign extension in
    coerce_subreg_to_size_sx() (git-fixes).
  - selftests/bpf: Add test for truncation after sign extension
    in coerce_reg_to_size_sx() (git-fixes).
  - bpf: Fix truncation bug in coerce_reg_to_size_sx() (git-fixes).
  - commit 34bee66
  - xfs: fix freeing speculative preallocations for preallocated
    files (git-fixes).
  - commit 80e4f70
  - selftests/bpf: Add test for lsm tail call (CVE-2024-50063).
  - commit 810e00e
  - xfs: make sure sb_fdblocks is non-negative (git-fixes).
  - commit 258a678
  - xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
    (git-fixes).
  - commit 4ab4091
  - xfs: convert delayed extents to unwritten when zeroing post
    eof blocks (git-fixes).
  - commit 6f12db2
  - xfs: make xfs_bmapi_convert_delalloc() to allocate the target
    offset (git-fixes).
  - commit 9f0f731
  - xfs: make the seq argument to xfs_bmapi_convert_delalloc()
    optional (git-fixes).
  - commit 504e0bc
  - xfs: validate recovered name buffers when recovering xattr items
    (git-fixes).
  - commit a53fc5e
  - xfs: check shortform attr entry flags specifically (git-fixes).
  - commit 621ec11
  - kABI: bpf: struct bpf_map kABI workaround (CVE-2024-50063).
  - bpf: Prevent tail call between progs attached to different hooks
    (CVE-2024-50063).
  - commit cef79ef
  - xfs: check opcode and iovec count match in
    xlog_recover_attri_commit_pass2 (git-fixes).
  - commit 2398ba4
  - fat: fix uninitialized variable (git-fixes).
  - commit 77f5dad
  - drm/amd/display: Add null check for head_pipe in
    dcn201_acquire_free_pipe_for_layer (CVE-2024-49919 bsc#1231968).
  - commit ff31b31
  - slip: make slhc_remember() more robust against malicious packets
    (CVE-2024-50033 bsc#1231914).
  - i40e: Fix macvlan leak by synchronizing access to
    mac_filter_hash (CVE-2024-50041 bsc#1231907).
  - ice: Fix increasing MSI-X on VF (CVE-2024-50042 bsc#1231906).
  - commit a1fb8a8
  - pinctrl: ocelot: fix system hang on level based interrupts
    (stable-fixes).
  - tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
    (stable-fixes).
  - USB: serial: option: add Telit FN920C04 MBIM compositions
    (stable-fixes).
  - USB: serial: option: add support for Quectel EG916Q-GL
    (stable-fixes).
  - drm/vmwgfx: Handle surface check failure correctly (git-fixes).
  - drm/amdgpu/swsmu: Only force workload setup on init (git-fixes).
  - drm/radeon: Fix encoder->possible_clones (git-fixes).
  - commit 4fdf5d1
  - thermal: core: Reference count the zone in
    thermal_zone_get_by_id() (CVE-2024-50028 bsc#1231950).
  - commit a5813a1
  - bpf: Fix a sdiv overflow issue (CVE-2024-49888 bsc#1232208).
  - commit ce8f994

++++ kernel-rt_debug:

  - ocfs2: reserve space for inline xattr before attaching reflink
    tree (bsc#1232151 CVE-2024-49958).
  - commit 9d01096
  - arm64: probes: Fix uprobes for big-endian kernels (git-fixes)
  - commit 5114e0b
  - arm64: probes: Fix simulate_ldr*_literal() (git-fixes)
  - commit 2795830
  - arm64: probes: Remove broken LDR (literal) uprobe support (git-fixes)
  - commit 83d2001
  - spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware (CVE-2024-47664 bsc#1231442)
  - commit 89945c9
  - arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386 (git-fixes)
  - commit ad9716f
  - arm64: errata: Expand speculative SSBS workaround once more (git-fixes)
  - commit f66e878
  - arm64: cputype: Add Neoverse-N3 definitions (git-fixes)
  - commit 6a20007
  - arm64: esr: Define ESR_ELx_EC_* constants as UL (git-fixes)
  - commit 28e8491
  - printk: Add notation to console_srcu locking (bsc#1232183).
  - commit b5edcce
  - Update patches.suse/kthread-unpark-only-parked-kthread.patch
    (git-fixes, bsc#1231990, CVE-2024-50019).
  - commit 1ac001a
  - x86/bugs: Do not use UNTRAIN_RET with IBPB on entry (git-fixes).
  - commit 9059d40
  - x86/bugs: Skip RSB fill at VMEXIT (git-fixes).
  - commit 1c2e2e9
  - supported.conf: mark ultravisor userspace access as supported (bsc#1232090)
    This is needed for secure execution attestations feature.
  - commit 9d4c7ad
  - x86/entry: Have entry_ibpb() invalidate return predictions (git-fixes).
  - commit 8e4a09c
  - x86/cpufeatures: Add a IBPB_NO_RET BUG flag (git-fixes).
  - commit 4411a53
  - config s390x: build ultravisor userspace access into the kernel (bsc#1232090)
    The new s390-tools attestation-related tools depends on this.  It's
    better to have this built into the kernel just like in all other
    branches.
  - commit 25c0449
  - x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RET (git-fixes).
  - commit 589671a
  - x86/tdx: Fix "in-kernel MMIO" check (bsc#1232116 CVE-2024-47727).
  - commit 9b65946
  - selftests/bpf: Add test for sign extension in
    coerce_subreg_to_size_sx() (git-fixes).
  - selftests/bpf: Add test for truncation after sign extension
    in coerce_reg_to_size_sx() (git-fixes).
  - bpf: Fix truncation bug in coerce_reg_to_size_sx() (git-fixes).
  - selftests/bpf: Add test for sign extension in
    coerce_subreg_to_size_sx() (git-fixes).
  - selftests/bpf: Add test for truncation after sign extension
    in coerce_reg_to_size_sx() (git-fixes).
  - bpf: Fix truncation bug in coerce_reg_to_size_sx() (git-fixes).
  - commit 34bee66
  - xfs: fix freeing speculative preallocations for preallocated
    files (git-fixes).
  - commit 80e4f70
  - selftests/bpf: Add test for lsm tail call (CVE-2024-50063).
  - commit 810e00e
  - xfs: make sure sb_fdblocks is non-negative (git-fixes).
  - commit 258a678
  - xfs: remove a racy if_bytes check in xfs_reflink_end_cow_extent
    (git-fixes).
  - commit 4ab4091
  - xfs: convert delayed extents to unwritten when zeroing post
    eof blocks (git-fixes).
  - commit 6f12db2
  - xfs: make xfs_bmapi_convert_delalloc() to allocate the target
    offset (git-fixes).
  - commit 9f0f731
  - xfs: make the seq argument to xfs_bmapi_convert_delalloc()
    optional (git-fixes).
  - commit 504e0bc
  - xfs: validate recovered name buffers when recovering xattr items
    (git-fixes).
  - commit a53fc5e
  - xfs: check shortform attr entry flags specifically (git-fixes).
  - commit 621ec11
  - kABI: bpf: struct bpf_map kABI workaround (CVE-2024-50063).
  - bpf: Prevent tail call between progs attached to different hooks
    (CVE-2024-50063).
  - commit cef79ef
  - xfs: check opcode and iovec count match in
    xlog_recover_attri_commit_pass2 (git-fixes).
  - commit 2398ba4
  - fat: fix uninitialized variable (git-fixes).
  - commit 77f5dad
  - drm/amd/display: Add null check for head_pipe in
    dcn201_acquire_free_pipe_for_layer (CVE-2024-49919 bsc#1231968).
  - commit ff31b31
  - slip: make slhc_remember() more robust against malicious packets
    (CVE-2024-50033 bsc#1231914).
  - i40e: Fix macvlan leak by synchronizing access to
    mac_filter_hash (CVE-2024-50041 bsc#1231907).
  - ice: Fix increasing MSI-X on VF (CVE-2024-50042 bsc#1231906).
  - commit a1fb8a8
  - pinctrl: ocelot: fix system hang on level based interrupts
    (stable-fixes).
  - tty: n_gsm: Fix use-after-free in gsm_cleanup_mux
    (stable-fixes).
  - USB: serial: option: add Telit FN920C04 MBIM compositions
    (stable-fixes).
  - USB: serial: option: add support for Quectel EG916Q-GL
    (stable-fixes).
  - drm/vmwgfx: Handle surface check failure correctly (git-fixes).
  - drm/amdgpu/swsmu: Only force workload setup on init (git-fixes).
  - drm/radeon: Fix encoder->possible_clones (git-fixes).
  - commit 4fdf5d1
  - thermal: core: Reference count the zone in
    thermal_zone_get_by_id() (CVE-2024-50028 bsc#1231950).
  - commit a5813a1
  - bpf: Fix a sdiv overflow issue (CVE-2024-49888 bsc#1232208).
  - commit ce8f994

++++ nvidia-open-driver-G06-signed:

  - Update to 550.127.05 (boo#1232057)
    * Fixed a bug which could cause applications using GBM to crash
    when running with nvidia-drm.modeset=0.

------------------------------------------------------------------
------------------  2024-10-22  -  Oct 22 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add vagrantconfig rule for vagrant format
    If the format="vagrant" attribute is set, a vagrantconfig
    section becomes mandatory. This commit enforces this rule
    on the schema. This Fixes #2666

++++ kernel-default:

  - kabi fix for NFSv4: Prevent NULL-pointer dereference in
    nfs42_complete_copies() (bsc#1231902 CVE-2024-50046).
  - NFSv4: Prevent NULL-pointer dereference in
    nfs42_complete_copies() (bsc#1231902 CVE-2024-50046).
  - commit e5e1a89
  - zram: don't free statically defined names (CVE-2024-50064
    bsc#1231901).
  - commit 645eb93
  - zram: free secondary algorithms names (CVE-2024-50064
    bsc#1231901).
  - commit 293822f
  - block: fix potential invalid pointer dereference in
    blk_add_partition (bsc#1231872 CVE-2024-47705).
  - block: print symbolic error name instead of error code
    (bsc#1231872).
  - commit fcde2ed
  - nfsd: return -EINVAL when namelen is 0 (CVE-2024-47692
    bsc#1231857).
  - commit 9ee6831
  - PCI: Fix pci_enable_acs() support for the ACS quirks (bsc#1229019).
  - commit 1bd1860
  - nilfs2: fix kernel bug due to missing clearing of buffer delay
    flag (git-fixes).
  - commit 472d949

++++ kernel-rt:

  - kabi fix for NFSv4: Prevent NULL-pointer dereference in
    nfs42_complete_copies() (bsc#1231902 CVE-2024-50046).
  - NFSv4: Prevent NULL-pointer dereference in
    nfs42_complete_copies() (bsc#1231902 CVE-2024-50046).
  - commit e5e1a89
  - zram: don't free statically defined names (CVE-2024-50064
    bsc#1231901).
  - commit 645eb93
  - zram: free secondary algorithms names (CVE-2024-50064
    bsc#1231901).
  - commit 293822f
  - block: fix potential invalid pointer dereference in
    blk_add_partition (bsc#1231872 CVE-2024-47705).
  - block: print symbolic error name instead of error code
    (bsc#1231872).
  - commit fcde2ed
  - nfsd: return -EINVAL when namelen is 0 (CVE-2024-47692
    bsc#1231857).
  - commit 9ee6831
  - PCI: Fix pci_enable_acs() support for the ACS quirks (bsc#1229019).
  - commit 1bd1860
  - nilfs2: fix kernel bug due to missing clearing of buffer delay
    flag (git-fixes).
  - commit 472d949

++++ kernel-rt_debug:

  - kabi fix for NFSv4: Prevent NULL-pointer dereference in
    nfs42_complete_copies() (bsc#1231902 CVE-2024-50046).
  - NFSv4: Prevent NULL-pointer dereference in
    nfs42_complete_copies() (bsc#1231902 CVE-2024-50046).
  - commit e5e1a89
  - zram: don't free statically defined names (CVE-2024-50064
    bsc#1231901).
  - commit 645eb93
  - zram: free secondary algorithms names (CVE-2024-50064
    bsc#1231901).
  - commit 293822f
  - block: fix potential invalid pointer dereference in
    blk_add_partition (bsc#1231872 CVE-2024-47705).
  - block: print symbolic error name instead of error code
    (bsc#1231872).
  - commit fcde2ed
  - nfsd: return -EINVAL when namelen is 0 (CVE-2024-47692
    bsc#1231857).
  - commit 9ee6831
  - PCI: Fix pci_enable_acs() support for the ACS quirks (bsc#1229019).
  - commit 1bd1860
  - nilfs2: fix kernel bug due to missing clearing of buffer delay
    flag (git-fixes).
  - commit 472d949

++++ sqlite3:

  - Update to release 3.47.0:
    * Allow arbitrary expressions in the second argument to the RAISE
    function.
    * If the RHS of the ->> operator is negative, then access array
    elements counting from the right.
    * Fix a problem with rolling back hot journal files in the
    seldom-used unix-dotfile VFS.
    * FTS5 tables can now be dropped even if they use a non-standard
    tokenizer that has not been registered.
    * Fix the group_concat() aggregate function so that it returns an
    empty string, not a NULL, if it receives a single input value
    which is an empty string.
    * Enhance the generate_series() table-valued function so that it
    is able to recognize and use constraints on its output value.
    Preupdate hooks now recognize when a column added by ALTER
    TABLE ADD COLUMN has a non-null default value.
    * Improved reuse of subqueries associated with the IN operator,
    especially when the IN operator has been duplicated due to
    predicate push-down.
    * Use a Bloom filter on subqueries on the right-hand side of the
    IN operator, in cases where that seems likely to improve
    performance.
    * Ensure that queries like "SELECT func(a) FROM tab GROUP BY 1"
    only invoke the func() function once per row.
    * No attempt is made to create automatic indexes on a column
    that is known to be non-selective because of its use in other
    indexes that have been analyzed.
    * Adjustments to the query planner so that it produces better
    plans for star queries with a large number of dimension
    tables.
    * Add the "order-by-subquery" optimization, that seeks to
    disable sort operations in outer queries if the desired order
    is obtained naturally due to ORDER BY clauses in subqueries.
    * The "indexed-subtype-expr" optimization strives to use
    expressions that are part of an index rather than recomputing
    the expression based on table values, as long as the query
    planner can prove that the subtype of the expression will
    never be used.
    * Miscellaneous coding tweaks for faster runtimes.
    * Add the experimental sqlite3_rsync program.
    * Add extension functions median(), percentile(),
    percentile_cont(), and percentile_disc() to the CLI.
    * Add the .www dot-command to the CLI.
    * The sqlite3_analyzer utility now provides a break-out of
    statistics for WITHOUT ROWID tables.
    * The sqldiff utility avoids creating an empty database if its
    second argument does not exist.
    * Enhance the sqlite_dbpage table-valued function such that
    INSERT can be used to increase or decrease the size of the
    database file.
    * SQLite no longer makes any use of the "long double" data type,
    as hardware support for long double is becoming less common
    and long double creates challenges for some compiler tool
    chains. Instead, SQLite uses Dekker's algorithm when extended
    precision is needed.
    * The TCL Interface for SQLite supports TCL9. Everything
    probably still works for TCL 8.5 and later, though this is not
    guaranteed. Users are encouraged to upgrade to TCL9.
    * Fix a corruption-causing bug in the JavaScript "opfs" VFS.
    Correct "mode=ro" handling for the "opfs" VFS.  Work around a
    couple of browser-specific OPFS quirks.
    * Add the fts5_tokenizer_v2 API and the locale=1 option, for
    creating custom locale-aware tokenizers and fts5 tables that
    may take advantage of them.
    * Add the contentless_unindexed=1 option, for creating
    contentless fts5 tables that store the values of any UNINDEXED
    columns persistently in the database.
    * Allow an FTS5 table to be dropped even if it uses a custom
    tokenizer whose implementation is not available.

++++ podman:

  - Add patch for CVE-2024-9676 (bsc#1231698):
    * 0004-Use-securejoin.SecureJoin-when-forming-userns-paths.patch
  - Rebase patches:
    * 0001-pkg-subscriptions-use-securejoin-for-the-container-p.patch
    * 0002-CVE-2024-9407-validate-bind-propagation-flag-setting.patch
    * 0003-Properly-validate-cache-IDs-and-sources.patch

------------------------------------------------------------------
------------------  2024-10-21  -  Oct 21 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.1.14 → 10.1.15

++++ kernel-default:

  - Update
    patches.suse/xen-move-max_pfn-in-xen_memory_setup-out-of-function.patch
    (bsc#1226003 bsc#1231828).
  - commit ec3e6a6
  - x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handler (git-fixes).
  - commit 23789e3
  - x86/apic: Make x2apic_disable() work correctly (git-fixes).
  - commit 546101e
  - x86/entry: Remove unwanted instrumentation in common_interrupt() (git-fixes).
  - commit 846156b
  - x86/mm: Use IPIs to synchronize LAM enablement (git-fixes).
  - commit 8a7a0be
  - x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h (git-fixes).
  - commit 60a5f34
  - x86/PCI: Check pcie_find_root_port() return for NULL (git-fixes).
  - commit 7c1cc11
  - maple_tree: correct tree corruption on spanning store
    (git-fixes).
  - commit 2b034f1
  - x86/resctrl: Avoid overflow in MB settings in bw_validate() (git-fixes).
  - commit b2f0d6d
  - x86/resctrl: Annotate get_mem_config() functions as __init (git-fixes).
  - commit 7e80f38
  - x86/apic: Always explicitly disarm TSC-deadline timer (git-fixes).
  - commit 312d3e7
  - x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode  load (git-fixes).
  - commit 0cb125d
  - ethtool: fail closed if we can't get max channel used in
    indirection tables (CVE-2024-46834 bsc#1231096).
  - commit 5cacc93
  - Bluetooth: btusb: Fix regression with fake CSR controllers
    0a12:0001 (git-fixes).
  - Bluetooth: bnep: fix wild-memory-access in proto_unregister
    (git-fixes).
  - Bluetooth: Remove debugfs directory on module init failure
    (git-fixes).
  - Bluetooth: Call iso_exit() on module unload (git-fixes).
  - Bluetooth: ISO: Fix multiple init when debugfs is disabled
    (git-fixes).
  - pinctrl: apple: check devm_kasprintf() returned value
    (git-fixes).
  - parport: Proper fix for array out-of-bounds access (git-fixes).
  - iio: frequency: admv4420: fix missing select REMAP_SPI in
    Kconfig (git-fixes).
  - iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: hid-sensors: Fix an error handling path in
    _hid_sensor_set_report_latency() (git-fixes).
  - iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in
    Kconfig (git-fixes).
  - iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
    (git-fixes).
  - iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
    (git-fixes).
  - iio: amplifiers: ada4250: add missing select REGMAP_SPI in
    Kconfig (git-fixes).
  - iio: frequency: adf4377: add missing select REMAP_SPI in Kconfig
    (git-fixes).
  - iio: proximity: mb1232: add missing select
    IIO_(TRIGGERED_)BUFFER in Kconfig (git-fixes).
  - iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: adc: ti-lmp92064: add missing select REGMAP_SPI in Kconfig
    (git-fixes).
  - iio: adc: ti-ads124s08: add missing select
    IIO_(TRIGGERED_)BUFFER in Kconfig (git-fixes).
  - iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: light: veml6030: fix ALS sensor resolution (git-fixes).
  - iio: light: opt3001: add missing full-scale range value
    (git-fixes).
  - iio: light: veml6030: fix IIO device retrieval from embedded
    device (git-fixes).
  - iio: accel: bma400: Fix uninitialized variable field_value in
    tap event handling (git-fixes).
  - serial: imx: Update mctrl old_status on RTSD interrupt
    (git-fixes).
  - vt: prevent kernel-infoleak in con_font_get() (git-fixes).
  - xhci: Mitigate failed set dequeue pointer commands (git-fixes).
  - xhci: Fix incorrect stream context type macro (git-fixes).
  - xhci: tegra: fix checked USB2 port number (git-fixes).
  - usb: dwc3: Wait for EndXfer completion before restoring
    GUSB2PHYCFG (git-fixes).
  - usb: typec: altmode should keep reference to parent (git-fixes).
  - commit 5e08e81

++++ kernel-firmware:

  - Update to version 20241018 (git commit 2f0464118f40):
    * check_whence.py: skip some validation if git ls-files fails
    * qcom: Add Audio firmware for X1E80100 CRD/QCPs
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * brcm: replace NVRAM for Jetson TX1
    * rtlwifi: Update firmware for RTL8192FU to v7.3
    * make: separate installation and de-duplication targets
    * check_whence.py: check the permissions
    * Remove execute bit from firmware files
    * configure: remove unused file
    * rtl_nic: add firmware rtl8125d-1

++++ kernel-rt:

  - Update
    patches.suse/xen-move-max_pfn-in-xen_memory_setup-out-of-function.patch
    (bsc#1226003 bsc#1231828).
  - commit ec3e6a6
  - x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handler (git-fixes).
  - commit 23789e3
  - x86/apic: Make x2apic_disable() work correctly (git-fixes).
  - commit 546101e
  - x86/entry: Remove unwanted instrumentation in common_interrupt() (git-fixes).
  - commit 846156b
  - x86/mm: Use IPIs to synchronize LAM enablement (git-fixes).
  - commit 8a7a0be
  - x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h (git-fixes).
  - commit 60a5f34
  - x86/PCI: Check pcie_find_root_port() return for NULL (git-fixes).
  - commit 7c1cc11
  - maple_tree: correct tree corruption on spanning store
    (git-fixes).
  - commit 2b034f1
  - x86/resctrl: Avoid overflow in MB settings in bw_validate() (git-fixes).
  - commit b2f0d6d
  - x86/resctrl: Annotate get_mem_config() functions as __init (git-fixes).
  - commit 7e80f38
  - x86/apic: Always explicitly disarm TSC-deadline timer (git-fixes).
  - commit 312d3e7
  - x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode  load (git-fixes).
  - commit 0cb125d
  - ethtool: fail closed if we can't get max channel used in
    indirection tables (CVE-2024-46834 bsc#1231096).
  - commit 5cacc93
  - Bluetooth: btusb: Fix regression with fake CSR controllers
    0a12:0001 (git-fixes).
  - Bluetooth: bnep: fix wild-memory-access in proto_unregister
    (git-fixes).
  - Bluetooth: Remove debugfs directory on module init failure
    (git-fixes).
  - Bluetooth: Call iso_exit() on module unload (git-fixes).
  - Bluetooth: ISO: Fix multiple init when debugfs is disabled
    (git-fixes).
  - pinctrl: apple: check devm_kasprintf() returned value
    (git-fixes).
  - parport: Proper fix for array out-of-bounds access (git-fixes).
  - iio: frequency: admv4420: fix missing select REMAP_SPI in
    Kconfig (git-fixes).
  - iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: hid-sensors: Fix an error handling path in
    _hid_sensor_set_report_latency() (git-fixes).
  - iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in
    Kconfig (git-fixes).
  - iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
    (git-fixes).
  - iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
    (git-fixes).
  - iio: amplifiers: ada4250: add missing select REGMAP_SPI in
    Kconfig (git-fixes).
  - iio: frequency: adf4377: add missing select REMAP_SPI in Kconfig
    (git-fixes).
  - iio: proximity: mb1232: add missing select
    IIO_(TRIGGERED_)BUFFER in Kconfig (git-fixes).
  - iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: adc: ti-lmp92064: add missing select REGMAP_SPI in Kconfig
    (git-fixes).
  - iio: adc: ti-ads124s08: add missing select
    IIO_(TRIGGERED_)BUFFER in Kconfig (git-fixes).
  - iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: light: veml6030: fix ALS sensor resolution (git-fixes).
  - iio: light: opt3001: add missing full-scale range value
    (git-fixes).
  - iio: light: veml6030: fix IIO device retrieval from embedded
    device (git-fixes).
  - iio: accel: bma400: Fix uninitialized variable field_value in
    tap event handling (git-fixes).
  - serial: imx: Update mctrl old_status on RTSD interrupt
    (git-fixes).
  - vt: prevent kernel-infoleak in con_font_get() (git-fixes).
  - xhci: Mitigate failed set dequeue pointer commands (git-fixes).
  - xhci: Fix incorrect stream context type macro (git-fixes).
  - xhci: tegra: fix checked USB2 port number (git-fixes).
  - usb: dwc3: Wait for EndXfer completion before restoring
    GUSB2PHYCFG (git-fixes).
  - usb: typec: altmode should keep reference to parent (git-fixes).
  - commit 5e08e81

++++ kernel-rt_debug:

  - Update
    patches.suse/xen-move-max_pfn-in-xen_memory_setup-out-of-function.patch
    (bsc#1226003 bsc#1231828).
  - commit ec3e6a6
  - x86/sev: Check for MWAITX and MONITORX opcodes in the #VC handler (git-fixes).
  - commit 23789e3
  - x86/apic: Make x2apic_disable() work correctly (git-fixes).
  - commit 546101e
  - x86/entry: Remove unwanted instrumentation in common_interrupt() (git-fixes).
  - commit 846156b
  - x86/mm: Use IPIs to synchronize LAM enablement (git-fixes).
  - commit 8a7a0be
  - x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h (git-fixes).
  - commit 60a5f34
  - x86/PCI: Check pcie_find_root_port() return for NULL (git-fixes).
  - commit 7c1cc11
  - maple_tree: correct tree corruption on spanning store
    (git-fixes).
  - commit 2b034f1
  - x86/resctrl: Avoid overflow in MB settings in bw_validate() (git-fixes).
  - commit b2f0d6d
  - x86/resctrl: Annotate get_mem_config() functions as __init (git-fixes).
  - commit 7e80f38
  - x86/apic: Always explicitly disarm TSC-deadline timer (git-fixes).
  - commit 312d3e7
  - x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode  load (git-fixes).
  - commit 0cb125d
  - ethtool: fail closed if we can't get max channel used in
    indirection tables (CVE-2024-46834 bsc#1231096).
  - commit 5cacc93
  - Bluetooth: btusb: Fix regression with fake CSR controllers
    0a12:0001 (git-fixes).
  - Bluetooth: bnep: fix wild-memory-access in proto_unregister
    (git-fixes).
  - Bluetooth: Remove debugfs directory on module init failure
    (git-fixes).
  - Bluetooth: Call iso_exit() on module unload (git-fixes).
  - Bluetooth: ISO: Fix multiple init when debugfs is disabled
    (git-fixes).
  - pinctrl: apple: check devm_kasprintf() returned value
    (git-fixes).
  - parport: Proper fix for array out-of-bounds access (git-fixes).
  - iio: frequency: admv4420: fix missing select REMAP_SPI in
    Kconfig (git-fixes).
  - iio: adc: ti-ads8688: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: hid-sensors: Fix an error handling path in
    _hid_sensor_set_report_latency() (git-fixes).
  - iio: dac: stm32-dac-core: add missing select REGMAP_MMIO in
    Kconfig (git-fixes).
  - iio: dac: ltc1660: add missing select REGMAP_SPI in Kconfig
    (git-fixes).
  - iio: dac: ad5770r: add missing select REGMAP_SPI in Kconfig
    (git-fixes).
  - iio: amplifiers: ada4250: add missing select REGMAP_SPI in
    Kconfig (git-fixes).
  - iio: frequency: adf4377: add missing select REMAP_SPI in Kconfig
    (git-fixes).
  - iio: proximity: mb1232: add missing select
    IIO_(TRIGGERED_)BUFFER in Kconfig (git-fixes).
  - iio: dac: ad5766: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: dac: ad3552r: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: adc: ti-lmp92064: add missing select REGMAP_SPI in Kconfig
    (git-fixes).
  - iio: adc: ti-ads124s08: add missing select
    IIO_(TRIGGERED_)BUFFER in Kconfig (git-fixes).
  - iio: accel: kx022a: add missing select IIO_(TRIGGERED_)BUFFER
    in Kconfig (git-fixes).
  - iio: light: veml6030: fix ALS sensor resolution (git-fixes).
  - iio: light: opt3001: add missing full-scale range value
    (git-fixes).
  - iio: light: veml6030: fix IIO device retrieval from embedded
    device (git-fixes).
  - iio: accel: bma400: Fix uninitialized variable field_value in
    tap event handling (git-fixes).
  - serial: imx: Update mctrl old_status on RTSD interrupt
    (git-fixes).
  - vt: prevent kernel-infoleak in con_font_get() (git-fixes).
  - xhci: Mitigate failed set dequeue pointer commands (git-fixes).
  - xhci: Fix incorrect stream context type macro (git-fixes).
  - xhci: tegra: fix checked USB2 port number (git-fixes).
  - usb: dwc3: Wait for EndXfer completion before restoring
    GUSB2PHYCFG (git-fixes).
  - usb: typec: altmode should keep reference to parent (git-fixes).
  - commit 5e08e81

++++ util-linux-systemd:

  - Disable mountfd API again.
    (https://github.com/util-linux/util-linux/issues/3158)

++++ less:

  - Change preprocessor dependencies from Requires to Recommends. It's disabled by
    default and they are not necessary for less.

++++ util-linux:

  - Disable mountfd API again.
    (https://github.com/util-linux/util-linux/issues/3158)

++++ systemd:

  - Import commit ae14c7765524a3c84ce8a65d6a3a4db2be981f69 (merge of v254.19)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/87f11f092e2a63f6b9af98871ea716dab54f8b58...ae14c7765524a3c84ce8a65d6a3a4db2be981f69

++++ nvidia-open-driver-G06-signed:

  - cuda-flavor
    provide also nvidia-open-driver-G06-kmp-$flavor = %version to
    workaround broken cuda-drivers

++++ runc:

  - Update to runc v1.2.0. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.0>.
  - Remove upstreamed patches.
  - 0001-bsc1221050-libct-seccomp-patchbpf-rm-duplicated-code.patch
  - 0002-bsc1221050-seccomp-patchbpf-rename-nativeArch-linuxA.patch
  - 0003-bsc1221050-seccomp-patchbpf-always-include-native-ar.patch
  - 0004-bsc1214960-nsenter-cloned_binary-remove-bindfd-logic.patch

------------------------------------------------------------------
------------------  2024-10-19  -  Oct 19 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - supported.conf: mark nhpoly1305 module as supported (bsc#1231035)
    In 59d03d7c990c, we marked adiantum as a supported module, I'm afraid
    we need to mark nhpoly1305 as supported too (as a dependecy) if we
    want adiantum to work.
    This makes tcrypt test case 219 (adiantum) pass on SLE15-SP6 (tested
    on z15 VM).
  - commit 01d2906

++++ kernel-rt:

  - supported.conf: mark nhpoly1305 module as supported (bsc#1231035)
    In 59d03d7c990c, we marked adiantum as a supported module, I'm afraid
    we need to mark nhpoly1305 as supported too (as a dependecy) if we
    want adiantum to work.
    This makes tcrypt test case 219 (adiantum) pass on SLE15-SP6 (tested
    on z15 VM).
  - commit 01d2906

++++ kernel-rt_debug:

  - supported.conf: mark nhpoly1305 module as supported (bsc#1231035)
    In 59d03d7c990c, we marked adiantum as a supported module, I'm afraid
    we need to mark nhpoly1305 as supported too (as a dependecy) if we
    want adiantum to work.
    This makes tcrypt test case 219 (adiantum) pass on SLE15-SP6 (tested
    on z15 VM).
  - commit 01d2906

------------------------------------------------------------------
------------------  2024-10-18  -  Oct 18 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
    (bsc#1226498).
  - vmxnet3: Fix missing reserved tailroom (bsc#1226498).
  - commit 1bd55aa
  - vmxnet3: update to version 9 (bsc#1226498).
  - vmxnet3: add command to allow disabling of offloads
    (bsc#1226498).
  - vmxnet3: add latency measurement support in vmxnet3
    (bsc#1226498).
  - vmxnet3: prepare for version 9 changes (bsc#1226498).
  - vmxnet3: Add XDP support (bsc#1226498).
  - commit 3fdc8e3
  - SUNRPC: Fix integer overflow in decode_rc_list() (git-fixes).
  - commit 15be003
  - NFSD: Mark filecache "down" if init fails (git-fixes).
  - commit ceca4b8
  - SUNRPC: clnt.c: Remove misleading comment (git-fixes).
  - commit 2e12710
  - nfs: fix memory leak in error path of nfs4_do_reclaim
    (git-fixes).
  - commit 1994ef6
  - nfsd: fix delegation_blocked() to block correctly for at least
    30 seconds (git-fixes).
  - commit f66078d
  - nfsd: return -EINVAL when namelen is 0 (git-fixes).
  - commit 1bc1c36
  - nfsd: call cache_put if xdr_reserve_space returns NULL
    (git-fixes).
  - commit 003f784
  - nfsd: map the EBADMSG to nfserr_io to avoid warning (git-fixes).
  - commit 5b8020a
  - NFSD: Fix NFSv4's PUTPUBFH operation (git-fixes).
  - commit 88290fb
  - nfsd: fix refcount leak when file is unhashed after being found
    (git-fixes).
  - commit 5a551a1
  - nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
    (git-fixes).
  - commit 6d18e0e
  - NFS: Avoid unnecessary rescanning of the per-server delegation
    list (git-fixes).
  - commit e5841ef
  - NFSv4: Fix clearing of layout segments in layoutreturn
    (git-fixes).
  - commit ec4c812
  - ALSA: hda/conexant - Use cached pin control for Node 0x1d on
    HP EliteOne 1000 G2 (git-fixes).
  - ALSA/hda: intel-sdw-acpi: simplify sdw-master-count property
    read (stable-fixes).
  - ALSA/hda: intel-sdw-acpi: fetch fwnode once in
    sdw_intel_scan_controller() (stable-fixes).
  - ALSA/hda: intel-sdw-acpi: cleanup sdw_intel_scan_controller
    (stable-fixes).
  - ALSA: hda/tas2781: Add new quirk for Lenovo, ASUS, Dell projects
    (stable-fixes).
  - ALSA: line6: update contact information (stable-fixes).
  - ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
    (stable-fixes).
  - ALSA: hda: Sound support for HP Spectre x360 16 inch model 2024
    (stable-fixes).
  - commit fb6c2ec
  - firmware: arm_scmi: Fix the double free in
    scmi_debugfs_common_setup() (git-fixes).
  - ALSA: hda/cs8409: Fix possible NULL dereference (git-fixes).
  - netdevsim: use cond_resched() in nsim_dev_trap_report_work()
    (git-fixes).
  - macsec: don't increment counters for an unrelated SA
    (git-fixes).
  - net: usb: usbnet: fix race in probe failure (git-fixes).
  - HID: plantronics: Workaround for an unexcepted opposite volume
    key (stable-fixes).
  - usb: xhci: Fix problem with xhci resume from suspend
    (stable-fixes).
  - usb: storage: ignore bogus device raised by JieLi BR21 USB
    sound chip (stable-fixes).
  - net: phy: Remove LED entry from LEDs list on unregister
    (git-fixes).
  - net: phy: bcm84881: Fix some error handling paths (git-fixes).
  - net: phy: dp83869: fix memory corruption when enabling fiber
    (git-fixes).
  - kthread: unpark only parked kthread (git-fixes).
  - unicode: Don't special case ignorable code points
    (stable-fixes).
  - fbdev: sisfb: Fix strbuf array overflow (stable-fixes).
  - fbcon: Fix a NULL pointer dereference issue in fbcon_putcs
    (stable-fixes).
  - drm/amd/display: Check null pointer before dereferencing se
    (stable-fixes).
  - driver core: bus: Fix double free in driver API bus_register()
    (stable-fixes).
  - driver core: bus: Return -EIO instead of 0 when show/store
    invalid bus attribute (stable-fixes).
  - comedi: ni_routing: tools: Check when the file could not be
    opened (stable-fixes).
  - serial: protect uart_port_dtr_rts() in uart_shutdown() too
    (stable-fixes).
  - usb: dwc2: Adjust the timing of USB Driver Interrupt
    Registration in the Crashkernel Scenario (stable-fixes).
  - usb: chipidea: udc: enable suspend interrupt after usb reset
    (stable-fixes).
  - i3c: master: cdns: Fix use after free vulnerability in
    cdns_i3c_master Driver Due to Race Condition (stable-fixes).
  - media: videobuf2-core: clear memory related fields in
    __vb2_plane_dmabuf_put() (stable-fixes).
  - clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D
    (stable-fixes).
  - clk: bcm: bcm53573: fix OF node leak in init (stable-fixes).
  - i2c: i801: Use a different adapter-name for IDF adapters
    (stable-fixes).
  - mfd: intel_soc_pmic_chtwc: Make Lenovo Yoga Tab 3 X90F DMI
    match less strict (stable-fixes).
  - soundwire: intel_bus_common: enable interrupts before exiting
    reset (stable-fixes).
  - PCI: Mark Creative Labs EMU20k2 INTx masking as broken
    (stable-fixes).
  - PCI: Add ACS quirk for Qualcomm SA8775P (stable-fixes).
  - PCI: Add function 0 DMA alias quirk for Glenfly Arise chip
    (stable-fixes).
  - drm/amd/display: Revert "Check HDCP returned status"
    (stable-fixes).
  - HID: multitouch: Add support for lenovo Y9000P Touchpad
    (stable-fixes).
  - drm/amd/display: Remove a redundant check in authenticated_dp
    (stable-fixes).
  - HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirk
    (stable-fixes).
  - commit f829d20
  - RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults (git-fixes)
  - commit b9b835e
  - RDMA/rtrs-srv: Avoid null pointer deref during path establishment (git-fixes)
  - commit cf9eccb
  - RDMA/mad: Improve handling of timed out WRs of mad agent (git-fixes)
  - commit 72bef76

++++ kernel-rt:

  - vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
    (bsc#1226498).
  - vmxnet3: Fix missing reserved tailroom (bsc#1226498).
  - commit 1bd55aa
  - vmxnet3: update to version 9 (bsc#1226498).
  - vmxnet3: add command to allow disabling of offloads
    (bsc#1226498).
  - vmxnet3: add latency measurement support in vmxnet3
    (bsc#1226498).
  - vmxnet3: prepare for version 9 changes (bsc#1226498).
  - vmxnet3: Add XDP support (bsc#1226498).
  - commit 3fdc8e3
  - SUNRPC: Fix integer overflow in decode_rc_list() (git-fixes).
  - commit 15be003
  - NFSD: Mark filecache "down" if init fails (git-fixes).
  - commit ceca4b8
  - SUNRPC: clnt.c: Remove misleading comment (git-fixes).
  - commit 2e12710
  - nfs: fix memory leak in error path of nfs4_do_reclaim
    (git-fixes).
  - commit 1994ef6
  - nfsd: fix delegation_blocked() to block correctly for at least
    30 seconds (git-fixes).
  - commit f66078d
  - nfsd: return -EINVAL when namelen is 0 (git-fixes).
  - commit 1bc1c36
  - nfsd: call cache_put if xdr_reserve_space returns NULL
    (git-fixes).
  - commit 003f784
  - nfsd: map the EBADMSG to nfserr_io to avoid warning (git-fixes).
  - commit 5b8020a
  - NFSD: Fix NFSv4's PUTPUBFH operation (git-fixes).
  - commit 88290fb
  - nfsd: fix refcount leak when file is unhashed after being found
    (git-fixes).
  - commit 5a551a1
  - nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
    (git-fixes).
  - commit 6d18e0e
  - NFS: Avoid unnecessary rescanning of the per-server delegation
    list (git-fixes).
  - commit e5841ef
  - NFSv4: Fix clearing of layout segments in layoutreturn
    (git-fixes).
  - commit ec4c812
  - ALSA: hda/conexant - Use cached pin control for Node 0x1d on
    HP EliteOne 1000 G2 (git-fixes).
  - ALSA/hda: intel-sdw-acpi: simplify sdw-master-count property
    read (stable-fixes).
  - ALSA/hda: intel-sdw-acpi: fetch fwnode once in
    sdw_intel_scan_controller() (stable-fixes).
  - ALSA/hda: intel-sdw-acpi: cleanup sdw_intel_scan_controller
    (stable-fixes).
  - ALSA: hda/tas2781: Add new quirk for Lenovo, ASUS, Dell projects
    (stable-fixes).
  - ALSA: line6: update contact information (stable-fixes).
  - ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
    (stable-fixes).
  - ALSA: hda: Sound support for HP Spectre x360 16 inch model 2024
    (stable-fixes).
  - commit fb6c2ec
  - firmware: arm_scmi: Fix the double free in
    scmi_debugfs_common_setup() (git-fixes).
  - ALSA: hda/cs8409: Fix possible NULL dereference (git-fixes).
  - netdevsim: use cond_resched() in nsim_dev_trap_report_work()
    (git-fixes).
  - macsec: don't increment counters for an unrelated SA
    (git-fixes).
  - net: usb: usbnet: fix race in probe failure (git-fixes).
  - HID: plantronics: Workaround for an unexcepted opposite volume
    key (stable-fixes).
  - usb: xhci: Fix problem with xhci resume from suspend
    (stable-fixes).
  - usb: storage: ignore bogus device raised by JieLi BR21 USB
    sound chip (stable-fixes).
  - net: phy: Remove LED entry from LEDs list on unregister
    (git-fixes).
  - net: phy: bcm84881: Fix some error handling paths (git-fixes).
  - net: phy: dp83869: fix memory corruption when enabling fiber
    (git-fixes).
  - kthread: unpark only parked kthread (git-fixes).
  - unicode: Don't special case ignorable code points
    (stable-fixes).
  - fbdev: sisfb: Fix strbuf array overflow (stable-fixes).
  - fbcon: Fix a NULL pointer dereference issue in fbcon_putcs
    (stable-fixes).
  - drm/amd/display: Check null pointer before dereferencing se
    (stable-fixes).
  - driver core: bus: Fix double free in driver API bus_register()
    (stable-fixes).
  - driver core: bus: Return -EIO instead of 0 when show/store
    invalid bus attribute (stable-fixes).
  - comedi: ni_routing: tools: Check when the file could not be
    opened (stable-fixes).
  - serial: protect uart_port_dtr_rts() in uart_shutdown() too
    (stable-fixes).
  - usb: dwc2: Adjust the timing of USB Driver Interrupt
    Registration in the Crashkernel Scenario (stable-fixes).
  - usb: chipidea: udc: enable suspend interrupt after usb reset
    (stable-fixes).
  - i3c: master: cdns: Fix use after free vulnerability in
    cdns_i3c_master Driver Due to Race Condition (stable-fixes).
  - media: videobuf2-core: clear memory related fields in
    __vb2_plane_dmabuf_put() (stable-fixes).
  - clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D
    (stable-fixes).
  - clk: bcm: bcm53573: fix OF node leak in init (stable-fixes).
  - i2c: i801: Use a different adapter-name for IDF adapters
    (stable-fixes).
  - mfd: intel_soc_pmic_chtwc: Make Lenovo Yoga Tab 3 X90F DMI
    match less strict (stable-fixes).
  - soundwire: intel_bus_common: enable interrupts before exiting
    reset (stable-fixes).
  - PCI: Mark Creative Labs EMU20k2 INTx masking as broken
    (stable-fixes).
  - PCI: Add ACS quirk for Qualcomm SA8775P (stable-fixes).
  - PCI: Add function 0 DMA alias quirk for Glenfly Arise chip
    (stable-fixes).
  - drm/amd/display: Revert "Check HDCP returned status"
    (stable-fixes).
  - HID: multitouch: Add support for lenovo Y9000P Touchpad
    (stable-fixes).
  - drm/amd/display: Remove a redundant check in authenticated_dp
    (stable-fixes).
  - HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirk
    (stable-fixes).
  - commit f829d20
  - RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults (git-fixes)
  - commit b9b835e
  - RDMA/rtrs-srv: Avoid null pointer deref during path establishment (git-fixes)
  - commit cf9eccb
  - RDMA/mad: Improve handling of timed out WRs of mad agent (git-fixes)
  - commit 72bef76

++++ kernel-rt_debug:

  - vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frame
    (bsc#1226498).
  - vmxnet3: Fix missing reserved tailroom (bsc#1226498).
  - commit 1bd55aa
  - vmxnet3: update to version 9 (bsc#1226498).
  - vmxnet3: add command to allow disabling of offloads
    (bsc#1226498).
  - vmxnet3: add latency measurement support in vmxnet3
    (bsc#1226498).
  - vmxnet3: prepare for version 9 changes (bsc#1226498).
  - vmxnet3: Add XDP support (bsc#1226498).
  - commit 3fdc8e3
  - SUNRPC: Fix integer overflow in decode_rc_list() (git-fixes).
  - commit 15be003
  - NFSD: Mark filecache "down" if init fails (git-fixes).
  - commit ceca4b8
  - SUNRPC: clnt.c: Remove misleading comment (git-fixes).
  - commit 2e12710
  - nfs: fix memory leak in error path of nfs4_do_reclaim
    (git-fixes).
  - commit 1994ef6
  - nfsd: fix delegation_blocked() to block correctly for at least
    30 seconds (git-fixes).
  - commit f66078d
  - nfsd: return -EINVAL when namelen is 0 (git-fixes).
  - commit 1bc1c36
  - nfsd: call cache_put if xdr_reserve_space returns NULL
    (git-fixes).
  - commit 003f784
  - nfsd: map the EBADMSG to nfserr_io to avoid warning (git-fixes).
  - commit 5b8020a
  - NFSD: Fix NFSv4's PUTPUBFH operation (git-fixes).
  - commit 88290fb
  - nfsd: fix refcount leak when file is unhashed after being found
    (git-fixes).
  - commit 5a551a1
  - nfsd: remove unneeded EEXIST error check in nfsd_do_file_acquire
    (git-fixes).
  - commit 6d18e0e
  - NFS: Avoid unnecessary rescanning of the per-server delegation
    list (git-fixes).
  - commit e5841ef
  - NFSv4: Fix clearing of layout segments in layoutreturn
    (git-fixes).
  - commit ec4c812
  - ALSA: hda/conexant - Use cached pin control for Node 0x1d on
    HP EliteOne 1000 G2 (git-fixes).
  - ALSA/hda: intel-sdw-acpi: simplify sdw-master-count property
    read (stable-fixes).
  - ALSA/hda: intel-sdw-acpi: fetch fwnode once in
    sdw_intel_scan_controller() (stable-fixes).
  - ALSA/hda: intel-sdw-acpi: cleanup sdw_intel_scan_controller
    (stable-fixes).
  - ALSA: hda/tas2781: Add new quirk for Lenovo, ASUS, Dell projects
    (stable-fixes).
  - ALSA: line6: update contact information (stable-fixes).
  - ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
    (stable-fixes).
  - ALSA: hda: Sound support for HP Spectre x360 16 inch model 2024
    (stable-fixes).
  - commit fb6c2ec
  - firmware: arm_scmi: Fix the double free in
    scmi_debugfs_common_setup() (git-fixes).
  - ALSA: hda/cs8409: Fix possible NULL dereference (git-fixes).
  - netdevsim: use cond_resched() in nsim_dev_trap_report_work()
    (git-fixes).
  - macsec: don't increment counters for an unrelated SA
    (git-fixes).
  - net: usb: usbnet: fix race in probe failure (git-fixes).
  - HID: plantronics: Workaround for an unexcepted opposite volume
    key (stable-fixes).
  - usb: xhci: Fix problem with xhci resume from suspend
    (stable-fixes).
  - usb: storage: ignore bogus device raised by JieLi BR21 USB
    sound chip (stable-fixes).
  - net: phy: Remove LED entry from LEDs list on unregister
    (git-fixes).
  - net: phy: bcm84881: Fix some error handling paths (git-fixes).
  - net: phy: dp83869: fix memory corruption when enabling fiber
    (git-fixes).
  - kthread: unpark only parked kthread (git-fixes).
  - unicode: Don't special case ignorable code points
    (stable-fixes).
  - fbdev: sisfb: Fix strbuf array overflow (stable-fixes).
  - fbcon: Fix a NULL pointer dereference issue in fbcon_putcs
    (stable-fixes).
  - drm/amd/display: Check null pointer before dereferencing se
    (stable-fixes).
  - driver core: bus: Fix double free in driver API bus_register()
    (stable-fixes).
  - driver core: bus: Return -EIO instead of 0 when show/store
    invalid bus attribute (stable-fixes).
  - comedi: ni_routing: tools: Check when the file could not be
    opened (stable-fixes).
  - serial: protect uart_port_dtr_rts() in uart_shutdown() too
    (stable-fixes).
  - usb: dwc2: Adjust the timing of USB Driver Interrupt
    Registration in the Crashkernel Scenario (stable-fixes).
  - usb: chipidea: udc: enable suspend interrupt after usb reset
    (stable-fixes).
  - i3c: master: cdns: Fix use after free vulnerability in
    cdns_i3c_master Driver Due to Race Condition (stable-fixes).
  - media: videobuf2-core: clear memory related fields in
    __vb2_plane_dmabuf_put() (stable-fixes).
  - clk: imx: Remove CLK_SET_PARENT_GATE for DRAM mux for i.MX7D
    (stable-fixes).
  - clk: bcm: bcm53573: fix OF node leak in init (stable-fixes).
  - i2c: i801: Use a different adapter-name for IDF adapters
    (stable-fixes).
  - mfd: intel_soc_pmic_chtwc: Make Lenovo Yoga Tab 3 X90F DMI
    match less strict (stable-fixes).
  - soundwire: intel_bus_common: enable interrupts before exiting
    reset (stable-fixes).
  - PCI: Mark Creative Labs EMU20k2 INTx masking as broken
    (stable-fixes).
  - PCI: Add ACS quirk for Qualcomm SA8775P (stable-fixes).
  - PCI: Add function 0 DMA alias quirk for Glenfly Arise chip
    (stable-fixes).
  - drm/amd/display: Revert "Check HDCP returned status"
    (stable-fixes).
  - HID: multitouch: Add support for lenovo Y9000P Touchpad
    (stable-fixes).
  - drm/amd/display: Remove a redundant check in authenticated_dp
    (stable-fixes).
  - HID: i2c-hid: Remove I2C_HID_QUIRK_SET_PWR_WAKEUP_DEV quirk
    (stable-fixes).
  - commit f829d20
  - RDMA/mlx5: Enforce umem boundaries for explicit ODP page faults (git-fixes)
  - commit b9b835e
  - RDMA/rtrs-srv: Avoid null pointer deref during path establishment (git-fixes)
  - commit cf9eccb
  - RDMA/mad: Improve handling of timed out WRs of mad agent (git-fixes)
  - commit 72bef76

++++ nvidia-open-driver-G06-signed:

  - For CUDA update version to 560.35.03
  - supersedes kernel-6.10.patch
  - cuda-flavor
    * provide nvidia-open-driver-G06-kmp = %version to workaround
    broken cuda-drivers
  - nv-prefer-signed-open-driver
    * added comments for requirements
  - latest change hardcoded to 555.42.06; we no longer need this
    for 560
  - nv-prefer-signed-open-driver:
    * added specicic versions of cuda-drivers/cuda-drivers-xxx as
    preconditions for requiring specific version of
    nvidia-compute-G06
  - nv-prefer-signed-open-driver:
    * no longer require a specific version of
    nvidia-open-driver-G06-signed-cuda-kmp, so it can select the
    correct open driver KMP matching the cuda-runtime version
  - cuda-flavor:
    * added nvidia-compute-G06 = %version to preconditions for
    requiring kernel-firmware-nvidia-gspx-G06, since
    nvidia-compute-utils-G06 does not have a version-specific
    requires on nvidia-compute-G06

------------------------------------------------------------------
------------------  2024-10-17  -  Oct 17 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed sphinx_rtd_theme setup
    Delete obsolete display_version attribute
  - Evaluate eficsm everywhere
    Fixed _supports_bios_modules() to take an eventually
    provided eficsm setup into account. The grub config still
    searches for i386 grub modules even if eficsm="false"
    is set.
  - Fixed debian bootstrap script calls
    Run scripts as commands with their native shebang and not
    through bash. Not all debian package scripts uses bash, some
    of them uses sh which can be a link to dash or other
    interpreters. This Fixes #2660
  - Update TW integration tests
    The package x86info was dropped from TW

++++ gtk3:

  - Eliminate usage of update-alternatives: GTK2 no longer provides
    gtk-update-icon-cache, thus eliminating the need for this extra
    complexity.

++++ kernel-default:

  - io_uring/sqpoll: do not put cpumask on stack (git-fixes).
  - io_uring/sqpoll: retain test for whether the CPU is valid
    (git-fixes).
  - commit ff84c2d
  - mm: avoid leaving partial pfn mappings around in error case
    (CVE-2024-47674 bsc#1231673).
  - commit 83d1625
  - RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop (git-fixes)
  - commit 21fb93d
  - RDMA/bnxt_re: Fix the GID table length (git-fixes)
  - commit 6a0779e
  - RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages (git-fixes)
  - commit d91ede3
  - RDMA/bnxt_re: Change the sequence of updating the CQ toggle value (git-fixes)
  - commit 414cbde
  - RDMA/bnxt_re: Return more meaningful error (git-fixes)
  - commit 6755798
  - RDMA/bnxt_re: Fix incorrect dereference of srq in async event (git-fixes)
  - commit 4e1ef61
  - RDMA/bnxt_re: Fix out of bound check (git-fixes)
  - commit d8d1339
  - RDMA/bnxt_re: Fix the max CQ WQEs for older adapters (git-fixes)
  - commit 598626b
  - RDMA/srpt: Make slab cache names unique (git-fixes)
  - commit 29c0fcb
  - RDMA/irdma: Fix misspelling of "accept*" (git-fixes)
  - commit 2566da7
  - RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP (git-fixes)
  - commit 89fa27f
  - RDMA/core: Fix ENODEV error for iWARP test over vlan (git-fixes)
  - commit 4c15511
  - RDMA/bnxt_re: Add a check for memory allocation (git-fixes)
  - commit abea295
  - RDMA/bnxt_re: Fix incorrect AVID type in WQE structure (git-fixes)
  - commit ae91db1
  - RDMA/bnxt_re: Fix a possible memory leak (git-fixes)
  - commit 77c3f34

++++ kernel-rt:

  - io_uring/sqpoll: do not put cpumask on stack (git-fixes).
  - io_uring/sqpoll: retain test for whether the CPU is valid
    (git-fixes).
  - commit ff84c2d
  - mm: avoid leaving partial pfn mappings around in error case
    (CVE-2024-47674 bsc#1231673).
  - commit 83d1625
  - RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop (git-fixes)
  - commit 21fb93d
  - RDMA/bnxt_re: Fix the GID table length (git-fixes)
  - commit 6a0779e
  - RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages (git-fixes)
  - commit d91ede3
  - RDMA/bnxt_re: Change the sequence of updating the CQ toggle value (git-fixes)
  - commit 414cbde
  - RDMA/bnxt_re: Return more meaningful error (git-fixes)
  - commit 6755798
  - RDMA/bnxt_re: Fix incorrect dereference of srq in async event (git-fixes)
  - commit 4e1ef61
  - RDMA/bnxt_re: Fix out of bound check (git-fixes)
  - commit d8d1339
  - RDMA/bnxt_re: Fix the max CQ WQEs for older adapters (git-fixes)
  - commit 598626b
  - RDMA/srpt: Make slab cache names unique (git-fixes)
  - commit 29c0fcb
  - RDMA/irdma: Fix misspelling of "accept*" (git-fixes)
  - commit 2566da7
  - RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP (git-fixes)
  - commit 89fa27f
  - RDMA/core: Fix ENODEV error for iWARP test over vlan (git-fixes)
  - commit 4c15511
  - RDMA/bnxt_re: Add a check for memory allocation (git-fixes)
  - commit abea295
  - RDMA/bnxt_re: Fix incorrect AVID type in WQE structure (git-fixes)
  - commit ae91db1
  - RDMA/bnxt_re: Fix a possible memory leak (git-fixes)
  - commit 77c3f34

++++ kernel-rt_debug:

  - io_uring/sqpoll: do not put cpumask on stack (git-fixes).
  - io_uring/sqpoll: retain test for whether the CPU is valid
    (git-fixes).
  - commit ff84c2d
  - mm: avoid leaving partial pfn mappings around in error case
    (CVE-2024-47674 bsc#1231673).
  - commit 83d1625
  - RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loop (git-fixes)
  - commit 21fb93d
  - RDMA/bnxt_re: Fix the GID table length (git-fixes)
  - commit 6a0779e
  - RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pages (git-fixes)
  - commit d91ede3
  - RDMA/bnxt_re: Change the sequence of updating the CQ toggle value (git-fixes)
  - commit 414cbde
  - RDMA/bnxt_re: Return more meaningful error (git-fixes)
  - commit 6755798
  - RDMA/bnxt_re: Fix incorrect dereference of srq in async event (git-fixes)
  - commit 4e1ef61
  - RDMA/bnxt_re: Fix out of bound check (git-fixes)
  - commit d8d1339
  - RDMA/bnxt_re: Fix the max CQ WQEs for older adapters (git-fixes)
  - commit 598626b
  - RDMA/srpt: Make slab cache names unique (git-fixes)
  - commit 29c0fcb
  - RDMA/irdma: Fix misspelling of "accept*" (git-fixes)
  - commit 2566da7
  - RDMA/cxgb4: Fix RDMA_CM_EVENT_UNREACHABLE error for iWARP (git-fixes)
  - commit 89fa27f
  - RDMA/core: Fix ENODEV error for iWARP test over vlan (git-fixes)
  - commit 4c15511
  - RDMA/bnxt_re: Add a check for memory allocation (git-fixes)
  - commit abea295
  - RDMA/bnxt_re: Fix incorrect AVID type in WQE structure (git-fixes)
  - commit ae91db1
  - RDMA/bnxt_re: Fix a possible memory leak (git-fixes)
  - commit 77c3f34

++++ python-requests:

  - Add patch inject-default-ca-bundles.patch:
    * Inject the default CA bundles if they are not specified.
    (bsc#1226321, bsc#1231500)

++++ qemu:

  - Bugfixes and CVEs:
    * hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT (bsc#1230834, CVE-2024-8354)
    * softmmu: Support concurrent bounce buffers (bsc#1230915, CVE-2024-8612)
    * system/physmem: Per-AddressSpace bounce buffering (bsc#1230915, CVE-2024-8612)
    * system/physmem: Propagate AddressSpace to MapClient helpers (bsc#1230915, CVE-2024-8612)
    * system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARD (bsc#1230915, CVE-2024-8612)

------------------------------------------------------------------
------------------  2024-10-16  -  Oct 16 2024  -------------------
------------------------------------------------------------------

++++ cups:

  - Drop rcFOO symlinks for CODE16 (PED-266).

++++ docker:

  - Further merge docker and docker-stable specfiles to minimise the differences.
    The main thing is that we now include both halves of the
    Conflicts/Provides/Obsoletes dance in both specfiles.
  - Update to docker-buildx v0.17.1 to match standalone docker-buildx package we
    are replacing. See upstream changelog online at
    <https://github.com/docker/buildx/releases/tag/v0.17.1>

++++ python-kiwi:

  - Turn DiskFormat into an ordinary class
  - it does not need to be an abstract base class
  - use f-strings where applicable instead of format()
  - change return type of _custom_args_for_format from list to tuple

++++ kernel-default:

  - io_uring/rw: fix cflags posting for single issue multishot read
    (git-fixes).
  - commit 320c7ee
  - io_uring/net: harden multishot termination case for recv
    (git-fixes).
  - commit 6529e65
  - io_uring: check for presence of task_work rather than
    TIF_NOTIFY_SIGNAL (git-fixes).
  - commit 5b92400
  - io_uring/io-wq: inherit cpuset of cgroup in io worker
    (git-fixes).
  - commit 474a07e
  - io_uring/io-wq: do not allow pinning outside of cpuset
    (git-fixes).
  - commit e99d8a8
  - io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
    (git-fixes).
  - io_uring/sqpoll: do not allow pinning outside of cpuset
    (git-fixes).
  - commit 37d0dce
  - io_uring/eventfd: move to more idiomatic RCU free usage
    (git-fixes).
  - commit 4e262c3
  - udf: Avoid excessive partition lengths (bsc#1230773
    CVE-2024-46777).
  - commit ec61258
  - fsnotify: clear PARENT_WATCHED flags lazily (bsc#1231439
    CVE-2024-47660).
  - commit 133a7e9
  - netem: fix return value if duplicate enqueue fails
    (CVE-2024-45016 bsc#1230429).
  - commit 8c9c269
  - media: pci: ipu3-cio2: Initialise timing struct to avoid a
    compiler warning (git-fixes).
  - commit c21df3e
  - wifi: rtw88: Fix USB/SDIO devices not transmitting beacons
    (git-fixes).
  - commit d46bb93
  - crypto: powerpc/p10-aes-gcm - Add dependency on CRYPTO_SIMD and
    re-enable CRYPTO_AES_GCM_P10 (bsc#1230501 ltc#208632).
  - Update config files.
  - crypto: powerpc/p10-aes-gcm - Register modules as SIMD
    (bsc#1230501 ltc#208632).
  - crypto: powerpc/p10-aes-gcm - Re-write AES/GCM stitched
    implementation (bsc#1230501 ltc#208632).
  - crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10
    (bsc#1230501 ltc#208632).
  - powerpc/crypto: don't build aes-gcm-p10 by default (bsc#1230501
    ltc#208632).
  - powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10
    (bsc#1230501 ltc#208632).
  - commit a579f42

++++ kernel-rt:

  - io_uring/rw: fix cflags posting for single issue multishot read
    (git-fixes).
  - commit 320c7ee
  - io_uring/net: harden multishot termination case for recv
    (git-fixes).
  - commit 6529e65
  - io_uring: check for presence of task_work rather than
    TIF_NOTIFY_SIGNAL (git-fixes).
  - commit 5b92400
  - io_uring/io-wq: inherit cpuset of cgroup in io worker
    (git-fixes).
  - commit 474a07e
  - io_uring/io-wq: do not allow pinning outside of cpuset
    (git-fixes).
  - commit e99d8a8
  - io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
    (git-fixes).
  - io_uring/sqpoll: do not allow pinning outside of cpuset
    (git-fixes).
  - commit 37d0dce
  - io_uring/eventfd: move to more idiomatic RCU free usage
    (git-fixes).
  - commit 4e262c3
  - udf: Avoid excessive partition lengths (bsc#1230773
    CVE-2024-46777).
  - commit ec61258
  - fsnotify: clear PARENT_WATCHED flags lazily (bsc#1231439
    CVE-2024-47660).
  - commit 133a7e9
  - netem: fix return value if duplicate enqueue fails
    (CVE-2024-45016 bsc#1230429).
  - commit 8c9c269
  - media: pci: ipu3-cio2: Initialise timing struct to avoid a
    compiler warning (git-fixes).
  - commit c21df3e
  - wifi: rtw88: Fix USB/SDIO devices not transmitting beacons
    (git-fixes).
  - commit d46bb93
  - crypto: powerpc/p10-aes-gcm - Add dependency on CRYPTO_SIMD and
    re-enable CRYPTO_AES_GCM_P10 (bsc#1230501 ltc#208632).
  - Update config files.
  - crypto: powerpc/p10-aes-gcm - Register modules as SIMD
    (bsc#1230501 ltc#208632).
  - crypto: powerpc/p10-aes-gcm - Re-write AES/GCM stitched
    implementation (bsc#1230501 ltc#208632).
  - crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10
    (bsc#1230501 ltc#208632).
  - powerpc/crypto: don't build aes-gcm-p10 by default (bsc#1230501
    ltc#208632).
  - powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10
    (bsc#1230501 ltc#208632).
  - commit a579f42

++++ kernel-rt_debug:

  - io_uring/rw: fix cflags posting for single issue multishot read
    (git-fixes).
  - commit 320c7ee
  - io_uring/net: harden multishot termination case for recv
    (git-fixes).
  - commit 6529e65
  - io_uring: check for presence of task_work rather than
    TIF_NOTIFY_SIGNAL (git-fixes).
  - commit 5b92400
  - io_uring/io-wq: inherit cpuset of cgroup in io worker
    (git-fixes).
  - commit 474a07e
  - io_uring/io-wq: do not allow pinning outside of cpuset
    (git-fixes).
  - commit e99d8a8
  - io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
    (git-fixes).
  - io_uring/sqpoll: do not allow pinning outside of cpuset
    (git-fixes).
  - commit 37d0dce
  - io_uring/eventfd: move to more idiomatic RCU free usage
    (git-fixes).
  - commit 4e262c3
  - udf: Avoid excessive partition lengths (bsc#1230773
    CVE-2024-46777).
  - commit ec61258
  - fsnotify: clear PARENT_WATCHED flags lazily (bsc#1231439
    CVE-2024-47660).
  - commit 133a7e9
  - netem: fix return value if duplicate enqueue fails
    (CVE-2024-45016 bsc#1230429).
  - commit 8c9c269
  - media: pci: ipu3-cio2: Initialise timing struct to avoid a
    compiler warning (git-fixes).
  - commit c21df3e
  - wifi: rtw88: Fix USB/SDIO devices not transmitting beacons
    (git-fixes).
  - commit d46bb93
  - crypto: powerpc/p10-aes-gcm - Add dependency on CRYPTO_SIMD and
    re-enable CRYPTO_AES_GCM_P10 (bsc#1230501 ltc#208632).
  - Update config files.
  - crypto: powerpc/p10-aes-gcm - Register modules as SIMD
    (bsc#1230501 ltc#208632).
  - crypto: powerpc/p10-aes-gcm - Re-write AES/GCM stitched
    implementation (bsc#1230501 ltc#208632).
  - crypto: powerpc/p10-aes-gcm - Disable CRYPTO_AES_GCM_P10
    (bsc#1230501 ltc#208632).
  - powerpc/crypto: don't build aes-gcm-p10 by default (bsc#1230501
    ltc#208632).
  - powerpc/crypto: fix missing skcipher dependency for aes-gcm-p10
    (bsc#1230501 ltc#208632).
  - commit a579f42

++++ oath-toolkit:

  - Update 0001-usersfile-fix-potential-security-issues-in-PAM-modul.patch
    with bsc#1231699 improvements for security fix CVE-2024-47191

++++ nvidia-open-driver-G06-signed:

  - cuda-flavor:
    * require kernel-firmware-nvidia-gspx-G06 instead of
    kernel-firmware-nvidia-gspx-G06-cuda (which provides also
    kernel-firmware-nvidia-gspx-G06)
    * trigger removal of driver modules also on
    kernel-firmware-nvidia-gspx-G06
  - no longer hard-require kernel firmware package, but install it
    automatically once nvidia-compute-utils-G06 gets installed
  - trigger removal of driver modules with non-existing or wrong
    firmware when (new) firmware gets installed

------------------------------------------------------------------
------------------  2024-10-15  -  Oct 15 2024  -------------------
------------------------------------------------------------------

++++ avahi:

  - Drop rcFOO symlinks (PED-266).

++++ python-kiwi:

  - Add new containers section
    Allow to specify references to OCI containers in the
    image description like in the following example:
    <containers source="registry.suse.com" backend="podman">
    <container name="some" tag="some" path="/some/path"/>
    </containers>
    During the kiwi process the containers are fetched into a
    temporary location and a systemd service is configured to
    one time load the containers into the local registry at
    first boot of the system. This Fixes #2663

++++ kernel-default:

  - powercap: intel_rapl: Fix off by one in get_rpi() (git-fixes).
  - commit 6c73c0c
  - drm/amd/display: Disable DMCUB timeout for DCN35 (bsc#1231435 CVE-2024-46870)
  - commit 0a39326
  - drm/amd/display: Add disable timeout option (bsc#1231435)
  - commit cb303b5
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch
    Drop superfluous file mode modifications in the patch that broke the
    patch expansion recently
  - commit e7ac9e1
  - Move upstreamed scsi patch into sorted section
  - commit 5db43b0

++++ kernel-firmware:

  - Update to version 20241014 (git commit 99f9c7ed1f4a):
    * iwlwifi: add gl/Bz FW for core91-69 release
    * iwlwifi: update ty/So/Ma firmwares for core91-69 release
    * iwlwifi: update cc/Qu/QuZ firmwares for core91-69 release
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for a Lenovo Laptop
    * cirrus: cs35l56: Add firmware for Cirrus CS35L56 for some ASUS laptops
    * cirrus: cs35l56: Add firmware for Cirrus Amps for some HP laptops
    * linux-firmware: update firmware for en8811h 2.5G ethernet phy
    * QCA: Add Bluetooth firmwares for WCN785x with UART transport

++++ kernel-rt:

  - powercap: intel_rapl: Fix off by one in get_rpi() (git-fixes).
  - commit 6c73c0c
  - Merge branch 'ALP-current' (0e26fa94003b) into 'ALP-current-RT'
  - No -rt specific changes this merge.
  - commit b49e7e5
  - drm/amd/display: Disable DMCUB timeout for DCN35 (bsc#1231435 CVE-2024-46870)
  - commit 0a39326
  - drm/amd/display: Add disable timeout option (bsc#1231435)
  - commit cb303b5
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch
    Drop superfluous file mode modifications in the patch that broke the
    patch expansion recently
  - commit e7ac9e1
  - Move upstreamed scsi patch into sorted section
  - commit 5db43b0

++++ kernel-rt_debug:

  - powercap: intel_rapl: Fix off by one in get_rpi() (git-fixes).
  - commit 6c73c0c
  - Merge branch 'ALP-current' (0e26fa94003b) into 'ALP-current-RT'
  - No -rt specific changes this merge.
  - commit b49e7e5
  - drm/amd/display: Disable DMCUB timeout for DCN35 (bsc#1231435 CVE-2024-46870)
  - commit 0a39326
  - drm/amd/display: Add disable timeout option (bsc#1231435)
  - commit cb303b5
  - Refresh patches.suse/paddings-add-paddings-to-TypeC-stuff.patch
    Drop superfluous file mode modifications in the patch that broke the
    patch expansion recently
  - commit e7ac9e1
  - Move upstreamed scsi patch into sorted section
  - commit 5db43b0

++++ podman:

  - Add patch for CVE-2024-9675 (bsc#1231499):
    * 0003-Properly-validate-cache-IDs-and-sources.patch
  - Add patch for CVE-2024-9407 (bsc#1231208):
    * 0002-CVE-2024-9407-validate-bind-propagation-flag-setting.patch
  - Rebase patches:
    * 0001-pkg-subscriptions-use-securejoin-for-the-container-p.patch

++++ qemu:

  - Update version to 8.2.7
    * Full changelog here:
    https://lore.kernel.org/qemu-devel/d9ff276f-f1ba-4e90-8343-a7a0dc2bf305@tls.msk.ru/
    * Fixes:
    bsc#1229007, CVE-2024-7409
    bsc#1224132, CVE-2024-4693
    * Some backports:
    gitlab: fix logic for changing docker tag on stable branches
    ui/sdl2: set swap interval explicitly when OpenGL is enabled
    hw/intc/arm_gic: fix spurious level triggered interrupts
    hw/audio/virtio-sound: fix heap buffer overflow
    tests/docker: update debian i686 and mipsel images to bookworm
    tests/docker: remove debian-armel-cross
    hw/display/vhost-user-gpu.c: fix vhost_user_gpu_chr_read()
    crypto: check gnutls & gcrypt support the requested pbkdf hash
    crypto: run qcrypto_pbkdf2_count_iters in a new thread
    softmmu/physmem: fix memory leak in dirty_memory_extend()
    target/ppc: Fix migration of CPUs with TLB_EMB TLB type
    gitlab: migrate the s390x custom machine to 22.04
    target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64
    hw/audio/virtio-snd: fix invalid param check
    virtio-pci: Fix the use of an uninitialized irqfd

------------------------------------------------------------------
------------------  2024-10-14  -  Oct 14 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nbd: fix race between timeout and normal completion
    (bsc#1230918).
  - commit 57c54c8
  - ext4: mark fc as ineligible using an handle in ext4_xattr_set()
    (bsc#1231640).
  - ext4: use handle to mark fc as ineligible in
    __track_dentry_update() (bsc#1231639).
  - jbd2: correctly compare tids with tid_geq function in
    jbd2_fc_begin_commit (bsc#1231638).
  - ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
    (bsc#1231637).
  - ext4: fix fast commit inode enqueueing during a full journal
    commit (bsc#1231636).
  - ext4: don't track ranges in fast_commit if inode has inlined
    data (bsc#1231635).
  - ext4: fix possible tid_t sequence overflows (bsc#1231634).
  - commit 6951914
  - net: sysfs: Fix /sys/class/net/<iface> path for statistics
    (git-fixes).
  - commit 54925d7
  - devlink: Fix command annotation documentation (git-fixes).
  - commit 2b95827
  - x86/Documentation: Indent 'note::' directive for protocol
    version number note (git-fixes).
  - commit ec31602
  - mm/filemap: optimize filemap folio adding (bsc#1231617).
  - lib/xarray: introduce a new helper xas_get_order (bsc#1231617).
  - mm/filemap: return early if failed to allocate memory for split
    (bsc#1231617).
  - commit c3c5888
  - srcu: Fix callbacks acceleration mishandling (git-fixes).
  - task_work: add kerneldoc annotation for 'data' argument
    (git-fixes).
  - commit a4661ee
  - HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()
    (git-fixes).
  - hid: intel-ish-hid: Fix uninitialized variable 'rv' in
    ish_fw_xfer_direct_dma (git-fixes).
  - usb: dwc3: core: Stop processing of pending events if controller
    is halted (git-fixes).
  - usb: gadget: core: force synchronous registration (git-fixes).
  - commit 2bb6fd5

++++ kernel-firmware:

  - Update to version 20241011 (git commit 808cba847c70):
    * mtk_wed: add firmware for mt7988 Wireless Ethernet Dispatcher
    * ath12k: WCN7850 hw2.0: update board-2.bin (bsc#1230596)
    * ath12k: QCN9274 hw2.0: add to WLAN.WBE.1.3.1-00162-QCAHKSWPL_SILICONZ-1
    * ath12k: QCN9274 hw2.0: add board-2.bin
    * copy-firmware.sh: rename variables in symlink hanlding
    * copy-firmware.sh: remove no longer reachable test -L
    * copy-firmware.sh: remove no longer reachable test -f
    * copy-firmware.sh: call ./check_whence.py before parsing the file
    * copy-firmware.sh: warn if the destination folder is not empty
    * copy-firmware.sh: add err() helper
    * copy-firmware.sh: fix indentation
    * copy-firmware.sh: reset and consistently handle destdir
    * Revert "copy-firmware: Support additional compressor options"
    * copy-firmware.sh: flesh out and fix dedup-firmware.sh
    * Style update yaml files
    * editorconfig: add initial config file
    * check_whence.py: annotate replacement strings as raw
    * check_whence.py: LC_ALL=C sort -u the filelist
    * check_whence.py: ban link-to-a-link
    * check_whence.py: use consistent naming
    * Add a link from TAS2XXX1EB3.bin -> ti/tas2781/TAS2XXX1EB30.bin
    * tas2781: Upload dsp firmware for ASUS laptop 1EB30 & 1EB31
  - Skip invocation of check_whence.py at copying:
    copy-file-skip-check.patch
  - Refresh copy-file-ignore-README.patch
  - Drop obsoleted --ignore-duplicates option to copy-firmware.sh
  - Drop the ath12k workaround again

++++ kernel-rt:

  - nbd: fix race between timeout and normal completion
    (bsc#1230918).
  - commit 57c54c8
  - ext4: mark fc as ineligible using an handle in ext4_xattr_set()
    (bsc#1231640).
  - ext4: use handle to mark fc as ineligible in
    __track_dentry_update() (bsc#1231639).
  - jbd2: correctly compare tids with tid_geq function in
    jbd2_fc_begin_commit (bsc#1231638).
  - ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
    (bsc#1231637).
  - ext4: fix fast commit inode enqueueing during a full journal
    commit (bsc#1231636).
  - ext4: don't track ranges in fast_commit if inode has inlined
    data (bsc#1231635).
  - ext4: fix possible tid_t sequence overflows (bsc#1231634).
  - commit 6951914
  - net: sysfs: Fix /sys/class/net/<iface> path for statistics
    (git-fixes).
  - commit 54925d7
  - devlink: Fix command annotation documentation (git-fixes).
  - commit 2b95827
  - x86/Documentation: Indent 'note::' directive for protocol
    version number note (git-fixes).
  - commit ec31602
  - mm/filemap: optimize filemap folio adding (bsc#1231617).
  - lib/xarray: introduce a new helper xas_get_order (bsc#1231617).
  - mm/filemap: return early if failed to allocate memory for split
    (bsc#1231617).
  - commit c3c5888
  - srcu: Fix callbacks acceleration mishandling (git-fixes).
  - task_work: add kerneldoc annotation for 'data' argument
    (git-fixes).
  - commit a4661ee
  - HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()
    (git-fixes).
  - hid: intel-ish-hid: Fix uninitialized variable 'rv' in
    ish_fw_xfer_direct_dma (git-fixes).
  - usb: dwc3: core: Stop processing of pending events if controller
    is halted (git-fixes).
  - usb: gadget: core: force synchronous registration (git-fixes).
  - commit 2bb6fd5

++++ kernel-rt_debug:

  - nbd: fix race between timeout and normal completion
    (bsc#1230918).
  - commit 57c54c8
  - ext4: mark fc as ineligible using an handle in ext4_xattr_set()
    (bsc#1231640).
  - ext4: use handle to mark fc as ineligible in
    __track_dentry_update() (bsc#1231639).
  - jbd2: correctly compare tids with tid_geq function in
    jbd2_fc_begin_commit (bsc#1231638).
  - ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
    (bsc#1231637).
  - ext4: fix fast commit inode enqueueing during a full journal
    commit (bsc#1231636).
  - ext4: don't track ranges in fast_commit if inode has inlined
    data (bsc#1231635).
  - ext4: fix possible tid_t sequence overflows (bsc#1231634).
  - commit 6951914
  - net: sysfs: Fix /sys/class/net/<iface> path for statistics
    (git-fixes).
  - commit 54925d7
  - devlink: Fix command annotation documentation (git-fixes).
  - commit 2b95827
  - x86/Documentation: Indent 'note::' directive for protocol
    version number note (git-fixes).
  - commit ec31602
  - mm/filemap: optimize filemap folio adding (bsc#1231617).
  - lib/xarray: introduce a new helper xas_get_order (bsc#1231617).
  - mm/filemap: return early if failed to allocate memory for split
    (bsc#1231617).
  - commit c3c5888
  - srcu: Fix callbacks acceleration mishandling (git-fixes).
  - task_work: add kerneldoc annotation for 'data' argument
    (git-fixes).
  - commit a4661ee
  - HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()
    (git-fixes).
  - hid: intel-ish-hid: Fix uninitialized variable 'rv' in
    ish_fw_xfer_direct_dma (git-fixes).
  - usb: dwc3: core: Stop processing of pending events if controller
    is halted (git-fixes).
  - usb: gadget: core: force synchronous registration (git-fixes).
  - commit 2bb6fd5

------------------------------------------------------------------
------------------  2024-10-13  -  Oct 13 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - hwmon: (adt7470) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: (adm9240) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: (mc34vr500) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: (tmp513) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: intel-m10-bmc-hwmon: relabel Columbiaville to CVL Die
    Temperature (git-fixes).
  - commit 07e1f67

++++ kernel-rt:

  - hwmon: (adt7470) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: (adm9240) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: (mc34vr500) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: (tmp513) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: intel-m10-bmc-hwmon: relabel Columbiaville to CVL Die
    Temperature (git-fixes).
  - commit 07e1f67

++++ kernel-rt_debug:

  - hwmon: (adt7470) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: (adm9240) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: (mc34vr500) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: (tmp513) Add missing dependency on REGMAP_I2C
    (git-fixes).
  - hwmon: intel-m10-bmc-hwmon: relabel Columbiaville to CVL Die
    Temperature (git-fixes).
  - commit 07e1f67

------------------------------------------------------------------
------------------  2024-10-12  -  Oct 12 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - gpio: aspeed: Use devm_clk api to manage clock source
    (git-fixes).
  - gpio: aspeed: Add the flush write to ensure the write complete
    (git-fixes).
  - ata: libata: avoid superfluous disk spin down + spin up during
    hibernation (git-fixes).
  - nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy
    error (git-fixes).
  - nouveau/dmem: Fix privileged error in copy engine channel
    (git-fixes).
  - drm/vc4: Stop the active perfmon before being destroyed
    (git-fixes).
  - drm/v3d: Stop the active perfmon before being destroyed
    (git-fixes).
  - drm/i915/hdcp: fix connector refcounting (git-fixes).
  - commit 8534efe
  - kABI: bpf: struct bpf_insn_acces_aux kABI workaround (git-fixes).
  - commit c2cff36

++++ kernel-rt:

  - gpio: aspeed: Use devm_clk api to manage clock source
    (git-fixes).
  - gpio: aspeed: Add the flush write to ensure the write complete
    (git-fixes).
  - ata: libata: avoid superfluous disk spin down + spin up during
    hibernation (git-fixes).
  - nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy
    error (git-fixes).
  - nouveau/dmem: Fix privileged error in copy engine channel
    (git-fixes).
  - drm/vc4: Stop the active perfmon before being destroyed
    (git-fixes).
  - drm/v3d: Stop the active perfmon before being destroyed
    (git-fixes).
  - drm/i915/hdcp: fix connector refcounting (git-fixes).
  - commit 8534efe
  - kABI: bpf: struct bpf_insn_acces_aux kABI workaround (git-fixes).
  - commit c2cff36

++++ kernel-rt_debug:

  - gpio: aspeed: Use devm_clk api to manage clock source
    (git-fixes).
  - gpio: aspeed: Add the flush write to ensure the write complete
    (git-fixes).
  - ata: libata: avoid superfluous disk spin down + spin up during
    hibernation (git-fixes).
  - nouveau/dmem: Fix vulnerability in migrate_to_ram upon copy
    error (git-fixes).
  - nouveau/dmem: Fix privileged error in copy engine channel
    (git-fixes).
  - drm/vc4: Stop the active perfmon before being destroyed
    (git-fixes).
  - drm/v3d: Stop the active perfmon before being destroyed
    (git-fixes).
  - drm/i915/hdcp: fix connector refcounting (git-fixes).
  - commit 8534efe
  - kABI: bpf: struct bpf_insn_acces_aux kABI workaround (git-fixes).
  - commit c2cff36

------------------------------------------------------------------
------------------  2024-10-11  -  Oct 11 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update patches.suse/ASoC-meson-axg-card-fix-use-after-free.patch
    (git-fixes CVE-2024-46849 bsc#1231073).
  - Update
    patches.suse/KVM-x86-Acquire-kvm-srcu-when-handling-KVM_SET_VCPU_.patch
    (git-fixes CVE-2024-46830 bsc#1231116).
  - Update
    patches.suse/PCI-keystone-Add-workaround-for-Errata-i2037-AM65x-S.patch
    (stable-fixes CVE-2024-47667 bsc#1231481).
  - Update patches.suse/USB-usbtmc-prevent-kernel-usb-infoleak.patch
    (git-fixes CVE-2024-47671 bsc#1231541).
  - Update patches.suse/arm64-tlb-Fix-TLBI-RANGE-operand.patch
    (bsc#1229585 CVE-2024-35980 bsc#1224574).
  - Update
    patches.suse/dma-buf-heaps-Fix-off-by-one-in-CMA-heap-fault-handl.patch
    (git-fixes CVE-2024-46852 bsc#1231082).
  - Update
    patches.suse/drm-amd-amdgpu-Check-tbo-resource-pointer.patch
    (stable-fixes CVE-2024-46807 bsc#1231138).
  - Update
    patches.suse/drm-amd-display-Add-array-index-check-for-hdcp-ddc-a.patch
    (stable-fixes CVE-2024-46804 bsc#1231132).
  - Update
    patches.suse/drm-amd-display-Avoid-overflow-from-uint32_t-to-uint.patch
    (stable-fixes CVE-2024-47661 bsc#1231496).
  - Update
    patches.suse/drm-amd-display-Avoid-race-between-dcn10_set_drr-and.patch
    (git-fixes CVE-2024-46851 bsc#1231081).
  - Update
    patches.suse/drm-amd-display-Check-BIOS-images-before-it-is-used.patch
    (stable-fixes CVE-2024-46809 bsc#1231148).
  - Update
    patches.suse/drm-amd-display-Check-gpio_id-before-used-as-array-i.patch
    (stable-fixes CVE-2024-46818 bsc#1231203).
  - Update
    patches.suse/drm-amd-display-Check-msg_id-before-processing-trans.patch
    (stable-fixes CVE-2024-46814 bsc#1231193).
  - Update
    patches.suse/drm-amd-display-Check-num_valid_sets-before-accessin.patch
    (stable-fixes CVE-2024-46815 bsc#1231195).
  - Update
    patches.suse/drm-amd-display-Correct-the-defined-value-for-AMDGPU.patch
    (stable-fixes CVE-2024-46871 bsc#1231434).
  - Update
    patches.suse/drm-amd-display-Fix-index-may-exceed-array-range-wit.patch
    (stable-fixes CVE-2024-46811 bsc#1231179).
  - Update
    patches.suse/drm-amd-display-Remove-register-from-DCN35-DMCUB-dia.patch
    (stable-fixes CVE-2024-47662 bsc#1231440).
  - Update
    patches.suse/drm-amd-display-Skip-inactive-planes-within-ModeSupp.patch
    (stable-fixes CVE-2024-46812 bsc#1231187).
  - Update
    patches.suse/drm-amd-display-Stop-amdgpu_dm-initialize-when-strea.patch
    (stable-fixes CVE-2024-46817 bsc#1231200).
  - Update
    patches.suse/drm-amd-display-added-NULL-check-at-start-of-dc_vali.patch
    (stable-fixes CVE-2024-46802 bsc#1231111).
  - Update
    patches.suse/drm-amd-pm-Fix-negative-array-index-read.patch
    (stable-fixes CVE-2024-46821 bsc#1231169).
  - Update
    patches.suse/drm-amdgpu-Fix-smatch-static-checker-warning.patch
    (stable-fixes CVE-2024-46835 bsc#1231098).
  - Update
    patches.suse/drm-amdgpu-Fix-the-warning-division-or-modulo-by-zer.patch
    (stable-fixes CVE-2024-46806 bsc#1231136).
  - Update
    patches.suse/drm-amdgpu-fix-the-waring-dereferencing-hive.patch
    (stable-fixes CVE-2024-46805 bsc#1231135).
  - Update
    patches.suse/drm-amdgpu-the-warning-dereferencing-obj-for-nbio_v7.patch
    (stable-fixes CVE-2024-46819 bsc#1231202).
  - Update
    patches.suse/drm-amdkfd-Check-debug-trap-enable-before-write-dbg_.patch
    (stable-fixes CVE-2024-46803 bsc#1231131).
  - Update
    patches.suse/drm-bridge-tc358767-Check-if-fully-initialized-befor.patch
    (stable-fixes CVE-2024-46810 bsc#1231178).
  - Update
    patches.suse/i3c-mipi-i3c-hci-Error-out-instead-on-BUG_ON-in-IBI-.patch
    (stable-fixes CVE-2024-47665 bsc#1231452).
  - Update
    patches.suse/lib-generic-radix-tree.c-Fix-rare-race-in-__genradix.patch
    (stable-fixes CVE-2024-47668 bsc#1231502).
  - Update
    patches.suse/msft-hv-3054-x86-hyperv-fix-kexec-crash-due-to-VP-assist-page-cor.patch
    (git-fixes CVE-2024-46864 bsc#1231108).
  - Update
    patches.suse/nilfs2-fix-state-management-in-error-path-of-log-writing-function.patch
    (git-fixes CVE-2024-47669 bsc#1231474).
  - Update
    patches.suse/ocfs2-add-bounds-checking-to-ocfs2_xattr_find_entry.patch
    (bsc#1228410 CVE-2024-41016 CVE-2024-47670 bsc#1231537).
  - Update
    patches.suse/perf-x86-intel-Limit-the-period-on-Haswell.patch
    (git-fixes CVE-2024-46848 bsc#1231072).
  - Update
    patches.suse/platform-x86-panasonic-laptop-Fix-SINF-array-out-of-.patch
    (git-fixes CVE-2024-46859 bsc#1231089).
  - Update
    patches.suse/rcu-Fix-buffer-overflow-in-print_cpu_stall_info.patch
    (bsc#1226623 CVE-2024-38576).
  - Update
    patches.suse/rcu-tasks-Fix-show_rcu_tasks_trace_gp_kthread-buffer-overflow.patch
    (bsc#1226631 CVE-2024-38577).
  - Update
    patches.suse/scsi-lpfc-Handle-mailbox-timeouts-in-lpfc_get_sfp_in.patch
    (bsc#1228857 CVE-2024-46842 bsc#1231101).
  - Update
    patches.suse/spi-nxp-fspi-fix-the-KASAN-report-out-of-bounds-bug.patch
    (git-fixes CVE-2024-46853 bsc#1231083).
  - Update
    patches.suse/spi-rockchip-Resolve-unbalanced-runtime-PM-system-PM.patch
    (git-fixes CVE-2024-46846 bsc#1231075).
  - Update
    patches.suse/staging-iio-frequency-ad9834-Validate-frequency-para.patch
    (git-fixes CVE-2024-47663 bsc#1231441).
  - Update
    patches.suse/usb-gadget-aspeed_udc-validate-endpoint-index-for-as.patch
    (stable-fixes CVE-2024-46836 bsc#1231092).
  - Update
    patches.suse/usbnet-ipheth-do-not-stop-RX-on-failing-RX-callback.patch
    (git-fixes CVE-2024-46861 bsc#1231102).
  - Update
    patches.suse/wifi-ath12k-fix-firmware-crash-due-to-invalid-peer-n.patch
    (stable-fixes CVE-2024-46827 bsc#1231171).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-wait-for-tx-queues-if-firmwar.patch
    (stable-fixes CVE-2024-47672 bsc#1231540).
  - Update
    patches.suse/wifi-iwlwifi-mvm-pause-TCM-when-the-firmware-is-stop.patch
    (stable-fixes CVE-2024-47673 bsc#1231539).
  - Update
    patches.suse/wifi-iwlwifi-mvm-use-IWL_FW_CHECK-for-link-ID-check.patch
    (stable-fixes CVE-2024-46825 bsc#1231170).
  - Update
    patches.suse/wifi-mt76-mt7921-fix-NULL-pointer-access-in-mt7921_i.patch
    (stable-fixes CVE-2024-46860 bsc#1231093).
  - commit 1ed6329
  - sched/smt: Fix unbalance sched_smt_present dec/inc
    (CVE-2024-44958 bsc#1230179).
  - sched/smt: Introduce sched_smt_present_inc/dec() helper
    (CVE-2024-44958 bsc#1230179).
  - commit b09820b
  - crypto: octeontx* - Select CRYPTO_AUTHENC (git-fixes).
  - commit 155c418
  - spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm
    enabled (git-fixes).
  - spi: s3c64xx: fix timeout counters in flush_fifo (git-fixes).
  - i2c: synquacer: Deal with optional PCLK correctly (git-fixes).
  - media: imx335: Fix reset-gpio handling (git-fixes).
  - i2c: xiic: Try re-initialization on bus busy timeout
    (git-fixes).
  - platform/x86: touchscreen_dmi: add nanote-next quirk
    (stable-fixes).
  - platform/x86: lenovo-ymc: Ignore the 0x0 state (stable-fixes).
  - hwmon: (nct6775) add G15CF to ASUS WMI monitoring list
    (stable-fixes).
  - power: reset: brcmstb: Do not go into infinite loop if reset
    fails (stable-fixes).
  - wifi: ath9k_htc: Use __skb_set_length() for resetting urb
    before resubmit (stable-fixes).
  - wifi: mt76: mt7915: hold dev->mt76.mutex while disabling tx
    worker (stable-fixes).
  - wifi: mt76: mt7915: add dummy HW offload of IEEE 802.11
    fragmentation (stable-fixes).
  - wifi: mt76: mt7915: disable tx worker during tx BA session
    enable/disable (stable-fixes).
  - wifi: rtw89: avoid reading out of bounds when loading TX power
    FW elements (stable-fixes).
  - wifi: rtw89: correct base HT rate mask for firmware
    (stable-fixes).
  - wifi: mwifiex: Fix memcpy() field-spanning write warning in
    mwifiex_cmd_802_11_scan_ext() (stable-fixes).
  - wifi: cfg80211: Set correct chandef when starting CAC
    (stable-fixes).
  - wifi: mac80211: fix RCU list iterations (stable-fixes).
  - wifi: iwlwifi: mvm: avoid NULL pointer dereference
    (stable-fixes).
  - wifi: iwlwifi: allow only CN mcc from WRDD (stable-fixes).
  - wifi: iwlwifi: mvm: drop wrong STA selection in TX
    (stable-fixes).
  - wifi: iwlwifi: mvm: Fix a race in scan abort flow
    (stable-fixes).
  - wifi: iwlwifi: mvm: use correct key iteration (stable-fixes).
  - wifi: ath9k: fix possible integer overflow in
    ath9k_get_et_stats() (stable-fixes).
  - wifi: ath11k: fix array out-of-bound access in SoC stats
    (stable-fixes).
  - wifi: ath12k: fix array out-of-bound access in SoC stats
    (stable-fixes).
  - wifi: rtw89: avoid to add interface to list twice when SER
    (stable-fixes).
  - wifi: rtw88: select WANT_DEV_COREDUMP (stable-fixes).
  - i2c: xiic: improve error message when transfer fails to start
    (stable-fixes).
  - i2c: synquacer: Remove a clk reference from struct synquacer_i2c
    (stable-fixes).
  - media: i2c: imx335: Enable regulator supplies (stable-fixes).
  - commit 490fb1f
  - ALSA: usb-audio: Replace complex quirk lines with macros
    (stable-fixes).
  - commit 6f67136
  - Bluetooth: RFCOMM: FIX possible deadlock in
    rfcomm_sk_state_change (git-fixes).
  - ACPI: battery: Fix possible crash when unregistering a battery
    hook (git-fixes).
  - ACPI: battery: Simplify battery hook locking (stable-fixes).
  - ACPI: resource: Add Asus ExpertBook B2502CVA to
    irq1_level_low_skip_override[] (stable-fixes).
  - ACPI: resource: Add Asus Vivobook X1704VAP to
    irq1_level_low_skip_override[] (stable-fixes).
  - HID: Ignore battery for all ELAN I2C-HID devices (stable-fixes).
  - HID: multitouch: Add support for Thinkpad X12 Gen 2 Kbd
    Portfolio (stable-fixes).
  - ASoC: codecs: wsa883x: Handle reading version failure
    (stable-fixes).
  - ALSA: usb-audio: Add logitech Audio profile quirk
    (stable-fixes).
  - ALSA: usb-audio: Define macros for quirk table entries
    (stable-fixes).
  - ALSA: hdsp: Break infinite MIDI input flush loop (stable-fixes).
  - ALSA: asihpi: Fix potential OOB array access (stable-fixes).
  - ALSA: usb-audio: Add input value sanity checks for standard
    types (stable-fixes).
  - ACPI: PAD: fix crash in exit_round_robin() (stable-fixes).
  - ACPI: video: Add force_vendor quirk for Panasonic Toughbook
    CF-18 (stable-fixes).
  - ACPI: CPPC: Add support for setting EPP register in FFH
    (stable-fixes).
  - ACPI: EC: Do not release locks during operation region accesses
    (stable-fixes).
  - ACPICA: iasl: handle empty connection_node (stable-fixes).
  - ACPICA: Fix memory leak if acpi_ps_get_next_field() fails
    (stable-fixes).
  - ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails
    (stable-fixes).
  - ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in
    acpi_db_convert_to_package() (stable-fixes).
  - crypto: octeontx2 - Fix authenc setkey (stable-fixes).
  - crypto: octeontx - Fix authenc setkey (stable-fixes).
  - Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122
    (stable-fixes).
  - can: netlink: avoid call to do_set_data_bittiming callback
    with stale can_priv::ctrlmode (stable-fixes).
  - commit 650f32e
  - ocfs2: fix the la space leak when unmounting an ocfs2 volume
    (git-fixes).
  - commit 92d1b30
  - jfs: Fix uninit-value access of new_ea in ea_buffer (git-fixes).
  - commit b1e0ef1
  - jfs: check if leafidx greater than num leaves per dmap tree
    (git-fixes).
  - commit 4cb79e7
  - jfs: Fix uaf in dbFreeBits (git-fixes).
  - commit da4aab1
  - jfs: UBSAN: shift-out-of-bounds in dbFindBits (git-fixes).
  - commit fee8a70
  - kABI: bpf: enum bpf_{type_flag,arg_type} kABI workaround (git-fixes).
  - commit 93e6047

++++ kernel-rt:

  - Update patches.suse/ASoC-meson-axg-card-fix-use-after-free.patch
    (git-fixes CVE-2024-46849 bsc#1231073).
  - Update
    patches.suse/KVM-x86-Acquire-kvm-srcu-when-handling-KVM_SET_VCPU_.patch
    (git-fixes CVE-2024-46830 bsc#1231116).
  - Update
    patches.suse/PCI-keystone-Add-workaround-for-Errata-i2037-AM65x-S.patch
    (stable-fixes CVE-2024-47667 bsc#1231481).
  - Update patches.suse/USB-usbtmc-prevent-kernel-usb-infoleak.patch
    (git-fixes CVE-2024-47671 bsc#1231541).
  - Update patches.suse/arm64-tlb-Fix-TLBI-RANGE-operand.patch
    (bsc#1229585 CVE-2024-35980 bsc#1224574).
  - Update
    patches.suse/dma-buf-heaps-Fix-off-by-one-in-CMA-heap-fault-handl.patch
    (git-fixes CVE-2024-46852 bsc#1231082).
  - Update
    patches.suse/drm-amd-amdgpu-Check-tbo-resource-pointer.patch
    (stable-fixes CVE-2024-46807 bsc#1231138).
  - Update
    patches.suse/drm-amd-display-Add-array-index-check-for-hdcp-ddc-a.patch
    (stable-fixes CVE-2024-46804 bsc#1231132).
  - Update
    patches.suse/drm-amd-display-Avoid-overflow-from-uint32_t-to-uint.patch
    (stable-fixes CVE-2024-47661 bsc#1231496).
  - Update
    patches.suse/drm-amd-display-Avoid-race-between-dcn10_set_drr-and.patch
    (git-fixes CVE-2024-46851 bsc#1231081).
  - Update
    patches.suse/drm-amd-display-Check-BIOS-images-before-it-is-used.patch
    (stable-fixes CVE-2024-46809 bsc#1231148).
  - Update
    patches.suse/drm-amd-display-Check-gpio_id-before-used-as-array-i.patch
    (stable-fixes CVE-2024-46818 bsc#1231203).
  - Update
    patches.suse/drm-amd-display-Check-msg_id-before-processing-trans.patch
    (stable-fixes CVE-2024-46814 bsc#1231193).
  - Update
    patches.suse/drm-amd-display-Check-num_valid_sets-before-accessin.patch
    (stable-fixes CVE-2024-46815 bsc#1231195).
  - Update
    patches.suse/drm-amd-display-Correct-the-defined-value-for-AMDGPU.patch
    (stable-fixes CVE-2024-46871 bsc#1231434).
  - Update
    patches.suse/drm-amd-display-Fix-index-may-exceed-array-range-wit.patch
    (stable-fixes CVE-2024-46811 bsc#1231179).
  - Update
    patches.suse/drm-amd-display-Remove-register-from-DCN35-DMCUB-dia.patch
    (stable-fixes CVE-2024-47662 bsc#1231440).
  - Update
    patches.suse/drm-amd-display-Skip-inactive-planes-within-ModeSupp.patch
    (stable-fixes CVE-2024-46812 bsc#1231187).
  - Update
    patches.suse/drm-amd-display-Stop-amdgpu_dm-initialize-when-strea.patch
    (stable-fixes CVE-2024-46817 bsc#1231200).
  - Update
    patches.suse/drm-amd-display-added-NULL-check-at-start-of-dc_vali.patch
    (stable-fixes CVE-2024-46802 bsc#1231111).
  - Update
    patches.suse/drm-amd-pm-Fix-negative-array-index-read.patch
    (stable-fixes CVE-2024-46821 bsc#1231169).
  - Update
    patches.suse/drm-amdgpu-Fix-smatch-static-checker-warning.patch
    (stable-fixes CVE-2024-46835 bsc#1231098).
  - Update
    patches.suse/drm-amdgpu-Fix-the-warning-division-or-modulo-by-zer.patch
    (stable-fixes CVE-2024-46806 bsc#1231136).
  - Update
    patches.suse/drm-amdgpu-fix-the-waring-dereferencing-hive.patch
    (stable-fixes CVE-2024-46805 bsc#1231135).
  - Update
    patches.suse/drm-amdgpu-the-warning-dereferencing-obj-for-nbio_v7.patch
    (stable-fixes CVE-2024-46819 bsc#1231202).
  - Update
    patches.suse/drm-amdkfd-Check-debug-trap-enable-before-write-dbg_.patch
    (stable-fixes CVE-2024-46803 bsc#1231131).
  - Update
    patches.suse/drm-bridge-tc358767-Check-if-fully-initialized-befor.patch
    (stable-fixes CVE-2024-46810 bsc#1231178).
  - Update
    patches.suse/i3c-mipi-i3c-hci-Error-out-instead-on-BUG_ON-in-IBI-.patch
    (stable-fixes CVE-2024-47665 bsc#1231452).
  - Update
    patches.suse/lib-generic-radix-tree.c-Fix-rare-race-in-__genradix.patch
    (stable-fixes CVE-2024-47668 bsc#1231502).
  - Update
    patches.suse/msft-hv-3054-x86-hyperv-fix-kexec-crash-due-to-VP-assist-page-cor.patch
    (git-fixes CVE-2024-46864 bsc#1231108).
  - Update
    patches.suse/nilfs2-fix-state-management-in-error-path-of-log-writing-function.patch
    (git-fixes CVE-2024-47669 bsc#1231474).
  - Update
    patches.suse/ocfs2-add-bounds-checking-to-ocfs2_xattr_find_entry.patch
    (bsc#1228410 CVE-2024-41016 CVE-2024-47670 bsc#1231537).
  - Update
    patches.suse/perf-x86-intel-Limit-the-period-on-Haswell.patch
    (git-fixes CVE-2024-46848 bsc#1231072).
  - Update
    patches.suse/platform-x86-panasonic-laptop-Fix-SINF-array-out-of-.patch
    (git-fixes CVE-2024-46859 bsc#1231089).
  - Update
    patches.suse/rcu-Fix-buffer-overflow-in-print_cpu_stall_info.patch
    (bsc#1226623 CVE-2024-38576).
  - Update
    patches.suse/rcu-tasks-Fix-show_rcu_tasks_trace_gp_kthread-buffer-overflow.patch
    (bsc#1226631 CVE-2024-38577).
  - Update
    patches.suse/scsi-lpfc-Handle-mailbox-timeouts-in-lpfc_get_sfp_in.patch
    (bsc#1228857 CVE-2024-46842 bsc#1231101).
  - Update
    patches.suse/spi-nxp-fspi-fix-the-KASAN-report-out-of-bounds-bug.patch
    (git-fixes CVE-2024-46853 bsc#1231083).
  - Update
    patches.suse/spi-rockchip-Resolve-unbalanced-runtime-PM-system-PM.patch
    (git-fixes CVE-2024-46846 bsc#1231075).
  - Update
    patches.suse/staging-iio-frequency-ad9834-Validate-frequency-para.patch
    (git-fixes CVE-2024-47663 bsc#1231441).
  - Update
    patches.suse/usb-gadget-aspeed_udc-validate-endpoint-index-for-as.patch
    (stable-fixes CVE-2024-46836 bsc#1231092).
  - Update
    patches.suse/usbnet-ipheth-do-not-stop-RX-on-failing-RX-callback.patch
    (git-fixes CVE-2024-46861 bsc#1231102).
  - Update
    patches.suse/wifi-ath12k-fix-firmware-crash-due-to-invalid-peer-n.patch
    (stable-fixes CVE-2024-46827 bsc#1231171).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-wait-for-tx-queues-if-firmwar.patch
    (stable-fixes CVE-2024-47672 bsc#1231540).
  - Update
    patches.suse/wifi-iwlwifi-mvm-pause-TCM-when-the-firmware-is-stop.patch
    (stable-fixes CVE-2024-47673 bsc#1231539).
  - Update
    patches.suse/wifi-iwlwifi-mvm-use-IWL_FW_CHECK-for-link-ID-check.patch
    (stable-fixes CVE-2024-46825 bsc#1231170).
  - Update
    patches.suse/wifi-mt76-mt7921-fix-NULL-pointer-access-in-mt7921_i.patch
    (stable-fixes CVE-2024-46860 bsc#1231093).
  - commit 1ed6329
  - sched/smt: Fix unbalance sched_smt_present dec/inc
    (CVE-2024-44958 bsc#1230179).
  - sched/smt: Introduce sched_smt_present_inc/dec() helper
    (CVE-2024-44958 bsc#1230179).
  - commit b09820b
  - crypto: octeontx* - Select CRYPTO_AUTHENC (git-fixes).
  - commit 155c418
  - spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm
    enabled (git-fixes).
  - spi: s3c64xx: fix timeout counters in flush_fifo (git-fixes).
  - i2c: synquacer: Deal with optional PCLK correctly (git-fixes).
  - media: imx335: Fix reset-gpio handling (git-fixes).
  - i2c: xiic: Try re-initialization on bus busy timeout
    (git-fixes).
  - platform/x86: touchscreen_dmi: add nanote-next quirk
    (stable-fixes).
  - platform/x86: lenovo-ymc: Ignore the 0x0 state (stable-fixes).
  - hwmon: (nct6775) add G15CF to ASUS WMI monitoring list
    (stable-fixes).
  - power: reset: brcmstb: Do not go into infinite loop if reset
    fails (stable-fixes).
  - wifi: ath9k_htc: Use __skb_set_length() for resetting urb
    before resubmit (stable-fixes).
  - wifi: mt76: mt7915: hold dev->mt76.mutex while disabling tx
    worker (stable-fixes).
  - wifi: mt76: mt7915: add dummy HW offload of IEEE 802.11
    fragmentation (stable-fixes).
  - wifi: mt76: mt7915: disable tx worker during tx BA session
    enable/disable (stable-fixes).
  - wifi: rtw89: avoid reading out of bounds when loading TX power
    FW elements (stable-fixes).
  - wifi: rtw89: correct base HT rate mask for firmware
    (stable-fixes).
  - wifi: mwifiex: Fix memcpy() field-spanning write warning in
    mwifiex_cmd_802_11_scan_ext() (stable-fixes).
  - wifi: cfg80211: Set correct chandef when starting CAC
    (stable-fixes).
  - wifi: mac80211: fix RCU list iterations (stable-fixes).
  - wifi: iwlwifi: mvm: avoid NULL pointer dereference
    (stable-fixes).
  - wifi: iwlwifi: allow only CN mcc from WRDD (stable-fixes).
  - wifi: iwlwifi: mvm: drop wrong STA selection in TX
    (stable-fixes).
  - wifi: iwlwifi: mvm: Fix a race in scan abort flow
    (stable-fixes).
  - wifi: iwlwifi: mvm: use correct key iteration (stable-fixes).
  - wifi: ath9k: fix possible integer overflow in
    ath9k_get_et_stats() (stable-fixes).
  - wifi: ath11k: fix array out-of-bound access in SoC stats
    (stable-fixes).
  - wifi: ath12k: fix array out-of-bound access in SoC stats
    (stable-fixes).
  - wifi: rtw89: avoid to add interface to list twice when SER
    (stable-fixes).
  - wifi: rtw88: select WANT_DEV_COREDUMP (stable-fixes).
  - i2c: xiic: improve error message when transfer fails to start
    (stable-fixes).
  - i2c: synquacer: Remove a clk reference from struct synquacer_i2c
    (stable-fixes).
  - media: i2c: imx335: Enable regulator supplies (stable-fixes).
  - commit 490fb1f
  - ALSA: usb-audio: Replace complex quirk lines with macros
    (stable-fixes).
  - commit 6f67136
  - Bluetooth: RFCOMM: FIX possible deadlock in
    rfcomm_sk_state_change (git-fixes).
  - ACPI: battery: Fix possible crash when unregistering a battery
    hook (git-fixes).
  - ACPI: battery: Simplify battery hook locking (stable-fixes).
  - ACPI: resource: Add Asus ExpertBook B2502CVA to
    irq1_level_low_skip_override[] (stable-fixes).
  - ACPI: resource: Add Asus Vivobook X1704VAP to
    irq1_level_low_skip_override[] (stable-fixes).
  - HID: Ignore battery for all ELAN I2C-HID devices (stable-fixes).
  - HID: multitouch: Add support for Thinkpad X12 Gen 2 Kbd
    Portfolio (stable-fixes).
  - ASoC: codecs: wsa883x: Handle reading version failure
    (stable-fixes).
  - ALSA: usb-audio: Add logitech Audio profile quirk
    (stable-fixes).
  - ALSA: usb-audio: Define macros for quirk table entries
    (stable-fixes).
  - ALSA: hdsp: Break infinite MIDI input flush loop (stable-fixes).
  - ALSA: asihpi: Fix potential OOB array access (stable-fixes).
  - ALSA: usb-audio: Add input value sanity checks for standard
    types (stable-fixes).
  - ACPI: PAD: fix crash in exit_round_robin() (stable-fixes).
  - ACPI: video: Add force_vendor quirk for Panasonic Toughbook
    CF-18 (stable-fixes).
  - ACPI: CPPC: Add support for setting EPP register in FFH
    (stable-fixes).
  - ACPI: EC: Do not release locks during operation region accesses
    (stable-fixes).
  - ACPICA: iasl: handle empty connection_node (stable-fixes).
  - ACPICA: Fix memory leak if acpi_ps_get_next_field() fails
    (stable-fixes).
  - ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails
    (stable-fixes).
  - ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in
    acpi_db_convert_to_package() (stable-fixes).
  - crypto: octeontx2 - Fix authenc setkey (stable-fixes).
  - crypto: octeontx - Fix authenc setkey (stable-fixes).
  - Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122
    (stable-fixes).
  - can: netlink: avoid call to do_set_data_bittiming callback
    with stale can_priv::ctrlmode (stable-fixes).
  - commit 650f32e
  - ocfs2: fix the la space leak when unmounting an ocfs2 volume
    (git-fixes).
  - commit 92d1b30
  - jfs: Fix uninit-value access of new_ea in ea_buffer (git-fixes).
  - commit b1e0ef1
  - jfs: check if leafidx greater than num leaves per dmap tree
    (git-fixes).
  - commit 4cb79e7
  - jfs: Fix uaf in dbFreeBits (git-fixes).
  - commit da4aab1
  - jfs: UBSAN: shift-out-of-bounds in dbFindBits (git-fixes).
  - commit fee8a70
  - kABI: bpf: enum bpf_{type_flag,arg_type} kABI workaround (git-fixes).
  - commit 93e6047

++++ kernel-rt_debug:

  - Update patches.suse/ASoC-meson-axg-card-fix-use-after-free.patch
    (git-fixes CVE-2024-46849 bsc#1231073).
  - Update
    patches.suse/KVM-x86-Acquire-kvm-srcu-when-handling-KVM_SET_VCPU_.patch
    (git-fixes CVE-2024-46830 bsc#1231116).
  - Update
    patches.suse/PCI-keystone-Add-workaround-for-Errata-i2037-AM65x-S.patch
    (stable-fixes CVE-2024-47667 bsc#1231481).
  - Update patches.suse/USB-usbtmc-prevent-kernel-usb-infoleak.patch
    (git-fixes CVE-2024-47671 bsc#1231541).
  - Update patches.suse/arm64-tlb-Fix-TLBI-RANGE-operand.patch
    (bsc#1229585 CVE-2024-35980 bsc#1224574).
  - Update
    patches.suse/dma-buf-heaps-Fix-off-by-one-in-CMA-heap-fault-handl.patch
    (git-fixes CVE-2024-46852 bsc#1231082).
  - Update
    patches.suse/drm-amd-amdgpu-Check-tbo-resource-pointer.patch
    (stable-fixes CVE-2024-46807 bsc#1231138).
  - Update
    patches.suse/drm-amd-display-Add-array-index-check-for-hdcp-ddc-a.patch
    (stable-fixes CVE-2024-46804 bsc#1231132).
  - Update
    patches.suse/drm-amd-display-Avoid-overflow-from-uint32_t-to-uint.patch
    (stable-fixes CVE-2024-47661 bsc#1231496).
  - Update
    patches.suse/drm-amd-display-Avoid-race-between-dcn10_set_drr-and.patch
    (git-fixes CVE-2024-46851 bsc#1231081).
  - Update
    patches.suse/drm-amd-display-Check-BIOS-images-before-it-is-used.patch
    (stable-fixes CVE-2024-46809 bsc#1231148).
  - Update
    patches.suse/drm-amd-display-Check-gpio_id-before-used-as-array-i.patch
    (stable-fixes CVE-2024-46818 bsc#1231203).
  - Update
    patches.suse/drm-amd-display-Check-msg_id-before-processing-trans.patch
    (stable-fixes CVE-2024-46814 bsc#1231193).
  - Update
    patches.suse/drm-amd-display-Check-num_valid_sets-before-accessin.patch
    (stable-fixes CVE-2024-46815 bsc#1231195).
  - Update
    patches.suse/drm-amd-display-Correct-the-defined-value-for-AMDGPU.patch
    (stable-fixes CVE-2024-46871 bsc#1231434).
  - Update
    patches.suse/drm-amd-display-Fix-index-may-exceed-array-range-wit.patch
    (stable-fixes CVE-2024-46811 bsc#1231179).
  - Update
    patches.suse/drm-amd-display-Remove-register-from-DCN35-DMCUB-dia.patch
    (stable-fixes CVE-2024-47662 bsc#1231440).
  - Update
    patches.suse/drm-amd-display-Skip-inactive-planes-within-ModeSupp.patch
    (stable-fixes CVE-2024-46812 bsc#1231187).
  - Update
    patches.suse/drm-amd-display-Stop-amdgpu_dm-initialize-when-strea.patch
    (stable-fixes CVE-2024-46817 bsc#1231200).
  - Update
    patches.suse/drm-amd-display-added-NULL-check-at-start-of-dc_vali.patch
    (stable-fixes CVE-2024-46802 bsc#1231111).
  - Update
    patches.suse/drm-amd-pm-Fix-negative-array-index-read.patch
    (stable-fixes CVE-2024-46821 bsc#1231169).
  - Update
    patches.suse/drm-amdgpu-Fix-smatch-static-checker-warning.patch
    (stable-fixes CVE-2024-46835 bsc#1231098).
  - Update
    patches.suse/drm-amdgpu-Fix-the-warning-division-or-modulo-by-zer.patch
    (stable-fixes CVE-2024-46806 bsc#1231136).
  - Update
    patches.suse/drm-amdgpu-fix-the-waring-dereferencing-hive.patch
    (stable-fixes CVE-2024-46805 bsc#1231135).
  - Update
    patches.suse/drm-amdgpu-the-warning-dereferencing-obj-for-nbio_v7.patch
    (stable-fixes CVE-2024-46819 bsc#1231202).
  - Update
    patches.suse/drm-amdkfd-Check-debug-trap-enable-before-write-dbg_.patch
    (stable-fixes CVE-2024-46803 bsc#1231131).
  - Update
    patches.suse/drm-bridge-tc358767-Check-if-fully-initialized-befor.patch
    (stable-fixes CVE-2024-46810 bsc#1231178).
  - Update
    patches.suse/i3c-mipi-i3c-hci-Error-out-instead-on-BUG_ON-in-IBI-.patch
    (stable-fixes CVE-2024-47665 bsc#1231452).
  - Update
    patches.suse/lib-generic-radix-tree.c-Fix-rare-race-in-__genradix.patch
    (stable-fixes CVE-2024-47668 bsc#1231502).
  - Update
    patches.suse/msft-hv-3054-x86-hyperv-fix-kexec-crash-due-to-VP-assist-page-cor.patch
    (git-fixes CVE-2024-46864 bsc#1231108).
  - Update
    patches.suse/nilfs2-fix-state-management-in-error-path-of-log-writing-function.patch
    (git-fixes CVE-2024-47669 bsc#1231474).
  - Update
    patches.suse/ocfs2-add-bounds-checking-to-ocfs2_xattr_find_entry.patch
    (bsc#1228410 CVE-2024-41016 CVE-2024-47670 bsc#1231537).
  - Update
    patches.suse/perf-x86-intel-Limit-the-period-on-Haswell.patch
    (git-fixes CVE-2024-46848 bsc#1231072).
  - Update
    patches.suse/platform-x86-panasonic-laptop-Fix-SINF-array-out-of-.patch
    (git-fixes CVE-2024-46859 bsc#1231089).
  - Update
    patches.suse/rcu-Fix-buffer-overflow-in-print_cpu_stall_info.patch
    (bsc#1226623 CVE-2024-38576).
  - Update
    patches.suse/rcu-tasks-Fix-show_rcu_tasks_trace_gp_kthread-buffer-overflow.patch
    (bsc#1226631 CVE-2024-38577).
  - Update
    patches.suse/scsi-lpfc-Handle-mailbox-timeouts-in-lpfc_get_sfp_in.patch
    (bsc#1228857 CVE-2024-46842 bsc#1231101).
  - Update
    patches.suse/spi-nxp-fspi-fix-the-KASAN-report-out-of-bounds-bug.patch
    (git-fixes CVE-2024-46853 bsc#1231083).
  - Update
    patches.suse/spi-rockchip-Resolve-unbalanced-runtime-PM-system-PM.patch
    (git-fixes CVE-2024-46846 bsc#1231075).
  - Update
    patches.suse/staging-iio-frequency-ad9834-Validate-frequency-para.patch
    (git-fixes CVE-2024-47663 bsc#1231441).
  - Update
    patches.suse/usb-gadget-aspeed_udc-validate-endpoint-index-for-as.patch
    (stable-fixes CVE-2024-46836 bsc#1231092).
  - Update
    patches.suse/usbnet-ipheth-do-not-stop-RX-on-failing-RX-callback.patch
    (git-fixes CVE-2024-46861 bsc#1231102).
  - Update
    patches.suse/wifi-ath12k-fix-firmware-crash-due-to-invalid-peer-n.patch
    (stable-fixes CVE-2024-46827 bsc#1231171).
  - Update
    patches.suse/wifi-iwlwifi-mvm-don-t-wait-for-tx-queues-if-firmwar.patch
    (stable-fixes CVE-2024-47672 bsc#1231540).
  - Update
    patches.suse/wifi-iwlwifi-mvm-pause-TCM-when-the-firmware-is-stop.patch
    (stable-fixes CVE-2024-47673 bsc#1231539).
  - Update
    patches.suse/wifi-iwlwifi-mvm-use-IWL_FW_CHECK-for-link-ID-check.patch
    (stable-fixes CVE-2024-46825 bsc#1231170).
  - Update
    patches.suse/wifi-mt76-mt7921-fix-NULL-pointer-access-in-mt7921_i.patch
    (stable-fixes CVE-2024-46860 bsc#1231093).
  - commit 1ed6329
  - sched/smt: Fix unbalance sched_smt_present dec/inc
    (CVE-2024-44958 bsc#1230179).
  - sched/smt: Introduce sched_smt_present_inc/dec() helper
    (CVE-2024-44958 bsc#1230179).
  - commit b09820b
  - crypto: octeontx* - Select CRYPTO_AUTHENC (git-fixes).
  - commit 155c418
  - spi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm
    enabled (git-fixes).
  - spi: s3c64xx: fix timeout counters in flush_fifo (git-fixes).
  - i2c: synquacer: Deal with optional PCLK correctly (git-fixes).
  - media: imx335: Fix reset-gpio handling (git-fixes).
  - i2c: xiic: Try re-initialization on bus busy timeout
    (git-fixes).
  - platform/x86: touchscreen_dmi: add nanote-next quirk
    (stable-fixes).
  - platform/x86: lenovo-ymc: Ignore the 0x0 state (stable-fixes).
  - hwmon: (nct6775) add G15CF to ASUS WMI monitoring list
    (stable-fixes).
  - power: reset: brcmstb: Do not go into infinite loop if reset
    fails (stable-fixes).
  - wifi: ath9k_htc: Use __skb_set_length() for resetting urb
    before resubmit (stable-fixes).
  - wifi: mt76: mt7915: hold dev->mt76.mutex while disabling tx
    worker (stable-fixes).
  - wifi: mt76: mt7915: add dummy HW offload of IEEE 802.11
    fragmentation (stable-fixes).
  - wifi: mt76: mt7915: disable tx worker during tx BA session
    enable/disable (stable-fixes).
  - wifi: rtw89: avoid reading out of bounds when loading TX power
    FW elements (stable-fixes).
  - wifi: rtw89: correct base HT rate mask for firmware
    (stable-fixes).
  - wifi: mwifiex: Fix memcpy() field-spanning write warning in
    mwifiex_cmd_802_11_scan_ext() (stable-fixes).
  - wifi: cfg80211: Set correct chandef when starting CAC
    (stable-fixes).
  - wifi: mac80211: fix RCU list iterations (stable-fixes).
  - wifi: iwlwifi: mvm: avoid NULL pointer dereference
    (stable-fixes).
  - wifi: iwlwifi: allow only CN mcc from WRDD (stable-fixes).
  - wifi: iwlwifi: mvm: drop wrong STA selection in TX
    (stable-fixes).
  - wifi: iwlwifi: mvm: Fix a race in scan abort flow
    (stable-fixes).
  - wifi: iwlwifi: mvm: use correct key iteration (stable-fixes).
  - wifi: ath9k: fix possible integer overflow in
    ath9k_get_et_stats() (stable-fixes).
  - wifi: ath11k: fix array out-of-bound access in SoC stats
    (stable-fixes).
  - wifi: ath12k: fix array out-of-bound access in SoC stats
    (stable-fixes).
  - wifi: rtw89: avoid to add interface to list twice when SER
    (stable-fixes).
  - wifi: rtw88: select WANT_DEV_COREDUMP (stable-fixes).
  - i2c: xiic: improve error message when transfer fails to start
    (stable-fixes).
  - i2c: synquacer: Remove a clk reference from struct synquacer_i2c
    (stable-fixes).
  - media: i2c: imx335: Enable regulator supplies (stable-fixes).
  - commit 490fb1f
  - ALSA: usb-audio: Replace complex quirk lines with macros
    (stable-fixes).
  - commit 6f67136
  - Bluetooth: RFCOMM: FIX possible deadlock in
    rfcomm_sk_state_change (git-fixes).
  - ACPI: battery: Fix possible crash when unregistering a battery
    hook (git-fixes).
  - ACPI: battery: Simplify battery hook locking (stable-fixes).
  - ACPI: resource: Add Asus ExpertBook B2502CVA to
    irq1_level_low_skip_override[] (stable-fixes).
  - ACPI: resource: Add Asus Vivobook X1704VAP to
    irq1_level_low_skip_override[] (stable-fixes).
  - HID: Ignore battery for all ELAN I2C-HID devices (stable-fixes).
  - HID: multitouch: Add support for Thinkpad X12 Gen 2 Kbd
    Portfolio (stable-fixes).
  - ASoC: codecs: wsa883x: Handle reading version failure
    (stable-fixes).
  - ALSA: usb-audio: Add logitech Audio profile quirk
    (stable-fixes).
  - ALSA: usb-audio: Define macros for quirk table entries
    (stable-fixes).
  - ALSA: hdsp: Break infinite MIDI input flush loop (stable-fixes).
  - ALSA: asihpi: Fix potential OOB array access (stable-fixes).
  - ALSA: usb-audio: Add input value sanity checks for standard
    types (stable-fixes).
  - ACPI: PAD: fix crash in exit_round_robin() (stable-fixes).
  - ACPI: video: Add force_vendor quirk for Panasonic Toughbook
    CF-18 (stable-fixes).
  - ACPI: CPPC: Add support for setting EPP register in FFH
    (stable-fixes).
  - ACPI: EC: Do not release locks during operation region accesses
    (stable-fixes).
  - ACPICA: iasl: handle empty connection_node (stable-fixes).
  - ACPICA: Fix memory leak if acpi_ps_get_next_field() fails
    (stable-fixes).
  - ACPICA: Fix memory leak if acpi_ps_get_next_namepath() fails
    (stable-fixes).
  - ACPICA: check null return of ACPI_ALLOCATE_ZEROED() in
    acpi_db_convert_to_package() (stable-fixes).
  - crypto: octeontx2 - Fix authenc setkey (stable-fixes).
  - crypto: octeontx - Fix authenc setkey (stable-fixes).
  - Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0489:0xe122
    (stable-fixes).
  - can: netlink: avoid call to do_set_data_bittiming callback
    with stale can_priv::ctrlmode (stable-fixes).
  - commit 650f32e
  - ocfs2: fix the la space leak when unmounting an ocfs2 volume
    (git-fixes).
  - commit 92d1b30
  - jfs: Fix uninit-value access of new_ea in ea_buffer (git-fixes).
  - commit b1e0ef1
  - jfs: check if leafidx greater than num leaves per dmap tree
    (git-fixes).
  - commit 4cb79e7
  - jfs: Fix uaf in dbFreeBits (git-fixes).
  - commit da4aab1
  - jfs: UBSAN: shift-out-of-bounds in dbFindBits (git-fixes).
  - commit fee8a70
  - kABI: bpf: enum bpf_{type_flag,arg_type} kABI workaround (git-fixes).
  - commit 93e6047

++++ open-vm-tools:

  - convert to obs_scm
  - update to 12.5.0 (boo#1231826):
    There are no new features in the open-vm-tools 12.5.0 release.
    This is primarily a maintenance release that addresses a few
    critical problems, including:
    * A Github pull request has been integrated. Please see the
    Resolved Issues section of the Release Notes.
    * For a more complete list of issues resolved in this release,
    see the Resolved Issues section of the Release Notes.
    For complete details, see:
    https://github.com/vmware/open-vm-tools/releases/tag/stable-12.5.0
    Release Notes are available at:
    https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/ReleaseNotes.md
    The granular changes that have gone into the 12.5.0 release are
    in the ChangeLog at:
    https://github.com/vmware/open-vm-tools/blob/stable-12.5.0/open-vm-tools/ChangeLog

------------------------------------------------------------------
------------------  2024-10-10  -  Oct 10 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - iommu/amd: Allocate the page table root using GFP_KERNEL
    (git-fixes).
  - commit cdbbb3f
  - iommu/amd: Fix typo of , instead of ; (git-fixes).
  - commit baf85d0
  - block: sed-opal: add ioctl IOC_OPAL_SET_SID_PW (bsc#1229677).
  - commit 5ca02dc
  - nvme-multipath: suppress partition scan until the disk is ready
    (bsc#1228244).
  - commit 5accc60

++++ kernel-firmware:

  - Update to version 20241010 (git commit d4e688aa74a0):
    * rtlwifi: Add firmware v39.0 for RTL8192DU
    * Revert "ath12k: WCN7850 hw2.0: update board-2.bin"
    (replaced with a newer firmware in this package instead)
  - update aliases

++++ kernel-rt:

  - iommu/amd: Allocate the page table root using GFP_KERNEL
    (git-fixes).
  - commit cdbbb3f
  - iommu/amd: Fix typo of , instead of ; (git-fixes).
  - commit baf85d0
  - block: sed-opal: add ioctl IOC_OPAL_SET_SID_PW (bsc#1229677).
  - commit 5ca02dc
  - nvme-multipath: suppress partition scan until the disk is ready
    (bsc#1228244).
  - commit 5accc60

++++ kernel-rt_debug:

  - iommu/amd: Allocate the page table root using GFP_KERNEL
    (git-fixes).
  - commit cdbbb3f
  - iommu/amd: Fix typo of , instead of ; (git-fixes).
  - commit baf85d0
  - block: sed-opal: add ioctl IOC_OPAL_SET_SID_PW (bsc#1229677).
  - commit 5ca02dc
  - nvme-multipath: suppress partition scan until the disk is ready
    (bsc#1228244).
  - commit 5accc60

------------------------------------------------------------------
------------------  2024-10-9  -  Oct 9 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - suse_docs.patch: update documentation to point at new links (bsc#1226050)
  - remove_rh_links.patch: remove additional hardcoded RH refs (bsc#1221336)
  - hide-pcp.patch: correct patch to properly disable pcp on micro
    (bsc#1226049)
  - suse-microos-branding.patch: use suse ID as branding instead of sle-micro
    (bsc#1227441)

++++ git:

  - update to 2.47.0:
    * https://raw.githubusercontent.com/git/git/master/Documentation/RelNotes/2.47.0.txt
    * Many Porcelain commands that internally use the merge machinery
    were taught to consistently honor the diff.algorithm
    configuration.
    * A few descriptions in "git show-ref -h" have been clarified.
    * A 'P' command to "git add -p" that passes the patch hunk to the
    pager has been added.
    * "git grep -W" omits blank lines that follow the found function at
    the end of the file, just like it omits blank lines before the next
    function.
    * The value of http.proxy can have "path" at the end for a socks
    proxy that listens to a unix-domain socket, but we started to
    discard it when we taught proxy auth code path to use the
    credential helpers, which has been corrected.
    * The code paths to compact multiple reftable files have been updated
    to correctly deal with multiple compaction triggering at the same
    time.
    * Support to specify ref backend for submodules has been enhanced.
    * "git svn" has been taught about svn:global-ignores property
    recent versions of Subversion has.
    * The default object hash and ref backend format used to be settable
    only with explicit command line option to "git init" and
    environment variables, but now they can be configured in the user's
    global and system wide configuration.
    * "git send-email" learned "--translate-aliases" option that reads
    addresses from the standard input and emits the result of applying
    aliases on them to the standard output.
    * 'git for-each-ref' learned a new "--format" atom to find the branch
    that the history leading to a given commit "%(is-base:<commit>)" is
    likely based on.
    * The command line prompt support used to be littered with bash-isms,
    which has been corrected to work with more shells.
    * Support for the RUNTIME_PREFIX feature has been added to z/OS port.
    * "git send-email" learned "--mailmap" option to allow rewriting the
    recipient addresses.
    * "git mergetool" learned to use VSCode as a merge backend.
    * "git pack-redundant" has been marked for removal in Git 3.0.
    * One-line messages to "die" and other helper functions will get LF
    added by these helper functions, but many existing messages had an
    unnecessary LF at the end, which have been corrected.
    * The "scalar clone" command learned the "--no-tags" option.
    * The environment GIT_ADVICE has been intentionally kept undocumented
    to discourage its use by interactive users.  Add documentation to
    help tool writers.
    * "git apply --3way" learned to take "--ours" and other options.

++++ kernel-default:

  - fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
    (CVE-2024-45025 bsc#1230456).
  - commit c3824ef
  - i2c: core: Setup i2c_adapter runtime-pm before calling
    device_add() (git-fixes).
  - commit 5095dfb
  - i2c: ismt: kill transaction in hardware on timeout (git-fixes).
  - commit f6029bb
  - iommufd: Check the domain owner of the parent before creating
    a nesting domain (git-fixes).
  - commit 3ff7340
  - iommufd: Protect against overflow of ALIGN() during iova
    allocation (git-fixes).
  - commit fffeb67
  - iommu/amd: Do not set the D bit on AMD v2 table entries
    (git-fixes).
  - commit e3053a9
  - i2c: omap: wakeup the controller during suspend() callback
    (git-fixes).
  - commit 52f3dad
  - i2c: omap: switch to NOIRQ_SYSTEM_SLEEP_PM_OPS() and
    RUNTIME_PM_OPS() (git-fixes).
  - commit 3fe2f94
  - Drop the previous HD-audio TAS2781 fix (bsc#1230132)
    The proposed fix turned out to be incorrect
  - commit b3a4c29
  - Update config files: Enable NFSD_V2 (bsc#1230914)
    NFSv2 was disabled because of the upstream kernel commit 2f3a4b2ac2f2
    ("nfsd: allow disabling NFSv2 at compile time").
    Enable it for the few users who cannot upgrade to NFSv3.
    https://bugzilla.suse.com/show_bug.cgi?id=1230914#c5
  - commit 9e3254d
  - i2c: stm32f7: perform most of irq job in threaded handler
    (git-fixes).
  - commit 4a35980
  - i2c: i801: Add lis3lv02d for Dell XPS 15 7590 (git-fixes).
  - commit 38f58af
  - i2c: i801: Add lis3lv02d for Dell Precision 3540 (git-fixes).
  - commit 036aff9
  - i2c: cpm: Remove linux,i2c-index conversion from be32
    (git-fixes).
  - commit 5d04b4e
  - i2c: ocores: Move system PM hooks to the NOIRQ phase
    (git-fixes).
  - commit 0df7a53
  - i2c: ocores: Remove #ifdef guards for PM related functions
    (git-fixes).
  - commit ead06ad
  - wifi: iwlwifi: config: label 'gl' devices as discrete
    (git-fixes).
  - commit 6321867
  - kconfig: qconf: fix buffer overflow in debug links (git-fixes).
  - platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug
    (git-fixes).
  - i2c: stm32f7: Do not prepare/unprepare clock during runtime
    suspend/resume (git-fixes).
  - gpio: davinci: fix lazy disable (git-fixes).
  - drm/i915/gem: fix bitwise and logical AND mixup (git-fixes).
  - drm/sched: Always wake up correct scheduler in
    drm_sched_entity_push_job (git-fixes).
  - drm/sched: Add locking to drm_sched_entity_modify_sched
    (git-fixes).
  - drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS
    (git-fixes).
  - Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE
    (git-fixes).
  - Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - ieee802154: Fix build error (git-fixes).
  - Input: adp5589-keys - fix adp5589_gpio_get_value() (git-fixes).
  - Input: adp5589-keys - fix NULL pointer dereference (git-fixes).
  - drm/amdgpu/vcn: enable AV1 on both instances (stable-fixes).
  - drm/amd/display: Validate backlight caps are sane
    (stable-fixes).
  - drm/amd/display: Skip to enable dsc if it has been off
    (stable-fixes).
  - drm/amd/display: Add HDMI DSC native YCbCr422 support
    (stable-fixes).
  - drm/amd/display: Clean up dsc blocks in accelerated mode
    (stable-fixes).
  - drm/amd/display: Round calculated vtotal (stable-fixes).
  - efistub/tpm: Use ACPI reclaim memory for event log to avoid
    corruption (stable-fixes).
  - iio: magnetometer: ak8975: drop incorrect AK09116 compatible
    (git-fixes).
  - Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042
    quirk table (stable-fixes).
  - Input: i8042 - add another board name for TUXEDO Stellaris
    Gen5 AMD line (stable-fixes).
  - Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk
    table (stable-fixes).
  - hwmon: (max16065) Fix alarm attributes (git-fixes).
  - ACPI: resource: Add another DMI match for the TongFang GMxXGxx
    (stable-fixes).
  - wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c (stable-fixes).
  - ASoC: tas2781: Use of_property_read_reg() (stable-fixes).
  - wifi: iwlwifi: remove AX101, AX201 and AX203 support from LNL
    (stable-fixes).
  - hwmon: (max16065) Remove use of i2c_match_id() (stable-fixes).
  - nouveau/gsp: Avoid addressing beyond end of rpc->entries
    (stable-fixes).
  - thunderbolt: Improve DisplayPort tunnel setup process to be
    more robust (stable-fixes).
  - iio: magnetometer: ak8975: Fix 'Unexpected device' error
    (git-fixes).
  - iio: magnetometer: ak8975: Convert enum->pointer for data in
    the match tables (stable-fixes).
  - commit 85984c8
  - i2c: core: fix lockdep warning for sparsely nested adapter chain
    (git-fixes).
  - commit 691570d
  - i2c: exynos5: Calculate t_scl_l, t_scl_h according to i2c spec
    (git-fixes).
  - commit cbbb120
  - i2c: i801: add helper i801_restore_regs (git-fixes).
  - commit 3839f86
  - i2c: rcar: properly format a debug output (git-fixes).
  - commit e7085c8
  - selftests/bpf: Add a test case to write mtu result into .rodata
    (git-fixes).
  - selftests/bpf: Add a test case to write strtol result into
    .rodata (git-fixes).
  - commit 805bbba
  - selftests/bpf: Rename ARG_PTR_TO_LONG test description
    (git-fixes).
  - selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
    (git-fixes).
  - bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
    (git-fixes).
  - bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
    (git-fixes).
  - commit 4580630
  - bpf: Fix helper writes to read-only maps (git-fixes).
  - bpf: Remove truncation test in bpf_strtol and bpf_strtoul
    helpers (git-fixes).
  - bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
    (git-fixes).
  - commit 5fc2ffd
  - bpf: Remove tst_run from lwt_seg6local_prog_ops (bsc#1230801
    CVE-2024-46754).
  - commit a7335b8
  - bpf: Fix error message on kfunc arg type mismatch (git-fixes).
  - commit 04ed437
  - selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL
    relocation (git-fixes).
  - bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
    (git-fixes).
  - commit 67ebe66
  - selftests/bpf: Add tests for ldsx of pkt data/data_end/data_meta
    accesses (git-fixes).
  - bpf: Fail verification for sign-extension of packet
    data/data_end/data_meta (git-fixes).
  - bpf, lsm: Add disabled BPF LSM hook list (git-fixes).
  - commit df1486e
  - bpf, net: Fix a potential race in do_sock_getsockopt()
    (git-fixes).
  - bpf: Fix tailcall cases in test_bpf (git-fixes).
  - bpf, x64: Remove tail call detection (git-fixes).
  - bpf, verifier: Correct tail_call_reachable for bpf prog
    (git-fixes).
  - commit e072387

++++ kernel-rt:

  - fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
    (CVE-2024-45025 bsc#1230456).
  - commit c3824ef
  - i2c: core: Setup i2c_adapter runtime-pm before calling
    device_add() (git-fixes).
  - commit 5095dfb
  - i2c: ismt: kill transaction in hardware on timeout (git-fixes).
  - commit f6029bb
  - iommufd: Check the domain owner of the parent before creating
    a nesting domain (git-fixes).
  - commit 3ff7340
  - iommufd: Protect against overflow of ALIGN() during iova
    allocation (git-fixes).
  - commit fffeb67
  - iommu/amd: Do not set the D bit on AMD v2 table entries
    (git-fixes).
  - commit e3053a9
  - i2c: omap: wakeup the controller during suspend() callback
    (git-fixes).
  - commit 52f3dad
  - i2c: omap: switch to NOIRQ_SYSTEM_SLEEP_PM_OPS() and
    RUNTIME_PM_OPS() (git-fixes).
  - commit 3fe2f94
  - Drop the previous HD-audio TAS2781 fix (bsc#1230132)
    The proposed fix turned out to be incorrect
  - commit b3a4c29
  - Update config files: Enable NFSD_V2 (bsc#1230914)
    NFSv2 was disabled because of the upstream kernel commit 2f3a4b2ac2f2
    ("nfsd: allow disabling NFSv2 at compile time").
    Enable it for the few users who cannot upgrade to NFSv3.
    https://bugzilla.suse.com/show_bug.cgi?id=1230914#c5
  - commit 9e3254d
  - Enable livepatching related packages on -RT (jsc#PED-1706)
  - commit cdfdbf1
  - i2c: stm32f7: perform most of irq job in threaded handler
    (git-fixes).
  - commit 4a35980
  - i2c: i801: Add lis3lv02d for Dell XPS 15 7590 (git-fixes).
  - commit 38f58af
  - i2c: i801: Add lis3lv02d for Dell Precision 3540 (git-fixes).
  - commit 036aff9
  - i2c: cpm: Remove linux,i2c-index conversion from be32
    (git-fixes).
  - commit 5d04b4e
  - i2c: ocores: Move system PM hooks to the NOIRQ phase
    (git-fixes).
  - commit 0df7a53
  - i2c: ocores: Remove #ifdef guards for PM related functions
    (git-fixes).
  - commit ead06ad
  - wifi: iwlwifi: config: label 'gl' devices as discrete
    (git-fixes).
  - commit 6321867
  - kconfig: qconf: fix buffer overflow in debug links (git-fixes).
  - platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug
    (git-fixes).
  - i2c: stm32f7: Do not prepare/unprepare clock during runtime
    suspend/resume (git-fixes).
  - gpio: davinci: fix lazy disable (git-fixes).
  - drm/i915/gem: fix bitwise and logical AND mixup (git-fixes).
  - drm/sched: Always wake up correct scheduler in
    drm_sched_entity_push_job (git-fixes).
  - drm/sched: Add locking to drm_sched_entity_modify_sched
    (git-fixes).
  - drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS
    (git-fixes).
  - Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE
    (git-fixes).
  - Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - ieee802154: Fix build error (git-fixes).
  - Input: adp5589-keys - fix adp5589_gpio_get_value() (git-fixes).
  - Input: adp5589-keys - fix NULL pointer dereference (git-fixes).
  - drm/amdgpu/vcn: enable AV1 on both instances (stable-fixes).
  - drm/amd/display: Validate backlight caps are sane
    (stable-fixes).
  - drm/amd/display: Skip to enable dsc if it has been off
    (stable-fixes).
  - drm/amd/display: Add HDMI DSC native YCbCr422 support
    (stable-fixes).
  - drm/amd/display: Clean up dsc blocks in accelerated mode
    (stable-fixes).
  - drm/amd/display: Round calculated vtotal (stable-fixes).
  - efistub/tpm: Use ACPI reclaim memory for event log to avoid
    corruption (stable-fixes).
  - iio: magnetometer: ak8975: drop incorrect AK09116 compatible
    (git-fixes).
  - Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042
    quirk table (stable-fixes).
  - Input: i8042 - add another board name for TUXEDO Stellaris
    Gen5 AMD line (stable-fixes).
  - Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk
    table (stable-fixes).
  - hwmon: (max16065) Fix alarm attributes (git-fixes).
  - ACPI: resource: Add another DMI match for the TongFang GMxXGxx
    (stable-fixes).
  - wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c (stable-fixes).
  - ASoC: tas2781: Use of_property_read_reg() (stable-fixes).
  - wifi: iwlwifi: remove AX101, AX201 and AX203 support from LNL
    (stable-fixes).
  - hwmon: (max16065) Remove use of i2c_match_id() (stable-fixes).
  - nouveau/gsp: Avoid addressing beyond end of rpc->entries
    (stable-fixes).
  - thunderbolt: Improve DisplayPort tunnel setup process to be
    more robust (stable-fixes).
  - iio: magnetometer: ak8975: Fix 'Unexpected device' error
    (git-fixes).
  - iio: magnetometer: ak8975: Convert enum->pointer for data in
    the match tables (stable-fixes).
  - commit 85984c8
  - i2c: core: fix lockdep warning for sparsely nested adapter chain
    (git-fixes).
  - commit 691570d
  - i2c: exynos5: Calculate t_scl_l, t_scl_h according to i2c spec
    (git-fixes).
  - commit cbbb120
  - i2c: i801: add helper i801_restore_regs (git-fixes).
  - commit 3839f86
  - i2c: rcar: properly format a debug output (git-fixes).
  - commit e7085c8
  - selftests/bpf: Add a test case to write mtu result into .rodata
    (git-fixes).
  - selftests/bpf: Add a test case to write strtol result into
    .rodata (git-fixes).
  - commit 805bbba
  - selftests/bpf: Rename ARG_PTR_TO_LONG test description
    (git-fixes).
  - selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
    (git-fixes).
  - bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
    (git-fixes).
  - bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
    (git-fixes).
  - commit 4580630
  - bpf: Fix helper writes to read-only maps (git-fixes).
  - bpf: Remove truncation test in bpf_strtol and bpf_strtoul
    helpers (git-fixes).
  - bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
    (git-fixes).
  - commit 5fc2ffd
  - bpf: Remove tst_run from lwt_seg6local_prog_ops (bsc#1230801
    CVE-2024-46754).
  - commit a7335b8
  - bpf: Fix error message on kfunc arg type mismatch (git-fixes).
  - commit 04ed437
  - selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL
    relocation (git-fixes).
  - bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
    (git-fixes).
  - commit 67ebe66
  - selftests/bpf: Add tests for ldsx of pkt data/data_end/data_meta
    accesses (git-fixes).
  - bpf: Fail verification for sign-extension of packet
    data/data_end/data_meta (git-fixes).
  - bpf, lsm: Add disabled BPF LSM hook list (git-fixes).
  - commit df1486e
  - bpf, net: Fix a potential race in do_sock_getsockopt()
    (git-fixes).
  - bpf: Fix tailcall cases in test_bpf (git-fixes).
  - bpf, x64: Remove tail call detection (git-fixes).
  - bpf, verifier: Correct tail_call_reachable for bpf prog
    (git-fixes).
  - commit e072387

++++ kernel-rt_debug:

  - fix bitmap corruption on close_range() with CLOSE_RANGE_UNSHARE
    (CVE-2024-45025 bsc#1230456).
  - commit c3824ef
  - i2c: core: Setup i2c_adapter runtime-pm before calling
    device_add() (git-fixes).
  - commit 5095dfb
  - i2c: ismt: kill transaction in hardware on timeout (git-fixes).
  - commit f6029bb
  - iommufd: Check the domain owner of the parent before creating
    a nesting domain (git-fixes).
  - commit 3ff7340
  - iommufd: Protect against overflow of ALIGN() during iova
    allocation (git-fixes).
  - commit fffeb67
  - iommu/amd: Do not set the D bit on AMD v2 table entries
    (git-fixes).
  - commit e3053a9
  - i2c: omap: wakeup the controller during suspend() callback
    (git-fixes).
  - commit 52f3dad
  - i2c: omap: switch to NOIRQ_SYSTEM_SLEEP_PM_OPS() and
    RUNTIME_PM_OPS() (git-fixes).
  - commit 3fe2f94
  - Drop the previous HD-audio TAS2781 fix (bsc#1230132)
    The proposed fix turned out to be incorrect
  - commit b3a4c29
  - Update config files: Enable NFSD_V2 (bsc#1230914)
    NFSv2 was disabled because of the upstream kernel commit 2f3a4b2ac2f2
    ("nfsd: allow disabling NFSv2 at compile time").
    Enable it for the few users who cannot upgrade to NFSv3.
    https://bugzilla.suse.com/show_bug.cgi?id=1230914#c5
  - commit 9e3254d
  - Enable livepatching related packages on -RT (jsc#PED-1706)
  - commit cdfdbf1
  - i2c: stm32f7: perform most of irq job in threaded handler
    (git-fixes).
  - commit 4a35980
  - i2c: i801: Add lis3lv02d for Dell XPS 15 7590 (git-fixes).
  - commit 38f58af
  - i2c: i801: Add lis3lv02d for Dell Precision 3540 (git-fixes).
  - commit 036aff9
  - i2c: cpm: Remove linux,i2c-index conversion from be32
    (git-fixes).
  - commit 5d04b4e
  - i2c: ocores: Move system PM hooks to the NOIRQ phase
    (git-fixes).
  - commit 0df7a53
  - i2c: ocores: Remove #ifdef guards for PM related functions
    (git-fixes).
  - commit ead06ad
  - wifi: iwlwifi: config: label 'gl' devices as discrete
    (git-fixes).
  - commit 6321867
  - kconfig: qconf: fix buffer overflow in debug links (git-fixes).
  - platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug
    (git-fixes).
  - i2c: stm32f7: Do not prepare/unprepare clock during runtime
    suspend/resume (git-fixes).
  - gpio: davinci: fix lazy disable (git-fixes).
  - drm/i915/gem: fix bitwise and logical AND mixup (git-fixes).
  - drm/sched: Always wake up correct scheduler in
    drm_sched_entity_push_job (git-fixes).
  - drm/sched: Add locking to drm_sched_entity_modify_sched
    (git-fixes).
  - drm: Consistently use struct drm_mode_rect for FB_DAMAGE_CLIPS
    (git-fixes).
  - Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LE
    (git-fixes).
  - Bluetooth: btmrvl: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - ieee802154: Fix build error (git-fixes).
  - Input: adp5589-keys - fix adp5589_gpio_get_value() (git-fixes).
  - Input: adp5589-keys - fix NULL pointer dereference (git-fixes).
  - drm/amdgpu/vcn: enable AV1 on both instances (stable-fixes).
  - drm/amd/display: Validate backlight caps are sane
    (stable-fixes).
  - drm/amd/display: Skip to enable dsc if it has been off
    (stable-fixes).
  - drm/amd/display: Add HDMI DSC native YCbCr422 support
    (stable-fixes).
  - drm/amd/display: Clean up dsc blocks in accelerated mode
    (stable-fixes).
  - drm/amd/display: Round calculated vtotal (stable-fixes).
  - efistub/tpm: Use ACPI reclaim memory for event log to avoid
    corruption (stable-fixes).
  - iio: magnetometer: ak8975: drop incorrect AK09116 compatible
    (git-fixes).
  - Input: i8042 - add TUXEDO Stellaris 15 Slim Gen6 AMD to i8042
    quirk table (stable-fixes).
  - Input: i8042 - add another board name for TUXEDO Stellaris
    Gen5 AMD line (stable-fixes).
  - Input: i8042 - add TUXEDO Stellaris 16 Gen5 AMD to i8042 quirk
    table (stable-fixes).
  - hwmon: (max16065) Fix alarm attributes (git-fixes).
  - ACPI: resource: Add another DMI match for the TongFang GMxXGxx
    (stable-fixes).
  - wifi: rtw88: 8821cu: Remove VID/PID 0bda:c82c (stable-fixes).
  - ASoC: tas2781: Use of_property_read_reg() (stable-fixes).
  - wifi: iwlwifi: remove AX101, AX201 and AX203 support from LNL
    (stable-fixes).
  - hwmon: (max16065) Remove use of i2c_match_id() (stable-fixes).
  - nouveau/gsp: Avoid addressing beyond end of rpc->entries
    (stable-fixes).
  - thunderbolt: Improve DisplayPort tunnel setup process to be
    more robust (stable-fixes).
  - iio: magnetometer: ak8975: Fix 'Unexpected device' error
    (git-fixes).
  - iio: magnetometer: ak8975: Convert enum->pointer for data in
    the match tables (stable-fixes).
  - commit 85984c8
  - i2c: core: fix lockdep warning for sparsely nested adapter chain
    (git-fixes).
  - commit 691570d
  - i2c: exynos5: Calculate t_scl_l, t_scl_h according to i2c spec
    (git-fixes).
  - commit cbbb120
  - i2c: i801: add helper i801_restore_regs (git-fixes).
  - commit 3839f86
  - i2c: rcar: properly format a debug output (git-fixes).
  - commit e7085c8
  - selftests/bpf: Add a test case to write mtu result into .rodata
    (git-fixes).
  - selftests/bpf: Add a test case to write strtol result into
    .rodata (git-fixes).
  - commit 805bbba
  - selftests/bpf: Rename ARG_PTR_TO_LONG test description
    (git-fixes).
  - selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test
    (git-fixes).
  - bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error
    (git-fixes).
  - bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types
    (git-fixes).
  - commit 4580630
  - bpf: Fix helper writes to read-only maps (git-fixes).
  - bpf: Remove truncation test in bpf_strtol and bpf_strtoul
    helpers (git-fixes).
  - bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit
    (git-fixes).
  - commit 5fc2ffd
  - bpf: Remove tst_run from lwt_seg6local_prog_ops (bsc#1230801
    CVE-2024-46754).
  - commit a7335b8
  - bpf: Fix error message on kfunc arg type mismatch (git-fixes).
  - commit 04ed437
  - selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL
    relocation (git-fixes).
  - bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos
    (git-fixes).
  - commit 67ebe66
  - selftests/bpf: Add tests for ldsx of pkt data/data_end/data_meta
    accesses (git-fixes).
  - bpf: Fail verification for sign-extension of packet
    data/data_end/data_meta (git-fixes).
  - bpf, lsm: Add disabled BPF LSM hook list (git-fixes).
  - commit df1486e
  - bpf, net: Fix a potential race in do_sock_getsockopt()
    (git-fixes).
  - bpf: Fix tailcall cases in test_bpf (git-fixes).
  - bpf, x64: Remove tail call detection (git-fixes).
  - bpf, verifier: Correct tail_call_reachable for bpf prog
    (git-fixes).
  - commit e072387

++++ gcc14:

  - Update to gcc-14 branch head, 4af44f2cf7d281f3e4f3957ef, git10750
    * includes libstdc++6 fix for parsing tzdata 2024b [gcc#116657]
  - Add gcc14-pr116629.patch to fix ICE with LTO building openvino
    on aarch64 [boo#1230262]

++++ libzypp:

  - PluginFrame: Send unescaped colons in header values
    (bsc#1231043)
    According to the STOMP protocol it would be correct to escape a
    colon in a header-value, but it breaks plugin receivers which do
    not expect this. The first colon separates header-name from
    header-value, so escaping in the header-value is not needed
    anyway.
    Escaping in the header-value affects especially the urlresolver
    plugins. The input URL is passed in a header, but sent back as
    raw data in the frames body. If the plugin receiver does not
    correctly unescape the URL we may get back a "https\c//" which is
    not usable.
  - Do not ignore return value of std::remove_if in MediaSyncFacade
    (fixes #579)
  - Fix hang in curl code with no network connection (bsc#1230912)
  - version 17.35.12 (35)

------------------------------------------------------------------
------------------  2024-10-8  -  Oct 8 2024  -------------------
------------------------------------------------------------------

++++ dnsmasq:

  - Enable --nftset support

++++ kernel-default:

  - add bug reference for a mana change (bsc#1229769).
  - commit 64c619e
  - net/sched: taprio: extend minimum interval restriction to entire cycle too (CVE-2024-36244 bsc#1226797)
  - commit 5ade9d6
  - arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS
    (git-fixes).
  - commit 7e90455
  - arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
    (git-fixes).
  - commit 994f16f
  - aoe: fix the potential use-after-free problem in more places
    (bsc#1218562 CVE-2023-6270).
  - commit 1a991ba
  - ALSA: hda: tas2781: Fix missing setup at runtime PM
    (bsc#1230132).
  - commit 3dc7842
  - Move upstreamed sound patch into sorted section
  - commit b11079c
  - kbuild,bpf: Add module-specific pahole flags for distilled
    base BTF (bsc#1230414 bsc#1229450).
  - kbuild: bpf: Tell pahole to DECL_TAG kfuncs (bsc#1230414
    bsc#1229450).
  - kbuild, bpf: Use test-ge check for v1.25-only pahole
    (bsc#1230414 bsc#1229450).
  - kbuild,bpf: Switch to using --btf_features for pahole v1.26
    and later (bsc#1230414 bsc#1229450).
  - kbuild: avoid too many execution of scripts/pahole-flags.sh
    (bsc#1230414 bsc#1229450).
  - btf, scripts: rust: drop is_rust_module.sh (bsc#1230414
    bsc#1229450).
  - commit e2cacce
  - Use pahole -j1 option for reproducible builds (bsc#1230414
    bsc#1229450).
  - commit 340585e
  - ceph: fix cap ref leak via netfs init_request (bsc#1231384).
  - commit ca24d43
  - vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
    (git-fixes).
  - commit 267df6b
  - virtio_console: fix misc probe bugs (git-fixes).
  - commit f7d3065
  - RDMA/mana_ib: use the correct page size for mapping user-mode
    doorbell page (git-fixes).
  - RDMA/mana_ib: use the correct page table index based on hardware
    page size (git-fixes).
  - tools: hv: rm .*.cmd when make clean (git-fixes).
  - x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides
    frequency (git-fixes).
  - commit 059fd95
  - KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if
    the GVA is valid (git-fixes).
  - commit bb6f3d3
  - KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were
    unprotected (git-fixes).
  - commit bcfafe2
  - KVM: x86/mmu: Trigger unprotect logic only on write-protection
    page faults (git-fixes).
  - commit 322cf36

++++ kernel-firmware:

  - Update to version 20241004 (git commit bbb77872a8a7):
    * amdgpu: DMCUB DCN35 update
    * brcm: Add BCM4354 NVRAM for Jetson TX1
    * brcm: Link FriendlyElec NanoPi M4 to AP6356S nvram

++++ kernel-rt:

  - add bug reference for a mana change (bsc#1229769).
  - commit 64c619e
  - net/sched: taprio: extend minimum interval restriction to entire cycle too (CVE-2024-36244 bsc#1226797)
  - commit 5ade9d6
  - arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS
    (git-fixes).
  - commit 7e90455
  - arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
    (git-fixes).
  - commit 994f16f
  - aoe: fix the potential use-after-free problem in more places
    (bsc#1218562 CVE-2023-6270).
  - commit 1a991ba
  - ALSA: hda: tas2781: Fix missing setup at runtime PM
    (bsc#1230132).
  - commit 3dc7842
  - Move upstreamed sound patch into sorted section
  - commit b11079c
  - kbuild,bpf: Add module-specific pahole flags for distilled
    base BTF (bsc#1230414 bsc#1229450).
  - kbuild: bpf: Tell pahole to DECL_TAG kfuncs (bsc#1230414
    bsc#1229450).
  - kbuild, bpf: Use test-ge check for v1.25-only pahole
    (bsc#1230414 bsc#1229450).
  - kbuild,bpf: Switch to using --btf_features for pahole v1.26
    and later (bsc#1230414 bsc#1229450).
  - kbuild: avoid too many execution of scripts/pahole-flags.sh
    (bsc#1230414 bsc#1229450).
  - btf, scripts: rust: drop is_rust_module.sh (bsc#1230414
    bsc#1229450).
  - commit e2cacce
  - Use pahole -j1 option for reproducible builds (bsc#1230414
    bsc#1229450).
  - commit 340585e
  - ceph: fix cap ref leak via netfs init_request (bsc#1231384).
  - commit ca24d43
  - vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
    (git-fixes).
  - commit 267df6b
  - virtio_console: fix misc probe bugs (git-fixes).
  - commit f7d3065
  - RDMA/mana_ib: use the correct page size for mapping user-mode
    doorbell page (git-fixes).
  - RDMA/mana_ib: use the correct page table index based on hardware
    page size (git-fixes).
  - tools: hv: rm .*.cmd when make clean (git-fixes).
  - x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides
    frequency (git-fixes).
  - commit 059fd95
  - KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if
    the GVA is valid (git-fixes).
  - commit bb6f3d3
  - KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were
    unprotected (git-fixes).
  - commit bcfafe2
  - KVM: x86/mmu: Trigger unprotect logic only on write-protection
    page faults (git-fixes).
  - commit 322cf36

++++ kernel-rt_debug:

  - add bug reference for a mana change (bsc#1229769).
  - commit 64c619e
  - net/sched: taprio: extend minimum interval restriction to entire cycle too (CVE-2024-36244 bsc#1226797)
  - commit 5ade9d6
  - arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGS
    (git-fixes).
  - commit 7e90455
  - arm64: errata: Enable the AC03_CPU_38 workaround for ampere1a
    (git-fixes).
  - commit 994f16f
  - aoe: fix the potential use-after-free problem in more places
    (bsc#1218562 CVE-2023-6270).
  - commit 1a991ba
  - ALSA: hda: tas2781: Fix missing setup at runtime PM
    (bsc#1230132).
  - commit 3dc7842
  - Move upstreamed sound patch into sorted section
  - commit b11079c
  - kbuild,bpf: Add module-specific pahole flags for distilled
    base BTF (bsc#1230414 bsc#1229450).
  - kbuild: bpf: Tell pahole to DECL_TAG kfuncs (bsc#1230414
    bsc#1229450).
  - kbuild, bpf: Use test-ge check for v1.25-only pahole
    (bsc#1230414 bsc#1229450).
  - kbuild,bpf: Switch to using --btf_features for pahole v1.26
    and later (bsc#1230414 bsc#1229450).
  - kbuild: avoid too many execution of scripts/pahole-flags.sh
    (bsc#1230414 bsc#1229450).
  - btf, scripts: rust: drop is_rust_module.sh (bsc#1230414
    bsc#1229450).
  - commit e2cacce
  - Use pahole -j1 option for reproducible builds (bsc#1230414
    bsc#1229450).
  - commit 340585e
  - ceph: fix cap ref leak via netfs init_request (bsc#1231384).
  - commit ca24d43
  - vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()
    (git-fixes).
  - commit 267df6b
  - virtio_console: fix misc probe bugs (git-fixes).
  - commit f7d3065
  - RDMA/mana_ib: use the correct page size for mapping user-mode
    doorbell page (git-fixes).
  - RDMA/mana_ib: use the correct page table index based on hardware
    page size (git-fixes).
  - tools: hv: rm .*.cmd when make clean (git-fixes).
  - x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides
    frequency (git-fixes).
  - commit 059fd95
  - KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if
    the GVA is valid (git-fixes).
  - commit bb6f3d3
  - KVM: x86/mmu: Skip emulation on page fault iff 1+ SPs were
    unprotected (git-fixes).
  - commit bcfafe2
  - KVM: x86/mmu: Trigger unprotect logic only on write-protection
    page faults (git-fixes).
  - commit 322cf36

------------------------------------------------------------------
------------------  2024-10-7  -  Oct 7 2024  -------------------
------------------------------------------------------------------

++++ git:

  - Update to version 2.46.2:
    * Revert the "git patch-id" change that went into 2.46.1,
    as it seems to have got a regression reported (I haven't verified,
    but it is better to keep a known breakage than adding an unintended
    regression).
    * In a few corner cases "git diff --exit-code" failed to report
    "changes" (e.g., renamed without any content change), which has
    been corrected.
    * The interpret-trailers command failed to recognise the end of the
    message when the commit log ends in an incomplete line.

++++ kernel-default:

  - KVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when SGX is
    disabled (git-fixes).
  - commit d7b7771
  - btrfs: send: fix invalid clone operation for file that got
    its size decreased (git-fixes).
  - commit 26ee3ac
  - KVM: x86: Exit to userspace if fastpath triggers one on
    instruction skip (git-fixes).
  - commit 1621f7b
  - KVM: x86: Dedup fastpath MSR post-handling logic (git-fixes).
  - commit c20ff7c
  - KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is
    successful (git-fixes).
  - commit 0dc4c78
  - kABI fix of VM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD
    (x2AVIC) (git-fixes).
  - commit 0a6716e
  - KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
    (git-fixes).
  - commit 6a07b23
  - KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
    (git-fixes).
  - commit 4f194f7
  - USB: misc: yurex: fix race between read and write (git-fixes).
  - commit 7f6ab55
  - USB: misc: cypress_cy7c63: check for short transfer (git-fixes).
  - commit 3dcfad1
  - USB: appledisplay: close race between probe and completion
    handler (git-fixes).
  - commit 888718f
  - KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
    (git-fixes).
  - commit 891c3ef
  - usb: xhci: fix loss of data on Cadence xHC (git-fixes).
  - commit 9e9d585
  - KVM: Write the per-page "segment" when clearing (part of)
    a guest page (git-fixes).
  - commit dae8f10
  - xhci: Add a quirk for writing ERST in high-low order
    (git-fixes).
  - commit d0eccfc
  - drm/amd/display: Validate function returns (bsc#1230774 CVE-2024-46775)
  - commit fc9ad2b
  - KVM: Fix coalesced_mmio_has_room() to avoid premature userspace
    exit (git-fixes).
  - commit 93dbc58
  - KVM: Use dedicated mutex to protect kvm_usage_count to avoid
    deadlock (git-fixes).
  - commit 2ff88a8
  - Delete some more obsolete scripts
  - commit 9bb77f8
  - KVM: SVM: Disallow guest from changing userspace's
    MSR_AMD64_DE_CFG value (git-fixes).
  - commit c8fa16d
  - drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links (CVE-2024-46816 bsc#1231197).
  - commit c05e7e2
  - net: test for not too small csum_start in
    virtio_net_hdr_to_skb() (git-fixes).
  - commit ed78dff
  - vhost_vdpa: assign irq bypass producer token correctly
    (git-fixes).
  - commit 1a9cba6
  - drm/amd/display: Check link_index before accessing dc->links (CVE-2024-46813 bsc#1231191).
  - commit eb31596
  - minmax: avoid overly complex min()/max() macro arguments in xen
    (git-fixes).
  - Refresh
    patches.suse/xen-move-max_pfn-in-xen_memory_setup-out-of-function.patch.
  - commit 754808b

++++ kernel-rt:

  - KVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when SGX is
    disabled (git-fixes).
  - commit d7b7771
  - btrfs: send: fix invalid clone operation for file that got
    its size decreased (git-fixes).
  - commit 26ee3ac
  - KVM: x86: Exit to userspace if fastpath triggers one on
    instruction skip (git-fixes).
  - commit 1621f7b
  - KVM: x86: Dedup fastpath MSR post-handling logic (git-fixes).
  - commit c20ff7c
  - KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is
    successful (git-fixes).
  - commit 0dc4c78
  - kABI fix of VM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD
    (x2AVIC) (git-fixes).
  - commit 0a6716e
  - KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
    (git-fixes).
  - commit 6a07b23
  - KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
    (git-fixes).
  - commit 4f194f7
  - USB: misc: yurex: fix race between read and write (git-fixes).
  - commit 7f6ab55
  - USB: misc: cypress_cy7c63: check for short transfer (git-fixes).
  - commit 3dcfad1
  - USB: appledisplay: close race between probe and completion
    handler (git-fixes).
  - commit 888718f
  - KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
    (git-fixes).
  - commit 891c3ef
  - usb: xhci: fix loss of data on Cadence xHC (git-fixes).
  - commit 9e9d585
  - KVM: Write the per-page "segment" when clearing (part of)
    a guest page (git-fixes).
  - commit dae8f10
  - xhci: Add a quirk for writing ERST in high-low order
    (git-fixes).
  - commit d0eccfc
  - drm/amd/display: Validate function returns (bsc#1230774 CVE-2024-46775)
  - commit fc9ad2b
  - KVM: Fix coalesced_mmio_has_room() to avoid premature userspace
    exit (git-fixes).
  - commit 93dbc58
  - KVM: Use dedicated mutex to protect kvm_usage_count to avoid
    deadlock (git-fixes).
  - commit 2ff88a8
  - Delete some more obsolete scripts
  - commit 9bb77f8
  - KVM: SVM: Disallow guest from changing userspace's
    MSR_AMD64_DE_CFG value (git-fixes).
  - commit c8fa16d
  - drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links (CVE-2024-46816 bsc#1231197).
  - commit c05e7e2
  - net: test for not too small csum_start in
    virtio_net_hdr_to_skb() (git-fixes).
  - commit ed78dff
  - vhost_vdpa: assign irq bypass producer token correctly
    (git-fixes).
  - commit 1a9cba6
  - drm/amd/display: Check link_index before accessing dc->links (CVE-2024-46813 bsc#1231191).
  - commit eb31596
  - minmax: avoid overly complex min()/max() macro arguments in xen
    (git-fixes).
  - Refresh
    patches.suse/xen-move-max_pfn-in-xen_memory_setup-out-of-function.patch.
  - commit 754808b

++++ kernel-rt_debug:

  - KVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when SGX is
    disabled (git-fixes).
  - commit d7b7771
  - btrfs: send: fix invalid clone operation for file that got
    its size decreased (git-fixes).
  - commit 26ee3ac
  - KVM: x86: Exit to userspace if fastpath triggers one on
    instruction skip (git-fixes).
  - commit 1621f7b
  - KVM: x86: Dedup fastpath MSR post-handling logic (git-fixes).
  - commit c20ff7c
  - KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is
    successful (git-fixes).
  - commit 0dc4c78
  - kABI fix of VM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD
    (x2AVIC) (git-fixes).
  - commit 0a6716e
  - KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
    (git-fixes).
  - commit 6a07b23
  - KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
    (git-fixes).
  - commit 4f194f7
  - USB: misc: yurex: fix race between read and write (git-fixes).
  - commit 7f6ab55
  - USB: misc: cypress_cy7c63: check for short transfer (git-fixes).
  - commit 3dcfad1
  - USB: appledisplay: close race between probe and completion
    handler (git-fixes).
  - commit 888718f
  - KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
    (git-fixes).
  - commit 891c3ef
  - usb: xhci: fix loss of data on Cadence xHC (git-fixes).
  - commit 9e9d585
  - KVM: Write the per-page "segment" when clearing (part of)
    a guest page (git-fixes).
  - commit dae8f10
  - xhci: Add a quirk for writing ERST in high-low order
    (git-fixes).
  - commit d0eccfc
  - drm/amd/display: Validate function returns (bsc#1230774 CVE-2024-46775)
  - commit fc9ad2b
  - KVM: Fix coalesced_mmio_has_room() to avoid premature userspace
    exit (git-fixes).
  - commit 93dbc58
  - KVM: Use dedicated mutex to protect kvm_usage_count to avoid
    deadlock (git-fixes).
  - commit 2ff88a8
  - Delete some more obsolete scripts
  - commit 9bb77f8
  - KVM: SVM: Disallow guest from changing userspace's
    MSR_AMD64_DE_CFG value (git-fixes).
  - commit c8fa16d
  - drm/amd/display: Stop amdgpu_dm initialize when link nums greater than max_links (CVE-2024-46816 bsc#1231197).
  - commit c05e7e2
  - net: test for not too small csum_start in
    virtio_net_hdr_to_skb() (git-fixes).
  - commit ed78dff
  - vhost_vdpa: assign irq bypass producer token correctly
    (git-fixes).
  - commit 1a9cba6
  - drm/amd/display: Check link_index before accessing dc->links (CVE-2024-46813 bsc#1231191).
  - commit eb31596
  - minmax: avoid overly complex min()/max() macro arguments in xen
    (git-fixes).
  - Refresh
    patches.suse/xen-move-max_pfn-in-xen_memory_setup-out-of-function.patch.
  - commit 754808b

++++ podman:

  - Add patch for CVE-2024-9341 (bsc#1231230):
    * 0001-pkg-subscriptions-use-securejoin-for-the-container-p.patch

++++ python-PyJWT:

  - Fix requirements

------------------------------------------------------------------
------------------  2024-10-5  -  Oct 5 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ALSA: hda/conexant: Fix conflicting quirk for System76 Pangolin
    (git-fixes).
  - ALSA: line6: add hw monitor volume control to POD HD500X
    (stable-fixes).
  - ALSA: usb-audio: Add native DSD support for Luxman D-08u
    (stable-fixes).
  - ALSA: core: add isascii() check to card ID generator
    (stable-fixes).
  - ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
    (stable-fixes).
  - ASoC: imx-card: Set card.owner to avoid a warning calltrace
    if SND=m (git-fixes).
  - ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit
    (stable-fixes).
  - ASoC: codecs: lpass-rx-macro: add missing
    CDC_RX_BCL_VBAT_RF_PROC2 to default regs values (stable-fixes).
  - ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream
    runtime is uninitialized (git-fixes).
  - ASoC: amd: yc: Add quirk for HP Dragonfly pro one
    (stable-fixes).
  - Revert "ALSA: hda: Conditionally use snooping for AMD HDMI"
    (stable-fixes).
  - ALSA: hda/realtek: Add a quirk for HP Pavilion 15z-ec200
    (stable-fixes).
  - ALSA: silence integer wrapping warning (stable-fixes).
  - ALSA: Reorganize kerneldoc parameter names (stable-fixes).
  - ALSA: hda/realtek: Fix the push button function for the ALC257
    (git-fixes).
  - ALSA: hda/conexant: fix some typos (stable-fixes).
  - ALSA: mixer_oss: Remove some incorrect kfree_const() usages
    (git-fixes).
  - ALSA: hda/realtek: Add quirk for Huawei MateBook 13 KLV-WX9
    (stable-fixes).
  - ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET
    (stable-fixes).
  - ALSA: hda/tas2781: Add new quirk for Lenovo Y990 Laptop
    (stable-fixes).
  - ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8
    (stable-fixes).
  - commit 1cdc743

++++ kernel-rt:

  - ALSA: hda/conexant: Fix conflicting quirk for System76 Pangolin
    (git-fixes).
  - ALSA: line6: add hw monitor volume control to POD HD500X
    (stable-fixes).
  - ALSA: usb-audio: Add native DSD support for Luxman D-08u
    (stable-fixes).
  - ALSA: core: add isascii() check to card ID generator
    (stable-fixes).
  - ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
    (stable-fixes).
  - ASoC: imx-card: Set card.owner to avoid a warning calltrace
    if SND=m (git-fixes).
  - ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit
    (stable-fixes).
  - ASoC: codecs: lpass-rx-macro: add missing
    CDC_RX_BCL_VBAT_RF_PROC2 to default regs values (stable-fixes).
  - ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream
    runtime is uninitialized (git-fixes).
  - ASoC: amd: yc: Add quirk for HP Dragonfly pro one
    (stable-fixes).
  - Revert "ALSA: hda: Conditionally use snooping for AMD HDMI"
    (stable-fixes).
  - ALSA: hda/realtek: Add a quirk for HP Pavilion 15z-ec200
    (stable-fixes).
  - ALSA: silence integer wrapping warning (stable-fixes).
  - ALSA: Reorganize kerneldoc parameter names (stable-fixes).
  - ALSA: hda/realtek: Fix the push button function for the ALC257
    (git-fixes).
  - ALSA: hda/conexant: fix some typos (stable-fixes).
  - ALSA: mixer_oss: Remove some incorrect kfree_const() usages
    (git-fixes).
  - ALSA: hda/realtek: Add quirk for Huawei MateBook 13 KLV-WX9
    (stable-fixes).
  - ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET
    (stable-fixes).
  - ALSA: hda/tas2781: Add new quirk for Lenovo Y990 Laptop
    (stable-fixes).
  - ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8
    (stable-fixes).
  - commit 1cdc743

++++ kernel-rt_debug:

  - ALSA: hda/conexant: Fix conflicting quirk for System76 Pangolin
    (git-fixes).
  - ALSA: line6: add hw monitor volume control to POD HD500X
    (stable-fixes).
  - ALSA: usb-audio: Add native DSD support for Luxman D-08u
    (stable-fixes).
  - ALSA: core: add isascii() check to card ID generator
    (stable-fixes).
  - ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string
    (stable-fixes).
  - ASoC: imx-card: Set card.owner to avoid a warning calltrace
    if SND=m (git-fixes).
  - ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit
    (stable-fixes).
  - ASoC: codecs: lpass-rx-macro: add missing
    CDC_RX_BCL_VBAT_RF_PROC2 to default regs values (stable-fixes).
  - ASoC: atmel: mchp-pdmc: Skip ALSA restoration if substream
    runtime is uninitialized (git-fixes).
  - ASoC: amd: yc: Add quirk for HP Dragonfly pro one
    (stable-fixes).
  - Revert "ALSA: hda: Conditionally use snooping for AMD HDMI"
    (stable-fixes).
  - ALSA: hda/realtek: Add a quirk for HP Pavilion 15z-ec200
    (stable-fixes).
  - ALSA: silence integer wrapping warning (stable-fixes).
  - ALSA: Reorganize kerneldoc parameter names (stable-fixes).
  - ALSA: hda/realtek: Fix the push button function for the ALC257
    (git-fixes).
  - ALSA: hda/conexant: fix some typos (stable-fixes).
  - ALSA: mixer_oss: Remove some incorrect kfree_const() usages
    (git-fixes).
  - ALSA: hda/realtek: Add quirk for Huawei MateBook 13 KLV-WX9
    (stable-fixes).
  - ALSA: usb-audio: Add delay quirk for VIVO USB-C HEADSET
    (stable-fixes).
  - ALSA: hda/tas2781: Add new quirk for Lenovo Y990 Laptop
    (stable-fixes).
  - ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8
    (stable-fixes).
  - commit 1cdc743

------------------------------------------------------------------
------------------  2024-10-4  -  Oct 4 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.1.13 → 10.1.14
  - Revert "Install usrmerge for Debian integration test"
    This reverts commit 95ac861741f14c4f35611c16328384c18e53dcfb.
    Solution needs to be provided in code
  - Install usrmerge for Debian integration test

++++ kernel-default:

  - rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
    (bsc#1226631).
  - commit 36faf07
  - scsi: fnic: Move flush_work initialization out of if block
    (bsc#1230055).
  - commit 9b5b899
  - rcu: Fix buffer overflow in print_cpu_stall_info()
    (bsc#1226623).
  - commit b695829
  - Replace ALP with SLFO
  - Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
  - Update config files.
  - commit 267a9d3
  - Update config files.
    Update SUSE_VERSION to match SLFO project version
  - commit 0d531e8
  - config.sh: Remove Arm build project, we do not build armv7 configs
  - commit 359f219
  - config.sh: Update bugzilla product
  - commit 0688dde
  - rpm/release-projects: Add SLFO projects (bsc#1231293).
  - commit 9f2c584

++++ kernel-rt:

  - rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
    (bsc#1226631).
  - commit 36faf07
  - scsi: fnic: Move flush_work initialization out of if block
    (bsc#1230055).
  - commit 9b5b899
  - rcu: Fix buffer overflow in print_cpu_stall_info()
    (bsc#1226623).
  - commit b695829
  - Replace ALP with SLFO
  - Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
  - Update config files.
  - commit 267a9d3
  - Update config files.
    Update SUSE_VERSION to match SLFO project version
  - commit 0d531e8
  - config.sh: Remove Arm build project, we do not build armv7 configs
  - commit 359f219
  - config.sh: Update bugzilla product
  - commit 0688dde
  - rpm/release-projects: Add SLFO projects (bsc#1231293).
  - commit 9f2c584

++++ kernel-rt_debug:

  - rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflow
    (bsc#1226631).
  - commit 36faf07
  - scsi: fnic: Move flush_work initialization out of if block
    (bsc#1230055).
  - commit 9b5b899
  - rcu: Fix buffer overflow in print_cpu_stall_info()
    (bsc#1226623).
  - commit b695829
  - Replace ALP with SLFO
  - Refresh patches.suse/kernel-add-product-identifying-information-to-kernel-build.patch
  - Update config files.
  - commit 267a9d3
  - Update config files.
    Update SUSE_VERSION to match SLFO project version
  - commit 0d531e8
  - config.sh: Remove Arm build project, we do not build armv7 configs
  - commit 359f219
  - config.sh: Update bugzilla product
  - commit 0688dde
  - rpm/release-projects: Add SLFO projects (bsc#1231293).
  - commit 9f2c584

------------------------------------------------------------------
------------------  2024-10-3  -  Oct 3 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - Update patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch
    (bsc#1230295 ltc#206656 CVE-2024-46797 bsc#1230831).
  - commit af09bb2
  - KVM: s390: Fix SORTL and DFLTCC instruction format error in
    __insn32_query (git-fixes bsc#1231276).
  - commit 39bab2d
  - s390/mm: Add cond_resched() to cmm_alloc/free_pages()
    (bsc#1228747).
  - commit d0c79ab
  - ELF: fix kernel.randomize_va_space double read (CVE-2024-46826 bsc#1231115)
  - commit 0519fb0

++++ kernel-rt:

  - Update patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch
    (bsc#1230295 ltc#206656 CVE-2024-46797 bsc#1230831).
  - commit af09bb2
  - KVM: s390: Fix SORTL and DFLTCC instruction format error in
    __insn32_query (git-fixes bsc#1231276).
  - commit 39bab2d
  - s390/mm: Add cond_resched() to cmm_alloc/free_pages()
    (bsc#1228747).
  - commit d0c79ab
  - ELF: fix kernel.randomize_va_space double read (CVE-2024-46826 bsc#1231115)
  - commit 0519fb0

++++ kernel-rt_debug:

  - Update patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch
    (bsc#1230295 ltc#206656 CVE-2024-46797 bsc#1230831).
  - commit af09bb2
  - KVM: s390: Fix SORTL and DFLTCC instruction format error in
    __insn32_query (git-fixes bsc#1231276).
  - commit 39bab2d
  - s390/mm: Add cond_resched() to cmm_alloc/free_pages()
    (bsc#1228747).
  - commit d0c79ab
  - ELF: fix kernel.randomize_va_space double read (CVE-2024-46826 bsc#1231115)
  - commit 0519fb0

------------------------------------------------------------------
------------------  2024-10-2  -  Oct 2 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - net/mlx5: Fix bridge mode operations when there are no VFs (CVE-2024-46857 bsc#1231087)
  - commit b20fc2c
  - netfilter: nft_socket: fix sk refcount leaks (CVE-2024-46855 bsc#1231085)
  - commit 6c66212
  - net: microchip: vcap: Fix use-after-free error in kunit test
    (CVE-2024-46831 bsc#1231117).
  - commit 630e2e8
  - vmalloc: modify the alloc_vmap_area() error message for better
    diagnostics (jsc#PED-10978).
  - mm: mmap: no need to call khugepaged_enter_vma() for stack
    (jsc#PED-10978).
  - commit 41e1775
  - nvme-pci: qdepth 1 quirk (git-fixes).
  - commit ee2b909
  - ALSA: hda/generic: Unconditionally prefer preferred_dacs pairs
    (bsc#1219803).
  - commit 020b49a

++++ kernel-rt:

  - net/mlx5: Fix bridge mode operations when there are no VFs (CVE-2024-46857 bsc#1231087)
  - commit b20fc2c
  - netfilter: nft_socket: fix sk refcount leaks (CVE-2024-46855 bsc#1231085)
  - commit 6c66212
  - net: microchip: vcap: Fix use-after-free error in kunit test
    (CVE-2024-46831 bsc#1231117).
  - commit 630e2e8
  - vmalloc: modify the alloc_vmap_area() error message for better
    diagnostics (jsc#PED-10978).
  - mm: mmap: no need to call khugepaged_enter_vma() for stack
    (jsc#PED-10978).
  - commit 41e1775
  - nvme-pci: qdepth 1 quirk (git-fixes).
  - commit ee2b909
  - ALSA: hda/generic: Unconditionally prefer preferred_dacs pairs
    (bsc#1219803).
  - commit 020b49a

++++ kernel-rt_debug:

  - net/mlx5: Fix bridge mode operations when there are no VFs (CVE-2024-46857 bsc#1231087)
  - commit b20fc2c
  - netfilter: nft_socket: fix sk refcount leaks (CVE-2024-46855 bsc#1231085)
  - commit 6c66212
  - net: microchip: vcap: Fix use-after-free error in kunit test
    (CVE-2024-46831 bsc#1231117).
  - commit 630e2e8
  - vmalloc: modify the alloc_vmap_area() error message for better
    diagnostics (jsc#PED-10978).
  - mm: mmap: no need to call khugepaged_enter_vma() for stack
    (jsc#PED-10978).
  - commit 41e1775
  - nvme-pci: qdepth 1 quirk (git-fixes).
  - commit ee2b909
  - ALSA: hda/generic: Unconditionally prefer preferred_dacs pairs
    (bsc#1219803).
  - commit 020b49a

++++ python311-core:

  - Drop .pyc files from docdir for reproducible builds
    (bsc#1230906).

++++ systemd:

  - Clean up some remnants from when homed was in the experimental sub-package (bsc#1231048)

++++ python311:

  - Drop .pyc files from docdir for reproducible builds
    (bsc#1230906).

------------------------------------------------------------------
------------------  2024-10-1  -  Oct 1 2024  -------------------
------------------------------------------------------------------

++++ jeos-firstboot:

  - Update to version 1.5.3:
    * otp: Show the QR code in a separate window if necessary (bsc#1231177)

++++ kernel-default:

  - powerpc/code-patching: Add generic memory patching
    (bsc#1194869).
  - powerpc/code-patching: Perform hwsync in __patch_instruction()
    in case of failure (bsc#1194869).
  - commit 33b01a6
  - usbnet: fix cyclical race on disconnect with work queue
    (git-fixes).
  - Refresh
    patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch.
  - commit 8272f2d
  - apparmor: fix possible NULL pointer dereference (CVE-2024-46721 bsc#1230710)
  - commit 2d35a7c
  - powerpc/64: Convert patch_instruction() to patch_u32()
    (bsc#1194869).
  - powerpc/boot: Only free if realloc() succeeds (bsc#1194869).
  - powerpc/boot: Handle allocation failure in simple_realloc()
    (bsc#1194869).
  - powerpc/xics: Check return value of kasprintf in
    icp_native_map_one_cpu (bsc#1194869).
  - powerpc/vdso: Fix VDSO data access when running in a non-root
    time namespace (bsc#1194869).
  - commit 0dec2e8
  - net: mana: Improve mana_set_channels() in low mem conditions
    (bsc#1230289).
  - net: mana: Implement get_ringparam/set_ringparam for mana
    (bsc#1229891).
  - net: dpaa: Pad packets to ETH_ZLEN (CVE-2024-46854 bsc#1231084).
  - ice: move netif_queue_set_napi to rtnl-protected sections
    (CVE-2024-46766 bsc#1230762).
  - ice: Add netif_device_attach/detach into PF reset flow
    (CVE-2024-46770 bsc#1230763).
  - bonding: change ipsec_lock from spin lock to mutex
    (CVE-2024-46678 bsc#1230550).
  - bonding: extract the use of real_device into local variable
    (CVE-2024-46678 bsc#1230550).
  - bonding: implement xdo_dev_state_free and call it after deletion
    (CVE-2024-46678 bsc#1230550).
  - commit 9ee67ad
  - powerpc/xmon: Fix disassembly CPU feature checks (bsc#1065729).
  - commit c675509
  - ACPICA: executer/exsystem: Don't nag user about every Stall()
    violating the spec (git-fixes).
  - ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE
    (stable-fixes).
  - commit f94e799
  - cachefiles: fix dentry leak in cachefiles_open_file()
    (bsc#1231183).
  - ceph: remove the incorrect Fw reference check when dirtying
    pages (bsc#1231182).
  - commit ba82da7
  - rpm/check-for-config-changes: add HAVE_RUST and RUSTC_SUPPORTS_ to IGNORED_CONFIGS_RE
    They depend on SHADOW_CALL_STACK.
  - commit 65fa52b
  - can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into
    mcp251xfd_chip_start/stop() (stable-fixes).
  - Refresh
    patches.suse/can-mcp251xfd-clarify-the-meaning-of-timestamp.patch.
  - commit 6779985
  - USB: serial: pl2303: add device id for Macrosilicon MS3020
    (stable-fixes).
  - powercap/intel_rapl: Add support for AMD family 1Ah
    (stable-fixes).
  - ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK)
    (stable-fixes).
  - ASoC: tda7419: fix module autoloading (stable-fixes).
  - ASoC: intel: fix module autoloading (stable-fixes).
  - ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI
    match less strict (stable-fixes).
  - ALSA: hda: add HDMI codec ID for Intel PTL (stable-fixes).
  - drm: komeda: Fix an issue related to normalized zpos
    (stable-fixes).
  - can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing
    configuration (stable-fixes).
  - spi: spidev: Add missing spi_device_id for jg10309-01
    (git-fixes).
  - spi: bcm63xx: Enable module autoloading (stable-fixes).
  - spi: spidev: Add an entry for elgin,jg10309-01 (stable-fixes).
  - hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING
    (stable-fixes).
  - wifi: iwlwifi: clear trans->state earlier upon error
    (stable-fixes).
  - wifi: mac80211: free skb on error path in
    ieee80211_beacon_get_ap() (stable-fixes).
  - wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead
    (stable-fixes).
  - wifi: iwlwifi: mvm: pause TCM when the firmware is stopped
    (stable-fixes).
  - wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room()
    (stable-fixes).
  - wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation
    (stable-fixes).
  - wifi: iwlwifi: lower message level for FW buffer destination
    (stable-fixes).
  - platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F
    DMI match less strict (stable-fixes).
  - pinctrl: at91: make it work with current gpiolib (stable-fixes).
  - can: mcp251xfd: properly indent labels (stable-fixes).
  - commit a530f31

++++ kernel-firmware:

  - Update to version 20241001 (git commit 51e5af813eaf):
    * linux-firmware: add firmware for MediaTek Bluetooth chip (MT7920)
    * linux-firmware: add firmware for MT7920
    * amdgpu: update raven firmware
    * amdgpu: update SMU 13.0.10 firmware
    * amdgpu: update PSP 13.0.10 firmware
    * amdgpu: update GC 11.0.3 firmware
    * amdgpu: update VCN 3.1.2 firmware
    * amdgpu: update PSP 13.0.5 firmware
    * amdgpu: update PSP 13.0.8 firmware
    * amdgpu: update vega12 firmware
    * amdgpu: update PSP 14.0.4 firmware
    * amdgpu: update GC 11.5.2 firmware
    * amdgpu: update vega10 firmware
    * amdgpu: update VCN 4.0.0 firmware
    * amdgpu: update PSP 13.0.0 firmware
    * amdgpu: update GC 11.0.0 firmware
    * amdgpu: update picasso firmware
    * amdgpu: update beige goby firmware
    * amdgpu: update vangogh firmware
    * amdgpu: update dimgrey cavefish firmware
    * amdgpu: update navy flounder firmware
    * amdgpu: update green sardine firmware
    * amdgpu: update VCN 4.0.2 firmware
    * amdgpu: update PSP 13.0.4 firmware
    * amdgpu: update GC 11.0.1 firmware
    * amdgpu: update sienna cichlid firmware
    * amdgpu: update VCN 4.0.6 firmware
    * amdgpu: update PSP 14.0.1 firmware
    * amdgpu: update GC 11.5.1 firmware
    * amdgpu: update VCN 4.0.5 firmware
    * amdgpu: update PSP 14.0.0 firmware
    * amdgpu: update GC 11.5.0 firmware
    * amdgpu: update navi14 firmware
    * amdgpu: update renoir firmware
    * amdgpu: update navi12 firmware
    * amdgpu: update SMU 13.0.6 firmware
    * amdgpu: update SDMA 4.4.2 firmware
    * amdgpu: update PSP 13.0.6 firmware
    * amdgpu: update GC 9.4.3 firmware
    * amdgpu: update yellow carp firmware
    * amdgpu: update VCN 4.0.4 firmware
    * amdgpu: update PSP 13.0.7 firmware
    * amdgpu: update GC 11.0.2 firmware
    * amdgpu: update navi10 firmware
    * amdgpu: update aldebaran firmware
    * qcom: update gpu firmwares for qcm6490 chipset
    * mt76: mt7996: add firmware files for mt7992 chipset
    * mt76: mt7996: add firmware files for mt7996 chipset variants
    * qcom: add gpu firmwares for sa8775p chipset
    * rtw89: 8922a: add fw format-2 v0.35.42.1
  - Pick up the fixed ath12k firmware from
    https://git.codelinaro.org/clo/ath-firmware/ath12k-firmware
    (bsc#1230596)
  - Update aliases from 6.11.x and 6.12-rc1

++++ kernel-rt:

  - powerpc/code-patching: Add generic memory patching
    (bsc#1194869).
  - powerpc/code-patching: Perform hwsync in __patch_instruction()
    in case of failure (bsc#1194869).
  - commit 33b01a6
  - usbnet: fix cyclical race on disconnect with work queue
    (git-fixes).
  - Refresh
    patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch.
  - commit 8272f2d
  - apparmor: fix possible NULL pointer dereference (CVE-2024-46721 bsc#1230710)
  - commit 2d35a7c
  - powerpc/64: Convert patch_instruction() to patch_u32()
    (bsc#1194869).
  - powerpc/boot: Only free if realloc() succeeds (bsc#1194869).
  - powerpc/boot: Handle allocation failure in simple_realloc()
    (bsc#1194869).
  - powerpc/xics: Check return value of kasprintf in
    icp_native_map_one_cpu (bsc#1194869).
  - powerpc/vdso: Fix VDSO data access when running in a non-root
    time namespace (bsc#1194869).
  - commit 0dec2e8
  - net: mana: Improve mana_set_channels() in low mem conditions
    (bsc#1230289).
  - net: mana: Implement get_ringparam/set_ringparam for mana
    (bsc#1229891).
  - net: dpaa: Pad packets to ETH_ZLEN (CVE-2024-46854 bsc#1231084).
  - ice: move netif_queue_set_napi to rtnl-protected sections
    (CVE-2024-46766 bsc#1230762).
  - ice: Add netif_device_attach/detach into PF reset flow
    (CVE-2024-46770 bsc#1230763).
  - bonding: change ipsec_lock from spin lock to mutex
    (CVE-2024-46678 bsc#1230550).
  - bonding: extract the use of real_device into local variable
    (CVE-2024-46678 bsc#1230550).
  - bonding: implement xdo_dev_state_free and call it after deletion
    (CVE-2024-46678 bsc#1230550).
  - commit 9ee67ad
  - powerpc/xmon: Fix disassembly CPU feature checks (bsc#1065729).
  - commit c675509
  - ACPICA: executer/exsystem: Don't nag user about every Stall()
    violating the spec (git-fixes).
  - ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE
    (stable-fixes).
  - commit f94e799
  - cachefiles: fix dentry leak in cachefiles_open_file()
    (bsc#1231183).
  - ceph: remove the incorrect Fw reference check when dirtying
    pages (bsc#1231182).
  - commit ba82da7
  - rpm/check-for-config-changes: add HAVE_RUST and RUSTC_SUPPORTS_ to IGNORED_CONFIGS_RE
    They depend on SHADOW_CALL_STACK.
  - commit 65fa52b
  - can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into
    mcp251xfd_chip_start/stop() (stable-fixes).
  - Refresh
    patches.suse/can-mcp251xfd-clarify-the-meaning-of-timestamp.patch.
  - commit 6779985
  - USB: serial: pl2303: add device id for Macrosilicon MS3020
    (stable-fixes).
  - powercap/intel_rapl: Add support for AMD family 1Ah
    (stable-fixes).
  - ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK)
    (stable-fixes).
  - ASoC: tda7419: fix module autoloading (stable-fixes).
  - ASoC: intel: fix module autoloading (stable-fixes).
  - ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI
    match less strict (stable-fixes).
  - ALSA: hda: add HDMI codec ID for Intel PTL (stable-fixes).
  - drm: komeda: Fix an issue related to normalized zpos
    (stable-fixes).
  - can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing
    configuration (stable-fixes).
  - spi: spidev: Add missing spi_device_id for jg10309-01
    (git-fixes).
  - spi: bcm63xx: Enable module autoloading (stable-fixes).
  - spi: spidev: Add an entry for elgin,jg10309-01 (stable-fixes).
  - hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING
    (stable-fixes).
  - wifi: iwlwifi: clear trans->state earlier upon error
    (stable-fixes).
  - wifi: mac80211: free skb on error path in
    ieee80211_beacon_get_ap() (stable-fixes).
  - wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead
    (stable-fixes).
  - wifi: iwlwifi: mvm: pause TCM when the firmware is stopped
    (stable-fixes).
  - wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room()
    (stable-fixes).
  - wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation
    (stable-fixes).
  - wifi: iwlwifi: lower message level for FW buffer destination
    (stable-fixes).
  - platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F
    DMI match less strict (stable-fixes).
  - pinctrl: at91: make it work with current gpiolib (stable-fixes).
  - can: mcp251xfd: properly indent labels (stable-fixes).
  - commit a530f31

++++ kernel-rt_debug:

  - powerpc/code-patching: Add generic memory patching
    (bsc#1194869).
  - powerpc/code-patching: Perform hwsync in __patch_instruction()
    in case of failure (bsc#1194869).
  - commit 33b01a6
  - usbnet: fix cyclical race on disconnect with work queue
    (git-fixes).
  - Refresh
    patches.suse/0002-Add-a-void-suse_kabi_padding-placeholder-to-some-USB.patch.
  - commit 8272f2d
  - apparmor: fix possible NULL pointer dereference (CVE-2024-46721 bsc#1230710)
  - commit 2d35a7c
  - powerpc/64: Convert patch_instruction() to patch_u32()
    (bsc#1194869).
  - powerpc/boot: Only free if realloc() succeeds (bsc#1194869).
  - powerpc/boot: Handle allocation failure in simple_realloc()
    (bsc#1194869).
  - powerpc/xics: Check return value of kasprintf in
    icp_native_map_one_cpu (bsc#1194869).
  - powerpc/vdso: Fix VDSO data access when running in a non-root
    time namespace (bsc#1194869).
  - commit 0dec2e8
  - net: mana: Improve mana_set_channels() in low mem conditions
    (bsc#1230289).
  - net: mana: Implement get_ringparam/set_ringparam for mana
    (bsc#1229891).
  - net: dpaa: Pad packets to ETH_ZLEN (CVE-2024-46854 bsc#1231084).
  - ice: move netif_queue_set_napi to rtnl-protected sections
    (CVE-2024-46766 bsc#1230762).
  - ice: Add netif_device_attach/detach into PF reset flow
    (CVE-2024-46770 bsc#1230763).
  - bonding: change ipsec_lock from spin lock to mutex
    (CVE-2024-46678 bsc#1230550).
  - bonding: extract the use of real_device into local variable
    (CVE-2024-46678 bsc#1230550).
  - bonding: implement xdo_dev_state_free and call it after deletion
    (CVE-2024-46678 bsc#1230550).
  - commit 9ee67ad
  - powerpc/xmon: Fix disassembly CPU feature checks (bsc#1065729).
  - commit c675509
  - ACPICA: executer/exsystem: Don't nag user about every Stall()
    violating the spec (git-fixes).
  - ACPICA: Implement ACPI_WARNING_ONCE and ACPI_ERROR_ONCE
    (stable-fixes).
  - commit f94e799
  - cachefiles: fix dentry leak in cachefiles_open_file()
    (bsc#1231183).
  - ceph: remove the incorrect Fw reference check when dirtying
    pages (bsc#1231182).
  - commit ba82da7
  - rpm/check-for-config-changes: add HAVE_RUST and RUSTC_SUPPORTS_ to IGNORED_CONFIGS_RE
    They depend on SHADOW_CALL_STACK.
  - commit 65fa52b
  - can: mcp251xfd: move mcp251xfd_timestamp_start()/stop() into
    mcp251xfd_chip_start/stop() (stable-fixes).
  - Refresh
    patches.suse/can-mcp251xfd-clarify-the-meaning-of-timestamp.patch.
  - commit 6779985
  - USB: serial: pl2303: add device id for Macrosilicon MS3020
    (stable-fixes).
  - powercap/intel_rapl: Add support for AMD family 1Ah
    (stable-fixes).
  - ASoC: amd: yc: Add a quirk for MSI Bravo 17 (D7VEK)
    (stable-fixes).
  - ASoC: tda7419: fix module autoloading (stable-fixes).
  - ASoC: intel: fix module autoloading (stable-fixes).
  - ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI
    match less strict (stable-fixes).
  - ALSA: hda: add HDMI codec ID for Intel PTL (stable-fixes).
  - drm: komeda: Fix an issue related to normalized zpos
    (stable-fixes).
  - can: mcp251xfd: mcp251xfd_ring_init(): check TX-coalescing
    configuration (stable-fixes).
  - spi: spidev: Add missing spi_device_id for jg10309-01
    (git-fixes).
  - spi: bcm63xx: Enable module autoloading (stable-fixes).
  - spi: spidev: Add an entry for elgin,jg10309-01 (stable-fixes).
  - hwmon: (asus-ec-sensors) remove VRM temp X570-E GAMING
    (stable-fixes).
  - wifi: iwlwifi: clear trans->state earlier upon error
    (stable-fixes).
  - wifi: mac80211: free skb on error path in
    ieee80211_beacon_get_ap() (stable-fixes).
  - wifi: iwlwifi: mvm: don't wait for tx queues if firmware is dead
    (stable-fixes).
  - wifi: iwlwifi: mvm: pause TCM when the firmware is stopped
    (stable-fixes).
  - wifi: iwlwifi: mvm: fix iwl_mvm_max_scan_ie_fw_cmd_room()
    (stable-fixes).
  - wifi: iwlwifi: mvm: fix iwl_mvm_scan_fits() calculation
    (stable-fixes).
  - wifi: iwlwifi: lower message level for FW buffer destination
    (stable-fixes).
  - platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F
    DMI match less strict (stable-fixes).
  - pinctrl: at91: make it work with current gpiolib (stable-fixes).
  - can: mcp251xfd: properly indent labels (stable-fixes).
  - commit a530f31

++++ opensc:

  - - Security fix: [CVE-2024-8443, bsc#1230364]
    * opensc: heap buffer overflow in OpenPGP driver when generating key
    * Added patch: opensc-CVE-2024-8443.patch
  - Security fix: [opensc-CVE-2024-45620, bsc#1230076]
  - Security fix: [opensc-CVE-2024-45619, bsc#1230075]
  - Security fix: [opensc-CVE-2024-45618, bsc#1230074]
  - Security fix: [opensc-CVE-2024-45617, bsc#1230073]
  - Security fix: [opensc-CVE-2024-45616, bsc#1230072]
  - Security fix: [opensc-CVE-2024-45615, bsc#1230071]
    * opensc: pkcs15init: Usage of uninitialized values in libopensc and pkcs15init
    * opensc: Uninitialized values after incorrect check or usage of APDU response values in libopensc
    * opensc: Uninitialized values after incorrect or missing checking return values of functions in libopensc
    * opensc: Uninitialized values after incorrect or missing checking return values of functions in pkcs15init
    * opensc: Incorrect handling length of buffers or files in libopensc
    * opensc: Incorrect handling of the length of buffers or files in pkcs15init
    * Added patches:
  - opensc-CVE-2024-45615.patch
  - opensc-CVE-2024-45616.patch
  - opensc-CVE-2024-45617.patch
  - opensc-CVE-2024-45618.patch
  - opensc-CVE-2024-45619.patch
  - opensc-CVE-2024-45620.patch

------------------------------------------------------------------
------------------  2024-9-30  -  Sep 30 2024  -------------------
------------------------------------------------------------------

++++ cockpit:

  - add 0006-totp-motd.patch for guidance to enabling totp to the mtod

++++ cups:

  - Version upgrade to 2.4.11:
    See https://github.com/openprinting/cups/releases
    CUPS 2.4.11 brings several bug fixes regarding IPP response
    validation, processing PPD values, Web UI support
    (checkbox support, modifying printers) and others fixes.
    Detailed list (from CHANGES.md):
    * Updated the maximum file descriptor limit
    for `cupsd` to 64k-1 (Issue #989)
    * Fixed `lpoptions -d` with a discovered
    but not added printer (Issue #833)
    * Fixed incorrect error message for HTTP/IPP errors (Issue #893)
    * Fixed JobPrivateAccess and SubscriptionPrivateAccess support
    for "all" (Issue #990)
    * Fixed issues with cupsGetDestMediaByXxx (Issue #993)
    * Fixed adding and modifying of printers
    via the web interface (Issue #998)
    * Fixed HTTP PeerCred authentication
    for domain users (Issue #1001)
    * Fixed checkbox support (Issue #1008)
    * Fixed printer state notifications (Issue #1013)
    * Fixed IPP Everywhere printer setup (Issue #1033)
    Issues are those at https://github.com/OpenPrinting/cups/issues
    In particular CUPS 2.4.11 contains those commit regarding
    IPP response validation and processing PPD values:
    * "Quote PPD localized strings"
    https://github.com/OpenPrinting/cups/commit/1e6ca5913eceee906038bc04cc7ccfbe2923bdfd
    plus a cleanup to "Fix warnings for unused vars"
    https://github.com/OpenPrinting/cups/commit/2abe1ba8a66864aa82cd9836b37e57103b8e1a3b
  - Adapted downgrade-autoconf-requirement.patch for CUPS 2.4.11
  - avoid_C99_mode_for_loop_initial_declarations.patch
    is no longer needed because the issue is fixed upstream.

++++ python-kiwi:

  - Support older apt versions for bootstrap
    This Fixes #2660

++++ kernel-default:

  - mm/filemap: skip to create PMD-sized page cache if needed
    (bsc#1228454 CVE-2024-41031).
  - commit 03907fa
  - nvme-fabrics: use reserved tag for reg read/write command
    (bsc#1228620 CVE-2024-41082).
  - commit 239456c
  - kthread: Fix task state in kthread worker if being frozen
    (bsc#1231146).
  - commit fe88a62
  - supported.conf: mark adiantum and xctr crypto modules as supported (bsc#1231035)
  - commit 59d03d7
  - Refresh
    patches.suse/bpf-kprobe-remove-unused-declaring-of-bpf_kprobe_override.patch.
  - commit 5a0b269
  - bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
    (git-fixes).
  - commit 1884922
  - tracing: Avoid possible softlockup in tracing_iter_reset()
    (git-fixes).
  - commit d5df75c
  - tracing: Fix overflow in get_free_elt() (git-fixes
    CVE-2024-43890 bsc#1229764).
  - commit ceb524e
  - arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry (bsc#1231120 CVE-2024-46822)
  - commit cc6d7b5
  - mailbox: bcm2835: Fix timeout during suspend mode (git-fixes).
  - mailbox: rockchip: fix a typo in module autoloading (git-fixes).
  - i2c: designware: fix controller is holding SCL low while ENABLE
    bit is disabled (git-fixes).
  - drm/amd/display: handle nulled pipe context in DCE110's
    set_drr() (git-fixes).
  - drm/amdgpu: Fix get each xcp macro (git-fixes).
  - tomoyo: fallback to realpath if symlink's pathname does not
    exist (git-fixes).
  - cxl/pci: Fix to record only non-zero ranges (git-fixes).
  - ata: libata-scsi: Fix ata_msense_control() CDL page reporting
    (git-fixes).
  - firmware_loader: Block path traversal (git-fixes).
  - driver core: Fix a potential null-ptr-deref in
    module_add_driver() (git-fixes).
  - driver core: Fix error handling in driver API device_rename()
    (git-fixes).
  - ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()
    (git-fixes).
  - iio: magnetometer: ak8975: Fix reading for ak099xx sensors
    (git-fixes).
  - iio: chemical: bme680: Fix read/write ops to device by adding
    mutexes (git-fixes).
  - ABI: testing: fix admv8818 attr description (git-fixes).
  - iio: adc: ad7606: fix standby gpio state to match the
    documentation (git-fixes).
  - iio: adc: ad7606: fix oversampling gpio array (git-fixes).
  - tty: rp2: Fix reset with non forgiving PCIe host bridges
    (git-fixes).
  - USB: class: CDC-ACM: fix race between get_serial and set_serial
    (git-fixes).
  - usb: dwc2: drd: fix clock gating on USB role switch (git-fixes).
  - usb: cdnsp: Fix incorrect usb_request status (git-fixes).
  - USB: usbtmc: prevent kernel-usb-infoleak (git-fixes).
  - USB: serial: kobil_sct: restore initial terminal settings
    (git-fixes).
  - xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and
    freeing them (git-fixes).
  - usb: dwc2: Skip clock gating on Broadcom SoCs (git-fixes).
  - spi: atmel-quadspi: Avoid overwriting delay register settings
    (git-fixes).
  - spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time
    (git-fixes).
  - spi: atmel-quadspi: Undo runtime PM changes at driver exit time
    (git-fixes).
  - rtc: at91sam9: fix OF node leak in probe() error path
    (git-fixes).
  - i3c: master: svc: Fix use after free vulnerability in
    svc_i3c_master Driver Due to Race Condition (git-fixes).
  - remoteproc: k3-r5: Fix error handling when power-up failed
    (git-fixes).
  - remoteproc: imx_rproc: Initialize workqueue earlier (git-fixes).
  - remoteproc: imx_rproc: Correct ddr alias for i.MX8M (git-fixes).
  - KEYS: prevent NULL pointer dereference in find_asymmetric_key()
    (git-fixes).
  - media: i2c: ar0521: Use cansleep version of gpiod_set_value()
    (git-fixes).
  - media: ov5675: Fix power on/off delay timings (git-fixes).
  - media: sun4i_csi: Implement link validate for sun4i_csi subdev
    (git-fixes).
  - media: platform: rzg2l-cru: rzg2l-csi2: Add missing
    MODULE_DEVICE_TABLE (git-fixes).
  - media: venus: fix use after free bug in venus_remove due to
    race condition (git-fixes).
  - media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags
    (git-fixes).
  - clk: ti: dra7-atl: Fix leak of of_nodes (git-fixes).
  - watchdog: imx_sc_wdt: Don't disable WDT in suspend (git-fixes).
  - pinctrl: single: fix missing error code in pcs_probe()
    (git-fixes).
  - xz: cleanup CRC32 edits from 2018 (git-fixes).
  - ata: pata_macio: Use WARN instead of BUG (stable-fixes).
  - commit c5ab3ca
  - Drop mm patches that caused regressions (bsc#1230413)
    Those should have been already dropped via SLE15-SP6 merge, but slipped
    due to incorrect merge conflict resolutions
  - commit 09dbc92
  - Move upstreamed SCSI patches into sorted section
  - commit aba5747
  - kcm: Serialise kcm_sendmsg() for the same socket (CVE-2024-44946
    bsc#1230015).
  - commit 4310760
  - nvme-multipath: avoid hang on inaccessible namespaces
    (bsc#1228244).
  - kcm: Serialise kcm_sendmsg() for the same socket
    (CVE-2024-44946,bsc#1230015).
  - commit a84ca87
  - nvme-multipath: system fails to create generic nvme device
    (bsc#1228244).
  - commit 4fc57d2
  - erofs: fix incorrect symlink detection in fast symlink
    (git-fixes).
  - commit 2e1ae75
  - afs: Don't cross .backup mountpoint from backup volume
    (git-fixes).
  - commit f35dae1
  - afs: Revert "afs: Hide silly-rename files from userspace"
    (git-fixes).
  - commit 11353bb

++++ kernel-rt:

  - mm/filemap: skip to create PMD-sized page cache if needed
    (bsc#1228454 CVE-2024-41031).
  - commit 03907fa
  - nvme-fabrics: use reserved tag for reg read/write command
    (bsc#1228620 CVE-2024-41082).
  - commit 239456c
  - kthread: Fix task state in kthread worker if being frozen
    (bsc#1231146).
  - commit fe88a62
  - supported.conf: mark adiantum and xctr crypto modules as supported (bsc#1231035)
  - commit 59d03d7
  - Refresh
    patches.suse/bpf-kprobe-remove-unused-declaring-of-bpf_kprobe_override.patch.
  - commit 5a0b269
  - bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
    (git-fixes).
  - commit 1884922
  - tracing: Avoid possible softlockup in tracing_iter_reset()
    (git-fixes).
  - commit d5df75c
  - tracing: Fix overflow in get_free_elt() (git-fixes
    CVE-2024-43890 bsc#1229764).
  - commit ceb524e
  - arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry (bsc#1231120 CVE-2024-46822)
  - commit cc6d7b5
  - mailbox: bcm2835: Fix timeout during suspend mode (git-fixes).
  - mailbox: rockchip: fix a typo in module autoloading (git-fixes).
  - i2c: designware: fix controller is holding SCL low while ENABLE
    bit is disabled (git-fixes).
  - drm/amd/display: handle nulled pipe context in DCE110's
    set_drr() (git-fixes).
  - drm/amdgpu: Fix get each xcp macro (git-fixes).
  - tomoyo: fallback to realpath if symlink's pathname does not
    exist (git-fixes).
  - cxl/pci: Fix to record only non-zero ranges (git-fixes).
  - ata: libata-scsi: Fix ata_msense_control() CDL page reporting
    (git-fixes).
  - firmware_loader: Block path traversal (git-fixes).
  - driver core: Fix a potential null-ptr-deref in
    module_add_driver() (git-fixes).
  - driver core: Fix error handling in driver API device_rename()
    (git-fixes).
  - ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()
    (git-fixes).
  - iio: magnetometer: ak8975: Fix reading for ak099xx sensors
    (git-fixes).
  - iio: chemical: bme680: Fix read/write ops to device by adding
    mutexes (git-fixes).
  - ABI: testing: fix admv8818 attr description (git-fixes).
  - iio: adc: ad7606: fix standby gpio state to match the
    documentation (git-fixes).
  - iio: adc: ad7606: fix oversampling gpio array (git-fixes).
  - tty: rp2: Fix reset with non forgiving PCIe host bridges
    (git-fixes).
  - USB: class: CDC-ACM: fix race between get_serial and set_serial
    (git-fixes).
  - usb: dwc2: drd: fix clock gating on USB role switch (git-fixes).
  - usb: cdnsp: Fix incorrect usb_request status (git-fixes).
  - USB: usbtmc: prevent kernel-usb-infoleak (git-fixes).
  - USB: serial: kobil_sct: restore initial terminal settings
    (git-fixes).
  - xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and
    freeing them (git-fixes).
  - usb: dwc2: Skip clock gating on Broadcom SoCs (git-fixes).
  - spi: atmel-quadspi: Avoid overwriting delay register settings
    (git-fixes).
  - spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time
    (git-fixes).
  - spi: atmel-quadspi: Undo runtime PM changes at driver exit time
    (git-fixes).
  - rtc: at91sam9: fix OF node leak in probe() error path
    (git-fixes).
  - i3c: master: svc: Fix use after free vulnerability in
    svc_i3c_master Driver Due to Race Condition (git-fixes).
  - remoteproc: k3-r5: Fix error handling when power-up failed
    (git-fixes).
  - remoteproc: imx_rproc: Initialize workqueue earlier (git-fixes).
  - remoteproc: imx_rproc: Correct ddr alias for i.MX8M (git-fixes).
  - KEYS: prevent NULL pointer dereference in find_asymmetric_key()
    (git-fixes).
  - media: i2c: ar0521: Use cansleep version of gpiod_set_value()
    (git-fixes).
  - media: ov5675: Fix power on/off delay timings (git-fixes).
  - media: sun4i_csi: Implement link validate for sun4i_csi subdev
    (git-fixes).
  - media: platform: rzg2l-cru: rzg2l-csi2: Add missing
    MODULE_DEVICE_TABLE (git-fixes).
  - media: venus: fix use after free bug in venus_remove due to
    race condition (git-fixes).
  - media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags
    (git-fixes).
  - clk: ti: dra7-atl: Fix leak of of_nodes (git-fixes).
  - watchdog: imx_sc_wdt: Don't disable WDT in suspend (git-fixes).
  - pinctrl: single: fix missing error code in pcs_probe()
    (git-fixes).
  - xz: cleanup CRC32 edits from 2018 (git-fixes).
  - ata: pata_macio: Use WARN instead of BUG (stable-fixes).
  - commit c5ab3ca
  - Drop mm patches that caused regressions (bsc#1230413)
    Those should have been already dropped via SLE15-SP6 merge, but slipped
    due to incorrect merge conflict resolutions
  - commit 09dbc92
  - Move upstreamed SCSI patches into sorted section
  - commit aba5747
  - kcm: Serialise kcm_sendmsg() for the same socket (CVE-2024-44946
    bsc#1230015).
  - commit 4310760
  - nvme-multipath: avoid hang on inaccessible namespaces
    (bsc#1228244).
  - kcm: Serialise kcm_sendmsg() for the same socket
    (CVE-2024-44946,bsc#1230015).
  - commit a84ca87
  - nvme-multipath: system fails to create generic nvme device
    (bsc#1228244).
  - commit 4fc57d2
  - erofs: fix incorrect symlink detection in fast symlink
    (git-fixes).
  - commit 2e1ae75
  - afs: Don't cross .backup mountpoint from backup volume
    (git-fixes).
  - commit f35dae1
  - afs: Revert "afs: Hide silly-rename files from userspace"
    (git-fixes).
  - commit 11353bb

++++ kernel-rt_debug:

  - mm/filemap: skip to create PMD-sized page cache if needed
    (bsc#1228454 CVE-2024-41031).
  - commit 03907fa
  - nvme-fabrics: use reserved tag for reg read/write command
    (bsc#1228620 CVE-2024-41082).
  - commit 239456c
  - kthread: Fix task state in kthread worker if being frozen
    (bsc#1231146).
  - commit fe88a62
  - supported.conf: mark adiantum and xctr crypto modules as supported (bsc#1231035)
  - commit 59d03d7
  - Refresh
    patches.suse/bpf-kprobe-remove-unused-declaring-of-bpf_kprobe_override.patch.
  - commit 5a0b269
  - bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()
    (git-fixes).
  - commit 1884922
  - tracing: Avoid possible softlockup in tracing_iter_reset()
    (git-fixes).
  - commit d5df75c
  - tracing: Fix overflow in get_free_elt() (git-fixes
    CVE-2024-43890 bsc#1229764).
  - commit ceb524e
  - arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entry (bsc#1231120 CVE-2024-46822)
  - commit cc6d7b5
  - mailbox: bcm2835: Fix timeout during suspend mode (git-fixes).
  - mailbox: rockchip: fix a typo in module autoloading (git-fixes).
  - i2c: designware: fix controller is holding SCL low while ENABLE
    bit is disabled (git-fixes).
  - drm/amd/display: handle nulled pipe context in DCE110's
    set_drr() (git-fixes).
  - drm/amdgpu: Fix get each xcp macro (git-fixes).
  - tomoyo: fallback to realpath if symlink's pathname does not
    exist (git-fixes).
  - cxl/pci: Fix to record only non-zero ranges (git-fixes).
  - ata: libata-scsi: Fix ata_msense_control() CDL page reporting
    (git-fixes).
  - firmware_loader: Block path traversal (git-fixes).
  - driver core: Fix a potential null-ptr-deref in
    module_add_driver() (git-fixes).
  - driver core: Fix error handling in driver API device_rename()
    (git-fixes).
  - ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate()
    (git-fixes).
  - iio: magnetometer: ak8975: Fix reading for ak099xx sensors
    (git-fixes).
  - iio: chemical: bme680: Fix read/write ops to device by adding
    mutexes (git-fixes).
  - ABI: testing: fix admv8818 attr description (git-fixes).
  - iio: adc: ad7606: fix standby gpio state to match the
    documentation (git-fixes).
  - iio: adc: ad7606: fix oversampling gpio array (git-fixes).
  - tty: rp2: Fix reset with non forgiving PCIe host bridges
    (git-fixes).
  - USB: class: CDC-ACM: fix race between get_serial and set_serial
    (git-fixes).
  - usb: dwc2: drd: fix clock gating on USB role switch (git-fixes).
  - usb: cdnsp: Fix incorrect usb_request status (git-fixes).
  - USB: usbtmc: prevent kernel-usb-infoleak (git-fixes).
  - USB: serial: kobil_sct: restore initial terminal settings
    (git-fixes).
  - xhci: Set quirky xHC PCI hosts to D3 _after_ stopping and
    freeing them (git-fixes).
  - usb: dwc2: Skip clock gating on Broadcom SoCs (git-fixes).
  - spi: atmel-quadspi: Avoid overwriting delay register settings
    (git-fixes).
  - spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time
    (git-fixes).
  - spi: atmel-quadspi: Undo runtime PM changes at driver exit time
    (git-fixes).
  - rtc: at91sam9: fix OF node leak in probe() error path
    (git-fixes).
  - i3c: master: svc: Fix use after free vulnerability in
    svc_i3c_master Driver Due to Race Condition (git-fixes).
  - remoteproc: k3-r5: Fix error handling when power-up failed
    (git-fixes).
  - remoteproc: imx_rproc: Initialize workqueue earlier (git-fixes).
  - remoteproc: imx_rproc: Correct ddr alias for i.MX8M (git-fixes).
  - KEYS: prevent NULL pointer dereference in find_asymmetric_key()
    (git-fixes).
  - media: i2c: ar0521: Use cansleep version of gpiod_set_value()
    (git-fixes).
  - media: ov5675: Fix power on/off delay timings (git-fixes).
  - media: sun4i_csi: Implement link validate for sun4i_csi subdev
    (git-fixes).
  - media: platform: rzg2l-cru: rzg2l-csi2: Add missing
    MODULE_DEVICE_TABLE (git-fixes).
  - media: venus: fix use after free bug in venus_remove due to
    race condition (git-fixes).
  - media: uapi/linux/cec.h: cec_msg_set_reply_to: zero flags
    (git-fixes).
  - clk: ti: dra7-atl: Fix leak of of_nodes (git-fixes).
  - watchdog: imx_sc_wdt: Don't disable WDT in suspend (git-fixes).
  - pinctrl: single: fix missing error code in pcs_probe()
    (git-fixes).
  - xz: cleanup CRC32 edits from 2018 (git-fixes).
  - ata: pata_macio: Use WARN instead of BUG (stable-fixes).
  - commit c5ab3ca
  - Drop mm patches that caused regressions (bsc#1230413)
    Those should have been already dropped via SLE15-SP6 merge, but slipped
    due to incorrect merge conflict resolutions
  - commit 09dbc92
  - Move upstreamed SCSI patches into sorted section
  - commit aba5747
  - kcm: Serialise kcm_sendmsg() for the same socket (CVE-2024-44946
    bsc#1230015).
  - commit 4310760
  - nvme-multipath: avoid hang on inaccessible namespaces
    (bsc#1228244).
  - kcm: Serialise kcm_sendmsg() for the same socket
    (CVE-2024-44946,bsc#1230015).
  - commit a84ca87
  - nvme-multipath: system fails to create generic nvme device
    (bsc#1228244).
  - commit 4fc57d2
  - erofs: fix incorrect symlink detection in fast symlink
    (git-fixes).
  - commit 2e1ae75
  - afs: Don't cross .backup mountpoint from backup volume
    (git-fixes).
  - commit f35dae1
  - afs: Revert "afs: Hide silly-rename files from userspace"
    (git-fixes).
  - commit 11353bb

------------------------------------------------------------------
------------------  2024-9-27  -  Sep 27 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Run package scripts in apt bootstrap phase
    The bootstrap procedure based on apt only runs a manual
    collection of package scripts. This commit refactors the
    code that unpacks the bootstrap packages to a python
    implementation and adds a method to run the bootstrap
    scripts from all packages resolved by apt.

++++ kernel-default:

  - scsi: sd: Fix off-by-one error in
    sd_read_block_characteristics() (bsc#1223848).
  - commit 621f2fb
  - scsi: ibmvfc: Add max_sectors module parameter (bsc#1216223).
  - commit af0ff0f
  - drm/amd/display: Check denominator crb_pipes before used (CVE-2024-46772 bsc#1230772)
  - commit 322be4a
  - arm64: dts: allwinner: h616: Add r_i2c pinctrl nodes
    (git-fixes).
  - commit 642d7e6
  - arm64: dts: imx8-ss-dma: Fix adc0 closing brace location
    (git-fixes).
  - commit 970cc49
  - arm64: dts: rockchip: Correct vendor prefix for Hardkernel
    ODROID-M1 (git-fixes).
  - commit 87f0ae6
  - arm64: dts: rockchip: Raise Pinebook Pro's panel backlight
    PWM frequency (git-fixes).
  - commit 1582b94
  - arm64: dts: rockchip: Correct the Pinebook Pro battery design
    capacity (git-fixes).
  - commit 3b2ebbf
  - arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount
    to 4GB (git-fixes).
  - commit 1059c29
  - arm64: signal: Fix some under-bracketed UAPI macros (git-fixes).
  - commit 9704ff3
  - arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO
    hog on RK3399 Puma (git-fixes).
  - commit 6052a8c
  - arm64: dts: rockchip: fix eMMC/SPI corruption when audio has
    been used on RK3399 Puma (git-fixes).
  - commit 8b3743b
  - Update
    patches.suse/powerpc-pseries-make-max-polling-consistent-for-long.patch
    (bsc#1215199 jsc#PED-10954).
  - Update
    patches.suse/security-integrity-fix-pointer-to-ESL-data-and-.patch
    (bsc#1012628 jsc#PED-5085 jsc#PED-10954).
  - commit ec9be2c
  - arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for
    ROCK Pi E (git-fixes).
  - commit 7527015
  - arm64: acpi: Move get_cpu_for_acpi_id() to a header (git-fixes).
  - commit 42389f0
  - ipmi:ssif: Improve detecting during probing (bsc#1228771)
    Move patch into the sorted section.
  - commit 77cf6fc
  - Update patches.suse/ALSA-line6-Fix-racy-access-to-midibuf.patch
    (stable-fixes CVE-2024-44954 bsc#1230176).
  - Update
    patches.suse/ASoC-dapm-Fix-UAF-for-snd_soc_pcm_runtime-object.patch
    (git-fixes CVE-2024-46798 bsc#1230830).
  - Update
    patches.suse/Bluetooth-btnxpuart-Fix-Null-pointer-dereference-in-.patch
    (stable-fixes CVE-2024-46749 bsc#1230780).
  - Update
    patches.suse/Bluetooth-btnxpuart-Shutdown-timer-and-prevent-rearm.patch
    (stable-fixes CVE-2024-44962 bsc#1230213).
  - Update
    patches.suse/HID-amd_sfh-free-driver_data-after-destroying-hid-de.patch
    (stable-fixes CVE-2024-46746 bsc#1230751).
  - Update
    patches.suse/HID-cougar-fix-slab-out-of-bounds-Read-in-cougar_rep.patch
    (stable-fixes CVE-2024-46747 bsc#1230752).
  - Update patches.suse/Input-MT-limit-max-slots.patch (stable-fixes
    CVE-2024-45008 bsc#1230248).
  - Update
    patches.suse/Input-uinput-reject-requests-with-unreasonable-numbe.patch
    (stable-fixes CVE-2024-46745 bsc#1230748).
  - Update
    patches.suse/KVM-arm64-Make-ICC_-SGI-_EL1-undef-in-the-absence-of.patch
    (git-fixes CVE-2024-46707 bsc#1230582).
  - Update
    patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch
    (git-fixes bsc#1229167 CVE-2024-45005 bsc#1230173).
  - Update
    patches.suse/PCI-Add-missing-bridge-lock-to-pci_bus_lock.patch
    (stable-fixes CVE-2024-46750 bsc#1230783).
  - Update
    patches.suse/Squashfs-sanity-check-symbolic-link-size.patch
    (git-fixes CVE-2024-46744 bsc#1230747).
  - Update
    patches.suse/VMCI-Fix-use-after-free-when-removing-resource-in-vm.patch
    (git-fixes CVE-2024-46738 bsc#1230731).
  - Update
    patches.suse/bpf-Fix-a-kernel-verifier-crash-in-stacksafe.patch
    (bsc#1225903 CVE-2024-45020 bsc#1230433).
  - Update
    patches.suse/btrfs-fix-race-between-direct-IO-write-and-fsync-whe.patch
    (git-fixes CVE-2024-46734 bsc#1230726).
  - Update
    patches.suse/can-bcm-Remove-proc-entry-when-dev-is-unregistered.patch
    (git-fixes CVE-2024-46771 bsc#1230766).
  - Update
    patches.suse/can-mcp251x-fix-deadlock-if-an-interrupt-occurs-duri.patch
    (git-fixes CVE-2024-46791 bsc#1230821).
  - Update
    patches.suse/char-xillybus-Check-USB-endpoints-when-probing-devic.patch
    (git-fixes CVE-2024-45011 bsc#1230440).
  - Update
    patches.suse/char-xillybus-Don-t-destroy-workqueue-from-work-item.patch
    (stable-fixes CVE-2024-45007 bsc#1230175).
  - Update
    patches.suse/dmaengine-altera-msgdma-properly-free-descriptor-in-.patch
    (stable-fixes CVE-2024-46716 bsc#1230715).
  - Update
    patches.suse/driver-core-Fix-uevent_show-vs-driver-detach-race.patch
    (git-fixes CVE-2024-44952 bsc#1230178).
  - Update
    patches.suse/driver-iio-add-missing-checks-on-iio_info-s-callback.patch
    (stable-fixes CVE-2024-46715 bsc#1230700).
  - Update
    patches.suse/drm-amd-display-Assign-linear_pitch_alignment-even-f.patch
    (stable-fixes CVE-2024-46732 bsc#1230711).
  - Update
    patches.suse/drm-amd-display-Check-UnboundedRequestEnabled-s-valu.patch
    (stable-fixes CVE-2024-46778 bsc#1230776).
  - Update
    patches.suse/drm-amd-display-Check-denominator-pbn_div-before-use.patch
    (stable-fixes CVE-2024-46773 bsc#1230791).
  - Update
    patches.suse/drm-amd-display-Check-index-for-aux_rd_interval-befo.patch
    (stable-fixes CVE-2024-46728 bsc#1230703).
  - Update
    patches.suse/drm-amd-display-Ensure-array-index-tg_inst-won-t-be-.patch
    (stable-fixes CVE-2024-46730 bsc#1230701).
  - Update
    patches.suse/drm-amd-display-Ensure-index-calculation-will-not-ov.patch
    (stable-fixes CVE-2024-46726 bsc#1230706).
  - Update
    patches.suse/drm-amd-display-Run-DC_LOG_DC-after-checking-link-li.patch
    (stable-fixes CVE-2024-46776 bsc#1230775).
  - Update
    patches.suse/drm-amd-display-Skip-wbscl_set_scaler_filter-if-filt.patch
    (stable-fixes CVE-2024-46714 bsc#1230699).
  - Update
    patches.suse/drm-amd-display-avoid-using-null-object-of-framebuff.patch
    (git-fixes CVE-2024-46694 bsc#1230511).
  - Update
    patches.suse/drm-amd-pm-fix-the-Out-of-bounds-read-warning.patch
    (stable-fixes CVE-2024-46731 bsc#1230709).
  - Update
    patches.suse/drm-amdgpu-Fix-out-of-bounds-read-of-df_v1_7_channel.patch
    (stable-fixes CVE-2024-46724 bsc#1230725).
  - Update
    patches.suse/drm-amdgpu-Fix-out-of-bounds-write-warning.patch
    (stable-fixes CVE-2024-46725 bsc#1230705).
  - Update
    patches.suse/drm-amdgpu-Forward-soft-recovery-errors-to-userspace.patch
    (stable-fixes CVE-2024-44961 bsc#1230207).
  - Update patches.suse/drm-amdgpu-Validate-TA-binary-size.patch
    (stable-fixes CVE-2024-44977 bsc#1230217).
  - Update
    patches.suse/drm-amdgpu-fix-dereference-after-null-check.patch
    (stable-fixes CVE-2024-46720 bsc#1230724).
  - Update
    patches.suse/drm-amdgpu-fix-mc_data-out-of-bounds-read-warning.patch
    (stable-fixes CVE-2024-46722 bsc#1230712).
  - Update
    patches.suse/drm-amdgpu-fix-ucode-out-of-bounds-read-warning.patch
    (stable-fixes CVE-2024-46723 bsc#1230702).
  - Update
    patches.suse/drm-mgag200-Bind-I2C-lifetime-to-DRM-device.patch
    (git-fixes CVE-2024-44967 bsc#1230224).
  - Update
    patches.suse/drm-msm-dpu-cleanup-FB-if-dpu_format_populate_layout.patch
    (git-fixes CVE-2024-44982 bsc#1230204).
  - Update
    patches.suse/drm-msm-dpu-move-dpu_encoder-s-connector-assignment-.patch
    (git-fixes CVE-2024-45015 bsc#1230444).
  - Update
    patches.suse/drm-vmwgfx-Fix-prime-with-external-buffers.patch
    (git-fixes CVE-2024-46709 bsc#1230539).
  - Update
    patches.suse/fs-netfs-fscache_cookie-add-missing-n_accesses-check.patch
    (bsc#1229455 CVE-2024-45000 bsc#1230170).
  - Update
    patches.suse/fscache-delete-fscache_cookie_lru_timer-when-fscache-.patch
    (bsc#1230602 CVE-2024-46786 bsc#1230813).
  - Update
    patches.suse/fuse-Initialize-beyond-EOF-page-contents-before-setti.patch
    (bsc#1229456 CVE-2024-44947).
  - Update
    patches.suse/hwmon-adc128d818-Fix-underflows-seen-when-writing-li.patch
    (stable-fixes CVE-2024-46759 bsc#1230814).
  - Update
    patches.suse/hwmon-lm95234-Fix-underflows-seen-when-writing-limit.patch
    (stable-fixes CVE-2024-46758 bsc#1230812).
  - Update
    patches.suse/hwmon-nct6775-core-Fix-underflows-seen-when-writing-.patch
    (stable-fixes CVE-2024-46757 bsc#1230809).
  - Update
    patches.suse/hwmon-w83627ehf-Fix-underflows-seen-when-writing-lim.patch
    (stable-fixes CVE-2024-46756 bsc#1230806).
  - Update
    patches.suse/media-dvb-usb-v2-af9035-Fix-null-ptr-deref-in-af9035.patch
    (git-fixes CVE-2023-52915 bsc#1230270).
  - Update
    patches.suse/misc-fastrpc-Fix-double-free-of-buf-in-error-path.patch
    (git-fixes CVE-2024-46741 bsc#1230749).
  - Update
    patches.suse/mmc-mmc_test-Fix-NULL-dereference-on-allocation-fail.patch
    (git-fixes CVE-2024-45028 bsc#1230450).
  - Update
    patches.suse/msft-hv-3046-uio_hv_generic-Fix-kernel-NULL-pointer-dereference-i.patch
    (git-fixes CVE-2024-46739 bsc#1230732).
  - Update
    patches.suse/msft-hv-3048-net-mana-Fix-error-handling-in-mana_create_txq-rxq-s.patch
    (git-fixes CVE-2024-46784 bsc#1230771).
  - Update
    patches.suse/net-ethernet-mtk_wed-fix-use-after-free-panic-in-mtk.patch
    (git-fixes CVE-2024-44997 bsc#1230232).
  - Update
    patches.suse/net-mana-Fix-RX-buf-alloc_size-alignment-and-atomic-.patch
    (bsc#1229086 CVE-2024-45001 bsc#1230244).
  - Update
    patches.suse/net-phy-Fix-missing-of_node_put-for-leds.patch
    (git-fixes CVE-2024-46767 bsc#1230787).
  - Update
    patches.suse/nfc-pn533-Add-poll-mod-list-filling-check.patch
    (git-fixes CVE-2024-46676 bsc#1230535).
  - Update
    patches.suse/nilfs2-fix-missing-cleanup-on-rollforward-recovery-error.patch
    (git-fixes CVE-2024-46781 bsc#1230768).
  - Update
    patches.suse/nilfs2-protect-references-to-superblock-parameters-exposed-in-sysfs.patch
    (git-fixes CVE-2024-46780 bsc#1230808).
  - Update
    patches.suse/nouveau-firmware-use-dma-non-coherent-allocator.patch
    (git-fixes CVE-2024-45012 bsc#1230441).
  - Update
    patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch
    (git-fixes CVE-2024-46737 bsc#1230730).
  - Update
    patches.suse/pci-hotplug-pnv_php-Fix-hotplug-driver-crash-on-Powe.patch
    (stable-fixes CVE-2024-46761 bsc#1230761).
  - Update patches.suse/perf-Fix-event-leak-upon-exit.patch
    (git-fixes CVE-2024-43870 bsc#1229494).
  - Update
    patches.suse/pinctrl-single-fix-potential-NULL-dereference-in-pcs.patch
    (git-fixes CVE-2024-46685 bsc#1230515).
  - Update
    patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch
    (bac#1230295 ltc#206656 CVE-2024-46797 bsc#1230831).
  - Update
    patches.suse/powerpc-rtas-Prevent-Spectre-v1-gadget-construction-.patch
    (bsc#1227487 CVE-2024-46774 bsc#1230767).
  - Update
    patches.suse/s390-dasd-fix-error-recovery-leading-to-data-corruption-on-ESE-devices.patch
    (git-fixes bsc#1229452 CVE-2024-45026 bsc#1230454).
  - Update
    patches.suse/s390-sclp-Prevent-release-of-buffer-in-I-O.patch
    (git-fixes bsc#1229169 CVE-2024-44969 bsc#1230200).
  - Update
    patches.suse/soc-qcom-cmd-db-Map-shared-memory-as-WC-not-WB.patch
    (git-fixes CVE-2024-46689 bsc#1230524).
  - Update
    patches.suse/thunderbolt-Mark-XDomain-as-unplugged-when-router-is.patch
    (stable-fixes CVE-2024-46702 bsc#1230589).
  - Update
    patches.suse/tty-serial-fsl_lpuart-mark-last-busy-before-uart_add.patch
    (git-fixes CVE-2024-46706 bsc#1230580).
  - Update
    patches.suse/usb-dwc3-core-Prevent-USB-core-invalid-event-buffer-.patch
    (stable-fixes CVE-2024-46675 bsc#1230533).
  - Update
    patches.suse/usb-dwc3-st-fix-probed-platform-device-ref-count-on-.patch
    (git-fixes CVE-2024-46674 bsc#1230507).
  - Update
    patches.suse/usb-gadget-core-Check-for-unset-descriptor.patch
    (git-fixes CVE-2024-44960 bsc#1230191).
  - Update
    patches.suse/usb-typec-ucsi-Fix-null-pointer-dereference-in-trace.patch
    (stable-fixes CVE-2024-46719 bsc#1230722).
  - Update
    patches.suse/wifi-brcmfmac-cfg80211-Handle-SSID-based-pmksa-delet.patch
    (git-fixes CVE-2024-46672 bsc#1230459).
  - Update
    patches.suse/wifi-mwifiex-Do-not-return-unused-priv-in-mwifiex_ge.patch
    (stable-fixes CVE-2024-46755 bsc#1230802).
  - Update
    patches.suse/wifi-rtw88-usb-schedule-rx-work-after-everything-is-.patch
    (stable-fixes CVE-2024-46760 bsc#1230753).
  - Update
    patches.suse/x86-mm-Fix-pti_clone_pgtable-alignment-assumption.patch
    (git-fixes CVE-2024-44965 bsc#1230221).
  - Update
    patches.suse/x86-mtrr-Check-if-fixed-MTRRs-exist-before-saving-them.patch
    (git-fixes CVE-2024-44948 bsc#1230174).
  - Update
    patches.suse/xhci-Fix-Panther-point-NULL-pointer-deref-at-full-sp.patch
    (git-fixes CVE-2024-45006 bsc#1230247).
  - commit 6da06c4
  - Update patches.suse/gfs2-Fix-NULL-pointer-dereference-in-gfs2_log_flush.patch (bsc#1230948)
  - commit 90a5b1b

++++ kernel-rt:

  - scsi: sd: Fix off-by-one error in
    sd_read_block_characteristics() (bsc#1223848).
  - commit 621f2fb
  - scsi: ibmvfc: Add max_sectors module parameter (bsc#1216223).
  - commit af0ff0f
  - drm/amd/display: Check denominator crb_pipes before used (CVE-2024-46772 bsc#1230772)
  - commit 322be4a
  - arm64: dts: allwinner: h616: Add r_i2c pinctrl nodes
    (git-fixes).
  - commit 642d7e6
  - arm64: dts: imx8-ss-dma: Fix adc0 closing brace location
    (git-fixes).
  - commit 970cc49
  - arm64: dts: rockchip: Correct vendor prefix for Hardkernel
    ODROID-M1 (git-fixes).
  - commit 87f0ae6
  - arm64: dts: rockchip: Raise Pinebook Pro's panel backlight
    PWM frequency (git-fixes).
  - commit 1582b94
  - arm64: dts: rockchip: Correct the Pinebook Pro battery design
    capacity (git-fixes).
  - commit 3b2ebbf
  - arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount
    to 4GB (git-fixes).
  - commit 1059c29
  - arm64: signal: Fix some under-bracketed UAPI macros (git-fixes).
  - commit 9704ff3
  - arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO
    hog on RK3399 Puma (git-fixes).
  - commit 6052a8c
  - arm64: dts: rockchip: fix eMMC/SPI corruption when audio has
    been used on RK3399 Puma (git-fixes).
  - commit 8b3743b
  - Update
    patches.suse/powerpc-pseries-make-max-polling-consistent-for-long.patch
    (bsc#1215199 jsc#PED-10954).
  - Update
    patches.suse/security-integrity-fix-pointer-to-ESL-data-and-.patch
    (bsc#1012628 jsc#PED-5085 jsc#PED-10954).
  - commit ec9be2c
  - arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for
    ROCK Pi E (git-fixes).
  - commit 7527015
  - arm64: acpi: Move get_cpu_for_acpi_id() to a header (git-fixes).
  - commit 42389f0
  - ipmi:ssif: Improve detecting during probing (bsc#1228771)
    Move patch into the sorted section.
  - commit 77cf6fc
  - Update patches.suse/ALSA-line6-Fix-racy-access-to-midibuf.patch
    (stable-fixes CVE-2024-44954 bsc#1230176).
  - Update
    patches.suse/ASoC-dapm-Fix-UAF-for-snd_soc_pcm_runtime-object.patch
    (git-fixes CVE-2024-46798 bsc#1230830).
  - Update
    patches.suse/Bluetooth-btnxpuart-Fix-Null-pointer-dereference-in-.patch
    (stable-fixes CVE-2024-46749 bsc#1230780).
  - Update
    patches.suse/Bluetooth-btnxpuart-Shutdown-timer-and-prevent-rearm.patch
    (stable-fixes CVE-2024-44962 bsc#1230213).
  - Update
    patches.suse/HID-amd_sfh-free-driver_data-after-destroying-hid-de.patch
    (stable-fixes CVE-2024-46746 bsc#1230751).
  - Update
    patches.suse/HID-cougar-fix-slab-out-of-bounds-Read-in-cougar_rep.patch
    (stable-fixes CVE-2024-46747 bsc#1230752).
  - Update patches.suse/Input-MT-limit-max-slots.patch (stable-fixes
    CVE-2024-45008 bsc#1230248).
  - Update
    patches.suse/Input-uinput-reject-requests-with-unreasonable-numbe.patch
    (stable-fixes CVE-2024-46745 bsc#1230748).
  - Update
    patches.suse/KVM-arm64-Make-ICC_-SGI-_EL1-undef-in-the-absence-of.patch
    (git-fixes CVE-2024-46707 bsc#1230582).
  - Update
    patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch
    (git-fixes bsc#1229167 CVE-2024-45005 bsc#1230173).
  - Update
    patches.suse/PCI-Add-missing-bridge-lock-to-pci_bus_lock.patch
    (stable-fixes CVE-2024-46750 bsc#1230783).
  - Update
    patches.suse/Squashfs-sanity-check-symbolic-link-size.patch
    (git-fixes CVE-2024-46744 bsc#1230747).
  - Update
    patches.suse/VMCI-Fix-use-after-free-when-removing-resource-in-vm.patch
    (git-fixes CVE-2024-46738 bsc#1230731).
  - Update
    patches.suse/bpf-Fix-a-kernel-verifier-crash-in-stacksafe.patch
    (bsc#1225903 CVE-2024-45020 bsc#1230433).
  - Update
    patches.suse/btrfs-fix-race-between-direct-IO-write-and-fsync-whe.patch
    (git-fixes CVE-2024-46734 bsc#1230726).
  - Update
    patches.suse/can-bcm-Remove-proc-entry-when-dev-is-unregistered.patch
    (git-fixes CVE-2024-46771 bsc#1230766).
  - Update
    patches.suse/can-mcp251x-fix-deadlock-if-an-interrupt-occurs-duri.patch
    (git-fixes CVE-2024-46791 bsc#1230821).
  - Update
    patches.suse/char-xillybus-Check-USB-endpoints-when-probing-devic.patch
    (git-fixes CVE-2024-45011 bsc#1230440).
  - Update
    patches.suse/char-xillybus-Don-t-destroy-workqueue-from-work-item.patch
    (stable-fixes CVE-2024-45007 bsc#1230175).
  - Update
    patches.suse/dmaengine-altera-msgdma-properly-free-descriptor-in-.patch
    (stable-fixes CVE-2024-46716 bsc#1230715).
  - Update
    patches.suse/driver-core-Fix-uevent_show-vs-driver-detach-race.patch
    (git-fixes CVE-2024-44952 bsc#1230178).
  - Update
    patches.suse/driver-iio-add-missing-checks-on-iio_info-s-callback.patch
    (stable-fixes CVE-2024-46715 bsc#1230700).
  - Update
    patches.suse/drm-amd-display-Assign-linear_pitch_alignment-even-f.patch
    (stable-fixes CVE-2024-46732 bsc#1230711).
  - Update
    patches.suse/drm-amd-display-Check-UnboundedRequestEnabled-s-valu.patch
    (stable-fixes CVE-2024-46778 bsc#1230776).
  - Update
    patches.suse/drm-amd-display-Check-denominator-pbn_div-before-use.patch
    (stable-fixes CVE-2024-46773 bsc#1230791).
  - Update
    patches.suse/drm-amd-display-Check-index-for-aux_rd_interval-befo.patch
    (stable-fixes CVE-2024-46728 bsc#1230703).
  - Update
    patches.suse/drm-amd-display-Ensure-array-index-tg_inst-won-t-be-.patch
    (stable-fixes CVE-2024-46730 bsc#1230701).
  - Update
    patches.suse/drm-amd-display-Ensure-index-calculation-will-not-ov.patch
    (stable-fixes CVE-2024-46726 bsc#1230706).
  - Update
    patches.suse/drm-amd-display-Run-DC_LOG_DC-after-checking-link-li.patch
    (stable-fixes CVE-2024-46776 bsc#1230775).
  - Update
    patches.suse/drm-amd-display-Skip-wbscl_set_scaler_filter-if-filt.patch
    (stable-fixes CVE-2024-46714 bsc#1230699).
  - Update
    patches.suse/drm-amd-display-avoid-using-null-object-of-framebuff.patch
    (git-fixes CVE-2024-46694 bsc#1230511).
  - Update
    patches.suse/drm-amd-pm-fix-the-Out-of-bounds-read-warning.patch
    (stable-fixes CVE-2024-46731 bsc#1230709).
  - Update
    patches.suse/drm-amdgpu-Fix-out-of-bounds-read-of-df_v1_7_channel.patch
    (stable-fixes CVE-2024-46724 bsc#1230725).
  - Update
    patches.suse/drm-amdgpu-Fix-out-of-bounds-write-warning.patch
    (stable-fixes CVE-2024-46725 bsc#1230705).
  - Update
    patches.suse/drm-amdgpu-Forward-soft-recovery-errors-to-userspace.patch
    (stable-fixes CVE-2024-44961 bsc#1230207).
  - Update patches.suse/drm-amdgpu-Validate-TA-binary-size.patch
    (stable-fixes CVE-2024-44977 bsc#1230217).
  - Update
    patches.suse/drm-amdgpu-fix-dereference-after-null-check.patch
    (stable-fixes CVE-2024-46720 bsc#1230724).
  - Update
    patches.suse/drm-amdgpu-fix-mc_data-out-of-bounds-read-warning.patch
    (stable-fixes CVE-2024-46722 bsc#1230712).
  - Update
    patches.suse/drm-amdgpu-fix-ucode-out-of-bounds-read-warning.patch
    (stable-fixes CVE-2024-46723 bsc#1230702).
  - Update
    patches.suse/drm-mgag200-Bind-I2C-lifetime-to-DRM-device.patch
    (git-fixes CVE-2024-44967 bsc#1230224).
  - Update
    patches.suse/drm-msm-dpu-cleanup-FB-if-dpu_format_populate_layout.patch
    (git-fixes CVE-2024-44982 bsc#1230204).
  - Update
    patches.suse/drm-msm-dpu-move-dpu_encoder-s-connector-assignment-.patch
    (git-fixes CVE-2024-45015 bsc#1230444).
  - Update
    patches.suse/drm-vmwgfx-Fix-prime-with-external-buffers.patch
    (git-fixes CVE-2024-46709 bsc#1230539).
  - Update
    patches.suse/fs-netfs-fscache_cookie-add-missing-n_accesses-check.patch
    (bsc#1229455 CVE-2024-45000 bsc#1230170).
  - Update
    patches.suse/fscache-delete-fscache_cookie_lru_timer-when-fscache-.patch
    (bsc#1230602 CVE-2024-46786 bsc#1230813).
  - Update
    patches.suse/fuse-Initialize-beyond-EOF-page-contents-before-setti.patch
    (bsc#1229456 CVE-2024-44947).
  - Update
    patches.suse/hwmon-adc128d818-Fix-underflows-seen-when-writing-li.patch
    (stable-fixes CVE-2024-46759 bsc#1230814).
  - Update
    patches.suse/hwmon-lm95234-Fix-underflows-seen-when-writing-limit.patch
    (stable-fixes CVE-2024-46758 bsc#1230812).
  - Update
    patches.suse/hwmon-nct6775-core-Fix-underflows-seen-when-writing-.patch
    (stable-fixes CVE-2024-46757 bsc#1230809).
  - Update
    patches.suse/hwmon-w83627ehf-Fix-underflows-seen-when-writing-lim.patch
    (stable-fixes CVE-2024-46756 bsc#1230806).
  - Update
    patches.suse/media-dvb-usb-v2-af9035-Fix-null-ptr-deref-in-af9035.patch
    (git-fixes CVE-2023-52915 bsc#1230270).
  - Update
    patches.suse/misc-fastrpc-Fix-double-free-of-buf-in-error-path.patch
    (git-fixes CVE-2024-46741 bsc#1230749).
  - Update
    patches.suse/mmc-mmc_test-Fix-NULL-dereference-on-allocation-fail.patch
    (git-fixes CVE-2024-45028 bsc#1230450).
  - Update
    patches.suse/msft-hv-3046-uio_hv_generic-Fix-kernel-NULL-pointer-dereference-i.patch
    (git-fixes CVE-2024-46739 bsc#1230732).
  - Update
    patches.suse/msft-hv-3048-net-mana-Fix-error-handling-in-mana_create_txq-rxq-s.patch
    (git-fixes CVE-2024-46784 bsc#1230771).
  - Update
    patches.suse/net-ethernet-mtk_wed-fix-use-after-free-panic-in-mtk.patch
    (git-fixes CVE-2024-44997 bsc#1230232).
  - Update
    patches.suse/net-mana-Fix-RX-buf-alloc_size-alignment-and-atomic-.patch
    (bsc#1229086 CVE-2024-45001 bsc#1230244).
  - Update
    patches.suse/net-phy-Fix-missing-of_node_put-for-leds.patch
    (git-fixes CVE-2024-46767 bsc#1230787).
  - Update
    patches.suse/nfc-pn533-Add-poll-mod-list-filling-check.patch
    (git-fixes CVE-2024-46676 bsc#1230535).
  - Update
    patches.suse/nilfs2-fix-missing-cleanup-on-rollforward-recovery-error.patch
    (git-fixes CVE-2024-46781 bsc#1230768).
  - Update
    patches.suse/nilfs2-protect-references-to-superblock-parameters-exposed-in-sysfs.patch
    (git-fixes CVE-2024-46780 bsc#1230808).
  - Update
    patches.suse/nouveau-firmware-use-dma-non-coherent-allocator.patch
    (git-fixes CVE-2024-45012 bsc#1230441).
  - Update
    patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch
    (git-fixes CVE-2024-46737 bsc#1230730).
  - Update
    patches.suse/pci-hotplug-pnv_php-Fix-hotplug-driver-crash-on-Powe.patch
    (stable-fixes CVE-2024-46761 bsc#1230761).
  - Update patches.suse/perf-Fix-event-leak-upon-exit.patch
    (git-fixes CVE-2024-43870 bsc#1229494).
  - Update
    patches.suse/pinctrl-single-fix-potential-NULL-dereference-in-pcs.patch
    (git-fixes CVE-2024-46685 bsc#1230515).
  - Update
    patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch
    (bac#1230295 ltc#206656 CVE-2024-46797 bsc#1230831).
  - Update
    patches.suse/powerpc-rtas-Prevent-Spectre-v1-gadget-construction-.patch
    (bsc#1227487 CVE-2024-46774 bsc#1230767).
  - Update
    patches.suse/s390-dasd-fix-error-recovery-leading-to-data-corruption-on-ESE-devices.patch
    (git-fixes bsc#1229452 CVE-2024-45026 bsc#1230454).
  - Update
    patches.suse/s390-sclp-Prevent-release-of-buffer-in-I-O.patch
    (git-fixes bsc#1229169 CVE-2024-44969 bsc#1230200).
  - Update
    patches.suse/soc-qcom-cmd-db-Map-shared-memory-as-WC-not-WB.patch
    (git-fixes CVE-2024-46689 bsc#1230524).
  - Update
    patches.suse/thunderbolt-Mark-XDomain-as-unplugged-when-router-is.patch
    (stable-fixes CVE-2024-46702 bsc#1230589).
  - Update
    patches.suse/tty-serial-fsl_lpuart-mark-last-busy-before-uart_add.patch
    (git-fixes CVE-2024-46706 bsc#1230580).
  - Update
    patches.suse/usb-dwc3-core-Prevent-USB-core-invalid-event-buffer-.patch
    (stable-fixes CVE-2024-46675 bsc#1230533).
  - Update
    patches.suse/usb-dwc3-st-fix-probed-platform-device-ref-count-on-.patch
    (git-fixes CVE-2024-46674 bsc#1230507).
  - Update
    patches.suse/usb-gadget-core-Check-for-unset-descriptor.patch
    (git-fixes CVE-2024-44960 bsc#1230191).
  - Update
    patches.suse/usb-typec-ucsi-Fix-null-pointer-dereference-in-trace.patch
    (stable-fixes CVE-2024-46719 bsc#1230722).
  - Update
    patches.suse/wifi-brcmfmac-cfg80211-Handle-SSID-based-pmksa-delet.patch
    (git-fixes CVE-2024-46672 bsc#1230459).
  - Update
    patches.suse/wifi-mwifiex-Do-not-return-unused-priv-in-mwifiex_ge.patch
    (stable-fixes CVE-2024-46755 bsc#1230802).
  - Update
    patches.suse/wifi-rtw88-usb-schedule-rx-work-after-everything-is-.patch
    (stable-fixes CVE-2024-46760 bsc#1230753).
  - Update
    patches.suse/x86-mm-Fix-pti_clone_pgtable-alignment-assumption.patch
    (git-fixes CVE-2024-44965 bsc#1230221).
  - Update
    patches.suse/x86-mtrr-Check-if-fixed-MTRRs-exist-before-saving-them.patch
    (git-fixes CVE-2024-44948 bsc#1230174).
  - Update
    patches.suse/xhci-Fix-Panther-point-NULL-pointer-deref-at-full-sp.patch
    (git-fixes CVE-2024-45006 bsc#1230247).
  - commit 6da06c4
  - Update patches.suse/gfs2-Fix-NULL-pointer-dereference-in-gfs2_log_flush.patch (bsc#1230948)
  - commit 90a5b1b

++++ kernel-rt_debug:

  - scsi: sd: Fix off-by-one error in
    sd_read_block_characteristics() (bsc#1223848).
  - commit 621f2fb
  - scsi: ibmvfc: Add max_sectors module parameter (bsc#1216223).
  - commit af0ff0f
  - drm/amd/display: Check denominator crb_pipes before used (CVE-2024-46772 bsc#1230772)
  - commit 322be4a
  - arm64: dts: allwinner: h616: Add r_i2c pinctrl nodes
    (git-fixes).
  - commit 642d7e6
  - arm64: dts: imx8-ss-dma: Fix adc0 closing brace location
    (git-fixes).
  - commit 970cc49
  - arm64: dts: rockchip: Correct vendor prefix for Hardkernel
    ODROID-M1 (git-fixes).
  - commit 87f0ae6
  - arm64: dts: rockchip: Raise Pinebook Pro's panel backlight
    PWM frequency (git-fixes).
  - commit 1582b94
  - arm64: dts: rockchip: Correct the Pinebook Pro battery design
    capacity (git-fixes).
  - commit 3b2ebbf
  - arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM amount
    to 4GB (git-fixes).
  - commit 1059c29
  - arm64: signal: Fix some under-bracketed UAPI macros (git-fixes).
  - commit 9704ff3
  - arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO
    hog on RK3399 Puma (git-fixes).
  - commit 6052a8c
  - arm64: dts: rockchip: fix eMMC/SPI corruption when audio has
    been used on RK3399 Puma (git-fixes).
  - commit 8b3743b
  - Update
    patches.suse/powerpc-pseries-make-max-polling-consistent-for-long.patch
    (bsc#1215199 jsc#PED-10954).
  - Update
    patches.suse/security-integrity-fix-pointer-to-ESL-data-and-.patch
    (bsc#1012628 jsc#PED-5085 jsc#PED-10954).
  - commit ec9be2c
  - arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for
    ROCK Pi E (git-fixes).
  - commit 7527015
  - arm64: acpi: Move get_cpu_for_acpi_id() to a header (git-fixes).
  - commit 42389f0
  - ipmi:ssif: Improve detecting during probing (bsc#1228771)
    Move patch into the sorted section.
  - commit 77cf6fc
  - Update patches.suse/ALSA-line6-Fix-racy-access-to-midibuf.patch
    (stable-fixes CVE-2024-44954 bsc#1230176).
  - Update
    patches.suse/ASoC-dapm-Fix-UAF-for-snd_soc_pcm_runtime-object.patch
    (git-fixes CVE-2024-46798 bsc#1230830).
  - Update
    patches.suse/Bluetooth-btnxpuart-Fix-Null-pointer-dereference-in-.patch
    (stable-fixes CVE-2024-46749 bsc#1230780).
  - Update
    patches.suse/Bluetooth-btnxpuart-Shutdown-timer-and-prevent-rearm.patch
    (stable-fixes CVE-2024-44962 bsc#1230213).
  - Update
    patches.suse/HID-amd_sfh-free-driver_data-after-destroying-hid-de.patch
    (stable-fixes CVE-2024-46746 bsc#1230751).
  - Update
    patches.suse/HID-cougar-fix-slab-out-of-bounds-Read-in-cougar_rep.patch
    (stable-fixes CVE-2024-46747 bsc#1230752).
  - Update patches.suse/Input-MT-limit-max-slots.patch (stable-fixes
    CVE-2024-45008 bsc#1230248).
  - Update
    patches.suse/Input-uinput-reject-requests-with-unreasonable-numbe.patch
    (stable-fixes CVE-2024-46745 bsc#1230748).
  - Update
    patches.suse/KVM-arm64-Make-ICC_-SGI-_EL1-undef-in-the-absence-of.patch
    (git-fixes CVE-2024-46707 bsc#1230582).
  - Update
    patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch
    (git-fixes bsc#1229167 CVE-2024-45005 bsc#1230173).
  - Update
    patches.suse/PCI-Add-missing-bridge-lock-to-pci_bus_lock.patch
    (stable-fixes CVE-2024-46750 bsc#1230783).
  - Update
    patches.suse/Squashfs-sanity-check-symbolic-link-size.patch
    (git-fixes CVE-2024-46744 bsc#1230747).
  - Update
    patches.suse/VMCI-Fix-use-after-free-when-removing-resource-in-vm.patch
    (git-fixes CVE-2024-46738 bsc#1230731).
  - Update
    patches.suse/bpf-Fix-a-kernel-verifier-crash-in-stacksafe.patch
    (bsc#1225903 CVE-2024-45020 bsc#1230433).
  - Update
    patches.suse/btrfs-fix-race-between-direct-IO-write-and-fsync-whe.patch
    (git-fixes CVE-2024-46734 bsc#1230726).
  - Update
    patches.suse/can-bcm-Remove-proc-entry-when-dev-is-unregistered.patch
    (git-fixes CVE-2024-46771 bsc#1230766).
  - Update
    patches.suse/can-mcp251x-fix-deadlock-if-an-interrupt-occurs-duri.patch
    (git-fixes CVE-2024-46791 bsc#1230821).
  - Update
    patches.suse/char-xillybus-Check-USB-endpoints-when-probing-devic.patch
    (git-fixes CVE-2024-45011 bsc#1230440).
  - Update
    patches.suse/char-xillybus-Don-t-destroy-workqueue-from-work-item.patch
    (stable-fixes CVE-2024-45007 bsc#1230175).
  - Update
    patches.suse/dmaengine-altera-msgdma-properly-free-descriptor-in-.patch
    (stable-fixes CVE-2024-46716 bsc#1230715).
  - Update
    patches.suse/driver-core-Fix-uevent_show-vs-driver-detach-race.patch
    (git-fixes CVE-2024-44952 bsc#1230178).
  - Update
    patches.suse/driver-iio-add-missing-checks-on-iio_info-s-callback.patch
    (stable-fixes CVE-2024-46715 bsc#1230700).
  - Update
    patches.suse/drm-amd-display-Assign-linear_pitch_alignment-even-f.patch
    (stable-fixes CVE-2024-46732 bsc#1230711).
  - Update
    patches.suse/drm-amd-display-Check-UnboundedRequestEnabled-s-valu.patch
    (stable-fixes CVE-2024-46778 bsc#1230776).
  - Update
    patches.suse/drm-amd-display-Check-denominator-pbn_div-before-use.patch
    (stable-fixes CVE-2024-46773 bsc#1230791).
  - Update
    patches.suse/drm-amd-display-Check-index-for-aux_rd_interval-befo.patch
    (stable-fixes CVE-2024-46728 bsc#1230703).
  - Update
    patches.suse/drm-amd-display-Ensure-array-index-tg_inst-won-t-be-.patch
    (stable-fixes CVE-2024-46730 bsc#1230701).
  - Update
    patches.suse/drm-amd-display-Ensure-index-calculation-will-not-ov.patch
    (stable-fixes CVE-2024-46726 bsc#1230706).
  - Update
    patches.suse/drm-amd-display-Run-DC_LOG_DC-after-checking-link-li.patch
    (stable-fixes CVE-2024-46776 bsc#1230775).
  - Update
    patches.suse/drm-amd-display-Skip-wbscl_set_scaler_filter-if-filt.patch
    (stable-fixes CVE-2024-46714 bsc#1230699).
  - Update
    patches.suse/drm-amd-display-avoid-using-null-object-of-framebuff.patch
    (git-fixes CVE-2024-46694 bsc#1230511).
  - Update
    patches.suse/drm-amd-pm-fix-the-Out-of-bounds-read-warning.patch
    (stable-fixes CVE-2024-46731 bsc#1230709).
  - Update
    patches.suse/drm-amdgpu-Fix-out-of-bounds-read-of-df_v1_7_channel.patch
    (stable-fixes CVE-2024-46724 bsc#1230725).
  - Update
    patches.suse/drm-amdgpu-Fix-out-of-bounds-write-warning.patch
    (stable-fixes CVE-2024-46725 bsc#1230705).
  - Update
    patches.suse/drm-amdgpu-Forward-soft-recovery-errors-to-userspace.patch
    (stable-fixes CVE-2024-44961 bsc#1230207).
  - Update patches.suse/drm-amdgpu-Validate-TA-binary-size.patch
    (stable-fixes CVE-2024-44977 bsc#1230217).
  - Update
    patches.suse/drm-amdgpu-fix-dereference-after-null-check.patch
    (stable-fixes CVE-2024-46720 bsc#1230724).
  - Update
    patches.suse/drm-amdgpu-fix-mc_data-out-of-bounds-read-warning.patch
    (stable-fixes CVE-2024-46722 bsc#1230712).
  - Update
    patches.suse/drm-amdgpu-fix-ucode-out-of-bounds-read-warning.patch
    (stable-fixes CVE-2024-46723 bsc#1230702).
  - Update
    patches.suse/drm-mgag200-Bind-I2C-lifetime-to-DRM-device.patch
    (git-fixes CVE-2024-44967 bsc#1230224).
  - Update
    patches.suse/drm-msm-dpu-cleanup-FB-if-dpu_format_populate_layout.patch
    (git-fixes CVE-2024-44982 bsc#1230204).
  - Update
    patches.suse/drm-msm-dpu-move-dpu_encoder-s-connector-assignment-.patch
    (git-fixes CVE-2024-45015 bsc#1230444).
  - Update
    patches.suse/drm-vmwgfx-Fix-prime-with-external-buffers.patch
    (git-fixes CVE-2024-46709 bsc#1230539).
  - Update
    patches.suse/fs-netfs-fscache_cookie-add-missing-n_accesses-check.patch
    (bsc#1229455 CVE-2024-45000 bsc#1230170).
  - Update
    patches.suse/fscache-delete-fscache_cookie_lru_timer-when-fscache-.patch
    (bsc#1230602 CVE-2024-46786 bsc#1230813).
  - Update
    patches.suse/fuse-Initialize-beyond-EOF-page-contents-before-setti.patch
    (bsc#1229456 CVE-2024-44947).
  - Update
    patches.suse/hwmon-adc128d818-Fix-underflows-seen-when-writing-li.patch
    (stable-fixes CVE-2024-46759 bsc#1230814).
  - Update
    patches.suse/hwmon-lm95234-Fix-underflows-seen-when-writing-limit.patch
    (stable-fixes CVE-2024-46758 bsc#1230812).
  - Update
    patches.suse/hwmon-nct6775-core-Fix-underflows-seen-when-writing-.patch
    (stable-fixes CVE-2024-46757 bsc#1230809).
  - Update
    patches.suse/hwmon-w83627ehf-Fix-underflows-seen-when-writing-lim.patch
    (stable-fixes CVE-2024-46756 bsc#1230806).
  - Update
    patches.suse/media-dvb-usb-v2-af9035-Fix-null-ptr-deref-in-af9035.patch
    (git-fixes CVE-2023-52915 bsc#1230270).
  - Update
    patches.suse/misc-fastrpc-Fix-double-free-of-buf-in-error-path.patch
    (git-fixes CVE-2024-46741 bsc#1230749).
  - Update
    patches.suse/mmc-mmc_test-Fix-NULL-dereference-on-allocation-fail.patch
    (git-fixes CVE-2024-45028 bsc#1230450).
  - Update
    patches.suse/msft-hv-3046-uio_hv_generic-Fix-kernel-NULL-pointer-dereference-i.patch
    (git-fixes CVE-2024-46739 bsc#1230732).
  - Update
    patches.suse/msft-hv-3048-net-mana-Fix-error-handling-in-mana_create_txq-rxq-s.patch
    (git-fixes CVE-2024-46784 bsc#1230771).
  - Update
    patches.suse/net-ethernet-mtk_wed-fix-use-after-free-panic-in-mtk.patch
    (git-fixes CVE-2024-44997 bsc#1230232).
  - Update
    patches.suse/net-mana-Fix-RX-buf-alloc_size-alignment-and-atomic-.patch
    (bsc#1229086 CVE-2024-45001 bsc#1230244).
  - Update
    patches.suse/net-phy-Fix-missing-of_node_put-for-leds.patch
    (git-fixes CVE-2024-46767 bsc#1230787).
  - Update
    patches.suse/nfc-pn533-Add-poll-mod-list-filling-check.patch
    (git-fixes CVE-2024-46676 bsc#1230535).
  - Update
    patches.suse/nilfs2-fix-missing-cleanup-on-rollforward-recovery-error.patch
    (git-fixes CVE-2024-46781 bsc#1230768).
  - Update
    patches.suse/nilfs2-protect-references-to-superblock-parameters-exposed-in-sysfs.patch
    (git-fixes CVE-2024-46780 bsc#1230808).
  - Update
    patches.suse/nouveau-firmware-use-dma-non-coherent-allocator.patch
    (git-fixes CVE-2024-45012 bsc#1230441).
  - Update
    patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch
    (git-fixes CVE-2024-46737 bsc#1230730).
  - Update
    patches.suse/pci-hotplug-pnv_php-Fix-hotplug-driver-crash-on-Powe.patch
    (stable-fixes CVE-2024-46761 bsc#1230761).
  - Update patches.suse/perf-Fix-event-leak-upon-exit.patch
    (git-fixes CVE-2024-43870 bsc#1229494).
  - Update
    patches.suse/pinctrl-single-fix-potential-NULL-dereference-in-pcs.patch
    (git-fixes CVE-2024-46685 bsc#1230515).
  - Update
    patches.suse/powerpc-qspinlock-Fix-deadlock-in-MCS-queue.patch
    (bac#1230295 ltc#206656 CVE-2024-46797 bsc#1230831).
  - Update
    patches.suse/powerpc-rtas-Prevent-Spectre-v1-gadget-construction-.patch
    (bsc#1227487 CVE-2024-46774 bsc#1230767).
  - Update
    patches.suse/s390-dasd-fix-error-recovery-leading-to-data-corruption-on-ESE-devices.patch
    (git-fixes bsc#1229452 CVE-2024-45026 bsc#1230454).
  - Update
    patches.suse/s390-sclp-Prevent-release-of-buffer-in-I-O.patch
    (git-fixes bsc#1229169 CVE-2024-44969 bsc#1230200).
  - Update
    patches.suse/soc-qcom-cmd-db-Map-shared-memory-as-WC-not-WB.patch
    (git-fixes CVE-2024-46689 bsc#1230524).
  - Update
    patches.suse/thunderbolt-Mark-XDomain-as-unplugged-when-router-is.patch
    (stable-fixes CVE-2024-46702 bsc#1230589).
  - Update
    patches.suse/tty-serial-fsl_lpuart-mark-last-busy-before-uart_add.patch
    (git-fixes CVE-2024-46706 bsc#1230580).
  - Update
    patches.suse/usb-dwc3-core-Prevent-USB-core-invalid-event-buffer-.patch
    (stable-fixes CVE-2024-46675 bsc#1230533).
  - Update
    patches.suse/usb-dwc3-st-fix-probed-platform-device-ref-count-on-.patch
    (git-fixes CVE-2024-46674 bsc#1230507).
  - Update
    patches.suse/usb-gadget-core-Check-for-unset-descriptor.patch
    (git-fixes CVE-2024-44960 bsc#1230191).
  - Update
    patches.suse/usb-typec-ucsi-Fix-null-pointer-dereference-in-trace.patch
    (stable-fixes CVE-2024-46719 bsc#1230722).
  - Update
    patches.suse/wifi-brcmfmac-cfg80211-Handle-SSID-based-pmksa-delet.patch
    (git-fixes CVE-2024-46672 bsc#1230459).
  - Update
    patches.suse/wifi-mwifiex-Do-not-return-unused-priv-in-mwifiex_ge.patch
    (stable-fixes CVE-2024-46755 bsc#1230802).
  - Update
    patches.suse/wifi-rtw88-usb-schedule-rx-work-after-everything-is-.patch
    (stable-fixes CVE-2024-46760 bsc#1230753).
  - Update
    patches.suse/x86-mm-Fix-pti_clone_pgtable-alignment-assumption.patch
    (git-fixes CVE-2024-44965 bsc#1230221).
  - Update
    patches.suse/x86-mtrr-Check-if-fixed-MTRRs-exist-before-saving-them.patch
    (git-fixes CVE-2024-44948 bsc#1230174).
  - Update
    patches.suse/xhci-Fix-Panther-point-NULL-pointer-deref-at-full-sp.patch
    (git-fixes CVE-2024-45006 bsc#1230247).
  - commit 6da06c4
  - Update patches.suse/gfs2-Fix-NULL-pointer-dereference-in-gfs2_log_flush.patch (bsc#1230948)
  - commit 90a5b1b

------------------------------------------------------------------
------------------  2024-9-26  -  Sep 26 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.1.12 → 10.1.13
  - Fix bundle extension for vagrant type
    When bundling result files that uses a vagrant type,
    kiwi creates them with the extension .vagrant.virtualbox.box
    or .vagrant.libvirt.box. The bundler code renames them using
    only the .box suffix which is too short as it is missing
    the subformat information. This commit fixes it and keeps
    this information in the result bundle file name.
    This Fixes #2656
  - Use simple quotas (squota) for volumes

++++ kernel-default:

  - Refresh
    patches.suse/0001-PCI-Make-pci_dev_is_disconnected-helper-public-for-o.patch.
  - Refresh
    patches.suse/0001-fork-defer-linking-file-vma-until-vma-is-fully-initi.patch.
  - Refresh
    patches.suse/0001-iommu-amd-Fix-failure-return-from-snp_lookup_rmpentr.patch.
  - Refresh
    patches.suse/0001-iommu-amd-Mark-interrupt-as-managed.patch.
  - Refresh
    patches.suse/0001-lib-stackdepot-add-depot_fetch_stack-helper.patch.
  - Refresh
    patches.suse/0001-lib-stackdepot-add-refcount-for-records.patch.
  - Refresh
    patches.suse/0001-mm-page_owner-check-for-null-stack_record-before-bum.patch.
  - Refresh
    patches.suse/0001-mm-page_owner-drop-unnecessary-check.patch.
  - Refresh patches.suse/0001-mm-page_owner-fix-recursion.patch.
  - Refresh
    patches.suse/0002-iommu-vt-d-Don-t-issue-ATS-Invalidation-request-when.patch.
  - Refresh
    patches.suse/ACPI-arm64-export-acpi_arch_thermal_cpufreq_pctg.patch.
  - Refresh
    patches.suse/ACPI-processor-reduce-CPUFREQ-thermal-reduction-pctg-for-Tegra241.patch.
  - Refresh
    patches.suse/ACPI-thermal-Add-Thermal-fast-Sampling-Period-_TFP-support.patch.
  - Refresh
    patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch.
  - Refresh
    patches.suse/KVM-s390-fix-gisa-destroy-operation-might-lead-to-cpu-stalls.patch.
  - Refresh
    patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch.
  - Refresh
    patches.suse/KVM-s390-only-deliver-the-set-service-event-bits.patch.
  - Refresh
    patches.suse/KVM-s390-vsie-Fix-STFLE-interpretive-execution-identification.patch.
  - Refresh
    patches.suse/Revert-sched-fair-Move-unused-stub-functions-to-header.patch.
  - Refresh
    patches.suse/USB-core-Unite-old-scheme-and-new-scheme-descriptor-.patch.
  - Refresh
    patches.suse/arm64-ACPI-NUMA-initialize-all-values-of-acpi_early_node_map-to-NUMA_NO_NODE.patch.
  - Refresh
    patches.suse/arm64-Add-the-arm64.no32bit_el0-command-line-option.patch.
  - Refresh
    patches.suse/arm64-Fix-KASAN-random-tag-seed-initialization.patch.
  - Refresh
    patches.suse/arm64-dts-allwinner-Pine-H64-correctly-remove-reg_gmac_3v3.patch.
  - Refresh
    patches.suse/arm64-dts-allwinner-h6-Add-RX-DMA-channel-for-SPDIF.patch.
  - Refresh
    patches.suse/arm64-dts-allwinner-h616-Fix-I2C0-pins.patch.
  - Refresh
    patches.suse/arm64-dts-hi3798cv200-fix-the-size-of-GICR.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pull-resistors-for-SD-card-signals-on-BL-OSM-S-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pull-resistors-for-SD-card-signals-on-BL-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-I2C-signals-on-OSM-S-i.MX8MM.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-I2C-signals-on-SL-BL-i.MX8MM.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-onboard-UART-signals-on-BL-OSM-S-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-onboard-UART-signals-on-BL-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Fix-OSM-S-devicetrees-to-match-latest-hardware.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Fix-interrupt-for-RTC-on-OSM-S-i.MX8MM-module.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Refactor-devicetree-for-OSM-S-module-and-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-venice-gw71xx-fix-USB-OTG-VBUS.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mp-Set-SPI-NOR-to-max-40-MHz-on-Data-Modul-i.MX8M-Plus-eDM-SBC.patch.
  - Refresh
    patches.suse/arm64-dts-microchip-sparx5-fix-mdio-reg.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-enable-strobe-pulldown-to-emmc-phy-on-ROCK-4C.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-enable-strobe-pulldown-to-emmc-phy-on-ROCK-Pi-4.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-mdio-and-ethernet-phy-nodes-to-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-missing-power-domains-for-rk356x-vop_mmu.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-pinctrl-for-UART0-to-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-sdmmc-related-properties-on-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Drop-invalid-mic-in-differential-on-rk3568-rock-3a.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Fix-mic-in-differential-usage-on-rk3566-roc-pc.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Fix-mic-in-differential-usage-on-rk3568-evb1-v10.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Increase-VOP-clk-rate-on-RK3328.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Update-WIFi-BT-related-nodes-on-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-add-missing-interrupt-names-for-rk356x-vdpu.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-drop-rockchip-trcm-sync-tx-only-from-rk3588-i2s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-fix-reset-names-for-rk356x-i2s2-controller.patch.
  - Refresh
    patches.suse/arm64-ptrace-Use-saved-floating-point-state-type-to-determine-SVE-layout.patch.
  - Refresh
    patches.suse/arm64-tegra-Correct-Tegra132-I2C-alias.patch.
  - Refresh
    patches.suse/badblocks-avoid-checking-invalid-range-in-badblocks_-146e.patch.
  - Refresh
    patches.suse/blk-cgroup-fix-rcu-lockdep-warning-in-blkg_lookup.patch.
  - Refresh
    patches.suse/btrfs-add-a-btrfs_finish_ordered_extent-helper.patch.
  - Refresh patches.suse/btrfs-add-a-is_data_bbio-helper.patch.
  - Refresh
    patches.suse/btrfs-add-an-ordered_extent-pointer-to-struct-btrfs_.patch.
  - Refresh
    patches.suse/btrfs-factor-out-a-btrfs_queue_ordered_fn-helper.patch.
  - Refresh
    patches.suse/btrfs-factor-out-a-can_finish_ordered_extent-helper.patch.
  - Refresh
    patches.suse/btrfs-fix-deadlock-with-fiemap-and-extent-locking.patch.
  - Refresh
    patches.suse/btrfs-limit-write-bios-to-a-single-ordered-extent.patch.
  - Refresh
    patches.suse/btrfs-merge-the-two-calls-to-btrfs_add_ordered_exten.patch.
  - Refresh
    patches.suse/btrfs-open-code-btrfs_bio_end_io-in-btrfs_dio_submit.patch.
  - Refresh
    patches.suse/btrfs-open-code-end_extent_writepage-in-end_bio_exte.patch.
  - Refresh
    patches.suse/btrfs-pass-an-ordered_extent-to-btrfs_reloc_clone_cs.patch.
  - Refresh
    patches.suse/btrfs-pass-an-ordered_extent-to-btrfs_submit_compres.patch.
  - Refresh
    patches.suse/btrfs-remove-btrfs_add_ordered_extent.patch.
  - Refresh
    patches.suse/btrfs-use-bbio-ordered-in-btrfs_csum_one_bio.patch.
  - Refresh
    patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-bu.patch.
  - Refresh
    patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-co.patch.
  - Refresh
    patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-di.patch.
  - Refresh
    patches.suse/btrfs-zoned-update-meta-write-pointer-on-zone-finish.patch.
  - Refresh
    patches.suse/cachefiles-fix-memory-leak-in-cachefiles_add_cache.patch.
  - Refresh
    patches.suse/cifs-cifs_chan_is_iface_active-should-be-called-with-chan_lock-held.patch.
  - Refresh
    patches.suse/dcssblk-handle-alloc_dax-EOPNOTSUPP-failure.patch.
  - Refresh
    patches.suse/erofs-apply-proper-VMA-alignment-for-memory-mapped-files-on-THP.patch.
  - Refresh patches.suse/ethernet-tg3-remove-unreachable-code.patch.
  - Refresh
    patches.suse/exfat-fix-potential-deadlock-on-__exfat_get_dentry_set.patch.
  - Refresh
    patches.suse/fanotify-allow-weak-fsid-when-watching-a-single-file.patch.
  - Refresh
    patches.suse/fanotify-store-fsid-in-mark-instead-of-in-connector.patch.
  - Refresh
    patches.suse/fuse-fix-memory-leak-in-fuse_create_open.patch.
  - Refresh
    patches.suse/fuse-update-stats-for-pages-in-dropped-aux-writeback-.patch.
  - Refresh
    patches.suse/fuse-use-unsigned-type-for-getxattr-listxattr-size-tr.patch.
  - Refresh
    patches.suse/gpio-davinci-Validate-the-obtained-number-of-IRQs.patch.
  - Refresh
    patches.suse/gpiolib-cdev-Disallow-reconfiguration-without-direct.patch.
  - Refresh
    patches.suse/hfsplus-fix-to-avoid-false-alarm-of-circular-locking.patch.
  - Refresh
    patches.suse/igb-set-max-size-RX-buffer-when-store-bad-packet-is-.patch.
  - Refresh
    patches.suse/iomap-fix-a-regression-for-partial-write-errors.patch.
  - Refresh
    patches.suse/iomap-micro-optimize-the-ki_pos-assignment-in-iomap_.patch.
  - Refresh
    patches.suse/ixgbevf-Remove-unused-function-declarations.patch.
  - Refresh
    patches.suse/jfs-Fix-array-index-out-of-bounds-in-diFree.patch.
  - Refresh
    patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch.
  - Refresh
    patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch.
  - Refresh
    patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch.
  - Refresh
    patches.suse/md-Don-t-suspend-the-array-for-interrupted-reshape-9e46.patch.
  - Refresh
    patches.suse/md-Make-sure-md_do_sync-will-set-MD_RECOVERY_DONE-82ec.patch.
  - Refresh
    patches.suse/md-bypass-block-throttle-for-superblock-update-d6e0.patch.
  - Refresh
    patches.suse/memory-tegra-Add-BPMP-and-ICC-info-for-DLA-clients.patch.
  - Refresh
    patches.suse/memory-tegra-Correct-DLA-client-names.patch.
  - Refresh
    patches.suse/mm-avoid-might_sleep-in-get_mmap_lock_carefully.patch.
  - Refresh
    patches.suse/mm-compaction-avoid-unneeded-pageblock_end_pfn-when-no_set_skip_hint-is-set.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-of-cached-migrate-pfn-update.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-of-candidate-pfn-in-fast_isolate_freepages.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-of-fast_find_migrateblock-in-isolate_migratepages.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-to-complete-migration-failure.patch.
  - Refresh
    patches.suse/mm-compaction-correct-last_migrated_pfn-update-in-compact_zone.patch.
  - Refresh
    patches.suse/mm-compaction-merge-end_pfn-boundary-check-in-isolate_freepages_range.patch.
  - Refresh
    patches.suse/mm-compaction-remove-unnecessary-cursor-page-in-isolate_freepages_block.patch.
  - Refresh
    patches.suse/mm-compaction-remove-unnecessary-else-continue-at-end-of-loop-in-isolate_freepages_block.patch.
  - Refresh
    patches.suse/mm-compaction-remove-unnecessary-return-for-void-function.patch.
  - Refresh
    patches.suse/mm-compaction-set-compact_cached_free_pfn-correctly-in-update_pageblock_skip.patch.
  - Refresh
    patches.suse/mm-compaction-skip-page-block-marked-skip-in-isolate_migratepages_block.patch.
  - Refresh
    patches.suse/mm-compaction-skip-the-memory-hole-rapidly-when-isolating-free-pages.patch.
  - Refresh
    patches.suse/mm-compaction-use-the-correct-type-of-list-for-free-pages.patch.
  - Refresh
    patches.suse/mm-filemap.c-fix-update-prev_pos-after-one-read-request-done.patch.
  - Refresh
    patches.suse/mm-madvise-fix-uneven-accounting-of-psi.patch.
  - Refresh
    patches.suse/mm-mm_init-use-helper-macro-BITS_PER_LONG-and-BITS_PER_BYTE.patch.
  - Refresh
    patches.suse/mm-mm_init.c-drop-node_start_pfn-from-adjust_zone_range_for_zone_movable.patch.
  - Refresh
    patches.suse/mm-mm_init.c-update-obsolete-comment-in-get_pfn_range_for_nid.patch.
  - Refresh
    patches.suse/mm-page_alloc-avoid-false-page-outside-zone-error-info.patch.
  - Refresh
    patches.suse/mm-page_alloc-fix-min_free_kbytes-calculation-regarding-ZONE_MOVABLE.patch.
  - Refresh
    patches.suse/mm-page_alloc-remove-unnecessary-inner-__get_pfnblock_flags_mask.patch.
  - Refresh
    patches.suse/mm-page_alloc-remove-unneeded-variable-base.patch.
  - Refresh
    patches.suse/mm-page_alloc-remove-unused-parameter-from-reserve_highatomic_pageblock.patch.
  - Refresh
    patches.suse/mm-page_alloc-use-get_pfnblock_migratetype-to-avoid-extra-page_to_pfn.patch.
  - Refresh
    patches.suse/mm-page_alloc-use-write_seqlock_irqsave-instead-write_seqlock-local_irq_save.patch.
  - Refresh
    patches.suse/mm-rmap-correct-stale-comment-of-rmap_walk_anon-and-rmap_walk_file.patch.
  - Refresh
    patches.suse/mm-vmscan-fix-inaccurate-reclaim-during-proactive-reclaim.patch.
  - Refresh
    patches.suse/net-mlx5-Fix-peer-devlink-set-for-SF-representor-dev.patch.
  - Refresh
    patches.suse/net-sched-Add-helper-macros-with-module-names.patch.
  - Refresh
    patches.suse/net-sched-Add-module-aliases-for-cls_-sch_-act_-modules.patch.
  - Refresh
    patches.suse/net-sched-Load-modules-via-their-alias.patch.
  - Refresh patches.suse/net-sched-Remove-alias-of-sch_clsact.patch.
  - Refresh patches.suse/perf-Add-branch-stack-counters.patch.
  - Refresh patches.suse/perf-Add-branch_sample_call_stack.patch.
  - Refresh
    patches.suse/perf-x86-Add-PERF_X86_EVENT_NEEDS_BRANCH_STACK-flag.patch.
  - Refresh
    patches.suse/perf-x86-intel-Limit-the-period-on-Haswell.patch.
  - Refresh
    patches.suse/perf-x86-intel-Reorganize-attrs-and-is_visible.patch.
  - Refresh
    patches.suse/perf-x86-intel-Support-branch-counters-logging.patch.
  - Refresh
    patches.suse/perf-x86-intel-ucore-support-hbm-and-cxl-pmon-counters.patch.
  - Refresh
    patches.suse/perf-x86-intel-uncore-Factor-out-topology_gidnid_map.patch.
  - Refresh
    patches.suse/perf-x86-intel-uncore-Fix-NULL-pointer-dereference-issue-in-upi_fill_topology.patch.
  - Refresh
    patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-mmio.patch.
  - Refresh
    patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-msr-uncore.patch.
  - Refresh
    patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-pci-uncore.patch.
  - Refresh
    patches.suse/perf-x86-uncore-cleanup-unused-unit-structure.patch.
  - Refresh
    patches.suse/perf-x86-uncore-retrieve-the-unit-id-from-the-unit-control.patch.
  - Refresh
    patches.suse/perf-x86-uncore-save-the-unit-control-address-of-all-units.patch.
  - Refresh
    patches.suse/perf-x86-uncore-support-per-pmu-cpumask.patch.
  - Refresh
    patches.suse/powerpc-dexcr-Move-HASHCHK-trap-handler.patch.
  - Refresh
    patches.suse/printk-panic-Allow-cpu-backtraces-to-be-written-into-ringbuffer-during-panic.patch.
  - Refresh
    patches.suse/raid1-fix-use-after-free-for-original-bio-in-raid1_-fcf3.patch.
  - Refresh
    patches.suse/s390-bpf-Emit-a-barrier-for-BPF_FETCH-instructions.patch.
  - Refresh
    patches.suse/s390-bpf-Fix-clobbering-the-caller-s-backchain-in-the-trampoline.patch.
  - Refresh
    patches.suse/s390-bpf-Fix-unwinding-past-the-trampoline.patch.
  - Refresh
    patches.suse/s390-bpf-Let-arch_prepare_bpf_trampoline-return-program-size.patch.
  - Refresh
    patches.suse/s390-cache-prevent-rebuild-of-shared_cpu_list.patch.
  - Refresh
    patches.suse/s390-cio-Ensure-the-copied-buf-is-NUL-terminated.patch.
  - Refresh
    patches.suse/s390-cio-fix-tracepoint-subchannel-type-field.patch.
  - Refresh
    patches.suse/s390-cpacf-Split-and-rework-cpacf-query-functions.patch.
  - Refresh
    patches.suse/s390-cpum_cf-make-crypto-counters-upward-compatible-across-machine-types.patch.
  - Refresh
    patches.suse/s390-dasd-protect-device-queue-against-concurrent-access.patch.
  - Refresh
    patches.suse/s390-ipl-Fix-incorrect-initialization-of-len-fields-in-nvme-reipl-block.patch.
  - Refresh
    patches.suse/s390-ipl-Fix-incorrect-initialization-of-nvme-dump-block.patch.
  - Refresh
    patches.suse/s390-mm-Fix-clearing-storage-keys-for-huge-pages.patch.
  - Refresh
    patches.suse/s390-mm-Fix-storage-key-clearing-for-guest-huge-pages.patch.
  - Refresh
    patches.suse/s390-pai-fix-attr_event_free-upper-limit-for-pai-device-drivers.patch.
  - Refresh
    patches.suse/s390-pci-fix-max-size-calculation-in-zpci_memcpy_toio.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-for-sysfs-attributes.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_CLR2SECK2-IOCTL.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_GENSECK2-IOCTL.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_KBLOB2PROTK-23.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_VERIFYKEY2-IOCTL.patch.
  - Refresh
    patches.suse/s390-pkey-fix-harmonize-internal-keyblob-headers.patch.
  - Refresh
    patches.suse/s390-qeth-Fix-kernel-panic-after-setting-hsuid.patch.
  - Refresh
    patches.suse/s390-uv-Panic-for-set-and-remove-shared-access-UVC-errors.patch.
  - Refresh
    patches.suse/s390-vdso-Add-CFI-for-RA-register-to-asm-macro-vdso_func.patch.
  - Refresh
    patches.suse/s390-vfio-ap-always-filter-entire-AP-matrix.patch.
  - Refresh
    patches.suse/s390-vfio-ap-do-not-reset-queue-removed-from-host-config.patch.
  - Refresh
    patches.suse/s390-vfio-ap-let-on_scan_complete-callback-filter-matrix-and-update-guest-s-APCB.patch.
  - Refresh
    patches.suse/s390-vfio-ap-loop-over-the-shadow-APCB-when-filtering-guest-s-AP-configuration.patch.
  - Refresh
    patches.suse/s390-vfio-ap-reset-queues-associated-with-adapter-for-queue-unbound-from-driver.patch.
  - Refresh
    patches.suse/s390-vfio-ap-reset-queues-filtered-from-the-guest-s-AP-config.patch.
  - Refresh
    patches.suse/s390-vfio-ap-unpin-pages-on-gisc-registration-failure.patch.
  - Refresh
    patches.suse/s390-vtime-fix-average-steal-time-calculation.patch.
  - Refresh
    patches.suse/s390-vx-fix-save-restore-of-fpu-kernel-context.patch.
  - Refresh
    patches.suse/s390-zcrypt-don-t-leak-memory-if-dev_set_name-fails.patch.
  - Refresh
    patches.suse/s390-zcrypt_ep11misc-support-API-ordinal-6-with-empty-pin-blob.patch.
  - Refresh
    patches.suse/sched-add-WF_CURRENT_CPU-and-externise-ttwu.patch.
  - Refresh
    patches.suse/sched-add-a-few-helpers-to-wake-up-tasks-on-the-current-cpu.patch.
  - Refresh
    patches.suse/sched-add-throttled-time-stat-for-throttled-children.patch.
  - Refresh
    patches.suse/sched-cgroup-Restore-meaning-to-hierarchical_quota.patch.
  - Refresh
    patches.suse/sched-core-introduce-sched_core_idle_cpu.patch.
  - Refresh
    patches.suse/sched-debug-Dump-domains-sched-group-flags.patch.
  - Refresh
    patches.suse/sched-don-t-account-throttle-time-for-empty-groups.patch.
  - Refresh
    patches.suse/sched-fair-Block-nohz-tick_stop-when-cfs-bandwidth-in-use.patch.
  - Refresh
    patches.suse/sched-fair-Consider-the-idle-state-of-the-whole-core-for-load-balance.patch.
  - Refresh
    patches.suse/sched-fair-Determine-active-load-balance-for-SMT-sched-groups.patch.
  - Refresh
    patches.suse/sched-fair-Implement-prefer-sibling-imbalance-calculation-between-asymmetric-groups.patch.
  - Refresh
    patches.suse/sched-fair-Stabilize-asym-cpu-capacity-system-idle-cpu-selection.patch.
  - Refresh patches.suse/sched-fair-remove-util_est-boosting.patch.
  - Refresh
    patches.suse/sched-psi-make-psi_cgroups_enabled-static.patch.
  - Refresh
    patches.suse/sched-rt-Fix-sysctl_sched_rr_timeslice-intial-value.patch.
  - Refresh
    patches.suse/sched-rt-sysctl_sched_rr_timeslice-show-default-timeslice-after-reset.patch.
  - Refresh
    patches.suse/sched-topology-Record-number-of-cores-in-sched-group.patch.
  - Refresh
    patches.suse/scsi-fnic-Move-fnic_fnic_flush_tx-to-a-work-queue.patch.
  - Refresh
    patches.suse/scsi-qla2xxx-Fix-double-free-of-dsd_list-during-driver-load.patch.
  - Refresh
    patches.suse/scsi-zfcp-Fix-a-double-put-in-zfcp_port_enqueue.patch.
  - Refresh
    patches.suse/selinux-avoid-dereference-of-garbage-after-mount-fai.patch.
  - Refresh
    patches.suse/smb-client-ensure-to-try-all-targets-when-finding-nested-links.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-dfs-code-dep-in-namespace-c.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-dfs-naming-in-automount-code.patch.
  - Refresh
    patches.suse/smb-client-introduce-DFS_CACHE_TGT_LIST-.patch.
  - Refresh
    patches.suse/smb-client-reduce-stack-usage-in-cifs_try_adding_channels-.patch.
  - Refresh
    patches.suse/smb-client-rename-cifs_dfs_ref-c-to-namespace-c.patch.
  - Refresh
    patches.suse/virtio_net-checksum-offloading-handling-fix.
  - Refresh
    patches.suse/workqueue-Improve-scalability-of-workqueue-watchdog-touch.patch.
  - Refresh
    patches.suse/workqueue-wq_watchdog_touch-is-always-called-with-valid-CPU.patch.
  - Refresh
    patches.suse/x86-entry-convert-int-0x80-emulation-to-idtentry.patch.
  - Refresh
    patches.suse/x86-entry-do-not-allow-external-0x80-interrupts.patch.
  - Refresh
    patches.suse/xfs-ensure-submit-buffers-on-LSN-boundaries-in-error-handlers.patch.
  - Refresh
    patches.suse/xfs-fix-SEEK_HOLE-DATA-for-regions-with-active-COW-extents.patch.
  - Refresh
    patches.suse/xfs-fix-imprecise-logic-in-xchk_btree_check_block_owner.patch.
  - Refresh
    patches.suse/xfs-shrink-failure-needs-to-hold-AGI-buffer.patch.
    Fix incorrect Patch-mainline headers.
  - commit 697d9c1
  - userfaultfd: fix checks for huge PMDs (CVE-2024-46787
    bsc#1230815).
  - commit a236c90
  - cachefiles: Fix non-taking of sb_writers around set/removexattr
    (bsc#1231008).
  - commit 1b01b3e
  - RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds (git-fixes)
  - commit a6683f0
  - PCI: dwc: Expose dw_pcie_ep_exit() to module (git-fixes).
  - Refresh
    patches.suse/PCI-dwc-endpoint-Introduce-.pre_init-and-.deinit.patch.
  - commit 34c9950
  - PCI: xilinx-nwl: Clean up clock on probe failure/removal
    (git-fixes).
  - PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler (git-fixes).
  - PCI: qcom-ep: Enable controller resources like PHY only after
    refclk is available (git-fixes).
  - PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()
    (git-fixes).
  - PCI: keystone: Fix if-statement expression in ks_pcie_quirk()
    (git-fixes).
  - PCI: imx6: Fix missing call to phy_power_off() in error handling
    (git-fixes).
  - PCI: dra7xx: Fix error handling when IRQ request fails in probe
    (git-fixes).
  - PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main"
    IRQ (git-fixes).
  - PCI: Wait for Link before restoring Downstream Buses
    (git-fixes).
  - commit 1528eee

++++ kernel-rt:

  - Refresh
    patches.suse/0001-PCI-Make-pci_dev_is_disconnected-helper-public-for-o.patch.
  - Refresh
    patches.suse/0001-fork-defer-linking-file-vma-until-vma-is-fully-initi.patch.
  - Refresh
    patches.suse/0001-iommu-amd-Fix-failure-return-from-snp_lookup_rmpentr.patch.
  - Refresh
    patches.suse/0001-iommu-amd-Mark-interrupt-as-managed.patch.
  - Refresh
    patches.suse/0001-lib-stackdepot-add-depot_fetch_stack-helper.patch.
  - Refresh
    patches.suse/0001-lib-stackdepot-add-refcount-for-records.patch.
  - Refresh
    patches.suse/0001-mm-page_owner-check-for-null-stack_record-before-bum.patch.
  - Refresh
    patches.suse/0001-mm-page_owner-drop-unnecessary-check.patch.
  - Refresh patches.suse/0001-mm-page_owner-fix-recursion.patch.
  - Refresh
    patches.suse/0002-iommu-vt-d-Don-t-issue-ATS-Invalidation-request-when.patch.
  - Refresh
    patches.suse/ACPI-arm64-export-acpi_arch_thermal_cpufreq_pctg.patch.
  - Refresh
    patches.suse/ACPI-processor-reduce-CPUFREQ-thermal-reduction-pctg-for-Tegra241.patch.
  - Refresh
    patches.suse/ACPI-thermal-Add-Thermal-fast-Sampling-Period-_TFP-support.patch.
  - Refresh
    patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch.
  - Refresh
    patches.suse/KVM-s390-fix-gisa-destroy-operation-might-lead-to-cpu-stalls.patch.
  - Refresh
    patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch.
  - Refresh
    patches.suse/KVM-s390-only-deliver-the-set-service-event-bits.patch.
  - Refresh
    patches.suse/KVM-s390-vsie-Fix-STFLE-interpretive-execution-identification.patch.
  - Refresh
    patches.suse/Revert-sched-fair-Move-unused-stub-functions-to-header.patch.
  - Refresh
    patches.suse/USB-core-Unite-old-scheme-and-new-scheme-descriptor-.patch.
  - Refresh
    patches.suse/arm64-ACPI-NUMA-initialize-all-values-of-acpi_early_node_map-to-NUMA_NO_NODE.patch.
  - Refresh
    patches.suse/arm64-Add-the-arm64.no32bit_el0-command-line-option.patch.
  - Refresh
    patches.suse/arm64-Fix-KASAN-random-tag-seed-initialization.patch.
  - Refresh
    patches.suse/arm64-dts-allwinner-Pine-H64-correctly-remove-reg_gmac_3v3.patch.
  - Refresh
    patches.suse/arm64-dts-allwinner-h6-Add-RX-DMA-channel-for-SPDIF.patch.
  - Refresh
    patches.suse/arm64-dts-allwinner-h616-Fix-I2C0-pins.patch.
  - Refresh
    patches.suse/arm64-dts-hi3798cv200-fix-the-size-of-GICR.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pull-resistors-for-SD-card-signals-on-BL-OSM-S-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pull-resistors-for-SD-card-signals-on-BL-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-I2C-signals-on-OSM-S-i.MX8MM.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-I2C-signals-on-SL-BL-i.MX8MM.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-onboard-UART-signals-on-BL-OSM-S-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-onboard-UART-signals-on-BL-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Fix-OSM-S-devicetrees-to-match-latest-hardware.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Fix-interrupt-for-RTC-on-OSM-S-i.MX8MM-module.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Refactor-devicetree-for-OSM-S-module-and-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-venice-gw71xx-fix-USB-OTG-VBUS.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mp-Set-SPI-NOR-to-max-40-MHz-on-Data-Modul-i.MX8M-Plus-eDM-SBC.patch.
  - Refresh
    patches.suse/arm64-dts-microchip-sparx5-fix-mdio-reg.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-enable-strobe-pulldown-to-emmc-phy-on-ROCK-4C.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-enable-strobe-pulldown-to-emmc-phy-on-ROCK-Pi-4.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-mdio-and-ethernet-phy-nodes-to-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-missing-power-domains-for-rk356x-vop_mmu.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-pinctrl-for-UART0-to-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-sdmmc-related-properties-on-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Drop-invalid-mic-in-differential-on-rk3568-rock-3a.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Fix-mic-in-differential-usage-on-rk3566-roc-pc.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Fix-mic-in-differential-usage-on-rk3568-evb1-v10.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Increase-VOP-clk-rate-on-RK3328.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Update-WIFi-BT-related-nodes-on-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-add-missing-interrupt-names-for-rk356x-vdpu.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-drop-rockchip-trcm-sync-tx-only-from-rk3588-i2s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-fix-reset-names-for-rk356x-i2s2-controller.patch.
  - Refresh
    patches.suse/arm64-ptrace-Use-saved-floating-point-state-type-to-determine-SVE-layout.patch.
  - Refresh
    patches.suse/arm64-tegra-Correct-Tegra132-I2C-alias.patch.
  - Refresh
    patches.suse/badblocks-avoid-checking-invalid-range-in-badblocks_-146e.patch.
  - Refresh
    patches.suse/blk-cgroup-fix-rcu-lockdep-warning-in-blkg_lookup.patch.
  - Refresh
    patches.suse/btrfs-add-a-btrfs_finish_ordered_extent-helper.patch.
  - Refresh patches.suse/btrfs-add-a-is_data_bbio-helper.patch.
  - Refresh
    patches.suse/btrfs-add-an-ordered_extent-pointer-to-struct-btrfs_.patch.
  - Refresh
    patches.suse/btrfs-factor-out-a-btrfs_queue_ordered_fn-helper.patch.
  - Refresh
    patches.suse/btrfs-factor-out-a-can_finish_ordered_extent-helper.patch.
  - Refresh
    patches.suse/btrfs-fix-deadlock-with-fiemap-and-extent-locking.patch.
  - Refresh
    patches.suse/btrfs-limit-write-bios-to-a-single-ordered-extent.patch.
  - Refresh
    patches.suse/btrfs-merge-the-two-calls-to-btrfs_add_ordered_exten.patch.
  - Refresh
    patches.suse/btrfs-open-code-btrfs_bio_end_io-in-btrfs_dio_submit.patch.
  - Refresh
    patches.suse/btrfs-open-code-end_extent_writepage-in-end_bio_exte.patch.
  - Refresh
    patches.suse/btrfs-pass-an-ordered_extent-to-btrfs_reloc_clone_cs.patch.
  - Refresh
    patches.suse/btrfs-pass-an-ordered_extent-to-btrfs_submit_compres.patch.
  - Refresh
    patches.suse/btrfs-remove-btrfs_add_ordered_extent.patch.
  - Refresh
    patches.suse/btrfs-use-bbio-ordered-in-btrfs_csum_one_bio.patch.
  - Refresh
    patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-bu.patch.
  - Refresh
    patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-co.patch.
  - Refresh
    patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-di.patch.
  - Refresh
    patches.suse/btrfs-zoned-update-meta-write-pointer-on-zone-finish.patch.
  - Refresh
    patches.suse/cachefiles-fix-memory-leak-in-cachefiles_add_cache.patch.
  - Refresh
    patches.suse/cifs-cifs_chan_is_iface_active-should-be-called-with-chan_lock-held.patch.
  - Refresh
    patches.suse/dcssblk-handle-alloc_dax-EOPNOTSUPP-failure.patch.
  - Refresh
    patches.suse/erofs-apply-proper-VMA-alignment-for-memory-mapped-files-on-THP.patch.
  - Refresh patches.suse/ethernet-tg3-remove-unreachable-code.patch.
  - Refresh
    patches.suse/exfat-fix-potential-deadlock-on-__exfat_get_dentry_set.patch.
  - Refresh
    patches.suse/fanotify-allow-weak-fsid-when-watching-a-single-file.patch.
  - Refresh
    patches.suse/fanotify-store-fsid-in-mark-instead-of-in-connector.patch.
  - Refresh
    patches.suse/fuse-fix-memory-leak-in-fuse_create_open.patch.
  - Refresh
    patches.suse/fuse-update-stats-for-pages-in-dropped-aux-writeback-.patch.
  - Refresh
    patches.suse/fuse-use-unsigned-type-for-getxattr-listxattr-size-tr.patch.
  - Refresh
    patches.suse/gpio-davinci-Validate-the-obtained-number-of-IRQs.patch.
  - Refresh
    patches.suse/gpiolib-cdev-Disallow-reconfiguration-without-direct.patch.
  - Refresh
    patches.suse/hfsplus-fix-to-avoid-false-alarm-of-circular-locking.patch.
  - Refresh
    patches.suse/igb-set-max-size-RX-buffer-when-store-bad-packet-is-.patch.
  - Refresh
    patches.suse/iomap-fix-a-regression-for-partial-write-errors.patch.
  - Refresh
    patches.suse/iomap-micro-optimize-the-ki_pos-assignment-in-iomap_.patch.
  - Refresh
    patches.suse/ixgbevf-Remove-unused-function-declarations.patch.
  - Refresh
    patches.suse/jfs-Fix-array-index-out-of-bounds-in-diFree.patch.
  - Refresh
    patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch.
  - Refresh
    patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch.
  - Refresh
    patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch.
  - Refresh
    patches.suse/md-Don-t-suspend-the-array-for-interrupted-reshape-9e46.patch.
  - Refresh
    patches.suse/md-Make-sure-md_do_sync-will-set-MD_RECOVERY_DONE-82ec.patch.
  - Refresh
    patches.suse/md-bypass-block-throttle-for-superblock-update-d6e0.patch.
  - Refresh
    patches.suse/memory-tegra-Add-BPMP-and-ICC-info-for-DLA-clients.patch.
  - Refresh
    patches.suse/memory-tegra-Correct-DLA-client-names.patch.
  - Refresh
    patches.suse/mm-avoid-might_sleep-in-get_mmap_lock_carefully.patch.
  - Refresh
    patches.suse/mm-compaction-avoid-unneeded-pageblock_end_pfn-when-no_set_skip_hint-is-set.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-of-cached-migrate-pfn-update.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-of-candidate-pfn-in-fast_isolate_freepages.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-of-fast_find_migrateblock-in-isolate_migratepages.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-to-complete-migration-failure.patch.
  - Refresh
    patches.suse/mm-compaction-correct-last_migrated_pfn-update-in-compact_zone.patch.
  - Refresh
    patches.suse/mm-compaction-merge-end_pfn-boundary-check-in-isolate_freepages_range.patch.
  - Refresh
    patches.suse/mm-compaction-remove-unnecessary-cursor-page-in-isolate_freepages_block.patch.
  - Refresh
    patches.suse/mm-compaction-remove-unnecessary-else-continue-at-end-of-loop-in-isolate_freepages_block.patch.
  - Refresh
    patches.suse/mm-compaction-remove-unnecessary-return-for-void-function.patch.
  - Refresh
    patches.suse/mm-compaction-set-compact_cached_free_pfn-correctly-in-update_pageblock_skip.patch.
  - Refresh
    patches.suse/mm-compaction-skip-page-block-marked-skip-in-isolate_migratepages_block.patch.
  - Refresh
    patches.suse/mm-compaction-skip-the-memory-hole-rapidly-when-isolating-free-pages.patch.
  - Refresh
    patches.suse/mm-compaction-use-the-correct-type-of-list-for-free-pages.patch.
  - Refresh
    patches.suse/mm-filemap.c-fix-update-prev_pos-after-one-read-request-done.patch.
  - Refresh
    patches.suse/mm-madvise-fix-uneven-accounting-of-psi.patch.
  - Refresh
    patches.suse/mm-mm_init-use-helper-macro-BITS_PER_LONG-and-BITS_PER_BYTE.patch.
  - Refresh
    patches.suse/mm-mm_init.c-drop-node_start_pfn-from-adjust_zone_range_for_zone_movable.patch.
  - Refresh
    patches.suse/mm-mm_init.c-update-obsolete-comment-in-get_pfn_range_for_nid.patch.
  - Refresh
    patches.suse/mm-page_alloc-avoid-false-page-outside-zone-error-info.patch.
  - Refresh
    patches.suse/mm-page_alloc-fix-min_free_kbytes-calculation-regarding-ZONE_MOVABLE.patch.
  - Refresh
    patches.suse/mm-page_alloc-remove-unnecessary-inner-__get_pfnblock_flags_mask.patch.
  - Refresh
    patches.suse/mm-page_alloc-remove-unneeded-variable-base.patch.
  - Refresh
    patches.suse/mm-page_alloc-remove-unused-parameter-from-reserve_highatomic_pageblock.patch.
  - Refresh
    patches.suse/mm-page_alloc-use-get_pfnblock_migratetype-to-avoid-extra-page_to_pfn.patch.
  - Refresh
    patches.suse/mm-page_alloc-use-write_seqlock_irqsave-instead-write_seqlock-local_irq_save.patch.
  - Refresh
    patches.suse/mm-rmap-correct-stale-comment-of-rmap_walk_anon-and-rmap_walk_file.patch.
  - Refresh
    patches.suse/mm-vmscan-fix-inaccurate-reclaim-during-proactive-reclaim.patch.
  - Refresh
    patches.suse/net-mlx5-Fix-peer-devlink-set-for-SF-representor-dev.patch.
  - Refresh
    patches.suse/net-sched-Add-helper-macros-with-module-names.patch.
  - Refresh
    patches.suse/net-sched-Add-module-aliases-for-cls_-sch_-act_-modules.patch.
  - Refresh
    patches.suse/net-sched-Load-modules-via-their-alias.patch.
  - Refresh patches.suse/net-sched-Remove-alias-of-sch_clsact.patch.
  - Refresh patches.suse/perf-Add-branch-stack-counters.patch.
  - Refresh patches.suse/perf-Add-branch_sample_call_stack.patch.
  - Refresh
    patches.suse/perf-x86-Add-PERF_X86_EVENT_NEEDS_BRANCH_STACK-flag.patch.
  - Refresh
    patches.suse/perf-x86-intel-Limit-the-period-on-Haswell.patch.
  - Refresh
    patches.suse/perf-x86-intel-Reorganize-attrs-and-is_visible.patch.
  - Refresh
    patches.suse/perf-x86-intel-Support-branch-counters-logging.patch.
  - Refresh
    patches.suse/perf-x86-intel-ucore-support-hbm-and-cxl-pmon-counters.patch.
  - Refresh
    patches.suse/perf-x86-intel-uncore-Factor-out-topology_gidnid_map.patch.
  - Refresh
    patches.suse/perf-x86-intel-uncore-Fix-NULL-pointer-dereference-issue-in-upi_fill_topology.patch.
  - Refresh
    patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-mmio.patch.
  - Refresh
    patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-msr-uncore.patch.
  - Refresh
    patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-pci-uncore.patch.
  - Refresh
    patches.suse/perf-x86-uncore-cleanup-unused-unit-structure.patch.
  - Refresh
    patches.suse/perf-x86-uncore-retrieve-the-unit-id-from-the-unit-control.patch.
  - Refresh
    patches.suse/perf-x86-uncore-save-the-unit-control-address-of-all-units.patch.
  - Refresh
    patches.suse/perf-x86-uncore-support-per-pmu-cpumask.patch.
  - Refresh
    patches.suse/powerpc-dexcr-Move-HASHCHK-trap-handler.patch.
  - Refresh
    patches.suse/printk-panic-Allow-cpu-backtraces-to-be-written-into-ringbuffer-during-panic.patch.
  - Refresh
    patches.suse/raid1-fix-use-after-free-for-original-bio-in-raid1_-fcf3.patch.
  - Refresh
    patches.suse/s390-bpf-Emit-a-barrier-for-BPF_FETCH-instructions.patch.
  - Refresh
    patches.suse/s390-bpf-Fix-clobbering-the-caller-s-backchain-in-the-trampoline.patch.
  - Refresh
    patches.suse/s390-bpf-Fix-unwinding-past-the-trampoline.patch.
  - Refresh
    patches.suse/s390-bpf-Let-arch_prepare_bpf_trampoline-return-program-size.patch.
  - Refresh
    patches.suse/s390-cache-prevent-rebuild-of-shared_cpu_list.patch.
  - Refresh
    patches.suse/s390-cio-Ensure-the-copied-buf-is-NUL-terminated.patch.
  - Refresh
    patches.suse/s390-cio-fix-tracepoint-subchannel-type-field.patch.
  - Refresh
    patches.suse/s390-cpacf-Split-and-rework-cpacf-query-functions.patch.
  - Refresh
    patches.suse/s390-cpum_cf-make-crypto-counters-upward-compatible-across-machine-types.patch.
  - Refresh
    patches.suse/s390-dasd-protect-device-queue-against-concurrent-access.patch.
  - Refresh
    patches.suse/s390-ipl-Fix-incorrect-initialization-of-len-fields-in-nvme-reipl-block.patch.
  - Refresh
    patches.suse/s390-ipl-Fix-incorrect-initialization-of-nvme-dump-block.patch.
  - Refresh
    patches.suse/s390-mm-Fix-clearing-storage-keys-for-huge-pages.patch.
  - Refresh
    patches.suse/s390-mm-Fix-storage-key-clearing-for-guest-huge-pages.patch.
  - Refresh
    patches.suse/s390-pai-fix-attr_event_free-upper-limit-for-pai-device-drivers.patch.
  - Refresh
    patches.suse/s390-pci-fix-max-size-calculation-in-zpci_memcpy_toio.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-for-sysfs-attributes.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_CLR2SECK2-IOCTL.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_GENSECK2-IOCTL.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_KBLOB2PROTK-23.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_VERIFYKEY2-IOCTL.patch.
  - Refresh
    patches.suse/s390-pkey-fix-harmonize-internal-keyblob-headers.patch.
  - Refresh
    patches.suse/s390-qeth-Fix-kernel-panic-after-setting-hsuid.patch.
  - Refresh
    patches.suse/s390-uv-Panic-for-set-and-remove-shared-access-UVC-errors.patch.
  - Refresh
    patches.suse/s390-vdso-Add-CFI-for-RA-register-to-asm-macro-vdso_func.patch.
  - Refresh
    patches.suse/s390-vfio-ap-always-filter-entire-AP-matrix.patch.
  - Refresh
    patches.suse/s390-vfio-ap-do-not-reset-queue-removed-from-host-config.patch.
  - Refresh
    patches.suse/s390-vfio-ap-let-on_scan_complete-callback-filter-matrix-and-update-guest-s-APCB.patch.
  - Refresh
    patches.suse/s390-vfio-ap-loop-over-the-shadow-APCB-when-filtering-guest-s-AP-configuration.patch.
  - Refresh
    patches.suse/s390-vfio-ap-reset-queues-associated-with-adapter-for-queue-unbound-from-driver.patch.
  - Refresh
    patches.suse/s390-vfio-ap-reset-queues-filtered-from-the-guest-s-AP-config.patch.
  - Refresh
    patches.suse/s390-vfio-ap-unpin-pages-on-gisc-registration-failure.patch.
  - Refresh
    patches.suse/s390-vtime-fix-average-steal-time-calculation.patch.
  - Refresh
    patches.suse/s390-vx-fix-save-restore-of-fpu-kernel-context.patch.
  - Refresh
    patches.suse/s390-zcrypt-don-t-leak-memory-if-dev_set_name-fails.patch.
  - Refresh
    patches.suse/s390-zcrypt_ep11misc-support-API-ordinal-6-with-empty-pin-blob.patch.
  - Refresh
    patches.suse/sched-add-WF_CURRENT_CPU-and-externise-ttwu.patch.
  - Refresh
    patches.suse/sched-add-a-few-helpers-to-wake-up-tasks-on-the-current-cpu.patch.
  - Refresh
    patches.suse/sched-add-throttled-time-stat-for-throttled-children.patch.
  - Refresh
    patches.suse/sched-cgroup-Restore-meaning-to-hierarchical_quota.patch.
  - Refresh
    patches.suse/sched-core-introduce-sched_core_idle_cpu.patch.
  - Refresh
    patches.suse/sched-debug-Dump-domains-sched-group-flags.patch.
  - Refresh
    patches.suse/sched-don-t-account-throttle-time-for-empty-groups.patch.
  - Refresh
    patches.suse/sched-fair-Block-nohz-tick_stop-when-cfs-bandwidth-in-use.patch.
  - Refresh
    patches.suse/sched-fair-Consider-the-idle-state-of-the-whole-core-for-load-balance.patch.
  - Refresh
    patches.suse/sched-fair-Determine-active-load-balance-for-SMT-sched-groups.patch.
  - Refresh
    patches.suse/sched-fair-Implement-prefer-sibling-imbalance-calculation-between-asymmetric-groups.patch.
  - Refresh
    patches.suse/sched-fair-Stabilize-asym-cpu-capacity-system-idle-cpu-selection.patch.
  - Refresh patches.suse/sched-fair-remove-util_est-boosting.patch.
  - Refresh
    patches.suse/sched-psi-make-psi_cgroups_enabled-static.patch.
  - Refresh
    patches.suse/sched-rt-Fix-sysctl_sched_rr_timeslice-intial-value.patch.
  - Refresh
    patches.suse/sched-rt-sysctl_sched_rr_timeslice-show-default-timeslice-after-reset.patch.
  - Refresh
    patches.suse/sched-topology-Record-number-of-cores-in-sched-group.patch.
  - Refresh
    patches.suse/scsi-fnic-Move-fnic_fnic_flush_tx-to-a-work-queue.patch.
  - Refresh
    patches.suse/scsi-qla2xxx-Fix-double-free-of-dsd_list-during-driver-load.patch.
  - Refresh
    patches.suse/scsi-zfcp-Fix-a-double-put-in-zfcp_port_enqueue.patch.
  - Refresh
    patches.suse/selinux-avoid-dereference-of-garbage-after-mount-fai.patch.
  - Refresh
    patches.suse/smb-client-ensure-to-try-all-targets-when-finding-nested-links.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-dfs-code-dep-in-namespace-c.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-dfs-naming-in-automount-code.patch.
  - Refresh
    patches.suse/smb-client-introduce-DFS_CACHE_TGT_LIST-.patch.
  - Refresh
    patches.suse/smb-client-reduce-stack-usage-in-cifs_try_adding_channels-.patch.
  - Refresh
    patches.suse/smb-client-rename-cifs_dfs_ref-c-to-namespace-c.patch.
  - Refresh
    patches.suse/virtio_net-checksum-offloading-handling-fix.
  - Refresh
    patches.suse/workqueue-Improve-scalability-of-workqueue-watchdog-touch.patch.
  - Refresh
    patches.suse/workqueue-wq_watchdog_touch-is-always-called-with-valid-CPU.patch.
  - Refresh
    patches.suse/x86-entry-convert-int-0x80-emulation-to-idtentry.patch.
  - Refresh
    patches.suse/x86-entry-do-not-allow-external-0x80-interrupts.patch.
  - Refresh
    patches.suse/xfs-ensure-submit-buffers-on-LSN-boundaries-in-error-handlers.patch.
  - Refresh
    patches.suse/xfs-fix-SEEK_HOLE-DATA-for-regions-with-active-COW-extents.patch.
  - Refresh
    patches.suse/xfs-fix-imprecise-logic-in-xchk_btree_check_block_owner.patch.
  - Refresh
    patches.suse/xfs-shrink-failure-needs-to-hold-AGI-buffer.patch.
    Fix incorrect Patch-mainline headers.
  - commit 697d9c1
  - userfaultfd: fix checks for huge PMDs (CVE-2024-46787
    bsc#1230815).
  - commit a236c90
  - cachefiles: Fix non-taking of sb_writers around set/removexattr
    (bsc#1231008).
  - commit 1b01b3e
  - RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds (git-fixes)
  - commit a6683f0
  - PCI: dwc: Expose dw_pcie_ep_exit() to module (git-fixes).
  - Refresh
    patches.suse/PCI-dwc-endpoint-Introduce-.pre_init-and-.deinit.patch.
  - commit 34c9950
  - PCI: xilinx-nwl: Clean up clock on probe failure/removal
    (git-fixes).
  - PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler (git-fixes).
  - PCI: qcom-ep: Enable controller resources like PHY only after
    refclk is available (git-fixes).
  - PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()
    (git-fixes).
  - PCI: keystone: Fix if-statement expression in ks_pcie_quirk()
    (git-fixes).
  - PCI: imx6: Fix missing call to phy_power_off() in error handling
    (git-fixes).
  - PCI: dra7xx: Fix error handling when IRQ request fails in probe
    (git-fixes).
  - PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main"
    IRQ (git-fixes).
  - PCI: Wait for Link before restoring Downstream Buses
    (git-fixes).
  - commit 1528eee

++++ kernel-rt_debug:

  - Refresh
    patches.suse/0001-PCI-Make-pci_dev_is_disconnected-helper-public-for-o.patch.
  - Refresh
    patches.suse/0001-fork-defer-linking-file-vma-until-vma-is-fully-initi.patch.
  - Refresh
    patches.suse/0001-iommu-amd-Fix-failure-return-from-snp_lookup_rmpentr.patch.
  - Refresh
    patches.suse/0001-iommu-amd-Mark-interrupt-as-managed.patch.
  - Refresh
    patches.suse/0001-lib-stackdepot-add-depot_fetch_stack-helper.patch.
  - Refresh
    patches.suse/0001-lib-stackdepot-add-refcount-for-records.patch.
  - Refresh
    patches.suse/0001-mm-page_owner-check-for-null-stack_record-before-bum.patch.
  - Refresh
    patches.suse/0001-mm-page_owner-drop-unnecessary-check.patch.
  - Refresh patches.suse/0001-mm-page_owner-fix-recursion.patch.
  - Refresh
    patches.suse/0002-iommu-vt-d-Don-t-issue-ATS-Invalidation-request-when.patch.
  - Refresh
    patches.suse/ACPI-arm64-export-acpi_arch_thermal_cpufreq_pctg.patch.
  - Refresh
    patches.suse/ACPI-processor-reduce-CPUFREQ-thermal-reduction-pctg-for-Tegra241.patch.
  - Refresh
    patches.suse/ACPI-thermal-Add-Thermal-fast-Sampling-Period-_TFP-support.patch.
  - Refresh
    patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch.
  - Refresh
    patches.suse/KVM-s390-fix-gisa-destroy-operation-might-lead-to-cpu-stalls.patch.
  - Refresh
    patches.suse/KVM-s390-fix-validity-interception-issue-when-gisa-is-switched-off.patch.
  - Refresh
    patches.suse/KVM-s390-only-deliver-the-set-service-event-bits.patch.
  - Refresh
    patches.suse/KVM-s390-vsie-Fix-STFLE-interpretive-execution-identification.patch.
  - Refresh
    patches.suse/Revert-sched-fair-Move-unused-stub-functions-to-header.patch.
  - Refresh
    patches.suse/USB-core-Unite-old-scheme-and-new-scheme-descriptor-.patch.
  - Refresh
    patches.suse/arm64-ACPI-NUMA-initialize-all-values-of-acpi_early_node_map-to-NUMA_NO_NODE.patch.
  - Refresh
    patches.suse/arm64-Add-the-arm64.no32bit_el0-command-line-option.patch.
  - Refresh
    patches.suse/arm64-Fix-KASAN-random-tag-seed-initialization.patch.
  - Refresh
    patches.suse/arm64-dts-allwinner-Pine-H64-correctly-remove-reg_gmac_3v3.patch.
  - Refresh
    patches.suse/arm64-dts-allwinner-h6-Add-RX-DMA-channel-for-SPDIF.patch.
  - Refresh
    patches.suse/arm64-dts-allwinner-h616-Fix-I2C0-pins.patch.
  - Refresh
    patches.suse/arm64-dts-hi3798cv200-fix-the-size-of-GICR.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pull-resistors-for-SD-card-signals-on-BL-OSM-S-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pull-resistors-for-SD-card-signals-on-BL-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-I2C-signals-on-OSM-S-i.MX8MM.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-I2C-signals-on-SL-BL-i.MX8MM.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-onboard-UART-signals-on-BL-OSM-S-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Disable-pullups-for-onboard-UART-signals-on-BL-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Fix-OSM-S-devicetrees-to-match-latest-hardware.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Fix-interrupt-for-RTC-on-OSM-S-i.MX8MM-module.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-kontron-Refactor-devicetree-for-OSM-S-module-and-board.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mm-venice-gw71xx-fix-USB-OTG-VBUS.patch.
  - Refresh
    patches.suse/arm64-dts-imx8mp-Set-SPI-NOR-to-max-40-MHz-on-Data-Modul-i.MX8M-Plus-eDM-SBC.patch.
  - Refresh
    patches.suse/arm64-dts-microchip-sparx5-fix-mdio-reg.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-enable-strobe-pulldown-to-emmc-phy-on-ROCK-4C.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-enable-strobe-pulldown-to-emmc-phy-on-ROCK-Pi-4.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-mdio-and-ethernet-phy-nodes-to-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-missing-power-domains-for-rk356x-vop_mmu.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-pinctrl-for-UART0-to-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Add-sdmmc-related-properties-on-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Drop-invalid-mic-in-differential-on-rk3568-rock-3a.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Fix-mic-in-differential-usage-on-rk3566-roc-pc.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Fix-mic-in-differential-usage-on-rk3568-evb1-v10.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Increase-VOP-clk-rate-on-RK3328.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-Update-WIFi-BT-related-nodes-on-rk3308-rock-pi-s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-add-missing-interrupt-names-for-rk356x-vdpu.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-drop-rockchip-trcm-sync-tx-only-from-rk3588-i2s.patch.
  - Refresh
    patches.suse/arm64-dts-rockchip-fix-reset-names-for-rk356x-i2s2-controller.patch.
  - Refresh
    patches.suse/arm64-ptrace-Use-saved-floating-point-state-type-to-determine-SVE-layout.patch.
  - Refresh
    patches.suse/arm64-tegra-Correct-Tegra132-I2C-alias.patch.
  - Refresh
    patches.suse/badblocks-avoid-checking-invalid-range-in-badblocks_-146e.patch.
  - Refresh
    patches.suse/blk-cgroup-fix-rcu-lockdep-warning-in-blkg_lookup.patch.
  - Refresh
    patches.suse/btrfs-add-a-btrfs_finish_ordered_extent-helper.patch.
  - Refresh patches.suse/btrfs-add-a-is_data_bbio-helper.patch.
  - Refresh
    patches.suse/btrfs-add-an-ordered_extent-pointer-to-struct-btrfs_.patch.
  - Refresh
    patches.suse/btrfs-factor-out-a-btrfs_queue_ordered_fn-helper.patch.
  - Refresh
    patches.suse/btrfs-factor-out-a-can_finish_ordered_extent-helper.patch.
  - Refresh
    patches.suse/btrfs-fix-deadlock-with-fiemap-and-extent-locking.patch.
  - Refresh
    patches.suse/btrfs-limit-write-bios-to-a-single-ordered-extent.patch.
  - Refresh
    patches.suse/btrfs-merge-the-two-calls-to-btrfs_add_ordered_exten.patch.
  - Refresh
    patches.suse/btrfs-open-code-btrfs_bio_end_io-in-btrfs_dio_submit.patch.
  - Refresh
    patches.suse/btrfs-open-code-end_extent_writepage-in-end_bio_exte.patch.
  - Refresh
    patches.suse/btrfs-pass-an-ordered_extent-to-btrfs_reloc_clone_cs.patch.
  - Refresh
    patches.suse/btrfs-pass-an-ordered_extent-to-btrfs_submit_compres.patch.
  - Refresh
    patches.suse/btrfs-remove-btrfs_add_ordered_extent.patch.
  - Refresh
    patches.suse/btrfs-use-bbio-ordered-in-btrfs_csum_one_bio.patch.
  - Refresh
    patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-bu.patch.
  - Refresh
    patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-co.patch.
  - Refresh
    patches.suse/btrfs-use-btrfs_finish_ordered_extent-to-complete-di.patch.
  - Refresh
    patches.suse/btrfs-zoned-update-meta-write-pointer-on-zone-finish.patch.
  - Refresh
    patches.suse/cachefiles-fix-memory-leak-in-cachefiles_add_cache.patch.
  - Refresh
    patches.suse/cifs-cifs_chan_is_iface_active-should-be-called-with-chan_lock-held.patch.
  - Refresh
    patches.suse/dcssblk-handle-alloc_dax-EOPNOTSUPP-failure.patch.
  - Refresh
    patches.suse/erofs-apply-proper-VMA-alignment-for-memory-mapped-files-on-THP.patch.
  - Refresh patches.suse/ethernet-tg3-remove-unreachable-code.patch.
  - Refresh
    patches.suse/exfat-fix-potential-deadlock-on-__exfat_get_dentry_set.patch.
  - Refresh
    patches.suse/fanotify-allow-weak-fsid-when-watching-a-single-file.patch.
  - Refresh
    patches.suse/fanotify-store-fsid-in-mark-instead-of-in-connector.patch.
  - Refresh
    patches.suse/fuse-fix-memory-leak-in-fuse_create_open.patch.
  - Refresh
    patches.suse/fuse-update-stats-for-pages-in-dropped-aux-writeback-.patch.
  - Refresh
    patches.suse/fuse-use-unsigned-type-for-getxattr-listxattr-size-tr.patch.
  - Refresh
    patches.suse/gpio-davinci-Validate-the-obtained-number-of-IRQs.patch.
  - Refresh
    patches.suse/gpiolib-cdev-Disallow-reconfiguration-without-direct.patch.
  - Refresh
    patches.suse/hfsplus-fix-to-avoid-false-alarm-of-circular-locking.patch.
  - Refresh
    patches.suse/igb-set-max-size-RX-buffer-when-store-bad-packet-is-.patch.
  - Refresh
    patches.suse/iomap-fix-a-regression-for-partial-write-errors.patch.
  - Refresh
    patches.suse/iomap-micro-optimize-the-ki_pos-assignment-in-iomap_.patch.
  - Refresh
    patches.suse/ixgbevf-Remove-unused-function-declarations.patch.
  - Refresh
    patches.suse/jfs-Fix-array-index-out-of-bounds-in-diFree.patch.
  - Refresh
    patches.suse/md-Don-t-ignore-read-only-array-in-md_check_recovery-55a4.patch.
  - Refresh
    patches.suse/md-Don-t-ignore-suspended-array-in-md_check_recovery-1baa.patch.
  - Refresh
    patches.suse/md-Don-t-register-sync_thread-for-reshape-directly-ad39.patch.
  - Refresh
    patches.suse/md-Don-t-suspend-the-array-for-interrupted-reshape-9e46.patch.
  - Refresh
    patches.suse/md-Make-sure-md_do_sync-will-set-MD_RECOVERY_DONE-82ec.patch.
  - Refresh
    patches.suse/md-bypass-block-throttle-for-superblock-update-d6e0.patch.
  - Refresh
    patches.suse/memory-tegra-Add-BPMP-and-ICC-info-for-DLA-clients.patch.
  - Refresh
    patches.suse/memory-tegra-Correct-DLA-client-names.patch.
  - Refresh
    patches.suse/mm-avoid-might_sleep-in-get_mmap_lock_carefully.patch.
  - Refresh
    patches.suse/mm-compaction-avoid-unneeded-pageblock_end_pfn-when-no_set_skip_hint-is-set.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-of-cached-migrate-pfn-update.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-of-candidate-pfn-in-fast_isolate_freepages.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-of-fast_find_migrateblock-in-isolate_migratepages.patch.
  - Refresh
    patches.suse/mm-compaction-correct-comment-to-complete-migration-failure.patch.
  - Refresh
    patches.suse/mm-compaction-correct-last_migrated_pfn-update-in-compact_zone.patch.
  - Refresh
    patches.suse/mm-compaction-merge-end_pfn-boundary-check-in-isolate_freepages_range.patch.
  - Refresh
    patches.suse/mm-compaction-remove-unnecessary-cursor-page-in-isolate_freepages_block.patch.
  - Refresh
    patches.suse/mm-compaction-remove-unnecessary-else-continue-at-end-of-loop-in-isolate_freepages_block.patch.
  - Refresh
    patches.suse/mm-compaction-remove-unnecessary-return-for-void-function.patch.
  - Refresh
    patches.suse/mm-compaction-set-compact_cached_free_pfn-correctly-in-update_pageblock_skip.patch.
  - Refresh
    patches.suse/mm-compaction-skip-page-block-marked-skip-in-isolate_migratepages_block.patch.
  - Refresh
    patches.suse/mm-compaction-skip-the-memory-hole-rapidly-when-isolating-free-pages.patch.
  - Refresh
    patches.suse/mm-compaction-use-the-correct-type-of-list-for-free-pages.patch.
  - Refresh
    patches.suse/mm-filemap.c-fix-update-prev_pos-after-one-read-request-done.patch.
  - Refresh
    patches.suse/mm-madvise-fix-uneven-accounting-of-psi.patch.
  - Refresh
    patches.suse/mm-mm_init-use-helper-macro-BITS_PER_LONG-and-BITS_PER_BYTE.patch.
  - Refresh
    patches.suse/mm-mm_init.c-drop-node_start_pfn-from-adjust_zone_range_for_zone_movable.patch.
  - Refresh
    patches.suse/mm-mm_init.c-update-obsolete-comment-in-get_pfn_range_for_nid.patch.
  - Refresh
    patches.suse/mm-page_alloc-avoid-false-page-outside-zone-error-info.patch.
  - Refresh
    patches.suse/mm-page_alloc-fix-min_free_kbytes-calculation-regarding-ZONE_MOVABLE.patch.
  - Refresh
    patches.suse/mm-page_alloc-remove-unnecessary-inner-__get_pfnblock_flags_mask.patch.
  - Refresh
    patches.suse/mm-page_alloc-remove-unneeded-variable-base.patch.
  - Refresh
    patches.suse/mm-page_alloc-remove-unused-parameter-from-reserve_highatomic_pageblock.patch.
  - Refresh
    patches.suse/mm-page_alloc-use-get_pfnblock_migratetype-to-avoid-extra-page_to_pfn.patch.
  - Refresh
    patches.suse/mm-page_alloc-use-write_seqlock_irqsave-instead-write_seqlock-local_irq_save.patch.
  - Refresh
    patches.suse/mm-rmap-correct-stale-comment-of-rmap_walk_anon-and-rmap_walk_file.patch.
  - Refresh
    patches.suse/mm-vmscan-fix-inaccurate-reclaim-during-proactive-reclaim.patch.
  - Refresh
    patches.suse/net-mlx5-Fix-peer-devlink-set-for-SF-representor-dev.patch.
  - Refresh
    patches.suse/net-sched-Add-helper-macros-with-module-names.patch.
  - Refresh
    patches.suse/net-sched-Add-module-aliases-for-cls_-sch_-act_-modules.patch.
  - Refresh
    patches.suse/net-sched-Load-modules-via-their-alias.patch.
  - Refresh patches.suse/net-sched-Remove-alias-of-sch_clsact.patch.
  - Refresh patches.suse/perf-Add-branch-stack-counters.patch.
  - Refresh patches.suse/perf-Add-branch_sample_call_stack.patch.
  - Refresh
    patches.suse/perf-x86-Add-PERF_X86_EVENT_NEEDS_BRANCH_STACK-flag.patch.
  - Refresh
    patches.suse/perf-x86-intel-Limit-the-period-on-Haswell.patch.
  - Refresh
    patches.suse/perf-x86-intel-Reorganize-attrs-and-is_visible.patch.
  - Refresh
    patches.suse/perf-x86-intel-Support-branch-counters-logging.patch.
  - Refresh
    patches.suse/perf-x86-intel-ucore-support-hbm-and-cxl-pmon-counters.patch.
  - Refresh
    patches.suse/perf-x86-intel-uncore-Factor-out-topology_gidnid_map.patch.
  - Refresh
    patches.suse/perf-x86-intel-uncore-Fix-NULL-pointer-dereference-issue-in-upi_fill_topology.patch.
  - Refresh
    patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-mmio.patch.
  - Refresh
    patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-msr-uncore.patch.
  - Refresh
    patches.suse/perf-x86-uncore-apply-the-unit-control-rb-tree-to-pci-uncore.patch.
  - Refresh
    patches.suse/perf-x86-uncore-cleanup-unused-unit-structure.patch.
  - Refresh
    patches.suse/perf-x86-uncore-retrieve-the-unit-id-from-the-unit-control.patch.
  - Refresh
    patches.suse/perf-x86-uncore-save-the-unit-control-address-of-all-units.patch.
  - Refresh
    patches.suse/perf-x86-uncore-support-per-pmu-cpumask.patch.
  - Refresh
    patches.suse/powerpc-dexcr-Move-HASHCHK-trap-handler.patch.
  - Refresh
    patches.suse/printk-panic-Allow-cpu-backtraces-to-be-written-into-ringbuffer-during-panic.patch.
  - Refresh
    patches.suse/raid1-fix-use-after-free-for-original-bio-in-raid1_-fcf3.patch.
  - Refresh
    patches.suse/s390-bpf-Emit-a-barrier-for-BPF_FETCH-instructions.patch.
  - Refresh
    patches.suse/s390-bpf-Fix-clobbering-the-caller-s-backchain-in-the-trampoline.patch.
  - Refresh
    patches.suse/s390-bpf-Fix-unwinding-past-the-trampoline.patch.
  - Refresh
    patches.suse/s390-bpf-Let-arch_prepare_bpf_trampoline-return-program-size.patch.
  - Refresh
    patches.suse/s390-cache-prevent-rebuild-of-shared_cpu_list.patch.
  - Refresh
    patches.suse/s390-cio-Ensure-the-copied-buf-is-NUL-terminated.patch.
  - Refresh
    patches.suse/s390-cio-fix-tracepoint-subchannel-type-field.patch.
  - Refresh
    patches.suse/s390-cpacf-Split-and-rework-cpacf-query-functions.patch.
  - Refresh
    patches.suse/s390-cpum_cf-make-crypto-counters-upward-compatible-across-machine-types.patch.
  - Refresh
    patches.suse/s390-dasd-protect-device-queue-against-concurrent-access.patch.
  - Refresh
    patches.suse/s390-ipl-Fix-incorrect-initialization-of-len-fields-in-nvme-reipl-block.patch.
  - Refresh
    patches.suse/s390-ipl-Fix-incorrect-initialization-of-nvme-dump-block.patch.
  - Refresh
    patches.suse/s390-mm-Fix-clearing-storage-keys-for-huge-pages.patch.
  - Refresh
    patches.suse/s390-mm-Fix-storage-key-clearing-for-guest-huge-pages.patch.
  - Refresh
    patches.suse/s390-pai-fix-attr_event_free-upper-limit-for-pai-device-drivers.patch.
  - Refresh
    patches.suse/s390-pci-fix-max-size-calculation-in-zpci_memcpy_toio.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-for-sysfs-attributes.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_CLR2SECK2-IOCTL.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_GENSECK2-IOCTL.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_KBLOB2PROTK-23.patch.
  - Refresh
    patches.suse/s390-pkey-fix-PKEY_TYPE_EP11_AES-handling-in-PKEY_VERIFYKEY2-IOCTL.patch.
  - Refresh
    patches.suse/s390-pkey-fix-harmonize-internal-keyblob-headers.patch.
  - Refresh
    patches.suse/s390-qeth-Fix-kernel-panic-after-setting-hsuid.patch.
  - Refresh
    patches.suse/s390-uv-Panic-for-set-and-remove-shared-access-UVC-errors.patch.
  - Refresh
    patches.suse/s390-vdso-Add-CFI-for-RA-register-to-asm-macro-vdso_func.patch.
  - Refresh
    patches.suse/s390-vfio-ap-always-filter-entire-AP-matrix.patch.
  - Refresh
    patches.suse/s390-vfio-ap-do-not-reset-queue-removed-from-host-config.patch.
  - Refresh
    patches.suse/s390-vfio-ap-let-on_scan_complete-callback-filter-matrix-and-update-guest-s-APCB.patch.
  - Refresh
    patches.suse/s390-vfio-ap-loop-over-the-shadow-APCB-when-filtering-guest-s-AP-configuration.patch.
  - Refresh
    patches.suse/s390-vfio-ap-reset-queues-associated-with-adapter-for-queue-unbound-from-driver.patch.
  - Refresh
    patches.suse/s390-vfio-ap-reset-queues-filtered-from-the-guest-s-AP-config.patch.
  - Refresh
    patches.suse/s390-vfio-ap-unpin-pages-on-gisc-registration-failure.patch.
  - Refresh
    patches.suse/s390-vtime-fix-average-steal-time-calculation.patch.
  - Refresh
    patches.suse/s390-vx-fix-save-restore-of-fpu-kernel-context.patch.
  - Refresh
    patches.suse/s390-zcrypt-don-t-leak-memory-if-dev_set_name-fails.patch.
  - Refresh
    patches.suse/s390-zcrypt_ep11misc-support-API-ordinal-6-with-empty-pin-blob.patch.
  - Refresh
    patches.suse/sched-add-WF_CURRENT_CPU-and-externise-ttwu.patch.
  - Refresh
    patches.suse/sched-add-a-few-helpers-to-wake-up-tasks-on-the-current-cpu.patch.
  - Refresh
    patches.suse/sched-add-throttled-time-stat-for-throttled-children.patch.
  - Refresh
    patches.suse/sched-cgroup-Restore-meaning-to-hierarchical_quota.patch.
  - Refresh
    patches.suse/sched-core-introduce-sched_core_idle_cpu.patch.
  - Refresh
    patches.suse/sched-debug-Dump-domains-sched-group-flags.patch.
  - Refresh
    patches.suse/sched-don-t-account-throttle-time-for-empty-groups.patch.
  - Refresh
    patches.suse/sched-fair-Block-nohz-tick_stop-when-cfs-bandwidth-in-use.patch.
  - Refresh
    patches.suse/sched-fair-Consider-the-idle-state-of-the-whole-core-for-load-balance.patch.
  - Refresh
    patches.suse/sched-fair-Determine-active-load-balance-for-SMT-sched-groups.patch.
  - Refresh
    patches.suse/sched-fair-Implement-prefer-sibling-imbalance-calculation-between-asymmetric-groups.patch.
  - Refresh
    patches.suse/sched-fair-Stabilize-asym-cpu-capacity-system-idle-cpu-selection.patch.
  - Refresh patches.suse/sched-fair-remove-util_est-boosting.patch.
  - Refresh
    patches.suse/sched-psi-make-psi_cgroups_enabled-static.patch.
  - Refresh
    patches.suse/sched-rt-Fix-sysctl_sched_rr_timeslice-intial-value.patch.
  - Refresh
    patches.suse/sched-rt-sysctl_sched_rr_timeslice-show-default-timeslice-after-reset.patch.
  - Refresh
    patches.suse/sched-topology-Record-number-of-cores-in-sched-group.patch.
  - Refresh
    patches.suse/scsi-fnic-Move-fnic_fnic_flush_tx-to-a-work-queue.patch.
  - Refresh
    patches.suse/scsi-qla2xxx-Fix-double-free-of-dsd_list-during-driver-load.patch.
  - Refresh
    patches.suse/scsi-zfcp-Fix-a-double-put-in-zfcp_port_enqueue.patch.
  - Refresh
    patches.suse/selinux-avoid-dereference-of-garbage-after-mount-fai.patch.
  - Refresh
    patches.suse/smb-client-ensure-to-try-all-targets-when-finding-nested-links.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-dfs-code-dep-in-namespace-c.patch.
  - Refresh
    patches.suse/smb-client-get-rid-of-dfs-naming-in-automount-code.patch.
  - Refresh
    patches.suse/smb-client-introduce-DFS_CACHE_TGT_LIST-.patch.
  - Refresh
    patches.suse/smb-client-reduce-stack-usage-in-cifs_try_adding_channels-.patch.
  - Refresh
    patches.suse/smb-client-rename-cifs_dfs_ref-c-to-namespace-c.patch.
  - Refresh
    patches.suse/virtio_net-checksum-offloading-handling-fix.
  - Refresh
    patches.suse/workqueue-Improve-scalability-of-workqueue-watchdog-touch.patch.
  - Refresh
    patches.suse/workqueue-wq_watchdog_touch-is-always-called-with-valid-CPU.patch.
  - Refresh
    patches.suse/x86-entry-convert-int-0x80-emulation-to-idtentry.patch.
  - Refresh
    patches.suse/x86-entry-do-not-allow-external-0x80-interrupts.patch.
  - Refresh
    patches.suse/xfs-ensure-submit-buffers-on-LSN-boundaries-in-error-handlers.patch.
  - Refresh
    patches.suse/xfs-fix-SEEK_HOLE-DATA-for-regions-with-active-COW-extents.patch.
  - Refresh
    patches.suse/xfs-fix-imprecise-logic-in-xchk_btree_check_block_owner.patch.
  - Refresh
    patches.suse/xfs-shrink-failure-needs-to-hold-AGI-buffer.patch.
    Fix incorrect Patch-mainline headers.
  - commit 697d9c1
  - userfaultfd: fix checks for huge PMDs (CVE-2024-46787
    bsc#1230815).
  - commit a236c90
  - cachefiles: Fix non-taking of sb_writers around set/removexattr
    (bsc#1231008).
  - commit 1b01b3e
  - RDMA/rtrs-clt: Reset cid to con_num - 1 to stay in bounds (git-fixes)
  - commit a6683f0
  - PCI: dwc: Expose dw_pcie_ep_exit() to module (git-fixes).
  - Refresh
    patches.suse/PCI-dwc-endpoint-Introduce-.pre_init-and-.deinit.patch.
  - commit 34c9950
  - PCI: xilinx-nwl: Clean up clock on probe failure/removal
    (git-fixes).
  - PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler (git-fixes).
  - PCI: qcom-ep: Enable controller resources like PHY only after
    refclk is available (git-fixes).
  - PCI: kirin: Fix buffer overflow in kirin_pcie_parse_port()
    (git-fixes).
  - PCI: keystone: Fix if-statement expression in ks_pcie_quirk()
    (git-fixes).
  - PCI: imx6: Fix missing call to phy_power_off() in error handling
    (git-fixes).
  - PCI: dra7xx: Fix error handling when IRQ request fails in probe
    (git-fixes).
  - PCI: dra7xx: Fix threaded IRQ request for "dra7xx-pcie-main"
    IRQ (git-fixes).
  - PCI: Wait for Link before restoring Downstream Buses
    (git-fixes).
  - commit 1528eee

++++ expat:

  - updated keyring [https://build.suse.de/request/show/345282]
  - modified sources
    % expat.keyring

++++ patterns-base:

  - Bump to 6.1

++++ python-passlib:

  - Only run the full testsuite in openSUSE

------------------------------------------------------------------
------------------  2024-9-25  -  Sep 25 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add quota attribute to volume section
    Allow to set quota per volume for the btrfs filesystem
    This Fixes #2651

++++ kernel-default:

  - WIP DO NOT PUSH btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() (CVE-2024-46687 bsc#1230518)
  - commit 17b4a47
  - exfat: fix memory leak in exfat_load_bitmap() (git-fixes).
  - commit 9f477b0
  - net: ip_tunnel: prevent perpetual headroom growth
    (CVE-2024-26804 bsc#1222629).
  - commit 0ca3b23
  - Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - commit 45cee3b
  - Input: ilitek_ts_i2c - avoid wrong input subsystem sync
    (git-fixes).
  - commit e5e587b
  - Input: tsc2004/5 - fix reset handling on probe (git-fixes).
  - commit 1366de4
  - Input: tsc2004/5 - do not hard code interrupt trigger
    (git-fixes).
  - commit 110dbdb
  - Input: tsc2004/5 - use device core to create driver-specific
    device attributes (git-fixes).
  - commit 958966c
  - Input: adp5588-keys - fix check on return code (git-fixes).
  - commit d15133c
  - drm/amd/display: Fix incorrect size calculation for loop (bsc#1230704 CVE-2024-46729)
  - commit 55d78a7
  - RDMA/hns: Fix ah error counter in sw stat not increasing (git-fixes)
  - commit d7bebcf
  - RDMA/mlx5: Fix MR cache temp entries cleanup (git-fixes)
  - commit b0aa848
  - RDMA/mlx5: Drop redundant work canceling from clean_keys() (git-fixes)
  - commit 6800d7e
  - RDMA/irdma: fix error message in irdma_modify_qp_roce() (git-fixes)
  - commit dcf63e1
  - RDMA/cxgb4: Added NULL check for lookup_atid (git-fixes)
  - commit 23d3195
  - RDMA/mlx5: Obtain upper net device only when needed (git-fixes)
  - commit ca2d8dc
  - RDMA/hns: Fix restricted __le16 degrades to integer issue (git-fixes)
  - commit 4481358
  - RDMA/hns: Optimize hem allocation performance (git-fixes)
  - commit 7afe440
  - RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS (git-fixes)
  - commit 25e36c2
  - RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler (git-fixes)
  - commit a18704a
  - RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled (git-fixes)
  - commit 7b15e64
  - RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range() (git-fixes)
  - commit 60eb35c
  - RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08 (git-fixes)
  - commit 3ab1ca2
  - RDMA/hns: Don't modify rq next block addr in HIP09 QPC (git-fixes)
  - commit 7100eb8
  - RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache (git-fixes)
  - commit 914ed66
  - RDMA/mlx5: Fix counter update on MR cache mkey creation (git-fixes)
  - commit 60e75bb
  - RDMA/erdma: Return QP state in erdma_query_qp (git-fixes)
  - commit 09a59c3
  - IB/core: Fix ib_cache_setup_one error flow cleanup (git-fixes)
  - commit 38bf526
  - RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer (git-fixes)
  - commit c4f28a8
  - RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency (git-fixes)
  - commit 0456b72
  - RDMA/core: Remove unused declaration rdma_resolve_ip_route() (git-fixes)
  - commit 4cb7201
  - Revert "PCI: Extend ACS configurability (bsc#1228090)." (bsc#1229019)
    This reverts commit 571e4310e81312c847a5caee7e45e66aeea2a169. It breaks
    ACS on certain platforms. Even 6.11 is affected. So drop for now and
    investigate.
  - commit 3b92a44

++++ kernel-rt:

  - WIP DO NOT PUSH btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() (CVE-2024-46687 bsc#1230518)
  - commit 17b4a47
  - exfat: fix memory leak in exfat_load_bitmap() (git-fixes).
  - commit 9f477b0
  - net: ip_tunnel: prevent perpetual headroom growth
    (CVE-2024-26804 bsc#1222629).
  - commit 0ca3b23
  - Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - commit 45cee3b
  - Input: ilitek_ts_i2c - avoid wrong input subsystem sync
    (git-fixes).
  - commit e5e587b
  - Input: tsc2004/5 - fix reset handling on probe (git-fixes).
  - commit 1366de4
  - Input: tsc2004/5 - do not hard code interrupt trigger
    (git-fixes).
  - commit 110dbdb
  - Input: tsc2004/5 - use device core to create driver-specific
    device attributes (git-fixes).
  - commit 958966c
  - Input: adp5588-keys - fix check on return code (git-fixes).
  - commit d15133c
  - drm/amd/display: Fix incorrect size calculation for loop (bsc#1230704 CVE-2024-46729)
  - commit 55d78a7
  - RDMA/hns: Fix ah error counter in sw stat not increasing (git-fixes)
  - commit d7bebcf
  - RDMA/mlx5: Fix MR cache temp entries cleanup (git-fixes)
  - commit b0aa848
  - RDMA/mlx5: Drop redundant work canceling from clean_keys() (git-fixes)
  - commit 6800d7e
  - RDMA/irdma: fix error message in irdma_modify_qp_roce() (git-fixes)
  - commit dcf63e1
  - RDMA/cxgb4: Added NULL check for lookup_atid (git-fixes)
  - commit 23d3195
  - RDMA/mlx5: Obtain upper net device only when needed (git-fixes)
  - commit ca2d8dc
  - RDMA/hns: Fix restricted __le16 degrades to integer issue (git-fixes)
  - commit 4481358
  - RDMA/hns: Optimize hem allocation performance (git-fixes)
  - commit 7afe440
  - RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS (git-fixes)
  - commit 25e36c2
  - RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler (git-fixes)
  - commit a18704a
  - RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled (git-fixes)
  - commit 7b15e64
  - RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range() (git-fixes)
  - commit 60eb35c
  - RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08 (git-fixes)
  - commit 3ab1ca2
  - RDMA/hns: Don't modify rq next block addr in HIP09 QPC (git-fixes)
  - commit 7100eb8
  - RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache (git-fixes)
  - commit 914ed66
  - RDMA/mlx5: Fix counter update on MR cache mkey creation (git-fixes)
  - commit 60e75bb
  - RDMA/erdma: Return QP state in erdma_query_qp (git-fixes)
  - commit 09a59c3
  - IB/core: Fix ib_cache_setup_one error flow cleanup (git-fixes)
  - commit 38bf526
  - RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer (git-fixes)
  - commit c4f28a8
  - RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency (git-fixes)
  - commit 0456b72
  - RDMA/core: Remove unused declaration rdma_resolve_ip_route() (git-fixes)
  - commit 4cb7201
  - Revert "PCI: Extend ACS configurability (bsc#1228090)." (bsc#1229019)
    This reverts commit 571e4310e81312c847a5caee7e45e66aeea2a169. It breaks
    ACS on certain platforms. Even 6.11 is affected. So drop for now and
    investigate.
  - commit 3b92a44

++++ kernel-rt_debug:

  - WIP DO NOT PUSH btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() (CVE-2024-46687 bsc#1230518)
  - commit 17b4a47
  - exfat: fix memory leak in exfat_load_bitmap() (git-fixes).
  - commit 9f477b0
  - net: ip_tunnel: prevent perpetual headroom growth
    (CVE-2024-26804 bsc#1222629).
  - commit 0ca3b23
  - Input: ps2-gpio - use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - commit 45cee3b
  - Input: ilitek_ts_i2c - avoid wrong input subsystem sync
    (git-fixes).
  - commit e5e587b
  - Input: tsc2004/5 - fix reset handling on probe (git-fixes).
  - commit 1366de4
  - Input: tsc2004/5 - do not hard code interrupt trigger
    (git-fixes).
  - commit 110dbdb
  - Input: tsc2004/5 - use device core to create driver-specific
    device attributes (git-fixes).
  - commit 958966c
  - Input: adp5588-keys - fix check on return code (git-fixes).
  - commit d15133c
  - drm/amd/display: Fix incorrect size calculation for loop (bsc#1230704 CVE-2024-46729)
  - commit 55d78a7
  - RDMA/hns: Fix ah error counter in sw stat not increasing (git-fixes)
  - commit d7bebcf
  - RDMA/mlx5: Fix MR cache temp entries cleanup (git-fixes)
  - commit b0aa848
  - RDMA/mlx5: Drop redundant work canceling from clean_keys() (git-fixes)
  - commit 6800d7e
  - RDMA/irdma: fix error message in irdma_modify_qp_roce() (git-fixes)
  - commit dcf63e1
  - RDMA/cxgb4: Added NULL check for lookup_atid (git-fixes)
  - commit 23d3195
  - RDMA/mlx5: Obtain upper net device only when needed (git-fixes)
  - commit ca2d8dc
  - RDMA/hns: Fix restricted __le16 degrades to integer issue (git-fixes)
  - commit 4481358
  - RDMA/hns: Optimize hem allocation performance (git-fixes)
  - commit 7afe440
  - RDMA/hns: Fix 1bit-ECC recovery address in non-4K OS (git-fixes)
  - commit 25e36c2
  - RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handler (git-fixes)
  - commit a18704a
  - RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabled (git-fixes)
  - commit 7b15e64
  - RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range() (git-fixes)
  - commit 60eb35c
  - RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08 (git-fixes)
  - commit 3ab1ca2
  - RDMA/hns: Don't modify rq next block addr in HIP09 QPC (git-fixes)
  - commit 7100eb8
  - RDMA/mlx5: Limit usage of over-sized mkeys from the MR cache (git-fixes)
  - commit 914ed66
  - RDMA/mlx5: Fix counter update on MR cache mkey creation (git-fixes)
  - commit 60e75bb
  - RDMA/erdma: Return QP state in erdma_query_qp (git-fixes)
  - commit 09a59c3
  - IB/core: Fix ib_cache_setup_one error flow cleanup (git-fixes)
  - commit 38bf526
  - RDMA/rtrs: Reset hb_missed_cnt after receiving other traffic from peer (git-fixes)
  - commit c4f28a8
  - RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency (git-fixes)
  - commit 0456b72
  - RDMA/core: Remove unused declaration rdma_resolve_ip_route() (git-fixes)
  - commit 4cb7201
  - Revert "PCI: Extend ACS configurability (bsc#1228090)." (bsc#1229019)
    This reverts commit 571e4310e81312c847a5caee7e45e66aeea2a169. It breaks
    ACS on certain platforms. Even 6.11 is affected. So drop for now and
    investigate.
  - commit 3b92a44

++++ microos-tools:

  - Update to version 2.21+git16:
    * selinux: Avoid parameter duplication
    * 98selinux-microos: Use a single thread for relabelling /etc
    * Use all cores for SELinux restorecon (related to jsc#SMO-382)
  - _service: Omit +git0 suffix in versions

++++ selinux-policy:

  - Update to version 20240604+git382.24f674cf:
    * Allow snapperd to manage unlabeled_t files (bsc#1230966)

------------------------------------------------------------------
------------------  2024-9-24  -  Sep 24 2024  -------------------
------------------------------------------------------------------

++++ curl:

  - Update to 8.10.1:
    * Bugfixes:
  - autotools: fix `--with-ca-embed` build rule
  - cmake: ensure `CURL_USE_OPENSSL`/`USE_OPENSSL_QUIC` are set in sync
  - cmake: fix MSH3 to appear on the feature list
  - connect: store connection info when really done
  - FTP: partly revert eeb7c1280742f5c8fa48a4340fc1e1a1a2c7075a
  - http2: when uploading data from stdin, fix eos forwarding
  - http: make max-filesize check not count ignored bodies
  - lib: fix AF_INET6 use outside of USE_IPV6
  - multi: check that the multi handle is valid in curl_multi_assign
  - QUIC: on connect, keep on trying on draining server
  - request: correctly reset the eos_sent flag
  - setopt: remove superfluous use of ternary expressions
  - singleuse: drop `Curl_memrchr()` for no-HTTP builds
  - tool_cb_wrt: use "curl_response" if no file name in URL
  - transfer: fix sendrecv() without interim poll
  - vtls: fix `Curl_ssl_conn_config_match` doc param

++++ python-kiwi:

  - Fix globbing with exclude with regex
    This fixes a collection of bugs when producing erofs images.
    On one hand, this ensures that an exclude of `/sys` doesn't accidentally
    match `/lib/libsystemd.so`, only `/sys/whatever`.
    On the other hand, this ensures that `/dev/*` does match `/dev/vda` and
    not just `/dev///////////`.
    This fixes libsystemd.so getting dropped in Kiwi-built FEX images.
    Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
  - Honour custom exclude for filesystem builds
    All other call sites honour the custom exclude file, it's just this one
    that needs to be fixed. This unblocks use of Kiwi for generating FEX
    rootfs.
    Closes: #2652
    Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>

++++ transactional-update:

  - Version 4.8.3
  - Check return value of register command [bsc#1230901]

++++ jeos-firstboot:

  - Add dependency on cracklib for cracklib-check

++++ kernel-default:

  - btrfs: handle errors from btrfs_dec_ref() properly (CVE-2024-46753 bsc#1230796)
  - commit 3e3b2cb
  - media: vicodec: allow en/decoder cmd w/o CAPTURE (git-fixes).
  - commit 62ef4d1
  - media: qcom: camss: Remove use_count guard in stop_streaming
    (git-fixes).
  - commit ef85228
  - Revert "media: tuners: fix error return code of
    hybrid_tuner_request_state()" (git-fixes).
  - drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds
    write error (git-fixes).
  - drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds
    write error (git-fixes).
  - commit 48dc3a9
  - net: bridge: xmit: make sure we have at least eth header len
    bytes (CVE-2024-38538 bsc#1226606).
  - commit 2548071
  - PKCS#7: Check codeSigning EKU of certificates in PKCS#7
    (bsc#1226666).
  - commit dbae63e

++++ kernel-rt:

  - btrfs: handle errors from btrfs_dec_ref() properly (CVE-2024-46753 bsc#1230796)
  - commit 3e3b2cb
  - media: vicodec: allow en/decoder cmd w/o CAPTURE (git-fixes).
  - commit 62ef4d1
  - media: qcom: camss: Remove use_count guard in stop_streaming
    (git-fixes).
  - commit ef85228
  - Revert "media: tuners: fix error return code of
    hybrid_tuner_request_state()" (git-fixes).
  - drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds
    write error (git-fixes).
  - drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds
    write error (git-fixes).
  - commit 48dc3a9
  - net: bridge: xmit: make sure we have at least eth header len
    bytes (CVE-2024-38538 bsc#1226606).
  - commit 2548071
  - PKCS#7: Check codeSigning EKU of certificates in PKCS#7
    (bsc#1226666).
  - commit dbae63e

++++ kernel-rt_debug:

  - btrfs: handle errors from btrfs_dec_ref() properly (CVE-2024-46753 bsc#1230796)
  - commit 3e3b2cb
  - media: vicodec: allow en/decoder cmd w/o CAPTURE (git-fixes).
  - commit 62ef4d1
  - media: qcom: camss: Remove use_count guard in stop_streaming
    (git-fixes).
  - commit ef85228
  - Revert "media: tuners: fix error return code of
    hybrid_tuner_request_state()" (git-fixes).
  - drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds
    write error (git-fixes).
  - drivers: media: dvb-frontends/rtl2832: fix an out-of-bounds
    write error (git-fixes).
  - commit 48dc3a9
  - net: bridge: xmit: make sure we have at least eth header len
    bytes (CVE-2024-38538 bsc#1226606).
  - commit 2548071
  - PKCS#7: Check codeSigning EKU of certificates in PKCS#7
    (bsc#1226666).
  - commit dbae63e

++++ sqlite3:

  - Update to release 3.46.1:
    * Improved robustness while parsing the tokenize= arguments in
    FTS5.
    * Enhancements to covering index prediction in the query planner.
    * Do not let the number of terms on a VALUES clause be limited by
    SQLITE_LIMIT_COMPOUND_SELECT, even if the VALUES clause
    contains elements that appear to be variables due to
    double-quoted string literals.
    * Fix the window function version of group_concat() so that it
    returns an empty string if it has one or more empty string
    inputs.
    * In FTS5 secure-delete mode, fix false-positive integrity-check
    reports about corrupt indexes.
    * Syntax errors in ALTER TABLE should always return SQLITE_ERROR.
    In some cases, they were formerly returning SQLITE_INTERNAL.
    * Other minor fixes.

++++ selinux-policy:

  - Fix macros.selinux-policy (bsc#1230897)
  - %selinux_relabel_post should not relabel files in
    transactional systems in %post as the policy is not loaded
    into the kernel directly after install, instead the relabelling
    will happen on the next boot

------------------------------------------------------------------
------------------  2024-9-23  -  Sep 23 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - test: storage: update clone_device tests with new block size
    Signed-off-by: Isaac True <isaac@is.having.coffee>

++++ kernel-default:

  - xen/swiotlb: fix allocated size (git-fixes).
  - commit 199871d
  - xen/swiotlb: add alignment check for dma buffers (bsc#1229928).
  - commit 0ffbc04
  - xen: tolerate ACPI NVS memory overlapping with Xen allocated
    memory (bsc#1226003).
  - commit 3dc14d8
  - xen: allow mapping ACPI data using a different physical address
    (bsc#1226003).
  - commit 0928eec
  - x86/tdx: Fix data leak in mmio_read() (CVE-2024-46794 bsc#1230825)
  - commit 9a2a1c2
  - tcp_bpf: fix return value of tcp_bpf_sendmsg() (CVE-2024-46783 bsc#1230810)
  - commit eb9d143
  - nvme: fix namespace removal list (git-fixes).
  - commit b45d192
  - ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery() (CVE-2024-46735 bsc#1230727)
  - commit 23e039f
  - Update references for patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch (CVE-2024-46737 bsc#1230730)
  - commit 8ce7f58
  - xen: add capability to remap non-RAM pages to different PFNs
    (bsc#1226003).
  - commit 47109fd
  - net/mlx5e: SHAMPO, Fix incorrect page release (CVE-2024-46717 bsc#1230719)
  - commit d6a30a9
  - xen: move max_pfn in xen_memory_setup() out of function scope
    (bsc#1226003).
  - commit 2750357
  - xen: move checks for e820 conflicts further up (bsc#1226003).
  - commit 191a602
  - xen: introduce generic helper checking for memory map conflicts
    (bsc#1226003).
  - commit eb57cec
  - xen: use correct end address of kernel for conflict checking
    (bsc#1226003).
  - commit c40fc6b
  - scsi: lpfc: Copyright updates for 14.4.0.4 patches (bsc#1229429
    jsc#PED-9899).
  - scsi: lpfc: Update lpfc version to 14.4.0.4 (bsc#1229429
    jsc#PED-9899).
  - scsi: lpfc: Update PRLO handling in direct attached topology
    (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct
    attached topology (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Fix unintentional double clearing of vmid_flag
    (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Validate hdwq pointers before dereferencing in
    reset/errata paths (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Remove redundant vport assignment when building
    an abort request (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Change diagnostic log flag during receipt of
    unknown ELS cmds (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Fix overflow build issue (bsc#1229429 jsc#PED-9899).
  - commit 18ec475
  - drm/vmwgfx: Prevent unmapping active read buffers (bsc#1230540 CVE-2024-46710)
  - commit 84f019d
  - nvme-tcp: fix link failure for TCP auth (git-fixes).
  - nvmet: Identify-Active Namespace ID List command should reject
    invalid nsid (git-fixes).
  - nvme-pci: Add sleep quirk for Samsung 990 Evo (git-fixes).
  - nvme-pci: allocate tagset on reset if necessary (git-fixes).
  - nvmet-tcp: fix kernel crash if commands allocation fails
    (git-fixes).
  - nvme/pci: Add APST quirk for Lenovo N60z laptop (git-fixes).
  - nvme: use srcu for iterating namespace list (git-fixes).
    Refresh:
  - patches.suse/nvme-tcp-sanitize-tls-key-handling.patch
  - nvmet-rdma: fix possible bad dereference when freeing rsps
    (git-fixes).
  - nvmet-tcp: do not continue for invalid icreq (git-fixes).
  - nvme: clear caller pointer on identify failure (git-fixes).
  - nvmet-trace: avoid dereferencing pointer too early (git-fixes).
  - commit 7382ad4
  - Update
    patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch
    (git-fixes CVE-2024-36953 bsc#1225812).
  - Update
    patches.suse/vfio-pci-fix-potential-memory-leak-in-vfio_intx_enab.patch
    (git-fixes CVE-2024-38632 bsc#1226860).
    Add CVE references.
  - commit c9c3b6f

++++ kernel-rt:

  - xen/swiotlb: fix allocated size (git-fixes).
  - commit 199871d
  - xen/swiotlb: add alignment check for dma buffers (bsc#1229928).
  - commit 0ffbc04
  - xen: tolerate ACPI NVS memory overlapping with Xen allocated
    memory (bsc#1226003).
  - commit 3dc14d8
  - xen: allow mapping ACPI data using a different physical address
    (bsc#1226003).
  - commit 0928eec
  - x86/tdx: Fix data leak in mmio_read() (CVE-2024-46794 bsc#1230825)
  - commit 9a2a1c2
  - tcp_bpf: fix return value of tcp_bpf_sendmsg() (CVE-2024-46783 bsc#1230810)
  - commit eb9d143
  - nvme: fix namespace removal list (git-fixes).
  - commit b45d192
  - ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery() (CVE-2024-46735 bsc#1230727)
  - commit 23e039f
  - Update references for patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch (CVE-2024-46737 bsc#1230730)
  - commit 8ce7f58
  - xen: add capability to remap non-RAM pages to different PFNs
    (bsc#1226003).
  - commit 47109fd
  - net/mlx5e: SHAMPO, Fix incorrect page release (CVE-2024-46717 bsc#1230719)
  - commit d6a30a9
  - xen: move max_pfn in xen_memory_setup() out of function scope
    (bsc#1226003).
  - commit 2750357
  - xen: move checks for e820 conflicts further up (bsc#1226003).
  - commit 191a602
  - xen: introduce generic helper checking for memory map conflicts
    (bsc#1226003).
  - commit eb57cec
  - xen: use correct end address of kernel for conflict checking
    (bsc#1226003).
  - commit c40fc6b
  - scsi: lpfc: Copyright updates for 14.4.0.4 patches (bsc#1229429
    jsc#PED-9899).
  - scsi: lpfc: Update lpfc version to 14.4.0.4 (bsc#1229429
    jsc#PED-9899).
  - scsi: lpfc: Update PRLO handling in direct attached topology
    (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct
    attached topology (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Fix unintentional double clearing of vmid_flag
    (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Validate hdwq pointers before dereferencing in
    reset/errata paths (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Remove redundant vport assignment when building
    an abort request (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Change diagnostic log flag during receipt of
    unknown ELS cmds (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Fix overflow build issue (bsc#1229429 jsc#PED-9899).
  - commit 18ec475
  - drm/vmwgfx: Prevent unmapping active read buffers (bsc#1230540 CVE-2024-46710)
  - commit 84f019d
  - nvme-tcp: fix link failure for TCP auth (git-fixes).
  - nvmet: Identify-Active Namespace ID List command should reject
    invalid nsid (git-fixes).
  - nvme-pci: Add sleep quirk for Samsung 990 Evo (git-fixes).
  - nvme-pci: allocate tagset on reset if necessary (git-fixes).
  - nvmet-tcp: fix kernel crash if commands allocation fails
    (git-fixes).
  - nvme/pci: Add APST quirk for Lenovo N60z laptop (git-fixes).
  - nvme: use srcu for iterating namespace list (git-fixes).
    Refresh:
  - patches.suse/nvme-tcp-sanitize-tls-key-handling.patch
  - nvmet-rdma: fix possible bad dereference when freeing rsps
    (git-fixes).
  - nvmet-tcp: do not continue for invalid icreq (git-fixes).
  - nvme: clear caller pointer on identify failure (git-fixes).
  - nvmet-trace: avoid dereferencing pointer too early (git-fixes).
  - commit 7382ad4
  - Update
    patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch
    (git-fixes CVE-2024-36953 bsc#1225812).
  - Update
    patches.suse/vfio-pci-fix-potential-memory-leak-in-vfio_intx_enab.patch
    (git-fixes CVE-2024-38632 bsc#1226860).
    Add CVE references.
  - commit c9c3b6f

++++ kernel-rt_debug:

  - xen/swiotlb: fix allocated size (git-fixes).
  - commit 199871d
  - xen/swiotlb: add alignment check for dma buffers (bsc#1229928).
  - commit 0ffbc04
  - xen: tolerate ACPI NVS memory overlapping with Xen allocated
    memory (bsc#1226003).
  - commit 3dc14d8
  - xen: allow mapping ACPI data using a different physical address
    (bsc#1226003).
  - commit 0928eec
  - x86/tdx: Fix data leak in mmio_read() (CVE-2024-46794 bsc#1230825)
  - commit 9a2a1c2
  - tcp_bpf: fix return value of tcp_bpf_sendmsg() (CVE-2024-46783 bsc#1230810)
  - commit eb9d143
  - nvme: fix namespace removal list (git-fixes).
  - commit b45d192
  - ublk_drv: fix NULL pointer dereference in ublk_ctrl_start_recovery() (CVE-2024-46735 bsc#1230727)
  - commit 23e039f
  - Update references for patches.suse/nvmet-tcp-fix-kernel-crash-if-commands-allocation-fa.patch (CVE-2024-46737 bsc#1230730)
  - commit 8ce7f58
  - xen: add capability to remap non-RAM pages to different PFNs
    (bsc#1226003).
  - commit 47109fd
  - net/mlx5e: SHAMPO, Fix incorrect page release (CVE-2024-46717 bsc#1230719)
  - commit d6a30a9
  - xen: move max_pfn in xen_memory_setup() out of function scope
    (bsc#1226003).
  - commit 2750357
  - xen: move checks for e820 conflicts further up (bsc#1226003).
  - commit 191a602
  - xen: introduce generic helper checking for memory map conflicts
    (bsc#1226003).
  - commit eb57cec
  - xen: use correct end address of kernel for conflict checking
    (bsc#1226003).
  - commit c40fc6b
  - scsi: lpfc: Copyright updates for 14.4.0.4 patches (bsc#1229429
    jsc#PED-9899).
  - scsi: lpfc: Update lpfc version to 14.4.0.4 (bsc#1229429
    jsc#PED-9899).
  - scsi: lpfc: Update PRLO handling in direct attached topology
    (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Fix unsolicited FLOGI kref imbalance when in direct
    attached topology (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Fix unintentional double clearing of vmid_flag
    (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Validate hdwq pointers before dereferencing in
    reset/errata paths (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Remove redundant vport assignment when building
    an abort request (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Change diagnostic log flag during receipt of
    unknown ELS cmds (bsc#1229429 jsc#PED-9899).
  - scsi: lpfc: Fix overflow build issue (bsc#1229429 jsc#PED-9899).
  - commit 18ec475
  - drm/vmwgfx: Prevent unmapping active read buffers (bsc#1230540 CVE-2024-46710)
  - commit 84f019d
  - nvme-tcp: fix link failure for TCP auth (git-fixes).
  - nvmet: Identify-Active Namespace ID List command should reject
    invalid nsid (git-fixes).
  - nvme-pci: Add sleep quirk for Samsung 990 Evo (git-fixes).
  - nvme-pci: allocate tagset on reset if necessary (git-fixes).
  - nvmet-tcp: fix kernel crash if commands allocation fails
    (git-fixes).
  - nvme/pci: Add APST quirk for Lenovo N60z laptop (git-fixes).
  - nvme: use srcu for iterating namespace list (git-fixes).
    Refresh:
  - patches.suse/nvme-tcp-sanitize-tls-key-handling.patch
  - nvmet-rdma: fix possible bad dereference when freeing rsps
    (git-fixes).
  - nvmet-tcp: do not continue for invalid icreq (git-fixes).
  - nvme: clear caller pointer on identify failure (git-fixes).
  - nvmet-trace: avoid dereferencing pointer too early (git-fixes).
  - commit 7382ad4
  - Update
    patches.suse/KVM-arm64-vgic-v2-Check-for-non-NULL-vCPU-in-vgic_v2.patch
    (git-fixes CVE-2024-36953 bsc#1225812).
  - Update
    patches.suse/vfio-pci-fix-potential-memory-leak-in-vfio_intx_enab.patch
    (git-fixes CVE-2024-38632 bsc#1226860).
    Add CVE references.
  - commit c9c3b6f

++++ perl-Bootloader:

  - merge gh#openSUSE/perl-bootloader#177
  - fix handling of missing grub_installdevice on powerpc (bsc#1230070)
  - 1.13.0

------------------------------------------------------------------
------------------  2024-9-22  -  Sep 22 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - nilfs2: fix potential oob read in nilfs_btree_check_delete()
    (git-fixes).
  - commit cc0f59d
  - nilfs2: determine empty node blocks as corrupted (git-fixes).
  - commit 3244e52
  - nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
    (git-fixes).
  - commit 90f4e49

++++ kernel-rt:

  - nilfs2: fix potential oob read in nilfs_btree_check_delete()
    (git-fixes).
  - commit cc0f59d
  - nilfs2: determine empty node blocks as corrupted (git-fixes).
  - commit 3244e52
  - nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
    (git-fixes).
  - commit 90f4e49

++++ kernel-rt_debug:

  - nilfs2: fix potential oob read in nilfs_btree_check_delete()
    (git-fixes).
  - commit cc0f59d
  - nilfs2: determine empty node blocks as corrupted (git-fixes).
  - commit 3244e52
  - nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
    (git-fixes).
  - commit 90f4e49

------------------------------------------------------------------
------------------  2024-9-21  -  Sep 21 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.29.7:
    * revert commits link to mount API over bind changes
  - Update to version 2.29.6:
    * don't set propagation if target engine isn't linux
    * build(deps): bump github.com/docker/docker v27.3.0-rc.2
    * build(deps): bump github.com/docker/cli v27.3.0-rc.2
  - Update to version 2.29.5:
    * set propagation default
    * Remove custom codeql workflow
  - Update to version 2.29.4:
    * fix import
    * chore(watch): Add debug log when skipping service without build
    context
    * stop dependent containers before recreating diverged service
    * Fixed possible `nil` pointer dereference
    * bump github.com/docker/buildx v0.17.1
    * build(deps): bump docker, docker/cli to v27.3.0-rc.1
    * gha: test against docker engine v27.3.0

++++ nvidia-open-driver-G06-signed:

  - Update to 550.120 (boo#1230779)
    * Fixed a bug that could cause kernel crashes upon attempting
    KMS operations through DRM when nvidia_drm was loaded with
    modeset=0.
  - aarch64-TW-buildfix.patch
    * fixes build on aarch64 with latest TW kernel

------------------------------------------------------------------
------------------  2024-9-20  -  Sep 20 2024  -------------------
------------------------------------------------------------------

++++ dracut:

  - Update to version 059+suse.607.g2d95edb5:
    Fixes for NVMeoF boot (bsc#1230468):
    * fix(nvmf): install (only) required nvmf modules
    * fix(nvmf): require NVMeoF modules
    * fix(nvmf): move /etc/nvme/host{nqn,id} requirement to hostonly
    Fixes for bsc#1230354:
    * feat(systemd): always install libsystemd libraries
    * fix(dracut): do not add all lib subdirs to `LD_LIBRARY_PATH` with `--sysroot`

++++ python-kiwi:

  - storage: clone_device: increase dd block size
    Increasing the block size used for dd reduces the time needed to clone a
    device.
    Signed-off-by: Isaac True <isaac@is.having.coffee>

++++ git:

  - Update to version 2.46.1;
    * "git checkout --ours" (no other arguments) complained that the
    option is incompatible with branch switching, which is technically
    correct, but found confusing by some users.  It now says that the
    user needs to give pathspec to specify what paths to checkout.
    * It has been documented that we avoid "VAR=VAL shell_func" and why.
    * "git add -p" by users with diff.suppressBlankEmpty set to true
    failed to parse the patch that represents an unmodified empty line
    with an empty line (not a line with a single space on it), which
    has been corrected.
    * "git rebase --help" referred to "offset" (the difference between
    the location a change was taken from and the change gets replaced)
    incorrectly and called it "fuzz", which has been corrected.
    * "git notes add -m '' --allow-empty" and friends that take prepared
    data to create notes should not invoke an editor, but it started
    doing so since Git 2.42, which has been corrected.
    * An expensive operation to prepare tracing was done in re-encoding
    code path even when the tracing was not requested, which has been
    corrected.
    * Perforce tests have been updated.
    * The credential helper to talk to OSX keychain sometimes sent
    garbage bytes after the username, which has been corrected.
    * A recent update broke "git ls-remote" used outside a repository,
    which has been corrected.
    * "git config --value=foo --fixed-value section.key newvalue" barfed
    when the existing value in the configuration file used the
    valueless true syntax, which has been corrected.
    * "git reflog expire" failed to honor annotated tags when computing
    reachable commits.
    * A flakey test and incorrect calls to strtoX() functions have been
    fixed.
    * Follow-up on 2.45.1 regression fix.
    * "git rev-list ... | git diff-tree -p --remerge-diff --stdin" should
    behave more or less like "git log -p --remerge-diff" but instead it
    crashed, forgetting to prepare a temporary object store needed.
    * The patch parser in "git patch-id" has been tightened to avoid
    getting confused by lines that look like a patch header in the log
    message.
    * "git bundle unbundle" outside a repository triggered a BUG()
    unnecessarily, which has been corrected.
    * The code forgot to discard unnecessary in-core commit buffer data
    for commits that "git log --skip=<number>" traversed but omitted
    from the output, which has been corrected.
    * "git verify-pack" and "git index-pack" started dying outside a
    repository, which has been corrected.
    * A corner case bug in "git stash" was fixed.

++++ kernel-default:

  - media: mtk-vcodec: potential null pointer deference in SCP (CVE-2024-40973 bsc#1227890)
  - commit ce5074d
  - btrfs: don't BUG_ON() when 0 reference count at
    btrfs_lookup_extent_info() (bsc#1230786 CVE-2024-46751).
  - btrfs: reduce nesting for extent processing at
    btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752).
  - btrfs: remove superfluous metadata check at
    btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752).
  - btrfs: replace BUG_ON() with error handling at
    update_ref_for_cow() (bsc#1230794 CVE-2024-46752).
  - btrfs: simplify setting the full backref flag at
    update_ref_for_cow() (bsc#1230794 CVE-2024-46752).
  - btrfs: remove NULL transaction support for
    btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752).
  - btrfs: remove level argument from btrfs_set_block_flags
    (bsc#1230794 CVE-2024-46752).
  - commit a1c1176
  - btrfs: send: allow cloning non-aligned extent if it ends at
    i_size (bsc#1230854).
  - commit e9cad4b
  - ocfs2: cancel dqi_sync_work before freeing oinfo (git-fixes).
  - commit 1f37ac4
  - ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
    (git-fixes).
  - commit b7bf7eb
  - ocfs2: remove unreasonable unlock in ocfs2_read_blocks
    (git-fixes).
  - commit e2cb129
  - ocfs2: fix null-ptr-deref when journal load failed (git-fixes).
  - commit b463b02
  - jfs: fix out-of-bounds in dbNextAG() and diAlloc() (git-fixes).
  - commit d948d87
  - of/irq: Prevent device address out-of-bounds read in interrupt
    map walk (CVE-2024-46743 bsc#1230756).
  - commit 300f40a
  - i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - i2c: isch: Add missed 'else' (git-fixes).
  - i2c: xiic: Wait for TX empty to avoid missed TX NAKs
    (git-fixes).
  - i2c: aspeed: Update the stop sw state when the bus recovery
    occurs (git-fixes).
  - resource: fix region_intersects() vs add_memory_driver_managed()
    (git-fixes).
  - drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()
    (git-fixes).
  - drm/msm: fix %s null argument error (git-fixes).
  - drm/msm/dsi: correct programming sequence for SM8350 / SM8450
    (git-fixes).
  - drm/msm/a5xx: workaround early ring-buffer emptiness check
    (git-fixes).
  - drm/msm/a5xx: fix races in preemption evaluation stage
    (git-fixes).
  - drm/msm/a5xx: properly clear preemption records on resume
    (git-fixes).
  - drm/msm/a5xx: disable preemption in submits by default
    (git-fixes).
  - drm/msm: Fix incorrect file name output in adreno_request_fw()
    (git-fixes).
  - drm/mediatek: ovl_adaptor: Add missing of_node_put()
    (git-fixes).
  - drm: omapdrm: Add missing check for alloc_ordered_workqueue
    (git-fixes).
  - drm/radeon/evergreen_cs: fix int overflow errors in cs track
    offsets (git-fixes).
  - drm/amd/amdgpu: Properly tune the size of struct (git-fixes).
  - drm/radeon: properly handle vbios fake edid sizing (git-fixes).
  - drm/amdgpu: properly handle vbios fake edid sizing (git-fixes).
  - drm/amd/display: Add null check for set_output_gamma in
    dcn30_set_output_transfer_func (git-fixes).
  - drm/amdgpu: fix a possible null pointer dereference (git-fixes).
  - drm/radeon: fix null pointer dereference in
    radeon_add_common_modes (git-fixes).
  - drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get
    (git-fixes).
  - drm/bridge: lontium-lt8912b: Validate mode in
    drm_bridge_funcs::mode_valid() (git-fixes).
  - drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode
    (git-fixes).
  - drm/rockchip: vop: Allow 4096px width scaling (git-fixes).
  - drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066
    (git-fixes).
  - drm/rockchip: vop: clear DMA stop bit on RK3066 (git-fixes).
  - drm/stm: ltdc: check memory returned by devm_kzalloc()
    (git-fixes).
  - drm/stm: Fix an error handling path in stm_drm_platform_probe()
    (git-fixes).
  - ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense
    data (git-fixes).
  - HID: wacom: Do not warn about dropped packets for first packet
    (git-fixes).
  - HID: wacom: Support sequence numbers smaller than 16-bit
    (git-fixes).
  - tpm: Clean up TPM space after command failure (git-fixes).
  - ipmi: docs: don't advertise deprecated sysfs entries
    (git-fixes).
  - commit b4e4911

++++ kernel-rt:

  - media: mtk-vcodec: potential null pointer deference in SCP (CVE-2024-40973 bsc#1227890)
  - commit ce5074d
  - btrfs: don't BUG_ON() when 0 reference count at
    btrfs_lookup_extent_info() (bsc#1230786 CVE-2024-46751).
  - btrfs: reduce nesting for extent processing at
    btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752).
  - btrfs: remove superfluous metadata check at
    btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752).
  - btrfs: replace BUG_ON() with error handling at
    update_ref_for_cow() (bsc#1230794 CVE-2024-46752).
  - btrfs: simplify setting the full backref flag at
    update_ref_for_cow() (bsc#1230794 CVE-2024-46752).
  - btrfs: remove NULL transaction support for
    btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752).
  - btrfs: remove level argument from btrfs_set_block_flags
    (bsc#1230794 CVE-2024-46752).
  - commit a1c1176
  - btrfs: send: allow cloning non-aligned extent if it ends at
    i_size (bsc#1230854).
  - commit e9cad4b
  - ocfs2: cancel dqi_sync_work before freeing oinfo (git-fixes).
  - commit 1f37ac4
  - ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
    (git-fixes).
  - commit b7bf7eb
  - ocfs2: remove unreasonable unlock in ocfs2_read_blocks
    (git-fixes).
  - commit e2cb129
  - ocfs2: fix null-ptr-deref when journal load failed (git-fixes).
  - commit b463b02
  - jfs: fix out-of-bounds in dbNextAG() and diAlloc() (git-fixes).
  - commit d948d87
  - of/irq: Prevent device address out-of-bounds read in interrupt
    map walk (CVE-2024-46743 bsc#1230756).
  - commit 300f40a
  - i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - i2c: isch: Add missed 'else' (git-fixes).
  - i2c: xiic: Wait for TX empty to avoid missed TX NAKs
    (git-fixes).
  - i2c: aspeed: Update the stop sw state when the bus recovery
    occurs (git-fixes).
  - resource: fix region_intersects() vs add_memory_driver_managed()
    (git-fixes).
  - drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()
    (git-fixes).
  - drm/msm: fix %s null argument error (git-fixes).
  - drm/msm/dsi: correct programming sequence for SM8350 / SM8450
    (git-fixes).
  - drm/msm/a5xx: workaround early ring-buffer emptiness check
    (git-fixes).
  - drm/msm/a5xx: fix races in preemption evaluation stage
    (git-fixes).
  - drm/msm/a5xx: properly clear preemption records on resume
    (git-fixes).
  - drm/msm/a5xx: disable preemption in submits by default
    (git-fixes).
  - drm/msm: Fix incorrect file name output in adreno_request_fw()
    (git-fixes).
  - drm/mediatek: ovl_adaptor: Add missing of_node_put()
    (git-fixes).
  - drm: omapdrm: Add missing check for alloc_ordered_workqueue
    (git-fixes).
  - drm/radeon/evergreen_cs: fix int overflow errors in cs track
    offsets (git-fixes).
  - drm/amd/amdgpu: Properly tune the size of struct (git-fixes).
  - drm/radeon: properly handle vbios fake edid sizing (git-fixes).
  - drm/amdgpu: properly handle vbios fake edid sizing (git-fixes).
  - drm/amd/display: Add null check for set_output_gamma in
    dcn30_set_output_transfer_func (git-fixes).
  - drm/amdgpu: fix a possible null pointer dereference (git-fixes).
  - drm/radeon: fix null pointer dereference in
    radeon_add_common_modes (git-fixes).
  - drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get
    (git-fixes).
  - drm/bridge: lontium-lt8912b: Validate mode in
    drm_bridge_funcs::mode_valid() (git-fixes).
  - drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode
    (git-fixes).
  - drm/rockchip: vop: Allow 4096px width scaling (git-fixes).
  - drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066
    (git-fixes).
  - drm/rockchip: vop: clear DMA stop bit on RK3066 (git-fixes).
  - drm/stm: ltdc: check memory returned by devm_kzalloc()
    (git-fixes).
  - drm/stm: Fix an error handling path in stm_drm_platform_probe()
    (git-fixes).
  - ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense
    data (git-fixes).
  - HID: wacom: Do not warn about dropped packets for first packet
    (git-fixes).
  - HID: wacom: Support sequence numbers smaller than 16-bit
    (git-fixes).
  - tpm: Clean up TPM space after command failure (git-fixes).
  - ipmi: docs: don't advertise deprecated sysfs entries
    (git-fixes).
  - commit b4e4911

++++ kernel-rt_debug:

  - media: mtk-vcodec: potential null pointer deference in SCP (CVE-2024-40973 bsc#1227890)
  - commit ce5074d
  - btrfs: don't BUG_ON() when 0 reference count at
    btrfs_lookup_extent_info() (bsc#1230786 CVE-2024-46751).
  - btrfs: reduce nesting for extent processing at
    btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752).
  - btrfs: remove superfluous metadata check at
    btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752).
  - btrfs: replace BUG_ON() with error handling at
    update_ref_for_cow() (bsc#1230794 CVE-2024-46752).
  - btrfs: simplify setting the full backref flag at
    update_ref_for_cow() (bsc#1230794 CVE-2024-46752).
  - btrfs: remove NULL transaction support for
    btrfs_lookup_extent_info() (bsc#1230794 CVE-2024-46752).
  - btrfs: remove level argument from btrfs_set_block_flags
    (bsc#1230794 CVE-2024-46752).
  - commit a1c1176
  - btrfs: send: allow cloning non-aligned extent if it ends at
    i_size (bsc#1230854).
  - commit e9cad4b
  - ocfs2: cancel dqi_sync_work before freeing oinfo (git-fixes).
  - commit 1f37ac4
  - ocfs2: fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
    (git-fixes).
  - commit b7bf7eb
  - ocfs2: remove unreasonable unlock in ocfs2_read_blocks
    (git-fixes).
  - commit e2cb129
  - ocfs2: fix null-ptr-deref when journal load failed (git-fixes).
  - commit b463b02
  - jfs: fix out-of-bounds in dbNextAG() and diAlloc() (git-fixes).
  - commit d948d87
  - of/irq: Prevent device address out-of-bounds read in interrupt
    map walk (CVE-2024-46743 bsc#1230756).
  - commit 300f40a
  - i2c: qcom-geni: Use IRQF_NO_AUTOEN flag in request_irq()
    (git-fixes).
  - i2c: isch: Add missed 'else' (git-fixes).
  - i2c: xiic: Wait for TX empty to avoid missed TX NAKs
    (git-fixes).
  - i2c: aspeed: Update the stop sw state when the bus recovery
    occurs (git-fixes).
  - resource: fix region_intersects() vs add_memory_driver_managed()
    (git-fixes).
  - drivers:drm:exynos_drm_gsc:Fix wrong assignment in gsc_bind()
    (git-fixes).
  - drm/msm: fix %s null argument error (git-fixes).
  - drm/msm/dsi: correct programming sequence for SM8350 / SM8450
    (git-fixes).
  - drm/msm/a5xx: workaround early ring-buffer emptiness check
    (git-fixes).
  - drm/msm/a5xx: fix races in preemption evaluation stage
    (git-fixes).
  - drm/msm/a5xx: properly clear preemption records on resume
    (git-fixes).
  - drm/msm/a5xx: disable preemption in submits by default
    (git-fixes).
  - drm/msm: Fix incorrect file name output in adreno_request_fw()
    (git-fixes).
  - drm/mediatek: ovl_adaptor: Add missing of_node_put()
    (git-fixes).
  - drm: omapdrm: Add missing check for alloc_ordered_workqueue
    (git-fixes).
  - drm/radeon/evergreen_cs: fix int overflow errors in cs track
    offsets (git-fixes).
  - drm/amd/amdgpu: Properly tune the size of struct (git-fixes).
  - drm/radeon: properly handle vbios fake edid sizing (git-fixes).
  - drm/amdgpu: properly handle vbios fake edid sizing (git-fixes).
  - drm/amd/display: Add null check for set_output_gamma in
    dcn30_set_output_transfer_func (git-fixes).
  - drm/amdgpu: fix a possible null pointer dereference (git-fixes).
  - drm/radeon: fix null pointer dereference in
    radeon_add_common_modes (git-fixes).
  - drm/vc4: hdmi: Handle error case of pm_runtime_resume_and_get
    (git-fixes).
  - drm/bridge: lontium-lt8912b: Validate mode in
    drm_bridge_funcs::mode_valid() (git-fixes).
  - drm/rockchip: dw_hdmi: Fix reading EDID when using a forced mode
    (git-fixes).
  - drm/rockchip: vop: Allow 4096px width scaling (git-fixes).
  - drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066
    (git-fixes).
  - drm/rockchip: vop: clear DMA stop bit on RK3066 (git-fixes).
  - drm/stm: ltdc: check memory returned by devm_kzalloc()
    (git-fixes).
  - drm/stm: Fix an error handling path in stm_drm_platform_probe()
    (git-fixes).
  - ata: libata: Clear DID_TIME_OUT for ATA PT commands with sense
    data (git-fixes).
  - HID: wacom: Do not warn about dropped packets for first packet
    (git-fixes).
  - HID: wacom: Support sequence numbers smaller than 16-bit
    (git-fixes).
  - tpm: Clean up TPM space after command failure (git-fixes).
  - ipmi: docs: don't advertise deprecated sysfs entries
    (git-fixes).
  - commit b4e4911

------------------------------------------------------------------
------------------  2024-9-19  -  Sep 19 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() (CVE-2024-46686 bsc#1230517)
  - commit a155846
  - firmware: qcom: scm: Mark get_wq_ctx() as atomic call (CVE-2024-46692 bsc#1230520)
  - commit ee65da0
  - scsi: aacraid: Fix double-free on probe failure (CVE-2024-46673 bsc#1230506)
  - commit 49aab2b
  - gtp: fix a potential NULL pointer dereference (CVE-2024-46677 bsc#1230549)
  - commit 9cdd14b
  - ethtool: check device is present when getting link settings (CVE-2024-46679 bsc#1230556)
  - commit 68643d1
  - md/raid5: avoid BUG_ON() while continue reshape after
    reassembling (bsc#1229790, CVE-2024-43914).
  - commit bfb799a
  - xfs: restrict when we try to align cow fork delalloc to cowextsz
    hints (git-fixes).
  - commit 96ac1b7
  - clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get()
    (bsc#1227885).
  - commit bf3362b
  - Replace git-fixes tag by bsc#1226507,
    patches.suse/md-Don-t-wait-for-MD_RECOVERY_NEEDED-for-HOT_REMOVE_DISK-ioctl-a1fd.patch
    (bsc#1226507).
  - commit b04e0cb
  - closures: Change BUG_ON() to WARN_ON() (bsc#1229004,
    CVE-2024-42252).
  - commit 84b7984
  - clk: Add a devm variant of clk_rate_exclusive_get()
    (bsc#1227885).
  - commit b6fb747
  - r8152: add vendor/device ID pair for D-Link DUB-E250
    (git-fixes).
  - Refresh
    patches.suse/r8152-add-vendor-device-ID-pair-for-ASUS-USB-C2500.patch.
  - commit 0c077ab
  - usbnet: ipheth: fix carrier detection in modes 1 and 4
    (git-fixes).
  - commit 591cebb
  - usbnet: ipheth: do not stop RX on failing RX callback
    (git-fixes).
  - commit c58c483
  - usbnet: ipheth: drop RX URBs with no payload (git-fixes).
  - commit 73a78e2
  - KVM: arm64: Disallow copying MTE to guest memory while KVM is
    dirty logging (git-fixes).
  - commit 3cf4c02
  - usbnet: ipheth: remove extraneous rx URB length check
    (git-fixes).
  - commit 507443a
  - usbnet: ipheth: add CDC NCM support (git-fixes).
  - commit 1bf1d1e
  - KVM: arm64: Release pfn, i.e. put page, if copying MTE tags
    hits ZONE_DEVICE (git-fixes).
  - commit 64bccd6
  - usbnet: ipheth: transmit URBs without trailing padding
    (git-fixes).
  - usbnet: ipheth: fix risk of NULL pointer deallocation
    (git-fixes).
  - commit d804072
  - KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe
    hyp init (git-fixes).
  - commit 30df9d2
  - drm/amd/display: Solve mst monitors blank out problem after
    resume (git-fixes).
  - commit cd94b30
  - virtio-net: synchronize probe with ndo_set_features (git-fixes).
  - commit 1a471dd
  - fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()
    (git-fixes).
  - hwmon: (ntc_thermistor) fix module autoloading (git-fixes).
  - hwmon: (max16065) Fix overflows seen when writing limits
    (git-fixes).
  - mtd: powernv: Add check devm_kasprintf() returned value
    (git-fixes).
  - mtd: slram: insert break after errors in parsing the map
    (git-fixes).
  - power: supply: hwmon: Fix missing temp1_max_alarm attribute
    (git-fixes).
  - power: supply: Drop use_cnt check from
    power_supply_property_is_writeable() (git-fixes).
  - power: supply: max17042_battery: Fix SOC threshold calc w/
    no current sense (git-fixes).
  - power: supply: axp20x_battery: Remove design from min and max
    voltage (git-fixes).
  - pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID (stable-fixes).
  - drm/amdgpu/atomfirmware: Silence UBSAN warning (stable-fixes).
  - drm/amd/display: Avoid race between dcn10_set_drr() and
    dc_state_destruct() (git-fixes).
  - Input: synaptics - enable SMBus for HP Elitebook 840 G2
    (stable-fixes).
  - Input: ads7846 - ratelimit the spi_sync error message
    (stable-fixes).
  - drm/msm/adreno: Fix error return if missing firmware-name
    (stable-fixes).
  - scripts: kconfig: merge_config: config files: add a trailing
    newline (stable-fixes).
  - platform/surface: aggregator_registry: Add support for Surface
    Laptop Go 3 (stable-fixes).
  - platform/surface: aggregator_registry: Add Support for Surface
    Pro 10 (stable-fixes).
  - HID: multitouch: Add support for GT7868Q (stable-fixes).
  - drm/mediatek: Set sensible cursor width/height values to fix
    crash (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for Ayn Loki Max
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero
    (stable-fixes).
  - wifi: mt76: mt7921: fix NULL pointer access in
    mt7921_ipv6_addr_change (stable-fixes).
  - net: phy: vitesse: repair vsc73xx autonegotiation
    (stable-fixes).
  - cxl/core: Fix incorrect vendor debug UUID define (git-fixes).
  - drm/amd/display: Fix FEC_READY write on DP LT (stable-fixes).
  - drm/amd/display: Defer handling mst up request in resume
    (stable-fixes).
  - drm/amd/display: Disable error correction if it's not supported
    (stable-fixes).
  - commit 040b0ea
  - Update patches.suse/NFS-never-reuse-a-NFSv4-0-lock-owner.patch
    (bsc#1227726 bsc#1230733 bsc#1230971)
  - commit b1f9aec

++++ kernel-rt:

  - smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() (CVE-2024-46686 bsc#1230517)
  - commit a155846
  - firmware: qcom: scm: Mark get_wq_ctx() as atomic call (CVE-2024-46692 bsc#1230520)
  - commit ee65da0
  - scsi: aacraid: Fix double-free on probe failure (CVE-2024-46673 bsc#1230506)
  - commit 49aab2b
  - gtp: fix a potential NULL pointer dereference (CVE-2024-46677 bsc#1230549)
  - commit 9cdd14b
  - ethtool: check device is present when getting link settings (CVE-2024-46679 bsc#1230556)
  - commit 68643d1
  - md/raid5: avoid BUG_ON() while continue reshape after
    reassembling (bsc#1229790, CVE-2024-43914).
  - commit bfb799a
  - xfs: restrict when we try to align cow fork delalloc to cowextsz
    hints (git-fixes).
  - commit 96ac1b7
  - clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get()
    (bsc#1227885).
  - commit bf3362b
  - Replace git-fixes tag by bsc#1226507,
    patches.suse/md-Don-t-wait-for-MD_RECOVERY_NEEDED-for-HOT_REMOVE_DISK-ioctl-a1fd.patch
    (bsc#1226507).
  - commit b04e0cb
  - closures: Change BUG_ON() to WARN_ON() (bsc#1229004,
    CVE-2024-42252).
  - commit 84b7984
  - clk: Add a devm variant of clk_rate_exclusive_get()
    (bsc#1227885).
  - commit b6fb747
  - r8152: add vendor/device ID pair for D-Link DUB-E250
    (git-fixes).
  - Refresh
    patches.suse/r8152-add-vendor-device-ID-pair-for-ASUS-USB-C2500.patch.
  - commit 0c077ab
  - usbnet: ipheth: fix carrier detection in modes 1 and 4
    (git-fixes).
  - commit 591cebb
  - usbnet: ipheth: do not stop RX on failing RX callback
    (git-fixes).
  - commit c58c483
  - usbnet: ipheth: drop RX URBs with no payload (git-fixes).
  - commit 73a78e2
  - KVM: arm64: Disallow copying MTE to guest memory while KVM is
    dirty logging (git-fixes).
  - commit 3cf4c02
  - usbnet: ipheth: remove extraneous rx URB length check
    (git-fixes).
  - commit 507443a
  - usbnet: ipheth: add CDC NCM support (git-fixes).
  - commit 1bf1d1e
  - KVM: arm64: Release pfn, i.e. put page, if copying MTE tags
    hits ZONE_DEVICE (git-fixes).
  - commit 64bccd6
  - usbnet: ipheth: transmit URBs without trailing padding
    (git-fixes).
  - usbnet: ipheth: fix risk of NULL pointer deallocation
    (git-fixes).
  - commit d804072
  - KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe
    hyp init (git-fixes).
  - commit 30df9d2
  - drm/amd/display: Solve mst monitors blank out problem after
    resume (git-fixes).
  - commit cd94b30
  - virtio-net: synchronize probe with ndo_set_features (git-fixes).
  - commit 1a471dd
  - fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()
    (git-fixes).
  - hwmon: (ntc_thermistor) fix module autoloading (git-fixes).
  - hwmon: (max16065) Fix overflows seen when writing limits
    (git-fixes).
  - mtd: powernv: Add check devm_kasprintf() returned value
    (git-fixes).
  - mtd: slram: insert break after errors in parsing the map
    (git-fixes).
  - power: supply: hwmon: Fix missing temp1_max_alarm attribute
    (git-fixes).
  - power: supply: Drop use_cnt check from
    power_supply_property_is_writeable() (git-fixes).
  - power: supply: max17042_battery: Fix SOC threshold calc w/
    no current sense (git-fixes).
  - power: supply: axp20x_battery: Remove design from min and max
    voltage (git-fixes).
  - pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID (stable-fixes).
  - drm/amdgpu/atomfirmware: Silence UBSAN warning (stable-fixes).
  - drm/amd/display: Avoid race between dcn10_set_drr() and
    dc_state_destruct() (git-fixes).
  - Input: synaptics - enable SMBus for HP Elitebook 840 G2
    (stable-fixes).
  - Input: ads7846 - ratelimit the spi_sync error message
    (stable-fixes).
  - drm/msm/adreno: Fix error return if missing firmware-name
    (stable-fixes).
  - scripts: kconfig: merge_config: config files: add a trailing
    newline (stable-fixes).
  - platform/surface: aggregator_registry: Add support for Surface
    Laptop Go 3 (stable-fixes).
  - platform/surface: aggregator_registry: Add Support for Surface
    Pro 10 (stable-fixes).
  - HID: multitouch: Add support for GT7868Q (stable-fixes).
  - drm/mediatek: Set sensible cursor width/height values to fix
    crash (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for Ayn Loki Max
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero
    (stable-fixes).
  - wifi: mt76: mt7921: fix NULL pointer access in
    mt7921_ipv6_addr_change (stable-fixes).
  - net: phy: vitesse: repair vsc73xx autonegotiation
    (stable-fixes).
  - cxl/core: Fix incorrect vendor debug UUID define (git-fixes).
  - drm/amd/display: Fix FEC_READY write on DP LT (stable-fixes).
  - drm/amd/display: Defer handling mst up request in resume
    (stable-fixes).
  - drm/amd/display: Disable error correction if it's not supported
    (stable-fixes).
  - commit 040b0ea
  - Update patches.suse/NFS-never-reuse-a-NFSv4-0-lock-owner.patch
    (bsc#1227726 bsc#1230733 bsc#1230971)
  - commit b1f9aec

++++ kernel-rt_debug:

  - smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() (CVE-2024-46686 bsc#1230517)
  - commit a155846
  - firmware: qcom: scm: Mark get_wq_ctx() as atomic call (CVE-2024-46692 bsc#1230520)
  - commit ee65da0
  - scsi: aacraid: Fix double-free on probe failure (CVE-2024-46673 bsc#1230506)
  - commit 49aab2b
  - gtp: fix a potential NULL pointer dereference (CVE-2024-46677 bsc#1230549)
  - commit 9cdd14b
  - ethtool: check device is present when getting link settings (CVE-2024-46679 bsc#1230556)
  - commit 68643d1
  - md/raid5: avoid BUG_ON() while continue reshape after
    reassembling (bsc#1229790, CVE-2024-43914).
  - commit bfb799a
  - xfs: restrict when we try to align cow fork delalloc to cowextsz
    hints (git-fixes).
  - commit 96ac1b7
  - clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get()
    (bsc#1227885).
  - commit bf3362b
  - Replace git-fixes tag by bsc#1226507,
    patches.suse/md-Don-t-wait-for-MD_RECOVERY_NEEDED-for-HOT_REMOVE_DISK-ioctl-a1fd.patch
    (bsc#1226507).
  - commit b04e0cb
  - closures: Change BUG_ON() to WARN_ON() (bsc#1229004,
    CVE-2024-42252).
  - commit 84b7984
  - clk: Add a devm variant of clk_rate_exclusive_get()
    (bsc#1227885).
  - commit b6fb747
  - r8152: add vendor/device ID pair for D-Link DUB-E250
    (git-fixes).
  - Refresh
    patches.suse/r8152-add-vendor-device-ID-pair-for-ASUS-USB-C2500.patch.
  - commit 0c077ab
  - usbnet: ipheth: fix carrier detection in modes 1 and 4
    (git-fixes).
  - commit 591cebb
  - usbnet: ipheth: do not stop RX on failing RX callback
    (git-fixes).
  - commit c58c483
  - usbnet: ipheth: drop RX URBs with no payload (git-fixes).
  - commit 73a78e2
  - KVM: arm64: Disallow copying MTE to guest memory while KVM is
    dirty logging (git-fixes).
  - commit 3cf4c02
  - usbnet: ipheth: remove extraneous rx URB length check
    (git-fixes).
  - commit 507443a
  - usbnet: ipheth: add CDC NCM support (git-fixes).
  - commit 1bf1d1e
  - KVM: arm64: Release pfn, i.e. put page, if copying MTE tags
    hits ZONE_DEVICE (git-fixes).
  - commit 64bccd6
  - usbnet: ipheth: transmit URBs without trailing padding
    (git-fixes).
  - usbnet: ipheth: fix risk of NULL pointer deallocation
    (git-fixes).
  - commit d804072
  - KVM: arm64: Invalidate EL1&0 TLB entries for all VMIDs in nvhe
    hyp init (git-fixes).
  - commit 30df9d2
  - drm/amd/display: Solve mst monitors blank out problem after
    resume (git-fixes).
  - commit cd94b30
  - virtio-net: synchronize probe with ndo_set_features (git-fixes).
  - commit 1a471dd
  - fbdev: hpfb: Fix an error handling path in hpfb_dio_probe()
    (git-fixes).
  - hwmon: (ntc_thermistor) fix module autoloading (git-fixes).
  - hwmon: (max16065) Fix overflows seen when writing limits
    (git-fixes).
  - mtd: powernv: Add check devm_kasprintf() returned value
    (git-fixes).
  - mtd: slram: insert break after errors in parsing the map
    (git-fixes).
  - power: supply: hwmon: Fix missing temp1_max_alarm attribute
    (git-fixes).
  - power: supply: Drop use_cnt check from
    power_supply_property_is_writeable() (git-fixes).
  - power: supply: max17042_battery: Fix SOC threshold calc w/
    no current sense (git-fixes).
  - power: supply: axp20x_battery: Remove design from min and max
    voltage (git-fixes).
  - pinctrl: meteorlake: Add Arrow Lake-H/U ACPI ID (stable-fixes).
  - drm/amdgpu/atomfirmware: Silence UBSAN warning (stable-fixes).
  - drm/amd/display: Avoid race between dcn10_set_drr() and
    dc_state_destruct() (git-fixes).
  - Input: synaptics - enable SMBus for HP Elitebook 840 G2
    (stable-fixes).
  - Input: ads7846 - ratelimit the spi_sync error message
    (stable-fixes).
  - drm/msm/adreno: Fix error return if missing firmware-name
    (stable-fixes).
  - scripts: kconfig: merge_config: config files: add a trailing
    newline (stable-fixes).
  - platform/surface: aggregator_registry: Add support for Surface
    Laptop Go 3 (stable-fixes).
  - platform/surface: aggregator_registry: Add Support for Surface
    Pro 10 (stable-fixes).
  - HID: multitouch: Add support for GT7868Q (stable-fixes).
  - drm/mediatek: Set sensible cursor width/height values to fix
    crash (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for Ayn Loki Max
    (stable-fixes).
  - drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero
    (stable-fixes).
  - wifi: mt76: mt7921: fix NULL pointer access in
    mt7921_ipv6_addr_change (stable-fixes).
  - net: phy: vitesse: repair vsc73xx autonegotiation
    (stable-fixes).
  - cxl/core: Fix incorrect vendor debug UUID define (git-fixes).
  - drm/amd/display: Fix FEC_READY write on DP LT (stable-fixes).
  - drm/amd/display: Defer handling mst up request in resume
    (stable-fixes).
  - drm/amd/display: Disable error correction if it's not supported
    (stable-fixes).
  - commit 040b0ea
  - Update patches.suse/NFS-never-reuse-a-NFSv4-0-lock-owner.patch
    (bsc#1227726 bsc#1230733 bsc#1230971)
  - commit b1f9aec

++++ openssl-3:

  - Security fix: [bsc#1230698, CVE-2024-41996]
    * Validating the order of the public keys in the Diffie-Hellman Key Agreement Protocol, when an approved safe prime is used
    * Added openssl-CVE-2024-41996.patch

++++ shim:

  - Update shim-install to limit the scope of the 'removable'
    SL-Micro to the image booting with TPM2 unsealing (bsc#1210382)
    * 769e41d Limit the removable option to encrypted SL-Micro

++++ swtpm:

  - Fix swtpm custom module (bsc#1229131)
  - Add patch: 1229131-fix-swtpm-selinux-policy-mismatch.patch
  - this can be removed once swtpm upstream sorts out their custom selinux module.
    see: https://github.com/stefanberger/swtpm/issues/885
    there were a couple changes in the selinux-policy libvirt handling
    which causes the logfile in /var/log/swtpm/libvirt/qemu/*.log to be labeled
    virt_log_t instead of var_log_t. this patch allows swtpm_t to open the virt_log_t

------------------------------------------------------------------
------------------  2024-9-18  -  Sep 18 2024  -------------------
------------------------------------------------------------------

++++ chrony:

  - Update to version 4.6:
    * Add activate option to local directive to set activation threshold
    * Add ipv4 and ipv6 options to server/pool/peer directive
    * Add kod option to ratelimit directive for server KoD RATE support
    * Add leapseclist directive to read NIST/IERS leap-seconds.list file
    * Add ptpdomain directive to set PTP domain for NTP over PTP
    * Allow disabling pidfile
    * Improve copy server option to accept unsynchronised status instantly
    * Log one selection failure on start
    * Add offset command to modify source offset correction
    * Add timestamp sources to ntpdata report
    * Fix crash on sources reload during initstepslew or RTC initialisation
    * Fix source refreshment to not repeat failed name resolving attempts
    * Obsoletes chrony-124-tai.patch
  - The project's new home is https://chrony-project.org/ .

++++ cockpit:

  - support optional TOTP for authentication, requires pam_oath

++++ docker:

  - Add %{_sysconfdir}/audit/rules.d to filelist.

++++ jeos-firstboot:

  - Update to version 1.5.2:
    * otp: Use the system nodename as issuer in the QR code
    * otp: Use more obvious dd | base32 instead of tr | head

++++ kernel-default:

  - i2c: lpi2c: Avoid calling clk_get_rate during transfer
    (bsc#1227885 CVE-2024-40965).
  - commit abb755c
  - x86/mm/ident_map: Use gbpages only where full GB page should
    be mapped (bsc#1220382).
  - x86/kexec: Add EFI config table identity mapping for kexec
    kernel (bsc#1220382).
  - commit 26eab5b
  - Move upstreamed nvme patches into sorted section
  - commit 1e42d2f
  - spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ
    (git-fixes).
  - commit 1cec71a
  - ASoC: meson: Remove unused declartion in header file
    (git-fixes).
  - ASoC: soc-ac97: Fix the incorrect description (git-fixes).
  - ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer
    the error (git-fixes).
  - ASoC: tas2781-i2c: Get the right GPIO line (git-fixes).
  - ASoC: cs42l42: Convert comma to semicolon (git-fixes).
  - ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer
    the error (git-fixes).
  - ALSA: hda: cs35l41: fix module autoloading (git-fixes).
  - selftests: lib: remove strscpy test (git-fixes).
  - scripts: sphinx-pre-install: remove unnecessary double check
    for $cur_version (git-fixes).
  - Documentation: ioctl: document 0x07 ioctl code (git-fixes).
  - module: Fix KCOV-ignored file name (git-fixes).
  - reset: k210: fix OF node leak in probe() error path (git-fixes).
  - reset: berlin: fix OF node leak in probe() error path
    (git-fixes).
  - bus: integrator-lm: fix OF node leak in probe() (git-fixes).
  - soc: fsl: cpm1: tsa: Fix tsa_write8() (git-fixes).
  - firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()
    (git-fixes).
  - firmware: arm_scmi: Fix double free in OPTEE transport
    (git-fixes).
  - soc: versatile: integrator: fix OF node leak in probe() error
    path (git-fixes).
  - memory: mtk-smi: Use devm_clk_get_enabled() (git-fixes).
  - memory: tegra186-emc: drop unused to_tegra186_emc() (git-fixes).
  - spi: bcm63xx: Fix module autoloading (git-fixes).
  - spi: rpc-if: Add missing MODULE_DEVICE_TABLE (git-fixes).
  - spi: meson-spicc: convert comma to semicolon (git-fixes).
  - spi: ppc4xx: handle irq_of_parse_and_map() errors (git-fixes).
  - regulator: core: Fix regulator_is_supported_voltage() kerneldoc
    return value (git-fixes).
  - regulator: core: Fix short description for
    _regulator_check_status_enabled() (git-fixes).
  - regulator: Return actual error in of_regulator_bulk_get_all()
    (git-fixes).
  - regulator: rt5120: Convert comma to semicolon (git-fixes).
  - regulator: wm831x-isink: Convert comma to semicolon (git-fixes).
  - clocksource/drivers/qcom: Add missing iounmap() on errors in
    msm_dt_timer_init() (git-fixes).
  - commit 994b020

++++ kernel-rt:

  - i2c: lpi2c: Avoid calling clk_get_rate during transfer
    (bsc#1227885 CVE-2024-40965).
  - commit abb755c
  - x86/mm/ident_map: Use gbpages only where full GB page should
    be mapped (bsc#1220382).
  - x86/kexec: Add EFI config table identity mapping for kexec
    kernel (bsc#1220382).
  - commit 26eab5b
  - Move upstreamed nvme patches into sorted section
  - commit 1e42d2f
  - spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ
    (git-fixes).
  - commit 1cec71a
  - ASoC: meson: Remove unused declartion in header file
    (git-fixes).
  - ASoC: soc-ac97: Fix the incorrect description (git-fixes).
  - ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer
    the error (git-fixes).
  - ASoC: tas2781-i2c: Get the right GPIO line (git-fixes).
  - ASoC: cs42l42: Convert comma to semicolon (git-fixes).
  - ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer
    the error (git-fixes).
  - ALSA: hda: cs35l41: fix module autoloading (git-fixes).
  - selftests: lib: remove strscpy test (git-fixes).
  - scripts: sphinx-pre-install: remove unnecessary double check
    for $cur_version (git-fixes).
  - Documentation: ioctl: document 0x07 ioctl code (git-fixes).
  - module: Fix KCOV-ignored file name (git-fixes).
  - reset: k210: fix OF node leak in probe() error path (git-fixes).
  - reset: berlin: fix OF node leak in probe() error path
    (git-fixes).
  - bus: integrator-lm: fix OF node leak in probe() (git-fixes).
  - soc: fsl: cpm1: tsa: Fix tsa_write8() (git-fixes).
  - firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()
    (git-fixes).
  - firmware: arm_scmi: Fix double free in OPTEE transport
    (git-fixes).
  - soc: versatile: integrator: fix OF node leak in probe() error
    path (git-fixes).
  - memory: mtk-smi: Use devm_clk_get_enabled() (git-fixes).
  - memory: tegra186-emc: drop unused to_tegra186_emc() (git-fixes).
  - spi: bcm63xx: Fix module autoloading (git-fixes).
  - spi: rpc-if: Add missing MODULE_DEVICE_TABLE (git-fixes).
  - spi: meson-spicc: convert comma to semicolon (git-fixes).
  - spi: ppc4xx: handle irq_of_parse_and_map() errors (git-fixes).
  - regulator: core: Fix regulator_is_supported_voltage() kerneldoc
    return value (git-fixes).
  - regulator: core: Fix short description for
    _regulator_check_status_enabled() (git-fixes).
  - regulator: Return actual error in of_regulator_bulk_get_all()
    (git-fixes).
  - regulator: rt5120: Convert comma to semicolon (git-fixes).
  - regulator: wm831x-isink: Convert comma to semicolon (git-fixes).
  - clocksource/drivers/qcom: Add missing iounmap() on errors in
    msm_dt_timer_init() (git-fixes).
  - commit 994b020

++++ kernel-rt_debug:

  - i2c: lpi2c: Avoid calling clk_get_rate during transfer
    (bsc#1227885 CVE-2024-40965).
  - commit abb755c
  - x86/mm/ident_map: Use gbpages only where full GB page should
    be mapped (bsc#1220382).
  - x86/kexec: Add EFI config table identity mapping for kexec
    kernel (bsc#1220382).
  - commit 26eab5b
  - Move upstreamed nvme patches into sorted section
  - commit 1e42d2f
  - spi: ppc4xx: Avoid returning 0 when failed to parse and map IRQ
    (git-fixes).
  - commit 1cec71a
  - ASoC: meson: Remove unused declartion in header file
    (git-fixes).
  - ASoC: soc-ac97: Fix the incorrect description (git-fixes).
  - ASoC: rt5682: Return devm_of_clk_add_hw_provider to transfer
    the error (git-fixes).
  - ASoC: tas2781-i2c: Get the right GPIO line (git-fixes).
  - ASoC: cs42l42: Convert comma to semicolon (git-fixes).
  - ASoC: rt5682s: Return devm_of_clk_add_hw_provider to transfer
    the error (git-fixes).
  - ALSA: hda: cs35l41: fix module autoloading (git-fixes).
  - selftests: lib: remove strscpy test (git-fixes).
  - scripts: sphinx-pre-install: remove unnecessary double check
    for $cur_version (git-fixes).
  - Documentation: ioctl: document 0x07 ioctl code (git-fixes).
  - module: Fix KCOV-ignored file name (git-fixes).
  - reset: k210: fix OF node leak in probe() error path (git-fixes).
  - reset: berlin: fix OF node leak in probe() error path
    (git-fixes).
  - bus: integrator-lm: fix OF node leak in probe() (git-fixes).
  - soc: fsl: cpm1: tsa: Fix tsa_write8() (git-fixes).
  - firmware: tegra: bpmp: Drop unused mbox_client_to_bpmp()
    (git-fixes).
  - firmware: arm_scmi: Fix double free in OPTEE transport
    (git-fixes).
  - soc: versatile: integrator: fix OF node leak in probe() error
    path (git-fixes).
  - memory: mtk-smi: Use devm_clk_get_enabled() (git-fixes).
  - memory: tegra186-emc: drop unused to_tegra186_emc() (git-fixes).
  - spi: bcm63xx: Fix module autoloading (git-fixes).
  - spi: rpc-if: Add missing MODULE_DEVICE_TABLE (git-fixes).
  - spi: meson-spicc: convert comma to semicolon (git-fixes).
  - spi: ppc4xx: handle irq_of_parse_and_map() errors (git-fixes).
  - regulator: core: Fix regulator_is_supported_voltage() kerneldoc
    return value (git-fixes).
  - regulator: core: Fix short description for
    _regulator_check_status_enabled() (git-fixes).
  - regulator: Return actual error in of_regulator_bulk_get_all()
    (git-fixes).
  - regulator: rt5120: Convert comma to semicolon (git-fixes).
  - regulator: wm831x-isink: Convert comma to semicolon (git-fixes).
  - clocksource/drivers/qcom: Add missing iounmap() on errors in
    msm_dt_timer_init() (git-fixes).
  - commit 994b020

++++ pcp:

  - Fix symlink race; CVE-2024-45770; (bsc#1230552)
    + 0012-src-pmpost-pmpost.c-guard-against-possible-symlink-a.patch
  - Fix pmstore corruption; CVE-2024-45769 (bsc#1230551)
    + 0013-src-libpcp-src-p_result.c-correct-buffer-over-run-te.patch
    + 0014-src-libpcp-src-p_result.c-hardening-of-the-result-PD.patch
    + 0015-src-libpcp-src-p_result.c-hardening-of-result-PDU-ev.patch
    + 0016-src-libpcp-src-p_result.c-rework-PDU-integrity-check.patch
    + 0017-src-libpcp-src-p_result.c-re-instate-__pmPrintResult.patch
    + 0018-src-libpcp-src-p_result.c-re-instate-__pmPrintResult.patch
    + 0019-src-libpcp-src-p_result.c-32-bit-fix-for-SUSE-Issue-.patch

++++ tiff:

  - Update to 4.7.0:
    * This version restores in the default build the availability of
    the tools that had been dropped in v4.6.0
    See https://libtiff.gitlab.io/libtiff/rfcs/rfc2_restoring_needed_tools.html#rfc2-restoring-needed-tools
    * Software configuration changes:
    + autoconf build: configure.ac: avoid -Werror passed to CFLAGS to interfere with feature detection
    + autoconf build: fix error when running make clean (fixes issue #630)
    + autoconf build: back off the minimum required automake version to 1.11
    + autoconf.ac: fix detection of windows.h for mingw (fixes issue #605)
    + libtiff-4.pc: Fix Requires.private missing Lerc. It provides a .pc file
    starting from version 4 (in autoconf builds, we assume that liblerc is at least version 4)
    + CMake: Fix TIFF_INCLUDE_DIRS
    + CMake: MinGW compilers don't need a .def file for shared library
    + CMake: move libdeflate and Lerc to Requires.private
    + CMake: enable resource compilation on all Windows.
    * Library changes:
    + Add TIFFOpenOptionsSetMaxCumulatedMemAlloc(). This function complements
    TIFFOpenOptionsSetMaxSingleMemAlloc() to define the maximum cumulated memory
    allocations in byte, for a given TIFF handle, that libtiff internal memory
    allocation functions are allowed.
    + TIFFWriteDirectory(): Avoid overwriting following data if an IFD is enlarged.
    + TIFFXYZToRGB: avoid integer overflow (fixes issue #644)
    + uv_decode() and uv_encode(): avoid potential out-of-bounds array index (fixes issue #645)
    + Fix cases where tif_curdir is set incorrectly. Fix cases where the current directory number (tif_curdir)
    is set inconsistently or incorrectly, depending on the previous history.
    + TIFFRead[Scanline/EncodedStrip/EncodeTile]: 0-initialize output buffer if setupdecode fails ;
    most codecs: zero-initialize (not-yet-written parts of) output buffer if failure (fixes issue #375)
    + OJPEG: reset subsampling_convert_state=0 in OJPEGPreDecode (fixes issue #183)
    + ThunderRLE: fix failure when decoding last run. Bug seen with GhostPDL
    + LERC codec: deal with issues with multi-band PlanarConfig=Contig and NaN values
    + tif_fax3.c: error out after a number of times end-of-file has been reached (fixes issue #583)
    + LZW: avoid warning about misaligned address with UBSAN (fixes issue #616)
    + TIFFReadRGBAStrip/TIFFReadRGBATile: add more validation of col/row (fixes issue #622, CVE-2023-52356)
    + tif_dirread.c: only issue TIFFGetFileSize() for large enough RAM requests
    + Avoid FPEs (division by zero) in tif_getimage.c.
    + Avoiding FPE (division by zero) for TIFFhowmany_32() and TIFFhowmany_64() macros by checking for
    denominator not zero before macros are executed. (fixes issue #628)
    + Add non-zero check before division in TIFFComputeStrip()
    + Fix wrong return of TIFFIsBigTIFF() in case byte-swapping is active
    + Setting the TIFFFieldInfo field set_field_type should consider field_writecount not field_readcount
    + Avoid memory leaks when using TIFFCreateDirectory() by releasing the allocated memory in the tif-structure.
    + For non-terminated ASCII arrays, the buffer is first enlarged before a NULL is set at the end to
    avoid deleting the last character. (fixes issue #579)
    + Check return value of _TIFFCreateAnonField(). (fixes issue #624, CVE-2024-7006)
    + Prevent some out-of-memory attacks (https://gitlab.com/libtiff/libtiff/-/issues/614#note_1602683857)
    + Ensure absolute seeking is forced independent of TIFFReadDirectory success. (fixes issue #618)
    + tif_dirinfo.c: re-enable TIFFTAG_EP_CFAREPEATPATTERNDIM and TIFFTAG_EP_CFAPATTERN tags (fixes issue #608)
    + Fix warnings with GCC 14
    + tif_dir.c: Log source file, line number, and input tif for directory count error (fixes issue #627)
    + Last usage of get_field_type of TIFFField structure at TIFFWriteDirectorySec() changed to using set_field_type.
    + tif_jpeg.c/tif_ojpeg.c: remove likely ifdef tricks related to old compilers or unusual setups
    + Remove _TIFFUInt64ToFloat() and _TIFFUInt64ToDouble()
    + Remove support for _MSC_VER < 1500.
    + Use #ifdef _WIN32 to test for Windows, and tiffio.h: remove definition of __WIN32__
    * Documentation:
    + Amend manpages for changes in current directory index behaviour
    + Note on using TIFFFlush() before TIFFClose() to check that the data has been successfully written to the file. (fixes issue #506)
    + Update TIFF documentation about TIFFOpenOptions.rst and TIFFOpenOptionsSetMaxSingleMemAlloc() usage and some other small fixes (relates to CVE-2024-7006)
    * Re-added tools:
    + fax2ps
    + fax2tiff
    + pal2rgb
    + ppm2tiff
    + raw2tiff
    + rgb2ycbcr (not installed)
    + thumbnail (not installed)
    + tiff2bw
    + tiff2rgba
    + tiffcmp
    + tiffcrop
    + tiffdither
    + tiffgt
    + tiffmedian
    + tiff2ps
    + tiff2pdf
    * New/improved functionality:
    + tiff2rgba: Add background gradient option for alpha compositing
    + tiffcp: -i flag restored
    * Bug fixes for tools:
    + tiffcrop: address Coverity scan issues 1605444, 1605445, and 16054
    + tiffcrop: Apply "Fix heap-buffer-overflow in function extractImageSection"
    + tiffcrop: fix buffer overflows, use after free (fixes issue #542, issue #550, issue #552)
    + tiff2pdf: address Coverity scan issues
    + tiff2pdf: fix inconsistent PLANARCONFIG value for the input and output TIFF
    + tiff2pdf: fix issue with JPEG restart-interval marker when converting from JPEG-compressed files (fixes issue #539)
    + tiff2pdf: red and blue were being swapped for RGBA decoding (fixes issue #253)
    + tiff2pdf: fixes issue #596
    + thumbnail: address Coverity scan issues
    + tiffcp: Add check for limitMalloc return to fix Coverity 1603334
    + tiffcp: preserve TIFFTAG_REFERENCEBLACKWHITE when doing YCbCr JPEG -> YCbCr JPEG
    + tiffcp: replace PHOTOMETRIC_YCBCR with PHOTOMETRIC_RGB when outputing to compression != JPEG (refs issue #571)
    + tiffcp: do not copy tags YCBCRCOEFFICIENTS, YCBCRSUBSAMPLING, YCBCRPOSITIONING, REFERENCEBLACKWHITE. Only set YCBCRSUBSAMPLING when generating YCbCr JPEG
    + tiffcp: Check also codec of input image, not only from output image (fixes issue #606)
    + Add some basic sanity checks for tiffcp and tiffcrop RGB->YCbCr JPEG conversions.
    + fax2ps and fax2tiff: memory leak fixes (fixes issue #476)
    + tiffmedian: memory leak fixes (fixes issue #599)
    + fax2tiff: fix EOFB interpretation (fixes issue #191)
    + fax2tiff: fix issue with unreasonable width input (fixes issue #249)
    + tiffcp and tiffcrop: fixes issue #228
    + tiff2rgba: fixes issue #469
    + tiffdither: fixes issue #473
    + tiffdump: fix wrong printf formatter in error message (Coverity 1472932)
    + tiffset: avoid false positive Coverity Scan warning on 64-bit builds (Coverity 1518997)
    + tifcp/tiffset: use correct format specifiers
    * Changes to contributed and unsupported tools
    + contrib/addtiffo: validate return of TIFFWriteEncodedXXXX() calls (Coverity 1024680)
  - Remove patches contained in upstream:
    * tiff-CVE-2023-52356.patch
    * tiff-CVE-2024-7006.patch
  - Tools are not built for now due to test failure: `FAIL: tiffcp-32bpp-None-jpeg.sh`

------------------------------------------------------------------
------------------  2024-9-17  -  Sep 17 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.1.11 → 10.1.12
  - Add missing erofscompression validation
    In the filesystem builder I forgot to evaluate the
    erofscompression attribute. This Fixes #2647

++++ kernel-default:

  - cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails
    appropriately (git-fixes).
  - ACPI: CPPC: Fix MASK_VAL() usage (git-fixes).
  - ACPI: PMIC: Remove unneeded check in
    tps68470_pmic_opregion_probe() (git-fixes).
  - ACPI: sysfs: validate return type of _STR method (git-fixes).
  - crypto: ccp - do not request interrupt on cmd completion when
    irqs disabled (git-fixes).
  - hwrng: mtk - Use devm_pm_runtime_enable (git-fixes).
  - crypto: ccp - Properly unregister /dev/sev on sev
    PLATFORM_STATUS failure (git-fixes).
  - hwrng: cctrng - Add missing clk_disable_unprepare in
    cctrng_resume (git-fixes).
  - hwrng: bcm2835 - Add missing clk_disable_unprepare in
    bcm2835_rng_init (git-fixes).
  - crypto: iaa - Fix potential use after free bug (git-fixes).
  - crypto: xor - fix template benchmarking (git-fixes).
  - can: m_can: m_can_close(): stop clocks after device has been
    shut down (git-fixes).
  - can: m_can: enable NAPI before enabling interrupts (git-fixes).
  - can: bcm: Clear bo->bcm_proc_read after remove_proc_entry()
    (git-fixes).
  - Bluetooth: btusb: Fix not handling ZPL/short-transfer
    (git-fixes).
  - Bluetooth: hci_sync: Ignore errors from
    HCI_OP_REMOTE_NAME_REQ_CANCEL (git-fixes).
  - Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
    (git-fixes).
  - wifi: mt76: mt7925: fix a potential array-index-out-of-bounds
    issue for clc (git-fixes).
  - wifi: mt76: mt7615: check devm_kasprintf() returned value
    (git-fixes).
  - wifi: mt76: mt7921: Check devm_kasprintf() returned value
    (git-fixes).
  - wifi: mt76: mt7915: check devm_kasprintf() returned value
    (git-fixes).
  - wifi: mt76: mt7996: fix uninitialized TLV data (git-fixes).
  - wifi: mt76: mt7915: fix rx filter setting for bfee functionality
    (git-fixes).
  - wifi: mt76: mt7603: fix mixed declarations and code (git-fixes).
  - wifi: mt76: connac: fix checksum offload fields of connac3 RXD
    (git-fixes).
  - wifi: mt76: mt7996: fix NULL pointer dereference in
    mt7996_mcu_sta_bfer_he (git-fixes).
  - wifi: mt76: mt7996: fix EHT beamforming capability check
    (git-fixes).
  - wifi: mt76: mt7996: fix HE and EHT beamforming capabilities
    (git-fixes).
  - wifi: mt76: mt7996: fix wmm set of station interface to 3
    (git-fixes).
  - wifi: mt76: mt7996: fix traffic delay when switching back to
    working channel (git-fixes).
  - wifi: mt76: mt7996: use hweight16 to get correct tx antenna
    (git-fixes).
  - wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the
    channel usage (git-fixes).
  - wifi: mt76: mt7915: fix oops on non-dbdc mt7986 (git-fixes).
  - wifi: rtw88: remove CPT execution branch never used (git-fixes).
  - wifi: wilc1000: fix potential RCU dereference issue in
    wilc_parse_join_bss_param (git-fixes).
  - wifi: mac80211: use two-phase skb reclamation in
    ieee80211_do_stop() (git-fixes).
  - wifi: cfg80211: fix two more possible UBSAN-detected off-by-one
    errors (git-fixes).
  - wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
    (git-fixes).
  - wifi: mac80211: fix the comeback long retry times (git-fixes).
  - wifi: cfg80211: fix bug of mapping AF3x to incorrect User
    Priority (git-fixes).
  - wifi: iwlwifi: mvm: increase the time between ranging
    measurements (git-fixes).
  - wifi: mac80211: don't use rate mask for offchannel TX either
    (git-fixes).
  - wifi: ath12k: fix invalid AMPDU factor calculation in
    ath12k_peer_assoc_h_he() (git-fixes).
  - wifi: ath12k: match WMI BSS chan info structure with firmware
    definition (git-fixes).
  - wifi: ath12k: fix BSS chan info request WMI command (git-fixes).
  - wifi: ath9k: Remove error checks when creating debugfs entries
    (git-fixes).
  - wifi: rtw88: always wait for both firmware loading attempts
    (git-fixes).
  - wifi: rtw88: 8822c: Fix reported RX band width (git-fixes).
  - wifi: brcmfmac: introducing fwil query functions (git-fixes).
  - can: j1939: use correct function name in comment (git-fixes).
  - commit ffce0ad

++++ kernel-rt:

  - cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails
    appropriately (git-fixes).
  - ACPI: CPPC: Fix MASK_VAL() usage (git-fixes).
  - ACPI: PMIC: Remove unneeded check in
    tps68470_pmic_opregion_probe() (git-fixes).
  - ACPI: sysfs: validate return type of _STR method (git-fixes).
  - crypto: ccp - do not request interrupt on cmd completion when
    irqs disabled (git-fixes).
  - hwrng: mtk - Use devm_pm_runtime_enable (git-fixes).
  - crypto: ccp - Properly unregister /dev/sev on sev
    PLATFORM_STATUS failure (git-fixes).
  - hwrng: cctrng - Add missing clk_disable_unprepare in
    cctrng_resume (git-fixes).
  - hwrng: bcm2835 - Add missing clk_disable_unprepare in
    bcm2835_rng_init (git-fixes).
  - crypto: iaa - Fix potential use after free bug (git-fixes).
  - crypto: xor - fix template benchmarking (git-fixes).
  - can: m_can: m_can_close(): stop clocks after device has been
    shut down (git-fixes).
  - can: m_can: enable NAPI before enabling interrupts (git-fixes).
  - can: bcm: Clear bo->bcm_proc_read after remove_proc_entry()
    (git-fixes).
  - Bluetooth: btusb: Fix not handling ZPL/short-transfer
    (git-fixes).
  - Bluetooth: hci_sync: Ignore errors from
    HCI_OP_REMOTE_NAME_REQ_CANCEL (git-fixes).
  - Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
    (git-fixes).
  - wifi: mt76: mt7925: fix a potential array-index-out-of-bounds
    issue for clc (git-fixes).
  - wifi: mt76: mt7615: check devm_kasprintf() returned value
    (git-fixes).
  - wifi: mt76: mt7921: Check devm_kasprintf() returned value
    (git-fixes).
  - wifi: mt76: mt7915: check devm_kasprintf() returned value
    (git-fixes).
  - wifi: mt76: mt7996: fix uninitialized TLV data (git-fixes).
  - wifi: mt76: mt7915: fix rx filter setting for bfee functionality
    (git-fixes).
  - wifi: mt76: mt7603: fix mixed declarations and code (git-fixes).
  - wifi: mt76: connac: fix checksum offload fields of connac3 RXD
    (git-fixes).
  - wifi: mt76: mt7996: fix NULL pointer dereference in
    mt7996_mcu_sta_bfer_he (git-fixes).
  - wifi: mt76: mt7996: fix EHT beamforming capability check
    (git-fixes).
  - wifi: mt76: mt7996: fix HE and EHT beamforming capabilities
    (git-fixes).
  - wifi: mt76: mt7996: fix wmm set of station interface to 3
    (git-fixes).
  - wifi: mt76: mt7996: fix traffic delay when switching back to
    working channel (git-fixes).
  - wifi: mt76: mt7996: use hweight16 to get correct tx antenna
    (git-fixes).
  - wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the
    channel usage (git-fixes).
  - wifi: mt76: mt7915: fix oops on non-dbdc mt7986 (git-fixes).
  - wifi: rtw88: remove CPT execution branch never used (git-fixes).
  - wifi: wilc1000: fix potential RCU dereference issue in
    wilc_parse_join_bss_param (git-fixes).
  - wifi: mac80211: use two-phase skb reclamation in
    ieee80211_do_stop() (git-fixes).
  - wifi: cfg80211: fix two more possible UBSAN-detected off-by-one
    errors (git-fixes).
  - wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
    (git-fixes).
  - wifi: mac80211: fix the comeback long retry times (git-fixes).
  - wifi: cfg80211: fix bug of mapping AF3x to incorrect User
    Priority (git-fixes).
  - wifi: iwlwifi: mvm: increase the time between ranging
    measurements (git-fixes).
  - wifi: mac80211: don't use rate mask for offchannel TX either
    (git-fixes).
  - wifi: ath12k: fix invalid AMPDU factor calculation in
    ath12k_peer_assoc_h_he() (git-fixes).
  - wifi: ath12k: match WMI BSS chan info structure with firmware
    definition (git-fixes).
  - wifi: ath12k: fix BSS chan info request WMI command (git-fixes).
  - wifi: ath9k: Remove error checks when creating debugfs entries
    (git-fixes).
  - wifi: rtw88: always wait for both firmware loading attempts
    (git-fixes).
  - wifi: rtw88: 8822c: Fix reported RX band width (git-fixes).
  - wifi: brcmfmac: introducing fwil query functions (git-fixes).
  - can: j1939: use correct function name in comment (git-fixes).
  - commit ffce0ad

++++ kernel-rt_debug:

  - cpufreq: ti-cpufreq: Introduce quirks to handle syscon fails
    appropriately (git-fixes).
  - ACPI: CPPC: Fix MASK_VAL() usage (git-fixes).
  - ACPI: PMIC: Remove unneeded check in
    tps68470_pmic_opregion_probe() (git-fixes).
  - ACPI: sysfs: validate return type of _STR method (git-fixes).
  - crypto: ccp - do not request interrupt on cmd completion when
    irqs disabled (git-fixes).
  - hwrng: mtk - Use devm_pm_runtime_enable (git-fixes).
  - crypto: ccp - Properly unregister /dev/sev on sev
    PLATFORM_STATUS failure (git-fixes).
  - hwrng: cctrng - Add missing clk_disable_unprepare in
    cctrng_resume (git-fixes).
  - hwrng: bcm2835 - Add missing clk_disable_unprepare in
    bcm2835_rng_init (git-fixes).
  - crypto: iaa - Fix potential use after free bug (git-fixes).
  - crypto: xor - fix template benchmarking (git-fixes).
  - can: m_can: m_can_close(): stop clocks after device has been
    shut down (git-fixes).
  - can: m_can: enable NAPI before enabling interrupts (git-fixes).
  - can: bcm: Clear bo->bcm_proc_read after remove_proc_entry()
    (git-fixes).
  - Bluetooth: btusb: Fix not handling ZPL/short-transfer
    (git-fixes).
  - Bluetooth: hci_sync: Ignore errors from
    HCI_OP_REMOTE_NAME_REQ_CANCEL (git-fixes).
  - Bluetooth: hci_core: Fix sending MGMT_EV_CONNECT_FAILED
    (git-fixes).
  - wifi: mt76: mt7925: fix a potential array-index-out-of-bounds
    issue for clc (git-fixes).
  - wifi: mt76: mt7615: check devm_kasprintf() returned value
    (git-fixes).
  - wifi: mt76: mt7921: Check devm_kasprintf() returned value
    (git-fixes).
  - wifi: mt76: mt7915: check devm_kasprintf() returned value
    (git-fixes).
  - wifi: mt76: mt7996: fix uninitialized TLV data (git-fixes).
  - wifi: mt76: mt7915: fix rx filter setting for bfee functionality
    (git-fixes).
  - wifi: mt76: mt7603: fix mixed declarations and code (git-fixes).
  - wifi: mt76: connac: fix checksum offload fields of connac3 RXD
    (git-fixes).
  - wifi: mt76: mt7996: fix NULL pointer dereference in
    mt7996_mcu_sta_bfer_he (git-fixes).
  - wifi: mt76: mt7996: fix EHT beamforming capability check
    (git-fixes).
  - wifi: mt76: mt7996: fix HE and EHT beamforming capabilities
    (git-fixes).
  - wifi: mt76: mt7996: fix wmm set of station interface to 3
    (git-fixes).
  - wifi: mt76: mt7996: fix traffic delay when switching back to
    working channel (git-fixes).
  - wifi: mt76: mt7996: use hweight16 to get correct tx antenna
    (git-fixes).
  - wifi: mt76: mt7921: fix wrong UNII-4 freq range check for the
    channel usage (git-fixes).
  - wifi: mt76: mt7915: fix oops on non-dbdc mt7986 (git-fixes).
  - wifi: rtw88: remove CPT execution branch never used (git-fixes).
  - wifi: wilc1000: fix potential RCU dereference issue in
    wilc_parse_join_bss_param (git-fixes).
  - wifi: mac80211: use two-phase skb reclamation in
    ieee80211_do_stop() (git-fixes).
  - wifi: cfg80211: fix two more possible UBSAN-detected off-by-one
    errors (git-fixes).
  - wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()
    (git-fixes).
  - wifi: mac80211: fix the comeback long retry times (git-fixes).
  - wifi: cfg80211: fix bug of mapping AF3x to incorrect User
    Priority (git-fixes).
  - wifi: iwlwifi: mvm: increase the time between ranging
    measurements (git-fixes).
  - wifi: mac80211: don't use rate mask for offchannel TX either
    (git-fixes).
  - wifi: ath12k: fix invalid AMPDU factor calculation in
    ath12k_peer_assoc_h_he() (git-fixes).
  - wifi: ath12k: match WMI BSS chan info structure with firmware
    definition (git-fixes).
  - wifi: ath12k: fix BSS chan info request WMI command (git-fixes).
  - wifi: ath9k: Remove error checks when creating debugfs entries
    (git-fixes).
  - wifi: rtw88: always wait for both firmware loading attempts
    (git-fixes).
  - wifi: rtw88: 8822c: Fix reported RX band width (git-fixes).
  - wifi: brcmfmac: introducing fwil query functions (git-fixes).
  - can: j1939: use correct function name in comment (git-fixes).
  - commit ffce0ad

++++ qemu:

  - Fix bsc#1229929, bsc#1230140 (patch already submitted upstream):
    * [openSUSE] target/ppc: Fix lxvx/stxvx facility check (bsc#1229929)

------------------------------------------------------------------
------------------  2024-9-16  -  Sep 16 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Include PI and comments in XSL stylesheets
    So far comments and processing instructions (PI) were
    ignored when applying the XSL stylesheets. This commit
    updates all stylesheets to take them into account

++++ transactional-update:

  - Version 4.8.2
  - Allow specifying only low value with setup-kdump [bsc#1230537]

++++ kernel-default:

  - net: tighten bad gso csum offset check in virtio_net_hdr
    (git-fixes).
  - commit 6b94c45
  - KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE
    and MSR_GS_BASE (git-fixes).
  - commit aeba695
  - fscache: delete fscache_cookie_lru_timer when fscache exits
    to avoid  UAF (bsc#1230602).
  - commit d2c95a5
  - Update
    patches.suse/virtio_net-Fix-napi_skb_cache_put-warning.patch
    (git-fixes CVE-2024-43835 bsc#1229289).
  - commit b9542fb
  - x86/hyperv: fix kexec crash due to VP assist page corruption
    (git-fixes).
  - Drivers: hv: vmbus: Fix the misplaced function description
    (git-fixes).
  - commit c60d936
  - Update references
    patches.suse/selinux-smack-don-t-bypass-permissions-check-in-inod.patch
    (stable-fixes CVE-2024-46695 bsc#1230519).
  - commit 2a7bb57
  - NFSv4: Add missing rescheduling points in
    nfs_client_return_marked_delegations (git-fixes).
  - commit a563f31
  - nfsd: Don't leave work of closing files to a work queue
    (bsc#1228140).
  - Refresh
    patches.suse/nfsd-use-__fput_sync-to-avoid-delayed-closing-of-fil.patch.
  - commit 83ce74a

++++ kernel-firmware:

  - Update to version 20240913 (git commit bcbdd1670bc3):
    * amdgpu: update DMCUB to v0.0.233.0 DCN351
    * copy-firmware: Handle links to uncompressed files
    * WHENCE: Fix battmgr.jsn entry type
  - Drop obsoleted workaround patch:
    copy-firmware-fix-symlink-without-compress.patch
  - Temporary revert for ath12k firmware (bsc#1230596)

++++ kernel-rt:

  - net: tighten bad gso csum offset check in virtio_net_hdr
    (git-fixes).
  - commit 6b94c45
  - KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE
    and MSR_GS_BASE (git-fixes).
  - commit aeba695
  - fscache: delete fscache_cookie_lru_timer when fscache exits
    to avoid  UAF (bsc#1230602).
  - commit d2c95a5
  - Update
    patches.suse/virtio_net-Fix-napi_skb_cache_put-warning.patch
    (git-fixes CVE-2024-43835 bsc#1229289).
  - commit b9542fb
  - x86/hyperv: fix kexec crash due to VP assist page corruption
    (git-fixes).
  - Drivers: hv: vmbus: Fix the misplaced function description
    (git-fixes).
  - commit c60d936
  - Update references
    patches.suse/selinux-smack-don-t-bypass-permissions-check-in-inod.patch
    (stable-fixes CVE-2024-46695 bsc#1230519).
  - commit 2a7bb57
  - NFSv4: Add missing rescheduling points in
    nfs_client_return_marked_delegations (git-fixes).
  - commit a563f31
  - nfsd: Don't leave work of closing files to a work queue
    (bsc#1228140).
  - Refresh
    patches.suse/nfsd-use-__fput_sync-to-avoid-delayed-closing-of-fil.patch.
  - commit 83ce74a

++++ kernel-rt_debug:

  - net: tighten bad gso csum offset check in virtio_net_hdr
    (git-fixes).
  - commit 6b94c45
  - KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE
    and MSR_GS_BASE (git-fixes).
  - commit aeba695
  - fscache: delete fscache_cookie_lru_timer when fscache exits
    to avoid  UAF (bsc#1230602).
  - commit d2c95a5
  - Update
    patches.suse/virtio_net-Fix-napi_skb_cache_put-warning.patch
    (git-fixes CVE-2024-43835 bsc#1229289).
  - commit b9542fb
  - x86/hyperv: fix kexec crash due to VP assist page corruption
    (git-fixes).
  - Drivers: hv: vmbus: Fix the misplaced function description
    (git-fixes).
  - commit c60d936
  - Update references
    patches.suse/selinux-smack-don-t-bypass-permissions-check-in-inod.patch
    (stable-fixes CVE-2024-46695 bsc#1230519).
  - commit 2a7bb57
  - NFSv4: Add missing rescheduling points in
    nfs_client_return_marked_delegations (git-fixes).
  - commit a563f31
  - nfsd: Don't leave work of closing files to a work queue
    (bsc#1228140).
  - Refresh
    patches.suse/nfsd-use-__fput_sync-to-avoid-delayed-closing-of-fil.patch.
  - commit 83ce74a

++++ shim:

  - Update shim-install to use the 'removable' way for SL-Micro
    (bsc#1230316)
    * 433cc4e Always use the removable way for SL-Micro

------------------------------------------------------------------
------------------  2024-9-15  -  Sep 15 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - ASoC: meson: axg-card: fix 'use-after-free' (git-fixes).
  - ASoC: codecs: avoid possible garbage value in peb2466_reg_read()
    (git-fixes).
  - commit 5a67afd

++++ kernel-rt:

  - ASoC: meson: axg-card: fix 'use-after-free' (git-fixes).
  - ASoC: codecs: avoid possible garbage value in peb2466_reg_read()
    (git-fixes).
  - commit 5a67afd

++++ kernel-rt_debug:

  - ASoC: meson: axg-card: fix 'use-after-free' (git-fixes).
  - ASoC: codecs: avoid possible garbage value in peb2466_reg_read()
    (git-fixes).
  - commit 5a67afd

++++ strace:

  - Update to strace 6.11
    * Implemented decoding of uretprobe syscall.
    * Implemented decoding of WDIOC_GETSUPPORT and WDIOC_SETOPTIONS ioctl
    commands.
    * Enhanced decoding of unknown ioctl commands in non-abbreviated mode
    by printing the contents of the ioctl argument buffer in hexadecimal format.
    * Updated decoding of listmount, statmount, and statx syscalls.
    * Updated lists of ETHTOOL_*, IORING_*, IPPROTO_*, RWF_*, STATX_*, and V4L2_*
    constants.
    * Updated lists of ioctl commands from Linux 6.11.

------------------------------------------------------------------
------------------  2024-9-14  -  Sep 14 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Update to version 2.29.3:
    * show sync files only in debug level
    * chore(watch): Add changed files path/count to log
    * build(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0
    * bump compose-go to version v2.2.0
    * Restore compose v1 behavior to recreate containers when ran
    with -V
    * fix linting issues with golangci-lint 1.60.2
    * bump golang to version 1.22.7
    * bump dependencies versions, engine and cli v27.2.1 containerd
    v1.7.22 buildx v0.17.0 buildkit v0.16.0
    * build(deps): bump golang.org/x/sys from 0.22.0 to 0.25.0
    * Fix typos
    * Use logrus instead of direct output to stderr.
    * attach: close streams when done
    * Fix typo in pull.go
    * Allow combination of bind mounts and 'rebuild' watches
    * service hash must exlude depends_on
    * prefer mount API over bind
    * docs: duplicate documentation for root cmd
    * docs(wait): Fix wait command description
    * allow to add empty line in the logs when nav menu activated
    * upgrade docker versions

++++ kernel-default:

  - kABI workaround for soc-qcom pmic_glink changes (CVE-2024-46693
    bsc#1230521).
  - commit 9a06e25
  - usb: typec: ucsi: Move unregister out of atomic section
    (CVE-2024-46691 bsc#1230526).
  - soc: qcom: pmic_glink: Fix race during initialization
    (CVE-2024-46693 bsc#1230521).
  - commit 26dd9b4
  - spi: nxp-fspi: fix the KASAN report out-of-bounds bug
    (git-fixes).
  - drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl
    (git-fixes).
  - drm/nouveau/fb: restore init() for ramgp102 (git-fixes).
  - dma-buf: heaps: Fix off-by-one in CMA heap fault handler
    (git-fixes).
  - drm/i915/guc: prevent a possible int overflow in wq offsets
    (git-fixes).
  - usbnet: ipheth: race between ipheth_close and error handling
    (stable-fixes).
  - commit 8d8bf2f
  - md/raid1: Fix data corruption for degraded array with slow disk
    (bsc#1230455, CVE-2024-45023).
  - commit 34cd7b5

++++ kernel-rt:

  - kABI workaround for soc-qcom pmic_glink changes (CVE-2024-46693
    bsc#1230521).
  - commit 9a06e25
  - usb: typec: ucsi: Move unregister out of atomic section
    (CVE-2024-46691 bsc#1230526).
  - soc: qcom: pmic_glink: Fix race during initialization
    (CVE-2024-46693 bsc#1230521).
  - commit 26dd9b4
  - spi: nxp-fspi: fix the KASAN report out-of-bounds bug
    (git-fixes).
  - drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl
    (git-fixes).
  - drm/nouveau/fb: restore init() for ramgp102 (git-fixes).
  - dma-buf: heaps: Fix off-by-one in CMA heap fault handler
    (git-fixes).
  - drm/i915/guc: prevent a possible int overflow in wq offsets
    (git-fixes).
  - usbnet: ipheth: race between ipheth_close and error handling
    (stable-fixes).
  - commit 8d8bf2f
  - md/raid1: Fix data corruption for degraded array with slow disk
    (bsc#1230455, CVE-2024-45023).
  - commit 34cd7b5

++++ kernel-rt_debug:

  - kABI workaround for soc-qcom pmic_glink changes (CVE-2024-46693
    bsc#1230521).
  - commit 9a06e25
  - usb: typec: ucsi: Move unregister out of atomic section
    (CVE-2024-46691 bsc#1230526).
  - soc: qcom: pmic_glink: Fix race during initialization
    (CVE-2024-46693 bsc#1230521).
  - commit 26dd9b4
  - spi: nxp-fspi: fix the KASAN report out-of-bounds bug
    (git-fixes).
  - drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl
    (git-fixes).
  - drm/nouveau/fb: restore init() for ramgp102 (git-fixes).
  - dma-buf: heaps: Fix off-by-one in CMA heap fault handler
    (git-fixes).
  - drm/i915/guc: prevent a possible int overflow in wq offsets
    (git-fixes).
  - usbnet: ipheth: race between ipheth_close and error handling
    (stable-fixes).
  - commit 8d8bf2f
  - md/raid1: Fix data corruption for degraded array with slow disk
    (bsc#1230455, CVE-2024-45023).
  - commit 34cd7b5

------------------------------------------------------------------
------------------  2024-9-13  -  Sep 13 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Bump version: 10.1.10 → 10.1.11
  - doc: Add login information test build test images
  - Bump version: 10.1.9 → 10.1.10

++++ kernel-default:

  - perf/x86/intel: Limit the period on Haswell (git-fixes).
  - perf/x86: Fix smp_processor_id()-in-preemptible warnings
    (git-fixes).
  - perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra
    Forest (git-fixes).
  - ARM: 9406/1: Fix callchain_trace() return value (git-fixes).
  - bpf, events: Use prog to emit ksymbol event for main program
    (git-fixes).
  - perf/x86/intel: Add a distinct name for Granite Rapids
    (git-fixes).
  - perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake
    (git-fixes).
  - perf/x86/intel/uncore: Fix the bits of the CHA extended umask
    for SPR (git-fixes).
  - perf: Fix event leak upon exit (git-fixes).
  - perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake
    (git-fixes).
  - perf: Fix default aux_watermark calculation (git-fixes).
  - perf: Prevent passing zero nr_pages to rb_alloc_aux()
    (git-fixes).
  - perf: Fix perf_aux_size() for greater-than 32-bit size
    (git-fixes).
  - perf/x86/intel/pt: Fix pt_topa_entry_for_page() address
    calculation (git-fixes).
  - perf/x86/intel/pt: Fix a topa_entry base address calculation
    (git-fixes).
  - perf/x86/intel/pt: Fix topa_entry base length (git-fixes).
  - perf/x86: Serialize set_attr_rdpmc() (git-fixes).
  - perf/core: Fix missing wakeup when waiting for context reference
    (git-fixes).
  - perf/x86/intel: Factor out the initialization code for SPR
    (git fixes).
  - perf/x86/intel: Use the common uarch name for the shared
    functions (git fixes).
  - commit bb48e43
  - nvme: move stopping keep-alive into nvme_uninit_ctrl() (CVE-2024-45013 bsc#1230442)
  - commit ce739c4
  - i2c: tegra: Do not mark ACPI devices as irq safe (CVE-2024-45029 bsc#1230451)
  - commit 2870112
  - netfilter: flowtable: initialise extack before use (CVE-2024-45018 bsc#1230431)
  - commit 8b44b15
  - net/mlx5e: Take state lock during tx timeout reporter (CVE-2024-45019 bsc#1230432)
  - commit 2552371
  - net/mlx5: Fix IPsec RoCE MPV trace call (CVE-2024-45017 bsc#1230430)
  - commit 60aac02
  - igb: cope with large MAX_SKB_FRAGS (CVE-2024-45030 bsc#1230457)
  - commit d2d3c69
  - Move s390 kabi patch into the kabi section
  - commit 4ab5d36
  - s390/uv: Don't call folio_wait_writeback() without a folio
    reference (git-fixes bsc#1229380 CVE-2024-43832).
  - s390/mm: Convert gmap_make_secure to use a folio (git-fixes
    bsc#1230562).
  - s390/mm: Convert make_page_secure to use a folio (git-fixes
    bsc#1230563).
  - s390: allow pte_offset_map_lock() to fail (git-fixes
    bsc#1230564).
  - commit 7069eb7
  - mm/vmalloc: fix page mapping if vm_area_alloc_pages() with
    high order fallback to order 0 (CVE-2024-45022 bsc#1230435).
  - commit cc8880a
  - Revert "mm/sparsemem: fix race in accessing memory_section->usage"
    This reverts commit 6aa8957889611fbe7f06353f917cfb3d9620a680 to fix a regression (bsc#1230413)
  - commit 720e36b
  - Revert "mm, kmsan: fix infinite recursion due to RCU critical section"
    This reverts commit 16ad73a9f4c2888f3bc28513f5e9a88d753f8741 to fix a regression (bsc#1230413)
  - commit 2fd5290
  - Revert "mm: prevent derefencing NULL ptr in pfn_section_valid()"
    This reverts commit 35f619d3c421219e07bc89d2d6a37fbff25519fe to fix a refression
    (bsc#1230413)
  - commit 7e5afd7
  - memcg_write_event_control(): fix a user-triggerable oops
    (CVE-2024-45021 bsc#1230434).
  - commit 99a85a8
  - platform/x86: panasonic-laptop: Allocate 1 entry extra in the
    sinf array (git-fixes).
  - platform/x86: panasonic-laptop: Fix SINF array out of bounds
    accesses (git-fixes).
  - usb: dwc3: core: update LC timer as per USB Spec V3.2
    (stable-fixes).
  - lib/generic-radix-tree.c: Fix rare race in
    __genradix_ptr_alloc() (stable-fixes).
  - kselftests: dmabuf-heaps: Ensure the driver name is
    null-terminated (stable-fixes).
  - regmap: maple: work around gcc-14.1 false-positive warning
    (stable-fixes).
  - phy: zynqmp: Take the phy mutex in xlate (stable-fixes).
  - pcmcia: Use resource_size function on resource object
    (stable-fixes).
  - pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
    (stable-fixes).
  - PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
    (stable-fixes).
  - PCI: Add missing bridge lock to pci_bus_lock() (stable-fixes).
  - usb: gadget: aspeed_udc: validate endpoint index for ast udc
    (stable-fixes).
  - usb: uas: set host status byte on data completion error
    (stable-fixes).
  - media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse
    (stable-fixes).
  - media: vivid: don't set HDMI TX controls if there are no HDMI
    outputs (stable-fixes).
  - media: vivid: fix wrong sizeimage value for mplane
    (stable-fixes).
  - leds: spi-byte: Call of_node_put() on error path (stable-fixes).
  - wifi: rtw88: usb: schedule rx work after everything is set up
    (stable-fixes).
  - wifi: rtw89: wow: prevent to send unexpected H2C during download
    Firmware (stable-fixes).
  - wifi: mwifiex: Do not return unused priv in
    mwifiex_get_priv_by_id() (stable-fixes).
  - wifi: ath12k: fix firmware crash due to invalid peer nss
    (stable-fixes).
  - wifi: ath12k: fix uninitialize symbol error on
    ath12k_peer_assoc_h_he() (stable-fixes).
  - wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
    (stable-fixes).
  - wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check
    (stable-fixes).
  - commit 3b57fa8
  - Squashfs: sanity check symbolic link size (git-fixes).
  - commit fa6af4a
  - hwmon: (pmbus) Conditionally clear individual status bits for
    pmbus rev >= 1.2 (git-fixes).
  - Input: uinput - reject requests with unreasonable number of
    slots (stable-fixes).
  - HID: amd_sfh: free driver_data after destroying hid device
    (stable-fixes).
  - HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup
    (stable-fixes).
  - i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA
    setup (stable-fixes).
  - Input: ili210x - use kvmalloc() to allocate buffer for firmware
    update (stable-fixes).
  - drm/amdgpu: reject gang submit on reserved VMIDs (stable-fixes).
  - drm/amdgpu: Set no_hw_access when VF request full GPU fails
    (stable-fixes).
  - drm/amdgpu/display: handle gfx12 in
    amdgpu_dm_plane_format_mod_supported (stable-fixes).
  - drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes
    (stable-fixes).
  - drm/amdgpu: check for LINEAR_ALIGNED correctly in
    check_tiling_flags_gfx6 (stable-fixes).
  - drm/amd/display: Check denominator pbn_div before used
    (stable-fixes).
  - drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
    (stable-fixes).
  - drm/amdgpu: Fix smatch static checker warning (stable-fixes).
  - drm/amdgpu: add missing error handling in function
    amdgpu_gmc_flush_gpu_tlb_pasid (stable-fixes).
  - drm/amd/display: Check HDCP returned status (stable-fixes).
  - hwmon: (w83627ehf) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - hwmon: (nct6775-core) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - hwmon: (lm95234) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - hwmon: (adc128d818) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - commit 2fa929e
  - Revert "mm/sparsemem: fix race in accessing memory_section->usage"
    This reverts commit 6aa8957889611fbe7f06353f917cfb3d9620a680.
  - commit 5376e5a
  - Revert "mm, kmsan: fix infinite recursion due to RCU critical section"
    This reverts commit 16ad73a9f4c2888f3bc28513f5e9a88d753f8741.
  - commit 505329c
  - Revert "mm: prevent derefencing NULL ptr in pfn_section_valid()"
    This reverts commit 35f619d3c421219e07bc89d2d6a37fbff25519fe.
  - commit 937414d
  - ata: libata: Fix memory leak for error path in ata_host_alloc()
    (git-fixes).
  - devres: Initialize an uninitialized struct member
    (stable-fixes).
  - ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX
    for potentially broken alignment (stable-fixes).
  - ASoC: topology: Properly initialize soc_enum values
    (stable-fixes).
  - ALSA: hda: Add input value sanity checks to HDMI channel map
    controls (stable-fixes).
  - ALSA: control: Apply sanity check of input values for user
    elements (stable-fixes).
  - crypto: qat - fix unintentional re-enabling of error interrupts
    (stable-fixes).
  - drm/amd/display: Run DC_LOG_DC after checking link->link_enc
    (stable-fixes).
  - drm/amd/display: Check UnboundedRequestEnabled's value
    (stable-fixes).
  - drm/amd: Add gfx12 swizzle mode defs (stable-fixes).
  - Bluetooth: btnxpuart: Fix Null pointer dereference in
    btnxpuart_flush() (stable-fixes).
  - can: mcp251xfd: rx: add workaround for erratum DS80000789E 6
    of mcp2518fd (stable-fixes).
  - can: mcp251xfd: rx: prepare to workaround broken RX FIFO head
    index erratum (stable-fixes).
  - can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out
    in separate function (stable-fixes).
  - can: mcp251xfd: clarify the meaning of timestamp (stable-fixes).
  - can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
    (stable-fixes).
  - ACPI: processor: Fix memory leaks in error paths of
    processor_add() (stable-fixes).
  - ACPI: processor: Return an error if acpi_processor_get_info()
    fails in processor_add() (stable-fixes).
  - cpufreq: amd-pstate: fix the highest frequency issue which
    limits performance (git-fixes).
  - cpufreq: amd-pstate: Enable amd-pstate preferred core support
    (stable-fixes).
  - ACPI: CPPC: Add helper to get the highest performance value
    (stable-fixes).
  - Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync
    queue (stable-fixes).
  - Bluetooth: hci_event: Use HCI error defines instead of magic
    values (stable-fixes).
  - commit 96be389

++++ kernel-firmware:

  - Update to version 20240912 (git commit 47c72fee8fe3):
    * amdgpu: Add VPE 6.1.3 microcode
    * amdgpu: add SDMA 6.1.2 microcode
    * amdgpu: Add support for PSP 14.0.4
    * amdgpu: add GC 11.5.2 microcode
    * qcom: qcm6490: add ADSP and CDSP firmware
    * linux-firmware: Update firmware file for Intel Bluetooth Magnetor core
    * linux-firmware: Update firmware file for Intel BlazarU core
    * linux-firmware: Update firmware file for Intel Bluetooth Solar core
  - Temporary fix for the missing symlink installations:
    copy-firmware-fix-symlink-without-compress.patch

++++ kernel-rt:

  - perf/x86/intel: Limit the period on Haswell (git-fixes).
  - perf/x86: Fix smp_processor_id()-in-preemptible warnings
    (git-fixes).
  - perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra
    Forest (git-fixes).
  - ARM: 9406/1: Fix callchain_trace() return value (git-fixes).
  - bpf, events: Use prog to emit ksymbol event for main program
    (git-fixes).
  - perf/x86/intel: Add a distinct name for Granite Rapids
    (git-fixes).
  - perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake
    (git-fixes).
  - perf/x86/intel/uncore: Fix the bits of the CHA extended umask
    for SPR (git-fixes).
  - perf: Fix event leak upon exit (git-fixes).
  - perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake
    (git-fixes).
  - perf: Fix default aux_watermark calculation (git-fixes).
  - perf: Prevent passing zero nr_pages to rb_alloc_aux()
    (git-fixes).
  - perf: Fix perf_aux_size() for greater-than 32-bit size
    (git-fixes).
  - perf/x86/intel/pt: Fix pt_topa_entry_for_page() address
    calculation (git-fixes).
  - perf/x86/intel/pt: Fix a topa_entry base address calculation
    (git-fixes).
  - perf/x86/intel/pt: Fix topa_entry base length (git-fixes).
  - perf/x86: Serialize set_attr_rdpmc() (git-fixes).
  - perf/core: Fix missing wakeup when waiting for context reference
    (git-fixes).
  - perf/x86/intel: Factor out the initialization code for SPR
    (git fixes).
  - perf/x86/intel: Use the common uarch name for the shared
    functions (git fixes).
  - commit bb48e43
  - nvme: move stopping keep-alive into nvme_uninit_ctrl() (CVE-2024-45013 bsc#1230442)
  - commit ce739c4
  - i2c: tegra: Do not mark ACPI devices as irq safe (CVE-2024-45029 bsc#1230451)
  - commit 2870112
  - netfilter: flowtable: initialise extack before use (CVE-2024-45018 bsc#1230431)
  - commit 8b44b15
  - net/mlx5e: Take state lock during tx timeout reporter (CVE-2024-45019 bsc#1230432)
  - commit 2552371
  - net/mlx5: Fix IPsec RoCE MPV trace call (CVE-2024-45017 bsc#1230430)
  - commit 60aac02
  - igb: cope with large MAX_SKB_FRAGS (CVE-2024-45030 bsc#1230457)
  - commit d2d3c69
  - Move s390 kabi patch into the kabi section
  - commit 4ab5d36
  - s390/uv: Don't call folio_wait_writeback() without a folio
    reference (git-fixes bsc#1229380 CVE-2024-43832).
  - s390/mm: Convert gmap_make_secure to use a folio (git-fixes
    bsc#1230562).
  - s390/mm: Convert make_page_secure to use a folio (git-fixes
    bsc#1230563).
  - s390: allow pte_offset_map_lock() to fail (git-fixes
    bsc#1230564).
  - commit 7069eb7
  - mm/vmalloc: fix page mapping if vm_area_alloc_pages() with
    high order fallback to order 0 (CVE-2024-45022 bsc#1230435).
  - commit cc8880a
  - Revert "mm/sparsemem: fix race in accessing memory_section->usage"
    This reverts commit 6aa8957889611fbe7f06353f917cfb3d9620a680 to fix a regression (bsc#1230413)
  - commit 720e36b
  - Revert "mm, kmsan: fix infinite recursion due to RCU critical section"
    This reverts commit 16ad73a9f4c2888f3bc28513f5e9a88d753f8741 to fix a regression (bsc#1230413)
  - commit 2fd5290
  - Revert "mm: prevent derefencing NULL ptr in pfn_section_valid()"
    This reverts commit 35f619d3c421219e07bc89d2d6a37fbff25519fe to fix a refression
    (bsc#1230413)
  - commit 7e5afd7
  - memcg_write_event_control(): fix a user-triggerable oops
    (CVE-2024-45021 bsc#1230434).
  - commit 99a85a8
  - platform/x86: panasonic-laptop: Allocate 1 entry extra in the
    sinf array (git-fixes).
  - platform/x86: panasonic-laptop: Fix SINF array out of bounds
    accesses (git-fixes).
  - usb: dwc3: core: update LC timer as per USB Spec V3.2
    (stable-fixes).
  - lib/generic-radix-tree.c: Fix rare race in
    __genradix_ptr_alloc() (stable-fixes).
  - kselftests: dmabuf-heaps: Ensure the driver name is
    null-terminated (stable-fixes).
  - regmap: maple: work around gcc-14.1 false-positive warning
    (stable-fixes).
  - phy: zynqmp: Take the phy mutex in xlate (stable-fixes).
  - pcmcia: Use resource_size function on resource object
    (stable-fixes).
  - pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
    (stable-fixes).
  - PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
    (stable-fixes).
  - PCI: Add missing bridge lock to pci_bus_lock() (stable-fixes).
  - usb: gadget: aspeed_udc: validate endpoint index for ast udc
    (stable-fixes).
  - usb: uas: set host status byte on data completion error
    (stable-fixes).
  - media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse
    (stable-fixes).
  - media: vivid: don't set HDMI TX controls if there are no HDMI
    outputs (stable-fixes).
  - media: vivid: fix wrong sizeimage value for mplane
    (stable-fixes).
  - leds: spi-byte: Call of_node_put() on error path (stable-fixes).
  - wifi: rtw88: usb: schedule rx work after everything is set up
    (stable-fixes).
  - wifi: rtw89: wow: prevent to send unexpected H2C during download
    Firmware (stable-fixes).
  - wifi: mwifiex: Do not return unused priv in
    mwifiex_get_priv_by_id() (stable-fixes).
  - wifi: ath12k: fix firmware crash due to invalid peer nss
    (stable-fixes).
  - wifi: ath12k: fix uninitialize symbol error on
    ath12k_peer_assoc_h_he() (stable-fixes).
  - wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
    (stable-fixes).
  - wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check
    (stable-fixes).
  - commit 3b57fa8
  - Squashfs: sanity check symbolic link size (git-fixes).
  - commit fa6af4a
  - hwmon: (pmbus) Conditionally clear individual status bits for
    pmbus rev >= 1.2 (git-fixes).
  - Input: uinput - reject requests with unreasonable number of
    slots (stable-fixes).
  - HID: amd_sfh: free driver_data after destroying hid device
    (stable-fixes).
  - HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup
    (stable-fixes).
  - i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA
    setup (stable-fixes).
  - Input: ili210x - use kvmalloc() to allocate buffer for firmware
    update (stable-fixes).
  - drm/amdgpu: reject gang submit on reserved VMIDs (stable-fixes).
  - drm/amdgpu: Set no_hw_access when VF request full GPU fails
    (stable-fixes).
  - drm/amdgpu/display: handle gfx12 in
    amdgpu_dm_plane_format_mod_supported (stable-fixes).
  - drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes
    (stable-fixes).
  - drm/amdgpu: check for LINEAR_ALIGNED correctly in
    check_tiling_flags_gfx6 (stable-fixes).
  - drm/amd/display: Check denominator pbn_div before used
    (stable-fixes).
  - drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
    (stable-fixes).
  - drm/amdgpu: Fix smatch static checker warning (stable-fixes).
  - drm/amdgpu: add missing error handling in function
    amdgpu_gmc_flush_gpu_tlb_pasid (stable-fixes).
  - drm/amd/display: Check HDCP returned status (stable-fixes).
  - hwmon: (w83627ehf) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - hwmon: (nct6775-core) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - hwmon: (lm95234) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - hwmon: (adc128d818) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - commit 2fa929e
  - Revert "mm/sparsemem: fix race in accessing memory_section->usage"
    This reverts commit 6aa8957889611fbe7f06353f917cfb3d9620a680.
  - commit 5376e5a
  - Revert "mm, kmsan: fix infinite recursion due to RCU critical section"
    This reverts commit 16ad73a9f4c2888f3bc28513f5e9a88d753f8741.
  - commit 505329c
  - Revert "mm: prevent derefencing NULL ptr in pfn_section_valid()"
    This reverts commit 35f619d3c421219e07bc89d2d6a37fbff25519fe.
  - commit 937414d
  - ata: libata: Fix memory leak for error path in ata_host_alloc()
    (git-fixes).
  - devres: Initialize an uninitialized struct member
    (stable-fixes).
  - ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX
    for potentially broken alignment (stable-fixes).
  - ASoC: topology: Properly initialize soc_enum values
    (stable-fixes).
  - ALSA: hda: Add input value sanity checks to HDMI channel map
    controls (stable-fixes).
  - ALSA: control: Apply sanity check of input values for user
    elements (stable-fixes).
  - crypto: qat - fix unintentional re-enabling of error interrupts
    (stable-fixes).
  - drm/amd/display: Run DC_LOG_DC after checking link->link_enc
    (stable-fixes).
  - drm/amd/display: Check UnboundedRequestEnabled's value
    (stable-fixes).
  - drm/amd: Add gfx12 swizzle mode defs (stable-fixes).
  - Bluetooth: btnxpuart: Fix Null pointer dereference in
    btnxpuart_flush() (stable-fixes).
  - can: mcp251xfd: rx: add workaround for erratum DS80000789E 6
    of mcp2518fd (stable-fixes).
  - can: mcp251xfd: rx: prepare to workaround broken RX FIFO head
    index erratum (stable-fixes).
  - can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out
    in separate function (stable-fixes).
  - can: mcp251xfd: clarify the meaning of timestamp (stable-fixes).
  - can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
    (stable-fixes).
  - ACPI: processor: Fix memory leaks in error paths of
    processor_add() (stable-fixes).
  - ACPI: processor: Return an error if acpi_processor_get_info()
    fails in processor_add() (stable-fixes).
  - cpufreq: amd-pstate: fix the highest frequency issue which
    limits performance (git-fixes).
  - cpufreq: amd-pstate: Enable amd-pstate preferred core support
    (stable-fixes).
  - ACPI: CPPC: Add helper to get the highest performance value
    (stable-fixes).
  - Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync
    queue (stable-fixes).
  - Bluetooth: hci_event: Use HCI error defines instead of magic
    values (stable-fixes).
  - commit 96be389

++++ kernel-rt_debug:

  - perf/x86/intel: Limit the period on Haswell (git-fixes).
  - perf/x86: Fix smp_processor_id()-in-preemptible warnings
    (git-fixes).
  - perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra
    Forest (git-fixes).
  - ARM: 9406/1: Fix callchain_trace() return value (git-fixes).
  - bpf, events: Use prog to emit ksymbol event for main program
    (git-fixes).
  - perf/x86/intel: Add a distinct name for Granite Rapids
    (git-fixes).
  - perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake
    (git-fixes).
  - perf/x86/intel/uncore: Fix the bits of the CHA extended umask
    for SPR (git-fixes).
  - perf: Fix event leak upon exit (git-fixes).
  - perf/x86/intel/cstate: Fix Alderlake/Raptorlake/Meteorlake
    (git-fixes).
  - perf: Fix default aux_watermark calculation (git-fixes).
  - perf: Prevent passing zero nr_pages to rb_alloc_aux()
    (git-fixes).
  - perf: Fix perf_aux_size() for greater-than 32-bit size
    (git-fixes).
  - perf/x86/intel/pt: Fix pt_topa_entry_for_page() address
    calculation (git-fixes).
  - perf/x86/intel/pt: Fix a topa_entry base address calculation
    (git-fixes).
  - perf/x86/intel/pt: Fix topa_entry base length (git-fixes).
  - perf/x86: Serialize set_attr_rdpmc() (git-fixes).
  - perf/core: Fix missing wakeup when waiting for context reference
    (git-fixes).
  - perf/x86/intel: Factor out the initialization code for SPR
    (git fixes).
  - perf/x86/intel: Use the common uarch name for the shared
    functions (git fixes).
  - commit bb48e43
  - nvme: move stopping keep-alive into nvme_uninit_ctrl() (CVE-2024-45013 bsc#1230442)
  - commit ce739c4
  - i2c: tegra: Do not mark ACPI devices as irq safe (CVE-2024-45029 bsc#1230451)
  - commit 2870112
  - netfilter: flowtable: initialise extack before use (CVE-2024-45018 bsc#1230431)
  - commit 8b44b15
  - net/mlx5e: Take state lock during tx timeout reporter (CVE-2024-45019 bsc#1230432)
  - commit 2552371
  - net/mlx5: Fix IPsec RoCE MPV trace call (CVE-2024-45017 bsc#1230430)
  - commit 60aac02
  - igb: cope with large MAX_SKB_FRAGS (CVE-2024-45030 bsc#1230457)
  - commit d2d3c69
  - Move s390 kabi patch into the kabi section
  - commit 4ab5d36
  - s390/uv: Don't call folio_wait_writeback() without a folio
    reference (git-fixes bsc#1229380 CVE-2024-43832).
  - s390/mm: Convert gmap_make_secure to use a folio (git-fixes
    bsc#1230562).
  - s390/mm: Convert make_page_secure to use a folio (git-fixes
    bsc#1230563).
  - s390: allow pte_offset_map_lock() to fail (git-fixes
    bsc#1230564).
  - commit 7069eb7
  - mm/vmalloc: fix page mapping if vm_area_alloc_pages() with
    high order fallback to order 0 (CVE-2024-45022 bsc#1230435).
  - commit cc8880a
  - Revert "mm/sparsemem: fix race in accessing memory_section->usage"
    This reverts commit 6aa8957889611fbe7f06353f917cfb3d9620a680 to fix a regression (bsc#1230413)
  - commit 720e36b
  - Revert "mm, kmsan: fix infinite recursion due to RCU critical section"
    This reverts commit 16ad73a9f4c2888f3bc28513f5e9a88d753f8741 to fix a regression (bsc#1230413)
  - commit 2fd5290
  - Revert "mm: prevent derefencing NULL ptr in pfn_section_valid()"
    This reverts commit 35f619d3c421219e07bc89d2d6a37fbff25519fe to fix a refression
    (bsc#1230413)
  - commit 7e5afd7
  - memcg_write_event_control(): fix a user-triggerable oops
    (CVE-2024-45021 bsc#1230434).
  - commit 99a85a8
  - platform/x86: panasonic-laptop: Allocate 1 entry extra in the
    sinf array (git-fixes).
  - platform/x86: panasonic-laptop: Fix SINF array out of bounds
    accesses (git-fixes).
  - usb: dwc3: core: update LC timer as per USB Spec V3.2
    (stable-fixes).
  - lib/generic-radix-tree.c: Fix rare race in
    __genradix_ptr_alloc() (stable-fixes).
  - kselftests: dmabuf-heaps: Ensure the driver name is
    null-terminated (stable-fixes).
  - regmap: maple: work around gcc-14.1 false-positive warning
    (stable-fixes).
  - phy: zynqmp: Take the phy mutex in xlate (stable-fixes).
  - pcmcia: Use resource_size function on resource object
    (stable-fixes).
  - pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv
    (stable-fixes).
  - PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
    (stable-fixes).
  - PCI: Add missing bridge lock to pci_bus_lock() (stable-fixes).
  - usb: gadget: aspeed_udc: validate endpoint index for ast udc
    (stable-fixes).
  - usb: uas: set host status byte on data completion error
    (stable-fixes).
  - media: qcom: camss: Add check for v4l2_fwnode_endpoint_parse
    (stable-fixes).
  - media: vivid: don't set HDMI TX controls if there are no HDMI
    outputs (stable-fixes).
  - media: vivid: fix wrong sizeimage value for mplane
    (stable-fixes).
  - leds: spi-byte: Call of_node_put() on error path (stable-fixes).
  - wifi: rtw88: usb: schedule rx work after everything is set up
    (stable-fixes).
  - wifi: rtw89: wow: prevent to send unexpected H2C during download
    Firmware (stable-fixes).
  - wifi: mwifiex: Do not return unused priv in
    mwifiex_get_priv_by_id() (stable-fixes).
  - wifi: ath12k: fix firmware crash due to invalid peer nss
    (stable-fixes).
  - wifi: ath12k: fix uninitialize symbol error on
    ath12k_peer_assoc_h_he() (stable-fixes).
  - wifi: brcmsmac: advertise MFP_CAPABLE to enable WPA3
    (stable-fixes).
  - wifi: iwlwifi: mvm: use IWL_FW_CHECK for link ID check
    (stable-fixes).
  - commit 3b57fa8
  - Squashfs: sanity check symbolic link size (git-fixes).
  - commit fa6af4a
  - hwmon: (pmbus) Conditionally clear individual status bits for
    pmbus rev >= 1.2 (git-fixes).
  - Input: uinput - reject requests with unreasonable number of
    slots (stable-fixes).
  - HID: amd_sfh: free driver_data after destroying hid device
    (stable-fixes).
  - HID: cougar: fix slab-out-of-bounds Read in cougar_report_fixup
    (stable-fixes).
  - i3c: mipi-i3c-hci: Error out instead on BUG_ON() in IBI DMA
    setup (stable-fixes).
  - Input: ili210x - use kvmalloc() to allocate buffer for firmware
    update (stable-fixes).
  - drm/amdgpu: reject gang submit on reserved VMIDs (stable-fixes).
  - drm/amdgpu: Set no_hw_access when VF request full GPU fails
    (stable-fixes).
  - drm/amdgpu/display: handle gfx12 in
    amdgpu_dm_plane_format_mod_supported (stable-fixes).
  - drm/amdgpu: handle gfx12 in amdgpu_display_verify_sizes
    (stable-fixes).
  - drm/amdgpu: check for LINEAR_ALIGNED correctly in
    check_tiling_flags_gfx6 (stable-fixes).
  - drm/amd/display: Check denominator pbn_div before used
    (stable-fixes).
  - drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts
    (stable-fixes).
  - drm/amdgpu: Fix smatch static checker warning (stable-fixes).
  - drm/amdgpu: add missing error handling in function
    amdgpu_gmc_flush_gpu_tlb_pasid (stable-fixes).
  - drm/amd/display: Check HDCP returned status (stable-fixes).
  - hwmon: (w83627ehf) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - hwmon: (nct6775-core) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - hwmon: (lm95234) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - hwmon: (adc128d818) Fix underflows seen when writing limit
    attributes (stable-fixes).
  - commit 2fa929e
  - Revert "mm/sparsemem: fix race in accessing memory_section->usage"
    This reverts commit 6aa8957889611fbe7f06353f917cfb3d9620a680.
  - commit 5376e5a
  - Revert "mm, kmsan: fix infinite recursion due to RCU critical section"
    This reverts commit 16ad73a9f4c2888f3bc28513f5e9a88d753f8741.
  - commit 505329c
  - Revert "mm: prevent derefencing NULL ptr in pfn_section_valid()"
    This reverts commit 35f619d3c421219e07bc89d2d6a37fbff25519fe.
  - commit 937414d
  - ata: libata: Fix memory leak for error path in ata_host_alloc()
    (git-fixes).
  - devres: Initialize an uninitialized struct member
    (stable-fixes).
  - ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX
    for potentially broken alignment (stable-fixes).
  - ASoC: topology: Properly initialize soc_enum values
    (stable-fixes).
  - ALSA: hda: Add input value sanity checks to HDMI channel map
    controls (stable-fixes).
  - ALSA: control: Apply sanity check of input values for user
    elements (stable-fixes).
  - crypto: qat - fix unintentional re-enabling of error interrupts
    (stable-fixes).
  - drm/amd/display: Run DC_LOG_DC after checking link->link_enc
    (stable-fixes).
  - drm/amd/display: Check UnboundedRequestEnabled's value
    (stable-fixes).
  - drm/amd: Add gfx12 swizzle mode defs (stable-fixes).
  - Bluetooth: btnxpuart: Fix Null pointer dereference in
    btnxpuart_flush() (stable-fixes).
  - can: mcp251xfd: rx: add workaround for erratum DS80000789E 6
    of mcp2518fd (stable-fixes).
  - can: mcp251xfd: rx: prepare to workaround broken RX FIFO head
    index erratum (stable-fixes).
  - can: mcp251xfd: mcp251xfd_handle_rxif_ring_uinc(): factor out
    in separate function (stable-fixes).
  - can: mcp251xfd: clarify the meaning of timestamp (stable-fixes).
  - can: kvaser_pciefd: Skip redundant NULL pointer check in ISR
    (stable-fixes).
  - ACPI: processor: Fix memory leaks in error paths of
    processor_add() (stable-fixes).
  - ACPI: processor: Return an error if acpi_processor_get_info()
    fails in processor_add() (stable-fixes).
  - cpufreq: amd-pstate: fix the highest frequency issue which
    limits performance (git-fixes).
  - cpufreq: amd-pstate: Enable amd-pstate preferred core support
    (stable-fixes).
  - ACPI: CPPC: Add helper to get the highest performance value
    (stable-fixes).
  - Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync
    queue (stable-fixes).
  - Bluetooth: hci_event: Use HCI error defines instead of magic
    values (stable-fixes).
  - commit 96be389

++++ oath-toolkit:

  - Fix security issue CVE-2024-47191 by adding
    0001-usersfile-fix-potential-security-issues-in-PAM-modul.patch .
  - Add patch to implement new null_usersfile_okay argument
    42-null_usersfile_okay.patch .
  - Makes this version 2.6.11.12 to be able to depend on it.

++++ systemd:

  - Add 0001-udev-restore-some-legacy-symlinks-to-maintain-backwa.patch
    Given that SLE16 will be based on SLFO, we have no choice but to continue
    supporting these compat symlinks. This compatibility code is no longer
    maintained in the Git repository though, as we primarily backport upstream
    commits these days. Additionally, the compat code rarely changes and often
    causes conflicts when merged into recent versions of systemd.

++++ sevctl:

  - Update vendored dependencies and re-enable cargo update obs service (bsc#1229953)
  - Service: Remove deprecated cargo_config and cargo_audit services, both
    are now handled by the cargo_vendor services

++++ suseconnect-ng:

  - Update version to 1.12:
  - Set the filesystem root on zypper when given (bsc#1230229,bsc#1229014)

------------------------------------------------------------------
------------------  2024-9-12  -  Sep 12 2024  -------------------
------------------------------------------------------------------

++++ afterburn:

  - enable all arches

++++ python-kiwi:

  - bootloader: Fix up ppc64 bootinfo again
    To make the code look pretty extra newline is inserted at the start of
    bootinfo file. This appears to break boot on Power9 PowerVM LPARs.
  - Add support for erofs
    erofs is an alternative readonly filesystem that can be
    used as alternative to squashfs. This Fixes #2633
  - Fixed enclave integration test
    The SELinux policy of Fedora Rawhide when running completely in
    an initrd is not suitable to let the system boot up. Thus the
    current solution is to boot in permissive mode. A better solution
    for the future would probably be a selinux policy for enclaves

++++ kernel-default:

  - virtio_net: Fix napi_skb_cache_put warning (git-fixes).
  - commit 860ef0a
  - virtio_net: fixing XDP for fully checksummed packets handling
    (git-fixes).
  - commit 77fb9e7
  - s390/dasd: Fix redundant /proc/dasd* entries removal
    (bsc#1227694).
  - commit b66530a
  - Move upstreamed input patch into sorted section
  - commit e197a51
  - KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM
    support is missing (git-fixes).
  - commit 42f7b0c
  - KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
    (git-fixes).
  - commit 610cfdd
  - KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
    (git-fixes).
  - commit bae7627
  - kABI: Workaround kABI change in
    patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch
    (git-fixes).
  - Refresh
    patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch.
  - commit d37ca1f
  - KVM: arm64: Do not re-initialize the KVM lock (git-fixes).
  - commit b05c6c8
  - s390/dasd: Remove DMA alignment (LTC#208933 bsc#1230426
    git-fixes).
  - commit 5b1f3c2
  - KVM: arm64: vgic-v2: Check for non-NULL vCPU in
    vgic_v2_parse_attr() (git-fixes).
  - commit 4ccaaf2
  - KVM: arm64: Don't pass a TLBI level hint when zapping table
    entries (git-fixes).
  - commit e3cb3e5
  - KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID
    (git-fixes).
  - commit 9d7939a
  - KVM: arm64: Block unsafe FF-A calls from the host (git-fixes).
  - commit 6327e50
  - minmax: reduce min/max macro expansion in atomisp driver
    (git-fixes).
  - commit 6d37707
  - net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (CVE-2024-44971 bsc#1230211)
  - commit f262d95
  - tcp: prevent concurrent execution of tcp_sk_exit_batch (CVE-2024-44991 bsc#1230195)
  - commit 179b01d

++++ kernel-rt:

  - virtio_net: Fix napi_skb_cache_put warning (git-fixes).
  - commit 860ef0a
  - virtio_net: fixing XDP for fully checksummed packets handling
    (git-fixes).
  - commit 77fb9e7
  - s390/dasd: Fix redundant /proc/dasd* entries removal
    (bsc#1227694).
  - commit b66530a
  - Move upstreamed input patch into sorted section
  - commit e197a51
  - KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM
    support is missing (git-fixes).
  - commit 42f7b0c
  - KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
    (git-fixes).
  - commit 610cfdd
  - KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
    (git-fixes).
  - commit bae7627
  - kABI: Workaround kABI change in
    patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch
    (git-fixes).
  - Refresh
    patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch.
  - commit d37ca1f
  - KVM: arm64: Do not re-initialize the KVM lock (git-fixes).
  - commit b05c6c8
  - s390/dasd: Remove DMA alignment (LTC#208933 bsc#1230426
    git-fixes).
  - commit 5b1f3c2
  - KVM: arm64: vgic-v2: Check for non-NULL vCPU in
    vgic_v2_parse_attr() (git-fixes).
  - commit 4ccaaf2
  - KVM: arm64: Don't pass a TLBI level hint when zapping table
    entries (git-fixes).
  - commit e3cb3e5
  - KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID
    (git-fixes).
  - commit 9d7939a
  - KVM: arm64: Block unsafe FF-A calls from the host (git-fixes).
  - commit 6327e50
  - minmax: reduce min/max macro expansion in atomisp driver
    (git-fixes).
  - commit 6d37707
  - net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (CVE-2024-44971 bsc#1230211)
  - commit f262d95
  - tcp: prevent concurrent execution of tcp_sk_exit_batch (CVE-2024-44991 bsc#1230195)
  - commit 179b01d

++++ kernel-rt_debug:

  - virtio_net: Fix napi_skb_cache_put warning (git-fixes).
  - commit 860ef0a
  - virtio_net: fixing XDP for fully checksummed packets handling
    (git-fixes).
  - commit 77fb9e7
  - s390/dasd: Fix redundant /proc/dasd* entries removal
    (bsc#1227694).
  - commit b66530a
  - Move upstreamed input patch into sorted section
  - commit e197a51
  - KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM
    support is missing (git-fixes).
  - commit 42f7b0c
  - KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTS
    (git-fixes).
  - commit 610cfdd
  - KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3
    (git-fixes).
  - commit bae7627
  - kABI: Workaround kABI change in
    patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch
    (git-fixes).
  - Refresh
    patches.suse/iommu-dma-Trace-bounce-buffer-usage-when-mapping-buf.patch.
  - commit d37ca1f
  - KVM: arm64: Do not re-initialize the KVM lock (git-fixes).
  - commit b05c6c8
  - s390/dasd: Remove DMA alignment (LTC#208933 bsc#1230426
    git-fixes).
  - commit 5b1f3c2
  - KVM: arm64: vgic-v2: Check for non-NULL vCPU in
    vgic_v2_parse_attr() (git-fixes).
  - commit 4ccaaf2
  - KVM: arm64: Don't pass a TLBI level hint when zapping table
    entries (git-fixes).
  - commit e3cb3e5
  - KVM: arm64: nvhe: Ignore SVE hint in SMCCC function ID
    (git-fixes).
  - commit 9d7939a
  - KVM: arm64: Block unsafe FF-A calls from the host (git-fixes).
  - commit 6327e50
  - minmax: reduce min/max macro expansion in atomisp driver
    (git-fixes).
  - commit 6d37707
  - net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register() (CVE-2024-44971 bsc#1230211)
  - commit f262d95
  - tcp: prevent concurrent execution of tcp_sk_exit_batch (CVE-2024-44991 bsc#1230195)
  - commit 179b01d

++++ libzypp:

  - Deprecate librpmDb::db_const_iterator default ctor (bsc#1230267)
    It's preferred to explicitly tell the root directory of the
    system whose database you want to query.
  - version 17.35.11 (35)

++++ passt:

  - Fix passt-selinux to use selinux macros instead of calling semodule
    by hand, which leads to unwanted policy reload on Micro (bsc#1229132)

++++ selinux-policy:

  - Update to version 20240604+git380.95302f48:
    * Allow systemd_ibft_rule_generator_t to create udev_rules_t dirs (bsc#1230011)
    * Allow systemd_udev_trigger_generator_t list and read sysctls (bsc#1230315)
    * Initial policy for udev-trigger-generator (bsc#1230315)

------------------------------------------------------------------
------------------  2024-9-11  -  Sep 11 2024  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to 10.3.5
    + Update spec file to build in all code streams,
    SLE 12, SLE 15, ALP, and SLFO and have proper dependencies

++++ containerd:

  - Update to containerd v1.7.22. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.22>
  - Bump minimum Go version to 1.22.
  - Rebase patches:
    * 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

++++ curl:

  - Update to version 8.10.0:
    * Security fixes:
  - [bsc#1230093, CVE-2024-8096] curl: OCSP stapling bypass with GnuTLS
    * Changes:
  - curl: make --rate accept "number of units"
  - curl: make --show-headers the same as --include
  - curl: support --dump-header % to direct to stderr
  - curl: support embedding a CA bundle and --dump-ca-embed
  - curl: support repeated use of the verbose option; -vv etc
  - curl: use libuv for parallel transfers with --test-event
  - vtls: stop offering alpn http/1.1 for http2-prior-knowledge
    * Bugfixes:
  - curl: allow 500MB data URL encode strings
  - curl: warn on unsupported SSL options
  - Curl_rand_bytes to control env override
  - curl_sha512_256: fix symbol collisions with nettle library
  - dist: fix reproducible build from release tarball
  - http2: fix GOAWAY message sent to server
  - http2: improve rate limiting of downloads
  - INSTALL.md: MultiSSL and QUIC are mutually exclusive
  - lib: add eos flag to send methods
  - lib: make SSPI global symbols use Curl_ prefix
  - lib: prefer `CURL_SHA256_DIGEST_LENGTH` over the unprefixed name
  - lib: remove the final strncpy() calls
  - lib: remove use of RANDOM_FILE
  - Makefile.mk: fixup enabling libidn2
  - max-filesize.md: mention zero disables the limit
  - mime: avoid inifite loop in client reader
  - ngtcp2: use NGHTTP3 prefix instead of NGTCP2 for errors in h3 callbacks
  - openssl quic: fix memory leak
  - openssl: certinfo errors now fail correctly
  - openssl: fix the data race when sharing an SSL session between threads
  - openssl: improve shutdown handling
  - POP3: fix multi-line responses
  - pop3: use the protocol handler ->write_resp
  - progress: ratelimit/progress tweaks
  - rand: only provide weak random when needed
  - sectransp: fix setting tls version
  - setopt: make CURLOPT_TFTP_BLKSIZE accept bad values
  - sha256: fix symbol collision between nettle (GnuTLS) and OpenSSL
  - sigpipe: init the struct so that first apply ignores
  - smb: convert superflous assign into assert
  - smtp: add tracing feature
  - spnego_gssapi: implement TLS channel bindings for openssl
  - src: delete `curlx_m*printf()` aliases
  - ssh: deduplicate SSH backend includes (and fix libssh cmake unity build)
  - tool_operhlp: fix "potentially uninitialized local variable 'pc' used"
  - tool_paramhlp: bump maximum post data size in memory to 16GB
  - transfer: skip EOS read when download done
  - url: fix connection reuse for HTTP/2 upgrades
  - urlapi: verify URL *decoded* hostname when set
  - urldata: introduce `data->mid`, a unique identifier inside a multi
  - vtls: add SSLSUPP_CIPHER_LIST
  - vtls: fix static function name collisions between TLS backends
  - vtls: init ssl peer only once
  - websocket: introduce blocking sends
  - ws: flags to opcodes should ignore CURLWS_CONT flag
  - x509asn1: raise size limit for x509 certification information
    * Remove curl-sigpipe.patch upstream
    * Rebase curl-secure-getenv.patch

++++ python-kiwi:

  - limit eif_build requires to fedora >= 42
  - Bump version: 10.1.8 → 10.1.9
  - Added sshd to nitro-enclave integration test
  - Fixed container sync options
    Do not exclude/filter any security/xattr capabilities.
  - Update container integration test
    Add getcap to check on filesystem capabilities
  - Add new build type provides for enclave
    Add a provides tag (read by the open buildservice) for the new
    enclave builder. Also add a recommends to eif_builder in
    the systemdeps-core meta package

++++ kernel-default:

  - bonding: fix xfrm real_dev null pointer dereference (CVE-2024-44989 bsc#1230193)
  - commit 5caf0d2
  - perf arch events: Fix duplicate RISC-V SBI firmware event name
    (git-fixes).
  - commit 4570763
  - perf tool: fix dereferencing NULL al->maps (git-fixes).
  - commit 5e4751b
  - perf intel-pt: Fix exclude_guest setting (git-fixes).
  - commit e69b63b
  - perf intel-pt: Fix aux_watermark calculation for 64-bit size
    (git-fixes).
  - commit e3b3bca
  - perf report: Fix condition in sort__sym_cmp() (git-fixes).
  - commit c3e65ee
  - perf pmus: Fixes always false when compare duplicates aliases
    (git-fixes).
  - commit 8eeac69
  - tools/perf: Fix the string match for "/tmp/perf-$PID.map"
    files in dso__load (git-fixes).
  - commit 9a7d0fb
  - bonding: fix null pointer deref in bond_ipsec_offload_ok
    (CVE-2024-44990 bsc#1230194).
  - media: aspeed: Fix memory overwrite if timing is 1600x900
    (CVE-2023-52916 bsc#1230269).
  - commit 7cce3c7
  - perf test: Make test_arm_callgraph_fp.sh more robust
    (git-fixes).
  - commit 8d430e5
  - perf stat: Fix the hard-coded metrics calculation on the hybrid
    (git-fixes).
  - commit 0fe6062
  - perf pmu: Assume sysfs events are always the same case
    (git-fixes).
  - Refresh
    patches.suse/perf-pmu-Count-sys-and-cpuid-JSON-events-separately.patch.
  - commit 0eb9b05
  - rtla/osnoise: Prevent NULL dereference in error handling
    (CVE-2024-45002 bsc#1230169).
  - net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink
    (CVE-2024-44970 bsc#1230209).
  - commit 33e2b5d
  - lirc: rc_dev_get_from_fd(): fix file leak (git-fixes).
  - commit b3b20de
  - thunderbolt: Fix calculation of consumed USB3 bandwidth on a
    path (git-fixes).
  - commit c3642e6
  - Move fixes into sorted section (bsc#1230119)
  - commit c8d5e3a
  - Refresh patches.suse/ipmi-ssif-Improve-detecting-during-probing.patch
    Add commit id and move away from out-of-tree section
  - commit ceb6869
  - Move upstreamed kaslr patch into sorted section
  - commit 554594b
  - net: dsa: mv88e6xxx: Fix out-of-bound access (CVE-2024-44988 bsc#1230192)
  - commit 5ca3065
  - ipv6: prevent UAF in ip6_send_skb() (CVE-2024-44987 bsc#1230185)
  - commit 075c292
  - perf tools: Add/use PMU reverse lookup from config to name
    (git-fixes).
  - commit 62632fc
  - perf tools: Use pmus to describe type from attribute
    (git-fixes).
  - commit 3dc616b
  - perf: script: add raw|disasm arguments to --insn-trace option
    (git-fixes).
  - Refresh
    patches.suse/perf-script-Show-also-errors-for-insn-trace-option.patch.
  - commit f716aa4
  - perf annotate: Use global annotation_options (git-fixes).
  - Refresh
    patches.suse/perf-annotate-Fix-annotation_calc_lines-to-pass-correct-address-to-get_srcline.patch.
  - commit b70a6bc
  - perf top: Convert to the global annotation_options (git-fixes).
  - commit c12ae1d
  - perf report: Convert to the global annotation_options
    (git-fixes).
  - commit e5bcc3a
  - perf annotate: Introduce global annotation_options (git-fixes).
  - commit b458961
  - perf maps: Move symbol maps functions to maps.c (git-fixes).
  - Refresh
    patches.suse/perf-symbols-Fix-ownership-of-string-in-dso__load_vmlinux.patch.
  - commit 93caf35
  - perf annotate: Split branch stack cycles information out of
    'struct annotation_line' (git-fixes).
  - commit 733d4c0
  - perf machine thread: Remove exited threads by default
    (git-fixes).
  - commit 3c4b077
  - Update references for patches.suse/ipv6-fix-possible-UAF-in-ip6_finish_output2.patch (CVE-2024-44986 bsc#1230230 bsc#1230206)
  - commit 814e7ee
  - bnxt_en: Fix double DMA unmapping for XDP_REDIRECT (CVE-2024-44984 bsc#1230240)
  - commit 43e2e07
  - gtp: pull network headers in gtp_dev_xmit() (CVE-2024-44999 bsc#1230233)
  - commit 057aaf8

++++ kernel-firmware:

  - Update to version 20240911 (git commit 59def907425d):
    * rtl_bt: Update RTL8852B BT USB FW to 0x0447_9301 (bsc#1229272)

++++ kernel-rt:

  - bonding: fix xfrm real_dev null pointer dereference (CVE-2024-44989 bsc#1230193)
  - commit 5caf0d2
  - perf arch events: Fix duplicate RISC-V SBI firmware event name
    (git-fixes).
  - commit 4570763
  - perf tool: fix dereferencing NULL al->maps (git-fixes).
  - commit 5e4751b
  - perf intel-pt: Fix exclude_guest setting (git-fixes).
  - commit e69b63b
  - perf intel-pt: Fix aux_watermark calculation for 64-bit size
    (git-fixes).
  - commit e3b3bca
  - perf report: Fix condition in sort__sym_cmp() (git-fixes).
  - commit c3e65ee
  - perf pmus: Fixes always false when compare duplicates aliases
    (git-fixes).
  - commit 8eeac69
  - tools/perf: Fix the string match for "/tmp/perf-$PID.map"
    files in dso__load (git-fixes).
  - commit 9a7d0fb
  - bonding: fix null pointer deref in bond_ipsec_offload_ok
    (CVE-2024-44990 bsc#1230194).
  - media: aspeed: Fix memory overwrite if timing is 1600x900
    (CVE-2023-52916 bsc#1230269).
  - commit 7cce3c7
  - perf test: Make test_arm_callgraph_fp.sh more robust
    (git-fixes).
  - commit 8d430e5
  - perf stat: Fix the hard-coded metrics calculation on the hybrid
    (git-fixes).
  - commit 0fe6062
  - perf pmu: Assume sysfs events are always the same case
    (git-fixes).
  - Refresh
    patches.suse/perf-pmu-Count-sys-and-cpuid-JSON-events-separately.patch.
  - commit 0eb9b05
  - rtla/osnoise: Prevent NULL dereference in error handling
    (CVE-2024-45002 bsc#1230169).
  - net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink
    (CVE-2024-44970 bsc#1230209).
  - commit 33e2b5d
  - lirc: rc_dev_get_from_fd(): fix file leak (git-fixes).
  - commit b3b20de
  - thunderbolt: Fix calculation of consumed USB3 bandwidth on a
    path (git-fixes).
  - commit c3642e6
  - Move fixes into sorted section (bsc#1230119)
  - commit c8d5e3a
  - Refresh patches.suse/ipmi-ssif-Improve-detecting-during-probing.patch
    Add commit id and move away from out-of-tree section
  - commit ceb6869
  - Move upstreamed kaslr patch into sorted section
  - commit 554594b
  - net: dsa: mv88e6xxx: Fix out-of-bound access (CVE-2024-44988 bsc#1230192)
  - commit 5ca3065
  - ipv6: prevent UAF in ip6_send_skb() (CVE-2024-44987 bsc#1230185)
  - commit 075c292
  - perf tools: Add/use PMU reverse lookup from config to name
    (git-fixes).
  - commit 62632fc
  - perf tools: Use pmus to describe type from attribute
    (git-fixes).
  - commit 3dc616b
  - perf: script: add raw|disasm arguments to --insn-trace option
    (git-fixes).
  - Refresh
    patches.suse/perf-script-Show-also-errors-for-insn-trace-option.patch.
  - commit f716aa4
  - perf annotate: Use global annotation_options (git-fixes).
  - Refresh
    patches.suse/perf-annotate-Fix-annotation_calc_lines-to-pass-correct-address-to-get_srcline.patch.
  - commit b70a6bc
  - perf top: Convert to the global annotation_options (git-fixes).
  - commit c12ae1d
  - perf report: Convert to the global annotation_options
    (git-fixes).
  - commit e5bcc3a
  - perf annotate: Introduce global annotation_options (git-fixes).
  - commit b458961
  - perf maps: Move symbol maps functions to maps.c (git-fixes).
  - Refresh
    patches.suse/perf-symbols-Fix-ownership-of-string-in-dso__load_vmlinux.patch.
  - commit 93caf35
  - perf annotate: Split branch stack cycles information out of
    'struct annotation_line' (git-fixes).
  - commit 733d4c0
  - perf machine thread: Remove exited threads by default
    (git-fixes).
  - commit 3c4b077
  - Update references for patches.suse/ipv6-fix-possible-UAF-in-ip6_finish_output2.patch (CVE-2024-44986 bsc#1230230 bsc#1230206)
  - commit 814e7ee
  - bnxt_en: Fix double DMA unmapping for XDP_REDIRECT (CVE-2024-44984 bsc#1230240)
  - commit 43e2e07
  - gtp: pull network headers in gtp_dev_xmit() (CVE-2024-44999 bsc#1230233)
  - commit 057aaf8

++++ kernel-rt_debug:

  - bonding: fix xfrm real_dev null pointer dereference (CVE-2024-44989 bsc#1230193)
  - commit 5caf0d2
  - perf arch events: Fix duplicate RISC-V SBI firmware event name
    (git-fixes).
  - commit 4570763
  - perf tool: fix dereferencing NULL al->maps (git-fixes).
  - commit 5e4751b
  - perf intel-pt: Fix exclude_guest setting (git-fixes).
  - commit e69b63b
  - perf intel-pt: Fix aux_watermark calculation for 64-bit size
    (git-fixes).
  - commit e3b3bca
  - perf report: Fix condition in sort__sym_cmp() (git-fixes).
  - commit c3e65ee
  - perf pmus: Fixes always false when compare duplicates aliases
    (git-fixes).
  - commit 8eeac69
  - tools/perf: Fix the string match for "/tmp/perf-$PID.map"
    files in dso__load (git-fixes).
  - commit 9a7d0fb
  - bonding: fix null pointer deref in bond_ipsec_offload_ok
    (CVE-2024-44990 bsc#1230194).
  - media: aspeed: Fix memory overwrite if timing is 1600x900
    (CVE-2023-52916 bsc#1230269).
  - commit 7cce3c7
  - perf test: Make test_arm_callgraph_fp.sh more robust
    (git-fixes).
  - commit 8d430e5
  - perf stat: Fix the hard-coded metrics calculation on the hybrid
    (git-fixes).
  - commit 0fe6062
  - perf pmu: Assume sysfs events are always the same case
    (git-fixes).
  - Refresh
    patches.suse/perf-pmu-Count-sys-and-cpuid-JSON-events-separately.patch.
  - commit 0eb9b05
  - rtla/osnoise: Prevent NULL dereference in error handling
    (CVE-2024-45002 bsc#1230169).
  - net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink
    (CVE-2024-44970 bsc#1230209).
  - commit 33e2b5d
  - lirc: rc_dev_get_from_fd(): fix file leak (git-fixes).
  - commit b3b20de
  - thunderbolt: Fix calculation of consumed USB3 bandwidth on a
    path (git-fixes).
  - commit c3642e6
  - Move fixes into sorted section (bsc#1230119)
  - commit c8d5e3a
  - Refresh patches.suse/ipmi-ssif-Improve-detecting-during-probing.patch
    Add commit id and move away from out-of-tree section
  - commit ceb6869
  - Move upstreamed kaslr patch into sorted section
  - commit 554594b
  - net: dsa: mv88e6xxx: Fix out-of-bound access (CVE-2024-44988 bsc#1230192)
  - commit 5ca3065
  - ipv6: prevent UAF in ip6_send_skb() (CVE-2024-44987 bsc#1230185)
  - commit 075c292
  - perf tools: Add/use PMU reverse lookup from config to name
    (git-fixes).
  - commit 62632fc
  - perf tools: Use pmus to describe type from attribute
    (git-fixes).
  - commit 3dc616b
  - perf: script: add raw|disasm arguments to --insn-trace option
    (git-fixes).
  - Refresh
    patches.suse/perf-script-Show-also-errors-for-insn-trace-option.patch.
  - commit f716aa4
  - perf annotate: Use global annotation_options (git-fixes).
  - Refresh
    patches.suse/perf-annotate-Fix-annotation_calc_lines-to-pass-correct-address-to-get_srcline.patch.
  - commit b70a6bc
  - perf top: Convert to the global annotation_options (git-fixes).
  - commit c12ae1d
  - perf report: Convert to the global annotation_options
    (git-fixes).
  - commit e5bcc3a
  - perf annotate: Introduce global annotation_options (git-fixes).
  - commit b458961
  - perf maps: Move symbol maps functions to maps.c (git-fixes).
  - Refresh
    patches.suse/perf-symbols-Fix-ownership-of-string-in-dso__load_vmlinux.patch.
  - commit 93caf35
  - perf annotate: Split branch stack cycles information out of
    'struct annotation_line' (git-fixes).
  - commit 733d4c0
  - perf machine thread: Remove exited threads by default
    (git-fixes).
  - commit 3c4b077
  - Update references for patches.suse/ipv6-fix-possible-UAF-in-ip6_finish_output2.patch (CVE-2024-44986 bsc#1230230 bsc#1230206)
  - commit 814e7ee
  - bnxt_en: Fix double DMA unmapping for XDP_REDIRECT (CVE-2024-44984 bsc#1230240)
  - commit 43e2e07
  - gtp: pull network headers in gtp_dev_xmit() (CVE-2024-44999 bsc#1230233)
  - commit 057aaf8

++++ systemd:

  - Import commit 87f11f092e2a63f6b9af98871ea716dab54f8b58 (merge of v254.18)
    For a complete list of changes, visit:
    https://github.com/openSUSE/systemd/compare/0512d0d1fc0b54a84964281708036a46ab39c153...87f11f092e2a63f6b9af98871ea716dab54f8b58

++++ nvidia-open-driver-G06-signed:

  - CUDA build: removed entries from pci_ids-555.42.06 since this is
    doing more harm than benefit (bsc#1230368)

++++ ucode-intel:

  - Intel CPU Microcode was updated to the 20240910 release (bsc#1230400)
  - CVE-2024-23984: Observable discrepancy in RAPL interface for some Intel Processors may allow a privileged user to potentially enable information disclosure via local access. [INTEL-SA-01103](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01103.html)
  - CVE-2024-24968: Improper finite state machines (FSMs) in hardware logic in some Intel Processors may allow an privileged user to potentially enable a denial of service via local access  [INTEL-SA-01097](https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-01097.html)
  - Update for functional issues. Refer to [Intel® Core™ Ultra Processor](https://cdrdv2.intel.com/v1/dl/getContent/792254) for details.
  - Update for functional issues. Refer to [13th Generation Intel® Core™ Processor Specification Update](https://cdrdv2.intel.com/v1/dl/getContent/740518) for details.
  - Update for functional issues. Refer to [12th Generation Intel® Core™ Processor Family](https://cdrdv2.intel.com/v1/dl/getContent/682436) for details.
  - Update for functional issues. Refer to [Intel® Processors and Intel® Core™ i3 N-Series](https://cdrdv2.intel.com/v1/dl/getContent/764616) for details.
    [#]## New Platforms:
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | TWL            | N0       | 06-be-00/19 |          | 0000001a | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
    [#]## Updated Platforms:
    | Processor      | Stepping | F-M-S/PI    | Old Ver  | New Ver  | Products
    |:---------------|:---------|:------------|:---------|:---------|:---------
    | ADL            | C0       | 06-97-02/07 | 00000035 | 00000036 | Core Gen12
    | ADL            | H0       | 06-97-05/07 | 00000035 | 00000036 | Core Gen12
    | ADL            | L0       | 06-9a-03/80 | 00000433 | 00000434 | Core Gen12
    | ADL            | R0       | 06-9a-04/80 | 00000433 | 00000434 | Core Gen12
    | ADL-N          | N0       | 06-be-00/11 | 00000017 | 0000001a | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
    | MTL            | C0       | 06-aa-04/e6 | 0000001e | 0000001f | Core™ Ultra Processor
    | RPL-E/HX/S     | B0       | 06-b7-01/32 | 00000123 | 00000129 | Core Gen13/Gen14
    | RPL-H/P/PX 6+8 | J0       | 06-ba-02/e0 | 00004121 | 00004122 | Core Gen13
    | RPL-HX/S       | C0       | 06-bf-02/07 | 00000035 | 00000036 | Core Gen13/Gen14
    | RPL-S          | H0       | 06-bf-05/07 | 00000035 | 00000036 | Core Gen13/Gen14
    | RPL-U 2+8      | Q0       | 06-ba-03/e0 | 00004121 | 00004122 | Core Gen13

++++ wpa_supplicant:

  - update to v2.11:
    * Wi-Fi Easy Connect
  - add support for DPP release 3
  - allow Configurator parameters to be provided during config exchange
    * HE/IEEE 802.11ax/Wi-Fi 6
  - various fixes
    * EHT/IEEE 802.11be/Wi-Fi 7
  - add preliminary support
    * SAE: add support for fetching the password from a RADIUS server
    * support OpenSSL 3.0 API changes
    * support background radar detection and CAC with some additional
    drivers
    * support RADIUS ACL/PSK check during 4-way handshake (wpa_psk_radius=3)
    * EAP-SIM/AKA: support IMSI privacy
    * improve 4-way handshake operations
  - use Secure=1 in message 3 during PTK rekeying
    * OCV: do not check Frequency Segment 1 Channel Number for 160 MHz cases
    to avoid interoperability issues
    * support new SAE AKM suites with variable length keys
    * support new AKM for 802.1X/EAP with SHA384
    * extend PASN support for secure ranging
    * FT: Use SHA256 to derive PMKID for AKM 00-0F-AC:3 (FT-EAP)
  - this is based on additional details being added in the IEEE 802.11
    standard
  - the new implementation is not backwards compatible
    * improved ACS to cover additional channel types/bandwidths
    * extended Multiple BSSID support
    * fix beacon protection with FT protocol (incorrect BIGTK was provided)
    * support unsynchronized service discovery (USD)
    * add preliminary support for RADIUS/TLS
    * add support for explicit SSID protection in 4-way handshake
    (a mitigation for CVE-2023-52424; disabled by default for now, can be
    enabled with ssid_protection=1)
    * fix SAE H2E rejected groups validation to avoid downgrade attacks
    * use stricter validation for some RADIUS messages
    * a large number of other fixes, cleanup, and extensions
  - refresh patches:
    wpa_supplicant-dump-certificate-as-PEM-in-debug-mode.diff
    wpa_supplicant-sigusr1-changes-debuglevel.patch
  - drop patches:
    CVE-2023-52160.patch
    dbus-Fix-property-DebugShowKeys-and-DebugTimestamp.patch

------------------------------------------------------------------
------------------  2024-9-10  -  Sep 10 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Update enclave documentation
    Fixup repo setup in the build documentation
  - Bump version: 10.1.7 → 10.1.8
  - Fixed enclave documentation
    Path to the build test was not correct
  - Update test-image-nitro-enclave package list
    Fixup package list to match Fedora rawhide
  - Move test-image-nitro-enclave to rawhide
  - Fix ppc64 chrp bootinfo generation

++++ kernel-default:

  - perf record: Lazy load kernel symbols (git-fixes).
  - commit 84efd43
  - Detect memory allocation failure in
    annotated_source__alloc_histograms (bsc#1227962).
  - commit 6424d7a
  - Add alternate commit id for git-fixes.
    Refresh
    patches.suse/perf-evlist-Fix-evlist__new_default-for-1-core-PMU.patch.
  - commit 3b7c481
  - thunderbolt: There are only 5 basic router registers in pre-USB4
    routers (git-fixes).
  - commit 065ac58
  - thunderbolt: Fix rollback in tb_port_lane_bonding_enable()
    for lane 1 (git-fixes).
  - commit 108e81e
  - ipmi:ssif: Improve detecting during probing (bsc#1228771)
  - commit db0a09e
  - thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_show
    (git-fixes).
  - commit b11c099
  - Drop soundwire patch that caused a regression (bsc#1230350)
    Deleted:
    patches.suse/soundwire-stream-fix-programming-slave-ports-for-non.patch
  - commit 5c05eeb
  - btrfs: fix race between direct IO write and fsync when using
    same fd (git-fixes).
  - commit dc59ebc
  - mm/swap: fix race when skipping swapcache (CVE-2024-26759
    bsc#1230340).
  - commit 990c0c6
  - kABI workaround for cros_ec stuff (git-fixes).
  - commit cb01b4e
  - platform/chrome: cros_ec_lpc: MEC access can use an AML mutex
    (stable-fixes).
  - commit d9de020

++++ kernel-firmware:

  - Update to version 20240910 (git commit 2a7b69a3fa30):
    * realtek: rt1320: Add patch firmware of MCU
    * i915: Update MTL DMC v2.23
    * cirrus: cs35l56: Add firmware for Cirrus CS35L54 for some HP laptops

++++ kernel-rt:

  - perf record: Lazy load kernel symbols (git-fixes).
  - commit 84efd43
  - Detect memory allocation failure in
    annotated_source__alloc_histograms (bsc#1227962).
  - commit 6424d7a
  - Add alternate commit id for git-fixes.
    Refresh
    patches.suse/perf-evlist-Fix-evlist__new_default-for-1-core-PMU.patch.
  - commit 3b7c481
  - thunderbolt: There are only 5 basic router registers in pre-USB4
    routers (git-fixes).
  - commit 065ac58
  - thunderbolt: Fix rollback in tb_port_lane_bonding_enable()
    for lane 1 (git-fixes).
  - commit 108e81e
  - ipmi:ssif: Improve detecting during probing (bsc#1228771)
  - commit db0a09e
  - thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_show
    (git-fixes).
  - commit b11c099
  - Drop soundwire patch that caused a regression (bsc#1230350)
    Deleted:
    patches.suse/soundwire-stream-fix-programming-slave-ports-for-non.patch
  - commit 5c05eeb
  - btrfs: fix race between direct IO write and fsync when using
    same fd (git-fixes).
  - commit dc59ebc
  - mm/swap: fix race when skipping swapcache (CVE-2024-26759
    bsc#1230340).
  - commit 990c0c6
  - kABI workaround for cros_ec stuff (git-fixes).
  - commit cb01b4e
  - platform/chrome: cros_ec_lpc: MEC access can use an AML mutex
    (stable-fixes).
  - commit d9de020

++++ kernel-rt_debug:

  - perf record: Lazy load kernel symbols (git-fixes).
  - commit 84efd43
  - Detect memory allocation failure in
    annotated_source__alloc_histograms (bsc#1227962).
  - commit 6424d7a
  - Add alternate commit id for git-fixes.
    Refresh
    patches.suse/perf-evlist-Fix-evlist__new_default-for-1-core-PMU.patch.
  - commit 3b7c481
  - thunderbolt: There are only 5 basic router registers in pre-USB4
    routers (git-fixes).
  - commit 065ac58
  - thunderbolt: Fix rollback in tb_port_lane_bonding_enable()
    for lane 1 (git-fixes).
  - commit 108e81e
  - ipmi:ssif: Improve detecting during probing (bsc#1228771)
  - commit db0a09e
  - thunderbolt: Fix XDomain rx_lanes_show and tx_lanes_show
    (git-fixes).
  - commit b11c099
  - Drop soundwire patch that caused a regression (bsc#1230350)
    Deleted:
    patches.suse/soundwire-stream-fix-programming-slave-ports-for-non.patch
  - commit 5c05eeb
  - btrfs: fix race between direct IO write and fsync when using
    same fd (git-fixes).
  - commit dc59ebc
  - mm/swap: fix race when skipping swapcache (CVE-2024-26759
    bsc#1230340).
  - commit 990c0c6
  - kABI workaround for cros_ec stuff (git-fixes).
  - commit cb01b4e
  - platform/chrome: cros_ec_lpc: MEC access can use an AML mutex
    (stable-fixes).
  - commit d9de020

------------------------------------------------------------------
------------------  2024-9-9  -  Sep 9 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fixed documentation header
    Fixed double H1 headers from the boxbuild tweaks chapter.
  - Bump version: 10.1.6 → 10.1.7
  - Move EXEC log message to the right place
    The log information of the command execution was not printed
    directly before the actual command invocation. There are other
    actions after the log information (e.g Path.which) which itself
    produce log information prior the real subprocess execution.
    This is very misleading when reading the log file and fixed
    in this commit.
  - Add support for architectures in deb source file
    When apt resolves packages on a multiarch repo it can happen
    that dependencies for packages from other architectures are
    pulled into the solver process but are not provided by any
    repository. To overcome this behavior the repository can
    be setup to serve packages only for a specified architecture
    or list of architectures. This is related to
    OSInside/kiwi-descriptions#102

++++ kernel-default:

  - Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
    (git-fixes).
  - uio_hv_generic: Fix kernel NULL pointer dereference in
    hv_uio_rescind (git-fixes).
  - net: mana: Fix error handling in mana_create_txq/rxq's NAPI
    cleanup (git-fixes).
  - commit 27572d4
  - x86/pat: Fix W^X violation false-positives when running as
    Xen PV guest (bsc#1221527).
  - commit 9acf0ca
  - x86/pat: Restructure _lookup_address_cpa() (bsc#1221527).
  - commit 56f7c9c
  - powerpc/qspinlock: Fix deadlock in MCS queue (bac#1230295
    ltc#206656).
  - commit c4a2ba1
  - Refresh
    patches.kabi/kabi-dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
  - Refresh
    patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
  - commit 73c5a36
  - x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()
    (bsc#1221527).
  - commit 84d383c
  - x86/pat: Introduce lookup_address_in_pgd_attr() (bsc#1221527).
  - commit 09ca5ca
  - drm/amd/display: Replace dm_execute_dmub_cmd with
    dc_wake_and_execute_dmub_cmd (git-fixes).
  - commit 6d87705
  - wifi: cfg80211: make hash table duplicates more survivable
    (stable-fixes).
  - Refresh patches.kabi/wireless-kabi-workaround.patch.
  - commit 62f6e12
  - VMCI: Fix use-after-free when removing resource in
    vmci_resource_remove() (git-fixes).
  - misc: fastrpc: Fix double free of 'buf' in error path
    (git-fixes).
  - iio: fix scale application in
    iio_convert_raw_to_processed_unlocked (git-fixes).
  - iio: adc: ad7124: fix config comparison (git-fixes).
  - iio: adc: ad7124: fix chip ID mismatch (git-fixes).
  - iio: buffer-dmaengine: fix releasing dma channel on error
    (git-fixes).
  - iio: adc: ad7606: remove frstdata check for serial mode
    (git-fixes).
  - staging: iio: frequency: ad9834: Validate frequency parameter
    value (git-fixes).
  - usb: dwc3: Avoid waking up gadget during startxfer (git-fixes).
  - net: usb: qmi_wwan: add MeiG Smart SRM825L (stable-fixes).
  - drm/gpuvm: fix missing dependency to DRM_EXEC (git-fixes).
  - drm: panel-orientation-quirks: Add quirk for OrangePi Neo
    (stable-fixes).
  - drm/fb-helper: Don't schedule_work() to flush frame buffer
    during panic() (stable-fixes).
  - PCI: al: Check IORESOURCE_BUS existence during probe
    (stable-fixes).
  - usb: typec: ucsi: Fix null pointer dereference in trace
    (stable-fixes).
  - usbip: Don't submit special requests twice (stable-fixes).
  - media: uvcvideo: Enforce alignment of frame and interval
    (stable-fixes).
  - wifi: ath12k: initialize 'ret' in
    ath12k_dp_rxdma_ring_sel_config_wcn7850() (stable-fixes).
  - wifi: ath11k: initialize 'ret' in
    ath11k_qmi_load_file_target_mem() (stable-fixes).
  - wifi: ath12k: initialize 'ret' in
    ath12k_qmi_load_file_target_mem() (stable-fixes).
  - wifi: rtw89: ser: avoid multiple deinit on same CAM
    (stable-fixes).
  - wifi: mac80211: check ieee80211_bss_info_change_notify()
    against MLD (stable-fixes).
  - wifi: cfg80211: restrict operation during radar detection
    (stable-fixes).
  - pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode
    (stable-fixes).
  - hwmon: (k10temp) Check return value of amd_smn_read()
    (stable-fixes).
  - regmap: spi: Fix potential off-by-one when calculating reserved
    size (stable-fixes).
  - commit 73bbd93
  - clocksource/drivers/imx-tpm: Fix next event not taking effect
    sometime (git-fixes).
  - clocksource/drivers/imx-tpm: Fix return -ETIME when delta
    exceeds INT_MAX (git-fixes).
  - dma-debug: avoid deadlock between dma debug vs printk and
    netconsole (stable-fixes).
  - drm/amdgpu: fix contiguous handling for IB parsing v2
    (git-fixes).
  - dmaengine: altera-msgdma: properly free descriptor in
    msgdma_free_descriptor (stable-fixes).
  - dmaengine: altera-msgdma: use irq variant of spin_lock/unlock
    while invoking callbacks (stable-fixes).
  - driver: iio: add missing checks on iio_info's callback access
    (stable-fixes).
  - drm/amd/display: Skip wbscl_set_scaler_filter if filter is null
    (stable-fixes).
  - drm/amd/display: Check BIOS images before it is used
    (stable-fixes).
  - drm/amd/display: Avoid overflow from uint32_t to uint8_t
    (stable-fixes).
  - drm/amd/display: use preferred link settings for dp signal only
    (stable-fixes).
  - drm/amd/display: Remove register from DCN35 DMCUB diagnostic
    collection (stable-fixes).
  - drm/amd/display: Correct the defined value for
    AMDGPU_DMUB_NOTIFICATION_MAX (stable-fixes).
  - drm/amd/display: added NULL check at start of dc_validate_stream
    (stable-fixes).
  - drm/amd/display: Wake DMCUB before sending a command for replay
    feature (stable-fixes).
  - drm/amd/display: Don't use fsleep for PSR exit waits on dmub
    replay (stable-fixes).
  - drm/amdgpu: fix overflowed constant warning in
    mmhub_set_clockgating() (stable-fixes).
  - drm/amdgpu: add lock in kfd_process_dequeue_from_device
    (stable-fixes).
  - drm/amdgpu: add lock in amdgpu_gart_invalidate_tlb
    (stable-fixes).
  - drm/amdgpu: add skip_hw_access checks for sriov (stable-fixes).
  - drm/bridge: tc358767: Check if fully initialized before
    signalling HPD event via IRQ (stable-fixes).
  - drm/meson: plane: Add error handling (stable-fixes).
  - drm/drm-bridge: Drop conditionals around of_node pointers
    (stable-fixes).
  - drm/amd/display: Add null checks for 'stream' and 'plane'
    before dereferencing (stable-fixes).
  - drm/amdgu: fix Unintentional integer overflow for mall size
    (stable-fixes).
  - drm/amdgpu: update type of buf size to u32 for eeprom functions
    (stable-fixes).
  - drm/amd/display: Fix pipe addition logic in
    calc_blocks_to_ungate DCN35 (stable-fixes).
  - drm/kfd: Correct pinned buffer handling at kfd restore and
    validate process (stable-fixes).
  - drm/amd/pm: check negtive return for table entries
    (stable-fixes).
  - drm/amdgpu: the warning dereferencing obj for nbio_v7_4
    (stable-fixes).
  - drm/amd/pm: check specific index for smu13 (stable-fixes).
  - drm/amd/pm: check specific index for aldebaran (stable-fixes).
  - drm/amdgpu: fix the waring dereferencing hive (stable-fixes).
  - drm/amdgpu: fix dereference after null check (stable-fixes).
  - drm/amdgpu: Fix the warning division or modulo by zero
    (stable-fixes).
  - drm/amdgpu/pm: Check input value for CUSTOM profile mode
    setting on legacy SOCs (stable-fixes).
  - drm/amdkfd: Reconcile the definition and use of oem_id in
    struct kfd_topology_device (stable-fixes).
  - drm/amdgpu: fix mc_data out-of-bounds read warning
    (stable-fixes).
  - drm/amdgpu: fix ucode out-of-bounds read warning (stable-fixes).
  - drm/amdgpu: Fix uninitialized variable warning in
    amdgpu_info_ioctl (stable-fixes).
  - drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number
    (stable-fixes).
  - drm/amdkfd: Check debug trap enable before write dbg_ev_file
    (stable-fixes).
  - drm/amdgpu: Fix out-of-bounds write warning (stable-fixes).
  - drm/amdgpu: Fix the uninitialized variable warning
    (stable-fixes).
  - drm/amdgpu/pm: Fix uninitialized variable agc_btc_response
    (stable-fixes).
  - drm/amdgpu/pm: Fix uninitialized variable warning for smu10
    (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt
    (stable-fixes).
  - drm/amd/amdgpu: Check tbo resource pointer (stable-fixes).
  - drm/amd/display: Fix index may exceed array range within
    fpu_update_bw_bounding_box (stable-fixes).
  - drm/amd/display: Skip inactive planes within
    ModeSupportAndSystemConfiguration (stable-fixes).
  - drm/amd/display: Ensure index calculation will not overflow
    (stable-fixes).
  - drm/amd/display: Fix Coverity INTEGER_OVERFLOW within
    decide_fallback_link_setting_max_bw_policy (stable-fixes).
  - drm/amd/display: Spinlock before reading event (stable-fixes).
  - drm/amd/display: Fix Coverity INTEGER_OVERFLOW within
    dal_gpio_service_create (stable-fixes).
  - drm/amd/display: Fix Coverity INTERGER_OVERFLOW within
    construct_integrated_info (stable-fixes).
  - drm/amd/display: Check msg_id before processing transcation
    (stable-fixes).
  - drm/amd/display: Check num_valid_sets before accessing
    reader_wm_sets[] (stable-fixes).
  - drm/amd/display: Add array index check for hdcp ddc access
    (stable-fixes).
  - drm/amd/display: Check index for aux_rd_interval before using
    (stable-fixes).
  - drm/amd/display: Stop amdgpu_dm initialize when stream nums
    greater than 6 (stable-fixes).
  - drm/amd/display: Check gpio_id before used as array index
    (stable-fixes).
  - drm/amd/display: Ensure array index tg_inst won't be -1
    (stable-fixes).
  - drm/amdgpu: avoid reading vf2pf info size from FB
    (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr
    (stable-fixes).
  - drm/amdgpu: fix uninitialized scalar variable warning
    (stable-fixes).
  - drm/amd/pm: fix the Out-of-bounds read warning (stable-fixes).
  - drm/amd/pm: Fix negative array index read (stable-fixes).
  - drm/amd/pm: fix warning using uninitialized value of
    max_vid_step (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr
    (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warning (stable-fixes).
  - drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc
    (stable-fixes).
  - drm/amdgpu: fix overflowed array index read warning
    (stable-fixes).
  - drm/amdgpu: Handle sg size limit for contiguous allocation
    (stable-fixes).
  - drm/amd/display: Assign linear_pitch_alignment even for VM
    (stable-fixes).
  - drm/amd/display: Handle the case which quad_part is equal 0
    (stable-fixes).
  - drm/amdgpu: Fix uninitialized variable warning in
    amdgpu_afmt_acr (stable-fixes).
  - cpufreq: scmi: Avoid overflow of target_freq in fast switch
    (stable-fixes).
  - commit e23c4dc
  - RDMA/efa: Properly handle unexpected AQ completions (git-fixes)
  - commit 8c8b9e5

++++ kernel-rt:

  - Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
    (git-fixes).
  - uio_hv_generic: Fix kernel NULL pointer dereference in
    hv_uio_rescind (git-fixes).
  - net: mana: Fix error handling in mana_create_txq/rxq's NAPI
    cleanup (git-fixes).
  - commit 27572d4
  - x86/pat: Fix W^X violation false-positives when running as
    Xen PV guest (bsc#1221527).
  - commit 9acf0ca
  - x86/pat: Restructure _lookup_address_cpa() (bsc#1221527).
  - commit 56f7c9c
  - powerpc/qspinlock: Fix deadlock in MCS queue (bac#1230295
    ltc#206656).
  - commit c4a2ba1
  - Refresh
    patches.kabi/kabi-dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
  - Refresh
    patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
  - commit 73c5a36
  - x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()
    (bsc#1221527).
  - commit 84d383c
  - x86/pat: Introduce lookup_address_in_pgd_attr() (bsc#1221527).
  - commit 09ca5ca
  - drm/amd/display: Replace dm_execute_dmub_cmd with
    dc_wake_and_execute_dmub_cmd (git-fixes).
  - commit 6d87705
  - wifi: cfg80211: make hash table duplicates more survivable
    (stable-fixes).
  - Refresh patches.kabi/wireless-kabi-workaround.patch.
  - commit 62f6e12
  - VMCI: Fix use-after-free when removing resource in
    vmci_resource_remove() (git-fixes).
  - misc: fastrpc: Fix double free of 'buf' in error path
    (git-fixes).
  - iio: fix scale application in
    iio_convert_raw_to_processed_unlocked (git-fixes).
  - iio: adc: ad7124: fix config comparison (git-fixes).
  - iio: adc: ad7124: fix chip ID mismatch (git-fixes).
  - iio: buffer-dmaengine: fix releasing dma channel on error
    (git-fixes).
  - iio: adc: ad7606: remove frstdata check for serial mode
    (git-fixes).
  - staging: iio: frequency: ad9834: Validate frequency parameter
    value (git-fixes).
  - usb: dwc3: Avoid waking up gadget during startxfer (git-fixes).
  - net: usb: qmi_wwan: add MeiG Smart SRM825L (stable-fixes).
  - drm/gpuvm: fix missing dependency to DRM_EXEC (git-fixes).
  - drm: panel-orientation-quirks: Add quirk for OrangePi Neo
    (stable-fixes).
  - drm/fb-helper: Don't schedule_work() to flush frame buffer
    during panic() (stable-fixes).
  - PCI: al: Check IORESOURCE_BUS existence during probe
    (stable-fixes).
  - usb: typec: ucsi: Fix null pointer dereference in trace
    (stable-fixes).
  - usbip: Don't submit special requests twice (stable-fixes).
  - media: uvcvideo: Enforce alignment of frame and interval
    (stable-fixes).
  - wifi: ath12k: initialize 'ret' in
    ath12k_dp_rxdma_ring_sel_config_wcn7850() (stable-fixes).
  - wifi: ath11k: initialize 'ret' in
    ath11k_qmi_load_file_target_mem() (stable-fixes).
  - wifi: ath12k: initialize 'ret' in
    ath12k_qmi_load_file_target_mem() (stable-fixes).
  - wifi: rtw89: ser: avoid multiple deinit on same CAM
    (stable-fixes).
  - wifi: mac80211: check ieee80211_bss_info_change_notify()
    against MLD (stable-fixes).
  - wifi: cfg80211: restrict operation during radar detection
    (stable-fixes).
  - pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode
    (stable-fixes).
  - hwmon: (k10temp) Check return value of amd_smn_read()
    (stable-fixes).
  - regmap: spi: Fix potential off-by-one when calculating reserved
    size (stable-fixes).
  - commit 73bbd93
  - clocksource/drivers/imx-tpm: Fix next event not taking effect
    sometime (git-fixes).
  - clocksource/drivers/imx-tpm: Fix return -ETIME when delta
    exceeds INT_MAX (git-fixes).
  - dma-debug: avoid deadlock between dma debug vs printk and
    netconsole (stable-fixes).
  - drm/amdgpu: fix contiguous handling for IB parsing v2
    (git-fixes).
  - dmaengine: altera-msgdma: properly free descriptor in
    msgdma_free_descriptor (stable-fixes).
  - dmaengine: altera-msgdma: use irq variant of spin_lock/unlock
    while invoking callbacks (stable-fixes).
  - driver: iio: add missing checks on iio_info's callback access
    (stable-fixes).
  - drm/amd/display: Skip wbscl_set_scaler_filter if filter is null
    (stable-fixes).
  - drm/amd/display: Check BIOS images before it is used
    (stable-fixes).
  - drm/amd/display: Avoid overflow from uint32_t to uint8_t
    (stable-fixes).
  - drm/amd/display: use preferred link settings for dp signal only
    (stable-fixes).
  - drm/amd/display: Remove register from DCN35 DMCUB diagnostic
    collection (stable-fixes).
  - drm/amd/display: Correct the defined value for
    AMDGPU_DMUB_NOTIFICATION_MAX (stable-fixes).
  - drm/amd/display: added NULL check at start of dc_validate_stream
    (stable-fixes).
  - drm/amd/display: Wake DMCUB before sending a command for replay
    feature (stable-fixes).
  - drm/amd/display: Don't use fsleep for PSR exit waits on dmub
    replay (stable-fixes).
  - drm/amdgpu: fix overflowed constant warning in
    mmhub_set_clockgating() (stable-fixes).
  - drm/amdgpu: add lock in kfd_process_dequeue_from_device
    (stable-fixes).
  - drm/amdgpu: add lock in amdgpu_gart_invalidate_tlb
    (stable-fixes).
  - drm/amdgpu: add skip_hw_access checks for sriov (stable-fixes).
  - drm/bridge: tc358767: Check if fully initialized before
    signalling HPD event via IRQ (stable-fixes).
  - drm/meson: plane: Add error handling (stable-fixes).
  - drm/drm-bridge: Drop conditionals around of_node pointers
    (stable-fixes).
  - drm/amd/display: Add null checks for 'stream' and 'plane'
    before dereferencing (stable-fixes).
  - drm/amdgu: fix Unintentional integer overflow for mall size
    (stable-fixes).
  - drm/amdgpu: update type of buf size to u32 for eeprom functions
    (stable-fixes).
  - drm/amd/display: Fix pipe addition logic in
    calc_blocks_to_ungate DCN35 (stable-fixes).
  - drm/kfd: Correct pinned buffer handling at kfd restore and
    validate process (stable-fixes).
  - drm/amd/pm: check negtive return for table entries
    (stable-fixes).
  - drm/amdgpu: the warning dereferencing obj for nbio_v7_4
    (stable-fixes).
  - drm/amd/pm: check specific index for smu13 (stable-fixes).
  - drm/amd/pm: check specific index for aldebaran (stable-fixes).
  - drm/amdgpu: fix the waring dereferencing hive (stable-fixes).
  - drm/amdgpu: fix dereference after null check (stable-fixes).
  - drm/amdgpu: Fix the warning division or modulo by zero
    (stable-fixes).
  - drm/amdgpu/pm: Check input value for CUSTOM profile mode
    setting on legacy SOCs (stable-fixes).
  - drm/amdkfd: Reconcile the definition and use of oem_id in
    struct kfd_topology_device (stable-fixes).
  - drm/amdgpu: fix mc_data out-of-bounds read warning
    (stable-fixes).
  - drm/amdgpu: fix ucode out-of-bounds read warning (stable-fixes).
  - drm/amdgpu: Fix uninitialized variable warning in
    amdgpu_info_ioctl (stable-fixes).
  - drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number
    (stable-fixes).
  - drm/amdkfd: Check debug trap enable before write dbg_ev_file
    (stable-fixes).
  - drm/amdgpu: Fix out-of-bounds write warning (stable-fixes).
  - drm/amdgpu: Fix the uninitialized variable warning
    (stable-fixes).
  - drm/amdgpu/pm: Fix uninitialized variable agc_btc_response
    (stable-fixes).
  - drm/amdgpu/pm: Fix uninitialized variable warning for smu10
    (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt
    (stable-fixes).
  - drm/amd/amdgpu: Check tbo resource pointer (stable-fixes).
  - drm/amd/display: Fix index may exceed array range within
    fpu_update_bw_bounding_box (stable-fixes).
  - drm/amd/display: Skip inactive planes within
    ModeSupportAndSystemConfiguration (stable-fixes).
  - drm/amd/display: Ensure index calculation will not overflow
    (stable-fixes).
  - drm/amd/display: Fix Coverity INTEGER_OVERFLOW within
    decide_fallback_link_setting_max_bw_policy (stable-fixes).
  - drm/amd/display: Spinlock before reading event (stable-fixes).
  - drm/amd/display: Fix Coverity INTEGER_OVERFLOW within
    dal_gpio_service_create (stable-fixes).
  - drm/amd/display: Fix Coverity INTERGER_OVERFLOW within
    construct_integrated_info (stable-fixes).
  - drm/amd/display: Check msg_id before processing transcation
    (stable-fixes).
  - drm/amd/display: Check num_valid_sets before accessing
    reader_wm_sets[] (stable-fixes).
  - drm/amd/display: Add array index check for hdcp ddc access
    (stable-fixes).
  - drm/amd/display: Check index for aux_rd_interval before using
    (stable-fixes).
  - drm/amd/display: Stop amdgpu_dm initialize when stream nums
    greater than 6 (stable-fixes).
  - drm/amd/display: Check gpio_id before used as array index
    (stable-fixes).
  - drm/amd/display: Ensure array index tg_inst won't be -1
    (stable-fixes).
  - drm/amdgpu: avoid reading vf2pf info size from FB
    (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr
    (stable-fixes).
  - drm/amdgpu: fix uninitialized scalar variable warning
    (stable-fixes).
  - drm/amd/pm: fix the Out-of-bounds read warning (stable-fixes).
  - drm/amd/pm: Fix negative array index read (stable-fixes).
  - drm/amd/pm: fix warning using uninitialized value of
    max_vid_step (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr
    (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warning (stable-fixes).
  - drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc
    (stable-fixes).
  - drm/amdgpu: fix overflowed array index read warning
    (stable-fixes).
  - drm/amdgpu: Handle sg size limit for contiguous allocation
    (stable-fixes).
  - drm/amd/display: Assign linear_pitch_alignment even for VM
    (stable-fixes).
  - drm/amd/display: Handle the case which quad_part is equal 0
    (stable-fixes).
  - drm/amdgpu: Fix uninitialized variable warning in
    amdgpu_afmt_acr (stable-fixes).
  - cpufreq: scmi: Avoid overflow of target_freq in fast switch
    (stable-fixes).
  - commit e23c4dc
  - RDMA/efa: Properly handle unexpected AQ completions (git-fixes)
  - commit 8c8b9e5

++++ kernel-rt_debug:

  - Drivers: hv: vmbus: Fix rescind handling in uio_hv_generic
    (git-fixes).
  - uio_hv_generic: Fix kernel NULL pointer dereference in
    hv_uio_rescind (git-fixes).
  - net: mana: Fix error handling in mana_create_txq/rxq's NAPI
    cleanup (git-fixes).
  - commit 27572d4
  - x86/pat: Fix W^X violation false-positives when running as
    Xen PV guest (bsc#1221527).
  - commit 9acf0ca
  - x86/pat: Restructure _lookup_address_cpa() (bsc#1221527).
  - commit 56f7c9c
  - powerpc/qspinlock: Fix deadlock in MCS queue (bac#1230295
    ltc#206656).
  - commit c4a2ba1
  - Refresh
    patches.kabi/kabi-dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
  - Refresh
    patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
  - commit 73c5a36
  - x86/mm: Use lookup_address_in_pgd_attr() in show_fault_oops()
    (bsc#1221527).
  - commit 84d383c
  - x86/pat: Introduce lookup_address_in_pgd_attr() (bsc#1221527).
  - commit 09ca5ca
  - drm/amd/display: Replace dm_execute_dmub_cmd with
    dc_wake_and_execute_dmub_cmd (git-fixes).
  - commit 6d87705
  - wifi: cfg80211: make hash table duplicates more survivable
    (stable-fixes).
  - Refresh patches.kabi/wireless-kabi-workaround.patch.
  - commit 62f6e12
  - VMCI: Fix use-after-free when removing resource in
    vmci_resource_remove() (git-fixes).
  - misc: fastrpc: Fix double free of 'buf' in error path
    (git-fixes).
  - iio: fix scale application in
    iio_convert_raw_to_processed_unlocked (git-fixes).
  - iio: adc: ad7124: fix config comparison (git-fixes).
  - iio: adc: ad7124: fix chip ID mismatch (git-fixes).
  - iio: buffer-dmaengine: fix releasing dma channel on error
    (git-fixes).
  - iio: adc: ad7606: remove frstdata check for serial mode
    (git-fixes).
  - staging: iio: frequency: ad9834: Validate frequency parameter
    value (git-fixes).
  - usb: dwc3: Avoid waking up gadget during startxfer (git-fixes).
  - net: usb: qmi_wwan: add MeiG Smart SRM825L (stable-fixes).
  - drm/gpuvm: fix missing dependency to DRM_EXEC (git-fixes).
  - drm: panel-orientation-quirks: Add quirk for OrangePi Neo
    (stable-fixes).
  - drm/fb-helper: Don't schedule_work() to flush frame buffer
    during panic() (stable-fixes).
  - PCI: al: Check IORESOURCE_BUS existence during probe
    (stable-fixes).
  - usb: typec: ucsi: Fix null pointer dereference in trace
    (stable-fixes).
  - usbip: Don't submit special requests twice (stable-fixes).
  - media: uvcvideo: Enforce alignment of frame and interval
    (stable-fixes).
  - wifi: ath12k: initialize 'ret' in
    ath12k_dp_rxdma_ring_sel_config_wcn7850() (stable-fixes).
  - wifi: ath11k: initialize 'ret' in
    ath11k_qmi_load_file_target_mem() (stable-fixes).
  - wifi: ath12k: initialize 'ret' in
    ath12k_qmi_load_file_target_mem() (stable-fixes).
  - wifi: rtw89: ser: avoid multiple deinit on same CAM
    (stable-fixes).
  - wifi: mac80211: check ieee80211_bss_info_change_notify()
    against MLD (stable-fixes).
  - wifi: cfg80211: restrict operation during radar detection
    (stable-fixes).
  - pwm: xilinx: Fix u32 overflow issue in 32-bit width PWM mode
    (stable-fixes).
  - hwmon: (k10temp) Check return value of amd_smn_read()
    (stable-fixes).
  - regmap: spi: Fix potential off-by-one when calculating reserved
    size (stable-fixes).
  - commit 73bbd93
  - clocksource/drivers/imx-tpm: Fix next event not taking effect
    sometime (git-fixes).
  - clocksource/drivers/imx-tpm: Fix return -ETIME when delta
    exceeds INT_MAX (git-fixes).
  - dma-debug: avoid deadlock between dma debug vs printk and
    netconsole (stable-fixes).
  - drm/amdgpu: fix contiguous handling for IB parsing v2
    (git-fixes).
  - dmaengine: altera-msgdma: properly free descriptor in
    msgdma_free_descriptor (stable-fixes).
  - dmaengine: altera-msgdma: use irq variant of spin_lock/unlock
    while invoking callbacks (stable-fixes).
  - driver: iio: add missing checks on iio_info's callback access
    (stable-fixes).
  - drm/amd/display: Skip wbscl_set_scaler_filter if filter is null
    (stable-fixes).
  - drm/amd/display: Check BIOS images before it is used
    (stable-fixes).
  - drm/amd/display: Avoid overflow from uint32_t to uint8_t
    (stable-fixes).
  - drm/amd/display: use preferred link settings for dp signal only
    (stable-fixes).
  - drm/amd/display: Remove register from DCN35 DMCUB diagnostic
    collection (stable-fixes).
  - drm/amd/display: Correct the defined value for
    AMDGPU_DMUB_NOTIFICATION_MAX (stable-fixes).
  - drm/amd/display: added NULL check at start of dc_validate_stream
    (stable-fixes).
  - drm/amd/display: Wake DMCUB before sending a command for replay
    feature (stable-fixes).
  - drm/amd/display: Don't use fsleep for PSR exit waits on dmub
    replay (stable-fixes).
  - drm/amdgpu: fix overflowed constant warning in
    mmhub_set_clockgating() (stable-fixes).
  - drm/amdgpu: add lock in kfd_process_dequeue_from_device
    (stable-fixes).
  - drm/amdgpu: add lock in amdgpu_gart_invalidate_tlb
    (stable-fixes).
  - drm/amdgpu: add skip_hw_access checks for sriov (stable-fixes).
  - drm/bridge: tc358767: Check if fully initialized before
    signalling HPD event via IRQ (stable-fixes).
  - drm/meson: plane: Add error handling (stable-fixes).
  - drm/drm-bridge: Drop conditionals around of_node pointers
    (stable-fixes).
  - drm/amd/display: Add null checks for 'stream' and 'plane'
    before dereferencing (stable-fixes).
  - drm/amdgu: fix Unintentional integer overflow for mall size
    (stable-fixes).
  - drm/amdgpu: update type of buf size to u32 for eeprom functions
    (stable-fixes).
  - drm/amd/display: Fix pipe addition logic in
    calc_blocks_to_ungate DCN35 (stable-fixes).
  - drm/kfd: Correct pinned buffer handling at kfd restore and
    validate process (stable-fixes).
  - drm/amd/pm: check negtive return for table entries
    (stable-fixes).
  - drm/amdgpu: the warning dereferencing obj for nbio_v7_4
    (stable-fixes).
  - drm/amd/pm: check specific index for smu13 (stable-fixes).
  - drm/amd/pm: check specific index for aldebaran (stable-fixes).
  - drm/amdgpu: fix the waring dereferencing hive (stable-fixes).
  - drm/amdgpu: fix dereference after null check (stable-fixes).
  - drm/amdgpu: Fix the warning division or modulo by zero
    (stable-fixes).
  - drm/amdgpu/pm: Check input value for CUSTOM profile mode
    setting on legacy SOCs (stable-fixes).
  - drm/amdkfd: Reconcile the definition and use of oem_id in
    struct kfd_topology_device (stable-fixes).
  - drm/amdgpu: fix mc_data out-of-bounds read warning
    (stable-fixes).
  - drm/amdgpu: fix ucode out-of-bounds read warning (stable-fixes).
  - drm/amdgpu: Fix uninitialized variable warning in
    amdgpu_info_ioctl (stable-fixes).
  - drm/amdgpu: Fix out-of-bounds read of df_v1_7_channel_number
    (stable-fixes).
  - drm/amdkfd: Check debug trap enable before write dbg_ev_file
    (stable-fixes).
  - drm/amdgpu: Fix out-of-bounds write warning (stable-fixes).
  - drm/amdgpu: Fix the uninitialized variable warning
    (stable-fixes).
  - drm/amdgpu/pm: Fix uninitialized variable agc_btc_response
    (stable-fixes).
  - drm/amdgpu/pm: Fix uninitialized variable warning for smu10
    (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warnings for vangogh_ppt
    (stable-fixes).
  - drm/amd/amdgpu: Check tbo resource pointer (stable-fixes).
  - drm/amd/display: Fix index may exceed array range within
    fpu_update_bw_bounding_box (stable-fixes).
  - drm/amd/display: Skip inactive planes within
    ModeSupportAndSystemConfiguration (stable-fixes).
  - drm/amd/display: Ensure index calculation will not overflow
    (stable-fixes).
  - drm/amd/display: Fix Coverity INTEGER_OVERFLOW within
    decide_fallback_link_setting_max_bw_policy (stable-fixes).
  - drm/amd/display: Spinlock before reading event (stable-fixes).
  - drm/amd/display: Fix Coverity INTEGER_OVERFLOW within
    dal_gpio_service_create (stable-fixes).
  - drm/amd/display: Fix Coverity INTERGER_OVERFLOW within
    construct_integrated_info (stable-fixes).
  - drm/amd/display: Check msg_id before processing transcation
    (stable-fixes).
  - drm/amd/display: Check num_valid_sets before accessing
    reader_wm_sets[] (stable-fixes).
  - drm/amd/display: Add array index check for hdcp ddc access
    (stable-fixes).
  - drm/amd/display: Check index for aux_rd_interval before using
    (stable-fixes).
  - drm/amd/display: Stop amdgpu_dm initialize when stream nums
    greater than 6 (stable-fixes).
  - drm/amd/display: Check gpio_id before used as array index
    (stable-fixes).
  - drm/amd/display: Ensure array index tg_inst won't be -1
    (stable-fixes).
  - drm/amdgpu: avoid reading vf2pf info size from FB
    (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warnings for vega10_hwmgr
    (stable-fixes).
  - drm/amdgpu: fix uninitialized scalar variable warning
    (stable-fixes).
  - drm/amd/pm: fix the Out-of-bounds read warning (stable-fixes).
  - drm/amd/pm: Fix negative array index read (stable-fixes).
  - drm/amd/pm: fix warning using uninitialized value of
    max_vid_step (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warning for smu8_hwmgr
    (stable-fixes).
  - drm/amd/pm: fix uninitialized variable warning (stable-fixes).
  - drm/amdgpu/pm: Check the return value of smum_send_msg_to_smc
    (stable-fixes).
  - drm/amdgpu: fix overflowed array index read warning
    (stable-fixes).
  - drm/amdgpu: Handle sg size limit for contiguous allocation
    (stable-fixes).
  - drm/amd/display: Assign linear_pitch_alignment even for VM
    (stable-fixes).
  - drm/amd/display: Handle the case which quad_part is equal 0
    (stable-fixes).
  - drm/amdgpu: Fix uninitialized variable warning in
    amdgpu_afmt_acr (stable-fixes).
  - cpufreq: scmi: Avoid overflow of target_freq in fast switch
    (stable-fixes).
  - commit e23c4dc
  - RDMA/efa: Properly handle unexpected AQ completions (git-fixes)
  - commit 8c8b9e5

++++ python311-core:

  - Update to 3.11.10:
  - Security
  - gh-123678: Upgrade libexpat to 2.6.3
  - gh-121957: Fixed missing audit events around interactive
    use of Python, now also properly firing for ``python -i``,
    as well as for ``python -m asyncio``. The event in question
    is ``cpython.run_stdin``.
  - gh-122133: Authenticate the socket connection for the
    ``socket.socketpair()`` fallback on platforms where
    ``AF_UNIX`` is not available like Windows. Patch by
    Gregory P. Smith <greg@krypto.org> and Seth Larson
    <seth@python.org>. Reported by Ellie <el@horse64.org>
  - gh-121285: Remove backtracking from tarfile header parsing
    for ``hdrcharset``, PAX, and GNU sparse headers
    (bsc#1230227, CVE-2024-6232).
  - gh-118486: :func:`os.mkdir` on Windows now accepts
    * mode* of ``0o700`` to restrict the new directory to
    the current user. This fixes CVE-2024-4030 affecting
    :func:`tempfile.mkdtemp` in scenarios where the base
    temporary directory is more permissive than the default.
  - gh-116741: Update bundled libexpat to 2.6.2
  - Library
  - gh-123270: Applied a more surgical fix for malformed
    payloads in :class:`zipfile.Path` causing infinite loops
    (gh-122905) without breaking contents using legitimate
    characters (bsc#1229704, CVE-2024-8088).
  - gh-123067: Fix quadratic complexity in parsing ``"``-quoted
    cookie values with backslashes by :mod:`http.cookies`
    (bsc#1229596, CVE-2024-7592).
  - gh-122905: :class:`zipfile.Path` objects now sanitize names
    from the zipfile.
  - gh-121650: :mod:`email` headers with embedded newlines are
    now quoted on output. The :mod:`~email.generator` will now
    refuse to serialize (write) headers that are unsafely folded
    or delimited; see :attr:`~email.policy.Policy.verify_generated_headers`.
    (Contributed by Bas Bloemsaat and Petr Viktorin in
    :gh:`121650`; CVE-2024-6923, bsc#1228780).
  - gh-119506: Fix :meth:`!io.TextIOWrapper.write` method
    breaks internal buffer when the method is called again
    during flushing internal buffer.
  - gh-118643: Fix an AttributeError in the :mod:`email` module
    when re-fold a long address list. Also fix more cases of
    incorrect encoding of the address separator in the address
    list.
  - gh-113171: Fixed various false positives and false
    negatives in * :attr:`ipaddress.IPv4Address.is_private`
    (see these docs for details) *
    :attr:`ipaddress.IPv4Address.is_global` *
    :attr:`ipaddress.IPv6Address.is_private` *
    :attr:`ipaddress.IPv6Address.is_global` Also in the
    corresponding :class:`ipaddress.IPv4Network` and
    :class:`ipaddress.IPv6Network` attributes.
    Fixes bsc#1226448 (CVE-2024-4032).
  - gh-102988: :func:`email.utils.getaddresses` and
    :func:`email.utils.parseaddr` now return ``('', '')``
    2-tuples in more situations where invalid email addresses
    are encountered instead of potentially inaccurate
    values. Add optional *strict* parameter to these two
    functions: use ``strict=False`` to get the old behavior,
    accept malformed inputs. ``getattr(email.utils,
    'supports_strict_parsing', False)`` can be use to check if
    the *strict* paramater is available. Patch by Thomas Dwyer
    and Victor Stinner to improve the CVE-2023-27043 fix
    (bsc#1210638).
  - gh-67693: Fix :func:`urllib.parse.urlunparse` and
    :func:`urllib.parse.urlunsplit` for URIs with path starting
    with multiple slashes and no authority. Based on patch by
    Ashwin Ramaswami.
  - Core and Builtins
  - gh-112275: A deadlock involving ``pystate.c``'s
    ``HEAD_LOCK`` in ``posixmodule.c`` at fork is now
    fixed. Patch by ChuBoning based on previous Python 3.12 fix
    by Victor Stinner.
  - gh-109120: Added handle of incorrect star expressions, e.g
    ``f(3, *)``. Patch by Grigoryev Semyon
  - Removed upstreamed patches:
  - CVE-2023-27043-email-parsing-errors.patch
  - CVE-2024-4032-private-IP-addrs.patch
  - CVE-2024-6923-email-hdr-inject.patch
  - CVE-2024-8088-inf-loop-zipfile_Path.patch
    (renamed from CVE-2024-8088-zipfile-Path-sanitization.patch)
  - CVE-2024-6232-ReDOS-backtrack-tarfile.patch
  - CVE-2024-7592-quad-complex-cookies.patch

++++ nvidia-open-driver-G06-signed:

  - For CUDA (preamble file):
    * added: Provides: nvidia-open-driver-G06-signed-cuda-kmp-$flavor = %version
    which is needed for 'zypper install <package> = <version>'
    * added: Provides/Conflicts: nvidia-open-driver-G06-signed-kmp-$flavor = %version
    useful for containers

++++ passt:

  - Update to version 20240906.6b38f07:
    * apparmor: Allow read access to /proc/sys/net/ipv4/ip_local_port_range
    * selinux: Allow read access to /proc/sys/net/ipv4/ip_local_port_range
    * tap: Don't risk truncating frames on full buffer in tap_pasta_input()
    * tap: Restructure in tap_pasta_input()
    * tap: Improve handling of EINTR in tap_passt_input()
    * tap: Split out handling of EPOLLIN events
    * util: Fix order of operands and carry of one second in timespec_diff_us()
    * cppcheck: Work around some cppcheck 2.15.0 redundantInitialization warnings
    * tcp: Use EPOLLET for any state of not established connections
    * udp: Handle more error conditions in udp_sock_errs()
    * udp: Treat errors getting errors as unrecoverable
    * udp: Split socket error handling out from udp_sock_recv()
    * flow: Helpers to log details of a flow
    * udp: Allow UDP flows to be prematurely closed
    * flow: Fix incorrect hash probe in flowside_lookup()
    * log: Don't prefix log file messages with time and severity if they're continuations
    * Makefile: Enable _FORTIFY_SOURCE iff needed
    * fwd, conf: Probe host's ephemeral ports
    * conf, fwd: Don't attempt to forward port 0
    * conf, fwd: Make ephemeral port logic more flexible
    * seccomp.sh: Try to account for terminal width while formatting list of system calls
    * udp: Use dual stack sockets for port forwarding when possible
    * udp: Remove unnnecessary local from udp_sock_init()
    * udp: Merge udp[46]_mh_recv arrays
    * test: Look for possible sshd-session paths (if it's there at all) in mbuto's profile

++++ python311:

  - Update to 3.11.10:
  - Security
  - gh-123678: Upgrade libexpat to 2.6.3
  - gh-121957: Fixed missing audit events around interactive
    use of Python, now also properly firing for ``python -i``,
    as well as for ``python -m asyncio``. The event in question
    is ``cpython.run_stdin``.
  - gh-122133: Authenticate the socket connection for the
    ``socket.socketpair()`` fallback on platforms where
    ``AF_UNIX`` is not available like Windows. Patch by
    Gregory P. Smith <greg@krypto.org> and Seth Larson
    <seth@python.org>. Reported by Ellie <el@horse64.org>
  - gh-121285: Remove backtracking from tarfile header parsing
    for ``hdrcharset``, PAX, and GNU sparse headers
    (bsc#1230227, CVE-2024-6232).
  - gh-118486: :func:`os.mkdir` on Windows now accepts
    * mode* of ``0o700`` to restrict the new directory to
    the current user. This fixes CVE-2024-4030 affecting
    :func:`tempfile.mkdtemp` in scenarios where the base
    temporary directory is more permissive than the default.
  - gh-116741: Update bundled libexpat to 2.6.2
  - Library
  - gh-123270: Applied a more surgical fix for malformed
    payloads in :class:`zipfile.Path` causing infinite loops
    (gh-122905) without breaking contents using legitimate
    characters (bsc#1229704, CVE-2024-8088).
  - gh-123067: Fix quadratic complexity in parsing ``"``-quoted
    cookie values with backslashes by :mod:`http.cookies`
    (bsc#1229596, CVE-2024-7592).
  - gh-122905: :class:`zipfile.Path` objects now sanitize names
    from the zipfile.
  - gh-121650: :mod:`email` headers with embedded newlines are
    now quoted on output. The :mod:`~email.generator` will now
    refuse to serialize (write) headers that are unsafely folded
    or delimited; see :attr:`~email.policy.Policy.verify_generated_headers`.
    (Contributed by Bas Bloemsaat and Petr Viktorin in
    :gh:`121650`; CVE-2024-6923, bsc#1228780).
  - gh-119506: Fix :meth:`!io.TextIOWrapper.write` method
    breaks internal buffer when the method is called again
    during flushing internal buffer.
  - gh-118643: Fix an AttributeError in the :mod:`email` module
    when re-fold a long address list. Also fix more cases of
    incorrect encoding of the address separator in the address
    list.
  - gh-113171: Fixed various false positives and false
    negatives in * :attr:`ipaddress.IPv4Address.is_private`
    (see these docs for details) *
    :attr:`ipaddress.IPv4Address.is_global` *
    :attr:`ipaddress.IPv6Address.is_private` *
    :attr:`ipaddress.IPv6Address.is_global` Also in the
    corresponding :class:`ipaddress.IPv4Network` and
    :class:`ipaddress.IPv6Network` attributes.
    Fixes bsc#1226448 (CVE-2024-4032).
  - gh-102988: :func:`email.utils.getaddresses` and
    :func:`email.utils.parseaddr` now return ``('', '')``
    2-tuples in more situations where invalid email addresses
    are encountered instead of potentially inaccurate
    values. Add optional *strict* parameter to these two
    functions: use ``strict=False`` to get the old behavior,
    accept malformed inputs. ``getattr(email.utils,
    'supports_strict_parsing', False)`` can be use to check if
    the *strict* paramater is available. Patch by Thomas Dwyer
    and Victor Stinner to improve the CVE-2023-27043 fix
    (bsc#1210638).
  - gh-67693: Fix :func:`urllib.parse.urlunparse` and
    :func:`urllib.parse.urlunsplit` for URIs with path starting
    with multiple slashes and no authority. Based on patch by
    Ashwin Ramaswami.
  - Core and Builtins
  - gh-112275: A deadlock involving ``pystate.c``'s
    ``HEAD_LOCK`` in ``posixmodule.c`` at fork is now
    fixed. Patch by ChuBoning based on previous Python 3.12 fix
    by Victor Stinner.
  - gh-109120: Added handle of incorrect star expressions, e.g
    ``f(3, *)``. Patch by Grigoryev Semyon
  - Removed upstreamed patches:
  - CVE-2023-27043-email-parsing-errors.patch
  - CVE-2024-4032-private-IP-addrs.patch
  - CVE-2024-6923-email-hdr-inject.patch
  - CVE-2024-8088-inf-loop-zipfile_Path.patch
    (renamed from CVE-2024-8088-zipfile-Path-sanitization.patch)
  - CVE-2024-6232-ReDOS-backtrack-tarfile.patch
  - CVE-2024-7592-quad-complex-cookies.patch

------------------------------------------------------------------
------------------  2024-9-8  -  Sep 8 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs
    (git-fixes).
  - clk: qcom: gcc-sm8550: Don't park the USB RCG at registration
    time (git-fixes).
  - clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
    (git-fixes).
  - clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
    (git-fixes).
  - clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL
    is disabled (git-fixes).
  - clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate
    API (git-fixes).
  - clk: qcom: clk-alpha-pll: Fix the pll post div mask (git-fixes).
  - commit 060a67a

++++ kernel-rt:

  - clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs
    (git-fixes).
  - clk: qcom: gcc-sm8550: Don't park the USB RCG at registration
    time (git-fixes).
  - clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
    (git-fixes).
  - clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
    (git-fixes).
  - clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL
    is disabled (git-fixes).
  - clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate
    API (git-fixes).
  - clk: qcom: clk-alpha-pll: Fix the pll post div mask (git-fixes).
  - commit 060a67a

++++ kernel-rt_debug:

  - clk: qcom: gcc-sc8280xp: don't use parking clk_ops for QUPs
    (git-fixes).
  - clk: qcom: gcc-sm8550: Don't park the USB RCG at registration
    time (git-fixes).
  - clk: qcom: gcc-sm8550: Don't use parking clk_ops for QUPs
    (git-fixes).
  - clk: qcom: ipq9574: Update the alpha PLL type for GPLLs
    (git-fixes).
  - clk: qcom: clk-alpha-pll: Fix zonda set_rate failure when PLL
    is disabled (git-fixes).
  - clk: qcom: clk-alpha-pll: Fix the trion pll postdiv set rate
    API (git-fixes).
  - clk: qcom: clk-alpha-pll: Fix the pll post div mask (git-fixes).
  - commit 060a67a

------------------------------------------------------------------
------------------  2024-9-7  -  Sep 7 2024  -------------------
------------------------------------------------------------------

++++ docker:

  - Mark docker-buildx as required since classic "docker build" has been
    deprecated since Docker 23.0. bsc#1230331
  - Import docker-buildx v0.16.2 as a subpackage. Previously this was a separate
    package, but with docker-stable it will be necessary to maintain the packages
    together and it makes more sense to have them live in the same OBS package.
    bsc#1230333
  - Make some minor name macro updates to help with the docker-stable package
    fork.

++++ kernel-default:

  - ALSA: hda/realtek - Fix inactive headset mic jack for ASUS
    Vivobook 15 X1504VAP (stable-fixes).
  - ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
    (stable-fixes).
  - ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx
    (stable-fixes).
  - ALSA: hda/realtek: extend quirks for Clevo V5[46]0
    (stable-fixes).
  - ALSA: hda/realtek: add patch for internal mic in Lenovo V145
    (stable-fixes).
  - ALSA: hda/conexant: Add pincfg quirk to enable top speakers
    on Sirius devices (stable-fixes).
  - commit 5538dd8
  - ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
    (git-fixes).
  - ASoc: SOF: topology: Clear SOF link platform name upon unload
    (git-fixes).
  - ASoC: tegra: Fix CBB error during probe() (git-fixes).
  - ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object (git-fixes).
  - mmc: cqhci: Fix checking of CQHCI_HALT state (git-fixes).
  - mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
    (git-fixes).
  - mmc: sdhci-of-aspeed: fix module autoloading (git-fixes).
  - mmc: core: apply SD quirks earlier during probe (git-fixes).
  - gpio: modepin: Enable module autoloading (git-fixes).
  - gpio: rockchip: fix OF node leak in probe() (git-fixes).
  - Revert "drm/amdgpu: align pp_power_profile_mode with kernel
    docs" (stable-fixes).
  - nouveau: fix the fwsec sb verification register (git-fixes).
  - drm/i915/fence: Mark debug_fence_free() with __maybe_unused
    (git-fixes).
  - drm/i915/fence: Mark debug_fence_init_onstack() with
    __maybe_unused (git-fixes).
  - drm/i915: Do not attempt to load the GSC multiple times
    (git-fixes).
  - commit 7a89765

++++ kernel-rt:

  - ALSA: hda/realtek - Fix inactive headset mic jack for ASUS
    Vivobook 15 X1504VAP (stable-fixes).
  - ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
    (stable-fixes).
  - ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx
    (stable-fixes).
  - ALSA: hda/realtek: extend quirks for Clevo V5[46]0
    (stable-fixes).
  - ALSA: hda/realtek: add patch for internal mic in Lenovo V145
    (stable-fixes).
  - ALSA: hda/conexant: Add pincfg quirk to enable top speakers
    on Sirius devices (stable-fixes).
  - commit 5538dd8
  - ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
    (git-fixes).
  - ASoc: SOF: topology: Clear SOF link platform name upon unload
    (git-fixes).
  - ASoC: tegra: Fix CBB error during probe() (git-fixes).
  - ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object (git-fixes).
  - mmc: cqhci: Fix checking of CQHCI_HALT state (git-fixes).
  - mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
    (git-fixes).
  - mmc: sdhci-of-aspeed: fix module autoloading (git-fixes).
  - mmc: core: apply SD quirks earlier during probe (git-fixes).
  - gpio: modepin: Enable module autoloading (git-fixes).
  - gpio: rockchip: fix OF node leak in probe() (git-fixes).
  - Revert "drm/amdgpu: align pp_power_profile_mode with kernel
    docs" (stable-fixes).
  - nouveau: fix the fwsec sb verification register (git-fixes).
  - drm/i915/fence: Mark debug_fence_free() with __maybe_unused
    (git-fixes).
  - drm/i915/fence: Mark debug_fence_init_onstack() with
    __maybe_unused (git-fixes).
  - drm/i915: Do not attempt to load the GSC multiple times
    (git-fixes).
  - commit 7a89765

++++ kernel-rt_debug:

  - ALSA: hda/realtek - Fix inactive headset mic jack for ASUS
    Vivobook 15 X1504VAP (stable-fixes).
  - ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
    (stable-fixes).
  - ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx
    (stable-fixes).
  - ALSA: hda/realtek: extend quirks for Clevo V5[46]0
    (stable-fixes).
  - ALSA: hda/realtek: add patch for internal mic in Lenovo V145
    (stable-fixes).
  - ALSA: hda/conexant: Add pincfg quirk to enable top speakers
    on Sirius devices (stable-fixes).
  - commit 5538dd8
  - ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
    (git-fixes).
  - ASoc: SOF: topology: Clear SOF link platform name upon unload
    (git-fixes).
  - ASoC: tegra: Fix CBB error during probe() (git-fixes).
  - ASoC: dapm: Fix UAF for snd_soc_pcm_runtime object (git-fixes).
  - mmc: cqhci: Fix checking of CQHCI_HALT state (git-fixes).
  - mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K
    (git-fixes).
  - mmc: sdhci-of-aspeed: fix module autoloading (git-fixes).
  - mmc: core: apply SD quirks earlier during probe (git-fixes).
  - gpio: modepin: Enable module autoloading (git-fixes).
  - gpio: rockchip: fix OF node leak in probe() (git-fixes).
  - Revert "drm/amdgpu: align pp_power_profile_mode with kernel
    docs" (stable-fixes).
  - nouveau: fix the fwsec sb verification register (git-fixes).
  - drm/i915/fence: Mark debug_fence_free() with __maybe_unused
    (git-fixes).
  - drm/i915/fence: Mark debug_fence_init_onstack() with
    __maybe_unused (git-fixes).
  - drm/i915: Do not attempt to load the GSC multiple times
    (git-fixes).
  - commit 7a89765

------------------------------------------------------------------
------------------  2024-9-6  -  Sep 6 2024  -------------------
------------------------------------------------------------------

++++ aaa_base:

  - Update to version 84.87+git20240906.742565b:
    * yama-enable-ptrace: enforce changed behavior upon installation (bsc#1221763)
    * Avoid unnecessary /bin/bash dependency
    * sysctl: Fixup of not setting kernel.pid_max on 32b archs (bsc#1227117)

++++ containerized-data-importer:

  - Update to version 1.60.1
    Release notes https://github.com/kubevirt/containerized-data-importer/releases/tag/v1.60.1
  - Drop upstreamed patch
    0001-Bump-github.com-containers-image-v5-to-v5.30.1.patch
  - Add registry path for SLE15 SP7
  - Bump to the latest tag 1.60.1-150600.3.9.1

++++ python-kiwi:

  - Bump version: 10.1.5 → 10.1.6

++++ kernel-default:

  - ipv6: fix possible UAF in ip6_finish_output2() (bsc#1230206)
  - commit 64f6ea9
  - ipv6: prevent possible UAF in ip6_xmit() (CVE-2024-44985 bsc#1230206)
  - commit 209198a
  - vfs: Don't evict inode under the inode lru traversing context
    (CVE-2024-45003 bsc#1230245).
  - commit 630b67a
  - Restore dropped fields for bluetooth MGMT/SMP structs
    (git-fixes).
  - commit 5313ecb
  - usbnet: modern method to get random MAC (git-fixes).
  - net: phy: Fix missing of_node_put() for leds (git-fixes).
  - Bluetooth: MGMT: Ignore keys being loaded with invalid type
    (git-fixes).
  - Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP
    over BREDR/LE" (git-fixes).
  - can: mcp251x: fix deadlock if an interrupt occurs during
    mcp251x_open (git-fixes).
  - can: mcp251xfd: fix ring configuration when switching from
    CAN-CC to CAN-FD mode (git-fixes).
  - can: m_can: Release irq on error in m_can_open (git-fixes).
  - can: bcm: Remove proc entry when dev is unregistered
    (git-fixes).
  - spi: rockchip: Resolve unbalanced runtime PM / system PM
    handling (git-fixes).
  - regulator: core: Stub devm_regulator_bulk_get_const() if
    !CONFIG_REGULATOR (git-fixes).
  - platform/x86: dell-smbios: Fix error path in dell_smbios_init()
    (git-fixes).
  - commit b6769e6
  - serial: sc16is7xx: fix invalid FIFO access with special register
    set (CVE-2024-44950 bsc#1230180).
  - serial: sc16is7xx: fix TX fifo corruption (CVE-2024-44951
    bsc#1230181).
  - serial: sc16is7xx: refactor FIFO access functions to increase
    commonality (CVE-2024-44951 bsc#1230181).
  - commit 4ab54b2
  - NFS: never reuse a NFSv4.0 lock-owner (bsc#1227726).
  - commit ed692a4

++++ kernel-rt:

  - ipv6: fix possible UAF in ip6_finish_output2() (bsc#1230206)
  - commit 64f6ea9
  - ipv6: prevent possible UAF in ip6_xmit() (CVE-2024-44985 bsc#1230206)
  - commit 209198a
  - vfs: Don't evict inode under the inode lru traversing context
    (CVE-2024-45003 bsc#1230245).
  - commit 630b67a
  - Restore dropped fields for bluetooth MGMT/SMP structs
    (git-fixes).
  - commit 5313ecb
  - usbnet: modern method to get random MAC (git-fixes).
  - net: phy: Fix missing of_node_put() for leds (git-fixes).
  - Bluetooth: MGMT: Ignore keys being loaded with invalid type
    (git-fixes).
  - Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP
    over BREDR/LE" (git-fixes).
  - can: mcp251x: fix deadlock if an interrupt occurs during
    mcp251x_open (git-fixes).
  - can: mcp251xfd: fix ring configuration when switching from
    CAN-CC to CAN-FD mode (git-fixes).
  - can: m_can: Release irq on error in m_can_open (git-fixes).
  - can: bcm: Remove proc entry when dev is unregistered
    (git-fixes).
  - spi: rockchip: Resolve unbalanced runtime PM / system PM
    handling (git-fixes).
  - regulator: core: Stub devm_regulator_bulk_get_const() if
    !CONFIG_REGULATOR (git-fixes).
  - platform/x86: dell-smbios: Fix error path in dell_smbios_init()
    (git-fixes).
  - commit b6769e6
  - serial: sc16is7xx: fix invalid FIFO access with special register
    set (CVE-2024-44950 bsc#1230180).
  - serial: sc16is7xx: fix TX fifo corruption (CVE-2024-44951
    bsc#1230181).
  - serial: sc16is7xx: refactor FIFO access functions to increase
    commonality (CVE-2024-44951 bsc#1230181).
  - commit 4ab54b2
  - NFS: never reuse a NFSv4.0 lock-owner (bsc#1227726).
  - commit ed692a4

++++ kernel-rt_debug:

  - ipv6: fix possible UAF in ip6_finish_output2() (bsc#1230206)
  - commit 64f6ea9
  - ipv6: prevent possible UAF in ip6_xmit() (CVE-2024-44985 bsc#1230206)
  - commit 209198a
  - vfs: Don't evict inode under the inode lru traversing context
    (CVE-2024-45003 bsc#1230245).
  - commit 630b67a
  - Restore dropped fields for bluetooth MGMT/SMP structs
    (git-fixes).
  - commit 5313ecb
  - usbnet: modern method to get random MAC (git-fixes).
  - net: phy: Fix missing of_node_put() for leds (git-fixes).
  - Bluetooth: MGMT: Ignore keys being loaded with invalid type
    (git-fixes).
  - Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP
    over BREDR/LE" (git-fixes).
  - can: mcp251x: fix deadlock if an interrupt occurs during
    mcp251x_open (git-fixes).
  - can: mcp251xfd: fix ring configuration when switching from
    CAN-CC to CAN-FD mode (git-fixes).
  - can: m_can: Release irq on error in m_can_open (git-fixes).
  - can: bcm: Remove proc entry when dev is unregistered
    (git-fixes).
  - spi: rockchip: Resolve unbalanced runtime PM / system PM
    handling (git-fixes).
  - regulator: core: Stub devm_regulator_bulk_get_const() if
    !CONFIG_REGULATOR (git-fixes).
  - platform/x86: dell-smbios: Fix error path in dell_smbios_init()
    (git-fixes).
  - commit b6769e6
  - serial: sc16is7xx: fix invalid FIFO access with special register
    set (CVE-2024-44950 bsc#1230180).
  - serial: sc16is7xx: fix TX fifo corruption (CVE-2024-44951
    bsc#1230181).
  - serial: sc16is7xx: refactor FIFO access functions to increase
    commonality (CVE-2024-44951 bsc#1230181).
  - commit 4ab54b2
  - NFS: never reuse a NFSv4.0 lock-owner (bsc#1227726).
  - commit ed692a4

++++ kubevirt:

  - Update to version 1.3.1
    Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.3.1
    Release notes https://github.com/kubevirt/kubevirt/releases/tag/v1.3.0
  - Drop upstreamed patch
    0001-Collect-component-Role-rules-under-operator-Role-ins.patch
  - Fix DV error report via VM printable status
    0001-Consider-the-new-DV-reason-ImagePullFailed.patch
  - Fix permission error in storage migration tests
    0002-tests-Set-FSGroup-to-ensure-proper-permissions.patch
  - Add registry path for SLE15 SP7
  - Bump to the latest tag 1.3.1-150600.5.9.1

++++ libpcap:

  - Security fix: [bsc#1230034, CVE-2024-8006]
    * libpcap: NULL pointer derefence in pcap_findalldevs_ex()
    * Add libpcap-CVE-2024-8006.patch
  - Security fix: [bsc#1230020, CVE-2023-7256]
    * libpcap: double free via addrinfo in sock_initaddress()
    * Add libpcap-CVE-2023-7256.patch

++++ libzypp:

  - API refactoring. Prevent zypper from using now private libzypp
    symbols (bsc#1230267)
  - Conflicts: zypper <= 1.14.76
  - version 17.35.10 (35)

++++ pam-config:

  - Update to version 2.11+git.20240906:
    * Move pam_limits before pam_systemd

++++ zypper:

  - API refactoring. Prevent zypper from using now private libzypp
    symbols (bsc#1230267)
  - BuildRequires:  libzypp-devel >= 17.35.10.
  - Fix wrong numbers used in CommitSummary skipped/failed messages.
  - version 1.14.77

------------------------------------------------------------------
------------------  2024-9-5  -  Sep 5 2024  -------------------
------------------------------------------------------------------

++++ containerd:

  - Update to containerd v1.7.21. Upstream release notes:
    <https://github.com/containerd/containerd/releases/tag/v1.7.21>
    Fixes CVE-2023-47108. bsc#1217070
    Fixes CVE-2023-45142. bsc#1228553
  - Rebase patches:
    * 0001-BUILD-SLE12-revert-btrfs-depend-on-kernel-UAPI-inste.patch

++++ python-kiwi:

  - add allowExtraConfig and exportFlags to ovftool options
    Add allowExtraConfig and exportFlags to ovftool options
  - Bump version: 10.1.4 → 10.1.5

++++ kernel-default:

  - atm: idt77252: prevent use after free in dequeue_rx()
    (CVE-2024-44998 bsc#1230171).
  - commit fd57936
  - tcp: add sanity checks to rx zerocopy (CVE-2024-26640
    bsc#1221650).
  - commit 21286c2
  - USB: serial: option: add MeiG Smart SRM825L (git-fixes).
  - commit 047a639
  - nilfs2: fix state management in error path of log writing
    function (git-fixes).
  - commit 9b55988
  - cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
    (git-fixes).
  - commit a322b71
  - usb: dwc3: core: Prevent USB core invalid event buffer address
    access (git-fixes).
  - commit de7b6b3
  - nilfs2: fix missing cleanup on rollforward recovery error
    (git-fixes).
  - commit b4149d3
  - nilfs2: protect references to superblock parameters exposed
    in sysfs (git-fixes).
  - commit e7215f6
  - arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGES (bsc#1229585)
  - commit a52467b
  - arm64: tlb: Improve __TLBI_VADDR_RANGE() (bsc#1229585)
  - commit 26752eb
  - arm64: tlb: Fix TLBI RANGE operand (bsc#1229585)
  - commit 24bd468
  - arm64/mm: Update tlb invalidation routines for FEAT_LPA2 (bsc#1229585)
  - commit b8ec0d4
  - arm64/mm: Modify range-based tlbi to decrement scale (bsc#1229585)
  - commit e08c708
  - USB: serial: option: add MeiG Smart SRM825L (stable-fixes).
  - cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
    (stable-fixes).
  - usb: dwc3: core: Prevent USB core invalid event buffer address
    access (stable-fixes).
  - selinux,smack: don't bypass permissions check in inode_setsecctx
    hook (stable-fixes).
  - drm/amdgpu/swsmu: always force a state reprogram on init
    (stable-fixes).
  - drm/amdgpu: align pp_power_profile_mode with kernel docs
    (stable-fixes).
  - commit 1d64229

++++ kernel-rt:

  - atm: idt77252: prevent use after free in dequeue_rx()
    (CVE-2024-44998 bsc#1230171).
  - commit fd57936
  - tcp: add sanity checks to rx zerocopy (CVE-2024-26640
    bsc#1221650).
  - commit 21286c2
  - USB: serial: option: add MeiG Smart SRM825L (git-fixes).
  - commit 047a639
  - nilfs2: fix state management in error path of log writing
    function (git-fixes).
  - commit 9b55988
  - cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
    (git-fixes).
  - commit a322b71
  - usb: dwc3: core: Prevent USB core invalid event buffer address
    access (git-fixes).
  - commit de7b6b3
  - nilfs2: fix missing cleanup on rollforward recovery error
    (git-fixes).
  - commit b4149d3
  - nilfs2: protect references to superblock parameters exposed
    in sysfs (git-fixes).
  - commit e7215f6
  - arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGES (bsc#1229585)
  - commit a52467b
  - arm64: tlb: Improve __TLBI_VADDR_RANGE() (bsc#1229585)
  - commit 26752eb
  - arm64: tlb: Fix TLBI RANGE operand (bsc#1229585)
  - commit 24bd468
  - arm64/mm: Update tlb invalidation routines for FEAT_LPA2 (bsc#1229585)
  - commit b8ec0d4
  - arm64/mm: Modify range-based tlbi to decrement scale (bsc#1229585)
  - commit e08c708
  - USB: serial: option: add MeiG Smart SRM825L (stable-fixes).
  - cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
    (stable-fixes).
  - usb: dwc3: core: Prevent USB core invalid event buffer address
    access (stable-fixes).
  - selinux,smack: don't bypass permissions check in inode_setsecctx
    hook (stable-fixes).
  - drm/amdgpu/swsmu: always force a state reprogram on init
    (stable-fixes).
  - drm/amdgpu: align pp_power_profile_mode with kernel docs
    (stable-fixes).
  - commit 1d64229

++++ kernel-rt_debug:

  - atm: idt77252: prevent use after free in dequeue_rx()
    (CVE-2024-44998 bsc#1230171).
  - commit fd57936
  - tcp: add sanity checks to rx zerocopy (CVE-2024-26640
    bsc#1221650).
  - commit 21286c2
  - USB: serial: option: add MeiG Smart SRM825L (git-fixes).
  - commit 047a639
  - nilfs2: fix state management in error path of log writing
    function (git-fixes).
  - commit 9b55988
  - cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
    (git-fixes).
  - commit a322b71
  - usb: dwc3: core: Prevent USB core invalid event buffer address
    access (git-fixes).
  - commit de7b6b3
  - nilfs2: fix missing cleanup on rollforward recovery error
    (git-fixes).
  - commit b4149d3
  - nilfs2: protect references to superblock parameters exposed
    in sysfs (git-fixes).
  - commit e7215f6
  - arm64: tlb: Allow range operation for MAX_TLBI_RANGE_PAGES (bsc#1229585)
  - commit a52467b
  - arm64: tlb: Improve __TLBI_VADDR_RANGE() (bsc#1229585)
  - commit 26752eb
  - arm64: tlb: Fix TLBI RANGE operand (bsc#1229585)
  - commit 24bd468
  - arm64/mm: Update tlb invalidation routines for FEAT_LPA2 (bsc#1229585)
  - commit b8ec0d4
  - arm64/mm: Modify range-based tlbi to decrement scale (bsc#1229585)
  - commit e08c708
  - USB: serial: option: add MeiG Smart SRM825L (stable-fixes).
  - cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller
    (stable-fixes).
  - usb: dwc3: core: Prevent USB core invalid event buffer address
    access (stable-fixes).
  - selinux,smack: don't bypass permissions check in inode_setsecctx
    hook (stable-fixes).
  - drm/amdgpu/swsmu: always force a state reprogram on init
    (stable-fixes).
  - drm/amdgpu: align pp_power_profile_mode with kernel docs
    (stable-fixes).
  - commit 1d64229

++++ expat:

  - Update to 2.6.3:
    * Security fixes:
  - CVE-2024-45490, bsc#1229930 -- Calling function XML_ParseBuffer with
    len < 0 without noticing and then calling XML_GetBuffer
    will have XML_ParseBuffer fail to recognize the problem
    and XML_GetBuffer corrupt memory.
    With the fix, XML_ParseBuffer now complains with error
    XML_ERROR_INVALID_ARGUMENT just like sibling XML_Parse
    has been doing since Expat 2.2.1, and now documented.
    Impact is denial of service to potentially artitrary code
    execution.
  - CVE-2024-45491, bsc#1229931 -- Internal function dtdCopy can have an
    integer overflow for nDefaultAtts on 32-bit platforms
    (where UINT_MAX equals SIZE_MAX).
    Impact is denial of service to potentially artitrary code
    execution.
  - CVE-2024-45492, bsc#1229932 -- Internal function nextScaffoldPart can
    have an integer overflow for m_groupSize on 32-bit
    platforms (where UINT_MAX equals SIZE_MAX).
    Impact is denial of service to potentially artitrary code
    execution.
    * Other changes:
  - Autotools: Sync CMake templates with CMake 3.28
  - Autotools: Always provide path to find(1) for portability
  - Autotools: Ensure that the m4 directory always exists.
  - Autotools: Simplify handling of SIZEOF_VOID_P
  - Autotools: Support non-GNU sed
  - Autotools|CMake: Fix main() to main(void)
  - Autotools|CMake: Fix compile tests for HAVE_SYSCALL_GETRANDOM
  - Autotools|CMake: Stop requiring dos2unix
  - CMake: Fix check for symbols size_t and off_t
  - docs|tests: Convert README to Markdown and update
  - Windows: Drop support for Visual Studio <=15.0/2017
  - Drop needless XML_DTD guards around is_param access
  - Fix typo in a code comment
  - Version info bumped from 10:2:9 (libexpat*.so.1.9.2)
    to 10:3:9 (libexpat*.so.1.9.3); see https://verbump.de/
    for what these numbers do

------------------------------------------------------------------
------------------  2024-9-4  -  Sep 4 2024  -------------------
------------------------------------------------------------------

++++ docker-compose:

  - Build with go 1.22 to avoid issues when processing go.mod per
    https://github.com/golang/go/issues/62278#issuecomment-1698829945

++++ python-kiwi:

  - create EFI/BOOT only if UEFI boot is intended
  - Fix boot support for ISO media on ppc64
    add CHRP boot support for ppc64 and add xorriso option to avoid
    file name reduction to MS-DOS compatible 8.3 format

++++ kernel-default:

  - Resort io_uring kABI patches
    These ended up in the wrong section.  Push them to the right place, next
    to the other io_uring kabi patches.
  - commit f218522
  - kABI: Split kABI out of 'io_uring: Re-add dummy_ubuf for kABI purposes'
    When introducing this patch, I merged the kABI patch with the actual
    backport, which is not recommended.  Split it up, such that the backport
    is similar to the upstream patch and handle the kABI issue exactly the
    same way, but through a separate kABI patch.
  - commit 5b3aa8f
  - kABI: Split kABI out of 'io_uring/kbuf: get rid of bl->is_ready'
    When introducing this patch, I merged the kABI patch with the actual
    backport, which is not recommended.  Split it up, such that the backport
    is similar to the upstream patch and handle the kABI issue exactly the
    same way, but through a separate kABI patch.
  - commit d39d376
  - ext4: sanity check for NULL pointer after ext4_force_shutdown
    (bsc#1229753 CVE-2024-43898).
  - commit d9361cb
  - udf: Fix bogus checksum computation in udf_rename() (bsc#1229389
    CVE-2024-43845).
  - commit 985c73e
  - ext4: fix infinite loop when replaying fast_commit (bsc#1229394
    CVE-2024-43828).
  - commit c9c168b
  - block: fix deadlock between sd_remove & sd_release (bsc#1229371
    CVE-2024-42294).
  - commit a556834
  - udf: Avoid using corrupted block bitmap buffer (bsc#1229362
    CVE-2024-42306).
  - commit 26b3a5d
  - ext4: check dot and dotdot of dx_root before making dir indexed
    (bsc#1229363 CVE-2024-42305).
  - commit d42c7e5
  - mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray
    (bsc#1229001 CVE-2024-42243).
  - commit 962c57e
  - protect the fetch of ->fd[fd] in do_dup2() from mispredictions
    (bsc#1229334 CVE-2024-42265).
  - commit 1088a58
  - ext4: make sure the first directory block is not a hole
    (bsc#1229364 CVE-2024-42304).
  - commit 0ee54f7
  - netfilter: ctnetlink: use helper function to calculate expect ID
    (CVE-2024-44944 bsc#1229899).
  - commit da9b5c6
  - sctp: Fix null-ptr-deref in reuseport_add_sock()
    (CVE-2024-44935 bsc#1229810).
  - commit c34ddb2
  - perf/x86/uncore: Cleanup unused unit structure (bsc#1230119).
  - commit 48a66a6
  - perf/x86/uncore: Apply the unit control RB tree to PCI uncore
    units (bsc#1230119).
  - commit e202e9f
  - perf/x86/uncore: Apply the unit control RB tree to MSR uncore
    units (bsc#1230119).
  - commit 8a1e34d
  - perf/x86/uncore: Apply the unit control RB tree to MMIO uncore
    units (bsc#1230119).
  - commit 956825c
  - perf/x86/uncore: Retrieve the unit ID from the unit control
    RB tree (bsc#1230119).
  - commit 81ab2f7
  - perf/x86/uncore: Support per PMU cpumask (bsc#1230119).
  - commit e0b1be5
  - perf/x86/uncore: Save the unit control address of all units
    (bsc#1230119).
  - commit 3062251
  - perf/x86/intel/uncore: Support HBM and CXL PMON counters
    (bsc#1230119).
  - commit a4c2665
  - fuse: update stats for pages in dropped aux writeback list
    (bsc#1230125).
  - fuse: fix memory leak in fuse_create_open (bsc#1230124).
  - fuse: use unsigned type for getxattr/listxattr size truncation
    (bsc#1230123).
  - commit c8902bc
  - Split kabi part of dm_blk_ioctl-implement-path-failover-for-SG_IO.patch
  - kabi: dm_blk_ioctl: implement path failover for SG_IO
    (bsc#1183045, bsc#1216776).
  - Refresh
    patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
  - commit 9a2ecb0
  - NFSD: Fix frame size warning in svc_export_parse() (git-fixes).
  - NFSD: Rewrite synopsis of nfsd_percpu_counters_init()
    (git-fixes).
  - commit 3ab58b8
  - kABI: Split kABI out of io_uring/kbuf: protect io_buffer_list teardown with a
    reference
    When introducing this patch, I merged the kABI patch with the actual
    backport, which is not recommended.  Split it up, such that the backport
    is similar to the upstream patch and handle the kABI issue exactly the
    same way, but through a separate kABI patch.
  - commit 08e57d6

++++ kernel-firmware:

  - Update to version 20240903 (git commit 96af55bd3d0b):
    * amdgpu: Revert sienna cichlid dmcub firmware update (bsc#1230007)
    * iwlwifi: add Bz FW for core89-58 release
    * rtl_nic: add firmware rtl8126a-3
    * linux-firmware: update firmware for MT7921 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7921)

++++ kernel-rt:

  - Resort io_uring kABI patches
    These ended up in the wrong section.  Push them to the right place, next
    to the other io_uring kabi patches.
  - commit f218522
  - kABI: Split kABI out of 'io_uring: Re-add dummy_ubuf for kABI purposes'
    When introducing this patch, I merged the kABI patch with the actual
    backport, which is not recommended.  Split it up, such that the backport
    is similar to the upstream patch and handle the kABI issue exactly the
    same way, but through a separate kABI patch.
  - commit 5b3aa8f
  - kABI: Split kABI out of 'io_uring/kbuf: get rid of bl->is_ready'
    When introducing this patch, I merged the kABI patch with the actual
    backport, which is not recommended.  Split it up, such that the backport
    is similar to the upstream patch and handle the kABI issue exactly the
    same way, but through a separate kABI patch.
  - commit d39d376
  - ext4: sanity check for NULL pointer after ext4_force_shutdown
    (bsc#1229753 CVE-2024-43898).
  - commit d9361cb
  - udf: Fix bogus checksum computation in udf_rename() (bsc#1229389
    CVE-2024-43845).
  - commit 985c73e
  - ext4: fix infinite loop when replaying fast_commit (bsc#1229394
    CVE-2024-43828).
  - commit c9c168b
  - block: fix deadlock between sd_remove & sd_release (bsc#1229371
    CVE-2024-42294).
  - commit a556834
  - udf: Avoid using corrupted block bitmap buffer (bsc#1229362
    CVE-2024-42306).
  - commit 26b3a5d
  - ext4: check dot and dotdot of dx_root before making dir indexed
    (bsc#1229363 CVE-2024-42305).
  - commit d42c7e5
  - mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray
    (bsc#1229001 CVE-2024-42243).
  - commit 962c57e
  - protect the fetch of ->fd[fd] in do_dup2() from mispredictions
    (bsc#1229334 CVE-2024-42265).
  - commit 1088a58
  - ext4: make sure the first directory block is not a hole
    (bsc#1229364 CVE-2024-42304).
  - commit 0ee54f7
  - netfilter: ctnetlink: use helper function to calculate expect ID
    (CVE-2024-44944 bsc#1229899).
  - commit da9b5c6
  - sctp: Fix null-ptr-deref in reuseport_add_sock()
    (CVE-2024-44935 bsc#1229810).
  - commit c34ddb2
  - perf/x86/uncore: Cleanup unused unit structure (bsc#1230119).
  - commit 48a66a6
  - perf/x86/uncore: Apply the unit control RB tree to PCI uncore
    units (bsc#1230119).
  - commit e202e9f
  - perf/x86/uncore: Apply the unit control RB tree to MSR uncore
    units (bsc#1230119).
  - commit 8a1e34d
  - perf/x86/uncore: Apply the unit control RB tree to MMIO uncore
    units (bsc#1230119).
  - commit 956825c
  - perf/x86/uncore: Retrieve the unit ID from the unit control
    RB tree (bsc#1230119).
  - commit 81ab2f7
  - perf/x86/uncore: Support per PMU cpumask (bsc#1230119).
  - commit e0b1be5
  - perf/x86/uncore: Save the unit control address of all units
    (bsc#1230119).
  - commit 3062251
  - perf/x86/intel/uncore: Support HBM and CXL PMON counters
    (bsc#1230119).
  - commit a4c2665
  - fuse: update stats for pages in dropped aux writeback list
    (bsc#1230125).
  - fuse: fix memory leak in fuse_create_open (bsc#1230124).
  - fuse: use unsigned type for getxattr/listxattr size truncation
    (bsc#1230123).
  - commit c8902bc
  - Split kabi part of dm_blk_ioctl-implement-path-failover-for-SG_IO.patch
  - kabi: dm_blk_ioctl: implement path failover for SG_IO
    (bsc#1183045, bsc#1216776).
  - Refresh
    patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
  - commit 9a2ecb0
  - NFSD: Fix frame size warning in svc_export_parse() (git-fixes).
  - NFSD: Rewrite synopsis of nfsd_percpu_counters_init()
    (git-fixes).
  - commit 3ab58b8
  - kABI: Split kABI out of io_uring/kbuf: protect io_buffer_list teardown with a
    reference
    When introducing this patch, I merged the kABI patch with the actual
    backport, which is not recommended.  Split it up, such that the backport
    is similar to the upstream patch and handle the kABI issue exactly the
    same way, but through a separate kABI patch.
  - commit 08e57d6

++++ kernel-rt_debug:

  - Resort io_uring kABI patches
    These ended up in the wrong section.  Push them to the right place, next
    to the other io_uring kabi patches.
  - commit f218522
  - kABI: Split kABI out of 'io_uring: Re-add dummy_ubuf for kABI purposes'
    When introducing this patch, I merged the kABI patch with the actual
    backport, which is not recommended.  Split it up, such that the backport
    is similar to the upstream patch and handle the kABI issue exactly the
    same way, but through a separate kABI patch.
  - commit 5b3aa8f
  - kABI: Split kABI out of 'io_uring/kbuf: get rid of bl->is_ready'
    When introducing this patch, I merged the kABI patch with the actual
    backport, which is not recommended.  Split it up, such that the backport
    is similar to the upstream patch and handle the kABI issue exactly the
    same way, but through a separate kABI patch.
  - commit d39d376
  - ext4: sanity check for NULL pointer after ext4_force_shutdown
    (bsc#1229753 CVE-2024-43898).
  - commit d9361cb
  - udf: Fix bogus checksum computation in udf_rename() (bsc#1229389
    CVE-2024-43845).
  - commit 985c73e
  - ext4: fix infinite loop when replaying fast_commit (bsc#1229394
    CVE-2024-43828).
  - commit c9c168b
  - block: fix deadlock between sd_remove & sd_release (bsc#1229371
    CVE-2024-42294).
  - commit a556834
  - udf: Avoid using corrupted block bitmap buffer (bsc#1229362
    CVE-2024-42306).
  - commit 26b3a5d
  - ext4: check dot and dotdot of dx_root before making dir indexed
    (bsc#1229363 CVE-2024-42305).
  - commit d42c7e5
  - mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarray
    (bsc#1229001 CVE-2024-42243).
  - commit 962c57e
  - protect the fetch of ->fd[fd] in do_dup2() from mispredictions
    (bsc#1229334 CVE-2024-42265).
  - commit 1088a58
  - ext4: make sure the first directory block is not a hole
    (bsc#1229364 CVE-2024-42304).
  - commit 0ee54f7
  - netfilter: ctnetlink: use helper function to calculate expect ID
    (CVE-2024-44944 bsc#1229899).
  - commit da9b5c6
  - sctp: Fix null-ptr-deref in reuseport_add_sock()
    (CVE-2024-44935 bsc#1229810).
  - commit c34ddb2
  - perf/x86/uncore: Cleanup unused unit structure (bsc#1230119).
  - commit 48a66a6
  - perf/x86/uncore: Apply the unit control RB tree to PCI uncore
    units (bsc#1230119).
  - commit e202e9f
  - perf/x86/uncore: Apply the unit control RB tree to MSR uncore
    units (bsc#1230119).
  - commit 8a1e34d
  - perf/x86/uncore: Apply the unit control RB tree to MMIO uncore
    units (bsc#1230119).
  - commit 956825c
  - perf/x86/uncore: Retrieve the unit ID from the unit control
    RB tree (bsc#1230119).
  - commit 81ab2f7
  - perf/x86/uncore: Support per PMU cpumask (bsc#1230119).
  - commit e0b1be5
  - perf/x86/uncore: Save the unit control address of all units
    (bsc#1230119).
  - commit 3062251
  - perf/x86/intel/uncore: Support HBM and CXL PMON counters
    (bsc#1230119).
  - commit a4c2665
  - fuse: update stats for pages in dropped aux writeback list
    (bsc#1230125).
  - fuse: fix memory leak in fuse_create_open (bsc#1230124).
  - fuse: use unsigned type for getxattr/listxattr size truncation
    (bsc#1230123).
  - commit c8902bc
  - Split kabi part of dm_blk_ioctl-implement-path-failover-for-SG_IO.patch
  - kabi: dm_blk_ioctl: implement path failover for SG_IO
    (bsc#1183045, bsc#1216776).
  - Refresh
    patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
  - commit 9a2ecb0
  - NFSD: Fix frame size warning in svc_export_parse() (git-fixes).
  - NFSD: Rewrite synopsis of nfsd_percpu_counters_init()
    (git-fixes).
  - commit 3ab58b8
  - kABI: Split kABI out of io_uring/kbuf: protect io_buffer_list teardown with a
    reference
    When introducing this patch, I merged the kABI patch with the actual
    backport, which is not recommended.  Split it up, such that the backport
    is similar to the upstream patch and handle the kABI issue exactly the
    same way, but through a separate kABI patch.
  - commit 08e57d6

++++ selinux-policy:

  - Fix macros.selinux-policy (bsc#1229132)
  - %selinux_modules_install and %selinux_modules_uninstall will
    now only execute load_policy if $TRANSACTIONAL_UPDATE is not set
    (aka only if they are not in a transactional system)
  - $TRANSACTIONAL_UPDATE is set here:
    https://github.com/openSUSE/transactional-update/blob/bd524d3ddfcd9aeebb7b90d3e0e8eed09b796a86/lib/Transaction.cpp#L428

------------------------------------------------------------------
------------------  2024-9-3  -  Sep 3 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix initrd permissions
    kiwi stored the initrd for ISO images as 600 which might
    be too restrictive. This commit makes sure the initrd is
    stored as 644 and Fixes bsc#1229257
  - Fixed ramdisk size setup
    For setting up the brd rd_size option kiwi creates
    99-brd.conf used at load time of the kernel brd driver.
    The location for the conf file is set to /etc/modprobe.d/
    However, in newer versions the location has changed to
    /usr/lib/modprobe.d/ and /etc/modprobe.d is no longer
    expected to exist. This commit makes sure /etc/modprobe.d
    is created if not present.
  - Bump version: 10.1.3 → 10.1.4

++++ kernel-default:

  - mptcp: really cope with fastopen race (CVE-2024-26708
    bsc#1222672).
  - mptcp: fix inconsistent state on fastopen race (bsc#1222672).
  - commit 9e3fa2c
  - usb: typec: ucsi: Wait 20ms before reading CCI after a reset
    (git-fixes).
  - commit 26d16be

++++ kernel-firmware:

  - Update to version 20240830 (git commit d6c600d46981):
    * amdgpu: update DMCUB to v0.0.232.0 for DCN314 and DCN351
    * qcom: vpu: restore compatibility with kernels before 6.6

++++ kernel-rt:

  - mptcp: really cope with fastopen race (CVE-2024-26708
    bsc#1222672).
  - mptcp: fix inconsistent state on fastopen race (bsc#1222672).
  - commit 9e3fa2c
  - usb: typec: ucsi: Wait 20ms before reading CCI after a reset
    (git-fixes).
  - commit 26d16be

++++ kernel-rt_debug:

  - mptcp: really cope with fastopen race (CVE-2024-26708
    bsc#1222672).
  - mptcp: fix inconsistent state on fastopen race (bsc#1222672).
  - commit 9e3fa2c
  - usb: typec: ucsi: Wait 20ms before reading CCI after a reset
    (git-fixes).
  - commit 26d16be

++++ runc:

  - Update to runc v1.2.0~rc3. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.2.0-rc.3>.
    Includes the patch for CVE-2024-45310. bsc#1230092
    [ This was only ever released for SLES and Leap. ]
  - Update to runc v1.1.14. Upstream changelog is available from
    <https://github.com/opencontainers/runc/releases/tag/v1.1.14>.
    Includes the patch for CVE-2024-45310. bsc#1230092
  - Rebase patches:
    * 0001-bsc1221050-libct-seccomp-patchbpf-rm-duplicated-code.patch
    * 0002-bsc1221050-seccomp-patchbpf-rename-nativeArch-linuxA.patch
    * 0003-bsc1221050-seccomp-patchbpf-always-include-native-ar.patch
    * 0004-bsc1214960-nsenter-cloned_binary-remove-bindfd-logic.patch

------------------------------------------------------------------
------------------  2024-9-2  -  Sep 2 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Add note about guestOS values for vmware ovftools.
  - Add note about guestOS values for vmware platform.
  - Fixed resize of dos table type on s390
    On s390, parted is used to detect the partition table type.
    In contrast to blkid the name for DOS tables is reported
    as 'msdos' and not 'dos' which impacts several conditions
    in the kiwi initrd code which checks for 'dos'. This commit
    fixes the get_partition_table_type() method to return a
    consistent table name for DOS tables. This Fixes bsc#1228729
  - Revert "remove dependency on /usr/bin/python"
    This reverts commit 15b450188483b567ca10bb459bf50ed90e905bb7.
    The change provided here entirely broke kiwi in OBS. With this
    patch applied every image build in OBS fails with the following
    message: 'line 1: /usr/sbin/kiwi: No such file or directory'
  - Bump version: 10.1.2 → 10.1.3

++++ kernel-default:

  - ceph: periodically flush the cap releases (bsc#1230056).
  - commit e22b6e0
  - Bluetooth: Fix usage of __hci_cmd_sync_status (git-fixes).
  - commit 1bec58d
  - Bluetooth: L2CAP: Fix deadlock (git-fixes).
  - commit 13aba13
  - net/sched: act_ct: fix skb leak and crash on ooo frags
    (CVE-2023-52610 bsc#1221610).
  - commit 7a32533
  - bluetooth/l2cap: sync sock recv cb and release (bsc#1228576
    CVE-2024-41062).
  - commit 6553526
  - mm: prevent derefencing NULL ptr in pfn_section_valid()
    (git-fixes).
  - commit 35f619d
  - mm, kmsan: fix infinite recursion due to RCU critical section
    (git-fixes).
  - commit 16ad73a
  - mm/sparsemem: fix race in accessing memory_section->usage
    (bsc#1221326 CVE-2023-52489).
  - commit 6aa8957
  - net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response (git-fixes).
  - commit 4dc1da1

++++ kernel-rt:

  - ceph: periodically flush the cap releases (bsc#1230056).
  - commit e22b6e0
  - Bluetooth: Fix usage of __hci_cmd_sync_status (git-fixes).
  - commit 1bec58d
  - Bluetooth: L2CAP: Fix deadlock (git-fixes).
  - commit 13aba13
  - net/sched: act_ct: fix skb leak and crash on ooo frags
    (CVE-2023-52610 bsc#1221610).
  - commit 7a32533
  - bluetooth/l2cap: sync sock recv cb and release (bsc#1228576
    CVE-2024-41062).
  - commit 6553526
  - mm: prevent derefencing NULL ptr in pfn_section_valid()
    (git-fixes).
  - commit 35f619d
  - mm, kmsan: fix infinite recursion due to RCU critical section
    (git-fixes).
  - commit 16ad73a
  - mm/sparsemem: fix race in accessing memory_section->usage
    (bsc#1221326 CVE-2023-52489).
  - commit 6aa8957
  - net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response (git-fixes).
  - commit 4dc1da1

++++ kernel-rt_debug:

  - ceph: periodically flush the cap releases (bsc#1230056).
  - commit e22b6e0
  - Bluetooth: Fix usage of __hci_cmd_sync_status (git-fixes).
  - commit 1bec58d
  - Bluetooth: L2CAP: Fix deadlock (git-fixes).
  - commit 13aba13
  - net/sched: act_ct: fix skb leak and crash on ooo frags
    (CVE-2023-52610 bsc#1221610).
  - commit 7a32533
  - bluetooth/l2cap: sync sock recv cb and release (bsc#1228576
    CVE-2024-41062).
  - commit 6553526
  - mm: prevent derefencing NULL ptr in pfn_section_valid()
    (git-fixes).
  - commit 35f619d
  - mm, kmsan: fix infinite recursion due to RCU critical section
    (git-fixes).
  - commit 16ad73a
  - mm/sparsemem: fix race in accessing memory_section->usage
    (bsc#1221326 CVE-2023-52489).
  - commit 6aa8957
  - net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response (git-fixes).
  - commit 4dc1da1

++++ python311-core:

  - Add gh120226-fix-sendfile-test-kernel-610.patch to avoid
    failing test_sendfile_close_peer_in_the_middle_of_receiving
    tests on Linux >= 6.10 (GH-120227).

++++ python311:

  - Add gh120226-fix-sendfile-test-kernel-610.patch to avoid
    failing test_sendfile_close_peer_in_the_middle_of_receiving
    tests on Linux >= 6.10 (GH-120227).

++++ rust-keylime:

  - Update vendored crates (bsc#1229952, bsc#1230029, CVE-2024-43806)
    * rustix 0.37.25
    * rustix 0.38.34
    * shlex  1.3.0
  - Update to version 0.2.6+13:
    * Enable test functional/iak-idevid-persisted-and-protected
    * build(deps): bump uuid from 1.7.0 to 1.10.0
    * build(deps): bump openssl from 0.10.64 to 0.10.66
    * keylime-agent/src/revocation: Fix comment indentation
    * keylime/crypto: Fix indentation of documentation comment
    * build(deps): bump thiserror from 1.0.59 to 1.0.63
    * build(deps): bump serde_json from 1.0.116 to 1.0.120
    * dependabot: Extend to also monitor workflow actions
    * ci: Disable Packit CI on CentOS Stream 9
    * ci: use CODECOV_TOKEN when submitting coverage data
    * revocation: Use into() for unfallible transformation
    * secure_mount: Fix possible infinite loop
    * error: Rename enum variants to avoid clippy warning

------------------------------------------------------------------
------------------  2024-9-1  -  Sep 1 2024  -------------------
------------------------------------------------------------------

++++ python-kiwi:

  - Fix bundle extension for archive types
    When bundling result files that uses an archive type like
    tbz or docker, kiwi creates them with the extension tar.xz/tar.gz
    The bundler code only uses the extension from the last tuple
    in a "." split which is wrong for "tar." filenames. This commit
    adds an exception to the prefix rule for this output filenames
    and Fixes #2628
  - Fix ImageSystem mount procedure
    The mount() method did not take custom partitions into account.
    This commit fixes it. This Fixes #2619

++++ kernel-default:

  - xfs: Fix missing interval for missing_owner in xfs fsmap
    (git-fixes).
  - commit 5448ab5
  - xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
    (git-fixes).
  - commit 288ad9b
  - xfs: Fix the owner setting issue for rmap query in xfs fsmap
    (git-fixes).
  - commit 49b5eec
  - usb: cdnsp: fix for Link TRB with TC (git-fixes).
  - usb: dwc3: st: add missing depopulate in probe error path
    (git-fixes).
  - usb: dwc3: st: fix probed platform device ref count on probe
    error path (git-fixes).
  - usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in
    remove_power_attributes() (git-fixes).
  - usb: typec: fsa4480: Relax CHIP_ID check (git-fixes).
  - usb: dwc3: omap: add missing depopulate in probe error path
    (git-fixes).
  - usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function
    (git-fixes).
  - soc: qcom: pmic_glink: Actually communicate when remote goes
    down (git-fixes).
  - soc: qcom: cmd-db: Map shared memory as WC, not WB (git-fixes).
  - commit 7121142

++++ kernel-rt:

  - xfs: Fix missing interval for missing_owner in xfs fsmap
    (git-fixes).
  - commit 5448ab5
  - xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
    (git-fixes).
  - commit 288ad9b
  - xfs: Fix the owner setting issue for rmap query in xfs fsmap
    (git-fixes).
  - commit 49b5eec
  - usb: cdnsp: fix for Link TRB with TC (git-fixes).
  - usb: dwc3: st: add missing depopulate in probe error path
    (git-fixes).
  - usb: dwc3: st: fix probed platform device ref count on probe
    error path (git-fixes).
  - usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in
    remove_power_attributes() (git-fixes).
  - usb: typec: fsa4480: Relax CHIP_ID check (git-fixes).
  - usb: dwc3: omap: add missing depopulate in probe error path
    (git-fixes).
  - usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function
    (git-fixes).
  - soc: qcom: pmic_glink: Actually communicate when remote goes
    down (git-fixes).
  - soc: qcom: cmd-db: Map shared memory as WC, not WB (git-fixes).
  - commit 7121142

++++ kernel-rt_debug:

  - xfs: Fix missing interval for missing_owner in xfs fsmap
    (git-fixes).
  - commit 5448ab5
  - xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
    (git-fixes).
  - commit 288ad9b
  - xfs: Fix the owner setting issue for rmap query in xfs fsmap
    (git-fixes).
  - commit 49b5eec
  - usb: cdnsp: fix for Link TRB with TC (git-fixes).
  - usb: dwc3: st: add missing depopulate in probe error path
    (git-fixes).
  - usb: dwc3: st: fix probed platform device ref count on probe
    error path (git-fixes).
  - usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in
    remove_power_attributes() (git-fixes).
  - usb: typec: fsa4480: Relax CHIP_ID check (git-fixes).
  - usb: dwc3: omap: add missing depopulate in probe error path
    (git-fixes).
  - usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function
    (git-fixes).
  - soc: qcom: pmic_glink: Actually communicate when remote goes
    down (git-fixes).
  - soc: qcom: cmd-db: Map shared memory as WC, not WB (git-fixes).
  - commit 7121142

------------------------------------------------------------------
------------------  2024-8-31  -  Aug 31 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - dmaengine: dw: Add memory bus width verification (git-fixes).
  - dmaengine: dw: Add peripheral bus width verification
    (git-fixes).
  - soundwire: stream: fix programming slave ports for non-continous
    port maps (git-fixes).
  - commit b7e9784

++++ kernel-rt:

  - dmaengine: dw: Add memory bus width verification (git-fixes).
  - dmaengine: dw: Add peripheral bus width verification
    (git-fixes).
  - soundwire: stream: fix programming slave ports for non-continous
    port maps (git-fixes).
  - commit b7e9784

++++ kernel-rt_debug:

  - dmaengine: dw: Add memory bus width verification (git-fixes).
  - dmaengine: dw: Add peripheral bus width verification
    (git-fixes).
  - soundwire: stream: fix programming slave ports for non-continous
    port maps (git-fixes).
  - commit b7e9784

------------------------------------------------------------------
------------------  2024-8-30  -  Aug 30 2024  -------------------
------------------------------------------------------------------

++++ transactional-update:

  - Version 4.8.1
  - tukit: fix --drop-if-no-change after apply [bsc#1229900]

++++ ignition:

  - Drop "go clean" from the upstream build script: since we build in
    clean environments, we don't have caches. Additionally, the way
    it is used does not even work and reports:
    go: clean -cache cannot be used with package arguments
    The error was masked until GO 1.23, as the test wether go
    supported caching was checking for go 1.23 formatted output.

++++ kernel-default:

  - Update
    patches.suse/0001-net-rds-fix-possible-cp-null-dereference.patch
    (git-fixes CVE-2024-35902 bsc#1224496).
  - Update
    patches.suse/ASoC-TAS2781-Fix-tasdev_load_calibrated_data.patch
    (git-fixes CVE-2024-42278 bsc#1229403).
  - Update
    patches.suse/ASoC-amd-Adjust-error-handling-in-case-of-absent-cod.patch
    (git-fixes CVE-2024-43818 bsc#1229296).
  - Update
    patches.suse/ASoC-fsl-fsl_qmc_audio-Check-devm_kasprintf-returned.patch
    (git-fixes CVE-2024-42298 bsc#1229369).
  - Update
    patches.suse/Bluetooth-MGMT-Add-error-handling-to-pair_device.patch
    (git-fixes CVE-2024-43884 bsc#1229739).
  - Update
    patches.suse/KVM-Always-flush-async-PF-workqueue-when-vCPU-is-bei.patch
    (git-fixes CVE-2024-26976 bsc#1223635).
  - Update
    patches.suse/PCI-DPC-Fix-use-after-free-on-concurrent-DPC-and-hot.patch
    (git-fixes CVE-2024-42302 bsc#1229366).
  - Update
    patches.suse/PCI-endpoint-Clean-up-error-handling-in-vpci_scan_bu.patch
    (git-fixes CVE-2024-43875 bsc#1229486).
  - Update
    patches.suse/PCI-endpoint-pci-epf-test-Make-use-of-cached-epc_fea.patch
    (git-fixes CVE-2024-43824 bsc#1229320).
  - Update
    patches.suse/PCI-keystone-Fix-NULL-pointer-dereference-in-case-of.patch
    (git-fixes CVE-2024-43823 bsc#1229303).
  - Update
    patches.suse/PCI-rcar-Demote-WARN-to-dev_warn_ratelimited-in-rcar.patch
    (git-fixes CVE-2024-43876 bsc#1229485).
  - Update
    patches.suse/RDMA-hns-Fix-soft-lockup-under-heavy-CEQE-load.patch
    (git-fixes CVE-2024-43872 bsc#1229489).
  - Update
    patches.suse/RDMA-iwcm-Fix-a-use-after-free-related-to-destroying.patch
    (git-fixes CVE-2024-42285 bsc#1229381).
  - Update
    patches.suse/Revert-ALSA-firewire-lib-operate-for-period-elapse-e.patch
    (bsc#1208783 CVE-2024-42274 bsc#1229417).
  - Update
    patches.suse/SUNRPC-add-a-missing-rpc_stat-for-TCP-TLS.patch
    (git-fixes CVE-2024-36907 bsc#1225751).
  - Update
    patches.suse/bpf-arm64-Fix-trampoline-for-BPF_TRAMP_F_CALL_ORIG.patch
    (git-fixes CVE-2024-43840 bsc#1229344).
  - Update
    patches.suse/btrfs-fix-double-inode-unlock-for-direct-IO-sync-wri.patch
    (git-fixes CVE-2024-43885 bsc#1229747).
  - Update
    patches.suse/btrfs-fix-extent-map-use-after-free-when-adding-page.patch
    (git-fixes CVE-2024-42314 bsc#1229355).
  - Update
    patches.suse/cgroup-cpuset-Prevent-UAF-in-proc_cpuset_show.patch
    (bsc#1228801 CVE-2024-43853 bsc#1229292).
  - Update
    patches.suse/crypto-ccp-Fix-null-pointer-dereference-in-__sev_snp.patch
    (git-fixes CVE-2024-43874 bsc#1229487).
  - Update
    patches.suse/devres-Fix-memory-leakage-caused-by-driver-API-devm_.patch
    (git-fixes CVE-2024-43871 bsc#1229490).
  - Update
    patches.suse/dma-fix-call-order-in-dmam_free_coherent.patch
    (git-fixes CVE-2024-43856 bsc#1229346).
  - Update
    patches.suse/drm-admgpu-fix-dereferencing-null-pointer-context.patch
    (stable-fixes CVE-2024-43906 bsc#1229785).
  - Update
    patches.suse/drm-amd-display-Add-NULL-check-for-afb-before-derefe.patch
    (stable-fixes CVE-2024-43903 bsc#1229781).
  - Update
    patches.suse/drm-amd-display-Add-null-checker-before-passing-vari.patch
    (stable-fixes CVE-2024-43902 bsc#1229767).
  - Update
    patches.suse/drm-amd-display-Skip-Recompute-DSC-Params-if-no-Stre.patch
    (stable-fixes CVE-2024-43895 bsc#1229755).
  - Update
    patches.suse/drm-amd-pm-Fix-the-null-pointer-dereference-for-vega.patch
    (stable-fixes CVE-2024-43905 bsc#1229784).
  - Update
    patches.suse/drm-amdgpu-Fix-the-null-pointer-dereference-to-ras_m.patch
    (stable-fixes CVE-2024-43908 bsc#1229788).
  - Update
    patches.suse/drm-amdgpu-pm-Fix-the-null-pointer-dereference-for-s.patch
    (stable-fixes CVE-2024-43909 bsc#1229789).
  - Update
    patches.suse/drm-amdgpu-pm-Fix-the-null-pointer-dereference-in-ap.patch
    (stable-fixes CVE-2024-43907 bsc#1229787).
  - Update
    patches.suse/drm-client-fix-null-pointer-dereference-in-drm_clien.patch
    (git-fixes CVE-2024-43894 bsc#1229746).
  - Update
    patches.suse/drm-gma500-fix-null-pointer-dereference-in-cdv_intel.patch
    (git-fixes CVE-2024-42310 bsc#1229358).
  - Update
    patches.suse/drm-gma500-fix-null-pointer-dereference-in-psb_intel.patch
    (git-fixes CVE-2024-42309 bsc#1229359).
  - Update
    patches.suse/drm-nouveau-prime-fix-refcount-underflow.patch
    (git-fixes CVE-2024-43867 bsc#1229493).
  - Update patches.suse/drm-qxl-Add-check-for-drm_cvt_mode.patch
    (git-fixes CVE-2024-43829 bsc#1229341).
  - Update
    patches.suse/drm-vmwgfx-Fix-a-deadlock-in-dma-buf-fence-polling.patch
    (git-fixes CVE-2024-43863 bsc#1229497).
  - Update
    patches.suse/exfat-fix-potential-deadlock-on-__exfat_get_dentry_set.patch
    (git-fixes CVE-2024-42315 bsc#1229354).
  - Update
    patches.suse/gpio-prevent-potential-speculation-leaks-in-gpio_dev.patch
    (stable-fixes CVE-2024-44931 bsc#1229837).
  - Update
    patches.suse/hfs-fix-to-initialize-fields-of-hfs_inode_info-after-hfs_alloc_inode.patch
    (git-fixes CVE-2024-42311 bsc#1229413).
  - Update
    patches.suse/iio-Fix-the-sorting-functionality-in-iio_gts_build_a.patch
    (git-fixes CVE-2024-43825 bsc#1229298).
  - Update
    patches.suse/jfs-Fix-array-index-out-of-bounds-in-diFree.patch
    (git-fixes CVE-2024-43858 bsc#1229414).
  - Update
    patches.suse/jfs-Fix-shift-out-of-bounds-in-dbDiscardAG.patch
    (git-fixes CVE-2024-44938 bsc#1229792).
  - Update
    patches.suse/jfs-fix-null-ptr-deref-in-dtInsertEntry.patch
    (git-fixes CVE-2024-44939 bsc#1229820).
  - Update
    patches.suse/kobject_uevent-Fix-OOB-access-within-zap_modalias_en.patch
    (git-fixes CVE-2024-42292 bsc#1229373).
  - Update
    patches.suse/kvm-s390-Reject-memory-region-operations-for-ucontrol-VMs.patch
    (git-fixes bsc#1229168 CVE-2024-43819 bsc#1229290).
  - Update
    patches.suse/leds-trigger-Unregister-sysfs-attributes-before-call.patch
    (git-fixes CVE-2024-43830 bsc#1229305).
  - Update
    patches.suse/lib-objagg-Fix-general-protection-fault.patch
    (git-fixes CVE-2024-43846 bsc#1229360).
  - Update
    patches.suse/libbpf-Use-OPTS_SET-macro-in-bpf_xdp_query.patch
    (git-fixes CVE-2024-27050 bsc#1223767).
  - Update
    patches.suse/mISDN-Fix-a-use-after-free-in-hfcmulti_tx.patch
    (git-fixes CVE-2024-42280 bsc#1229388).
  - Update
    patches.suse/mailbox-mtk-cmdq-Move-devm_mbox_controller_register-.patch
    (git-fixes CVE-2024-42319 bsc#1229350).
  - Update
    patches.suse/md-raid5-fix-deadlock-that-raid5d-wait-for-itself-to-clear-MD_SB_CHANGE_PENDING-151f.patch
    (git-fixes CVE-2024-39476 bsc#1227437).
  - Update
    patches.suse/media-imx-pxp-Fix-ERR_PTR-dereference-in-pxp_probe.patch
    (git-fixes CVE-2024-42303 bsc#1229365).
  - Update
    patches.suse/media-pci-ivtv-Add-check-for-DMA-map-result.patch
    (git-fixes CVE-2024-43877 bsc#1229484).
  - Update
    patches.suse/media-v4l-async-Fix-NULL-pointer-dereference-in-addi.patch
    (git-fixes CVE-2024-43833 bsc#1229299).
  - Update
    patches.suse/media-venus-fix-use-after-free-in-vdec_close.patch
    (git-fixes CVE-2024-42313 bsc#1229356).
  - Update
    patches.suse/media-xc2028-avoid-use-after-free-in-load_firmware_c.patch
    (stable-fixes CVE-2024-43900 bsc#1229756).
  - Update
    patches.suse/memcg-protect-concurrent-access-to-mem_cgroup_idr.patch
    (git-fixes CVE-2024-43892 bsc#1229761).
  - Update
    patches.suse/net-drop-bad-gso-csum_start-and-offset-in-virtio_net.patch
    (git-fixes CVE-2024-43897 bsc#1229752).
  - Update
    patches.suse/net-iucv-fix-use-after-free-in-iucv_sock_close.patch
    (bsc#1228973 CVE-2024-42271 bsc#1229400).
  - Update patches.suse/net-missing-check-virtio.patch (git-fixes
    CVE-2024-43817 bsc#1229312).
  - Update
    patches.suse/net-usb-qmi_wwan-fix-memory-leak-for-not-ip-packets.patch
    (git-fixes CVE-2024-43861 bsc#1229500).
  - Update
    patches.suse/nfs-pass-explicit-offset-count-to-trace-events.patch
    (git-fixes CVE-2024-43826 bsc#1229294).
  - Update
    patches.suse/nvme-pci-add-missing-condition-check-for-existence-o.patch
    (git-fixes CVE-2024-42276 bsc#1229410).
  - Update
    patches.suse/padata-Fix-possible-divide-by-0-panic-in-padata_mt_h.patch
    (git-fixes CVE-2024-43889 bsc#1229743).
  - Update
    patches.suse/remoteproc-imx_rproc-Skip-over-memory-region-when-no.patch
    (git-fixes CVE-2024-43860 bsc#1229319).
  - Update
    patches.suse/s390-dasd-fix-error-checks-in-dasd_copy_pair_store.patch
    (git-fixes bsc#1229173 CVE-2024-42320 bsc#1229349).
  - Update
    patches.suse/scsi-lpfc-Revise-lpfc_prep_embed_io-routine-with-pro.patch
    (bsc#1228857 CVE-2024-43816 bsc#1229318).
  - Update
    patches.suse/scsi-qla2xxx-Complete-command-early-within-lock.patch
    (bsc#1228850 CVE-2024-42287 bsc#1229392).
  - Update
    patches.suse/scsi-qla2xxx-During-vport-delete-send-async-logout-e.patch
    (bsc#1228850 CVE-2024-42289 bsc#1229399).
  - Update
    patches.suse/scsi-qla2xxx-Fix-for-possible-memory-corruption.patch
    (bsc#1228850 CVE-2024-42288 bsc#1229398).
  - Update
    patches.suse/scsi-qla2xxx-validate-nvme_local_port-correctly.patch
    (bsc#1228850 CVE-2024-42286 bsc#1229395).
  - Update
    patches.suse/serial-core-check-uartclk-for-zero-to-avoid-divide-b.patch
    (stable-fixes CVE-2024-43893 bsc#1229759).
  - Update
    patches.suse/soc-qcom-pdr-protect-locator_addr-with-the-main-mute.patch
    (git-fixes CVE-2024-43849 bsc#1229307).
  - Update
    patches.suse/soc-xilinx-rename-cpu_number1-to-dummy_cpu_number.patch
    (git-fixes CVE-2024-43851 bsc#1229313).
  - Update
    patches.suse/spi-microchip-core-ensure-TX-and-RX-FIFOs-are-empty-.patch
    (git-fixes CVE-2024-42279 bsc#1229390).
  - Update
    patches.suse/usb-vhci-hcd-Do-not-drop-references-before-new-refer.patch
    (stable-fixes CVE-2024-43883 bsc#1229707).
  - Update
    patches.suse/vhost-vsock-always-initialize-seqpacket_allow.patch
    (git-fixes CVE-2024-43873 bsc#1229488).
  - Update
    patches.suse/wifi-ath12k-change-DMA-direction-while-mapping-reinj.patch
    (git-fixes CVE-2024-43881 bsc#1229480).
  - Update
    patches.suse/wifi-ath12k-fix-invalid-memory-access-while-processi.patch
    (git-fixes CVE-2024-43847 bsc#1229291).
  - Update
    patches.suse/wifi-cfg80211-handle-2x996-RU-allocation-in-cfg80211.patch
    (git-fixes CVE-2024-43879 bsc#1229482).
  - Update
    patches.suse/wifi-nl80211-disallow-setting-special-AP-channel-wid.patch
    (stable-fixes CVE-2024-43912 bsc#1229830).
  - Update
    patches.suse/wifi-rtw89-Fix-array-index-mistake-in-rtw89_sta_info.patch
    (git-fixes CVE-2024-43842 bsc#1229317).
  - Update
    patches.suse/wifi-virt_wifi-avoid-reporting-connection-success-wi.patch
    (git-fixes CVE-2024-43841 bsc#1229304).
  - commit 140ec33
  - iommu/amd: Convert comma to semicolon (git-fixes).
  - commit 2714d8b
  - scsi: lpfc: Fix a possible null pointer dereference (bsc#1229315
    CVE-2024-43821).
  - commit eb73e94
  - iommu/vt-d: Fix identity map bounds in si_domain_init()
    (git-fixes).
  - commit b4d27e5
  - iommufd/device: Fix hwpt at err_unresv in
    iommufd_device_do_replace() (git-fixes).
  - commit bbc9a65
  - virtiofs: forbid newlines in tags (bsc#1229940).
  - commit 61514ce
  - trace/pid_list: Change gfp flags in pid_list_fill_irq()
    (git-fixes).
  - commit 88d1dac
  - evm: don't copy up 'security.evm' xattr (git-fixes).
  - commit d3bb5af
  - afs: fix __afs_break_callback() / afs_drop_open_mmap() race
    (git-fixes).
  - commit 150e615
  - jfs: define xtree root and page independently (git-fixes).
  - commit fc62e49
  - kernfs: fix false-positive WARN(nr_mmapped) in
    kernfs_drain_open_files (git-fixes).
  - commit 7fa46d1
  - gfs2: setattr_chown: Add missing initialization (git-fixes).
  - commit 9b6ef3b
  - nfc: pn533: Add poll mod list filling check (git-fixes).
  - wifi: wfx: repair open network AP mode (git-fixes).
  - wifi: iwlwifi: fw: fix wgds rev 3 exact size (git-fixes).
  - wifi: mwifiex: duplicate static structs used in driver instances
    (git-fixes).
  - Input: i8042 - use new forcenorestore quirk to replace old
    buggy quirk combination (stable-fixes).
  - Input: i8042 - add forcenorestore quirk to leave controller
    untouched even on s3 (stable-fixes).
  - platform/surface: aggregator: Fix warning when controller is
    destroyed in probe (git-fixes).
  - thunderbolt: Mark XDomain as unplugged when router is removed
    (stable-fixes).
  - Input: MT - limit max slots (stable-fixes).
  - usb: dwc3: core: Skip setting event buffers for host only
    controllers (stable-fixes).
  - platform/x86: lg-laptop: fix %s null argument warning
    (stable-fixes).
  - rtc: nct3018y: fix possible NULL dereference (stable-fixes).
  - usb: gadget: fsl: Increase size of name buffer for endpoints
    (stable-fixes).
  - media: drivers/media/dvb-core: copy user arrays safely
    (stable-fixes).
  - media: pci: cx23885: check cx23885_vdev_init() return
    (stable-fixes).
  - memory: stm32-fmc2-ebi: check regmap_read return value
    (stable-fixes).
  - memory: tegra: Skip SID programming if SID registers aren't set
    (stable-fixes).
  - Revert "usb: gadget: uvc: cleanup request when not in correct
    state" (stable-fixes).
  - usb: gadget: uvc: cleanup request when not in correct state
    (stable-fixes).
  - staging: ks7010: disable bh on tx_dev_lock (stable-fixes).
  - staging: iio: resolver: ad2s1210: fix use before initialization
    (stable-fixes).
  - ssb: Fix division by zero issue in ssb_calc_clock_rate
    (stable-fixes).
  - commit b84d799
  - drm/vmwgfx: Fix prime with external buffers (git-fixes).
  - drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strict
    (git-fixes).
  - drm/amd/display: avoid using null object of framebuffer
    (git-fixes).
  - Bluetooth: hci_core: Fix not handling hibernation actions
    (git-fixes).
  - drm/amdgpu: Validate TA binary size (stable-fixes).
  - drm/msm/dpu: take plane rotation into account for wide planes
    (git-fixes).
  - drm/msm/dpu: move dpu_encoder's connector assignment to
    atomic_enable() (git-fixes).
  - char: xillybus: Refine workqueue handling (git-fixes).
  - char: xillybus: Don't destroy workqueue from work item running
    on it (stable-fixes).
  - drm/amdgpu: Actually check flags for all context ops
    (stable-fixes).
  - drm/amdgpu/jpeg4: properly set atomics vmid field
    (stable-fixes).
  - drm/amdgpu/jpeg2: properly set atomics vmid field
    (stable-fixes).
  - drm/amd/display: fix s2idle entry for DCN3.5+ (stable-fixes).
  - drm/amdgpu: fix dereference null return value for the function
    amdgpu_vm_pt_parent (stable-fixes).
  - hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()
    (git-fixes).
  - firmware: cirrus: cs_dsp: Initialize debugfs_root to invalid
    (stable-fixes).
  - drm/msm/dpu: capture snapshot on the first commit_done timeout
    (stable-fixes).
  - drm/msm/dpu: split dpu_encoder_wait_for_event into two functions
    (stable-fixes).
  - drm/lima: set gp bus_stop bit before hard reset (stable-fixes).
  - drm/panel: nt36523: Set 120Hz fps for xiaomi,elish panels
    (stable-fixes).
  - gpio: sysfs: extend the critical section for unregistering
    sysfs devices (stable-fixes).
  - Bluetooth: bnep: Fix out-of-bound access (stable-fixes).
  - hwmon: (pc87360) Bounds check data->innr usage (stable-fixes).
  - ASoC: SOF: ipc4: check return value of snd_sof_ipc_msg_data
    (stable-fixes).
  - drm/msm/dpu: drop MSM_ENC_VBLANK support (stable-fixes).
  - drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys
    (stable-fixes).
  - drm/msm/mdss: Rename path references to mdp_path (stable-fixes).
  - drm/msm/mdss: switch mdss to use devm_of_icc_get()
    (stable-fixes).
  - drm/msm/dpu: try multirect based on mdp clock limits
    (stable-fixes).
  - drm/msm: Reduce fallout of fence signaling vs reclaim hangs
    (stable-fixes).
  - drm/rockchip: vop2: clear afbc en and transform bit for cluster
    window at linear mode (stable-fixes).
  - Bluetooth: hci_conn: Check non NULL function before calling
    for HFP offload (stable-fixes).
  - i2c: stm32f7: Add atomic_xfer method to driver (stable-fixes).
  - i2c: riic: avoid potential division by zero (stable-fixes).
  - i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer
    (stable-fixes).
  - i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times
    out (stable-fixes).
  - ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is
    pending before suspend (stable-fixes).
  - ASoC: cs35l45: Checks index of cs35l45_irqs[] (stable-fixes).
  - clk: visconti: Add bounds-checking coverage for struct
    visconti_pll_provider (stable-fixes).
  - hwmon: (ltc2992) Avoid division by zero (stable-fixes).
  - commit 1b92ddd

++++ kernel-rt:

  - Update
    patches.suse/0001-net-rds-fix-possible-cp-null-dereference.patch
    (git-fixes CVE-2024-35902 bsc#1224496).
  - Update
    patches.suse/ASoC-TAS2781-Fix-tasdev_load_calibrated_data.patch
    (git-fixes CVE-2024-42278 bsc#1229403).
  - Update
    patches.suse/ASoC-amd-Adjust-error-handling-in-case-of-absent-cod.patch
    (git-fixes CVE-2024-43818 bsc#1229296).
  - Update
    patches.suse/ASoC-fsl-fsl_qmc_audio-Check-devm_kasprintf-returned.patch
    (git-fixes CVE-2024-42298 bsc#1229369).
  - Update
    patches.suse/Bluetooth-MGMT-Add-error-handling-to-pair_device.patch
    (git-fixes CVE-2024-43884 bsc#1229739).
  - Update
    patches.suse/KVM-Always-flush-async-PF-workqueue-when-vCPU-is-bei.patch
    (git-fixes CVE-2024-26976 bsc#1223635).
  - Update
    patches.suse/PCI-DPC-Fix-use-after-free-on-concurrent-DPC-and-hot.patch
    (git-fixes CVE-2024-42302 bsc#1229366).
  - Update
    patches.suse/PCI-endpoint-Clean-up-error-handling-in-vpci_scan_bu.patch
    (git-fixes CVE-2024-43875 bsc#1229486).
  - Update
    patches.suse/PCI-endpoint-pci-epf-test-Make-use-of-cached-epc_fea.patch
    (git-fixes CVE-2024-43824 bsc#1229320).
  - Update
    patches.suse/PCI-keystone-Fix-NULL-pointer-dereference-in-case-of.patch
    (git-fixes CVE-2024-43823 bsc#1229303).
  - Update
    patches.suse/PCI-rcar-Demote-WARN-to-dev_warn_ratelimited-in-rcar.patch
    (git-fixes CVE-2024-43876 bsc#1229485).
  - Update
    patches.suse/RDMA-hns-Fix-soft-lockup-under-heavy-CEQE-load.patch
    (git-fixes CVE-2024-43872 bsc#1229489).
  - Update
    patches.suse/RDMA-iwcm-Fix-a-use-after-free-related-to-destroying.patch
    (git-fixes CVE-2024-42285 bsc#1229381).
  - Update
    patches.suse/Revert-ALSA-firewire-lib-operate-for-period-elapse-e.patch
    (bsc#1208783 CVE-2024-42274 bsc#1229417).
  - Update
    patches.suse/SUNRPC-add-a-missing-rpc_stat-for-TCP-TLS.patch
    (git-fixes CVE-2024-36907 bsc#1225751).
  - Update
    patches.suse/bpf-arm64-Fix-trampoline-for-BPF_TRAMP_F_CALL_ORIG.patch
    (git-fixes CVE-2024-43840 bsc#1229344).
  - Update
    patches.suse/btrfs-fix-double-inode-unlock-for-direct-IO-sync-wri.patch
    (git-fixes CVE-2024-43885 bsc#1229747).
  - Update
    patches.suse/btrfs-fix-extent-map-use-after-free-when-adding-page.patch
    (git-fixes CVE-2024-42314 bsc#1229355).
  - Update
    patches.suse/cgroup-cpuset-Prevent-UAF-in-proc_cpuset_show.patch
    (bsc#1228801 CVE-2024-43853 bsc#1229292).
  - Update
    patches.suse/crypto-ccp-Fix-null-pointer-dereference-in-__sev_snp.patch
    (git-fixes CVE-2024-43874 bsc#1229487).
  - Update
    patches.suse/devres-Fix-memory-leakage-caused-by-driver-API-devm_.patch
    (git-fixes CVE-2024-43871 bsc#1229490).
  - Update
    patches.suse/dma-fix-call-order-in-dmam_free_coherent.patch
    (git-fixes CVE-2024-43856 bsc#1229346).
  - Update
    patches.suse/drm-admgpu-fix-dereferencing-null-pointer-context.patch
    (stable-fixes CVE-2024-43906 bsc#1229785).
  - Update
    patches.suse/drm-amd-display-Add-NULL-check-for-afb-before-derefe.patch
    (stable-fixes CVE-2024-43903 bsc#1229781).
  - Update
    patches.suse/drm-amd-display-Add-null-checker-before-passing-vari.patch
    (stable-fixes CVE-2024-43902 bsc#1229767).
  - Update
    patches.suse/drm-amd-display-Skip-Recompute-DSC-Params-if-no-Stre.patch
    (stable-fixes CVE-2024-43895 bsc#1229755).
  - Update
    patches.suse/drm-amd-pm-Fix-the-null-pointer-dereference-for-vega.patch
    (stable-fixes CVE-2024-43905 bsc#1229784).
  - Update
    patches.suse/drm-amdgpu-Fix-the-null-pointer-dereference-to-ras_m.patch
    (stable-fixes CVE-2024-43908 bsc#1229788).
  - Update
    patches.suse/drm-amdgpu-pm-Fix-the-null-pointer-dereference-for-s.patch
    (stable-fixes CVE-2024-43909 bsc#1229789).
  - Update
    patches.suse/drm-amdgpu-pm-Fix-the-null-pointer-dereference-in-ap.patch
    (stable-fixes CVE-2024-43907 bsc#1229787).
  - Update
    patches.suse/drm-client-fix-null-pointer-dereference-in-drm_clien.patch
    (git-fixes CVE-2024-43894 bsc#1229746).
  - Update
    patches.suse/drm-gma500-fix-null-pointer-dereference-in-cdv_intel.patch
    (git-fixes CVE-2024-42310 bsc#1229358).
  - Update
    patches.suse/drm-gma500-fix-null-pointer-dereference-in-psb_intel.patch
    (git-fixes CVE-2024-42309 bsc#1229359).
  - Update
    patches.suse/drm-nouveau-prime-fix-refcount-underflow.patch
    (git-fixes CVE-2024-43867 bsc#1229493).
  - Update patches.suse/drm-qxl-Add-check-for-drm_cvt_mode.patch
    (git-fixes CVE-2024-43829 bsc#1229341).
  - Update
    patches.suse/drm-vmwgfx-Fix-a-deadlock-in-dma-buf-fence-polling.patch
    (git-fixes CVE-2024-43863 bsc#1229497).
  - Update
    patches.suse/exfat-fix-potential-deadlock-on-__exfat_get_dentry_set.patch
    (git-fixes CVE-2024-42315 bsc#1229354).
  - Update
    patches.suse/gpio-prevent-potential-speculation-leaks-in-gpio_dev.patch
    (stable-fixes CVE-2024-44931 bsc#1229837).
  - Update
    patches.suse/hfs-fix-to-initialize-fields-of-hfs_inode_info-after-hfs_alloc_inode.patch
    (git-fixes CVE-2024-42311 bsc#1229413).
  - Update
    patches.suse/iio-Fix-the-sorting-functionality-in-iio_gts_build_a.patch
    (git-fixes CVE-2024-43825 bsc#1229298).
  - Update
    patches.suse/jfs-Fix-array-index-out-of-bounds-in-diFree.patch
    (git-fixes CVE-2024-43858 bsc#1229414).
  - Update
    patches.suse/jfs-Fix-shift-out-of-bounds-in-dbDiscardAG.patch
    (git-fixes CVE-2024-44938 bsc#1229792).
  - Update
    patches.suse/jfs-fix-null-ptr-deref-in-dtInsertEntry.patch
    (git-fixes CVE-2024-44939 bsc#1229820).
  - Update
    patches.suse/kobject_uevent-Fix-OOB-access-within-zap_modalias_en.patch
    (git-fixes CVE-2024-42292 bsc#1229373).
  - Update
    patches.suse/kvm-s390-Reject-memory-region-operations-for-ucontrol-VMs.patch
    (git-fixes bsc#1229168 CVE-2024-43819 bsc#1229290).
  - Update
    patches.suse/leds-trigger-Unregister-sysfs-attributes-before-call.patch
    (git-fixes CVE-2024-43830 bsc#1229305).
  - Update
    patches.suse/lib-objagg-Fix-general-protection-fault.patch
    (git-fixes CVE-2024-43846 bsc#1229360).
  - Update
    patches.suse/libbpf-Use-OPTS_SET-macro-in-bpf_xdp_query.patch
    (git-fixes CVE-2024-27050 bsc#1223767).
  - Update
    patches.suse/mISDN-Fix-a-use-after-free-in-hfcmulti_tx.patch
    (git-fixes CVE-2024-42280 bsc#1229388).
  - Update
    patches.suse/mailbox-mtk-cmdq-Move-devm_mbox_controller_register-.patch
    (git-fixes CVE-2024-42319 bsc#1229350).
  - Update
    patches.suse/md-raid5-fix-deadlock-that-raid5d-wait-for-itself-to-clear-MD_SB_CHANGE_PENDING-151f.patch
    (git-fixes CVE-2024-39476 bsc#1227437).
  - Update
    patches.suse/media-imx-pxp-Fix-ERR_PTR-dereference-in-pxp_probe.patch
    (git-fixes CVE-2024-42303 bsc#1229365).
  - Update
    patches.suse/media-pci-ivtv-Add-check-for-DMA-map-result.patch
    (git-fixes CVE-2024-43877 bsc#1229484).
  - Update
    patches.suse/media-v4l-async-Fix-NULL-pointer-dereference-in-addi.patch
    (git-fixes CVE-2024-43833 bsc#1229299).
  - Update
    patches.suse/media-venus-fix-use-after-free-in-vdec_close.patch
    (git-fixes CVE-2024-42313 bsc#1229356).
  - Update
    patches.suse/media-xc2028-avoid-use-after-free-in-load_firmware_c.patch
    (stable-fixes CVE-2024-43900 bsc#1229756).
  - Update
    patches.suse/memcg-protect-concurrent-access-to-mem_cgroup_idr.patch
    (git-fixes CVE-2024-43892 bsc#1229761).
  - Update
    patches.suse/net-drop-bad-gso-csum_start-and-offset-in-virtio_net.patch
    (git-fixes CVE-2024-43897 bsc#1229752).
  - Update
    patches.suse/net-iucv-fix-use-after-free-in-iucv_sock_close.patch
    (bsc#1228973 CVE-2024-42271 bsc#1229400).
  - Update patches.suse/net-missing-check-virtio.patch (git-fixes
    CVE-2024-43817 bsc#1229312).
  - Update
    patches.suse/net-usb-qmi_wwan-fix-memory-leak-for-not-ip-packets.patch
    (git-fixes CVE-2024-43861 bsc#1229500).
  - Update
    patches.suse/nfs-pass-explicit-offset-count-to-trace-events.patch
    (git-fixes CVE-2024-43826 bsc#1229294).
  - Update
    patches.suse/nvme-pci-add-missing-condition-check-for-existence-o.patch
    (git-fixes CVE-2024-42276 bsc#1229410).
  - Update
    patches.suse/padata-Fix-possible-divide-by-0-panic-in-padata_mt_h.patch
    (git-fixes CVE-2024-43889 bsc#1229743).
  - Update
    patches.suse/remoteproc-imx_rproc-Skip-over-memory-region-when-no.patch
    (git-fixes CVE-2024-43860 bsc#1229319).
  - Update
    patches.suse/s390-dasd-fix-error-checks-in-dasd_copy_pair_store.patch
    (git-fixes bsc#1229173 CVE-2024-42320 bsc#1229349).
  - Update
    patches.suse/scsi-lpfc-Revise-lpfc_prep_embed_io-routine-with-pro.patch
    (bsc#1228857 CVE-2024-43816 bsc#1229318).
  - Update
    patches.suse/scsi-qla2xxx-Complete-command-early-within-lock.patch
    (bsc#1228850 CVE-2024-42287 bsc#1229392).
  - Update
    patches.suse/scsi-qla2xxx-During-vport-delete-send-async-logout-e.patch
    (bsc#1228850 CVE-2024-42289 bsc#1229399).
  - Update
    patches.suse/scsi-qla2xxx-Fix-for-possible-memory-corruption.patch
    (bsc#1228850 CVE-2024-42288 bsc#1229398).
  - Update
    patches.suse/scsi-qla2xxx-validate-nvme_local_port-correctly.patch
    (bsc#1228850 CVE-2024-42286 bsc#1229395).
  - Update
    patches.suse/serial-core-check-uartclk-for-zero-to-avoid-divide-b.patch
    (stable-fixes CVE-2024-43893 bsc#1229759).
  - Update
    patches.suse/soc-qcom-pdr-protect-locator_addr-with-the-main-mute.patch
    (git-fixes CVE-2024-43849 bsc#1229307).
  - Update
    patches.suse/soc-xilinx-rename-cpu_number1-to-dummy_cpu_number.patch
    (git-fixes CVE-2024-43851 bsc#1229313).
  - Update
    patches.suse/spi-microchip-core-ensure-TX-and-RX-FIFOs-are-empty-.patch
    (git-fixes CVE-2024-42279 bsc#1229390).
  - Update
    patches.suse/usb-vhci-hcd-Do-not-drop-references-before-new-refer.patch
    (stable-fixes CVE-2024-43883 bsc#1229707).
  - Update
    patches.suse/vhost-vsock-always-initialize-seqpacket_allow.patch
    (git-fixes CVE-2024-43873 bsc#1229488).
  - Update
    patches.suse/wifi-ath12k-change-DMA-direction-while-mapping-reinj.patch
    (git-fixes CVE-2024-43881 bsc#1229480).
  - Update
    patches.suse/wifi-ath12k-fix-invalid-memory-access-while-processi.patch
    (git-fixes CVE-2024-43847 bsc#1229291).
  - Update
    patches.suse/wifi-cfg80211-handle-2x996-RU-allocation-in-cfg80211.patch
    (git-fixes CVE-2024-43879 bsc#1229482).
  - Update
    patches.suse/wifi-nl80211-disallow-setting-special-AP-channel-wid.patch
    (stable-fixes CVE-2024-43912 bsc#1229830).
  - Update
    patches.suse/wifi-rtw89-Fix-array-index-mistake-in-rtw89_sta_info.patch
    (git-fixes CVE-2024-43842 bsc#1229317).
  - Update
    patches.suse/wifi-virt_wifi-avoid-reporting-connection-success-wi.patch
    (git-fixes CVE-2024-43841 bsc#1229304).
  - commit 140ec33
  - iommu/amd: Convert comma to semicolon (git-fixes).
  - commit 2714d8b
  - scsi: lpfc: Fix a possible null pointer dereference (bsc#1229315
    CVE-2024-43821).
  - commit eb73e94
  - iommu/vt-d: Fix identity map bounds in si_domain_init()
    (git-fixes).
  - commit b4d27e5
  - iommufd/device: Fix hwpt at err_unresv in
    iommufd_device_do_replace() (git-fixes).
  - commit bbc9a65
  - virtiofs: forbid newlines in tags (bsc#1229940).
  - commit 61514ce
  - trace/pid_list: Change gfp flags in pid_list_fill_irq()
    (git-fixes).
  - commit 88d1dac
  - evm: don't copy up 'security.evm' xattr (git-fixes).
  - commit d3bb5af
  - afs: fix __afs_break_callback() / afs_drop_open_mmap() race
    (git-fixes).
  - commit 150e615
  - jfs: define xtree root and page independently (git-fixes).
  - commit fc62e49
  - kernfs: fix false-positive WARN(nr_mmapped) in
    kernfs_drain_open_files (git-fixes).
  - commit 7fa46d1
  - gfs2: setattr_chown: Add missing initialization (git-fixes).
  - commit 9b6ef3b
  - nfc: pn533: Add poll mod list filling check (git-fixes).
  - wifi: wfx: repair open network AP mode (git-fixes).
  - wifi: iwlwifi: fw: fix wgds rev 3 exact size (git-fixes).
  - wifi: mwifiex: duplicate static structs used in driver instances
    (git-fixes).
  - Input: i8042 - use new forcenorestore quirk to replace old
    buggy quirk combination (stable-fixes).
  - Input: i8042 - add forcenorestore quirk to leave controller
    untouched even on s3 (stable-fixes).
  - platform/surface: aggregator: Fix warning when controller is
    destroyed in probe (git-fixes).
  - thunderbolt: Mark XDomain as unplugged when router is removed
    (stable-fixes).
  - Input: MT - limit max slots (stable-fixes).
  - usb: dwc3: core: Skip setting event buffers for host only
    controllers (stable-fixes).
  - platform/x86: lg-laptop: fix %s null argument warning
    (stable-fixes).
  - rtc: nct3018y: fix possible NULL dereference (stable-fixes).
  - usb: gadget: fsl: Increase size of name buffer for endpoints
    (stable-fixes).
  - media: drivers/media/dvb-core: copy user arrays safely
    (stable-fixes).
  - media: pci: cx23885: check cx23885_vdev_init() return
    (stable-fixes).
  - memory: stm32-fmc2-ebi: check regmap_read return value
    (stable-fixes).
  - memory: tegra: Skip SID programming if SID registers aren't set
    (stable-fixes).
  - Revert "usb: gadget: uvc: cleanup request when not in correct
    state" (stable-fixes).
  - usb: gadget: uvc: cleanup request when not in correct state
    (stable-fixes).
  - staging: ks7010: disable bh on tx_dev_lock (stable-fixes).
  - staging: iio: resolver: ad2s1210: fix use before initialization
    (stable-fixes).
  - ssb: Fix division by zero issue in ssb_calc_clock_rate
    (stable-fixes).
  - commit b84d799
  - drm/vmwgfx: Fix prime with external buffers (git-fixes).
  - drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strict
    (git-fixes).
  - drm/amd/display: avoid using null object of framebuffer
    (git-fixes).
  - Bluetooth: hci_core: Fix not handling hibernation actions
    (git-fixes).
  - drm/amdgpu: Validate TA binary size (stable-fixes).
  - drm/msm/dpu: take plane rotation into account for wide planes
    (git-fixes).
  - drm/msm/dpu: move dpu_encoder's connector assignment to
    atomic_enable() (git-fixes).
  - char: xillybus: Refine workqueue handling (git-fixes).
  - char: xillybus: Don't destroy workqueue from work item running
    on it (stable-fixes).
  - drm/amdgpu: Actually check flags for all context ops
    (stable-fixes).
  - drm/amdgpu/jpeg4: properly set atomics vmid field
    (stable-fixes).
  - drm/amdgpu/jpeg2: properly set atomics vmid field
    (stable-fixes).
  - drm/amd/display: fix s2idle entry for DCN3.5+ (stable-fixes).
  - drm/amdgpu: fix dereference null return value for the function
    amdgpu_vm_pt_parent (stable-fixes).
  - hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()
    (git-fixes).
  - firmware: cirrus: cs_dsp: Initialize debugfs_root to invalid
    (stable-fixes).
  - drm/msm/dpu: capture snapshot on the first commit_done timeout
    (stable-fixes).
  - drm/msm/dpu: split dpu_encoder_wait_for_event into two functions
    (stable-fixes).
  - drm/lima: set gp bus_stop bit before hard reset (stable-fixes).
  - drm/panel: nt36523: Set 120Hz fps for xiaomi,elish panels
    (stable-fixes).
  - gpio: sysfs: extend the critical section for unregistering
    sysfs devices (stable-fixes).
  - Bluetooth: bnep: Fix out-of-bound access (stable-fixes).
  - hwmon: (pc87360) Bounds check data->innr usage (stable-fixes).
  - ASoC: SOF: ipc4: check return value of snd_sof_ipc_msg_data
    (stable-fixes).
  - drm/msm/dpu: drop MSM_ENC_VBLANK support (stable-fixes).
  - drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys
    (stable-fixes).
  - drm/msm/mdss: Rename path references to mdp_path (stable-fixes).
  - drm/msm/mdss: switch mdss to use devm_of_icc_get()
    (stable-fixes).
  - drm/msm/dpu: try multirect based on mdp clock limits
    (stable-fixes).
  - drm/msm: Reduce fallout of fence signaling vs reclaim hangs
    (stable-fixes).
  - drm/rockchip: vop2: clear afbc en and transform bit for cluster
    window at linear mode (stable-fixes).
  - Bluetooth: hci_conn: Check non NULL function before calling
    for HFP offload (stable-fixes).
  - i2c: stm32f7: Add atomic_xfer method to driver (stable-fixes).
  - i2c: riic: avoid potential division by zero (stable-fixes).
  - i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer
    (stable-fixes).
  - i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times
    out (stable-fixes).
  - ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is
    pending before suspend (stable-fixes).
  - ASoC: cs35l45: Checks index of cs35l45_irqs[] (stable-fixes).
  - clk: visconti: Add bounds-checking coverage for struct
    visconti_pll_provider (stable-fixes).
  - hwmon: (ltc2992) Avoid division by zero (stable-fixes).
  - commit 1b92ddd

++++ kernel-rt_debug:

  - Update
    patches.suse/0001-net-rds-fix-possible-cp-null-dereference.patch
    (git-fixes CVE-2024-35902 bsc#1224496).
  - Update
    patches.suse/ASoC-TAS2781-Fix-tasdev_load_calibrated_data.patch
    (git-fixes CVE-2024-42278 bsc#1229403).
  - Update
    patches.suse/ASoC-amd-Adjust-error-handling-in-case-of-absent-cod.patch
    (git-fixes CVE-2024-43818 bsc#1229296).
  - Update
    patches.suse/ASoC-fsl-fsl_qmc_audio-Check-devm_kasprintf-returned.patch
    (git-fixes CVE-2024-42298 bsc#1229369).
  - Update
    patches.suse/Bluetooth-MGMT-Add-error-handling-to-pair_device.patch
    (git-fixes CVE-2024-43884 bsc#1229739).
  - Update
    patches.suse/KVM-Always-flush-async-PF-workqueue-when-vCPU-is-bei.patch
    (git-fixes CVE-2024-26976 bsc#1223635).
  - Update
    patches.suse/PCI-DPC-Fix-use-after-free-on-concurrent-DPC-and-hot.patch
    (git-fixes CVE-2024-42302 bsc#1229366).
  - Update
    patches.suse/PCI-endpoint-Clean-up-error-handling-in-vpci_scan_bu.patch
    (git-fixes CVE-2024-43875 bsc#1229486).
  - Update
    patches.suse/PCI-endpoint-pci-epf-test-Make-use-of-cached-epc_fea.patch
    (git-fixes CVE-2024-43824 bsc#1229320).
  - Update
    patches.suse/PCI-keystone-Fix-NULL-pointer-dereference-in-case-of.patch
    (git-fixes CVE-2024-43823 bsc#1229303).
  - Update
    patches.suse/PCI-rcar-Demote-WARN-to-dev_warn_ratelimited-in-rcar.patch
    (git-fixes CVE-2024-43876 bsc#1229485).
  - Update
    patches.suse/RDMA-hns-Fix-soft-lockup-under-heavy-CEQE-load.patch
    (git-fixes CVE-2024-43872 bsc#1229489).
  - Update
    patches.suse/RDMA-iwcm-Fix-a-use-after-free-related-to-destroying.patch
    (git-fixes CVE-2024-42285 bsc#1229381).
  - Update
    patches.suse/Revert-ALSA-firewire-lib-operate-for-period-elapse-e.patch
    (bsc#1208783 CVE-2024-42274 bsc#1229417).
  - Update
    patches.suse/SUNRPC-add-a-missing-rpc_stat-for-TCP-TLS.patch
    (git-fixes CVE-2024-36907 bsc#1225751).
  - Update
    patches.suse/bpf-arm64-Fix-trampoline-for-BPF_TRAMP_F_CALL_ORIG.patch
    (git-fixes CVE-2024-43840 bsc#1229344).
  - Update
    patches.suse/btrfs-fix-double-inode-unlock-for-direct-IO-sync-wri.patch
    (git-fixes CVE-2024-43885 bsc#1229747).
  - Update
    patches.suse/btrfs-fix-extent-map-use-after-free-when-adding-page.patch
    (git-fixes CVE-2024-42314 bsc#1229355).
  - Update
    patches.suse/cgroup-cpuset-Prevent-UAF-in-proc_cpuset_show.patch
    (bsc#1228801 CVE-2024-43853 bsc#1229292).
  - Update
    patches.suse/crypto-ccp-Fix-null-pointer-dereference-in-__sev_snp.patch
    (git-fixes CVE-2024-43874 bsc#1229487).
  - Update
    patches.suse/devres-Fix-memory-leakage-caused-by-driver-API-devm_.patch
    (git-fixes CVE-2024-43871 bsc#1229490).
  - Update
    patches.suse/dma-fix-call-order-in-dmam_free_coherent.patch
    (git-fixes CVE-2024-43856 bsc#1229346).
  - Update
    patches.suse/drm-admgpu-fix-dereferencing-null-pointer-context.patch
    (stable-fixes CVE-2024-43906 bsc#1229785).
  - Update
    patches.suse/drm-amd-display-Add-NULL-check-for-afb-before-derefe.patch
    (stable-fixes CVE-2024-43903 bsc#1229781).
  - Update
    patches.suse/drm-amd-display-Add-null-checker-before-passing-vari.patch
    (stable-fixes CVE-2024-43902 bsc#1229767).
  - Update
    patches.suse/drm-amd-display-Skip-Recompute-DSC-Params-if-no-Stre.patch
    (stable-fixes CVE-2024-43895 bsc#1229755).
  - Update
    patches.suse/drm-amd-pm-Fix-the-null-pointer-dereference-for-vega.patch
    (stable-fixes CVE-2024-43905 bsc#1229784).
  - Update
    patches.suse/drm-amdgpu-Fix-the-null-pointer-dereference-to-ras_m.patch
    (stable-fixes CVE-2024-43908 bsc#1229788).
  - Update
    patches.suse/drm-amdgpu-pm-Fix-the-null-pointer-dereference-for-s.patch
    (stable-fixes CVE-2024-43909 bsc#1229789).
  - Update
    patches.suse/drm-amdgpu-pm-Fix-the-null-pointer-dereference-in-ap.patch
    (stable-fixes CVE-2024-43907 bsc#1229787).
  - Update
    patches.suse/drm-client-fix-null-pointer-dereference-in-drm_clien.patch
    (git-fixes CVE-2024-43894 bsc#1229746).
  - Update
    patches.suse/drm-gma500-fix-null-pointer-dereference-in-cdv_intel.patch
    (git-fixes CVE-2024-42310 bsc#1229358).
  - Update
    patches.suse/drm-gma500-fix-null-pointer-dereference-in-psb_intel.patch
    (git-fixes CVE-2024-42309 bsc#1229359).
  - Update
    patches.suse/drm-nouveau-prime-fix-refcount-underflow.patch
    (git-fixes CVE-2024-43867 bsc#1229493).
  - Update patches.suse/drm-qxl-Add-check-for-drm_cvt_mode.patch
    (git-fixes CVE-2024-43829 bsc#1229341).
  - Update
    patches.suse/drm-vmwgfx-Fix-a-deadlock-in-dma-buf-fence-polling.patch
    (git-fixes CVE-2024-43863 bsc#1229497).
  - Update
    patches.suse/exfat-fix-potential-deadlock-on-__exfat_get_dentry_set.patch
    (git-fixes CVE-2024-42315 bsc#1229354).
  - Update
    patches.suse/gpio-prevent-potential-speculation-leaks-in-gpio_dev.patch
    (stable-fixes CVE-2024-44931 bsc#1229837).
  - Update
    patches.suse/hfs-fix-to-initialize-fields-of-hfs_inode_info-after-hfs_alloc_inode.patch
    (git-fixes CVE-2024-42311 bsc#1229413).
  - Update
    patches.suse/iio-Fix-the-sorting-functionality-in-iio_gts_build_a.patch
    (git-fixes CVE-2024-43825 bsc#1229298).
  - Update
    patches.suse/jfs-Fix-array-index-out-of-bounds-in-diFree.patch
    (git-fixes CVE-2024-43858 bsc#1229414).
  - Update
    patches.suse/jfs-Fix-shift-out-of-bounds-in-dbDiscardAG.patch
    (git-fixes CVE-2024-44938 bsc#1229792).
  - Update
    patches.suse/jfs-fix-null-ptr-deref-in-dtInsertEntry.patch
    (git-fixes CVE-2024-44939 bsc#1229820).
  - Update
    patches.suse/kobject_uevent-Fix-OOB-access-within-zap_modalias_en.patch
    (git-fixes CVE-2024-42292 bsc#1229373).
  - Update
    patches.suse/kvm-s390-Reject-memory-region-operations-for-ucontrol-VMs.patch
    (git-fixes bsc#1229168 CVE-2024-43819 bsc#1229290).
  - Update
    patches.suse/leds-trigger-Unregister-sysfs-attributes-before-call.patch
    (git-fixes CVE-2024-43830 bsc#1229305).
  - Update
    patches.suse/lib-objagg-Fix-general-protection-fault.patch
    (git-fixes CVE-2024-43846 bsc#1229360).
  - Update
    patches.suse/libbpf-Use-OPTS_SET-macro-in-bpf_xdp_query.patch
    (git-fixes CVE-2024-27050 bsc#1223767).
  - Update
    patches.suse/mISDN-Fix-a-use-after-free-in-hfcmulti_tx.patch
    (git-fixes CVE-2024-42280 bsc#1229388).
  - Update
    patches.suse/mailbox-mtk-cmdq-Move-devm_mbox_controller_register-.patch
    (git-fixes CVE-2024-42319 bsc#1229350).
  - Update
    patches.suse/md-raid5-fix-deadlock-that-raid5d-wait-for-itself-to-clear-MD_SB_CHANGE_PENDING-151f.patch
    (git-fixes CVE-2024-39476 bsc#1227437).
  - Update
    patches.suse/media-imx-pxp-Fix-ERR_PTR-dereference-in-pxp_probe.patch
    (git-fixes CVE-2024-42303 bsc#1229365).
  - Update
    patches.suse/media-pci-ivtv-Add-check-for-DMA-map-result.patch
    (git-fixes CVE-2024-43877 bsc#1229484).
  - Update
    patches.suse/media-v4l-async-Fix-NULL-pointer-dereference-in-addi.patch
    (git-fixes CVE-2024-43833 bsc#1229299).
  - Update
    patches.suse/media-venus-fix-use-after-free-in-vdec_close.patch
    (git-fixes CVE-2024-42313 bsc#1229356).
  - Update
    patches.suse/media-xc2028-avoid-use-after-free-in-load_firmware_c.patch
    (stable-fixes CVE-2024-43900 bsc#1229756).
  - Update
    patches.suse/memcg-protect-concurrent-access-to-mem_cgroup_idr.patch
    (git-fixes CVE-2024-43892 bsc#1229761).
  - Update
    patches.suse/net-drop-bad-gso-csum_start-and-offset-in-virtio_net.patch
    (git-fixes CVE-2024-43897 bsc#1229752).
  - Update
    patches.suse/net-iucv-fix-use-after-free-in-iucv_sock_close.patch
    (bsc#1228973 CVE-2024-42271 bsc#1229400).
  - Update patches.suse/net-missing-check-virtio.patch (git-fixes
    CVE-2024-43817 bsc#1229312).
  - Update
    patches.suse/net-usb-qmi_wwan-fix-memory-leak-for-not-ip-packets.patch
    (git-fixes CVE-2024-43861 bsc#1229500).
  - Update
    patches.suse/nfs-pass-explicit-offset-count-to-trace-events.patch
    (git-fixes CVE-2024-43826 bsc#1229294).
  - Update
    patches.suse/nvme-pci-add-missing-condition-check-for-existence-o.patch
    (git-fixes CVE-2024-42276 bsc#1229410).
  - Update
    patches.suse/padata-Fix-possible-divide-by-0-panic-in-padata_mt_h.patch
    (git-fixes CVE-2024-43889 bsc#1229743).
  - Update
    patches.suse/remoteproc-imx_rproc-Skip-over-memory-region-when-no.patch
    (git-fixes CVE-2024-43860 bsc#1229319).
  - Update
    patches.suse/s390-dasd-fix-error-checks-in-dasd_copy_pair_store.patch
    (git-fixes bsc#1229173 CVE-2024-42320 bsc#1229349).
  - Update
    patches.suse/scsi-lpfc-Revise-lpfc_prep_embed_io-routine-with-pro.patch
    (bsc#1228857 CVE-2024-43816 bsc#1229318).
  - Update
    patches.suse/scsi-qla2xxx-Complete-command-early-within-lock.patch
    (bsc#1228850 CVE-2024-42287 bsc#1229392).
  - Update
    patches.suse/scsi-qla2xxx-During-vport-delete-send-async-logout-e.patch
    (bsc#1228850 CVE-2024-42289 bsc#1229399).
  - Update
    patches.suse/scsi-qla2xxx-Fix-for-possible-memory-corruption.patch
    (bsc#1228850 CVE-2024-42288 bsc#1229398).
  - Update
    patches.suse/scsi-qla2xxx-validate-nvme_local_port-correctly.patch
    (bsc#1228850 CVE-2024-42286 bsc#1229395).
  - Update
    patches.suse/serial-core-check-uartclk-for-zero-to-avoid-divide-b.patch
    (stable-fixes CVE-2024-43893 bsc#1229759).
  - Update
    patches.suse/soc-qcom-pdr-protect-locator_addr-with-the-main-mute.patch
    (git-fixes CVE-2024-43849 bsc#1229307).
  - Update
    patches.suse/soc-xilinx-rename-cpu_number1-to-dummy_cpu_number.patch
    (git-fixes CVE-2024-43851 bsc#1229313).
  - Update
    patches.suse/spi-microchip-core-ensure-TX-and-RX-FIFOs-are-empty-.patch
    (git-fixes CVE-2024-42279 bsc#1229390).
  - Update
    patches.suse/usb-vhci-hcd-Do-not-drop-references-before-new-refer.patch
    (stable-fixes CVE-2024-43883 bsc#1229707).
  - Update
    patches.suse/vhost-vsock-always-initialize-seqpacket_allow.patch
    (git-fixes CVE-2024-43873 bsc#1229488).
  - Update
    patches.suse/wifi-ath12k-change-DMA-direction-while-mapping-reinj.patch
    (git-fixes CVE-2024-43881 bsc#1229480).
  - Update
    patches.suse/wifi-ath12k-fix-invalid-memory-access-while-processi.patch
    (git-fixes CVE-2024-43847 bsc#1229291).
  - Update
    patches.suse/wifi-cfg80211-handle-2x996-RU-allocation-in-cfg80211.patch
    (git-fixes CVE-2024-43879 bsc#1229482).
  - Update
    patches.suse/wifi-nl80211-disallow-setting-special-AP-channel-wid.patch
    (stable-fixes CVE-2024-43912 bsc#1229830).
  - Update
    patches.suse/wifi-rtw89-Fix-array-index-mistake-in-rtw89_sta_info.patch
    (git-fixes CVE-2024-43842 bsc#1229317).
  - Update
    patches.suse/wifi-virt_wifi-avoid-reporting-connection-success-wi.patch
    (git-fixes CVE-2024-43841 bsc#1229304).
  - commit 140ec33
  - iommu/amd: Convert comma to semicolon (git-fixes).
  - commit 2714d8b
  - scsi: lpfc: Fix a possible null pointer dereference (bsc#1229315
    CVE-2024-43821).
  - commit eb73e94
  - iommu/vt-d: Fix identity map bounds in si_domain_init()
    (git-fixes).
  - commit b4d27e5
  - iommufd/device: Fix hwpt at err_unresv in
    iommufd_device_do_replace() (git-fixes).
  - commit bbc9a65
  - virtiofs: forbid newlines in tags (bsc#1229940).
  - commit 61514ce
  - trace/pid_list: Change gfp flags in pid_list_fill_irq()
    (git-fixes).
  - commit 88d1dac
  - evm: don't copy up 'security.evm' xattr (git-fixes).
  - commit d3bb5af
  - afs: fix __afs_break_callback() / afs_drop_open_mmap() race
    (git-fixes).
  - commit 150e615
  - jfs: define xtree root and page independently (git-fixes).
  - commit fc62e49
  - kernfs: fix false-positive WARN(nr_mmapped) in
    kernfs_drain_open_files (git-fixes).
  - commit 7fa46d1
  - gfs2: setattr_chown: Add missing initialization (git-fixes).
  - commit 9b6ef3b
  - nfc: pn533: Add poll mod list filling check (git-fixes).
  - wifi: wfx: repair open network AP mode (git-fixes).
  - wifi: iwlwifi: fw: fix wgds rev 3 exact size (git-fixes).
  - wifi: mwifiex: duplicate static structs used in driver instances
    (git-fixes).
  - Input: i8042 - use new forcenorestore quirk to replace old
    buggy quirk combination (stable-fixes).
  - Input: i8042 - add forcenorestore quirk to leave controller
    untouched even on s3 (stable-fixes).
  - platform/surface: aggregator: Fix warning when controller is
    destroyed in probe (git-fixes).
  - thunderbolt: Mark XDomain as unplugged when router is removed
    (stable-fixes).
  - Input: MT - limit max slots (stable-fixes).
  - usb: dwc3: core: Skip setting event buffers for host only
    controllers (stable-fixes).
  - platform/x86: lg-laptop: fix %s null argument warning
    (stable-fixes).
  - rtc: nct3018y: fix possible NULL dereference (stable-fixes).
  - usb: gadget: fsl: Increase size of name buffer for endpoints
    (stable-fixes).
  - media: drivers/media/dvb-core: copy user arrays safely
    (stable-fixes).
  - media: pci: cx23885: check cx23885_vdev_init() return
    (stable-fixes).
  - memory: stm32-fmc2-ebi: check regmap_read return value
    (stable-fixes).
  - memory: tegra: Skip SID programming if SID registers aren't set
    (stable-fixes).
  - Revert "usb: gadget: uvc: cleanup request when not in correct
    state" (stable-fixes).
  - usb: gadget: uvc: cleanup request when not in correct state
    (stable-fixes).
  - staging: ks7010: disable bh on tx_dev_lock (stable-fixes).
  - staging: iio: resolver: ad2s1210: fix use before initialization
    (stable-fixes).
  - ssb: Fix division by zero issue in ssb_calc_clock_rate
    (stable-fixes).
  - commit b84d799
  - drm/vmwgfx: Fix prime with external buffers (git-fixes).
  - drm/i915/dsi: Make Lenovo Yoga Tab 3 X90F DMI match less strict
    (git-fixes).
  - drm/amd/display: avoid using null object of framebuffer
    (git-fixes).
  - Bluetooth: hci_core: Fix not handling hibernation actions
    (git-fixes).
  - drm/amdgpu: Validate TA binary size (stable-fixes).
  - drm/msm/dpu: take plane rotation into account for wide planes
    (git-fixes).
  - drm/msm/dpu: move dpu_encoder's connector assignment to
    atomic_enable() (git-fixes).
  - char: xillybus: Refine workqueue handling (git-fixes).
  - char: xillybus: Don't destroy workqueue from work item running
    on it (stable-fixes).
  - drm/amdgpu: Actually check flags for all context ops
    (stable-fixes).
  - drm/amdgpu/jpeg4: properly set atomics vmid field
    (stable-fixes).
  - drm/amdgpu/jpeg2: properly set atomics vmid field
    (stable-fixes).
  - drm/amd/display: fix s2idle entry for DCN3.5+ (stable-fixes).
  - drm/amdgpu: fix dereference null return value for the function
    amdgpu_vm_pt_parent (stable-fixes).
  - hwmon: (ltc2992) Fix memory leak in ltc2992_parse_dt()
    (git-fixes).
  - firmware: cirrus: cs_dsp: Initialize debugfs_root to invalid
    (stable-fixes).
  - drm/msm/dpu: capture snapshot on the first commit_done timeout
    (stable-fixes).
  - drm/msm/dpu: split dpu_encoder_wait_for_event into two functions
    (stable-fixes).
  - drm/lima: set gp bus_stop bit before hard reset (stable-fixes).
  - drm/panel: nt36523: Set 120Hz fps for xiaomi,elish panels
    (stable-fixes).
  - gpio: sysfs: extend the critical section for unregistering
    sysfs devices (stable-fixes).
  - Bluetooth: bnep: Fix out-of-bound access (stable-fixes).
  - hwmon: (pc87360) Bounds check data->innr usage (stable-fixes).
  - ASoC: SOF: ipc4: check return value of snd_sof_ipc_msg_data
    (stable-fixes).
  - drm/msm/dpu: drop MSM_ENC_VBLANK support (stable-fixes).
  - drm/msm/dpu: use drmm-managed allocation for dpu_encoder_phys
    (stable-fixes).
  - drm/msm/mdss: Rename path references to mdp_path (stable-fixes).
  - drm/msm/mdss: switch mdss to use devm_of_icc_get()
    (stable-fixes).
  - drm/msm/dpu: try multirect based on mdp clock limits
    (stable-fixes).
  - drm/msm: Reduce fallout of fence signaling vs reclaim hangs
    (stable-fixes).
  - drm/rockchip: vop2: clear afbc en and transform bit for cluster
    window at linear mode (stable-fixes).
  - Bluetooth: hci_conn: Check non NULL function before calling
    for HFP offload (stable-fixes).
  - i2c: stm32f7: Add atomic_xfer method to driver (stable-fixes).
  - i2c: riic: avoid potential division by zero (stable-fixes).
  - i3c: mipi-i3c-hci: Do not unmap region not mapped for transfer
    (stable-fixes).
  - i3c: mipi-i3c-hci: Remove BUG() when Ring Abort request times
    out (stable-fixes).
  - ASoC: SOF: Intel: hda-dsp: Make sure that no irq handler is
    pending before suspend (stable-fixes).
  - ASoC: cs35l45: Checks index of cs35l45_irqs[] (stable-fixes).
  - clk: visconti: Add bounds-checking coverage for struct
    visconti_pll_provider (stable-fixes).
  - hwmon: (ltc2992) Avoid division by zero (stable-fixes).
  - commit 1b92ddd

------------------------------------------------------------------
------------------  2024-8-29  -  Aug 29 2024  -------------------
------------------------------------------------------------------

++++ kernel-default:

  - jump_label: Fix the fix, brown paper bags galore (git-fixes).
  - commit 89b2827
  - jump_label: Simplify and clarify
    static_key_fast_inc_cpus_locked() (git-fixes).
  - commit 954eaa3
  - jump_label: Clarify condition in
    static_key_fast_inc_not_disabled() (git-fixes).
  - commit eb457dc
  - jump_label: Fix concurrency issues in static_key_slow_dec()
    (git-fixes).
  - commit 6e92a06
  - tracing: Return from tracing_buffers_read() if the file has
    been closed (bsc#1229136 git-fixes).
  - commit 8dc8510
  - kprobes: Fix to check symbol prefixes correctly (git-fixes).
  - commit e8b168b
  - kprobes: Prohibit probing on CFI preamble symbol (git-fixes).
  - commit 2f9e2b1
  - bpf: kprobe: remove unused declaring of bpf_kprobe_override
    (git-fixes).
  - commit 4045c94
  - wifi: mac80211: fix NULL dereference at band check in starting
    tx ba session (CVE-2024-43911 bsc#1229827).
  - commit 0892b94
  - syscalls: fix compat_sys_io_pgetevents_time64 usage (git-fixes).
  - commit b90dd07
  - iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en
    (CVE-2024-42277 bsc#1229409).
  - commit ede2511

++++ kernel-rt:

  - jump_label: Fix the fix, brown paper bags galore (git-fixes).
  - commit 89b2827
  - jump_label: Simplify and clarify
    static_key_fast_inc_cpus_locked() (git-fixes).
  - commit 954eaa3
  - jump_label: Clarify condition in
    static_key_fast_inc_not_disabled() (git-fixes).
  - commit eb457dc
  - jump_label: Fix concurrency issues in static_key_slow_dec()
    (git-fixes).
  - commit 6e92a06
  - tracing: Return from tracing_buffers_read() if the file has
    been closed (bsc#1229136 git-fixes).
  - commit 8dc8510
  - kprobes: Fix to check symbol prefixes correctly (git-fixes).
  - commit e8b168b
  - kprobes: Prohibit probing on CFI preamble symbol (git-fixes).
  - commit 2f9e2b1
  - bpf: kprobe: remove unused declaring of bpf_kprobe_override
    (git-fixes).
  - commit 4045c94
  - wifi: mac80211: fix NULL dereference at band check in starting
    tx ba session (CVE-2024-43911 bsc#1229827).
  - commit 0892b94
  - syscalls: fix compat_sys_io_pgetevents_time64 usage (git-fixes).
  - commit b90dd07
  - iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en
    (CVE-2024-42277 bsc#1229409).
  - commit ede2511

++++ kernel-rt_debug:

  - jump_label: Fix the fix, brown paper bags galore (git-fixes).
  - commit 89b2827
  - jump_label: Simplify and clarify
    static_key_fast_inc_cpus_locked() (git-fixes).
  - commit 954eaa3
  - jump_label: Clarify condition in
    static_key_fast_inc_not_disabled() (git-fixes).
  - commit eb457dc
  - jump_label: Fix concurrency issues in static_key_slow_dec()
    (git-fixes).
  - commit 6e92a06
  - tracing: Return from tracing_buffers_read() if the file has
    been closed (bsc#1229136 git-fixes).
  - commit 8dc8510
  - kprobes: Fix to check symbol prefixes correctly (git-fixes).
  - commit e8b168b
  - kprobes: Prohibit probing on CFI preamble symbol (git-fixes).
  - commit 2f9e2b1
  - bpf: kprobe: remove unused declaring of bpf_kprobe_override
    (git-fixes).
  - commit 4045c94
  - wifi: mac80211: fix NULL dereference at band check in starting
    tx ba session (CVE-2024-43911 bsc#1229827).
  - commit 0892b94
  - syscalls: fix compat_sys_io_pgetevents_time64 usage (git-fixes).
  - commit b90dd07
  - iommu: sprd: Avoid NULL deref in sprd_iommu_hw_en
    (CVE-2024-42277 bsc#1229409).
  - commit ede2511

++++ multipath-tools:

  - Update to 0.10.0+103+suse.0fc97cd
  - Update to upstream 0.10.0 (see also NEWS.md)
    * The `multipathd show daemon` command now shows `(reconfigure pending)`
    if a reconfiguration has been triggered but not finished yet.
    * Refactored the path checker loop. Paths are now checked for each multipath
    map in turn
    * Renamed public functions, variables, and macros to comply with the glibc policy
    for reserved names (gh#opensvc/multipath-tools#91)
    * Fixed bug that caused queueing to be always disabled if flushing a map failed
    (bug introduced in 0.9.8). (bsc#1229898)
    * Fixed failure to remove maps even with `deferred_remove` (bug introduced in
    0.9.9). (bsc#1229898)
    * Fixed old mpathpersist bug leading to the error message "configured reservation
    key doesn't match: 0x0" when `reservation_key` was configured in the
    multipaths section of `multipath.conf`. (bsc#1228926, gh#opensvc/multipath-tools#92)
    * Fixed output of `multipath -t` and `multipath -T` for the options
    `force_sync` and `retrigger_tries`. (bsc#1229898, gh#opensvc/multipath-tools#88)
    * Fixed adding maps by WWID in CLI (command `add map $WWID`). (bsc#1229898)

++++ snapper:

  - use .snapshots dir for 'btrfs qgroup clear-stale' (bsc#1229904)
  - version 0.11.2

++++ systemd:

  - Add 5003-99-systemd.rules-rework-SYSTEMD_READY-logic-for-devi.patch (bsc#1229518)
  - Import commit 0512d0d1fc0b54a84964281708036a46ab39c153
    0512d0d1fc cgroup: Rename effective limits internal table (jsc#PED-5659)
    765846b70b cgroup: Restrict effective limits with global resource provision (jsc#PED-5659)
    e29909088b test: Add effective cgroup limits testing (jsc#PED-5659)
    beacac6df0 test: Convert rlimit test to subtest of generic limit testing (jsc#PED-5659)
    e3b789e512 cgroup: Add EffectiveMemoryMax=, EffectiveMemoryHigh= and EffectiveTasksMax= properties (jsc#PED-5659)
    5aa063ae16 bus-print-properties: prettify more unset properties
    a53122c9bd bus-print-properties: ignore CGROUP_LIMIT_MAX for Memory*{Current, Peak}
    8418791441 cgroup: rename TasksMax structure to CGroupTasksMax
  - Drop 5003-cgroup-rename-TasksMax-structure-to-CGroupTasksMax.patch
    5004-bus-print-properties-ignore-CGROUP_LIMIT_MAX-for-Mem.patch
    5005-bus-print-properties-prettify-more-unset-properties.patch
    5006-cgroup-Add-EffectiveMemoryMax-EffectiveMemoryHigh-an.patch
    5007-test-Convert-rlimit-test-to-subtest-of-generic-limit.patch
    5008-test-Add-effective-cgroup-limits-testing.patch
    5009-cgroup-Restrict-effective-limits-with-global-resourc.patch
    5010-cgroup-Rename-effective-limits-internal-table.patch
    These patches have been merged in the SUSE/254 branch.

++++ python-requests:

  - Remove Requires on python-py, it should have been removed earlier.

------------------------------------------------------------------
------------------  2024-8-28  -  Aug 28 2024  -------------------
------------------------------------------------------------------

++++ cloud-regionsrv-client:

  - Update to 10.3.4
    + Modify the message when network access over a specific IP version does
    not work. This is an informational message and should not look like
    an error
    + Inform the user that LTSS registration takes a little longer
    + Add fix-for-sles12-no-trans_update.patch
    + SLE 12 family has no products with transactional-update we do not
    need to look for this condition
  - From 10.3.3 (bsc#1229472)
    + Handle changes in process structure to properly identify the running
    zypper parent process and only check for 1 PID
  - From 10.3.2
    + Remove rgnsrv-clnt-fix-docker-setup.patch included upstream
  - From 10.3.1 (jsc#PCT-400)
    + Add support for LTSS registration
    + Add fix-for-sles12-disable-registry.patch
    ~ No container support in SLE 12

++++ git:

  - Change less requirement to path to allow for use with BusyBox

++++ kernel-default:

  - Update references patches.suse/drm-amd-display-Add-null-checks-for-stream-and-plane.patch (CVE-2024-43904 bsc#1229768 stable-fixes)
  - commit aaa26ef
  - kabi: lib: objagg: Put back removed metod in struct objagg_ops
    (CVE-2024-43880 bsc#1229481).
  - commit 9566f2d
  - net/sched: initialize noop_qdisc owner (git-fixes).
  - commit 66e8d18
  - drm/amd/display: Fix null pointer deref in dcn20_resource.c (CVE-2024-43899 bsc#1229754).
  - commit 1811990
  - exec: Fix ToCToU between perm check and set-uid/gid usage
    (CVE-2024-43882 bsc#1229503).
  - commit 7a21b9d
  - ALSA: hda/realtek: support HP Pavilion Aero 13-bg0xxx Mute LED
    (stable-fixes).
  - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy
    Book3 Ultra (stable-fixes).
  - ASoC: allow module autoloading for table board_ids
    (stable-fixes).
  - ASoC: allow module autoloading for table db1200_pids
    (stable-fixes).
  - ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile
    (stable-fixes).
  - ASoC: SOF: mediatek: Add missing board compatible
    (stable-fixes).
  - ALSA: hda/realtek - FIxed ALC285 headphone no sound
    (stable-fixes).
  - ALSA: hda/realtek - Fixed ALC256 headphone no sound
    (stable-fixes).
  - ALSA: hda/realtek: Enable mute/micmute LEDs on HP Laptop
    14-ey0xxx (stable-fixes).
  - ALSA: hda/realtek: Implement sound init sequence for Samsung
    Galaxy Book3 Pro 360 (stable-fixes).
  - commit 97adcb2
  - ip6_tunnel: Fix broken GRO (bsc#1229444).
  - net/mlx5: Always drain health in shutdown callback
    (CVE-2024-43866 bsc#1229495).
  - mlxsw: spectrum_acl_erp: Fix object nesting warning
    (CVE-2024-43880 bsc#1229481).
  - commit d9a404d
  - pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B
    pins (git-fixes).
  - pinctrl: starfive: jh7110: Correct the level trigger
    configuration of iev register (git-fixes).
  - pinctrl: mediatek: common-v2: Fix broken bias-disable for
    PULL_PU_PD_RSEL_TYPE (git-fixes).
  - pinctrl: single: fix potential NULL dereference in
    pcs_get_function() (git-fixes).
  - ASoC: SOF: amd: Fix for acp init sequence (git-fixes).
  - ASoC: amd: acp: fix module autoloading (git-fixes).
  - ALSA: seq: Skip event type filtering for UMP events (git-fixes).
  - commit 3fa4a0b

++++ kernel-firmware:

  - Update to version 20240826 (git commit bec4fd18cc57):
    (including ath11k f/w updates for bsc#1234027)
    * amdgpu: DMCUB updates forvarious AMDGPU ASICs
    * rtw89: 8922a: add fw format-1 v0.35.41.0
    * linux-firmware: update firmware for MT7925 WiFi device
    * linux-firmware: update firmware for mediatek bluetooth chip (MT7925)
    * rtl_bt: Add firmware and config files for RTL8922A
    * rtl_bt: Add firmware file for the the RTL8723CS Bluetooth part
    * rtl_bt: de-dupe identical config.bin files
    * rename rtl8723bs_config-OBDA8723.bin -> rtl_bt/rtl8723bs_config.bin
    * linux-firmware: Update AMD SEV firmware
    * linux-firmware: update firmware for MT7996
    * Revert "i915: Update MTL DMC v2.22"
    * ath12k: WCN7850 hw2.0: update board-2.bin
    * ath11k: WCN6855 hw2.0: update to WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.41
    * ath11k: WCN6855 hw2.0: update board-2.bin
    * ath11k: QCA2066 hw2.1: add to WLAN.HSP.1.1-03926.13-QCAHSPSWPL_V2_SILICONZ_CE-2.52297.3
    * ath11k: QCA2066 hw2.1: add board-2.bin
    * ath11k: IPQ5018 hw1.0: update to WLAN.HK.2.6.0.1-01291-QCAHKSWPL_SILICONZ-1
    * qcom: vpu: add video firmware for sa8775p
    * amdgpu: DMCUB updates for various AMDGPU ASICs

++++ kernel-rt:

  - Update references patches.suse/drm-amd-display-Add-null-checks-for-stream-and-plane.patch (CVE-2024-43904 bsc#1229768 stable-fixes)
  - commit aaa26ef
  - kabi: lib: objagg: Put back removed metod in struct objagg_ops
    (CVE-2024-43880 bsc#1229481).
  - commit 9566f2d
  - net/sched: initialize noop_qdisc owner (git-fixes).
  - commit 66e8d18
  - drm/amd/display: Fix null pointer deref in dcn20_resource.c (CVE-2024-43899 bsc#1229754).
  - commit 1811990
  - exec: Fix ToCToU between perm check and set-uid/gid usage
    (CVE-2024-43882 bsc#1229503).
  - commit 7a21b9d
  - ALSA: hda/realtek: support HP Pavilion Aero 13-bg0xxx Mute LED
    (stable-fixes).
  - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy
    Book3 Ultra (stable-fixes).
  - ASoC: allow module autoloading for table board_ids
    (stable-fixes).
  - ASoC: allow module autoloading for table db1200_pids
    (stable-fixes).
  - ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile
    (stable-fixes).
  - ASoC: SOF: mediatek: Add missing board compatible
    (stable-fixes).
  - ALSA: hda/realtek - FIxed ALC285 headphone no sound
    (stable-fixes).
  - ALSA: hda/realtek - Fixed ALC256 headphone no sound
    (stable-fixes).
  - ALSA: hda/realtek: Enable mute/micmute LEDs on HP Laptop
    14-ey0xxx (stable-fixes).
  - ALSA: hda/realtek: Implement sound init sequence for Samsung
    Galaxy Book3 Pro 360 (stable-fixes).
  - commit 97adcb2
  - ip6_tunnel: Fix broken GRO (bsc#1229444).
  - net/mlx5: Always drain health in shutdown callback
    (CVE-2024-43866 bsc#1229495).
  - mlxsw: spectrum_acl_erp: Fix object nesting warning
    (CVE-2024-43880 bsc#1229481).
  - commit d9a404d
  - pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B
    pins (git-fixes).
  - pinctrl: starfive: jh7110: Correct the level trigger
    configuration of iev register (git-fixes).
  - pinctrl: mediatek: common-v2: Fix broken bias-disable for
    PULL_PU_PD_RSEL_TYPE (git-fixes).
  - pinctrl: single: fix potential NULL dereference in
    pcs_get_function() (git-fixes).
  - ASoC: SOF: amd: Fix for acp init sequence (git-fixes).
  - ASoC: amd: acp: fix module autoloading (git-fixes).
  - ALSA: seq: Skip event type filtering for UMP events (git-fixes).
  - commit 3fa4a0b

++++ kernel-rt_debug:

  - Update references patches.suse/drm-amd-display-Add-null-checks-for-stream-and-plane.patch (CVE-2024-43904 bsc#1229768 stable-fixes)
  - commit aaa26ef
  - kabi: lib: objagg: Put back removed metod in struct objagg_ops
    (CVE-2024-43880 bsc#1229481).
  - commit 9566f2d
  - net/sched: initialize noop_qdisc owner (git-fixes).
  - commit 66e8d18
  - drm/amd/display: Fix null pointer deref in dcn20_resource.c (CVE-2024-43899 bsc#1229754).
  - commit 1811990
  - exec: Fix ToCToU between perm check and set-uid/gid usage
    (CVE-2024-43882 bsc#1229503).
  - commit 7a21b9d
  - ALSA: hda/realtek: support HP Pavilion Aero 13-bg0xxx Mute LED
    (stable-fixes).
  - ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy
    Book3 Ultra (stable-fixes).
  - ASoC: allow module autoloading for table board_ids
    (stable-fixes).
  - ASoC: allow module autoloading for table db1200_pids
    (stable-fixes).
  - ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile
    (stable-fixes).
  - ASoC: SOF: mediatek: Add missing board compatible
    (stable-fixes).
  - ALSA: hda/realtek - FIxed ALC285 headphone no sound
    (stable-fixes).
  - ALSA: hda/realtek - Fixed ALC256 headphone no sound
    (stable-fixes).
  - ALSA: hda/realtek: Enable mute/micmute LEDs on HP Laptop
    14-ey0xxx (stable-fixes).
  - ALSA: hda/realtek: Implement sound init sequence for Samsung
    Galaxy Book3 Pro 360 (stable-fixes).
  - commit 97adcb2
  - ip6_tunnel: Fix broken GRO (bsc#1229444).
  - net/mlx5: Always drain health in shutdown callback
    (CVE-2024-43866 bsc#1229495).
  - mlxsw: spectrum_acl_erp: Fix object nesting warning
    (CVE-2024-43880 bsc#1229481).
  - commit d9a404d
  - pinctrl: rockchip: correct RK3328 iomux width flag for GPIO2-B
    pins (git-fixes).
  - pinctrl: starfive: jh7110: Correct the level trigger
    configuration of iev register (git-fixes).
  - pinctrl: mediatek: common-v2: Fix broken bias-disable for
    PULL_PU_PD_RSEL_TYPE (git-fixes).
  - pinctrl: single: fix potential NULL dereference in
    pcs_get_function() (git-fixes).
  - ASoC: SOF: amd: Fix for acp init sequence (git-fixes).
  - ASoC: amd: acp: fix module autoloading (git-fixes).
  - ALSA: seq: Skip event type filtering for UMP events (git-fixes).
  - commit 3fa4a0b

++++ python311-core:

  - Add CVE-2024-8088-inf-loop-zipfile_Path.patch to prevent
    malformed payload to cause infinite loops in zipfile.Path
    (bsc#1229704, CVE-2024-8088).

++++ nvidia-open-driver-G06-signed:

  - reverted CUDA update version to 560.x.y due to changes in CUDA
    repository with CUDA 12.6/560.x.y drivers
  - kernel-6.10.patch:
    * fixes build of 555.42.06 against Kernel 6.10

++++ python311:

  - Add CVE-2024-8088-inf-loop-zipfile_Path.patch to prevent
    malformed payload to cause infinite loops in zipfile.Path
    (bsc#1229704, CVE-2024-8088).

------------------------------------------------------------------
------------------  2024-8-27  -  Aug 27 2024  -------------------
------------------------------------------------------------------

++++ SL-Micro-release:

  - initialize changes file

++++ python-kiwi:

  - remove dependency on /usr/bin/python

++++ kernel-default:

  - ice: Fix NULL pointer access, if PF doesn't support SRIOV_LAG
    (bsc#1228737).
  - commit f1a9730
  - kABI: vfio: struct virqfd kABI workaround (CVE-2024-26812
    bsc#1222808).
  - commit ae735c0
  - net/sched: Fix mirred deadlock on device recursion
    (CVE-2024-27010 bsc#1223720).
  - commit 8c34ee8
  - Fix reference in patches.suse/netfilter-tproxy-bail-out-if-IP-has-been-disabled-on.patch (CVE-2024-36270 bsc#1226798)
  - commit 052d917
  - net: qdisc: preserve kabi for struct QDisc (CVE-2024-27010 bsc#1223720).
  - commit e31d466
  - mm/userfaultfd: reset ptes when close() for wr-protected ones
    (CVE-2024-36881 bsc#1225718).
  - commit 2267d46
  - mm/mglru: fix div-by-zero in vmpressure_calc_level()
    (CVE-2024-42316 bsc#1229353).
  - commit ba00671
  - md/raid1: set max_sectors during early return from
    choose_slow_rdev() (git-fixes).
  - md/raid5: recheck if reshape has finished with device_lock held
    (git-fixes).
  - md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
    (git-fixes).
  - md/raid5: fix spares errors about rcu usage (git-fixes).
  - md/md-bitmap: fix writing non bitmap pages (git-fixes).
  - md: fix deadlock between mddev_suspend and flush bio
    (bsc#1229342, CVE-2024-43855).
  - md: change the return value type of md_write_start to void
    (git-fixes).
  - md: do not delete safemode_timer in mddev_suspend (git-fixes).
  - md: don't account sync_io if iostats of the disk is disabled
    (git-fixes).
  - md: add check for sleepers in md_wakeup_thread() (git-fixes).
  - md/raid5: fix deadlock that raid5d() wait for itself to clear
    MD_SB_CHANGE_PENDING (git-fixes).
  - md: add a mddev_add_trace_msg helper (git-fixes).
  - Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in
    raid5d"" (git-fixes).
  - md: fix a suspicious RCU usage warning (git-fixes).
  - md/raid1: support read error check (git-fixes).
  - commit f1ec0d4
  - md: factor out a helper exceed_read_errors() to check
    read_errors (git-fixes).
  - Refresh for the above change,
    patches.suse/md-display-timeout-error.patch.
    patches.suse/md-raid1-10-add-a-helper-raid1_check_read_range-f298.patch.
  - commit 035e3f0
  - Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
    (git-fixes).
  - commit 5cc0fdd

++++ kernel-rt:

  - ice: Fix NULL pointer access, if PF doesn't support SRIOV_LAG
    (bsc#1228737).
  - commit f1a9730
  - kABI: vfio: struct virqfd kABI workaround (CVE-2024-26812
    bsc#1222808).
  - commit ae735c0
  - net/sched: Fix mirred deadlock on device recursion
    (CVE-2024-27010 bsc#1223720).
  - commit 8c34ee8
  - Fix reference in patches.suse/netfilter-tproxy-bail-out-if-IP-has-been-disabled-on.patch (CVE-2024-36270 bsc#1226798)
  - commit 052d917
  - net: qdisc: preserve kabi for struct QDisc (CVE-2024-27010 bsc#1223720).
  - commit e31d466
  - mm/userfaultfd: reset ptes when close() for wr-protected ones
    (CVE-2024-36881 bsc#1225718).
  - commit 2267d46
  - mm/mglru: fix div-by-zero in vmpressure_calc_level()
    (CVE-2024-42316 bsc#1229353).
  - commit ba00671
  - md/raid1: set max_sectors during early return from
    choose_slow_rdev() (git-fixes).
  - md/raid5: recheck if reshape has finished with device_lock held
    (git-fixes).
  - md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
    (git-fixes).
  - md/raid5: fix spares errors about rcu usage (git-fixes).
  - md/md-bitmap: fix writing non bitmap pages (git-fixes).
  - md: fix deadlock between mddev_suspend and flush bio
    (bsc#1229342, CVE-2024-43855).
  - md: change the return value type of md_write_start to void
    (git-fixes).
  - md: do not delete safemode_timer in mddev_suspend (git-fixes).
  - md: don't account sync_io if iostats of the disk is disabled
    (git-fixes).
  - md: add check for sleepers in md_wakeup_thread() (git-fixes).
  - md/raid5: fix deadlock that raid5d() wait for itself to clear
    MD_SB_CHANGE_PENDING (git-fixes).
  - md: add a mddev_add_trace_msg helper (git-fixes).
  - Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in
    raid5d"" (git-fixes).
  - md: fix a suspicious RCU usage warning (git-fixes).
  - md/raid1: support read error check (git-fixes).
  - commit f1ec0d4
  - md: factor out a helper exceed_read_errors() to check
    read_errors (git-fixes).
  - Refresh for the above change,
    patches.suse/md-display-timeout-error.patch.
    patches.suse/md-raid1-10-add-a-helper-raid1_check_read_range-f298.patch.
  - commit 035e3f0
  - Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
    (git-fixes).
  - commit 5cc0fdd

++++ kernel-rt_debug:

  - ice: Fix NULL pointer access, if PF doesn't support SRIOV_LAG
    (bsc#1228737).
  - commit f1a9730
  - kABI: vfio: struct virqfd kABI workaround (CVE-2024-26812
    bsc#1222808).
  - commit ae735c0
  - net/sched: Fix mirred deadlock on device recursion
    (CVE-2024-27010 bsc#1223720).
  - commit 8c34ee8
  - Fix reference in patches.suse/netfilter-tproxy-bail-out-if-IP-has-been-disabled-on.patch (CVE-2024-36270 bsc#1226798)
  - commit 052d917
  - net: qdisc: preserve kabi for struct QDisc (CVE-2024-27010 bsc#1223720).
  - commit e31d466
  - mm/userfaultfd: reset ptes when close() for wr-protected ones
    (CVE-2024-36881 bsc#1225718).
  - commit 2267d46
  - mm/mglru: fix div-by-zero in vmpressure_calc_level()
    (CVE-2024-42316 bsc#1229353).
  - commit ba00671
  - md/raid1: set max_sectors during early return from
    choose_slow_rdev() (git-fixes).
  - md/raid5: recheck if reshape has finished with device_lock held
    (git-fixes).
  - md: Don't wait for MD_RECOVERY_NEEDED for HOT_REMOVE_DISK ioctl
    (git-fixes).
  - md/raid5: fix spares errors about rcu usage (git-fixes).
  - md/md-bitmap: fix writing non bitmap pages (git-fixes).
  - md: fix deadlock between mddev_suspend and flush bio
    (bsc#1229342, CVE-2024-43855).
  - md: change the return value type of md_write_start to void
    (git-fixes).
  - md: do not delete safemode_timer in mddev_suspend (git-fixes).
  - md: don't account sync_io if iostats of the disk is disabled
    (git-fixes).
  - md: add check for sleepers in md_wakeup_thread() (git-fixes).
  - md/raid5: fix deadlock that raid5d() wait for itself to clear
    MD_SB_CHANGE_PENDING (git-fixes).
  - md: add a mddev_add_trace_msg helper (git-fixes).
  - Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in
    raid5d"" (git-fixes).
  - md: fix a suspicious RCU usage warning (git-fixes).
  - md/raid1: support read error check (git-fixes).
  - commit f1ec0d4
  - md: factor out a helper exceed_read_errors() to check
    read_errors (git-fixes).
  - Refresh for the above change,
    patches.suse/md-display-timeout-error.patch.
    patches.suse/md-raid1-10-add-a-helper-raid1_check_read_range-f298.patch.
  - commit 035e3f0
  - Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
    (git-fixes).
  - commit 5cc0fdd

++++ systemd:

  - Don't try to restart the udev socket units anymore (bsc#1228809)
    There's currently no way to restart a socket activable service and its socket
    units "atomically" and safely.

++++ qemu:

  - Fix bsc#1221812:
    * [openSUSE] block: Reschedule query-block during qcow2 invalidation (bsc#1221812)
  - Fixup old patches and infra issues:
    * [openSUSE] fixup patch "pc: q35: Allow 1024 cpus for old machine types"
    * [openSUSE] Point submodule branches to gitlab

------------------------------------------------------------------
------------------  2024-8-26  -  Aug 26 2024  -------------------
------------------------------------------------------------------

++++ transactional-update:

  - Version 4.8.0
  - Add sd-boot (systemd-boot) support for most commands
  - Add support for specifying migration arguments
    [gh#openSUSE/transactional-update#127] [jsc#PED-10375]
    [jsc#PED-9786]
  - Support kdump setup on platforms without kdump high/low
    settings (e.g. S/390 or PPC64le [bsc#1229138]
  - Preserve current working directory if possible when entering
    transactional-update environment [bsc#1227452]; also adds the
    current path to the Bash prompt
  - Fix plugin system to support special characters in commands

++++ kernel-default:

  - net/mlx5e: Fix CT entry update leaks of modify header context (CVE-2024-43864 bsc#1229496)
  - commit 316a4fe
  - rpm/check-for-config-changes: Exclude ARCH_USING_PATCHABLE_FUNCTION_ENTRY
    gcc version dependent, at least on ppc
  - commit 16da158
  - af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
    (bsc#1226846 CVE-2024-38596).
  - Update
    patches.suse/af_unix-Fix-data-races-around-sk-sk_shutdown.patch
    (git-fixes bsc#1226846).
  - commit 7ceb0cd
  - ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
    (CVE-2024-26631 bsc#1221630).
  - commit 317a097
  - netfilter: nf_tables: unconditionally flush pending work before notifier (CVE-2024-42109 bsc#1228505)
  - commit 7a6a06c
  - cxl/region: Avoid null pointer dereference in region lookup (CVE-2024-41084 bsc#1228472)
  - commit fc1408b
  - cxl/region: Move cxl_dpa_to_region() work to the region driver (bsc#1228472)
  - commit ac0e984
  - ipv6: fix possible race in __fib6_drop_pcpu_from() (CVE-2024-40905 bsc#1227761)
  - commit 6fcd399
  - ipv6: sr: fix memleak in seg6_hmac_init_algo (CVE-2024-39489 bsc#1227623)
  - commit c55beb2
  - swiotlb: do not set total_used to 0 in
    swiotlb_create_debugfs_files() (git-fixes).
  - swiotlb: fix swiotlb_bounce() to do partial sync's correctly
    (git-fixes).
  - commit 99fe6bb
  - x86/kaslr: Expose and use the end of the physical memory
    address space (bsc#1229443).
  - commit 5b98c4e
  - tls: fix missing memory barrier in tls_init (CVE-2024-36489 bsc#1226874)
  - commit 67db543
  - iommu: Add kABI workaround patch (bsc#1223742
    CVE-2024-27079).
  - commit c4ebc76
  - btrfs: copy dir permission and time when creating a stub
    subvolume (bsc#1228321).
  - commit 46e95d1

++++ kernel-rt:

  - net/mlx5e: Fix CT entry update leaks of modify header context (CVE-2024-43864 bsc#1229496)
  - commit 316a4fe
  - rpm/check-for-config-changes: Exclude ARCH_USING_PATCHABLE_FUNCTION_ENTRY
    gcc version dependent, at least on ppc
  - commit 16da158
  - af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
    (bsc#1226846 CVE-2024-38596).
  - Update
    patches.suse/af_unix-Fix-data-races-around-sk-sk_shutdown.patch
    (git-fixes bsc#1226846).
  - commit 7ceb0cd
  - ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
    (CVE-2024-26631 bsc#1221630).
  - commit 317a097
  - netfilter: nf_tables: unconditionally flush pending work before notifier (CVE-2024-42109 bsc#1228505)
  - commit 7a6a06c
  - cxl/region: Avoid null pointer dereference in region lookup (CVE-2024-41084 bsc#1228472)
  - commit fc1408b
  - cxl/region: Move cxl_dpa_to_region() work to the region driver (bsc#1228472)
  - commit ac0e984
  - ipv6: fix possible race in __fib6_drop_pcpu_from() (CVE-2024-40905 bsc#1227761)
  - commit 6fcd399
  - ipv6: sr: fix memleak in seg6_hmac_init_algo (CVE-2024-39489 bsc#1227623)
  - commit c55beb2
  - swiotlb: do not set total_used to 0 in
    swiotlb_create_debugfs_files() (git-fixes).
  - swiotlb: fix swiotlb_bounce() to do partial sync's correctly
    (git-fixes).
  - commit 99fe6bb
  - x86/kaslr: Expose and use the end of the physical memory
    address space (bsc#1229443).
  - commit 5b98c4e
  - tls: fix missing memory barrier in tls_init (CVE-2024-36489 bsc#1226874)
  - commit 67db543
  - iommu: Add kABI workaround patch (bsc#1223742
    CVE-2024-27079).
  - commit c4ebc76
  - btrfs: copy dir permission and time when creating a stub
    subvolume (bsc#1228321).
  - commit 46e95d1

++++ kernel-rt_debug:

  - net/mlx5e: Fix CT entry update leaks of modify header context (CVE-2024-43864 bsc#1229496)
  - commit 316a4fe
  - rpm/check-for-config-changes: Exclude ARCH_USING_PATCHABLE_FUNCTION_ENTRY
    gcc version dependent, at least on ppc
  - commit 16da158
  - af_unix: Fix data races in unix_release_sock/unix_stream_sendmsg
    (bsc#1226846 CVE-2024-38596).
  - Update
    patches.suse/af_unix-Fix-data-races-around-sk-sk_shutdown.patch
    (git-fixes bsc#1226846).
  - commit 7ceb0cd
  - ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
    (CVE-2024-26631 bsc#1221630).
  - commit 317a097
  - netfilter: nf_tables: unconditionally flush pending work before notifier (CVE-2024-42109 bsc#1228505)
  - commit 7a6a06c
  - cxl/region: Avoid null pointer dereference in region lookup (CVE-2024-41084 bsc#1228472)
  - commit fc1408b
  - cxl/region: Move cxl_dpa_to_region() work to the region driver (bsc#1228472)
  - commit ac0e984
  - ipv6: fix possible race in __fib6_drop_pcpu_from() (CVE-2024-40905 bsc#1227761)
  - commit 6fcd399
  - ipv6: sr: fix memleak in seg6_hmac_init_algo (CVE-2024-39489 bsc#1227623)
  - commit c55beb2
  - swiotlb: do not set total_used to 0 in
    swiotlb_create_debugfs_files() (git-fixes).
  - swiotlb: fix swiotlb_bounce() to do partial sync's correctly
    (git-fixes).
  - commit 99fe6bb
  - x86/kaslr: Expose and use the end of the physical memory
    address space (bsc#1229443).
  - commit 5b98c4e
  - tls: fix missing memory barrier in tls_init (CVE-2024-36489 bsc#1226874)
  - commit 67db543
  - iommu: Add kABI workaround patch (bsc#1223742
    CVE-2024-27079).
  - commit c4ebc76
  - btrfs: copy dir permission and time when creating a stub
    subvolume (bsc#1228321).
  - commit 46e95d1

++++ rsync:

  - add patch rsync-run-dir.patch:
    * Drop dependency on /var/run compat symlink, this causes problems
    on image based systems

